1pkg archive/tar, const TypeBlock = 52
2pkg archive/tar, const TypeChar = 51
3pkg archive/tar, const TypeCont = 55
4pkg archive/tar, const TypeDir = 53
5pkg archive/tar, const TypeFifo = 54
6pkg archive/tar, const TypeGNULongLink = 75
7pkg archive/tar, const TypeGNULongLink ideal-char
8pkg archive/tar, const TypeGNULongName = 76
9pkg archive/tar, const TypeGNULongName ideal-char
10pkg archive/tar, const TypeLink = 49
11pkg archive/tar, const TypeReg = 48
12pkg archive/tar, const TypeRegA = 0
13pkg archive/tar, const TypeSymlink = 50
14pkg archive/tar, const TypeXGlobalHeader = 103
15pkg archive/tar, const TypeXHeader = 120
16pkg archive/tar, func FileInfoHeader(os.FileInfo, string) (*Header, error)
17pkg archive/tar, method (*Header) FileInfo() os.FileInfo
18pkg archive/zip, const Deflate = 8
19pkg archive/zip, const Store = 0
20pkg archive/zip, type FileHeader struct, CompressedSize64 uint64
21pkg archive/zip, type FileHeader struct, UncompressedSize64 uint64
22pkg bufio, const MaxScanTokenSize = 65536
23pkg bufio, const MaxScanTokenSize ideal-int
24pkg bufio, func NewScanner(io.Reader) *Scanner
25pkg bufio, func ScanBytes([]uint8, bool) (int, []uint8, error)
26pkg bufio, func ScanLines([]uint8, bool) (int, []uint8, error)
27pkg bufio, func ScanRunes([]uint8, bool) (int, []uint8, error)
28pkg bufio, func ScanWords([]uint8, bool) (int, []uint8, error)
29pkg bufio, method (*Reader) WriteTo(io.Writer) (int64, error)
30pkg bufio, method (*Scanner) Bytes() []uint8
31pkg bufio, method (*Scanner) Err() error
32pkg bufio, method (*Scanner) Scan() bool
33pkg bufio, method (*Scanner) Split(SplitFunc)
34pkg bufio, method (*Scanner) Text() string
35pkg bufio, method (*Writer) ReadFrom(io.Reader) (int64, error)
36pkg bufio, method (ReadWriter) ReadFrom(io.Reader) (int64, error)
37pkg bufio, method (ReadWriter) WriteTo(io.Writer) (int64, error)
38pkg bufio, type Scanner struct
39pkg bufio, type SplitFunc func([]uint8, bool) (int, []uint8, error)
40pkg bufio, var ErrAdvanceTooFar error
41pkg bufio, var ErrNegativeAdvance error
42pkg bufio, var ErrTooLong error
43pkg bytes, const MinRead = 512
44pkg bytes, func TrimPrefix([]uint8, []uint8) []uint8
45pkg bytes, func TrimSuffix([]uint8, []uint8) []uint8
46pkg bytes, method (*Buffer) Grow(int)
47pkg bytes, method (*Reader) WriteTo(io.Writer) (int64, error)
48pkg compress/flate, const BestCompression = 9
49pkg compress/flate, const BestSpeed = 1
50pkg compress/flate, const DefaultCompression = -1
51pkg compress/flate, const NoCompression = 0
52pkg compress/gzip, const BestCompression = 9
53pkg compress/gzip, const BestSpeed = 1
54pkg compress/gzip, const DefaultCompression = -1
55pkg compress/gzip, const NoCompression = 0
56pkg compress/gzip, method (*Writer) Flush() error
57pkg compress/lzw, const LSB = 0
58pkg compress/lzw, const MSB = 1
59pkg compress/zlib, const BestCompression = 9
60pkg compress/zlib, const BestSpeed = 1
61pkg compress/zlib, const DefaultCompression = -1
62pkg compress/zlib, const NoCompression = 0
63pkg crypto, const MD4 = 1
64pkg crypto, const MD5 = 2
65pkg crypto, const MD5SHA1 = 8
66pkg crypto, const RIPEMD160 = 9
67pkg crypto, const SHA1 = 3
68pkg crypto, const SHA224 = 4
69pkg crypto, const SHA256 = 5
70pkg crypto, const SHA384 = 6
71pkg crypto, const SHA512 = 7
72pkg crypto/aes, const BlockSize = 16
73pkg crypto/des, const BlockSize = 8
74pkg crypto/dsa, const L1024N160 = 0
75pkg crypto/dsa, const L2048N224 = 1
76pkg crypto/dsa, const L2048N256 = 2
77pkg crypto/dsa, const L3072N256 = 3
78pkg crypto/hmac, func Equal([]uint8, []uint8) bool
79pkg crypto/md5, const BlockSize = 64
80pkg crypto/md5, const Size = 16
81pkg crypto/sha1, const BlockSize = 64
82pkg crypto/sha1, const Size = 20
83pkg crypto/sha256, const BlockSize = 64
84pkg crypto/sha256, const Size = 32
85pkg crypto/sha256, const Size224 = 28
86pkg crypto/sha512, const BlockSize = 128
87pkg crypto/sha512, const Size = 64
88pkg crypto/sha512, const Size384 = 48
89pkg crypto/tls, const NoClientCert = 0
90pkg crypto/tls, const RequestClientCert = 1
91pkg crypto/tls, const RequireAndVerifyClientCert = 4
92pkg crypto/tls, const RequireAnyClientCert = 2
93pkg crypto/tls, const TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA = 49170
94pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 49171
95pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 49172
96pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA uint16
97pkg crypto/tls, const TLS_ECDHE_RSA_WITH_RC4_128_SHA = 49169
98pkg crypto/tls, const TLS_RSA_WITH_3DES_EDE_CBC_SHA = 10
99pkg crypto/tls, const TLS_RSA_WITH_AES_128_CBC_SHA = 47
100pkg crypto/tls, const TLS_RSA_WITH_AES_256_CBC_SHA = 53
101pkg crypto/tls, const TLS_RSA_WITH_AES_256_CBC_SHA uint16
102pkg crypto/tls, const TLS_RSA_WITH_RC4_128_SHA = 5
103pkg crypto/tls, const VerifyClientCertIfGiven = 3
104pkg crypto/tls, type Config struct, PreferServerCipherSuites bool
105pkg crypto/tls, type Config struct, SessionTicketKey [32]uint8
106pkg crypto/tls, type Config struct, SessionTicketsDisabled bool
107pkg crypto/tls, type ConnectionState struct, DidResume bool
108pkg crypto/x509, const CANotAuthorizedForThisName = 2
109pkg crypto/x509, const DSA = 2
110pkg crypto/x509, const DSAWithSHA1 = 7
111pkg crypto/x509, const DSAWithSHA256 = 8
112pkg crypto/x509, const ECDSA = 3
113pkg crypto/x509, const ECDSA PublicKeyAlgorithm
114pkg crypto/x509, const ECDSAWithSHA1 = 9
115pkg crypto/x509, const ECDSAWithSHA1 SignatureAlgorithm
116pkg crypto/x509, const ECDSAWithSHA256 = 10
117pkg crypto/x509, const ECDSAWithSHA256 SignatureAlgorithm
118pkg crypto/x509, const ECDSAWithSHA384 = 11
119pkg crypto/x509, const ECDSAWithSHA384 SignatureAlgorithm
120pkg crypto/x509, const ECDSAWithSHA512 = 12
121pkg crypto/x509, const ECDSAWithSHA512 SignatureAlgorithm
122pkg crypto/x509, const Expired = 1
123pkg crypto/x509, const ExtKeyUsageAny = 0
124pkg crypto/x509, const ExtKeyUsageClientAuth = 2
125pkg crypto/x509, const ExtKeyUsageCodeSigning = 3
126pkg crypto/x509, const ExtKeyUsageEmailProtection = 4
127pkg crypto/x509, const ExtKeyUsageIPSECEndSystem = 5
128pkg crypto/x509, const ExtKeyUsageIPSECEndSystem ExtKeyUsage
129pkg crypto/x509, const ExtKeyUsageIPSECTunnel = 6
130pkg crypto/x509, const ExtKeyUsageIPSECTunnel ExtKeyUsage
131pkg crypto/x509, const ExtKeyUsageIPSECUser = 7
132pkg crypto/x509, const ExtKeyUsageIPSECUser ExtKeyUsage
133pkg crypto/x509, const ExtKeyUsageMicrosoftServerGatedCrypto = 10
134pkg crypto/x509, const ExtKeyUsageMicrosoftServerGatedCrypto ExtKeyUsage
135pkg crypto/x509, const ExtKeyUsageNetscapeServerGatedCrypto = 11
136pkg crypto/x509, const ExtKeyUsageNetscapeServerGatedCrypto ExtKeyUsage
137pkg crypto/x509, const ExtKeyUsageOCSPSigning = 9
138pkg crypto/x509, const ExtKeyUsageServerAuth = 1
139pkg crypto/x509, const ExtKeyUsageTimeStamping = 8
140pkg crypto/x509, const IncompatibleUsage = 4
141pkg crypto/x509, const IncompatibleUsage InvalidReason
142pkg crypto/x509, const KeyUsageCRLSign = 64
143pkg crypto/x509, const KeyUsageCertSign = 32
144pkg crypto/x509, const KeyUsageContentCommitment = 2
145pkg crypto/x509, const KeyUsageDataEncipherment = 8
146pkg crypto/x509, const KeyUsageDecipherOnly = 256
147pkg crypto/x509, const KeyUsageDigitalSignature = 1
148pkg crypto/x509, const KeyUsageEncipherOnly = 128
149pkg crypto/x509, const KeyUsageKeyAgreement = 16
150pkg crypto/x509, const KeyUsageKeyEncipherment = 4
151pkg crypto/x509, const MD2WithRSA = 1
152pkg crypto/x509, const MD5WithRSA = 2
153pkg crypto/x509, const NotAuthorizedToSign = 0
154pkg crypto/x509, const PEMCipher3DES = 2
155pkg crypto/x509, const PEMCipher3DES PEMCipher
156pkg crypto/x509, const PEMCipherAES128 = 3
157pkg crypto/x509, const PEMCipherAES128 PEMCipher
158pkg crypto/x509, const PEMCipherAES192 = 4
159pkg crypto/x509, const PEMCipherAES192 PEMCipher
160pkg crypto/x509, const PEMCipherAES256 = 5
161pkg crypto/x509, const PEMCipherAES256 PEMCipher
162pkg crypto/x509, const PEMCipherDES = 1
163pkg crypto/x509, const PEMCipherDES PEMCipher
164pkg crypto/x509, const RSA = 1
165pkg crypto/x509, const SHA1WithRSA = 3
166pkg crypto/x509, const SHA256WithRSA = 4
167pkg crypto/x509, const SHA384WithRSA = 5
168pkg crypto/x509, const SHA512WithRSA = 6
169pkg crypto/x509, const TooManyIntermediates = 3
170pkg crypto/x509, const UnknownPublicKeyAlgorithm = 0
171pkg crypto/x509, const UnknownSignatureAlgorithm = 0
172pkg crypto/x509, func DecryptPEMBlock(*pem.Block, []uint8) ([]uint8, error)
173pkg crypto/x509, func EncryptPEMBlock(io.Reader, string, []uint8, []uint8, PEMCipher) (*pem.Block, error)
174pkg crypto/x509, func IsEncryptedPEMBlock(*pem.Block) bool
175pkg crypto/x509, func ParseECPrivateKey([]uint8) (*ecdsa.PrivateKey, error)
176pkg crypto/x509, method (SystemRootsError) Error() string
177pkg crypto/x509, type Certificate struct, IPAddresses []net.IP
178pkg crypto/x509, type PEMCipher int
179pkg crypto/x509, type SystemRootsError struct
180pkg crypto/x509, type VerifyOptions struct, KeyUsages []ExtKeyUsage
181pkg crypto/x509, var IncorrectPasswordError error
182pkg database/sql, method (*DB) Ping() error
183pkg database/sql, method (*DB) SetMaxIdleConns(int)
184pkg database/sql/driver, type Queryer interface { Query }
185pkg database/sql/driver, type Queryer interface, Query(string, []Value) (Rows, error)
186pkg debug/dwarf, const AttrAbstractOrigin = 49
187pkg debug/dwarf, const AttrAccessibility = 50
188pkg debug/dwarf, const AttrAddrClass = 51
189pkg debug/dwarf, const AttrAllocated = 78
190pkg debug/dwarf, const AttrArtificial = 52
191pkg debug/dwarf, const AttrAssociated = 79
192pkg debug/dwarf, const AttrBaseTypes = 53
193pkg debug/dwarf, const AttrBitOffset = 12
194pkg debug/dwarf, const AttrBitSize = 13
195pkg debug/dwarf, const AttrByteSize = 11
196pkg debug/dwarf, const AttrCallColumn = 87
197pkg debug/dwarf, const AttrCallFile = 88
198pkg debug/dwarf, const AttrCallLine = 89
199pkg debug/dwarf, const AttrCalling = 54
200pkg debug/dwarf, const AttrCommonRef = 26
201pkg debug/dwarf, const AttrCompDir = 27
202pkg debug/dwarf, const AttrConstValue = 28
203pkg debug/dwarf, const AttrContainingType = 29
204pkg debug/dwarf, const AttrCount = 55
205pkg debug/dwarf, const AttrDataLocation = 80
206pkg debug/dwarf, const AttrDataMemberLoc = 56
207pkg debug/dwarf, const AttrDeclColumn = 57
208pkg debug/dwarf, const AttrDeclFile = 58
209pkg debug/dwarf, const AttrDeclLine = 59
210pkg debug/dwarf, const AttrDeclaration = 60
211pkg debug/dwarf, const AttrDefaultValue = 30
212pkg debug/dwarf, const AttrDescription = 90
213pkg debug/dwarf, const AttrDiscr = 21
214pkg debug/dwarf, const AttrDiscrList = 61
215pkg debug/dwarf, const AttrDiscrValue = 22
216pkg debug/dwarf, const AttrEncoding = 62
217pkg debug/dwarf, const AttrEntrypc = 82
218pkg debug/dwarf, const AttrExtension = 84
219pkg debug/dwarf, const AttrExternal = 63
220pkg debug/dwarf, const AttrFrameBase = 64
221pkg debug/dwarf, const AttrFriend = 65
222pkg debug/dwarf, const AttrHighpc = 18
223pkg debug/dwarf, const AttrIdentifierCase = 66
224pkg debug/dwarf, const AttrImport = 24
225pkg debug/dwarf, const AttrInline = 32
226pkg debug/dwarf, const AttrIsOptional = 33
227pkg debug/dwarf, const AttrLanguage = 19
228pkg debug/dwarf, const AttrLocation = 2
229pkg debug/dwarf, const AttrLowerBound = 34
230pkg debug/dwarf, const AttrLowpc = 17
231pkg debug/dwarf, const AttrMacroInfo = 67
232pkg debug/dwarf, const AttrName = 3
233pkg debug/dwarf, const AttrNamelistItem = 68
234pkg debug/dwarf, const AttrOrdering = 9
235pkg debug/dwarf, const AttrPriority = 69
236pkg debug/dwarf, const AttrProducer = 37
237pkg debug/dwarf, const AttrPrototyped = 39
238pkg debug/dwarf, const AttrRanges = 85
239pkg debug/dwarf, const AttrReturnAddr = 42
240pkg debug/dwarf, const AttrSegment = 70
241pkg debug/dwarf, const AttrSibling = 1
242pkg debug/dwarf, const AttrSpecification = 71
243pkg debug/dwarf, const AttrStartScope = 44
244pkg debug/dwarf, const AttrStaticLink = 72
245pkg debug/dwarf, const AttrStmtList = 16
246pkg debug/dwarf, const AttrStride = 81
247pkg debug/dwarf, const AttrStrideSize = 46
248pkg debug/dwarf, const AttrStringLength = 25
249pkg debug/dwarf, const AttrTrampoline = 86
250pkg debug/dwarf, const AttrType = 73
251pkg debug/dwarf, const AttrUpperBound = 47
252pkg debug/dwarf, const AttrUseLocation = 74
253pkg debug/dwarf, const AttrUseUTF8 = 83
254pkg debug/dwarf, const AttrVarParam = 75
255pkg debug/dwarf, const AttrVirtuality = 76
256pkg debug/dwarf, const AttrVisibility = 23
257pkg debug/dwarf, const AttrVtableElemLoc = 77
258pkg debug/dwarf, const TagAccessDeclaration = 35
259pkg debug/dwarf, const TagArrayType = 1
260pkg debug/dwarf, const TagBaseType = 36
261pkg debug/dwarf, const TagCatchDwarfBlock = 37
262pkg debug/dwarf, const TagClassType = 2
263pkg debug/dwarf, const TagCommonDwarfBlock = 26
264pkg debug/dwarf, const TagCommonInclusion = 27
265pkg debug/dwarf, const TagCompileUnit = 17
266pkg debug/dwarf, const TagConstType = 38
267pkg debug/dwarf, const TagConstant = 39
268pkg debug/dwarf, const TagDwarfProcedure = 54
269pkg debug/dwarf, const TagEntryPoint = 3
270pkg debug/dwarf, const TagEnumerationType = 4
271pkg debug/dwarf, const TagEnumerator = 40
272pkg debug/dwarf, const TagFileType = 41
273pkg debug/dwarf, const TagFormalParameter = 5
274pkg debug/dwarf, const TagFriend = 42
275pkg debug/dwarf, const TagImportedDeclaration = 8
276pkg debug/dwarf, const TagImportedModule = 58
277pkg debug/dwarf, const TagImportedUnit = 61
278pkg debug/dwarf, const TagInheritance = 28
279pkg debug/dwarf, const TagInlinedSubroutine = 29
280pkg debug/dwarf, const TagInterfaceType = 56
281pkg debug/dwarf, const TagLabel = 10
282pkg debug/dwarf, const TagLexDwarfBlock = 11
283pkg debug/dwarf, const TagMember = 13
284pkg debug/dwarf, const TagModule = 30
285pkg debug/dwarf, const TagMutableType = 62
286pkg debug/dwarf, const TagNamelist = 43
287pkg debug/dwarf, const TagNamelistItem = 44
288pkg debug/dwarf, const TagNamespace = 57
289pkg debug/dwarf, const TagPackedType = 45
290pkg debug/dwarf, const TagPartialUnit = 60
291pkg debug/dwarf, const TagPointerType = 15
292pkg debug/dwarf, const TagPtrToMemberType = 31
293pkg debug/dwarf, const TagReferenceType = 16
294pkg debug/dwarf, const TagRestrictType = 55
295pkg debug/dwarf, const TagSetType = 32
296pkg debug/dwarf, const TagStringType = 18
297pkg debug/dwarf, const TagStructType = 19
298pkg debug/dwarf, const TagSubprogram = 46
299pkg debug/dwarf, const TagSubrangeType = 33
300pkg debug/dwarf, const TagSubroutineType = 21
301pkg debug/dwarf, const TagTemplateTypeParameter = 47
302pkg debug/dwarf, const TagTemplateValueParameter = 48
303pkg debug/dwarf, const TagThrownType = 49
304pkg debug/dwarf, const TagTryDwarfBlock = 50
305pkg debug/dwarf, const TagTypedef = 22
306pkg debug/dwarf, const TagUnionType = 23
307pkg debug/dwarf, const TagUnspecifiedParameters = 24
308pkg debug/dwarf, const TagUnspecifiedType = 59
309pkg debug/dwarf, const TagVariable = 52
310pkg debug/dwarf, const TagVariant = 25
311pkg debug/dwarf, const TagVariantPart = 51
312pkg debug/dwarf, const TagVolatileType = 53
313pkg debug/dwarf, const TagWithStmt = 34
314pkg debug/elf, const ARM_MAGIC_TRAMP_NUMBER = 1543503875
315pkg debug/elf, const DF_BIND_NOW = 8
316pkg debug/elf, const DF_ORIGIN = 1
317pkg debug/elf, const DF_STATIC_TLS = 16
318pkg debug/elf, const DF_SYMBOLIC = 2
319pkg debug/elf, const DF_TEXTREL = 4
320pkg debug/elf, const DT_BIND_NOW = 24
321pkg debug/elf, const DT_DEBUG = 21
322pkg debug/elf, const DT_ENCODING = 32
323pkg debug/elf, const DT_FINI = 13
324pkg debug/elf, const DT_FINI_ARRAY = 26
325pkg debug/elf, const DT_FINI_ARRAYSZ = 28
326pkg debug/elf, const DT_FLAGS = 30
327pkg debug/elf, const DT_HASH = 4
328pkg debug/elf, const DT_HIOS = 1879044096
329pkg debug/elf, const DT_HIPROC = 2147483647
330pkg debug/elf, const DT_INIT = 12
331pkg debug/elf, const DT_INIT_ARRAY = 25
332pkg debug/elf, const DT_INIT_ARRAYSZ = 27
333pkg debug/elf, const DT_JMPREL = 23
334pkg debug/elf, const DT_LOOS = 1610612749
335pkg debug/elf, const DT_LOPROC = 1879048192
336pkg debug/elf, const DT_NEEDED = 1
337pkg debug/elf, const DT_NULL = 0
338pkg debug/elf, const DT_PLTGOT = 3
339pkg debug/elf, const DT_PLTREL = 20
340pkg debug/elf, const DT_PLTRELSZ = 2
341pkg debug/elf, const DT_PREINIT_ARRAY = 32
342pkg debug/elf, const DT_PREINIT_ARRAYSZ = 33
343pkg debug/elf, const DT_REL = 17
344pkg debug/elf, const DT_RELA = 7
345pkg debug/elf, const DT_RELAENT = 9
346pkg debug/elf, const DT_RELASZ = 8
347pkg debug/elf, const DT_RELENT = 19
348pkg debug/elf, const DT_RELSZ = 18
349pkg debug/elf, const DT_RPATH = 15
350pkg debug/elf, const DT_RUNPATH = 29
351pkg debug/elf, const DT_SONAME = 14
352pkg debug/elf, const DT_STRSZ = 10
353pkg debug/elf, const DT_STRTAB = 5
354pkg debug/elf, const DT_SYMBOLIC = 16
355pkg debug/elf, const DT_SYMENT = 11
356pkg debug/elf, const DT_SYMTAB = 6
357pkg debug/elf, const DT_TEXTREL = 22
358pkg debug/elf, const DT_VERNEED = 1879048190
359pkg debug/elf, const DT_VERNEEDNUM = 1879048191
360pkg debug/elf, const DT_VERSYM = 1879048176
361pkg debug/elf, const EI_ABIVERSION = 8
362pkg debug/elf, const EI_CLASS = 4
363pkg debug/elf, const EI_DATA = 5
364pkg debug/elf, const EI_NIDENT = 16
365pkg debug/elf, const EI_OSABI = 7
366pkg debug/elf, const EI_PAD = 9
367pkg debug/elf, const EI_VERSION = 6
368pkg debug/elf, const ELFCLASS32 = 1
369pkg debug/elf, const ELFCLASS64 = 2
370pkg debug/elf, const ELFCLASSNONE = 0
371pkg debug/elf, const ELFDATA2LSB = 1
372pkg debug/elf, const ELFDATA2MSB = 2
373pkg debug/elf, const ELFDATANONE = 0
374pkg debug/elf, const ELFMAG = "\x7fELF"
375pkg debug/elf, const ELFOSABI_86OPEN = 5
376pkg debug/elf, const ELFOSABI_AIX = 7
377pkg debug/elf, const ELFOSABI_ARM = 97
378pkg debug/elf, const ELFOSABI_FREEBSD = 9
379pkg debug/elf, const ELFOSABI_HPUX = 1
380pkg debug/elf, const ELFOSABI_HURD = 4
381pkg debug/elf, const ELFOSABI_IRIX = 8
382pkg debug/elf, const ELFOSABI_LINUX = 3
383pkg debug/elf, const ELFOSABI_MODESTO = 11
384pkg debug/elf, const ELFOSABI_NETBSD = 2
385pkg debug/elf, const ELFOSABI_NONE = 0
386pkg debug/elf, const ELFOSABI_NSK = 14
387pkg debug/elf, const ELFOSABI_OPENBSD = 12
388pkg debug/elf, const ELFOSABI_OPENVMS = 13
389pkg debug/elf, const ELFOSABI_SOLARIS = 6
390pkg debug/elf, const ELFOSABI_STANDALONE = 255
391pkg debug/elf, const ELFOSABI_TRU64 = 10
392pkg debug/elf, const EM_386 = 3
393pkg debug/elf, const EM_486 = 6
394pkg debug/elf, const EM_68HC12 = 53
395pkg debug/elf, const EM_68K = 4
396pkg debug/elf, const EM_860 = 7
397pkg debug/elf, const EM_88K = 5
398pkg debug/elf, const EM_960 = 19
399pkg debug/elf, const EM_ALPHA = 36902
400pkg debug/elf, const EM_ALPHA_STD = 41
401pkg debug/elf, const EM_ARC = 45
402pkg debug/elf, const EM_ARM = 40
403pkg debug/elf, const EM_COLDFIRE = 52
404pkg debug/elf, const EM_FR20 = 37
405pkg debug/elf, const EM_H8S = 48
406pkg debug/elf, const EM_H8_300 = 46
407pkg debug/elf, const EM_H8_300H = 47
408pkg debug/elf, const EM_H8_500 = 49
409pkg debug/elf, const EM_IA_64 = 50
410pkg debug/elf, const EM_M32 = 1
411pkg debug/elf, const EM_ME16 = 59
412pkg debug/elf, const EM_MIPS = 8
413pkg debug/elf, const EM_MIPS_RS3_LE = 10
414pkg debug/elf, const EM_MIPS_RS4_BE = 10
415pkg debug/elf, const EM_MIPS_X = 51
416pkg debug/elf, const EM_MMA = 54
417pkg debug/elf, const EM_NCPU = 56
418pkg debug/elf, const EM_NDR1 = 57
419pkg debug/elf, const EM_NONE = 0
420pkg debug/elf, const EM_PARISC = 15
421pkg debug/elf, const EM_PCP = 55
422pkg debug/elf, const EM_PPC = 20
423pkg debug/elf, const EM_PPC64 = 21
424pkg debug/elf, const EM_RCE = 39
425pkg debug/elf, const EM_RH32 = 38
426pkg debug/elf, const EM_S370 = 9
427pkg debug/elf, const EM_S390 = 22
428pkg debug/elf, const EM_SH = 42
429pkg debug/elf, const EM_SPARC = 2
430pkg debug/elf, const EM_SPARC32PLUS = 18
431pkg debug/elf, const EM_SPARCV9 = 43
432pkg debug/elf, const EM_ST100 = 60
433pkg debug/elf, const EM_STARCORE = 58
434pkg debug/elf, const EM_TINYJ = 61
435pkg debug/elf, const EM_TRICORE = 44
436pkg debug/elf, const EM_V800 = 36
437pkg debug/elf, const EM_VPP500 = 17
438pkg debug/elf, const EM_X86_64 = 62
439pkg debug/elf, const ET_CORE = 4
440pkg debug/elf, const ET_DYN = 3
441pkg debug/elf, const ET_EXEC = 2
442pkg debug/elf, const ET_HIOS = 65279
443pkg debug/elf, const ET_HIPROC = 65535
444pkg debug/elf, const ET_LOOS = 65024
445pkg debug/elf, const ET_LOPROC = 65280
446pkg debug/elf, const ET_NONE = 0
447pkg debug/elf, const ET_REL = 1
448pkg debug/elf, const EV_CURRENT = 1
449pkg debug/elf, const EV_NONE = 0
450pkg debug/elf, const NT_FPREGSET = 2
451pkg debug/elf, const NT_PRPSINFO = 3
452pkg debug/elf, const NT_PRSTATUS = 1
453pkg debug/elf, const PF_MASKOS = 267386880
454pkg debug/elf, const PF_MASKPROC = 4026531840
455pkg debug/elf, const PF_R = 4
456pkg debug/elf, const PF_W = 2
457pkg debug/elf, const PF_X = 1
458pkg debug/elf, const PT_DYNAMIC = 2
459pkg debug/elf, const PT_HIOS = 1879048191
460pkg debug/elf, const PT_HIPROC = 2147483647
461pkg debug/elf, const PT_INTERP = 3
462pkg debug/elf, const PT_LOAD = 1
463pkg debug/elf, const PT_LOOS = 1610612736
464pkg debug/elf, const PT_LOPROC = 1879048192
465pkg debug/elf, const PT_NOTE = 4
466pkg debug/elf, const PT_NULL = 0
467pkg debug/elf, const PT_PHDR = 6
468pkg debug/elf, const PT_SHLIB = 5
469pkg debug/elf, const PT_TLS = 7
470pkg debug/elf, const R_386_32 = 1
471pkg debug/elf, const R_386_COPY = 5
472pkg debug/elf, const R_386_GLOB_DAT = 6
473pkg debug/elf, const R_386_GOT32 = 3
474pkg debug/elf, const R_386_GOTOFF = 9
475pkg debug/elf, const R_386_GOTPC = 10
476pkg debug/elf, const R_386_JMP_SLOT = 7
477pkg debug/elf, const R_386_NONE = 0
478pkg debug/elf, const R_386_PC32 = 2
479pkg debug/elf, const R_386_PLT32 = 4
480pkg debug/elf, const R_386_RELATIVE = 8
481pkg debug/elf, const R_386_TLS_DTPMOD32 = 35
482pkg debug/elf, const R_386_TLS_DTPOFF32 = 36
483pkg debug/elf, const R_386_TLS_GD = 18
484pkg debug/elf, const R_386_TLS_GD_32 = 24
485pkg debug/elf, const R_386_TLS_GD_CALL = 26
486pkg debug/elf, const R_386_TLS_GD_POP = 27
487pkg debug/elf, const R_386_TLS_GD_PUSH = 25
488pkg debug/elf, const R_386_TLS_GOTIE = 16
489pkg debug/elf, const R_386_TLS_IE = 15
490pkg debug/elf, const R_386_TLS_IE_32 = 33
491pkg debug/elf, const R_386_TLS_LDM = 19
492pkg debug/elf, const R_386_TLS_LDM_32 = 28
493pkg debug/elf, const R_386_TLS_LDM_CALL = 30
494pkg debug/elf, const R_386_TLS_LDM_POP = 31
495pkg debug/elf, const R_386_TLS_LDM_PUSH = 29
496pkg debug/elf, const R_386_TLS_LDO_32 = 32
497pkg debug/elf, const R_386_TLS_LE = 17
498pkg debug/elf, const R_386_TLS_LE_32 = 34
499pkg debug/elf, const R_386_TLS_TPOFF = 14
500pkg debug/elf, const R_386_TLS_TPOFF32 = 37
501pkg debug/elf, const R_ALPHA_BRADDR = 7
502pkg debug/elf, const R_ALPHA_COPY = 24
503pkg debug/elf, const R_ALPHA_GLOB_DAT = 25
504pkg debug/elf, const R_ALPHA_GPDISP = 6
505pkg debug/elf, const R_ALPHA_GPREL32 = 3
506pkg debug/elf, const R_ALPHA_GPRELHIGH = 17
507pkg debug/elf, const R_ALPHA_GPRELLOW = 18
508pkg debug/elf, const R_ALPHA_GPVALUE = 16
509pkg debug/elf, const R_ALPHA_HINT = 8
510pkg debug/elf, const R_ALPHA_IMMED_BR_HI32 = 22
511pkg debug/elf, const R_ALPHA_IMMED_GP_16 = 19
512pkg debug/elf, const R_ALPHA_IMMED_GP_HI32 = 20
513pkg debug/elf, const R_ALPHA_IMMED_LO32 = 23
514pkg debug/elf, const R_ALPHA_IMMED_SCN_HI32 = 21
515pkg debug/elf, const R_ALPHA_JMP_SLOT = 26
516pkg debug/elf, const R_ALPHA_LITERAL = 4
517pkg debug/elf, const R_ALPHA_LITUSE = 5
518pkg debug/elf, const R_ALPHA_NONE = 0
519pkg debug/elf, const R_ALPHA_OP_PRSHIFT = 15
520pkg debug/elf, const R_ALPHA_OP_PSUB = 14
521pkg debug/elf, const R_ALPHA_OP_PUSH = 12
522pkg debug/elf, const R_ALPHA_OP_STORE = 13
523pkg debug/elf, const R_ALPHA_REFLONG = 1
524pkg debug/elf, const R_ALPHA_REFQUAD = 2
525pkg debug/elf, const R_ALPHA_RELATIVE = 27
526pkg debug/elf, const R_ALPHA_SREL16 = 9
527pkg debug/elf, const R_ALPHA_SREL32 = 10
528pkg debug/elf, const R_ALPHA_SREL64 = 11
529pkg debug/elf, const R_ARM_ABS12 = 6
530pkg debug/elf, const R_ARM_ABS16 = 5
531pkg debug/elf, const R_ARM_ABS32 = 2
532pkg debug/elf, const R_ARM_ABS8 = 8
533pkg debug/elf, const R_ARM_AMP_VCALL9 = 12
534pkg debug/elf, const R_ARM_COPY = 20
535pkg debug/elf, const R_ARM_GLOB_DAT = 21
536pkg debug/elf, const R_ARM_GNU_VTENTRY = 100
537pkg debug/elf, const R_ARM_GNU_VTINHERIT = 101
538pkg debug/elf, const R_ARM_GOT32 = 26
539pkg debug/elf, const R_ARM_GOTOFF = 24
540pkg debug/elf, const R_ARM_GOTPC = 25
541pkg debug/elf, const R_ARM_JUMP_SLOT = 22
542pkg debug/elf, const R_ARM_NONE = 0
543pkg debug/elf, const R_ARM_PC13 = 4
544pkg debug/elf, const R_ARM_PC24 = 1
545pkg debug/elf, const R_ARM_PLT32 = 27
546pkg debug/elf, const R_ARM_RABS32 = 253
547pkg debug/elf, const R_ARM_RBASE = 255
548pkg debug/elf, const R_ARM_REL32 = 3
549pkg debug/elf, const R_ARM_RELATIVE = 23
550pkg debug/elf, const R_ARM_RPC24 = 254
551pkg debug/elf, const R_ARM_RREL32 = 252
552pkg debug/elf, const R_ARM_RSBREL32 = 250
553pkg debug/elf, const R_ARM_SBREL32 = 9
554pkg debug/elf, const R_ARM_SWI24 = 13
555pkg debug/elf, const R_ARM_THM_ABS5 = 7
556pkg debug/elf, const R_ARM_THM_PC22 = 10
557pkg debug/elf, const R_ARM_THM_PC8 = 11
558pkg debug/elf, const R_ARM_THM_RPC22 = 251
559pkg debug/elf, const R_ARM_THM_SWI8 = 14
560pkg debug/elf, const R_ARM_THM_XPC22 = 16
561pkg debug/elf, const R_ARM_XPC25 = 15
562pkg debug/elf, const R_PPC_ADDR14 = 7
563pkg debug/elf, const R_PPC_ADDR14_BRNTAKEN = 9
564pkg debug/elf, const R_PPC_ADDR14_BRTAKEN = 8
565pkg debug/elf, const R_PPC_ADDR16 = 3
566pkg debug/elf, const R_PPC_ADDR16_HA = 6
567pkg debug/elf, const R_PPC_ADDR16_HI = 5
568pkg debug/elf, const R_PPC_ADDR16_LO = 4
569pkg debug/elf, const R_PPC_ADDR24 = 2
570pkg debug/elf, const R_PPC_ADDR32 = 1
571pkg debug/elf, const R_PPC_COPY = 19
572pkg debug/elf, const R_PPC_DTPMOD32 = 68
573pkg debug/elf, const R_PPC_DTPREL16 = 74
574pkg debug/elf, const R_PPC_DTPREL16_HA = 77
575pkg debug/elf, const R_PPC_DTPREL16_HI = 76
576pkg debug/elf, const R_PPC_DTPREL16_LO = 75
577pkg debug/elf, const R_PPC_DTPREL32 = 78
578pkg debug/elf, const R_PPC_EMB_BIT_FLD = 115
579pkg debug/elf, const R_PPC_EMB_MRKREF = 110
580pkg debug/elf, const R_PPC_EMB_NADDR16 = 102
581pkg debug/elf, const R_PPC_EMB_NADDR16_HA = 105
582pkg debug/elf, const R_PPC_EMB_NADDR16_HI = 104
583pkg debug/elf, const R_PPC_EMB_NADDR16_LO = 103
584pkg debug/elf, const R_PPC_EMB_NADDR32 = 101
585pkg debug/elf, const R_PPC_EMB_RELSDA = 116
586pkg debug/elf, const R_PPC_EMB_RELSEC16 = 111
587pkg debug/elf, const R_PPC_EMB_RELST_HA = 114
588pkg debug/elf, const R_PPC_EMB_RELST_HI = 113
589pkg debug/elf, const R_PPC_EMB_RELST_LO = 112
590pkg debug/elf, const R_PPC_EMB_SDA21 = 109
591pkg debug/elf, const R_PPC_EMB_SDA2I16 = 107
592pkg debug/elf, const R_PPC_EMB_SDA2REL = 108
593pkg debug/elf, const R_PPC_EMB_SDAI16 = 106
594pkg debug/elf, const R_PPC_GLOB_DAT = 20
595pkg debug/elf, const R_PPC_GOT16 = 14
596pkg debug/elf, const R_PPC_GOT16_HA = 17
597pkg debug/elf, const R_PPC_GOT16_HI = 16
598pkg debug/elf, const R_PPC_GOT16_LO = 15
599pkg debug/elf, const R_PPC_GOT_TLSGD16 = 79
600pkg debug/elf, const R_PPC_GOT_TLSGD16_HA = 82
601pkg debug/elf, const R_PPC_GOT_TLSGD16_HI = 81
602pkg debug/elf, const R_PPC_GOT_TLSGD16_LO = 80
603pkg debug/elf, const R_PPC_GOT_TLSLD16 = 83
604pkg debug/elf, const R_PPC_GOT_TLSLD16_HA = 86
605pkg debug/elf, const R_PPC_GOT_TLSLD16_HI = 85
606pkg debug/elf, const R_PPC_GOT_TLSLD16_LO = 84
607pkg debug/elf, const R_PPC_GOT_TPREL16 = 87
608pkg debug/elf, const R_PPC_GOT_TPREL16_HA = 90
609pkg debug/elf, const R_PPC_GOT_TPREL16_HI = 89
610pkg debug/elf, const R_PPC_GOT_TPREL16_LO = 88
611pkg debug/elf, const R_PPC_JMP_SLOT = 21
612pkg debug/elf, const R_PPC_LOCAL24PC = 23
613pkg debug/elf, const R_PPC_NONE = 0
614pkg debug/elf, const R_PPC_PLT16_HA = 31
615pkg debug/elf, const R_PPC_PLT16_HI = 30
616pkg debug/elf, const R_PPC_PLT16_LO = 29
617pkg debug/elf, const R_PPC_PLT32 = 27
618pkg debug/elf, const R_PPC_PLTREL24 = 18
619pkg debug/elf, const R_PPC_PLTREL32 = 28
620pkg debug/elf, const R_PPC_REL14 = 11
621pkg debug/elf, const R_PPC_REL14_BRNTAKEN = 13
622pkg debug/elf, const R_PPC_REL14_BRTAKEN = 12
623pkg debug/elf, const R_PPC_REL24 = 10
624pkg debug/elf, const R_PPC_REL32 = 26
625pkg debug/elf, const R_PPC_RELATIVE = 22
626pkg debug/elf, const R_PPC_SDAREL16 = 32
627pkg debug/elf, const R_PPC_SECTOFF = 33
628pkg debug/elf, const R_PPC_SECTOFF_HA = 36
629pkg debug/elf, const R_PPC_SECTOFF_HI = 35
630pkg debug/elf, const R_PPC_SECTOFF_LO = 34
631pkg debug/elf, const R_PPC_TLS = 67
632pkg debug/elf, const R_PPC_TPREL16 = 69
633pkg debug/elf, const R_PPC_TPREL16_HA = 72
634pkg debug/elf, const R_PPC_TPREL16_HI = 71
635pkg debug/elf, const R_PPC_TPREL16_LO = 70
636pkg debug/elf, const R_PPC_TPREL32 = 73
637pkg debug/elf, const R_PPC_UADDR16 = 25
638pkg debug/elf, const R_PPC_UADDR32 = 24
639pkg debug/elf, const R_SPARC_10 = 30
640pkg debug/elf, const R_SPARC_11 = 31
641pkg debug/elf, const R_SPARC_13 = 11
642pkg debug/elf, const R_SPARC_16 = 2
643pkg debug/elf, const R_SPARC_22 = 10
644pkg debug/elf, const R_SPARC_32 = 3
645pkg debug/elf, const R_SPARC_5 = 44
646pkg debug/elf, const R_SPARC_6 = 45
647pkg debug/elf, const R_SPARC_64 = 32
648pkg debug/elf, const R_SPARC_7 = 43
649pkg debug/elf, const R_SPARC_8 = 1
650pkg debug/elf, const R_SPARC_COPY = 19
651pkg debug/elf, const R_SPARC_DISP16 = 5
652pkg debug/elf, const R_SPARC_DISP32 = 6
653pkg debug/elf, const R_SPARC_DISP64 = 46
654pkg debug/elf, const R_SPARC_DISP8 = 4
655pkg debug/elf, const R_SPARC_GLOB_DAT = 20
656pkg debug/elf, const R_SPARC_GLOB_JMP = 42
657pkg debug/elf, const R_SPARC_GOT10 = 13
658pkg debug/elf, const R_SPARC_GOT13 = 14
659pkg debug/elf, const R_SPARC_GOT22 = 15
660pkg debug/elf, const R_SPARC_H44 = 50
661pkg debug/elf, const R_SPARC_HH22 = 34
662pkg debug/elf, const R_SPARC_HI22 = 9
663pkg debug/elf, const R_SPARC_HIPLT22 = 25
664pkg debug/elf, const R_SPARC_HIX22 = 48
665pkg debug/elf, const R_SPARC_HM10 = 35
666pkg debug/elf, const R_SPARC_JMP_SLOT = 21
667pkg debug/elf, const R_SPARC_L44 = 52
668pkg debug/elf, const R_SPARC_LM22 = 36
669pkg debug/elf, const R_SPARC_LO10 = 12
670pkg debug/elf, const R_SPARC_LOPLT10 = 26
671pkg debug/elf, const R_SPARC_LOX10 = 49
672pkg debug/elf, const R_SPARC_M44 = 51
673pkg debug/elf, const R_SPARC_NONE = 0
674pkg debug/elf, const R_SPARC_OLO10 = 33
675pkg debug/elf, const R_SPARC_PC10 = 16
676pkg debug/elf, const R_SPARC_PC22 = 17
677pkg debug/elf, const R_SPARC_PCPLT10 = 29
678pkg debug/elf, const R_SPARC_PCPLT22 = 28
679pkg debug/elf, const R_SPARC_PCPLT32 = 27
680pkg debug/elf, const R_SPARC_PC_HH22 = 37
681pkg debug/elf, const R_SPARC_PC_HM10 = 38
682pkg debug/elf, const R_SPARC_PC_LM22 = 39
683pkg debug/elf, const R_SPARC_PLT32 = 24
684pkg debug/elf, const R_SPARC_PLT64 = 47
685pkg debug/elf, const R_SPARC_REGISTER = 53
686pkg debug/elf, const R_SPARC_RELATIVE = 22
687pkg debug/elf, const R_SPARC_UA16 = 55
688pkg debug/elf, const R_SPARC_UA32 = 23
689pkg debug/elf, const R_SPARC_UA64 = 54
690pkg debug/elf, const R_SPARC_WDISP16 = 40
691pkg debug/elf, const R_SPARC_WDISP19 = 41
692pkg debug/elf, const R_SPARC_WDISP22 = 8
693pkg debug/elf, const R_SPARC_WDISP30 = 7
694pkg debug/elf, const R_SPARC_WPLT30 = 18
695pkg debug/elf, const R_X86_64_16 = 12
696pkg debug/elf, const R_X86_64_32 = 10
697pkg debug/elf, const R_X86_64_32S = 11
698pkg debug/elf, const R_X86_64_64 = 1
699pkg debug/elf, const R_X86_64_8 = 14
700pkg debug/elf, const R_X86_64_COPY = 5
701pkg debug/elf, const R_X86_64_DTPMOD64 = 16
702pkg debug/elf, const R_X86_64_DTPOFF32 = 21
703pkg debug/elf, const R_X86_64_DTPOFF64 = 17
704pkg debug/elf, const R_X86_64_GLOB_DAT = 6
705pkg debug/elf, const R_X86_64_GOT32 = 3
706pkg debug/elf, const R_X86_64_GOTPCREL = 9
707pkg debug/elf, const R_X86_64_GOTTPOFF = 22
708pkg debug/elf, const R_X86_64_JMP_SLOT = 7
709pkg debug/elf, const R_X86_64_NONE = 0
710pkg debug/elf, const R_X86_64_PC16 = 13
711pkg debug/elf, const R_X86_64_PC32 = 2
712pkg debug/elf, const R_X86_64_PC8 = 15
713pkg debug/elf, const R_X86_64_PLT32 = 4
714pkg debug/elf, const R_X86_64_RELATIVE = 8
715pkg debug/elf, const R_X86_64_TLSGD = 19
716pkg debug/elf, const R_X86_64_TLSLD = 20
717pkg debug/elf, const R_X86_64_TPOFF32 = 23
718pkg debug/elf, const R_X86_64_TPOFF64 = 18
719pkg debug/elf, const SHF_ALLOC = 2
720pkg debug/elf, const SHF_EXECINSTR = 4
721pkg debug/elf, const SHF_GROUP = 512
722pkg debug/elf, const SHF_INFO_LINK = 64
723pkg debug/elf, const SHF_LINK_ORDER = 128
724pkg debug/elf, const SHF_MASKOS = 267386880
725pkg debug/elf, const SHF_MASKPROC = 4026531840
726pkg debug/elf, const SHF_MERGE = 16
727pkg debug/elf, const SHF_OS_NONCONFORMING = 256
728pkg debug/elf, const SHF_STRINGS = 32
729pkg debug/elf, const SHF_TLS = 1024
730pkg debug/elf, const SHF_WRITE = 1
731pkg debug/elf, const SHN_ABS = 65521
732pkg debug/elf, const SHN_COMMON = 65522
733pkg debug/elf, const SHN_HIOS = 65343
734pkg debug/elf, const SHN_HIPROC = 65311
735pkg debug/elf, const SHN_HIRESERVE = 65535
736pkg debug/elf, const SHN_LOOS = 65312
737pkg debug/elf, const SHN_LOPROC = 65280
738pkg debug/elf, const SHN_LORESERVE = 65280
739pkg debug/elf, const SHN_UNDEF = 0
740pkg debug/elf, const SHN_XINDEX = 65535
741pkg debug/elf, const SHT_DYNAMIC = 6
742pkg debug/elf, const SHT_DYNSYM = 11
743pkg debug/elf, const SHT_FINI_ARRAY = 15
744pkg debug/elf, const SHT_GNU_ATTRIBUTES = 1879048181
745pkg debug/elf, const SHT_GNU_HASH = 1879048182
746pkg debug/elf, const SHT_GNU_LIBLIST = 1879048183
747pkg debug/elf, const SHT_GNU_VERDEF = 1879048189
748pkg debug/elf, const SHT_GNU_VERNEED = 1879048190
749pkg debug/elf, const SHT_GNU_VERSYM = 1879048191
750pkg debug/elf, const SHT_GROUP = 17
751pkg debug/elf, const SHT_HASH = 5
752pkg debug/elf, const SHT_HIOS = 1879048191
753pkg debug/elf, const SHT_HIPROC = 2147483647
754pkg debug/elf, const SHT_HIUSER = 4294967295
755pkg debug/elf, const SHT_INIT_ARRAY = 14
756pkg debug/elf, const SHT_LOOS = 1610612736
757pkg debug/elf, const SHT_LOPROC = 1879048192
758pkg debug/elf, const SHT_LOUSER = 2147483648
759pkg debug/elf, const SHT_NOBITS = 8
760pkg debug/elf, const SHT_NOTE = 7
761pkg debug/elf, const SHT_NULL = 0
762pkg debug/elf, const SHT_PREINIT_ARRAY = 16
763pkg debug/elf, const SHT_PROGBITS = 1
764pkg debug/elf, const SHT_REL = 9
765pkg debug/elf, const SHT_RELA = 4
766pkg debug/elf, const SHT_SHLIB = 10
767pkg debug/elf, const SHT_STRTAB = 3
768pkg debug/elf, const SHT_SYMTAB = 2
769pkg debug/elf, const SHT_SYMTAB_SHNDX = 18
770pkg debug/elf, const STB_GLOBAL = 1
771pkg debug/elf, const STB_HIOS = 12
772pkg debug/elf, const STB_HIPROC = 15
773pkg debug/elf, const STB_LOCAL = 0
774pkg debug/elf, const STB_LOOS = 10
775pkg debug/elf, const STB_LOPROC = 13
776pkg debug/elf, const STB_WEAK = 2
777pkg debug/elf, const STT_COMMON = 5
778pkg debug/elf, const STT_FILE = 4
779pkg debug/elf, const STT_FUNC = 2
780pkg debug/elf, const STT_HIOS = 12
781pkg debug/elf, const STT_HIPROC = 15
782pkg debug/elf, const STT_LOOS = 10
783pkg debug/elf, const STT_LOPROC = 13
784pkg debug/elf, const STT_NOTYPE = 0
785pkg debug/elf, const STT_OBJECT = 1
786pkg debug/elf, const STT_SECTION = 3
787pkg debug/elf, const STT_TLS = 6
788pkg debug/elf, const STV_DEFAULT = 0
789pkg debug/elf, const STV_HIDDEN = 2
790pkg debug/elf, const STV_INTERNAL = 1
791pkg debug/elf, const STV_PROTECTED = 3
792pkg debug/elf, const Sym32Size = 16
793pkg debug/elf, const Sym64Size = 24
794pkg debug/elf, method (*File) DynString(DynTag) ([]string, error)
795pkg debug/elf, type FileHeader struct, Entry uint64
796pkg debug/macho, const Cpu386 = 7
797pkg debug/macho, const CpuAmd64 = 16777223
798pkg debug/macho, const LoadCmdDylib = 12
799pkg debug/macho, const LoadCmdDylinker = 15
800pkg debug/macho, const LoadCmdDysymtab = 11
801pkg debug/macho, const LoadCmdSegment = 1
802pkg debug/macho, const LoadCmdSegment64 = 25
803pkg debug/macho, const LoadCmdSymtab = 2
804pkg debug/macho, const LoadCmdThread = 4
805pkg debug/macho, const LoadCmdUnixThread = 5
806pkg debug/macho, const Magic32 = 4277009102
807pkg debug/macho, const Magic64 = 4277009103
808pkg debug/macho, const TypeExec = 2
809pkg debug/macho, const TypeObj = 1
810pkg debug/pe, const COFFSymbolSize = 18
811pkg debug/pe, const COFFSymbolSize ideal-int
812pkg debug/pe, const IMAGE_FILE_MACHINE_AM33 = 467
813pkg debug/pe, const IMAGE_FILE_MACHINE_AMD64 = 34404
814pkg debug/pe, const IMAGE_FILE_MACHINE_ARM = 448
815pkg debug/pe, const IMAGE_FILE_MACHINE_EBC = 3772
816pkg debug/pe, const IMAGE_FILE_MACHINE_I386 = 332
817pkg debug/pe, const IMAGE_FILE_MACHINE_IA64 = 512
818pkg debug/pe, const IMAGE_FILE_MACHINE_M32R = 36929
819pkg debug/pe, const IMAGE_FILE_MACHINE_MIPS16 = 614
820pkg debug/pe, const IMAGE_FILE_MACHINE_MIPSFPU = 870
821pkg debug/pe, const IMAGE_FILE_MACHINE_MIPSFPU16 = 1126
822pkg debug/pe, const IMAGE_FILE_MACHINE_POWERPC = 496
823pkg debug/pe, const IMAGE_FILE_MACHINE_POWERPCFP = 497
824pkg debug/pe, const IMAGE_FILE_MACHINE_R4000 = 358
825pkg debug/pe, const IMAGE_FILE_MACHINE_SH3 = 418
826pkg debug/pe, const IMAGE_FILE_MACHINE_SH3DSP = 419
827pkg debug/pe, const IMAGE_FILE_MACHINE_SH4 = 422
828pkg debug/pe, const IMAGE_FILE_MACHINE_SH5 = 424
829pkg debug/pe, const IMAGE_FILE_MACHINE_THUMB = 450
830pkg debug/pe, const IMAGE_FILE_MACHINE_UNKNOWN = 0
831pkg debug/pe, const IMAGE_FILE_MACHINE_WCEMIPSV2 = 361
832pkg debug/pe, type COFFSymbol struct
833pkg debug/pe, type COFFSymbol struct, Name [8]uint8
834pkg debug/pe, type COFFSymbol struct, NumberOfAuxSymbols uint8
835pkg debug/pe, type COFFSymbol struct, SectionNumber int16
836pkg debug/pe, type COFFSymbol struct, StorageClass uint8
837pkg debug/pe, type COFFSymbol struct, Type uint16
838pkg debug/pe, type COFFSymbol struct, Value uint32
839pkg debug/pe, type File struct, Symbols []*Symbol
840pkg debug/pe, type Symbol struct
841pkg debug/pe, type Symbol struct, Name string
842pkg debug/pe, type Symbol struct, SectionNumber int16
843pkg debug/pe, type Symbol struct, StorageClass uint8
844pkg debug/pe, type Symbol struct, Type uint16
845pkg debug/pe, type Symbol struct, Value uint32
846pkg encoding/binary, const MaxVarintLen16 = 3
847pkg encoding/binary, const MaxVarintLen32 = 5
848pkg encoding/binary, const MaxVarintLen64 = 10
849pkg encoding/csv, method (*Writer) Error() error
850pkg encoding/json, method (*Decoder) Buffered() io.Reader
851pkg encoding/json, method (*Decoder) UseNumber()
852pkg encoding/json, method (Number) Float64() (float64, error)
853pkg encoding/json, method (Number) Int64() (int64, error)
854pkg encoding/json, method (Number) String() string
855pkg encoding/json, type Number string
856pkg encoding/xml, const Header = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
857pkg encoding/xml, func EscapeText(io.Writer, []uint8) error
858pkg encoding/xml, method (*Encoder) Indent(string, string)
859pkg encoding/xml, type Decoder struct, DefaultSpace string
860pkg flag, const ContinueOnError = 0
861pkg flag, const ExitOnError = 1
862pkg flag, const PanicOnError = 2
863pkg go/ast, const Bad = 0
864pkg go/ast, const Con = 2
865pkg go/ast, const FilterFuncDuplicates = 1
866pkg go/ast, const FilterImportDuplicates = 4
867pkg go/ast, const FilterUnassociatedComments = 2
868pkg go/ast, const Fun = 5
869pkg go/ast, const Lbl = 6
870pkg go/ast, const Pkg = 1
871pkg go/ast, const RECV = 2
872pkg go/ast, const SEND = 1
873pkg go/ast, const Typ = 3
874pkg go/ast, const Var = 4
875pkg go/ast, func NewCommentMap(*token.FileSet, Node, []*CommentGroup) CommentMap
876pkg go/ast, method (CommentMap) Comments() []*CommentGroup
877pkg go/ast, method (CommentMap) Filter(Node) CommentMap
878pkg go/ast, method (CommentMap) String() string
879pkg go/ast, method (CommentMap) Update(Node, Node) Node
880pkg go/ast, type ChanType struct, Arrow token.Pos
881pkg go/ast, type CommentMap map[Node][]*CommentGroup
882pkg go/build, const AllowBinary = 2
883pkg go/build, const FindOnly = 1
884pkg go/build, type Context struct, InstallSuffix string
885pkg go/build, type Context struct, ReleaseTags []string
886pkg go/build, type Package struct, IgnoredGoFiles []string
887pkg go/build, type Package struct, SwigCXXFiles []string
888pkg go/build, type Package struct, SwigFiles []string
889pkg go/doc, const AllDecls = 1
890pkg go/doc, const AllMethods = 2
891pkg go/doc, type Example struct, EmptyOutput bool
892pkg go/doc, type Example struct, Order int
893pkg go/doc, type Example struct, Play *ast.File
894pkg go/doc, type Note struct
895pkg go/doc, type Note struct, Body string
896pkg go/doc, type Note struct, End token.Pos
897pkg go/doc, type Note struct, Pos token.Pos
898pkg go/doc, type Note struct, UID string
899pkg go/doc, type Package struct, Notes map[string][]*Note
900pkg go/doc, var IllegalPrefixes []string
901pkg go/format, func Node(io.Writer, *token.FileSet, interface{}) error
902pkg go/format, func Source([]uint8) ([]uint8, error)
903pkg go/parser, const AllErrors = 32
904pkg go/parser, const AllErrors Mode
905pkg go/parser, const DeclarationErrors = 16
906pkg go/parser, const ImportsOnly = 2
907pkg go/parser, const PackageClauseOnly = 1
908pkg go/parser, const ParseComments = 4
909pkg go/parser, const SpuriousErrors = 32
910pkg go/parser, const Trace = 8
911pkg go/printer, const RawFormat = 1
912pkg go/printer, const SourcePos = 8
913pkg go/printer, const TabIndent = 2
914pkg go/printer, const UseSpaces = 4
915pkg go/printer, type Config struct, Indent int
916pkg go/scanner, const ScanComments = 1
917pkg go/token, const ADD = 12
918pkg go/token, const ADD_ASSIGN = 23
919pkg go/token, const AND = 17
920pkg go/token, const AND_ASSIGN = 28
921pkg go/token, const AND_NOT = 22
922pkg go/token, const AND_NOT_ASSIGN = 33
923pkg go/token, const ARROW = 36
924pkg go/token, const ASSIGN = 42
925pkg go/token, const BREAK = 61
926pkg go/token, const CASE = 62
927pkg go/token, const CHAN = 63
928pkg go/token, const CHAR = 8
929pkg go/token, const COLON = 58
930pkg go/token, const COMMA = 52
931pkg go/token, const COMMENT = 2
932pkg go/token, const CONST = 64
933pkg go/token, const CONTINUE = 65
934pkg go/token, const DEC = 38
935pkg go/token, const DEFAULT = 66
936pkg go/token, const DEFER = 67
937pkg go/token, const DEFINE = 47
938pkg go/token, const ELLIPSIS = 48
939pkg go/token, const ELSE = 68
940pkg go/token, const EOF = 1
941pkg go/token, const EQL = 39
942pkg go/token, const FALLTHROUGH = 69
943pkg go/token, const FLOAT = 6
944pkg go/token, const FOR = 70
945pkg go/token, const FUNC = 71
946pkg go/token, const GEQ = 46
947pkg go/token, const GO = 72
948pkg go/token, const GOTO = 73
949pkg go/token, const GTR = 41
950pkg go/token, const HighestPrec = 7
951pkg go/token, const IDENT = 4
952pkg go/token, const IF = 74
953pkg go/token, const ILLEGAL = 0
954pkg go/token, const IMAG = 7
955pkg go/token, const IMPORT = 75
956pkg go/token, const INC = 37
957pkg go/token, const INT = 5
958pkg go/token, const INTERFACE = 76
959pkg go/token, const LAND = 34
960pkg go/token, const LBRACE = 51
961pkg go/token, const LBRACK = 50
962pkg go/token, const LEQ = 45
963pkg go/token, const LOR = 35
964pkg go/token, const LPAREN = 49
965pkg go/token, const LSS = 40
966pkg go/token, const LowestPrec = 0
967pkg go/token, const MAP = 77
968pkg go/token, const MUL = 14
969pkg go/token, const MUL_ASSIGN = 25
970pkg go/token, const NEQ = 44
971pkg go/token, const NOT = 43
972pkg go/token, const NoPos = 0
973pkg go/token, const OR = 18
974pkg go/token, const OR_ASSIGN = 29
975pkg go/token, const PACKAGE = 78
976pkg go/token, const PERIOD = 53
977pkg go/token, const QUO = 15
978pkg go/token, const QUO_ASSIGN = 26
979pkg go/token, const RANGE = 79
980pkg go/token, const RBRACE = 56
981pkg go/token, const RBRACK = 55
982pkg go/token, const REM = 16
983pkg go/token, const REM_ASSIGN = 27
984pkg go/token, const RETURN = 80
985pkg go/token, const RPAREN = 54
986pkg go/token, const SELECT = 81
987pkg go/token, const SEMICOLON = 57
988pkg go/token, const SHL = 20
989pkg go/token, const SHL_ASSIGN = 31
990pkg go/token, const SHR = 21
991pkg go/token, const SHR_ASSIGN = 32
992pkg go/token, const STRING = 9
993pkg go/token, const STRUCT = 82
994pkg go/token, const SUB = 13
995pkg go/token, const SUB_ASSIGN = 24
996pkg go/token, const SWITCH = 83
997pkg go/token, const TYPE = 84
998pkg go/token, const UnaryPrec = 6
999pkg go/token, const VAR = 85
1000pkg go/token, const XOR = 19
1001pkg go/token, const XOR_ASSIGN = 30
1002pkg hash/adler32, const Size = 4
1003pkg hash/crc32, const Castagnoli = 2197175160
1004pkg hash/crc32, const IEEE = 3988292384
1005pkg hash/crc32, const Koopman = 3945912366
1006pkg hash/crc32, const Size = 4
1007pkg hash/crc64, const ECMA = 14514072000185962306
1008pkg hash/crc64, const ISO = 15564440312192434176
1009pkg hash/crc64, const Size = 8
1010pkg html/template, const ErrAmbigContext = 1
1011pkg html/template, const ErrBadHTML = 2
1012pkg html/template, const ErrBranchEnd = 3
1013pkg html/template, const ErrEndContext = 4
1014pkg html/template, const ErrNoSuchTemplate = 5
1015pkg html/template, const ErrOutputContext = 6
1016pkg html/template, const ErrPartialCharset = 7
1017pkg html/template, const ErrPartialEscape = 8
1018pkg html/template, const ErrRangeLoopReentry = 9
1019pkg html/template, const ErrSlashAmbig = 10
1020pkg html/template, const OK = 0
1021pkg image, const YCbCrSubsampleRatio420 = 2
1022pkg image, const YCbCrSubsampleRatio422 = 1
1023pkg image, const YCbCrSubsampleRatio440 = 3
1024pkg image, const YCbCrSubsampleRatio440 YCbCrSubsampleRatio
1025pkg image, const YCbCrSubsampleRatio444 = 0
1026pkg image/draw, const Over = 0
1027pkg image/draw, const Src = 1
1028pkg image/jpeg, const DefaultQuality = 75
1029pkg io, type ByteWriter interface { WriteByte }
1030pkg io, type ByteWriter interface, WriteByte(uint8) error
1031pkg io, var ErrNoProgress error
1032pkg log, const Ldate = 1
1033pkg log, const Llongfile = 8
1034pkg log, const Lmicroseconds = 4
1035pkg log, const Lshortfile = 16
1036pkg log, const LstdFlags = 3
1037pkg log, const Ltime = 2
1038pkg log/syslog (darwin-386), const LOG_ALERT = 1
1039pkg log/syslog (darwin-386), const LOG_AUTH = 32
1040pkg log/syslog (darwin-386), const LOG_AUTH Priority
1041pkg log/syslog (darwin-386), const LOG_AUTHPRIV = 80
1042pkg log/syslog (darwin-386), const LOG_AUTHPRIV Priority
1043pkg log/syslog (darwin-386), const LOG_CRIT = 2
1044pkg log/syslog (darwin-386), const LOG_CRON = 72
1045pkg log/syslog (darwin-386), const LOG_CRON Priority
1046pkg log/syslog (darwin-386), const LOG_DAEMON = 24
1047pkg log/syslog (darwin-386), const LOG_DAEMON Priority
1048pkg log/syslog (darwin-386), const LOG_DEBUG = 7
1049pkg log/syslog (darwin-386), const LOG_EMERG = 0
1050pkg log/syslog (darwin-386), const LOG_ERR = 3
1051pkg log/syslog (darwin-386), const LOG_FTP = 88
1052pkg log/syslog (darwin-386), const LOG_FTP Priority
1053pkg log/syslog (darwin-386), const LOG_INFO = 6
1054pkg log/syslog (darwin-386), const LOG_KERN = 0
1055pkg log/syslog (darwin-386), const LOG_KERN Priority
1056pkg log/syslog (darwin-386), const LOG_LOCAL0 = 128
1057pkg log/syslog (darwin-386), const LOG_LOCAL0 Priority
1058pkg log/syslog (darwin-386), const LOG_LOCAL1 = 136
1059pkg log/syslog (darwin-386), const LOG_LOCAL1 Priority
1060pkg log/syslog (darwin-386), const LOG_LOCAL2 = 144
1061pkg log/syslog (darwin-386), const LOG_LOCAL2 Priority
1062pkg log/syslog (darwin-386), const LOG_LOCAL3 = 152
1063pkg log/syslog (darwin-386), const LOG_LOCAL3 Priority
1064pkg log/syslog (darwin-386), const LOG_LOCAL4 = 160
1065pkg log/syslog (darwin-386), const LOG_LOCAL4 Priority
1066pkg log/syslog (darwin-386), const LOG_LOCAL5 = 168
1067pkg log/syslog (darwin-386), const LOG_LOCAL5 Priority
1068pkg log/syslog (darwin-386), const LOG_LOCAL6 = 176
1069pkg log/syslog (darwin-386), const LOG_LOCAL6 Priority
1070pkg log/syslog (darwin-386), const LOG_LOCAL7 = 184
1071pkg log/syslog (darwin-386), const LOG_LOCAL7 Priority
1072pkg log/syslog (darwin-386), const LOG_LPR = 48
1073pkg log/syslog (darwin-386), const LOG_LPR Priority
1074pkg log/syslog (darwin-386), const LOG_MAIL = 16
1075pkg log/syslog (darwin-386), const LOG_MAIL Priority
1076pkg log/syslog (darwin-386), const LOG_NEWS = 56
1077pkg log/syslog (darwin-386), const LOG_NEWS Priority
1078pkg log/syslog (darwin-386), const LOG_NOTICE = 5
1079pkg log/syslog (darwin-386), const LOG_SYSLOG = 40
1080pkg log/syslog (darwin-386), const LOG_SYSLOG Priority
1081pkg log/syslog (darwin-386), const LOG_USER = 8
1082pkg log/syslog (darwin-386), const LOG_USER Priority
1083pkg log/syslog (darwin-386), const LOG_UUCP = 64
1084pkg log/syslog (darwin-386), const LOG_UUCP Priority
1085pkg log/syslog (darwin-386), const LOG_WARNING = 4
1086pkg log/syslog (darwin-386-cgo), const LOG_ALERT = 1
1087pkg log/syslog (darwin-386-cgo), const LOG_AUTH = 32
1088pkg log/syslog (darwin-386-cgo), const LOG_AUTH Priority
1089pkg log/syslog (darwin-386-cgo), const LOG_AUTHPRIV = 80
1090pkg log/syslog (darwin-386-cgo), const LOG_AUTHPRIV Priority
1091pkg log/syslog (darwin-386-cgo), const LOG_CRIT = 2
1092pkg log/syslog (darwin-386-cgo), const LOG_CRON = 72
1093pkg log/syslog (darwin-386-cgo), const LOG_CRON Priority
1094pkg log/syslog (darwin-386-cgo), const LOG_DAEMON = 24
1095pkg log/syslog (darwin-386-cgo), const LOG_DAEMON Priority
1096pkg log/syslog (darwin-386-cgo), const LOG_DEBUG = 7
1097pkg log/syslog (darwin-386-cgo), const LOG_EMERG = 0
1098pkg log/syslog (darwin-386-cgo), const LOG_ERR = 3
1099pkg log/syslog (darwin-386-cgo), const LOG_FTP = 88
1100pkg log/syslog (darwin-386-cgo), const LOG_FTP Priority
1101pkg log/syslog (darwin-386-cgo), const LOG_INFO = 6
1102pkg log/syslog (darwin-386-cgo), const LOG_KERN = 0
1103pkg log/syslog (darwin-386-cgo), const LOG_KERN Priority
1104pkg log/syslog (darwin-386-cgo), const LOG_LOCAL0 = 128
1105pkg log/syslog (darwin-386-cgo), const LOG_LOCAL0 Priority
1106pkg log/syslog (darwin-386-cgo), const LOG_LOCAL1 = 136
1107pkg log/syslog (darwin-386-cgo), const LOG_LOCAL1 Priority
1108pkg log/syslog (darwin-386-cgo), const LOG_LOCAL2 = 144
1109pkg log/syslog (darwin-386-cgo), const LOG_LOCAL2 Priority
1110pkg log/syslog (darwin-386-cgo), const LOG_LOCAL3 = 152
1111pkg log/syslog (darwin-386-cgo), const LOG_LOCAL3 Priority
1112pkg log/syslog (darwin-386-cgo), const LOG_LOCAL4 = 160
1113pkg log/syslog (darwin-386-cgo), const LOG_LOCAL4 Priority
1114pkg log/syslog (darwin-386-cgo), const LOG_LOCAL5 = 168
1115pkg log/syslog (darwin-386-cgo), const LOG_LOCAL5 Priority
1116pkg log/syslog (darwin-386-cgo), const LOG_LOCAL6 = 176
1117pkg log/syslog (darwin-386-cgo), const LOG_LOCAL6 Priority
1118pkg log/syslog (darwin-386-cgo), const LOG_LOCAL7 = 184
1119pkg log/syslog (darwin-386-cgo), const LOG_LOCAL7 Priority
1120pkg log/syslog (darwin-386-cgo), const LOG_LPR = 48
1121pkg log/syslog (darwin-386-cgo), const LOG_LPR Priority
1122pkg log/syslog (darwin-386-cgo), const LOG_MAIL = 16
1123pkg log/syslog (darwin-386-cgo), const LOG_MAIL Priority
1124pkg log/syslog (darwin-386-cgo), const LOG_NEWS = 56
1125pkg log/syslog (darwin-386-cgo), const LOG_NEWS Priority
1126pkg log/syslog (darwin-386-cgo), const LOG_NOTICE = 5
1127pkg log/syslog (darwin-386-cgo), const LOG_SYSLOG = 40
1128pkg log/syslog (darwin-386-cgo), const LOG_SYSLOG Priority
1129pkg log/syslog (darwin-386-cgo), const LOG_USER = 8
1130pkg log/syslog (darwin-386-cgo), const LOG_USER Priority
1131pkg log/syslog (darwin-386-cgo), const LOG_UUCP = 64
1132pkg log/syslog (darwin-386-cgo), const LOG_UUCP Priority
1133pkg log/syslog (darwin-386-cgo), const LOG_WARNING = 4
1134pkg log/syslog (darwin-amd64), const LOG_ALERT = 1
1135pkg log/syslog (darwin-amd64), const LOG_AUTH = 32
1136pkg log/syslog (darwin-amd64), const LOG_AUTH Priority
1137pkg log/syslog (darwin-amd64), const LOG_AUTHPRIV = 80
1138pkg log/syslog (darwin-amd64), const LOG_AUTHPRIV Priority
1139pkg log/syslog (darwin-amd64), const LOG_CRIT = 2
1140pkg log/syslog (darwin-amd64), const LOG_CRON = 72
1141pkg log/syslog (darwin-amd64), const LOG_CRON Priority
1142pkg log/syslog (darwin-amd64), const LOG_DAEMON = 24
1143pkg log/syslog (darwin-amd64), const LOG_DAEMON Priority
1144pkg log/syslog (darwin-amd64), const LOG_DEBUG = 7
1145pkg log/syslog (darwin-amd64), const LOG_EMERG = 0
1146pkg log/syslog (darwin-amd64), const LOG_ERR = 3
1147pkg log/syslog (darwin-amd64), const LOG_FTP = 88
1148pkg log/syslog (darwin-amd64), const LOG_FTP Priority
1149pkg log/syslog (darwin-amd64), const LOG_INFO = 6
1150pkg log/syslog (darwin-amd64), const LOG_KERN = 0
1151pkg log/syslog (darwin-amd64), const LOG_KERN Priority
1152pkg log/syslog (darwin-amd64), const LOG_LOCAL0 = 128
1153pkg log/syslog (darwin-amd64), const LOG_LOCAL0 Priority
1154pkg log/syslog (darwin-amd64), const LOG_LOCAL1 = 136
1155pkg log/syslog (darwin-amd64), const LOG_LOCAL1 Priority
1156pkg log/syslog (darwin-amd64), const LOG_LOCAL2 = 144
1157pkg log/syslog (darwin-amd64), const LOG_LOCAL2 Priority
1158pkg log/syslog (darwin-amd64), const LOG_LOCAL3 = 152
1159pkg log/syslog (darwin-amd64), const LOG_LOCAL3 Priority
1160pkg log/syslog (darwin-amd64), const LOG_LOCAL4 = 160
1161pkg log/syslog (darwin-amd64), const LOG_LOCAL4 Priority
1162pkg log/syslog (darwin-amd64), const LOG_LOCAL5 = 168
1163pkg log/syslog (darwin-amd64), const LOG_LOCAL5 Priority
1164pkg log/syslog (darwin-amd64), const LOG_LOCAL6 = 176
1165pkg log/syslog (darwin-amd64), const LOG_LOCAL6 Priority
1166pkg log/syslog (darwin-amd64), const LOG_LOCAL7 = 184
1167pkg log/syslog (darwin-amd64), const LOG_LOCAL7 Priority
1168pkg log/syslog (darwin-amd64), const LOG_LPR = 48
1169pkg log/syslog (darwin-amd64), const LOG_LPR Priority
1170pkg log/syslog (darwin-amd64), const LOG_MAIL = 16
1171pkg log/syslog (darwin-amd64), const LOG_MAIL Priority
1172pkg log/syslog (darwin-amd64), const LOG_NEWS = 56
1173pkg log/syslog (darwin-amd64), const LOG_NEWS Priority
1174pkg log/syslog (darwin-amd64), const LOG_NOTICE = 5
1175pkg log/syslog (darwin-amd64), const LOG_SYSLOG = 40
1176pkg log/syslog (darwin-amd64), const LOG_SYSLOG Priority
1177pkg log/syslog (darwin-amd64), const LOG_USER = 8
1178pkg log/syslog (darwin-amd64), const LOG_USER Priority
1179pkg log/syslog (darwin-amd64), const LOG_UUCP = 64
1180pkg log/syslog (darwin-amd64), const LOG_UUCP Priority
1181pkg log/syslog (darwin-amd64), const LOG_WARNING = 4
1182pkg log/syslog (darwin-amd64-cgo), const LOG_ALERT = 1
1183pkg log/syslog (darwin-amd64-cgo), const LOG_AUTH = 32
1184pkg log/syslog (darwin-amd64-cgo), const LOG_AUTH Priority
1185pkg log/syslog (darwin-amd64-cgo), const LOG_AUTHPRIV = 80
1186pkg log/syslog (darwin-amd64-cgo), const LOG_AUTHPRIV Priority
1187pkg log/syslog (darwin-amd64-cgo), const LOG_CRIT = 2
1188pkg log/syslog (darwin-amd64-cgo), const LOG_CRON = 72
1189pkg log/syslog (darwin-amd64-cgo), const LOG_CRON Priority
1190pkg log/syslog (darwin-amd64-cgo), const LOG_DAEMON = 24
1191pkg log/syslog (darwin-amd64-cgo), const LOG_DAEMON Priority
1192pkg log/syslog (darwin-amd64-cgo), const LOG_DEBUG = 7
1193pkg log/syslog (darwin-amd64-cgo), const LOG_EMERG = 0
1194pkg log/syslog (darwin-amd64-cgo), const LOG_ERR = 3
1195pkg log/syslog (darwin-amd64-cgo), const LOG_FTP = 88
1196pkg log/syslog (darwin-amd64-cgo), const LOG_FTP Priority
1197pkg log/syslog (darwin-amd64-cgo), const LOG_INFO = 6
1198pkg log/syslog (darwin-amd64-cgo), const LOG_KERN = 0
1199pkg log/syslog (darwin-amd64-cgo), const LOG_KERN Priority
1200pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL0 = 128
1201pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL0 Priority
1202pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL1 = 136
1203pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL1 Priority
1204pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL2 = 144
1205pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL2 Priority
1206pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL3 = 152
1207pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL3 Priority
1208pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL4 = 160
1209pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL4 Priority
1210pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL5 = 168
1211pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL5 Priority
1212pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL6 = 176
1213pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL6 Priority
1214pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL7 = 184
1215pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL7 Priority
1216pkg log/syslog (darwin-amd64-cgo), const LOG_LPR = 48
1217pkg log/syslog (darwin-amd64-cgo), const LOG_LPR Priority
1218pkg log/syslog (darwin-amd64-cgo), const LOG_MAIL = 16
1219pkg log/syslog (darwin-amd64-cgo), const LOG_MAIL Priority
1220pkg log/syslog (darwin-amd64-cgo), const LOG_NEWS = 56
1221pkg log/syslog (darwin-amd64-cgo), const LOG_NEWS Priority
1222pkg log/syslog (darwin-amd64-cgo), const LOG_NOTICE = 5
1223pkg log/syslog (darwin-amd64-cgo), const LOG_SYSLOG = 40
1224pkg log/syslog (darwin-amd64-cgo), const LOG_SYSLOG Priority
1225pkg log/syslog (darwin-amd64-cgo), const LOG_USER = 8
1226pkg log/syslog (darwin-amd64-cgo), const LOG_USER Priority
1227pkg log/syslog (darwin-amd64-cgo), const LOG_UUCP = 64
1228pkg log/syslog (darwin-amd64-cgo), const LOG_UUCP Priority
1229pkg log/syslog (darwin-amd64-cgo), const LOG_WARNING = 4
1230pkg log/syslog (freebsd-386), const LOG_ALERT = 1
1231pkg log/syslog (freebsd-386), const LOG_AUTH = 32
1232pkg log/syslog (freebsd-386), const LOG_AUTH Priority
1233pkg log/syslog (freebsd-386), const LOG_AUTHPRIV = 80
1234pkg log/syslog (freebsd-386), const LOG_AUTHPRIV Priority
1235pkg log/syslog (freebsd-386), const LOG_CRIT = 2
1236pkg log/syslog (freebsd-386), const LOG_CRON = 72
1237pkg log/syslog (freebsd-386), const LOG_CRON Priority
1238pkg log/syslog (freebsd-386), const LOG_DAEMON = 24
1239pkg log/syslog (freebsd-386), const LOG_DAEMON Priority
1240pkg log/syslog (freebsd-386), const LOG_DEBUG = 7
1241pkg log/syslog (freebsd-386), const LOG_EMERG = 0
1242pkg log/syslog (freebsd-386), const LOG_ERR = 3
1243pkg log/syslog (freebsd-386), const LOG_FTP = 88
1244pkg log/syslog (freebsd-386), const LOG_FTP Priority
1245pkg log/syslog (freebsd-386), const LOG_INFO = 6
1246pkg log/syslog (freebsd-386), const LOG_KERN = 0
1247pkg log/syslog (freebsd-386), const LOG_KERN Priority
1248pkg log/syslog (freebsd-386), const LOG_LOCAL0 = 128
1249pkg log/syslog (freebsd-386), const LOG_LOCAL0 Priority
1250pkg log/syslog (freebsd-386), const LOG_LOCAL1 = 136
1251pkg log/syslog (freebsd-386), const LOG_LOCAL1 Priority
1252pkg log/syslog (freebsd-386), const LOG_LOCAL2 = 144
1253pkg log/syslog (freebsd-386), const LOG_LOCAL2 Priority
1254pkg log/syslog (freebsd-386), const LOG_LOCAL3 = 152
1255pkg log/syslog (freebsd-386), const LOG_LOCAL3 Priority
1256pkg log/syslog (freebsd-386), const LOG_LOCAL4 = 160
1257pkg log/syslog (freebsd-386), const LOG_LOCAL4 Priority
1258pkg log/syslog (freebsd-386), const LOG_LOCAL5 = 168
1259pkg log/syslog (freebsd-386), const LOG_LOCAL5 Priority
1260pkg log/syslog (freebsd-386), const LOG_LOCAL6 = 176
1261pkg log/syslog (freebsd-386), const LOG_LOCAL6 Priority
1262pkg log/syslog (freebsd-386), const LOG_LOCAL7 = 184
1263pkg log/syslog (freebsd-386), const LOG_LOCAL7 Priority
1264pkg log/syslog (freebsd-386), const LOG_LPR = 48
1265pkg log/syslog (freebsd-386), const LOG_LPR Priority
1266pkg log/syslog (freebsd-386), const LOG_MAIL = 16
1267pkg log/syslog (freebsd-386), const LOG_MAIL Priority
1268pkg log/syslog (freebsd-386), const LOG_NEWS = 56
1269pkg log/syslog (freebsd-386), const LOG_NEWS Priority
1270pkg log/syslog (freebsd-386), const LOG_NOTICE = 5
1271pkg log/syslog (freebsd-386), const LOG_SYSLOG = 40
1272pkg log/syslog (freebsd-386), const LOG_SYSLOG Priority
1273pkg log/syslog (freebsd-386), const LOG_USER = 8
1274pkg log/syslog (freebsd-386), const LOG_USER Priority
1275pkg log/syslog (freebsd-386), const LOG_UUCP = 64
1276pkg log/syslog (freebsd-386), const LOG_UUCP Priority
1277pkg log/syslog (freebsd-386), const LOG_WARNING = 4
1278pkg log/syslog (freebsd-386-cgo), const LOG_ALERT = 1
1279pkg log/syslog (freebsd-386-cgo), const LOG_AUTH = 32
1280pkg log/syslog (freebsd-386-cgo), const LOG_AUTHPRIV = 80
1281pkg log/syslog (freebsd-386-cgo), const LOG_CRIT = 2
1282pkg log/syslog (freebsd-386-cgo), const LOG_CRON = 72
1283pkg log/syslog (freebsd-386-cgo), const LOG_DAEMON = 24
1284pkg log/syslog (freebsd-386-cgo), const LOG_DEBUG = 7
1285pkg log/syslog (freebsd-386-cgo), const LOG_EMERG = 0
1286pkg log/syslog (freebsd-386-cgo), const LOG_ERR = 3
1287pkg log/syslog (freebsd-386-cgo), const LOG_FTP = 88
1288pkg log/syslog (freebsd-386-cgo), const LOG_INFO = 6
1289pkg log/syslog (freebsd-386-cgo), const LOG_KERN = 0
1290pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL0 = 128
1291pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL1 = 136
1292pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL2 = 144
1293pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL3 = 152
1294pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL4 = 160
1295pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL5 = 168
1296pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL6 = 176
1297pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL7 = 184
1298pkg log/syslog (freebsd-386-cgo), const LOG_LPR = 48
1299pkg log/syslog (freebsd-386-cgo), const LOG_MAIL = 16
1300pkg log/syslog (freebsd-386-cgo), const LOG_NEWS = 56
1301pkg log/syslog (freebsd-386-cgo), const LOG_NOTICE = 5
1302pkg log/syslog (freebsd-386-cgo), const LOG_SYSLOG = 40
1303pkg log/syslog (freebsd-386-cgo), const LOG_USER = 8
1304pkg log/syslog (freebsd-386-cgo), const LOG_UUCP = 64
1305pkg log/syslog (freebsd-386-cgo), const LOG_WARNING = 4
1306pkg log/syslog (freebsd-amd64), const LOG_ALERT = 1
1307pkg log/syslog (freebsd-amd64), const LOG_AUTH = 32
1308pkg log/syslog (freebsd-amd64), const LOG_AUTH Priority
1309pkg log/syslog (freebsd-amd64), const LOG_AUTHPRIV = 80
1310pkg log/syslog (freebsd-amd64), const LOG_AUTHPRIV Priority
1311pkg log/syslog (freebsd-amd64), const LOG_CRIT = 2
1312pkg log/syslog (freebsd-amd64), const LOG_CRON = 72
1313pkg log/syslog (freebsd-amd64), const LOG_CRON Priority
1314pkg log/syslog (freebsd-amd64), const LOG_DAEMON = 24
1315pkg log/syslog (freebsd-amd64), const LOG_DAEMON Priority
1316pkg log/syslog (freebsd-amd64), const LOG_DEBUG = 7
1317pkg log/syslog (freebsd-amd64), const LOG_EMERG = 0
1318pkg log/syslog (freebsd-amd64), const LOG_ERR = 3
1319pkg log/syslog (freebsd-amd64), const LOG_FTP = 88
1320pkg log/syslog (freebsd-amd64), const LOG_FTP Priority
1321pkg log/syslog (freebsd-amd64), const LOG_INFO = 6
1322pkg log/syslog (freebsd-amd64), const LOG_KERN = 0
1323pkg log/syslog (freebsd-amd64), const LOG_KERN Priority
1324pkg log/syslog (freebsd-amd64), const LOG_LOCAL0 = 128
1325pkg log/syslog (freebsd-amd64), const LOG_LOCAL0 Priority
1326pkg log/syslog (freebsd-amd64), const LOG_LOCAL1 = 136
1327pkg log/syslog (freebsd-amd64), const LOG_LOCAL1 Priority
1328pkg log/syslog (freebsd-amd64), const LOG_LOCAL2 = 144
1329pkg log/syslog (freebsd-amd64), const LOG_LOCAL2 Priority
1330pkg log/syslog (freebsd-amd64), const LOG_LOCAL3 = 152
1331pkg log/syslog (freebsd-amd64), const LOG_LOCAL3 Priority
1332pkg log/syslog (freebsd-amd64), const LOG_LOCAL4 = 160
1333pkg log/syslog (freebsd-amd64), const LOG_LOCAL4 Priority
1334pkg log/syslog (freebsd-amd64), const LOG_LOCAL5 = 168
1335pkg log/syslog (freebsd-amd64), const LOG_LOCAL5 Priority
1336pkg log/syslog (freebsd-amd64), const LOG_LOCAL6 = 176
1337pkg log/syslog (freebsd-amd64), const LOG_LOCAL6 Priority
1338pkg log/syslog (freebsd-amd64), const LOG_LOCAL7 = 184
1339pkg log/syslog (freebsd-amd64), const LOG_LOCAL7 Priority
1340pkg log/syslog (freebsd-amd64), const LOG_LPR = 48
1341pkg log/syslog (freebsd-amd64), const LOG_LPR Priority
1342pkg log/syslog (freebsd-amd64), const LOG_MAIL = 16
1343pkg log/syslog (freebsd-amd64), const LOG_MAIL Priority
1344pkg log/syslog (freebsd-amd64), const LOG_NEWS = 56
1345pkg log/syslog (freebsd-amd64), const LOG_NEWS Priority
1346pkg log/syslog (freebsd-amd64), const LOG_NOTICE = 5
1347pkg log/syslog (freebsd-amd64), const LOG_SYSLOG = 40
1348pkg log/syslog (freebsd-amd64), const LOG_SYSLOG Priority
1349pkg log/syslog (freebsd-amd64), const LOG_USER = 8
1350pkg log/syslog (freebsd-amd64), const LOG_USER Priority
1351pkg log/syslog (freebsd-amd64), const LOG_UUCP = 64
1352pkg log/syslog (freebsd-amd64), const LOG_UUCP Priority
1353pkg log/syslog (freebsd-amd64), const LOG_WARNING = 4
1354pkg log/syslog (freebsd-amd64-cgo), const LOG_ALERT = 1
1355pkg log/syslog (freebsd-amd64-cgo), const LOG_AUTH = 32
1356pkg log/syslog (freebsd-amd64-cgo), const LOG_AUTHPRIV = 80
1357pkg log/syslog (freebsd-amd64-cgo), const LOG_CRIT = 2
1358pkg log/syslog (freebsd-amd64-cgo), const LOG_CRON = 72
1359pkg log/syslog (freebsd-amd64-cgo), const LOG_DAEMON = 24
1360pkg log/syslog (freebsd-amd64-cgo), const LOG_DEBUG = 7
1361pkg log/syslog (freebsd-amd64-cgo), const LOG_EMERG = 0
1362pkg log/syslog (freebsd-amd64-cgo), const LOG_ERR = 3
1363pkg log/syslog (freebsd-amd64-cgo), const LOG_FTP = 88
1364pkg log/syslog (freebsd-amd64-cgo), const LOG_INFO = 6
1365pkg log/syslog (freebsd-amd64-cgo), const LOG_KERN = 0
1366pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL0 = 128
1367pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL1 = 136
1368pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL2 = 144
1369pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL3 = 152
1370pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL4 = 160
1371pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL5 = 168
1372pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL6 = 176
1373pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL7 = 184
1374pkg log/syslog (freebsd-amd64-cgo), const LOG_LPR = 48
1375pkg log/syslog (freebsd-amd64-cgo), const LOG_MAIL = 16
1376pkg log/syslog (freebsd-amd64-cgo), const LOG_NEWS = 56
1377pkg log/syslog (freebsd-amd64-cgo), const LOG_NOTICE = 5
1378pkg log/syslog (freebsd-amd64-cgo), const LOG_SYSLOG = 40
1379pkg log/syslog (freebsd-amd64-cgo), const LOG_USER = 8
1380pkg log/syslog (freebsd-amd64-cgo), const LOG_UUCP = 64
1381pkg log/syslog (freebsd-amd64-cgo), const LOG_WARNING = 4
1382pkg log/syslog (freebsd-arm), const LOG_ALERT = 1
1383pkg log/syslog (freebsd-arm), const LOG_AUTH = 32
1384pkg log/syslog (freebsd-arm), const LOG_AUTHPRIV = 80
1385pkg log/syslog (freebsd-arm), const LOG_CRIT = 2
1386pkg log/syslog (freebsd-arm), const LOG_CRON = 72
1387pkg log/syslog (freebsd-arm), const LOG_DAEMON = 24
1388pkg log/syslog (freebsd-arm), const LOG_DEBUG = 7
1389pkg log/syslog (freebsd-arm), const LOG_EMERG = 0
1390pkg log/syslog (freebsd-arm), const LOG_ERR = 3
1391pkg log/syslog (freebsd-arm), const LOG_FTP = 88
1392pkg log/syslog (freebsd-arm), const LOG_INFO = 6
1393pkg log/syslog (freebsd-arm), const LOG_KERN = 0
1394pkg log/syslog (freebsd-arm), const LOG_LOCAL0 = 128
1395pkg log/syslog (freebsd-arm), const LOG_LOCAL1 = 136
1396pkg log/syslog (freebsd-arm), const LOG_LOCAL2 = 144
1397pkg log/syslog (freebsd-arm), const LOG_LOCAL3 = 152
1398pkg log/syslog (freebsd-arm), const LOG_LOCAL4 = 160
1399pkg log/syslog (freebsd-arm), const LOG_LOCAL5 = 168
1400pkg log/syslog (freebsd-arm), const LOG_LOCAL6 = 176
1401pkg log/syslog (freebsd-arm), const LOG_LOCAL7 = 184
1402pkg log/syslog (freebsd-arm), const LOG_LPR = 48
1403pkg log/syslog (freebsd-arm), const LOG_MAIL = 16
1404pkg log/syslog (freebsd-arm), const LOG_NEWS = 56
1405pkg log/syslog (freebsd-arm), const LOG_NOTICE = 5
1406pkg log/syslog (freebsd-arm), const LOG_SYSLOG = 40
1407pkg log/syslog (freebsd-arm), const LOG_USER = 8
1408pkg log/syslog (freebsd-arm), const LOG_UUCP = 64
1409pkg log/syslog (freebsd-arm), const LOG_WARNING = 4
1410pkg log/syslog (freebsd-arm-cgo), const LOG_ALERT = 1
1411pkg log/syslog (freebsd-arm-cgo), const LOG_AUTH = 32
1412pkg log/syslog (freebsd-arm-cgo), const LOG_AUTHPRIV = 80
1413pkg log/syslog (freebsd-arm-cgo), const LOG_CRIT = 2
1414pkg log/syslog (freebsd-arm-cgo), const LOG_CRON = 72
1415pkg log/syslog (freebsd-arm-cgo), const LOG_DAEMON = 24
1416pkg log/syslog (freebsd-arm-cgo), const LOG_DEBUG = 7
1417pkg log/syslog (freebsd-arm-cgo), const LOG_EMERG = 0
1418pkg log/syslog (freebsd-arm-cgo), const LOG_ERR = 3
1419pkg log/syslog (freebsd-arm-cgo), const LOG_FTP = 88
1420pkg log/syslog (freebsd-arm-cgo), const LOG_INFO = 6
1421pkg log/syslog (freebsd-arm-cgo), const LOG_KERN = 0
1422pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL0 = 128
1423pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL1 = 136
1424pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL2 = 144
1425pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL3 = 152
1426pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL4 = 160
1427pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL5 = 168
1428pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL6 = 176
1429pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL7 = 184
1430pkg log/syslog (freebsd-arm-cgo), const LOG_LPR = 48
1431pkg log/syslog (freebsd-arm-cgo), const LOG_MAIL = 16
1432pkg log/syslog (freebsd-arm-cgo), const LOG_NEWS = 56
1433pkg log/syslog (freebsd-arm-cgo), const LOG_NOTICE = 5
1434pkg log/syslog (freebsd-arm-cgo), const LOG_SYSLOG = 40
1435pkg log/syslog (freebsd-arm-cgo), const LOG_USER = 8
1436pkg log/syslog (freebsd-arm-cgo), const LOG_UUCP = 64
1437pkg log/syslog (freebsd-arm-cgo), const LOG_WARNING = 4
1438pkg log/syslog (linux-386), const LOG_ALERT = 1
1439pkg log/syslog (linux-386), const LOG_AUTH = 32
1440pkg log/syslog (linux-386), const LOG_AUTH Priority
1441pkg log/syslog (linux-386), const LOG_AUTHPRIV = 80
1442pkg log/syslog (linux-386), const LOG_AUTHPRIV Priority
1443pkg log/syslog (linux-386), const LOG_CRIT = 2
1444pkg log/syslog (linux-386), const LOG_CRON = 72
1445pkg log/syslog (linux-386), const LOG_CRON Priority
1446pkg log/syslog (linux-386), const LOG_DAEMON = 24
1447pkg log/syslog (linux-386), const LOG_DAEMON Priority
1448pkg log/syslog (linux-386), const LOG_DEBUG = 7
1449pkg log/syslog (linux-386), const LOG_EMERG = 0
1450pkg log/syslog (linux-386), const LOG_ERR = 3
1451pkg log/syslog (linux-386), const LOG_FTP = 88
1452pkg log/syslog (linux-386), const LOG_FTP Priority
1453pkg log/syslog (linux-386), const LOG_INFO = 6
1454pkg log/syslog (linux-386), const LOG_KERN = 0
1455pkg log/syslog (linux-386), const LOG_KERN Priority
1456pkg log/syslog (linux-386), const LOG_LOCAL0 = 128
1457pkg log/syslog (linux-386), const LOG_LOCAL0 Priority
1458pkg log/syslog (linux-386), const LOG_LOCAL1 = 136
1459pkg log/syslog (linux-386), const LOG_LOCAL1 Priority
1460pkg log/syslog (linux-386), const LOG_LOCAL2 = 144
1461pkg log/syslog (linux-386), const LOG_LOCAL2 Priority
1462pkg log/syslog (linux-386), const LOG_LOCAL3 = 152
1463pkg log/syslog (linux-386), const LOG_LOCAL3 Priority
1464pkg log/syslog (linux-386), const LOG_LOCAL4 = 160
1465pkg log/syslog (linux-386), const LOG_LOCAL4 Priority
1466pkg log/syslog (linux-386), const LOG_LOCAL5 = 168
1467pkg log/syslog (linux-386), const LOG_LOCAL5 Priority
1468pkg log/syslog (linux-386), const LOG_LOCAL6 = 176
1469pkg log/syslog (linux-386), const LOG_LOCAL6 Priority
1470pkg log/syslog (linux-386), const LOG_LOCAL7 = 184
1471pkg log/syslog (linux-386), const LOG_LOCAL7 Priority
1472pkg log/syslog (linux-386), const LOG_LPR = 48
1473pkg log/syslog (linux-386), const LOG_LPR Priority
1474pkg log/syslog (linux-386), const LOG_MAIL = 16
1475pkg log/syslog (linux-386), const LOG_MAIL Priority
1476pkg log/syslog (linux-386), const LOG_NEWS = 56
1477pkg log/syslog (linux-386), const LOG_NEWS Priority
1478pkg log/syslog (linux-386), const LOG_NOTICE = 5
1479pkg log/syslog (linux-386), const LOG_SYSLOG = 40
1480pkg log/syslog (linux-386), const LOG_SYSLOG Priority
1481pkg log/syslog (linux-386), const LOG_USER = 8
1482pkg log/syslog (linux-386), const LOG_USER Priority
1483pkg log/syslog (linux-386), const LOG_UUCP = 64
1484pkg log/syslog (linux-386), const LOG_UUCP Priority
1485pkg log/syslog (linux-386), const LOG_WARNING = 4
1486pkg log/syslog (linux-386-cgo), const LOG_ALERT = 1
1487pkg log/syslog (linux-386-cgo), const LOG_AUTH = 32
1488pkg log/syslog (linux-386-cgo), const LOG_AUTH Priority
1489pkg log/syslog (linux-386-cgo), const LOG_AUTHPRIV = 80
1490pkg log/syslog (linux-386-cgo), const LOG_AUTHPRIV Priority
1491pkg log/syslog (linux-386-cgo), const LOG_CRIT = 2
1492pkg log/syslog (linux-386-cgo), const LOG_CRON = 72
1493pkg log/syslog (linux-386-cgo), const LOG_CRON Priority
1494pkg log/syslog (linux-386-cgo), const LOG_DAEMON = 24
1495pkg log/syslog (linux-386-cgo), const LOG_DAEMON Priority
1496pkg log/syslog (linux-386-cgo), const LOG_DEBUG = 7
1497pkg log/syslog (linux-386-cgo), const LOG_EMERG = 0
1498pkg log/syslog (linux-386-cgo), const LOG_ERR = 3
1499pkg log/syslog (linux-386-cgo), const LOG_FTP = 88
1500pkg log/syslog (linux-386-cgo), const LOG_FTP Priority
1501pkg log/syslog (linux-386-cgo), const LOG_INFO = 6
1502pkg log/syslog (linux-386-cgo), const LOG_KERN = 0
1503pkg log/syslog (linux-386-cgo), const LOG_KERN Priority
1504pkg log/syslog (linux-386-cgo), const LOG_LOCAL0 = 128
1505pkg log/syslog (linux-386-cgo), const LOG_LOCAL0 Priority
1506pkg log/syslog (linux-386-cgo), const LOG_LOCAL1 = 136
1507pkg log/syslog (linux-386-cgo), const LOG_LOCAL1 Priority
1508pkg log/syslog (linux-386-cgo), const LOG_LOCAL2 = 144
1509pkg log/syslog (linux-386-cgo), const LOG_LOCAL2 Priority
1510pkg log/syslog (linux-386-cgo), const LOG_LOCAL3 = 152
1511pkg log/syslog (linux-386-cgo), const LOG_LOCAL3 Priority
1512pkg log/syslog (linux-386-cgo), const LOG_LOCAL4 = 160
1513pkg log/syslog (linux-386-cgo), const LOG_LOCAL4 Priority
1514pkg log/syslog (linux-386-cgo), const LOG_LOCAL5 = 168
1515pkg log/syslog (linux-386-cgo), const LOG_LOCAL5 Priority
1516pkg log/syslog (linux-386-cgo), const LOG_LOCAL6 = 176
1517pkg log/syslog (linux-386-cgo), const LOG_LOCAL6 Priority
1518pkg log/syslog (linux-386-cgo), const LOG_LOCAL7 = 184
1519pkg log/syslog (linux-386-cgo), const LOG_LOCAL7 Priority
1520pkg log/syslog (linux-386-cgo), const LOG_LPR = 48
1521pkg log/syslog (linux-386-cgo), const LOG_LPR Priority
1522pkg log/syslog (linux-386-cgo), const LOG_MAIL = 16
1523pkg log/syslog (linux-386-cgo), const LOG_MAIL Priority
1524pkg log/syslog (linux-386-cgo), const LOG_NEWS = 56
1525pkg log/syslog (linux-386-cgo), const LOG_NEWS Priority
1526pkg log/syslog (linux-386-cgo), const LOG_NOTICE = 5
1527pkg log/syslog (linux-386-cgo), const LOG_SYSLOG = 40
1528pkg log/syslog (linux-386-cgo), const LOG_SYSLOG Priority
1529pkg log/syslog (linux-386-cgo), const LOG_USER = 8
1530pkg log/syslog (linux-386-cgo), const LOG_USER Priority
1531pkg log/syslog (linux-386-cgo), const LOG_UUCP = 64
1532pkg log/syslog (linux-386-cgo), const LOG_UUCP Priority
1533pkg log/syslog (linux-386-cgo), const LOG_WARNING = 4
1534pkg log/syslog (linux-amd64), const LOG_ALERT = 1
1535pkg log/syslog (linux-amd64), const LOG_AUTH = 32
1536pkg log/syslog (linux-amd64), const LOG_AUTH Priority
1537pkg log/syslog (linux-amd64), const LOG_AUTHPRIV = 80
1538pkg log/syslog (linux-amd64), const LOG_AUTHPRIV Priority
1539pkg log/syslog (linux-amd64), const LOG_CRIT = 2
1540pkg log/syslog (linux-amd64), const LOG_CRON = 72
1541pkg log/syslog (linux-amd64), const LOG_CRON Priority
1542pkg log/syslog (linux-amd64), const LOG_DAEMON = 24
1543pkg log/syslog (linux-amd64), const LOG_DAEMON Priority
1544pkg log/syslog (linux-amd64), const LOG_DEBUG = 7
1545pkg log/syslog (linux-amd64), const LOG_EMERG = 0
1546pkg log/syslog (linux-amd64), const LOG_ERR = 3
1547pkg log/syslog (linux-amd64), const LOG_FTP = 88
1548pkg log/syslog (linux-amd64), const LOG_FTP Priority
1549pkg log/syslog (linux-amd64), const LOG_INFO = 6
1550pkg log/syslog (linux-amd64), const LOG_KERN = 0
1551pkg log/syslog (linux-amd64), const LOG_KERN Priority
1552pkg log/syslog (linux-amd64), const LOG_LOCAL0 = 128
1553pkg log/syslog (linux-amd64), const LOG_LOCAL0 Priority
1554pkg log/syslog (linux-amd64), const LOG_LOCAL1 = 136
1555pkg log/syslog (linux-amd64), const LOG_LOCAL1 Priority
1556pkg log/syslog (linux-amd64), const LOG_LOCAL2 = 144
1557pkg log/syslog (linux-amd64), const LOG_LOCAL2 Priority
1558pkg log/syslog (linux-amd64), const LOG_LOCAL3 = 152
1559pkg log/syslog (linux-amd64), const LOG_LOCAL3 Priority
1560pkg log/syslog (linux-amd64), const LOG_LOCAL4 = 160
1561pkg log/syslog (linux-amd64), const LOG_LOCAL4 Priority
1562pkg log/syslog (linux-amd64), const LOG_LOCAL5 = 168
1563pkg log/syslog (linux-amd64), const LOG_LOCAL5 Priority
1564pkg log/syslog (linux-amd64), const LOG_LOCAL6 = 176
1565pkg log/syslog (linux-amd64), const LOG_LOCAL6 Priority
1566pkg log/syslog (linux-amd64), const LOG_LOCAL7 = 184
1567pkg log/syslog (linux-amd64), const LOG_LOCAL7 Priority
1568pkg log/syslog (linux-amd64), const LOG_LPR = 48
1569pkg log/syslog (linux-amd64), const LOG_LPR Priority
1570pkg log/syslog (linux-amd64), const LOG_MAIL = 16
1571pkg log/syslog (linux-amd64), const LOG_MAIL Priority
1572pkg log/syslog (linux-amd64), const LOG_NEWS = 56
1573pkg log/syslog (linux-amd64), const LOG_NEWS Priority
1574pkg log/syslog (linux-amd64), const LOG_NOTICE = 5
1575pkg log/syslog (linux-amd64), const LOG_SYSLOG = 40
1576pkg log/syslog (linux-amd64), const LOG_SYSLOG Priority
1577pkg log/syslog (linux-amd64), const LOG_USER = 8
1578pkg log/syslog (linux-amd64), const LOG_USER Priority
1579pkg log/syslog (linux-amd64), const LOG_UUCP = 64
1580pkg log/syslog (linux-amd64), const LOG_UUCP Priority
1581pkg log/syslog (linux-amd64), const LOG_WARNING = 4
1582pkg log/syslog (linux-amd64-cgo), const LOG_ALERT = 1
1583pkg log/syslog (linux-amd64-cgo), const LOG_AUTH = 32
1584pkg log/syslog (linux-amd64-cgo), const LOG_AUTH Priority
1585pkg log/syslog (linux-amd64-cgo), const LOG_AUTHPRIV = 80
1586pkg log/syslog (linux-amd64-cgo), const LOG_AUTHPRIV Priority
1587pkg log/syslog (linux-amd64-cgo), const LOG_CRIT = 2
1588pkg log/syslog (linux-amd64-cgo), const LOG_CRON = 72
1589pkg log/syslog (linux-amd64-cgo), const LOG_CRON Priority
1590pkg log/syslog (linux-amd64-cgo), const LOG_DAEMON = 24
1591pkg log/syslog (linux-amd64-cgo), const LOG_DAEMON Priority
1592pkg log/syslog (linux-amd64-cgo), const LOG_DEBUG = 7
1593pkg log/syslog (linux-amd64-cgo), const LOG_EMERG = 0
1594pkg log/syslog (linux-amd64-cgo), const LOG_ERR = 3
1595pkg log/syslog (linux-amd64-cgo), const LOG_FTP = 88
1596pkg log/syslog (linux-amd64-cgo), const LOG_FTP Priority
1597pkg log/syslog (linux-amd64-cgo), const LOG_INFO = 6
1598pkg log/syslog (linux-amd64-cgo), const LOG_KERN = 0
1599pkg log/syslog (linux-amd64-cgo), const LOG_KERN Priority
1600pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL0 = 128
1601pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL0 Priority
1602pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL1 = 136
1603pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL1 Priority
1604pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL2 = 144
1605pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL2 Priority
1606pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL3 = 152
1607pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL3 Priority
1608pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL4 = 160
1609pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL4 Priority
1610pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL5 = 168
1611pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL5 Priority
1612pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL6 = 176
1613pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL6 Priority
1614pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL7 = 184
1615pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL7 Priority
1616pkg log/syslog (linux-amd64-cgo), const LOG_LPR = 48
1617pkg log/syslog (linux-amd64-cgo), const LOG_LPR Priority
1618pkg log/syslog (linux-amd64-cgo), const LOG_MAIL = 16
1619pkg log/syslog (linux-amd64-cgo), const LOG_MAIL Priority
1620pkg log/syslog (linux-amd64-cgo), const LOG_NEWS = 56
1621pkg log/syslog (linux-amd64-cgo), const LOG_NEWS Priority
1622pkg log/syslog (linux-amd64-cgo), const LOG_NOTICE = 5
1623pkg log/syslog (linux-amd64-cgo), const LOG_SYSLOG = 40
1624pkg log/syslog (linux-amd64-cgo), const LOG_SYSLOG Priority
1625pkg log/syslog (linux-amd64-cgo), const LOG_USER = 8
1626pkg log/syslog (linux-amd64-cgo), const LOG_USER Priority
1627pkg log/syslog (linux-amd64-cgo), const LOG_UUCP = 64
1628pkg log/syslog (linux-amd64-cgo), const LOG_UUCP Priority
1629pkg log/syslog (linux-amd64-cgo), const LOG_WARNING = 4
1630pkg log/syslog (linux-arm), const LOG_ALERT = 1
1631pkg log/syslog (linux-arm), const LOG_AUTH = 32
1632pkg log/syslog (linux-arm), const LOG_AUTH Priority
1633pkg log/syslog (linux-arm), const LOG_AUTHPRIV = 80
1634pkg log/syslog (linux-arm), const LOG_AUTHPRIV Priority
1635pkg log/syslog (linux-arm), const LOG_CRIT = 2
1636pkg log/syslog (linux-arm), const LOG_CRON = 72
1637pkg log/syslog (linux-arm), const LOG_CRON Priority
1638pkg log/syslog (linux-arm), const LOG_DAEMON = 24
1639pkg log/syslog (linux-arm), const LOG_DAEMON Priority
1640pkg log/syslog (linux-arm), const LOG_DEBUG = 7
1641pkg log/syslog (linux-arm), const LOG_EMERG = 0
1642pkg log/syslog (linux-arm), const LOG_ERR = 3
1643pkg log/syslog (linux-arm), const LOG_FTP = 88
1644pkg log/syslog (linux-arm), const LOG_FTP Priority
1645pkg log/syslog (linux-arm), const LOG_INFO = 6
1646pkg log/syslog (linux-arm), const LOG_KERN = 0
1647pkg log/syslog (linux-arm), const LOG_KERN Priority
1648pkg log/syslog (linux-arm), const LOG_LOCAL0 = 128
1649pkg log/syslog (linux-arm), const LOG_LOCAL0 Priority
1650pkg log/syslog (linux-arm), const LOG_LOCAL1 = 136
1651pkg log/syslog (linux-arm), const LOG_LOCAL1 Priority
1652pkg log/syslog (linux-arm), const LOG_LOCAL2 = 144
1653pkg log/syslog (linux-arm), const LOG_LOCAL2 Priority
1654pkg log/syslog (linux-arm), const LOG_LOCAL3 = 152
1655pkg log/syslog (linux-arm), const LOG_LOCAL3 Priority
1656pkg log/syslog (linux-arm), const LOG_LOCAL4 = 160
1657pkg log/syslog (linux-arm), const LOG_LOCAL4 Priority
1658pkg log/syslog (linux-arm), const LOG_LOCAL5 = 168
1659pkg log/syslog (linux-arm), const LOG_LOCAL5 Priority
1660pkg log/syslog (linux-arm), const LOG_LOCAL6 = 176
1661pkg log/syslog (linux-arm), const LOG_LOCAL6 Priority
1662pkg log/syslog (linux-arm), const LOG_LOCAL7 = 184
1663pkg log/syslog (linux-arm), const LOG_LOCAL7 Priority
1664pkg log/syslog (linux-arm), const LOG_LPR = 48
1665pkg log/syslog (linux-arm), const LOG_LPR Priority
1666pkg log/syslog (linux-arm), const LOG_MAIL = 16
1667pkg log/syslog (linux-arm), const LOG_MAIL Priority
1668pkg log/syslog (linux-arm), const LOG_NEWS = 56
1669pkg log/syslog (linux-arm), const LOG_NEWS Priority
1670pkg log/syslog (linux-arm), const LOG_NOTICE = 5
1671pkg log/syslog (linux-arm), const LOG_SYSLOG = 40
1672pkg log/syslog (linux-arm), const LOG_SYSLOG Priority
1673pkg log/syslog (linux-arm), const LOG_USER = 8
1674pkg log/syslog (linux-arm), const LOG_USER Priority
1675pkg log/syslog (linux-arm), const LOG_UUCP = 64
1676pkg log/syslog (linux-arm), const LOG_UUCP Priority
1677pkg log/syslog (linux-arm), const LOG_WARNING = 4
1678pkg log/syslog (linux-arm-cgo), const LOG_ALERT = 1
1679pkg log/syslog (linux-arm-cgo), const LOG_AUTH = 32
1680pkg log/syslog (linux-arm-cgo), const LOG_AUTHPRIV = 80
1681pkg log/syslog (linux-arm-cgo), const LOG_CRIT = 2
1682pkg log/syslog (linux-arm-cgo), const LOG_CRON = 72
1683pkg log/syslog (linux-arm-cgo), const LOG_DAEMON = 24
1684pkg log/syslog (linux-arm-cgo), const LOG_DEBUG = 7
1685pkg log/syslog (linux-arm-cgo), const LOG_EMERG = 0
1686pkg log/syslog (linux-arm-cgo), const LOG_ERR = 3
1687pkg log/syslog (linux-arm-cgo), const LOG_FTP = 88
1688pkg log/syslog (linux-arm-cgo), const LOG_INFO = 6
1689pkg log/syslog (linux-arm-cgo), const LOG_KERN = 0
1690pkg log/syslog (linux-arm-cgo), const LOG_LOCAL0 = 128
1691pkg log/syslog (linux-arm-cgo), const LOG_LOCAL1 = 136
1692pkg log/syslog (linux-arm-cgo), const LOG_LOCAL2 = 144
1693pkg log/syslog (linux-arm-cgo), const LOG_LOCAL3 = 152
1694pkg log/syslog (linux-arm-cgo), const LOG_LOCAL4 = 160
1695pkg log/syslog (linux-arm-cgo), const LOG_LOCAL5 = 168
1696pkg log/syslog (linux-arm-cgo), const LOG_LOCAL6 = 176
1697pkg log/syslog (linux-arm-cgo), const LOG_LOCAL7 = 184
1698pkg log/syslog (linux-arm-cgo), const LOG_LPR = 48
1699pkg log/syslog (linux-arm-cgo), const LOG_MAIL = 16
1700pkg log/syslog (linux-arm-cgo), const LOG_NEWS = 56
1701pkg log/syslog (linux-arm-cgo), const LOG_NOTICE = 5
1702pkg log/syslog (linux-arm-cgo), const LOG_SYSLOG = 40
1703pkg log/syslog (linux-arm-cgo), const LOG_USER = 8
1704pkg log/syslog (linux-arm-cgo), const LOG_UUCP = 64
1705pkg log/syslog (linux-arm-cgo), const LOG_WARNING = 4
1706pkg log/syslog (netbsd-386), const LOG_ALERT = 1
1707pkg log/syslog (netbsd-386), const LOG_AUTH = 32
1708pkg log/syslog (netbsd-386), const LOG_AUTHPRIV = 80
1709pkg log/syslog (netbsd-386), const LOG_CRIT = 2
1710pkg log/syslog (netbsd-386), const LOG_CRON = 72
1711pkg log/syslog (netbsd-386), const LOG_DAEMON = 24
1712pkg log/syslog (netbsd-386), const LOG_DEBUG = 7
1713pkg log/syslog (netbsd-386), const LOG_EMERG = 0
1714pkg log/syslog (netbsd-386), const LOG_ERR = 3
1715pkg log/syslog (netbsd-386), const LOG_FTP = 88
1716pkg log/syslog (netbsd-386), const LOG_INFO = 6
1717pkg log/syslog (netbsd-386), const LOG_KERN = 0
1718pkg log/syslog (netbsd-386), const LOG_LOCAL0 = 128
1719pkg log/syslog (netbsd-386), const LOG_LOCAL1 = 136
1720pkg log/syslog (netbsd-386), const LOG_LOCAL2 = 144
1721pkg log/syslog (netbsd-386), const LOG_LOCAL3 = 152
1722pkg log/syslog (netbsd-386), const LOG_LOCAL4 = 160
1723pkg log/syslog (netbsd-386), const LOG_LOCAL5 = 168
1724pkg log/syslog (netbsd-386), const LOG_LOCAL6 = 176
1725pkg log/syslog (netbsd-386), const LOG_LOCAL7 = 184
1726pkg log/syslog (netbsd-386), const LOG_LPR = 48
1727pkg log/syslog (netbsd-386), const LOG_MAIL = 16
1728pkg log/syslog (netbsd-386), const LOG_NEWS = 56
1729pkg log/syslog (netbsd-386), const LOG_NOTICE = 5
1730pkg log/syslog (netbsd-386), const LOG_SYSLOG = 40
1731pkg log/syslog (netbsd-386), const LOG_USER = 8
1732pkg log/syslog (netbsd-386), const LOG_UUCP = 64
1733pkg log/syslog (netbsd-386), const LOG_WARNING = 4
1734pkg log/syslog (netbsd-386-cgo), const LOG_ALERT = 1
1735pkg log/syslog (netbsd-386-cgo), const LOG_AUTH = 32
1736pkg log/syslog (netbsd-386-cgo), const LOG_AUTHPRIV = 80
1737pkg log/syslog (netbsd-386-cgo), const LOG_CRIT = 2
1738pkg log/syslog (netbsd-386-cgo), const LOG_CRON = 72
1739pkg log/syslog (netbsd-386-cgo), const LOG_DAEMON = 24
1740pkg log/syslog (netbsd-386-cgo), const LOG_DEBUG = 7
1741pkg log/syslog (netbsd-386-cgo), const LOG_EMERG = 0
1742pkg log/syslog (netbsd-386-cgo), const LOG_ERR = 3
1743pkg log/syslog (netbsd-386-cgo), const LOG_FTP = 88
1744pkg log/syslog (netbsd-386-cgo), const LOG_INFO = 6
1745pkg log/syslog (netbsd-386-cgo), const LOG_KERN = 0
1746pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL0 = 128
1747pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL1 = 136
1748pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL2 = 144
1749pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL3 = 152
1750pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL4 = 160
1751pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL5 = 168
1752pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL6 = 176
1753pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL7 = 184
1754pkg log/syslog (netbsd-386-cgo), const LOG_LPR = 48
1755pkg log/syslog (netbsd-386-cgo), const LOG_MAIL = 16
1756pkg log/syslog (netbsd-386-cgo), const LOG_NEWS = 56
1757pkg log/syslog (netbsd-386-cgo), const LOG_NOTICE = 5
1758pkg log/syslog (netbsd-386-cgo), const LOG_SYSLOG = 40
1759pkg log/syslog (netbsd-386-cgo), const LOG_USER = 8
1760pkg log/syslog (netbsd-386-cgo), const LOG_UUCP = 64
1761pkg log/syslog (netbsd-386-cgo), const LOG_WARNING = 4
1762pkg log/syslog (netbsd-amd64), const LOG_ALERT = 1
1763pkg log/syslog (netbsd-amd64), const LOG_AUTH = 32
1764pkg log/syslog (netbsd-amd64), const LOG_AUTHPRIV = 80
1765pkg log/syslog (netbsd-amd64), const LOG_CRIT = 2
1766pkg log/syslog (netbsd-amd64), const LOG_CRON = 72
1767pkg log/syslog (netbsd-amd64), const LOG_DAEMON = 24
1768pkg log/syslog (netbsd-amd64), const LOG_DEBUG = 7
1769pkg log/syslog (netbsd-amd64), const LOG_EMERG = 0
1770pkg log/syslog (netbsd-amd64), const LOG_ERR = 3
1771pkg log/syslog (netbsd-amd64), const LOG_FTP = 88
1772pkg log/syslog (netbsd-amd64), const LOG_INFO = 6
1773pkg log/syslog (netbsd-amd64), const LOG_KERN = 0
1774pkg log/syslog (netbsd-amd64), const LOG_LOCAL0 = 128
1775pkg log/syslog (netbsd-amd64), const LOG_LOCAL1 = 136
1776pkg log/syslog (netbsd-amd64), const LOG_LOCAL2 = 144
1777pkg log/syslog (netbsd-amd64), const LOG_LOCAL3 = 152
1778pkg log/syslog (netbsd-amd64), const LOG_LOCAL4 = 160
1779pkg log/syslog (netbsd-amd64), const LOG_LOCAL5 = 168
1780pkg log/syslog (netbsd-amd64), const LOG_LOCAL6 = 176
1781pkg log/syslog (netbsd-amd64), const LOG_LOCAL7 = 184
1782pkg log/syslog (netbsd-amd64), const LOG_LPR = 48
1783pkg log/syslog (netbsd-amd64), const LOG_MAIL = 16
1784pkg log/syslog (netbsd-amd64), const LOG_NEWS = 56
1785pkg log/syslog (netbsd-amd64), const LOG_NOTICE = 5
1786pkg log/syslog (netbsd-amd64), const LOG_SYSLOG = 40
1787pkg log/syslog (netbsd-amd64), const LOG_USER = 8
1788pkg log/syslog (netbsd-amd64), const LOG_UUCP = 64
1789pkg log/syslog (netbsd-amd64), const LOG_WARNING = 4
1790pkg log/syslog (netbsd-amd64-cgo), const LOG_ALERT = 1
1791pkg log/syslog (netbsd-amd64-cgo), const LOG_AUTH = 32
1792pkg log/syslog (netbsd-amd64-cgo), const LOG_AUTHPRIV = 80
1793pkg log/syslog (netbsd-amd64-cgo), const LOG_CRIT = 2
1794pkg log/syslog (netbsd-amd64-cgo), const LOG_CRON = 72
1795pkg log/syslog (netbsd-amd64-cgo), const LOG_DAEMON = 24
1796pkg log/syslog (netbsd-amd64-cgo), const LOG_DEBUG = 7
1797pkg log/syslog (netbsd-amd64-cgo), const LOG_EMERG = 0
1798pkg log/syslog (netbsd-amd64-cgo), const LOG_ERR = 3
1799pkg log/syslog (netbsd-amd64-cgo), const LOG_FTP = 88
1800pkg log/syslog (netbsd-amd64-cgo), const LOG_INFO = 6
1801pkg log/syslog (netbsd-amd64-cgo), const LOG_KERN = 0
1802pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL0 = 128
1803pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL1 = 136
1804pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL2 = 144
1805pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL3 = 152
1806pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL4 = 160
1807pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL5 = 168
1808pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL6 = 176
1809pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL7 = 184
1810pkg log/syslog (netbsd-amd64-cgo), const LOG_LPR = 48
1811pkg log/syslog (netbsd-amd64-cgo), const LOG_MAIL = 16
1812pkg log/syslog (netbsd-amd64-cgo), const LOG_NEWS = 56
1813pkg log/syslog (netbsd-amd64-cgo), const LOG_NOTICE = 5
1814pkg log/syslog (netbsd-amd64-cgo), const LOG_SYSLOG = 40
1815pkg log/syslog (netbsd-amd64-cgo), const LOG_USER = 8
1816pkg log/syslog (netbsd-amd64-cgo), const LOG_UUCP = 64
1817pkg log/syslog (netbsd-amd64-cgo), const LOG_WARNING = 4
1818pkg log/syslog (netbsd-arm), const LOG_ALERT = 1
1819pkg log/syslog (netbsd-arm), const LOG_AUTH = 32
1820pkg log/syslog (netbsd-arm), const LOG_AUTHPRIV = 80
1821pkg log/syslog (netbsd-arm), const LOG_CRIT = 2
1822pkg log/syslog (netbsd-arm), const LOG_CRON = 72
1823pkg log/syslog (netbsd-arm), const LOG_DAEMON = 24
1824pkg log/syslog (netbsd-arm), const LOG_DEBUG = 7
1825pkg log/syslog (netbsd-arm), const LOG_EMERG = 0
1826pkg log/syslog (netbsd-arm), const LOG_ERR = 3
1827pkg log/syslog (netbsd-arm), const LOG_FTP = 88
1828pkg log/syslog (netbsd-arm), const LOG_INFO = 6
1829pkg log/syslog (netbsd-arm), const LOG_KERN = 0
1830pkg log/syslog (netbsd-arm), const LOG_LOCAL0 = 128
1831pkg log/syslog (netbsd-arm), const LOG_LOCAL1 = 136
1832pkg log/syslog (netbsd-arm), const LOG_LOCAL2 = 144
1833pkg log/syslog (netbsd-arm), const LOG_LOCAL3 = 152
1834pkg log/syslog (netbsd-arm), const LOG_LOCAL4 = 160
1835pkg log/syslog (netbsd-arm), const LOG_LOCAL5 = 168
1836pkg log/syslog (netbsd-arm), const LOG_LOCAL6 = 176
1837pkg log/syslog (netbsd-arm), const LOG_LOCAL7 = 184
1838pkg log/syslog (netbsd-arm), const LOG_LPR = 48
1839pkg log/syslog (netbsd-arm), const LOG_MAIL = 16
1840pkg log/syslog (netbsd-arm), const LOG_NEWS = 56
1841pkg log/syslog (netbsd-arm), const LOG_NOTICE = 5
1842pkg log/syslog (netbsd-arm), const LOG_SYSLOG = 40
1843pkg log/syslog (netbsd-arm), const LOG_USER = 8
1844pkg log/syslog (netbsd-arm), const LOG_UUCP = 64
1845pkg log/syslog (netbsd-arm), const LOG_WARNING = 4
1846pkg log/syslog (netbsd-arm-cgo), const LOG_ALERT = 1
1847pkg log/syslog (netbsd-arm-cgo), const LOG_AUTH = 32
1848pkg log/syslog (netbsd-arm-cgo), const LOG_AUTHPRIV = 80
1849pkg log/syslog (netbsd-arm-cgo), const LOG_CRIT = 2
1850pkg log/syslog (netbsd-arm-cgo), const LOG_CRON = 72
1851pkg log/syslog (netbsd-arm-cgo), const LOG_DAEMON = 24
1852pkg log/syslog (netbsd-arm-cgo), const LOG_DEBUG = 7
1853pkg log/syslog (netbsd-arm-cgo), const LOG_EMERG = 0
1854pkg log/syslog (netbsd-arm-cgo), const LOG_ERR = 3
1855pkg log/syslog (netbsd-arm-cgo), const LOG_FTP = 88
1856pkg log/syslog (netbsd-arm-cgo), const LOG_INFO = 6
1857pkg log/syslog (netbsd-arm-cgo), const LOG_KERN = 0
1858pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL0 = 128
1859pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL1 = 136
1860pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL2 = 144
1861pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL3 = 152
1862pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL4 = 160
1863pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL5 = 168
1864pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL6 = 176
1865pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL7 = 184
1866pkg log/syslog (netbsd-arm-cgo), const LOG_LPR = 48
1867pkg log/syslog (netbsd-arm-cgo), const LOG_MAIL = 16
1868pkg log/syslog (netbsd-arm-cgo), const LOG_NEWS = 56
1869pkg log/syslog (netbsd-arm-cgo), const LOG_NOTICE = 5
1870pkg log/syslog (netbsd-arm-cgo), const LOG_SYSLOG = 40
1871pkg log/syslog (netbsd-arm-cgo), const LOG_USER = 8
1872pkg log/syslog (netbsd-arm-cgo), const LOG_UUCP = 64
1873pkg log/syslog (netbsd-arm-cgo), const LOG_WARNING = 4
1874pkg log/syslog (openbsd-386), const LOG_ALERT = 1
1875pkg log/syslog (openbsd-386), const LOG_AUTH = 32
1876pkg log/syslog (openbsd-386), const LOG_AUTHPRIV = 80
1877pkg log/syslog (openbsd-386), const LOG_CRIT = 2
1878pkg log/syslog (openbsd-386), const LOG_CRON = 72
1879pkg log/syslog (openbsd-386), const LOG_DAEMON = 24
1880pkg log/syslog (openbsd-386), const LOG_DEBUG = 7
1881pkg log/syslog (openbsd-386), const LOG_EMERG = 0
1882pkg log/syslog (openbsd-386), const LOG_ERR = 3
1883pkg log/syslog (openbsd-386), const LOG_FTP = 88
1884pkg log/syslog (openbsd-386), const LOG_INFO = 6
1885pkg log/syslog (openbsd-386), const LOG_KERN = 0
1886pkg log/syslog (openbsd-386), const LOG_LOCAL0 = 128
1887pkg log/syslog (openbsd-386), const LOG_LOCAL1 = 136
1888pkg log/syslog (openbsd-386), const LOG_LOCAL2 = 144
1889pkg log/syslog (openbsd-386), const LOG_LOCAL3 = 152
1890pkg log/syslog (openbsd-386), const LOG_LOCAL4 = 160
1891pkg log/syslog (openbsd-386), const LOG_LOCAL5 = 168
1892pkg log/syslog (openbsd-386), const LOG_LOCAL6 = 176
1893pkg log/syslog (openbsd-386), const LOG_LOCAL7 = 184
1894pkg log/syslog (openbsd-386), const LOG_LPR = 48
1895pkg log/syslog (openbsd-386), const LOG_MAIL = 16
1896pkg log/syslog (openbsd-386), const LOG_NEWS = 56
1897pkg log/syslog (openbsd-386), const LOG_NOTICE = 5
1898pkg log/syslog (openbsd-386), const LOG_SYSLOG = 40
1899pkg log/syslog (openbsd-386), const LOG_USER = 8
1900pkg log/syslog (openbsd-386), const LOG_UUCP = 64
1901pkg log/syslog (openbsd-386), const LOG_WARNING = 4
1902pkg log/syslog (openbsd-386-cgo), const LOG_ALERT = 1
1903pkg log/syslog (openbsd-386-cgo), const LOG_AUTH = 32
1904pkg log/syslog (openbsd-386-cgo), const LOG_AUTHPRIV = 80
1905pkg log/syslog (openbsd-386-cgo), const LOG_CRIT = 2
1906pkg log/syslog (openbsd-386-cgo), const LOG_CRON = 72
1907pkg log/syslog (openbsd-386-cgo), const LOG_DAEMON = 24
1908pkg log/syslog (openbsd-386-cgo), const LOG_DEBUG = 7
1909pkg log/syslog (openbsd-386-cgo), const LOG_EMERG = 0
1910pkg log/syslog (openbsd-386-cgo), const LOG_ERR = 3
1911pkg log/syslog (openbsd-386-cgo), const LOG_FTP = 88
1912pkg log/syslog (openbsd-386-cgo), const LOG_INFO = 6
1913pkg log/syslog (openbsd-386-cgo), const LOG_KERN = 0
1914pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL0 = 128
1915pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL1 = 136
1916pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL2 = 144
1917pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL3 = 152
1918pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL4 = 160
1919pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL5 = 168
1920pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL6 = 176
1921pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL7 = 184
1922pkg log/syslog (openbsd-386-cgo), const LOG_LPR = 48
1923pkg log/syslog (openbsd-386-cgo), const LOG_MAIL = 16
1924pkg log/syslog (openbsd-386-cgo), const LOG_NEWS = 56
1925pkg log/syslog (openbsd-386-cgo), const LOG_NOTICE = 5
1926pkg log/syslog (openbsd-386-cgo), const LOG_SYSLOG = 40
1927pkg log/syslog (openbsd-386-cgo), const LOG_USER = 8
1928pkg log/syslog (openbsd-386-cgo), const LOG_UUCP = 64
1929pkg log/syslog (openbsd-386-cgo), const LOG_WARNING = 4
1930pkg log/syslog (openbsd-amd64), const LOG_ALERT = 1
1931pkg log/syslog (openbsd-amd64), const LOG_AUTH = 32
1932pkg log/syslog (openbsd-amd64), const LOG_AUTHPRIV = 80
1933pkg log/syslog (openbsd-amd64), const LOG_CRIT = 2
1934pkg log/syslog (openbsd-amd64), const LOG_CRON = 72
1935pkg log/syslog (openbsd-amd64), const LOG_DAEMON = 24
1936pkg log/syslog (openbsd-amd64), const LOG_DEBUG = 7
1937pkg log/syslog (openbsd-amd64), const LOG_EMERG = 0
1938pkg log/syslog (openbsd-amd64), const LOG_ERR = 3
1939pkg log/syslog (openbsd-amd64), const LOG_FTP = 88
1940pkg log/syslog (openbsd-amd64), const LOG_INFO = 6
1941pkg log/syslog (openbsd-amd64), const LOG_KERN = 0
1942pkg log/syslog (openbsd-amd64), const LOG_LOCAL0 = 128
1943pkg log/syslog (openbsd-amd64), const LOG_LOCAL1 = 136
1944pkg log/syslog (openbsd-amd64), const LOG_LOCAL2 = 144
1945pkg log/syslog (openbsd-amd64), const LOG_LOCAL3 = 152
1946pkg log/syslog (openbsd-amd64), const LOG_LOCAL4 = 160
1947pkg log/syslog (openbsd-amd64), const LOG_LOCAL5 = 168
1948pkg log/syslog (openbsd-amd64), const LOG_LOCAL6 = 176
1949pkg log/syslog (openbsd-amd64), const LOG_LOCAL7 = 184
1950pkg log/syslog (openbsd-amd64), const LOG_LPR = 48
1951pkg log/syslog (openbsd-amd64), const LOG_MAIL = 16
1952pkg log/syslog (openbsd-amd64), const LOG_NEWS = 56
1953pkg log/syslog (openbsd-amd64), const LOG_NOTICE = 5
1954pkg log/syslog (openbsd-amd64), const LOG_SYSLOG = 40
1955pkg log/syslog (openbsd-amd64), const LOG_USER = 8
1956pkg log/syslog (openbsd-amd64), const LOG_UUCP = 64
1957pkg log/syslog (openbsd-amd64), const LOG_WARNING = 4
1958pkg log/syslog (openbsd-amd64-cgo), const LOG_ALERT = 1
1959pkg log/syslog (openbsd-amd64-cgo), const LOG_AUTH = 32
1960pkg log/syslog (openbsd-amd64-cgo), const LOG_AUTHPRIV = 80
1961pkg log/syslog (openbsd-amd64-cgo), const LOG_CRIT = 2
1962pkg log/syslog (openbsd-amd64-cgo), const LOG_CRON = 72
1963pkg log/syslog (openbsd-amd64-cgo), const LOG_DAEMON = 24
1964pkg log/syslog (openbsd-amd64-cgo), const LOG_DEBUG = 7
1965pkg log/syslog (openbsd-amd64-cgo), const LOG_EMERG = 0
1966pkg log/syslog (openbsd-amd64-cgo), const LOG_ERR = 3
1967pkg log/syslog (openbsd-amd64-cgo), const LOG_FTP = 88
1968pkg log/syslog (openbsd-amd64-cgo), const LOG_INFO = 6
1969pkg log/syslog (openbsd-amd64-cgo), const LOG_KERN = 0
1970pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL0 = 128
1971pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL1 = 136
1972pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL2 = 144
1973pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL3 = 152
1974pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL4 = 160
1975pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL5 = 168
1976pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL6 = 176
1977pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL7 = 184
1978pkg log/syslog (openbsd-amd64-cgo), const LOG_LPR = 48
1979pkg log/syslog (openbsd-amd64-cgo), const LOG_MAIL = 16
1980pkg log/syslog (openbsd-amd64-cgo), const LOG_NEWS = 56
1981pkg log/syslog (openbsd-amd64-cgo), const LOG_NOTICE = 5
1982pkg log/syslog (openbsd-amd64-cgo), const LOG_SYSLOG = 40
1983pkg log/syslog (openbsd-amd64-cgo), const LOG_USER = 8
1984pkg log/syslog (openbsd-amd64-cgo), const LOG_UUCP = 64
1985pkg log/syslog (openbsd-amd64-cgo), const LOG_WARNING = 4
1986pkg math, const E = 2.71828  // 271828182845904523536028747135266249775724709369995957496696763/100000000000000000000000000000000000000000000000000000000000000
1987pkg math, const Ln10 = 2.30259  // 23025850929940456840179914546843642076011014886287729760333279/10000000000000000000000000000000000000000000000000000000000000
1988pkg math, const Ln2 = 0.693147  // 693147180559945309417232121458176568075500134360255254120680009/1000000000000000000000000000000000000000000000000000000000000000
1989pkg math, const Log10E = 0.434294  // 10000000000000000000000000000000000000000000000000000000000000/23025850929940456840179914546843642076011014886287729760333279
1990pkg math, const Log2E = 1.4427  // 1000000000000000000000000000000000000000000000000000000000000000/693147180559945309417232121458176568075500134360255254120680009
1991pkg math, const MaxFloat32 = 3.40282e+38  // 340282346638528859811704183484516925440
1992pkg math, const MaxFloat64 = 1.79769e+308  // 179769313486231570814527423731704356798100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
1993pkg math, const MaxInt16 = 32767
1994pkg math, const MaxInt32 = 2147483647
1995pkg math, const MaxInt64 = 9223372036854775807
1996pkg math, const MaxInt8 = 127
1997pkg math, const MaxUint16 = 65535
1998pkg math, const MaxUint32 = 4294967295
1999pkg math, const MaxUint64 = 18446744073709551615
2000pkg math, const MaxUint8 = 255
2001pkg math, const MinInt16 = -32768
2002pkg math, const MinInt32 = -2147483648
2003pkg math, const MinInt64 = -9223372036854775808
2004pkg math, const MinInt8 = -128
2005pkg math, const Phi = 1.61803  // 80901699437494742410229341718281905886015458990288143106772431/50000000000000000000000000000000000000000000000000000000000000
2006pkg math, const Pi = 3.14159  // 314159265358979323846264338327950288419716939937510582097494459/100000000000000000000000000000000000000000000000000000000000000
2007pkg math, const SmallestNonzeroFloat32 = 1.4013e-45  // 17516230804060213386546619791123951641/12500000000000000000000000000000000000000000000000000000000000000000000000000000000
2008pkg math, const SmallestNonzeroFloat64 = 4.94066e-324  // 4940656458412465441765687928682213723651/1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
2009pkg math, const Sqrt2 = 1.41421  // 70710678118654752440084436210484903928483593768847403658833987/50000000000000000000000000000000000000000000000000000000000000
2010pkg math, const SqrtE = 1.64872  // 164872127070012814684865078781416357165377610071014801157507931/100000000000000000000000000000000000000000000000000000000000000
2011pkg math, const SqrtPhi = 1.27202  // 63600982475703448212621123086874574585780402092004812430832019/50000000000000000000000000000000000000000000000000000000000000
2012pkg math, const SqrtPi = 1.77245  // 177245385090551602729816748334114518279754945612238712821380779/100000000000000000000000000000000000000000000000000000000000000
2013pkg math/big, const MaxBase = 36
2014pkg math/big, method (*Int) MarshalJSON() ([]uint8, error)
2015pkg math/big, method (*Int) SetUint64(uint64) *Int
2016pkg math/big, method (*Int) Uint64() uint64
2017pkg math/big, method (*Int) UnmarshalJSON([]uint8) error
2018pkg math/big, method (*Rat) Float64() (float64, bool)
2019pkg math/big, method (*Rat) SetFloat64(float64) *Rat
2020pkg mime/multipart, method (*Writer) SetBoundary(string) error
2021pkg net, const FlagBroadcast = 2
2022pkg net, const FlagLoopback = 4
2023pkg net, const FlagMulticast = 16
2024pkg net, const FlagPointToPoint = 8
2025pkg net, const FlagUp = 1
2026pkg net, const IPv4len = 4
2027pkg net, const IPv6len = 16
2028pkg net, func ListenUnixgram(string, *UnixAddr) (*UnixConn, error)
2029pkg net, func LookupNS(string) ([]*NS, error)
2030pkg net, method (*Dialer) Dial(string, string) (Conn, error)
2031pkg net, method (*IPConn) ReadMsgIP([]uint8, []uint8) (int, int, int, *IPAddr, error)
2032pkg net, method (*IPConn) WriteMsgIP([]uint8, []uint8, *IPAddr) (int, int, error)
2033pkg net, method (*UDPConn) ReadMsgUDP([]uint8, []uint8) (int, int, int, *UDPAddr, error)
2034pkg net, method (*UDPConn) WriteMsgUDP([]uint8, []uint8, *UDPAddr) (int, int, error)
2035pkg net, method (*UnixConn) CloseRead() error
2036pkg net, method (*UnixConn) CloseWrite() error
2037pkg net, type Dialer struct
2038pkg net, type Dialer struct, Deadline time.Time
2039pkg net, type Dialer struct, LocalAddr Addr
2040pkg net, type Dialer struct, Timeout time.Duration
2041pkg net, type IPAddr struct, Zone string
2042pkg net, type NS struct
2043pkg net, type NS struct, Host string
2044pkg net, type TCPAddr struct, Zone string
2045pkg net, type UDPAddr struct, Zone string
2046pkg net/http, const DefaultMaxHeaderBytes = 1048576
2047pkg net/http, const DefaultMaxIdleConnsPerHost = 2
2048pkg net/http, const StatusAccepted = 202
2049pkg net/http, const StatusBadGateway = 502
2050pkg net/http, const StatusBadRequest = 400
2051pkg net/http, const StatusConflict = 409
2052pkg net/http, const StatusContinue = 100
2053pkg net/http, const StatusCreated = 201
2054pkg net/http, const StatusExpectationFailed = 417
2055pkg net/http, const StatusForbidden = 403
2056pkg net/http, const StatusFound = 302
2057pkg net/http, const StatusGatewayTimeout = 504
2058pkg net/http, const StatusGone = 410
2059pkg net/http, const StatusHTTPVersionNotSupported = 505
2060pkg net/http, const StatusInternalServerError = 500
2061pkg net/http, const StatusLengthRequired = 411
2062pkg net/http, const StatusMethodNotAllowed = 405
2063pkg net/http, const StatusMovedPermanently = 301
2064pkg net/http, const StatusMultipleChoices = 300
2065pkg net/http, const StatusNoContent = 204
2066pkg net/http, const StatusNonAuthoritativeInfo = 203
2067pkg net/http, const StatusNotAcceptable = 406
2068pkg net/http, const StatusNotFound = 404
2069pkg net/http, const StatusNotImplemented = 501
2070pkg net/http, const StatusNotModified = 304
2071pkg net/http, const StatusOK = 200
2072pkg net/http, const StatusPartialContent = 206
2073pkg net/http, const StatusPaymentRequired = 402
2074pkg net/http, const StatusPreconditionFailed = 412
2075pkg net/http, const StatusProxyAuthRequired = 407
2076pkg net/http, const StatusRequestEntityTooLarge = 413
2077pkg net/http, const StatusRequestTimeout = 408
2078pkg net/http, const StatusRequestURITooLong = 414
2079pkg net/http, const StatusRequestedRangeNotSatisfiable = 416
2080pkg net/http, const StatusResetContent = 205
2081pkg net/http, const StatusSeeOther = 303
2082pkg net/http, const StatusServiceUnavailable = 503
2083pkg net/http, const StatusSwitchingProtocols = 101
2084pkg net/http, const StatusTeapot = 418
2085pkg net/http, const StatusTemporaryRedirect = 307
2086pkg net/http, const StatusUnauthorized = 401
2087pkg net/http, const StatusUnsupportedMediaType = 415
2088pkg net/http, const StatusUseProxy = 305
2089pkg net/http, const TimeFormat = "Mon, 02 Jan 2006 15:04:05 GMT"
2090pkg net/http, func ParseTime(string) (time.Time, error)
2091pkg net/http, method (*Request) PostFormValue(string) string
2092pkg net/http, method (*ServeMux) Handler(*Request) (Handler, string)
2093pkg net/http, method (*Transport) CancelRequest(*Request)
2094pkg net/http, type CloseNotifier interface { CloseNotify }
2095pkg net/http, type CloseNotifier interface, CloseNotify() <-chan bool
2096pkg net/http, type Request struct, PostForm url.Values
2097pkg net/http, type Server struct, TLSNextProto map[string]func(*Server, *tls.Conn, Handler)
2098pkg net/http, type Transport struct, ResponseHeaderTimeout time.Duration
2099pkg net/http/cookiejar, func New(*Options) (*Jar, error)
2100pkg net/http/cookiejar, method (*Jar) Cookies(*url.URL) []*http.Cookie
2101pkg net/http/cookiejar, method (*Jar) SetCookies(*url.URL, []*http.Cookie)
2102pkg net/http/cookiejar, type Jar struct
2103pkg net/http/cookiejar, type Options struct
2104pkg net/http/cookiejar, type Options struct, PublicSuffixList PublicSuffixList
2105pkg net/http/cookiejar, type PublicSuffixList interface { PublicSuffix, String }
2106pkg net/http/cookiejar, type PublicSuffixList interface, PublicSuffix(string) string
2107pkg net/http/cookiejar, type PublicSuffixList interface, String() string
2108pkg net/http/httptest, const DefaultRemoteAddr = "1.2.3.4"
2109pkg net/mail, func ParseAddress(string) (*Address, error)
2110pkg net/mail, func ParseAddressList(string) ([]*Address, error)
2111pkg net/rpc, const DefaultDebugPath = "/debug/rpc"
2112pkg net/rpc, const DefaultRPCPath = "/_goRPC_"
2113pkg net/smtp, method (*Client) Hello(string) error
2114pkg net/textproto, func TrimBytes([]uint8) []uint8
2115pkg net/textproto, func TrimString(string) string
2116pkg os (darwin-386), const DevNull = "/dev/null"
2117pkg os (darwin-386), const O_APPEND = 8
2118pkg os (darwin-386), const O_CREATE = 512
2119pkg os (darwin-386), const O_EXCL = 2048
2120pkg os (darwin-386), const O_SYNC = 128
2121pkg os (darwin-386), const O_TRUNC = 1024
2122pkg os (darwin-386), const PathListSeparator = 58
2123pkg os (darwin-386), const PathSeparator = 47
2124pkg os (darwin-386-cgo), const DevNull = "/dev/null"
2125pkg os (darwin-386-cgo), const O_APPEND = 8
2126pkg os (darwin-386-cgo), const O_CREATE = 512
2127pkg os (darwin-386-cgo), const O_EXCL = 2048
2128pkg os (darwin-386-cgo), const O_SYNC = 128
2129pkg os (darwin-386-cgo), const O_TRUNC = 1024
2130pkg os (darwin-386-cgo), const PathListSeparator = 58
2131pkg os (darwin-386-cgo), const PathSeparator = 47
2132pkg os (darwin-amd64), const DevNull = "/dev/null"
2133pkg os (darwin-amd64), const O_APPEND = 8
2134pkg os (darwin-amd64), const O_CREATE = 512
2135pkg os (darwin-amd64), const O_EXCL = 2048
2136pkg os (darwin-amd64), const O_SYNC = 128
2137pkg os (darwin-amd64), const O_TRUNC = 1024
2138pkg os (darwin-amd64), const PathListSeparator = 58
2139pkg os (darwin-amd64), const PathSeparator = 47
2140pkg os (darwin-amd64-cgo), const DevNull = "/dev/null"
2141pkg os (darwin-amd64-cgo), const O_APPEND = 8
2142pkg os (darwin-amd64-cgo), const O_CREATE = 512
2143pkg os (darwin-amd64-cgo), const O_EXCL = 2048
2144pkg os (darwin-amd64-cgo), const O_SYNC = 128
2145pkg os (darwin-amd64-cgo), const O_TRUNC = 1024
2146pkg os (darwin-amd64-cgo), const PathListSeparator = 58
2147pkg os (darwin-amd64-cgo), const PathSeparator = 47
2148pkg os (freebsd-386), const DevNull = "/dev/null"
2149pkg os (freebsd-386), const O_APPEND = 8
2150pkg os (freebsd-386), const O_CREATE = 512
2151pkg os (freebsd-386), const O_EXCL = 2048
2152pkg os (freebsd-386), const O_SYNC = 128
2153pkg os (freebsd-386), const O_TRUNC = 1024
2154pkg os (freebsd-386), const PathListSeparator = 58
2155pkg os (freebsd-386), const PathSeparator = 47
2156pkg os (freebsd-386-cgo), const DevNull = "/dev/null"
2157pkg os (freebsd-386-cgo), const O_APPEND = 8
2158pkg os (freebsd-386-cgo), const O_CREATE = 512
2159pkg os (freebsd-386-cgo), const O_EXCL = 2048
2160pkg os (freebsd-386-cgo), const O_SYNC = 128
2161pkg os (freebsd-386-cgo), const O_TRUNC = 1024
2162pkg os (freebsd-386-cgo), const PathListSeparator = 58
2163pkg os (freebsd-386-cgo), const PathSeparator = 47
2164pkg os (freebsd-amd64), const DevNull = "/dev/null"
2165pkg os (freebsd-amd64), const O_APPEND = 8
2166pkg os (freebsd-amd64), const O_CREATE = 512
2167pkg os (freebsd-amd64), const O_EXCL = 2048
2168pkg os (freebsd-amd64), const O_SYNC = 128
2169pkg os (freebsd-amd64), const O_TRUNC = 1024
2170pkg os (freebsd-amd64), const PathListSeparator = 58
2171pkg os (freebsd-amd64), const PathSeparator = 47
2172pkg os (freebsd-amd64-cgo), const DevNull = "/dev/null"
2173pkg os (freebsd-amd64-cgo), const O_APPEND = 8
2174pkg os (freebsd-amd64-cgo), const O_CREATE = 512
2175pkg os (freebsd-amd64-cgo), const O_EXCL = 2048
2176pkg os (freebsd-amd64-cgo), const O_SYNC = 128
2177pkg os (freebsd-amd64-cgo), const O_TRUNC = 1024
2178pkg os (freebsd-amd64-cgo), const PathListSeparator = 58
2179pkg os (freebsd-amd64-cgo), const PathSeparator = 47
2180pkg os (freebsd-arm), const DevNull = "/dev/null"
2181pkg os (freebsd-arm), const O_APPEND = 8
2182pkg os (freebsd-arm), const O_CREATE = 512
2183pkg os (freebsd-arm), const O_EXCL = 2048
2184pkg os (freebsd-arm), const O_SYNC = 128
2185pkg os (freebsd-arm), const O_TRUNC = 1024
2186pkg os (freebsd-arm), const PathListSeparator = 58
2187pkg os (freebsd-arm), const PathSeparator = 47
2188pkg os (freebsd-arm-cgo), const DevNull = "/dev/null"
2189pkg os (freebsd-arm-cgo), const O_APPEND = 8
2190pkg os (freebsd-arm-cgo), const O_CREATE = 512
2191pkg os (freebsd-arm-cgo), const O_EXCL = 2048
2192pkg os (freebsd-arm-cgo), const O_SYNC = 128
2193pkg os (freebsd-arm-cgo), const O_TRUNC = 1024
2194pkg os (freebsd-arm-cgo), const PathListSeparator = 58
2195pkg os (freebsd-arm-cgo), const PathSeparator = 47
2196pkg os (linux-386), const DevNull = "/dev/null"
2197pkg os (linux-386), const O_APPEND = 1024
2198pkg os (linux-386), const O_CREATE = 64
2199pkg os (linux-386), const O_EXCL = 128
2200pkg os (linux-386), const O_SYNC = 1052672
2201pkg os (linux-386), const O_TRUNC = 512
2202pkg os (linux-386), const PathListSeparator = 58
2203pkg os (linux-386), const PathSeparator = 47
2204pkg os (linux-386-cgo), const DevNull = "/dev/null"
2205pkg os (linux-386-cgo), const O_APPEND = 1024
2206pkg os (linux-386-cgo), const O_CREATE = 64
2207pkg os (linux-386-cgo), const O_EXCL = 128
2208pkg os (linux-386-cgo), const O_SYNC = 1052672
2209pkg os (linux-386-cgo), const O_TRUNC = 512
2210pkg os (linux-386-cgo), const PathListSeparator = 58
2211pkg os (linux-386-cgo), const PathSeparator = 47
2212pkg os (linux-amd64), const DevNull = "/dev/null"
2213pkg os (linux-amd64), const O_APPEND = 1024
2214pkg os (linux-amd64), const O_CREATE = 64
2215pkg os (linux-amd64), const O_EXCL = 128
2216pkg os (linux-amd64), const O_SYNC = 1052672
2217pkg os (linux-amd64), const O_TRUNC = 512
2218pkg os (linux-amd64), const PathListSeparator = 58
2219pkg os (linux-amd64), const PathSeparator = 47
2220pkg os (linux-amd64-cgo), const DevNull = "/dev/null"
2221pkg os (linux-amd64-cgo), const O_APPEND = 1024
2222pkg os (linux-amd64-cgo), const O_CREATE = 64
2223pkg os (linux-amd64-cgo), const O_EXCL = 128
2224pkg os (linux-amd64-cgo), const O_SYNC = 1052672
2225pkg os (linux-amd64-cgo), const O_TRUNC = 512
2226pkg os (linux-amd64-cgo), const PathListSeparator = 58
2227pkg os (linux-amd64-cgo), const PathSeparator = 47
2228pkg os (linux-arm), const DevNull = "/dev/null"
2229pkg os (linux-arm), const O_APPEND = 1024
2230pkg os (linux-arm), const O_CREATE = 64
2231pkg os (linux-arm), const O_EXCL = 128
2232pkg os (linux-arm), const O_SYNC = 4096
2233pkg os (linux-arm), const O_TRUNC = 512
2234pkg os (linux-arm), const PathListSeparator = 58
2235pkg os (linux-arm), const PathSeparator = 47
2236pkg os (linux-arm-cgo), const DevNull = "/dev/null"
2237pkg os (linux-arm-cgo), const O_APPEND = 1024
2238pkg os (linux-arm-cgo), const O_CREATE = 64
2239pkg os (linux-arm-cgo), const O_EXCL = 128
2240pkg os (linux-arm-cgo), const O_SYNC = 4096
2241pkg os (linux-arm-cgo), const O_TRUNC = 512
2242pkg os (linux-arm-cgo), const PathListSeparator = 58
2243pkg os (linux-arm-cgo), const PathSeparator = 47
2244pkg os (netbsd-386), const DevNull = "/dev/null"
2245pkg os (netbsd-386), const O_APPEND = 8
2246pkg os (netbsd-386), const O_CREATE = 512
2247pkg os (netbsd-386), const O_EXCL = 2048
2248pkg os (netbsd-386), const O_SYNC = 128
2249pkg os (netbsd-386), const O_TRUNC = 1024
2250pkg os (netbsd-386), const PathListSeparator = 58
2251pkg os (netbsd-386), const PathSeparator = 47
2252pkg os (netbsd-386-cgo), const DevNull = "/dev/null"
2253pkg os (netbsd-386-cgo), const O_APPEND = 8
2254pkg os (netbsd-386-cgo), const O_CREATE = 512
2255pkg os (netbsd-386-cgo), const O_EXCL = 2048
2256pkg os (netbsd-386-cgo), const O_SYNC = 128
2257pkg os (netbsd-386-cgo), const O_TRUNC = 1024
2258pkg os (netbsd-386-cgo), const PathListSeparator = 58
2259pkg os (netbsd-386-cgo), const PathSeparator = 47
2260pkg os (netbsd-amd64), const DevNull = "/dev/null"
2261pkg os (netbsd-amd64), const O_APPEND = 8
2262pkg os (netbsd-amd64), const O_CREATE = 512
2263pkg os (netbsd-amd64), const O_EXCL = 2048
2264pkg os (netbsd-amd64), const O_SYNC = 128
2265pkg os (netbsd-amd64), const O_TRUNC = 1024
2266pkg os (netbsd-amd64), const PathListSeparator = 58
2267pkg os (netbsd-amd64), const PathSeparator = 47
2268pkg os (netbsd-amd64-cgo), const DevNull = "/dev/null"
2269pkg os (netbsd-amd64-cgo), const O_APPEND = 8
2270pkg os (netbsd-amd64-cgo), const O_CREATE = 512
2271pkg os (netbsd-amd64-cgo), const O_EXCL = 2048
2272pkg os (netbsd-amd64-cgo), const O_SYNC = 128
2273pkg os (netbsd-amd64-cgo), const O_TRUNC = 1024
2274pkg os (netbsd-amd64-cgo), const PathListSeparator = 58
2275pkg os (netbsd-amd64-cgo), const PathSeparator = 47
2276pkg os (netbsd-arm), const DevNull = "/dev/null"
2277pkg os (netbsd-arm), const O_APPEND = 8
2278pkg os (netbsd-arm), const O_CREATE = 512
2279pkg os (netbsd-arm), const O_EXCL = 2048
2280pkg os (netbsd-arm), const O_SYNC = 128
2281pkg os (netbsd-arm), const O_TRUNC = 1024
2282pkg os (netbsd-arm), const PathListSeparator = 58
2283pkg os (netbsd-arm), const PathSeparator = 47
2284pkg os (netbsd-arm-cgo), const DevNull = "/dev/null"
2285pkg os (netbsd-arm-cgo), const O_APPEND = 8
2286pkg os (netbsd-arm-cgo), const O_CREATE = 512
2287pkg os (netbsd-arm-cgo), const O_EXCL = 2048
2288pkg os (netbsd-arm-cgo), const O_SYNC = 128
2289pkg os (netbsd-arm-cgo), const O_TRUNC = 1024
2290pkg os (netbsd-arm-cgo), const PathListSeparator = 58
2291pkg os (netbsd-arm-cgo), const PathSeparator = 47
2292pkg os (openbsd-386), const DevNull = "/dev/null"
2293pkg os (openbsd-386), const O_APPEND = 8
2294pkg os (openbsd-386), const O_CREATE = 512
2295pkg os (openbsd-386), const O_EXCL = 2048
2296pkg os (openbsd-386), const O_SYNC = 128
2297pkg os (openbsd-386), const O_TRUNC = 1024
2298pkg os (openbsd-386), const PathListSeparator = 58
2299pkg os (openbsd-386), const PathSeparator = 47
2300pkg os (openbsd-386-cgo), const DevNull = "/dev/null"
2301pkg os (openbsd-386-cgo), const O_APPEND = 8
2302pkg os (openbsd-386-cgo), const O_CREATE = 512
2303pkg os (openbsd-386-cgo), const O_EXCL = 2048
2304pkg os (openbsd-386-cgo), const O_SYNC = 128
2305pkg os (openbsd-386-cgo), const O_TRUNC = 1024
2306pkg os (openbsd-386-cgo), const PathListSeparator = 58
2307pkg os (openbsd-386-cgo), const PathSeparator = 47
2308pkg os (openbsd-amd64), const DevNull = "/dev/null"
2309pkg os (openbsd-amd64), const O_APPEND = 8
2310pkg os (openbsd-amd64), const O_CREATE = 512
2311pkg os (openbsd-amd64), const O_EXCL = 2048
2312pkg os (openbsd-amd64), const O_SYNC = 128
2313pkg os (openbsd-amd64), const O_TRUNC = 1024
2314pkg os (openbsd-amd64), const PathListSeparator = 58
2315pkg os (openbsd-amd64), const PathSeparator = 47
2316pkg os (openbsd-amd64-cgo), const DevNull = "/dev/null"
2317pkg os (openbsd-amd64-cgo), const O_APPEND = 8
2318pkg os (openbsd-amd64-cgo), const O_CREATE = 512
2319pkg os (openbsd-amd64-cgo), const O_EXCL = 2048
2320pkg os (openbsd-amd64-cgo), const O_SYNC = 128
2321pkg os (openbsd-amd64-cgo), const O_TRUNC = 1024
2322pkg os (openbsd-amd64-cgo), const PathListSeparator = 58
2323pkg os (openbsd-amd64-cgo), const PathSeparator = 47
2324pkg os (windows-386), const DevNull = "NUL"
2325pkg os (windows-386), const O_APPEND = 1024
2326pkg os (windows-386), const O_CREATE = 64
2327pkg os (windows-386), const O_EXCL = 128
2328pkg os (windows-386), const O_SYNC = 4096
2329pkg os (windows-386), const O_TRUNC = 512
2330pkg os (windows-386), const PathListSeparator = 59
2331pkg os (windows-386), const PathSeparator = 92
2332pkg os (windows-amd64), const DevNull = "NUL"
2333pkg os (windows-amd64), const O_APPEND = 1024
2334pkg os (windows-amd64), const O_CREATE = 64
2335pkg os (windows-amd64), const O_EXCL = 128
2336pkg os (windows-amd64), const O_SYNC = 4096
2337pkg os (windows-amd64), const O_TRUNC = 512
2338pkg os (windows-amd64), const PathListSeparator = 59
2339pkg os (windows-amd64), const PathSeparator = 92
2340pkg os, const ModeAppend = 1073741824
2341pkg os, const ModeCharDevice = 2097152
2342pkg os, const ModeDevice = 67108864
2343pkg os, const ModeDir = 2147483648
2344pkg os, const ModeExclusive = 536870912
2345pkg os, const ModeNamedPipe = 33554432
2346pkg os, const ModePerm = 511
2347pkg os, const ModeSetgid = 4194304
2348pkg os, const ModeSetuid = 8388608
2349pkg os, const ModeSocket = 16777216
2350pkg os, const ModeSticky = 1048576
2351pkg os, const ModeSymlink = 134217728
2352pkg os, const ModeTemporary = 268435456
2353pkg os, const ModeType = 2399141888
2354pkg os, const O_RDONLY = 0
2355pkg os, const O_RDWR = 2
2356pkg os, const O_WRONLY = 1
2357pkg os, const SEEK_CUR = 1
2358pkg os, const SEEK_END = 2
2359pkg os, const SEEK_SET = 0
2360pkg os, method (FileMode) IsRegular() bool
2361pkg os/signal, func Stop(chan<- os.Signal)
2362pkg path/filepath (darwin-386), const ListSeparator = 58
2363pkg path/filepath (darwin-386), const Separator = 47
2364pkg path/filepath (darwin-386-cgo), const ListSeparator = 58
2365pkg path/filepath (darwin-386-cgo), const Separator = 47
2366pkg path/filepath (darwin-amd64), const ListSeparator = 58
2367pkg path/filepath (darwin-amd64), const Separator = 47
2368pkg path/filepath (darwin-amd64-cgo), const ListSeparator = 58
2369pkg path/filepath (darwin-amd64-cgo), const Separator = 47
2370pkg path/filepath (freebsd-386), const ListSeparator = 58
2371pkg path/filepath (freebsd-386), const Separator = 47
2372pkg path/filepath (freebsd-386-cgo), const ListSeparator = 58
2373pkg path/filepath (freebsd-386-cgo), const Separator = 47
2374pkg path/filepath (freebsd-amd64), const ListSeparator = 58
2375pkg path/filepath (freebsd-amd64), const Separator = 47
2376pkg path/filepath (freebsd-amd64-cgo), const ListSeparator = 58
2377pkg path/filepath (freebsd-amd64-cgo), const Separator = 47
2378pkg path/filepath (freebsd-arm), const ListSeparator = 58
2379pkg path/filepath (freebsd-arm), const Separator = 47
2380pkg path/filepath (freebsd-arm-cgo), const ListSeparator = 58
2381pkg path/filepath (freebsd-arm-cgo), const Separator = 47
2382pkg path/filepath (linux-386), const ListSeparator = 58
2383pkg path/filepath (linux-386), const Separator = 47
2384pkg path/filepath (linux-386-cgo), const ListSeparator = 58
2385pkg path/filepath (linux-386-cgo), const Separator = 47
2386pkg path/filepath (linux-amd64), const ListSeparator = 58
2387pkg path/filepath (linux-amd64), const Separator = 47
2388pkg path/filepath (linux-amd64-cgo), const ListSeparator = 58
2389pkg path/filepath (linux-amd64-cgo), const Separator = 47
2390pkg path/filepath (linux-arm), const ListSeparator = 58
2391pkg path/filepath (linux-arm), const Separator = 47
2392pkg path/filepath (linux-arm-cgo), const ListSeparator = 58
2393pkg path/filepath (linux-arm-cgo), const Separator = 47
2394pkg path/filepath (netbsd-386), const ListSeparator = 58
2395pkg path/filepath (netbsd-386), const Separator = 47
2396pkg path/filepath (netbsd-386-cgo), const ListSeparator = 58
2397pkg path/filepath (netbsd-386-cgo), const Separator = 47
2398pkg path/filepath (netbsd-amd64), const ListSeparator = 58
2399pkg path/filepath (netbsd-amd64), const Separator = 47
2400pkg path/filepath (netbsd-amd64-cgo), const ListSeparator = 58
2401pkg path/filepath (netbsd-amd64-cgo), const Separator = 47
2402pkg path/filepath (netbsd-arm), const ListSeparator = 58
2403pkg path/filepath (netbsd-arm), const Separator = 47
2404pkg path/filepath (netbsd-arm-cgo), const ListSeparator = 58
2405pkg path/filepath (netbsd-arm-cgo), const Separator = 47
2406pkg path/filepath (openbsd-386), const ListSeparator = 58
2407pkg path/filepath (openbsd-386), const Separator = 47
2408pkg path/filepath (openbsd-386-cgo), const ListSeparator = 58
2409pkg path/filepath (openbsd-386-cgo), const Separator = 47
2410pkg path/filepath (openbsd-amd64), const ListSeparator = 58
2411pkg path/filepath (openbsd-amd64), const Separator = 47
2412pkg path/filepath (openbsd-amd64-cgo), const ListSeparator = 58
2413pkg path/filepath (openbsd-amd64-cgo), const Separator = 47
2414pkg path/filepath (windows-386), const ListSeparator = 59
2415pkg path/filepath (windows-386), const Separator = 92
2416pkg path/filepath (windows-amd64), const ListSeparator = 59
2417pkg path/filepath (windows-amd64), const Separator = 92
2418pkg reflect, const Array = 17
2419pkg reflect, const Bool = 1
2420pkg reflect, const BothDir = 3
2421pkg reflect, const Chan = 18
2422pkg reflect, const Complex128 = 16
2423pkg reflect, const Complex64 = 15
2424pkg reflect, const Float32 = 13
2425pkg reflect, const Float64 = 14
2426pkg reflect, const Func = 19
2427pkg reflect, const Int = 2
2428pkg reflect, const Int16 = 4
2429pkg reflect, const Int32 = 5
2430pkg reflect, const Int64 = 6
2431pkg reflect, const Int8 = 3
2432pkg reflect, const Interface = 20
2433pkg reflect, const Invalid = 0
2434pkg reflect, const Map = 21
2435pkg reflect, const Ptr = 22
2436pkg reflect, const RecvDir = 1
2437pkg reflect, const SelectDefault = 3
2438pkg reflect, const SelectDefault SelectDir
2439pkg reflect, const SelectRecv = 2
2440pkg reflect, const SelectRecv SelectDir
2441pkg reflect, const SelectSend = 1
2442pkg reflect, const SelectSend SelectDir
2443pkg reflect, const SendDir = 2
2444pkg reflect, const Slice = 23
2445pkg reflect, const String = 24
2446pkg reflect, const Struct = 25
2447pkg reflect, const Uint = 7
2448pkg reflect, const Uint16 = 9
2449pkg reflect, const Uint32 = 10
2450pkg reflect, const Uint64 = 11
2451pkg reflect, const Uint8 = 8
2452pkg reflect, const Uintptr = 12
2453pkg reflect, const UnsafePointer = 26
2454pkg reflect, func ChanOf(ChanDir, Type) Type
2455pkg reflect, func MakeFunc(Type, func([]Value) []Value) Value
2456pkg reflect, func MapOf(Type, Type) Type
2457pkg reflect, func Select([]SelectCase) (int, Value, bool)
2458pkg reflect, func SliceOf(Type) Type
2459pkg reflect, method (Value) Convert(Type) Value
2460pkg reflect, type SelectCase struct
2461pkg reflect, type SelectCase struct, Chan Value
2462pkg reflect, type SelectCase struct, Dir SelectDir
2463pkg reflect, type SelectCase struct, Send Value
2464pkg reflect, type SelectDir int
2465pkg reflect, type Type interface, ConvertibleTo(Type) bool
2466pkg regexp, method (*Regexp) Longest()
2467pkg regexp, method (*Regexp) Split(string, int) []string
2468pkg regexp/syntax, const ClassNL = 4
2469pkg regexp/syntax, const DotNL = 8
2470pkg regexp/syntax, const EmptyBeginLine = 1
2471pkg regexp/syntax, const EmptyBeginText = 4
2472pkg regexp/syntax, const EmptyEndLine = 2
2473pkg regexp/syntax, const EmptyEndText = 8
2474pkg regexp/syntax, const EmptyNoWordBoundary = 32
2475pkg regexp/syntax, const EmptyWordBoundary = 16
2476pkg regexp/syntax, const ErrInternalError = "regexp/syntax: internal error"
2477pkg regexp/syntax, const ErrInvalidCharClass = "invalid character class"
2478pkg regexp/syntax, const ErrInvalidCharRange = "invalid character class range"
2479pkg regexp/syntax, const ErrInvalidEscape = "invalid escape sequence"
2480pkg regexp/syntax, const ErrInvalidNamedCapture = "invalid named capture"
2481pkg regexp/syntax, const ErrInvalidPerlOp = "invalid or unsupported Perl syntax"
2482pkg regexp/syntax, const ErrInvalidRepeatOp = "invalid nested repetition operator"
2483pkg regexp/syntax, const ErrInvalidRepeatSize = "invalid repeat count"
2484pkg regexp/syntax, const ErrInvalidUTF8 = "invalid UTF-8"
2485pkg regexp/syntax, const ErrMissingBracket = "missing closing ]"
2486pkg regexp/syntax, const ErrMissingParen = "missing closing )"
2487pkg regexp/syntax, const ErrMissingRepeatArgument = "missing argument to repetition operator"
2488pkg regexp/syntax, const ErrTrailingBackslash = "trailing backslash at end of expression"
2489pkg regexp/syntax, const ErrUnexpectedParen = "unexpected )"
2490pkg regexp/syntax, const ErrUnexpectedParen ErrorCode
2491pkg regexp/syntax, const FoldCase = 1
2492pkg regexp/syntax, const InstAlt = 0
2493pkg regexp/syntax, const InstAltMatch = 1
2494pkg regexp/syntax, const InstCapture = 2
2495pkg regexp/syntax, const InstEmptyWidth = 3
2496pkg regexp/syntax, const InstFail = 5
2497pkg regexp/syntax, const InstMatch = 4
2498pkg regexp/syntax, const InstNop = 6
2499pkg regexp/syntax, const InstRune = 7
2500pkg regexp/syntax, const InstRune1 = 8
2501pkg regexp/syntax, const InstRuneAny = 9
2502pkg regexp/syntax, const InstRuneAnyNotNL = 10
2503pkg regexp/syntax, const Literal = 2
2504pkg regexp/syntax, const MatchNL = 12
2505pkg regexp/syntax, const NonGreedy = 32
2506pkg regexp/syntax, const OneLine = 16
2507pkg regexp/syntax, const OpAlternate = 19
2508pkg regexp/syntax, const OpAnyChar = 6
2509pkg regexp/syntax, const OpAnyCharNotNL = 5
2510pkg regexp/syntax, const OpBeginLine = 7
2511pkg regexp/syntax, const OpBeginText = 9
2512pkg regexp/syntax, const OpCapture = 13
2513pkg regexp/syntax, const OpCharClass = 4
2514pkg regexp/syntax, const OpConcat = 18
2515pkg regexp/syntax, const OpEmptyMatch = 2
2516pkg regexp/syntax, const OpEndLine = 8
2517pkg regexp/syntax, const OpEndText = 10
2518pkg regexp/syntax, const OpLiteral = 3
2519pkg regexp/syntax, const OpNoMatch = 1
2520pkg regexp/syntax, const OpNoWordBoundary = 12
2521pkg regexp/syntax, const OpPlus = 15
2522pkg regexp/syntax, const OpQuest = 16
2523pkg regexp/syntax, const OpRepeat = 17
2524pkg regexp/syntax, const OpStar = 14
2525pkg regexp/syntax, const OpWordBoundary = 11
2526pkg regexp/syntax, const POSIX = 0
2527pkg regexp/syntax, const Perl = 212
2528pkg regexp/syntax, const PerlX = 64
2529pkg regexp/syntax, const Simple = 512
2530pkg regexp/syntax, const UnicodeGroups = 128
2531pkg regexp/syntax, const WasDollar = 256
2532pkg runtime (darwin-386), const GOARCH = "386"
2533pkg runtime (darwin-386), const GOOS = "darwin"
2534pkg runtime (darwin-386-cgo), const GOARCH = "386"
2535pkg runtime (darwin-386-cgo), const GOOS = "darwin"
2536pkg runtime (darwin-amd64), const GOARCH = "amd64"
2537pkg runtime (darwin-amd64), const GOOS = "darwin"
2538pkg runtime (darwin-amd64-cgo), const GOARCH = "amd64"
2539pkg runtime (darwin-amd64-cgo), const GOOS = "darwin"
2540pkg runtime (freebsd-386), const GOARCH = "386"
2541pkg runtime (freebsd-386), const GOOS = "freebsd"
2542pkg runtime (freebsd-386-cgo), const GOARCH = "386"
2543pkg runtime (freebsd-386-cgo), const GOOS = "freebsd"
2544pkg runtime (freebsd-amd64), const GOARCH = "amd64"
2545pkg runtime (freebsd-amd64), const GOOS = "freebsd"
2546pkg runtime (freebsd-amd64-cgo), const GOARCH = "amd64"
2547pkg runtime (freebsd-amd64-cgo), const GOOS = "freebsd"
2548pkg runtime (freebsd-arm), const GOARCH = "arm"
2549pkg runtime (freebsd-arm), const GOOS = "freebsd"
2550pkg runtime (freebsd-arm-cgo), const GOARCH = "arm"
2551pkg runtime (freebsd-arm-cgo), const GOOS = "freebsd"
2552pkg runtime (linux-386), const GOARCH = "386"
2553pkg runtime (linux-386), const GOOS = "linux"
2554pkg runtime (linux-386-cgo), const GOARCH = "386"
2555pkg runtime (linux-386-cgo), const GOOS = "linux"
2556pkg runtime (linux-amd64), const GOARCH = "amd64"
2557pkg runtime (linux-amd64), const GOOS = "linux"
2558pkg runtime (linux-amd64-cgo), const GOARCH = "amd64"
2559pkg runtime (linux-amd64-cgo), const GOOS = "linux"
2560pkg runtime (linux-arm), const GOARCH = "arm"
2561pkg runtime (linux-arm), const GOOS = "linux"
2562pkg runtime (linux-arm-cgo), const GOARCH = "arm"
2563pkg runtime (linux-arm-cgo), const GOOS = "linux"
2564pkg runtime (netbsd-386), const GOARCH = "386"
2565pkg runtime (netbsd-386), const GOOS = "netbsd"
2566pkg runtime (netbsd-386-cgo), const GOARCH = "386"
2567pkg runtime (netbsd-386-cgo), const GOOS = "netbsd"
2568pkg runtime (netbsd-amd64), const GOARCH = "amd64"
2569pkg runtime (netbsd-amd64), const GOOS = "netbsd"
2570pkg runtime (netbsd-amd64-cgo), const GOARCH = "amd64"
2571pkg runtime (netbsd-amd64-cgo), const GOOS = "netbsd"
2572pkg runtime (netbsd-arm), const GOARCH = "arm"
2573pkg runtime (netbsd-arm), const GOOS = "netbsd"
2574pkg runtime (netbsd-arm-cgo), const GOARCH = "arm"
2575pkg runtime (netbsd-arm-cgo), const GOOS = "netbsd"
2576pkg runtime (openbsd-386), const GOARCH = "386"
2577pkg runtime (openbsd-386), const GOOS = "openbsd"
2578pkg runtime (openbsd-386-cgo), const GOARCH = "386"
2579pkg runtime (openbsd-386-cgo), const GOOS = "openbsd"
2580pkg runtime (openbsd-amd64), const GOARCH = "amd64"
2581pkg runtime (openbsd-amd64), const GOOS = "openbsd"
2582pkg runtime (openbsd-amd64-cgo), const GOARCH = "amd64"
2583pkg runtime (openbsd-amd64-cgo), const GOOS = "openbsd"
2584pkg runtime (windows-386), const GOARCH = "386"
2585pkg runtime (windows-386), const GOOS = "windows"
2586pkg runtime (windows-amd64), const GOARCH = "amd64"
2587pkg runtime (windows-amd64), const GOOS = "windows"
2588pkg runtime, const Compiler = "gc"
2589pkg runtime, func BlockProfile([]BlockProfileRecord) (int, bool)
2590pkg runtime, func SetBlockProfileRate(int)
2591pkg runtime, method (*BlockProfileRecord) Stack() []uintptr
2592pkg runtime, type BlockProfileRecord struct
2593pkg runtime, type BlockProfileRecord struct, Count int64
2594pkg runtime, type BlockProfileRecord struct, Cycles int64
2595pkg runtime, type BlockProfileRecord struct, embedded StackRecord
2596pkg runtime/debug, func FreeOSMemory()
2597pkg runtime/debug, func ReadGCStats(*GCStats)
2598pkg runtime/debug, func SetGCPercent(int) int
2599pkg runtime/debug, type GCStats struct
2600pkg runtime/debug, type GCStats struct, LastGC time.Time
2601pkg runtime/debug, type GCStats struct, NumGC int64
2602pkg runtime/debug, type GCStats struct, Pause []time.Duration
2603pkg runtime/debug, type GCStats struct, PauseQuantiles []time.Duration
2604pkg runtime/debug, type GCStats struct, PauseTotal time.Duration
2605pkg sort, func Reverse(Interface) Interface
2606pkg strconv (darwin-amd64), const IntSize = 64
2607pkg strconv (darwin-amd64-cgo), const IntSize = 64
2608pkg strconv (freebsd-386), const IntSize = 32
2609pkg strconv (freebsd-386-cgo), const IntSize = 32
2610pkg strconv (freebsd-amd64), const IntSize = 64
2611pkg strconv (freebsd-amd64-cgo), const IntSize = 64
2612pkg strconv (freebsd-arm), const IntSize = 32
2613pkg strconv (freebsd-arm-cgo), const IntSize = 32
2614pkg strconv (linux-386), const IntSize = 32
2615pkg strconv (linux-386-cgo), const IntSize = 32
2616pkg strconv (linux-amd64), const IntSize = 64
2617pkg strconv (linux-amd64-cgo), const IntSize = 64
2618pkg strconv (linux-arm), const IntSize = 32
2619pkg strconv (linux-arm-cgo), const IntSize = 32
2620pkg strconv (netbsd-386), const IntSize = 32
2621pkg strconv (netbsd-386-cgo), const IntSize = 32
2622pkg strconv (netbsd-amd64), const IntSize = 64
2623pkg strconv (netbsd-amd64-cgo), const IntSize = 64
2624pkg strconv (netbsd-arm), const IntSize = 32
2625pkg strconv (netbsd-arm-cgo), const IntSize = 32
2626pkg strconv (netbsd-arm64), const IntSize = 64
2627pkg strconv (netbsd-arm64-cgo), const IntSize = 64
2628pkg strconv (openbsd-386), const IntSize = 32
2629pkg strconv (openbsd-386-cgo), const IntSize = 32
2630pkg strconv (openbsd-amd64), const IntSize = 64
2631pkg strconv (openbsd-amd64-cgo), const IntSize = 64
2632pkg strconv (windows-386), const IntSize = 32
2633pkg strconv (windows-amd64), const IntSize = 64
2634pkg strings, func TrimPrefix(string, string) string
2635pkg strings, func TrimSuffix(string, string) string
2636pkg strings, method (*Reader) WriteTo(io.Writer) (int64, error)
2637pkg syscall (darwin-386), const AF_APPLETALK = 16
2638pkg syscall (darwin-386), const AF_CCITT = 10
2639pkg syscall (darwin-386), const AF_CHAOS = 5
2640pkg syscall (darwin-386), const AF_CNT = 21
2641pkg syscall (darwin-386), const AF_COIP = 20
2642pkg syscall (darwin-386), const AF_DATAKIT = 9
2643pkg syscall (darwin-386), const AF_DECnet = 12
2644pkg syscall (darwin-386), const AF_DLI = 13
2645pkg syscall (darwin-386), const AF_E164 = 28
2646pkg syscall (darwin-386), const AF_ECMA = 8
2647pkg syscall (darwin-386), const AF_HYLINK = 15
2648pkg syscall (darwin-386), const AF_IEEE80211 = 37
2649pkg syscall (darwin-386), const AF_IMPLINK = 3
2650pkg syscall (darwin-386), const AF_INET6 = 30
2651pkg syscall (darwin-386), const AF_IPX = 23
2652pkg syscall (darwin-386), const AF_ISDN = 28
2653pkg syscall (darwin-386), const AF_ISO = 7
2654pkg syscall (darwin-386), const AF_LAT = 14
2655pkg syscall (darwin-386), const AF_LINK = 18
2656pkg syscall (darwin-386), const AF_LOCAL = 1
2657pkg syscall (darwin-386), const AF_MAX = 38
2658pkg syscall (darwin-386), const AF_NATM = 31
2659pkg syscall (darwin-386), const AF_NDRV = 27
2660pkg syscall (darwin-386), const AF_NETBIOS = 33
2661pkg syscall (darwin-386), const AF_NS = 6
2662pkg syscall (darwin-386), const AF_OSI = 7
2663pkg syscall (darwin-386), const AF_PPP = 34
2664pkg syscall (darwin-386), const AF_PUP = 4
2665pkg syscall (darwin-386), const AF_RESERVED_36 = 36
2666pkg syscall (darwin-386), const AF_ROUTE = 17
2667pkg syscall (darwin-386), const AF_SIP = 24
2668pkg syscall (darwin-386), const AF_SNA = 11
2669pkg syscall (darwin-386), const AF_SYSTEM = 32
2670pkg syscall (darwin-386), const B0 = 0
2671pkg syscall (darwin-386), const B0 ideal-int
2672pkg syscall (darwin-386), const B110 = 110
2673pkg syscall (darwin-386), const B110 ideal-int
2674pkg syscall (darwin-386), const B115200 = 115200
2675pkg syscall (darwin-386), const B115200 ideal-int
2676pkg syscall (darwin-386), const B1200 = 1200
2677pkg syscall (darwin-386), const B1200 ideal-int
2678pkg syscall (darwin-386), const B134 = 134
2679pkg syscall (darwin-386), const B134 ideal-int
2680pkg syscall (darwin-386), const B14400 = 14400
2681pkg syscall (darwin-386), const B14400 ideal-int
2682pkg syscall (darwin-386), const B150 = 150
2683pkg syscall (darwin-386), const B150 ideal-int
2684pkg syscall (darwin-386), const B1800 = 1800
2685pkg syscall (darwin-386), const B1800 ideal-int
2686pkg syscall (darwin-386), const B19200 = 19200
2687pkg syscall (darwin-386), const B19200 ideal-int
2688pkg syscall (darwin-386), const B200 = 200
2689pkg syscall (darwin-386), const B200 ideal-int
2690pkg syscall (darwin-386), const B230400 = 230400
2691pkg syscall (darwin-386), const B230400 ideal-int
2692pkg syscall (darwin-386), const B2400 = 2400
2693pkg syscall (darwin-386), const B2400 ideal-int
2694pkg syscall (darwin-386), const B28800 = 28800
2695pkg syscall (darwin-386), const B28800 ideal-int
2696pkg syscall (darwin-386), const B300 = 300
2697pkg syscall (darwin-386), const B300 ideal-int
2698pkg syscall (darwin-386), const B38400 = 38400
2699pkg syscall (darwin-386), const B38400 ideal-int
2700pkg syscall (darwin-386), const B4800 = 4800
2701pkg syscall (darwin-386), const B4800 ideal-int
2702pkg syscall (darwin-386), const B50 = 50
2703pkg syscall (darwin-386), const B50 ideal-int
2704pkg syscall (darwin-386), const B57600 = 57600
2705pkg syscall (darwin-386), const B57600 ideal-int
2706pkg syscall (darwin-386), const B600 = 600
2707pkg syscall (darwin-386), const B600 ideal-int
2708pkg syscall (darwin-386), const B7200 = 7200
2709pkg syscall (darwin-386), const B7200 ideal-int
2710pkg syscall (darwin-386), const B75 = 75
2711pkg syscall (darwin-386), const B75 ideal-int
2712pkg syscall (darwin-386), const B76800 = 76800
2713pkg syscall (darwin-386), const B76800 ideal-int
2714pkg syscall (darwin-386), const B9600 = 9600
2715pkg syscall (darwin-386), const B9600 ideal-int
2716pkg syscall (darwin-386), const BIOCFLUSH = 536887912
2717pkg syscall (darwin-386), const BIOCGBLEN = 1074020966
2718pkg syscall (darwin-386), const BIOCGDLT = 1074020970
2719pkg syscall (darwin-386), const BIOCGDLTLIST = 3222028921
2720pkg syscall (darwin-386), const BIOCGETIF = 1075855979
2721pkg syscall (darwin-386), const BIOCGHDRCMPLT = 1074020980
2722pkg syscall (darwin-386), const BIOCGRSIG = 1074020978
2723pkg syscall (darwin-386), const BIOCGRTIMEOUT = 1074283118
2724pkg syscall (darwin-386), const BIOCGSEESENT = 1074020982
2725pkg syscall (darwin-386), const BIOCGSTATS = 1074283119
2726pkg syscall (darwin-386), const BIOCIMMEDIATE = 2147762800
2727pkg syscall (darwin-386), const BIOCPROMISC = 536887913
2728pkg syscall (darwin-386), const BIOCSBLEN = 3221504614
2729pkg syscall (darwin-386), const BIOCSDLT = 2147762808
2730pkg syscall (darwin-386), const BIOCSETF = 2148024935
2731pkg syscall (darwin-386), const BIOCSETIF = 2149597804
2732pkg syscall (darwin-386), const BIOCSHDRCMPLT = 2147762805
2733pkg syscall (darwin-386), const BIOCSRSIG = 2147762803
2734pkg syscall (darwin-386), const BIOCSRTIMEOUT = 2148024941
2735pkg syscall (darwin-386), const BIOCSSEESENT = 2147762807
2736pkg syscall (darwin-386), const BIOCVERSION = 1074020977
2737pkg syscall (darwin-386), const BPF_A = 16
2738pkg syscall (darwin-386), const BPF_ABS = 32
2739pkg syscall (darwin-386), const BPF_ADD = 0
2740pkg syscall (darwin-386), const BPF_ALIGNMENT = 4
2741pkg syscall (darwin-386), const BPF_ALU = 4
2742pkg syscall (darwin-386), const BPF_AND = 80
2743pkg syscall (darwin-386), const BPF_B = 16
2744pkg syscall (darwin-386), const BPF_DIV = 48
2745pkg syscall (darwin-386), const BPF_H = 8
2746pkg syscall (darwin-386), const BPF_IMM = 0
2747pkg syscall (darwin-386), const BPF_IND = 64
2748pkg syscall (darwin-386), const BPF_JA = 0
2749pkg syscall (darwin-386), const BPF_JEQ = 16
2750pkg syscall (darwin-386), const BPF_JGE = 48
2751pkg syscall (darwin-386), const BPF_JGT = 32
2752pkg syscall (darwin-386), const BPF_JMP = 5
2753pkg syscall (darwin-386), const BPF_JSET = 64
2754pkg syscall (darwin-386), const BPF_K = 0
2755pkg syscall (darwin-386), const BPF_LD = 0
2756pkg syscall (darwin-386), const BPF_LDX = 1
2757pkg syscall (darwin-386), const BPF_LEN = 128
2758pkg syscall (darwin-386), const BPF_LSH = 96
2759pkg syscall (darwin-386), const BPF_MAJOR_VERSION = 1
2760pkg syscall (darwin-386), const BPF_MAXBUFSIZE = 524288
2761pkg syscall (darwin-386), const BPF_MAXINSNS = 512
2762pkg syscall (darwin-386), const BPF_MEM = 96
2763pkg syscall (darwin-386), const BPF_MEMWORDS = 16
2764pkg syscall (darwin-386), const BPF_MINBUFSIZE = 32
2765pkg syscall (darwin-386), const BPF_MINOR_VERSION = 1
2766pkg syscall (darwin-386), const BPF_MISC = 7
2767pkg syscall (darwin-386), const BPF_MSH = 160
2768pkg syscall (darwin-386), const BPF_MUL = 32
2769pkg syscall (darwin-386), const BPF_NEG = 128
2770pkg syscall (darwin-386), const BPF_OR = 64
2771pkg syscall (darwin-386), const BPF_RELEASE = 199606
2772pkg syscall (darwin-386), const BPF_RET = 6
2773pkg syscall (darwin-386), const BPF_RSH = 112
2774pkg syscall (darwin-386), const BPF_ST = 2
2775pkg syscall (darwin-386), const BPF_STX = 3
2776pkg syscall (darwin-386), const BPF_SUB = 16
2777pkg syscall (darwin-386), const BPF_TAX = 0
2778pkg syscall (darwin-386), const BPF_TXA = 128
2779pkg syscall (darwin-386), const BPF_W = 0
2780pkg syscall (darwin-386), const BPF_X = 8
2781pkg syscall (darwin-386), const BRKINT = 2
2782pkg syscall (darwin-386), const BRKINT ideal-int
2783pkg syscall (darwin-386), const CFLUSH = 15
2784pkg syscall (darwin-386), const CFLUSH ideal-int
2785pkg syscall (darwin-386), const CLOCAL = 32768
2786pkg syscall (darwin-386), const CLOCAL ideal-int
2787pkg syscall (darwin-386), const CREAD = 2048
2788pkg syscall (darwin-386), const CREAD ideal-int
2789pkg syscall (darwin-386), const CS5 = 0
2790pkg syscall (darwin-386), const CS5 ideal-int
2791pkg syscall (darwin-386), const CS6 = 256
2792pkg syscall (darwin-386), const CS6 ideal-int
2793pkg syscall (darwin-386), const CS7 = 512
2794pkg syscall (darwin-386), const CS7 ideal-int
2795pkg syscall (darwin-386), const CS8 = 768
2796pkg syscall (darwin-386), const CS8 ideal-int
2797pkg syscall (darwin-386), const CSIZE = 768
2798pkg syscall (darwin-386), const CSIZE ideal-int
2799pkg syscall (darwin-386), const CSTART = 17
2800pkg syscall (darwin-386), const CSTART ideal-int
2801pkg syscall (darwin-386), const CSTATUS = 20
2802pkg syscall (darwin-386), const CSTATUS ideal-int
2803pkg syscall (darwin-386), const CSTOP = 19
2804pkg syscall (darwin-386), const CSTOP ideal-int
2805pkg syscall (darwin-386), const CSTOPB = 1024
2806pkg syscall (darwin-386), const CSTOPB ideal-int
2807pkg syscall (darwin-386), const CSUSP = 26
2808pkg syscall (darwin-386), const CSUSP ideal-int
2809pkg syscall (darwin-386), const CTL_MAXNAME = 12
2810pkg syscall (darwin-386), const CTL_NET = 4
2811pkg syscall (darwin-386), const DLT_APPLE_IP_OVER_IEEE1394 = 138
2812pkg syscall (darwin-386), const DLT_ARCNET = 7
2813pkg syscall (darwin-386), const DLT_ATM_CLIP = 19
2814pkg syscall (darwin-386), const DLT_ATM_RFC1483 = 11
2815pkg syscall (darwin-386), const DLT_AX25 = 3
2816pkg syscall (darwin-386), const DLT_CHAOS = 5
2817pkg syscall (darwin-386), const DLT_CHDLC = 104
2818pkg syscall (darwin-386), const DLT_C_HDLC = 104
2819pkg syscall (darwin-386), const DLT_EN10MB = 1
2820pkg syscall (darwin-386), const DLT_EN3MB = 2
2821pkg syscall (darwin-386), const DLT_FDDI = 10
2822pkg syscall (darwin-386), const DLT_IEEE802 = 6
2823pkg syscall (darwin-386), const DLT_IEEE802_11 = 105
2824pkg syscall (darwin-386), const DLT_IEEE802_11_RADIO = 127
2825pkg syscall (darwin-386), const DLT_IEEE802_11_RADIO_AVS = 163
2826pkg syscall (darwin-386), const DLT_LINUX_SLL = 113
2827pkg syscall (darwin-386), const DLT_LOOP = 108
2828pkg syscall (darwin-386), const DLT_NULL = 0
2829pkg syscall (darwin-386), const DLT_PFLOG = 117
2830pkg syscall (darwin-386), const DLT_PFSYNC = 18
2831pkg syscall (darwin-386), const DLT_PPP = 9
2832pkg syscall (darwin-386), const DLT_PPP_BSDOS = 16
2833pkg syscall (darwin-386), const DLT_PPP_SERIAL = 50
2834pkg syscall (darwin-386), const DLT_PRONET = 4
2835pkg syscall (darwin-386), const DLT_RAW = 12
2836pkg syscall (darwin-386), const DLT_SLIP = 8
2837pkg syscall (darwin-386), const DLT_SLIP_BSDOS = 15
2838pkg syscall (darwin-386), const DT_BLK = 6
2839pkg syscall (darwin-386), const DT_CHR = 2
2840pkg syscall (darwin-386), const DT_DIR = 4
2841pkg syscall (darwin-386), const DT_FIFO = 1
2842pkg syscall (darwin-386), const DT_LNK = 10
2843pkg syscall (darwin-386), const DT_REG = 8
2844pkg syscall (darwin-386), const DT_SOCK = 12
2845pkg syscall (darwin-386), const DT_UNKNOWN = 0
2846pkg syscall (darwin-386), const DT_WHT = 14
2847pkg syscall (darwin-386), const E2BIG = 7
2848pkg syscall (darwin-386), const EACCES = 13
2849pkg syscall (darwin-386), const EADDRINUSE = 48
2850pkg syscall (darwin-386), const EADDRNOTAVAIL = 49
2851pkg syscall (darwin-386), const EAFNOSUPPORT = 47
2852pkg syscall (darwin-386), const EAGAIN = 35
2853pkg syscall (darwin-386), const EALREADY = 37
2854pkg syscall (darwin-386), const EAUTH = 80
2855pkg syscall (darwin-386), const EBADARCH = 86
2856pkg syscall (darwin-386), const EBADEXEC = 85
2857pkg syscall (darwin-386), const EBADF = 9
2858pkg syscall (darwin-386), const EBADMACHO = 88
2859pkg syscall (darwin-386), const EBADMSG = 94
2860pkg syscall (darwin-386), const EBADRPC = 72
2861pkg syscall (darwin-386), const EBUSY = 16
2862pkg syscall (darwin-386), const ECANCELED = 89
2863pkg syscall (darwin-386), const ECHILD = 10
2864pkg syscall (darwin-386), const ECHO = 8
2865pkg syscall (darwin-386), const ECHOCTL = 64
2866pkg syscall (darwin-386), const ECHOE = 2
2867pkg syscall (darwin-386), const ECHOK = 4
2868pkg syscall (darwin-386), const ECHOKE = 1
2869pkg syscall (darwin-386), const ECHONL = 16
2870pkg syscall (darwin-386), const ECHOPRT = 32
2871pkg syscall (darwin-386), const ECONNABORTED = 53
2872pkg syscall (darwin-386), const ECONNREFUSED = 61
2873pkg syscall (darwin-386), const ECONNRESET = 54
2874pkg syscall (darwin-386), const EDEADLK = 11
2875pkg syscall (darwin-386), const EDESTADDRREQ = 39
2876pkg syscall (darwin-386), const EDEVERR = 83
2877pkg syscall (darwin-386), const EDOM = 33
2878pkg syscall (darwin-386), const EDQUOT = 69
2879pkg syscall (darwin-386), const EEXIST = 17
2880pkg syscall (darwin-386), const EFAULT = 14
2881pkg syscall (darwin-386), const EFBIG = 27
2882pkg syscall (darwin-386), const EFTYPE = 79
2883pkg syscall (darwin-386), const EHOSTDOWN = 64
2884pkg syscall (darwin-386), const EHOSTUNREACH = 65
2885pkg syscall (darwin-386), const EIDRM = 90
2886pkg syscall (darwin-386), const EILSEQ = 92
2887pkg syscall (darwin-386), const EINPROGRESS = 36
2888pkg syscall (darwin-386), const EINTR = 4
2889pkg syscall (darwin-386), const EINVAL = 22
2890pkg syscall (darwin-386), const EIO = 5
2891pkg syscall (darwin-386), const EISCONN = 56
2892pkg syscall (darwin-386), const EISDIR = 21
2893pkg syscall (darwin-386), const ELAST = 105
2894pkg syscall (darwin-386), const ELOOP = 62
2895pkg syscall (darwin-386), const EMFILE = 24
2896pkg syscall (darwin-386), const EMLINK = 31
2897pkg syscall (darwin-386), const EMSGSIZE = 40
2898pkg syscall (darwin-386), const EMULTIHOP = 95
2899pkg syscall (darwin-386), const ENAMETOOLONG = 63
2900pkg syscall (darwin-386), const ENEEDAUTH = 81
2901pkg syscall (darwin-386), const ENETDOWN = 50
2902pkg syscall (darwin-386), const ENETRESET = 52
2903pkg syscall (darwin-386), const ENETUNREACH = 51
2904pkg syscall (darwin-386), const ENFILE = 23
2905pkg syscall (darwin-386), const ENOATTR = 93
2906pkg syscall (darwin-386), const ENOBUFS = 55
2907pkg syscall (darwin-386), const ENODATA = 96
2908pkg syscall (darwin-386), const ENODEV = 19
2909pkg syscall (darwin-386), const ENOEXEC = 8
2910pkg syscall (darwin-386), const ENOLCK = 77
2911pkg syscall (darwin-386), const ENOLINK = 97
2912pkg syscall (darwin-386), const ENOMEM = 12
2913pkg syscall (darwin-386), const ENOMSG = 91
2914pkg syscall (darwin-386), const ENOPOLICY = 103
2915pkg syscall (darwin-386), const ENOPROTOOPT = 42
2916pkg syscall (darwin-386), const ENOSPC = 28
2917pkg syscall (darwin-386), const ENOSR = 98
2918pkg syscall (darwin-386), const ENOSTR = 99
2919pkg syscall (darwin-386), const ENOSYS = 78
2920pkg syscall (darwin-386), const ENOTBLK = 15
2921pkg syscall (darwin-386), const ENOTCONN = 57
2922pkg syscall (darwin-386), const ENOTDIR = 20
2923pkg syscall (darwin-386), const ENOTEMPTY = 66
2924pkg syscall (darwin-386), const ENOTRECOVERABLE = 104
2925pkg syscall (darwin-386), const ENOTSOCK = 38
2926pkg syscall (darwin-386), const ENOTSUP = 45
2927pkg syscall (darwin-386), const ENOTTY = 25
2928pkg syscall (darwin-386), const ENXIO = 6
2929pkg syscall (darwin-386), const EOPNOTSUPP = 102
2930pkg syscall (darwin-386), const EOVERFLOW = 84
2931pkg syscall (darwin-386), const EOWNERDEAD = 105
2932pkg syscall (darwin-386), const EPERM = 1
2933pkg syscall (darwin-386), const EPFNOSUPPORT = 46
2934pkg syscall (darwin-386), const EPIPE = 32
2935pkg syscall (darwin-386), const EPROCLIM = 67
2936pkg syscall (darwin-386), const EPROCUNAVAIL = 76
2937pkg syscall (darwin-386), const EPROGMISMATCH = 75
2938pkg syscall (darwin-386), const EPROGUNAVAIL = 74
2939pkg syscall (darwin-386), const EPROTO = 100
2940pkg syscall (darwin-386), const EPROTONOSUPPORT = 43
2941pkg syscall (darwin-386), const EPROTOTYPE = 41
2942pkg syscall (darwin-386), const EPWROFF = 82
2943pkg syscall (darwin-386), const ERANGE = 34
2944pkg syscall (darwin-386), const EREMOTE = 71
2945pkg syscall (darwin-386), const EROFS = 30
2946pkg syscall (darwin-386), const ERPCMISMATCH = 73
2947pkg syscall (darwin-386), const ESHLIBVERS = 87
2948pkg syscall (darwin-386), const ESHUTDOWN = 58
2949pkg syscall (darwin-386), const ESOCKTNOSUPPORT = 44
2950pkg syscall (darwin-386), const ESPIPE = 29
2951pkg syscall (darwin-386), const ESRCH = 3
2952pkg syscall (darwin-386), const ESTALE = 70
2953pkg syscall (darwin-386), const ETIME = 101
2954pkg syscall (darwin-386), const ETIMEDOUT = 60
2955pkg syscall (darwin-386), const ETOOMANYREFS = 59
2956pkg syscall (darwin-386), const ETXTBSY = 26
2957pkg syscall (darwin-386), const EUSERS = 68
2958pkg syscall (darwin-386), const EVFILT_AIO = -3
2959pkg syscall (darwin-386), const EVFILT_FS = -9
2960pkg syscall (darwin-386), const EVFILT_MACHPORT = -8
2961pkg syscall (darwin-386), const EVFILT_PROC = -5
2962pkg syscall (darwin-386), const EVFILT_READ = -1
2963pkg syscall (darwin-386), const EVFILT_SIGNAL = -6
2964pkg syscall (darwin-386), const EVFILT_SYSCOUNT = 12
2965pkg syscall (darwin-386), const EVFILT_THREADMARKER = 12
2966pkg syscall (darwin-386), const EVFILT_TIMER = -7
2967pkg syscall (darwin-386), const EVFILT_USER = -10
2968pkg syscall (darwin-386), const EVFILT_VM = -12
2969pkg syscall (darwin-386), const EVFILT_VNODE = -4
2970pkg syscall (darwin-386), const EVFILT_WRITE = -2
2971pkg syscall (darwin-386), const EV_ADD = 1
2972pkg syscall (darwin-386), const EV_CLEAR = 32
2973pkg syscall (darwin-386), const EV_DELETE = 2
2974pkg syscall (darwin-386), const EV_DISABLE = 8
2975pkg syscall (darwin-386), const EV_DISPATCH = 128
2976pkg syscall (darwin-386), const EV_ENABLE = 4
2977pkg syscall (darwin-386), const EV_EOF = 32768
2978pkg syscall (darwin-386), const EV_ERROR = 16384
2979pkg syscall (darwin-386), const EV_FLAG0 = 4096
2980pkg syscall (darwin-386), const EV_FLAG1 = 8192
2981pkg syscall (darwin-386), const EV_ONESHOT = 16
2982pkg syscall (darwin-386), const EV_OOBAND = 8192
2983pkg syscall (darwin-386), const EV_POLL = 4096
2984pkg syscall (darwin-386), const EV_RECEIPT = 64
2985pkg syscall (darwin-386), const EV_SYSFLAGS = 61440
2986pkg syscall (darwin-386), const EWOULDBLOCK = 35
2987pkg syscall (darwin-386), const EXDEV = 18
2988pkg syscall (darwin-386), const EXTA = 19200
2989pkg syscall (darwin-386), const EXTB = 38400
2990pkg syscall (darwin-386), const EXTPROC = 2048
2991pkg syscall (darwin-386), const FD_CLOEXEC = 1
2992pkg syscall (darwin-386), const FD_SETSIZE = 1024
2993pkg syscall (darwin-386), const FLUSHO = 8388608
2994pkg syscall (darwin-386), const FLUSHO ideal-int
2995pkg syscall (darwin-386), const F_ADDFILESIGS = 61
2996pkg syscall (darwin-386), const F_ADDSIGS = 59
2997pkg syscall (darwin-386), const F_ALLOCATEALL = 4
2998pkg syscall (darwin-386), const F_ALLOCATECONTIG = 2
2999pkg syscall (darwin-386), const F_CHKCLEAN = 41
3000pkg syscall (darwin-386), const F_DUPFD = 0
3001pkg syscall (darwin-386), const F_DUPFD_CLOEXEC = 67
3002pkg syscall (darwin-386), const F_FLUSH_DATA = 40
3003pkg syscall (darwin-386), const F_FREEZE_FS = 53
3004pkg syscall (darwin-386), const F_FULLFSYNC = 51
3005pkg syscall (darwin-386), const F_GETFD = 1
3006pkg syscall (darwin-386), const F_GETFL = 3
3007pkg syscall (darwin-386), const F_GETLK = 7
3008pkg syscall (darwin-386), const F_GETLKPID = 66
3009pkg syscall (darwin-386), const F_GETNOSIGPIPE = 74
3010pkg syscall (darwin-386), const F_GETOWN = 5
3011pkg syscall (darwin-386), const F_GETPATH = 50
3012pkg syscall (darwin-386), const F_GETPATH_MTMINFO = 71
3013pkg syscall (darwin-386), const F_GETPROTECTIONCLASS = 63
3014pkg syscall (darwin-386), const F_GLOBAL_NOCACHE = 55
3015pkg syscall (darwin-386), const F_LOG2PHYS = 49
3016pkg syscall (darwin-386), const F_LOG2PHYS_EXT = 65
3017pkg syscall (darwin-386), const F_MARKDEPENDENCY = 60
3018pkg syscall (darwin-386), const F_NOCACHE = 48
3019pkg syscall (darwin-386), const F_NODIRECT = 62
3020pkg syscall (darwin-386), const F_OK = 0
3021pkg syscall (darwin-386), const F_PATHPKG_CHECK = 52
3022pkg syscall (darwin-386), const F_PEOFPOSMODE = 3
3023pkg syscall (darwin-386), const F_PREALLOCATE = 42
3024pkg syscall (darwin-386), const F_RDADVISE = 44
3025pkg syscall (darwin-386), const F_RDAHEAD = 45
3026pkg syscall (darwin-386), const F_RDLCK = 1
3027pkg syscall (darwin-386), const F_READBOOTSTRAP = 46
3028pkg syscall (darwin-386), const F_SETBACKINGSTORE = 70
3029pkg syscall (darwin-386), const F_SETFD = 2
3030pkg syscall (darwin-386), const F_SETFL = 4
3031pkg syscall (darwin-386), const F_SETLK = 8
3032pkg syscall (darwin-386), const F_SETLKW = 9
3033pkg syscall (darwin-386), const F_SETNOSIGPIPE = 73
3034pkg syscall (darwin-386), const F_SETOWN = 6
3035pkg syscall (darwin-386), const F_SETPROTECTIONCLASS = 64
3036pkg syscall (darwin-386), const F_SETSIZE = 43
3037pkg syscall (darwin-386), const F_THAW_FS = 54
3038pkg syscall (darwin-386), const F_UNLCK = 2
3039pkg syscall (darwin-386), const F_VOLPOSMODE = 4
3040pkg syscall (darwin-386), const F_WRITEBOOTSTRAP = 47
3041pkg syscall (darwin-386), const F_WRLCK = 3
3042pkg syscall (darwin-386), const HUPCL = 16384
3043pkg syscall (darwin-386), const HUPCL ideal-int
3044pkg syscall (darwin-386), const ICANON = 256
3045pkg syscall (darwin-386), const ICANON ideal-int
3046pkg syscall (darwin-386), const ICRNL = 256
3047pkg syscall (darwin-386), const ICRNL ideal-int
3048pkg syscall (darwin-386), const IEXTEN = 1024
3049pkg syscall (darwin-386), const IEXTEN ideal-int
3050pkg syscall (darwin-386), const IFF_ALLMULTI = 512
3051pkg syscall (darwin-386), const IFF_ALTPHYS = 16384
3052pkg syscall (darwin-386), const IFF_DEBUG = 4
3053pkg syscall (darwin-386), const IFF_LINK0 = 4096
3054pkg syscall (darwin-386), const IFF_LINK1 = 8192
3055pkg syscall (darwin-386), const IFF_LINK2 = 16384
3056pkg syscall (darwin-386), const IFF_LOOPBACK = 8
3057pkg syscall (darwin-386), const IFF_MULTICAST = 32768
3058pkg syscall (darwin-386), const IFF_NOARP = 128
3059pkg syscall (darwin-386), const IFF_NOTRAILERS = 32
3060pkg syscall (darwin-386), const IFF_OACTIVE = 1024
3061pkg syscall (darwin-386), const IFF_POINTOPOINT = 16
3062pkg syscall (darwin-386), const IFF_PROMISC = 256
3063pkg syscall (darwin-386), const IFF_RUNNING = 64
3064pkg syscall (darwin-386), const IFF_SIMPLEX = 2048
3065pkg syscall (darwin-386), const IFNAMSIZ = 16
3066pkg syscall (darwin-386), const IFT_1822 = 2
3067pkg syscall (darwin-386), const IFT_AAL5 = 49
3068pkg syscall (darwin-386), const IFT_ARCNET = 35
3069pkg syscall (darwin-386), const IFT_ARCNETPLUS = 36
3070pkg syscall (darwin-386), const IFT_ATM = 37
3071pkg syscall (darwin-386), const IFT_BRIDGE = 209
3072pkg syscall (darwin-386), const IFT_CARP = 248
3073pkg syscall (darwin-386), const IFT_CELLULAR = 255
3074pkg syscall (darwin-386), const IFT_CEPT = 19
3075pkg syscall (darwin-386), const IFT_DS3 = 30
3076pkg syscall (darwin-386), const IFT_ENC = 244
3077pkg syscall (darwin-386), const IFT_EON = 25
3078pkg syscall (darwin-386), const IFT_ETHER = 6
3079pkg syscall (darwin-386), const IFT_FAITH = 56
3080pkg syscall (darwin-386), const IFT_FDDI = 15
3081pkg syscall (darwin-386), const IFT_FRELAY = 32
3082pkg syscall (darwin-386), const IFT_FRELAYDCE = 44
3083pkg syscall (darwin-386), const IFT_GIF = 55
3084pkg syscall (darwin-386), const IFT_HDH1822 = 3
3085pkg syscall (darwin-386), const IFT_HIPPI = 47
3086pkg syscall (darwin-386), const IFT_HSSI = 46
3087pkg syscall (darwin-386), const IFT_HY = 14
3088pkg syscall (darwin-386), const IFT_IEEE1394 = 144
3089pkg syscall (darwin-386), const IFT_IEEE8023ADLAG = 136
3090pkg syscall (darwin-386), const IFT_ISDNBASIC = 20
3091pkg syscall (darwin-386), const IFT_ISDNPRIMARY = 21
3092pkg syscall (darwin-386), const IFT_ISO88022LLC = 41
3093pkg syscall (darwin-386), const IFT_ISO88023 = 7
3094pkg syscall (darwin-386), const IFT_ISO88024 = 8
3095pkg syscall (darwin-386), const IFT_ISO88025 = 9
3096pkg syscall (darwin-386), const IFT_ISO88026 = 10
3097pkg syscall (darwin-386), const IFT_L2VLAN = 135
3098pkg syscall (darwin-386), const IFT_LAPB = 16
3099pkg syscall (darwin-386), const IFT_LOCALTALK = 42
3100pkg syscall (darwin-386), const IFT_LOOP = 24
3101pkg syscall (darwin-386), const IFT_MIOX25 = 38
3102pkg syscall (darwin-386), const IFT_MODEM = 48
3103pkg syscall (darwin-386), const IFT_NSIP = 27
3104pkg syscall (darwin-386), const IFT_OTHER = 1
3105pkg syscall (darwin-386), const IFT_P10 = 12
3106pkg syscall (darwin-386), const IFT_P80 = 13
3107pkg syscall (darwin-386), const IFT_PARA = 34
3108pkg syscall (darwin-386), const IFT_PDP = 255
3109pkg syscall (darwin-386), const IFT_PFLOG = 245
3110pkg syscall (darwin-386), const IFT_PFSYNC = 246
3111pkg syscall (darwin-386), const IFT_PPP = 23
3112pkg syscall (darwin-386), const IFT_PROPMUX = 54
3113pkg syscall (darwin-386), const IFT_PROPVIRTUAL = 53
3114pkg syscall (darwin-386), const IFT_PTPSERIAL = 22
3115pkg syscall (darwin-386), const IFT_RS232 = 33
3116pkg syscall (darwin-386), const IFT_SDLC = 17
3117pkg syscall (darwin-386), const IFT_SIP = 31
3118pkg syscall (darwin-386), const IFT_SLIP = 28
3119pkg syscall (darwin-386), const IFT_SMDSDXI = 43
3120pkg syscall (darwin-386), const IFT_SMDSICIP = 52
3121pkg syscall (darwin-386), const IFT_SONET = 39
3122pkg syscall (darwin-386), const IFT_SONETPATH = 50
3123pkg syscall (darwin-386), const IFT_SONETVT = 51
3124pkg syscall (darwin-386), const IFT_STARLAN = 11
3125pkg syscall (darwin-386), const IFT_STF = 57
3126pkg syscall (darwin-386), const IFT_T1 = 18
3127pkg syscall (darwin-386), const IFT_ULTRA = 29
3128pkg syscall (darwin-386), const IFT_V35 = 45
3129pkg syscall (darwin-386), const IFT_X25 = 5
3130pkg syscall (darwin-386), const IFT_X25DDN = 4
3131pkg syscall (darwin-386), const IFT_X25PLE = 40
3132pkg syscall (darwin-386), const IFT_XETHER = 26
3133pkg syscall (darwin-386), const IGNBRK = 1
3134pkg syscall (darwin-386), const IGNBRK ideal-int
3135pkg syscall (darwin-386), const IGNCR = 128
3136pkg syscall (darwin-386), const IGNCR ideal-int
3137pkg syscall (darwin-386), const IGNPAR = 4
3138pkg syscall (darwin-386), const IGNPAR ideal-int
3139pkg syscall (darwin-386), const IMAXBEL = 8192
3140pkg syscall (darwin-386), const IMAXBEL ideal-int
3141pkg syscall (darwin-386), const INLCR = 64
3142pkg syscall (darwin-386), const INLCR ideal-int
3143pkg syscall (darwin-386), const INPCK = 16
3144pkg syscall (darwin-386), const INPCK ideal-int
3145pkg syscall (darwin-386), const IN_CLASSA_HOST = 16777215
3146pkg syscall (darwin-386), const IN_CLASSA_MAX = 128
3147pkg syscall (darwin-386), const IN_CLASSA_NET = 4278190080
3148pkg syscall (darwin-386), const IN_CLASSA_NSHIFT = 24
3149pkg syscall (darwin-386), const IN_CLASSB_HOST = 65535
3150pkg syscall (darwin-386), const IN_CLASSB_MAX = 65536
3151pkg syscall (darwin-386), const IN_CLASSB_NET = 4294901760
3152pkg syscall (darwin-386), const IN_CLASSB_NSHIFT = 16
3153pkg syscall (darwin-386), const IN_CLASSC_HOST = 255
3154pkg syscall (darwin-386), const IN_CLASSC_NET = 4294967040
3155pkg syscall (darwin-386), const IN_CLASSC_NSHIFT = 8
3156pkg syscall (darwin-386), const IN_CLASSD_HOST = 268435455
3157pkg syscall (darwin-386), const IN_CLASSD_NET = 4026531840
3158pkg syscall (darwin-386), const IN_CLASSD_NSHIFT = 28
3159pkg syscall (darwin-386), const IN_LINKLOCALNETNUM = 2851995648
3160pkg syscall (darwin-386), const IN_LOOPBACKNET = 127
3161pkg syscall (darwin-386), const IPPROTO_3PC = 34
3162pkg syscall (darwin-386), const IPPROTO_ADFS = 68
3163pkg syscall (darwin-386), const IPPROTO_AH = 51
3164pkg syscall (darwin-386), const IPPROTO_AHIP = 61
3165pkg syscall (darwin-386), const IPPROTO_APES = 99
3166pkg syscall (darwin-386), const IPPROTO_ARGUS = 13
3167pkg syscall (darwin-386), const IPPROTO_AX25 = 93
3168pkg syscall (darwin-386), const IPPROTO_BHA = 49
3169pkg syscall (darwin-386), const IPPROTO_BLT = 30
3170pkg syscall (darwin-386), const IPPROTO_BRSATMON = 76
3171pkg syscall (darwin-386), const IPPROTO_CFTP = 62
3172pkg syscall (darwin-386), const IPPROTO_CHAOS = 16
3173pkg syscall (darwin-386), const IPPROTO_CMTP = 38
3174pkg syscall (darwin-386), const IPPROTO_CPHB = 73
3175pkg syscall (darwin-386), const IPPROTO_CPNX = 72
3176pkg syscall (darwin-386), const IPPROTO_DDP = 37
3177pkg syscall (darwin-386), const IPPROTO_DGP = 86
3178pkg syscall (darwin-386), const IPPROTO_DIVERT = 254
3179pkg syscall (darwin-386), const IPPROTO_DONE = 257
3180pkg syscall (darwin-386), const IPPROTO_DSTOPTS = 60
3181pkg syscall (darwin-386), const IPPROTO_EGP = 8
3182pkg syscall (darwin-386), const IPPROTO_EMCON = 14
3183pkg syscall (darwin-386), const IPPROTO_ENCAP = 98
3184pkg syscall (darwin-386), const IPPROTO_EON = 80
3185pkg syscall (darwin-386), const IPPROTO_ESP = 50
3186pkg syscall (darwin-386), const IPPROTO_ETHERIP = 97
3187pkg syscall (darwin-386), const IPPROTO_FRAGMENT = 44
3188pkg syscall (darwin-386), const IPPROTO_GGP = 3
3189pkg syscall (darwin-386), const IPPROTO_GMTP = 100
3190pkg syscall (darwin-386), const IPPROTO_GRE = 47
3191pkg syscall (darwin-386), const IPPROTO_HELLO = 63
3192pkg syscall (darwin-386), const IPPROTO_HMP = 20
3193pkg syscall (darwin-386), const IPPROTO_HOPOPTS = 0
3194pkg syscall (darwin-386), const IPPROTO_ICMP = 1
3195pkg syscall (darwin-386), const IPPROTO_ICMPV6 = 58
3196pkg syscall (darwin-386), const IPPROTO_IDP = 22
3197pkg syscall (darwin-386), const IPPROTO_IDPR = 35
3198pkg syscall (darwin-386), const IPPROTO_IDRP = 45
3199pkg syscall (darwin-386), const IPPROTO_IGMP = 2
3200pkg syscall (darwin-386), const IPPROTO_IGP = 85
3201pkg syscall (darwin-386), const IPPROTO_IGRP = 88
3202pkg syscall (darwin-386), const IPPROTO_IL = 40
3203pkg syscall (darwin-386), const IPPROTO_INLSP = 52
3204pkg syscall (darwin-386), const IPPROTO_INP = 32
3205pkg syscall (darwin-386), const IPPROTO_IPCOMP = 108
3206pkg syscall (darwin-386), const IPPROTO_IPCV = 71
3207pkg syscall (darwin-386), const IPPROTO_IPEIP = 94
3208pkg syscall (darwin-386), const IPPROTO_IPIP = 4
3209pkg syscall (darwin-386), const IPPROTO_IPPC = 67
3210pkg syscall (darwin-386), const IPPROTO_IPV4 = 4
3211pkg syscall (darwin-386), const IPPROTO_IRTP = 28
3212pkg syscall (darwin-386), const IPPROTO_KRYPTOLAN = 65
3213pkg syscall (darwin-386), const IPPROTO_LARP = 91
3214pkg syscall (darwin-386), const IPPROTO_LEAF1 = 25
3215pkg syscall (darwin-386), const IPPROTO_LEAF2 = 26
3216pkg syscall (darwin-386), const IPPROTO_MAX = 256
3217pkg syscall (darwin-386), const IPPROTO_MAXID = 52
3218pkg syscall (darwin-386), const IPPROTO_MEAS = 19
3219pkg syscall (darwin-386), const IPPROTO_MHRP = 48
3220pkg syscall (darwin-386), const IPPROTO_MICP = 95
3221pkg syscall (darwin-386), const IPPROTO_MTP = 92
3222pkg syscall (darwin-386), const IPPROTO_MUX = 18
3223pkg syscall (darwin-386), const IPPROTO_ND = 77
3224pkg syscall (darwin-386), const IPPROTO_NHRP = 54
3225pkg syscall (darwin-386), const IPPROTO_NONE = 59
3226pkg syscall (darwin-386), const IPPROTO_NSP = 31
3227pkg syscall (darwin-386), const IPPROTO_NVPII = 11
3228pkg syscall (darwin-386), const IPPROTO_OSPFIGP = 89
3229pkg syscall (darwin-386), const IPPROTO_PGM = 113
3230pkg syscall (darwin-386), const IPPROTO_PIGP = 9
3231pkg syscall (darwin-386), const IPPROTO_PIM = 103
3232pkg syscall (darwin-386), const IPPROTO_PRM = 21
3233pkg syscall (darwin-386), const IPPROTO_PUP = 12
3234pkg syscall (darwin-386), const IPPROTO_PVP = 75
3235pkg syscall (darwin-386), const IPPROTO_RAW = 255
3236pkg syscall (darwin-386), const IPPROTO_RCCMON = 10
3237pkg syscall (darwin-386), const IPPROTO_RDP = 27
3238pkg syscall (darwin-386), const IPPROTO_ROUTING = 43
3239pkg syscall (darwin-386), const IPPROTO_RSVP = 46
3240pkg syscall (darwin-386), const IPPROTO_RVD = 66
3241pkg syscall (darwin-386), const IPPROTO_SATEXPAK = 64
3242pkg syscall (darwin-386), const IPPROTO_SATMON = 69
3243pkg syscall (darwin-386), const IPPROTO_SCCSP = 96
3244pkg syscall (darwin-386), const IPPROTO_SCTP = 132
3245pkg syscall (darwin-386), const IPPROTO_SDRP = 42
3246pkg syscall (darwin-386), const IPPROTO_SEP = 33
3247pkg syscall (darwin-386), const IPPROTO_SRPC = 90
3248pkg syscall (darwin-386), const IPPROTO_ST = 7
3249pkg syscall (darwin-386), const IPPROTO_SVMTP = 82
3250pkg syscall (darwin-386), const IPPROTO_SWIPE = 53
3251pkg syscall (darwin-386), const IPPROTO_TCF = 87
3252pkg syscall (darwin-386), const IPPROTO_TP = 29
3253pkg syscall (darwin-386), const IPPROTO_TPXX = 39
3254pkg syscall (darwin-386), const IPPROTO_TRUNK1 = 23
3255pkg syscall (darwin-386), const IPPROTO_TRUNK2 = 24
3256pkg syscall (darwin-386), const IPPROTO_TTP = 84
3257pkg syscall (darwin-386), const IPPROTO_VINES = 83
3258pkg syscall (darwin-386), const IPPROTO_VISA = 70
3259pkg syscall (darwin-386), const IPPROTO_VMTP = 81
3260pkg syscall (darwin-386), const IPPROTO_WBEXPAK = 79
3261pkg syscall (darwin-386), const IPPROTO_WBMON = 78
3262pkg syscall (darwin-386), const IPPROTO_WSN = 74
3263pkg syscall (darwin-386), const IPPROTO_XNET = 15
3264pkg syscall (darwin-386), const IPPROTO_XTP = 36
3265pkg syscall (darwin-386), const IPV6_2292DSTOPTS = 23
3266pkg syscall (darwin-386), const IPV6_2292HOPLIMIT = 20
3267pkg syscall (darwin-386), const IPV6_2292HOPOPTS = 22
3268pkg syscall (darwin-386), const IPV6_2292NEXTHOP = 21
3269pkg syscall (darwin-386), const IPV6_2292PKTINFO = 19
3270pkg syscall (darwin-386), const IPV6_2292PKTOPTIONS = 25
3271pkg syscall (darwin-386), const IPV6_2292RTHDR = 24
3272pkg syscall (darwin-386), const IPV6_BINDV6ONLY = 27
3273pkg syscall (darwin-386), const IPV6_BOUND_IF = 125
3274pkg syscall (darwin-386), const IPV6_CHECKSUM = 26
3275pkg syscall (darwin-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1
3276pkg syscall (darwin-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1
3277pkg syscall (darwin-386), const IPV6_DEFHLIM = 64
3278pkg syscall (darwin-386), const IPV6_FAITH = 29
3279pkg syscall (darwin-386), const IPV6_FLOWINFO_MASK = 4294967055
3280pkg syscall (darwin-386), const IPV6_FLOWLABEL_MASK = 4294905600
3281pkg syscall (darwin-386), const IPV6_FRAGTTL = 120
3282pkg syscall (darwin-386), const IPV6_FW_ADD = 30
3283pkg syscall (darwin-386), const IPV6_FW_DEL = 31
3284pkg syscall (darwin-386), const IPV6_FW_FLUSH = 32
3285pkg syscall (darwin-386), const IPV6_FW_GET = 34
3286pkg syscall (darwin-386), const IPV6_FW_ZERO = 33
3287pkg syscall (darwin-386), const IPV6_HLIMDEC = 1
3288pkg syscall (darwin-386), const IPV6_IPSEC_POLICY = 28
3289pkg syscall (darwin-386), const IPV6_JOIN_GROUP = 12
3290pkg syscall (darwin-386), const IPV6_LEAVE_GROUP = 13
3291pkg syscall (darwin-386), const IPV6_MAXHLIM = 255
3292pkg syscall (darwin-386), const IPV6_MAXOPTHDR = 2048
3293pkg syscall (darwin-386), const IPV6_MAXPACKET = 65535
3294pkg syscall (darwin-386), const IPV6_MAX_GROUP_SRC_FILTER = 512
3295pkg syscall (darwin-386), const IPV6_MAX_MEMBERSHIPS = 4095
3296pkg syscall (darwin-386), const IPV6_MAX_SOCK_SRC_FILTER = 128
3297pkg syscall (darwin-386), const IPV6_MIN_MEMBERSHIPS = 31
3298pkg syscall (darwin-386), const IPV6_MMTU = 1280
3299pkg syscall (darwin-386), const IPV6_MULTICAST_HOPS = 10
3300pkg syscall (darwin-386), const IPV6_MULTICAST_IF = 9
3301pkg syscall (darwin-386), const IPV6_MULTICAST_LOOP = 11
3302pkg syscall (darwin-386), const IPV6_PORTRANGE = 14
3303pkg syscall (darwin-386), const IPV6_PORTRANGE_DEFAULT = 0
3304pkg syscall (darwin-386), const IPV6_PORTRANGE_HIGH = 1
3305pkg syscall (darwin-386), const IPV6_PORTRANGE_LOW = 2
3306pkg syscall (darwin-386), const IPV6_RECVTCLASS = 35
3307pkg syscall (darwin-386), const IPV6_RTHDR_LOOSE = 0
3308pkg syscall (darwin-386), const IPV6_RTHDR_STRICT = 1
3309pkg syscall (darwin-386), const IPV6_RTHDR_TYPE_0 = 0
3310pkg syscall (darwin-386), const IPV6_SOCKOPT_RESERVED1 = 3
3311pkg syscall (darwin-386), const IPV6_TCLASS = 36
3312pkg syscall (darwin-386), const IPV6_UNICAST_HOPS = 4
3313pkg syscall (darwin-386), const IPV6_V6ONLY = 27
3314pkg syscall (darwin-386), const IPV6_VERSION = 96
3315pkg syscall (darwin-386), const IPV6_VERSION_MASK = 240
3316pkg syscall (darwin-386), const IP_ADD_MEMBERSHIP = 12
3317pkg syscall (darwin-386), const IP_ADD_SOURCE_MEMBERSHIP = 70
3318pkg syscall (darwin-386), const IP_BLOCK_SOURCE = 72
3319pkg syscall (darwin-386), const IP_BOUND_IF = 25
3320pkg syscall (darwin-386), const IP_DEFAULT_MULTICAST_LOOP = 1
3321pkg syscall (darwin-386), const IP_DEFAULT_MULTICAST_TTL = 1
3322pkg syscall (darwin-386), const IP_DF = 16384
3323pkg syscall (darwin-386), const IP_DROP_MEMBERSHIP = 13
3324pkg syscall (darwin-386), const IP_DROP_SOURCE_MEMBERSHIP = 71
3325pkg syscall (darwin-386), const IP_DUMMYNET_CONFIGURE = 60
3326pkg syscall (darwin-386), const IP_DUMMYNET_DEL = 61
3327pkg syscall (darwin-386), const IP_DUMMYNET_FLUSH = 62
3328pkg syscall (darwin-386), const IP_DUMMYNET_GET = 64
3329pkg syscall (darwin-386), const IP_FAITH = 22
3330pkg syscall (darwin-386), const IP_FW_ADD = 40
3331pkg syscall (darwin-386), const IP_FW_DEL = 41
3332pkg syscall (darwin-386), const IP_FW_FLUSH = 42
3333pkg syscall (darwin-386), const IP_FW_GET = 44
3334pkg syscall (darwin-386), const IP_FW_RESETLOG = 45
3335pkg syscall (darwin-386), const IP_FW_ZERO = 43
3336pkg syscall (darwin-386), const IP_HDRINCL = 2
3337pkg syscall (darwin-386), const IP_IPSEC_POLICY = 21
3338pkg syscall (darwin-386), const IP_MAXPACKET = 65535
3339pkg syscall (darwin-386), const IP_MAX_GROUP_SRC_FILTER = 512
3340pkg syscall (darwin-386), const IP_MAX_MEMBERSHIPS = 4095
3341pkg syscall (darwin-386), const IP_MAX_SOCK_MUTE_FILTER = 128
3342pkg syscall (darwin-386), const IP_MAX_SOCK_SRC_FILTER = 128
3343pkg syscall (darwin-386), const IP_MF = 8192
3344pkg syscall (darwin-386), const IP_MIN_MEMBERSHIPS = 31
3345pkg syscall (darwin-386), const IP_MSFILTER = 74
3346pkg syscall (darwin-386), const IP_MSS = 576
3347pkg syscall (darwin-386), const IP_MULTICAST_IF = 9
3348pkg syscall (darwin-386), const IP_MULTICAST_IFINDEX = 66
3349pkg syscall (darwin-386), const IP_MULTICAST_LOOP = 11
3350pkg syscall (darwin-386), const IP_MULTICAST_TTL = 10
3351pkg syscall (darwin-386), const IP_MULTICAST_VIF = 14
3352pkg syscall (darwin-386), const IP_NAT__XXX = 55
3353pkg syscall (darwin-386), const IP_OFFMASK = 8191
3354pkg syscall (darwin-386), const IP_OLD_FW_ADD = 50
3355pkg syscall (darwin-386), const IP_OLD_FW_DEL = 51
3356pkg syscall (darwin-386), const IP_OLD_FW_FLUSH = 52
3357pkg syscall (darwin-386), const IP_OLD_FW_GET = 54
3358pkg syscall (darwin-386), const IP_OLD_FW_RESETLOG = 56
3359pkg syscall (darwin-386), const IP_OLD_FW_ZERO = 53
3360pkg syscall (darwin-386), const IP_OPTIONS = 1
3361pkg syscall (darwin-386), const IP_PKTINFO = 26
3362pkg syscall (darwin-386), const IP_PORTRANGE = 19
3363pkg syscall (darwin-386), const IP_PORTRANGE_DEFAULT = 0
3364pkg syscall (darwin-386), const IP_PORTRANGE_HIGH = 1
3365pkg syscall (darwin-386), const IP_PORTRANGE_LOW = 2
3366pkg syscall (darwin-386), const IP_RECVDSTADDR = 7
3367pkg syscall (darwin-386), const IP_RECVIF = 20
3368pkg syscall (darwin-386), const IP_RECVOPTS = 5
3369pkg syscall (darwin-386), const IP_RECVPKTINFO = 26
3370pkg syscall (darwin-386), const IP_RECVRETOPTS = 6
3371pkg syscall (darwin-386), const IP_RECVTTL = 24
3372pkg syscall (darwin-386), const IP_RETOPTS = 8
3373pkg syscall (darwin-386), const IP_RF = 32768
3374pkg syscall (darwin-386), const IP_RSVP_OFF = 16
3375pkg syscall (darwin-386), const IP_RSVP_ON = 15
3376pkg syscall (darwin-386), const IP_RSVP_VIF_OFF = 18
3377pkg syscall (darwin-386), const IP_RSVP_VIF_ON = 17
3378pkg syscall (darwin-386), const IP_STRIPHDR = 23
3379pkg syscall (darwin-386), const IP_TOS = 3
3380pkg syscall (darwin-386), const IP_TRAFFIC_MGT_BACKGROUND = 65
3381pkg syscall (darwin-386), const IP_TTL = 4
3382pkg syscall (darwin-386), const IP_UNBLOCK_SOURCE = 73
3383pkg syscall (darwin-386), const ISIG = 128
3384pkg syscall (darwin-386), const ISIG ideal-int
3385pkg syscall (darwin-386), const ISTRIP = 32
3386pkg syscall (darwin-386), const ISTRIP ideal-int
3387pkg syscall (darwin-386), const IUTF8 = 16384
3388pkg syscall (darwin-386), const IUTF8 ideal-int
3389pkg syscall (darwin-386), const IXANY = 2048
3390pkg syscall (darwin-386), const IXANY ideal-int
3391pkg syscall (darwin-386), const IXOFF = 1024
3392pkg syscall (darwin-386), const IXOFF ideal-int
3393pkg syscall (darwin-386), const IXON = 512
3394pkg syscall (darwin-386), const IXON ideal-int
3395pkg syscall (darwin-386), const ImplementsGetwd = false
3396pkg syscall (darwin-386), const LOCK_EX = 2
3397pkg syscall (darwin-386), const LOCK_NB = 4
3398pkg syscall (darwin-386), const LOCK_SH = 1
3399pkg syscall (darwin-386), const LOCK_UN = 8
3400pkg syscall (darwin-386), const MADV_CAN_REUSE = 9
3401pkg syscall (darwin-386), const MADV_DONTNEED = 4
3402pkg syscall (darwin-386), const MADV_FREE = 5
3403pkg syscall (darwin-386), const MADV_FREE_REUSABLE = 7
3404pkg syscall (darwin-386), const MADV_FREE_REUSE = 8
3405pkg syscall (darwin-386), const MADV_NORMAL = 0
3406pkg syscall (darwin-386), const MADV_RANDOM = 1
3407pkg syscall (darwin-386), const MADV_SEQUENTIAL = 2
3408pkg syscall (darwin-386), const MADV_WILLNEED = 3
3409pkg syscall (darwin-386), const MADV_ZERO_WIRED_PAGES = 6
3410pkg syscall (darwin-386), const MAP_ANON = 4096
3411pkg syscall (darwin-386), const MAP_COPY = 2
3412pkg syscall (darwin-386), const MAP_FILE = 0
3413pkg syscall (darwin-386), const MAP_FIXED = 16
3414pkg syscall (darwin-386), const MAP_HASSEMAPHORE = 512
3415pkg syscall (darwin-386), const MAP_JIT = 2048
3416pkg syscall (darwin-386), const MAP_NOCACHE = 1024
3417pkg syscall (darwin-386), const MAP_NOEXTEND = 256
3418pkg syscall (darwin-386), const MAP_NORESERVE = 64
3419pkg syscall (darwin-386), const MAP_PRIVATE = 2
3420pkg syscall (darwin-386), const MAP_RENAME = 32
3421pkg syscall (darwin-386), const MAP_RESERVED0080 = 128
3422pkg syscall (darwin-386), const MAP_SHARED = 1
3423pkg syscall (darwin-386), const MCL_CURRENT = 1
3424pkg syscall (darwin-386), const MCL_FUTURE = 2
3425pkg syscall (darwin-386), const MSG_CTRUNC = 32
3426pkg syscall (darwin-386), const MSG_DONTROUTE = 4
3427pkg syscall (darwin-386), const MSG_DONTWAIT = 128
3428pkg syscall (darwin-386), const MSG_EOF = 256
3429pkg syscall (darwin-386), const MSG_EOR = 8
3430pkg syscall (darwin-386), const MSG_FLUSH = 1024
3431pkg syscall (darwin-386), const MSG_HAVEMORE = 8192
3432pkg syscall (darwin-386), const MSG_HOLD = 2048
3433pkg syscall (darwin-386), const MSG_NEEDSA = 65536
3434pkg syscall (darwin-386), const MSG_OOB = 1
3435pkg syscall (darwin-386), const MSG_PEEK = 2
3436pkg syscall (darwin-386), const MSG_RCVMORE = 16384
3437pkg syscall (darwin-386), const MSG_SEND = 4096
3438pkg syscall (darwin-386), const MSG_TRUNC = 16
3439pkg syscall (darwin-386), const MSG_WAITALL = 64
3440pkg syscall (darwin-386), const MSG_WAITSTREAM = 512
3441pkg syscall (darwin-386), const MS_ASYNC = 1
3442pkg syscall (darwin-386), const MS_DEACTIVATE = 8
3443pkg syscall (darwin-386), const MS_INVALIDATE = 2
3444pkg syscall (darwin-386), const MS_KILLPAGES = 4
3445pkg syscall (darwin-386), const MS_SYNC = 16
3446pkg syscall (darwin-386), const NAME_MAX = 255
3447pkg syscall (darwin-386), const NET_RT_DUMP = 1
3448pkg syscall (darwin-386), const NET_RT_DUMP2 = 7
3449pkg syscall (darwin-386), const NET_RT_FLAGS = 2
3450pkg syscall (darwin-386), const NET_RT_IFLIST = 3
3451pkg syscall (darwin-386), const NET_RT_IFLIST2 = 6
3452pkg syscall (darwin-386), const NET_RT_MAXID = 10
3453pkg syscall (darwin-386), const NET_RT_STAT = 4
3454pkg syscall (darwin-386), const NET_RT_TRASH = 5
3455pkg syscall (darwin-386), const NOFLSH = 2147483648
3456pkg syscall (darwin-386), const NOFLSH ideal-int
3457pkg syscall (darwin-386), const NOTE_ABSOLUTE = 8
3458pkg syscall (darwin-386), const NOTE_ATTRIB = 8
3459pkg syscall (darwin-386), const NOTE_CHILD = 4
3460pkg syscall (darwin-386), const NOTE_DELETE = 1
3461pkg syscall (darwin-386), const NOTE_EXEC = 536870912
3462pkg syscall (darwin-386), const NOTE_EXIT = 2147483648
3463pkg syscall (darwin-386), const NOTE_EXITSTATUS = 67108864
3464pkg syscall (darwin-386), const NOTE_EXTEND = 4
3465pkg syscall (darwin-386), const NOTE_FFAND = 1073741824
3466pkg syscall (darwin-386), const NOTE_FFCOPY = 3221225472
3467pkg syscall (darwin-386), const NOTE_FFCTRLMASK = 3221225472
3468pkg syscall (darwin-386), const NOTE_FFLAGSMASK = 16777215
3469pkg syscall (darwin-386), const NOTE_FFNOP = 0
3470pkg syscall (darwin-386), const NOTE_FFOR = 2147483648
3471pkg syscall (darwin-386), const NOTE_FORK = 1073741824
3472pkg syscall (darwin-386), const NOTE_LINK = 16
3473pkg syscall (darwin-386), const NOTE_LOWAT = 1
3474pkg syscall (darwin-386), const NOTE_NONE = 128
3475pkg syscall (darwin-386), const NOTE_NSECONDS = 4
3476pkg syscall (darwin-386), const NOTE_PCTRLMASK = -1048576
3477pkg syscall (darwin-386), const NOTE_PDATAMASK = 1048575
3478pkg syscall (darwin-386), const NOTE_REAP = 268435456
3479pkg syscall (darwin-386), const NOTE_RENAME = 32
3480pkg syscall (darwin-386), const NOTE_RESOURCEEND = 33554432
3481pkg syscall (darwin-386), const NOTE_REVOKE = 64
3482pkg syscall (darwin-386), const NOTE_SECONDS = 1
3483pkg syscall (darwin-386), const NOTE_SIGNAL = 134217728
3484pkg syscall (darwin-386), const NOTE_TRACK = 1
3485pkg syscall (darwin-386), const NOTE_TRACKERR = 2
3486pkg syscall (darwin-386), const NOTE_TRIGGER = 16777216
3487pkg syscall (darwin-386), const NOTE_USECONDS = 2
3488pkg syscall (darwin-386), const NOTE_VM_ERROR = 268435456
3489pkg syscall (darwin-386), const NOTE_VM_PRESSURE = 2147483648
3490pkg syscall (darwin-386), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912
3491pkg syscall (darwin-386), const NOTE_VM_PRESSURE_TERMINATE = 1073741824
3492pkg syscall (darwin-386), const NOTE_WRITE = 2
3493pkg syscall (darwin-386), const OCRNL = 16
3494pkg syscall (darwin-386), const OCRNL ideal-int
3495pkg syscall (darwin-386), const OFDEL = 131072
3496pkg syscall (darwin-386), const OFDEL ideal-int
3497pkg syscall (darwin-386), const OFILL = 128
3498pkg syscall (darwin-386), const OFILL ideal-int
3499pkg syscall (darwin-386), const ONLCR = 2
3500pkg syscall (darwin-386), const ONLCR ideal-int
3501pkg syscall (darwin-386), const ONLRET = 64
3502pkg syscall (darwin-386), const ONLRET ideal-int
3503pkg syscall (darwin-386), const ONOCR = 32
3504pkg syscall (darwin-386), const ONOCR ideal-int
3505pkg syscall (darwin-386), const ONOEOT = 8
3506pkg syscall (darwin-386), const ONOEOT ideal-int
3507pkg syscall (darwin-386), const OPOST = 1
3508pkg syscall (darwin-386), const OPOST ideal-int
3509pkg syscall (darwin-386), const O_ACCMODE = 3
3510pkg syscall (darwin-386), const O_ALERT = 536870912
3511pkg syscall (darwin-386), const O_APPEND = 8
3512pkg syscall (darwin-386), const O_ASYNC = 64
3513pkg syscall (darwin-386), const O_CLOEXEC = 16777216
3514pkg syscall (darwin-386), const O_CREAT = 512
3515pkg syscall (darwin-386), const O_DIRECTORY = 1048576
3516pkg syscall (darwin-386), const O_DSYNC = 4194304
3517pkg syscall (darwin-386), const O_EVTONLY = 32768
3518pkg syscall (darwin-386), const O_EXCL = 2048
3519pkg syscall (darwin-386), const O_EXLOCK = 32
3520pkg syscall (darwin-386), const O_FSYNC = 128
3521pkg syscall (darwin-386), const O_NDELAY = 4
3522pkg syscall (darwin-386), const O_NOCTTY = 131072
3523pkg syscall (darwin-386), const O_NOFOLLOW = 256
3524pkg syscall (darwin-386), const O_NONBLOCK = 4
3525pkg syscall (darwin-386), const O_POPUP = 2147483648
3526pkg syscall (darwin-386), const O_SHLOCK = 16
3527pkg syscall (darwin-386), const O_SYMLINK = 2097152
3528pkg syscall (darwin-386), const O_SYNC = 128
3529pkg syscall (darwin-386), const O_TRUNC = 1024
3530pkg syscall (darwin-386), const PARENB = 4096
3531pkg syscall (darwin-386), const PARENB ideal-int
3532pkg syscall (darwin-386), const PARMRK = 8
3533pkg syscall (darwin-386), const PARMRK ideal-int
3534pkg syscall (darwin-386), const PARODD = 8192
3535pkg syscall (darwin-386), const PARODD ideal-int
3536pkg syscall (darwin-386), const PENDIN = 536870912
3537pkg syscall (darwin-386), const PENDIN ideal-int
3538pkg syscall (darwin-386), const PROT_EXEC = 4
3539pkg syscall (darwin-386), const PROT_NONE = 0
3540pkg syscall (darwin-386), const PROT_READ = 1
3541pkg syscall (darwin-386), const PROT_WRITE = 2
3542pkg syscall (darwin-386), const PTRACE_CONT = 7
3543pkg syscall (darwin-386), const PTRACE_KILL = 8
3544pkg syscall (darwin-386), const PTRACE_TRACEME = 0
3545pkg syscall (darwin-386), const PT_ATTACH = 10
3546pkg syscall (darwin-386), const PT_ATTACHEXC = 14
3547pkg syscall (darwin-386), const PT_CONTINUE = 7
3548pkg syscall (darwin-386), const PT_DENY_ATTACH = 31
3549pkg syscall (darwin-386), const PT_DETACH = 11
3550pkg syscall (darwin-386), const PT_FIRSTMACH = 32
3551pkg syscall (darwin-386), const PT_FORCEQUOTA = 30
3552pkg syscall (darwin-386), const PT_KILL = 8
3553pkg syscall (darwin-386), const PT_READ_D = 2
3554pkg syscall (darwin-386), const PT_READ_I = 1
3555pkg syscall (darwin-386), const PT_READ_U = 3
3556pkg syscall (darwin-386), const PT_SIGEXC = 12
3557pkg syscall (darwin-386), const PT_STEP = 9
3558pkg syscall (darwin-386), const PT_THUPDATE = 13
3559pkg syscall (darwin-386), const PT_TRACE_ME = 0
3560pkg syscall (darwin-386), const PT_WRITE_D = 5
3561pkg syscall (darwin-386), const PT_WRITE_I = 4
3562pkg syscall (darwin-386), const PT_WRITE_U = 6
3563pkg syscall (darwin-386), const RLIMIT_AS = 5
3564pkg syscall (darwin-386), const RLIMIT_CORE = 4
3565pkg syscall (darwin-386), const RLIMIT_CPU = 0
3566pkg syscall (darwin-386), const RLIMIT_DATA = 2
3567pkg syscall (darwin-386), const RLIMIT_FSIZE = 1
3568pkg syscall (darwin-386), const RLIMIT_NOFILE = 8
3569pkg syscall (darwin-386), const RLIMIT_STACK = 3
3570pkg syscall (darwin-386), const RLIM_INFINITY = 9223372036854775807
3571pkg syscall (darwin-386), const RTAX_AUTHOR = 6
3572pkg syscall (darwin-386), const RTAX_BRD = 7
3573pkg syscall (darwin-386), const RTAX_DST = 0
3574pkg syscall (darwin-386), const RTAX_GATEWAY = 1
3575pkg syscall (darwin-386), const RTAX_GENMASK = 3
3576pkg syscall (darwin-386), const RTAX_IFA = 5
3577pkg syscall (darwin-386), const RTAX_IFP = 4
3578pkg syscall (darwin-386), const RTAX_MAX = 8
3579pkg syscall (darwin-386), const RTAX_NETMASK = 2
3580pkg syscall (darwin-386), const RTA_AUTHOR = 64
3581pkg syscall (darwin-386), const RTA_BRD = 128
3582pkg syscall (darwin-386), const RTA_DST = 1
3583pkg syscall (darwin-386), const RTA_GATEWAY = 2
3584pkg syscall (darwin-386), const RTA_GENMASK = 8
3585pkg syscall (darwin-386), const RTA_IFA = 32
3586pkg syscall (darwin-386), const RTA_IFP = 16
3587pkg syscall (darwin-386), const RTA_NETMASK = 4
3588pkg syscall (darwin-386), const RTF_BLACKHOLE = 4096
3589pkg syscall (darwin-386), const RTF_BROADCAST = 4194304
3590pkg syscall (darwin-386), const RTF_CLONING = 256
3591pkg syscall (darwin-386), const RTF_CONDEMNED = 33554432
3592pkg syscall (darwin-386), const RTF_DELCLONE = 128
3593pkg syscall (darwin-386), const RTF_DONE = 64
3594pkg syscall (darwin-386), const RTF_DYNAMIC = 16
3595pkg syscall (darwin-386), const RTF_GATEWAY = 2
3596pkg syscall (darwin-386), const RTF_HOST = 4
3597pkg syscall (darwin-386), const RTF_IFREF = 67108864
3598pkg syscall (darwin-386), const RTF_IFSCOPE = 16777216
3599pkg syscall (darwin-386), const RTF_LLINFO = 1024
3600pkg syscall (darwin-386), const RTF_LOCAL = 2097152
3601pkg syscall (darwin-386), const RTF_MODIFIED = 32
3602pkg syscall (darwin-386), const RTF_MULTICAST = 8388608
3603pkg syscall (darwin-386), const RTF_PINNED = 1048576
3604pkg syscall (darwin-386), const RTF_PRCLONING = 65536
3605pkg syscall (darwin-386), const RTF_PROTO1 = 32768
3606pkg syscall (darwin-386), const RTF_PROTO2 = 16384
3607pkg syscall (darwin-386), const RTF_PROTO3 = 262144
3608pkg syscall (darwin-386), const RTF_REJECT = 8
3609pkg syscall (darwin-386), const RTF_STATIC = 2048
3610pkg syscall (darwin-386), const RTF_UP = 1
3611pkg syscall (darwin-386), const RTF_WASCLONED = 131072
3612pkg syscall (darwin-386), const RTF_XRESOLVE = 512
3613pkg syscall (darwin-386), const RTM_ADD = 1
3614pkg syscall (darwin-386), const RTM_CHANGE = 3
3615pkg syscall (darwin-386), const RTM_DELADDR = 13
3616pkg syscall (darwin-386), const RTM_DELETE = 2
3617pkg syscall (darwin-386), const RTM_DELMADDR = 16
3618pkg syscall (darwin-386), const RTM_GET = 4
3619pkg syscall (darwin-386), const RTM_GET2 = 20
3620pkg syscall (darwin-386), const RTM_IFINFO = 14
3621pkg syscall (darwin-386), const RTM_IFINFO2 = 18
3622pkg syscall (darwin-386), const RTM_LOCK = 8
3623pkg syscall (darwin-386), const RTM_LOSING = 5
3624pkg syscall (darwin-386), const RTM_MISS = 7
3625pkg syscall (darwin-386), const RTM_NEWADDR = 12
3626pkg syscall (darwin-386), const RTM_NEWMADDR = 15
3627pkg syscall (darwin-386), const RTM_NEWMADDR2 = 19
3628pkg syscall (darwin-386), const RTM_OLDADD = 9
3629pkg syscall (darwin-386), const RTM_OLDDEL = 10
3630pkg syscall (darwin-386), const RTM_REDIRECT = 6
3631pkg syscall (darwin-386), const RTM_RESOLVE = 11
3632pkg syscall (darwin-386), const RTM_RTTUNIT = 1000000
3633pkg syscall (darwin-386), const RTM_VERSION = 5
3634pkg syscall (darwin-386), const RTV_EXPIRE = 4
3635pkg syscall (darwin-386), const RTV_HOPCOUNT = 2
3636pkg syscall (darwin-386), const RTV_MTU = 1
3637pkg syscall (darwin-386), const RTV_RPIPE = 8
3638pkg syscall (darwin-386), const RTV_RTT = 64
3639pkg syscall (darwin-386), const RTV_RTTVAR = 128
3640pkg syscall (darwin-386), const RTV_SPIPE = 16
3641pkg syscall (darwin-386), const RTV_SSTHRESH = 32
3642pkg syscall (darwin-386), const RUSAGE_CHILDREN = -1
3643pkg syscall (darwin-386), const RUSAGE_SELF = 0
3644pkg syscall (darwin-386), const SCM_CREDS = 3
3645pkg syscall (darwin-386), const SCM_RIGHTS = 1
3646pkg syscall (darwin-386), const SCM_TIMESTAMP = 2
3647pkg syscall (darwin-386), const SCM_TIMESTAMP_MONOTONIC = 4
3648pkg syscall (darwin-386), const SIGBUS = 10
3649pkg syscall (darwin-386), const SIGCHLD = 20
3650pkg syscall (darwin-386), const SIGCONT = 19
3651pkg syscall (darwin-386), const SIGEMT = 7
3652pkg syscall (darwin-386), const SIGINFO = 29
3653pkg syscall (darwin-386), const SIGIO = 23
3654pkg syscall (darwin-386), const SIGIOT = 6
3655pkg syscall (darwin-386), const SIGPROF = 27
3656pkg syscall (darwin-386), const SIGSTOP = 17
3657pkg syscall (darwin-386), const SIGSYS = 12
3658pkg syscall (darwin-386), const SIGTSTP = 18
3659pkg syscall (darwin-386), const SIGTTIN = 21
3660pkg syscall (darwin-386), const SIGTTOU = 22
3661pkg syscall (darwin-386), const SIGURG = 16
3662pkg syscall (darwin-386), const SIGUSR1 = 30
3663pkg syscall (darwin-386), const SIGUSR2 = 31
3664pkg syscall (darwin-386), const SIGVTALRM = 26
3665pkg syscall (darwin-386), const SIGWINCH = 28
3666pkg syscall (darwin-386), const SIGXCPU = 24
3667pkg syscall (darwin-386), const SIGXFSZ = 25
3668pkg syscall (darwin-386), const SIOCADDMULTI = 2149607729
3669pkg syscall (darwin-386), const SIOCAIFADDR = 2151704858
3670pkg syscall (darwin-386), const SIOCALIFADDR = 2165860637
3671pkg syscall (darwin-386), const SIOCARPIPLL = 3223349544
3672pkg syscall (darwin-386), const SIOCATMARK = 1074033415
3673pkg syscall (darwin-386), const SIOCAUTOADDR = 3223349542
3674pkg syscall (darwin-386), const SIOCAUTONETMASK = 2149607719
3675pkg syscall (darwin-386), const SIOCDELMULTI = 2149607730
3676pkg syscall (darwin-386), const SIOCDIFADDR = 2149607705
3677pkg syscall (darwin-386), const SIOCDIFPHYADDR = 2149607745
3678pkg syscall (darwin-386), const SIOCDLIFADDR = 2165860639
3679pkg syscall (darwin-386), const SIOCGDRVSPEC = 3223087483
3680pkg syscall (darwin-386), const SIOCGETSGCNT = 3222565404
3681pkg syscall (darwin-386), const SIOCGETVIFCNT = 3222565403
3682pkg syscall (darwin-386), const SIOCGETVLAN = 3223349631
3683pkg syscall (darwin-386), const SIOCGHIWAT = 1074033409
3684pkg syscall (darwin-386), const SIOCGIFADDR = 3223349537
3685pkg syscall (darwin-386), const SIOCGIFALTMTU = 3223349576
3686pkg syscall (darwin-386), const SIOCGIFASYNCMAP = 3223349628
3687pkg syscall (darwin-386), const SIOCGIFBOND = 3223349575
3688pkg syscall (darwin-386), const SIOCGIFBRDADDR = 3223349539
3689pkg syscall (darwin-386), const SIOCGIFCAP = 3223349595
3690pkg syscall (darwin-386), const SIOCGIFCONF = 3221776676
3691pkg syscall (darwin-386), const SIOCGIFDEVMTU = 3223349572
3692pkg syscall (darwin-386), const SIOCGIFDSTADDR = 3223349538
3693pkg syscall (darwin-386), const SIOCGIFFLAGS = 3223349521
3694pkg syscall (darwin-386), const SIOCGIFGENERIC = 3223349562
3695pkg syscall (darwin-386), const SIOCGIFKPI = 3223349639
3696pkg syscall (darwin-386), const SIOCGIFMAC = 3223349634
3697pkg syscall (darwin-386), const SIOCGIFMEDIA = 3223873848
3698pkg syscall (darwin-386), const SIOCGIFMETRIC = 3223349527
3699pkg syscall (darwin-386), const SIOCGIFMTU = 3223349555
3700pkg syscall (darwin-386), const SIOCGIFNETMASK = 3223349541
3701pkg syscall (darwin-386), const SIOCGIFPDSTADDR = 3223349568
3702pkg syscall (darwin-386), const SIOCGIFPHYS = 3223349557
3703pkg syscall (darwin-386), const SIOCGIFPSRCADDR = 3223349567
3704pkg syscall (darwin-386), const SIOCGIFSTATUS = 3274795325
3705pkg syscall (darwin-386), const SIOCGIFVLAN = 3223349631
3706pkg syscall (darwin-386), const SIOCGIFWAKEFLAGS = 3223349640
3707pkg syscall (darwin-386), const SIOCGLIFADDR = 3239602462
3708pkg syscall (darwin-386), const SIOCGLIFPHYADDR = 3239602499
3709pkg syscall (darwin-386), const SIOCGLOWAT = 1074033411
3710pkg syscall (darwin-386), const SIOCGPGRP = 1074033417
3711pkg syscall (darwin-386), const SIOCIFCREATE = 3223349624
3712pkg syscall (darwin-386), const SIOCIFCREATE2 = 3223349626
3713pkg syscall (darwin-386), const SIOCIFDESTROY = 2149607801
3714pkg syscall (darwin-386), const SIOCRSLVMULTI = 3221776699
3715pkg syscall (darwin-386), const SIOCSDRVSPEC = 2149345659
3716pkg syscall (darwin-386), const SIOCSETVLAN = 2149607806
3717pkg syscall (darwin-386), const SIOCSHIWAT = 2147775232
3718pkg syscall (darwin-386), const SIOCSIFADDR = 2149607692
3719pkg syscall (darwin-386), const SIOCSIFALTMTU = 2149607749
3720pkg syscall (darwin-386), const SIOCSIFASYNCMAP = 2149607805
3721pkg syscall (darwin-386), const SIOCSIFBOND = 2149607750
3722pkg syscall (darwin-386), const SIOCSIFBRDADDR = 2149607699
3723pkg syscall (darwin-386), const SIOCSIFCAP = 2149607770
3724pkg syscall (darwin-386), const SIOCSIFDSTADDR = 2149607694
3725pkg syscall (darwin-386), const SIOCSIFFLAGS = 2149607696
3726pkg syscall (darwin-386), const SIOCSIFGENERIC = 2149607737
3727pkg syscall (darwin-386), const SIOCSIFKPI = 2149607814
3728pkg syscall (darwin-386), const SIOCSIFLLADDR = 2149607740
3729pkg syscall (darwin-386), const SIOCSIFMAC = 2149607811
3730pkg syscall (darwin-386), const SIOCSIFMEDIA = 3223349559
3731pkg syscall (darwin-386), const SIOCSIFMETRIC = 2149607704
3732pkg syscall (darwin-386), const SIOCSIFMTU = 2149607732
3733pkg syscall (darwin-386), const SIOCSIFNETMASK = 2149607702
3734pkg syscall (darwin-386), const SIOCSIFPHYADDR = 2151704894
3735pkg syscall (darwin-386), const SIOCSIFPHYS = 2149607734
3736pkg syscall (darwin-386), const SIOCSIFVLAN = 2149607806
3737pkg syscall (darwin-386), const SIOCSLIFPHYADDR = 2165860674
3738pkg syscall (darwin-386), const SIOCSLOWAT = 2147775234
3739pkg syscall (darwin-386), const SIOCSPGRP = 2147775240
3740pkg syscall (darwin-386), const SOCK_MAXADDRLEN = 255
3741pkg syscall (darwin-386), const SOCK_RDM = 4
3742pkg syscall (darwin-386), const SOL_SOCKET = 65535
3743pkg syscall (darwin-386), const SOMAXCONN = 128
3744pkg syscall (darwin-386), const SO_ACCEPTCONN = 2
3745pkg syscall (darwin-386), const SO_BROADCAST = 32
3746pkg syscall (darwin-386), const SO_DEBUG = 1
3747pkg syscall (darwin-386), const SO_DONTROUTE = 16
3748pkg syscall (darwin-386), const SO_DONTTRUNC = 8192
3749pkg syscall (darwin-386), const SO_ERROR = 4103
3750pkg syscall (darwin-386), const SO_KEEPALIVE = 8
3751pkg syscall (darwin-386), const SO_LABEL = 4112
3752pkg syscall (darwin-386), const SO_LINGER = 128
3753pkg syscall (darwin-386), const SO_LINGER_SEC = 4224
3754pkg syscall (darwin-386), const SO_NKE = 4129
3755pkg syscall (darwin-386), const SO_NOADDRERR = 4131
3756pkg syscall (darwin-386), const SO_NOSIGPIPE = 4130
3757pkg syscall (darwin-386), const SO_NOTIFYCONFLICT = 4134
3758pkg syscall (darwin-386), const SO_NP_EXTENSIONS = 4227
3759pkg syscall (darwin-386), const SO_NREAD = 4128
3760pkg syscall (darwin-386), const SO_NWRITE = 4132
3761pkg syscall (darwin-386), const SO_OOBINLINE = 256
3762pkg syscall (darwin-386), const SO_PEERLABEL = 4113
3763pkg syscall (darwin-386), const SO_RANDOMPORT = 4226
3764pkg syscall (darwin-386), const SO_RCVBUF = 4098
3765pkg syscall (darwin-386), const SO_RCVLOWAT = 4100
3766pkg syscall (darwin-386), const SO_RCVTIMEO = 4102
3767pkg syscall (darwin-386), const SO_RESTRICTIONS = 4225
3768pkg syscall (darwin-386), const SO_RESTRICT_DENYIN = 1
3769pkg syscall (darwin-386), const SO_RESTRICT_DENYOUT = 2
3770pkg syscall (darwin-386), const SO_RESTRICT_DENYSET = 2147483648
3771pkg syscall (darwin-386), const SO_REUSEADDR = 4
3772pkg syscall (darwin-386), const SO_REUSEPORT = 512
3773pkg syscall (darwin-386), const SO_REUSESHAREUID = 4133
3774pkg syscall (darwin-386), const SO_SNDBUF = 4097
3775pkg syscall (darwin-386), const SO_SNDLOWAT = 4099
3776pkg syscall (darwin-386), const SO_SNDTIMEO = 4101
3777pkg syscall (darwin-386), const SO_TIMESTAMP = 1024
3778pkg syscall (darwin-386), const SO_TIMESTAMP_MONOTONIC = 2048
3779pkg syscall (darwin-386), const SO_TYPE = 4104
3780pkg syscall (darwin-386), const SO_UPCALLCLOSEWAIT = 4135
3781pkg syscall (darwin-386), const SO_USELOOPBACK = 64
3782pkg syscall (darwin-386), const SO_WANTMORE = 16384
3783pkg syscall (darwin-386), const SO_WANTOOBFLAG = 32768
3784pkg syscall (darwin-386), const SYS_ACCEPT = 30
3785pkg syscall (darwin-386), const SYS_ACCEPT_NOCANCEL = 404
3786pkg syscall (darwin-386), const SYS_ACCESS = 33
3787pkg syscall (darwin-386), const SYS_ACCESS_EXTENDED = 284
3788pkg syscall (darwin-386), const SYS_ACCT = 51
3789pkg syscall (darwin-386), const SYS_ADD_PROFIL = 176
3790pkg syscall (darwin-386), const SYS_ADJTIME = 140
3791pkg syscall (darwin-386), const SYS_AIO_CANCEL = 316
3792pkg syscall (darwin-386), const SYS_AIO_ERROR = 317
3793pkg syscall (darwin-386), const SYS_AIO_FSYNC = 313
3794pkg syscall (darwin-386), const SYS_AIO_READ = 318
3795pkg syscall (darwin-386), const SYS_AIO_RETURN = 314
3796pkg syscall (darwin-386), const SYS_AIO_SUSPEND = 315
3797pkg syscall (darwin-386), const SYS_AIO_SUSPEND_NOCANCEL = 421
3798pkg syscall (darwin-386), const SYS_AIO_WRITE = 319
3799pkg syscall (darwin-386), const SYS_ATGETMSG = 207
3800pkg syscall (darwin-386), const SYS_ATPGETREQ = 211
3801pkg syscall (darwin-386), const SYS_ATPGETRSP = 212
3802pkg syscall (darwin-386), const SYS_ATPSNDREQ = 209
3803pkg syscall (darwin-386), const SYS_ATPSNDRSP = 210
3804pkg syscall (darwin-386), const SYS_ATPUTMSG = 208
3805pkg syscall (darwin-386), const SYS_ATSOCKET = 206
3806pkg syscall (darwin-386), const SYS_AUDIT = 350
3807pkg syscall (darwin-386), const SYS_AUDITCTL = 359
3808pkg syscall (darwin-386), const SYS_AUDITON = 351
3809pkg syscall (darwin-386), const SYS_AUDIT_SESSION_JOIN = 429
3810pkg syscall (darwin-386), const SYS_AUDIT_SESSION_PORT = 432
3811pkg syscall (darwin-386), const SYS_AUDIT_SESSION_SELF = 428
3812pkg syscall (darwin-386), const SYS_BIND = 104
3813pkg syscall (darwin-386), const SYS_BSDTHREAD_CREATE = 360
3814pkg syscall (darwin-386), const SYS_BSDTHREAD_REGISTER = 366
3815pkg syscall (darwin-386), const SYS_BSDTHREAD_TERMINATE = 361
3816pkg syscall (darwin-386), const SYS_CHDIR = 12
3817pkg syscall (darwin-386), const SYS_CHFLAGS = 34
3818pkg syscall (darwin-386), const SYS_CHMOD = 15
3819pkg syscall (darwin-386), const SYS_CHMOD_EXTENDED = 282
3820pkg syscall (darwin-386), const SYS_CHOWN = 16
3821pkg syscall (darwin-386), const SYS_CHROOT = 61
3822pkg syscall (darwin-386), const SYS_CHUD = 185
3823pkg syscall (darwin-386), const SYS_CLOSE = 6
3824pkg syscall (darwin-386), const SYS_CLOSE_NOCANCEL = 399
3825pkg syscall (darwin-386), const SYS_CONNECT = 98
3826pkg syscall (darwin-386), const SYS_CONNECT_NOCANCEL = 409
3827pkg syscall (darwin-386), const SYS_COPYFILE = 227
3828pkg syscall (darwin-386), const SYS_CSOPS = 169
3829pkg syscall (darwin-386), const SYS_DELETE = 226
3830pkg syscall (darwin-386), const SYS_DUP = 41
3831pkg syscall (darwin-386), const SYS_DUP2 = 90
3832pkg syscall (darwin-386), const SYS_EXCHANGEDATA = 223
3833pkg syscall (darwin-386), const SYS_EXECVE = 59
3834pkg syscall (darwin-386), const SYS_EXIT = 1
3835pkg syscall (darwin-386), const SYS_FCHDIR = 13
3836pkg syscall (darwin-386), const SYS_FCHFLAGS = 35
3837pkg syscall (darwin-386), const SYS_FCHMOD = 124
3838pkg syscall (darwin-386), const SYS_FCHMOD_EXTENDED = 283
3839pkg syscall (darwin-386), const SYS_FCHOWN = 123
3840pkg syscall (darwin-386), const SYS_FCNTL = 92
3841pkg syscall (darwin-386), const SYS_FCNTL_NOCANCEL = 406
3842pkg syscall (darwin-386), const SYS_FDATASYNC = 187
3843pkg syscall (darwin-386), const SYS_FFSCTL = 245
3844pkg syscall (darwin-386), const SYS_FGETATTRLIST = 228
3845pkg syscall (darwin-386), const SYS_FGETXATTR = 235
3846pkg syscall (darwin-386), const SYS_FHOPEN = 248
3847pkg syscall (darwin-386), const SYS_FILEPORT_MAKEFD = 431
3848pkg syscall (darwin-386), const SYS_FILEPORT_MAKEPORT = 430
3849pkg syscall (darwin-386), const SYS_FLISTXATTR = 241
3850pkg syscall (darwin-386), const SYS_FLOCK = 131
3851pkg syscall (darwin-386), const SYS_FORK = 2
3852pkg syscall (darwin-386), const SYS_FPATHCONF = 192
3853pkg syscall (darwin-386), const SYS_FREMOVEXATTR = 239
3854pkg syscall (darwin-386), const SYS_FSCTL = 242
3855pkg syscall (darwin-386), const SYS_FSETATTRLIST = 229
3856pkg syscall (darwin-386), const SYS_FSETXATTR = 237
3857pkg syscall (darwin-386), const SYS_FSGETPATH = 427
3858pkg syscall (darwin-386), const SYS_FSTAT = 189
3859pkg syscall (darwin-386), const SYS_FSTAT64 = 339
3860pkg syscall (darwin-386), const SYS_FSTAT64_EXTENDED = 343
3861pkg syscall (darwin-386), const SYS_FSTATFS = 158
3862pkg syscall (darwin-386), const SYS_FSTATFS64 = 346
3863pkg syscall (darwin-386), const SYS_FSTATV = 219
3864pkg syscall (darwin-386), const SYS_FSTAT_EXTENDED = 281
3865pkg syscall (darwin-386), const SYS_FSYNC = 95
3866pkg syscall (darwin-386), const SYS_FSYNC_NOCANCEL = 408
3867pkg syscall (darwin-386), const SYS_FTRUNCATE = 201
3868pkg syscall (darwin-386), const SYS_FUTIMES = 139
3869pkg syscall (darwin-386), const SYS_GETATTRLIST = 220
3870pkg syscall (darwin-386), const SYS_GETAUDIT = 355
3871pkg syscall (darwin-386), const SYS_GETAUDIT_ADDR = 357
3872pkg syscall (darwin-386), const SYS_GETAUID = 353
3873pkg syscall (darwin-386), const SYS_GETDIRENTRIES = 196
3874pkg syscall (darwin-386), const SYS_GETDIRENTRIES64 = 344
3875pkg syscall (darwin-386), const SYS_GETDIRENTRIESATTR = 222
3876pkg syscall (darwin-386), const SYS_GETDTABLESIZE = 89
3877pkg syscall (darwin-386), const SYS_GETEGID = 43
3878pkg syscall (darwin-386), const SYS_GETEUID = 25
3879pkg syscall (darwin-386), const SYS_GETFH = 161
3880pkg syscall (darwin-386), const SYS_GETFSSTAT = 18
3881pkg syscall (darwin-386), const SYS_GETFSSTAT64 = 347
3882pkg syscall (darwin-386), const SYS_GETGID = 47
3883pkg syscall (darwin-386), const SYS_GETGROUPS = 79
3884pkg syscall (darwin-386), const SYS_GETHOSTUUID = 142
3885pkg syscall (darwin-386), const SYS_GETITIMER = 86
3886pkg syscall (darwin-386), const SYS_GETLCID = 395
3887pkg syscall (darwin-386), const SYS_GETLOGIN = 49
3888pkg syscall (darwin-386), const SYS_GETPEERNAME = 31
3889pkg syscall (darwin-386), const SYS_GETPGID = 151
3890pkg syscall (darwin-386), const SYS_GETPGRP = 81
3891pkg syscall (darwin-386), const SYS_GETPID = 20
3892pkg syscall (darwin-386), const SYS_GETPPID = 39
3893pkg syscall (darwin-386), const SYS_GETPRIORITY = 100
3894pkg syscall (darwin-386), const SYS_GETRLIMIT = 194
3895pkg syscall (darwin-386), const SYS_GETRUSAGE = 117
3896pkg syscall (darwin-386), const SYS_GETSGROUPS = 288
3897pkg syscall (darwin-386), const SYS_GETSID = 310
3898pkg syscall (darwin-386), const SYS_GETSOCKNAME = 32
3899pkg syscall (darwin-386), const SYS_GETSOCKOPT = 118
3900pkg syscall (darwin-386), const SYS_GETTID = 286
3901pkg syscall (darwin-386), const SYS_GETTIMEOFDAY = 116
3902pkg syscall (darwin-386), const SYS_GETUID = 24
3903pkg syscall (darwin-386), const SYS_GETWGROUPS = 290
3904pkg syscall (darwin-386), const SYS_GETXATTR = 234
3905pkg syscall (darwin-386), const SYS_IDENTITYSVC = 293
3906pkg syscall (darwin-386), const SYS_INITGROUPS = 243
3907pkg syscall (darwin-386), const SYS_IOCTL = 54
3908pkg syscall (darwin-386), const SYS_IOPOLICYSYS = 322
3909pkg syscall (darwin-386), const SYS_ISSETUGID = 327
3910pkg syscall (darwin-386), const SYS_KDEBUG_TRACE = 180
3911pkg syscall (darwin-386), const SYS_KEVENT = 363
3912pkg syscall (darwin-386), const SYS_KEVENT64 = 369
3913pkg syscall (darwin-386), const SYS_KILL = 37
3914pkg syscall (darwin-386), const SYS_KQUEUE = 362
3915pkg syscall (darwin-386), const SYS_LCHOWN = 364
3916pkg syscall (darwin-386), const SYS_LINK = 9
3917pkg syscall (darwin-386), const SYS_LIO_LISTIO = 320
3918pkg syscall (darwin-386), const SYS_LISTEN = 106
3919pkg syscall (darwin-386), const SYS_LISTXATTR = 240
3920pkg syscall (darwin-386), const SYS_LSEEK = 199
3921pkg syscall (darwin-386), const SYS_LSTAT = 190
3922pkg syscall (darwin-386), const SYS_LSTAT64 = 340
3923pkg syscall (darwin-386), const SYS_LSTAT64_EXTENDED = 342
3924pkg syscall (darwin-386), const SYS_LSTATV = 218
3925pkg syscall (darwin-386), const SYS_LSTAT_EXTENDED = 280
3926pkg syscall (darwin-386), const SYS_MADVISE = 75
3927pkg syscall (darwin-386), const SYS_MAXSYSCALL = 439
3928pkg syscall (darwin-386), const SYS_MINCORE = 78
3929pkg syscall (darwin-386), const SYS_MINHERIT = 250
3930pkg syscall (darwin-386), const SYS_MKCOMPLEX = 216
3931pkg syscall (darwin-386), const SYS_MKDIR = 136
3932pkg syscall (darwin-386), const SYS_MKDIR_EXTENDED = 292
3933pkg syscall (darwin-386), const SYS_MKFIFO = 132
3934pkg syscall (darwin-386), const SYS_MKFIFO_EXTENDED = 291
3935pkg syscall (darwin-386), const SYS_MKNOD = 14
3936pkg syscall (darwin-386), const SYS_MLOCK = 203
3937pkg syscall (darwin-386), const SYS_MLOCKALL = 324
3938pkg syscall (darwin-386), const SYS_MMAP = 197
3939pkg syscall (darwin-386), const SYS_MODWATCH = 233
3940pkg syscall (darwin-386), const SYS_MOUNT = 167
3941pkg syscall (darwin-386), const SYS_MPROTECT = 74
3942pkg syscall (darwin-386), const SYS_MSGCTL = 258
3943pkg syscall (darwin-386), const SYS_MSGGET = 259
3944pkg syscall (darwin-386), const SYS_MSGRCV = 261
3945pkg syscall (darwin-386), const SYS_MSGRCV_NOCANCEL = 419
3946pkg syscall (darwin-386), const SYS_MSGSND = 260
3947pkg syscall (darwin-386), const SYS_MSGSND_NOCANCEL = 418
3948pkg syscall (darwin-386), const SYS_MSGSYS = 252
3949pkg syscall (darwin-386), const SYS_MSYNC = 65
3950pkg syscall (darwin-386), const SYS_MSYNC_NOCANCEL = 405
3951pkg syscall (darwin-386), const SYS_MUNLOCK = 204
3952pkg syscall (darwin-386), const SYS_MUNLOCKALL = 325
3953pkg syscall (darwin-386), const SYS_MUNMAP = 73
3954pkg syscall (darwin-386), const SYS_NFSCLNT = 247
3955pkg syscall (darwin-386), const SYS_NFSSVC = 155
3956pkg syscall (darwin-386), const SYS_OPEN = 5
3957pkg syscall (darwin-386), const SYS_OPEN_EXTENDED = 277
3958pkg syscall (darwin-386), const SYS_OPEN_NOCANCEL = 398
3959pkg syscall (darwin-386), const SYS_PATHCONF = 191
3960pkg syscall (darwin-386), const SYS_PID_HIBERNATE = 435
3961pkg syscall (darwin-386), const SYS_PID_RESUME = 434
3962pkg syscall (darwin-386), const SYS_PID_SHUTDOWN_SOCKETS = 436
3963pkg syscall (darwin-386), const SYS_PID_SUSPEND = 433
3964pkg syscall (darwin-386), const SYS_PIPE = 42
3965pkg syscall (darwin-386), const SYS_POLL = 230
3966pkg syscall (darwin-386), const SYS_POLL_NOCANCEL = 417
3967pkg syscall (darwin-386), const SYS_POSIX_SPAWN = 244
3968pkg syscall (darwin-386), const SYS_PREAD = 153
3969pkg syscall (darwin-386), const SYS_PREAD_NOCANCEL = 414
3970pkg syscall (darwin-386), const SYS_PROCESS_POLICY = 323
3971pkg syscall (darwin-386), const SYS_PROC_INFO = 336
3972pkg syscall (darwin-386), const SYS_PROFIL = 44
3973pkg syscall (darwin-386), const SYS_PSYNCH_CVBROAD = 303
3974pkg syscall (darwin-386), const SYS_PSYNCH_CVCLRPREPOST = 312
3975pkg syscall (darwin-386), const SYS_PSYNCH_CVSIGNAL = 304
3976pkg syscall (darwin-386), const SYS_PSYNCH_CVWAIT = 305
3977pkg syscall (darwin-386), const SYS_PSYNCH_MUTEXDROP = 302
3978pkg syscall (darwin-386), const SYS_PSYNCH_MUTEXWAIT = 301
3979pkg syscall (darwin-386), const SYS_PSYNCH_RW_DOWNGRADE = 299
3980pkg syscall (darwin-386), const SYS_PSYNCH_RW_LONGRDLOCK = 297
3981pkg syscall (darwin-386), const SYS_PSYNCH_RW_RDLOCK = 306
3982pkg syscall (darwin-386), const SYS_PSYNCH_RW_UNLOCK = 308
3983pkg syscall (darwin-386), const SYS_PSYNCH_RW_UNLOCK2 = 309
3984pkg syscall (darwin-386), const SYS_PSYNCH_RW_UPGRADE = 300
3985pkg syscall (darwin-386), const SYS_PSYNCH_RW_WRLOCK = 307
3986pkg syscall (darwin-386), const SYS_PSYNCH_RW_YIELDWRLOCK = 298
3987pkg syscall (darwin-386), const SYS_PTRACE = 26
3988pkg syscall (darwin-386), const SYS_PWRITE = 154
3989pkg syscall (darwin-386), const SYS_PWRITE_NOCANCEL = 415
3990pkg syscall (darwin-386), const SYS_QUOTACTL = 165
3991pkg syscall (darwin-386), const SYS_READ = 3
3992pkg syscall (darwin-386), const SYS_READLINK = 58
3993pkg syscall (darwin-386), const SYS_READV = 120
3994pkg syscall (darwin-386), const SYS_READV_NOCANCEL = 411
3995pkg syscall (darwin-386), const SYS_READ_NOCANCEL = 396
3996pkg syscall (darwin-386), const SYS_REBOOT = 55
3997pkg syscall (darwin-386), const SYS_RECVFROM = 29
3998pkg syscall (darwin-386), const SYS_RECVFROM_NOCANCEL = 403
3999pkg syscall (darwin-386), const SYS_RECVMSG = 27
4000pkg syscall (darwin-386), const SYS_RECVMSG_NOCANCEL = 401
4001pkg syscall (darwin-386), const SYS_REMOVEXATTR = 238
4002pkg syscall (darwin-386), const SYS_RENAME = 128
4003pkg syscall (darwin-386), const SYS_REVOKE = 56
4004pkg syscall (darwin-386), const SYS_RMDIR = 137
4005pkg syscall (darwin-386), const SYS_SEARCHFS = 225
4006pkg syscall (darwin-386), const SYS_SELECT = 93
4007pkg syscall (darwin-386), const SYS_SELECT_NOCANCEL = 407
4008pkg syscall (darwin-386), const SYS_SEMCTL = 254
4009pkg syscall (darwin-386), const SYS_SEMGET = 255
4010pkg syscall (darwin-386), const SYS_SEMOP = 256
4011pkg syscall (darwin-386), const SYS_SEMSYS = 251
4012pkg syscall (darwin-386), const SYS_SEM_CLOSE = 269
4013pkg syscall (darwin-386), const SYS_SEM_DESTROY = 276
4014pkg syscall (darwin-386), const SYS_SEM_GETVALUE = 274
4015pkg syscall (darwin-386), const SYS_SEM_INIT = 275
4016pkg syscall (darwin-386), const SYS_SEM_OPEN = 268
4017pkg syscall (darwin-386), const SYS_SEM_POST = 273
4018pkg syscall (darwin-386), const SYS_SEM_TRYWAIT = 272
4019pkg syscall (darwin-386), const SYS_SEM_UNLINK = 270
4020pkg syscall (darwin-386), const SYS_SEM_WAIT = 271
4021pkg syscall (darwin-386), const SYS_SEM_WAIT_NOCANCEL = 420
4022pkg syscall (darwin-386), const SYS_SENDFILE = 337
4023pkg syscall (darwin-386), const SYS_SENDMSG = 28
4024pkg syscall (darwin-386), const SYS_SENDMSG_NOCANCEL = 402
4025pkg syscall (darwin-386), const SYS_SENDTO = 133
4026pkg syscall (darwin-386), const SYS_SENDTO_NOCANCEL = 413
4027pkg syscall (darwin-386), const SYS_SETATTRLIST = 221
4028pkg syscall (darwin-386), const SYS_SETAUDIT = 356
4029pkg syscall (darwin-386), const SYS_SETAUDIT_ADDR = 358
4030pkg syscall (darwin-386), const SYS_SETAUID = 354
4031pkg syscall (darwin-386), const SYS_SETEGID = 182
4032pkg syscall (darwin-386), const SYS_SETEUID = 183
4033pkg syscall (darwin-386), const SYS_SETGID = 181
4034pkg syscall (darwin-386), const SYS_SETGROUPS = 80
4035pkg syscall (darwin-386), const SYS_SETITIMER = 83
4036pkg syscall (darwin-386), const SYS_SETLCID = 394
4037pkg syscall (darwin-386), const SYS_SETLOGIN = 50
4038pkg syscall (darwin-386), const SYS_SETPGID = 82
4039pkg syscall (darwin-386), const SYS_SETPRIORITY = 96
4040pkg syscall (darwin-386), const SYS_SETPRIVEXEC = 152
4041pkg syscall (darwin-386), const SYS_SETREGID = 127
4042pkg syscall (darwin-386), const SYS_SETREUID = 126
4043pkg syscall (darwin-386), const SYS_SETRLIMIT = 195
4044pkg syscall (darwin-386), const SYS_SETSGROUPS = 287
4045pkg syscall (darwin-386), const SYS_SETSID = 147
4046pkg syscall (darwin-386), const SYS_SETSOCKOPT = 105
4047pkg syscall (darwin-386), const SYS_SETTID = 285
4048pkg syscall (darwin-386), const SYS_SETTID_WITH_PID = 311
4049pkg syscall (darwin-386), const SYS_SETTIMEOFDAY = 122
4050pkg syscall (darwin-386), const SYS_SETUID = 23
4051pkg syscall (darwin-386), const SYS_SETWGROUPS = 289
4052pkg syscall (darwin-386), const SYS_SETXATTR = 236
4053pkg syscall (darwin-386), const SYS_SHARED_REGION_CHECK_NP = 294
4054pkg syscall (darwin-386), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
4055pkg syscall (darwin-386), const SYS_SHMAT = 262
4056pkg syscall (darwin-386), const SYS_SHMCTL = 263
4057pkg syscall (darwin-386), const SYS_SHMDT = 264
4058pkg syscall (darwin-386), const SYS_SHMGET = 265
4059pkg syscall (darwin-386), const SYS_SHMSYS = 253
4060pkg syscall (darwin-386), const SYS_SHM_OPEN = 266
4061pkg syscall (darwin-386), const SYS_SHM_UNLINK = 267
4062pkg syscall (darwin-386), const SYS_SHUTDOWN = 134
4063pkg syscall (darwin-386), const SYS_SIGACTION = 46
4064pkg syscall (darwin-386), const SYS_SIGALTSTACK = 53
4065pkg syscall (darwin-386), const SYS_SIGPENDING = 52
4066pkg syscall (darwin-386), const SYS_SIGPROCMASK = 48
4067pkg syscall (darwin-386), const SYS_SIGRETURN = 184
4068pkg syscall (darwin-386), const SYS_SIGSUSPEND = 111
4069pkg syscall (darwin-386), const SYS_SIGSUSPEND_NOCANCEL = 410
4070pkg syscall (darwin-386), const SYS_SOCKET = 97
4071pkg syscall (darwin-386), const SYS_SOCKETPAIR = 135
4072pkg syscall (darwin-386), const SYS_STACK_SNAPSHOT = 365
4073pkg syscall (darwin-386), const SYS_STAT = 188
4074pkg syscall (darwin-386), const SYS_STAT64 = 338
4075pkg syscall (darwin-386), const SYS_STAT64_EXTENDED = 341
4076pkg syscall (darwin-386), const SYS_STATFS = 157
4077pkg syscall (darwin-386), const SYS_STATFS64 = 345
4078pkg syscall (darwin-386), const SYS_STATV = 217
4079pkg syscall (darwin-386), const SYS_STAT_EXTENDED = 279
4080pkg syscall (darwin-386), const SYS_SWAPON = 85
4081pkg syscall (darwin-386), const SYS_SYMLINK = 57
4082pkg syscall (darwin-386), const SYS_SYNC = 36
4083pkg syscall (darwin-386), const SYS_SYSCALL = 0
4084pkg syscall (darwin-386), const SYS_THREAD_SELFID = 372
4085pkg syscall (darwin-386), const SYS_TRUNCATE = 200
4086pkg syscall (darwin-386), const SYS_UMASK = 60
4087pkg syscall (darwin-386), const SYS_UMASK_EXTENDED = 278
4088pkg syscall (darwin-386), const SYS_UNDELETE = 205
4089pkg syscall (darwin-386), const SYS_UNLINK = 10
4090pkg syscall (darwin-386), const SYS_UNMOUNT = 159
4091pkg syscall (darwin-386), const SYS_UTIMES = 138
4092pkg syscall (darwin-386), const SYS_VFORK = 66
4093pkg syscall (darwin-386), const SYS_VM_PRESSURE_MONITOR = 296
4094pkg syscall (darwin-386), const SYS_WAIT4 = 7
4095pkg syscall (darwin-386), const SYS_WAIT4_NOCANCEL = 400
4096pkg syscall (darwin-386), const SYS_WAITEVENT = 232
4097pkg syscall (darwin-386), const SYS_WAITID = 173
4098pkg syscall (darwin-386), const SYS_WAITID_NOCANCEL = 416
4099pkg syscall (darwin-386), const SYS_WATCHEVENT = 231
4100pkg syscall (darwin-386), const SYS_WORKQ_KERNRETURN = 368
4101pkg syscall (darwin-386), const SYS_WORKQ_OPEN = 367
4102pkg syscall (darwin-386), const SYS_WRITE = 4
4103pkg syscall (darwin-386), const SYS_WRITEV = 121
4104pkg syscall (darwin-386), const SYS_WRITEV_NOCANCEL = 412
4105pkg syscall (darwin-386), const SYS_WRITE_NOCANCEL = 397
4106pkg syscall (darwin-386), const SYS___DISABLE_THREADSIGNAL = 331
4107pkg syscall (darwin-386), const SYS___MAC_EXECVE = 380
4108pkg syscall (darwin-386), const SYS___MAC_GETFSSTAT = 426
4109pkg syscall (darwin-386), const SYS___MAC_GET_FD = 388
4110pkg syscall (darwin-386), const SYS___MAC_GET_FILE = 382
4111pkg syscall (darwin-386), const SYS___MAC_GET_LCID = 391
4112pkg syscall (darwin-386), const SYS___MAC_GET_LCTX = 392
4113pkg syscall (darwin-386), const SYS___MAC_GET_LINK = 384
4114pkg syscall (darwin-386), const SYS___MAC_GET_MOUNT = 425
4115pkg syscall (darwin-386), const SYS___MAC_GET_PID = 390
4116pkg syscall (darwin-386), const SYS___MAC_GET_PROC = 386
4117pkg syscall (darwin-386), const SYS___MAC_MOUNT = 424
4118pkg syscall (darwin-386), const SYS___MAC_SET_FD = 389
4119pkg syscall (darwin-386), const SYS___MAC_SET_FILE = 383
4120pkg syscall (darwin-386), const SYS___MAC_SET_LCTX = 393
4121pkg syscall (darwin-386), const SYS___MAC_SET_LINK = 385
4122pkg syscall (darwin-386), const SYS___MAC_SET_PROC = 387
4123pkg syscall (darwin-386), const SYS___MAC_SYSCALL = 381
4124pkg syscall (darwin-386), const SYS___OLD_SEMWAIT_SIGNAL = 370
4125pkg syscall (darwin-386), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371
4126pkg syscall (darwin-386), const SYS___PTHREAD_CANCELED = 333
4127pkg syscall (darwin-386), const SYS___PTHREAD_CHDIR = 348
4128pkg syscall (darwin-386), const SYS___PTHREAD_FCHDIR = 349
4129pkg syscall (darwin-386), const SYS___PTHREAD_KILL = 328
4130pkg syscall (darwin-386), const SYS___PTHREAD_MARKCANCEL = 332
4131pkg syscall (darwin-386), const SYS___PTHREAD_SIGMASK = 329
4132pkg syscall (darwin-386), const SYS___SEMWAIT_SIGNAL = 334
4133pkg syscall (darwin-386), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423
4134pkg syscall (darwin-386), const SYS___SIGWAIT = 330
4135pkg syscall (darwin-386), const SYS___SIGWAIT_NOCANCEL = 422
4136pkg syscall (darwin-386), const SYS___SYSCTL = 202
4137pkg syscall (darwin-386), const S_IEXEC = 64
4138pkg syscall (darwin-386), const S_IFMT = 61440
4139pkg syscall (darwin-386), const S_IFWHT = 57344
4140pkg syscall (darwin-386), const S_IREAD = 256
4141pkg syscall (darwin-386), const S_IRGRP = 32
4142pkg syscall (darwin-386), const S_IROTH = 4
4143pkg syscall (darwin-386), const S_IRWXG = 56
4144pkg syscall (darwin-386), const S_IRWXO = 7
4145pkg syscall (darwin-386), const S_IRWXU = 448
4146pkg syscall (darwin-386), const S_ISTXT = 512
4147pkg syscall (darwin-386), const S_IWGRP = 16
4148pkg syscall (darwin-386), const S_IWOTH = 2
4149pkg syscall (darwin-386), const S_IWRITE = 128
4150pkg syscall (darwin-386), const S_IXGRP = 8
4151pkg syscall (darwin-386), const S_IXOTH = 1
4152pkg syscall (darwin-386), const SizeofBpfHdr = 20
4153pkg syscall (darwin-386), const SizeofBpfInsn = 8
4154pkg syscall (darwin-386), const SizeofBpfProgram = 8
4155pkg syscall (darwin-386), const SizeofBpfStat = 8
4156pkg syscall (darwin-386), const SizeofBpfVersion = 4
4157pkg syscall (darwin-386), const SizeofCmsghdr = 12
4158pkg syscall (darwin-386), const SizeofIPMreq = 8
4159pkg syscall (darwin-386), const SizeofIPv6Mreq = 20
4160pkg syscall (darwin-386), const SizeofIfData = 96
4161pkg syscall (darwin-386), const SizeofIfMsghdr = 112
4162pkg syscall (darwin-386), const SizeofIfaMsghdr = 20
4163pkg syscall (darwin-386), const SizeofIfmaMsghdr = 16
4164pkg syscall (darwin-386), const SizeofIfmaMsghdr2 = 20
4165pkg syscall (darwin-386), const SizeofInet4Pktinfo = 12
4166pkg syscall (darwin-386), const SizeofInet4Pktinfo ideal-int
4167pkg syscall (darwin-386), const SizeofInet6Pktinfo = 20
4168pkg syscall (darwin-386), const SizeofLinger = 8
4169pkg syscall (darwin-386), const SizeofMsghdr = 28
4170pkg syscall (darwin-386), const SizeofRtMetrics = 56
4171pkg syscall (darwin-386), const SizeofRtMsghdr = 92
4172pkg syscall (darwin-386), const SizeofSockaddrAny = 108
4173pkg syscall (darwin-386), const SizeofSockaddrDatalink = 20
4174pkg syscall (darwin-386), const SizeofSockaddrInet4 = 16
4175pkg syscall (darwin-386), const SizeofSockaddrInet6 = 28
4176pkg syscall (darwin-386), const SizeofSockaddrUnix = 106
4177pkg syscall (darwin-386), const TCIFLUSH = 1
4178pkg syscall (darwin-386), const TCIFLUSH ideal-int
4179pkg syscall (darwin-386), const TCIOFLUSH = 3
4180pkg syscall (darwin-386), const TCIOFLUSH ideal-int
4181pkg syscall (darwin-386), const TCOFLUSH = 2
4182pkg syscall (darwin-386), const TCOFLUSH ideal-int
4183pkg syscall (darwin-386), const TCP_CONNECTIONTIMEOUT = 32
4184pkg syscall (darwin-386), const TCP_KEEPALIVE = 16
4185pkg syscall (darwin-386), const TCP_MAXHLEN = 60
4186pkg syscall (darwin-386), const TCP_MAXOLEN = 40
4187pkg syscall (darwin-386), const TCP_MAXSEG = 2
4188pkg syscall (darwin-386), const TCP_MAXWIN = 65535
4189pkg syscall (darwin-386), const TCP_MAX_SACK = 3
4190pkg syscall (darwin-386), const TCP_MAX_WINSHIFT = 14
4191pkg syscall (darwin-386), const TCP_MINMSS = 216
4192pkg syscall (darwin-386), const TCP_MINMSSOVERLOAD = 1000
4193pkg syscall (darwin-386), const TCP_MSS = 512
4194pkg syscall (darwin-386), const TCP_NOOPT = 8
4195pkg syscall (darwin-386), const TCP_NOPUSH = 4
4196pkg syscall (darwin-386), const TCP_RXT_CONNDROPTIME = 128
4197pkg syscall (darwin-386), const TCP_RXT_FINDROP = 256
4198pkg syscall (darwin-386), const TCSAFLUSH = 2
4199pkg syscall (darwin-386), const TCSAFLUSH ideal-int
4200pkg syscall (darwin-386), const TIOCCBRK = 536900730
4201pkg syscall (darwin-386), const TIOCCDTR = 536900728
4202pkg syscall (darwin-386), const TIOCCONS = 2147775586
4203pkg syscall (darwin-386), const TIOCDCDTIMESTAMP = 1074295896
4204pkg syscall (darwin-386), const TIOCDRAIN = 536900702
4205pkg syscall (darwin-386), const TIOCDSIMICROCODE = 536900693
4206pkg syscall (darwin-386), const TIOCEXCL = 536900621
4207pkg syscall (darwin-386), const TIOCEXT = 2147775584
4208pkg syscall (darwin-386), const TIOCFLUSH = 2147775504
4209pkg syscall (darwin-386), const TIOCGDRAINWAIT = 1074033750
4210pkg syscall (darwin-386), const TIOCGETA = 1076655123
4211pkg syscall (darwin-386), const TIOCGETD = 1074033690
4212pkg syscall (darwin-386), const TIOCGPGRP = 1074033783
4213pkg syscall (darwin-386), const TIOCGWINSZ = 1074295912
4214pkg syscall (darwin-386), const TIOCIXOFF = 536900736
4215pkg syscall (darwin-386), const TIOCIXON = 536900737
4216pkg syscall (darwin-386), const TIOCMBIC = 2147775595
4217pkg syscall (darwin-386), const TIOCMBIS = 2147775596
4218pkg syscall (darwin-386), const TIOCMGDTRWAIT = 1074033754
4219pkg syscall (darwin-386), const TIOCMGET = 1074033770
4220pkg syscall (darwin-386), const TIOCMODG = 1074033667
4221pkg syscall (darwin-386), const TIOCMODS = 2147775492
4222pkg syscall (darwin-386), const TIOCMSDTRWAIT = 2147775579
4223pkg syscall (darwin-386), const TIOCMSET = 2147775597
4224pkg syscall (darwin-386), const TIOCM_CAR = 64
4225pkg syscall (darwin-386), const TIOCM_CD = 64
4226pkg syscall (darwin-386), const TIOCM_CTS = 32
4227pkg syscall (darwin-386), const TIOCM_DSR = 256
4228pkg syscall (darwin-386), const TIOCM_DTR = 2
4229pkg syscall (darwin-386), const TIOCM_LE = 1
4230pkg syscall (darwin-386), const TIOCM_RI = 128
4231pkg syscall (darwin-386), const TIOCM_RNG = 128
4232pkg syscall (darwin-386), const TIOCM_RTS = 4
4233pkg syscall (darwin-386), const TIOCM_SR = 16
4234pkg syscall (darwin-386), const TIOCM_ST = 8
4235pkg syscall (darwin-386), const TIOCNOTTY = 536900721
4236pkg syscall (darwin-386), const TIOCNXCL = 536900622
4237pkg syscall (darwin-386), const TIOCOUTQ = 1074033779
4238pkg syscall (darwin-386), const TIOCPKT = 2147775600
4239pkg syscall (darwin-386), const TIOCPKT_DATA = 0
4240pkg syscall (darwin-386), const TIOCPKT_DOSTOP = 32
4241pkg syscall (darwin-386), const TIOCPKT_FLUSHREAD = 1
4242pkg syscall (darwin-386), const TIOCPKT_FLUSHWRITE = 2
4243pkg syscall (darwin-386), const TIOCPKT_IOCTL = 64
4244pkg syscall (darwin-386), const TIOCPKT_NOSTOP = 16
4245pkg syscall (darwin-386), const TIOCPKT_START = 8
4246pkg syscall (darwin-386), const TIOCPKT_STOP = 4
4247pkg syscall (darwin-386), const TIOCPTYGNAME = 1082160211
4248pkg syscall (darwin-386), const TIOCPTYGRANT = 536900692
4249pkg syscall (darwin-386), const TIOCPTYUNLK = 536900690
4250pkg syscall (darwin-386), const TIOCREMOTE = 2147775593
4251pkg syscall (darwin-386), const TIOCSBRK = 536900731
4252pkg syscall (darwin-386), const TIOCSCONS = 536900707
4253pkg syscall (darwin-386), const TIOCSCTTY = 536900705
4254pkg syscall (darwin-386), const TIOCSDRAINWAIT = 2147775575
4255pkg syscall (darwin-386), const TIOCSDTR = 536900729
4256pkg syscall (darwin-386), const TIOCSETA = 2150396948
4257pkg syscall (darwin-386), const TIOCSETAF = 2150396950
4258pkg syscall (darwin-386), const TIOCSETAW = 2150396949
4259pkg syscall (darwin-386), const TIOCSETD = 2147775515
4260pkg syscall (darwin-386), const TIOCSIG = 536900703
4261pkg syscall (darwin-386), const TIOCSPGRP = 2147775606
4262pkg syscall (darwin-386), const TIOCSTART = 536900718
4263pkg syscall (darwin-386), const TIOCSTAT = 536900709
4264pkg syscall (darwin-386), const TIOCSTI = 2147578994
4265pkg syscall (darwin-386), const TIOCSTOP = 536900719
4266pkg syscall (darwin-386), const TIOCSWINSZ = 2148037735
4267pkg syscall (darwin-386), const TIOCTIMESTAMP = 1074295897
4268pkg syscall (darwin-386), const TIOCUCNTL = 2147775590
4269pkg syscall (darwin-386), const TOSTOP = 4194304
4270pkg syscall (darwin-386), const TOSTOP ideal-int
4271pkg syscall (darwin-386), const VDISCARD = 15
4272pkg syscall (darwin-386), const VDISCARD ideal-int
4273pkg syscall (darwin-386), const VDSUSP = 11
4274pkg syscall (darwin-386), const VDSUSP ideal-int
4275pkg syscall (darwin-386), const VEOF = 0
4276pkg syscall (darwin-386), const VEOF ideal-int
4277pkg syscall (darwin-386), const VEOL = 1
4278pkg syscall (darwin-386), const VEOL ideal-int
4279pkg syscall (darwin-386), const VEOL2 = 2
4280pkg syscall (darwin-386), const VEOL2 ideal-int
4281pkg syscall (darwin-386), const VERASE = 3
4282pkg syscall (darwin-386), const VERASE ideal-int
4283pkg syscall (darwin-386), const VINTR = 8
4284pkg syscall (darwin-386), const VINTR ideal-int
4285pkg syscall (darwin-386), const VKILL = 5
4286pkg syscall (darwin-386), const VKILL ideal-int
4287pkg syscall (darwin-386), const VLNEXT = 14
4288pkg syscall (darwin-386), const VLNEXT ideal-int
4289pkg syscall (darwin-386), const VMIN = 16
4290pkg syscall (darwin-386), const VMIN ideal-int
4291pkg syscall (darwin-386), const VQUIT = 9
4292pkg syscall (darwin-386), const VQUIT ideal-int
4293pkg syscall (darwin-386), const VREPRINT = 6
4294pkg syscall (darwin-386), const VREPRINT ideal-int
4295pkg syscall (darwin-386), const VSTART = 12
4296pkg syscall (darwin-386), const VSTART ideal-int
4297pkg syscall (darwin-386), const VSTATUS = 18
4298pkg syscall (darwin-386), const VSTATUS ideal-int
4299pkg syscall (darwin-386), const VSTOP = 13
4300pkg syscall (darwin-386), const VSTOP ideal-int
4301pkg syscall (darwin-386), const VSUSP = 10
4302pkg syscall (darwin-386), const VSUSP ideal-int
4303pkg syscall (darwin-386), const VT0 = 0
4304pkg syscall (darwin-386), const VT0 ideal-int
4305pkg syscall (darwin-386), const VT1 = 65536
4306pkg syscall (darwin-386), const VT1 ideal-int
4307pkg syscall (darwin-386), const VTDLY = 65536
4308pkg syscall (darwin-386), const VTDLY ideal-int
4309pkg syscall (darwin-386), const VTIME = 17
4310pkg syscall (darwin-386), const VTIME ideal-int
4311pkg syscall (darwin-386), const VWERASE = 4
4312pkg syscall (darwin-386), const VWERASE ideal-int
4313pkg syscall (darwin-386), const WCONTINUED = 16
4314pkg syscall (darwin-386), const WCOREFLAG = 128
4315pkg syscall (darwin-386), const WEXITED = 4
4316pkg syscall (darwin-386), const WNOHANG = 1
4317pkg syscall (darwin-386), const WNOWAIT = 32
4318pkg syscall (darwin-386), const WORDSIZE = 32
4319pkg syscall (darwin-386), const WSTOPPED = 8
4320pkg syscall (darwin-386), const WUNTRACED = 2
4321pkg syscall (darwin-386), func Fchflags(int, int) error
4322pkg syscall (darwin-386), func SlicePtrFromStrings([]string) ([]*uint8, error)
4323pkg syscall (darwin-386), type Inet4Pktinfo struct
4324pkg syscall (darwin-386), type Inet4Pktinfo struct, Addr [4]uint8
4325pkg syscall (darwin-386), type Inet4Pktinfo struct, Ifindex uint32
4326pkg syscall (darwin-386), type Inet4Pktinfo struct, Spec_dst [4]uint8
4327pkg syscall (darwin-386), type Termios struct
4328pkg syscall (darwin-386), type Termios struct, Cc [20]uint8
4329pkg syscall (darwin-386), type Termios struct, Cflag uint32
4330pkg syscall (darwin-386), type Termios struct, Iflag uint32
4331pkg syscall (darwin-386), type Termios struct, Ispeed uint32
4332pkg syscall (darwin-386), type Termios struct, Lflag uint32
4333pkg syscall (darwin-386), type Termios struct, Oflag uint32
4334pkg syscall (darwin-386), type Termios struct, Ospeed uint32
4335pkg syscall (darwin-386-cgo), const AF_APPLETALK = 16
4336pkg syscall (darwin-386-cgo), const AF_CCITT = 10
4337pkg syscall (darwin-386-cgo), const AF_CHAOS = 5
4338pkg syscall (darwin-386-cgo), const AF_CNT = 21
4339pkg syscall (darwin-386-cgo), const AF_COIP = 20
4340pkg syscall (darwin-386-cgo), const AF_DATAKIT = 9
4341pkg syscall (darwin-386-cgo), const AF_DECnet = 12
4342pkg syscall (darwin-386-cgo), const AF_DLI = 13
4343pkg syscall (darwin-386-cgo), const AF_E164 = 28
4344pkg syscall (darwin-386-cgo), const AF_ECMA = 8
4345pkg syscall (darwin-386-cgo), const AF_HYLINK = 15
4346pkg syscall (darwin-386-cgo), const AF_IEEE80211 = 37
4347pkg syscall (darwin-386-cgo), const AF_IMPLINK = 3
4348pkg syscall (darwin-386-cgo), const AF_INET6 = 30
4349pkg syscall (darwin-386-cgo), const AF_IPX = 23
4350pkg syscall (darwin-386-cgo), const AF_ISDN = 28
4351pkg syscall (darwin-386-cgo), const AF_ISO = 7
4352pkg syscall (darwin-386-cgo), const AF_LAT = 14
4353pkg syscall (darwin-386-cgo), const AF_LINK = 18
4354pkg syscall (darwin-386-cgo), const AF_LOCAL = 1
4355pkg syscall (darwin-386-cgo), const AF_MAX = 38
4356pkg syscall (darwin-386-cgo), const AF_NATM = 31
4357pkg syscall (darwin-386-cgo), const AF_NDRV = 27
4358pkg syscall (darwin-386-cgo), const AF_NETBIOS = 33
4359pkg syscall (darwin-386-cgo), const AF_NS = 6
4360pkg syscall (darwin-386-cgo), const AF_OSI = 7
4361pkg syscall (darwin-386-cgo), const AF_PPP = 34
4362pkg syscall (darwin-386-cgo), const AF_PUP = 4
4363pkg syscall (darwin-386-cgo), const AF_RESERVED_36 = 36
4364pkg syscall (darwin-386-cgo), const AF_ROUTE = 17
4365pkg syscall (darwin-386-cgo), const AF_SIP = 24
4366pkg syscall (darwin-386-cgo), const AF_SNA = 11
4367pkg syscall (darwin-386-cgo), const AF_SYSTEM = 32
4368pkg syscall (darwin-386-cgo), const B0 = 0
4369pkg syscall (darwin-386-cgo), const B0 ideal-int
4370pkg syscall (darwin-386-cgo), const B110 = 110
4371pkg syscall (darwin-386-cgo), const B110 ideal-int
4372pkg syscall (darwin-386-cgo), const B115200 = 115200
4373pkg syscall (darwin-386-cgo), const B115200 ideal-int
4374pkg syscall (darwin-386-cgo), const B1200 = 1200
4375pkg syscall (darwin-386-cgo), const B1200 ideal-int
4376pkg syscall (darwin-386-cgo), const B134 = 134
4377pkg syscall (darwin-386-cgo), const B134 ideal-int
4378pkg syscall (darwin-386-cgo), const B14400 = 14400
4379pkg syscall (darwin-386-cgo), const B14400 ideal-int
4380pkg syscall (darwin-386-cgo), const B150 = 150
4381pkg syscall (darwin-386-cgo), const B150 ideal-int
4382pkg syscall (darwin-386-cgo), const B1800 = 1800
4383pkg syscall (darwin-386-cgo), const B1800 ideal-int
4384pkg syscall (darwin-386-cgo), const B19200 = 19200
4385pkg syscall (darwin-386-cgo), const B19200 ideal-int
4386pkg syscall (darwin-386-cgo), const B200 = 200
4387pkg syscall (darwin-386-cgo), const B200 ideal-int
4388pkg syscall (darwin-386-cgo), const B230400 = 230400
4389pkg syscall (darwin-386-cgo), const B230400 ideal-int
4390pkg syscall (darwin-386-cgo), const B2400 = 2400
4391pkg syscall (darwin-386-cgo), const B2400 ideal-int
4392pkg syscall (darwin-386-cgo), const B28800 = 28800
4393pkg syscall (darwin-386-cgo), const B28800 ideal-int
4394pkg syscall (darwin-386-cgo), const B300 = 300
4395pkg syscall (darwin-386-cgo), const B300 ideal-int
4396pkg syscall (darwin-386-cgo), const B38400 = 38400
4397pkg syscall (darwin-386-cgo), const B38400 ideal-int
4398pkg syscall (darwin-386-cgo), const B4800 = 4800
4399pkg syscall (darwin-386-cgo), const B4800 ideal-int
4400pkg syscall (darwin-386-cgo), const B50 = 50
4401pkg syscall (darwin-386-cgo), const B50 ideal-int
4402pkg syscall (darwin-386-cgo), const B57600 = 57600
4403pkg syscall (darwin-386-cgo), const B57600 ideal-int
4404pkg syscall (darwin-386-cgo), const B600 = 600
4405pkg syscall (darwin-386-cgo), const B600 ideal-int
4406pkg syscall (darwin-386-cgo), const B7200 = 7200
4407pkg syscall (darwin-386-cgo), const B7200 ideal-int
4408pkg syscall (darwin-386-cgo), const B75 = 75
4409pkg syscall (darwin-386-cgo), const B75 ideal-int
4410pkg syscall (darwin-386-cgo), const B76800 = 76800
4411pkg syscall (darwin-386-cgo), const B76800 ideal-int
4412pkg syscall (darwin-386-cgo), const B9600 = 9600
4413pkg syscall (darwin-386-cgo), const B9600 ideal-int
4414pkg syscall (darwin-386-cgo), const BIOCFLUSH = 536887912
4415pkg syscall (darwin-386-cgo), const BIOCGBLEN = 1074020966
4416pkg syscall (darwin-386-cgo), const BIOCGDLT = 1074020970
4417pkg syscall (darwin-386-cgo), const BIOCGDLTLIST = 3222028921
4418pkg syscall (darwin-386-cgo), const BIOCGETIF = 1075855979
4419pkg syscall (darwin-386-cgo), const BIOCGHDRCMPLT = 1074020980
4420pkg syscall (darwin-386-cgo), const BIOCGRSIG = 1074020978
4421pkg syscall (darwin-386-cgo), const BIOCGRTIMEOUT = 1074283118
4422pkg syscall (darwin-386-cgo), const BIOCGSEESENT = 1074020982
4423pkg syscall (darwin-386-cgo), const BIOCGSTATS = 1074283119
4424pkg syscall (darwin-386-cgo), const BIOCIMMEDIATE = 2147762800
4425pkg syscall (darwin-386-cgo), const BIOCPROMISC = 536887913
4426pkg syscall (darwin-386-cgo), const BIOCSBLEN = 3221504614
4427pkg syscall (darwin-386-cgo), const BIOCSDLT = 2147762808
4428pkg syscall (darwin-386-cgo), const BIOCSETF = 2148024935
4429pkg syscall (darwin-386-cgo), const BIOCSETIF = 2149597804
4430pkg syscall (darwin-386-cgo), const BIOCSHDRCMPLT = 2147762805
4431pkg syscall (darwin-386-cgo), const BIOCSRSIG = 2147762803
4432pkg syscall (darwin-386-cgo), const BIOCSRTIMEOUT = 2148024941
4433pkg syscall (darwin-386-cgo), const BIOCSSEESENT = 2147762807
4434pkg syscall (darwin-386-cgo), const BIOCVERSION = 1074020977
4435pkg syscall (darwin-386-cgo), const BPF_A = 16
4436pkg syscall (darwin-386-cgo), const BPF_ABS = 32
4437pkg syscall (darwin-386-cgo), const BPF_ADD = 0
4438pkg syscall (darwin-386-cgo), const BPF_ALIGNMENT = 4
4439pkg syscall (darwin-386-cgo), const BPF_ALU = 4
4440pkg syscall (darwin-386-cgo), const BPF_AND = 80
4441pkg syscall (darwin-386-cgo), const BPF_B = 16
4442pkg syscall (darwin-386-cgo), const BPF_DIV = 48
4443pkg syscall (darwin-386-cgo), const BPF_H = 8
4444pkg syscall (darwin-386-cgo), const BPF_IMM = 0
4445pkg syscall (darwin-386-cgo), const BPF_IND = 64
4446pkg syscall (darwin-386-cgo), const BPF_JA = 0
4447pkg syscall (darwin-386-cgo), const BPF_JEQ = 16
4448pkg syscall (darwin-386-cgo), const BPF_JGE = 48
4449pkg syscall (darwin-386-cgo), const BPF_JGT = 32
4450pkg syscall (darwin-386-cgo), const BPF_JMP = 5
4451pkg syscall (darwin-386-cgo), const BPF_JSET = 64
4452pkg syscall (darwin-386-cgo), const BPF_K = 0
4453pkg syscall (darwin-386-cgo), const BPF_LD = 0
4454pkg syscall (darwin-386-cgo), const BPF_LDX = 1
4455pkg syscall (darwin-386-cgo), const BPF_LEN = 128
4456pkg syscall (darwin-386-cgo), const BPF_LSH = 96
4457pkg syscall (darwin-386-cgo), const BPF_MAJOR_VERSION = 1
4458pkg syscall (darwin-386-cgo), const BPF_MAXBUFSIZE = 524288
4459pkg syscall (darwin-386-cgo), const BPF_MAXINSNS = 512
4460pkg syscall (darwin-386-cgo), const BPF_MEM = 96
4461pkg syscall (darwin-386-cgo), const BPF_MEMWORDS = 16
4462pkg syscall (darwin-386-cgo), const BPF_MINBUFSIZE = 32
4463pkg syscall (darwin-386-cgo), const BPF_MINOR_VERSION = 1
4464pkg syscall (darwin-386-cgo), const BPF_MISC = 7
4465pkg syscall (darwin-386-cgo), const BPF_MSH = 160
4466pkg syscall (darwin-386-cgo), const BPF_MUL = 32
4467pkg syscall (darwin-386-cgo), const BPF_NEG = 128
4468pkg syscall (darwin-386-cgo), const BPF_OR = 64
4469pkg syscall (darwin-386-cgo), const BPF_RELEASE = 199606
4470pkg syscall (darwin-386-cgo), const BPF_RET = 6
4471pkg syscall (darwin-386-cgo), const BPF_RSH = 112
4472pkg syscall (darwin-386-cgo), const BPF_ST = 2
4473pkg syscall (darwin-386-cgo), const BPF_STX = 3
4474pkg syscall (darwin-386-cgo), const BPF_SUB = 16
4475pkg syscall (darwin-386-cgo), const BPF_TAX = 0
4476pkg syscall (darwin-386-cgo), const BPF_TXA = 128
4477pkg syscall (darwin-386-cgo), const BPF_W = 0
4478pkg syscall (darwin-386-cgo), const BPF_X = 8
4479pkg syscall (darwin-386-cgo), const BRKINT = 2
4480pkg syscall (darwin-386-cgo), const BRKINT ideal-int
4481pkg syscall (darwin-386-cgo), const CFLUSH = 15
4482pkg syscall (darwin-386-cgo), const CFLUSH ideal-int
4483pkg syscall (darwin-386-cgo), const CLOCAL = 32768
4484pkg syscall (darwin-386-cgo), const CLOCAL ideal-int
4485pkg syscall (darwin-386-cgo), const CREAD = 2048
4486pkg syscall (darwin-386-cgo), const CREAD ideal-int
4487pkg syscall (darwin-386-cgo), const CS5 = 0
4488pkg syscall (darwin-386-cgo), const CS5 ideal-int
4489pkg syscall (darwin-386-cgo), const CS6 = 256
4490pkg syscall (darwin-386-cgo), const CS6 ideal-int
4491pkg syscall (darwin-386-cgo), const CS7 = 512
4492pkg syscall (darwin-386-cgo), const CS7 ideal-int
4493pkg syscall (darwin-386-cgo), const CS8 = 768
4494pkg syscall (darwin-386-cgo), const CS8 ideal-int
4495pkg syscall (darwin-386-cgo), const CSIZE = 768
4496pkg syscall (darwin-386-cgo), const CSIZE ideal-int
4497pkg syscall (darwin-386-cgo), const CSTART = 17
4498pkg syscall (darwin-386-cgo), const CSTART ideal-int
4499pkg syscall (darwin-386-cgo), const CSTATUS = 20
4500pkg syscall (darwin-386-cgo), const CSTATUS ideal-int
4501pkg syscall (darwin-386-cgo), const CSTOP = 19
4502pkg syscall (darwin-386-cgo), const CSTOP ideal-int
4503pkg syscall (darwin-386-cgo), const CSTOPB = 1024
4504pkg syscall (darwin-386-cgo), const CSTOPB ideal-int
4505pkg syscall (darwin-386-cgo), const CSUSP = 26
4506pkg syscall (darwin-386-cgo), const CSUSP ideal-int
4507pkg syscall (darwin-386-cgo), const CTL_MAXNAME = 12
4508pkg syscall (darwin-386-cgo), const CTL_NET = 4
4509pkg syscall (darwin-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
4510pkg syscall (darwin-386-cgo), const DLT_ARCNET = 7
4511pkg syscall (darwin-386-cgo), const DLT_ATM_CLIP = 19
4512pkg syscall (darwin-386-cgo), const DLT_ATM_RFC1483 = 11
4513pkg syscall (darwin-386-cgo), const DLT_AX25 = 3
4514pkg syscall (darwin-386-cgo), const DLT_CHAOS = 5
4515pkg syscall (darwin-386-cgo), const DLT_CHDLC = 104
4516pkg syscall (darwin-386-cgo), const DLT_C_HDLC = 104
4517pkg syscall (darwin-386-cgo), const DLT_EN10MB = 1
4518pkg syscall (darwin-386-cgo), const DLT_EN3MB = 2
4519pkg syscall (darwin-386-cgo), const DLT_FDDI = 10
4520pkg syscall (darwin-386-cgo), const DLT_IEEE802 = 6
4521pkg syscall (darwin-386-cgo), const DLT_IEEE802_11 = 105
4522pkg syscall (darwin-386-cgo), const DLT_IEEE802_11_RADIO = 127
4523pkg syscall (darwin-386-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
4524pkg syscall (darwin-386-cgo), const DLT_LINUX_SLL = 113
4525pkg syscall (darwin-386-cgo), const DLT_LOOP = 108
4526pkg syscall (darwin-386-cgo), const DLT_NULL = 0
4527pkg syscall (darwin-386-cgo), const DLT_PFLOG = 117
4528pkg syscall (darwin-386-cgo), const DLT_PFSYNC = 18
4529pkg syscall (darwin-386-cgo), const DLT_PPP = 9
4530pkg syscall (darwin-386-cgo), const DLT_PPP_BSDOS = 16
4531pkg syscall (darwin-386-cgo), const DLT_PPP_SERIAL = 50
4532pkg syscall (darwin-386-cgo), const DLT_PRONET = 4
4533pkg syscall (darwin-386-cgo), const DLT_RAW = 12
4534pkg syscall (darwin-386-cgo), const DLT_SLIP = 8
4535pkg syscall (darwin-386-cgo), const DLT_SLIP_BSDOS = 15
4536pkg syscall (darwin-386-cgo), const DT_BLK = 6
4537pkg syscall (darwin-386-cgo), const DT_CHR = 2
4538pkg syscall (darwin-386-cgo), const DT_DIR = 4
4539pkg syscall (darwin-386-cgo), const DT_FIFO = 1
4540pkg syscall (darwin-386-cgo), const DT_LNK = 10
4541pkg syscall (darwin-386-cgo), const DT_REG = 8
4542pkg syscall (darwin-386-cgo), const DT_SOCK = 12
4543pkg syscall (darwin-386-cgo), const DT_UNKNOWN = 0
4544pkg syscall (darwin-386-cgo), const DT_WHT = 14
4545pkg syscall (darwin-386-cgo), const E2BIG = 7
4546pkg syscall (darwin-386-cgo), const EACCES = 13
4547pkg syscall (darwin-386-cgo), const EADDRINUSE = 48
4548pkg syscall (darwin-386-cgo), const EADDRNOTAVAIL = 49
4549pkg syscall (darwin-386-cgo), const EAFNOSUPPORT = 47
4550pkg syscall (darwin-386-cgo), const EAGAIN = 35
4551pkg syscall (darwin-386-cgo), const EALREADY = 37
4552pkg syscall (darwin-386-cgo), const EAUTH = 80
4553pkg syscall (darwin-386-cgo), const EBADARCH = 86
4554pkg syscall (darwin-386-cgo), const EBADEXEC = 85
4555pkg syscall (darwin-386-cgo), const EBADF = 9
4556pkg syscall (darwin-386-cgo), const EBADMACHO = 88
4557pkg syscall (darwin-386-cgo), const EBADMSG = 94
4558pkg syscall (darwin-386-cgo), const EBADRPC = 72
4559pkg syscall (darwin-386-cgo), const EBUSY = 16
4560pkg syscall (darwin-386-cgo), const ECANCELED = 89
4561pkg syscall (darwin-386-cgo), const ECHILD = 10
4562pkg syscall (darwin-386-cgo), const ECHO = 8
4563pkg syscall (darwin-386-cgo), const ECHOCTL = 64
4564pkg syscall (darwin-386-cgo), const ECHOE = 2
4565pkg syscall (darwin-386-cgo), const ECHOK = 4
4566pkg syscall (darwin-386-cgo), const ECHOKE = 1
4567pkg syscall (darwin-386-cgo), const ECHONL = 16
4568pkg syscall (darwin-386-cgo), const ECHOPRT = 32
4569pkg syscall (darwin-386-cgo), const ECONNABORTED = 53
4570pkg syscall (darwin-386-cgo), const ECONNREFUSED = 61
4571pkg syscall (darwin-386-cgo), const ECONNRESET = 54
4572pkg syscall (darwin-386-cgo), const EDEADLK = 11
4573pkg syscall (darwin-386-cgo), const EDESTADDRREQ = 39
4574pkg syscall (darwin-386-cgo), const EDEVERR = 83
4575pkg syscall (darwin-386-cgo), const EDOM = 33
4576pkg syscall (darwin-386-cgo), const EDQUOT = 69
4577pkg syscall (darwin-386-cgo), const EEXIST = 17
4578pkg syscall (darwin-386-cgo), const EFAULT = 14
4579pkg syscall (darwin-386-cgo), const EFBIG = 27
4580pkg syscall (darwin-386-cgo), const EFTYPE = 79
4581pkg syscall (darwin-386-cgo), const EHOSTDOWN = 64
4582pkg syscall (darwin-386-cgo), const EHOSTUNREACH = 65
4583pkg syscall (darwin-386-cgo), const EIDRM = 90
4584pkg syscall (darwin-386-cgo), const EILSEQ = 92
4585pkg syscall (darwin-386-cgo), const EINPROGRESS = 36
4586pkg syscall (darwin-386-cgo), const EINTR = 4
4587pkg syscall (darwin-386-cgo), const EINVAL = 22
4588pkg syscall (darwin-386-cgo), const EIO = 5
4589pkg syscall (darwin-386-cgo), const EISCONN = 56
4590pkg syscall (darwin-386-cgo), const EISDIR = 21
4591pkg syscall (darwin-386-cgo), const ELAST = 105
4592pkg syscall (darwin-386-cgo), const ELOOP = 62
4593pkg syscall (darwin-386-cgo), const EMFILE = 24
4594pkg syscall (darwin-386-cgo), const EMLINK = 31
4595pkg syscall (darwin-386-cgo), const EMSGSIZE = 40
4596pkg syscall (darwin-386-cgo), const EMULTIHOP = 95
4597pkg syscall (darwin-386-cgo), const ENAMETOOLONG = 63
4598pkg syscall (darwin-386-cgo), const ENEEDAUTH = 81
4599pkg syscall (darwin-386-cgo), const ENETDOWN = 50
4600pkg syscall (darwin-386-cgo), const ENETRESET = 52
4601pkg syscall (darwin-386-cgo), const ENETUNREACH = 51
4602pkg syscall (darwin-386-cgo), const ENFILE = 23
4603pkg syscall (darwin-386-cgo), const ENOATTR = 93
4604pkg syscall (darwin-386-cgo), const ENOBUFS = 55
4605pkg syscall (darwin-386-cgo), const ENODATA = 96
4606pkg syscall (darwin-386-cgo), const ENODEV = 19
4607pkg syscall (darwin-386-cgo), const ENOEXEC = 8
4608pkg syscall (darwin-386-cgo), const ENOLCK = 77
4609pkg syscall (darwin-386-cgo), const ENOLINK = 97
4610pkg syscall (darwin-386-cgo), const ENOMEM = 12
4611pkg syscall (darwin-386-cgo), const ENOMSG = 91
4612pkg syscall (darwin-386-cgo), const ENOPOLICY = 103
4613pkg syscall (darwin-386-cgo), const ENOPROTOOPT = 42
4614pkg syscall (darwin-386-cgo), const ENOSPC = 28
4615pkg syscall (darwin-386-cgo), const ENOSR = 98
4616pkg syscall (darwin-386-cgo), const ENOSTR = 99
4617pkg syscall (darwin-386-cgo), const ENOSYS = 78
4618pkg syscall (darwin-386-cgo), const ENOTBLK = 15
4619pkg syscall (darwin-386-cgo), const ENOTCONN = 57
4620pkg syscall (darwin-386-cgo), const ENOTDIR = 20
4621pkg syscall (darwin-386-cgo), const ENOTEMPTY = 66
4622pkg syscall (darwin-386-cgo), const ENOTRECOVERABLE = 104
4623pkg syscall (darwin-386-cgo), const ENOTSOCK = 38
4624pkg syscall (darwin-386-cgo), const ENOTSUP = 45
4625pkg syscall (darwin-386-cgo), const ENOTTY = 25
4626pkg syscall (darwin-386-cgo), const ENXIO = 6
4627pkg syscall (darwin-386-cgo), const EOPNOTSUPP = 102
4628pkg syscall (darwin-386-cgo), const EOVERFLOW = 84
4629pkg syscall (darwin-386-cgo), const EOWNERDEAD = 105
4630pkg syscall (darwin-386-cgo), const EPERM = 1
4631pkg syscall (darwin-386-cgo), const EPFNOSUPPORT = 46
4632pkg syscall (darwin-386-cgo), const EPIPE = 32
4633pkg syscall (darwin-386-cgo), const EPROCLIM = 67
4634pkg syscall (darwin-386-cgo), const EPROCUNAVAIL = 76
4635pkg syscall (darwin-386-cgo), const EPROGMISMATCH = 75
4636pkg syscall (darwin-386-cgo), const EPROGUNAVAIL = 74
4637pkg syscall (darwin-386-cgo), const EPROTO = 100
4638pkg syscall (darwin-386-cgo), const EPROTONOSUPPORT = 43
4639pkg syscall (darwin-386-cgo), const EPROTOTYPE = 41
4640pkg syscall (darwin-386-cgo), const EPWROFF = 82
4641pkg syscall (darwin-386-cgo), const ERANGE = 34
4642pkg syscall (darwin-386-cgo), const EREMOTE = 71
4643pkg syscall (darwin-386-cgo), const EROFS = 30
4644pkg syscall (darwin-386-cgo), const ERPCMISMATCH = 73
4645pkg syscall (darwin-386-cgo), const ESHLIBVERS = 87
4646pkg syscall (darwin-386-cgo), const ESHUTDOWN = 58
4647pkg syscall (darwin-386-cgo), const ESOCKTNOSUPPORT = 44
4648pkg syscall (darwin-386-cgo), const ESPIPE = 29
4649pkg syscall (darwin-386-cgo), const ESRCH = 3
4650pkg syscall (darwin-386-cgo), const ESTALE = 70
4651pkg syscall (darwin-386-cgo), const ETIME = 101
4652pkg syscall (darwin-386-cgo), const ETIMEDOUT = 60
4653pkg syscall (darwin-386-cgo), const ETOOMANYREFS = 59
4654pkg syscall (darwin-386-cgo), const ETXTBSY = 26
4655pkg syscall (darwin-386-cgo), const EUSERS = 68
4656pkg syscall (darwin-386-cgo), const EVFILT_AIO = -3
4657pkg syscall (darwin-386-cgo), const EVFILT_FS = -9
4658pkg syscall (darwin-386-cgo), const EVFILT_MACHPORT = -8
4659pkg syscall (darwin-386-cgo), const EVFILT_PROC = -5
4660pkg syscall (darwin-386-cgo), const EVFILT_READ = -1
4661pkg syscall (darwin-386-cgo), const EVFILT_SIGNAL = -6
4662pkg syscall (darwin-386-cgo), const EVFILT_SYSCOUNT = 12
4663pkg syscall (darwin-386-cgo), const EVFILT_THREADMARKER = 12
4664pkg syscall (darwin-386-cgo), const EVFILT_TIMER = -7
4665pkg syscall (darwin-386-cgo), const EVFILT_USER = -10
4666pkg syscall (darwin-386-cgo), const EVFILT_VM = -12
4667pkg syscall (darwin-386-cgo), const EVFILT_VNODE = -4
4668pkg syscall (darwin-386-cgo), const EVFILT_WRITE = -2
4669pkg syscall (darwin-386-cgo), const EV_ADD = 1
4670pkg syscall (darwin-386-cgo), const EV_CLEAR = 32
4671pkg syscall (darwin-386-cgo), const EV_DELETE = 2
4672pkg syscall (darwin-386-cgo), const EV_DISABLE = 8
4673pkg syscall (darwin-386-cgo), const EV_DISPATCH = 128
4674pkg syscall (darwin-386-cgo), const EV_ENABLE = 4
4675pkg syscall (darwin-386-cgo), const EV_EOF = 32768
4676pkg syscall (darwin-386-cgo), const EV_ERROR = 16384
4677pkg syscall (darwin-386-cgo), const EV_FLAG0 = 4096
4678pkg syscall (darwin-386-cgo), const EV_FLAG1 = 8192
4679pkg syscall (darwin-386-cgo), const EV_ONESHOT = 16
4680pkg syscall (darwin-386-cgo), const EV_OOBAND = 8192
4681pkg syscall (darwin-386-cgo), const EV_POLL = 4096
4682pkg syscall (darwin-386-cgo), const EV_RECEIPT = 64
4683pkg syscall (darwin-386-cgo), const EV_SYSFLAGS = 61440
4684pkg syscall (darwin-386-cgo), const EWOULDBLOCK = 35
4685pkg syscall (darwin-386-cgo), const EXDEV = 18
4686pkg syscall (darwin-386-cgo), const EXTA = 19200
4687pkg syscall (darwin-386-cgo), const EXTB = 38400
4688pkg syscall (darwin-386-cgo), const EXTPROC = 2048
4689pkg syscall (darwin-386-cgo), const FD_CLOEXEC = 1
4690pkg syscall (darwin-386-cgo), const FD_SETSIZE = 1024
4691pkg syscall (darwin-386-cgo), const FLUSHO = 8388608
4692pkg syscall (darwin-386-cgo), const FLUSHO ideal-int
4693pkg syscall (darwin-386-cgo), const F_ADDFILESIGS = 61
4694pkg syscall (darwin-386-cgo), const F_ADDSIGS = 59
4695pkg syscall (darwin-386-cgo), const F_ALLOCATEALL = 4
4696pkg syscall (darwin-386-cgo), const F_ALLOCATECONTIG = 2
4697pkg syscall (darwin-386-cgo), const F_CHKCLEAN = 41
4698pkg syscall (darwin-386-cgo), const F_DUPFD = 0
4699pkg syscall (darwin-386-cgo), const F_DUPFD_CLOEXEC = 67
4700pkg syscall (darwin-386-cgo), const F_FLUSH_DATA = 40
4701pkg syscall (darwin-386-cgo), const F_FREEZE_FS = 53
4702pkg syscall (darwin-386-cgo), const F_FULLFSYNC = 51
4703pkg syscall (darwin-386-cgo), const F_GETFD = 1
4704pkg syscall (darwin-386-cgo), const F_GETFL = 3
4705pkg syscall (darwin-386-cgo), const F_GETLK = 7
4706pkg syscall (darwin-386-cgo), const F_GETLKPID = 66
4707pkg syscall (darwin-386-cgo), const F_GETNOSIGPIPE = 74
4708pkg syscall (darwin-386-cgo), const F_GETOWN = 5
4709pkg syscall (darwin-386-cgo), const F_GETPATH = 50
4710pkg syscall (darwin-386-cgo), const F_GETPATH_MTMINFO = 71
4711pkg syscall (darwin-386-cgo), const F_GETPROTECTIONCLASS = 63
4712pkg syscall (darwin-386-cgo), const F_GLOBAL_NOCACHE = 55
4713pkg syscall (darwin-386-cgo), const F_LOG2PHYS = 49
4714pkg syscall (darwin-386-cgo), const F_LOG2PHYS_EXT = 65
4715pkg syscall (darwin-386-cgo), const F_MARKDEPENDENCY = 60
4716pkg syscall (darwin-386-cgo), const F_NOCACHE = 48
4717pkg syscall (darwin-386-cgo), const F_NODIRECT = 62
4718pkg syscall (darwin-386-cgo), const F_OK = 0
4719pkg syscall (darwin-386-cgo), const F_PATHPKG_CHECK = 52
4720pkg syscall (darwin-386-cgo), const F_PEOFPOSMODE = 3
4721pkg syscall (darwin-386-cgo), const F_PREALLOCATE = 42
4722pkg syscall (darwin-386-cgo), const F_RDADVISE = 44
4723pkg syscall (darwin-386-cgo), const F_RDAHEAD = 45
4724pkg syscall (darwin-386-cgo), const F_RDLCK = 1
4725pkg syscall (darwin-386-cgo), const F_READBOOTSTRAP = 46
4726pkg syscall (darwin-386-cgo), const F_SETBACKINGSTORE = 70
4727pkg syscall (darwin-386-cgo), const F_SETFD = 2
4728pkg syscall (darwin-386-cgo), const F_SETFL = 4
4729pkg syscall (darwin-386-cgo), const F_SETLK = 8
4730pkg syscall (darwin-386-cgo), const F_SETLKW = 9
4731pkg syscall (darwin-386-cgo), const F_SETNOSIGPIPE = 73
4732pkg syscall (darwin-386-cgo), const F_SETOWN = 6
4733pkg syscall (darwin-386-cgo), const F_SETPROTECTIONCLASS = 64
4734pkg syscall (darwin-386-cgo), const F_SETSIZE = 43
4735pkg syscall (darwin-386-cgo), const F_THAW_FS = 54
4736pkg syscall (darwin-386-cgo), const F_UNLCK = 2
4737pkg syscall (darwin-386-cgo), const F_VOLPOSMODE = 4
4738pkg syscall (darwin-386-cgo), const F_WRITEBOOTSTRAP = 47
4739pkg syscall (darwin-386-cgo), const F_WRLCK = 3
4740pkg syscall (darwin-386-cgo), const HUPCL = 16384
4741pkg syscall (darwin-386-cgo), const HUPCL ideal-int
4742pkg syscall (darwin-386-cgo), const ICANON = 256
4743pkg syscall (darwin-386-cgo), const ICANON ideal-int
4744pkg syscall (darwin-386-cgo), const ICRNL = 256
4745pkg syscall (darwin-386-cgo), const ICRNL ideal-int
4746pkg syscall (darwin-386-cgo), const IEXTEN = 1024
4747pkg syscall (darwin-386-cgo), const IEXTEN ideal-int
4748pkg syscall (darwin-386-cgo), const IFF_ALLMULTI = 512
4749pkg syscall (darwin-386-cgo), const IFF_ALTPHYS = 16384
4750pkg syscall (darwin-386-cgo), const IFF_DEBUG = 4
4751pkg syscall (darwin-386-cgo), const IFF_LINK0 = 4096
4752pkg syscall (darwin-386-cgo), const IFF_LINK1 = 8192
4753pkg syscall (darwin-386-cgo), const IFF_LINK2 = 16384
4754pkg syscall (darwin-386-cgo), const IFF_LOOPBACK = 8
4755pkg syscall (darwin-386-cgo), const IFF_MULTICAST = 32768
4756pkg syscall (darwin-386-cgo), const IFF_NOARP = 128
4757pkg syscall (darwin-386-cgo), const IFF_NOTRAILERS = 32
4758pkg syscall (darwin-386-cgo), const IFF_OACTIVE = 1024
4759pkg syscall (darwin-386-cgo), const IFF_POINTOPOINT = 16
4760pkg syscall (darwin-386-cgo), const IFF_PROMISC = 256
4761pkg syscall (darwin-386-cgo), const IFF_RUNNING = 64
4762pkg syscall (darwin-386-cgo), const IFF_SIMPLEX = 2048
4763pkg syscall (darwin-386-cgo), const IFNAMSIZ = 16
4764pkg syscall (darwin-386-cgo), const IFT_1822 = 2
4765pkg syscall (darwin-386-cgo), const IFT_AAL5 = 49
4766pkg syscall (darwin-386-cgo), const IFT_ARCNET = 35
4767pkg syscall (darwin-386-cgo), const IFT_ARCNETPLUS = 36
4768pkg syscall (darwin-386-cgo), const IFT_ATM = 37
4769pkg syscall (darwin-386-cgo), const IFT_BRIDGE = 209
4770pkg syscall (darwin-386-cgo), const IFT_CARP = 248
4771pkg syscall (darwin-386-cgo), const IFT_CELLULAR = 255
4772pkg syscall (darwin-386-cgo), const IFT_CEPT = 19
4773pkg syscall (darwin-386-cgo), const IFT_DS3 = 30
4774pkg syscall (darwin-386-cgo), const IFT_ENC = 244
4775pkg syscall (darwin-386-cgo), const IFT_EON = 25
4776pkg syscall (darwin-386-cgo), const IFT_ETHER = 6
4777pkg syscall (darwin-386-cgo), const IFT_FAITH = 56
4778pkg syscall (darwin-386-cgo), const IFT_FDDI = 15
4779pkg syscall (darwin-386-cgo), const IFT_FRELAY = 32
4780pkg syscall (darwin-386-cgo), const IFT_FRELAYDCE = 44
4781pkg syscall (darwin-386-cgo), const IFT_GIF = 55
4782pkg syscall (darwin-386-cgo), const IFT_HDH1822 = 3
4783pkg syscall (darwin-386-cgo), const IFT_HIPPI = 47
4784pkg syscall (darwin-386-cgo), const IFT_HSSI = 46
4785pkg syscall (darwin-386-cgo), const IFT_HY = 14
4786pkg syscall (darwin-386-cgo), const IFT_IEEE1394 = 144
4787pkg syscall (darwin-386-cgo), const IFT_IEEE8023ADLAG = 136
4788pkg syscall (darwin-386-cgo), const IFT_ISDNBASIC = 20
4789pkg syscall (darwin-386-cgo), const IFT_ISDNPRIMARY = 21
4790pkg syscall (darwin-386-cgo), const IFT_ISO88022LLC = 41
4791pkg syscall (darwin-386-cgo), const IFT_ISO88023 = 7
4792pkg syscall (darwin-386-cgo), const IFT_ISO88024 = 8
4793pkg syscall (darwin-386-cgo), const IFT_ISO88025 = 9
4794pkg syscall (darwin-386-cgo), const IFT_ISO88026 = 10
4795pkg syscall (darwin-386-cgo), const IFT_L2VLAN = 135
4796pkg syscall (darwin-386-cgo), const IFT_LAPB = 16
4797pkg syscall (darwin-386-cgo), const IFT_LOCALTALK = 42
4798pkg syscall (darwin-386-cgo), const IFT_LOOP = 24
4799pkg syscall (darwin-386-cgo), const IFT_MIOX25 = 38
4800pkg syscall (darwin-386-cgo), const IFT_MODEM = 48
4801pkg syscall (darwin-386-cgo), const IFT_NSIP = 27
4802pkg syscall (darwin-386-cgo), const IFT_OTHER = 1
4803pkg syscall (darwin-386-cgo), const IFT_P10 = 12
4804pkg syscall (darwin-386-cgo), const IFT_P80 = 13
4805pkg syscall (darwin-386-cgo), const IFT_PARA = 34
4806pkg syscall (darwin-386-cgo), const IFT_PDP = 255
4807pkg syscall (darwin-386-cgo), const IFT_PFLOG = 245
4808pkg syscall (darwin-386-cgo), const IFT_PFSYNC = 246
4809pkg syscall (darwin-386-cgo), const IFT_PPP = 23
4810pkg syscall (darwin-386-cgo), const IFT_PROPMUX = 54
4811pkg syscall (darwin-386-cgo), const IFT_PROPVIRTUAL = 53
4812pkg syscall (darwin-386-cgo), const IFT_PTPSERIAL = 22
4813pkg syscall (darwin-386-cgo), const IFT_RS232 = 33
4814pkg syscall (darwin-386-cgo), const IFT_SDLC = 17
4815pkg syscall (darwin-386-cgo), const IFT_SIP = 31
4816pkg syscall (darwin-386-cgo), const IFT_SLIP = 28
4817pkg syscall (darwin-386-cgo), const IFT_SMDSDXI = 43
4818pkg syscall (darwin-386-cgo), const IFT_SMDSICIP = 52
4819pkg syscall (darwin-386-cgo), const IFT_SONET = 39
4820pkg syscall (darwin-386-cgo), const IFT_SONETPATH = 50
4821pkg syscall (darwin-386-cgo), const IFT_SONETVT = 51
4822pkg syscall (darwin-386-cgo), const IFT_STARLAN = 11
4823pkg syscall (darwin-386-cgo), const IFT_STF = 57
4824pkg syscall (darwin-386-cgo), const IFT_T1 = 18
4825pkg syscall (darwin-386-cgo), const IFT_ULTRA = 29
4826pkg syscall (darwin-386-cgo), const IFT_V35 = 45
4827pkg syscall (darwin-386-cgo), const IFT_X25 = 5
4828pkg syscall (darwin-386-cgo), const IFT_X25DDN = 4
4829pkg syscall (darwin-386-cgo), const IFT_X25PLE = 40
4830pkg syscall (darwin-386-cgo), const IFT_XETHER = 26
4831pkg syscall (darwin-386-cgo), const IGNBRK = 1
4832pkg syscall (darwin-386-cgo), const IGNBRK ideal-int
4833pkg syscall (darwin-386-cgo), const IGNCR = 128
4834pkg syscall (darwin-386-cgo), const IGNCR ideal-int
4835pkg syscall (darwin-386-cgo), const IGNPAR = 4
4836pkg syscall (darwin-386-cgo), const IGNPAR ideal-int
4837pkg syscall (darwin-386-cgo), const IMAXBEL = 8192
4838pkg syscall (darwin-386-cgo), const IMAXBEL ideal-int
4839pkg syscall (darwin-386-cgo), const INLCR = 64
4840pkg syscall (darwin-386-cgo), const INLCR ideal-int
4841pkg syscall (darwin-386-cgo), const INPCK = 16
4842pkg syscall (darwin-386-cgo), const INPCK ideal-int
4843pkg syscall (darwin-386-cgo), const IN_CLASSA_HOST = 16777215
4844pkg syscall (darwin-386-cgo), const IN_CLASSA_MAX = 128
4845pkg syscall (darwin-386-cgo), const IN_CLASSA_NET = 4278190080
4846pkg syscall (darwin-386-cgo), const IN_CLASSA_NSHIFT = 24
4847pkg syscall (darwin-386-cgo), const IN_CLASSB_HOST = 65535
4848pkg syscall (darwin-386-cgo), const IN_CLASSB_MAX = 65536
4849pkg syscall (darwin-386-cgo), const IN_CLASSB_NET = 4294901760
4850pkg syscall (darwin-386-cgo), const IN_CLASSB_NSHIFT = 16
4851pkg syscall (darwin-386-cgo), const IN_CLASSC_HOST = 255
4852pkg syscall (darwin-386-cgo), const IN_CLASSC_NET = 4294967040
4853pkg syscall (darwin-386-cgo), const IN_CLASSC_NSHIFT = 8
4854pkg syscall (darwin-386-cgo), const IN_CLASSD_HOST = 268435455
4855pkg syscall (darwin-386-cgo), const IN_CLASSD_NET = 4026531840
4856pkg syscall (darwin-386-cgo), const IN_CLASSD_NSHIFT = 28
4857pkg syscall (darwin-386-cgo), const IN_LINKLOCALNETNUM = 2851995648
4858pkg syscall (darwin-386-cgo), const IN_LOOPBACKNET = 127
4859pkg syscall (darwin-386-cgo), const IPPROTO_3PC = 34
4860pkg syscall (darwin-386-cgo), const IPPROTO_ADFS = 68
4861pkg syscall (darwin-386-cgo), const IPPROTO_AH = 51
4862pkg syscall (darwin-386-cgo), const IPPROTO_AHIP = 61
4863pkg syscall (darwin-386-cgo), const IPPROTO_APES = 99
4864pkg syscall (darwin-386-cgo), const IPPROTO_ARGUS = 13
4865pkg syscall (darwin-386-cgo), const IPPROTO_AX25 = 93
4866pkg syscall (darwin-386-cgo), const IPPROTO_BHA = 49
4867pkg syscall (darwin-386-cgo), const IPPROTO_BLT = 30
4868pkg syscall (darwin-386-cgo), const IPPROTO_BRSATMON = 76
4869pkg syscall (darwin-386-cgo), const IPPROTO_CFTP = 62
4870pkg syscall (darwin-386-cgo), const IPPROTO_CHAOS = 16
4871pkg syscall (darwin-386-cgo), const IPPROTO_CMTP = 38
4872pkg syscall (darwin-386-cgo), const IPPROTO_CPHB = 73
4873pkg syscall (darwin-386-cgo), const IPPROTO_CPNX = 72
4874pkg syscall (darwin-386-cgo), const IPPROTO_DDP = 37
4875pkg syscall (darwin-386-cgo), const IPPROTO_DGP = 86
4876pkg syscall (darwin-386-cgo), const IPPROTO_DIVERT = 254
4877pkg syscall (darwin-386-cgo), const IPPROTO_DONE = 257
4878pkg syscall (darwin-386-cgo), const IPPROTO_DSTOPTS = 60
4879pkg syscall (darwin-386-cgo), const IPPROTO_EGP = 8
4880pkg syscall (darwin-386-cgo), const IPPROTO_EMCON = 14
4881pkg syscall (darwin-386-cgo), const IPPROTO_ENCAP = 98
4882pkg syscall (darwin-386-cgo), const IPPROTO_EON = 80
4883pkg syscall (darwin-386-cgo), const IPPROTO_ESP = 50
4884pkg syscall (darwin-386-cgo), const IPPROTO_ETHERIP = 97
4885pkg syscall (darwin-386-cgo), const IPPROTO_FRAGMENT = 44
4886pkg syscall (darwin-386-cgo), const IPPROTO_GGP = 3
4887pkg syscall (darwin-386-cgo), const IPPROTO_GMTP = 100
4888pkg syscall (darwin-386-cgo), const IPPROTO_GRE = 47
4889pkg syscall (darwin-386-cgo), const IPPROTO_HELLO = 63
4890pkg syscall (darwin-386-cgo), const IPPROTO_HMP = 20
4891pkg syscall (darwin-386-cgo), const IPPROTO_HOPOPTS = 0
4892pkg syscall (darwin-386-cgo), const IPPROTO_ICMP = 1
4893pkg syscall (darwin-386-cgo), const IPPROTO_ICMPV6 = 58
4894pkg syscall (darwin-386-cgo), const IPPROTO_IDP = 22
4895pkg syscall (darwin-386-cgo), const IPPROTO_IDPR = 35
4896pkg syscall (darwin-386-cgo), const IPPROTO_IDRP = 45
4897pkg syscall (darwin-386-cgo), const IPPROTO_IGMP = 2
4898pkg syscall (darwin-386-cgo), const IPPROTO_IGP = 85
4899pkg syscall (darwin-386-cgo), const IPPROTO_IGRP = 88
4900pkg syscall (darwin-386-cgo), const IPPROTO_IL = 40
4901pkg syscall (darwin-386-cgo), const IPPROTO_INLSP = 52
4902pkg syscall (darwin-386-cgo), const IPPROTO_INP = 32
4903pkg syscall (darwin-386-cgo), const IPPROTO_IPCOMP = 108
4904pkg syscall (darwin-386-cgo), const IPPROTO_IPCV = 71
4905pkg syscall (darwin-386-cgo), const IPPROTO_IPEIP = 94
4906pkg syscall (darwin-386-cgo), const IPPROTO_IPIP = 4
4907pkg syscall (darwin-386-cgo), const IPPROTO_IPPC = 67
4908pkg syscall (darwin-386-cgo), const IPPROTO_IPV4 = 4
4909pkg syscall (darwin-386-cgo), const IPPROTO_IRTP = 28
4910pkg syscall (darwin-386-cgo), const IPPROTO_KRYPTOLAN = 65
4911pkg syscall (darwin-386-cgo), const IPPROTO_LARP = 91
4912pkg syscall (darwin-386-cgo), const IPPROTO_LEAF1 = 25
4913pkg syscall (darwin-386-cgo), const IPPROTO_LEAF2 = 26
4914pkg syscall (darwin-386-cgo), const IPPROTO_MAX = 256
4915pkg syscall (darwin-386-cgo), const IPPROTO_MAXID = 52
4916pkg syscall (darwin-386-cgo), const IPPROTO_MEAS = 19
4917pkg syscall (darwin-386-cgo), const IPPROTO_MHRP = 48
4918pkg syscall (darwin-386-cgo), const IPPROTO_MICP = 95
4919pkg syscall (darwin-386-cgo), const IPPROTO_MTP = 92
4920pkg syscall (darwin-386-cgo), const IPPROTO_MUX = 18
4921pkg syscall (darwin-386-cgo), const IPPROTO_ND = 77
4922pkg syscall (darwin-386-cgo), const IPPROTO_NHRP = 54
4923pkg syscall (darwin-386-cgo), const IPPROTO_NONE = 59
4924pkg syscall (darwin-386-cgo), const IPPROTO_NSP = 31
4925pkg syscall (darwin-386-cgo), const IPPROTO_NVPII = 11
4926pkg syscall (darwin-386-cgo), const IPPROTO_OSPFIGP = 89
4927pkg syscall (darwin-386-cgo), const IPPROTO_PGM = 113
4928pkg syscall (darwin-386-cgo), const IPPROTO_PIGP = 9
4929pkg syscall (darwin-386-cgo), const IPPROTO_PIM = 103
4930pkg syscall (darwin-386-cgo), const IPPROTO_PRM = 21
4931pkg syscall (darwin-386-cgo), const IPPROTO_PUP = 12
4932pkg syscall (darwin-386-cgo), const IPPROTO_PVP = 75
4933pkg syscall (darwin-386-cgo), const IPPROTO_RAW = 255
4934pkg syscall (darwin-386-cgo), const IPPROTO_RCCMON = 10
4935pkg syscall (darwin-386-cgo), const IPPROTO_RDP = 27
4936pkg syscall (darwin-386-cgo), const IPPROTO_ROUTING = 43
4937pkg syscall (darwin-386-cgo), const IPPROTO_RSVP = 46
4938pkg syscall (darwin-386-cgo), const IPPROTO_RVD = 66
4939pkg syscall (darwin-386-cgo), const IPPROTO_SATEXPAK = 64
4940pkg syscall (darwin-386-cgo), const IPPROTO_SATMON = 69
4941pkg syscall (darwin-386-cgo), const IPPROTO_SCCSP = 96
4942pkg syscall (darwin-386-cgo), const IPPROTO_SCTP = 132
4943pkg syscall (darwin-386-cgo), const IPPROTO_SDRP = 42
4944pkg syscall (darwin-386-cgo), const IPPROTO_SEP = 33
4945pkg syscall (darwin-386-cgo), const IPPROTO_SRPC = 90
4946pkg syscall (darwin-386-cgo), const IPPROTO_ST = 7
4947pkg syscall (darwin-386-cgo), const IPPROTO_SVMTP = 82
4948pkg syscall (darwin-386-cgo), const IPPROTO_SWIPE = 53
4949pkg syscall (darwin-386-cgo), const IPPROTO_TCF = 87
4950pkg syscall (darwin-386-cgo), const IPPROTO_TP = 29
4951pkg syscall (darwin-386-cgo), const IPPROTO_TPXX = 39
4952pkg syscall (darwin-386-cgo), const IPPROTO_TRUNK1 = 23
4953pkg syscall (darwin-386-cgo), const IPPROTO_TRUNK2 = 24
4954pkg syscall (darwin-386-cgo), const IPPROTO_TTP = 84
4955pkg syscall (darwin-386-cgo), const IPPROTO_VINES = 83
4956pkg syscall (darwin-386-cgo), const IPPROTO_VISA = 70
4957pkg syscall (darwin-386-cgo), const IPPROTO_VMTP = 81
4958pkg syscall (darwin-386-cgo), const IPPROTO_WBEXPAK = 79
4959pkg syscall (darwin-386-cgo), const IPPROTO_WBMON = 78
4960pkg syscall (darwin-386-cgo), const IPPROTO_WSN = 74
4961pkg syscall (darwin-386-cgo), const IPPROTO_XNET = 15
4962pkg syscall (darwin-386-cgo), const IPPROTO_XTP = 36
4963pkg syscall (darwin-386-cgo), const IPV6_2292DSTOPTS = 23
4964pkg syscall (darwin-386-cgo), const IPV6_2292HOPLIMIT = 20
4965pkg syscall (darwin-386-cgo), const IPV6_2292HOPOPTS = 22
4966pkg syscall (darwin-386-cgo), const IPV6_2292NEXTHOP = 21
4967pkg syscall (darwin-386-cgo), const IPV6_2292PKTINFO = 19
4968pkg syscall (darwin-386-cgo), const IPV6_2292PKTOPTIONS = 25
4969pkg syscall (darwin-386-cgo), const IPV6_2292RTHDR = 24
4970pkg syscall (darwin-386-cgo), const IPV6_BINDV6ONLY = 27
4971pkg syscall (darwin-386-cgo), const IPV6_BOUND_IF = 125
4972pkg syscall (darwin-386-cgo), const IPV6_CHECKSUM = 26
4973pkg syscall (darwin-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
4974pkg syscall (darwin-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
4975pkg syscall (darwin-386-cgo), const IPV6_DEFHLIM = 64
4976pkg syscall (darwin-386-cgo), const IPV6_FAITH = 29
4977pkg syscall (darwin-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055
4978pkg syscall (darwin-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
4979pkg syscall (darwin-386-cgo), const IPV6_FRAGTTL = 120
4980pkg syscall (darwin-386-cgo), const IPV6_FW_ADD = 30
4981pkg syscall (darwin-386-cgo), const IPV6_FW_DEL = 31
4982pkg syscall (darwin-386-cgo), const IPV6_FW_FLUSH = 32
4983pkg syscall (darwin-386-cgo), const IPV6_FW_GET = 34
4984pkg syscall (darwin-386-cgo), const IPV6_FW_ZERO = 33
4985pkg syscall (darwin-386-cgo), const IPV6_HLIMDEC = 1
4986pkg syscall (darwin-386-cgo), const IPV6_IPSEC_POLICY = 28
4987pkg syscall (darwin-386-cgo), const IPV6_JOIN_GROUP = 12
4988pkg syscall (darwin-386-cgo), const IPV6_LEAVE_GROUP = 13
4989pkg syscall (darwin-386-cgo), const IPV6_MAXHLIM = 255
4990pkg syscall (darwin-386-cgo), const IPV6_MAXOPTHDR = 2048
4991pkg syscall (darwin-386-cgo), const IPV6_MAXPACKET = 65535
4992pkg syscall (darwin-386-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
4993pkg syscall (darwin-386-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
4994pkg syscall (darwin-386-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
4995pkg syscall (darwin-386-cgo), const IPV6_MIN_MEMBERSHIPS = 31
4996pkg syscall (darwin-386-cgo), const IPV6_MMTU = 1280
4997pkg syscall (darwin-386-cgo), const IPV6_MULTICAST_HOPS = 10
4998pkg syscall (darwin-386-cgo), const IPV6_MULTICAST_IF = 9
4999pkg syscall (darwin-386-cgo), const IPV6_MULTICAST_LOOP = 11
5000pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE = 14
5001pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0
5002pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE_HIGH = 1
5003pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE_LOW = 2
5004pkg syscall (darwin-386-cgo), const IPV6_RECVTCLASS = 35
5005pkg syscall (darwin-386-cgo), const IPV6_RTHDR_LOOSE = 0
5006pkg syscall (darwin-386-cgo), const IPV6_RTHDR_STRICT = 1
5007pkg syscall (darwin-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
5008pkg syscall (darwin-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
5009pkg syscall (darwin-386-cgo), const IPV6_TCLASS = 36
5010pkg syscall (darwin-386-cgo), const IPV6_UNICAST_HOPS = 4
5011pkg syscall (darwin-386-cgo), const IPV6_V6ONLY = 27
5012pkg syscall (darwin-386-cgo), const IPV6_VERSION = 96
5013pkg syscall (darwin-386-cgo), const IPV6_VERSION_MASK = 240
5014pkg syscall (darwin-386-cgo), const IP_ADD_MEMBERSHIP = 12
5015pkg syscall (darwin-386-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
5016pkg syscall (darwin-386-cgo), const IP_BLOCK_SOURCE = 72
5017pkg syscall (darwin-386-cgo), const IP_BOUND_IF = 25
5018pkg syscall (darwin-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
5019pkg syscall (darwin-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
5020pkg syscall (darwin-386-cgo), const IP_DF = 16384
5021pkg syscall (darwin-386-cgo), const IP_DROP_MEMBERSHIP = 13
5022pkg syscall (darwin-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
5023pkg syscall (darwin-386-cgo), const IP_DUMMYNET_CONFIGURE = 60
5024pkg syscall (darwin-386-cgo), const IP_DUMMYNET_DEL = 61
5025pkg syscall (darwin-386-cgo), const IP_DUMMYNET_FLUSH = 62
5026pkg syscall (darwin-386-cgo), const IP_DUMMYNET_GET = 64
5027pkg syscall (darwin-386-cgo), const IP_FAITH = 22
5028pkg syscall (darwin-386-cgo), const IP_FW_ADD = 40
5029pkg syscall (darwin-386-cgo), const IP_FW_DEL = 41
5030pkg syscall (darwin-386-cgo), const IP_FW_FLUSH = 42
5031pkg syscall (darwin-386-cgo), const IP_FW_GET = 44
5032pkg syscall (darwin-386-cgo), const IP_FW_RESETLOG = 45
5033pkg syscall (darwin-386-cgo), const IP_FW_ZERO = 43
5034pkg syscall (darwin-386-cgo), const IP_HDRINCL = 2
5035pkg syscall (darwin-386-cgo), const IP_IPSEC_POLICY = 21
5036pkg syscall (darwin-386-cgo), const IP_MAXPACKET = 65535
5037pkg syscall (darwin-386-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
5038pkg syscall (darwin-386-cgo), const IP_MAX_MEMBERSHIPS = 4095
5039pkg syscall (darwin-386-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
5040pkg syscall (darwin-386-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
5041pkg syscall (darwin-386-cgo), const IP_MF = 8192
5042pkg syscall (darwin-386-cgo), const IP_MIN_MEMBERSHIPS = 31
5043pkg syscall (darwin-386-cgo), const IP_MSFILTER = 74
5044pkg syscall (darwin-386-cgo), const IP_MSS = 576
5045pkg syscall (darwin-386-cgo), const IP_MULTICAST_IF = 9
5046pkg syscall (darwin-386-cgo), const IP_MULTICAST_IFINDEX = 66
5047pkg syscall (darwin-386-cgo), const IP_MULTICAST_LOOP = 11
5048pkg syscall (darwin-386-cgo), const IP_MULTICAST_TTL = 10
5049pkg syscall (darwin-386-cgo), const IP_MULTICAST_VIF = 14
5050pkg syscall (darwin-386-cgo), const IP_NAT__XXX = 55
5051pkg syscall (darwin-386-cgo), const IP_OFFMASK = 8191
5052pkg syscall (darwin-386-cgo), const IP_OLD_FW_ADD = 50
5053pkg syscall (darwin-386-cgo), const IP_OLD_FW_DEL = 51
5054pkg syscall (darwin-386-cgo), const IP_OLD_FW_FLUSH = 52
5055pkg syscall (darwin-386-cgo), const IP_OLD_FW_GET = 54
5056pkg syscall (darwin-386-cgo), const IP_OLD_FW_RESETLOG = 56
5057pkg syscall (darwin-386-cgo), const IP_OLD_FW_ZERO = 53
5058pkg syscall (darwin-386-cgo), const IP_OPTIONS = 1
5059pkg syscall (darwin-386-cgo), const IP_PKTINFO = 26
5060pkg syscall (darwin-386-cgo), const IP_PORTRANGE = 19
5061pkg syscall (darwin-386-cgo), const IP_PORTRANGE_DEFAULT = 0
5062pkg syscall (darwin-386-cgo), const IP_PORTRANGE_HIGH = 1
5063pkg syscall (darwin-386-cgo), const IP_PORTRANGE_LOW = 2
5064pkg syscall (darwin-386-cgo), const IP_RECVDSTADDR = 7
5065pkg syscall (darwin-386-cgo), const IP_RECVIF = 20
5066pkg syscall (darwin-386-cgo), const IP_RECVOPTS = 5
5067pkg syscall (darwin-386-cgo), const IP_RECVPKTINFO = 26
5068pkg syscall (darwin-386-cgo), const IP_RECVRETOPTS = 6
5069pkg syscall (darwin-386-cgo), const IP_RECVTTL = 24
5070pkg syscall (darwin-386-cgo), const IP_RETOPTS = 8
5071pkg syscall (darwin-386-cgo), const IP_RF = 32768
5072pkg syscall (darwin-386-cgo), const IP_RSVP_OFF = 16
5073pkg syscall (darwin-386-cgo), const IP_RSVP_ON = 15
5074pkg syscall (darwin-386-cgo), const IP_RSVP_VIF_OFF = 18
5075pkg syscall (darwin-386-cgo), const IP_RSVP_VIF_ON = 17
5076pkg syscall (darwin-386-cgo), const IP_STRIPHDR = 23
5077pkg syscall (darwin-386-cgo), const IP_TOS = 3
5078pkg syscall (darwin-386-cgo), const IP_TRAFFIC_MGT_BACKGROUND = 65
5079pkg syscall (darwin-386-cgo), const IP_TTL = 4
5080pkg syscall (darwin-386-cgo), const IP_UNBLOCK_SOURCE = 73
5081pkg syscall (darwin-386-cgo), const ISIG = 128
5082pkg syscall (darwin-386-cgo), const ISIG ideal-int
5083pkg syscall (darwin-386-cgo), const ISTRIP = 32
5084pkg syscall (darwin-386-cgo), const ISTRIP ideal-int
5085pkg syscall (darwin-386-cgo), const IUTF8 = 16384
5086pkg syscall (darwin-386-cgo), const IUTF8 ideal-int
5087pkg syscall (darwin-386-cgo), const IXANY = 2048
5088pkg syscall (darwin-386-cgo), const IXANY ideal-int
5089pkg syscall (darwin-386-cgo), const IXOFF = 1024
5090pkg syscall (darwin-386-cgo), const IXOFF ideal-int
5091pkg syscall (darwin-386-cgo), const IXON = 512
5092pkg syscall (darwin-386-cgo), const IXON ideal-int
5093pkg syscall (darwin-386-cgo), const ImplementsGetwd = false
5094pkg syscall (darwin-386-cgo), const LOCK_EX = 2
5095pkg syscall (darwin-386-cgo), const LOCK_NB = 4
5096pkg syscall (darwin-386-cgo), const LOCK_SH = 1
5097pkg syscall (darwin-386-cgo), const LOCK_UN = 8
5098pkg syscall (darwin-386-cgo), const MADV_CAN_REUSE = 9
5099pkg syscall (darwin-386-cgo), const MADV_DONTNEED = 4
5100pkg syscall (darwin-386-cgo), const MADV_FREE = 5
5101pkg syscall (darwin-386-cgo), const MADV_FREE_REUSABLE = 7
5102pkg syscall (darwin-386-cgo), const MADV_FREE_REUSE = 8
5103pkg syscall (darwin-386-cgo), const MADV_NORMAL = 0
5104pkg syscall (darwin-386-cgo), const MADV_RANDOM = 1
5105pkg syscall (darwin-386-cgo), const MADV_SEQUENTIAL = 2
5106pkg syscall (darwin-386-cgo), const MADV_WILLNEED = 3
5107pkg syscall (darwin-386-cgo), const MADV_ZERO_WIRED_PAGES = 6
5108pkg syscall (darwin-386-cgo), const MAP_ANON = 4096
5109pkg syscall (darwin-386-cgo), const MAP_COPY = 2
5110pkg syscall (darwin-386-cgo), const MAP_FILE = 0
5111pkg syscall (darwin-386-cgo), const MAP_FIXED = 16
5112pkg syscall (darwin-386-cgo), const MAP_HASSEMAPHORE = 512
5113pkg syscall (darwin-386-cgo), const MAP_JIT = 2048
5114pkg syscall (darwin-386-cgo), const MAP_NOCACHE = 1024
5115pkg syscall (darwin-386-cgo), const MAP_NOEXTEND = 256
5116pkg syscall (darwin-386-cgo), const MAP_NORESERVE = 64
5117pkg syscall (darwin-386-cgo), const MAP_PRIVATE = 2
5118pkg syscall (darwin-386-cgo), const MAP_RENAME = 32
5119pkg syscall (darwin-386-cgo), const MAP_RESERVED0080 = 128
5120pkg syscall (darwin-386-cgo), const MAP_SHARED = 1
5121pkg syscall (darwin-386-cgo), const MCL_CURRENT = 1
5122pkg syscall (darwin-386-cgo), const MCL_FUTURE = 2
5123pkg syscall (darwin-386-cgo), const MSG_CTRUNC = 32
5124pkg syscall (darwin-386-cgo), const MSG_DONTROUTE = 4
5125pkg syscall (darwin-386-cgo), const MSG_DONTWAIT = 128
5126pkg syscall (darwin-386-cgo), const MSG_EOF = 256
5127pkg syscall (darwin-386-cgo), const MSG_EOR = 8
5128pkg syscall (darwin-386-cgo), const MSG_FLUSH = 1024
5129pkg syscall (darwin-386-cgo), const MSG_HAVEMORE = 8192
5130pkg syscall (darwin-386-cgo), const MSG_HOLD = 2048
5131pkg syscall (darwin-386-cgo), const MSG_NEEDSA = 65536
5132pkg syscall (darwin-386-cgo), const MSG_OOB = 1
5133pkg syscall (darwin-386-cgo), const MSG_PEEK = 2
5134pkg syscall (darwin-386-cgo), const MSG_RCVMORE = 16384
5135pkg syscall (darwin-386-cgo), const MSG_SEND = 4096
5136pkg syscall (darwin-386-cgo), const MSG_TRUNC = 16
5137pkg syscall (darwin-386-cgo), const MSG_WAITALL = 64
5138pkg syscall (darwin-386-cgo), const MSG_WAITSTREAM = 512
5139pkg syscall (darwin-386-cgo), const MS_ASYNC = 1
5140pkg syscall (darwin-386-cgo), const MS_DEACTIVATE = 8
5141pkg syscall (darwin-386-cgo), const MS_INVALIDATE = 2
5142pkg syscall (darwin-386-cgo), const MS_KILLPAGES = 4
5143pkg syscall (darwin-386-cgo), const MS_SYNC = 16
5144pkg syscall (darwin-386-cgo), const NAME_MAX = 255
5145pkg syscall (darwin-386-cgo), const NET_RT_DUMP = 1
5146pkg syscall (darwin-386-cgo), const NET_RT_DUMP2 = 7
5147pkg syscall (darwin-386-cgo), const NET_RT_FLAGS = 2
5148pkg syscall (darwin-386-cgo), const NET_RT_IFLIST = 3
5149pkg syscall (darwin-386-cgo), const NET_RT_IFLIST2 = 6
5150pkg syscall (darwin-386-cgo), const NET_RT_MAXID = 10
5151pkg syscall (darwin-386-cgo), const NET_RT_STAT = 4
5152pkg syscall (darwin-386-cgo), const NET_RT_TRASH = 5
5153pkg syscall (darwin-386-cgo), const NOFLSH = 2147483648
5154pkg syscall (darwin-386-cgo), const NOFLSH ideal-int
5155pkg syscall (darwin-386-cgo), const NOTE_ABSOLUTE = 8
5156pkg syscall (darwin-386-cgo), const NOTE_ATTRIB = 8
5157pkg syscall (darwin-386-cgo), const NOTE_CHILD = 4
5158pkg syscall (darwin-386-cgo), const NOTE_DELETE = 1
5159pkg syscall (darwin-386-cgo), const NOTE_EXEC = 536870912
5160pkg syscall (darwin-386-cgo), const NOTE_EXIT = 2147483648
5161pkg syscall (darwin-386-cgo), const NOTE_EXITSTATUS = 67108864
5162pkg syscall (darwin-386-cgo), const NOTE_EXTEND = 4
5163pkg syscall (darwin-386-cgo), const NOTE_FFAND = 1073741824
5164pkg syscall (darwin-386-cgo), const NOTE_FFCOPY = 3221225472
5165pkg syscall (darwin-386-cgo), const NOTE_FFCTRLMASK = 3221225472
5166pkg syscall (darwin-386-cgo), const NOTE_FFLAGSMASK = 16777215
5167pkg syscall (darwin-386-cgo), const NOTE_FFNOP = 0
5168pkg syscall (darwin-386-cgo), const NOTE_FFOR = 2147483648
5169pkg syscall (darwin-386-cgo), const NOTE_FORK = 1073741824
5170pkg syscall (darwin-386-cgo), const NOTE_LINK = 16
5171pkg syscall (darwin-386-cgo), const NOTE_LOWAT = 1
5172pkg syscall (darwin-386-cgo), const NOTE_NONE = 128
5173pkg syscall (darwin-386-cgo), const NOTE_NSECONDS = 4
5174pkg syscall (darwin-386-cgo), const NOTE_PCTRLMASK = -1048576
5175pkg syscall (darwin-386-cgo), const NOTE_PDATAMASK = 1048575
5176pkg syscall (darwin-386-cgo), const NOTE_REAP = 268435456
5177pkg syscall (darwin-386-cgo), const NOTE_RENAME = 32
5178pkg syscall (darwin-386-cgo), const NOTE_RESOURCEEND = 33554432
5179pkg syscall (darwin-386-cgo), const NOTE_REVOKE = 64
5180pkg syscall (darwin-386-cgo), const NOTE_SECONDS = 1
5181pkg syscall (darwin-386-cgo), const NOTE_SIGNAL = 134217728
5182pkg syscall (darwin-386-cgo), const NOTE_TRACK = 1
5183pkg syscall (darwin-386-cgo), const NOTE_TRACKERR = 2
5184pkg syscall (darwin-386-cgo), const NOTE_TRIGGER = 16777216
5185pkg syscall (darwin-386-cgo), const NOTE_USECONDS = 2
5186pkg syscall (darwin-386-cgo), const NOTE_VM_ERROR = 268435456
5187pkg syscall (darwin-386-cgo), const NOTE_VM_PRESSURE = 2147483648
5188pkg syscall (darwin-386-cgo), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912
5189pkg syscall (darwin-386-cgo), const NOTE_VM_PRESSURE_TERMINATE = 1073741824
5190pkg syscall (darwin-386-cgo), const NOTE_WRITE = 2
5191pkg syscall (darwin-386-cgo), const OCRNL = 16
5192pkg syscall (darwin-386-cgo), const OCRNL ideal-int
5193pkg syscall (darwin-386-cgo), const OFDEL = 131072
5194pkg syscall (darwin-386-cgo), const OFDEL ideal-int
5195pkg syscall (darwin-386-cgo), const OFILL = 128
5196pkg syscall (darwin-386-cgo), const OFILL ideal-int
5197pkg syscall (darwin-386-cgo), const ONLCR = 2
5198pkg syscall (darwin-386-cgo), const ONLCR ideal-int
5199pkg syscall (darwin-386-cgo), const ONLRET = 64
5200pkg syscall (darwin-386-cgo), const ONLRET ideal-int
5201pkg syscall (darwin-386-cgo), const ONOCR = 32
5202pkg syscall (darwin-386-cgo), const ONOCR ideal-int
5203pkg syscall (darwin-386-cgo), const ONOEOT = 8
5204pkg syscall (darwin-386-cgo), const ONOEOT ideal-int
5205pkg syscall (darwin-386-cgo), const OPOST = 1
5206pkg syscall (darwin-386-cgo), const OPOST ideal-int
5207pkg syscall (darwin-386-cgo), const O_ACCMODE = 3
5208pkg syscall (darwin-386-cgo), const O_ALERT = 536870912
5209pkg syscall (darwin-386-cgo), const O_APPEND = 8
5210pkg syscall (darwin-386-cgo), const O_ASYNC = 64
5211pkg syscall (darwin-386-cgo), const O_CLOEXEC = 16777216
5212pkg syscall (darwin-386-cgo), const O_CREAT = 512
5213pkg syscall (darwin-386-cgo), const O_DIRECTORY = 1048576
5214pkg syscall (darwin-386-cgo), const O_DSYNC = 4194304
5215pkg syscall (darwin-386-cgo), const O_EVTONLY = 32768
5216pkg syscall (darwin-386-cgo), const O_EXCL = 2048
5217pkg syscall (darwin-386-cgo), const O_EXLOCK = 32
5218pkg syscall (darwin-386-cgo), const O_FSYNC = 128
5219pkg syscall (darwin-386-cgo), const O_NDELAY = 4
5220pkg syscall (darwin-386-cgo), const O_NOCTTY = 131072
5221pkg syscall (darwin-386-cgo), const O_NOFOLLOW = 256
5222pkg syscall (darwin-386-cgo), const O_NONBLOCK = 4
5223pkg syscall (darwin-386-cgo), const O_POPUP = 2147483648
5224pkg syscall (darwin-386-cgo), const O_SHLOCK = 16
5225pkg syscall (darwin-386-cgo), const O_SYMLINK = 2097152
5226pkg syscall (darwin-386-cgo), const O_SYNC = 128
5227pkg syscall (darwin-386-cgo), const O_TRUNC = 1024
5228pkg syscall (darwin-386-cgo), const PARENB = 4096
5229pkg syscall (darwin-386-cgo), const PARENB ideal-int
5230pkg syscall (darwin-386-cgo), const PARMRK = 8
5231pkg syscall (darwin-386-cgo), const PARMRK ideal-int
5232pkg syscall (darwin-386-cgo), const PARODD = 8192
5233pkg syscall (darwin-386-cgo), const PARODD ideal-int
5234pkg syscall (darwin-386-cgo), const PENDIN = 536870912
5235pkg syscall (darwin-386-cgo), const PENDIN ideal-int
5236pkg syscall (darwin-386-cgo), const PROT_EXEC = 4
5237pkg syscall (darwin-386-cgo), const PROT_NONE = 0
5238pkg syscall (darwin-386-cgo), const PROT_READ = 1
5239pkg syscall (darwin-386-cgo), const PROT_WRITE = 2
5240pkg syscall (darwin-386-cgo), const PTRACE_CONT = 7
5241pkg syscall (darwin-386-cgo), const PTRACE_KILL = 8
5242pkg syscall (darwin-386-cgo), const PTRACE_TRACEME = 0
5243pkg syscall (darwin-386-cgo), const PT_ATTACH = 10
5244pkg syscall (darwin-386-cgo), const PT_ATTACHEXC = 14
5245pkg syscall (darwin-386-cgo), const PT_CONTINUE = 7
5246pkg syscall (darwin-386-cgo), const PT_DENY_ATTACH = 31
5247pkg syscall (darwin-386-cgo), const PT_DETACH = 11
5248pkg syscall (darwin-386-cgo), const PT_FIRSTMACH = 32
5249pkg syscall (darwin-386-cgo), const PT_FORCEQUOTA = 30
5250pkg syscall (darwin-386-cgo), const PT_KILL = 8
5251pkg syscall (darwin-386-cgo), const PT_READ_D = 2
5252pkg syscall (darwin-386-cgo), const PT_READ_I = 1
5253pkg syscall (darwin-386-cgo), const PT_READ_U = 3
5254pkg syscall (darwin-386-cgo), const PT_SIGEXC = 12
5255pkg syscall (darwin-386-cgo), const PT_STEP = 9
5256pkg syscall (darwin-386-cgo), const PT_THUPDATE = 13
5257pkg syscall (darwin-386-cgo), const PT_TRACE_ME = 0
5258pkg syscall (darwin-386-cgo), const PT_WRITE_D = 5
5259pkg syscall (darwin-386-cgo), const PT_WRITE_I = 4
5260pkg syscall (darwin-386-cgo), const PT_WRITE_U = 6
5261pkg syscall (darwin-386-cgo), const RLIMIT_AS = 5
5262pkg syscall (darwin-386-cgo), const RLIMIT_CORE = 4
5263pkg syscall (darwin-386-cgo), const RLIMIT_CPU = 0
5264pkg syscall (darwin-386-cgo), const RLIMIT_DATA = 2
5265pkg syscall (darwin-386-cgo), const RLIMIT_FSIZE = 1
5266pkg syscall (darwin-386-cgo), const RLIMIT_NOFILE = 8
5267pkg syscall (darwin-386-cgo), const RLIMIT_STACK = 3
5268pkg syscall (darwin-386-cgo), const RLIM_INFINITY = 9223372036854775807
5269pkg syscall (darwin-386-cgo), const RTAX_AUTHOR = 6
5270pkg syscall (darwin-386-cgo), const RTAX_BRD = 7
5271pkg syscall (darwin-386-cgo), const RTAX_DST = 0
5272pkg syscall (darwin-386-cgo), const RTAX_GATEWAY = 1
5273pkg syscall (darwin-386-cgo), const RTAX_GENMASK = 3
5274pkg syscall (darwin-386-cgo), const RTAX_IFA = 5
5275pkg syscall (darwin-386-cgo), const RTAX_IFP = 4
5276pkg syscall (darwin-386-cgo), const RTAX_MAX = 8
5277pkg syscall (darwin-386-cgo), const RTAX_NETMASK = 2
5278pkg syscall (darwin-386-cgo), const RTA_AUTHOR = 64
5279pkg syscall (darwin-386-cgo), const RTA_BRD = 128
5280pkg syscall (darwin-386-cgo), const RTA_DST = 1
5281pkg syscall (darwin-386-cgo), const RTA_GATEWAY = 2
5282pkg syscall (darwin-386-cgo), const RTA_GENMASK = 8
5283pkg syscall (darwin-386-cgo), const RTA_IFA = 32
5284pkg syscall (darwin-386-cgo), const RTA_IFP = 16
5285pkg syscall (darwin-386-cgo), const RTA_NETMASK = 4
5286pkg syscall (darwin-386-cgo), const RTF_BLACKHOLE = 4096
5287pkg syscall (darwin-386-cgo), const RTF_BROADCAST = 4194304
5288pkg syscall (darwin-386-cgo), const RTF_CLONING = 256
5289pkg syscall (darwin-386-cgo), const RTF_CONDEMNED = 33554432
5290pkg syscall (darwin-386-cgo), const RTF_DELCLONE = 128
5291pkg syscall (darwin-386-cgo), const RTF_DONE = 64
5292pkg syscall (darwin-386-cgo), const RTF_DYNAMIC = 16
5293pkg syscall (darwin-386-cgo), const RTF_GATEWAY = 2
5294pkg syscall (darwin-386-cgo), const RTF_HOST = 4
5295pkg syscall (darwin-386-cgo), const RTF_IFREF = 67108864
5296pkg syscall (darwin-386-cgo), const RTF_IFSCOPE = 16777216
5297pkg syscall (darwin-386-cgo), const RTF_LLINFO = 1024
5298pkg syscall (darwin-386-cgo), const RTF_LOCAL = 2097152
5299pkg syscall (darwin-386-cgo), const RTF_MODIFIED = 32
5300pkg syscall (darwin-386-cgo), const RTF_MULTICAST = 8388608
5301pkg syscall (darwin-386-cgo), const RTF_PINNED = 1048576
5302pkg syscall (darwin-386-cgo), const RTF_PRCLONING = 65536
5303pkg syscall (darwin-386-cgo), const RTF_PROTO1 = 32768
5304pkg syscall (darwin-386-cgo), const RTF_PROTO2 = 16384
5305pkg syscall (darwin-386-cgo), const RTF_PROTO3 = 262144
5306pkg syscall (darwin-386-cgo), const RTF_REJECT = 8
5307pkg syscall (darwin-386-cgo), const RTF_STATIC = 2048
5308pkg syscall (darwin-386-cgo), const RTF_UP = 1
5309pkg syscall (darwin-386-cgo), const RTF_WASCLONED = 131072
5310pkg syscall (darwin-386-cgo), const RTF_XRESOLVE = 512
5311pkg syscall (darwin-386-cgo), const RTM_ADD = 1
5312pkg syscall (darwin-386-cgo), const RTM_CHANGE = 3
5313pkg syscall (darwin-386-cgo), const RTM_DELADDR = 13
5314pkg syscall (darwin-386-cgo), const RTM_DELETE = 2
5315pkg syscall (darwin-386-cgo), const RTM_DELMADDR = 16
5316pkg syscall (darwin-386-cgo), const RTM_GET = 4
5317pkg syscall (darwin-386-cgo), const RTM_GET2 = 20
5318pkg syscall (darwin-386-cgo), const RTM_IFINFO = 14
5319pkg syscall (darwin-386-cgo), const RTM_IFINFO2 = 18
5320pkg syscall (darwin-386-cgo), const RTM_LOCK = 8
5321pkg syscall (darwin-386-cgo), const RTM_LOSING = 5
5322pkg syscall (darwin-386-cgo), const RTM_MISS = 7
5323pkg syscall (darwin-386-cgo), const RTM_NEWADDR = 12
5324pkg syscall (darwin-386-cgo), const RTM_NEWMADDR = 15
5325pkg syscall (darwin-386-cgo), const RTM_NEWMADDR2 = 19
5326pkg syscall (darwin-386-cgo), const RTM_OLDADD = 9
5327pkg syscall (darwin-386-cgo), const RTM_OLDDEL = 10
5328pkg syscall (darwin-386-cgo), const RTM_REDIRECT = 6
5329pkg syscall (darwin-386-cgo), const RTM_RESOLVE = 11
5330pkg syscall (darwin-386-cgo), const RTM_RTTUNIT = 1000000
5331pkg syscall (darwin-386-cgo), const RTM_VERSION = 5
5332pkg syscall (darwin-386-cgo), const RTV_EXPIRE = 4
5333pkg syscall (darwin-386-cgo), const RTV_HOPCOUNT = 2
5334pkg syscall (darwin-386-cgo), const RTV_MTU = 1
5335pkg syscall (darwin-386-cgo), const RTV_RPIPE = 8
5336pkg syscall (darwin-386-cgo), const RTV_RTT = 64
5337pkg syscall (darwin-386-cgo), const RTV_RTTVAR = 128
5338pkg syscall (darwin-386-cgo), const RTV_SPIPE = 16
5339pkg syscall (darwin-386-cgo), const RTV_SSTHRESH = 32
5340pkg syscall (darwin-386-cgo), const RUSAGE_CHILDREN = -1
5341pkg syscall (darwin-386-cgo), const RUSAGE_SELF = 0
5342pkg syscall (darwin-386-cgo), const SCM_CREDS = 3
5343pkg syscall (darwin-386-cgo), const SCM_RIGHTS = 1
5344pkg syscall (darwin-386-cgo), const SCM_TIMESTAMP = 2
5345pkg syscall (darwin-386-cgo), const SCM_TIMESTAMP_MONOTONIC = 4
5346pkg syscall (darwin-386-cgo), const SIGBUS = 10
5347pkg syscall (darwin-386-cgo), const SIGCHLD = 20
5348pkg syscall (darwin-386-cgo), const SIGCONT = 19
5349pkg syscall (darwin-386-cgo), const SIGEMT = 7
5350pkg syscall (darwin-386-cgo), const SIGINFO = 29
5351pkg syscall (darwin-386-cgo), const SIGIO = 23
5352pkg syscall (darwin-386-cgo), const SIGIOT = 6
5353pkg syscall (darwin-386-cgo), const SIGPROF = 27
5354pkg syscall (darwin-386-cgo), const SIGSTOP = 17
5355pkg syscall (darwin-386-cgo), const SIGSYS = 12
5356pkg syscall (darwin-386-cgo), const SIGTSTP = 18
5357pkg syscall (darwin-386-cgo), const SIGTTIN = 21
5358pkg syscall (darwin-386-cgo), const SIGTTOU = 22
5359pkg syscall (darwin-386-cgo), const SIGURG = 16
5360pkg syscall (darwin-386-cgo), const SIGUSR1 = 30
5361pkg syscall (darwin-386-cgo), const SIGUSR2 = 31
5362pkg syscall (darwin-386-cgo), const SIGVTALRM = 26
5363pkg syscall (darwin-386-cgo), const SIGWINCH = 28
5364pkg syscall (darwin-386-cgo), const SIGXCPU = 24
5365pkg syscall (darwin-386-cgo), const SIGXFSZ = 25
5366pkg syscall (darwin-386-cgo), const SIOCADDMULTI = 2149607729
5367pkg syscall (darwin-386-cgo), const SIOCAIFADDR = 2151704858
5368pkg syscall (darwin-386-cgo), const SIOCALIFADDR = 2165860637
5369pkg syscall (darwin-386-cgo), const SIOCARPIPLL = 3223349544
5370pkg syscall (darwin-386-cgo), const SIOCATMARK = 1074033415
5371pkg syscall (darwin-386-cgo), const SIOCAUTOADDR = 3223349542
5372pkg syscall (darwin-386-cgo), const SIOCAUTONETMASK = 2149607719
5373pkg syscall (darwin-386-cgo), const SIOCDELMULTI = 2149607730
5374pkg syscall (darwin-386-cgo), const SIOCDIFADDR = 2149607705
5375pkg syscall (darwin-386-cgo), const SIOCDIFPHYADDR = 2149607745
5376pkg syscall (darwin-386-cgo), const SIOCDLIFADDR = 2165860639
5377pkg syscall (darwin-386-cgo), const SIOCGDRVSPEC = 3223087483
5378pkg syscall (darwin-386-cgo), const SIOCGETSGCNT = 3222565404
5379pkg syscall (darwin-386-cgo), const SIOCGETVIFCNT = 3222565403
5380pkg syscall (darwin-386-cgo), const SIOCGETVLAN = 3223349631
5381pkg syscall (darwin-386-cgo), const SIOCGHIWAT = 1074033409
5382pkg syscall (darwin-386-cgo), const SIOCGIFADDR = 3223349537
5383pkg syscall (darwin-386-cgo), const SIOCGIFALTMTU = 3223349576
5384pkg syscall (darwin-386-cgo), const SIOCGIFASYNCMAP = 3223349628
5385pkg syscall (darwin-386-cgo), const SIOCGIFBOND = 3223349575
5386pkg syscall (darwin-386-cgo), const SIOCGIFBRDADDR = 3223349539
5387pkg syscall (darwin-386-cgo), const SIOCGIFCAP = 3223349595
5388pkg syscall (darwin-386-cgo), const SIOCGIFCONF = 3221776676
5389pkg syscall (darwin-386-cgo), const SIOCGIFDEVMTU = 3223349572
5390pkg syscall (darwin-386-cgo), const SIOCGIFDSTADDR = 3223349538
5391pkg syscall (darwin-386-cgo), const SIOCGIFFLAGS = 3223349521
5392pkg syscall (darwin-386-cgo), const SIOCGIFGENERIC = 3223349562
5393pkg syscall (darwin-386-cgo), const SIOCGIFKPI = 3223349639
5394pkg syscall (darwin-386-cgo), const SIOCGIFMAC = 3223349634
5395pkg syscall (darwin-386-cgo), const SIOCGIFMEDIA = 3223873848
5396pkg syscall (darwin-386-cgo), const SIOCGIFMETRIC = 3223349527
5397pkg syscall (darwin-386-cgo), const SIOCGIFMTU = 3223349555
5398pkg syscall (darwin-386-cgo), const SIOCGIFNETMASK = 3223349541
5399pkg syscall (darwin-386-cgo), const SIOCGIFPDSTADDR = 3223349568
5400pkg syscall (darwin-386-cgo), const SIOCGIFPHYS = 3223349557
5401pkg syscall (darwin-386-cgo), const SIOCGIFPSRCADDR = 3223349567
5402pkg syscall (darwin-386-cgo), const SIOCGIFSTATUS = 3274795325
5403pkg syscall (darwin-386-cgo), const SIOCGIFVLAN = 3223349631
5404pkg syscall (darwin-386-cgo), const SIOCGIFWAKEFLAGS = 3223349640
5405pkg syscall (darwin-386-cgo), const SIOCGLIFADDR = 3239602462
5406pkg syscall (darwin-386-cgo), const SIOCGLIFPHYADDR = 3239602499
5407pkg syscall (darwin-386-cgo), const SIOCGLOWAT = 1074033411
5408pkg syscall (darwin-386-cgo), const SIOCGPGRP = 1074033417
5409pkg syscall (darwin-386-cgo), const SIOCIFCREATE = 3223349624
5410pkg syscall (darwin-386-cgo), const SIOCIFCREATE2 = 3223349626
5411pkg syscall (darwin-386-cgo), const SIOCIFDESTROY = 2149607801
5412pkg syscall (darwin-386-cgo), const SIOCRSLVMULTI = 3221776699
5413pkg syscall (darwin-386-cgo), const SIOCSDRVSPEC = 2149345659
5414pkg syscall (darwin-386-cgo), const SIOCSETVLAN = 2149607806
5415pkg syscall (darwin-386-cgo), const SIOCSHIWAT = 2147775232
5416pkg syscall (darwin-386-cgo), const SIOCSIFADDR = 2149607692
5417pkg syscall (darwin-386-cgo), const SIOCSIFALTMTU = 2149607749
5418pkg syscall (darwin-386-cgo), const SIOCSIFASYNCMAP = 2149607805
5419pkg syscall (darwin-386-cgo), const SIOCSIFBOND = 2149607750
5420pkg syscall (darwin-386-cgo), const SIOCSIFBRDADDR = 2149607699
5421pkg syscall (darwin-386-cgo), const SIOCSIFCAP = 2149607770
5422pkg syscall (darwin-386-cgo), const SIOCSIFDSTADDR = 2149607694
5423pkg syscall (darwin-386-cgo), const SIOCSIFFLAGS = 2149607696
5424pkg syscall (darwin-386-cgo), const SIOCSIFGENERIC = 2149607737
5425pkg syscall (darwin-386-cgo), const SIOCSIFKPI = 2149607814
5426pkg syscall (darwin-386-cgo), const SIOCSIFLLADDR = 2149607740
5427pkg syscall (darwin-386-cgo), const SIOCSIFMAC = 2149607811
5428pkg syscall (darwin-386-cgo), const SIOCSIFMEDIA = 3223349559
5429pkg syscall (darwin-386-cgo), const SIOCSIFMETRIC = 2149607704
5430pkg syscall (darwin-386-cgo), const SIOCSIFMTU = 2149607732
5431pkg syscall (darwin-386-cgo), const SIOCSIFNETMASK = 2149607702
5432pkg syscall (darwin-386-cgo), const SIOCSIFPHYADDR = 2151704894
5433pkg syscall (darwin-386-cgo), const SIOCSIFPHYS = 2149607734
5434pkg syscall (darwin-386-cgo), const SIOCSIFVLAN = 2149607806
5435pkg syscall (darwin-386-cgo), const SIOCSLIFPHYADDR = 2165860674
5436pkg syscall (darwin-386-cgo), const SIOCSLOWAT = 2147775234
5437pkg syscall (darwin-386-cgo), const SIOCSPGRP = 2147775240
5438pkg syscall (darwin-386-cgo), const SOCK_MAXADDRLEN = 255
5439pkg syscall (darwin-386-cgo), const SOCK_RDM = 4
5440pkg syscall (darwin-386-cgo), const SOL_SOCKET = 65535
5441pkg syscall (darwin-386-cgo), const SOMAXCONN = 128
5442pkg syscall (darwin-386-cgo), const SO_ACCEPTCONN = 2
5443pkg syscall (darwin-386-cgo), const SO_BROADCAST = 32
5444pkg syscall (darwin-386-cgo), const SO_DEBUG = 1
5445pkg syscall (darwin-386-cgo), const SO_DONTROUTE = 16
5446pkg syscall (darwin-386-cgo), const SO_DONTTRUNC = 8192
5447pkg syscall (darwin-386-cgo), const SO_ERROR = 4103
5448pkg syscall (darwin-386-cgo), const SO_KEEPALIVE = 8
5449pkg syscall (darwin-386-cgo), const SO_LABEL = 4112
5450pkg syscall (darwin-386-cgo), const SO_LINGER = 128
5451pkg syscall (darwin-386-cgo), const SO_LINGER_SEC = 4224
5452pkg syscall (darwin-386-cgo), const SO_NKE = 4129
5453pkg syscall (darwin-386-cgo), const SO_NOADDRERR = 4131
5454pkg syscall (darwin-386-cgo), const SO_NOSIGPIPE = 4130
5455pkg syscall (darwin-386-cgo), const SO_NOTIFYCONFLICT = 4134
5456pkg syscall (darwin-386-cgo), const SO_NP_EXTENSIONS = 4227
5457pkg syscall (darwin-386-cgo), const SO_NREAD = 4128
5458pkg syscall (darwin-386-cgo), const SO_NWRITE = 4132
5459pkg syscall (darwin-386-cgo), const SO_OOBINLINE = 256
5460pkg syscall (darwin-386-cgo), const SO_PEERLABEL = 4113
5461pkg syscall (darwin-386-cgo), const SO_RANDOMPORT = 4226
5462pkg syscall (darwin-386-cgo), const SO_RCVBUF = 4098
5463pkg syscall (darwin-386-cgo), const SO_RCVLOWAT = 4100
5464pkg syscall (darwin-386-cgo), const SO_RCVTIMEO = 4102
5465pkg syscall (darwin-386-cgo), const SO_RESTRICTIONS = 4225
5466pkg syscall (darwin-386-cgo), const SO_RESTRICT_DENYIN = 1
5467pkg syscall (darwin-386-cgo), const SO_RESTRICT_DENYOUT = 2
5468pkg syscall (darwin-386-cgo), const SO_RESTRICT_DENYSET = 2147483648
5469pkg syscall (darwin-386-cgo), const SO_REUSEADDR = 4
5470pkg syscall (darwin-386-cgo), const SO_REUSEPORT = 512
5471pkg syscall (darwin-386-cgo), const SO_REUSESHAREUID = 4133
5472pkg syscall (darwin-386-cgo), const SO_SNDBUF = 4097
5473pkg syscall (darwin-386-cgo), const SO_SNDLOWAT = 4099
5474pkg syscall (darwin-386-cgo), const SO_SNDTIMEO = 4101
5475pkg syscall (darwin-386-cgo), const SO_TIMESTAMP = 1024
5476pkg syscall (darwin-386-cgo), const SO_TIMESTAMP_MONOTONIC = 2048
5477pkg syscall (darwin-386-cgo), const SO_TYPE = 4104
5478pkg syscall (darwin-386-cgo), const SO_UPCALLCLOSEWAIT = 4135
5479pkg syscall (darwin-386-cgo), const SO_USELOOPBACK = 64
5480pkg syscall (darwin-386-cgo), const SO_WANTMORE = 16384
5481pkg syscall (darwin-386-cgo), const SO_WANTOOBFLAG = 32768
5482pkg syscall (darwin-386-cgo), const SYS_ACCEPT = 30
5483pkg syscall (darwin-386-cgo), const SYS_ACCEPT_NOCANCEL = 404
5484pkg syscall (darwin-386-cgo), const SYS_ACCESS = 33
5485pkg syscall (darwin-386-cgo), const SYS_ACCESS_EXTENDED = 284
5486pkg syscall (darwin-386-cgo), const SYS_ACCT = 51
5487pkg syscall (darwin-386-cgo), const SYS_ADD_PROFIL = 176
5488pkg syscall (darwin-386-cgo), const SYS_ADJTIME = 140
5489pkg syscall (darwin-386-cgo), const SYS_AIO_CANCEL = 316
5490pkg syscall (darwin-386-cgo), const SYS_AIO_ERROR = 317
5491pkg syscall (darwin-386-cgo), const SYS_AIO_FSYNC = 313
5492pkg syscall (darwin-386-cgo), const SYS_AIO_READ = 318
5493pkg syscall (darwin-386-cgo), const SYS_AIO_RETURN = 314
5494pkg syscall (darwin-386-cgo), const SYS_AIO_SUSPEND = 315
5495pkg syscall (darwin-386-cgo), const SYS_AIO_SUSPEND_NOCANCEL = 421
5496pkg syscall (darwin-386-cgo), const SYS_AIO_WRITE = 319
5497pkg syscall (darwin-386-cgo), const SYS_ATGETMSG = 207
5498pkg syscall (darwin-386-cgo), const SYS_ATPGETREQ = 211
5499pkg syscall (darwin-386-cgo), const SYS_ATPGETRSP = 212
5500pkg syscall (darwin-386-cgo), const SYS_ATPSNDREQ = 209
5501pkg syscall (darwin-386-cgo), const SYS_ATPSNDRSP = 210
5502pkg syscall (darwin-386-cgo), const SYS_ATPUTMSG = 208
5503pkg syscall (darwin-386-cgo), const SYS_ATSOCKET = 206
5504pkg syscall (darwin-386-cgo), const SYS_AUDIT = 350
5505pkg syscall (darwin-386-cgo), const SYS_AUDITCTL = 359
5506pkg syscall (darwin-386-cgo), const SYS_AUDITON = 351
5507pkg syscall (darwin-386-cgo), const SYS_AUDIT_SESSION_JOIN = 429
5508pkg syscall (darwin-386-cgo), const SYS_AUDIT_SESSION_PORT = 432
5509pkg syscall (darwin-386-cgo), const SYS_AUDIT_SESSION_SELF = 428
5510pkg syscall (darwin-386-cgo), const SYS_BIND = 104
5511pkg syscall (darwin-386-cgo), const SYS_BSDTHREAD_CREATE = 360
5512pkg syscall (darwin-386-cgo), const SYS_BSDTHREAD_REGISTER = 366
5513pkg syscall (darwin-386-cgo), const SYS_BSDTHREAD_TERMINATE = 361
5514pkg syscall (darwin-386-cgo), const SYS_CHDIR = 12
5515pkg syscall (darwin-386-cgo), const SYS_CHFLAGS = 34
5516pkg syscall (darwin-386-cgo), const SYS_CHMOD = 15
5517pkg syscall (darwin-386-cgo), const SYS_CHMOD_EXTENDED = 282
5518pkg syscall (darwin-386-cgo), const SYS_CHOWN = 16
5519pkg syscall (darwin-386-cgo), const SYS_CHROOT = 61
5520pkg syscall (darwin-386-cgo), const SYS_CHUD = 185
5521pkg syscall (darwin-386-cgo), const SYS_CLOSE = 6
5522pkg syscall (darwin-386-cgo), const SYS_CLOSE_NOCANCEL = 399
5523pkg syscall (darwin-386-cgo), const SYS_CONNECT = 98
5524pkg syscall (darwin-386-cgo), const SYS_CONNECT_NOCANCEL = 409
5525pkg syscall (darwin-386-cgo), const SYS_COPYFILE = 227
5526pkg syscall (darwin-386-cgo), const SYS_CSOPS = 169
5527pkg syscall (darwin-386-cgo), const SYS_DELETE = 226
5528pkg syscall (darwin-386-cgo), const SYS_DUP = 41
5529pkg syscall (darwin-386-cgo), const SYS_DUP2 = 90
5530pkg syscall (darwin-386-cgo), const SYS_EXCHANGEDATA = 223
5531pkg syscall (darwin-386-cgo), const SYS_EXECVE = 59
5532pkg syscall (darwin-386-cgo), const SYS_EXIT = 1
5533pkg syscall (darwin-386-cgo), const SYS_FCHDIR = 13
5534pkg syscall (darwin-386-cgo), const SYS_FCHFLAGS = 35
5535pkg syscall (darwin-386-cgo), const SYS_FCHMOD = 124
5536pkg syscall (darwin-386-cgo), const SYS_FCHMOD_EXTENDED = 283
5537pkg syscall (darwin-386-cgo), const SYS_FCHOWN = 123
5538pkg syscall (darwin-386-cgo), const SYS_FCNTL = 92
5539pkg syscall (darwin-386-cgo), const SYS_FCNTL_NOCANCEL = 406
5540pkg syscall (darwin-386-cgo), const SYS_FDATASYNC = 187
5541pkg syscall (darwin-386-cgo), const SYS_FFSCTL = 245
5542pkg syscall (darwin-386-cgo), const SYS_FGETATTRLIST = 228
5543pkg syscall (darwin-386-cgo), const SYS_FGETXATTR = 235
5544pkg syscall (darwin-386-cgo), const SYS_FHOPEN = 248
5545pkg syscall (darwin-386-cgo), const SYS_FILEPORT_MAKEFD = 431
5546pkg syscall (darwin-386-cgo), const SYS_FILEPORT_MAKEPORT = 430
5547pkg syscall (darwin-386-cgo), const SYS_FLISTXATTR = 241
5548pkg syscall (darwin-386-cgo), const SYS_FLOCK = 131
5549pkg syscall (darwin-386-cgo), const SYS_FORK = 2
5550pkg syscall (darwin-386-cgo), const SYS_FPATHCONF = 192
5551pkg syscall (darwin-386-cgo), const SYS_FREMOVEXATTR = 239
5552pkg syscall (darwin-386-cgo), const SYS_FSCTL = 242
5553pkg syscall (darwin-386-cgo), const SYS_FSETATTRLIST = 229
5554pkg syscall (darwin-386-cgo), const SYS_FSETXATTR = 237
5555pkg syscall (darwin-386-cgo), const SYS_FSGETPATH = 427
5556pkg syscall (darwin-386-cgo), const SYS_FSTAT = 189
5557pkg syscall (darwin-386-cgo), const SYS_FSTAT64 = 339
5558pkg syscall (darwin-386-cgo), const SYS_FSTAT64_EXTENDED = 343
5559pkg syscall (darwin-386-cgo), const SYS_FSTATFS = 158
5560pkg syscall (darwin-386-cgo), const SYS_FSTATFS64 = 346
5561pkg syscall (darwin-386-cgo), const SYS_FSTATV = 219
5562pkg syscall (darwin-386-cgo), const SYS_FSTAT_EXTENDED = 281
5563pkg syscall (darwin-386-cgo), const SYS_FSYNC = 95
5564pkg syscall (darwin-386-cgo), const SYS_FSYNC_NOCANCEL = 408
5565pkg syscall (darwin-386-cgo), const SYS_FTRUNCATE = 201
5566pkg syscall (darwin-386-cgo), const SYS_FUTIMES = 139
5567pkg syscall (darwin-386-cgo), const SYS_GETATTRLIST = 220
5568pkg syscall (darwin-386-cgo), const SYS_GETAUDIT = 355
5569pkg syscall (darwin-386-cgo), const SYS_GETAUDIT_ADDR = 357
5570pkg syscall (darwin-386-cgo), const SYS_GETAUID = 353
5571pkg syscall (darwin-386-cgo), const SYS_GETDIRENTRIES = 196
5572pkg syscall (darwin-386-cgo), const SYS_GETDIRENTRIES64 = 344
5573pkg syscall (darwin-386-cgo), const SYS_GETDIRENTRIESATTR = 222
5574pkg syscall (darwin-386-cgo), const SYS_GETDTABLESIZE = 89
5575pkg syscall (darwin-386-cgo), const SYS_GETEGID = 43
5576pkg syscall (darwin-386-cgo), const SYS_GETEUID = 25
5577pkg syscall (darwin-386-cgo), const SYS_GETFH = 161
5578pkg syscall (darwin-386-cgo), const SYS_GETFSSTAT = 18
5579pkg syscall (darwin-386-cgo), const SYS_GETFSSTAT64 = 347
5580pkg syscall (darwin-386-cgo), const SYS_GETGID = 47
5581pkg syscall (darwin-386-cgo), const SYS_GETGROUPS = 79
5582pkg syscall (darwin-386-cgo), const SYS_GETHOSTUUID = 142
5583pkg syscall (darwin-386-cgo), const SYS_GETITIMER = 86
5584pkg syscall (darwin-386-cgo), const SYS_GETLCID = 395
5585pkg syscall (darwin-386-cgo), const SYS_GETLOGIN = 49
5586pkg syscall (darwin-386-cgo), const SYS_GETPEERNAME = 31
5587pkg syscall (darwin-386-cgo), const SYS_GETPGID = 151
5588pkg syscall (darwin-386-cgo), const SYS_GETPGRP = 81
5589pkg syscall (darwin-386-cgo), const SYS_GETPID = 20
5590pkg syscall (darwin-386-cgo), const SYS_GETPPID = 39
5591pkg syscall (darwin-386-cgo), const SYS_GETPRIORITY = 100
5592pkg syscall (darwin-386-cgo), const SYS_GETRLIMIT = 194
5593pkg syscall (darwin-386-cgo), const SYS_GETRUSAGE = 117
5594pkg syscall (darwin-386-cgo), const SYS_GETSGROUPS = 288
5595pkg syscall (darwin-386-cgo), const SYS_GETSID = 310
5596pkg syscall (darwin-386-cgo), const SYS_GETSOCKNAME = 32
5597pkg syscall (darwin-386-cgo), const SYS_GETSOCKOPT = 118
5598pkg syscall (darwin-386-cgo), const SYS_GETTID = 286
5599pkg syscall (darwin-386-cgo), const SYS_GETTIMEOFDAY = 116
5600pkg syscall (darwin-386-cgo), const SYS_GETUID = 24
5601pkg syscall (darwin-386-cgo), const SYS_GETWGROUPS = 290
5602pkg syscall (darwin-386-cgo), const SYS_GETXATTR = 234
5603pkg syscall (darwin-386-cgo), const SYS_IDENTITYSVC = 293
5604pkg syscall (darwin-386-cgo), const SYS_INITGROUPS = 243
5605pkg syscall (darwin-386-cgo), const SYS_IOCTL = 54
5606pkg syscall (darwin-386-cgo), const SYS_IOPOLICYSYS = 322
5607pkg syscall (darwin-386-cgo), const SYS_ISSETUGID = 327
5608pkg syscall (darwin-386-cgo), const SYS_KDEBUG_TRACE = 180
5609pkg syscall (darwin-386-cgo), const SYS_KEVENT = 363
5610pkg syscall (darwin-386-cgo), const SYS_KEVENT64 = 369
5611pkg syscall (darwin-386-cgo), const SYS_KILL = 37
5612pkg syscall (darwin-386-cgo), const SYS_KQUEUE = 362
5613pkg syscall (darwin-386-cgo), const SYS_LCHOWN = 364
5614pkg syscall (darwin-386-cgo), const SYS_LINK = 9
5615pkg syscall (darwin-386-cgo), const SYS_LIO_LISTIO = 320
5616pkg syscall (darwin-386-cgo), const SYS_LISTEN = 106
5617pkg syscall (darwin-386-cgo), const SYS_LISTXATTR = 240
5618pkg syscall (darwin-386-cgo), const SYS_LSEEK = 199
5619pkg syscall (darwin-386-cgo), const SYS_LSTAT = 190
5620pkg syscall (darwin-386-cgo), const SYS_LSTAT64 = 340
5621pkg syscall (darwin-386-cgo), const SYS_LSTAT64_EXTENDED = 342
5622pkg syscall (darwin-386-cgo), const SYS_LSTATV = 218
5623pkg syscall (darwin-386-cgo), const SYS_LSTAT_EXTENDED = 280
5624pkg syscall (darwin-386-cgo), const SYS_MADVISE = 75
5625pkg syscall (darwin-386-cgo), const SYS_MAXSYSCALL = 439
5626pkg syscall (darwin-386-cgo), const SYS_MINCORE = 78
5627pkg syscall (darwin-386-cgo), const SYS_MINHERIT = 250
5628pkg syscall (darwin-386-cgo), const SYS_MKCOMPLEX = 216
5629pkg syscall (darwin-386-cgo), const SYS_MKDIR = 136
5630pkg syscall (darwin-386-cgo), const SYS_MKDIR_EXTENDED = 292
5631pkg syscall (darwin-386-cgo), const SYS_MKFIFO = 132
5632pkg syscall (darwin-386-cgo), const SYS_MKFIFO_EXTENDED = 291
5633pkg syscall (darwin-386-cgo), const SYS_MKNOD = 14
5634pkg syscall (darwin-386-cgo), const SYS_MLOCK = 203
5635pkg syscall (darwin-386-cgo), const SYS_MLOCKALL = 324
5636pkg syscall (darwin-386-cgo), const SYS_MMAP = 197
5637pkg syscall (darwin-386-cgo), const SYS_MODWATCH = 233
5638pkg syscall (darwin-386-cgo), const SYS_MOUNT = 167
5639pkg syscall (darwin-386-cgo), const SYS_MPROTECT = 74
5640pkg syscall (darwin-386-cgo), const SYS_MSGCTL = 258
5641pkg syscall (darwin-386-cgo), const SYS_MSGGET = 259
5642pkg syscall (darwin-386-cgo), const SYS_MSGRCV = 261
5643pkg syscall (darwin-386-cgo), const SYS_MSGRCV_NOCANCEL = 419
5644pkg syscall (darwin-386-cgo), const SYS_MSGSND = 260
5645pkg syscall (darwin-386-cgo), const SYS_MSGSND_NOCANCEL = 418
5646pkg syscall (darwin-386-cgo), const SYS_MSGSYS = 252
5647pkg syscall (darwin-386-cgo), const SYS_MSYNC = 65
5648pkg syscall (darwin-386-cgo), const SYS_MSYNC_NOCANCEL = 405
5649pkg syscall (darwin-386-cgo), const SYS_MUNLOCK = 204
5650pkg syscall (darwin-386-cgo), const SYS_MUNLOCKALL = 325
5651pkg syscall (darwin-386-cgo), const SYS_MUNMAP = 73
5652pkg syscall (darwin-386-cgo), const SYS_NFSCLNT = 247
5653pkg syscall (darwin-386-cgo), const SYS_NFSSVC = 155
5654pkg syscall (darwin-386-cgo), const SYS_OPEN = 5
5655pkg syscall (darwin-386-cgo), const SYS_OPEN_EXTENDED = 277
5656pkg syscall (darwin-386-cgo), const SYS_OPEN_NOCANCEL = 398
5657pkg syscall (darwin-386-cgo), const SYS_PATHCONF = 191
5658pkg syscall (darwin-386-cgo), const SYS_PID_HIBERNATE = 435
5659pkg syscall (darwin-386-cgo), const SYS_PID_RESUME = 434
5660pkg syscall (darwin-386-cgo), const SYS_PID_SHUTDOWN_SOCKETS = 436
5661pkg syscall (darwin-386-cgo), const SYS_PID_SUSPEND = 433
5662pkg syscall (darwin-386-cgo), const SYS_PIPE = 42
5663pkg syscall (darwin-386-cgo), const SYS_POLL = 230
5664pkg syscall (darwin-386-cgo), const SYS_POLL_NOCANCEL = 417
5665pkg syscall (darwin-386-cgo), const SYS_POSIX_SPAWN = 244
5666pkg syscall (darwin-386-cgo), const SYS_PREAD = 153
5667pkg syscall (darwin-386-cgo), const SYS_PREAD_NOCANCEL = 414
5668pkg syscall (darwin-386-cgo), const SYS_PROCESS_POLICY = 323
5669pkg syscall (darwin-386-cgo), const SYS_PROC_INFO = 336
5670pkg syscall (darwin-386-cgo), const SYS_PROFIL = 44
5671pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVBROAD = 303
5672pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVCLRPREPOST = 312
5673pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVSIGNAL = 304
5674pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVWAIT = 305
5675pkg syscall (darwin-386-cgo), const SYS_PSYNCH_MUTEXDROP = 302
5676pkg syscall (darwin-386-cgo), const SYS_PSYNCH_MUTEXWAIT = 301
5677pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_DOWNGRADE = 299
5678pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_LONGRDLOCK = 297
5679pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_RDLOCK = 306
5680pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_UNLOCK = 308
5681pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_UNLOCK2 = 309
5682pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_UPGRADE = 300
5683pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_WRLOCK = 307
5684pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_YIELDWRLOCK = 298
5685pkg syscall (darwin-386-cgo), const SYS_PTRACE = 26
5686pkg syscall (darwin-386-cgo), const SYS_PWRITE = 154
5687pkg syscall (darwin-386-cgo), const SYS_PWRITE_NOCANCEL = 415
5688pkg syscall (darwin-386-cgo), const SYS_QUOTACTL = 165
5689pkg syscall (darwin-386-cgo), const SYS_READ = 3
5690pkg syscall (darwin-386-cgo), const SYS_READLINK = 58
5691pkg syscall (darwin-386-cgo), const SYS_READV = 120
5692pkg syscall (darwin-386-cgo), const SYS_READV_NOCANCEL = 411
5693pkg syscall (darwin-386-cgo), const SYS_READ_NOCANCEL = 396
5694pkg syscall (darwin-386-cgo), const SYS_REBOOT = 55
5695pkg syscall (darwin-386-cgo), const SYS_RECVFROM = 29
5696pkg syscall (darwin-386-cgo), const SYS_RECVFROM_NOCANCEL = 403
5697pkg syscall (darwin-386-cgo), const SYS_RECVMSG = 27
5698pkg syscall (darwin-386-cgo), const SYS_RECVMSG_NOCANCEL = 401
5699pkg syscall (darwin-386-cgo), const SYS_REMOVEXATTR = 238
5700pkg syscall (darwin-386-cgo), const SYS_RENAME = 128
5701pkg syscall (darwin-386-cgo), const SYS_REVOKE = 56
5702pkg syscall (darwin-386-cgo), const SYS_RMDIR = 137
5703pkg syscall (darwin-386-cgo), const SYS_SEARCHFS = 225
5704pkg syscall (darwin-386-cgo), const SYS_SELECT = 93
5705pkg syscall (darwin-386-cgo), const SYS_SELECT_NOCANCEL = 407
5706pkg syscall (darwin-386-cgo), const SYS_SEMCTL = 254
5707pkg syscall (darwin-386-cgo), const SYS_SEMGET = 255
5708pkg syscall (darwin-386-cgo), const SYS_SEMOP = 256
5709pkg syscall (darwin-386-cgo), const SYS_SEMSYS = 251
5710pkg syscall (darwin-386-cgo), const SYS_SEM_CLOSE = 269
5711pkg syscall (darwin-386-cgo), const SYS_SEM_DESTROY = 276
5712pkg syscall (darwin-386-cgo), const SYS_SEM_GETVALUE = 274
5713pkg syscall (darwin-386-cgo), const SYS_SEM_INIT = 275
5714pkg syscall (darwin-386-cgo), const SYS_SEM_OPEN = 268
5715pkg syscall (darwin-386-cgo), const SYS_SEM_POST = 273
5716pkg syscall (darwin-386-cgo), const SYS_SEM_TRYWAIT = 272
5717pkg syscall (darwin-386-cgo), const SYS_SEM_UNLINK = 270
5718pkg syscall (darwin-386-cgo), const SYS_SEM_WAIT = 271
5719pkg syscall (darwin-386-cgo), const SYS_SEM_WAIT_NOCANCEL = 420
5720pkg syscall (darwin-386-cgo), const SYS_SENDFILE = 337
5721pkg syscall (darwin-386-cgo), const SYS_SENDMSG = 28
5722pkg syscall (darwin-386-cgo), const SYS_SENDMSG_NOCANCEL = 402
5723pkg syscall (darwin-386-cgo), const SYS_SENDTO = 133
5724pkg syscall (darwin-386-cgo), const SYS_SENDTO_NOCANCEL = 413
5725pkg syscall (darwin-386-cgo), const SYS_SETATTRLIST = 221
5726pkg syscall (darwin-386-cgo), const SYS_SETAUDIT = 356
5727pkg syscall (darwin-386-cgo), const SYS_SETAUDIT_ADDR = 358
5728pkg syscall (darwin-386-cgo), const SYS_SETAUID = 354
5729pkg syscall (darwin-386-cgo), const SYS_SETEGID = 182
5730pkg syscall (darwin-386-cgo), const SYS_SETEUID = 183
5731pkg syscall (darwin-386-cgo), const SYS_SETGID = 181
5732pkg syscall (darwin-386-cgo), const SYS_SETGROUPS = 80
5733pkg syscall (darwin-386-cgo), const SYS_SETITIMER = 83
5734pkg syscall (darwin-386-cgo), const SYS_SETLCID = 394
5735pkg syscall (darwin-386-cgo), const SYS_SETLOGIN = 50
5736pkg syscall (darwin-386-cgo), const SYS_SETPGID = 82
5737pkg syscall (darwin-386-cgo), const SYS_SETPRIORITY = 96
5738pkg syscall (darwin-386-cgo), const SYS_SETPRIVEXEC = 152
5739pkg syscall (darwin-386-cgo), const SYS_SETREGID = 127
5740pkg syscall (darwin-386-cgo), const SYS_SETREUID = 126
5741pkg syscall (darwin-386-cgo), const SYS_SETRLIMIT = 195
5742pkg syscall (darwin-386-cgo), const SYS_SETSGROUPS = 287
5743pkg syscall (darwin-386-cgo), const SYS_SETSID = 147
5744pkg syscall (darwin-386-cgo), const SYS_SETSOCKOPT = 105
5745pkg syscall (darwin-386-cgo), const SYS_SETTID = 285
5746pkg syscall (darwin-386-cgo), const SYS_SETTID_WITH_PID = 311
5747pkg syscall (darwin-386-cgo), const SYS_SETTIMEOFDAY = 122
5748pkg syscall (darwin-386-cgo), const SYS_SETUID = 23
5749pkg syscall (darwin-386-cgo), const SYS_SETWGROUPS = 289
5750pkg syscall (darwin-386-cgo), const SYS_SETXATTR = 236
5751pkg syscall (darwin-386-cgo), const SYS_SHARED_REGION_CHECK_NP = 294
5752pkg syscall (darwin-386-cgo), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
5753pkg syscall (darwin-386-cgo), const SYS_SHMAT = 262
5754pkg syscall (darwin-386-cgo), const SYS_SHMCTL = 263
5755pkg syscall (darwin-386-cgo), const SYS_SHMDT = 264
5756pkg syscall (darwin-386-cgo), const SYS_SHMGET = 265
5757pkg syscall (darwin-386-cgo), const SYS_SHMSYS = 253
5758pkg syscall (darwin-386-cgo), const SYS_SHM_OPEN = 266
5759pkg syscall (darwin-386-cgo), const SYS_SHM_UNLINK = 267
5760pkg syscall (darwin-386-cgo), const SYS_SHUTDOWN = 134
5761pkg syscall (darwin-386-cgo), const SYS_SIGACTION = 46
5762pkg syscall (darwin-386-cgo), const SYS_SIGALTSTACK = 53
5763pkg syscall (darwin-386-cgo), const SYS_SIGPENDING = 52
5764pkg syscall (darwin-386-cgo), const SYS_SIGPROCMASK = 48
5765pkg syscall (darwin-386-cgo), const SYS_SIGRETURN = 184
5766pkg syscall (darwin-386-cgo), const SYS_SIGSUSPEND = 111
5767pkg syscall (darwin-386-cgo), const SYS_SIGSUSPEND_NOCANCEL = 410
5768pkg syscall (darwin-386-cgo), const SYS_SOCKET = 97
5769pkg syscall (darwin-386-cgo), const SYS_SOCKETPAIR = 135
5770pkg syscall (darwin-386-cgo), const SYS_STACK_SNAPSHOT = 365
5771pkg syscall (darwin-386-cgo), const SYS_STAT = 188
5772pkg syscall (darwin-386-cgo), const SYS_STAT64 = 338
5773pkg syscall (darwin-386-cgo), const SYS_STAT64_EXTENDED = 341
5774pkg syscall (darwin-386-cgo), const SYS_STATFS = 157
5775pkg syscall (darwin-386-cgo), const SYS_STATFS64 = 345
5776pkg syscall (darwin-386-cgo), const SYS_STATV = 217
5777pkg syscall (darwin-386-cgo), const SYS_STAT_EXTENDED = 279
5778pkg syscall (darwin-386-cgo), const SYS_SWAPON = 85
5779pkg syscall (darwin-386-cgo), const SYS_SYMLINK = 57
5780pkg syscall (darwin-386-cgo), const SYS_SYNC = 36
5781pkg syscall (darwin-386-cgo), const SYS_SYSCALL = 0
5782pkg syscall (darwin-386-cgo), const SYS_THREAD_SELFID = 372
5783pkg syscall (darwin-386-cgo), const SYS_TRUNCATE = 200
5784pkg syscall (darwin-386-cgo), const SYS_UMASK = 60
5785pkg syscall (darwin-386-cgo), const SYS_UMASK_EXTENDED = 278
5786pkg syscall (darwin-386-cgo), const SYS_UNDELETE = 205
5787pkg syscall (darwin-386-cgo), const SYS_UNLINK = 10
5788pkg syscall (darwin-386-cgo), const SYS_UNMOUNT = 159
5789pkg syscall (darwin-386-cgo), const SYS_UTIMES = 138
5790pkg syscall (darwin-386-cgo), const SYS_VFORK = 66
5791pkg syscall (darwin-386-cgo), const SYS_VM_PRESSURE_MONITOR = 296
5792pkg syscall (darwin-386-cgo), const SYS_WAIT4 = 7
5793pkg syscall (darwin-386-cgo), const SYS_WAIT4_NOCANCEL = 400
5794pkg syscall (darwin-386-cgo), const SYS_WAITEVENT = 232
5795pkg syscall (darwin-386-cgo), const SYS_WAITID = 173
5796pkg syscall (darwin-386-cgo), const SYS_WAITID_NOCANCEL = 416
5797pkg syscall (darwin-386-cgo), const SYS_WATCHEVENT = 231
5798pkg syscall (darwin-386-cgo), const SYS_WORKQ_KERNRETURN = 368
5799pkg syscall (darwin-386-cgo), const SYS_WORKQ_OPEN = 367
5800pkg syscall (darwin-386-cgo), const SYS_WRITE = 4
5801pkg syscall (darwin-386-cgo), const SYS_WRITEV = 121
5802pkg syscall (darwin-386-cgo), const SYS_WRITEV_NOCANCEL = 412
5803pkg syscall (darwin-386-cgo), const SYS_WRITE_NOCANCEL = 397
5804pkg syscall (darwin-386-cgo), const SYS___DISABLE_THREADSIGNAL = 331
5805pkg syscall (darwin-386-cgo), const SYS___MAC_EXECVE = 380
5806pkg syscall (darwin-386-cgo), const SYS___MAC_GETFSSTAT = 426
5807pkg syscall (darwin-386-cgo), const SYS___MAC_GET_FD = 388
5808pkg syscall (darwin-386-cgo), const SYS___MAC_GET_FILE = 382
5809pkg syscall (darwin-386-cgo), const SYS___MAC_GET_LCID = 391
5810pkg syscall (darwin-386-cgo), const SYS___MAC_GET_LCTX = 392
5811pkg syscall (darwin-386-cgo), const SYS___MAC_GET_LINK = 384
5812pkg syscall (darwin-386-cgo), const SYS___MAC_GET_MOUNT = 425
5813pkg syscall (darwin-386-cgo), const SYS___MAC_GET_PID = 390
5814pkg syscall (darwin-386-cgo), const SYS___MAC_GET_PROC = 386
5815pkg syscall (darwin-386-cgo), const SYS___MAC_MOUNT = 424
5816pkg syscall (darwin-386-cgo), const SYS___MAC_SET_FD = 389
5817pkg syscall (darwin-386-cgo), const SYS___MAC_SET_FILE = 383
5818pkg syscall (darwin-386-cgo), const SYS___MAC_SET_LCTX = 393
5819pkg syscall (darwin-386-cgo), const SYS___MAC_SET_LINK = 385
5820pkg syscall (darwin-386-cgo), const SYS___MAC_SET_PROC = 387
5821pkg syscall (darwin-386-cgo), const SYS___MAC_SYSCALL = 381
5822pkg syscall (darwin-386-cgo), const SYS___OLD_SEMWAIT_SIGNAL = 370
5823pkg syscall (darwin-386-cgo), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371
5824pkg syscall (darwin-386-cgo), const SYS___PTHREAD_CANCELED = 333
5825pkg syscall (darwin-386-cgo), const SYS___PTHREAD_CHDIR = 348
5826pkg syscall (darwin-386-cgo), const SYS___PTHREAD_FCHDIR = 349
5827pkg syscall (darwin-386-cgo), const SYS___PTHREAD_KILL = 328
5828pkg syscall (darwin-386-cgo), const SYS___PTHREAD_MARKCANCEL = 332
5829pkg syscall (darwin-386-cgo), const SYS___PTHREAD_SIGMASK = 329
5830pkg syscall (darwin-386-cgo), const SYS___SEMWAIT_SIGNAL = 334
5831pkg syscall (darwin-386-cgo), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423
5832pkg syscall (darwin-386-cgo), const SYS___SIGWAIT = 330
5833pkg syscall (darwin-386-cgo), const SYS___SIGWAIT_NOCANCEL = 422
5834pkg syscall (darwin-386-cgo), const SYS___SYSCTL = 202
5835pkg syscall (darwin-386-cgo), const S_IEXEC = 64
5836pkg syscall (darwin-386-cgo), const S_IFMT = 61440
5837pkg syscall (darwin-386-cgo), const S_IFWHT = 57344
5838pkg syscall (darwin-386-cgo), const S_IREAD = 256
5839pkg syscall (darwin-386-cgo), const S_IRGRP = 32
5840pkg syscall (darwin-386-cgo), const S_IROTH = 4
5841pkg syscall (darwin-386-cgo), const S_IRWXG = 56
5842pkg syscall (darwin-386-cgo), const S_IRWXO = 7
5843pkg syscall (darwin-386-cgo), const S_IRWXU = 448
5844pkg syscall (darwin-386-cgo), const S_ISTXT = 512
5845pkg syscall (darwin-386-cgo), const S_IWGRP = 16
5846pkg syscall (darwin-386-cgo), const S_IWOTH = 2
5847pkg syscall (darwin-386-cgo), const S_IWRITE = 128
5848pkg syscall (darwin-386-cgo), const S_IXGRP = 8
5849pkg syscall (darwin-386-cgo), const S_IXOTH = 1
5850pkg syscall (darwin-386-cgo), const SizeofBpfHdr = 20
5851pkg syscall (darwin-386-cgo), const SizeofBpfInsn = 8
5852pkg syscall (darwin-386-cgo), const SizeofBpfProgram = 8
5853pkg syscall (darwin-386-cgo), const SizeofBpfStat = 8
5854pkg syscall (darwin-386-cgo), const SizeofBpfVersion = 4
5855pkg syscall (darwin-386-cgo), const SizeofCmsghdr = 12
5856pkg syscall (darwin-386-cgo), const SizeofIPMreq = 8
5857pkg syscall (darwin-386-cgo), const SizeofIPv6Mreq = 20
5858pkg syscall (darwin-386-cgo), const SizeofIfData = 96
5859pkg syscall (darwin-386-cgo), const SizeofIfMsghdr = 112
5860pkg syscall (darwin-386-cgo), const SizeofIfaMsghdr = 20
5861pkg syscall (darwin-386-cgo), const SizeofIfmaMsghdr = 16
5862pkg syscall (darwin-386-cgo), const SizeofIfmaMsghdr2 = 20
5863pkg syscall (darwin-386-cgo), const SizeofInet4Pktinfo = 12
5864pkg syscall (darwin-386-cgo), const SizeofInet4Pktinfo ideal-int
5865pkg syscall (darwin-386-cgo), const SizeofInet6Pktinfo = 20
5866pkg syscall (darwin-386-cgo), const SizeofLinger = 8
5867pkg syscall (darwin-386-cgo), const SizeofMsghdr = 28
5868pkg syscall (darwin-386-cgo), const SizeofRtMetrics = 56
5869pkg syscall (darwin-386-cgo), const SizeofRtMsghdr = 92
5870pkg syscall (darwin-386-cgo), const SizeofSockaddrAny = 108
5871pkg syscall (darwin-386-cgo), const SizeofSockaddrDatalink = 20
5872pkg syscall (darwin-386-cgo), const SizeofSockaddrInet4 = 16
5873pkg syscall (darwin-386-cgo), const SizeofSockaddrInet6 = 28
5874pkg syscall (darwin-386-cgo), const SizeofSockaddrUnix = 106
5875pkg syscall (darwin-386-cgo), const TCIFLUSH = 1
5876pkg syscall (darwin-386-cgo), const TCIFLUSH ideal-int
5877pkg syscall (darwin-386-cgo), const TCIOFLUSH = 3
5878pkg syscall (darwin-386-cgo), const TCIOFLUSH ideal-int
5879pkg syscall (darwin-386-cgo), const TCOFLUSH = 2
5880pkg syscall (darwin-386-cgo), const TCOFLUSH ideal-int
5881pkg syscall (darwin-386-cgo), const TCP_CONNECTIONTIMEOUT = 32
5882pkg syscall (darwin-386-cgo), const TCP_KEEPALIVE = 16
5883pkg syscall (darwin-386-cgo), const TCP_MAXHLEN = 60
5884pkg syscall (darwin-386-cgo), const TCP_MAXOLEN = 40
5885pkg syscall (darwin-386-cgo), const TCP_MAXSEG = 2
5886pkg syscall (darwin-386-cgo), const TCP_MAXWIN = 65535
5887pkg syscall (darwin-386-cgo), const TCP_MAX_SACK = 3
5888pkg syscall (darwin-386-cgo), const TCP_MAX_WINSHIFT = 14
5889pkg syscall (darwin-386-cgo), const TCP_MINMSS = 216
5890pkg syscall (darwin-386-cgo), const TCP_MINMSSOVERLOAD = 1000
5891pkg syscall (darwin-386-cgo), const TCP_MSS = 512
5892pkg syscall (darwin-386-cgo), const TCP_NOOPT = 8
5893pkg syscall (darwin-386-cgo), const TCP_NOPUSH = 4
5894pkg syscall (darwin-386-cgo), const TCP_RXT_CONNDROPTIME = 128
5895pkg syscall (darwin-386-cgo), const TCP_RXT_FINDROP = 256
5896pkg syscall (darwin-386-cgo), const TCSAFLUSH = 2
5897pkg syscall (darwin-386-cgo), const TCSAFLUSH ideal-int
5898pkg syscall (darwin-386-cgo), const TIOCCBRK = 536900730
5899pkg syscall (darwin-386-cgo), const TIOCCDTR = 536900728
5900pkg syscall (darwin-386-cgo), const TIOCCONS = 2147775586
5901pkg syscall (darwin-386-cgo), const TIOCDCDTIMESTAMP = 1074295896
5902pkg syscall (darwin-386-cgo), const TIOCDRAIN = 536900702
5903pkg syscall (darwin-386-cgo), const TIOCDSIMICROCODE = 536900693
5904pkg syscall (darwin-386-cgo), const TIOCEXCL = 536900621
5905pkg syscall (darwin-386-cgo), const TIOCEXT = 2147775584
5906pkg syscall (darwin-386-cgo), const TIOCFLUSH = 2147775504
5907pkg syscall (darwin-386-cgo), const TIOCGDRAINWAIT = 1074033750
5908pkg syscall (darwin-386-cgo), const TIOCGETA = 1076655123
5909pkg syscall (darwin-386-cgo), const TIOCGETD = 1074033690
5910pkg syscall (darwin-386-cgo), const TIOCGPGRP = 1074033783
5911pkg syscall (darwin-386-cgo), const TIOCGWINSZ = 1074295912
5912pkg syscall (darwin-386-cgo), const TIOCIXOFF = 536900736
5913pkg syscall (darwin-386-cgo), const TIOCIXON = 536900737
5914pkg syscall (darwin-386-cgo), const TIOCMBIC = 2147775595
5915pkg syscall (darwin-386-cgo), const TIOCMBIS = 2147775596
5916pkg syscall (darwin-386-cgo), const TIOCMGDTRWAIT = 1074033754
5917pkg syscall (darwin-386-cgo), const TIOCMGET = 1074033770
5918pkg syscall (darwin-386-cgo), const TIOCMODG = 1074033667
5919pkg syscall (darwin-386-cgo), const TIOCMODS = 2147775492
5920pkg syscall (darwin-386-cgo), const TIOCMSDTRWAIT = 2147775579
5921pkg syscall (darwin-386-cgo), const TIOCMSET = 2147775597
5922pkg syscall (darwin-386-cgo), const TIOCM_CAR = 64
5923pkg syscall (darwin-386-cgo), const TIOCM_CD = 64
5924pkg syscall (darwin-386-cgo), const TIOCM_CTS = 32
5925pkg syscall (darwin-386-cgo), const TIOCM_DSR = 256
5926pkg syscall (darwin-386-cgo), const TIOCM_DTR = 2
5927pkg syscall (darwin-386-cgo), const TIOCM_LE = 1
5928pkg syscall (darwin-386-cgo), const TIOCM_RI = 128
5929pkg syscall (darwin-386-cgo), const TIOCM_RNG = 128
5930pkg syscall (darwin-386-cgo), const TIOCM_RTS = 4
5931pkg syscall (darwin-386-cgo), const TIOCM_SR = 16
5932pkg syscall (darwin-386-cgo), const TIOCM_ST = 8
5933pkg syscall (darwin-386-cgo), const TIOCNOTTY = 536900721
5934pkg syscall (darwin-386-cgo), const TIOCNXCL = 536900622
5935pkg syscall (darwin-386-cgo), const TIOCOUTQ = 1074033779
5936pkg syscall (darwin-386-cgo), const TIOCPKT = 2147775600
5937pkg syscall (darwin-386-cgo), const TIOCPKT_DATA = 0
5938pkg syscall (darwin-386-cgo), const TIOCPKT_DOSTOP = 32
5939pkg syscall (darwin-386-cgo), const TIOCPKT_FLUSHREAD = 1
5940pkg syscall (darwin-386-cgo), const TIOCPKT_FLUSHWRITE = 2
5941pkg syscall (darwin-386-cgo), const TIOCPKT_IOCTL = 64
5942pkg syscall (darwin-386-cgo), const TIOCPKT_NOSTOP = 16
5943pkg syscall (darwin-386-cgo), const TIOCPKT_START = 8
5944pkg syscall (darwin-386-cgo), const TIOCPKT_STOP = 4
5945pkg syscall (darwin-386-cgo), const TIOCPTYGNAME = 1082160211
5946pkg syscall (darwin-386-cgo), const TIOCPTYGRANT = 536900692
5947pkg syscall (darwin-386-cgo), const TIOCPTYUNLK = 536900690
5948pkg syscall (darwin-386-cgo), const TIOCREMOTE = 2147775593
5949pkg syscall (darwin-386-cgo), const TIOCSBRK = 536900731
5950pkg syscall (darwin-386-cgo), const TIOCSCONS = 536900707
5951pkg syscall (darwin-386-cgo), const TIOCSCTTY = 536900705
5952pkg syscall (darwin-386-cgo), const TIOCSDRAINWAIT = 2147775575
5953pkg syscall (darwin-386-cgo), const TIOCSDTR = 536900729
5954pkg syscall (darwin-386-cgo), const TIOCSETA = 2150396948
5955pkg syscall (darwin-386-cgo), const TIOCSETAF = 2150396950
5956pkg syscall (darwin-386-cgo), const TIOCSETAW = 2150396949
5957pkg syscall (darwin-386-cgo), const TIOCSETD = 2147775515
5958pkg syscall (darwin-386-cgo), const TIOCSIG = 536900703
5959pkg syscall (darwin-386-cgo), const TIOCSPGRP = 2147775606
5960pkg syscall (darwin-386-cgo), const TIOCSTART = 536900718
5961pkg syscall (darwin-386-cgo), const TIOCSTAT = 536900709
5962pkg syscall (darwin-386-cgo), const TIOCSTI = 2147578994
5963pkg syscall (darwin-386-cgo), const TIOCSTOP = 536900719
5964pkg syscall (darwin-386-cgo), const TIOCSWINSZ = 2148037735
5965pkg syscall (darwin-386-cgo), const TIOCTIMESTAMP = 1074295897
5966pkg syscall (darwin-386-cgo), const TIOCUCNTL = 2147775590
5967pkg syscall (darwin-386-cgo), const TOSTOP = 4194304
5968pkg syscall (darwin-386-cgo), const TOSTOP ideal-int
5969pkg syscall (darwin-386-cgo), const VDISCARD = 15
5970pkg syscall (darwin-386-cgo), const VDISCARD ideal-int
5971pkg syscall (darwin-386-cgo), const VDSUSP = 11
5972pkg syscall (darwin-386-cgo), const VDSUSP ideal-int
5973pkg syscall (darwin-386-cgo), const VEOF = 0
5974pkg syscall (darwin-386-cgo), const VEOF ideal-int
5975pkg syscall (darwin-386-cgo), const VEOL = 1
5976pkg syscall (darwin-386-cgo), const VEOL ideal-int
5977pkg syscall (darwin-386-cgo), const VEOL2 = 2
5978pkg syscall (darwin-386-cgo), const VEOL2 ideal-int
5979pkg syscall (darwin-386-cgo), const VERASE = 3
5980pkg syscall (darwin-386-cgo), const VERASE ideal-int
5981pkg syscall (darwin-386-cgo), const VINTR = 8
5982pkg syscall (darwin-386-cgo), const VINTR ideal-int
5983pkg syscall (darwin-386-cgo), const VKILL = 5
5984pkg syscall (darwin-386-cgo), const VKILL ideal-int
5985pkg syscall (darwin-386-cgo), const VLNEXT = 14
5986pkg syscall (darwin-386-cgo), const VLNEXT ideal-int
5987pkg syscall (darwin-386-cgo), const VMIN = 16
5988pkg syscall (darwin-386-cgo), const VMIN ideal-int
5989pkg syscall (darwin-386-cgo), const VQUIT = 9
5990pkg syscall (darwin-386-cgo), const VQUIT ideal-int
5991pkg syscall (darwin-386-cgo), const VREPRINT = 6
5992pkg syscall (darwin-386-cgo), const VREPRINT ideal-int
5993pkg syscall (darwin-386-cgo), const VSTART = 12
5994pkg syscall (darwin-386-cgo), const VSTART ideal-int
5995pkg syscall (darwin-386-cgo), const VSTATUS = 18
5996pkg syscall (darwin-386-cgo), const VSTATUS ideal-int
5997pkg syscall (darwin-386-cgo), const VSTOP = 13
5998pkg syscall (darwin-386-cgo), const VSTOP ideal-int
5999pkg syscall (darwin-386-cgo), const VSUSP = 10
6000pkg syscall (darwin-386-cgo), const VSUSP ideal-int
6001pkg syscall (darwin-386-cgo), const VT0 = 0
6002pkg syscall (darwin-386-cgo), const VT0 ideal-int
6003pkg syscall (darwin-386-cgo), const VT1 = 65536
6004pkg syscall (darwin-386-cgo), const VT1 ideal-int
6005pkg syscall (darwin-386-cgo), const VTDLY = 65536
6006pkg syscall (darwin-386-cgo), const VTDLY ideal-int
6007pkg syscall (darwin-386-cgo), const VTIME = 17
6008pkg syscall (darwin-386-cgo), const VTIME ideal-int
6009pkg syscall (darwin-386-cgo), const VWERASE = 4
6010pkg syscall (darwin-386-cgo), const VWERASE ideal-int
6011pkg syscall (darwin-386-cgo), const WCONTINUED = 16
6012pkg syscall (darwin-386-cgo), const WCOREFLAG = 128
6013pkg syscall (darwin-386-cgo), const WEXITED = 4
6014pkg syscall (darwin-386-cgo), const WNOHANG = 1
6015pkg syscall (darwin-386-cgo), const WNOWAIT = 32
6016pkg syscall (darwin-386-cgo), const WORDSIZE = 32
6017pkg syscall (darwin-386-cgo), const WSTOPPED = 8
6018pkg syscall (darwin-386-cgo), const WUNTRACED = 2
6019pkg syscall (darwin-386-cgo), func Fchflags(int, int) error
6020pkg syscall (darwin-386-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error)
6021pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct
6022pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct, Addr [4]uint8
6023pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct, Ifindex uint32
6024pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct, Spec_dst [4]uint8
6025pkg syscall (darwin-386-cgo), type Termios struct
6026pkg syscall (darwin-386-cgo), type Termios struct, Cc [20]uint8
6027pkg syscall (darwin-386-cgo), type Termios struct, Cflag uint32
6028pkg syscall (darwin-386-cgo), type Termios struct, Iflag uint32
6029pkg syscall (darwin-386-cgo), type Termios struct, Ispeed uint32
6030pkg syscall (darwin-386-cgo), type Termios struct, Lflag uint32
6031pkg syscall (darwin-386-cgo), type Termios struct, Oflag uint32
6032pkg syscall (darwin-386-cgo), type Termios struct, Ospeed uint32
6033pkg syscall (darwin-amd64), const AF_APPLETALK = 16
6034pkg syscall (darwin-amd64), const AF_CCITT = 10
6035pkg syscall (darwin-amd64), const AF_CHAOS = 5
6036pkg syscall (darwin-amd64), const AF_CNT = 21
6037pkg syscall (darwin-amd64), const AF_COIP = 20
6038pkg syscall (darwin-amd64), const AF_DATAKIT = 9
6039pkg syscall (darwin-amd64), const AF_DECnet = 12
6040pkg syscall (darwin-amd64), const AF_DLI = 13
6041pkg syscall (darwin-amd64), const AF_E164 = 28
6042pkg syscall (darwin-amd64), const AF_ECMA = 8
6043pkg syscall (darwin-amd64), const AF_HYLINK = 15
6044pkg syscall (darwin-amd64), const AF_IEEE80211 = 37
6045pkg syscall (darwin-amd64), const AF_IMPLINK = 3
6046pkg syscall (darwin-amd64), const AF_INET6 = 30
6047pkg syscall (darwin-amd64), const AF_IPX = 23
6048pkg syscall (darwin-amd64), const AF_ISDN = 28
6049pkg syscall (darwin-amd64), const AF_ISO = 7
6050pkg syscall (darwin-amd64), const AF_LAT = 14
6051pkg syscall (darwin-amd64), const AF_LINK = 18
6052pkg syscall (darwin-amd64), const AF_LOCAL = 1
6053pkg syscall (darwin-amd64), const AF_MAX = 38
6054pkg syscall (darwin-amd64), const AF_NATM = 31
6055pkg syscall (darwin-amd64), const AF_NDRV = 27
6056pkg syscall (darwin-amd64), const AF_NETBIOS = 33
6057pkg syscall (darwin-amd64), const AF_NS = 6
6058pkg syscall (darwin-amd64), const AF_OSI = 7
6059pkg syscall (darwin-amd64), const AF_PPP = 34
6060pkg syscall (darwin-amd64), const AF_PUP = 4
6061pkg syscall (darwin-amd64), const AF_RESERVED_36 = 36
6062pkg syscall (darwin-amd64), const AF_ROUTE = 17
6063pkg syscall (darwin-amd64), const AF_SIP = 24
6064pkg syscall (darwin-amd64), const AF_SNA = 11
6065pkg syscall (darwin-amd64), const AF_SYSTEM = 32
6066pkg syscall (darwin-amd64), const B0 = 0
6067pkg syscall (darwin-amd64), const B0 ideal-int
6068pkg syscall (darwin-amd64), const B110 = 110
6069pkg syscall (darwin-amd64), const B110 ideal-int
6070pkg syscall (darwin-amd64), const B115200 = 115200
6071pkg syscall (darwin-amd64), const B115200 ideal-int
6072pkg syscall (darwin-amd64), const B1200 = 1200
6073pkg syscall (darwin-amd64), const B1200 ideal-int
6074pkg syscall (darwin-amd64), const B134 = 134
6075pkg syscall (darwin-amd64), const B134 ideal-int
6076pkg syscall (darwin-amd64), const B14400 = 14400
6077pkg syscall (darwin-amd64), const B14400 ideal-int
6078pkg syscall (darwin-amd64), const B150 = 150
6079pkg syscall (darwin-amd64), const B150 ideal-int
6080pkg syscall (darwin-amd64), const B1800 = 1800
6081pkg syscall (darwin-amd64), const B1800 ideal-int
6082pkg syscall (darwin-amd64), const B19200 = 19200
6083pkg syscall (darwin-amd64), const B19200 ideal-int
6084pkg syscall (darwin-amd64), const B200 = 200
6085pkg syscall (darwin-amd64), const B200 ideal-int
6086pkg syscall (darwin-amd64), const B230400 = 230400
6087pkg syscall (darwin-amd64), const B230400 ideal-int
6088pkg syscall (darwin-amd64), const B2400 = 2400
6089pkg syscall (darwin-amd64), const B2400 ideal-int
6090pkg syscall (darwin-amd64), const B28800 = 28800
6091pkg syscall (darwin-amd64), const B28800 ideal-int
6092pkg syscall (darwin-amd64), const B300 = 300
6093pkg syscall (darwin-amd64), const B300 ideal-int
6094pkg syscall (darwin-amd64), const B38400 = 38400
6095pkg syscall (darwin-amd64), const B38400 ideal-int
6096pkg syscall (darwin-amd64), const B4800 = 4800
6097pkg syscall (darwin-amd64), const B4800 ideal-int
6098pkg syscall (darwin-amd64), const B50 = 50
6099pkg syscall (darwin-amd64), const B50 ideal-int
6100pkg syscall (darwin-amd64), const B57600 = 57600
6101pkg syscall (darwin-amd64), const B57600 ideal-int
6102pkg syscall (darwin-amd64), const B600 = 600
6103pkg syscall (darwin-amd64), const B600 ideal-int
6104pkg syscall (darwin-amd64), const B7200 = 7200
6105pkg syscall (darwin-amd64), const B7200 ideal-int
6106pkg syscall (darwin-amd64), const B75 = 75
6107pkg syscall (darwin-amd64), const B75 ideal-int
6108pkg syscall (darwin-amd64), const B76800 = 76800
6109pkg syscall (darwin-amd64), const B76800 ideal-int
6110pkg syscall (darwin-amd64), const B9600 = 9600
6111pkg syscall (darwin-amd64), const B9600 ideal-int
6112pkg syscall (darwin-amd64), const BIOCFLUSH = 536887912
6113pkg syscall (darwin-amd64), const BIOCGBLEN = 1074020966
6114pkg syscall (darwin-amd64), const BIOCGDLT = 1074020970
6115pkg syscall (darwin-amd64), const BIOCGDLTLIST = 3222028921
6116pkg syscall (darwin-amd64), const BIOCGETIF = 1075855979
6117pkg syscall (darwin-amd64), const BIOCGHDRCMPLT = 1074020980
6118pkg syscall (darwin-amd64), const BIOCGRSIG = 1074020978
6119pkg syscall (darwin-amd64), const BIOCGRTIMEOUT = 1074807406
6120pkg syscall (darwin-amd64), const BIOCGSEESENT = 1074020982
6121pkg syscall (darwin-amd64), const BIOCGSTATS = 1074283119
6122pkg syscall (darwin-amd64), const BIOCIMMEDIATE = 2147762800
6123pkg syscall (darwin-amd64), const BIOCPROMISC = 536887913
6124pkg syscall (darwin-amd64), const BIOCSBLEN = 3221504614
6125pkg syscall (darwin-amd64), const BIOCSDLT = 2147762808
6126pkg syscall (darwin-amd64), const BIOCSETF = 2148549223
6127pkg syscall (darwin-amd64), const BIOCSETIF = 2149597804
6128pkg syscall (darwin-amd64), const BIOCSHDRCMPLT = 2147762805
6129pkg syscall (darwin-amd64), const BIOCSRSIG = 2147762803
6130pkg syscall (darwin-amd64), const BIOCSRTIMEOUT = 2148549229
6131pkg syscall (darwin-amd64), const BIOCSSEESENT = 2147762807
6132pkg syscall (darwin-amd64), const BIOCVERSION = 1074020977
6133pkg syscall (darwin-amd64), const BPF_A = 16
6134pkg syscall (darwin-amd64), const BPF_ABS = 32
6135pkg syscall (darwin-amd64), const BPF_ADD = 0
6136pkg syscall (darwin-amd64), const BPF_ALIGNMENT = 4
6137pkg syscall (darwin-amd64), const BPF_ALU = 4
6138pkg syscall (darwin-amd64), const BPF_AND = 80
6139pkg syscall (darwin-amd64), const BPF_B = 16
6140pkg syscall (darwin-amd64), const BPF_DIV = 48
6141pkg syscall (darwin-amd64), const BPF_H = 8
6142pkg syscall (darwin-amd64), const BPF_IMM = 0
6143pkg syscall (darwin-amd64), const BPF_IND = 64
6144pkg syscall (darwin-amd64), const BPF_JA = 0
6145pkg syscall (darwin-amd64), const BPF_JEQ = 16
6146pkg syscall (darwin-amd64), const BPF_JGE = 48
6147pkg syscall (darwin-amd64), const BPF_JGT = 32
6148pkg syscall (darwin-amd64), const BPF_JMP = 5
6149pkg syscall (darwin-amd64), const BPF_JSET = 64
6150pkg syscall (darwin-amd64), const BPF_K = 0
6151pkg syscall (darwin-amd64), const BPF_LD = 0
6152pkg syscall (darwin-amd64), const BPF_LDX = 1
6153pkg syscall (darwin-amd64), const BPF_LEN = 128
6154pkg syscall (darwin-amd64), const BPF_LSH = 96
6155pkg syscall (darwin-amd64), const BPF_MAJOR_VERSION = 1
6156pkg syscall (darwin-amd64), const BPF_MAXBUFSIZE = 524288
6157pkg syscall (darwin-amd64), const BPF_MAXINSNS = 512
6158pkg syscall (darwin-amd64), const BPF_MEM = 96
6159pkg syscall (darwin-amd64), const BPF_MEMWORDS = 16
6160pkg syscall (darwin-amd64), const BPF_MINBUFSIZE = 32
6161pkg syscall (darwin-amd64), const BPF_MINOR_VERSION = 1
6162pkg syscall (darwin-amd64), const BPF_MISC = 7
6163pkg syscall (darwin-amd64), const BPF_MSH = 160
6164pkg syscall (darwin-amd64), const BPF_MUL = 32
6165pkg syscall (darwin-amd64), const BPF_NEG = 128
6166pkg syscall (darwin-amd64), const BPF_OR = 64
6167pkg syscall (darwin-amd64), const BPF_RELEASE = 199606
6168pkg syscall (darwin-amd64), const BPF_RET = 6
6169pkg syscall (darwin-amd64), const BPF_RSH = 112
6170pkg syscall (darwin-amd64), const BPF_ST = 2
6171pkg syscall (darwin-amd64), const BPF_STX = 3
6172pkg syscall (darwin-amd64), const BPF_SUB = 16
6173pkg syscall (darwin-amd64), const BPF_TAX = 0
6174pkg syscall (darwin-amd64), const BPF_TXA = 128
6175pkg syscall (darwin-amd64), const BPF_W = 0
6176pkg syscall (darwin-amd64), const BPF_X = 8
6177pkg syscall (darwin-amd64), const BRKINT = 2
6178pkg syscall (darwin-amd64), const BRKINT ideal-int
6179pkg syscall (darwin-amd64), const CFLUSH = 15
6180pkg syscall (darwin-amd64), const CFLUSH ideal-int
6181pkg syscall (darwin-amd64), const CLOCAL = 32768
6182pkg syscall (darwin-amd64), const CLOCAL ideal-int
6183pkg syscall (darwin-amd64), const CREAD = 2048
6184pkg syscall (darwin-amd64), const CREAD ideal-int
6185pkg syscall (darwin-amd64), const CS5 = 0
6186pkg syscall (darwin-amd64), const CS5 ideal-int
6187pkg syscall (darwin-amd64), const CS6 = 256
6188pkg syscall (darwin-amd64), const CS6 ideal-int
6189pkg syscall (darwin-amd64), const CS7 = 512
6190pkg syscall (darwin-amd64), const CS7 ideal-int
6191pkg syscall (darwin-amd64), const CS8 = 768
6192pkg syscall (darwin-amd64), const CS8 ideal-int
6193pkg syscall (darwin-amd64), const CSIZE = 768
6194pkg syscall (darwin-amd64), const CSIZE ideal-int
6195pkg syscall (darwin-amd64), const CSTART = 17
6196pkg syscall (darwin-amd64), const CSTART ideal-int
6197pkg syscall (darwin-amd64), const CSTATUS = 20
6198pkg syscall (darwin-amd64), const CSTATUS ideal-int
6199pkg syscall (darwin-amd64), const CSTOP = 19
6200pkg syscall (darwin-amd64), const CSTOP ideal-int
6201pkg syscall (darwin-amd64), const CSTOPB = 1024
6202pkg syscall (darwin-amd64), const CSTOPB ideal-int
6203pkg syscall (darwin-amd64), const CSUSP = 26
6204pkg syscall (darwin-amd64), const CSUSP ideal-int
6205pkg syscall (darwin-amd64), const CTL_MAXNAME = 12
6206pkg syscall (darwin-amd64), const CTL_NET = 4
6207pkg syscall (darwin-amd64), const DLT_APPLE_IP_OVER_IEEE1394 = 138
6208pkg syscall (darwin-amd64), const DLT_ARCNET = 7
6209pkg syscall (darwin-amd64), const DLT_ATM_CLIP = 19
6210pkg syscall (darwin-amd64), const DLT_ATM_RFC1483 = 11
6211pkg syscall (darwin-amd64), const DLT_AX25 = 3
6212pkg syscall (darwin-amd64), const DLT_CHAOS = 5
6213pkg syscall (darwin-amd64), const DLT_CHDLC = 104
6214pkg syscall (darwin-amd64), const DLT_C_HDLC = 104
6215pkg syscall (darwin-amd64), const DLT_EN10MB = 1
6216pkg syscall (darwin-amd64), const DLT_EN3MB = 2
6217pkg syscall (darwin-amd64), const DLT_FDDI = 10
6218pkg syscall (darwin-amd64), const DLT_IEEE802 = 6
6219pkg syscall (darwin-amd64), const DLT_IEEE802_11 = 105
6220pkg syscall (darwin-amd64), const DLT_IEEE802_11_RADIO = 127
6221pkg syscall (darwin-amd64), const DLT_IEEE802_11_RADIO_AVS = 163
6222pkg syscall (darwin-amd64), const DLT_LINUX_SLL = 113
6223pkg syscall (darwin-amd64), const DLT_LOOP = 108
6224pkg syscall (darwin-amd64), const DLT_NULL = 0
6225pkg syscall (darwin-amd64), const DLT_PFLOG = 117
6226pkg syscall (darwin-amd64), const DLT_PFSYNC = 18
6227pkg syscall (darwin-amd64), const DLT_PPP = 9
6228pkg syscall (darwin-amd64), const DLT_PPP_BSDOS = 16
6229pkg syscall (darwin-amd64), const DLT_PPP_SERIAL = 50
6230pkg syscall (darwin-amd64), const DLT_PRONET = 4
6231pkg syscall (darwin-amd64), const DLT_RAW = 12
6232pkg syscall (darwin-amd64), const DLT_SLIP = 8
6233pkg syscall (darwin-amd64), const DLT_SLIP_BSDOS = 15
6234pkg syscall (darwin-amd64), const DT_BLK = 6
6235pkg syscall (darwin-amd64), const DT_CHR = 2
6236pkg syscall (darwin-amd64), const DT_DIR = 4
6237pkg syscall (darwin-amd64), const DT_FIFO = 1
6238pkg syscall (darwin-amd64), const DT_LNK = 10
6239pkg syscall (darwin-amd64), const DT_REG = 8
6240pkg syscall (darwin-amd64), const DT_SOCK = 12
6241pkg syscall (darwin-amd64), const DT_UNKNOWN = 0
6242pkg syscall (darwin-amd64), const DT_WHT = 14
6243pkg syscall (darwin-amd64), const E2BIG = 7
6244pkg syscall (darwin-amd64), const EACCES = 13
6245pkg syscall (darwin-amd64), const EADDRINUSE = 48
6246pkg syscall (darwin-amd64), const EADDRNOTAVAIL = 49
6247pkg syscall (darwin-amd64), const EAFNOSUPPORT = 47
6248pkg syscall (darwin-amd64), const EAGAIN = 35
6249pkg syscall (darwin-amd64), const EALREADY = 37
6250pkg syscall (darwin-amd64), const EAUTH = 80
6251pkg syscall (darwin-amd64), const EBADARCH = 86
6252pkg syscall (darwin-amd64), const EBADEXEC = 85
6253pkg syscall (darwin-amd64), const EBADF = 9
6254pkg syscall (darwin-amd64), const EBADMACHO = 88
6255pkg syscall (darwin-amd64), const EBADMSG = 94
6256pkg syscall (darwin-amd64), const EBADRPC = 72
6257pkg syscall (darwin-amd64), const EBUSY = 16
6258pkg syscall (darwin-amd64), const ECANCELED = 89
6259pkg syscall (darwin-amd64), const ECHILD = 10
6260pkg syscall (darwin-amd64), const ECHO = 8
6261pkg syscall (darwin-amd64), const ECHOCTL = 64
6262pkg syscall (darwin-amd64), const ECHOE = 2
6263pkg syscall (darwin-amd64), const ECHOK = 4
6264pkg syscall (darwin-amd64), const ECHOKE = 1
6265pkg syscall (darwin-amd64), const ECHONL = 16
6266pkg syscall (darwin-amd64), const ECHOPRT = 32
6267pkg syscall (darwin-amd64), const ECONNABORTED = 53
6268pkg syscall (darwin-amd64), const ECONNREFUSED = 61
6269pkg syscall (darwin-amd64), const ECONNRESET = 54
6270pkg syscall (darwin-amd64), const EDEADLK = 11
6271pkg syscall (darwin-amd64), const EDESTADDRREQ = 39
6272pkg syscall (darwin-amd64), const EDEVERR = 83
6273pkg syscall (darwin-amd64), const EDOM = 33
6274pkg syscall (darwin-amd64), const EDQUOT = 69
6275pkg syscall (darwin-amd64), const EEXIST = 17
6276pkg syscall (darwin-amd64), const EFAULT = 14
6277pkg syscall (darwin-amd64), const EFBIG = 27
6278pkg syscall (darwin-amd64), const EFTYPE = 79
6279pkg syscall (darwin-amd64), const EHOSTDOWN = 64
6280pkg syscall (darwin-amd64), const EHOSTUNREACH = 65
6281pkg syscall (darwin-amd64), const EIDRM = 90
6282pkg syscall (darwin-amd64), const EILSEQ = 92
6283pkg syscall (darwin-amd64), const EINPROGRESS = 36
6284pkg syscall (darwin-amd64), const EINTR = 4
6285pkg syscall (darwin-amd64), const EINVAL = 22
6286pkg syscall (darwin-amd64), const EIO = 5
6287pkg syscall (darwin-amd64), const EISCONN = 56
6288pkg syscall (darwin-amd64), const EISDIR = 21
6289pkg syscall (darwin-amd64), const ELAST = 105
6290pkg syscall (darwin-amd64), const ELOOP = 62
6291pkg syscall (darwin-amd64), const EMFILE = 24
6292pkg syscall (darwin-amd64), const EMLINK = 31
6293pkg syscall (darwin-amd64), const EMSGSIZE = 40
6294pkg syscall (darwin-amd64), const EMULTIHOP = 95
6295pkg syscall (darwin-amd64), const ENAMETOOLONG = 63
6296pkg syscall (darwin-amd64), const ENEEDAUTH = 81
6297pkg syscall (darwin-amd64), const ENETDOWN = 50
6298pkg syscall (darwin-amd64), const ENETRESET = 52
6299pkg syscall (darwin-amd64), const ENETUNREACH = 51
6300pkg syscall (darwin-amd64), const ENFILE = 23
6301pkg syscall (darwin-amd64), const ENOATTR = 93
6302pkg syscall (darwin-amd64), const ENOBUFS = 55
6303pkg syscall (darwin-amd64), const ENODATA = 96
6304pkg syscall (darwin-amd64), const ENODEV = 19
6305pkg syscall (darwin-amd64), const ENOEXEC = 8
6306pkg syscall (darwin-amd64), const ENOLCK = 77
6307pkg syscall (darwin-amd64), const ENOLINK = 97
6308pkg syscall (darwin-amd64), const ENOMEM = 12
6309pkg syscall (darwin-amd64), const ENOMSG = 91
6310pkg syscall (darwin-amd64), const ENOPOLICY = 103
6311pkg syscall (darwin-amd64), const ENOPROTOOPT = 42
6312pkg syscall (darwin-amd64), const ENOSPC = 28
6313pkg syscall (darwin-amd64), const ENOSR = 98
6314pkg syscall (darwin-amd64), const ENOSTR = 99
6315pkg syscall (darwin-amd64), const ENOSYS = 78
6316pkg syscall (darwin-amd64), const ENOTBLK = 15
6317pkg syscall (darwin-amd64), const ENOTCONN = 57
6318pkg syscall (darwin-amd64), const ENOTDIR = 20
6319pkg syscall (darwin-amd64), const ENOTEMPTY = 66
6320pkg syscall (darwin-amd64), const ENOTRECOVERABLE = 104
6321pkg syscall (darwin-amd64), const ENOTSOCK = 38
6322pkg syscall (darwin-amd64), const ENOTSUP = 45
6323pkg syscall (darwin-amd64), const ENOTTY = 25
6324pkg syscall (darwin-amd64), const ENXIO = 6
6325pkg syscall (darwin-amd64), const EOPNOTSUPP = 102
6326pkg syscall (darwin-amd64), const EOVERFLOW = 84
6327pkg syscall (darwin-amd64), const EOWNERDEAD = 105
6328pkg syscall (darwin-amd64), const EPERM = 1
6329pkg syscall (darwin-amd64), const EPFNOSUPPORT = 46
6330pkg syscall (darwin-amd64), const EPIPE = 32
6331pkg syscall (darwin-amd64), const EPROCLIM = 67
6332pkg syscall (darwin-amd64), const EPROCUNAVAIL = 76
6333pkg syscall (darwin-amd64), const EPROGMISMATCH = 75
6334pkg syscall (darwin-amd64), const EPROGUNAVAIL = 74
6335pkg syscall (darwin-amd64), const EPROTO = 100
6336pkg syscall (darwin-amd64), const EPROTONOSUPPORT = 43
6337pkg syscall (darwin-amd64), const EPROTOTYPE = 41
6338pkg syscall (darwin-amd64), const EPWROFF = 82
6339pkg syscall (darwin-amd64), const ERANGE = 34
6340pkg syscall (darwin-amd64), const EREMOTE = 71
6341pkg syscall (darwin-amd64), const EROFS = 30
6342pkg syscall (darwin-amd64), const ERPCMISMATCH = 73
6343pkg syscall (darwin-amd64), const ESHLIBVERS = 87
6344pkg syscall (darwin-amd64), const ESHUTDOWN = 58
6345pkg syscall (darwin-amd64), const ESOCKTNOSUPPORT = 44
6346pkg syscall (darwin-amd64), const ESPIPE = 29
6347pkg syscall (darwin-amd64), const ESRCH = 3
6348pkg syscall (darwin-amd64), const ESTALE = 70
6349pkg syscall (darwin-amd64), const ETIME = 101
6350pkg syscall (darwin-amd64), const ETIMEDOUT = 60
6351pkg syscall (darwin-amd64), const ETOOMANYREFS = 59
6352pkg syscall (darwin-amd64), const ETXTBSY = 26
6353pkg syscall (darwin-amd64), const EUSERS = 68
6354pkg syscall (darwin-amd64), const EVFILT_AIO = -3
6355pkg syscall (darwin-amd64), const EVFILT_FS = -9
6356pkg syscall (darwin-amd64), const EVFILT_MACHPORT = -8
6357pkg syscall (darwin-amd64), const EVFILT_PROC = -5
6358pkg syscall (darwin-amd64), const EVFILT_READ = -1
6359pkg syscall (darwin-amd64), const EVFILT_SIGNAL = -6
6360pkg syscall (darwin-amd64), const EVFILT_SYSCOUNT = 12
6361pkg syscall (darwin-amd64), const EVFILT_THREADMARKER = 12
6362pkg syscall (darwin-amd64), const EVFILT_TIMER = -7
6363pkg syscall (darwin-amd64), const EVFILT_USER = -10
6364pkg syscall (darwin-amd64), const EVFILT_VM = -12
6365pkg syscall (darwin-amd64), const EVFILT_VNODE = -4
6366pkg syscall (darwin-amd64), const EVFILT_WRITE = -2
6367pkg syscall (darwin-amd64), const EV_ADD = 1
6368pkg syscall (darwin-amd64), const EV_CLEAR = 32
6369pkg syscall (darwin-amd64), const EV_DELETE = 2
6370pkg syscall (darwin-amd64), const EV_DISABLE = 8
6371pkg syscall (darwin-amd64), const EV_DISPATCH = 128
6372pkg syscall (darwin-amd64), const EV_ENABLE = 4
6373pkg syscall (darwin-amd64), const EV_EOF = 32768
6374pkg syscall (darwin-amd64), const EV_ERROR = 16384
6375pkg syscall (darwin-amd64), const EV_FLAG0 = 4096
6376pkg syscall (darwin-amd64), const EV_FLAG1 = 8192
6377pkg syscall (darwin-amd64), const EV_ONESHOT = 16
6378pkg syscall (darwin-amd64), const EV_OOBAND = 8192
6379pkg syscall (darwin-amd64), const EV_POLL = 4096
6380pkg syscall (darwin-amd64), const EV_RECEIPT = 64
6381pkg syscall (darwin-amd64), const EV_SYSFLAGS = 61440
6382pkg syscall (darwin-amd64), const EWOULDBLOCK = 35
6383pkg syscall (darwin-amd64), const EXDEV = 18
6384pkg syscall (darwin-amd64), const EXTA = 19200
6385pkg syscall (darwin-amd64), const EXTB = 38400
6386pkg syscall (darwin-amd64), const EXTPROC = 2048
6387pkg syscall (darwin-amd64), const FD_CLOEXEC = 1
6388pkg syscall (darwin-amd64), const FD_SETSIZE = 1024
6389pkg syscall (darwin-amd64), const FLUSHO = 8388608
6390pkg syscall (darwin-amd64), const FLUSHO ideal-int
6391pkg syscall (darwin-amd64), const F_ADDFILESIGS = 61
6392pkg syscall (darwin-amd64), const F_ADDSIGS = 59
6393pkg syscall (darwin-amd64), const F_ALLOCATEALL = 4
6394pkg syscall (darwin-amd64), const F_ALLOCATECONTIG = 2
6395pkg syscall (darwin-amd64), const F_CHKCLEAN = 41
6396pkg syscall (darwin-amd64), const F_DUPFD = 0
6397pkg syscall (darwin-amd64), const F_DUPFD_CLOEXEC = 67
6398pkg syscall (darwin-amd64), const F_FLUSH_DATA = 40
6399pkg syscall (darwin-amd64), const F_FREEZE_FS = 53
6400pkg syscall (darwin-amd64), const F_FULLFSYNC = 51
6401pkg syscall (darwin-amd64), const F_GETFD = 1
6402pkg syscall (darwin-amd64), const F_GETFL = 3
6403pkg syscall (darwin-amd64), const F_GETLK = 7
6404pkg syscall (darwin-amd64), const F_GETLKPID = 66
6405pkg syscall (darwin-amd64), const F_GETNOSIGPIPE = 74
6406pkg syscall (darwin-amd64), const F_GETOWN = 5
6407pkg syscall (darwin-amd64), const F_GETPATH = 50
6408pkg syscall (darwin-amd64), const F_GETPATH_MTMINFO = 71
6409pkg syscall (darwin-amd64), const F_GETPROTECTIONCLASS = 63
6410pkg syscall (darwin-amd64), const F_GLOBAL_NOCACHE = 55
6411pkg syscall (darwin-amd64), const F_LOG2PHYS = 49
6412pkg syscall (darwin-amd64), const F_LOG2PHYS_EXT = 65
6413pkg syscall (darwin-amd64), const F_MARKDEPENDENCY = 60
6414pkg syscall (darwin-amd64), const F_NOCACHE = 48
6415pkg syscall (darwin-amd64), const F_NODIRECT = 62
6416pkg syscall (darwin-amd64), const F_OK = 0
6417pkg syscall (darwin-amd64), const F_PATHPKG_CHECK = 52
6418pkg syscall (darwin-amd64), const F_PEOFPOSMODE = 3
6419pkg syscall (darwin-amd64), const F_PREALLOCATE = 42
6420pkg syscall (darwin-amd64), const F_RDADVISE = 44
6421pkg syscall (darwin-amd64), const F_RDAHEAD = 45
6422pkg syscall (darwin-amd64), const F_RDLCK = 1
6423pkg syscall (darwin-amd64), const F_READBOOTSTRAP = 46
6424pkg syscall (darwin-amd64), const F_SETBACKINGSTORE = 70
6425pkg syscall (darwin-amd64), const F_SETFD = 2
6426pkg syscall (darwin-amd64), const F_SETFL = 4
6427pkg syscall (darwin-amd64), const F_SETLK = 8
6428pkg syscall (darwin-amd64), const F_SETLKW = 9
6429pkg syscall (darwin-amd64), const F_SETNOSIGPIPE = 73
6430pkg syscall (darwin-amd64), const F_SETOWN = 6
6431pkg syscall (darwin-amd64), const F_SETPROTECTIONCLASS = 64
6432pkg syscall (darwin-amd64), const F_SETSIZE = 43
6433pkg syscall (darwin-amd64), const F_THAW_FS = 54
6434pkg syscall (darwin-amd64), const F_UNLCK = 2
6435pkg syscall (darwin-amd64), const F_VOLPOSMODE = 4
6436pkg syscall (darwin-amd64), const F_WRITEBOOTSTRAP = 47
6437pkg syscall (darwin-amd64), const F_WRLCK = 3
6438pkg syscall (darwin-amd64), const HUPCL = 16384
6439pkg syscall (darwin-amd64), const HUPCL ideal-int
6440pkg syscall (darwin-amd64), const ICANON = 256
6441pkg syscall (darwin-amd64), const ICANON ideal-int
6442pkg syscall (darwin-amd64), const ICRNL = 256
6443pkg syscall (darwin-amd64), const ICRNL ideal-int
6444pkg syscall (darwin-amd64), const IEXTEN = 1024
6445pkg syscall (darwin-amd64), const IEXTEN ideal-int
6446pkg syscall (darwin-amd64), const IFF_ALLMULTI = 512
6447pkg syscall (darwin-amd64), const IFF_ALTPHYS = 16384
6448pkg syscall (darwin-amd64), const IFF_DEBUG = 4
6449pkg syscall (darwin-amd64), const IFF_LINK0 = 4096
6450pkg syscall (darwin-amd64), const IFF_LINK1 = 8192
6451pkg syscall (darwin-amd64), const IFF_LINK2 = 16384
6452pkg syscall (darwin-amd64), const IFF_LOOPBACK = 8
6453pkg syscall (darwin-amd64), const IFF_MULTICAST = 32768
6454pkg syscall (darwin-amd64), const IFF_NOARP = 128
6455pkg syscall (darwin-amd64), const IFF_NOTRAILERS = 32
6456pkg syscall (darwin-amd64), const IFF_OACTIVE = 1024
6457pkg syscall (darwin-amd64), const IFF_POINTOPOINT = 16
6458pkg syscall (darwin-amd64), const IFF_PROMISC = 256
6459pkg syscall (darwin-amd64), const IFF_RUNNING = 64
6460pkg syscall (darwin-amd64), const IFF_SIMPLEX = 2048
6461pkg syscall (darwin-amd64), const IFNAMSIZ = 16
6462pkg syscall (darwin-amd64), const IFT_1822 = 2
6463pkg syscall (darwin-amd64), const IFT_AAL5 = 49
6464pkg syscall (darwin-amd64), const IFT_ARCNET = 35
6465pkg syscall (darwin-amd64), const IFT_ARCNETPLUS = 36
6466pkg syscall (darwin-amd64), const IFT_ATM = 37
6467pkg syscall (darwin-amd64), const IFT_BRIDGE = 209
6468pkg syscall (darwin-amd64), const IFT_CARP = 248
6469pkg syscall (darwin-amd64), const IFT_CELLULAR = 255
6470pkg syscall (darwin-amd64), const IFT_CEPT = 19
6471pkg syscall (darwin-amd64), const IFT_DS3 = 30
6472pkg syscall (darwin-amd64), const IFT_ENC = 244
6473pkg syscall (darwin-amd64), const IFT_EON = 25
6474pkg syscall (darwin-amd64), const IFT_ETHER = 6
6475pkg syscall (darwin-amd64), const IFT_FAITH = 56
6476pkg syscall (darwin-amd64), const IFT_FDDI = 15
6477pkg syscall (darwin-amd64), const IFT_FRELAY = 32
6478pkg syscall (darwin-amd64), const IFT_FRELAYDCE = 44
6479pkg syscall (darwin-amd64), const IFT_GIF = 55
6480pkg syscall (darwin-amd64), const IFT_HDH1822 = 3
6481pkg syscall (darwin-amd64), const IFT_HIPPI = 47
6482pkg syscall (darwin-amd64), const IFT_HSSI = 46
6483pkg syscall (darwin-amd64), const IFT_HY = 14
6484pkg syscall (darwin-amd64), const IFT_IEEE1394 = 144
6485pkg syscall (darwin-amd64), const IFT_IEEE8023ADLAG = 136
6486pkg syscall (darwin-amd64), const IFT_ISDNBASIC = 20
6487pkg syscall (darwin-amd64), const IFT_ISDNPRIMARY = 21
6488pkg syscall (darwin-amd64), const IFT_ISO88022LLC = 41
6489pkg syscall (darwin-amd64), const IFT_ISO88023 = 7
6490pkg syscall (darwin-amd64), const IFT_ISO88024 = 8
6491pkg syscall (darwin-amd64), const IFT_ISO88025 = 9
6492pkg syscall (darwin-amd64), const IFT_ISO88026 = 10
6493pkg syscall (darwin-amd64), const IFT_L2VLAN = 135
6494pkg syscall (darwin-amd64), const IFT_LAPB = 16
6495pkg syscall (darwin-amd64), const IFT_LOCALTALK = 42
6496pkg syscall (darwin-amd64), const IFT_LOOP = 24
6497pkg syscall (darwin-amd64), const IFT_MIOX25 = 38
6498pkg syscall (darwin-amd64), const IFT_MODEM = 48
6499pkg syscall (darwin-amd64), const IFT_NSIP = 27
6500pkg syscall (darwin-amd64), const IFT_OTHER = 1
6501pkg syscall (darwin-amd64), const IFT_P10 = 12
6502pkg syscall (darwin-amd64), const IFT_P80 = 13
6503pkg syscall (darwin-amd64), const IFT_PARA = 34
6504pkg syscall (darwin-amd64), const IFT_PDP = 255
6505pkg syscall (darwin-amd64), const IFT_PFLOG = 245
6506pkg syscall (darwin-amd64), const IFT_PFSYNC = 246
6507pkg syscall (darwin-amd64), const IFT_PPP = 23
6508pkg syscall (darwin-amd64), const IFT_PROPMUX = 54
6509pkg syscall (darwin-amd64), const IFT_PROPVIRTUAL = 53
6510pkg syscall (darwin-amd64), const IFT_PTPSERIAL = 22
6511pkg syscall (darwin-amd64), const IFT_RS232 = 33
6512pkg syscall (darwin-amd64), const IFT_SDLC = 17
6513pkg syscall (darwin-amd64), const IFT_SIP = 31
6514pkg syscall (darwin-amd64), const IFT_SLIP = 28
6515pkg syscall (darwin-amd64), const IFT_SMDSDXI = 43
6516pkg syscall (darwin-amd64), const IFT_SMDSICIP = 52
6517pkg syscall (darwin-amd64), const IFT_SONET = 39
6518pkg syscall (darwin-amd64), const IFT_SONETPATH = 50
6519pkg syscall (darwin-amd64), const IFT_SONETVT = 51
6520pkg syscall (darwin-amd64), const IFT_STARLAN = 11
6521pkg syscall (darwin-amd64), const IFT_STF = 57
6522pkg syscall (darwin-amd64), const IFT_T1 = 18
6523pkg syscall (darwin-amd64), const IFT_ULTRA = 29
6524pkg syscall (darwin-amd64), const IFT_V35 = 45
6525pkg syscall (darwin-amd64), const IFT_X25 = 5
6526pkg syscall (darwin-amd64), const IFT_X25DDN = 4
6527pkg syscall (darwin-amd64), const IFT_X25PLE = 40
6528pkg syscall (darwin-amd64), const IFT_XETHER = 26
6529pkg syscall (darwin-amd64), const IGNBRK = 1
6530pkg syscall (darwin-amd64), const IGNBRK ideal-int
6531pkg syscall (darwin-amd64), const IGNCR = 128
6532pkg syscall (darwin-amd64), const IGNCR ideal-int
6533pkg syscall (darwin-amd64), const IGNPAR = 4
6534pkg syscall (darwin-amd64), const IGNPAR ideal-int
6535pkg syscall (darwin-amd64), const IMAXBEL = 8192
6536pkg syscall (darwin-amd64), const IMAXBEL ideal-int
6537pkg syscall (darwin-amd64), const INLCR = 64
6538pkg syscall (darwin-amd64), const INLCR ideal-int
6539pkg syscall (darwin-amd64), const INPCK = 16
6540pkg syscall (darwin-amd64), const INPCK ideal-int
6541pkg syscall (darwin-amd64), const IN_CLASSA_HOST = 16777215
6542pkg syscall (darwin-amd64), const IN_CLASSA_MAX = 128
6543pkg syscall (darwin-amd64), const IN_CLASSA_NET = 4278190080
6544pkg syscall (darwin-amd64), const IN_CLASSA_NSHIFT = 24
6545pkg syscall (darwin-amd64), const IN_CLASSB_HOST = 65535
6546pkg syscall (darwin-amd64), const IN_CLASSB_MAX = 65536
6547pkg syscall (darwin-amd64), const IN_CLASSB_NET = 4294901760
6548pkg syscall (darwin-amd64), const IN_CLASSB_NSHIFT = 16
6549pkg syscall (darwin-amd64), const IN_CLASSC_HOST = 255
6550pkg syscall (darwin-amd64), const IN_CLASSC_NET = 4294967040
6551pkg syscall (darwin-amd64), const IN_CLASSC_NSHIFT = 8
6552pkg syscall (darwin-amd64), const IN_CLASSD_HOST = 268435455
6553pkg syscall (darwin-amd64), const IN_CLASSD_NET = 4026531840
6554pkg syscall (darwin-amd64), const IN_CLASSD_NSHIFT = 28
6555pkg syscall (darwin-amd64), const IN_LINKLOCALNETNUM = 2851995648
6556pkg syscall (darwin-amd64), const IN_LOOPBACKNET = 127
6557pkg syscall (darwin-amd64), const IPPROTO_3PC = 34
6558pkg syscall (darwin-amd64), const IPPROTO_ADFS = 68
6559pkg syscall (darwin-amd64), const IPPROTO_AH = 51
6560pkg syscall (darwin-amd64), const IPPROTO_AHIP = 61
6561pkg syscall (darwin-amd64), const IPPROTO_APES = 99
6562pkg syscall (darwin-amd64), const IPPROTO_ARGUS = 13
6563pkg syscall (darwin-amd64), const IPPROTO_AX25 = 93
6564pkg syscall (darwin-amd64), const IPPROTO_BHA = 49
6565pkg syscall (darwin-amd64), const IPPROTO_BLT = 30
6566pkg syscall (darwin-amd64), const IPPROTO_BRSATMON = 76
6567pkg syscall (darwin-amd64), const IPPROTO_CFTP = 62
6568pkg syscall (darwin-amd64), const IPPROTO_CHAOS = 16
6569pkg syscall (darwin-amd64), const IPPROTO_CMTP = 38
6570pkg syscall (darwin-amd64), const IPPROTO_CPHB = 73
6571pkg syscall (darwin-amd64), const IPPROTO_CPNX = 72
6572pkg syscall (darwin-amd64), const IPPROTO_DDP = 37
6573pkg syscall (darwin-amd64), const IPPROTO_DGP = 86
6574pkg syscall (darwin-amd64), const IPPROTO_DIVERT = 254
6575pkg syscall (darwin-amd64), const IPPROTO_DONE = 257
6576pkg syscall (darwin-amd64), const IPPROTO_DSTOPTS = 60
6577pkg syscall (darwin-amd64), const IPPROTO_EGP = 8
6578pkg syscall (darwin-amd64), const IPPROTO_EMCON = 14
6579pkg syscall (darwin-amd64), const IPPROTO_ENCAP = 98
6580pkg syscall (darwin-amd64), const IPPROTO_EON = 80
6581pkg syscall (darwin-amd64), const IPPROTO_ESP = 50
6582pkg syscall (darwin-amd64), const IPPROTO_ETHERIP = 97
6583pkg syscall (darwin-amd64), const IPPROTO_FRAGMENT = 44
6584pkg syscall (darwin-amd64), const IPPROTO_GGP = 3
6585pkg syscall (darwin-amd64), const IPPROTO_GMTP = 100
6586pkg syscall (darwin-amd64), const IPPROTO_GRE = 47
6587pkg syscall (darwin-amd64), const IPPROTO_HELLO = 63
6588pkg syscall (darwin-amd64), const IPPROTO_HMP = 20
6589pkg syscall (darwin-amd64), const IPPROTO_HOPOPTS = 0
6590pkg syscall (darwin-amd64), const IPPROTO_ICMP = 1
6591pkg syscall (darwin-amd64), const IPPROTO_ICMPV6 = 58
6592pkg syscall (darwin-amd64), const IPPROTO_IDP = 22
6593pkg syscall (darwin-amd64), const IPPROTO_IDPR = 35
6594pkg syscall (darwin-amd64), const IPPROTO_IDRP = 45
6595pkg syscall (darwin-amd64), const IPPROTO_IGMP = 2
6596pkg syscall (darwin-amd64), const IPPROTO_IGP = 85
6597pkg syscall (darwin-amd64), const IPPROTO_IGRP = 88
6598pkg syscall (darwin-amd64), const IPPROTO_IL = 40
6599pkg syscall (darwin-amd64), const IPPROTO_INLSP = 52
6600pkg syscall (darwin-amd64), const IPPROTO_INP = 32
6601pkg syscall (darwin-amd64), const IPPROTO_IPCOMP = 108
6602pkg syscall (darwin-amd64), const IPPROTO_IPCV = 71
6603pkg syscall (darwin-amd64), const IPPROTO_IPEIP = 94
6604pkg syscall (darwin-amd64), const IPPROTO_IPIP = 4
6605pkg syscall (darwin-amd64), const IPPROTO_IPPC = 67
6606pkg syscall (darwin-amd64), const IPPROTO_IPV4 = 4
6607pkg syscall (darwin-amd64), const IPPROTO_IRTP = 28
6608pkg syscall (darwin-amd64), const IPPROTO_KRYPTOLAN = 65
6609pkg syscall (darwin-amd64), const IPPROTO_LARP = 91
6610pkg syscall (darwin-amd64), const IPPROTO_LEAF1 = 25
6611pkg syscall (darwin-amd64), const IPPROTO_LEAF2 = 26
6612pkg syscall (darwin-amd64), const IPPROTO_MAX = 256
6613pkg syscall (darwin-amd64), const IPPROTO_MAXID = 52
6614pkg syscall (darwin-amd64), const IPPROTO_MEAS = 19
6615pkg syscall (darwin-amd64), const IPPROTO_MHRP = 48
6616pkg syscall (darwin-amd64), const IPPROTO_MICP = 95
6617pkg syscall (darwin-amd64), const IPPROTO_MTP = 92
6618pkg syscall (darwin-amd64), const IPPROTO_MUX = 18
6619pkg syscall (darwin-amd64), const IPPROTO_ND = 77
6620pkg syscall (darwin-amd64), const IPPROTO_NHRP = 54
6621pkg syscall (darwin-amd64), const IPPROTO_NONE = 59
6622pkg syscall (darwin-amd64), const IPPROTO_NSP = 31
6623pkg syscall (darwin-amd64), const IPPROTO_NVPII = 11
6624pkg syscall (darwin-amd64), const IPPROTO_OSPFIGP = 89
6625pkg syscall (darwin-amd64), const IPPROTO_PGM = 113
6626pkg syscall (darwin-amd64), const IPPROTO_PIGP = 9
6627pkg syscall (darwin-amd64), const IPPROTO_PIM = 103
6628pkg syscall (darwin-amd64), const IPPROTO_PRM = 21
6629pkg syscall (darwin-amd64), const IPPROTO_PUP = 12
6630pkg syscall (darwin-amd64), const IPPROTO_PVP = 75
6631pkg syscall (darwin-amd64), const IPPROTO_RAW = 255
6632pkg syscall (darwin-amd64), const IPPROTO_RCCMON = 10
6633pkg syscall (darwin-amd64), const IPPROTO_RDP = 27
6634pkg syscall (darwin-amd64), const IPPROTO_ROUTING = 43
6635pkg syscall (darwin-amd64), const IPPROTO_RSVP = 46
6636pkg syscall (darwin-amd64), const IPPROTO_RVD = 66
6637pkg syscall (darwin-amd64), const IPPROTO_SATEXPAK = 64
6638pkg syscall (darwin-amd64), const IPPROTO_SATMON = 69
6639pkg syscall (darwin-amd64), const IPPROTO_SCCSP = 96
6640pkg syscall (darwin-amd64), const IPPROTO_SCTP = 132
6641pkg syscall (darwin-amd64), const IPPROTO_SDRP = 42
6642pkg syscall (darwin-amd64), const IPPROTO_SEP = 33
6643pkg syscall (darwin-amd64), const IPPROTO_SRPC = 90
6644pkg syscall (darwin-amd64), const IPPROTO_ST = 7
6645pkg syscall (darwin-amd64), const IPPROTO_SVMTP = 82
6646pkg syscall (darwin-amd64), const IPPROTO_SWIPE = 53
6647pkg syscall (darwin-amd64), const IPPROTO_TCF = 87
6648pkg syscall (darwin-amd64), const IPPROTO_TP = 29
6649pkg syscall (darwin-amd64), const IPPROTO_TPXX = 39
6650pkg syscall (darwin-amd64), const IPPROTO_TRUNK1 = 23
6651pkg syscall (darwin-amd64), const IPPROTO_TRUNK2 = 24
6652pkg syscall (darwin-amd64), const IPPROTO_TTP = 84
6653pkg syscall (darwin-amd64), const IPPROTO_VINES = 83
6654pkg syscall (darwin-amd64), const IPPROTO_VISA = 70
6655pkg syscall (darwin-amd64), const IPPROTO_VMTP = 81
6656pkg syscall (darwin-amd64), const IPPROTO_WBEXPAK = 79
6657pkg syscall (darwin-amd64), const IPPROTO_WBMON = 78
6658pkg syscall (darwin-amd64), const IPPROTO_WSN = 74
6659pkg syscall (darwin-amd64), const IPPROTO_XNET = 15
6660pkg syscall (darwin-amd64), const IPPROTO_XTP = 36
6661pkg syscall (darwin-amd64), const IPV6_2292DSTOPTS = 23
6662pkg syscall (darwin-amd64), const IPV6_2292HOPLIMIT = 20
6663pkg syscall (darwin-amd64), const IPV6_2292HOPOPTS = 22
6664pkg syscall (darwin-amd64), const IPV6_2292NEXTHOP = 21
6665pkg syscall (darwin-amd64), const IPV6_2292PKTINFO = 19
6666pkg syscall (darwin-amd64), const IPV6_2292PKTOPTIONS = 25
6667pkg syscall (darwin-amd64), const IPV6_2292RTHDR = 24
6668pkg syscall (darwin-amd64), const IPV6_BINDV6ONLY = 27
6669pkg syscall (darwin-amd64), const IPV6_BOUND_IF = 125
6670pkg syscall (darwin-amd64), const IPV6_CHECKSUM = 26
6671pkg syscall (darwin-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1
6672pkg syscall (darwin-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1
6673pkg syscall (darwin-amd64), const IPV6_DEFHLIM = 64
6674pkg syscall (darwin-amd64), const IPV6_FAITH = 29
6675pkg syscall (darwin-amd64), const IPV6_FLOWINFO_MASK = 4294967055
6676pkg syscall (darwin-amd64), const IPV6_FLOWLABEL_MASK = 4294905600
6677pkg syscall (darwin-amd64), const IPV6_FRAGTTL = 120
6678pkg syscall (darwin-amd64), const IPV6_FW_ADD = 30
6679pkg syscall (darwin-amd64), const IPV6_FW_DEL = 31
6680pkg syscall (darwin-amd64), const IPV6_FW_FLUSH = 32
6681pkg syscall (darwin-amd64), const IPV6_FW_GET = 34
6682pkg syscall (darwin-amd64), const IPV6_FW_ZERO = 33
6683pkg syscall (darwin-amd64), const IPV6_HLIMDEC = 1
6684pkg syscall (darwin-amd64), const IPV6_IPSEC_POLICY = 28
6685pkg syscall (darwin-amd64), const IPV6_JOIN_GROUP = 12
6686pkg syscall (darwin-amd64), const IPV6_LEAVE_GROUP = 13
6687pkg syscall (darwin-amd64), const IPV6_MAXHLIM = 255
6688pkg syscall (darwin-amd64), const IPV6_MAXOPTHDR = 2048
6689pkg syscall (darwin-amd64), const IPV6_MAXPACKET = 65535
6690pkg syscall (darwin-amd64), const IPV6_MAX_GROUP_SRC_FILTER = 512
6691pkg syscall (darwin-amd64), const IPV6_MAX_MEMBERSHIPS = 4095
6692pkg syscall (darwin-amd64), const IPV6_MAX_SOCK_SRC_FILTER = 128
6693pkg syscall (darwin-amd64), const IPV6_MIN_MEMBERSHIPS = 31
6694pkg syscall (darwin-amd64), const IPV6_MMTU = 1280
6695pkg syscall (darwin-amd64), const IPV6_MULTICAST_HOPS = 10
6696pkg syscall (darwin-amd64), const IPV6_MULTICAST_IF = 9
6697pkg syscall (darwin-amd64), const IPV6_MULTICAST_LOOP = 11
6698pkg syscall (darwin-amd64), const IPV6_PORTRANGE = 14
6699pkg syscall (darwin-amd64), const IPV6_PORTRANGE_DEFAULT = 0
6700pkg syscall (darwin-amd64), const IPV6_PORTRANGE_HIGH = 1
6701pkg syscall (darwin-amd64), const IPV6_PORTRANGE_LOW = 2
6702pkg syscall (darwin-amd64), const IPV6_RECVTCLASS = 35
6703pkg syscall (darwin-amd64), const IPV6_RTHDR_LOOSE = 0
6704pkg syscall (darwin-amd64), const IPV6_RTHDR_STRICT = 1
6705pkg syscall (darwin-amd64), const IPV6_RTHDR_TYPE_0 = 0
6706pkg syscall (darwin-amd64), const IPV6_SOCKOPT_RESERVED1 = 3
6707pkg syscall (darwin-amd64), const IPV6_TCLASS = 36
6708pkg syscall (darwin-amd64), const IPV6_UNICAST_HOPS = 4
6709pkg syscall (darwin-amd64), const IPV6_V6ONLY = 27
6710pkg syscall (darwin-amd64), const IPV6_VERSION = 96
6711pkg syscall (darwin-amd64), const IPV6_VERSION_MASK = 240
6712pkg syscall (darwin-amd64), const IP_ADD_MEMBERSHIP = 12
6713pkg syscall (darwin-amd64), const IP_ADD_SOURCE_MEMBERSHIP = 70
6714pkg syscall (darwin-amd64), const IP_BLOCK_SOURCE = 72
6715pkg syscall (darwin-amd64), const IP_BOUND_IF = 25
6716pkg syscall (darwin-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
6717pkg syscall (darwin-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
6718pkg syscall (darwin-amd64), const IP_DF = 16384
6719pkg syscall (darwin-amd64), const IP_DROP_MEMBERSHIP = 13
6720pkg syscall (darwin-amd64), const IP_DROP_SOURCE_MEMBERSHIP = 71
6721pkg syscall (darwin-amd64), const IP_DUMMYNET_CONFIGURE = 60
6722pkg syscall (darwin-amd64), const IP_DUMMYNET_DEL = 61
6723pkg syscall (darwin-amd64), const IP_DUMMYNET_FLUSH = 62
6724pkg syscall (darwin-amd64), const IP_DUMMYNET_GET = 64
6725pkg syscall (darwin-amd64), const IP_FAITH = 22
6726pkg syscall (darwin-amd64), const IP_FW_ADD = 40
6727pkg syscall (darwin-amd64), const IP_FW_DEL = 41
6728pkg syscall (darwin-amd64), const IP_FW_FLUSH = 42
6729pkg syscall (darwin-amd64), const IP_FW_GET = 44
6730pkg syscall (darwin-amd64), const IP_FW_RESETLOG = 45
6731pkg syscall (darwin-amd64), const IP_FW_ZERO = 43
6732pkg syscall (darwin-amd64), const IP_HDRINCL = 2
6733pkg syscall (darwin-amd64), const IP_IPSEC_POLICY = 21
6734pkg syscall (darwin-amd64), const IP_MAXPACKET = 65535
6735pkg syscall (darwin-amd64), const IP_MAX_GROUP_SRC_FILTER = 512
6736pkg syscall (darwin-amd64), const IP_MAX_MEMBERSHIPS = 4095
6737pkg syscall (darwin-amd64), const IP_MAX_SOCK_MUTE_FILTER = 128
6738pkg syscall (darwin-amd64), const IP_MAX_SOCK_SRC_FILTER = 128
6739pkg syscall (darwin-amd64), const IP_MF = 8192
6740pkg syscall (darwin-amd64), const IP_MIN_MEMBERSHIPS = 31
6741pkg syscall (darwin-amd64), const IP_MSFILTER = 74
6742pkg syscall (darwin-amd64), const IP_MSS = 576
6743pkg syscall (darwin-amd64), const IP_MULTICAST_IF = 9
6744pkg syscall (darwin-amd64), const IP_MULTICAST_IFINDEX = 66
6745pkg syscall (darwin-amd64), const IP_MULTICAST_LOOP = 11
6746pkg syscall (darwin-amd64), const IP_MULTICAST_TTL = 10
6747pkg syscall (darwin-amd64), const IP_MULTICAST_VIF = 14
6748pkg syscall (darwin-amd64), const IP_NAT__XXX = 55
6749pkg syscall (darwin-amd64), const IP_OFFMASK = 8191
6750pkg syscall (darwin-amd64), const IP_OLD_FW_ADD = 50
6751pkg syscall (darwin-amd64), const IP_OLD_FW_DEL = 51
6752pkg syscall (darwin-amd64), const IP_OLD_FW_FLUSH = 52
6753pkg syscall (darwin-amd64), const IP_OLD_FW_GET = 54
6754pkg syscall (darwin-amd64), const IP_OLD_FW_RESETLOG = 56
6755pkg syscall (darwin-amd64), const IP_OLD_FW_ZERO = 53
6756pkg syscall (darwin-amd64), const IP_OPTIONS = 1
6757pkg syscall (darwin-amd64), const IP_PKTINFO = 26
6758pkg syscall (darwin-amd64), const IP_PORTRANGE = 19
6759pkg syscall (darwin-amd64), const IP_PORTRANGE_DEFAULT = 0
6760pkg syscall (darwin-amd64), const IP_PORTRANGE_HIGH = 1
6761pkg syscall (darwin-amd64), const IP_PORTRANGE_LOW = 2
6762pkg syscall (darwin-amd64), const IP_RECVDSTADDR = 7
6763pkg syscall (darwin-amd64), const IP_RECVIF = 20
6764pkg syscall (darwin-amd64), const IP_RECVOPTS = 5
6765pkg syscall (darwin-amd64), const IP_RECVPKTINFO = 26
6766pkg syscall (darwin-amd64), const IP_RECVRETOPTS = 6
6767pkg syscall (darwin-amd64), const IP_RECVTTL = 24
6768pkg syscall (darwin-amd64), const IP_RETOPTS = 8
6769pkg syscall (darwin-amd64), const IP_RF = 32768
6770pkg syscall (darwin-amd64), const IP_RSVP_OFF = 16
6771pkg syscall (darwin-amd64), const IP_RSVP_ON = 15
6772pkg syscall (darwin-amd64), const IP_RSVP_VIF_OFF = 18
6773pkg syscall (darwin-amd64), const IP_RSVP_VIF_ON = 17
6774pkg syscall (darwin-amd64), const IP_STRIPHDR = 23
6775pkg syscall (darwin-amd64), const IP_TOS = 3
6776pkg syscall (darwin-amd64), const IP_TRAFFIC_MGT_BACKGROUND = 65
6777pkg syscall (darwin-amd64), const IP_TTL = 4
6778pkg syscall (darwin-amd64), const IP_UNBLOCK_SOURCE = 73
6779pkg syscall (darwin-amd64), const ISIG = 128
6780pkg syscall (darwin-amd64), const ISIG ideal-int
6781pkg syscall (darwin-amd64), const ISTRIP = 32
6782pkg syscall (darwin-amd64), const ISTRIP ideal-int
6783pkg syscall (darwin-amd64), const IUTF8 = 16384
6784pkg syscall (darwin-amd64), const IUTF8 ideal-int
6785pkg syscall (darwin-amd64), const IXANY = 2048
6786pkg syscall (darwin-amd64), const IXANY ideal-int
6787pkg syscall (darwin-amd64), const IXOFF = 1024
6788pkg syscall (darwin-amd64), const IXOFF ideal-int
6789pkg syscall (darwin-amd64), const IXON = 512
6790pkg syscall (darwin-amd64), const IXON ideal-int
6791pkg syscall (darwin-amd64), const ImplementsGetwd = false
6792pkg syscall (darwin-amd64), const LOCK_EX = 2
6793pkg syscall (darwin-amd64), const LOCK_NB = 4
6794pkg syscall (darwin-amd64), const LOCK_SH = 1
6795pkg syscall (darwin-amd64), const LOCK_UN = 8
6796pkg syscall (darwin-amd64), const MADV_CAN_REUSE = 9
6797pkg syscall (darwin-amd64), const MADV_DONTNEED = 4
6798pkg syscall (darwin-amd64), const MADV_FREE = 5
6799pkg syscall (darwin-amd64), const MADV_FREE_REUSABLE = 7
6800pkg syscall (darwin-amd64), const MADV_FREE_REUSE = 8
6801pkg syscall (darwin-amd64), const MADV_NORMAL = 0
6802pkg syscall (darwin-amd64), const MADV_RANDOM = 1
6803pkg syscall (darwin-amd64), const MADV_SEQUENTIAL = 2
6804pkg syscall (darwin-amd64), const MADV_WILLNEED = 3
6805pkg syscall (darwin-amd64), const MADV_ZERO_WIRED_PAGES = 6
6806pkg syscall (darwin-amd64), const MAP_ANON = 4096
6807pkg syscall (darwin-amd64), const MAP_COPY = 2
6808pkg syscall (darwin-amd64), const MAP_FILE = 0
6809pkg syscall (darwin-amd64), const MAP_FIXED = 16
6810pkg syscall (darwin-amd64), const MAP_HASSEMAPHORE = 512
6811pkg syscall (darwin-amd64), const MAP_JIT = 2048
6812pkg syscall (darwin-amd64), const MAP_NOCACHE = 1024
6813pkg syscall (darwin-amd64), const MAP_NOEXTEND = 256
6814pkg syscall (darwin-amd64), const MAP_NORESERVE = 64
6815pkg syscall (darwin-amd64), const MAP_PRIVATE = 2
6816pkg syscall (darwin-amd64), const MAP_RENAME = 32
6817pkg syscall (darwin-amd64), const MAP_RESERVED0080 = 128
6818pkg syscall (darwin-amd64), const MAP_SHARED = 1
6819pkg syscall (darwin-amd64), const MCL_CURRENT = 1
6820pkg syscall (darwin-amd64), const MCL_FUTURE = 2
6821pkg syscall (darwin-amd64), const MSG_CTRUNC = 32
6822pkg syscall (darwin-amd64), const MSG_DONTROUTE = 4
6823pkg syscall (darwin-amd64), const MSG_DONTWAIT = 128
6824pkg syscall (darwin-amd64), const MSG_EOF = 256
6825pkg syscall (darwin-amd64), const MSG_EOR = 8
6826pkg syscall (darwin-amd64), const MSG_FLUSH = 1024
6827pkg syscall (darwin-amd64), const MSG_HAVEMORE = 8192
6828pkg syscall (darwin-amd64), const MSG_HOLD = 2048
6829pkg syscall (darwin-amd64), const MSG_NEEDSA = 65536
6830pkg syscall (darwin-amd64), const MSG_OOB = 1
6831pkg syscall (darwin-amd64), const MSG_PEEK = 2
6832pkg syscall (darwin-amd64), const MSG_RCVMORE = 16384
6833pkg syscall (darwin-amd64), const MSG_SEND = 4096
6834pkg syscall (darwin-amd64), const MSG_TRUNC = 16
6835pkg syscall (darwin-amd64), const MSG_WAITALL = 64
6836pkg syscall (darwin-amd64), const MSG_WAITSTREAM = 512
6837pkg syscall (darwin-amd64), const MS_ASYNC = 1
6838pkg syscall (darwin-amd64), const MS_DEACTIVATE = 8
6839pkg syscall (darwin-amd64), const MS_INVALIDATE = 2
6840pkg syscall (darwin-amd64), const MS_KILLPAGES = 4
6841pkg syscall (darwin-amd64), const MS_SYNC = 16
6842pkg syscall (darwin-amd64), const NAME_MAX = 255
6843pkg syscall (darwin-amd64), const NET_RT_DUMP = 1
6844pkg syscall (darwin-amd64), const NET_RT_DUMP2 = 7
6845pkg syscall (darwin-amd64), const NET_RT_FLAGS = 2
6846pkg syscall (darwin-amd64), const NET_RT_IFLIST = 3
6847pkg syscall (darwin-amd64), const NET_RT_IFLIST2 = 6
6848pkg syscall (darwin-amd64), const NET_RT_MAXID = 10
6849pkg syscall (darwin-amd64), const NET_RT_STAT = 4
6850pkg syscall (darwin-amd64), const NET_RT_TRASH = 5
6851pkg syscall (darwin-amd64), const NOFLSH = 2147483648
6852pkg syscall (darwin-amd64), const NOFLSH ideal-int
6853pkg syscall (darwin-amd64), const NOTE_ABSOLUTE = 8
6854pkg syscall (darwin-amd64), const NOTE_ATTRIB = 8
6855pkg syscall (darwin-amd64), const NOTE_CHILD = 4
6856pkg syscall (darwin-amd64), const NOTE_DELETE = 1
6857pkg syscall (darwin-amd64), const NOTE_EXEC = 536870912
6858pkg syscall (darwin-amd64), const NOTE_EXIT = 2147483648
6859pkg syscall (darwin-amd64), const NOTE_EXITSTATUS = 67108864
6860pkg syscall (darwin-amd64), const NOTE_EXTEND = 4
6861pkg syscall (darwin-amd64), const NOTE_FFAND = 1073741824
6862pkg syscall (darwin-amd64), const NOTE_FFCOPY = 3221225472
6863pkg syscall (darwin-amd64), const NOTE_FFCTRLMASK = 3221225472
6864pkg syscall (darwin-amd64), const NOTE_FFLAGSMASK = 16777215
6865pkg syscall (darwin-amd64), const NOTE_FFNOP = 0
6866pkg syscall (darwin-amd64), const NOTE_FFOR = 2147483648
6867pkg syscall (darwin-amd64), const NOTE_FORK = 1073741824
6868pkg syscall (darwin-amd64), const NOTE_LINK = 16
6869pkg syscall (darwin-amd64), const NOTE_LOWAT = 1
6870pkg syscall (darwin-amd64), const NOTE_NONE = 128
6871pkg syscall (darwin-amd64), const NOTE_NSECONDS = 4
6872pkg syscall (darwin-amd64), const NOTE_PCTRLMASK = -1048576
6873pkg syscall (darwin-amd64), const NOTE_PDATAMASK = 1048575
6874pkg syscall (darwin-amd64), const NOTE_REAP = 268435456
6875pkg syscall (darwin-amd64), const NOTE_RENAME = 32
6876pkg syscall (darwin-amd64), const NOTE_RESOURCEEND = 33554432
6877pkg syscall (darwin-amd64), const NOTE_REVOKE = 64
6878pkg syscall (darwin-amd64), const NOTE_SECONDS = 1
6879pkg syscall (darwin-amd64), const NOTE_SIGNAL = 134217728
6880pkg syscall (darwin-amd64), const NOTE_TRACK = 1
6881pkg syscall (darwin-amd64), const NOTE_TRACKERR = 2
6882pkg syscall (darwin-amd64), const NOTE_TRIGGER = 16777216
6883pkg syscall (darwin-amd64), const NOTE_USECONDS = 2
6884pkg syscall (darwin-amd64), const NOTE_VM_ERROR = 268435456
6885pkg syscall (darwin-amd64), const NOTE_VM_PRESSURE = 2147483648
6886pkg syscall (darwin-amd64), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912
6887pkg syscall (darwin-amd64), const NOTE_VM_PRESSURE_TERMINATE = 1073741824
6888pkg syscall (darwin-amd64), const NOTE_WRITE = 2
6889pkg syscall (darwin-amd64), const OCRNL = 16
6890pkg syscall (darwin-amd64), const OCRNL ideal-int
6891pkg syscall (darwin-amd64), const OFDEL = 131072
6892pkg syscall (darwin-amd64), const OFDEL ideal-int
6893pkg syscall (darwin-amd64), const OFILL = 128
6894pkg syscall (darwin-amd64), const OFILL ideal-int
6895pkg syscall (darwin-amd64), const ONLCR = 2
6896pkg syscall (darwin-amd64), const ONLCR ideal-int
6897pkg syscall (darwin-amd64), const ONLRET = 64
6898pkg syscall (darwin-amd64), const ONLRET ideal-int
6899pkg syscall (darwin-amd64), const ONOCR = 32
6900pkg syscall (darwin-amd64), const ONOCR ideal-int
6901pkg syscall (darwin-amd64), const ONOEOT = 8
6902pkg syscall (darwin-amd64), const ONOEOT ideal-int
6903pkg syscall (darwin-amd64), const OPOST = 1
6904pkg syscall (darwin-amd64), const OPOST ideal-int
6905pkg syscall (darwin-amd64), const O_ACCMODE = 3
6906pkg syscall (darwin-amd64), const O_ALERT = 536870912
6907pkg syscall (darwin-amd64), const O_APPEND = 8
6908pkg syscall (darwin-amd64), const O_ASYNC = 64
6909pkg syscall (darwin-amd64), const O_CLOEXEC = 16777216
6910pkg syscall (darwin-amd64), const O_CREAT = 512
6911pkg syscall (darwin-amd64), const O_DIRECTORY = 1048576
6912pkg syscall (darwin-amd64), const O_DSYNC = 4194304
6913pkg syscall (darwin-amd64), const O_EVTONLY = 32768
6914pkg syscall (darwin-amd64), const O_EXCL = 2048
6915pkg syscall (darwin-amd64), const O_EXLOCK = 32
6916pkg syscall (darwin-amd64), const O_FSYNC = 128
6917pkg syscall (darwin-amd64), const O_NDELAY = 4
6918pkg syscall (darwin-amd64), const O_NOCTTY = 131072
6919pkg syscall (darwin-amd64), const O_NOFOLLOW = 256
6920pkg syscall (darwin-amd64), const O_NONBLOCK = 4
6921pkg syscall (darwin-amd64), const O_POPUP = 2147483648
6922pkg syscall (darwin-amd64), const O_SHLOCK = 16
6923pkg syscall (darwin-amd64), const O_SYMLINK = 2097152
6924pkg syscall (darwin-amd64), const O_SYNC = 128
6925pkg syscall (darwin-amd64), const O_TRUNC = 1024
6926pkg syscall (darwin-amd64), const PARENB = 4096
6927pkg syscall (darwin-amd64), const PARENB ideal-int
6928pkg syscall (darwin-amd64), const PARMRK = 8
6929pkg syscall (darwin-amd64), const PARMRK ideal-int
6930pkg syscall (darwin-amd64), const PARODD = 8192
6931pkg syscall (darwin-amd64), const PARODD ideal-int
6932pkg syscall (darwin-amd64), const PENDIN = 536870912
6933pkg syscall (darwin-amd64), const PENDIN ideal-int
6934pkg syscall (darwin-amd64), const PROT_EXEC = 4
6935pkg syscall (darwin-amd64), const PROT_NONE = 0
6936pkg syscall (darwin-amd64), const PROT_READ = 1
6937pkg syscall (darwin-amd64), const PROT_WRITE = 2
6938pkg syscall (darwin-amd64), const PTRACE_CONT = 7
6939pkg syscall (darwin-amd64), const PTRACE_KILL = 8
6940pkg syscall (darwin-amd64), const PTRACE_TRACEME = 0
6941pkg syscall (darwin-amd64), const PT_ATTACH = 10
6942pkg syscall (darwin-amd64), const PT_ATTACHEXC = 14
6943pkg syscall (darwin-amd64), const PT_CONTINUE = 7
6944pkg syscall (darwin-amd64), const PT_DENY_ATTACH = 31
6945pkg syscall (darwin-amd64), const PT_DETACH = 11
6946pkg syscall (darwin-amd64), const PT_FIRSTMACH = 32
6947pkg syscall (darwin-amd64), const PT_FORCEQUOTA = 30
6948pkg syscall (darwin-amd64), const PT_KILL = 8
6949pkg syscall (darwin-amd64), const PT_READ_D = 2
6950pkg syscall (darwin-amd64), const PT_READ_I = 1
6951pkg syscall (darwin-amd64), const PT_READ_U = 3
6952pkg syscall (darwin-amd64), const PT_SIGEXC = 12
6953pkg syscall (darwin-amd64), const PT_STEP = 9
6954pkg syscall (darwin-amd64), const PT_THUPDATE = 13
6955pkg syscall (darwin-amd64), const PT_TRACE_ME = 0
6956pkg syscall (darwin-amd64), const PT_WRITE_D = 5
6957pkg syscall (darwin-amd64), const PT_WRITE_I = 4
6958pkg syscall (darwin-amd64), const PT_WRITE_U = 6
6959pkg syscall (darwin-amd64), const RLIMIT_AS = 5
6960pkg syscall (darwin-amd64), const RLIMIT_CORE = 4
6961pkg syscall (darwin-amd64), const RLIMIT_CPU = 0
6962pkg syscall (darwin-amd64), const RLIMIT_DATA = 2
6963pkg syscall (darwin-amd64), const RLIMIT_FSIZE = 1
6964pkg syscall (darwin-amd64), const RLIMIT_NOFILE = 8
6965pkg syscall (darwin-amd64), const RLIMIT_STACK = 3
6966pkg syscall (darwin-amd64), const RLIM_INFINITY = 9223372036854775807
6967pkg syscall (darwin-amd64), const RTAX_AUTHOR = 6
6968pkg syscall (darwin-amd64), const RTAX_BRD = 7
6969pkg syscall (darwin-amd64), const RTAX_DST = 0
6970pkg syscall (darwin-amd64), const RTAX_GATEWAY = 1
6971pkg syscall (darwin-amd64), const RTAX_GENMASK = 3
6972pkg syscall (darwin-amd64), const RTAX_IFA = 5
6973pkg syscall (darwin-amd64), const RTAX_IFP = 4
6974pkg syscall (darwin-amd64), const RTAX_MAX = 8
6975pkg syscall (darwin-amd64), const RTAX_NETMASK = 2
6976pkg syscall (darwin-amd64), const RTA_AUTHOR = 64
6977pkg syscall (darwin-amd64), const RTA_BRD = 128
6978pkg syscall (darwin-amd64), const RTA_DST = 1
6979pkg syscall (darwin-amd64), const RTA_GATEWAY = 2
6980pkg syscall (darwin-amd64), const RTA_GENMASK = 8
6981pkg syscall (darwin-amd64), const RTA_IFA = 32
6982pkg syscall (darwin-amd64), const RTA_IFP = 16
6983pkg syscall (darwin-amd64), const RTA_NETMASK = 4
6984pkg syscall (darwin-amd64), const RTF_BLACKHOLE = 4096
6985pkg syscall (darwin-amd64), const RTF_BROADCAST = 4194304
6986pkg syscall (darwin-amd64), const RTF_CLONING = 256
6987pkg syscall (darwin-amd64), const RTF_CONDEMNED = 33554432
6988pkg syscall (darwin-amd64), const RTF_DELCLONE = 128
6989pkg syscall (darwin-amd64), const RTF_DONE = 64
6990pkg syscall (darwin-amd64), const RTF_DYNAMIC = 16
6991pkg syscall (darwin-amd64), const RTF_GATEWAY = 2
6992pkg syscall (darwin-amd64), const RTF_HOST = 4
6993pkg syscall (darwin-amd64), const RTF_IFREF = 67108864
6994pkg syscall (darwin-amd64), const RTF_IFSCOPE = 16777216
6995pkg syscall (darwin-amd64), const RTF_LLINFO = 1024
6996pkg syscall (darwin-amd64), const RTF_LOCAL = 2097152
6997pkg syscall (darwin-amd64), const RTF_MODIFIED = 32
6998pkg syscall (darwin-amd64), const RTF_MULTICAST = 8388608
6999pkg syscall (darwin-amd64), const RTF_PINNED = 1048576
7000pkg syscall (darwin-amd64), const RTF_PRCLONING = 65536
7001pkg syscall (darwin-amd64), const RTF_PROTO1 = 32768
7002pkg syscall (darwin-amd64), const RTF_PROTO2 = 16384
7003pkg syscall (darwin-amd64), const RTF_PROTO3 = 262144
7004pkg syscall (darwin-amd64), const RTF_REJECT = 8
7005pkg syscall (darwin-amd64), const RTF_STATIC = 2048
7006pkg syscall (darwin-amd64), const RTF_UP = 1
7007pkg syscall (darwin-amd64), const RTF_WASCLONED = 131072
7008pkg syscall (darwin-amd64), const RTF_XRESOLVE = 512
7009pkg syscall (darwin-amd64), const RTM_ADD = 1
7010pkg syscall (darwin-amd64), const RTM_CHANGE = 3
7011pkg syscall (darwin-amd64), const RTM_DELADDR = 13
7012pkg syscall (darwin-amd64), const RTM_DELETE = 2
7013pkg syscall (darwin-amd64), const RTM_DELMADDR = 16
7014pkg syscall (darwin-amd64), const RTM_GET = 4
7015pkg syscall (darwin-amd64), const RTM_GET2 = 20
7016pkg syscall (darwin-amd64), const RTM_IFINFO = 14
7017pkg syscall (darwin-amd64), const RTM_IFINFO2 = 18
7018pkg syscall (darwin-amd64), const RTM_LOCK = 8
7019pkg syscall (darwin-amd64), const RTM_LOSING = 5
7020pkg syscall (darwin-amd64), const RTM_MISS = 7
7021pkg syscall (darwin-amd64), const RTM_NEWADDR = 12
7022pkg syscall (darwin-amd64), const RTM_NEWMADDR = 15
7023pkg syscall (darwin-amd64), const RTM_NEWMADDR2 = 19
7024pkg syscall (darwin-amd64), const RTM_OLDADD = 9
7025pkg syscall (darwin-amd64), const RTM_OLDDEL = 10
7026pkg syscall (darwin-amd64), const RTM_REDIRECT = 6
7027pkg syscall (darwin-amd64), const RTM_RESOLVE = 11
7028pkg syscall (darwin-amd64), const RTM_RTTUNIT = 1000000
7029pkg syscall (darwin-amd64), const RTM_VERSION = 5
7030pkg syscall (darwin-amd64), const RTV_EXPIRE = 4
7031pkg syscall (darwin-amd64), const RTV_HOPCOUNT = 2
7032pkg syscall (darwin-amd64), const RTV_MTU = 1
7033pkg syscall (darwin-amd64), const RTV_RPIPE = 8
7034pkg syscall (darwin-amd64), const RTV_RTT = 64
7035pkg syscall (darwin-amd64), const RTV_RTTVAR = 128
7036pkg syscall (darwin-amd64), const RTV_SPIPE = 16
7037pkg syscall (darwin-amd64), const RTV_SSTHRESH = 32
7038pkg syscall (darwin-amd64), const RUSAGE_CHILDREN = -1
7039pkg syscall (darwin-amd64), const RUSAGE_SELF = 0
7040pkg syscall (darwin-amd64), const SCM_CREDS = 3
7041pkg syscall (darwin-amd64), const SCM_RIGHTS = 1
7042pkg syscall (darwin-amd64), const SCM_TIMESTAMP = 2
7043pkg syscall (darwin-amd64), const SCM_TIMESTAMP_MONOTONIC = 4
7044pkg syscall (darwin-amd64), const SIGBUS = 10
7045pkg syscall (darwin-amd64), const SIGCHLD = 20
7046pkg syscall (darwin-amd64), const SIGCONT = 19
7047pkg syscall (darwin-amd64), const SIGEMT = 7
7048pkg syscall (darwin-amd64), const SIGINFO = 29
7049pkg syscall (darwin-amd64), const SIGIO = 23
7050pkg syscall (darwin-amd64), const SIGIOT = 6
7051pkg syscall (darwin-amd64), const SIGPROF = 27
7052pkg syscall (darwin-amd64), const SIGSTOP = 17
7053pkg syscall (darwin-amd64), const SIGSYS = 12
7054pkg syscall (darwin-amd64), const SIGTSTP = 18
7055pkg syscall (darwin-amd64), const SIGTTIN = 21
7056pkg syscall (darwin-amd64), const SIGTTOU = 22
7057pkg syscall (darwin-amd64), const SIGURG = 16
7058pkg syscall (darwin-amd64), const SIGUSR1 = 30
7059pkg syscall (darwin-amd64), const SIGUSR2 = 31
7060pkg syscall (darwin-amd64), const SIGVTALRM = 26
7061pkg syscall (darwin-amd64), const SIGWINCH = 28
7062pkg syscall (darwin-amd64), const SIGXCPU = 24
7063pkg syscall (darwin-amd64), const SIGXFSZ = 25
7064pkg syscall (darwin-amd64), const SIOCADDMULTI = 2149607729
7065pkg syscall (darwin-amd64), const SIOCAIFADDR = 2151704858
7066pkg syscall (darwin-amd64), const SIOCALIFADDR = 2165860637
7067pkg syscall (darwin-amd64), const SIOCARPIPLL = 3223349544
7068pkg syscall (darwin-amd64), const SIOCATMARK = 1074033415
7069pkg syscall (darwin-amd64), const SIOCAUTOADDR = 3223349542
7070pkg syscall (darwin-amd64), const SIOCAUTONETMASK = 2149607719
7071pkg syscall (darwin-amd64), const SIOCDELMULTI = 2149607730
7072pkg syscall (darwin-amd64), const SIOCDIFADDR = 2149607705
7073pkg syscall (darwin-amd64), const SIOCDIFPHYADDR = 2149607745
7074pkg syscall (darwin-amd64), const SIOCDLIFADDR = 2165860639
7075pkg syscall (darwin-amd64), const SIOCGDRVSPEC = 3223873915
7076pkg syscall (darwin-amd64), const SIOCGETSGCNT = 3222565404
7077pkg syscall (darwin-amd64), const SIOCGETVIFCNT = 3222565403
7078pkg syscall (darwin-amd64), const SIOCGETVLAN = 3223349631
7079pkg syscall (darwin-amd64), const SIOCGHIWAT = 1074033409
7080pkg syscall (darwin-amd64), const SIOCGIFADDR = 3223349537
7081pkg syscall (darwin-amd64), const SIOCGIFALTMTU = 3223349576
7082pkg syscall (darwin-amd64), const SIOCGIFASYNCMAP = 3223349628
7083pkg syscall (darwin-amd64), const SIOCGIFBOND = 3223349575
7084pkg syscall (darwin-amd64), const SIOCGIFBRDADDR = 3223349539
7085pkg syscall (darwin-amd64), const SIOCGIFCAP = 3223349595
7086pkg syscall (darwin-amd64), const SIOCGIFCONF = 3222038820
7087pkg syscall (darwin-amd64), const SIOCGIFDEVMTU = 3223349572
7088pkg syscall (darwin-amd64), const SIOCGIFDSTADDR = 3223349538
7089pkg syscall (darwin-amd64), const SIOCGIFFLAGS = 3223349521
7090pkg syscall (darwin-amd64), const SIOCGIFGENERIC = 3223349562
7091pkg syscall (darwin-amd64), const SIOCGIFKPI = 3223349639
7092pkg syscall (darwin-amd64), const SIOCGIFMAC = 3223349634
7093pkg syscall (darwin-amd64), const SIOCGIFMEDIA = 3224135992
7094pkg syscall (darwin-amd64), const SIOCGIFMETRIC = 3223349527
7095pkg syscall (darwin-amd64), const SIOCGIFMTU = 3223349555
7096pkg syscall (darwin-amd64), const SIOCGIFNETMASK = 3223349541
7097pkg syscall (darwin-amd64), const SIOCGIFPDSTADDR = 3223349568
7098pkg syscall (darwin-amd64), const SIOCGIFPHYS = 3223349557
7099pkg syscall (darwin-amd64), const SIOCGIFPSRCADDR = 3223349567
7100pkg syscall (darwin-amd64), const SIOCGIFSTATUS = 3274795325
7101pkg syscall (darwin-amd64), const SIOCGIFVLAN = 3223349631
7102pkg syscall (darwin-amd64), const SIOCGIFWAKEFLAGS = 3223349640
7103pkg syscall (darwin-amd64), const SIOCGLIFADDR = 3239602462
7104pkg syscall (darwin-amd64), const SIOCGLIFPHYADDR = 3239602499
7105pkg syscall (darwin-amd64), const SIOCGLOWAT = 1074033411
7106pkg syscall (darwin-amd64), const SIOCGPGRP = 1074033417
7107pkg syscall (darwin-amd64), const SIOCIFCREATE = 3223349624
7108pkg syscall (darwin-amd64), const SIOCIFCREATE2 = 3223349626
7109pkg syscall (darwin-amd64), const SIOCIFDESTROY = 2149607801
7110pkg syscall (darwin-amd64), const SIOCRSLVMULTI = 3222300987
7111pkg syscall (darwin-amd64), const SIOCSDRVSPEC = 2150132091
7112pkg syscall (darwin-amd64), const SIOCSETVLAN = 2149607806
7113pkg syscall (darwin-amd64), const SIOCSHIWAT = 2147775232
7114pkg syscall (darwin-amd64), const SIOCSIFADDR = 2149607692
7115pkg syscall (darwin-amd64), const SIOCSIFALTMTU = 2149607749
7116pkg syscall (darwin-amd64), const SIOCSIFASYNCMAP = 2149607805
7117pkg syscall (darwin-amd64), const SIOCSIFBOND = 2149607750
7118pkg syscall (darwin-amd64), const SIOCSIFBRDADDR = 2149607699
7119pkg syscall (darwin-amd64), const SIOCSIFCAP = 2149607770
7120pkg syscall (darwin-amd64), const SIOCSIFDSTADDR = 2149607694
7121pkg syscall (darwin-amd64), const SIOCSIFFLAGS = 2149607696
7122pkg syscall (darwin-amd64), const SIOCSIFGENERIC = 2149607737
7123pkg syscall (darwin-amd64), const SIOCSIFKPI = 2149607814
7124pkg syscall (darwin-amd64), const SIOCSIFLLADDR = 2149607740
7125pkg syscall (darwin-amd64), const SIOCSIFMAC = 2149607811
7126pkg syscall (darwin-amd64), const SIOCSIFMEDIA = 3223349559
7127pkg syscall (darwin-amd64), const SIOCSIFMETRIC = 2149607704
7128pkg syscall (darwin-amd64), const SIOCSIFMTU = 2149607732
7129pkg syscall (darwin-amd64), const SIOCSIFNETMASK = 2149607702
7130pkg syscall (darwin-amd64), const SIOCSIFPHYADDR = 2151704894
7131pkg syscall (darwin-amd64), const SIOCSIFPHYS = 2149607734
7132pkg syscall (darwin-amd64), const SIOCSIFVLAN = 2149607806
7133pkg syscall (darwin-amd64), const SIOCSLIFPHYADDR = 2165860674
7134pkg syscall (darwin-amd64), const SIOCSLOWAT = 2147775234
7135pkg syscall (darwin-amd64), const SIOCSPGRP = 2147775240
7136pkg syscall (darwin-amd64), const SOCK_MAXADDRLEN = 255
7137pkg syscall (darwin-amd64), const SOCK_RDM = 4
7138pkg syscall (darwin-amd64), const SOL_SOCKET = 65535
7139pkg syscall (darwin-amd64), const SOMAXCONN = 128
7140pkg syscall (darwin-amd64), const SO_ACCEPTCONN = 2
7141pkg syscall (darwin-amd64), const SO_BROADCAST = 32
7142pkg syscall (darwin-amd64), const SO_DEBUG = 1
7143pkg syscall (darwin-amd64), const SO_DONTROUTE = 16
7144pkg syscall (darwin-amd64), const SO_DONTTRUNC = 8192
7145pkg syscall (darwin-amd64), const SO_ERROR = 4103
7146pkg syscall (darwin-amd64), const SO_KEEPALIVE = 8
7147pkg syscall (darwin-amd64), const SO_LABEL = 4112
7148pkg syscall (darwin-amd64), const SO_LINGER = 128
7149pkg syscall (darwin-amd64), const SO_LINGER_SEC = 4224
7150pkg syscall (darwin-amd64), const SO_NKE = 4129
7151pkg syscall (darwin-amd64), const SO_NOADDRERR = 4131
7152pkg syscall (darwin-amd64), const SO_NOSIGPIPE = 4130
7153pkg syscall (darwin-amd64), const SO_NOTIFYCONFLICT = 4134
7154pkg syscall (darwin-amd64), const SO_NP_EXTENSIONS = 4227
7155pkg syscall (darwin-amd64), const SO_NREAD = 4128
7156pkg syscall (darwin-amd64), const SO_NWRITE = 4132
7157pkg syscall (darwin-amd64), const SO_OOBINLINE = 256
7158pkg syscall (darwin-amd64), const SO_PEERLABEL = 4113
7159pkg syscall (darwin-amd64), const SO_RANDOMPORT = 4226
7160pkg syscall (darwin-amd64), const SO_RCVBUF = 4098
7161pkg syscall (darwin-amd64), const SO_RCVLOWAT = 4100
7162pkg syscall (darwin-amd64), const SO_RCVTIMEO = 4102
7163pkg syscall (darwin-amd64), const SO_RESTRICTIONS = 4225
7164pkg syscall (darwin-amd64), const SO_RESTRICT_DENYIN = 1
7165pkg syscall (darwin-amd64), const SO_RESTRICT_DENYOUT = 2
7166pkg syscall (darwin-amd64), const SO_RESTRICT_DENYSET = 2147483648
7167pkg syscall (darwin-amd64), const SO_REUSEADDR = 4
7168pkg syscall (darwin-amd64), const SO_REUSEPORT = 512
7169pkg syscall (darwin-amd64), const SO_REUSESHAREUID = 4133
7170pkg syscall (darwin-amd64), const SO_SNDBUF = 4097
7171pkg syscall (darwin-amd64), const SO_SNDLOWAT = 4099
7172pkg syscall (darwin-amd64), const SO_SNDTIMEO = 4101
7173pkg syscall (darwin-amd64), const SO_TIMESTAMP = 1024
7174pkg syscall (darwin-amd64), const SO_TIMESTAMP_MONOTONIC = 2048
7175pkg syscall (darwin-amd64), const SO_TYPE = 4104
7176pkg syscall (darwin-amd64), const SO_UPCALLCLOSEWAIT = 4135
7177pkg syscall (darwin-amd64), const SO_USELOOPBACK = 64
7178pkg syscall (darwin-amd64), const SO_WANTMORE = 16384
7179pkg syscall (darwin-amd64), const SO_WANTOOBFLAG = 32768
7180pkg syscall (darwin-amd64), const SYS_ACCEPT = 30
7181pkg syscall (darwin-amd64), const SYS_ACCEPT_NOCANCEL = 404
7182pkg syscall (darwin-amd64), const SYS_ACCESS = 33
7183pkg syscall (darwin-amd64), const SYS_ACCESS_EXTENDED = 284
7184pkg syscall (darwin-amd64), const SYS_ACCT = 51
7185pkg syscall (darwin-amd64), const SYS_ADD_PROFIL = 176
7186pkg syscall (darwin-amd64), const SYS_ADJTIME = 140
7187pkg syscall (darwin-amd64), const SYS_AIO_CANCEL = 316
7188pkg syscall (darwin-amd64), const SYS_AIO_ERROR = 317
7189pkg syscall (darwin-amd64), const SYS_AIO_FSYNC = 313
7190pkg syscall (darwin-amd64), const SYS_AIO_READ = 318
7191pkg syscall (darwin-amd64), const SYS_AIO_RETURN = 314
7192pkg syscall (darwin-amd64), const SYS_AIO_SUSPEND = 315
7193pkg syscall (darwin-amd64), const SYS_AIO_SUSPEND_NOCANCEL = 421
7194pkg syscall (darwin-amd64), const SYS_AIO_WRITE = 319
7195pkg syscall (darwin-amd64), const SYS_ATGETMSG = 207
7196pkg syscall (darwin-amd64), const SYS_ATPGETREQ = 211
7197pkg syscall (darwin-amd64), const SYS_ATPGETRSP = 212
7198pkg syscall (darwin-amd64), const SYS_ATPSNDREQ = 209
7199pkg syscall (darwin-amd64), const SYS_ATPSNDRSP = 210
7200pkg syscall (darwin-amd64), const SYS_ATPUTMSG = 208
7201pkg syscall (darwin-amd64), const SYS_ATSOCKET = 206
7202pkg syscall (darwin-amd64), const SYS_AUDIT = 350
7203pkg syscall (darwin-amd64), const SYS_AUDITCTL = 359
7204pkg syscall (darwin-amd64), const SYS_AUDITON = 351
7205pkg syscall (darwin-amd64), const SYS_AUDIT_SESSION_JOIN = 429
7206pkg syscall (darwin-amd64), const SYS_AUDIT_SESSION_PORT = 432
7207pkg syscall (darwin-amd64), const SYS_AUDIT_SESSION_SELF = 428
7208pkg syscall (darwin-amd64), const SYS_BIND = 104
7209pkg syscall (darwin-amd64), const SYS_BSDTHREAD_CREATE = 360
7210pkg syscall (darwin-amd64), const SYS_BSDTHREAD_REGISTER = 366
7211pkg syscall (darwin-amd64), const SYS_BSDTHREAD_TERMINATE = 361
7212pkg syscall (darwin-amd64), const SYS_CHDIR = 12
7213pkg syscall (darwin-amd64), const SYS_CHFLAGS = 34
7214pkg syscall (darwin-amd64), const SYS_CHMOD = 15
7215pkg syscall (darwin-amd64), const SYS_CHMOD_EXTENDED = 282
7216pkg syscall (darwin-amd64), const SYS_CHOWN = 16
7217pkg syscall (darwin-amd64), const SYS_CHROOT = 61
7218pkg syscall (darwin-amd64), const SYS_CHUD = 185
7219pkg syscall (darwin-amd64), const SYS_CLOSE = 6
7220pkg syscall (darwin-amd64), const SYS_CLOSE_NOCANCEL = 399
7221pkg syscall (darwin-amd64), const SYS_CONNECT = 98
7222pkg syscall (darwin-amd64), const SYS_CONNECT_NOCANCEL = 409
7223pkg syscall (darwin-amd64), const SYS_COPYFILE = 227
7224pkg syscall (darwin-amd64), const SYS_CSOPS = 169
7225pkg syscall (darwin-amd64), const SYS_DELETE = 226
7226pkg syscall (darwin-amd64), const SYS_DUP = 41
7227pkg syscall (darwin-amd64), const SYS_DUP2 = 90
7228pkg syscall (darwin-amd64), const SYS_EXCHANGEDATA = 223
7229pkg syscall (darwin-amd64), const SYS_EXECVE = 59
7230pkg syscall (darwin-amd64), const SYS_EXIT = 1
7231pkg syscall (darwin-amd64), const SYS_FCHDIR = 13
7232pkg syscall (darwin-amd64), const SYS_FCHFLAGS = 35
7233pkg syscall (darwin-amd64), const SYS_FCHMOD = 124
7234pkg syscall (darwin-amd64), const SYS_FCHMOD_EXTENDED = 283
7235pkg syscall (darwin-amd64), const SYS_FCHOWN = 123
7236pkg syscall (darwin-amd64), const SYS_FCNTL = 92
7237pkg syscall (darwin-amd64), const SYS_FCNTL_NOCANCEL = 406
7238pkg syscall (darwin-amd64), const SYS_FDATASYNC = 187
7239pkg syscall (darwin-amd64), const SYS_FFSCTL = 245
7240pkg syscall (darwin-amd64), const SYS_FGETATTRLIST = 228
7241pkg syscall (darwin-amd64), const SYS_FGETXATTR = 235
7242pkg syscall (darwin-amd64), const SYS_FHOPEN = 248
7243pkg syscall (darwin-amd64), const SYS_FILEPORT_MAKEFD = 431
7244pkg syscall (darwin-amd64), const SYS_FILEPORT_MAKEPORT = 430
7245pkg syscall (darwin-amd64), const SYS_FLISTXATTR = 241
7246pkg syscall (darwin-amd64), const SYS_FLOCK = 131
7247pkg syscall (darwin-amd64), const SYS_FORK = 2
7248pkg syscall (darwin-amd64), const SYS_FPATHCONF = 192
7249pkg syscall (darwin-amd64), const SYS_FREMOVEXATTR = 239
7250pkg syscall (darwin-amd64), const SYS_FSCTL = 242
7251pkg syscall (darwin-amd64), const SYS_FSETATTRLIST = 229
7252pkg syscall (darwin-amd64), const SYS_FSETXATTR = 237
7253pkg syscall (darwin-amd64), const SYS_FSGETPATH = 427
7254pkg syscall (darwin-amd64), const SYS_FSTAT = 189
7255pkg syscall (darwin-amd64), const SYS_FSTAT64 = 339
7256pkg syscall (darwin-amd64), const SYS_FSTAT64_EXTENDED = 343
7257pkg syscall (darwin-amd64), const SYS_FSTATFS = 158
7258pkg syscall (darwin-amd64), const SYS_FSTATFS64 = 346
7259pkg syscall (darwin-amd64), const SYS_FSTATV = 219
7260pkg syscall (darwin-amd64), const SYS_FSTAT_EXTENDED = 281
7261pkg syscall (darwin-amd64), const SYS_FSYNC = 95
7262pkg syscall (darwin-amd64), const SYS_FSYNC_NOCANCEL = 408
7263pkg syscall (darwin-amd64), const SYS_FTRUNCATE = 201
7264pkg syscall (darwin-amd64), const SYS_FUTIMES = 139
7265pkg syscall (darwin-amd64), const SYS_GETATTRLIST = 220
7266pkg syscall (darwin-amd64), const SYS_GETAUDIT = 355
7267pkg syscall (darwin-amd64), const SYS_GETAUDIT_ADDR = 357
7268pkg syscall (darwin-amd64), const SYS_GETAUID = 353
7269pkg syscall (darwin-amd64), const SYS_GETDIRENTRIES = 196
7270pkg syscall (darwin-amd64), const SYS_GETDIRENTRIES64 = 344
7271pkg syscall (darwin-amd64), const SYS_GETDIRENTRIESATTR = 222
7272pkg syscall (darwin-amd64), const SYS_GETDTABLESIZE = 89
7273pkg syscall (darwin-amd64), const SYS_GETEGID = 43
7274pkg syscall (darwin-amd64), const SYS_GETEUID = 25
7275pkg syscall (darwin-amd64), const SYS_GETFH = 161
7276pkg syscall (darwin-amd64), const SYS_GETFSSTAT = 18
7277pkg syscall (darwin-amd64), const SYS_GETFSSTAT64 = 347
7278pkg syscall (darwin-amd64), const SYS_GETGID = 47
7279pkg syscall (darwin-amd64), const SYS_GETGROUPS = 79
7280pkg syscall (darwin-amd64), const SYS_GETHOSTUUID = 142
7281pkg syscall (darwin-amd64), const SYS_GETITIMER = 86
7282pkg syscall (darwin-amd64), const SYS_GETLCID = 395
7283pkg syscall (darwin-amd64), const SYS_GETLOGIN = 49
7284pkg syscall (darwin-amd64), const SYS_GETPEERNAME = 31
7285pkg syscall (darwin-amd64), const SYS_GETPGID = 151
7286pkg syscall (darwin-amd64), const SYS_GETPGRP = 81
7287pkg syscall (darwin-amd64), const SYS_GETPID = 20
7288pkg syscall (darwin-amd64), const SYS_GETPPID = 39
7289pkg syscall (darwin-amd64), const SYS_GETPRIORITY = 100
7290pkg syscall (darwin-amd64), const SYS_GETRLIMIT = 194
7291pkg syscall (darwin-amd64), const SYS_GETRUSAGE = 117
7292pkg syscall (darwin-amd64), const SYS_GETSGROUPS = 288
7293pkg syscall (darwin-amd64), const SYS_GETSID = 310
7294pkg syscall (darwin-amd64), const SYS_GETSOCKNAME = 32
7295pkg syscall (darwin-amd64), const SYS_GETSOCKOPT = 118
7296pkg syscall (darwin-amd64), const SYS_GETTID = 286
7297pkg syscall (darwin-amd64), const SYS_GETTIMEOFDAY = 116
7298pkg syscall (darwin-amd64), const SYS_GETUID = 24
7299pkg syscall (darwin-amd64), const SYS_GETWGROUPS = 290
7300pkg syscall (darwin-amd64), const SYS_GETXATTR = 234
7301pkg syscall (darwin-amd64), const SYS_IDENTITYSVC = 293
7302pkg syscall (darwin-amd64), const SYS_INITGROUPS = 243
7303pkg syscall (darwin-amd64), const SYS_IOCTL = 54
7304pkg syscall (darwin-amd64), const SYS_IOPOLICYSYS = 322
7305pkg syscall (darwin-amd64), const SYS_ISSETUGID = 327
7306pkg syscall (darwin-amd64), const SYS_KDEBUG_TRACE = 180
7307pkg syscall (darwin-amd64), const SYS_KEVENT = 363
7308pkg syscall (darwin-amd64), const SYS_KEVENT64 = 369
7309pkg syscall (darwin-amd64), const SYS_KILL = 37
7310pkg syscall (darwin-amd64), const SYS_KQUEUE = 362
7311pkg syscall (darwin-amd64), const SYS_LCHOWN = 364
7312pkg syscall (darwin-amd64), const SYS_LINK = 9
7313pkg syscall (darwin-amd64), const SYS_LIO_LISTIO = 320
7314pkg syscall (darwin-amd64), const SYS_LISTEN = 106
7315pkg syscall (darwin-amd64), const SYS_LISTXATTR = 240
7316pkg syscall (darwin-amd64), const SYS_LSEEK = 199
7317pkg syscall (darwin-amd64), const SYS_LSTAT = 190
7318pkg syscall (darwin-amd64), const SYS_LSTAT64 = 340
7319pkg syscall (darwin-amd64), const SYS_LSTAT64_EXTENDED = 342
7320pkg syscall (darwin-amd64), const SYS_LSTATV = 218
7321pkg syscall (darwin-amd64), const SYS_LSTAT_EXTENDED = 280
7322pkg syscall (darwin-amd64), const SYS_MADVISE = 75
7323pkg syscall (darwin-amd64), const SYS_MAXSYSCALL = 439
7324pkg syscall (darwin-amd64), const SYS_MINCORE = 78
7325pkg syscall (darwin-amd64), const SYS_MINHERIT = 250
7326pkg syscall (darwin-amd64), const SYS_MKCOMPLEX = 216
7327pkg syscall (darwin-amd64), const SYS_MKDIR = 136
7328pkg syscall (darwin-amd64), const SYS_MKDIR_EXTENDED = 292
7329pkg syscall (darwin-amd64), const SYS_MKFIFO = 132
7330pkg syscall (darwin-amd64), const SYS_MKFIFO_EXTENDED = 291
7331pkg syscall (darwin-amd64), const SYS_MKNOD = 14
7332pkg syscall (darwin-amd64), const SYS_MLOCK = 203
7333pkg syscall (darwin-amd64), const SYS_MLOCKALL = 324
7334pkg syscall (darwin-amd64), const SYS_MMAP = 197
7335pkg syscall (darwin-amd64), const SYS_MODWATCH = 233
7336pkg syscall (darwin-amd64), const SYS_MOUNT = 167
7337pkg syscall (darwin-amd64), const SYS_MPROTECT = 74
7338pkg syscall (darwin-amd64), const SYS_MSGCTL = 258
7339pkg syscall (darwin-amd64), const SYS_MSGGET = 259
7340pkg syscall (darwin-amd64), const SYS_MSGRCV = 261
7341pkg syscall (darwin-amd64), const SYS_MSGRCV_NOCANCEL = 419
7342pkg syscall (darwin-amd64), const SYS_MSGSND = 260
7343pkg syscall (darwin-amd64), const SYS_MSGSND_NOCANCEL = 418
7344pkg syscall (darwin-amd64), const SYS_MSGSYS = 252
7345pkg syscall (darwin-amd64), const SYS_MSYNC = 65
7346pkg syscall (darwin-amd64), const SYS_MSYNC_NOCANCEL = 405
7347pkg syscall (darwin-amd64), const SYS_MUNLOCK = 204
7348pkg syscall (darwin-amd64), const SYS_MUNLOCKALL = 325
7349pkg syscall (darwin-amd64), const SYS_MUNMAP = 73
7350pkg syscall (darwin-amd64), const SYS_NFSCLNT = 247
7351pkg syscall (darwin-amd64), const SYS_NFSSVC = 155
7352pkg syscall (darwin-amd64), const SYS_OPEN = 5
7353pkg syscall (darwin-amd64), const SYS_OPEN_EXTENDED = 277
7354pkg syscall (darwin-amd64), const SYS_OPEN_NOCANCEL = 398
7355pkg syscall (darwin-amd64), const SYS_PATHCONF = 191
7356pkg syscall (darwin-amd64), const SYS_PID_HIBERNATE = 435
7357pkg syscall (darwin-amd64), const SYS_PID_RESUME = 434
7358pkg syscall (darwin-amd64), const SYS_PID_SHUTDOWN_SOCKETS = 436
7359pkg syscall (darwin-amd64), const SYS_PID_SUSPEND = 433
7360pkg syscall (darwin-amd64), const SYS_PIPE = 42
7361pkg syscall (darwin-amd64), const SYS_POLL = 230
7362pkg syscall (darwin-amd64), const SYS_POLL_NOCANCEL = 417
7363pkg syscall (darwin-amd64), const SYS_POSIX_SPAWN = 244
7364pkg syscall (darwin-amd64), const SYS_PREAD = 153
7365pkg syscall (darwin-amd64), const SYS_PREAD_NOCANCEL = 414
7366pkg syscall (darwin-amd64), const SYS_PROCESS_POLICY = 323
7367pkg syscall (darwin-amd64), const SYS_PROC_INFO = 336
7368pkg syscall (darwin-amd64), const SYS_PROFIL = 44
7369pkg syscall (darwin-amd64), const SYS_PSYNCH_CVBROAD = 303
7370pkg syscall (darwin-amd64), const SYS_PSYNCH_CVCLRPREPOST = 312
7371pkg syscall (darwin-amd64), const SYS_PSYNCH_CVSIGNAL = 304
7372pkg syscall (darwin-amd64), const SYS_PSYNCH_CVWAIT = 305
7373pkg syscall (darwin-amd64), const SYS_PSYNCH_MUTEXDROP = 302
7374pkg syscall (darwin-amd64), const SYS_PSYNCH_MUTEXWAIT = 301
7375pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_DOWNGRADE = 299
7376pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_LONGRDLOCK = 297
7377pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_RDLOCK = 306
7378pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_UNLOCK = 308
7379pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_UNLOCK2 = 309
7380pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_UPGRADE = 300
7381pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_WRLOCK = 307
7382pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_YIELDWRLOCK = 298
7383pkg syscall (darwin-amd64), const SYS_PTRACE = 26
7384pkg syscall (darwin-amd64), const SYS_PWRITE = 154
7385pkg syscall (darwin-amd64), const SYS_PWRITE_NOCANCEL = 415
7386pkg syscall (darwin-amd64), const SYS_QUOTACTL = 165
7387pkg syscall (darwin-amd64), const SYS_READ = 3
7388pkg syscall (darwin-amd64), const SYS_READLINK = 58
7389pkg syscall (darwin-amd64), const SYS_READV = 120
7390pkg syscall (darwin-amd64), const SYS_READV_NOCANCEL = 411
7391pkg syscall (darwin-amd64), const SYS_READ_NOCANCEL = 396
7392pkg syscall (darwin-amd64), const SYS_REBOOT = 55
7393pkg syscall (darwin-amd64), const SYS_RECVFROM = 29
7394pkg syscall (darwin-amd64), const SYS_RECVFROM_NOCANCEL = 403
7395pkg syscall (darwin-amd64), const SYS_RECVMSG = 27
7396pkg syscall (darwin-amd64), const SYS_RECVMSG_NOCANCEL = 401
7397pkg syscall (darwin-amd64), const SYS_REMOVEXATTR = 238
7398pkg syscall (darwin-amd64), const SYS_RENAME = 128
7399pkg syscall (darwin-amd64), const SYS_REVOKE = 56
7400pkg syscall (darwin-amd64), const SYS_RMDIR = 137
7401pkg syscall (darwin-amd64), const SYS_SEARCHFS = 225
7402pkg syscall (darwin-amd64), const SYS_SELECT = 93
7403pkg syscall (darwin-amd64), const SYS_SELECT_NOCANCEL = 407
7404pkg syscall (darwin-amd64), const SYS_SEMCTL = 254
7405pkg syscall (darwin-amd64), const SYS_SEMGET = 255
7406pkg syscall (darwin-amd64), const SYS_SEMOP = 256
7407pkg syscall (darwin-amd64), const SYS_SEMSYS = 251
7408pkg syscall (darwin-amd64), const SYS_SEM_CLOSE = 269
7409pkg syscall (darwin-amd64), const SYS_SEM_DESTROY = 276
7410pkg syscall (darwin-amd64), const SYS_SEM_GETVALUE = 274
7411pkg syscall (darwin-amd64), const SYS_SEM_INIT = 275
7412pkg syscall (darwin-amd64), const SYS_SEM_OPEN = 268
7413pkg syscall (darwin-amd64), const SYS_SEM_POST = 273
7414pkg syscall (darwin-amd64), const SYS_SEM_TRYWAIT = 272
7415pkg syscall (darwin-amd64), const SYS_SEM_UNLINK = 270
7416pkg syscall (darwin-amd64), const SYS_SEM_WAIT = 271
7417pkg syscall (darwin-amd64), const SYS_SEM_WAIT_NOCANCEL = 420
7418pkg syscall (darwin-amd64), const SYS_SENDFILE = 337
7419pkg syscall (darwin-amd64), const SYS_SENDMSG = 28
7420pkg syscall (darwin-amd64), const SYS_SENDMSG_NOCANCEL = 402
7421pkg syscall (darwin-amd64), const SYS_SENDTO = 133
7422pkg syscall (darwin-amd64), const SYS_SENDTO_NOCANCEL = 413
7423pkg syscall (darwin-amd64), const SYS_SETATTRLIST = 221
7424pkg syscall (darwin-amd64), const SYS_SETAUDIT = 356
7425pkg syscall (darwin-amd64), const SYS_SETAUDIT_ADDR = 358
7426pkg syscall (darwin-amd64), const SYS_SETAUID = 354
7427pkg syscall (darwin-amd64), const SYS_SETEGID = 182
7428pkg syscall (darwin-amd64), const SYS_SETEUID = 183
7429pkg syscall (darwin-amd64), const SYS_SETGID = 181
7430pkg syscall (darwin-amd64), const SYS_SETGROUPS = 80
7431pkg syscall (darwin-amd64), const SYS_SETITIMER = 83
7432pkg syscall (darwin-amd64), const SYS_SETLCID = 394
7433pkg syscall (darwin-amd64), const SYS_SETLOGIN = 50
7434pkg syscall (darwin-amd64), const SYS_SETPGID = 82
7435pkg syscall (darwin-amd64), const SYS_SETPRIORITY = 96
7436pkg syscall (darwin-amd64), const SYS_SETPRIVEXEC = 152
7437pkg syscall (darwin-amd64), const SYS_SETREGID = 127
7438pkg syscall (darwin-amd64), const SYS_SETREUID = 126
7439pkg syscall (darwin-amd64), const SYS_SETRLIMIT = 195
7440pkg syscall (darwin-amd64), const SYS_SETSGROUPS = 287
7441pkg syscall (darwin-amd64), const SYS_SETSID = 147
7442pkg syscall (darwin-amd64), const SYS_SETSOCKOPT = 105
7443pkg syscall (darwin-amd64), const SYS_SETTID = 285
7444pkg syscall (darwin-amd64), const SYS_SETTID_WITH_PID = 311
7445pkg syscall (darwin-amd64), const SYS_SETTIMEOFDAY = 122
7446pkg syscall (darwin-amd64), const SYS_SETUID = 23
7447pkg syscall (darwin-amd64), const SYS_SETWGROUPS = 289
7448pkg syscall (darwin-amd64), const SYS_SETXATTR = 236
7449pkg syscall (darwin-amd64), const SYS_SHARED_REGION_CHECK_NP = 294
7450pkg syscall (darwin-amd64), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
7451pkg syscall (darwin-amd64), const SYS_SHMAT = 262
7452pkg syscall (darwin-amd64), const SYS_SHMCTL = 263
7453pkg syscall (darwin-amd64), const SYS_SHMDT = 264
7454pkg syscall (darwin-amd64), const SYS_SHMGET = 265
7455pkg syscall (darwin-amd64), const SYS_SHMSYS = 253
7456pkg syscall (darwin-amd64), const SYS_SHM_OPEN = 266
7457pkg syscall (darwin-amd64), const SYS_SHM_UNLINK = 267
7458pkg syscall (darwin-amd64), const SYS_SHUTDOWN = 134
7459pkg syscall (darwin-amd64), const SYS_SIGACTION = 46
7460pkg syscall (darwin-amd64), const SYS_SIGALTSTACK = 53
7461pkg syscall (darwin-amd64), const SYS_SIGPENDING = 52
7462pkg syscall (darwin-amd64), const SYS_SIGPROCMASK = 48
7463pkg syscall (darwin-amd64), const SYS_SIGRETURN = 184
7464pkg syscall (darwin-amd64), const SYS_SIGSUSPEND = 111
7465pkg syscall (darwin-amd64), const SYS_SIGSUSPEND_NOCANCEL = 410
7466pkg syscall (darwin-amd64), const SYS_SOCKET = 97
7467pkg syscall (darwin-amd64), const SYS_SOCKETPAIR = 135
7468pkg syscall (darwin-amd64), const SYS_STACK_SNAPSHOT = 365
7469pkg syscall (darwin-amd64), const SYS_STAT = 188
7470pkg syscall (darwin-amd64), const SYS_STAT64 = 338
7471pkg syscall (darwin-amd64), const SYS_STAT64_EXTENDED = 341
7472pkg syscall (darwin-amd64), const SYS_STATFS = 157
7473pkg syscall (darwin-amd64), const SYS_STATFS64 = 345
7474pkg syscall (darwin-amd64), const SYS_STATV = 217
7475pkg syscall (darwin-amd64), const SYS_STAT_EXTENDED = 279
7476pkg syscall (darwin-amd64), const SYS_SWAPON = 85
7477pkg syscall (darwin-amd64), const SYS_SYMLINK = 57
7478pkg syscall (darwin-amd64), const SYS_SYNC = 36
7479pkg syscall (darwin-amd64), const SYS_SYSCALL = 0
7480pkg syscall (darwin-amd64), const SYS_THREAD_SELFID = 372
7481pkg syscall (darwin-amd64), const SYS_TRUNCATE = 200
7482pkg syscall (darwin-amd64), const SYS_UMASK = 60
7483pkg syscall (darwin-amd64), const SYS_UMASK_EXTENDED = 278
7484pkg syscall (darwin-amd64), const SYS_UNDELETE = 205
7485pkg syscall (darwin-amd64), const SYS_UNLINK = 10
7486pkg syscall (darwin-amd64), const SYS_UNMOUNT = 159
7487pkg syscall (darwin-amd64), const SYS_UTIMES = 138
7488pkg syscall (darwin-amd64), const SYS_VFORK = 66
7489pkg syscall (darwin-amd64), const SYS_VM_PRESSURE_MONITOR = 296
7490pkg syscall (darwin-amd64), const SYS_WAIT4 = 7
7491pkg syscall (darwin-amd64), const SYS_WAIT4_NOCANCEL = 400
7492pkg syscall (darwin-amd64), const SYS_WAITEVENT = 232
7493pkg syscall (darwin-amd64), const SYS_WAITID = 173
7494pkg syscall (darwin-amd64), const SYS_WAITID_NOCANCEL = 416
7495pkg syscall (darwin-amd64), const SYS_WATCHEVENT = 231
7496pkg syscall (darwin-amd64), const SYS_WORKQ_KERNRETURN = 368
7497pkg syscall (darwin-amd64), const SYS_WORKQ_OPEN = 367
7498pkg syscall (darwin-amd64), const SYS_WRITE = 4
7499pkg syscall (darwin-amd64), const SYS_WRITEV = 121
7500pkg syscall (darwin-amd64), const SYS_WRITEV_NOCANCEL = 412
7501pkg syscall (darwin-amd64), const SYS_WRITE_NOCANCEL = 397
7502pkg syscall (darwin-amd64), const SYS___DISABLE_THREADSIGNAL = 331
7503pkg syscall (darwin-amd64), const SYS___MAC_EXECVE = 380
7504pkg syscall (darwin-amd64), const SYS___MAC_GETFSSTAT = 426
7505pkg syscall (darwin-amd64), const SYS___MAC_GET_FD = 388
7506pkg syscall (darwin-amd64), const SYS___MAC_GET_FILE = 382
7507pkg syscall (darwin-amd64), const SYS___MAC_GET_LCID = 391
7508pkg syscall (darwin-amd64), const SYS___MAC_GET_LCTX = 392
7509pkg syscall (darwin-amd64), const SYS___MAC_GET_LINK = 384
7510pkg syscall (darwin-amd64), const SYS___MAC_GET_MOUNT = 425
7511pkg syscall (darwin-amd64), const SYS___MAC_GET_PID = 390
7512pkg syscall (darwin-amd64), const SYS___MAC_GET_PROC = 386
7513pkg syscall (darwin-amd64), const SYS___MAC_MOUNT = 424
7514pkg syscall (darwin-amd64), const SYS___MAC_SET_FD = 389
7515pkg syscall (darwin-amd64), const SYS___MAC_SET_FILE = 383
7516pkg syscall (darwin-amd64), const SYS___MAC_SET_LCTX = 393
7517pkg syscall (darwin-amd64), const SYS___MAC_SET_LINK = 385
7518pkg syscall (darwin-amd64), const SYS___MAC_SET_PROC = 387
7519pkg syscall (darwin-amd64), const SYS___MAC_SYSCALL = 381
7520pkg syscall (darwin-amd64), const SYS___OLD_SEMWAIT_SIGNAL = 370
7521pkg syscall (darwin-amd64), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371
7522pkg syscall (darwin-amd64), const SYS___PTHREAD_CANCELED = 333
7523pkg syscall (darwin-amd64), const SYS___PTHREAD_CHDIR = 348
7524pkg syscall (darwin-amd64), const SYS___PTHREAD_FCHDIR = 349
7525pkg syscall (darwin-amd64), const SYS___PTHREAD_KILL = 328
7526pkg syscall (darwin-amd64), const SYS___PTHREAD_MARKCANCEL = 332
7527pkg syscall (darwin-amd64), const SYS___PTHREAD_SIGMASK = 329
7528pkg syscall (darwin-amd64), const SYS___SEMWAIT_SIGNAL = 334
7529pkg syscall (darwin-amd64), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423
7530pkg syscall (darwin-amd64), const SYS___SIGWAIT = 330
7531pkg syscall (darwin-amd64), const SYS___SIGWAIT_NOCANCEL = 422
7532pkg syscall (darwin-amd64), const SYS___SYSCTL = 202
7533pkg syscall (darwin-amd64), const S_IEXEC = 64
7534pkg syscall (darwin-amd64), const S_IFMT = 61440
7535pkg syscall (darwin-amd64), const S_IFWHT = 57344
7536pkg syscall (darwin-amd64), const S_IREAD = 256
7537pkg syscall (darwin-amd64), const S_IRGRP = 32
7538pkg syscall (darwin-amd64), const S_IROTH = 4
7539pkg syscall (darwin-amd64), const S_IRWXG = 56
7540pkg syscall (darwin-amd64), const S_IRWXO = 7
7541pkg syscall (darwin-amd64), const S_IRWXU = 448
7542pkg syscall (darwin-amd64), const S_ISTXT = 512
7543pkg syscall (darwin-amd64), const S_IWGRP = 16
7544pkg syscall (darwin-amd64), const S_IWOTH = 2
7545pkg syscall (darwin-amd64), const S_IWRITE = 128
7546pkg syscall (darwin-amd64), const S_IXGRP = 8
7547pkg syscall (darwin-amd64), const S_IXOTH = 1
7548pkg syscall (darwin-amd64), const SizeofBpfHdr = 20
7549pkg syscall (darwin-amd64), const SizeofBpfInsn = 8
7550pkg syscall (darwin-amd64), const SizeofBpfProgram = 16
7551pkg syscall (darwin-amd64), const SizeofBpfStat = 8
7552pkg syscall (darwin-amd64), const SizeofBpfVersion = 4
7553pkg syscall (darwin-amd64), const SizeofCmsghdr = 12
7554pkg syscall (darwin-amd64), const SizeofIPMreq = 8
7555pkg syscall (darwin-amd64), const SizeofIPv6Mreq = 20
7556pkg syscall (darwin-amd64), const SizeofIfData = 96
7557pkg syscall (darwin-amd64), const SizeofIfMsghdr = 112
7558pkg syscall (darwin-amd64), const SizeofIfaMsghdr = 20
7559pkg syscall (darwin-amd64), const SizeofIfmaMsghdr = 16
7560pkg syscall (darwin-amd64), const SizeofIfmaMsghdr2 = 20
7561pkg syscall (darwin-amd64), const SizeofInet4Pktinfo = 12
7562pkg syscall (darwin-amd64), const SizeofInet4Pktinfo ideal-int
7563pkg syscall (darwin-amd64), const SizeofInet6Pktinfo = 20
7564pkg syscall (darwin-amd64), const SizeofLinger = 8
7565pkg syscall (darwin-amd64), const SizeofMsghdr = 48
7566pkg syscall (darwin-amd64), const SizeofRtMetrics = 56
7567pkg syscall (darwin-amd64), const SizeofRtMsghdr = 92
7568pkg syscall (darwin-amd64), const SizeofSockaddrAny = 108
7569pkg syscall (darwin-amd64), const SizeofSockaddrDatalink = 20
7570pkg syscall (darwin-amd64), const SizeofSockaddrInet4 = 16
7571pkg syscall (darwin-amd64), const SizeofSockaddrInet6 = 28
7572pkg syscall (darwin-amd64), const SizeofSockaddrUnix = 106
7573pkg syscall (darwin-amd64), const TCIFLUSH = 1
7574pkg syscall (darwin-amd64), const TCIFLUSH ideal-int
7575pkg syscall (darwin-amd64), const TCIOFLUSH = 3
7576pkg syscall (darwin-amd64), const TCIOFLUSH ideal-int
7577pkg syscall (darwin-amd64), const TCOFLUSH = 2
7578pkg syscall (darwin-amd64), const TCOFLUSH ideal-int
7579pkg syscall (darwin-amd64), const TCP_CONNECTIONTIMEOUT = 32
7580pkg syscall (darwin-amd64), const TCP_KEEPALIVE = 16
7581pkg syscall (darwin-amd64), const TCP_MAXHLEN = 60
7582pkg syscall (darwin-amd64), const TCP_MAXOLEN = 40
7583pkg syscall (darwin-amd64), const TCP_MAXSEG = 2
7584pkg syscall (darwin-amd64), const TCP_MAXWIN = 65535
7585pkg syscall (darwin-amd64), const TCP_MAX_SACK = 3
7586pkg syscall (darwin-amd64), const TCP_MAX_WINSHIFT = 14
7587pkg syscall (darwin-amd64), const TCP_MINMSS = 216
7588pkg syscall (darwin-amd64), const TCP_MINMSSOVERLOAD = 1000
7589pkg syscall (darwin-amd64), const TCP_MSS = 512
7590pkg syscall (darwin-amd64), const TCP_NOOPT = 8
7591pkg syscall (darwin-amd64), const TCP_NOPUSH = 4
7592pkg syscall (darwin-amd64), const TCP_RXT_CONNDROPTIME = 128
7593pkg syscall (darwin-amd64), const TCP_RXT_FINDROP = 256
7594pkg syscall (darwin-amd64), const TCSAFLUSH = 2
7595pkg syscall (darwin-amd64), const TCSAFLUSH ideal-int
7596pkg syscall (darwin-amd64), const TIOCCBRK = 536900730
7597pkg syscall (darwin-amd64), const TIOCCDTR = 536900728
7598pkg syscall (darwin-amd64), const TIOCCONS = 2147775586
7599pkg syscall (darwin-amd64), const TIOCDCDTIMESTAMP = 1074820184
7600pkg syscall (darwin-amd64), const TIOCDRAIN = 536900702
7601pkg syscall (darwin-amd64), const TIOCDSIMICROCODE = 536900693
7602pkg syscall (darwin-amd64), const TIOCEXCL = 536900621
7603pkg syscall (darwin-amd64), const TIOCEXT = 2147775584
7604pkg syscall (darwin-amd64), const TIOCFLUSH = 2147775504
7605pkg syscall (darwin-amd64), const TIOCGDRAINWAIT = 1074033750
7606pkg syscall (darwin-amd64), const TIOCGETA = 1078490131
7607pkg syscall (darwin-amd64), const TIOCGETD = 1074033690
7608pkg syscall (darwin-amd64), const TIOCGPGRP = 1074033783
7609pkg syscall (darwin-amd64), const TIOCGWINSZ = 1074295912
7610pkg syscall (darwin-amd64), const TIOCIXOFF = 536900736
7611pkg syscall (darwin-amd64), const TIOCIXON = 536900737
7612pkg syscall (darwin-amd64), const TIOCMBIC = 2147775595
7613pkg syscall (darwin-amd64), const TIOCMBIS = 2147775596
7614pkg syscall (darwin-amd64), const TIOCMGDTRWAIT = 1074033754
7615pkg syscall (darwin-amd64), const TIOCMGET = 1074033770
7616pkg syscall (darwin-amd64), const TIOCMODG = 1074033667
7617pkg syscall (darwin-amd64), const TIOCMODS = 2147775492
7618pkg syscall (darwin-amd64), const TIOCMSDTRWAIT = 2147775579
7619pkg syscall (darwin-amd64), const TIOCMSET = 2147775597
7620pkg syscall (darwin-amd64), const TIOCM_CAR = 64
7621pkg syscall (darwin-amd64), const TIOCM_CD = 64
7622pkg syscall (darwin-amd64), const TIOCM_CTS = 32
7623pkg syscall (darwin-amd64), const TIOCM_DSR = 256
7624pkg syscall (darwin-amd64), const TIOCM_DTR = 2
7625pkg syscall (darwin-amd64), const TIOCM_LE = 1
7626pkg syscall (darwin-amd64), const TIOCM_RI = 128
7627pkg syscall (darwin-amd64), const TIOCM_RNG = 128
7628pkg syscall (darwin-amd64), const TIOCM_RTS = 4
7629pkg syscall (darwin-amd64), const TIOCM_SR = 16
7630pkg syscall (darwin-amd64), const TIOCM_ST = 8
7631pkg syscall (darwin-amd64), const TIOCNOTTY = 536900721
7632pkg syscall (darwin-amd64), const TIOCNXCL = 536900622
7633pkg syscall (darwin-amd64), const TIOCOUTQ = 1074033779
7634pkg syscall (darwin-amd64), const TIOCPKT = 2147775600
7635pkg syscall (darwin-amd64), const TIOCPKT_DATA = 0
7636pkg syscall (darwin-amd64), const TIOCPKT_DOSTOP = 32
7637pkg syscall (darwin-amd64), const TIOCPKT_FLUSHREAD = 1
7638pkg syscall (darwin-amd64), const TIOCPKT_FLUSHWRITE = 2
7639pkg syscall (darwin-amd64), const TIOCPKT_IOCTL = 64
7640pkg syscall (darwin-amd64), const TIOCPKT_NOSTOP = 16
7641pkg syscall (darwin-amd64), const TIOCPKT_START = 8
7642pkg syscall (darwin-amd64), const TIOCPKT_STOP = 4
7643pkg syscall (darwin-amd64), const TIOCPTYGNAME = 1082160211
7644pkg syscall (darwin-amd64), const TIOCPTYGRANT = 536900692
7645pkg syscall (darwin-amd64), const TIOCPTYUNLK = 536900690
7646pkg syscall (darwin-amd64), const TIOCREMOTE = 2147775593
7647pkg syscall (darwin-amd64), const TIOCSBRK = 536900731
7648pkg syscall (darwin-amd64), const TIOCSCONS = 536900707
7649pkg syscall (darwin-amd64), const TIOCSCTTY = 536900705
7650pkg syscall (darwin-amd64), const TIOCSDRAINWAIT = 2147775575
7651pkg syscall (darwin-amd64), const TIOCSDTR = 536900729
7652pkg syscall (darwin-amd64), const TIOCSETA = 2152231956
7653pkg syscall (darwin-amd64), const TIOCSETAF = 2152231958
7654pkg syscall (darwin-amd64), const TIOCSETAW = 2152231957
7655pkg syscall (darwin-amd64), const TIOCSETD = 2147775515
7656pkg syscall (darwin-amd64), const TIOCSIG = 536900703
7657pkg syscall (darwin-amd64), const TIOCSPGRP = 2147775606
7658pkg syscall (darwin-amd64), const TIOCSTART = 536900718
7659pkg syscall (darwin-amd64), const TIOCSTAT = 536900709
7660pkg syscall (darwin-amd64), const TIOCSTI = 2147578994
7661pkg syscall (darwin-amd64), const TIOCSTOP = 536900719
7662pkg syscall (darwin-amd64), const TIOCSWINSZ = 2148037735
7663pkg syscall (darwin-amd64), const TIOCTIMESTAMP = 1074820185
7664pkg syscall (darwin-amd64), const TIOCUCNTL = 2147775590
7665pkg syscall (darwin-amd64), const TOSTOP = 4194304
7666pkg syscall (darwin-amd64), const TOSTOP ideal-int
7667pkg syscall (darwin-amd64), const VDISCARD = 15
7668pkg syscall (darwin-amd64), const VDISCARD ideal-int
7669pkg syscall (darwin-amd64), const VDSUSP = 11
7670pkg syscall (darwin-amd64), const VDSUSP ideal-int
7671pkg syscall (darwin-amd64), const VEOF = 0
7672pkg syscall (darwin-amd64), const VEOF ideal-int
7673pkg syscall (darwin-amd64), const VEOL = 1
7674pkg syscall (darwin-amd64), const VEOL ideal-int
7675pkg syscall (darwin-amd64), const VEOL2 = 2
7676pkg syscall (darwin-amd64), const VEOL2 ideal-int
7677pkg syscall (darwin-amd64), const VERASE = 3
7678pkg syscall (darwin-amd64), const VERASE ideal-int
7679pkg syscall (darwin-amd64), const VINTR = 8
7680pkg syscall (darwin-amd64), const VINTR ideal-int
7681pkg syscall (darwin-amd64), const VKILL = 5
7682pkg syscall (darwin-amd64), const VKILL ideal-int
7683pkg syscall (darwin-amd64), const VLNEXT = 14
7684pkg syscall (darwin-amd64), const VLNEXT ideal-int
7685pkg syscall (darwin-amd64), const VMIN = 16
7686pkg syscall (darwin-amd64), const VMIN ideal-int
7687pkg syscall (darwin-amd64), const VQUIT = 9
7688pkg syscall (darwin-amd64), const VQUIT ideal-int
7689pkg syscall (darwin-amd64), const VREPRINT = 6
7690pkg syscall (darwin-amd64), const VREPRINT ideal-int
7691pkg syscall (darwin-amd64), const VSTART = 12
7692pkg syscall (darwin-amd64), const VSTART ideal-int
7693pkg syscall (darwin-amd64), const VSTATUS = 18
7694pkg syscall (darwin-amd64), const VSTATUS ideal-int
7695pkg syscall (darwin-amd64), const VSTOP = 13
7696pkg syscall (darwin-amd64), const VSTOP ideal-int
7697pkg syscall (darwin-amd64), const VSUSP = 10
7698pkg syscall (darwin-amd64), const VSUSP ideal-int
7699pkg syscall (darwin-amd64), const VT0 = 0
7700pkg syscall (darwin-amd64), const VT0 ideal-int
7701pkg syscall (darwin-amd64), const VT1 = 65536
7702pkg syscall (darwin-amd64), const VT1 ideal-int
7703pkg syscall (darwin-amd64), const VTDLY = 65536
7704pkg syscall (darwin-amd64), const VTDLY ideal-int
7705pkg syscall (darwin-amd64), const VTIME = 17
7706pkg syscall (darwin-amd64), const VTIME ideal-int
7707pkg syscall (darwin-amd64), const VWERASE = 4
7708pkg syscall (darwin-amd64), const VWERASE ideal-int
7709pkg syscall (darwin-amd64), const WCONTINUED = 16
7710pkg syscall (darwin-amd64), const WCOREFLAG = 128
7711pkg syscall (darwin-amd64), const WEXITED = 4
7712pkg syscall (darwin-amd64), const WNOHANG = 1
7713pkg syscall (darwin-amd64), const WNOWAIT = 32
7714pkg syscall (darwin-amd64), const WORDSIZE = 64
7715pkg syscall (darwin-amd64), const WSTOPPED = 8
7716pkg syscall (darwin-amd64), const WUNTRACED = 2
7717pkg syscall (darwin-amd64), func Fchflags(int, int) error
7718pkg syscall (darwin-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error)
7719pkg syscall (darwin-amd64), type Inet4Pktinfo struct
7720pkg syscall (darwin-amd64), type Inet4Pktinfo struct, Addr [4]uint8
7721pkg syscall (darwin-amd64), type Inet4Pktinfo struct, Ifindex uint32
7722pkg syscall (darwin-amd64), type Inet4Pktinfo struct, Spec_dst [4]uint8
7723pkg syscall (darwin-amd64), type Termios struct
7724pkg syscall (darwin-amd64), type Termios struct, Cc [20]uint8
7725pkg syscall (darwin-amd64), type Termios struct, Cflag uint64
7726pkg syscall (darwin-amd64), type Termios struct, Iflag uint64
7727pkg syscall (darwin-amd64), type Termios struct, Ispeed uint64
7728pkg syscall (darwin-amd64), type Termios struct, Lflag uint64
7729pkg syscall (darwin-amd64), type Termios struct, Oflag uint64
7730pkg syscall (darwin-amd64), type Termios struct, Ospeed uint64
7731pkg syscall (darwin-amd64), type Termios struct, Pad_cgo_0 [4]uint8
7732pkg syscall (darwin-amd64-cgo), const AF_APPLETALK = 16
7733pkg syscall (darwin-amd64-cgo), const AF_CCITT = 10
7734pkg syscall (darwin-amd64-cgo), const AF_CHAOS = 5
7735pkg syscall (darwin-amd64-cgo), const AF_CNT = 21
7736pkg syscall (darwin-amd64-cgo), const AF_COIP = 20
7737pkg syscall (darwin-amd64-cgo), const AF_DATAKIT = 9
7738pkg syscall (darwin-amd64-cgo), const AF_DECnet = 12
7739pkg syscall (darwin-amd64-cgo), const AF_DLI = 13
7740pkg syscall (darwin-amd64-cgo), const AF_E164 = 28
7741pkg syscall (darwin-amd64-cgo), const AF_ECMA = 8
7742pkg syscall (darwin-amd64-cgo), const AF_HYLINK = 15
7743pkg syscall (darwin-amd64-cgo), const AF_IEEE80211 = 37
7744pkg syscall (darwin-amd64-cgo), const AF_IMPLINK = 3
7745pkg syscall (darwin-amd64-cgo), const AF_INET6 = 30
7746pkg syscall (darwin-amd64-cgo), const AF_IPX = 23
7747pkg syscall (darwin-amd64-cgo), const AF_ISDN = 28
7748pkg syscall (darwin-amd64-cgo), const AF_ISO = 7
7749pkg syscall (darwin-amd64-cgo), const AF_LAT = 14
7750pkg syscall (darwin-amd64-cgo), const AF_LINK = 18
7751pkg syscall (darwin-amd64-cgo), const AF_LOCAL = 1
7752pkg syscall (darwin-amd64-cgo), const AF_MAX = 38
7753pkg syscall (darwin-amd64-cgo), const AF_NATM = 31
7754pkg syscall (darwin-amd64-cgo), const AF_NDRV = 27
7755pkg syscall (darwin-amd64-cgo), const AF_NETBIOS = 33
7756pkg syscall (darwin-amd64-cgo), const AF_NS = 6
7757pkg syscall (darwin-amd64-cgo), const AF_OSI = 7
7758pkg syscall (darwin-amd64-cgo), const AF_PPP = 34
7759pkg syscall (darwin-amd64-cgo), const AF_PUP = 4
7760pkg syscall (darwin-amd64-cgo), const AF_RESERVED_36 = 36
7761pkg syscall (darwin-amd64-cgo), const AF_ROUTE = 17
7762pkg syscall (darwin-amd64-cgo), const AF_SIP = 24
7763pkg syscall (darwin-amd64-cgo), const AF_SNA = 11
7764pkg syscall (darwin-amd64-cgo), const AF_SYSTEM = 32
7765pkg syscall (darwin-amd64-cgo), const B0 = 0
7766pkg syscall (darwin-amd64-cgo), const B0 ideal-int
7767pkg syscall (darwin-amd64-cgo), const B110 = 110
7768pkg syscall (darwin-amd64-cgo), const B110 ideal-int
7769pkg syscall (darwin-amd64-cgo), const B115200 = 115200
7770pkg syscall (darwin-amd64-cgo), const B115200 ideal-int
7771pkg syscall (darwin-amd64-cgo), const B1200 = 1200
7772pkg syscall (darwin-amd64-cgo), const B1200 ideal-int
7773pkg syscall (darwin-amd64-cgo), const B134 = 134
7774pkg syscall (darwin-amd64-cgo), const B134 ideal-int
7775pkg syscall (darwin-amd64-cgo), const B14400 = 14400
7776pkg syscall (darwin-amd64-cgo), const B14400 ideal-int
7777pkg syscall (darwin-amd64-cgo), const B150 = 150
7778pkg syscall (darwin-amd64-cgo), const B150 ideal-int
7779pkg syscall (darwin-amd64-cgo), const B1800 = 1800
7780pkg syscall (darwin-amd64-cgo), const B1800 ideal-int
7781pkg syscall (darwin-amd64-cgo), const B19200 = 19200
7782pkg syscall (darwin-amd64-cgo), const B19200 ideal-int
7783pkg syscall (darwin-amd64-cgo), const B200 = 200
7784pkg syscall (darwin-amd64-cgo), const B200 ideal-int
7785pkg syscall (darwin-amd64-cgo), const B230400 = 230400
7786pkg syscall (darwin-amd64-cgo), const B230400 ideal-int
7787pkg syscall (darwin-amd64-cgo), const B2400 = 2400
7788pkg syscall (darwin-amd64-cgo), const B2400 ideal-int
7789pkg syscall (darwin-amd64-cgo), const B28800 = 28800
7790pkg syscall (darwin-amd64-cgo), const B28800 ideal-int
7791pkg syscall (darwin-amd64-cgo), const B300 = 300
7792pkg syscall (darwin-amd64-cgo), const B300 ideal-int
7793pkg syscall (darwin-amd64-cgo), const B38400 = 38400
7794pkg syscall (darwin-amd64-cgo), const B38400 ideal-int
7795pkg syscall (darwin-amd64-cgo), const B4800 = 4800
7796pkg syscall (darwin-amd64-cgo), const B4800 ideal-int
7797pkg syscall (darwin-amd64-cgo), const B50 = 50
7798pkg syscall (darwin-amd64-cgo), const B50 ideal-int
7799pkg syscall (darwin-amd64-cgo), const B57600 = 57600
7800pkg syscall (darwin-amd64-cgo), const B57600 ideal-int
7801pkg syscall (darwin-amd64-cgo), const B600 = 600
7802pkg syscall (darwin-amd64-cgo), const B600 ideal-int
7803pkg syscall (darwin-amd64-cgo), const B7200 = 7200
7804pkg syscall (darwin-amd64-cgo), const B7200 ideal-int
7805pkg syscall (darwin-amd64-cgo), const B75 = 75
7806pkg syscall (darwin-amd64-cgo), const B75 ideal-int
7807pkg syscall (darwin-amd64-cgo), const B76800 = 76800
7808pkg syscall (darwin-amd64-cgo), const B76800 ideal-int
7809pkg syscall (darwin-amd64-cgo), const B9600 = 9600
7810pkg syscall (darwin-amd64-cgo), const B9600 ideal-int
7811pkg syscall (darwin-amd64-cgo), const BIOCFLUSH = 536887912
7812pkg syscall (darwin-amd64-cgo), const BIOCGBLEN = 1074020966
7813pkg syscall (darwin-amd64-cgo), const BIOCGDLT = 1074020970
7814pkg syscall (darwin-amd64-cgo), const BIOCGDLTLIST = 3222028921
7815pkg syscall (darwin-amd64-cgo), const BIOCGETIF = 1075855979
7816pkg syscall (darwin-amd64-cgo), const BIOCGHDRCMPLT = 1074020980
7817pkg syscall (darwin-amd64-cgo), const BIOCGRSIG = 1074020978
7818pkg syscall (darwin-amd64-cgo), const BIOCGRTIMEOUT = 1074807406
7819pkg syscall (darwin-amd64-cgo), const BIOCGSEESENT = 1074020982
7820pkg syscall (darwin-amd64-cgo), const BIOCGSTATS = 1074283119
7821pkg syscall (darwin-amd64-cgo), const BIOCIMMEDIATE = 2147762800
7822pkg syscall (darwin-amd64-cgo), const BIOCPROMISC = 536887913
7823pkg syscall (darwin-amd64-cgo), const BIOCSBLEN = 3221504614
7824pkg syscall (darwin-amd64-cgo), const BIOCSDLT = 2147762808
7825pkg syscall (darwin-amd64-cgo), const BIOCSETF = 2148549223
7826pkg syscall (darwin-amd64-cgo), const BIOCSETIF = 2149597804
7827pkg syscall (darwin-amd64-cgo), const BIOCSHDRCMPLT = 2147762805
7828pkg syscall (darwin-amd64-cgo), const BIOCSRSIG = 2147762803
7829pkg syscall (darwin-amd64-cgo), const BIOCSRTIMEOUT = 2148549229
7830pkg syscall (darwin-amd64-cgo), const BIOCSSEESENT = 2147762807
7831pkg syscall (darwin-amd64-cgo), const BIOCVERSION = 1074020977
7832pkg syscall (darwin-amd64-cgo), const BPF_A = 16
7833pkg syscall (darwin-amd64-cgo), const BPF_ABS = 32
7834pkg syscall (darwin-amd64-cgo), const BPF_ADD = 0
7835pkg syscall (darwin-amd64-cgo), const BPF_ALIGNMENT = 4
7836pkg syscall (darwin-amd64-cgo), const BPF_ALU = 4
7837pkg syscall (darwin-amd64-cgo), const BPF_AND = 80
7838pkg syscall (darwin-amd64-cgo), const BPF_B = 16
7839pkg syscall (darwin-amd64-cgo), const BPF_DIV = 48
7840pkg syscall (darwin-amd64-cgo), const BPF_H = 8
7841pkg syscall (darwin-amd64-cgo), const BPF_IMM = 0
7842pkg syscall (darwin-amd64-cgo), const BPF_IND = 64
7843pkg syscall (darwin-amd64-cgo), const BPF_JA = 0
7844pkg syscall (darwin-amd64-cgo), const BPF_JEQ = 16
7845pkg syscall (darwin-amd64-cgo), const BPF_JGE = 48
7846pkg syscall (darwin-amd64-cgo), const BPF_JGT = 32
7847pkg syscall (darwin-amd64-cgo), const BPF_JMP = 5
7848pkg syscall (darwin-amd64-cgo), const BPF_JSET = 64
7849pkg syscall (darwin-amd64-cgo), const BPF_K = 0
7850pkg syscall (darwin-amd64-cgo), const BPF_LD = 0
7851pkg syscall (darwin-amd64-cgo), const BPF_LDX = 1
7852pkg syscall (darwin-amd64-cgo), const BPF_LEN = 128
7853pkg syscall (darwin-amd64-cgo), const BPF_LSH = 96
7854pkg syscall (darwin-amd64-cgo), const BPF_MAJOR_VERSION = 1
7855pkg syscall (darwin-amd64-cgo), const BPF_MAXBUFSIZE = 524288
7856pkg syscall (darwin-amd64-cgo), const BPF_MAXINSNS = 512
7857pkg syscall (darwin-amd64-cgo), const BPF_MEM = 96
7858pkg syscall (darwin-amd64-cgo), const BPF_MEMWORDS = 16
7859pkg syscall (darwin-amd64-cgo), const BPF_MINBUFSIZE = 32
7860pkg syscall (darwin-amd64-cgo), const BPF_MINOR_VERSION = 1
7861pkg syscall (darwin-amd64-cgo), const BPF_MISC = 7
7862pkg syscall (darwin-amd64-cgo), const BPF_MSH = 160
7863pkg syscall (darwin-amd64-cgo), const BPF_MUL = 32
7864pkg syscall (darwin-amd64-cgo), const BPF_NEG = 128
7865pkg syscall (darwin-amd64-cgo), const BPF_OR = 64
7866pkg syscall (darwin-amd64-cgo), const BPF_RELEASE = 199606
7867pkg syscall (darwin-amd64-cgo), const BPF_RET = 6
7868pkg syscall (darwin-amd64-cgo), const BPF_RSH = 112
7869pkg syscall (darwin-amd64-cgo), const BPF_ST = 2
7870pkg syscall (darwin-amd64-cgo), const BPF_STX = 3
7871pkg syscall (darwin-amd64-cgo), const BPF_SUB = 16
7872pkg syscall (darwin-amd64-cgo), const BPF_TAX = 0
7873pkg syscall (darwin-amd64-cgo), const BPF_TXA = 128
7874pkg syscall (darwin-amd64-cgo), const BPF_W = 0
7875pkg syscall (darwin-amd64-cgo), const BPF_X = 8
7876pkg syscall (darwin-amd64-cgo), const BRKINT = 2
7877pkg syscall (darwin-amd64-cgo), const BRKINT ideal-int
7878pkg syscall (darwin-amd64-cgo), const CFLUSH = 15
7879pkg syscall (darwin-amd64-cgo), const CFLUSH ideal-int
7880pkg syscall (darwin-amd64-cgo), const CLOCAL = 32768
7881pkg syscall (darwin-amd64-cgo), const CLOCAL ideal-int
7882pkg syscall (darwin-amd64-cgo), const CREAD = 2048
7883pkg syscall (darwin-amd64-cgo), const CREAD ideal-int
7884pkg syscall (darwin-amd64-cgo), const CS5 = 0
7885pkg syscall (darwin-amd64-cgo), const CS5 ideal-int
7886pkg syscall (darwin-amd64-cgo), const CS6 = 256
7887pkg syscall (darwin-amd64-cgo), const CS6 ideal-int
7888pkg syscall (darwin-amd64-cgo), const CS7 = 512
7889pkg syscall (darwin-amd64-cgo), const CS7 ideal-int
7890pkg syscall (darwin-amd64-cgo), const CS8 = 768
7891pkg syscall (darwin-amd64-cgo), const CS8 ideal-int
7892pkg syscall (darwin-amd64-cgo), const CSIZE = 768
7893pkg syscall (darwin-amd64-cgo), const CSIZE ideal-int
7894pkg syscall (darwin-amd64-cgo), const CSTART = 17
7895pkg syscall (darwin-amd64-cgo), const CSTART ideal-int
7896pkg syscall (darwin-amd64-cgo), const CSTATUS = 20
7897pkg syscall (darwin-amd64-cgo), const CSTATUS ideal-int
7898pkg syscall (darwin-amd64-cgo), const CSTOP = 19
7899pkg syscall (darwin-amd64-cgo), const CSTOP ideal-int
7900pkg syscall (darwin-amd64-cgo), const CSTOPB = 1024
7901pkg syscall (darwin-amd64-cgo), const CSTOPB ideal-int
7902pkg syscall (darwin-amd64-cgo), const CSUSP = 26
7903pkg syscall (darwin-amd64-cgo), const CSUSP ideal-int
7904pkg syscall (darwin-amd64-cgo), const CTL_MAXNAME = 12
7905pkg syscall (darwin-amd64-cgo), const CTL_NET = 4
7906pkg syscall (darwin-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
7907pkg syscall (darwin-amd64-cgo), const DLT_ARCNET = 7
7908pkg syscall (darwin-amd64-cgo), const DLT_ATM_CLIP = 19
7909pkg syscall (darwin-amd64-cgo), const DLT_ATM_RFC1483 = 11
7910pkg syscall (darwin-amd64-cgo), const DLT_AX25 = 3
7911pkg syscall (darwin-amd64-cgo), const DLT_CHAOS = 5
7912pkg syscall (darwin-amd64-cgo), const DLT_CHDLC = 104
7913pkg syscall (darwin-amd64-cgo), const DLT_C_HDLC = 104
7914pkg syscall (darwin-amd64-cgo), const DLT_EN10MB = 1
7915pkg syscall (darwin-amd64-cgo), const DLT_EN3MB = 2
7916pkg syscall (darwin-amd64-cgo), const DLT_FDDI = 10
7917pkg syscall (darwin-amd64-cgo), const DLT_IEEE802 = 6
7918pkg syscall (darwin-amd64-cgo), const DLT_IEEE802_11 = 105
7919pkg syscall (darwin-amd64-cgo), const DLT_IEEE802_11_RADIO = 127
7920pkg syscall (darwin-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
7921pkg syscall (darwin-amd64-cgo), const DLT_LINUX_SLL = 113
7922pkg syscall (darwin-amd64-cgo), const DLT_LOOP = 108
7923pkg syscall (darwin-amd64-cgo), const DLT_NULL = 0
7924pkg syscall (darwin-amd64-cgo), const DLT_PFLOG = 117
7925pkg syscall (darwin-amd64-cgo), const DLT_PFSYNC = 18
7926pkg syscall (darwin-amd64-cgo), const DLT_PPP = 9
7927pkg syscall (darwin-amd64-cgo), const DLT_PPP_BSDOS = 16
7928pkg syscall (darwin-amd64-cgo), const DLT_PPP_SERIAL = 50
7929pkg syscall (darwin-amd64-cgo), const DLT_PRONET = 4
7930pkg syscall (darwin-amd64-cgo), const DLT_RAW = 12
7931pkg syscall (darwin-amd64-cgo), const DLT_SLIP = 8
7932pkg syscall (darwin-amd64-cgo), const DLT_SLIP_BSDOS = 15
7933pkg syscall (darwin-amd64-cgo), const DT_BLK = 6
7934pkg syscall (darwin-amd64-cgo), const DT_CHR = 2
7935pkg syscall (darwin-amd64-cgo), const DT_DIR = 4
7936pkg syscall (darwin-amd64-cgo), const DT_FIFO = 1
7937pkg syscall (darwin-amd64-cgo), const DT_LNK = 10
7938pkg syscall (darwin-amd64-cgo), const DT_REG = 8
7939pkg syscall (darwin-amd64-cgo), const DT_SOCK = 12
7940pkg syscall (darwin-amd64-cgo), const DT_UNKNOWN = 0
7941pkg syscall (darwin-amd64-cgo), const DT_WHT = 14
7942pkg syscall (darwin-amd64-cgo), const E2BIG = 7
7943pkg syscall (darwin-amd64-cgo), const EACCES = 13
7944pkg syscall (darwin-amd64-cgo), const EADDRINUSE = 48
7945pkg syscall (darwin-amd64-cgo), const EADDRNOTAVAIL = 49
7946pkg syscall (darwin-amd64-cgo), const EAFNOSUPPORT = 47
7947pkg syscall (darwin-amd64-cgo), const EAGAIN = 35
7948pkg syscall (darwin-amd64-cgo), const EALREADY = 37
7949pkg syscall (darwin-amd64-cgo), const EAUTH = 80
7950pkg syscall (darwin-amd64-cgo), const EBADARCH = 86
7951pkg syscall (darwin-amd64-cgo), const EBADEXEC = 85
7952pkg syscall (darwin-amd64-cgo), const EBADF = 9
7953pkg syscall (darwin-amd64-cgo), const EBADMACHO = 88
7954pkg syscall (darwin-amd64-cgo), const EBADMSG = 94
7955pkg syscall (darwin-amd64-cgo), const EBADRPC = 72
7956pkg syscall (darwin-amd64-cgo), const EBUSY = 16
7957pkg syscall (darwin-amd64-cgo), const ECANCELED = 89
7958pkg syscall (darwin-amd64-cgo), const ECHILD = 10
7959pkg syscall (darwin-amd64-cgo), const ECHO = 8
7960pkg syscall (darwin-amd64-cgo), const ECHOCTL = 64
7961pkg syscall (darwin-amd64-cgo), const ECHOE = 2
7962pkg syscall (darwin-amd64-cgo), const ECHOK = 4
7963pkg syscall (darwin-amd64-cgo), const ECHOKE = 1
7964pkg syscall (darwin-amd64-cgo), const ECHONL = 16
7965pkg syscall (darwin-amd64-cgo), const ECHOPRT = 32
7966pkg syscall (darwin-amd64-cgo), const ECONNABORTED = 53
7967pkg syscall (darwin-amd64-cgo), const ECONNREFUSED = 61
7968pkg syscall (darwin-amd64-cgo), const ECONNRESET = 54
7969pkg syscall (darwin-amd64-cgo), const EDEADLK = 11
7970pkg syscall (darwin-amd64-cgo), const EDESTADDRREQ = 39
7971pkg syscall (darwin-amd64-cgo), const EDEVERR = 83
7972pkg syscall (darwin-amd64-cgo), const EDOM = 33
7973pkg syscall (darwin-amd64-cgo), const EDQUOT = 69
7974pkg syscall (darwin-amd64-cgo), const EEXIST = 17
7975pkg syscall (darwin-amd64-cgo), const EFAULT = 14
7976pkg syscall (darwin-amd64-cgo), const EFBIG = 27
7977pkg syscall (darwin-amd64-cgo), const EFTYPE = 79
7978pkg syscall (darwin-amd64-cgo), const EHOSTDOWN = 64
7979pkg syscall (darwin-amd64-cgo), const EHOSTUNREACH = 65
7980pkg syscall (darwin-amd64-cgo), const EIDRM = 90
7981pkg syscall (darwin-amd64-cgo), const EILSEQ = 92
7982pkg syscall (darwin-amd64-cgo), const EINPROGRESS = 36
7983pkg syscall (darwin-amd64-cgo), const EINTR = 4
7984pkg syscall (darwin-amd64-cgo), const EINVAL = 22
7985pkg syscall (darwin-amd64-cgo), const EIO = 5
7986pkg syscall (darwin-amd64-cgo), const EISCONN = 56
7987pkg syscall (darwin-amd64-cgo), const EISDIR = 21
7988pkg syscall (darwin-amd64-cgo), const ELAST = 105
7989pkg syscall (darwin-amd64-cgo), const ELOOP = 62
7990pkg syscall (darwin-amd64-cgo), const EMFILE = 24
7991pkg syscall (darwin-amd64-cgo), const EMLINK = 31
7992pkg syscall (darwin-amd64-cgo), const EMSGSIZE = 40
7993pkg syscall (darwin-amd64-cgo), const EMULTIHOP = 95
7994pkg syscall (darwin-amd64-cgo), const ENAMETOOLONG = 63
7995pkg syscall (darwin-amd64-cgo), const ENEEDAUTH = 81
7996pkg syscall (darwin-amd64-cgo), const ENETDOWN = 50
7997pkg syscall (darwin-amd64-cgo), const ENETRESET = 52
7998pkg syscall (darwin-amd64-cgo), const ENETUNREACH = 51
7999pkg syscall (darwin-amd64-cgo), const ENFILE = 23
8000pkg syscall (darwin-amd64-cgo), const ENOATTR = 93
8001pkg syscall (darwin-amd64-cgo), const ENOBUFS = 55
8002pkg syscall (darwin-amd64-cgo), const ENODATA = 96
8003pkg syscall (darwin-amd64-cgo), const ENODEV = 19
8004pkg syscall (darwin-amd64-cgo), const ENOEXEC = 8
8005pkg syscall (darwin-amd64-cgo), const ENOLCK = 77
8006pkg syscall (darwin-amd64-cgo), const ENOLINK = 97
8007pkg syscall (darwin-amd64-cgo), const ENOMEM = 12
8008pkg syscall (darwin-amd64-cgo), const ENOMSG = 91
8009pkg syscall (darwin-amd64-cgo), const ENOPOLICY = 103
8010pkg syscall (darwin-amd64-cgo), const ENOPROTOOPT = 42
8011pkg syscall (darwin-amd64-cgo), const ENOSPC = 28
8012pkg syscall (darwin-amd64-cgo), const ENOSR = 98
8013pkg syscall (darwin-amd64-cgo), const ENOSTR = 99
8014pkg syscall (darwin-amd64-cgo), const ENOSYS = 78
8015pkg syscall (darwin-amd64-cgo), const ENOTBLK = 15
8016pkg syscall (darwin-amd64-cgo), const ENOTCONN = 57
8017pkg syscall (darwin-amd64-cgo), const ENOTDIR = 20
8018pkg syscall (darwin-amd64-cgo), const ENOTEMPTY = 66
8019pkg syscall (darwin-amd64-cgo), const ENOTRECOVERABLE = 104
8020pkg syscall (darwin-amd64-cgo), const ENOTSOCK = 38
8021pkg syscall (darwin-amd64-cgo), const ENOTSUP = 45
8022pkg syscall (darwin-amd64-cgo), const ENOTTY = 25
8023pkg syscall (darwin-amd64-cgo), const ENXIO = 6
8024pkg syscall (darwin-amd64-cgo), const EOPNOTSUPP = 102
8025pkg syscall (darwin-amd64-cgo), const EOVERFLOW = 84
8026pkg syscall (darwin-amd64-cgo), const EOWNERDEAD = 105
8027pkg syscall (darwin-amd64-cgo), const EPERM = 1
8028pkg syscall (darwin-amd64-cgo), const EPFNOSUPPORT = 46
8029pkg syscall (darwin-amd64-cgo), const EPIPE = 32
8030pkg syscall (darwin-amd64-cgo), const EPROCLIM = 67
8031pkg syscall (darwin-amd64-cgo), const EPROCUNAVAIL = 76
8032pkg syscall (darwin-amd64-cgo), const EPROGMISMATCH = 75
8033pkg syscall (darwin-amd64-cgo), const EPROGUNAVAIL = 74
8034pkg syscall (darwin-amd64-cgo), const EPROTO = 100
8035pkg syscall (darwin-amd64-cgo), const EPROTONOSUPPORT = 43
8036pkg syscall (darwin-amd64-cgo), const EPROTOTYPE = 41
8037pkg syscall (darwin-amd64-cgo), const EPWROFF = 82
8038pkg syscall (darwin-amd64-cgo), const ERANGE = 34
8039pkg syscall (darwin-amd64-cgo), const EREMOTE = 71
8040pkg syscall (darwin-amd64-cgo), const EROFS = 30
8041pkg syscall (darwin-amd64-cgo), const ERPCMISMATCH = 73
8042pkg syscall (darwin-amd64-cgo), const ESHLIBVERS = 87
8043pkg syscall (darwin-amd64-cgo), const ESHUTDOWN = 58
8044pkg syscall (darwin-amd64-cgo), const ESOCKTNOSUPPORT = 44
8045pkg syscall (darwin-amd64-cgo), const ESPIPE = 29
8046pkg syscall (darwin-amd64-cgo), const ESRCH = 3
8047pkg syscall (darwin-amd64-cgo), const ESTALE = 70
8048pkg syscall (darwin-amd64-cgo), const ETIME = 101
8049pkg syscall (darwin-amd64-cgo), const ETIMEDOUT = 60
8050pkg syscall (darwin-amd64-cgo), const ETOOMANYREFS = 59
8051pkg syscall (darwin-amd64-cgo), const ETXTBSY = 26
8052pkg syscall (darwin-amd64-cgo), const EUSERS = 68
8053pkg syscall (darwin-amd64-cgo), const EVFILT_AIO = -3
8054pkg syscall (darwin-amd64-cgo), const EVFILT_FS = -9
8055pkg syscall (darwin-amd64-cgo), const EVFILT_MACHPORT = -8
8056pkg syscall (darwin-amd64-cgo), const EVFILT_PROC = -5
8057pkg syscall (darwin-amd64-cgo), const EVFILT_READ = -1
8058pkg syscall (darwin-amd64-cgo), const EVFILT_SIGNAL = -6
8059pkg syscall (darwin-amd64-cgo), const EVFILT_SYSCOUNT = 12
8060pkg syscall (darwin-amd64-cgo), const EVFILT_THREADMARKER = 12
8061pkg syscall (darwin-amd64-cgo), const EVFILT_TIMER = -7
8062pkg syscall (darwin-amd64-cgo), const EVFILT_USER = -10
8063pkg syscall (darwin-amd64-cgo), const EVFILT_VM = -12
8064pkg syscall (darwin-amd64-cgo), const EVFILT_VNODE = -4
8065pkg syscall (darwin-amd64-cgo), const EVFILT_WRITE = -2
8066pkg syscall (darwin-amd64-cgo), const EV_ADD = 1
8067pkg syscall (darwin-amd64-cgo), const EV_CLEAR = 32
8068pkg syscall (darwin-amd64-cgo), const EV_DELETE = 2
8069pkg syscall (darwin-amd64-cgo), const EV_DISABLE = 8
8070pkg syscall (darwin-amd64-cgo), const EV_DISPATCH = 128
8071pkg syscall (darwin-amd64-cgo), const EV_ENABLE = 4
8072pkg syscall (darwin-amd64-cgo), const EV_EOF = 32768
8073pkg syscall (darwin-amd64-cgo), const EV_ERROR = 16384
8074pkg syscall (darwin-amd64-cgo), const EV_FLAG0 = 4096
8075pkg syscall (darwin-amd64-cgo), const EV_FLAG1 = 8192
8076pkg syscall (darwin-amd64-cgo), const EV_ONESHOT = 16
8077pkg syscall (darwin-amd64-cgo), const EV_OOBAND = 8192
8078pkg syscall (darwin-amd64-cgo), const EV_POLL = 4096
8079pkg syscall (darwin-amd64-cgo), const EV_RECEIPT = 64
8080pkg syscall (darwin-amd64-cgo), const EV_SYSFLAGS = 61440
8081pkg syscall (darwin-amd64-cgo), const EWOULDBLOCK = 35
8082pkg syscall (darwin-amd64-cgo), const EXDEV = 18
8083pkg syscall (darwin-amd64-cgo), const EXTA = 19200
8084pkg syscall (darwin-amd64-cgo), const EXTB = 38400
8085pkg syscall (darwin-amd64-cgo), const EXTPROC = 2048
8086pkg syscall (darwin-amd64-cgo), const FD_CLOEXEC = 1
8087pkg syscall (darwin-amd64-cgo), const FD_SETSIZE = 1024
8088pkg syscall (darwin-amd64-cgo), const FLUSHO = 8388608
8089pkg syscall (darwin-amd64-cgo), const FLUSHO ideal-int
8090pkg syscall (darwin-amd64-cgo), const F_ADDFILESIGS = 61
8091pkg syscall (darwin-amd64-cgo), const F_ADDSIGS = 59
8092pkg syscall (darwin-amd64-cgo), const F_ALLOCATEALL = 4
8093pkg syscall (darwin-amd64-cgo), const F_ALLOCATECONTIG = 2
8094pkg syscall (darwin-amd64-cgo), const F_CHKCLEAN = 41
8095pkg syscall (darwin-amd64-cgo), const F_DUPFD = 0
8096pkg syscall (darwin-amd64-cgo), const F_DUPFD_CLOEXEC = 67
8097pkg syscall (darwin-amd64-cgo), const F_FLUSH_DATA = 40
8098pkg syscall (darwin-amd64-cgo), const F_FREEZE_FS = 53
8099pkg syscall (darwin-amd64-cgo), const F_FULLFSYNC = 51
8100pkg syscall (darwin-amd64-cgo), const F_GETFD = 1
8101pkg syscall (darwin-amd64-cgo), const F_GETFL = 3
8102pkg syscall (darwin-amd64-cgo), const F_GETLK = 7
8103pkg syscall (darwin-amd64-cgo), const F_GETLKPID = 66
8104pkg syscall (darwin-amd64-cgo), const F_GETNOSIGPIPE = 74
8105pkg syscall (darwin-amd64-cgo), const F_GETOWN = 5
8106pkg syscall (darwin-amd64-cgo), const F_GETPATH = 50
8107pkg syscall (darwin-amd64-cgo), const F_GETPATH_MTMINFO = 71
8108pkg syscall (darwin-amd64-cgo), const F_GETPROTECTIONCLASS = 63
8109pkg syscall (darwin-amd64-cgo), const F_GLOBAL_NOCACHE = 55
8110pkg syscall (darwin-amd64-cgo), const F_LOG2PHYS = 49
8111pkg syscall (darwin-amd64-cgo), const F_LOG2PHYS_EXT = 65
8112pkg syscall (darwin-amd64-cgo), const F_MARKDEPENDENCY = 60
8113pkg syscall (darwin-amd64-cgo), const F_NOCACHE = 48
8114pkg syscall (darwin-amd64-cgo), const F_NODIRECT = 62
8115pkg syscall (darwin-amd64-cgo), const F_OK = 0
8116pkg syscall (darwin-amd64-cgo), const F_PATHPKG_CHECK = 52
8117pkg syscall (darwin-amd64-cgo), const F_PEOFPOSMODE = 3
8118pkg syscall (darwin-amd64-cgo), const F_PREALLOCATE = 42
8119pkg syscall (darwin-amd64-cgo), const F_RDADVISE = 44
8120pkg syscall (darwin-amd64-cgo), const F_RDAHEAD = 45
8121pkg syscall (darwin-amd64-cgo), const F_RDLCK = 1
8122pkg syscall (darwin-amd64-cgo), const F_READBOOTSTRAP = 46
8123pkg syscall (darwin-amd64-cgo), const F_SETBACKINGSTORE = 70
8124pkg syscall (darwin-amd64-cgo), const F_SETFD = 2
8125pkg syscall (darwin-amd64-cgo), const F_SETFL = 4
8126pkg syscall (darwin-amd64-cgo), const F_SETLK = 8
8127pkg syscall (darwin-amd64-cgo), const F_SETLKW = 9
8128pkg syscall (darwin-amd64-cgo), const F_SETNOSIGPIPE = 73
8129pkg syscall (darwin-amd64-cgo), const F_SETOWN = 6
8130pkg syscall (darwin-amd64-cgo), const F_SETPROTECTIONCLASS = 64
8131pkg syscall (darwin-amd64-cgo), const F_SETSIZE = 43
8132pkg syscall (darwin-amd64-cgo), const F_THAW_FS = 54
8133pkg syscall (darwin-amd64-cgo), const F_UNLCK = 2
8134pkg syscall (darwin-amd64-cgo), const F_VOLPOSMODE = 4
8135pkg syscall (darwin-amd64-cgo), const F_WRITEBOOTSTRAP = 47
8136pkg syscall (darwin-amd64-cgo), const F_WRLCK = 3
8137pkg syscall (darwin-amd64-cgo), const HUPCL = 16384
8138pkg syscall (darwin-amd64-cgo), const HUPCL ideal-int
8139pkg syscall (darwin-amd64-cgo), const ICANON = 256
8140pkg syscall (darwin-amd64-cgo), const ICANON ideal-int
8141pkg syscall (darwin-amd64-cgo), const ICRNL = 256
8142pkg syscall (darwin-amd64-cgo), const ICRNL ideal-int
8143pkg syscall (darwin-amd64-cgo), const IEXTEN = 1024
8144pkg syscall (darwin-amd64-cgo), const IEXTEN ideal-int
8145pkg syscall (darwin-amd64-cgo), const IFF_ALLMULTI = 512
8146pkg syscall (darwin-amd64-cgo), const IFF_ALTPHYS = 16384
8147pkg syscall (darwin-amd64-cgo), const IFF_DEBUG = 4
8148pkg syscall (darwin-amd64-cgo), const IFF_LINK0 = 4096
8149pkg syscall (darwin-amd64-cgo), const IFF_LINK1 = 8192
8150pkg syscall (darwin-amd64-cgo), const IFF_LINK2 = 16384
8151pkg syscall (darwin-amd64-cgo), const IFF_LOOPBACK = 8
8152pkg syscall (darwin-amd64-cgo), const IFF_MULTICAST = 32768
8153pkg syscall (darwin-amd64-cgo), const IFF_NOARP = 128
8154pkg syscall (darwin-amd64-cgo), const IFF_NOTRAILERS = 32
8155pkg syscall (darwin-amd64-cgo), const IFF_OACTIVE = 1024
8156pkg syscall (darwin-amd64-cgo), const IFF_POINTOPOINT = 16
8157pkg syscall (darwin-amd64-cgo), const IFF_PROMISC = 256
8158pkg syscall (darwin-amd64-cgo), const IFF_RUNNING = 64
8159pkg syscall (darwin-amd64-cgo), const IFF_SIMPLEX = 2048
8160pkg syscall (darwin-amd64-cgo), const IFNAMSIZ = 16
8161pkg syscall (darwin-amd64-cgo), const IFT_1822 = 2
8162pkg syscall (darwin-amd64-cgo), const IFT_AAL5 = 49
8163pkg syscall (darwin-amd64-cgo), const IFT_ARCNET = 35
8164pkg syscall (darwin-amd64-cgo), const IFT_ARCNETPLUS = 36
8165pkg syscall (darwin-amd64-cgo), const IFT_ATM = 37
8166pkg syscall (darwin-amd64-cgo), const IFT_BRIDGE = 209
8167pkg syscall (darwin-amd64-cgo), const IFT_CARP = 248
8168pkg syscall (darwin-amd64-cgo), const IFT_CELLULAR = 255
8169pkg syscall (darwin-amd64-cgo), const IFT_CEPT = 19
8170pkg syscall (darwin-amd64-cgo), const IFT_DS3 = 30
8171pkg syscall (darwin-amd64-cgo), const IFT_ENC = 244
8172pkg syscall (darwin-amd64-cgo), const IFT_EON = 25
8173pkg syscall (darwin-amd64-cgo), const IFT_ETHER = 6
8174pkg syscall (darwin-amd64-cgo), const IFT_FAITH = 56
8175pkg syscall (darwin-amd64-cgo), const IFT_FDDI = 15
8176pkg syscall (darwin-amd64-cgo), const IFT_FRELAY = 32
8177pkg syscall (darwin-amd64-cgo), const IFT_FRELAYDCE = 44
8178pkg syscall (darwin-amd64-cgo), const IFT_GIF = 55
8179pkg syscall (darwin-amd64-cgo), const IFT_HDH1822 = 3
8180pkg syscall (darwin-amd64-cgo), const IFT_HIPPI = 47
8181pkg syscall (darwin-amd64-cgo), const IFT_HSSI = 46
8182pkg syscall (darwin-amd64-cgo), const IFT_HY = 14
8183pkg syscall (darwin-amd64-cgo), const IFT_IEEE1394 = 144
8184pkg syscall (darwin-amd64-cgo), const IFT_IEEE8023ADLAG = 136
8185pkg syscall (darwin-amd64-cgo), const IFT_ISDNBASIC = 20
8186pkg syscall (darwin-amd64-cgo), const IFT_ISDNPRIMARY = 21
8187pkg syscall (darwin-amd64-cgo), const IFT_ISO88022LLC = 41
8188pkg syscall (darwin-amd64-cgo), const IFT_ISO88023 = 7
8189pkg syscall (darwin-amd64-cgo), const IFT_ISO88024 = 8
8190pkg syscall (darwin-amd64-cgo), const IFT_ISO88025 = 9
8191pkg syscall (darwin-amd64-cgo), const IFT_ISO88026 = 10
8192pkg syscall (darwin-amd64-cgo), const IFT_L2VLAN = 135
8193pkg syscall (darwin-amd64-cgo), const IFT_LAPB = 16
8194pkg syscall (darwin-amd64-cgo), const IFT_LOCALTALK = 42
8195pkg syscall (darwin-amd64-cgo), const IFT_LOOP = 24
8196pkg syscall (darwin-amd64-cgo), const IFT_MIOX25 = 38
8197pkg syscall (darwin-amd64-cgo), const IFT_MODEM = 48
8198pkg syscall (darwin-amd64-cgo), const IFT_NSIP = 27
8199pkg syscall (darwin-amd64-cgo), const IFT_OTHER = 1
8200pkg syscall (darwin-amd64-cgo), const IFT_P10 = 12
8201pkg syscall (darwin-amd64-cgo), const IFT_P80 = 13
8202pkg syscall (darwin-amd64-cgo), const IFT_PARA = 34
8203pkg syscall (darwin-amd64-cgo), const IFT_PDP = 255
8204pkg syscall (darwin-amd64-cgo), const IFT_PFLOG = 245
8205pkg syscall (darwin-amd64-cgo), const IFT_PFSYNC = 246
8206pkg syscall (darwin-amd64-cgo), const IFT_PPP = 23
8207pkg syscall (darwin-amd64-cgo), const IFT_PROPMUX = 54
8208pkg syscall (darwin-amd64-cgo), const IFT_PROPVIRTUAL = 53
8209pkg syscall (darwin-amd64-cgo), const IFT_PTPSERIAL = 22
8210pkg syscall (darwin-amd64-cgo), const IFT_RS232 = 33
8211pkg syscall (darwin-amd64-cgo), const IFT_SDLC = 17
8212pkg syscall (darwin-amd64-cgo), const IFT_SIP = 31
8213pkg syscall (darwin-amd64-cgo), const IFT_SLIP = 28
8214pkg syscall (darwin-amd64-cgo), const IFT_SMDSDXI = 43
8215pkg syscall (darwin-amd64-cgo), const IFT_SMDSICIP = 52
8216pkg syscall (darwin-amd64-cgo), const IFT_SONET = 39
8217pkg syscall (darwin-amd64-cgo), const IFT_SONETPATH = 50
8218pkg syscall (darwin-amd64-cgo), const IFT_SONETVT = 51
8219pkg syscall (darwin-amd64-cgo), const IFT_STARLAN = 11
8220pkg syscall (darwin-amd64-cgo), const IFT_STF = 57
8221pkg syscall (darwin-amd64-cgo), const IFT_T1 = 18
8222pkg syscall (darwin-amd64-cgo), const IFT_ULTRA = 29
8223pkg syscall (darwin-amd64-cgo), const IFT_V35 = 45
8224pkg syscall (darwin-amd64-cgo), const IFT_X25 = 5
8225pkg syscall (darwin-amd64-cgo), const IFT_X25DDN = 4
8226pkg syscall (darwin-amd64-cgo), const IFT_X25PLE = 40
8227pkg syscall (darwin-amd64-cgo), const IFT_XETHER = 26
8228pkg syscall (darwin-amd64-cgo), const IGNBRK = 1
8229pkg syscall (darwin-amd64-cgo), const IGNBRK ideal-int
8230pkg syscall (darwin-amd64-cgo), const IGNCR = 128
8231pkg syscall (darwin-amd64-cgo), const IGNCR ideal-int
8232pkg syscall (darwin-amd64-cgo), const IGNPAR = 4
8233pkg syscall (darwin-amd64-cgo), const IGNPAR ideal-int
8234pkg syscall (darwin-amd64-cgo), const IMAXBEL = 8192
8235pkg syscall (darwin-amd64-cgo), const IMAXBEL ideal-int
8236pkg syscall (darwin-amd64-cgo), const INLCR = 64
8237pkg syscall (darwin-amd64-cgo), const INLCR ideal-int
8238pkg syscall (darwin-amd64-cgo), const INPCK = 16
8239pkg syscall (darwin-amd64-cgo), const INPCK ideal-int
8240pkg syscall (darwin-amd64-cgo), const IN_CLASSA_HOST = 16777215
8241pkg syscall (darwin-amd64-cgo), const IN_CLASSA_MAX = 128
8242pkg syscall (darwin-amd64-cgo), const IN_CLASSA_NET = 4278190080
8243pkg syscall (darwin-amd64-cgo), const IN_CLASSA_NSHIFT = 24
8244pkg syscall (darwin-amd64-cgo), const IN_CLASSB_HOST = 65535
8245pkg syscall (darwin-amd64-cgo), const IN_CLASSB_MAX = 65536
8246pkg syscall (darwin-amd64-cgo), const IN_CLASSB_NET = 4294901760
8247pkg syscall (darwin-amd64-cgo), const IN_CLASSB_NSHIFT = 16
8248pkg syscall (darwin-amd64-cgo), const IN_CLASSC_HOST = 255
8249pkg syscall (darwin-amd64-cgo), const IN_CLASSC_NET = 4294967040
8250pkg syscall (darwin-amd64-cgo), const IN_CLASSC_NSHIFT = 8
8251pkg syscall (darwin-amd64-cgo), const IN_CLASSD_HOST = 268435455
8252pkg syscall (darwin-amd64-cgo), const IN_CLASSD_NET = 4026531840
8253pkg syscall (darwin-amd64-cgo), const IN_CLASSD_NSHIFT = 28
8254pkg syscall (darwin-amd64-cgo), const IN_LINKLOCALNETNUM = 2851995648
8255pkg syscall (darwin-amd64-cgo), const IN_LOOPBACKNET = 127
8256pkg syscall (darwin-amd64-cgo), const IPPROTO_3PC = 34
8257pkg syscall (darwin-amd64-cgo), const IPPROTO_ADFS = 68
8258pkg syscall (darwin-amd64-cgo), const IPPROTO_AH = 51
8259pkg syscall (darwin-amd64-cgo), const IPPROTO_AHIP = 61
8260pkg syscall (darwin-amd64-cgo), const IPPROTO_APES = 99
8261pkg syscall (darwin-amd64-cgo), const IPPROTO_ARGUS = 13
8262pkg syscall (darwin-amd64-cgo), const IPPROTO_AX25 = 93
8263pkg syscall (darwin-amd64-cgo), const IPPROTO_BHA = 49
8264pkg syscall (darwin-amd64-cgo), const IPPROTO_BLT = 30
8265pkg syscall (darwin-amd64-cgo), const IPPROTO_BRSATMON = 76
8266pkg syscall (darwin-amd64-cgo), const IPPROTO_CFTP = 62
8267pkg syscall (darwin-amd64-cgo), const IPPROTO_CHAOS = 16
8268pkg syscall (darwin-amd64-cgo), const IPPROTO_CMTP = 38
8269pkg syscall (darwin-amd64-cgo), const IPPROTO_CPHB = 73
8270pkg syscall (darwin-amd64-cgo), const IPPROTO_CPNX = 72
8271pkg syscall (darwin-amd64-cgo), const IPPROTO_DDP = 37
8272pkg syscall (darwin-amd64-cgo), const IPPROTO_DGP = 86
8273pkg syscall (darwin-amd64-cgo), const IPPROTO_DIVERT = 254
8274pkg syscall (darwin-amd64-cgo), const IPPROTO_DONE = 257
8275pkg syscall (darwin-amd64-cgo), const IPPROTO_DSTOPTS = 60
8276pkg syscall (darwin-amd64-cgo), const IPPROTO_EGP = 8
8277pkg syscall (darwin-amd64-cgo), const IPPROTO_EMCON = 14
8278pkg syscall (darwin-amd64-cgo), const IPPROTO_ENCAP = 98
8279pkg syscall (darwin-amd64-cgo), const IPPROTO_EON = 80
8280pkg syscall (darwin-amd64-cgo), const IPPROTO_ESP = 50
8281pkg syscall (darwin-amd64-cgo), const IPPROTO_ETHERIP = 97
8282pkg syscall (darwin-amd64-cgo), const IPPROTO_FRAGMENT = 44
8283pkg syscall (darwin-amd64-cgo), const IPPROTO_GGP = 3
8284pkg syscall (darwin-amd64-cgo), const IPPROTO_GMTP = 100
8285pkg syscall (darwin-amd64-cgo), const IPPROTO_GRE = 47
8286pkg syscall (darwin-amd64-cgo), const IPPROTO_HELLO = 63
8287pkg syscall (darwin-amd64-cgo), const IPPROTO_HMP = 20
8288pkg syscall (darwin-amd64-cgo), const IPPROTO_HOPOPTS = 0
8289pkg syscall (darwin-amd64-cgo), const IPPROTO_ICMP = 1
8290pkg syscall (darwin-amd64-cgo), const IPPROTO_ICMPV6 = 58
8291pkg syscall (darwin-amd64-cgo), const IPPROTO_IDP = 22
8292pkg syscall (darwin-amd64-cgo), const IPPROTO_IDPR = 35
8293pkg syscall (darwin-amd64-cgo), const IPPROTO_IDRP = 45
8294pkg syscall (darwin-amd64-cgo), const IPPROTO_IGMP = 2
8295pkg syscall (darwin-amd64-cgo), const IPPROTO_IGP = 85
8296pkg syscall (darwin-amd64-cgo), const IPPROTO_IGRP = 88
8297pkg syscall (darwin-amd64-cgo), const IPPROTO_IL = 40
8298pkg syscall (darwin-amd64-cgo), const IPPROTO_INLSP = 52
8299pkg syscall (darwin-amd64-cgo), const IPPROTO_INP = 32
8300pkg syscall (darwin-amd64-cgo), const IPPROTO_IPCOMP = 108
8301pkg syscall (darwin-amd64-cgo), const IPPROTO_IPCV = 71
8302pkg syscall (darwin-amd64-cgo), const IPPROTO_IPEIP = 94
8303pkg syscall (darwin-amd64-cgo), const IPPROTO_IPIP = 4
8304pkg syscall (darwin-amd64-cgo), const IPPROTO_IPPC = 67
8305pkg syscall (darwin-amd64-cgo), const IPPROTO_IPV4 = 4
8306pkg syscall (darwin-amd64-cgo), const IPPROTO_IRTP = 28
8307pkg syscall (darwin-amd64-cgo), const IPPROTO_KRYPTOLAN = 65
8308pkg syscall (darwin-amd64-cgo), const IPPROTO_LARP = 91
8309pkg syscall (darwin-amd64-cgo), const IPPROTO_LEAF1 = 25
8310pkg syscall (darwin-amd64-cgo), const IPPROTO_LEAF2 = 26
8311pkg syscall (darwin-amd64-cgo), const IPPROTO_MAX = 256
8312pkg syscall (darwin-amd64-cgo), const IPPROTO_MAXID = 52
8313pkg syscall (darwin-amd64-cgo), const IPPROTO_MEAS = 19
8314pkg syscall (darwin-amd64-cgo), const IPPROTO_MHRP = 48
8315pkg syscall (darwin-amd64-cgo), const IPPROTO_MICP = 95
8316pkg syscall (darwin-amd64-cgo), const IPPROTO_MTP = 92
8317pkg syscall (darwin-amd64-cgo), const IPPROTO_MUX = 18
8318pkg syscall (darwin-amd64-cgo), const IPPROTO_ND = 77
8319pkg syscall (darwin-amd64-cgo), const IPPROTO_NHRP = 54
8320pkg syscall (darwin-amd64-cgo), const IPPROTO_NONE = 59
8321pkg syscall (darwin-amd64-cgo), const IPPROTO_NSP = 31
8322pkg syscall (darwin-amd64-cgo), const IPPROTO_NVPII = 11
8323pkg syscall (darwin-amd64-cgo), const IPPROTO_OSPFIGP = 89
8324pkg syscall (darwin-amd64-cgo), const IPPROTO_PGM = 113
8325pkg syscall (darwin-amd64-cgo), const IPPROTO_PIGP = 9
8326pkg syscall (darwin-amd64-cgo), const IPPROTO_PIM = 103
8327pkg syscall (darwin-amd64-cgo), const IPPROTO_PRM = 21
8328pkg syscall (darwin-amd64-cgo), const IPPROTO_PUP = 12
8329pkg syscall (darwin-amd64-cgo), const IPPROTO_PVP = 75
8330pkg syscall (darwin-amd64-cgo), const IPPROTO_RAW = 255
8331pkg syscall (darwin-amd64-cgo), const IPPROTO_RCCMON = 10
8332pkg syscall (darwin-amd64-cgo), const IPPROTO_RDP = 27
8333pkg syscall (darwin-amd64-cgo), const IPPROTO_ROUTING = 43
8334pkg syscall (darwin-amd64-cgo), const IPPROTO_RSVP = 46
8335pkg syscall (darwin-amd64-cgo), const IPPROTO_RVD = 66
8336pkg syscall (darwin-amd64-cgo), const IPPROTO_SATEXPAK = 64
8337pkg syscall (darwin-amd64-cgo), const IPPROTO_SATMON = 69
8338pkg syscall (darwin-amd64-cgo), const IPPROTO_SCCSP = 96
8339pkg syscall (darwin-amd64-cgo), const IPPROTO_SCTP = 132
8340pkg syscall (darwin-amd64-cgo), const IPPROTO_SDRP = 42
8341pkg syscall (darwin-amd64-cgo), const IPPROTO_SEP = 33
8342pkg syscall (darwin-amd64-cgo), const IPPROTO_SRPC = 90
8343pkg syscall (darwin-amd64-cgo), const IPPROTO_ST = 7
8344pkg syscall (darwin-amd64-cgo), const IPPROTO_SVMTP = 82
8345pkg syscall (darwin-amd64-cgo), const IPPROTO_SWIPE = 53
8346pkg syscall (darwin-amd64-cgo), const IPPROTO_TCF = 87
8347pkg syscall (darwin-amd64-cgo), const IPPROTO_TP = 29
8348pkg syscall (darwin-amd64-cgo), const IPPROTO_TPXX = 39
8349pkg syscall (darwin-amd64-cgo), const IPPROTO_TRUNK1 = 23
8350pkg syscall (darwin-amd64-cgo), const IPPROTO_TRUNK2 = 24
8351pkg syscall (darwin-amd64-cgo), const IPPROTO_TTP = 84
8352pkg syscall (darwin-amd64-cgo), const IPPROTO_VINES = 83
8353pkg syscall (darwin-amd64-cgo), const IPPROTO_VISA = 70
8354pkg syscall (darwin-amd64-cgo), const IPPROTO_VMTP = 81
8355pkg syscall (darwin-amd64-cgo), const IPPROTO_WBEXPAK = 79
8356pkg syscall (darwin-amd64-cgo), const IPPROTO_WBMON = 78
8357pkg syscall (darwin-amd64-cgo), const IPPROTO_WSN = 74
8358pkg syscall (darwin-amd64-cgo), const IPPROTO_XNET = 15
8359pkg syscall (darwin-amd64-cgo), const IPPROTO_XTP = 36
8360pkg syscall (darwin-amd64-cgo), const IPV6_2292DSTOPTS = 23
8361pkg syscall (darwin-amd64-cgo), const IPV6_2292HOPLIMIT = 20
8362pkg syscall (darwin-amd64-cgo), const IPV6_2292HOPOPTS = 22
8363pkg syscall (darwin-amd64-cgo), const IPV6_2292NEXTHOP = 21
8364pkg syscall (darwin-amd64-cgo), const IPV6_2292PKTINFO = 19
8365pkg syscall (darwin-amd64-cgo), const IPV6_2292PKTOPTIONS = 25
8366pkg syscall (darwin-amd64-cgo), const IPV6_2292RTHDR = 24
8367pkg syscall (darwin-amd64-cgo), const IPV6_BINDV6ONLY = 27
8368pkg syscall (darwin-amd64-cgo), const IPV6_BOUND_IF = 125
8369pkg syscall (darwin-amd64-cgo), const IPV6_CHECKSUM = 26
8370pkg syscall (darwin-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
8371pkg syscall (darwin-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
8372pkg syscall (darwin-amd64-cgo), const IPV6_DEFHLIM = 64
8373pkg syscall (darwin-amd64-cgo), const IPV6_FAITH = 29
8374pkg syscall (darwin-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055
8375pkg syscall (darwin-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
8376pkg syscall (darwin-amd64-cgo), const IPV6_FRAGTTL = 120
8377pkg syscall (darwin-amd64-cgo), const IPV6_FW_ADD = 30
8378pkg syscall (darwin-amd64-cgo), const IPV6_FW_DEL = 31
8379pkg syscall (darwin-amd64-cgo), const IPV6_FW_FLUSH = 32
8380pkg syscall (darwin-amd64-cgo), const IPV6_FW_GET = 34
8381pkg syscall (darwin-amd64-cgo), const IPV6_FW_ZERO = 33
8382pkg syscall (darwin-amd64-cgo), const IPV6_HLIMDEC = 1
8383pkg syscall (darwin-amd64-cgo), const IPV6_IPSEC_POLICY = 28
8384pkg syscall (darwin-amd64-cgo), const IPV6_JOIN_GROUP = 12
8385pkg syscall (darwin-amd64-cgo), const IPV6_LEAVE_GROUP = 13
8386pkg syscall (darwin-amd64-cgo), const IPV6_MAXHLIM = 255
8387pkg syscall (darwin-amd64-cgo), const IPV6_MAXOPTHDR = 2048
8388pkg syscall (darwin-amd64-cgo), const IPV6_MAXPACKET = 65535
8389pkg syscall (darwin-amd64-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
8390pkg syscall (darwin-amd64-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
8391pkg syscall (darwin-amd64-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
8392pkg syscall (darwin-amd64-cgo), const IPV6_MIN_MEMBERSHIPS = 31
8393pkg syscall (darwin-amd64-cgo), const IPV6_MMTU = 1280
8394pkg syscall (darwin-amd64-cgo), const IPV6_MULTICAST_HOPS = 10
8395pkg syscall (darwin-amd64-cgo), const IPV6_MULTICAST_IF = 9
8396pkg syscall (darwin-amd64-cgo), const IPV6_MULTICAST_LOOP = 11
8397pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE = 14
8398pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0
8399pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1
8400pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE_LOW = 2
8401pkg syscall (darwin-amd64-cgo), const IPV6_RECVTCLASS = 35
8402pkg syscall (darwin-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
8403pkg syscall (darwin-amd64-cgo), const IPV6_RTHDR_STRICT = 1
8404pkg syscall (darwin-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
8405pkg syscall (darwin-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
8406pkg syscall (darwin-amd64-cgo), const IPV6_TCLASS = 36
8407pkg syscall (darwin-amd64-cgo), const IPV6_UNICAST_HOPS = 4
8408pkg syscall (darwin-amd64-cgo), const IPV6_V6ONLY = 27
8409pkg syscall (darwin-amd64-cgo), const IPV6_VERSION = 96
8410pkg syscall (darwin-amd64-cgo), const IPV6_VERSION_MASK = 240
8411pkg syscall (darwin-amd64-cgo), const IP_ADD_MEMBERSHIP = 12
8412pkg syscall (darwin-amd64-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
8413pkg syscall (darwin-amd64-cgo), const IP_BLOCK_SOURCE = 72
8414pkg syscall (darwin-amd64-cgo), const IP_BOUND_IF = 25
8415pkg syscall (darwin-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
8416pkg syscall (darwin-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
8417pkg syscall (darwin-amd64-cgo), const IP_DF = 16384
8418pkg syscall (darwin-amd64-cgo), const IP_DROP_MEMBERSHIP = 13
8419pkg syscall (darwin-amd64-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
8420pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_CONFIGURE = 60
8421pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_DEL = 61
8422pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_FLUSH = 62
8423pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_GET = 64
8424pkg syscall (darwin-amd64-cgo), const IP_FAITH = 22
8425pkg syscall (darwin-amd64-cgo), const IP_FW_ADD = 40
8426pkg syscall (darwin-amd64-cgo), const IP_FW_DEL = 41
8427pkg syscall (darwin-amd64-cgo), const IP_FW_FLUSH = 42
8428pkg syscall (darwin-amd64-cgo), const IP_FW_GET = 44
8429pkg syscall (darwin-amd64-cgo), const IP_FW_RESETLOG = 45
8430pkg syscall (darwin-amd64-cgo), const IP_FW_ZERO = 43
8431pkg syscall (darwin-amd64-cgo), const IP_HDRINCL = 2
8432pkg syscall (darwin-amd64-cgo), const IP_IPSEC_POLICY = 21
8433pkg syscall (darwin-amd64-cgo), const IP_MAXPACKET = 65535
8434pkg syscall (darwin-amd64-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
8435pkg syscall (darwin-amd64-cgo), const IP_MAX_MEMBERSHIPS = 4095
8436pkg syscall (darwin-amd64-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
8437pkg syscall (darwin-amd64-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
8438pkg syscall (darwin-amd64-cgo), const IP_MF = 8192
8439pkg syscall (darwin-amd64-cgo), const IP_MIN_MEMBERSHIPS = 31
8440pkg syscall (darwin-amd64-cgo), const IP_MSFILTER = 74
8441pkg syscall (darwin-amd64-cgo), const IP_MSS = 576
8442pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_IF = 9
8443pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_IFINDEX = 66
8444pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_LOOP = 11
8445pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_TTL = 10
8446pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_VIF = 14
8447pkg syscall (darwin-amd64-cgo), const IP_NAT__XXX = 55
8448pkg syscall (darwin-amd64-cgo), const IP_OFFMASK = 8191
8449pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_ADD = 50
8450pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_DEL = 51
8451pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_FLUSH = 52
8452pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_GET = 54
8453pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_RESETLOG = 56
8454pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_ZERO = 53
8455pkg syscall (darwin-amd64-cgo), const IP_OPTIONS = 1
8456pkg syscall (darwin-amd64-cgo), const IP_PKTINFO = 26
8457pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE = 19
8458pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0
8459pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE_HIGH = 1
8460pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE_LOW = 2
8461pkg syscall (darwin-amd64-cgo), const IP_RECVDSTADDR = 7
8462pkg syscall (darwin-amd64-cgo), const IP_RECVIF = 20
8463pkg syscall (darwin-amd64-cgo), const IP_RECVOPTS = 5
8464pkg syscall (darwin-amd64-cgo), const IP_RECVPKTINFO = 26
8465pkg syscall (darwin-amd64-cgo), const IP_RECVRETOPTS = 6
8466pkg syscall (darwin-amd64-cgo), const IP_RECVTTL = 24
8467pkg syscall (darwin-amd64-cgo), const IP_RETOPTS = 8
8468pkg syscall (darwin-amd64-cgo), const IP_RF = 32768
8469pkg syscall (darwin-amd64-cgo), const IP_RSVP_OFF = 16
8470pkg syscall (darwin-amd64-cgo), const IP_RSVP_ON = 15
8471pkg syscall (darwin-amd64-cgo), const IP_RSVP_VIF_OFF = 18
8472pkg syscall (darwin-amd64-cgo), const IP_RSVP_VIF_ON = 17
8473pkg syscall (darwin-amd64-cgo), const IP_STRIPHDR = 23
8474pkg syscall (darwin-amd64-cgo), const IP_TOS = 3
8475pkg syscall (darwin-amd64-cgo), const IP_TRAFFIC_MGT_BACKGROUND = 65
8476pkg syscall (darwin-amd64-cgo), const IP_TTL = 4
8477pkg syscall (darwin-amd64-cgo), const IP_UNBLOCK_SOURCE = 73
8478pkg syscall (darwin-amd64-cgo), const ISIG = 128
8479pkg syscall (darwin-amd64-cgo), const ISIG ideal-int
8480pkg syscall (darwin-amd64-cgo), const ISTRIP = 32
8481pkg syscall (darwin-amd64-cgo), const ISTRIP ideal-int
8482pkg syscall (darwin-amd64-cgo), const IUTF8 = 16384
8483pkg syscall (darwin-amd64-cgo), const IUTF8 ideal-int
8484pkg syscall (darwin-amd64-cgo), const IXANY = 2048
8485pkg syscall (darwin-amd64-cgo), const IXANY ideal-int
8486pkg syscall (darwin-amd64-cgo), const IXOFF = 1024
8487pkg syscall (darwin-amd64-cgo), const IXOFF ideal-int
8488pkg syscall (darwin-amd64-cgo), const IXON = 512
8489pkg syscall (darwin-amd64-cgo), const IXON ideal-int
8490pkg syscall (darwin-amd64-cgo), const ImplementsGetwd = false
8491pkg syscall (darwin-amd64-cgo), const LOCK_EX = 2
8492pkg syscall (darwin-amd64-cgo), const LOCK_NB = 4
8493pkg syscall (darwin-amd64-cgo), const LOCK_SH = 1
8494pkg syscall (darwin-amd64-cgo), const LOCK_UN = 8
8495pkg syscall (darwin-amd64-cgo), const MADV_CAN_REUSE = 9
8496pkg syscall (darwin-amd64-cgo), const MADV_DONTNEED = 4
8497pkg syscall (darwin-amd64-cgo), const MADV_FREE = 5
8498pkg syscall (darwin-amd64-cgo), const MADV_FREE_REUSABLE = 7
8499pkg syscall (darwin-amd64-cgo), const MADV_FREE_REUSE = 8
8500pkg syscall (darwin-amd64-cgo), const MADV_NORMAL = 0
8501pkg syscall (darwin-amd64-cgo), const MADV_RANDOM = 1
8502pkg syscall (darwin-amd64-cgo), const MADV_SEQUENTIAL = 2
8503pkg syscall (darwin-amd64-cgo), const MADV_WILLNEED = 3
8504pkg syscall (darwin-amd64-cgo), const MADV_ZERO_WIRED_PAGES = 6
8505pkg syscall (darwin-amd64-cgo), const MAP_ANON = 4096
8506pkg syscall (darwin-amd64-cgo), const MAP_COPY = 2
8507pkg syscall (darwin-amd64-cgo), const MAP_FILE = 0
8508pkg syscall (darwin-amd64-cgo), const MAP_FIXED = 16
8509pkg syscall (darwin-amd64-cgo), const MAP_HASSEMAPHORE = 512
8510pkg syscall (darwin-amd64-cgo), const MAP_JIT = 2048
8511pkg syscall (darwin-amd64-cgo), const MAP_NOCACHE = 1024
8512pkg syscall (darwin-amd64-cgo), const MAP_NOEXTEND = 256
8513pkg syscall (darwin-amd64-cgo), const MAP_NORESERVE = 64
8514pkg syscall (darwin-amd64-cgo), const MAP_PRIVATE = 2
8515pkg syscall (darwin-amd64-cgo), const MAP_RENAME = 32
8516pkg syscall (darwin-amd64-cgo), const MAP_RESERVED0080 = 128
8517pkg syscall (darwin-amd64-cgo), const MAP_SHARED = 1
8518pkg syscall (darwin-amd64-cgo), const MCL_CURRENT = 1
8519pkg syscall (darwin-amd64-cgo), const MCL_FUTURE = 2
8520pkg syscall (darwin-amd64-cgo), const MSG_CTRUNC = 32
8521pkg syscall (darwin-amd64-cgo), const MSG_DONTROUTE = 4
8522pkg syscall (darwin-amd64-cgo), const MSG_DONTWAIT = 128
8523pkg syscall (darwin-amd64-cgo), const MSG_EOF = 256
8524pkg syscall (darwin-amd64-cgo), const MSG_EOR = 8
8525pkg syscall (darwin-amd64-cgo), const MSG_FLUSH = 1024
8526pkg syscall (darwin-amd64-cgo), const MSG_HAVEMORE = 8192
8527pkg syscall (darwin-amd64-cgo), const MSG_HOLD = 2048
8528pkg syscall (darwin-amd64-cgo), const MSG_NEEDSA = 65536
8529pkg syscall (darwin-amd64-cgo), const MSG_OOB = 1
8530pkg syscall (darwin-amd64-cgo), const MSG_PEEK = 2
8531pkg syscall (darwin-amd64-cgo), const MSG_RCVMORE = 16384
8532pkg syscall (darwin-amd64-cgo), const MSG_SEND = 4096
8533pkg syscall (darwin-amd64-cgo), const MSG_TRUNC = 16
8534pkg syscall (darwin-amd64-cgo), const MSG_WAITALL = 64
8535pkg syscall (darwin-amd64-cgo), const MSG_WAITSTREAM = 512
8536pkg syscall (darwin-amd64-cgo), const MS_ASYNC = 1
8537pkg syscall (darwin-amd64-cgo), const MS_DEACTIVATE = 8
8538pkg syscall (darwin-amd64-cgo), const MS_INVALIDATE = 2
8539pkg syscall (darwin-amd64-cgo), const MS_KILLPAGES = 4
8540pkg syscall (darwin-amd64-cgo), const MS_SYNC = 16
8541pkg syscall (darwin-amd64-cgo), const NAME_MAX = 255
8542pkg syscall (darwin-amd64-cgo), const NET_RT_DUMP = 1
8543pkg syscall (darwin-amd64-cgo), const NET_RT_DUMP2 = 7
8544pkg syscall (darwin-amd64-cgo), const NET_RT_FLAGS = 2
8545pkg syscall (darwin-amd64-cgo), const NET_RT_IFLIST = 3
8546pkg syscall (darwin-amd64-cgo), const NET_RT_IFLIST2 = 6
8547pkg syscall (darwin-amd64-cgo), const NET_RT_MAXID = 10
8548pkg syscall (darwin-amd64-cgo), const NET_RT_STAT = 4
8549pkg syscall (darwin-amd64-cgo), const NET_RT_TRASH = 5
8550pkg syscall (darwin-amd64-cgo), const NOFLSH = 2147483648
8551pkg syscall (darwin-amd64-cgo), const NOFLSH ideal-int
8552pkg syscall (darwin-amd64-cgo), const NOTE_ABSOLUTE = 8
8553pkg syscall (darwin-amd64-cgo), const NOTE_ATTRIB = 8
8554pkg syscall (darwin-amd64-cgo), const NOTE_CHILD = 4
8555pkg syscall (darwin-amd64-cgo), const NOTE_DELETE = 1
8556pkg syscall (darwin-amd64-cgo), const NOTE_EXEC = 536870912
8557pkg syscall (darwin-amd64-cgo), const NOTE_EXIT = 2147483648
8558pkg syscall (darwin-amd64-cgo), const NOTE_EXITSTATUS = 67108864
8559pkg syscall (darwin-amd64-cgo), const NOTE_EXTEND = 4
8560pkg syscall (darwin-amd64-cgo), const NOTE_FFAND = 1073741824
8561pkg syscall (darwin-amd64-cgo), const NOTE_FFCOPY = 3221225472
8562pkg syscall (darwin-amd64-cgo), const NOTE_FFCTRLMASK = 3221225472
8563pkg syscall (darwin-amd64-cgo), const NOTE_FFLAGSMASK = 16777215
8564pkg syscall (darwin-amd64-cgo), const NOTE_FFNOP = 0
8565pkg syscall (darwin-amd64-cgo), const NOTE_FFOR = 2147483648
8566pkg syscall (darwin-amd64-cgo), const NOTE_FORK = 1073741824
8567pkg syscall (darwin-amd64-cgo), const NOTE_LINK = 16
8568pkg syscall (darwin-amd64-cgo), const NOTE_LOWAT = 1
8569pkg syscall (darwin-amd64-cgo), const NOTE_NONE = 128
8570pkg syscall (darwin-amd64-cgo), const NOTE_NSECONDS = 4
8571pkg syscall (darwin-amd64-cgo), const NOTE_PCTRLMASK = -1048576
8572pkg syscall (darwin-amd64-cgo), const NOTE_PDATAMASK = 1048575
8573pkg syscall (darwin-amd64-cgo), const NOTE_REAP = 268435456
8574pkg syscall (darwin-amd64-cgo), const NOTE_RENAME = 32
8575pkg syscall (darwin-amd64-cgo), const NOTE_RESOURCEEND = 33554432
8576pkg syscall (darwin-amd64-cgo), const NOTE_REVOKE = 64
8577pkg syscall (darwin-amd64-cgo), const NOTE_SECONDS = 1
8578pkg syscall (darwin-amd64-cgo), const NOTE_SIGNAL = 134217728
8579pkg syscall (darwin-amd64-cgo), const NOTE_TRACK = 1
8580pkg syscall (darwin-amd64-cgo), const NOTE_TRACKERR = 2
8581pkg syscall (darwin-amd64-cgo), const NOTE_TRIGGER = 16777216
8582pkg syscall (darwin-amd64-cgo), const NOTE_USECONDS = 2
8583pkg syscall (darwin-amd64-cgo), const NOTE_VM_ERROR = 268435456
8584pkg syscall (darwin-amd64-cgo), const NOTE_VM_PRESSURE = 2147483648
8585pkg syscall (darwin-amd64-cgo), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912
8586pkg syscall (darwin-amd64-cgo), const NOTE_VM_PRESSURE_TERMINATE = 1073741824
8587pkg syscall (darwin-amd64-cgo), const NOTE_WRITE = 2
8588pkg syscall (darwin-amd64-cgo), const OCRNL = 16
8589pkg syscall (darwin-amd64-cgo), const OCRNL ideal-int
8590pkg syscall (darwin-amd64-cgo), const OFDEL = 131072
8591pkg syscall (darwin-amd64-cgo), const OFDEL ideal-int
8592pkg syscall (darwin-amd64-cgo), const OFILL = 128
8593pkg syscall (darwin-amd64-cgo), const OFILL ideal-int
8594pkg syscall (darwin-amd64-cgo), const ONLCR = 2
8595pkg syscall (darwin-amd64-cgo), const ONLCR ideal-int
8596pkg syscall (darwin-amd64-cgo), const ONLRET = 64
8597pkg syscall (darwin-amd64-cgo), const ONLRET ideal-int
8598pkg syscall (darwin-amd64-cgo), const ONOCR = 32
8599pkg syscall (darwin-amd64-cgo), const ONOCR ideal-int
8600pkg syscall (darwin-amd64-cgo), const ONOEOT = 8
8601pkg syscall (darwin-amd64-cgo), const ONOEOT ideal-int
8602pkg syscall (darwin-amd64-cgo), const OPOST = 1
8603pkg syscall (darwin-amd64-cgo), const OPOST ideal-int
8604pkg syscall (darwin-amd64-cgo), const O_ACCMODE = 3
8605pkg syscall (darwin-amd64-cgo), const O_ALERT = 536870912
8606pkg syscall (darwin-amd64-cgo), const O_APPEND = 8
8607pkg syscall (darwin-amd64-cgo), const O_ASYNC = 64
8608pkg syscall (darwin-amd64-cgo), const O_CLOEXEC = 16777216
8609pkg syscall (darwin-amd64-cgo), const O_CREAT = 512
8610pkg syscall (darwin-amd64-cgo), const O_DIRECTORY = 1048576
8611pkg syscall (darwin-amd64-cgo), const O_DSYNC = 4194304
8612pkg syscall (darwin-amd64-cgo), const O_EVTONLY = 32768
8613pkg syscall (darwin-amd64-cgo), const O_EXCL = 2048
8614pkg syscall (darwin-amd64-cgo), const O_EXLOCK = 32
8615pkg syscall (darwin-amd64-cgo), const O_FSYNC = 128
8616pkg syscall (darwin-amd64-cgo), const O_NDELAY = 4
8617pkg syscall (darwin-amd64-cgo), const O_NOCTTY = 131072
8618pkg syscall (darwin-amd64-cgo), const O_NOFOLLOW = 256
8619pkg syscall (darwin-amd64-cgo), const O_NONBLOCK = 4
8620pkg syscall (darwin-amd64-cgo), const O_POPUP = 2147483648
8621pkg syscall (darwin-amd64-cgo), const O_SHLOCK = 16
8622pkg syscall (darwin-amd64-cgo), const O_SYMLINK = 2097152
8623pkg syscall (darwin-amd64-cgo), const O_SYNC = 128
8624pkg syscall (darwin-amd64-cgo), const O_TRUNC = 1024
8625pkg syscall (darwin-amd64-cgo), const PARENB = 4096
8626pkg syscall (darwin-amd64-cgo), const PARENB ideal-int
8627pkg syscall (darwin-amd64-cgo), const PARMRK = 8
8628pkg syscall (darwin-amd64-cgo), const PARMRK ideal-int
8629pkg syscall (darwin-amd64-cgo), const PARODD = 8192
8630pkg syscall (darwin-amd64-cgo), const PARODD ideal-int
8631pkg syscall (darwin-amd64-cgo), const PENDIN = 536870912
8632pkg syscall (darwin-amd64-cgo), const PENDIN ideal-int
8633pkg syscall (darwin-amd64-cgo), const PROT_EXEC = 4
8634pkg syscall (darwin-amd64-cgo), const PROT_NONE = 0
8635pkg syscall (darwin-amd64-cgo), const PROT_READ = 1
8636pkg syscall (darwin-amd64-cgo), const PROT_WRITE = 2
8637pkg syscall (darwin-amd64-cgo), const PTRACE_CONT = 7
8638pkg syscall (darwin-amd64-cgo), const PTRACE_KILL = 8
8639pkg syscall (darwin-amd64-cgo), const PTRACE_TRACEME = 0
8640pkg syscall (darwin-amd64-cgo), const PT_ATTACH = 10
8641pkg syscall (darwin-amd64-cgo), const PT_ATTACHEXC = 14
8642pkg syscall (darwin-amd64-cgo), const PT_CONTINUE = 7
8643pkg syscall (darwin-amd64-cgo), const PT_DENY_ATTACH = 31
8644pkg syscall (darwin-amd64-cgo), const PT_DETACH = 11
8645pkg syscall (darwin-amd64-cgo), const PT_FIRSTMACH = 32
8646pkg syscall (darwin-amd64-cgo), const PT_FORCEQUOTA = 30
8647pkg syscall (darwin-amd64-cgo), const PT_KILL = 8
8648pkg syscall (darwin-amd64-cgo), const PT_READ_D = 2
8649pkg syscall (darwin-amd64-cgo), const PT_READ_I = 1
8650pkg syscall (darwin-amd64-cgo), const PT_READ_U = 3
8651pkg syscall (darwin-amd64-cgo), const PT_SIGEXC = 12
8652pkg syscall (darwin-amd64-cgo), const PT_STEP = 9
8653pkg syscall (darwin-amd64-cgo), const PT_THUPDATE = 13
8654pkg syscall (darwin-amd64-cgo), const PT_TRACE_ME = 0
8655pkg syscall (darwin-amd64-cgo), const PT_WRITE_D = 5
8656pkg syscall (darwin-amd64-cgo), const PT_WRITE_I = 4
8657pkg syscall (darwin-amd64-cgo), const PT_WRITE_U = 6
8658pkg syscall (darwin-amd64-cgo), const RLIMIT_AS = 5
8659pkg syscall (darwin-amd64-cgo), const RLIMIT_CORE = 4
8660pkg syscall (darwin-amd64-cgo), const RLIMIT_CPU = 0
8661pkg syscall (darwin-amd64-cgo), const RLIMIT_DATA = 2
8662pkg syscall (darwin-amd64-cgo), const RLIMIT_FSIZE = 1
8663pkg syscall (darwin-amd64-cgo), const RLIMIT_NOFILE = 8
8664pkg syscall (darwin-amd64-cgo), const RLIMIT_STACK = 3
8665pkg syscall (darwin-amd64-cgo), const RLIM_INFINITY = 9223372036854775807
8666pkg syscall (darwin-amd64-cgo), const RTAX_AUTHOR = 6
8667pkg syscall (darwin-amd64-cgo), const RTAX_BRD = 7
8668pkg syscall (darwin-amd64-cgo), const RTAX_DST = 0
8669pkg syscall (darwin-amd64-cgo), const RTAX_GATEWAY = 1
8670pkg syscall (darwin-amd64-cgo), const RTAX_GENMASK = 3
8671pkg syscall (darwin-amd64-cgo), const RTAX_IFA = 5
8672pkg syscall (darwin-amd64-cgo), const RTAX_IFP = 4
8673pkg syscall (darwin-amd64-cgo), const RTAX_MAX = 8
8674pkg syscall (darwin-amd64-cgo), const RTAX_NETMASK = 2
8675pkg syscall (darwin-amd64-cgo), const RTA_AUTHOR = 64
8676pkg syscall (darwin-amd64-cgo), const RTA_BRD = 128
8677pkg syscall (darwin-amd64-cgo), const RTA_DST = 1
8678pkg syscall (darwin-amd64-cgo), const RTA_GATEWAY = 2
8679pkg syscall (darwin-amd64-cgo), const RTA_GENMASK = 8
8680pkg syscall (darwin-amd64-cgo), const RTA_IFA = 32
8681pkg syscall (darwin-amd64-cgo), const RTA_IFP = 16
8682pkg syscall (darwin-amd64-cgo), const RTA_NETMASK = 4
8683pkg syscall (darwin-amd64-cgo), const RTF_BLACKHOLE = 4096
8684pkg syscall (darwin-amd64-cgo), const RTF_BROADCAST = 4194304
8685pkg syscall (darwin-amd64-cgo), const RTF_CLONING = 256
8686pkg syscall (darwin-amd64-cgo), const RTF_CONDEMNED = 33554432
8687pkg syscall (darwin-amd64-cgo), const RTF_DELCLONE = 128
8688pkg syscall (darwin-amd64-cgo), const RTF_DONE = 64
8689pkg syscall (darwin-amd64-cgo), const RTF_DYNAMIC = 16
8690pkg syscall (darwin-amd64-cgo), const RTF_GATEWAY = 2
8691pkg syscall (darwin-amd64-cgo), const RTF_HOST = 4
8692pkg syscall (darwin-amd64-cgo), const RTF_IFREF = 67108864
8693pkg syscall (darwin-amd64-cgo), const RTF_IFSCOPE = 16777216
8694pkg syscall (darwin-amd64-cgo), const RTF_LLINFO = 1024
8695pkg syscall (darwin-amd64-cgo), const RTF_LOCAL = 2097152
8696pkg syscall (darwin-amd64-cgo), const RTF_MODIFIED = 32
8697pkg syscall (darwin-amd64-cgo), const RTF_MULTICAST = 8388608
8698pkg syscall (darwin-amd64-cgo), const RTF_PINNED = 1048576
8699pkg syscall (darwin-amd64-cgo), const RTF_PRCLONING = 65536
8700pkg syscall (darwin-amd64-cgo), const RTF_PROTO1 = 32768
8701pkg syscall (darwin-amd64-cgo), const RTF_PROTO2 = 16384
8702pkg syscall (darwin-amd64-cgo), const RTF_PROTO3 = 262144
8703pkg syscall (darwin-amd64-cgo), const RTF_REJECT = 8
8704pkg syscall (darwin-amd64-cgo), const RTF_STATIC = 2048
8705pkg syscall (darwin-amd64-cgo), const RTF_UP = 1
8706pkg syscall (darwin-amd64-cgo), const RTF_WASCLONED = 131072
8707pkg syscall (darwin-amd64-cgo), const RTF_XRESOLVE = 512
8708pkg syscall (darwin-amd64-cgo), const RTM_ADD = 1
8709pkg syscall (darwin-amd64-cgo), const RTM_CHANGE = 3
8710pkg syscall (darwin-amd64-cgo), const RTM_DELADDR = 13
8711pkg syscall (darwin-amd64-cgo), const RTM_DELETE = 2
8712pkg syscall (darwin-amd64-cgo), const RTM_DELMADDR = 16
8713pkg syscall (darwin-amd64-cgo), const RTM_GET = 4
8714pkg syscall (darwin-amd64-cgo), const RTM_GET2 = 20
8715pkg syscall (darwin-amd64-cgo), const RTM_IFINFO = 14
8716pkg syscall (darwin-amd64-cgo), const RTM_IFINFO2 = 18
8717pkg syscall (darwin-amd64-cgo), const RTM_LOCK = 8
8718pkg syscall (darwin-amd64-cgo), const RTM_LOSING = 5
8719pkg syscall (darwin-amd64-cgo), const RTM_MISS = 7
8720pkg syscall (darwin-amd64-cgo), const RTM_NEWADDR = 12
8721pkg syscall (darwin-amd64-cgo), const RTM_NEWMADDR = 15
8722pkg syscall (darwin-amd64-cgo), const RTM_NEWMADDR2 = 19
8723pkg syscall (darwin-amd64-cgo), const RTM_OLDADD = 9
8724pkg syscall (darwin-amd64-cgo), const RTM_OLDDEL = 10
8725pkg syscall (darwin-amd64-cgo), const RTM_REDIRECT = 6
8726pkg syscall (darwin-amd64-cgo), const RTM_RESOLVE = 11
8727pkg syscall (darwin-amd64-cgo), const RTM_RTTUNIT = 1000000
8728pkg syscall (darwin-amd64-cgo), const RTM_VERSION = 5
8729pkg syscall (darwin-amd64-cgo), const RTV_EXPIRE = 4
8730pkg syscall (darwin-amd64-cgo), const RTV_HOPCOUNT = 2
8731pkg syscall (darwin-amd64-cgo), const RTV_MTU = 1
8732pkg syscall (darwin-amd64-cgo), const RTV_RPIPE = 8
8733pkg syscall (darwin-amd64-cgo), const RTV_RTT = 64
8734pkg syscall (darwin-amd64-cgo), const RTV_RTTVAR = 128
8735pkg syscall (darwin-amd64-cgo), const RTV_SPIPE = 16
8736pkg syscall (darwin-amd64-cgo), const RTV_SSTHRESH = 32
8737pkg syscall (darwin-amd64-cgo), const RUSAGE_CHILDREN = -1
8738pkg syscall (darwin-amd64-cgo), const RUSAGE_SELF = 0
8739pkg syscall (darwin-amd64-cgo), const SCM_CREDS = 3
8740pkg syscall (darwin-amd64-cgo), const SCM_RIGHTS = 1
8741pkg syscall (darwin-amd64-cgo), const SCM_TIMESTAMP = 2
8742pkg syscall (darwin-amd64-cgo), const SCM_TIMESTAMP_MONOTONIC = 4
8743pkg syscall (darwin-amd64-cgo), const SIGBUS = 10
8744pkg syscall (darwin-amd64-cgo), const SIGCHLD = 20
8745pkg syscall (darwin-amd64-cgo), const SIGCONT = 19
8746pkg syscall (darwin-amd64-cgo), const SIGEMT = 7
8747pkg syscall (darwin-amd64-cgo), const SIGINFO = 29
8748pkg syscall (darwin-amd64-cgo), const SIGIO = 23
8749pkg syscall (darwin-amd64-cgo), const SIGIOT = 6
8750pkg syscall (darwin-amd64-cgo), const SIGPROF = 27
8751pkg syscall (darwin-amd64-cgo), const SIGSTOP = 17
8752pkg syscall (darwin-amd64-cgo), const SIGSYS = 12
8753pkg syscall (darwin-amd64-cgo), const SIGTSTP = 18
8754pkg syscall (darwin-amd64-cgo), const SIGTTIN = 21
8755pkg syscall (darwin-amd64-cgo), const SIGTTOU = 22
8756pkg syscall (darwin-amd64-cgo), const SIGURG = 16
8757pkg syscall (darwin-amd64-cgo), const SIGUSR1 = 30
8758pkg syscall (darwin-amd64-cgo), const SIGUSR2 = 31
8759pkg syscall (darwin-amd64-cgo), const SIGVTALRM = 26
8760pkg syscall (darwin-amd64-cgo), const SIGWINCH = 28
8761pkg syscall (darwin-amd64-cgo), const SIGXCPU = 24
8762pkg syscall (darwin-amd64-cgo), const SIGXFSZ = 25
8763pkg syscall (darwin-amd64-cgo), const SIOCADDMULTI = 2149607729
8764pkg syscall (darwin-amd64-cgo), const SIOCAIFADDR = 2151704858
8765pkg syscall (darwin-amd64-cgo), const SIOCALIFADDR = 2165860637
8766pkg syscall (darwin-amd64-cgo), const SIOCARPIPLL = 3223349544
8767pkg syscall (darwin-amd64-cgo), const SIOCATMARK = 1074033415
8768pkg syscall (darwin-amd64-cgo), const SIOCAUTOADDR = 3223349542
8769pkg syscall (darwin-amd64-cgo), const SIOCAUTONETMASK = 2149607719
8770pkg syscall (darwin-amd64-cgo), const SIOCDELMULTI = 2149607730
8771pkg syscall (darwin-amd64-cgo), const SIOCDIFADDR = 2149607705
8772pkg syscall (darwin-amd64-cgo), const SIOCDIFPHYADDR = 2149607745
8773pkg syscall (darwin-amd64-cgo), const SIOCDLIFADDR = 2165860639
8774pkg syscall (darwin-amd64-cgo), const SIOCGDRVSPEC = 3223873915
8775pkg syscall (darwin-amd64-cgo), const SIOCGETSGCNT = 3222565404
8776pkg syscall (darwin-amd64-cgo), const SIOCGETVIFCNT = 3222565403
8777pkg syscall (darwin-amd64-cgo), const SIOCGETVLAN = 3223349631
8778pkg syscall (darwin-amd64-cgo), const SIOCGHIWAT = 1074033409
8779pkg syscall (darwin-amd64-cgo), const SIOCGIFADDR = 3223349537
8780pkg syscall (darwin-amd64-cgo), const SIOCGIFALTMTU = 3223349576
8781pkg syscall (darwin-amd64-cgo), const SIOCGIFASYNCMAP = 3223349628
8782pkg syscall (darwin-amd64-cgo), const SIOCGIFBOND = 3223349575
8783pkg syscall (darwin-amd64-cgo), const SIOCGIFBRDADDR = 3223349539
8784pkg syscall (darwin-amd64-cgo), const SIOCGIFCAP = 3223349595
8785pkg syscall (darwin-amd64-cgo), const SIOCGIFCONF = 3222038820
8786pkg syscall (darwin-amd64-cgo), const SIOCGIFDEVMTU = 3223349572
8787pkg syscall (darwin-amd64-cgo), const SIOCGIFDSTADDR = 3223349538
8788pkg syscall (darwin-amd64-cgo), const SIOCGIFFLAGS = 3223349521
8789pkg syscall (darwin-amd64-cgo), const SIOCGIFGENERIC = 3223349562
8790pkg syscall (darwin-amd64-cgo), const SIOCGIFKPI = 3223349639
8791pkg syscall (darwin-amd64-cgo), const SIOCGIFMAC = 3223349634
8792pkg syscall (darwin-amd64-cgo), const SIOCGIFMEDIA = 3224135992
8793pkg syscall (darwin-amd64-cgo), const SIOCGIFMETRIC = 3223349527
8794pkg syscall (darwin-amd64-cgo), const SIOCGIFMTU = 3223349555
8795pkg syscall (darwin-amd64-cgo), const SIOCGIFNETMASK = 3223349541
8796pkg syscall (darwin-amd64-cgo), const SIOCGIFPDSTADDR = 3223349568
8797pkg syscall (darwin-amd64-cgo), const SIOCGIFPHYS = 3223349557
8798pkg syscall (darwin-amd64-cgo), const SIOCGIFPSRCADDR = 3223349567
8799pkg syscall (darwin-amd64-cgo), const SIOCGIFSTATUS = 3274795325
8800pkg syscall (darwin-amd64-cgo), const SIOCGIFVLAN = 3223349631
8801pkg syscall (darwin-amd64-cgo), const SIOCGIFWAKEFLAGS = 3223349640
8802pkg syscall (darwin-amd64-cgo), const SIOCGLIFADDR = 3239602462
8803pkg syscall (darwin-amd64-cgo), const SIOCGLIFPHYADDR = 3239602499
8804pkg syscall (darwin-amd64-cgo), const SIOCGLOWAT = 1074033411
8805pkg syscall (darwin-amd64-cgo), const SIOCGPGRP = 1074033417
8806pkg syscall (darwin-amd64-cgo), const SIOCIFCREATE = 3223349624
8807pkg syscall (darwin-amd64-cgo), const SIOCIFCREATE2 = 3223349626
8808pkg syscall (darwin-amd64-cgo), const SIOCIFDESTROY = 2149607801
8809pkg syscall (darwin-amd64-cgo), const SIOCRSLVMULTI = 3222300987
8810pkg syscall (darwin-amd64-cgo), const SIOCSDRVSPEC = 2150132091
8811pkg syscall (darwin-amd64-cgo), const SIOCSETVLAN = 2149607806
8812pkg syscall (darwin-amd64-cgo), const SIOCSHIWAT = 2147775232
8813pkg syscall (darwin-amd64-cgo), const SIOCSIFADDR = 2149607692
8814pkg syscall (darwin-amd64-cgo), const SIOCSIFALTMTU = 2149607749
8815pkg syscall (darwin-amd64-cgo), const SIOCSIFASYNCMAP = 2149607805
8816pkg syscall (darwin-amd64-cgo), const SIOCSIFBOND = 2149607750
8817pkg syscall (darwin-amd64-cgo), const SIOCSIFBRDADDR = 2149607699
8818pkg syscall (darwin-amd64-cgo), const SIOCSIFCAP = 2149607770
8819pkg syscall (darwin-amd64-cgo), const SIOCSIFDSTADDR = 2149607694
8820pkg syscall (darwin-amd64-cgo), const SIOCSIFFLAGS = 2149607696
8821pkg syscall (darwin-amd64-cgo), const SIOCSIFGENERIC = 2149607737
8822pkg syscall (darwin-amd64-cgo), const SIOCSIFKPI = 2149607814
8823pkg syscall (darwin-amd64-cgo), const SIOCSIFLLADDR = 2149607740
8824pkg syscall (darwin-amd64-cgo), const SIOCSIFMAC = 2149607811
8825pkg syscall (darwin-amd64-cgo), const SIOCSIFMEDIA = 3223349559
8826pkg syscall (darwin-amd64-cgo), const SIOCSIFMETRIC = 2149607704
8827pkg syscall (darwin-amd64-cgo), const SIOCSIFMTU = 2149607732
8828pkg syscall (darwin-amd64-cgo), const SIOCSIFNETMASK = 2149607702
8829pkg syscall (darwin-amd64-cgo), const SIOCSIFPHYADDR = 2151704894
8830pkg syscall (darwin-amd64-cgo), const SIOCSIFPHYS = 2149607734
8831pkg syscall (darwin-amd64-cgo), const SIOCSIFVLAN = 2149607806
8832pkg syscall (darwin-amd64-cgo), const SIOCSLIFPHYADDR = 2165860674
8833pkg syscall (darwin-amd64-cgo), const SIOCSLOWAT = 2147775234
8834pkg syscall (darwin-amd64-cgo), const SIOCSPGRP = 2147775240
8835pkg syscall (darwin-amd64-cgo), const SOCK_MAXADDRLEN = 255
8836pkg syscall (darwin-amd64-cgo), const SOCK_RDM = 4
8837pkg syscall (darwin-amd64-cgo), const SOL_SOCKET = 65535
8838pkg syscall (darwin-amd64-cgo), const SOMAXCONN = 128
8839pkg syscall (darwin-amd64-cgo), const SO_ACCEPTCONN = 2
8840pkg syscall (darwin-amd64-cgo), const SO_BROADCAST = 32
8841pkg syscall (darwin-amd64-cgo), const SO_DEBUG = 1
8842pkg syscall (darwin-amd64-cgo), const SO_DONTROUTE = 16
8843pkg syscall (darwin-amd64-cgo), const SO_DONTTRUNC = 8192
8844pkg syscall (darwin-amd64-cgo), const SO_ERROR = 4103
8845pkg syscall (darwin-amd64-cgo), const SO_KEEPALIVE = 8
8846pkg syscall (darwin-amd64-cgo), const SO_LABEL = 4112
8847pkg syscall (darwin-amd64-cgo), const SO_LINGER = 128
8848pkg syscall (darwin-amd64-cgo), const SO_LINGER_SEC = 4224
8849pkg syscall (darwin-amd64-cgo), const SO_NKE = 4129
8850pkg syscall (darwin-amd64-cgo), const SO_NOADDRERR = 4131
8851pkg syscall (darwin-amd64-cgo), const SO_NOSIGPIPE = 4130
8852pkg syscall (darwin-amd64-cgo), const SO_NOTIFYCONFLICT = 4134
8853pkg syscall (darwin-amd64-cgo), const SO_NP_EXTENSIONS = 4227
8854pkg syscall (darwin-amd64-cgo), const SO_NREAD = 4128
8855pkg syscall (darwin-amd64-cgo), const SO_NWRITE = 4132
8856pkg syscall (darwin-amd64-cgo), const SO_OOBINLINE = 256
8857pkg syscall (darwin-amd64-cgo), const SO_PEERLABEL = 4113
8858pkg syscall (darwin-amd64-cgo), const SO_RANDOMPORT = 4226
8859pkg syscall (darwin-amd64-cgo), const SO_RCVBUF = 4098
8860pkg syscall (darwin-amd64-cgo), const SO_RCVLOWAT = 4100
8861pkg syscall (darwin-amd64-cgo), const SO_RCVTIMEO = 4102
8862pkg syscall (darwin-amd64-cgo), const SO_RESTRICTIONS = 4225
8863pkg syscall (darwin-amd64-cgo), const SO_RESTRICT_DENYIN = 1
8864pkg syscall (darwin-amd64-cgo), const SO_RESTRICT_DENYOUT = 2
8865pkg syscall (darwin-amd64-cgo), const SO_RESTRICT_DENYSET = 2147483648
8866pkg syscall (darwin-amd64-cgo), const SO_REUSEADDR = 4
8867pkg syscall (darwin-amd64-cgo), const SO_REUSEPORT = 512
8868pkg syscall (darwin-amd64-cgo), const SO_REUSESHAREUID = 4133
8869pkg syscall (darwin-amd64-cgo), const SO_SNDBUF = 4097
8870pkg syscall (darwin-amd64-cgo), const SO_SNDLOWAT = 4099
8871pkg syscall (darwin-amd64-cgo), const SO_SNDTIMEO = 4101
8872pkg syscall (darwin-amd64-cgo), const SO_TIMESTAMP = 1024
8873pkg syscall (darwin-amd64-cgo), const SO_TIMESTAMP_MONOTONIC = 2048
8874pkg syscall (darwin-amd64-cgo), const SO_TYPE = 4104
8875pkg syscall (darwin-amd64-cgo), const SO_UPCALLCLOSEWAIT = 4135
8876pkg syscall (darwin-amd64-cgo), const SO_USELOOPBACK = 64
8877pkg syscall (darwin-amd64-cgo), const SO_WANTMORE = 16384
8878pkg syscall (darwin-amd64-cgo), const SO_WANTOOBFLAG = 32768
8879pkg syscall (darwin-amd64-cgo), const SYS_ACCEPT = 30
8880pkg syscall (darwin-amd64-cgo), const SYS_ACCEPT_NOCANCEL = 404
8881pkg syscall (darwin-amd64-cgo), const SYS_ACCESS = 33
8882pkg syscall (darwin-amd64-cgo), const SYS_ACCESS_EXTENDED = 284
8883pkg syscall (darwin-amd64-cgo), const SYS_ACCT = 51
8884pkg syscall (darwin-amd64-cgo), const SYS_ADD_PROFIL = 176
8885pkg syscall (darwin-amd64-cgo), const SYS_ADJTIME = 140
8886pkg syscall (darwin-amd64-cgo), const SYS_AIO_CANCEL = 316
8887pkg syscall (darwin-amd64-cgo), const SYS_AIO_ERROR = 317
8888pkg syscall (darwin-amd64-cgo), const SYS_AIO_FSYNC = 313
8889pkg syscall (darwin-amd64-cgo), const SYS_AIO_READ = 318
8890pkg syscall (darwin-amd64-cgo), const SYS_AIO_RETURN = 314
8891pkg syscall (darwin-amd64-cgo), const SYS_AIO_SUSPEND = 315
8892pkg syscall (darwin-amd64-cgo), const SYS_AIO_SUSPEND_NOCANCEL = 421
8893pkg syscall (darwin-amd64-cgo), const SYS_AIO_WRITE = 319
8894pkg syscall (darwin-amd64-cgo), const SYS_ATGETMSG = 207
8895pkg syscall (darwin-amd64-cgo), const SYS_ATPGETREQ = 211
8896pkg syscall (darwin-amd64-cgo), const SYS_ATPGETRSP = 212
8897pkg syscall (darwin-amd64-cgo), const SYS_ATPSNDREQ = 209
8898pkg syscall (darwin-amd64-cgo), const SYS_ATPSNDRSP = 210
8899pkg syscall (darwin-amd64-cgo), const SYS_ATPUTMSG = 208
8900pkg syscall (darwin-amd64-cgo), const SYS_ATSOCKET = 206
8901pkg syscall (darwin-amd64-cgo), const SYS_AUDIT = 350
8902pkg syscall (darwin-amd64-cgo), const SYS_AUDITCTL = 359
8903pkg syscall (darwin-amd64-cgo), const SYS_AUDITON = 351
8904pkg syscall (darwin-amd64-cgo), const SYS_AUDIT_SESSION_JOIN = 429
8905pkg syscall (darwin-amd64-cgo), const SYS_AUDIT_SESSION_PORT = 432
8906pkg syscall (darwin-amd64-cgo), const SYS_AUDIT_SESSION_SELF = 428
8907pkg syscall (darwin-amd64-cgo), const SYS_BIND = 104
8908pkg syscall (darwin-amd64-cgo), const SYS_BSDTHREAD_CREATE = 360
8909pkg syscall (darwin-amd64-cgo), const SYS_BSDTHREAD_REGISTER = 366
8910pkg syscall (darwin-amd64-cgo), const SYS_BSDTHREAD_TERMINATE = 361
8911pkg syscall (darwin-amd64-cgo), const SYS_CHDIR = 12
8912pkg syscall (darwin-amd64-cgo), const SYS_CHFLAGS = 34
8913pkg syscall (darwin-amd64-cgo), const SYS_CHMOD = 15
8914pkg syscall (darwin-amd64-cgo), const SYS_CHMOD_EXTENDED = 282
8915pkg syscall (darwin-amd64-cgo), const SYS_CHOWN = 16
8916pkg syscall (darwin-amd64-cgo), const SYS_CHROOT = 61
8917pkg syscall (darwin-amd64-cgo), const SYS_CHUD = 185
8918pkg syscall (darwin-amd64-cgo), const SYS_CLOSE = 6
8919pkg syscall (darwin-amd64-cgo), const SYS_CLOSE_NOCANCEL = 399
8920pkg syscall (darwin-amd64-cgo), const SYS_CONNECT = 98
8921pkg syscall (darwin-amd64-cgo), const SYS_CONNECT_NOCANCEL = 409
8922pkg syscall (darwin-amd64-cgo), const SYS_COPYFILE = 227
8923pkg syscall (darwin-amd64-cgo), const SYS_CSOPS = 169
8924pkg syscall (darwin-amd64-cgo), const SYS_DELETE = 226
8925pkg syscall (darwin-amd64-cgo), const SYS_DUP = 41
8926pkg syscall (darwin-amd64-cgo), const SYS_DUP2 = 90
8927pkg syscall (darwin-amd64-cgo), const SYS_EXCHANGEDATA = 223
8928pkg syscall (darwin-amd64-cgo), const SYS_EXECVE = 59
8929pkg syscall (darwin-amd64-cgo), const SYS_EXIT = 1
8930pkg syscall (darwin-amd64-cgo), const SYS_FCHDIR = 13
8931pkg syscall (darwin-amd64-cgo), const SYS_FCHFLAGS = 35
8932pkg syscall (darwin-amd64-cgo), const SYS_FCHMOD = 124
8933pkg syscall (darwin-amd64-cgo), const SYS_FCHMOD_EXTENDED = 283
8934pkg syscall (darwin-amd64-cgo), const SYS_FCHOWN = 123
8935pkg syscall (darwin-amd64-cgo), const SYS_FCNTL = 92
8936pkg syscall (darwin-amd64-cgo), const SYS_FCNTL_NOCANCEL = 406
8937pkg syscall (darwin-amd64-cgo), const SYS_FDATASYNC = 187
8938pkg syscall (darwin-amd64-cgo), const SYS_FFSCTL = 245
8939pkg syscall (darwin-amd64-cgo), const SYS_FGETATTRLIST = 228
8940pkg syscall (darwin-amd64-cgo), const SYS_FGETXATTR = 235
8941pkg syscall (darwin-amd64-cgo), const SYS_FHOPEN = 248
8942pkg syscall (darwin-amd64-cgo), const SYS_FILEPORT_MAKEFD = 431
8943pkg syscall (darwin-amd64-cgo), const SYS_FILEPORT_MAKEPORT = 430
8944pkg syscall (darwin-amd64-cgo), const SYS_FLISTXATTR = 241
8945pkg syscall (darwin-amd64-cgo), const SYS_FLOCK = 131
8946pkg syscall (darwin-amd64-cgo), const SYS_FORK = 2
8947pkg syscall (darwin-amd64-cgo), const SYS_FPATHCONF = 192
8948pkg syscall (darwin-amd64-cgo), const SYS_FREMOVEXATTR = 239
8949pkg syscall (darwin-amd64-cgo), const SYS_FSCTL = 242
8950pkg syscall (darwin-amd64-cgo), const SYS_FSETATTRLIST = 229
8951pkg syscall (darwin-amd64-cgo), const SYS_FSETXATTR = 237
8952pkg syscall (darwin-amd64-cgo), const SYS_FSGETPATH = 427
8953pkg syscall (darwin-amd64-cgo), const SYS_FSTAT = 189
8954pkg syscall (darwin-amd64-cgo), const SYS_FSTAT64 = 339
8955pkg syscall (darwin-amd64-cgo), const SYS_FSTAT64_EXTENDED = 343
8956pkg syscall (darwin-amd64-cgo), const SYS_FSTATFS = 158
8957pkg syscall (darwin-amd64-cgo), const SYS_FSTATFS64 = 346
8958pkg syscall (darwin-amd64-cgo), const SYS_FSTATV = 219
8959pkg syscall (darwin-amd64-cgo), const SYS_FSTAT_EXTENDED = 281
8960pkg syscall (darwin-amd64-cgo), const SYS_FSYNC = 95
8961pkg syscall (darwin-amd64-cgo), const SYS_FSYNC_NOCANCEL = 408
8962pkg syscall (darwin-amd64-cgo), const SYS_FTRUNCATE = 201
8963pkg syscall (darwin-amd64-cgo), const SYS_FUTIMES = 139
8964pkg syscall (darwin-amd64-cgo), const SYS_GETATTRLIST = 220
8965pkg syscall (darwin-amd64-cgo), const SYS_GETAUDIT = 355
8966pkg syscall (darwin-amd64-cgo), const SYS_GETAUDIT_ADDR = 357
8967pkg syscall (darwin-amd64-cgo), const SYS_GETAUID = 353
8968pkg syscall (darwin-amd64-cgo), const SYS_GETDIRENTRIES = 196
8969pkg syscall (darwin-amd64-cgo), const SYS_GETDIRENTRIES64 = 344
8970pkg syscall (darwin-amd64-cgo), const SYS_GETDIRENTRIESATTR = 222
8971pkg syscall (darwin-amd64-cgo), const SYS_GETDTABLESIZE = 89
8972pkg syscall (darwin-amd64-cgo), const SYS_GETEGID = 43
8973pkg syscall (darwin-amd64-cgo), const SYS_GETEUID = 25
8974pkg syscall (darwin-amd64-cgo), const SYS_GETFH = 161
8975pkg syscall (darwin-amd64-cgo), const SYS_GETFSSTAT = 18
8976pkg syscall (darwin-amd64-cgo), const SYS_GETFSSTAT64 = 347
8977pkg syscall (darwin-amd64-cgo), const SYS_GETGID = 47
8978pkg syscall (darwin-amd64-cgo), const SYS_GETGROUPS = 79
8979pkg syscall (darwin-amd64-cgo), const SYS_GETHOSTUUID = 142
8980pkg syscall (darwin-amd64-cgo), const SYS_GETITIMER = 86
8981pkg syscall (darwin-amd64-cgo), const SYS_GETLCID = 395
8982pkg syscall (darwin-amd64-cgo), const SYS_GETLOGIN = 49
8983pkg syscall (darwin-amd64-cgo), const SYS_GETPEERNAME = 31
8984pkg syscall (darwin-amd64-cgo), const SYS_GETPGID = 151
8985pkg syscall (darwin-amd64-cgo), const SYS_GETPGRP = 81
8986pkg syscall (darwin-amd64-cgo), const SYS_GETPID = 20
8987pkg syscall (darwin-amd64-cgo), const SYS_GETPPID = 39
8988pkg syscall (darwin-amd64-cgo), const SYS_GETPRIORITY = 100
8989pkg syscall (darwin-amd64-cgo), const SYS_GETRLIMIT = 194
8990pkg syscall (darwin-amd64-cgo), const SYS_GETRUSAGE = 117
8991pkg syscall (darwin-amd64-cgo), const SYS_GETSGROUPS = 288
8992pkg syscall (darwin-amd64-cgo), const SYS_GETSID = 310
8993pkg syscall (darwin-amd64-cgo), const SYS_GETSOCKNAME = 32
8994pkg syscall (darwin-amd64-cgo), const SYS_GETSOCKOPT = 118
8995pkg syscall (darwin-amd64-cgo), const SYS_GETTID = 286
8996pkg syscall (darwin-amd64-cgo), const SYS_GETTIMEOFDAY = 116
8997pkg syscall (darwin-amd64-cgo), const SYS_GETUID = 24
8998pkg syscall (darwin-amd64-cgo), const SYS_GETWGROUPS = 290
8999pkg syscall (darwin-amd64-cgo), const SYS_GETXATTR = 234
9000pkg syscall (darwin-amd64-cgo), const SYS_IDENTITYSVC = 293
9001pkg syscall (darwin-amd64-cgo), const SYS_INITGROUPS = 243
9002pkg syscall (darwin-amd64-cgo), const SYS_IOCTL = 54
9003pkg syscall (darwin-amd64-cgo), const SYS_IOPOLICYSYS = 322
9004pkg syscall (darwin-amd64-cgo), const SYS_ISSETUGID = 327
9005pkg syscall (darwin-amd64-cgo), const SYS_KDEBUG_TRACE = 180
9006pkg syscall (darwin-amd64-cgo), const SYS_KEVENT = 363
9007pkg syscall (darwin-amd64-cgo), const SYS_KEVENT64 = 369
9008pkg syscall (darwin-amd64-cgo), const SYS_KILL = 37
9009pkg syscall (darwin-amd64-cgo), const SYS_KQUEUE = 362
9010pkg syscall (darwin-amd64-cgo), const SYS_LCHOWN = 364
9011pkg syscall (darwin-amd64-cgo), const SYS_LINK = 9
9012pkg syscall (darwin-amd64-cgo), const SYS_LIO_LISTIO = 320
9013pkg syscall (darwin-amd64-cgo), const SYS_LISTEN = 106
9014pkg syscall (darwin-amd64-cgo), const SYS_LISTXATTR = 240
9015pkg syscall (darwin-amd64-cgo), const SYS_LSEEK = 199
9016pkg syscall (darwin-amd64-cgo), const SYS_LSTAT = 190
9017pkg syscall (darwin-amd64-cgo), const SYS_LSTAT64 = 340
9018pkg syscall (darwin-amd64-cgo), const SYS_LSTAT64_EXTENDED = 342
9019pkg syscall (darwin-amd64-cgo), const SYS_LSTATV = 218
9020pkg syscall (darwin-amd64-cgo), const SYS_LSTAT_EXTENDED = 280
9021pkg syscall (darwin-amd64-cgo), const SYS_MADVISE = 75
9022pkg syscall (darwin-amd64-cgo), const SYS_MAXSYSCALL = 439
9023pkg syscall (darwin-amd64-cgo), const SYS_MINCORE = 78
9024pkg syscall (darwin-amd64-cgo), const SYS_MINHERIT = 250
9025pkg syscall (darwin-amd64-cgo), const SYS_MKCOMPLEX = 216
9026pkg syscall (darwin-amd64-cgo), const SYS_MKDIR = 136
9027pkg syscall (darwin-amd64-cgo), const SYS_MKDIR_EXTENDED = 292
9028pkg syscall (darwin-amd64-cgo), const SYS_MKFIFO = 132
9029pkg syscall (darwin-amd64-cgo), const SYS_MKFIFO_EXTENDED = 291
9030pkg syscall (darwin-amd64-cgo), const SYS_MKNOD = 14
9031pkg syscall (darwin-amd64-cgo), const SYS_MLOCK = 203
9032pkg syscall (darwin-amd64-cgo), const SYS_MLOCKALL = 324
9033pkg syscall (darwin-amd64-cgo), const SYS_MMAP = 197
9034pkg syscall (darwin-amd64-cgo), const SYS_MODWATCH = 233
9035pkg syscall (darwin-amd64-cgo), const SYS_MOUNT = 167
9036pkg syscall (darwin-amd64-cgo), const SYS_MPROTECT = 74
9037pkg syscall (darwin-amd64-cgo), const SYS_MSGCTL = 258
9038pkg syscall (darwin-amd64-cgo), const SYS_MSGGET = 259
9039pkg syscall (darwin-amd64-cgo), const SYS_MSGRCV = 261
9040pkg syscall (darwin-amd64-cgo), const SYS_MSGRCV_NOCANCEL = 419
9041pkg syscall (darwin-amd64-cgo), const SYS_MSGSND = 260
9042pkg syscall (darwin-amd64-cgo), const SYS_MSGSND_NOCANCEL = 418
9043pkg syscall (darwin-amd64-cgo), const SYS_MSGSYS = 252
9044pkg syscall (darwin-amd64-cgo), const SYS_MSYNC = 65
9045pkg syscall (darwin-amd64-cgo), const SYS_MSYNC_NOCANCEL = 405
9046pkg syscall (darwin-amd64-cgo), const SYS_MUNLOCK = 204
9047pkg syscall (darwin-amd64-cgo), const SYS_MUNLOCKALL = 325
9048pkg syscall (darwin-amd64-cgo), const SYS_MUNMAP = 73
9049pkg syscall (darwin-amd64-cgo), const SYS_NFSCLNT = 247
9050pkg syscall (darwin-amd64-cgo), const SYS_NFSSVC = 155
9051pkg syscall (darwin-amd64-cgo), const SYS_OPEN = 5
9052pkg syscall (darwin-amd64-cgo), const SYS_OPEN_EXTENDED = 277
9053pkg syscall (darwin-amd64-cgo), const SYS_OPEN_NOCANCEL = 398
9054pkg syscall (darwin-amd64-cgo), const SYS_PATHCONF = 191
9055pkg syscall (darwin-amd64-cgo), const SYS_PID_HIBERNATE = 435
9056pkg syscall (darwin-amd64-cgo), const SYS_PID_RESUME = 434
9057pkg syscall (darwin-amd64-cgo), const SYS_PID_SHUTDOWN_SOCKETS = 436
9058pkg syscall (darwin-amd64-cgo), const SYS_PID_SUSPEND = 433
9059pkg syscall (darwin-amd64-cgo), const SYS_PIPE = 42
9060pkg syscall (darwin-amd64-cgo), const SYS_POLL = 230
9061pkg syscall (darwin-amd64-cgo), const SYS_POLL_NOCANCEL = 417
9062pkg syscall (darwin-amd64-cgo), const SYS_POSIX_SPAWN = 244
9063pkg syscall (darwin-amd64-cgo), const SYS_PREAD = 153
9064pkg syscall (darwin-amd64-cgo), const SYS_PREAD_NOCANCEL = 414
9065pkg syscall (darwin-amd64-cgo), const SYS_PROCESS_POLICY = 323
9066pkg syscall (darwin-amd64-cgo), const SYS_PROC_INFO = 336
9067pkg syscall (darwin-amd64-cgo), const SYS_PROFIL = 44
9068pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVBROAD = 303
9069pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVCLRPREPOST = 312
9070pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVSIGNAL = 304
9071pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVWAIT = 305
9072pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_MUTEXDROP = 302
9073pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_MUTEXWAIT = 301
9074pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_DOWNGRADE = 299
9075pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_LONGRDLOCK = 297
9076pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_RDLOCK = 306
9077pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_UNLOCK = 308
9078pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_UNLOCK2 = 309
9079pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_UPGRADE = 300
9080pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_WRLOCK = 307
9081pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_YIELDWRLOCK = 298
9082pkg syscall (darwin-amd64-cgo), const SYS_PTRACE = 26
9083pkg syscall (darwin-amd64-cgo), const SYS_PWRITE = 154
9084pkg syscall (darwin-amd64-cgo), const SYS_PWRITE_NOCANCEL = 415
9085pkg syscall (darwin-amd64-cgo), const SYS_QUOTACTL = 165
9086pkg syscall (darwin-amd64-cgo), const SYS_READ = 3
9087pkg syscall (darwin-amd64-cgo), const SYS_READLINK = 58
9088pkg syscall (darwin-amd64-cgo), const SYS_READV = 120
9089pkg syscall (darwin-amd64-cgo), const SYS_READV_NOCANCEL = 411
9090pkg syscall (darwin-amd64-cgo), const SYS_READ_NOCANCEL = 396
9091pkg syscall (darwin-amd64-cgo), const SYS_REBOOT = 55
9092pkg syscall (darwin-amd64-cgo), const SYS_RECVFROM = 29
9093pkg syscall (darwin-amd64-cgo), const SYS_RECVFROM_NOCANCEL = 403
9094pkg syscall (darwin-amd64-cgo), const SYS_RECVMSG = 27
9095pkg syscall (darwin-amd64-cgo), const SYS_RECVMSG_NOCANCEL = 401
9096pkg syscall (darwin-amd64-cgo), const SYS_REMOVEXATTR = 238
9097pkg syscall (darwin-amd64-cgo), const SYS_RENAME = 128
9098pkg syscall (darwin-amd64-cgo), const SYS_REVOKE = 56
9099pkg syscall (darwin-amd64-cgo), const SYS_RMDIR = 137
9100pkg syscall (darwin-amd64-cgo), const SYS_SEARCHFS = 225
9101pkg syscall (darwin-amd64-cgo), const SYS_SELECT = 93
9102pkg syscall (darwin-amd64-cgo), const SYS_SELECT_NOCANCEL = 407
9103pkg syscall (darwin-amd64-cgo), const SYS_SEMCTL = 254
9104pkg syscall (darwin-amd64-cgo), const SYS_SEMGET = 255
9105pkg syscall (darwin-amd64-cgo), const SYS_SEMOP = 256
9106pkg syscall (darwin-amd64-cgo), const SYS_SEMSYS = 251
9107pkg syscall (darwin-amd64-cgo), const SYS_SEM_CLOSE = 269
9108pkg syscall (darwin-amd64-cgo), const SYS_SEM_DESTROY = 276
9109pkg syscall (darwin-amd64-cgo), const SYS_SEM_GETVALUE = 274
9110pkg syscall (darwin-amd64-cgo), const SYS_SEM_INIT = 275
9111pkg syscall (darwin-amd64-cgo), const SYS_SEM_OPEN = 268
9112pkg syscall (darwin-amd64-cgo), const SYS_SEM_POST = 273
9113pkg syscall (darwin-amd64-cgo), const SYS_SEM_TRYWAIT = 272
9114pkg syscall (darwin-amd64-cgo), const SYS_SEM_UNLINK = 270
9115pkg syscall (darwin-amd64-cgo), const SYS_SEM_WAIT = 271
9116pkg syscall (darwin-amd64-cgo), const SYS_SEM_WAIT_NOCANCEL = 420
9117pkg syscall (darwin-amd64-cgo), const SYS_SENDFILE = 337
9118pkg syscall (darwin-amd64-cgo), const SYS_SENDMSG = 28
9119pkg syscall (darwin-amd64-cgo), const SYS_SENDMSG_NOCANCEL = 402
9120pkg syscall (darwin-amd64-cgo), const SYS_SENDTO = 133
9121pkg syscall (darwin-amd64-cgo), const SYS_SENDTO_NOCANCEL = 413
9122pkg syscall (darwin-amd64-cgo), const SYS_SETATTRLIST = 221
9123pkg syscall (darwin-amd64-cgo), const SYS_SETAUDIT = 356
9124pkg syscall (darwin-amd64-cgo), const SYS_SETAUDIT_ADDR = 358
9125pkg syscall (darwin-amd64-cgo), const SYS_SETAUID = 354
9126pkg syscall (darwin-amd64-cgo), const SYS_SETEGID = 182
9127pkg syscall (darwin-amd64-cgo), const SYS_SETEUID = 183
9128pkg syscall (darwin-amd64-cgo), const SYS_SETGID = 181
9129pkg syscall (darwin-amd64-cgo), const SYS_SETGROUPS = 80
9130pkg syscall (darwin-amd64-cgo), const SYS_SETITIMER = 83
9131pkg syscall (darwin-amd64-cgo), const SYS_SETLCID = 394
9132pkg syscall (darwin-amd64-cgo), const SYS_SETLOGIN = 50
9133pkg syscall (darwin-amd64-cgo), const SYS_SETPGID = 82
9134pkg syscall (darwin-amd64-cgo), const SYS_SETPRIORITY = 96
9135pkg syscall (darwin-amd64-cgo), const SYS_SETPRIVEXEC = 152
9136pkg syscall (darwin-amd64-cgo), const SYS_SETREGID = 127
9137pkg syscall (darwin-amd64-cgo), const SYS_SETREUID = 126
9138pkg syscall (darwin-amd64-cgo), const SYS_SETRLIMIT = 195
9139pkg syscall (darwin-amd64-cgo), const SYS_SETSGROUPS = 287
9140pkg syscall (darwin-amd64-cgo), const SYS_SETSID = 147
9141pkg syscall (darwin-amd64-cgo), const SYS_SETSOCKOPT = 105
9142pkg syscall (darwin-amd64-cgo), const SYS_SETTID = 285
9143pkg syscall (darwin-amd64-cgo), const SYS_SETTID_WITH_PID = 311
9144pkg syscall (darwin-amd64-cgo), const SYS_SETTIMEOFDAY = 122
9145pkg syscall (darwin-amd64-cgo), const SYS_SETUID = 23
9146pkg syscall (darwin-amd64-cgo), const SYS_SETWGROUPS = 289
9147pkg syscall (darwin-amd64-cgo), const SYS_SETXATTR = 236
9148pkg syscall (darwin-amd64-cgo), const SYS_SHARED_REGION_CHECK_NP = 294
9149pkg syscall (darwin-amd64-cgo), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
9150pkg syscall (darwin-amd64-cgo), const SYS_SHMAT = 262
9151pkg syscall (darwin-amd64-cgo), const SYS_SHMCTL = 263
9152pkg syscall (darwin-amd64-cgo), const SYS_SHMDT = 264
9153pkg syscall (darwin-amd64-cgo), const SYS_SHMGET = 265
9154pkg syscall (darwin-amd64-cgo), const SYS_SHMSYS = 253
9155pkg syscall (darwin-amd64-cgo), const SYS_SHM_OPEN = 266
9156pkg syscall (darwin-amd64-cgo), const SYS_SHM_UNLINK = 267
9157pkg syscall (darwin-amd64-cgo), const SYS_SHUTDOWN = 134
9158pkg syscall (darwin-amd64-cgo), const SYS_SIGACTION = 46
9159pkg syscall (darwin-amd64-cgo), const SYS_SIGALTSTACK = 53
9160pkg syscall (darwin-amd64-cgo), const SYS_SIGPENDING = 52
9161pkg syscall (darwin-amd64-cgo), const SYS_SIGPROCMASK = 48
9162pkg syscall (darwin-amd64-cgo), const SYS_SIGRETURN = 184
9163pkg syscall (darwin-amd64-cgo), const SYS_SIGSUSPEND = 111
9164pkg syscall (darwin-amd64-cgo), const SYS_SIGSUSPEND_NOCANCEL = 410
9165pkg syscall (darwin-amd64-cgo), const SYS_SOCKET = 97
9166pkg syscall (darwin-amd64-cgo), const SYS_SOCKETPAIR = 135
9167pkg syscall (darwin-amd64-cgo), const SYS_STACK_SNAPSHOT = 365
9168pkg syscall (darwin-amd64-cgo), const SYS_STAT = 188
9169pkg syscall (darwin-amd64-cgo), const SYS_STAT64 = 338
9170pkg syscall (darwin-amd64-cgo), const SYS_STAT64_EXTENDED = 341
9171pkg syscall (darwin-amd64-cgo), const SYS_STATFS = 157
9172pkg syscall (darwin-amd64-cgo), const SYS_STATFS64 = 345
9173pkg syscall (darwin-amd64-cgo), const SYS_STATV = 217
9174pkg syscall (darwin-amd64-cgo), const SYS_STAT_EXTENDED = 279
9175pkg syscall (darwin-amd64-cgo), const SYS_SWAPON = 85
9176pkg syscall (darwin-amd64-cgo), const SYS_SYMLINK = 57
9177pkg syscall (darwin-amd64-cgo), const SYS_SYNC = 36
9178pkg syscall (darwin-amd64-cgo), const SYS_SYSCALL = 0
9179pkg syscall (darwin-amd64-cgo), const SYS_THREAD_SELFID = 372
9180pkg syscall (darwin-amd64-cgo), const SYS_TRUNCATE = 200
9181pkg syscall (darwin-amd64-cgo), const SYS_UMASK = 60
9182pkg syscall (darwin-amd64-cgo), const SYS_UMASK_EXTENDED = 278
9183pkg syscall (darwin-amd64-cgo), const SYS_UNDELETE = 205
9184pkg syscall (darwin-amd64-cgo), const SYS_UNLINK = 10
9185pkg syscall (darwin-amd64-cgo), const SYS_UNMOUNT = 159
9186pkg syscall (darwin-amd64-cgo), const SYS_UTIMES = 138
9187pkg syscall (darwin-amd64-cgo), const SYS_VFORK = 66
9188pkg syscall (darwin-amd64-cgo), const SYS_VM_PRESSURE_MONITOR = 296
9189pkg syscall (darwin-amd64-cgo), const SYS_WAIT4 = 7
9190pkg syscall (darwin-amd64-cgo), const SYS_WAIT4_NOCANCEL = 400
9191pkg syscall (darwin-amd64-cgo), const SYS_WAITEVENT = 232
9192pkg syscall (darwin-amd64-cgo), const SYS_WAITID = 173
9193pkg syscall (darwin-amd64-cgo), const SYS_WAITID_NOCANCEL = 416
9194pkg syscall (darwin-amd64-cgo), const SYS_WATCHEVENT = 231
9195pkg syscall (darwin-amd64-cgo), const SYS_WORKQ_KERNRETURN = 368
9196pkg syscall (darwin-amd64-cgo), const SYS_WORKQ_OPEN = 367
9197pkg syscall (darwin-amd64-cgo), const SYS_WRITE = 4
9198pkg syscall (darwin-amd64-cgo), const SYS_WRITEV = 121
9199pkg syscall (darwin-amd64-cgo), const SYS_WRITEV_NOCANCEL = 412
9200pkg syscall (darwin-amd64-cgo), const SYS_WRITE_NOCANCEL = 397
9201pkg syscall (darwin-amd64-cgo), const SYS___DISABLE_THREADSIGNAL = 331
9202pkg syscall (darwin-amd64-cgo), const SYS___MAC_EXECVE = 380
9203pkg syscall (darwin-amd64-cgo), const SYS___MAC_GETFSSTAT = 426
9204pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_FD = 388
9205pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_FILE = 382
9206pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_LCID = 391
9207pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_LCTX = 392
9208pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_LINK = 384
9209pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_MOUNT = 425
9210pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_PID = 390
9211pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_PROC = 386
9212pkg syscall (darwin-amd64-cgo), const SYS___MAC_MOUNT = 424
9213pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_FD = 389
9214pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_FILE = 383
9215pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_LCTX = 393
9216pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_LINK = 385
9217pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_PROC = 387
9218pkg syscall (darwin-amd64-cgo), const SYS___MAC_SYSCALL = 381
9219pkg syscall (darwin-amd64-cgo), const SYS___OLD_SEMWAIT_SIGNAL = 370
9220pkg syscall (darwin-amd64-cgo), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371
9221pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_CANCELED = 333
9222pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_CHDIR = 348
9223pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_FCHDIR = 349
9224pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_KILL = 328
9225pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_MARKCANCEL = 332
9226pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_SIGMASK = 329
9227pkg syscall (darwin-amd64-cgo), const SYS___SEMWAIT_SIGNAL = 334
9228pkg syscall (darwin-amd64-cgo), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423
9229pkg syscall (darwin-amd64-cgo), const SYS___SIGWAIT = 330
9230pkg syscall (darwin-amd64-cgo), const SYS___SIGWAIT_NOCANCEL = 422
9231pkg syscall (darwin-amd64-cgo), const SYS___SYSCTL = 202
9232pkg syscall (darwin-amd64-cgo), const S_IEXEC = 64
9233pkg syscall (darwin-amd64-cgo), const S_IFMT = 61440
9234pkg syscall (darwin-amd64-cgo), const S_IFWHT = 57344
9235pkg syscall (darwin-amd64-cgo), const S_IREAD = 256
9236pkg syscall (darwin-amd64-cgo), const S_IRGRP = 32
9237pkg syscall (darwin-amd64-cgo), const S_IROTH = 4
9238pkg syscall (darwin-amd64-cgo), const S_IRWXG = 56
9239pkg syscall (darwin-amd64-cgo), const S_IRWXO = 7
9240pkg syscall (darwin-amd64-cgo), const S_IRWXU = 448
9241pkg syscall (darwin-amd64-cgo), const S_ISTXT = 512
9242pkg syscall (darwin-amd64-cgo), const S_IWGRP = 16
9243pkg syscall (darwin-amd64-cgo), const S_IWOTH = 2
9244pkg syscall (darwin-amd64-cgo), const S_IWRITE = 128
9245pkg syscall (darwin-amd64-cgo), const S_IXGRP = 8
9246pkg syscall (darwin-amd64-cgo), const S_IXOTH = 1
9247pkg syscall (darwin-amd64-cgo), const SizeofBpfHdr = 20
9248pkg syscall (darwin-amd64-cgo), const SizeofBpfInsn = 8
9249pkg syscall (darwin-amd64-cgo), const SizeofBpfProgram = 16
9250pkg syscall (darwin-amd64-cgo), const SizeofBpfStat = 8
9251pkg syscall (darwin-amd64-cgo), const SizeofBpfVersion = 4
9252pkg syscall (darwin-amd64-cgo), const SizeofCmsghdr = 12
9253pkg syscall (darwin-amd64-cgo), const SizeofIPMreq = 8
9254pkg syscall (darwin-amd64-cgo), const SizeofIPv6Mreq = 20
9255pkg syscall (darwin-amd64-cgo), const SizeofIfData = 96
9256pkg syscall (darwin-amd64-cgo), const SizeofIfMsghdr = 112
9257pkg syscall (darwin-amd64-cgo), const SizeofIfaMsghdr = 20
9258pkg syscall (darwin-amd64-cgo), const SizeofIfmaMsghdr = 16
9259pkg syscall (darwin-amd64-cgo), const SizeofIfmaMsghdr2 = 20
9260pkg syscall (darwin-amd64-cgo), const SizeofInet4Pktinfo = 12
9261pkg syscall (darwin-amd64-cgo), const SizeofInet4Pktinfo ideal-int
9262pkg syscall (darwin-amd64-cgo), const SizeofInet6Pktinfo = 20
9263pkg syscall (darwin-amd64-cgo), const SizeofLinger = 8
9264pkg syscall (darwin-amd64-cgo), const SizeofMsghdr = 48
9265pkg syscall (darwin-amd64-cgo), const SizeofRtMetrics = 56
9266pkg syscall (darwin-amd64-cgo), const SizeofRtMsghdr = 92
9267pkg syscall (darwin-amd64-cgo), const SizeofSockaddrAny = 108
9268pkg syscall (darwin-amd64-cgo), const SizeofSockaddrDatalink = 20
9269pkg syscall (darwin-amd64-cgo), const SizeofSockaddrInet4 = 16
9270pkg syscall (darwin-amd64-cgo), const SizeofSockaddrInet6 = 28
9271pkg syscall (darwin-amd64-cgo), const SizeofSockaddrUnix = 106
9272pkg syscall (darwin-amd64-cgo), const TCIFLUSH = 1
9273pkg syscall (darwin-amd64-cgo), const TCIFLUSH ideal-int
9274pkg syscall (darwin-amd64-cgo), const TCIOFLUSH = 3
9275pkg syscall (darwin-amd64-cgo), const TCIOFLUSH ideal-int
9276pkg syscall (darwin-amd64-cgo), const TCOFLUSH = 2
9277pkg syscall (darwin-amd64-cgo), const TCOFLUSH ideal-int
9278pkg syscall (darwin-amd64-cgo), const TCP_CONNECTIONTIMEOUT = 32
9279pkg syscall (darwin-amd64-cgo), const TCP_KEEPALIVE = 16
9280pkg syscall (darwin-amd64-cgo), const TCP_MAXHLEN = 60
9281pkg syscall (darwin-amd64-cgo), const TCP_MAXOLEN = 40
9282pkg syscall (darwin-amd64-cgo), const TCP_MAXSEG = 2
9283pkg syscall (darwin-amd64-cgo), const TCP_MAXWIN = 65535
9284pkg syscall (darwin-amd64-cgo), const TCP_MAX_SACK = 3
9285pkg syscall (darwin-amd64-cgo), const TCP_MAX_WINSHIFT = 14
9286pkg syscall (darwin-amd64-cgo), const TCP_MINMSS = 216
9287pkg syscall (darwin-amd64-cgo), const TCP_MINMSSOVERLOAD = 1000
9288pkg syscall (darwin-amd64-cgo), const TCP_MSS = 512
9289pkg syscall (darwin-amd64-cgo), const TCP_NOOPT = 8
9290pkg syscall (darwin-amd64-cgo), const TCP_NOPUSH = 4
9291pkg syscall (darwin-amd64-cgo), const TCP_RXT_CONNDROPTIME = 128
9292pkg syscall (darwin-amd64-cgo), const TCP_RXT_FINDROP = 256
9293pkg syscall (darwin-amd64-cgo), const TCSAFLUSH = 2
9294pkg syscall (darwin-amd64-cgo), const TCSAFLUSH ideal-int
9295pkg syscall (darwin-amd64-cgo), const TIOCCBRK = 536900730
9296pkg syscall (darwin-amd64-cgo), const TIOCCDTR = 536900728
9297pkg syscall (darwin-amd64-cgo), const TIOCCONS = 2147775586
9298pkg syscall (darwin-amd64-cgo), const TIOCDCDTIMESTAMP = 1074820184
9299pkg syscall (darwin-amd64-cgo), const TIOCDRAIN = 536900702
9300pkg syscall (darwin-amd64-cgo), const TIOCDSIMICROCODE = 536900693
9301pkg syscall (darwin-amd64-cgo), const TIOCEXCL = 536900621
9302pkg syscall (darwin-amd64-cgo), const TIOCEXT = 2147775584
9303pkg syscall (darwin-amd64-cgo), const TIOCFLUSH = 2147775504
9304pkg syscall (darwin-amd64-cgo), const TIOCGDRAINWAIT = 1074033750
9305pkg syscall (darwin-amd64-cgo), const TIOCGETA = 1078490131
9306pkg syscall (darwin-amd64-cgo), const TIOCGETD = 1074033690
9307pkg syscall (darwin-amd64-cgo), const TIOCGPGRP = 1074033783
9308pkg syscall (darwin-amd64-cgo), const TIOCGWINSZ = 1074295912
9309pkg syscall (darwin-amd64-cgo), const TIOCIXOFF = 536900736
9310pkg syscall (darwin-amd64-cgo), const TIOCIXON = 536900737
9311pkg syscall (darwin-amd64-cgo), const TIOCMBIC = 2147775595
9312pkg syscall (darwin-amd64-cgo), const TIOCMBIS = 2147775596
9313pkg syscall (darwin-amd64-cgo), const TIOCMGDTRWAIT = 1074033754
9314pkg syscall (darwin-amd64-cgo), const TIOCMGET = 1074033770
9315pkg syscall (darwin-amd64-cgo), const TIOCMODG = 1074033667
9316pkg syscall (darwin-amd64-cgo), const TIOCMODS = 2147775492
9317pkg syscall (darwin-amd64-cgo), const TIOCMSDTRWAIT = 2147775579
9318pkg syscall (darwin-amd64-cgo), const TIOCMSET = 2147775597
9319pkg syscall (darwin-amd64-cgo), const TIOCM_CAR = 64
9320pkg syscall (darwin-amd64-cgo), const TIOCM_CD = 64
9321pkg syscall (darwin-amd64-cgo), const TIOCM_CTS = 32
9322pkg syscall (darwin-amd64-cgo), const TIOCM_DSR = 256
9323pkg syscall (darwin-amd64-cgo), const TIOCM_DTR = 2
9324pkg syscall (darwin-amd64-cgo), const TIOCM_LE = 1
9325pkg syscall (darwin-amd64-cgo), const TIOCM_RI = 128
9326pkg syscall (darwin-amd64-cgo), const TIOCM_RNG = 128
9327pkg syscall (darwin-amd64-cgo), const TIOCM_RTS = 4
9328pkg syscall (darwin-amd64-cgo), const TIOCM_SR = 16
9329pkg syscall (darwin-amd64-cgo), const TIOCM_ST = 8
9330pkg syscall (darwin-amd64-cgo), const TIOCNOTTY = 536900721
9331pkg syscall (darwin-amd64-cgo), const TIOCNXCL = 536900622
9332pkg syscall (darwin-amd64-cgo), const TIOCOUTQ = 1074033779
9333pkg syscall (darwin-amd64-cgo), const TIOCPKT = 2147775600
9334pkg syscall (darwin-amd64-cgo), const TIOCPKT_DATA = 0
9335pkg syscall (darwin-amd64-cgo), const TIOCPKT_DOSTOP = 32
9336pkg syscall (darwin-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
9337pkg syscall (darwin-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
9338pkg syscall (darwin-amd64-cgo), const TIOCPKT_IOCTL = 64
9339pkg syscall (darwin-amd64-cgo), const TIOCPKT_NOSTOP = 16
9340pkg syscall (darwin-amd64-cgo), const TIOCPKT_START = 8
9341pkg syscall (darwin-amd64-cgo), const TIOCPKT_STOP = 4
9342pkg syscall (darwin-amd64-cgo), const TIOCPTYGNAME = 1082160211
9343pkg syscall (darwin-amd64-cgo), const TIOCPTYGRANT = 536900692
9344pkg syscall (darwin-amd64-cgo), const TIOCPTYUNLK = 536900690
9345pkg syscall (darwin-amd64-cgo), const TIOCREMOTE = 2147775593
9346pkg syscall (darwin-amd64-cgo), const TIOCSBRK = 536900731
9347pkg syscall (darwin-amd64-cgo), const TIOCSCONS = 536900707
9348pkg syscall (darwin-amd64-cgo), const TIOCSCTTY = 536900705
9349pkg syscall (darwin-amd64-cgo), const TIOCSDRAINWAIT = 2147775575
9350pkg syscall (darwin-amd64-cgo), const TIOCSDTR = 536900729
9351pkg syscall (darwin-amd64-cgo), const TIOCSETA = 2152231956
9352pkg syscall (darwin-amd64-cgo), const TIOCSETAF = 2152231958
9353pkg syscall (darwin-amd64-cgo), const TIOCSETAW = 2152231957
9354pkg syscall (darwin-amd64-cgo), const TIOCSETD = 2147775515
9355pkg syscall (darwin-amd64-cgo), const TIOCSIG = 536900703
9356pkg syscall (darwin-amd64-cgo), const TIOCSPGRP = 2147775606
9357pkg syscall (darwin-amd64-cgo), const TIOCSTART = 536900718
9358pkg syscall (darwin-amd64-cgo), const TIOCSTAT = 536900709
9359pkg syscall (darwin-amd64-cgo), const TIOCSTI = 2147578994
9360pkg syscall (darwin-amd64-cgo), const TIOCSTOP = 536900719
9361pkg syscall (darwin-amd64-cgo), const TIOCSWINSZ = 2148037735
9362pkg syscall (darwin-amd64-cgo), const TIOCTIMESTAMP = 1074820185
9363pkg syscall (darwin-amd64-cgo), const TIOCUCNTL = 2147775590
9364pkg syscall (darwin-amd64-cgo), const TOSTOP = 4194304
9365pkg syscall (darwin-amd64-cgo), const TOSTOP ideal-int
9366pkg syscall (darwin-amd64-cgo), const VDISCARD = 15
9367pkg syscall (darwin-amd64-cgo), const VDISCARD ideal-int
9368pkg syscall (darwin-amd64-cgo), const VDSUSP = 11
9369pkg syscall (darwin-amd64-cgo), const VDSUSP ideal-int
9370pkg syscall (darwin-amd64-cgo), const VEOF = 0
9371pkg syscall (darwin-amd64-cgo), const VEOF ideal-int
9372pkg syscall (darwin-amd64-cgo), const VEOL = 1
9373pkg syscall (darwin-amd64-cgo), const VEOL ideal-int
9374pkg syscall (darwin-amd64-cgo), const VEOL2 = 2
9375pkg syscall (darwin-amd64-cgo), const VEOL2 ideal-int
9376pkg syscall (darwin-amd64-cgo), const VERASE = 3
9377pkg syscall (darwin-amd64-cgo), const VERASE ideal-int
9378pkg syscall (darwin-amd64-cgo), const VINTR = 8
9379pkg syscall (darwin-amd64-cgo), const VINTR ideal-int
9380pkg syscall (darwin-amd64-cgo), const VKILL = 5
9381pkg syscall (darwin-amd64-cgo), const VKILL ideal-int
9382pkg syscall (darwin-amd64-cgo), const VLNEXT = 14
9383pkg syscall (darwin-amd64-cgo), const VLNEXT ideal-int
9384pkg syscall (darwin-amd64-cgo), const VMIN = 16
9385pkg syscall (darwin-amd64-cgo), const VMIN ideal-int
9386pkg syscall (darwin-amd64-cgo), const VQUIT = 9
9387pkg syscall (darwin-amd64-cgo), const VQUIT ideal-int
9388pkg syscall (darwin-amd64-cgo), const VREPRINT = 6
9389pkg syscall (darwin-amd64-cgo), const VREPRINT ideal-int
9390pkg syscall (darwin-amd64-cgo), const VSTART = 12
9391pkg syscall (darwin-amd64-cgo), const VSTART ideal-int
9392pkg syscall (darwin-amd64-cgo), const VSTATUS = 18
9393pkg syscall (darwin-amd64-cgo), const VSTATUS ideal-int
9394pkg syscall (darwin-amd64-cgo), const VSTOP = 13
9395pkg syscall (darwin-amd64-cgo), const VSTOP ideal-int
9396pkg syscall (darwin-amd64-cgo), const VSUSP = 10
9397pkg syscall (darwin-amd64-cgo), const VSUSP ideal-int
9398pkg syscall (darwin-amd64-cgo), const VT0 = 0
9399pkg syscall (darwin-amd64-cgo), const VT0 ideal-int
9400pkg syscall (darwin-amd64-cgo), const VT1 = 65536
9401pkg syscall (darwin-amd64-cgo), const VT1 ideal-int
9402pkg syscall (darwin-amd64-cgo), const VTDLY = 65536
9403pkg syscall (darwin-amd64-cgo), const VTDLY ideal-int
9404pkg syscall (darwin-amd64-cgo), const VTIME = 17
9405pkg syscall (darwin-amd64-cgo), const VTIME ideal-int
9406pkg syscall (darwin-amd64-cgo), const VWERASE = 4
9407pkg syscall (darwin-amd64-cgo), const VWERASE ideal-int
9408pkg syscall (darwin-amd64-cgo), const WCONTINUED = 16
9409pkg syscall (darwin-amd64-cgo), const WCOREFLAG = 128
9410pkg syscall (darwin-amd64-cgo), const WEXITED = 4
9411pkg syscall (darwin-amd64-cgo), const WNOHANG = 1
9412pkg syscall (darwin-amd64-cgo), const WNOWAIT = 32
9413pkg syscall (darwin-amd64-cgo), const WORDSIZE = 64
9414pkg syscall (darwin-amd64-cgo), const WSTOPPED = 8
9415pkg syscall (darwin-amd64-cgo), const WUNTRACED = 2
9416pkg syscall (darwin-amd64-cgo), func Fchflags(int, int) error
9417pkg syscall (darwin-amd64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error)
9418pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct
9419pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct, Addr [4]uint8
9420pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct, Ifindex uint32
9421pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct, Spec_dst [4]uint8
9422pkg syscall (darwin-amd64-cgo), type Termios struct
9423pkg syscall (darwin-amd64-cgo), type Termios struct, Cc [20]uint8
9424pkg syscall (darwin-amd64-cgo), type Termios struct, Cflag uint64
9425pkg syscall (darwin-amd64-cgo), type Termios struct, Iflag uint64
9426pkg syscall (darwin-amd64-cgo), type Termios struct, Ispeed uint64
9427pkg syscall (darwin-amd64-cgo), type Termios struct, Lflag uint64
9428pkg syscall (darwin-amd64-cgo), type Termios struct, Oflag uint64
9429pkg syscall (darwin-amd64-cgo), type Termios struct, Ospeed uint64
9430pkg syscall (darwin-amd64-cgo), type Termios struct, Pad_cgo_0 [4]uint8
9431pkg syscall (freebsd-386), const AF_APPLETALK = 16
9432pkg syscall (freebsd-386), const AF_ARP = 35
9433pkg syscall (freebsd-386), const AF_ATM = 30
9434pkg syscall (freebsd-386), const AF_BLUETOOTH = 36
9435pkg syscall (freebsd-386), const AF_CCITT = 10
9436pkg syscall (freebsd-386), const AF_CHAOS = 5
9437pkg syscall (freebsd-386), const AF_CNT = 21
9438pkg syscall (freebsd-386), const AF_COIP = 20
9439pkg syscall (freebsd-386), const AF_DATAKIT = 9
9440pkg syscall (freebsd-386), const AF_DECnet = 12
9441pkg syscall (freebsd-386), const AF_DLI = 13
9442pkg syscall (freebsd-386), const AF_E164 = 26
9443pkg syscall (freebsd-386), const AF_ECMA = 8
9444pkg syscall (freebsd-386), const AF_HYLINK = 15
9445pkg syscall (freebsd-386), const AF_IEEE80211 = 37
9446pkg syscall (freebsd-386), const AF_IMPLINK = 3
9447pkg syscall (freebsd-386), const AF_INET6 = 28
9448pkg syscall (freebsd-386), const AF_IPX = 23
9449pkg syscall (freebsd-386), const AF_ISDN = 26
9450pkg syscall (freebsd-386), const AF_ISO = 7
9451pkg syscall (freebsd-386), const AF_LAT = 14
9452pkg syscall (freebsd-386), const AF_LINK = 18
9453pkg syscall (freebsd-386), const AF_LOCAL = 1
9454pkg syscall (freebsd-386), const AF_MAX = 38
9455pkg syscall (freebsd-386), const AF_NATM = 29
9456pkg syscall (freebsd-386), const AF_NETBIOS = 6
9457pkg syscall (freebsd-386), const AF_NETGRAPH = 32
9458pkg syscall (freebsd-386), const AF_OSI = 7
9459pkg syscall (freebsd-386), const AF_PUP = 4
9460pkg syscall (freebsd-386), const AF_ROUTE = 17
9461pkg syscall (freebsd-386), const AF_SCLUSTER = 34
9462pkg syscall (freebsd-386), const AF_SIP = 24
9463pkg syscall (freebsd-386), const AF_SLOW = 33
9464pkg syscall (freebsd-386), const AF_SNA = 11
9465pkg syscall (freebsd-386), const AF_VENDOR00 = 39
9466pkg syscall (freebsd-386), const AF_VENDOR01 = 41
9467pkg syscall (freebsd-386), const AF_VENDOR02 = 43
9468pkg syscall (freebsd-386), const AF_VENDOR03 = 45
9469pkg syscall (freebsd-386), const AF_VENDOR04 = 47
9470pkg syscall (freebsd-386), const AF_VENDOR05 = 49
9471pkg syscall (freebsd-386), const AF_VENDOR06 = 51
9472pkg syscall (freebsd-386), const AF_VENDOR07 = 53
9473pkg syscall (freebsd-386), const AF_VENDOR08 = 55
9474pkg syscall (freebsd-386), const AF_VENDOR09 = 57
9475pkg syscall (freebsd-386), const AF_VENDOR10 = 59
9476pkg syscall (freebsd-386), const AF_VENDOR11 = 61
9477pkg syscall (freebsd-386), const AF_VENDOR12 = 63
9478pkg syscall (freebsd-386), const AF_VENDOR13 = 65
9479pkg syscall (freebsd-386), const AF_VENDOR14 = 67
9480pkg syscall (freebsd-386), const AF_VENDOR15 = 69
9481pkg syscall (freebsd-386), const AF_VENDOR16 = 71
9482pkg syscall (freebsd-386), const AF_VENDOR17 = 73
9483pkg syscall (freebsd-386), const AF_VENDOR18 = 75
9484pkg syscall (freebsd-386), const AF_VENDOR19 = 77
9485pkg syscall (freebsd-386), const AF_VENDOR20 = 79
9486pkg syscall (freebsd-386), const AF_VENDOR21 = 81
9487pkg syscall (freebsd-386), const AF_VENDOR22 = 83
9488pkg syscall (freebsd-386), const AF_VENDOR23 = 85
9489pkg syscall (freebsd-386), const AF_VENDOR24 = 87
9490pkg syscall (freebsd-386), const AF_VENDOR25 = 89
9491pkg syscall (freebsd-386), const AF_VENDOR26 = 91
9492pkg syscall (freebsd-386), const AF_VENDOR27 = 93
9493pkg syscall (freebsd-386), const AF_VENDOR28 = 95
9494pkg syscall (freebsd-386), const AF_VENDOR29 = 97
9495pkg syscall (freebsd-386), const AF_VENDOR30 = 99
9496pkg syscall (freebsd-386), const AF_VENDOR31 = 101
9497pkg syscall (freebsd-386), const AF_VENDOR32 = 103
9498pkg syscall (freebsd-386), const AF_VENDOR33 = 105
9499pkg syscall (freebsd-386), const AF_VENDOR34 = 107
9500pkg syscall (freebsd-386), const AF_VENDOR35 = 109
9501pkg syscall (freebsd-386), const AF_VENDOR36 = 111
9502pkg syscall (freebsd-386), const AF_VENDOR37 = 113
9503pkg syscall (freebsd-386), const AF_VENDOR38 = 115
9504pkg syscall (freebsd-386), const AF_VENDOR39 = 117
9505pkg syscall (freebsd-386), const AF_VENDOR40 = 119
9506pkg syscall (freebsd-386), const AF_VENDOR41 = 121
9507pkg syscall (freebsd-386), const AF_VENDOR42 = 123
9508pkg syscall (freebsd-386), const AF_VENDOR43 = 125
9509pkg syscall (freebsd-386), const AF_VENDOR44 = 127
9510pkg syscall (freebsd-386), const AF_VENDOR45 = 129
9511pkg syscall (freebsd-386), const AF_VENDOR46 = 131
9512pkg syscall (freebsd-386), const AF_VENDOR47 = 133
9513pkg syscall (freebsd-386), const B0 = 0
9514pkg syscall (freebsd-386), const B0 ideal-int
9515pkg syscall (freebsd-386), const B110 = 110
9516pkg syscall (freebsd-386), const B110 ideal-int
9517pkg syscall (freebsd-386), const B115200 = 115200
9518pkg syscall (freebsd-386), const B115200 ideal-int
9519pkg syscall (freebsd-386), const B1200 = 1200
9520pkg syscall (freebsd-386), const B1200 ideal-int
9521pkg syscall (freebsd-386), const B134 = 134
9522pkg syscall (freebsd-386), const B134 ideal-int
9523pkg syscall (freebsd-386), const B14400 = 14400
9524pkg syscall (freebsd-386), const B14400 ideal-int
9525pkg syscall (freebsd-386), const B150 = 150
9526pkg syscall (freebsd-386), const B150 ideal-int
9527pkg syscall (freebsd-386), const B1800 = 1800
9528pkg syscall (freebsd-386), const B1800 ideal-int
9529pkg syscall (freebsd-386), const B19200 = 19200
9530pkg syscall (freebsd-386), const B19200 ideal-int
9531pkg syscall (freebsd-386), const B200 = 200
9532pkg syscall (freebsd-386), const B200 ideal-int
9533pkg syscall (freebsd-386), const B230400 = 230400
9534pkg syscall (freebsd-386), const B230400 ideal-int
9535pkg syscall (freebsd-386), const B2400 = 2400
9536pkg syscall (freebsd-386), const B2400 ideal-int
9537pkg syscall (freebsd-386), const B28800 = 28800
9538pkg syscall (freebsd-386), const B28800 ideal-int
9539pkg syscall (freebsd-386), const B300 = 300
9540pkg syscall (freebsd-386), const B300 ideal-int
9541pkg syscall (freebsd-386), const B38400 = 38400
9542pkg syscall (freebsd-386), const B38400 ideal-int
9543pkg syscall (freebsd-386), const B460800 = 460800
9544pkg syscall (freebsd-386), const B460800 ideal-int
9545pkg syscall (freebsd-386), const B4800 = 4800
9546pkg syscall (freebsd-386), const B4800 ideal-int
9547pkg syscall (freebsd-386), const B50 = 50
9548pkg syscall (freebsd-386), const B50 ideal-int
9549pkg syscall (freebsd-386), const B57600 = 57600
9550pkg syscall (freebsd-386), const B57600 ideal-int
9551pkg syscall (freebsd-386), const B600 = 600
9552pkg syscall (freebsd-386), const B600 ideal-int
9553pkg syscall (freebsd-386), const B7200 = 7200
9554pkg syscall (freebsd-386), const B7200 ideal-int
9555pkg syscall (freebsd-386), const B75 = 75
9556pkg syscall (freebsd-386), const B75 ideal-int
9557pkg syscall (freebsd-386), const B76800 = 76800
9558pkg syscall (freebsd-386), const B76800 ideal-int
9559pkg syscall (freebsd-386), const B921600 = 921600
9560pkg syscall (freebsd-386), const B921600 ideal-int
9561pkg syscall (freebsd-386), const B9600 = 9600
9562pkg syscall (freebsd-386), const B9600 ideal-int
9563pkg syscall (freebsd-386), const BIOCFEEDBACK = 2147762812
9564pkg syscall (freebsd-386), const BIOCFLUSH = 536887912
9565pkg syscall (freebsd-386), const BIOCGBLEN = 1074020966
9566pkg syscall (freebsd-386), const BIOCGDIRECTION = 1074020982
9567pkg syscall (freebsd-386), const BIOCGDLT = 1074020970
9568pkg syscall (freebsd-386), const BIOCGDLTLIST = 3221766777
9569pkg syscall (freebsd-386), const BIOCGETBUFMODE = 1074020989
9570pkg syscall (freebsd-386), const BIOCGETIF = 1075855979
9571pkg syscall (freebsd-386), const BIOCGETZMAX = 1074020991
9572pkg syscall (freebsd-386), const BIOCGHDRCMPLT = 1074020980
9573pkg syscall (freebsd-386), const BIOCGRSIG = 1074020978
9574pkg syscall (freebsd-386), const BIOCGRTIMEOUT = 1074283118
9575pkg syscall (freebsd-386), const BIOCGSEESENT = 1074020982
9576pkg syscall (freebsd-386), const BIOCGSTATS = 1074283119
9577pkg syscall (freebsd-386), const BIOCGTSTAMP = 1074020995
9578pkg syscall (freebsd-386), const BIOCGTSTAMP ideal-int
9579pkg syscall (freebsd-386), const BIOCIMMEDIATE = 2147762800
9580pkg syscall (freebsd-386), const BIOCLOCK = 536887930
9581pkg syscall (freebsd-386), const BIOCPROMISC = 536887913
9582pkg syscall (freebsd-386), const BIOCROTZBUF = 1074545280
9583pkg syscall (freebsd-386), const BIOCSBLEN = 3221504614
9584pkg syscall (freebsd-386), const BIOCSDIRECTION = 2147762807
9585pkg syscall (freebsd-386), const BIOCSDLT = 2147762808
9586pkg syscall (freebsd-386), const BIOCSETBUFMODE = 2147762814
9587pkg syscall (freebsd-386), const BIOCSETF = 2148024935
9588pkg syscall (freebsd-386), const BIOCSETFNR = 2148024962
9589pkg syscall (freebsd-386), const BIOCSETIF = 2149597804
9590pkg syscall (freebsd-386), const BIOCSETWF = 2148024955
9591pkg syscall (freebsd-386), const BIOCSETZBUF = 2148287105
9592pkg syscall (freebsd-386), const BIOCSHDRCMPLT = 2147762805
9593pkg syscall (freebsd-386), const BIOCSRSIG = 2147762803
9594pkg syscall (freebsd-386), const BIOCSRTIMEOUT = 2148024941
9595pkg syscall (freebsd-386), const BIOCSSEESENT = 2147762807
9596pkg syscall (freebsd-386), const BIOCSTSTAMP = 2147762820
9597pkg syscall (freebsd-386), const BIOCSTSTAMP ideal-int
9598pkg syscall (freebsd-386), const BIOCVERSION = 1074020977
9599pkg syscall (freebsd-386), const BPF_A = 16
9600pkg syscall (freebsd-386), const BPF_ABS = 32
9601pkg syscall (freebsd-386), const BPF_ADD = 0
9602pkg syscall (freebsd-386), const BPF_ALIGNMENT = 4
9603pkg syscall (freebsd-386), const BPF_ALU = 4
9604pkg syscall (freebsd-386), const BPF_AND = 80
9605pkg syscall (freebsd-386), const BPF_B = 16
9606pkg syscall (freebsd-386), const BPF_BUFMODE_BUFFER = 1
9607pkg syscall (freebsd-386), const BPF_BUFMODE_ZBUF = 2
9608pkg syscall (freebsd-386), const BPF_DIV = 48
9609pkg syscall (freebsd-386), const BPF_H = 8
9610pkg syscall (freebsd-386), const BPF_IMM = 0
9611pkg syscall (freebsd-386), const BPF_IND = 64
9612pkg syscall (freebsd-386), const BPF_JA = 0
9613pkg syscall (freebsd-386), const BPF_JEQ = 16
9614pkg syscall (freebsd-386), const BPF_JGE = 48
9615pkg syscall (freebsd-386), const BPF_JGT = 32
9616pkg syscall (freebsd-386), const BPF_JMP = 5
9617pkg syscall (freebsd-386), const BPF_JSET = 64
9618pkg syscall (freebsd-386), const BPF_K = 0
9619pkg syscall (freebsd-386), const BPF_LD = 0
9620pkg syscall (freebsd-386), const BPF_LDX = 1
9621pkg syscall (freebsd-386), const BPF_LEN = 128
9622pkg syscall (freebsd-386), const BPF_LSH = 96
9623pkg syscall (freebsd-386), const BPF_MAJOR_VERSION = 1
9624pkg syscall (freebsd-386), const BPF_MAXBUFSIZE = 524288
9625pkg syscall (freebsd-386), const BPF_MAXINSNS = 512
9626pkg syscall (freebsd-386), const BPF_MEM = 96
9627pkg syscall (freebsd-386), const BPF_MEMWORDS = 16
9628pkg syscall (freebsd-386), const BPF_MINBUFSIZE = 32
9629pkg syscall (freebsd-386), const BPF_MINOR_VERSION = 1
9630pkg syscall (freebsd-386), const BPF_MISC = 7
9631pkg syscall (freebsd-386), const BPF_MSH = 160
9632pkg syscall (freebsd-386), const BPF_MUL = 32
9633pkg syscall (freebsd-386), const BPF_NEG = 128
9634pkg syscall (freebsd-386), const BPF_OR = 64
9635pkg syscall (freebsd-386), const BPF_RELEASE = 199606
9636pkg syscall (freebsd-386), const BPF_RET = 6
9637pkg syscall (freebsd-386), const BPF_RSH = 112
9638pkg syscall (freebsd-386), const BPF_ST = 2
9639pkg syscall (freebsd-386), const BPF_STX = 3
9640pkg syscall (freebsd-386), const BPF_SUB = 16
9641pkg syscall (freebsd-386), const BPF_TAX = 0
9642pkg syscall (freebsd-386), const BPF_TXA = 128
9643pkg syscall (freebsd-386), const BPF_T_BINTIME = 2
9644pkg syscall (freebsd-386), const BPF_T_BINTIME ideal-int
9645pkg syscall (freebsd-386), const BPF_T_BINTIME_FAST = 258
9646pkg syscall (freebsd-386), const BPF_T_BINTIME_FAST ideal-int
9647pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC = 514
9648pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC ideal-int
9649pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC_FAST = 770
9650pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int
9651pkg syscall (freebsd-386), const BPF_T_FAST = 256
9652pkg syscall (freebsd-386), const BPF_T_FAST ideal-int
9653pkg syscall (freebsd-386), const BPF_T_FLAG_MASK = 768
9654pkg syscall (freebsd-386), const BPF_T_FLAG_MASK ideal-int
9655pkg syscall (freebsd-386), const BPF_T_FORMAT_MASK = 3
9656pkg syscall (freebsd-386), const BPF_T_FORMAT_MASK ideal-int
9657pkg syscall (freebsd-386), const BPF_T_MICROTIME = 0
9658pkg syscall (freebsd-386), const BPF_T_MICROTIME ideal-int
9659pkg syscall (freebsd-386), const BPF_T_MICROTIME_FAST = 256
9660pkg syscall (freebsd-386), const BPF_T_MICROTIME_FAST ideal-int
9661pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC = 512
9662pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC ideal-int
9663pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
9664pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int
9665pkg syscall (freebsd-386), const BPF_T_MONOTONIC = 512
9666pkg syscall (freebsd-386), const BPF_T_MONOTONIC ideal-int
9667pkg syscall (freebsd-386), const BPF_T_MONOTONIC_FAST = 768
9668pkg syscall (freebsd-386), const BPF_T_MONOTONIC_FAST ideal-int
9669pkg syscall (freebsd-386), const BPF_T_NANOTIME = 1
9670pkg syscall (freebsd-386), const BPF_T_NANOTIME ideal-int
9671pkg syscall (freebsd-386), const BPF_T_NANOTIME_FAST = 257
9672pkg syscall (freebsd-386), const BPF_T_NANOTIME_FAST ideal-int
9673pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC = 513
9674pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC ideal-int
9675pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
9676pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int
9677pkg syscall (freebsd-386), const BPF_T_NONE = 3
9678pkg syscall (freebsd-386), const BPF_T_NONE ideal-int
9679pkg syscall (freebsd-386), const BPF_T_NORMAL = 0
9680pkg syscall (freebsd-386), const BPF_T_NORMAL ideal-int
9681pkg syscall (freebsd-386), const BPF_W = 0
9682pkg syscall (freebsd-386), const BPF_X = 8
9683pkg syscall (freebsd-386), const BRKINT = 2
9684pkg syscall (freebsd-386), const BRKINT ideal-int
9685pkg syscall (freebsd-386), const CFLUSH = 15
9686pkg syscall (freebsd-386), const CFLUSH ideal-int
9687pkg syscall (freebsd-386), const CLOCAL = 32768
9688pkg syscall (freebsd-386), const CLOCAL ideal-int
9689pkg syscall (freebsd-386), const CREAD = 2048
9690pkg syscall (freebsd-386), const CREAD ideal-int
9691pkg syscall (freebsd-386), const CS5 = 0
9692pkg syscall (freebsd-386), const CS5 ideal-int
9693pkg syscall (freebsd-386), const CS6 = 256
9694pkg syscall (freebsd-386), const CS6 ideal-int
9695pkg syscall (freebsd-386), const CS7 = 512
9696pkg syscall (freebsd-386), const CS7 ideal-int
9697pkg syscall (freebsd-386), const CS8 = 768
9698pkg syscall (freebsd-386), const CS8 ideal-int
9699pkg syscall (freebsd-386), const CSIZE = 768
9700pkg syscall (freebsd-386), const CSIZE ideal-int
9701pkg syscall (freebsd-386), const CSTART = 17
9702pkg syscall (freebsd-386), const CSTART ideal-int
9703pkg syscall (freebsd-386), const CSTATUS = 20
9704pkg syscall (freebsd-386), const CSTATUS ideal-int
9705pkg syscall (freebsd-386), const CSTOP = 19
9706pkg syscall (freebsd-386), const CSTOP ideal-int
9707pkg syscall (freebsd-386), const CSTOPB = 1024
9708pkg syscall (freebsd-386), const CSTOPB ideal-int
9709pkg syscall (freebsd-386), const CSUSP = 26
9710pkg syscall (freebsd-386), const CSUSP ideal-int
9711pkg syscall (freebsd-386), const CTL_MAXNAME = 24
9712pkg syscall (freebsd-386), const CTL_NET = 4
9713pkg syscall (freebsd-386), const DLT_A429 = 184
9714pkg syscall (freebsd-386), const DLT_A653_ICM = 185
9715pkg syscall (freebsd-386), const DLT_AIRONET_HEADER = 120
9716pkg syscall (freebsd-386), const DLT_AOS = 222
9717pkg syscall (freebsd-386), const DLT_AOS ideal-int
9718pkg syscall (freebsd-386), const DLT_APPLE_IP_OVER_IEEE1394 = 138
9719pkg syscall (freebsd-386), const DLT_ARCNET = 7
9720pkg syscall (freebsd-386), const DLT_ARCNET_LINUX = 129
9721pkg syscall (freebsd-386), const DLT_ATM_CLIP = 19
9722pkg syscall (freebsd-386), const DLT_ATM_RFC1483 = 11
9723pkg syscall (freebsd-386), const DLT_AURORA = 126
9724pkg syscall (freebsd-386), const DLT_AX25 = 3
9725pkg syscall (freebsd-386), const DLT_AX25_KISS = 202
9726pkg syscall (freebsd-386), const DLT_BACNET_MS_TP = 165
9727pkg syscall (freebsd-386), const DLT_BLUETOOTH_HCI_H4 = 187
9728pkg syscall (freebsd-386), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
9729pkg syscall (freebsd-386), const DLT_CAN20B = 190
9730pkg syscall (freebsd-386), const DLT_CAN_SOCKETCAN = 227
9731pkg syscall (freebsd-386), const DLT_CAN_SOCKETCAN ideal-int
9732pkg syscall (freebsd-386), const DLT_CHAOS = 5
9733pkg syscall (freebsd-386), const DLT_CHDLC = 104
9734pkg syscall (freebsd-386), const DLT_CISCO_IOS = 118
9735pkg syscall (freebsd-386), const DLT_C_HDLC = 104
9736pkg syscall (freebsd-386), const DLT_C_HDLC_WITH_DIR = 205
9737pkg syscall (freebsd-386), const DLT_DBUS = 231
9738pkg syscall (freebsd-386), const DLT_DBUS ideal-int
9739pkg syscall (freebsd-386), const DLT_DECT = 221
9740pkg syscall (freebsd-386), const DLT_DECT ideal-int
9741pkg syscall (freebsd-386), const DLT_DOCSIS = 143
9742pkg syscall (freebsd-386), const DLT_DVB_CI = 235
9743pkg syscall (freebsd-386), const DLT_DVB_CI ideal-int
9744pkg syscall (freebsd-386), const DLT_ECONET = 115
9745pkg syscall (freebsd-386), const DLT_EN10MB = 1
9746pkg syscall (freebsd-386), const DLT_EN3MB = 2
9747pkg syscall (freebsd-386), const DLT_ENC = 109
9748pkg syscall (freebsd-386), const DLT_ERF = 197
9749pkg syscall (freebsd-386), const DLT_ERF_ETH = 175
9750pkg syscall (freebsd-386), const DLT_ERF_POS = 176
9751pkg syscall (freebsd-386), const DLT_FC_2 = 224
9752pkg syscall (freebsd-386), const DLT_FC_2 ideal-int
9753pkg syscall (freebsd-386), const DLT_FC_2_WITH_FRAME_DELIMS = 225
9754pkg syscall (freebsd-386), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int
9755pkg syscall (freebsd-386), const DLT_FDDI = 10
9756pkg syscall (freebsd-386), const DLT_FLEXRAY = 210
9757pkg syscall (freebsd-386), const DLT_FRELAY = 107
9758pkg syscall (freebsd-386), const DLT_FRELAY_WITH_DIR = 206
9759pkg syscall (freebsd-386), const DLT_GCOM_SERIAL = 173
9760pkg syscall (freebsd-386), const DLT_GCOM_T1E1 = 172
9761pkg syscall (freebsd-386), const DLT_GPF_F = 171
9762pkg syscall (freebsd-386), const DLT_GPF_T = 170
9763pkg syscall (freebsd-386), const DLT_GPRS_LLC = 169
9764pkg syscall (freebsd-386), const DLT_GSMTAP_ABIS = 218
9765pkg syscall (freebsd-386), const DLT_GSMTAP_ABIS ideal-int
9766pkg syscall (freebsd-386), const DLT_GSMTAP_UM = 217
9767pkg syscall (freebsd-386), const DLT_GSMTAP_UM ideal-int
9768pkg syscall (freebsd-386), const DLT_HHDLC = 121
9769pkg syscall (freebsd-386), const DLT_IBM_SN = 146
9770pkg syscall (freebsd-386), const DLT_IBM_SP = 145
9771pkg syscall (freebsd-386), const DLT_IEEE802 = 6
9772pkg syscall (freebsd-386), const DLT_IEEE802_11 = 105
9773pkg syscall (freebsd-386), const DLT_IEEE802_11_RADIO = 127
9774pkg syscall (freebsd-386), const DLT_IEEE802_11_RADIO_AVS = 163
9775pkg syscall (freebsd-386), const DLT_IEEE802_15_4 = 195
9776pkg syscall (freebsd-386), const DLT_IEEE802_15_4_LINUX = 191
9777pkg syscall (freebsd-386), const DLT_IEEE802_15_4_NOFCS = 230
9778pkg syscall (freebsd-386), const DLT_IEEE802_15_4_NOFCS ideal-int
9779pkg syscall (freebsd-386), const DLT_IEEE802_15_4_NONASK_PHY = 215
9780pkg syscall (freebsd-386), const DLT_IEEE802_16_MAC_CPS = 188
9781pkg syscall (freebsd-386), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
9782pkg syscall (freebsd-386), const DLT_IPFILTER = 116
9783pkg syscall (freebsd-386), const DLT_IPMB = 199
9784pkg syscall (freebsd-386), const DLT_IPMB_LINUX = 209
9785pkg syscall (freebsd-386), const DLT_IPNET = 226
9786pkg syscall (freebsd-386), const DLT_IPNET ideal-int
9787pkg syscall (freebsd-386), const DLT_IPOIB = 242
9788pkg syscall (freebsd-386), const DLT_IPOIB ideal-int
9789pkg syscall (freebsd-386), const DLT_IPV4 = 228
9790pkg syscall (freebsd-386), const DLT_IPV4 ideal-int
9791pkg syscall (freebsd-386), const DLT_IPV6 = 229
9792pkg syscall (freebsd-386), const DLT_IPV6 ideal-int
9793pkg syscall (freebsd-386), const DLT_IP_OVER_FC = 122
9794pkg syscall (freebsd-386), const DLT_JUNIPER_ATM1 = 137
9795pkg syscall (freebsd-386), const DLT_JUNIPER_ATM2 = 135
9796pkg syscall (freebsd-386), const DLT_JUNIPER_ATM_CEMIC = 238
9797pkg syscall (freebsd-386), const DLT_JUNIPER_ATM_CEMIC ideal-int
9798pkg syscall (freebsd-386), const DLT_JUNIPER_CHDLC = 181
9799pkg syscall (freebsd-386), const DLT_JUNIPER_ES = 132
9800pkg syscall (freebsd-386), const DLT_JUNIPER_ETHER = 178
9801pkg syscall (freebsd-386), const DLT_JUNIPER_FIBRECHANNEL = 234
9802pkg syscall (freebsd-386), const DLT_JUNIPER_FIBRECHANNEL ideal-int
9803pkg syscall (freebsd-386), const DLT_JUNIPER_FRELAY = 180
9804pkg syscall (freebsd-386), const DLT_JUNIPER_GGSN = 133
9805pkg syscall (freebsd-386), const DLT_JUNIPER_ISM = 194
9806pkg syscall (freebsd-386), const DLT_JUNIPER_MFR = 134
9807pkg syscall (freebsd-386), const DLT_JUNIPER_MLFR = 131
9808pkg syscall (freebsd-386), const DLT_JUNIPER_MLPPP = 130
9809pkg syscall (freebsd-386), const DLT_JUNIPER_MONITOR = 164
9810pkg syscall (freebsd-386), const DLT_JUNIPER_PIC_PEER = 174
9811pkg syscall (freebsd-386), const DLT_JUNIPER_PPP = 179
9812pkg syscall (freebsd-386), const DLT_JUNIPER_PPPOE = 167
9813pkg syscall (freebsd-386), const DLT_JUNIPER_PPPOE_ATM = 168
9814pkg syscall (freebsd-386), const DLT_JUNIPER_SERVICES = 136
9815pkg syscall (freebsd-386), const DLT_JUNIPER_SRX_E2E = 233
9816pkg syscall (freebsd-386), const DLT_JUNIPER_SRX_E2E ideal-int
9817pkg syscall (freebsd-386), const DLT_JUNIPER_ST = 200
9818pkg syscall (freebsd-386), const DLT_JUNIPER_VP = 183
9819pkg syscall (freebsd-386), const DLT_JUNIPER_VS = 232
9820pkg syscall (freebsd-386), const DLT_JUNIPER_VS ideal-int
9821pkg syscall (freebsd-386), const DLT_LAPB_WITH_DIR = 207
9822pkg syscall (freebsd-386), const DLT_LAPD = 203
9823pkg syscall (freebsd-386), const DLT_LIN = 212
9824pkg syscall (freebsd-386), const DLT_LINUX_EVDEV = 216
9825pkg syscall (freebsd-386), const DLT_LINUX_EVDEV ideal-int
9826pkg syscall (freebsd-386), const DLT_LINUX_IRDA = 144
9827pkg syscall (freebsd-386), const DLT_LINUX_LAPD = 177
9828pkg syscall (freebsd-386), const DLT_LINUX_PPP_WITHDIRECTION = 166
9829pkg syscall (freebsd-386), const DLT_LINUX_SLL = 113
9830pkg syscall (freebsd-386), const DLT_LOOP = 108
9831pkg syscall (freebsd-386), const DLT_LTALK = 114
9832pkg syscall (freebsd-386), const DLT_MATCHING_MAX = 242
9833pkg syscall (freebsd-386), const DLT_MATCHING_MAX ideal-int
9834pkg syscall (freebsd-386), const DLT_MATCHING_MIN = 104
9835pkg syscall (freebsd-386), const DLT_MATCHING_MIN ideal-int
9836pkg syscall (freebsd-386), const DLT_MFR = 182
9837pkg syscall (freebsd-386), const DLT_MOST = 211
9838pkg syscall (freebsd-386), const DLT_MPLS = 219
9839pkg syscall (freebsd-386), const DLT_MPLS ideal-int
9840pkg syscall (freebsd-386), const DLT_MTP2 = 140
9841pkg syscall (freebsd-386), const DLT_MTP2_WITH_PHDR = 139
9842pkg syscall (freebsd-386), const DLT_MTP3 = 141
9843pkg syscall (freebsd-386), const DLT_MUX27010 = 236
9844pkg syscall (freebsd-386), const DLT_MUX27010 ideal-int
9845pkg syscall (freebsd-386), const DLT_NETANALYZER = 240
9846pkg syscall (freebsd-386), const DLT_NETANALYZER ideal-int
9847pkg syscall (freebsd-386), const DLT_NETANALYZER_TRANSPARENT = 241
9848pkg syscall (freebsd-386), const DLT_NETANALYZER_TRANSPARENT ideal-int
9849pkg syscall (freebsd-386), const DLT_NFLOG = 239
9850pkg syscall (freebsd-386), const DLT_NFLOG ideal-int
9851pkg syscall (freebsd-386), const DLT_NULL = 0
9852pkg syscall (freebsd-386), const DLT_PCI_EXP = 125
9853pkg syscall (freebsd-386), const DLT_PFLOG = 117
9854pkg syscall (freebsd-386), const DLT_PFSYNC = 121
9855pkg syscall (freebsd-386), const DLT_PPI = 192
9856pkg syscall (freebsd-386), const DLT_PPP = 9
9857pkg syscall (freebsd-386), const DLT_PPP_BSDOS = 16
9858pkg syscall (freebsd-386), const DLT_PPP_ETHER = 51
9859pkg syscall (freebsd-386), const DLT_PPP_PPPD = 166
9860pkg syscall (freebsd-386), const DLT_PPP_SERIAL = 50
9861pkg syscall (freebsd-386), const DLT_PPP_WITH_DIR = 204
9862pkg syscall (freebsd-386), const DLT_PPP_WITH_DIRECTION = 166
9863pkg syscall (freebsd-386), const DLT_PRISM_HEADER = 119
9864pkg syscall (freebsd-386), const DLT_PRONET = 4
9865pkg syscall (freebsd-386), const DLT_RAIF1 = 198
9866pkg syscall (freebsd-386), const DLT_RAW = 12
9867pkg syscall (freebsd-386), const DLT_RIO = 124
9868pkg syscall (freebsd-386), const DLT_SCCP = 142
9869pkg syscall (freebsd-386), const DLT_SITA = 196
9870pkg syscall (freebsd-386), const DLT_SLIP = 8
9871pkg syscall (freebsd-386), const DLT_SLIP_BSDOS = 15
9872pkg syscall (freebsd-386), const DLT_STANAG_5066_D_PDU = 237
9873pkg syscall (freebsd-386), const DLT_STANAG_5066_D_PDU ideal-int
9874pkg syscall (freebsd-386), const DLT_SUNATM = 123
9875pkg syscall (freebsd-386), const DLT_SYMANTEC_FIREWALL = 99
9876pkg syscall (freebsd-386), const DLT_TZSP = 128
9877pkg syscall (freebsd-386), const DLT_USB = 186
9878pkg syscall (freebsd-386), const DLT_USB_LINUX = 189
9879pkg syscall (freebsd-386), const DLT_USB_LINUX_MMAPPED = 220
9880pkg syscall (freebsd-386), const DLT_USB_LINUX_MMAPPED ideal-int
9881pkg syscall (freebsd-386), const DLT_USER0 = 147
9882pkg syscall (freebsd-386), const DLT_USER1 = 148
9883pkg syscall (freebsd-386), const DLT_USER10 = 157
9884pkg syscall (freebsd-386), const DLT_USER11 = 158
9885pkg syscall (freebsd-386), const DLT_USER12 = 159
9886pkg syscall (freebsd-386), const DLT_USER13 = 160
9887pkg syscall (freebsd-386), const DLT_USER14 = 161
9888pkg syscall (freebsd-386), const DLT_USER15 = 162
9889pkg syscall (freebsd-386), const DLT_USER2 = 149
9890pkg syscall (freebsd-386), const DLT_USER3 = 150
9891pkg syscall (freebsd-386), const DLT_USER4 = 151
9892pkg syscall (freebsd-386), const DLT_USER5 = 152
9893pkg syscall (freebsd-386), const DLT_USER6 = 153
9894pkg syscall (freebsd-386), const DLT_USER7 = 154
9895pkg syscall (freebsd-386), const DLT_USER8 = 155
9896pkg syscall (freebsd-386), const DLT_USER9 = 156
9897pkg syscall (freebsd-386), const DLT_WIHART = 223
9898pkg syscall (freebsd-386), const DLT_WIHART ideal-int
9899pkg syscall (freebsd-386), const DLT_X2E_SERIAL = 213
9900pkg syscall (freebsd-386), const DLT_X2E_XORAYA = 214
9901pkg syscall (freebsd-386), const DT_BLK = 6
9902pkg syscall (freebsd-386), const DT_CHR = 2
9903pkg syscall (freebsd-386), const DT_DIR = 4
9904pkg syscall (freebsd-386), const DT_FIFO = 1
9905pkg syscall (freebsd-386), const DT_LNK = 10
9906pkg syscall (freebsd-386), const DT_REG = 8
9907pkg syscall (freebsd-386), const DT_SOCK = 12
9908pkg syscall (freebsd-386), const DT_UNKNOWN = 0
9909pkg syscall (freebsd-386), const DT_WHT = 14
9910pkg syscall (freebsd-386), const E2BIG = 7
9911pkg syscall (freebsd-386), const EACCES = 13
9912pkg syscall (freebsd-386), const EADDRINUSE = 48
9913pkg syscall (freebsd-386), const EADDRNOTAVAIL = 49
9914pkg syscall (freebsd-386), const EAFNOSUPPORT = 47
9915pkg syscall (freebsd-386), const EAGAIN = 35
9916pkg syscall (freebsd-386), const EALREADY = 37
9917pkg syscall (freebsd-386), const EAUTH = 80
9918pkg syscall (freebsd-386), const EBADF = 9
9919pkg syscall (freebsd-386), const EBADMSG = 89
9920pkg syscall (freebsd-386), const EBADRPC = 72
9921pkg syscall (freebsd-386), const EBUSY = 16
9922pkg syscall (freebsd-386), const ECANCELED = 85
9923pkg syscall (freebsd-386), const ECAPMODE = 94
9924pkg syscall (freebsd-386), const ECAPMODE Errno
9925pkg syscall (freebsd-386), const ECHILD = 10
9926pkg syscall (freebsd-386), const ECHO = 8
9927pkg syscall (freebsd-386), const ECHOCTL = 64
9928pkg syscall (freebsd-386), const ECHOE = 2
9929pkg syscall (freebsd-386), const ECHOK = 4
9930pkg syscall (freebsd-386), const ECHOKE = 1
9931pkg syscall (freebsd-386), const ECHONL = 16
9932pkg syscall (freebsd-386), const ECHOPRT = 32
9933pkg syscall (freebsd-386), const ECONNABORTED = 53
9934pkg syscall (freebsd-386), const ECONNREFUSED = 61
9935pkg syscall (freebsd-386), const ECONNRESET = 54
9936pkg syscall (freebsd-386), const EDEADLK = 11
9937pkg syscall (freebsd-386), const EDESTADDRREQ = 39
9938pkg syscall (freebsd-386), const EDOM = 33
9939pkg syscall (freebsd-386), const EDOOFUS = 88
9940pkg syscall (freebsd-386), const EDQUOT = 69
9941pkg syscall (freebsd-386), const EEXIST = 17
9942pkg syscall (freebsd-386), const EFAULT = 14
9943pkg syscall (freebsd-386), const EFBIG = 27
9944pkg syscall (freebsd-386), const EFTYPE = 79
9945pkg syscall (freebsd-386), const EHOSTDOWN = 64
9946pkg syscall (freebsd-386), const EHOSTUNREACH = 65
9947pkg syscall (freebsd-386), const EIDRM = 82
9948pkg syscall (freebsd-386), const EILSEQ = 86
9949pkg syscall (freebsd-386), const EINPROGRESS = 36
9950pkg syscall (freebsd-386), const EINTR = 4
9951pkg syscall (freebsd-386), const EINVAL = 22
9952pkg syscall (freebsd-386), const EIO = 5
9953pkg syscall (freebsd-386), const EISCONN = 56
9954pkg syscall (freebsd-386), const EISDIR = 21
9955pkg syscall (freebsd-386), const ELAST = 94
9956pkg syscall (freebsd-386), const ELOOP = 62
9957pkg syscall (freebsd-386), const EMFILE = 24
9958pkg syscall (freebsd-386), const EMLINK = 31
9959pkg syscall (freebsd-386), const EMSGSIZE = 40
9960pkg syscall (freebsd-386), const EMULTIHOP = 90
9961pkg syscall (freebsd-386), const ENAMETOOLONG = 63
9962pkg syscall (freebsd-386), const ENEEDAUTH = 81
9963pkg syscall (freebsd-386), const ENETDOWN = 50
9964pkg syscall (freebsd-386), const ENETRESET = 52
9965pkg syscall (freebsd-386), const ENETUNREACH = 51
9966pkg syscall (freebsd-386), const ENFILE = 23
9967pkg syscall (freebsd-386), const ENOATTR = 87
9968pkg syscall (freebsd-386), const ENOBUFS = 55
9969pkg syscall (freebsd-386), const ENODEV = 19
9970pkg syscall (freebsd-386), const ENOEXEC = 8
9971pkg syscall (freebsd-386), const ENOLCK = 77
9972pkg syscall (freebsd-386), const ENOLINK = 91
9973pkg syscall (freebsd-386), const ENOMEM = 12
9974pkg syscall (freebsd-386), const ENOMSG = 83
9975pkg syscall (freebsd-386), const ENOPROTOOPT = 42
9976pkg syscall (freebsd-386), const ENOSPC = 28
9977pkg syscall (freebsd-386), const ENOSYS = 78
9978pkg syscall (freebsd-386), const ENOTBLK = 15
9979pkg syscall (freebsd-386), const ENOTCAPABLE = 93
9980pkg syscall (freebsd-386), const ENOTCONN = 57
9981pkg syscall (freebsd-386), const ENOTDIR = 20
9982pkg syscall (freebsd-386), const ENOTEMPTY = 66
9983pkg syscall (freebsd-386), const ENOTSOCK = 38
9984pkg syscall (freebsd-386), const ENOTSUP = 45
9985pkg syscall (freebsd-386), const ENOTTY = 25
9986pkg syscall (freebsd-386), const ENXIO = 6
9987pkg syscall (freebsd-386), const EOPNOTSUPP = 45
9988pkg syscall (freebsd-386), const EOVERFLOW = 84
9989pkg syscall (freebsd-386), const EPERM = 1
9990pkg syscall (freebsd-386), const EPFNOSUPPORT = 46
9991pkg syscall (freebsd-386), const EPIPE = 32
9992pkg syscall (freebsd-386), const EPROCLIM = 67
9993pkg syscall (freebsd-386), const EPROCUNAVAIL = 76
9994pkg syscall (freebsd-386), const EPROGMISMATCH = 75
9995pkg syscall (freebsd-386), const EPROGUNAVAIL = 74
9996pkg syscall (freebsd-386), const EPROTO = 92
9997pkg syscall (freebsd-386), const EPROTONOSUPPORT = 43
9998pkg syscall (freebsd-386), const EPROTOTYPE = 41
9999pkg syscall (freebsd-386), const ERANGE = 34
10000pkg syscall (freebsd-386), const EREMOTE = 71
10001pkg syscall (freebsd-386), const EROFS = 30
10002pkg syscall (freebsd-386), const ERPCMISMATCH = 73
10003pkg syscall (freebsd-386), const ESHUTDOWN = 58
10004pkg syscall (freebsd-386), const ESOCKTNOSUPPORT = 44
10005pkg syscall (freebsd-386), const ESPIPE = 29
10006pkg syscall (freebsd-386), const ESRCH = 3
10007pkg syscall (freebsd-386), const ESTALE = 70
10008pkg syscall (freebsd-386), const ETIMEDOUT = 60
10009pkg syscall (freebsd-386), const ETOOMANYREFS = 59
10010pkg syscall (freebsd-386), const ETXTBSY = 26
10011pkg syscall (freebsd-386), const EUSERS = 68
10012pkg syscall (freebsd-386), const EVFILT_AIO = -3
10013pkg syscall (freebsd-386), const EVFILT_FS = -9
10014pkg syscall (freebsd-386), const EVFILT_LIO = -10
10015pkg syscall (freebsd-386), const EVFILT_PROC = -5
10016pkg syscall (freebsd-386), const EVFILT_READ = -1
10017pkg syscall (freebsd-386), const EVFILT_SIGNAL = -6
10018pkg syscall (freebsd-386), const EVFILT_SYSCOUNT = 11
10019pkg syscall (freebsd-386), const EVFILT_TIMER = -7
10020pkg syscall (freebsd-386), const EVFILT_USER = -11
10021pkg syscall (freebsd-386), const EVFILT_VNODE = -4
10022pkg syscall (freebsd-386), const EVFILT_WRITE = -2
10023pkg syscall (freebsd-386), const EV_ADD = 1
10024pkg syscall (freebsd-386), const EV_CLEAR = 32
10025pkg syscall (freebsd-386), const EV_DELETE = 2
10026pkg syscall (freebsd-386), const EV_DISABLE = 8
10027pkg syscall (freebsd-386), const EV_DISPATCH = 128
10028pkg syscall (freebsd-386), const EV_ENABLE = 4
10029pkg syscall (freebsd-386), const EV_EOF = 32768
10030pkg syscall (freebsd-386), const EV_ERROR = 16384
10031pkg syscall (freebsd-386), const EV_FLAG1 = 8192
10032pkg syscall (freebsd-386), const EV_ONESHOT = 16
10033pkg syscall (freebsd-386), const EV_RECEIPT = 64
10034pkg syscall (freebsd-386), const EV_SYSFLAGS = 61440
10035pkg syscall (freebsd-386), const EWOULDBLOCK = 35
10036pkg syscall (freebsd-386), const EXDEV = 18
10037pkg syscall (freebsd-386), const EXTA = 19200
10038pkg syscall (freebsd-386), const EXTB = 38400
10039pkg syscall (freebsd-386), const EXTPROC = 2048
10040pkg syscall (freebsd-386), const FD_CLOEXEC = 1
10041pkg syscall (freebsd-386), const FD_SETSIZE = 1024
10042pkg syscall (freebsd-386), const FLUSHO = 8388608
10043pkg syscall (freebsd-386), const FLUSHO ideal-int
10044pkg syscall (freebsd-386), const F_CANCEL = 5
10045pkg syscall (freebsd-386), const F_DUP2FD = 10
10046pkg syscall (freebsd-386), const F_DUPFD = 0
10047pkg syscall (freebsd-386), const F_GETFD = 1
10048pkg syscall (freebsd-386), const F_GETFL = 3
10049pkg syscall (freebsd-386), const F_GETLK = 11
10050pkg syscall (freebsd-386), const F_GETOWN = 5
10051pkg syscall (freebsd-386), const F_OGETLK = 7
10052pkg syscall (freebsd-386), const F_OK = 0
10053pkg syscall (freebsd-386), const F_OSETLK = 8
10054pkg syscall (freebsd-386), const F_OSETLKW = 9
10055pkg syscall (freebsd-386), const F_RDAHEAD = 16
10056pkg syscall (freebsd-386), const F_RDLCK = 1
10057pkg syscall (freebsd-386), const F_READAHEAD = 15
10058pkg syscall (freebsd-386), const F_SETFD = 2
10059pkg syscall (freebsd-386), const F_SETFL = 4
10060pkg syscall (freebsd-386), const F_SETLK = 12
10061pkg syscall (freebsd-386), const F_SETLKW = 13
10062pkg syscall (freebsd-386), const F_SETLK_REMOTE = 14
10063pkg syscall (freebsd-386), const F_SETOWN = 6
10064pkg syscall (freebsd-386), const F_UNLCK = 2
10065pkg syscall (freebsd-386), const F_UNLCKSYS = 4
10066pkg syscall (freebsd-386), const F_WRLCK = 3
10067pkg syscall (freebsd-386), const HUPCL = 16384
10068pkg syscall (freebsd-386), const HUPCL ideal-int
10069pkg syscall (freebsd-386), const ICANON = 256
10070pkg syscall (freebsd-386), const ICANON ideal-int
10071pkg syscall (freebsd-386), const ICRNL = 256
10072pkg syscall (freebsd-386), const ICRNL ideal-int
10073pkg syscall (freebsd-386), const IEXTEN = 1024
10074pkg syscall (freebsd-386), const IEXTEN ideal-int
10075pkg syscall (freebsd-386), const IFAN_ARRIVAL = 0
10076pkg syscall (freebsd-386), const IFAN_ARRIVAL ideal-int
10077pkg syscall (freebsd-386), const IFAN_DEPARTURE = 1
10078pkg syscall (freebsd-386), const IFAN_DEPARTURE ideal-int
10079pkg syscall (freebsd-386), const IFF_ALLMULTI = 512
10080pkg syscall (freebsd-386), const IFF_ALTPHYS = 16384
10081pkg syscall (freebsd-386), const IFF_CANTCHANGE = 2199410
10082pkg syscall (freebsd-386), const IFF_CANTCONFIG = 65536
10083pkg syscall (freebsd-386), const IFF_CANTCONFIG ideal-int
10084pkg syscall (freebsd-386), const IFF_DEBUG = 4
10085pkg syscall (freebsd-386), const IFF_DRV_OACTIVE = 1024
10086pkg syscall (freebsd-386), const IFF_DRV_RUNNING = 64
10087pkg syscall (freebsd-386), const IFF_DYING = 2097152
10088pkg syscall (freebsd-386), const IFF_LINK0 = 4096
10089pkg syscall (freebsd-386), const IFF_LINK1 = 8192
10090pkg syscall (freebsd-386), const IFF_LINK2 = 16384
10091pkg syscall (freebsd-386), const IFF_LOOPBACK = 8
10092pkg syscall (freebsd-386), const IFF_MONITOR = 262144
10093pkg syscall (freebsd-386), const IFF_MULTICAST = 32768
10094pkg syscall (freebsd-386), const IFF_NOARP = 128
10095pkg syscall (freebsd-386), const IFF_OACTIVE = 1024
10096pkg syscall (freebsd-386), const IFF_POINTOPOINT = 16
10097pkg syscall (freebsd-386), const IFF_PPROMISC = 131072
10098pkg syscall (freebsd-386), const IFF_PROMISC = 256
10099pkg syscall (freebsd-386), const IFF_RENAMING = 4194304
10100pkg syscall (freebsd-386), const IFF_RUNNING = 64
10101pkg syscall (freebsd-386), const IFF_SIMPLEX = 2048
10102pkg syscall (freebsd-386), const IFF_SMART = 32
10103pkg syscall (freebsd-386), const IFF_STATICARP = 524288
10104pkg syscall (freebsd-386), const IFNAMSIZ = 16
10105pkg syscall (freebsd-386), const IFT_1822 = 2
10106pkg syscall (freebsd-386), const IFT_A12MPPSWITCH = 130
10107pkg syscall (freebsd-386), const IFT_AAL2 = 187
10108pkg syscall (freebsd-386), const IFT_AAL5 = 49
10109pkg syscall (freebsd-386), const IFT_ADSL = 94
10110pkg syscall (freebsd-386), const IFT_AFLANE8023 = 59
10111pkg syscall (freebsd-386), const IFT_AFLANE8025 = 60
10112pkg syscall (freebsd-386), const IFT_ARAP = 88
10113pkg syscall (freebsd-386), const IFT_ARCNET = 35
10114pkg syscall (freebsd-386), const IFT_ARCNETPLUS = 36
10115pkg syscall (freebsd-386), const IFT_ASYNC = 84
10116pkg syscall (freebsd-386), const IFT_ATM = 37
10117pkg syscall (freebsd-386), const IFT_ATMDXI = 105
10118pkg syscall (freebsd-386), const IFT_ATMFUNI = 106
10119pkg syscall (freebsd-386), const IFT_ATMIMA = 107
10120pkg syscall (freebsd-386), const IFT_ATMLOGICAL = 80
10121pkg syscall (freebsd-386), const IFT_ATMRADIO = 189
10122pkg syscall (freebsd-386), const IFT_ATMSUBINTERFACE = 134
10123pkg syscall (freebsd-386), const IFT_ATMVCIENDPT = 194
10124pkg syscall (freebsd-386), const IFT_ATMVIRTUAL = 149
10125pkg syscall (freebsd-386), const IFT_BGPPOLICYACCOUNTING = 162
10126pkg syscall (freebsd-386), const IFT_BRIDGE = 209
10127pkg syscall (freebsd-386), const IFT_BSC = 83
10128pkg syscall (freebsd-386), const IFT_CARP = 248
10129pkg syscall (freebsd-386), const IFT_CCTEMUL = 61
10130pkg syscall (freebsd-386), const IFT_CEPT = 19
10131pkg syscall (freebsd-386), const IFT_CES = 133
10132pkg syscall (freebsd-386), const IFT_CHANNEL = 70
10133pkg syscall (freebsd-386), const IFT_CNR = 85
10134pkg syscall (freebsd-386), const IFT_COFFEE = 132
10135pkg syscall (freebsd-386), const IFT_COMPOSITELINK = 155
10136pkg syscall (freebsd-386), const IFT_DCN = 141
10137pkg syscall (freebsd-386), const IFT_DIGITALPOWERLINE = 138
10138pkg syscall (freebsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
10139pkg syscall (freebsd-386), const IFT_DLSW = 74
10140pkg syscall (freebsd-386), const IFT_DOCSCABLEDOWNSTREAM = 128
10141pkg syscall (freebsd-386), const IFT_DOCSCABLEMACLAYER = 127
10142pkg syscall (freebsd-386), const IFT_DOCSCABLEUPSTREAM = 129
10143pkg syscall (freebsd-386), const IFT_DS0 = 81
10144pkg syscall (freebsd-386), const IFT_DS0BUNDLE = 82
10145pkg syscall (freebsd-386), const IFT_DS1FDL = 170
10146pkg syscall (freebsd-386), const IFT_DS3 = 30
10147pkg syscall (freebsd-386), const IFT_DTM = 140
10148pkg syscall (freebsd-386), const IFT_DVBASILN = 172
10149pkg syscall (freebsd-386), const IFT_DVBASIOUT = 173
10150pkg syscall (freebsd-386), const IFT_DVBRCCDOWNSTREAM = 147
10151pkg syscall (freebsd-386), const IFT_DVBRCCMACLAYER = 146
10152pkg syscall (freebsd-386), const IFT_DVBRCCUPSTREAM = 148
10153pkg syscall (freebsd-386), const IFT_ENC = 244
10154pkg syscall (freebsd-386), const IFT_EON = 25
10155pkg syscall (freebsd-386), const IFT_EPLRS = 87
10156pkg syscall (freebsd-386), const IFT_ESCON = 73
10157pkg syscall (freebsd-386), const IFT_ETHER = 6
10158pkg syscall (freebsd-386), const IFT_FAITH = 242
10159pkg syscall (freebsd-386), const IFT_FAST = 125
10160pkg syscall (freebsd-386), const IFT_FASTETHER = 62
10161pkg syscall (freebsd-386), const IFT_FASTETHERFX = 69
10162pkg syscall (freebsd-386), const IFT_FDDI = 15
10163pkg syscall (freebsd-386), const IFT_FIBRECHANNEL = 56
10164pkg syscall (freebsd-386), const IFT_FRAMERELAYINTERCONNECT = 58
10165pkg syscall (freebsd-386), const IFT_FRAMERELAYMPI = 92
10166pkg syscall (freebsd-386), const IFT_FRDLCIENDPT = 193
10167pkg syscall (freebsd-386), const IFT_FRELAY = 32
10168pkg syscall (freebsd-386), const IFT_FRELAYDCE = 44
10169pkg syscall (freebsd-386), const IFT_FRF16MFRBUNDLE = 163
10170pkg syscall (freebsd-386), const IFT_FRFORWARD = 158
10171pkg syscall (freebsd-386), const IFT_G703AT2MB = 67
10172pkg syscall (freebsd-386), const IFT_G703AT64K = 66
10173pkg syscall (freebsd-386), const IFT_GIF = 240
10174pkg syscall (freebsd-386), const IFT_GIGABITETHERNET = 117
10175pkg syscall (freebsd-386), const IFT_GR303IDT = 178
10176pkg syscall (freebsd-386), const IFT_GR303RDT = 177
10177pkg syscall (freebsd-386), const IFT_H323GATEKEEPER = 164
10178pkg syscall (freebsd-386), const IFT_H323PROXY = 165
10179pkg syscall (freebsd-386), const IFT_HDH1822 = 3
10180pkg syscall (freebsd-386), const IFT_HDLC = 118
10181pkg syscall (freebsd-386), const IFT_HDSL2 = 168
10182pkg syscall (freebsd-386), const IFT_HIPERLAN2 = 183
10183pkg syscall (freebsd-386), const IFT_HIPPI = 47
10184pkg syscall (freebsd-386), const IFT_HIPPIINTERFACE = 57
10185pkg syscall (freebsd-386), const IFT_HOSTPAD = 90
10186pkg syscall (freebsd-386), const IFT_HSSI = 46
10187pkg syscall (freebsd-386), const IFT_HY = 14
10188pkg syscall (freebsd-386), const IFT_IBM370PARCHAN = 72
10189pkg syscall (freebsd-386), const IFT_IDSL = 154
10190pkg syscall (freebsd-386), const IFT_IEEE1394 = 144
10191pkg syscall (freebsd-386), const IFT_IEEE80211 = 71
10192pkg syscall (freebsd-386), const IFT_IEEE80212 = 55
10193pkg syscall (freebsd-386), const IFT_IEEE8023ADLAG = 161
10194pkg syscall (freebsd-386), const IFT_IFGSN = 145
10195pkg syscall (freebsd-386), const IFT_IMT = 190
10196pkg syscall (freebsd-386), const IFT_INFINIBAND = 199
10197pkg syscall (freebsd-386), const IFT_INFINIBAND ideal-int
10198pkg syscall (freebsd-386), const IFT_INTERLEAVE = 124
10199pkg syscall (freebsd-386), const IFT_IP = 126
10200pkg syscall (freebsd-386), const IFT_IPFORWARD = 142
10201pkg syscall (freebsd-386), const IFT_IPOVERATM = 114
10202pkg syscall (freebsd-386), const IFT_IPOVERCDLC = 109
10203pkg syscall (freebsd-386), const IFT_IPOVERCLAW = 110
10204pkg syscall (freebsd-386), const IFT_IPSWITCH = 78
10205pkg syscall (freebsd-386), const IFT_IPXIP = 249
10206pkg syscall (freebsd-386), const IFT_ISDN = 63
10207pkg syscall (freebsd-386), const IFT_ISDNBASIC = 20
10208pkg syscall (freebsd-386), const IFT_ISDNPRIMARY = 21
10209pkg syscall (freebsd-386), const IFT_ISDNS = 75
10210pkg syscall (freebsd-386), const IFT_ISDNU = 76
10211pkg syscall (freebsd-386), const IFT_ISO88022LLC = 41
10212pkg syscall (freebsd-386), const IFT_ISO88023 = 7
10213pkg syscall (freebsd-386), const IFT_ISO88024 = 8
10214pkg syscall (freebsd-386), const IFT_ISO88025 = 9
10215pkg syscall (freebsd-386), const IFT_ISO88025CRFPINT = 98
10216pkg syscall (freebsd-386), const IFT_ISO88025DTR = 86
10217pkg syscall (freebsd-386), const IFT_ISO88025FIBER = 115
10218pkg syscall (freebsd-386), const IFT_ISO88026 = 10
10219pkg syscall (freebsd-386), const IFT_ISUP = 179
10220pkg syscall (freebsd-386), const IFT_L2VLAN = 135
10221pkg syscall (freebsd-386), const IFT_L3IPVLAN = 136
10222pkg syscall (freebsd-386), const IFT_L3IPXVLAN = 137
10223pkg syscall (freebsd-386), const IFT_LAPB = 16
10224pkg syscall (freebsd-386), const IFT_LAPD = 77
10225pkg syscall (freebsd-386), const IFT_LAPF = 119
10226pkg syscall (freebsd-386), const IFT_LOCALTALK = 42
10227pkg syscall (freebsd-386), const IFT_LOOP = 24
10228pkg syscall (freebsd-386), const IFT_MEDIAMAILOVERIP = 139
10229pkg syscall (freebsd-386), const IFT_MFSIGLINK = 167
10230pkg syscall (freebsd-386), const IFT_MIOX25 = 38
10231pkg syscall (freebsd-386), const IFT_MODEM = 48
10232pkg syscall (freebsd-386), const IFT_MPC = 113
10233pkg syscall (freebsd-386), const IFT_MPLS = 166
10234pkg syscall (freebsd-386), const IFT_MPLSTUNNEL = 150
10235pkg syscall (freebsd-386), const IFT_MSDSL = 143
10236pkg syscall (freebsd-386), const IFT_MVL = 191
10237pkg syscall (freebsd-386), const IFT_MYRINET = 99
10238pkg syscall (freebsd-386), const IFT_NFAS = 175
10239pkg syscall (freebsd-386), const IFT_NSIP = 27
10240pkg syscall (freebsd-386), const IFT_OPTICALCHANNEL = 195
10241pkg syscall (freebsd-386), const IFT_OPTICALTRANSPORT = 196
10242pkg syscall (freebsd-386), const IFT_OTHER = 1
10243pkg syscall (freebsd-386), const IFT_P10 = 12
10244pkg syscall (freebsd-386), const IFT_P80 = 13
10245pkg syscall (freebsd-386), const IFT_PARA = 34
10246pkg syscall (freebsd-386), const IFT_PFLOG = 246
10247pkg syscall (freebsd-386), const IFT_PFSYNC = 247
10248pkg syscall (freebsd-386), const IFT_PLC = 174
10249pkg syscall (freebsd-386), const IFT_POS = 171
10250pkg syscall (freebsd-386), const IFT_PPP = 23
10251pkg syscall (freebsd-386), const IFT_PPPMULTILINKBUNDLE = 108
10252pkg syscall (freebsd-386), const IFT_PROPBWAP2MP = 184
10253pkg syscall (freebsd-386), const IFT_PROPCNLS = 89
10254pkg syscall (freebsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
10255pkg syscall (freebsd-386), const IFT_PROPDOCSWIRELESSMACLAYER = 180
10256pkg syscall (freebsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
10257pkg syscall (freebsd-386), const IFT_PROPMUX = 54
10258pkg syscall (freebsd-386), const IFT_PROPVIRTUAL = 53
10259pkg syscall (freebsd-386), const IFT_PROPWIRELESSP2P = 157
10260pkg syscall (freebsd-386), const IFT_PTPSERIAL = 22
10261pkg syscall (freebsd-386), const IFT_PVC = 241
10262pkg syscall (freebsd-386), const IFT_QLLC = 68
10263pkg syscall (freebsd-386), const IFT_RADIOMAC = 188
10264pkg syscall (freebsd-386), const IFT_RADSL = 95
10265pkg syscall (freebsd-386), const IFT_REACHDSL = 192
10266pkg syscall (freebsd-386), const IFT_RFC1483 = 159
10267pkg syscall (freebsd-386), const IFT_RS232 = 33
10268pkg syscall (freebsd-386), const IFT_RSRB = 79
10269pkg syscall (freebsd-386), const IFT_SDLC = 17
10270pkg syscall (freebsd-386), const IFT_SDSL = 96
10271pkg syscall (freebsd-386), const IFT_SHDSL = 169
10272pkg syscall (freebsd-386), const IFT_SIP = 31
10273pkg syscall (freebsd-386), const IFT_SLIP = 28
10274pkg syscall (freebsd-386), const IFT_SMDSDXI = 43
10275pkg syscall (freebsd-386), const IFT_SMDSICIP = 52
10276pkg syscall (freebsd-386), const IFT_SONET = 39
10277pkg syscall (freebsd-386), const IFT_SONETOVERHEADCHANNEL = 185
10278pkg syscall (freebsd-386), const IFT_SONETPATH = 50
10279pkg syscall (freebsd-386), const IFT_SONETVT = 51
10280pkg syscall (freebsd-386), const IFT_SRP = 151
10281pkg syscall (freebsd-386), const IFT_SS7SIGLINK = 156
10282pkg syscall (freebsd-386), const IFT_STACKTOSTACK = 111
10283pkg syscall (freebsd-386), const IFT_STARLAN = 11
10284pkg syscall (freebsd-386), const IFT_STF = 215
10285pkg syscall (freebsd-386), const IFT_T1 = 18
10286pkg syscall (freebsd-386), const IFT_TDLC = 116
10287pkg syscall (freebsd-386), const IFT_TERMPAD = 91
10288pkg syscall (freebsd-386), const IFT_TR008 = 176
10289pkg syscall (freebsd-386), const IFT_TRANSPHDLC = 123
10290pkg syscall (freebsd-386), const IFT_TUNNEL = 131
10291pkg syscall (freebsd-386), const IFT_ULTRA = 29
10292pkg syscall (freebsd-386), const IFT_USB = 160
10293pkg syscall (freebsd-386), const IFT_V11 = 64
10294pkg syscall (freebsd-386), const IFT_V35 = 45
10295pkg syscall (freebsd-386), const IFT_V36 = 65
10296pkg syscall (freebsd-386), const IFT_V37 = 120
10297pkg syscall (freebsd-386), const IFT_VDSL = 97
10298pkg syscall (freebsd-386), const IFT_VIRTUALIPADDRESS = 112
10299pkg syscall (freebsd-386), const IFT_VOICEEM = 100
10300pkg syscall (freebsd-386), const IFT_VOICEENCAP = 103
10301pkg syscall (freebsd-386), const IFT_VOICEFXO = 101
10302pkg syscall (freebsd-386), const IFT_VOICEFXS = 102
10303pkg syscall (freebsd-386), const IFT_VOICEOVERATM = 152
10304pkg syscall (freebsd-386), const IFT_VOICEOVERFRAMERELAY = 153
10305pkg syscall (freebsd-386), const IFT_VOICEOVERIP = 104
10306pkg syscall (freebsd-386), const IFT_X213 = 93
10307pkg syscall (freebsd-386), const IFT_X25 = 5
10308pkg syscall (freebsd-386), const IFT_X25DDN = 4
10309pkg syscall (freebsd-386), const IFT_X25HUNTGROUP = 122
10310pkg syscall (freebsd-386), const IFT_X25MLP = 121
10311pkg syscall (freebsd-386), const IFT_X25PLE = 40
10312pkg syscall (freebsd-386), const IFT_XETHER = 26
10313pkg syscall (freebsd-386), const IGNBRK = 1
10314pkg syscall (freebsd-386), const IGNBRK ideal-int
10315pkg syscall (freebsd-386), const IGNCR = 128
10316pkg syscall (freebsd-386), const IGNCR ideal-int
10317pkg syscall (freebsd-386), const IGNPAR = 4
10318pkg syscall (freebsd-386), const IGNPAR ideal-int
10319pkg syscall (freebsd-386), const IMAXBEL = 8192
10320pkg syscall (freebsd-386), const IMAXBEL ideal-int
10321pkg syscall (freebsd-386), const INLCR = 64
10322pkg syscall (freebsd-386), const INLCR ideal-int
10323pkg syscall (freebsd-386), const INPCK = 16
10324pkg syscall (freebsd-386), const INPCK ideal-int
10325pkg syscall (freebsd-386), const IN_CLASSA_HOST = 16777215
10326pkg syscall (freebsd-386), const IN_CLASSA_MAX = 128
10327pkg syscall (freebsd-386), const IN_CLASSA_NET = 4278190080
10328pkg syscall (freebsd-386), const IN_CLASSA_NSHIFT = 24
10329pkg syscall (freebsd-386), const IN_CLASSB_HOST = 65535
10330pkg syscall (freebsd-386), const IN_CLASSB_MAX = 65536
10331pkg syscall (freebsd-386), const IN_CLASSB_NET = 4294901760
10332pkg syscall (freebsd-386), const IN_CLASSB_NSHIFT = 16
10333pkg syscall (freebsd-386), const IN_CLASSC_HOST = 255
10334pkg syscall (freebsd-386), const IN_CLASSC_NET = 4294967040
10335pkg syscall (freebsd-386), const IN_CLASSC_NSHIFT = 8
10336pkg syscall (freebsd-386), const IN_CLASSD_HOST = 268435455
10337pkg syscall (freebsd-386), const IN_CLASSD_NET = 4026531840
10338pkg syscall (freebsd-386), const IN_CLASSD_NSHIFT = 28
10339pkg syscall (freebsd-386), const IN_LOOPBACKNET = 127
10340pkg syscall (freebsd-386), const IN_RFC3021_MASK = 4294967294
10341pkg syscall (freebsd-386), const IN_RFC3021_MASK ideal-int
10342pkg syscall (freebsd-386), const IPPROTO_3PC = 34
10343pkg syscall (freebsd-386), const IPPROTO_ADFS = 68
10344pkg syscall (freebsd-386), const IPPROTO_AH = 51
10345pkg syscall (freebsd-386), const IPPROTO_AHIP = 61
10346pkg syscall (freebsd-386), const IPPROTO_APES = 99
10347pkg syscall (freebsd-386), const IPPROTO_ARGUS = 13
10348pkg syscall (freebsd-386), const IPPROTO_AX25 = 93
10349pkg syscall (freebsd-386), const IPPROTO_BHA = 49
10350pkg syscall (freebsd-386), const IPPROTO_BLT = 30
10351pkg syscall (freebsd-386), const IPPROTO_BRSATMON = 76
10352pkg syscall (freebsd-386), const IPPROTO_CARP = 112
10353pkg syscall (freebsd-386), const IPPROTO_CFTP = 62
10354pkg syscall (freebsd-386), const IPPROTO_CHAOS = 16
10355pkg syscall (freebsd-386), const IPPROTO_CMTP = 38
10356pkg syscall (freebsd-386), const IPPROTO_CPHB = 73
10357pkg syscall (freebsd-386), const IPPROTO_CPNX = 72
10358pkg syscall (freebsd-386), const IPPROTO_DDP = 37
10359pkg syscall (freebsd-386), const IPPROTO_DGP = 86
10360pkg syscall (freebsd-386), const IPPROTO_DIVERT = 258
10361pkg syscall (freebsd-386), const IPPROTO_DONE = 257
10362pkg syscall (freebsd-386), const IPPROTO_DSTOPTS = 60
10363pkg syscall (freebsd-386), const IPPROTO_EGP = 8
10364pkg syscall (freebsd-386), const IPPROTO_EMCON = 14
10365pkg syscall (freebsd-386), const IPPROTO_ENCAP = 98
10366pkg syscall (freebsd-386), const IPPROTO_EON = 80
10367pkg syscall (freebsd-386), const IPPROTO_ESP = 50
10368pkg syscall (freebsd-386), const IPPROTO_ETHERIP = 97
10369pkg syscall (freebsd-386), const IPPROTO_FRAGMENT = 44
10370pkg syscall (freebsd-386), const IPPROTO_GGP = 3
10371pkg syscall (freebsd-386), const IPPROTO_GMTP = 100
10372pkg syscall (freebsd-386), const IPPROTO_GRE = 47
10373pkg syscall (freebsd-386), const IPPROTO_HELLO = 63
10374pkg syscall (freebsd-386), const IPPROTO_HMP = 20
10375pkg syscall (freebsd-386), const IPPROTO_HOPOPTS = 0
10376pkg syscall (freebsd-386), const IPPROTO_ICMP = 1
10377pkg syscall (freebsd-386), const IPPROTO_ICMPV6 = 58
10378pkg syscall (freebsd-386), const IPPROTO_IDP = 22
10379pkg syscall (freebsd-386), const IPPROTO_IDPR = 35
10380pkg syscall (freebsd-386), const IPPROTO_IDRP = 45
10381pkg syscall (freebsd-386), const IPPROTO_IGMP = 2
10382pkg syscall (freebsd-386), const IPPROTO_IGP = 85
10383pkg syscall (freebsd-386), const IPPROTO_IGRP = 88
10384pkg syscall (freebsd-386), const IPPROTO_IL = 40
10385pkg syscall (freebsd-386), const IPPROTO_INLSP = 52
10386pkg syscall (freebsd-386), const IPPROTO_INP = 32
10387pkg syscall (freebsd-386), const IPPROTO_IPCOMP = 108
10388pkg syscall (freebsd-386), const IPPROTO_IPCV = 71
10389pkg syscall (freebsd-386), const IPPROTO_IPEIP = 94
10390pkg syscall (freebsd-386), const IPPROTO_IPIP = 4
10391pkg syscall (freebsd-386), const IPPROTO_IPPC = 67
10392pkg syscall (freebsd-386), const IPPROTO_IPV4 = 4
10393pkg syscall (freebsd-386), const IPPROTO_IRTP = 28
10394pkg syscall (freebsd-386), const IPPROTO_KRYPTOLAN = 65
10395pkg syscall (freebsd-386), const IPPROTO_LARP = 91
10396pkg syscall (freebsd-386), const IPPROTO_LEAF1 = 25
10397pkg syscall (freebsd-386), const IPPROTO_LEAF2 = 26
10398pkg syscall (freebsd-386), const IPPROTO_MAX = 256
10399pkg syscall (freebsd-386), const IPPROTO_MAXID = 52
10400pkg syscall (freebsd-386), const IPPROTO_MEAS = 19
10401pkg syscall (freebsd-386), const IPPROTO_MH = 135
10402pkg syscall (freebsd-386), const IPPROTO_MH ideal-int
10403pkg syscall (freebsd-386), const IPPROTO_MHRP = 48
10404pkg syscall (freebsd-386), const IPPROTO_MICP = 95
10405pkg syscall (freebsd-386), const IPPROTO_MOBILE = 55
10406pkg syscall (freebsd-386), const IPPROTO_MTP = 92
10407pkg syscall (freebsd-386), const IPPROTO_MUX = 18
10408pkg syscall (freebsd-386), const IPPROTO_ND = 77
10409pkg syscall (freebsd-386), const IPPROTO_NHRP = 54
10410pkg syscall (freebsd-386), const IPPROTO_NONE = 59
10411pkg syscall (freebsd-386), const IPPROTO_NSP = 31
10412pkg syscall (freebsd-386), const IPPROTO_NVPII = 11
10413pkg syscall (freebsd-386), const IPPROTO_OLD_DIVERT = 254
10414pkg syscall (freebsd-386), const IPPROTO_OSPFIGP = 89
10415pkg syscall (freebsd-386), const IPPROTO_PFSYNC = 240
10416pkg syscall (freebsd-386), const IPPROTO_PGM = 113
10417pkg syscall (freebsd-386), const IPPROTO_PIGP = 9
10418pkg syscall (freebsd-386), const IPPROTO_PIM = 103
10419pkg syscall (freebsd-386), const IPPROTO_PRM = 21
10420pkg syscall (freebsd-386), const IPPROTO_PUP = 12
10421pkg syscall (freebsd-386), const IPPROTO_PVP = 75
10422pkg syscall (freebsd-386), const IPPROTO_RAW = 255
10423pkg syscall (freebsd-386), const IPPROTO_RCCMON = 10
10424pkg syscall (freebsd-386), const IPPROTO_RDP = 27
10425pkg syscall (freebsd-386), const IPPROTO_ROUTING = 43
10426pkg syscall (freebsd-386), const IPPROTO_RSVP = 46
10427pkg syscall (freebsd-386), const IPPROTO_RVD = 66
10428pkg syscall (freebsd-386), const IPPROTO_SATEXPAK = 64
10429pkg syscall (freebsd-386), const IPPROTO_SATMON = 69
10430pkg syscall (freebsd-386), const IPPROTO_SCCSP = 96
10431pkg syscall (freebsd-386), const IPPROTO_SCTP = 132
10432pkg syscall (freebsd-386), const IPPROTO_SDRP = 42
10433pkg syscall (freebsd-386), const IPPROTO_SEND = 259
10434pkg syscall (freebsd-386), const IPPROTO_SEND ideal-int
10435pkg syscall (freebsd-386), const IPPROTO_SEP = 33
10436pkg syscall (freebsd-386), const IPPROTO_SKIP = 57
10437pkg syscall (freebsd-386), const IPPROTO_SPACER = 32767
10438pkg syscall (freebsd-386), const IPPROTO_SRPC = 90
10439pkg syscall (freebsd-386), const IPPROTO_ST = 7
10440pkg syscall (freebsd-386), const IPPROTO_SVMTP = 82
10441pkg syscall (freebsd-386), const IPPROTO_SWIPE = 53
10442pkg syscall (freebsd-386), const IPPROTO_TCF = 87
10443pkg syscall (freebsd-386), const IPPROTO_TLSP = 56
10444pkg syscall (freebsd-386), const IPPROTO_TP = 29
10445pkg syscall (freebsd-386), const IPPROTO_TPXX = 39
10446pkg syscall (freebsd-386), const IPPROTO_TRUNK1 = 23
10447pkg syscall (freebsd-386), const IPPROTO_TRUNK2 = 24
10448pkg syscall (freebsd-386), const IPPROTO_TTP = 84
10449pkg syscall (freebsd-386), const IPPROTO_VINES = 83
10450pkg syscall (freebsd-386), const IPPROTO_VISA = 70
10451pkg syscall (freebsd-386), const IPPROTO_VMTP = 81
10452pkg syscall (freebsd-386), const IPPROTO_WBEXPAK = 79
10453pkg syscall (freebsd-386), const IPPROTO_WBMON = 78
10454pkg syscall (freebsd-386), const IPPROTO_WSN = 74
10455pkg syscall (freebsd-386), const IPPROTO_XNET = 15
10456pkg syscall (freebsd-386), const IPPROTO_XTP = 36
10457pkg syscall (freebsd-386), const IPV6_AUTOFLOWLABEL = 59
10458pkg syscall (freebsd-386), const IPV6_BINDANY = 64
10459pkg syscall (freebsd-386), const IPV6_BINDV6ONLY = 27
10460pkg syscall (freebsd-386), const IPV6_CHECKSUM = 26
10461pkg syscall (freebsd-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1
10462pkg syscall (freebsd-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1
10463pkg syscall (freebsd-386), const IPV6_DEFHLIM = 64
10464pkg syscall (freebsd-386), const IPV6_DONTFRAG = 62
10465pkg syscall (freebsd-386), const IPV6_DSTOPTS = 50
10466pkg syscall (freebsd-386), const IPV6_FAITH = 29
10467pkg syscall (freebsd-386), const IPV6_FLOWINFO_MASK = 4294967055
10468pkg syscall (freebsd-386), const IPV6_FLOWLABEL_MASK = 4294905600
10469pkg syscall (freebsd-386), const IPV6_FRAGTTL = 120
10470pkg syscall (freebsd-386), const IPV6_FW_ADD = 30
10471pkg syscall (freebsd-386), const IPV6_FW_DEL = 31
10472pkg syscall (freebsd-386), const IPV6_FW_FLUSH = 32
10473pkg syscall (freebsd-386), const IPV6_FW_GET = 34
10474pkg syscall (freebsd-386), const IPV6_FW_ZERO = 33
10475pkg syscall (freebsd-386), const IPV6_HLIMDEC = 1
10476pkg syscall (freebsd-386), const IPV6_HOPLIMIT = 47
10477pkg syscall (freebsd-386), const IPV6_HOPOPTS = 49
10478pkg syscall (freebsd-386), const IPV6_IPSEC_POLICY = 28
10479pkg syscall (freebsd-386), const IPV6_JOIN_GROUP = 12
10480pkg syscall (freebsd-386), const IPV6_LEAVE_GROUP = 13
10481pkg syscall (freebsd-386), const IPV6_MAXHLIM = 255
10482pkg syscall (freebsd-386), const IPV6_MAXOPTHDR = 2048
10483pkg syscall (freebsd-386), const IPV6_MAXPACKET = 65535
10484pkg syscall (freebsd-386), const IPV6_MAX_GROUP_SRC_FILTER = 512
10485pkg syscall (freebsd-386), const IPV6_MAX_MEMBERSHIPS = 4095
10486pkg syscall (freebsd-386), const IPV6_MAX_SOCK_SRC_FILTER = 128
10487pkg syscall (freebsd-386), const IPV6_MIN_MEMBERSHIPS = 31
10488pkg syscall (freebsd-386), const IPV6_MMTU = 1280
10489pkg syscall (freebsd-386), const IPV6_MSFILTER = 74
10490pkg syscall (freebsd-386), const IPV6_MULTICAST_HOPS = 10
10491pkg syscall (freebsd-386), const IPV6_MULTICAST_IF = 9
10492pkg syscall (freebsd-386), const IPV6_MULTICAST_LOOP = 11
10493pkg syscall (freebsd-386), const IPV6_NEXTHOP = 48
10494pkg syscall (freebsd-386), const IPV6_PATHMTU = 44
10495pkg syscall (freebsd-386), const IPV6_PKTINFO = 46
10496pkg syscall (freebsd-386), const IPV6_PORTRANGE = 14
10497pkg syscall (freebsd-386), const IPV6_PORTRANGE_DEFAULT = 0
10498pkg syscall (freebsd-386), const IPV6_PORTRANGE_HIGH = 1
10499pkg syscall (freebsd-386), const IPV6_PORTRANGE_LOW = 2
10500pkg syscall (freebsd-386), const IPV6_PREFER_TEMPADDR = 63
10501pkg syscall (freebsd-386), const IPV6_RECVDSTOPTS = 40
10502pkg syscall (freebsd-386), const IPV6_RECVHOPLIMIT = 37
10503pkg syscall (freebsd-386), const IPV6_RECVHOPOPTS = 39
10504pkg syscall (freebsd-386), const IPV6_RECVPATHMTU = 43
10505pkg syscall (freebsd-386), const IPV6_RECVPKTINFO = 36
10506pkg syscall (freebsd-386), const IPV6_RECVRTHDR = 38
10507pkg syscall (freebsd-386), const IPV6_RECVTCLASS = 57
10508pkg syscall (freebsd-386), const IPV6_RTHDR = 51
10509pkg syscall (freebsd-386), const IPV6_RTHDRDSTOPTS = 35
10510pkg syscall (freebsd-386), const IPV6_RTHDR_LOOSE = 0
10511pkg syscall (freebsd-386), const IPV6_RTHDR_STRICT = 1
10512pkg syscall (freebsd-386), const IPV6_RTHDR_TYPE_0 = 0
10513pkg syscall (freebsd-386), const IPV6_SOCKOPT_RESERVED1 = 3
10514pkg syscall (freebsd-386), const IPV6_TCLASS = 61
10515pkg syscall (freebsd-386), const IPV6_UNICAST_HOPS = 4
10516pkg syscall (freebsd-386), const IPV6_USE_MIN_MTU = 42
10517pkg syscall (freebsd-386), const IPV6_V6ONLY = 27
10518pkg syscall (freebsd-386), const IPV6_VERSION = 96
10519pkg syscall (freebsd-386), const IPV6_VERSION_MASK = 240
10520pkg syscall (freebsd-386), const IP_ADD_MEMBERSHIP = 12
10521pkg syscall (freebsd-386), const IP_ADD_SOURCE_MEMBERSHIP = 70
10522pkg syscall (freebsd-386), const IP_BINDANY = 24
10523pkg syscall (freebsd-386), const IP_BLOCK_SOURCE = 72
10524pkg syscall (freebsd-386), const IP_DEFAULT_MULTICAST_LOOP = 1
10525pkg syscall (freebsd-386), const IP_DEFAULT_MULTICAST_TTL = 1
10526pkg syscall (freebsd-386), const IP_DF = 16384
10527pkg syscall (freebsd-386), const IP_DONTFRAG = 67
10528pkg syscall (freebsd-386), const IP_DROP_MEMBERSHIP = 13
10529pkg syscall (freebsd-386), const IP_DROP_SOURCE_MEMBERSHIP = 71
10530pkg syscall (freebsd-386), const IP_DUMMYNET3 = 49
10531pkg syscall (freebsd-386), const IP_DUMMYNET_CONFIGURE = 60
10532pkg syscall (freebsd-386), const IP_DUMMYNET_DEL = 61
10533pkg syscall (freebsd-386), const IP_DUMMYNET_FLUSH = 62
10534pkg syscall (freebsd-386), const IP_DUMMYNET_GET = 64
10535pkg syscall (freebsd-386), const IP_FAITH = 22
10536pkg syscall (freebsd-386), const IP_FW3 = 48
10537pkg syscall (freebsd-386), const IP_FW_ADD = 50
10538pkg syscall (freebsd-386), const IP_FW_DEL = 51
10539pkg syscall (freebsd-386), const IP_FW_FLUSH = 52
10540pkg syscall (freebsd-386), const IP_FW_GET = 54
10541pkg syscall (freebsd-386), const IP_FW_NAT_CFG = 56
10542pkg syscall (freebsd-386), const IP_FW_NAT_DEL = 57
10543pkg syscall (freebsd-386), const IP_FW_NAT_GET_CONFIG = 58
10544pkg syscall (freebsd-386), const IP_FW_NAT_GET_LOG = 59
10545pkg syscall (freebsd-386), const IP_FW_RESETLOG = 55
10546pkg syscall (freebsd-386), const IP_FW_TABLE_ADD = 40
10547pkg syscall (freebsd-386), const IP_FW_TABLE_DEL = 41
10548pkg syscall (freebsd-386), const IP_FW_TABLE_FLUSH = 42
10549pkg syscall (freebsd-386), const IP_FW_TABLE_GETSIZE = 43
10550pkg syscall (freebsd-386), const IP_FW_TABLE_LIST = 44
10551pkg syscall (freebsd-386), const IP_FW_ZERO = 53
10552pkg syscall (freebsd-386), const IP_HDRINCL = 2
10553pkg syscall (freebsd-386), const IP_IPSEC_POLICY = 21
10554pkg syscall (freebsd-386), const IP_MAXPACKET = 65535
10555pkg syscall (freebsd-386), const IP_MAX_GROUP_SRC_FILTER = 512
10556pkg syscall (freebsd-386), const IP_MAX_MEMBERSHIPS = 4095
10557pkg syscall (freebsd-386), const IP_MAX_SOCK_MUTE_FILTER = 128
10558pkg syscall (freebsd-386), const IP_MAX_SOCK_SRC_FILTER = 128
10559pkg syscall (freebsd-386), const IP_MAX_SOURCE_FILTER = 1024
10560pkg syscall (freebsd-386), const IP_MF = 8192
10561pkg syscall (freebsd-386), const IP_MINTTL = 66
10562pkg syscall (freebsd-386), const IP_MIN_MEMBERSHIPS = 31
10563pkg syscall (freebsd-386), const IP_MSFILTER = 74
10564pkg syscall (freebsd-386), const IP_MSS = 576
10565pkg syscall (freebsd-386), const IP_MULTICAST_IF = 9
10566pkg syscall (freebsd-386), const IP_MULTICAST_LOOP = 11
10567pkg syscall (freebsd-386), const IP_MULTICAST_TTL = 10
10568pkg syscall (freebsd-386), const IP_MULTICAST_VIF = 14
10569pkg syscall (freebsd-386), const IP_OFFMASK = 8191
10570pkg syscall (freebsd-386), const IP_ONESBCAST = 23
10571pkg syscall (freebsd-386), const IP_OPTIONS = 1
10572pkg syscall (freebsd-386), const IP_PORTRANGE = 19
10573pkg syscall (freebsd-386), const IP_PORTRANGE_DEFAULT = 0
10574pkg syscall (freebsd-386), const IP_PORTRANGE_HIGH = 1
10575pkg syscall (freebsd-386), const IP_PORTRANGE_LOW = 2
10576pkg syscall (freebsd-386), const IP_RECVDSTADDR = 7
10577pkg syscall (freebsd-386), const IP_RECVIF = 20
10578pkg syscall (freebsd-386), const IP_RECVOPTS = 5
10579pkg syscall (freebsd-386), const IP_RECVRETOPTS = 6
10580pkg syscall (freebsd-386), const IP_RECVTOS = 68
10581pkg syscall (freebsd-386), const IP_RECVTOS ideal-int
10582pkg syscall (freebsd-386), const IP_RECVTTL = 65
10583pkg syscall (freebsd-386), const IP_RETOPTS = 8
10584pkg syscall (freebsd-386), const IP_RF = 32768
10585pkg syscall (freebsd-386), const IP_RSVP_OFF = 16
10586pkg syscall (freebsd-386), const IP_RSVP_ON = 15
10587pkg syscall (freebsd-386), const IP_RSVP_VIF_OFF = 18
10588pkg syscall (freebsd-386), const IP_RSVP_VIF_ON = 17
10589pkg syscall (freebsd-386), const IP_SENDSRCADDR = 7
10590pkg syscall (freebsd-386), const IP_TOS = 3
10591pkg syscall (freebsd-386), const IP_TTL = 4
10592pkg syscall (freebsd-386), const IP_UNBLOCK_SOURCE = 73
10593pkg syscall (freebsd-386), const ISIG = 128
10594pkg syscall (freebsd-386), const ISIG ideal-int
10595pkg syscall (freebsd-386), const ISTRIP = 32
10596pkg syscall (freebsd-386), const ISTRIP ideal-int
10597pkg syscall (freebsd-386), const IXANY = 2048
10598pkg syscall (freebsd-386), const IXANY ideal-int
10599pkg syscall (freebsd-386), const IXOFF = 1024
10600pkg syscall (freebsd-386), const IXOFF ideal-int
10601pkg syscall (freebsd-386), const IXON = 512
10602pkg syscall (freebsd-386), const IXON ideal-int
10603pkg syscall (freebsd-386), const ImplementsGetwd = false
10604pkg syscall (freebsd-386), const LOCK_EX = 2
10605pkg syscall (freebsd-386), const LOCK_NB = 4
10606pkg syscall (freebsd-386), const LOCK_SH = 1
10607pkg syscall (freebsd-386), const LOCK_UN = 8
10608pkg syscall (freebsd-386), const MADV_AUTOSYNC = 7
10609pkg syscall (freebsd-386), const MADV_AUTOSYNC ideal-int
10610pkg syscall (freebsd-386), const MADV_CORE = 9
10611pkg syscall (freebsd-386), const MADV_CORE ideal-int
10612pkg syscall (freebsd-386), const MADV_DONTNEED = 4
10613pkg syscall (freebsd-386), const MADV_DONTNEED ideal-int
10614pkg syscall (freebsd-386), const MADV_FREE = 5
10615pkg syscall (freebsd-386), const MADV_FREE ideal-int
10616pkg syscall (freebsd-386), const MADV_NOCORE = 8
10617pkg syscall (freebsd-386), const MADV_NOCORE ideal-int
10618pkg syscall (freebsd-386), const MADV_NORMAL = 0
10619pkg syscall (freebsd-386), const MADV_NORMAL ideal-int
10620pkg syscall (freebsd-386), const MADV_NOSYNC = 6
10621pkg syscall (freebsd-386), const MADV_NOSYNC ideal-int
10622pkg syscall (freebsd-386), const MADV_PROTECT = 10
10623pkg syscall (freebsd-386), const MADV_PROTECT ideal-int
10624pkg syscall (freebsd-386), const MADV_RANDOM = 1
10625pkg syscall (freebsd-386), const MADV_RANDOM ideal-int
10626pkg syscall (freebsd-386), const MADV_SEQUENTIAL = 2
10627pkg syscall (freebsd-386), const MADV_SEQUENTIAL ideal-int
10628pkg syscall (freebsd-386), const MADV_WILLNEED = 3
10629pkg syscall (freebsd-386), const MADV_WILLNEED ideal-int
10630pkg syscall (freebsd-386), const MAP_ANON = 4096
10631pkg syscall (freebsd-386), const MAP_ANON ideal-int
10632pkg syscall (freebsd-386), const MAP_ANONYMOUS = 4096
10633pkg syscall (freebsd-386), const MAP_ANONYMOUS ideal-int
10634pkg syscall (freebsd-386), const MAP_COPY = 2
10635pkg syscall (freebsd-386), const MAP_COPY ideal-int
10636pkg syscall (freebsd-386), const MAP_FILE = 0
10637pkg syscall (freebsd-386), const MAP_FILE ideal-int
10638pkg syscall (freebsd-386), const MAP_FIXED = 16
10639pkg syscall (freebsd-386), const MAP_FIXED ideal-int
10640pkg syscall (freebsd-386), const MAP_HASSEMAPHORE = 512
10641pkg syscall (freebsd-386), const MAP_HASSEMAPHORE ideal-int
10642pkg syscall (freebsd-386), const MAP_NOCORE = 131072
10643pkg syscall (freebsd-386), const MAP_NOCORE ideal-int
10644pkg syscall (freebsd-386), const MAP_NORESERVE = 64
10645pkg syscall (freebsd-386), const MAP_NORESERVE ideal-int
10646pkg syscall (freebsd-386), const MAP_NOSYNC = 2048
10647pkg syscall (freebsd-386), const MAP_NOSYNC ideal-int
10648pkg syscall (freebsd-386), const MAP_PREFAULT_READ = 262144
10649pkg syscall (freebsd-386), const MAP_PREFAULT_READ ideal-int
10650pkg syscall (freebsd-386), const MAP_PRIVATE = 2
10651pkg syscall (freebsd-386), const MAP_PRIVATE ideal-int
10652pkg syscall (freebsd-386), const MAP_RENAME = 32
10653pkg syscall (freebsd-386), const MAP_RENAME ideal-int
10654pkg syscall (freebsd-386), const MAP_RESERVED0080 = 128
10655pkg syscall (freebsd-386), const MAP_RESERVED0080 ideal-int
10656pkg syscall (freebsd-386), const MAP_RESERVED0100 = 256
10657pkg syscall (freebsd-386), const MAP_RESERVED0100 ideal-int
10658pkg syscall (freebsd-386), const MAP_SHARED = 1
10659pkg syscall (freebsd-386), const MAP_SHARED ideal-int
10660pkg syscall (freebsd-386), const MAP_STACK = 1024
10661pkg syscall (freebsd-386), const MAP_STACK ideal-int
10662pkg syscall (freebsd-386), const MCL_CURRENT = 1
10663pkg syscall (freebsd-386), const MCL_CURRENT ideal-int
10664pkg syscall (freebsd-386), const MCL_FUTURE = 2
10665pkg syscall (freebsd-386), const MCL_FUTURE ideal-int
10666pkg syscall (freebsd-386), const MSG_COMPAT = 32768
10667pkg syscall (freebsd-386), const MSG_CTRUNC = 32
10668pkg syscall (freebsd-386), const MSG_DONTROUTE = 4
10669pkg syscall (freebsd-386), const MSG_DONTWAIT = 128
10670pkg syscall (freebsd-386), const MSG_EOF = 256
10671pkg syscall (freebsd-386), const MSG_EOR = 8
10672pkg syscall (freebsd-386), const MSG_NBIO = 16384
10673pkg syscall (freebsd-386), const MSG_NOSIGNAL = 131072
10674pkg syscall (freebsd-386), const MSG_NOTIFICATION = 8192
10675pkg syscall (freebsd-386), const MSG_OOB = 1
10676pkg syscall (freebsd-386), const MSG_PEEK = 2
10677pkg syscall (freebsd-386), const MSG_TRUNC = 16
10678pkg syscall (freebsd-386), const MSG_WAITALL = 64
10679pkg syscall (freebsd-386), const MS_ASYNC = 1
10680pkg syscall (freebsd-386), const MS_ASYNC ideal-int
10681pkg syscall (freebsd-386), const MS_INVALIDATE = 2
10682pkg syscall (freebsd-386), const MS_INVALIDATE ideal-int
10683pkg syscall (freebsd-386), const MS_SYNC = 0
10684pkg syscall (freebsd-386), const MS_SYNC ideal-int
10685pkg syscall (freebsd-386), const NET_RT_DUMP = 1
10686pkg syscall (freebsd-386), const NET_RT_FLAGS = 2
10687pkg syscall (freebsd-386), const NET_RT_IFLIST = 3
10688pkg syscall (freebsd-386), const NET_RT_IFLISTL = 5
10689pkg syscall (freebsd-386), const NET_RT_IFLISTL ideal-int
10690pkg syscall (freebsd-386), const NET_RT_IFMALIST = 4
10691pkg syscall (freebsd-386), const NET_RT_MAXID = 6
10692pkg syscall (freebsd-386), const NOFLSH = 2147483648
10693pkg syscall (freebsd-386), const NOFLSH ideal-int
10694pkg syscall (freebsd-386), const NOTE_ATTRIB = 8
10695pkg syscall (freebsd-386), const NOTE_CHILD = 4
10696pkg syscall (freebsd-386), const NOTE_DELETE = 1
10697pkg syscall (freebsd-386), const NOTE_EXEC = 536870912
10698pkg syscall (freebsd-386), const NOTE_EXIT = 2147483648
10699pkg syscall (freebsd-386), const NOTE_EXTEND = 4
10700pkg syscall (freebsd-386), const NOTE_FFAND = 1073741824
10701pkg syscall (freebsd-386), const NOTE_FFCOPY = 3221225472
10702pkg syscall (freebsd-386), const NOTE_FFCTRLMASK = 3221225472
10703pkg syscall (freebsd-386), const NOTE_FFLAGSMASK = 16777215
10704pkg syscall (freebsd-386), const NOTE_FFNOP = 0
10705pkg syscall (freebsd-386), const NOTE_FFOR = 2147483648
10706pkg syscall (freebsd-386), const NOTE_FORK = 1073741824
10707pkg syscall (freebsd-386), const NOTE_LINK = 16
10708pkg syscall (freebsd-386), const NOTE_LOWAT = 1
10709pkg syscall (freebsd-386), const NOTE_PCTRLMASK = 4026531840
10710pkg syscall (freebsd-386), const NOTE_PDATAMASK = 1048575
10711pkg syscall (freebsd-386), const NOTE_RENAME = 32
10712pkg syscall (freebsd-386), const NOTE_REVOKE = 64
10713pkg syscall (freebsd-386), const NOTE_TRACK = 1
10714pkg syscall (freebsd-386), const NOTE_TRACKERR = 2
10715pkg syscall (freebsd-386), const NOTE_TRIGGER = 16777216
10716pkg syscall (freebsd-386), const NOTE_WRITE = 2
10717pkg syscall (freebsd-386), const OCRNL = 16
10718pkg syscall (freebsd-386), const OCRNL ideal-int
10719pkg syscall (freebsd-386), const ONLCR = 2
10720pkg syscall (freebsd-386), const ONLCR ideal-int
10721pkg syscall (freebsd-386), const ONLRET = 64
10722pkg syscall (freebsd-386), const ONLRET ideal-int
10723pkg syscall (freebsd-386), const ONOCR = 32
10724pkg syscall (freebsd-386), const ONOCR ideal-int
10725pkg syscall (freebsd-386), const ONOEOT = 8
10726pkg syscall (freebsd-386), const ONOEOT ideal-int
10727pkg syscall (freebsd-386), const OPOST = 1
10728pkg syscall (freebsd-386), const OPOST ideal-int
10729pkg syscall (freebsd-386), const O_ACCMODE = 3
10730pkg syscall (freebsd-386), const O_APPEND = 8
10731pkg syscall (freebsd-386), const O_ASYNC = 64
10732pkg syscall (freebsd-386), const O_CLOEXEC = 0
10733pkg syscall (freebsd-386), const O_CREAT = 512
10734pkg syscall (freebsd-386), const O_DIRECT = 65536
10735pkg syscall (freebsd-386), const O_DIRECTORY = 131072
10736pkg syscall (freebsd-386), const O_EXCL = 2048
10737pkg syscall (freebsd-386), const O_EXEC = 262144
10738pkg syscall (freebsd-386), const O_EXLOCK = 32
10739pkg syscall (freebsd-386), const O_FSYNC = 128
10740pkg syscall (freebsd-386), const O_NDELAY = 4
10741pkg syscall (freebsd-386), const O_NOCTTY = 32768
10742pkg syscall (freebsd-386), const O_NOFOLLOW = 256
10743pkg syscall (freebsd-386), const O_NONBLOCK = 4
10744pkg syscall (freebsd-386), const O_SHLOCK = 16
10745pkg syscall (freebsd-386), const O_SYNC = 128
10746pkg syscall (freebsd-386), const O_TRUNC = 1024
10747pkg syscall (freebsd-386), const O_TTY_INIT = 524288
10748pkg syscall (freebsd-386), const PARENB = 4096
10749pkg syscall (freebsd-386), const PARENB ideal-int
10750pkg syscall (freebsd-386), const PARMRK = 8
10751pkg syscall (freebsd-386), const PARMRK ideal-int
10752pkg syscall (freebsd-386), const PARODD = 8192
10753pkg syscall (freebsd-386), const PARODD ideal-int
10754pkg syscall (freebsd-386), const PENDIN = 536870912
10755pkg syscall (freebsd-386), const PENDIN ideal-int
10756pkg syscall (freebsd-386), const PROT_EXEC = 4
10757pkg syscall (freebsd-386), const PROT_EXEC ideal-int
10758pkg syscall (freebsd-386), const PROT_NONE = 0
10759pkg syscall (freebsd-386), const PROT_NONE ideal-int
10760pkg syscall (freebsd-386), const PROT_READ = 1
10761pkg syscall (freebsd-386), const PROT_READ ideal-int
10762pkg syscall (freebsd-386), const PROT_WRITE = 2
10763pkg syscall (freebsd-386), const PROT_WRITE ideal-int
10764pkg syscall (freebsd-386), const PTRACE_CONT = 7
10765pkg syscall (freebsd-386), const PTRACE_KILL = 8
10766pkg syscall (freebsd-386), const PTRACE_TRACEME = 0
10767pkg syscall (freebsd-386), const RLIMIT_AS = 10
10768pkg syscall (freebsd-386), const RLIMIT_CORE = 4
10769pkg syscall (freebsd-386), const RLIMIT_CPU = 0
10770pkg syscall (freebsd-386), const RLIMIT_DATA = 2
10771pkg syscall (freebsd-386), const RLIMIT_FSIZE = 1
10772pkg syscall (freebsd-386), const RLIMIT_NOFILE = 8
10773pkg syscall (freebsd-386), const RLIMIT_STACK = 3
10774pkg syscall (freebsd-386), const RLIM_INFINITY = 9223372036854775807
10775pkg syscall (freebsd-386), const RTAX_AUTHOR = 6
10776pkg syscall (freebsd-386), const RTAX_BRD = 7
10777pkg syscall (freebsd-386), const RTAX_DST = 0
10778pkg syscall (freebsd-386), const RTAX_GATEWAY = 1
10779pkg syscall (freebsd-386), const RTAX_GENMASK = 3
10780pkg syscall (freebsd-386), const RTAX_IFA = 5
10781pkg syscall (freebsd-386), const RTAX_IFP = 4
10782pkg syscall (freebsd-386), const RTAX_MAX = 8
10783pkg syscall (freebsd-386), const RTAX_NETMASK = 2
10784pkg syscall (freebsd-386), const RTA_AUTHOR = 64
10785pkg syscall (freebsd-386), const RTA_BRD = 128
10786pkg syscall (freebsd-386), const RTA_DST = 1
10787pkg syscall (freebsd-386), const RTA_GATEWAY = 2
10788pkg syscall (freebsd-386), const RTA_GENMASK = 8
10789pkg syscall (freebsd-386), const RTA_IFA = 32
10790pkg syscall (freebsd-386), const RTA_IFP = 16
10791pkg syscall (freebsd-386), const RTA_NETMASK = 4
10792pkg syscall (freebsd-386), const RTF_BLACKHOLE = 4096
10793pkg syscall (freebsd-386), const RTF_BROADCAST = 4194304
10794pkg syscall (freebsd-386), const RTF_DONE = 64
10795pkg syscall (freebsd-386), const RTF_DYNAMIC = 16
10796pkg syscall (freebsd-386), const RTF_FMASK = 268752904
10797pkg syscall (freebsd-386), const RTF_GATEWAY = 2
10798pkg syscall (freebsd-386), const RTF_HOST = 4
10799pkg syscall (freebsd-386), const RTF_LLDATA = 1024
10800pkg syscall (freebsd-386), const RTF_LLINFO = 1024
10801pkg syscall (freebsd-386), const RTF_LOCAL = 2097152
10802pkg syscall (freebsd-386), const RTF_MODIFIED = 32
10803pkg syscall (freebsd-386), const RTF_MULTICAST = 8388608
10804pkg syscall (freebsd-386), const RTF_PINNED = 1048576
10805pkg syscall (freebsd-386), const RTF_PRCLONING = 65536
10806pkg syscall (freebsd-386), const RTF_PROTO1 = 32768
10807pkg syscall (freebsd-386), const RTF_PROTO2 = 16384
10808pkg syscall (freebsd-386), const RTF_PROTO3 = 262144
10809pkg syscall (freebsd-386), const RTF_REJECT = 8
10810pkg syscall (freebsd-386), const RTF_RNH_LOCKED = 1073741824
10811pkg syscall (freebsd-386), const RTF_STATIC = 2048
10812pkg syscall (freebsd-386), const RTF_STICKY = 268435456
10813pkg syscall (freebsd-386), const RTF_UP = 1
10814pkg syscall (freebsd-386), const RTF_XRESOLVE = 512
10815pkg syscall (freebsd-386), const RTM_ADD = 1
10816pkg syscall (freebsd-386), const RTM_CHANGE = 3
10817pkg syscall (freebsd-386), const RTM_DELADDR = 13
10818pkg syscall (freebsd-386), const RTM_DELETE = 2
10819pkg syscall (freebsd-386), const RTM_DELMADDR = 16
10820pkg syscall (freebsd-386), const RTM_GET = 4
10821pkg syscall (freebsd-386), const RTM_IEEE80211 = 18
10822pkg syscall (freebsd-386), const RTM_IFANNOUNCE = 17
10823pkg syscall (freebsd-386), const RTM_IFINFO = 14
10824pkg syscall (freebsd-386), const RTM_LOCK = 8
10825pkg syscall (freebsd-386), const RTM_LOSING = 5
10826pkg syscall (freebsd-386), const RTM_MISS = 7
10827pkg syscall (freebsd-386), const RTM_NEWADDR = 12
10828pkg syscall (freebsd-386), const RTM_NEWMADDR = 15
10829pkg syscall (freebsd-386), const RTM_OLDADD = 9
10830pkg syscall (freebsd-386), const RTM_OLDDEL = 10
10831pkg syscall (freebsd-386), const RTM_REDIRECT = 6
10832pkg syscall (freebsd-386), const RTM_RESOLVE = 11
10833pkg syscall (freebsd-386), const RTM_RTTUNIT = 1000000
10834pkg syscall (freebsd-386), const RTM_VERSION = 5
10835pkg syscall (freebsd-386), const RTV_EXPIRE = 4
10836pkg syscall (freebsd-386), const RTV_HOPCOUNT = 2
10837pkg syscall (freebsd-386), const RTV_MTU = 1
10838pkg syscall (freebsd-386), const RTV_RPIPE = 8
10839pkg syscall (freebsd-386), const RTV_RTT = 64
10840pkg syscall (freebsd-386), const RTV_RTTVAR = 128
10841pkg syscall (freebsd-386), const RTV_SPIPE = 16
10842pkg syscall (freebsd-386), const RTV_SSTHRESH = 32
10843pkg syscall (freebsd-386), const RTV_WEIGHT = 256
10844pkg syscall (freebsd-386), const RT_CACHING_CONTEXT = 1
10845pkg syscall (freebsd-386), const RT_CACHING_CONTEXT ideal-int
10846pkg syscall (freebsd-386), const RT_DEFAULT_FIB = 0
10847pkg syscall (freebsd-386), const RT_DEFAULT_FIB ideal-int
10848pkg syscall (freebsd-386), const RUSAGE_CHILDREN = -1
10849pkg syscall (freebsd-386), const RUSAGE_SELF = 0
10850pkg syscall (freebsd-386), const RUSAGE_THREAD = 1
10851pkg syscall (freebsd-386), const SCM_BINTIME = 4
10852pkg syscall (freebsd-386), const SCM_CREDS = 3
10853pkg syscall (freebsd-386), const SCM_RIGHTS = 1
10854pkg syscall (freebsd-386), const SCM_TIMESTAMP = 2
10855pkg syscall (freebsd-386), const SIGBUS = 10
10856pkg syscall (freebsd-386), const SIGCHLD = 20
10857pkg syscall (freebsd-386), const SIGCONT = 19
10858pkg syscall (freebsd-386), const SIGEMT = 7
10859pkg syscall (freebsd-386), const SIGINFO = 29
10860pkg syscall (freebsd-386), const SIGIO = 23
10861pkg syscall (freebsd-386), const SIGIOT = 6
10862pkg syscall (freebsd-386), const SIGLWP = 32
10863pkg syscall (freebsd-386), const SIGPROF = 27
10864pkg syscall (freebsd-386), const SIGSTOP = 17
10865pkg syscall (freebsd-386), const SIGSYS = 12
10866pkg syscall (freebsd-386), const SIGTHR = 32
10867pkg syscall (freebsd-386), const SIGTSTP = 18
10868pkg syscall (freebsd-386), const SIGTTIN = 21
10869pkg syscall (freebsd-386), const SIGTTOU = 22
10870pkg syscall (freebsd-386), const SIGURG = 16
10871pkg syscall (freebsd-386), const SIGUSR1 = 30
10872pkg syscall (freebsd-386), const SIGUSR2 = 31
10873pkg syscall (freebsd-386), const SIGVTALRM = 26
10874pkg syscall (freebsd-386), const SIGWINCH = 28
10875pkg syscall (freebsd-386), const SIGXCPU = 24
10876pkg syscall (freebsd-386), const SIGXFSZ = 25
10877pkg syscall (freebsd-386), const SIOCADDMULTI = 2149607729
10878pkg syscall (freebsd-386), const SIOCADDRT = 2150658570
10879pkg syscall (freebsd-386), const SIOCAIFADDR = 2151704858
10880pkg syscall (freebsd-386), const SIOCAIFGROUP = 2149869959
10881pkg syscall (freebsd-386), const SIOCALIFADDR = 2165860635
10882pkg syscall (freebsd-386), const SIOCATMARK = 1074033415
10883pkg syscall (freebsd-386), const SIOCDELMULTI = 2149607730
10884pkg syscall (freebsd-386), const SIOCDELRT = 2150658571
10885pkg syscall (freebsd-386), const SIOCDIFADDR = 2149607705
10886pkg syscall (freebsd-386), const SIOCDIFGROUP = 2149869961
10887pkg syscall (freebsd-386), const SIOCDIFPHYADDR = 2149607753
10888pkg syscall (freebsd-386), const SIOCDLIFADDR = 2165860637
10889pkg syscall (freebsd-386), const SIOCGDRVSPEC = 3223087483
10890pkg syscall (freebsd-386), const SIOCGETSGCNT = 3222565392
10891pkg syscall (freebsd-386), const SIOCGETVIFCNT = 3222565391
10892pkg syscall (freebsd-386), const SIOCGHIWAT = 1074033409
10893pkg syscall (freebsd-386), const SIOCGIFADDR = 3223349537
10894pkg syscall (freebsd-386), const SIOCGIFBRDADDR = 3223349539
10895pkg syscall (freebsd-386), const SIOCGIFCAP = 3223349535
10896pkg syscall (freebsd-386), const SIOCGIFCONF = 3221776676
10897pkg syscall (freebsd-386), const SIOCGIFDESCR = 3223349546
10898pkg syscall (freebsd-386), const SIOCGIFDSTADDR = 3223349538
10899pkg syscall (freebsd-386), const SIOCGIFFIB = 3223349596
10900pkg syscall (freebsd-386), const SIOCGIFFIB ideal-int
10901pkg syscall (freebsd-386), const SIOCGIFFLAGS = 3223349521
10902pkg syscall (freebsd-386), const SIOCGIFGENERIC = 3223349562
10903pkg syscall (freebsd-386), const SIOCGIFGMEMB = 3223611786
10904pkg syscall (freebsd-386), const SIOCGIFGROUP = 3223611784
10905pkg syscall (freebsd-386), const SIOCGIFINDEX = 3223349536
10906pkg syscall (freebsd-386), const SIOCGIFMAC = 3223349542
10907pkg syscall (freebsd-386), const SIOCGIFMEDIA = 3223873848
10908pkg syscall (freebsd-386), const SIOCGIFMETRIC = 3223349527
10909pkg syscall (freebsd-386), const SIOCGIFMTU = 3223349555
10910pkg syscall (freebsd-386), const SIOCGIFNETMASK = 3223349541
10911pkg syscall (freebsd-386), const SIOCGIFPDSTADDR = 3223349576
10912pkg syscall (freebsd-386), const SIOCGIFPHYS = 3223349557
10913pkg syscall (freebsd-386), const SIOCGIFPSRCADDR = 3223349575
10914pkg syscall (freebsd-386), const SIOCGIFSTATUS = 3274795323
10915pkg syscall (freebsd-386), const SIOCGLIFADDR = 3239602460
10916pkg syscall (freebsd-386), const SIOCGLIFPHYADDR = 3239602507
10917pkg syscall (freebsd-386), const SIOCGLOWAT = 1074033411
10918pkg syscall (freebsd-386), const SIOCGPGRP = 1074033417
10919pkg syscall (freebsd-386), const SIOCGPRIVATE_0 = 3223349584
10920pkg syscall (freebsd-386), const SIOCGPRIVATE_1 = 3223349585
10921pkg syscall (freebsd-386), const SIOCIFCREATE = 3223349626
10922pkg syscall (freebsd-386), const SIOCIFCREATE2 = 3223349628
10923pkg syscall (freebsd-386), const SIOCIFDESTROY = 2149607801
10924pkg syscall (freebsd-386), const SIOCIFGCLONERS = 3222038904
10925pkg syscall (freebsd-386), const SIOCSDRVSPEC = 2149345659
10926pkg syscall (freebsd-386), const SIOCSHIWAT = 2147775232
10927pkg syscall (freebsd-386), const SIOCSIFADDR = 2149607692
10928pkg syscall (freebsd-386), const SIOCSIFBRDADDR = 2149607699
10929pkg syscall (freebsd-386), const SIOCSIFCAP = 2149607710
10930pkg syscall (freebsd-386), const SIOCSIFDESCR = 2149607721
10931pkg syscall (freebsd-386), const SIOCSIFDSTADDR = 2149607694
10932pkg syscall (freebsd-386), const SIOCSIFFIB = 2149607773
10933pkg syscall (freebsd-386), const SIOCSIFFIB ideal-int
10934pkg syscall (freebsd-386), const SIOCSIFFLAGS = 2149607696
10935pkg syscall (freebsd-386), const SIOCSIFGENERIC = 2149607737
10936pkg syscall (freebsd-386), const SIOCSIFLLADDR = 2149607740
10937pkg syscall (freebsd-386), const SIOCSIFMAC = 2149607719
10938pkg syscall (freebsd-386), const SIOCSIFMEDIA = 3223349559
10939pkg syscall (freebsd-386), const SIOCSIFMETRIC = 2149607704
10940pkg syscall (freebsd-386), const SIOCSIFMTU = 2149607732
10941pkg syscall (freebsd-386), const SIOCSIFNAME = 2149607720
10942pkg syscall (freebsd-386), const SIOCSIFNETMASK = 2149607702
10943pkg syscall (freebsd-386), const SIOCSIFPHYADDR = 2151704902
10944pkg syscall (freebsd-386), const SIOCSIFPHYS = 2149607734
10945pkg syscall (freebsd-386), const SIOCSIFRVNET = 3223349595
10946pkg syscall (freebsd-386), const SIOCSIFVNET = 3223349594
10947pkg syscall (freebsd-386), const SIOCSLIFPHYADDR = 2165860682
10948pkg syscall (freebsd-386), const SIOCSLOWAT = 2147775234
10949pkg syscall (freebsd-386), const SIOCSPGRP = 2147775240
10950pkg syscall (freebsd-386), const SOCK_MAXADDRLEN = 255
10951pkg syscall (freebsd-386), const SOCK_RDM = 4
10952pkg syscall (freebsd-386), const SOL_SOCKET = 65535
10953pkg syscall (freebsd-386), const SOMAXCONN = 128
10954pkg syscall (freebsd-386), const SO_ACCEPTCONN = 2
10955pkg syscall (freebsd-386), const SO_ACCEPTFILTER = 4096
10956pkg syscall (freebsd-386), const SO_BINTIME = 8192
10957pkg syscall (freebsd-386), const SO_BROADCAST = 32
10958pkg syscall (freebsd-386), const SO_DEBUG = 1
10959pkg syscall (freebsd-386), const SO_DONTROUTE = 16
10960pkg syscall (freebsd-386), const SO_ERROR = 4103
10961pkg syscall (freebsd-386), const SO_KEEPALIVE = 8
10962pkg syscall (freebsd-386), const SO_LABEL = 4105
10963pkg syscall (freebsd-386), const SO_LINGER = 128
10964pkg syscall (freebsd-386), const SO_LISTENINCQLEN = 4115
10965pkg syscall (freebsd-386), const SO_LISTENQLEN = 4114
10966pkg syscall (freebsd-386), const SO_LISTENQLIMIT = 4113
10967pkg syscall (freebsd-386), const SO_NOSIGPIPE = 2048
10968pkg syscall (freebsd-386), const SO_NO_DDP = 32768
10969pkg syscall (freebsd-386), const SO_NO_OFFLOAD = 16384
10970pkg syscall (freebsd-386), const SO_OOBINLINE = 256
10971pkg syscall (freebsd-386), const SO_PEERLABEL = 4112
10972pkg syscall (freebsd-386), const SO_PROTOCOL = 4118
10973pkg syscall (freebsd-386), const SO_PROTOCOL ideal-int
10974pkg syscall (freebsd-386), const SO_PROTOTYPE = 4118
10975pkg syscall (freebsd-386), const SO_PROTOTYPE ideal-int
10976pkg syscall (freebsd-386), const SO_RCVBUF = 4098
10977pkg syscall (freebsd-386), const SO_RCVLOWAT = 4100
10978pkg syscall (freebsd-386), const SO_RCVTIMEO = 4102
10979pkg syscall (freebsd-386), const SO_REUSEADDR = 4
10980pkg syscall (freebsd-386), const SO_REUSEPORT = 512
10981pkg syscall (freebsd-386), const SO_SETFIB = 4116
10982pkg syscall (freebsd-386), const SO_SNDBUF = 4097
10983pkg syscall (freebsd-386), const SO_SNDLOWAT = 4099
10984pkg syscall (freebsd-386), const SO_SNDTIMEO = 4101
10985pkg syscall (freebsd-386), const SO_TIMESTAMP = 1024
10986pkg syscall (freebsd-386), const SO_TYPE = 4104
10987pkg syscall (freebsd-386), const SO_USELOOPBACK = 64
10988pkg syscall (freebsd-386), const SO_USER_COOKIE = 4117
10989pkg syscall (freebsd-386), const SO_USER_COOKIE ideal-int
10990pkg syscall (freebsd-386), const SYS_ABORT2 = 463
10991pkg syscall (freebsd-386), const SYS_ACCEPT = 30
10992pkg syscall (freebsd-386), const SYS_ACCESS = 33
10993pkg syscall (freebsd-386), const SYS_ACCT = 51
10994pkg syscall (freebsd-386), const SYS_ADJTIME = 140
10995pkg syscall (freebsd-386), const SYS_AUDIT = 445
10996pkg syscall (freebsd-386), const SYS_AUDITCTL = 453
10997pkg syscall (freebsd-386), const SYS_AUDITON = 446
10998pkg syscall (freebsd-386), const SYS_BIND = 104
10999pkg syscall (freebsd-386), const SYS_CAP_ENTER = 516
11000pkg syscall (freebsd-386), const SYS_CAP_GETMODE = 517
11001pkg syscall (freebsd-386), const SYS_CAP_GETRIGHTS = 515
11002pkg syscall (freebsd-386), const SYS_CAP_NEW = 514
11003pkg syscall (freebsd-386), const SYS_CHDIR = 12
11004pkg syscall (freebsd-386), const SYS_CHFLAGS = 34
11005pkg syscall (freebsd-386), const SYS_CHMOD = 15
11006pkg syscall (freebsd-386), const SYS_CHOWN = 16
11007pkg syscall (freebsd-386), const SYS_CHROOT = 61
11008pkg syscall (freebsd-386), const SYS_CLOCK_GETCPUCLOCKID2 = 247
11009pkg syscall (freebsd-386), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int
11010pkg syscall (freebsd-386), const SYS_CLOCK_GETRES = 234
11011pkg syscall (freebsd-386), const SYS_CLOCK_GETTIME = 232
11012pkg syscall (freebsd-386), const SYS_CLOCK_SETTIME = 233
11013pkg syscall (freebsd-386), const SYS_CLOSE = 6
11014pkg syscall (freebsd-386), const SYS_CLOSEFROM = 509
11015pkg syscall (freebsd-386), const SYS_CONNECT = 98
11016pkg syscall (freebsd-386), const SYS_CPUSET = 484
11017pkg syscall (freebsd-386), const SYS_CPUSET_GETAFFINITY = 487
11018pkg syscall (freebsd-386), const SYS_CPUSET_GETID = 486
11019pkg syscall (freebsd-386), const SYS_CPUSET_SETAFFINITY = 488
11020pkg syscall (freebsd-386), const SYS_CPUSET_SETID = 485
11021pkg syscall (freebsd-386), const SYS_DUP = 41
11022pkg syscall (freebsd-386), const SYS_DUP2 = 90
11023pkg syscall (freebsd-386), const SYS_EACCESS = 376
11024pkg syscall (freebsd-386), const SYS_EXECVE = 59
11025pkg syscall (freebsd-386), const SYS_EXIT = 1
11026pkg syscall (freebsd-386), const SYS_EXTATTRCTL = 355
11027pkg syscall (freebsd-386), const SYS_EXTATTR_DELETE_FD = 373
11028pkg syscall (freebsd-386), const SYS_EXTATTR_DELETE_FILE = 358
11029pkg syscall (freebsd-386), const SYS_EXTATTR_DELETE_LINK = 414
11030pkg syscall (freebsd-386), const SYS_EXTATTR_GET_FD = 372
11031pkg syscall (freebsd-386), const SYS_EXTATTR_GET_FILE = 357
11032pkg syscall (freebsd-386), const SYS_EXTATTR_GET_LINK = 413
11033pkg syscall (freebsd-386), const SYS_EXTATTR_LIST_FD = 437
11034pkg syscall (freebsd-386), const SYS_EXTATTR_LIST_FILE = 438
11035pkg syscall (freebsd-386), const SYS_EXTATTR_LIST_LINK = 439
11036pkg syscall (freebsd-386), const SYS_EXTATTR_SET_FD = 371
11037pkg syscall (freebsd-386), const SYS_EXTATTR_SET_FILE = 356
11038pkg syscall (freebsd-386), const SYS_EXTATTR_SET_LINK = 412
11039pkg syscall (freebsd-386), const SYS_FACCESSAT = 489
11040pkg syscall (freebsd-386), const SYS_FCHDIR = 13
11041pkg syscall (freebsd-386), const SYS_FCHFLAGS = 35
11042pkg syscall (freebsd-386), const SYS_FCHMOD = 124
11043pkg syscall (freebsd-386), const SYS_FCHMODAT = 490
11044pkg syscall (freebsd-386), const SYS_FCHOWN = 123
11045pkg syscall (freebsd-386), const SYS_FCHOWNAT = 491
11046pkg syscall (freebsd-386), const SYS_FCNTL = 92
11047pkg syscall (freebsd-386), const SYS_FEXECVE = 492
11048pkg syscall (freebsd-386), const SYS_FFCLOCK_GETCOUNTER = 241
11049pkg syscall (freebsd-386), const SYS_FFCLOCK_GETESTIMATE = 243
11050pkg syscall (freebsd-386), const SYS_FFCLOCK_SETESTIMATE = 242
11051pkg syscall (freebsd-386), const SYS_FHOPEN = 298
11052pkg syscall (freebsd-386), const SYS_FHSTAT = 299
11053pkg syscall (freebsd-386), const SYS_FHSTATFS = 398
11054pkg syscall (freebsd-386), const SYS_FLOCK = 131
11055pkg syscall (freebsd-386), const SYS_FORK = 2
11056pkg syscall (freebsd-386), const SYS_FPATHCONF = 192
11057pkg syscall (freebsd-386), const SYS_FREEBSD6_FTRUNCATE = 201
11058pkg syscall (freebsd-386), const SYS_FREEBSD6_LSEEK = 199
11059pkg syscall (freebsd-386), const SYS_FREEBSD6_MMAP = 197
11060pkg syscall (freebsd-386), const SYS_FREEBSD6_PREAD = 173
11061pkg syscall (freebsd-386), const SYS_FREEBSD6_PWRITE = 174
11062pkg syscall (freebsd-386), const SYS_FREEBSD6_TRUNCATE = 200
11063pkg syscall (freebsd-386), const SYS_FSTAT = 189
11064pkg syscall (freebsd-386), const SYS_FSTATAT = 493
11065pkg syscall (freebsd-386), const SYS_FSTATFS = 397
11066pkg syscall (freebsd-386), const SYS_FSYNC = 95
11067pkg syscall (freebsd-386), const SYS_FTRUNCATE = 480
11068pkg syscall (freebsd-386), const SYS_FUTIMES = 206
11069pkg syscall (freebsd-386), const SYS_FUTIMESAT = 494
11070pkg syscall (freebsd-386), const SYS_GETAUDIT = 449
11071pkg syscall (freebsd-386), const SYS_GETAUDIT_ADDR = 451
11072pkg syscall (freebsd-386), const SYS_GETAUID = 447
11073pkg syscall (freebsd-386), const SYS_GETCONTEXT = 421
11074pkg syscall (freebsd-386), const SYS_GETDENTS = 272
11075pkg syscall (freebsd-386), const SYS_GETDIRENTRIES = 196
11076pkg syscall (freebsd-386), const SYS_GETDTABLESIZE = 89
11077pkg syscall (freebsd-386), const SYS_GETEGID = 43
11078pkg syscall (freebsd-386), const SYS_GETEUID = 25
11079pkg syscall (freebsd-386), const SYS_GETFH = 161
11080pkg syscall (freebsd-386), const SYS_GETFSSTAT = 395
11081pkg syscall (freebsd-386), const SYS_GETGID = 47
11082pkg syscall (freebsd-386), const SYS_GETGROUPS = 79
11083pkg syscall (freebsd-386), const SYS_GETITIMER = 86
11084pkg syscall (freebsd-386), const SYS_GETLOGIN = 49
11085pkg syscall (freebsd-386), const SYS_GETLOGINCLASS = 523
11086pkg syscall (freebsd-386), const SYS_GETPEERNAME = 31
11087pkg syscall (freebsd-386), const SYS_GETPGID = 207
11088pkg syscall (freebsd-386), const SYS_GETPGRP = 81
11089pkg syscall (freebsd-386), const SYS_GETPID = 20
11090pkg syscall (freebsd-386), const SYS_GETPPID = 39
11091pkg syscall (freebsd-386), const SYS_GETPRIORITY = 100
11092pkg syscall (freebsd-386), const SYS_GETRESGID = 361
11093pkg syscall (freebsd-386), const SYS_GETRESUID = 360
11094pkg syscall (freebsd-386), const SYS_GETRLIMIT = 194
11095pkg syscall (freebsd-386), const SYS_GETRUSAGE = 117
11096pkg syscall (freebsd-386), const SYS_GETSID = 310
11097pkg syscall (freebsd-386), const SYS_GETSOCKNAME = 32
11098pkg syscall (freebsd-386), const SYS_GETSOCKOPT = 118
11099pkg syscall (freebsd-386), const SYS_GETTIMEOFDAY = 116
11100pkg syscall (freebsd-386), const SYS_GETUID = 24
11101pkg syscall (freebsd-386), const SYS_IOCTL = 54
11102pkg syscall (freebsd-386), const SYS_ISSETUGID = 253
11103pkg syscall (freebsd-386), const SYS_JAIL = 338
11104pkg syscall (freebsd-386), const SYS_JAIL_ATTACH = 436
11105pkg syscall (freebsd-386), const SYS_JAIL_GET = 506
11106pkg syscall (freebsd-386), const SYS_JAIL_REMOVE = 508
11107pkg syscall (freebsd-386), const SYS_JAIL_SET = 507
11108pkg syscall (freebsd-386), const SYS_KENV = 390
11109pkg syscall (freebsd-386), const SYS_KEVENT = 363
11110pkg syscall (freebsd-386), const SYS_KILL = 37
11111pkg syscall (freebsd-386), const SYS_KLDFIND = 306
11112pkg syscall (freebsd-386), const SYS_KLDFIRSTMOD = 309
11113pkg syscall (freebsd-386), const SYS_KLDLOAD = 304
11114pkg syscall (freebsd-386), const SYS_KLDNEXT = 307
11115pkg syscall (freebsd-386), const SYS_KLDSTAT = 308
11116pkg syscall (freebsd-386), const SYS_KLDSYM = 337
11117pkg syscall (freebsd-386), const SYS_KLDUNLOAD = 305
11118pkg syscall (freebsd-386), const SYS_KLDUNLOADF = 444
11119pkg syscall (freebsd-386), const SYS_KQUEUE = 362
11120pkg syscall (freebsd-386), const SYS_KTIMER_CREATE = 235
11121pkg syscall (freebsd-386), const SYS_KTIMER_DELETE = 236
11122pkg syscall (freebsd-386), const SYS_KTIMER_GETOVERRUN = 239
11123pkg syscall (freebsd-386), const SYS_KTIMER_GETTIME = 238
11124pkg syscall (freebsd-386), const SYS_KTIMER_SETTIME = 237
11125pkg syscall (freebsd-386), const SYS_KTRACE = 45
11126pkg syscall (freebsd-386), const SYS_LCHFLAGS = 391
11127pkg syscall (freebsd-386), const SYS_LCHMOD = 274
11128pkg syscall (freebsd-386), const SYS_LCHOWN = 254
11129pkg syscall (freebsd-386), const SYS_LGETFH = 160
11130pkg syscall (freebsd-386), const SYS_LINK = 9
11131pkg syscall (freebsd-386), const SYS_LINKAT = 495
11132pkg syscall (freebsd-386), const SYS_LISTEN = 106
11133pkg syscall (freebsd-386), const SYS_LPATHCONF = 513
11134pkg syscall (freebsd-386), const SYS_LSEEK = 478
11135pkg syscall (freebsd-386), const SYS_LSTAT = 190
11136pkg syscall (freebsd-386), const SYS_LUTIMES = 276
11137pkg syscall (freebsd-386), const SYS_MAC_SYSCALL = 394
11138pkg syscall (freebsd-386), const SYS_MADVISE = 75
11139pkg syscall (freebsd-386), const SYS_MINCORE = 78
11140pkg syscall (freebsd-386), const SYS_MINHERIT = 250
11141pkg syscall (freebsd-386), const SYS_MKDIR = 136
11142pkg syscall (freebsd-386), const SYS_MKDIRAT = 496
11143pkg syscall (freebsd-386), const SYS_MKFIFO = 132
11144pkg syscall (freebsd-386), const SYS_MKFIFOAT = 497
11145pkg syscall (freebsd-386), const SYS_MKNOD = 14
11146pkg syscall (freebsd-386), const SYS_MKNODAT = 498
11147pkg syscall (freebsd-386), const SYS_MLOCK = 203
11148pkg syscall (freebsd-386), const SYS_MLOCKALL = 324
11149pkg syscall (freebsd-386), const SYS_MMAP = 477
11150pkg syscall (freebsd-386), const SYS_MODFIND = 303
11151pkg syscall (freebsd-386), const SYS_MODFNEXT = 302
11152pkg syscall (freebsd-386), const SYS_MODNEXT = 300
11153pkg syscall (freebsd-386), const SYS_MODSTAT = 301
11154pkg syscall (freebsd-386), const SYS_MOUNT = 21
11155pkg syscall (freebsd-386), const SYS_MPROTECT = 74
11156pkg syscall (freebsd-386), const SYS_MSYNC = 65
11157pkg syscall (freebsd-386), const SYS_MUNLOCK = 204
11158pkg syscall (freebsd-386), const SYS_MUNLOCKALL = 325
11159pkg syscall (freebsd-386), const SYS_MUNMAP = 73
11160pkg syscall (freebsd-386), const SYS_NANOSLEEP = 240
11161pkg syscall (freebsd-386), const SYS_NFSTAT = 279
11162pkg syscall (freebsd-386), const SYS_NLSTAT = 280
11163pkg syscall (freebsd-386), const SYS_NMOUNT = 378
11164pkg syscall (freebsd-386), const SYS_NSTAT = 278
11165pkg syscall (freebsd-386), const SYS_NTP_ADJTIME = 176
11166pkg syscall (freebsd-386), const SYS_NTP_GETTIME = 248
11167pkg syscall (freebsd-386), const SYS_OBREAK = 17
11168pkg syscall (freebsd-386), const SYS_OPEN = 5
11169pkg syscall (freebsd-386), const SYS_OPENAT = 499
11170pkg syscall (freebsd-386), const SYS_OPENBSD_POLL = 252
11171pkg syscall (freebsd-386), const SYS_OVADVISE = 72
11172pkg syscall (freebsd-386), const SYS_PATHCONF = 191
11173pkg syscall (freebsd-386), const SYS_PDFORK = 518
11174pkg syscall (freebsd-386), const SYS_PDGETPID = 520
11175pkg syscall (freebsd-386), const SYS_PDKILL = 519
11176pkg syscall (freebsd-386), const SYS_PIPE = 42
11177pkg syscall (freebsd-386), const SYS_POLL = 209
11178pkg syscall (freebsd-386), const SYS_POSIX_FADVISE = 531
11179pkg syscall (freebsd-386), const SYS_POSIX_FALLOCATE = 530
11180pkg syscall (freebsd-386), const SYS_POSIX_OPENPT = 504
11181pkg syscall (freebsd-386), const SYS_PREAD = 475
11182pkg syscall (freebsd-386), const SYS_PREADV = 289
11183pkg syscall (freebsd-386), const SYS_PROFIL = 44
11184pkg syscall (freebsd-386), const SYS_PSELECT = 522
11185pkg syscall (freebsd-386), const SYS_PTRACE = 26
11186pkg syscall (freebsd-386), const SYS_PWRITE = 476
11187pkg syscall (freebsd-386), const SYS_PWRITEV = 290
11188pkg syscall (freebsd-386), const SYS_QUOTACTL = 148
11189pkg syscall (freebsd-386), const SYS_RCTL_ADD_RULE = 528
11190pkg syscall (freebsd-386), const SYS_RCTL_GET_LIMITS = 527
11191pkg syscall (freebsd-386), const SYS_RCTL_GET_RACCT = 525
11192pkg syscall (freebsd-386), const SYS_RCTL_GET_RULES = 526
11193pkg syscall (freebsd-386), const SYS_RCTL_REMOVE_RULE = 529
11194pkg syscall (freebsd-386), const SYS_READ = 3
11195pkg syscall (freebsd-386), const SYS_READLINK = 58
11196pkg syscall (freebsd-386), const SYS_READLINKAT = 500
11197pkg syscall (freebsd-386), const SYS_READV = 120
11198pkg syscall (freebsd-386), const SYS_REBOOT = 55
11199pkg syscall (freebsd-386), const SYS_RECVFROM = 29
11200pkg syscall (freebsd-386), const SYS_RECVMSG = 27
11201pkg syscall (freebsd-386), const SYS_RENAME = 128
11202pkg syscall (freebsd-386), const SYS_RENAMEAT = 501
11203pkg syscall (freebsd-386), const SYS_REVOKE = 56
11204pkg syscall (freebsd-386), const SYS_RFORK = 251
11205pkg syscall (freebsd-386), const SYS_RMDIR = 137
11206pkg syscall (freebsd-386), const SYS_RTPRIO = 166
11207pkg syscall (freebsd-386), const SYS_RTPRIO_THREAD = 466
11208pkg syscall (freebsd-386), const SYS_SBRK = 69
11209pkg syscall (freebsd-386), const SYS_SCHED_GETPARAM = 328
11210pkg syscall (freebsd-386), const SYS_SCHED_GETSCHEDULER = 330
11211pkg syscall (freebsd-386), const SYS_SCHED_GET_PRIORITY_MAX = 332
11212pkg syscall (freebsd-386), const SYS_SCHED_GET_PRIORITY_MIN = 333
11213pkg syscall (freebsd-386), const SYS_SCHED_RR_GET_INTERVAL = 334
11214pkg syscall (freebsd-386), const SYS_SCHED_SETPARAM = 327
11215pkg syscall (freebsd-386), const SYS_SCHED_SETSCHEDULER = 329
11216pkg syscall (freebsd-386), const SYS_SCHED_YIELD = 331
11217pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_RECVMSG = 474
11218pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_SENDMSG = 472
11219pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
11220pkg syscall (freebsd-386), const SYS_SCTP_PEELOFF = 471
11221pkg syscall (freebsd-386), const SYS_SELECT = 93
11222pkg syscall (freebsd-386), const SYS_SENDFILE = 393
11223pkg syscall (freebsd-386), const SYS_SENDMSG = 28
11224pkg syscall (freebsd-386), const SYS_SENDTO = 133
11225pkg syscall (freebsd-386), const SYS_SETAUDIT = 450
11226pkg syscall (freebsd-386), const SYS_SETAUDIT_ADDR = 452
11227pkg syscall (freebsd-386), const SYS_SETAUID = 448
11228pkg syscall (freebsd-386), const SYS_SETCONTEXT = 422
11229pkg syscall (freebsd-386), const SYS_SETEGID = 182
11230pkg syscall (freebsd-386), const SYS_SETEUID = 183
11231pkg syscall (freebsd-386), const SYS_SETFIB = 175
11232pkg syscall (freebsd-386), const SYS_SETGID = 181
11233pkg syscall (freebsd-386), const SYS_SETGROUPS = 80
11234pkg syscall (freebsd-386), const SYS_SETITIMER = 83
11235pkg syscall (freebsd-386), const SYS_SETLOGIN = 50
11236pkg syscall (freebsd-386), const SYS_SETLOGINCLASS = 524
11237pkg syscall (freebsd-386), const SYS_SETPGID = 82
11238pkg syscall (freebsd-386), const SYS_SETPRIORITY = 96
11239pkg syscall (freebsd-386), const SYS_SETREGID = 127
11240pkg syscall (freebsd-386), const SYS_SETRESGID = 312
11241pkg syscall (freebsd-386), const SYS_SETRESUID = 311
11242pkg syscall (freebsd-386), const SYS_SETREUID = 126
11243pkg syscall (freebsd-386), const SYS_SETRLIMIT = 195
11244pkg syscall (freebsd-386), const SYS_SETSID = 147
11245pkg syscall (freebsd-386), const SYS_SETSOCKOPT = 105
11246pkg syscall (freebsd-386), const SYS_SETTIMEOFDAY = 122
11247pkg syscall (freebsd-386), const SYS_SETUID = 23
11248pkg syscall (freebsd-386), const SYS_SHM_OPEN = 482
11249pkg syscall (freebsd-386), const SYS_SHM_UNLINK = 483
11250pkg syscall (freebsd-386), const SYS_SHUTDOWN = 134
11251pkg syscall (freebsd-386), const SYS_SIGACTION = 416
11252pkg syscall (freebsd-386), const SYS_SIGALTSTACK = 53
11253pkg syscall (freebsd-386), const SYS_SIGPENDING = 343
11254pkg syscall (freebsd-386), const SYS_SIGPROCMASK = 340
11255pkg syscall (freebsd-386), const SYS_SIGQUEUE = 456
11256pkg syscall (freebsd-386), const SYS_SIGRETURN = 417
11257pkg syscall (freebsd-386), const SYS_SIGSUSPEND = 341
11258pkg syscall (freebsd-386), const SYS_SIGTIMEDWAIT = 345
11259pkg syscall (freebsd-386), const SYS_SIGWAIT = 429
11260pkg syscall (freebsd-386), const SYS_SIGWAITINFO = 346
11261pkg syscall (freebsd-386), const SYS_SOCKET = 97
11262pkg syscall (freebsd-386), const SYS_SOCKETPAIR = 135
11263pkg syscall (freebsd-386), const SYS_SSTK = 70
11264pkg syscall (freebsd-386), const SYS_STAT = 188
11265pkg syscall (freebsd-386), const SYS_STATFS = 396
11266pkg syscall (freebsd-386), const SYS_SWAPCONTEXT = 423
11267pkg syscall (freebsd-386), const SYS_SWAPOFF = 424
11268pkg syscall (freebsd-386), const SYS_SWAPON = 85
11269pkg syscall (freebsd-386), const SYS_SYMLINK = 57
11270pkg syscall (freebsd-386), const SYS_SYMLINKAT = 502
11271pkg syscall (freebsd-386), const SYS_SYNC = 36
11272pkg syscall (freebsd-386), const SYS_SYSARCH = 165
11273pkg syscall (freebsd-386), const SYS_THR_CREATE = 430
11274pkg syscall (freebsd-386), const SYS_THR_EXIT = 431
11275pkg syscall (freebsd-386), const SYS_THR_KILL = 433
11276pkg syscall (freebsd-386), const SYS_THR_KILL2 = 481
11277pkg syscall (freebsd-386), const SYS_THR_NEW = 455
11278pkg syscall (freebsd-386), const SYS_THR_SELF = 432
11279pkg syscall (freebsd-386), const SYS_THR_SET_NAME = 464
11280pkg syscall (freebsd-386), const SYS_THR_SUSPEND = 442
11281pkg syscall (freebsd-386), const SYS_THR_WAKE = 443
11282pkg syscall (freebsd-386), const SYS_TRUNCATE = 479
11283pkg syscall (freebsd-386), const SYS_UMASK = 60
11284pkg syscall (freebsd-386), const SYS_UNDELETE = 205
11285pkg syscall (freebsd-386), const SYS_UNLINK = 10
11286pkg syscall (freebsd-386), const SYS_UNLINKAT = 503
11287pkg syscall (freebsd-386), const SYS_UNMOUNT = 22
11288pkg syscall (freebsd-386), const SYS_UTIMES = 138
11289pkg syscall (freebsd-386), const SYS_UTRACE = 335
11290pkg syscall (freebsd-386), const SYS_UUIDGEN = 392
11291pkg syscall (freebsd-386), const SYS_VFORK = 66
11292pkg syscall (freebsd-386), const SYS_WAIT4 = 7
11293pkg syscall (freebsd-386), const SYS_WAIT6 = 532
11294pkg syscall (freebsd-386), const SYS_WAIT6 ideal-int
11295pkg syscall (freebsd-386), const SYS_WRITE = 4
11296pkg syscall (freebsd-386), const SYS_WRITEV = 121
11297pkg syscall (freebsd-386), const SYS_YIELD = 321
11298pkg syscall (freebsd-386), const SYS__UMTX_LOCK = 434
11299pkg syscall (freebsd-386), const SYS__UMTX_OP = 454
11300pkg syscall (freebsd-386), const SYS__UMTX_UNLOCK = 435
11301pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_FD = 354
11302pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_FILE = 353
11303pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_LINK = 428
11304pkg syscall (freebsd-386), const SYS___ACL_DELETE_FD = 352
11305pkg syscall (freebsd-386), const SYS___ACL_DELETE_FILE = 351
11306pkg syscall (freebsd-386), const SYS___ACL_DELETE_LINK = 427
11307pkg syscall (freebsd-386), const SYS___ACL_GET_FD = 349
11308pkg syscall (freebsd-386), const SYS___ACL_GET_FILE = 347
11309pkg syscall (freebsd-386), const SYS___ACL_GET_LINK = 425
11310pkg syscall (freebsd-386), const SYS___ACL_SET_FD = 350
11311pkg syscall (freebsd-386), const SYS___ACL_SET_FILE = 348
11312pkg syscall (freebsd-386), const SYS___ACL_SET_LINK = 426
11313pkg syscall (freebsd-386), const SYS___GETCWD = 326
11314pkg syscall (freebsd-386), const SYS___MAC_EXECVE = 415
11315pkg syscall (freebsd-386), const SYS___MAC_GET_FD = 386
11316pkg syscall (freebsd-386), const SYS___MAC_GET_FILE = 387
11317pkg syscall (freebsd-386), const SYS___MAC_GET_LINK = 410
11318pkg syscall (freebsd-386), const SYS___MAC_GET_PID = 409
11319pkg syscall (freebsd-386), const SYS___MAC_GET_PROC = 384
11320pkg syscall (freebsd-386), const SYS___MAC_SET_FD = 388
11321pkg syscall (freebsd-386), const SYS___MAC_SET_FILE = 389
11322pkg syscall (freebsd-386), const SYS___MAC_SET_LINK = 411
11323pkg syscall (freebsd-386), const SYS___MAC_SET_PROC = 385
11324pkg syscall (freebsd-386), const SYS___SETUGID = 374
11325pkg syscall (freebsd-386), const SYS___SYSCTL = 202
11326pkg syscall (freebsd-386), const S_IFMT = 61440
11327pkg syscall (freebsd-386), const SizeofBpfHdr = 20
11328pkg syscall (freebsd-386), const SizeofBpfInsn = 8
11329pkg syscall (freebsd-386), const SizeofBpfProgram = 8
11330pkg syscall (freebsd-386), const SizeofBpfStat = 8
11331pkg syscall (freebsd-386), const SizeofBpfVersion = 4
11332pkg syscall (freebsd-386), const SizeofBpfZbuf = 12
11333pkg syscall (freebsd-386), const SizeofBpfZbufHeader = 32
11334pkg syscall (freebsd-386), const SizeofCmsghdr = 12
11335pkg syscall (freebsd-386), const SizeofIPMreq = 8
11336pkg syscall (freebsd-386), const SizeofIPMreqn = 12
11337pkg syscall (freebsd-386), const SizeofIPv6Mreq = 20
11338pkg syscall (freebsd-386), const SizeofIfAnnounceMsghdr = 24
11339pkg syscall (freebsd-386), const SizeofIfAnnounceMsghdr ideal-int
11340pkg syscall (freebsd-386), const SizeofIfData = 80
11341pkg syscall (freebsd-386), const SizeofIfMsghdr = 96
11342pkg syscall (freebsd-386), const SizeofIfaMsghdr = 20
11343pkg syscall (freebsd-386), const SizeofIfmaMsghdr = 16
11344pkg syscall (freebsd-386), const SizeofInet6Pktinfo = 20
11345pkg syscall (freebsd-386), const SizeofLinger = 8
11346pkg syscall (freebsd-386), const SizeofMsghdr = 28
11347pkg syscall (freebsd-386), const SizeofRtMetrics = 56
11348pkg syscall (freebsd-386), const SizeofRtMsghdr = 92
11349pkg syscall (freebsd-386), const SizeofSockaddrAny = 108
11350pkg syscall (freebsd-386), const SizeofSockaddrDatalink = 54
11351pkg syscall (freebsd-386), const SizeofSockaddrInet4 = 16
11352pkg syscall (freebsd-386), const SizeofSockaddrInet6 = 28
11353pkg syscall (freebsd-386), const SizeofSockaddrUnix = 106
11354pkg syscall (freebsd-386), const TCIFLUSH = 1
11355pkg syscall (freebsd-386), const TCIFLUSH ideal-int
11356pkg syscall (freebsd-386), const TCIOFLUSH = 3
11357pkg syscall (freebsd-386), const TCIOFLUSH ideal-int
11358pkg syscall (freebsd-386), const TCOFLUSH = 2
11359pkg syscall (freebsd-386), const TCOFLUSH ideal-int
11360pkg syscall (freebsd-386), const TCP_CA_NAME_MAX = 16
11361pkg syscall (freebsd-386), const TCP_CONGESTION = 64
11362pkg syscall (freebsd-386), const TCP_INFO = 32
11363pkg syscall (freebsd-386), const TCP_KEEPCNT = 1024
11364pkg syscall (freebsd-386), const TCP_KEEPCNT ideal-int
11365pkg syscall (freebsd-386), const TCP_KEEPIDLE = 256
11366pkg syscall (freebsd-386), const TCP_KEEPIDLE ideal-int
11367pkg syscall (freebsd-386), const TCP_KEEPINIT = 128
11368pkg syscall (freebsd-386), const TCP_KEEPINIT ideal-int
11369pkg syscall (freebsd-386), const TCP_KEEPINTVL = 512
11370pkg syscall (freebsd-386), const TCP_KEEPINTVL ideal-int
11371pkg syscall (freebsd-386), const TCP_MAXBURST = 4
11372pkg syscall (freebsd-386), const TCP_MAXHLEN = 60
11373pkg syscall (freebsd-386), const TCP_MAXOLEN = 40
11374pkg syscall (freebsd-386), const TCP_MAXSEG = 2
11375pkg syscall (freebsd-386), const TCP_MAXWIN = 65535
11376pkg syscall (freebsd-386), const TCP_MAX_SACK = 4
11377pkg syscall (freebsd-386), const TCP_MAX_WINSHIFT = 14
11378pkg syscall (freebsd-386), const TCP_MD5SIG = 16
11379pkg syscall (freebsd-386), const TCP_MINMSS = 216
11380pkg syscall (freebsd-386), const TCP_MSS = 536
11381pkg syscall (freebsd-386), const TCP_NOOPT = 8
11382pkg syscall (freebsd-386), const TCP_NOPUSH = 4
11383pkg syscall (freebsd-386), const TCSAFLUSH = 2
11384pkg syscall (freebsd-386), const TCSAFLUSH ideal-int
11385pkg syscall (freebsd-386), const TIOCCBRK = 536900730
11386pkg syscall (freebsd-386), const TIOCCDTR = 536900728
11387pkg syscall (freebsd-386), const TIOCCONS = 2147775586
11388pkg syscall (freebsd-386), const TIOCDRAIN = 536900702
11389pkg syscall (freebsd-386), const TIOCEXCL = 536900621
11390pkg syscall (freebsd-386), const TIOCEXT = 2147775584
11391pkg syscall (freebsd-386), const TIOCFLUSH = 2147775504
11392pkg syscall (freebsd-386), const TIOCGDRAINWAIT = 1074033750
11393pkg syscall (freebsd-386), const TIOCGETA = 1076655123
11394pkg syscall (freebsd-386), const TIOCGETD = 1074033690
11395pkg syscall (freebsd-386), const TIOCGPGRP = 1074033783
11396pkg syscall (freebsd-386), const TIOCGPTN = 1074033679
11397pkg syscall (freebsd-386), const TIOCGSID = 1074033763
11398pkg syscall (freebsd-386), const TIOCGWINSZ = 1074295912
11399pkg syscall (freebsd-386), const TIOCMBIC = 2147775595
11400pkg syscall (freebsd-386), const TIOCMBIS = 2147775596
11401pkg syscall (freebsd-386), const TIOCMGDTRWAIT = 1074033754
11402pkg syscall (freebsd-386), const TIOCMGET = 1074033770
11403pkg syscall (freebsd-386), const TIOCMSDTRWAIT = 2147775579
11404pkg syscall (freebsd-386), const TIOCMSET = 2147775597
11405pkg syscall (freebsd-386), const TIOCM_CAR = 64
11406pkg syscall (freebsd-386), const TIOCM_CD = 64
11407pkg syscall (freebsd-386), const TIOCM_CTS = 32
11408pkg syscall (freebsd-386), const TIOCM_DCD = 64
11409pkg syscall (freebsd-386), const TIOCM_DSR = 256
11410pkg syscall (freebsd-386), const TIOCM_DTR = 2
11411pkg syscall (freebsd-386), const TIOCM_LE = 1
11412pkg syscall (freebsd-386), const TIOCM_RI = 128
11413pkg syscall (freebsd-386), const TIOCM_RNG = 128
11414pkg syscall (freebsd-386), const TIOCM_RTS = 4
11415pkg syscall (freebsd-386), const TIOCM_SR = 16
11416pkg syscall (freebsd-386), const TIOCM_ST = 8
11417pkg syscall (freebsd-386), const TIOCNOTTY = 536900721
11418pkg syscall (freebsd-386), const TIOCNXCL = 536900622
11419pkg syscall (freebsd-386), const TIOCOUTQ = 1074033779
11420pkg syscall (freebsd-386), const TIOCPKT = 2147775600
11421pkg syscall (freebsd-386), const TIOCPKT_DATA = 0
11422pkg syscall (freebsd-386), const TIOCPKT_DOSTOP = 32
11423pkg syscall (freebsd-386), const TIOCPKT_FLUSHREAD = 1
11424pkg syscall (freebsd-386), const TIOCPKT_FLUSHWRITE = 2
11425pkg syscall (freebsd-386), const TIOCPKT_IOCTL = 64
11426pkg syscall (freebsd-386), const TIOCPKT_NOSTOP = 16
11427pkg syscall (freebsd-386), const TIOCPKT_START = 8
11428pkg syscall (freebsd-386), const TIOCPKT_STOP = 4
11429pkg syscall (freebsd-386), const TIOCPTMASTER = 536900636
11430pkg syscall (freebsd-386), const TIOCSBRK = 536900731
11431pkg syscall (freebsd-386), const TIOCSCTTY = 536900705
11432pkg syscall (freebsd-386), const TIOCSDRAINWAIT = 2147775575
11433pkg syscall (freebsd-386), const TIOCSDTR = 536900729
11434pkg syscall (freebsd-386), const TIOCSETA = 2150396948
11435pkg syscall (freebsd-386), const TIOCSETAF = 2150396950
11436pkg syscall (freebsd-386), const TIOCSETAW = 2150396949
11437pkg syscall (freebsd-386), const TIOCSETD = 2147775515
11438pkg syscall (freebsd-386), const TIOCSIG = 537162847
11439pkg syscall (freebsd-386), const TIOCSPGRP = 2147775606
11440pkg syscall (freebsd-386), const TIOCSTART = 536900718
11441pkg syscall (freebsd-386), const TIOCSTAT = 536900709
11442pkg syscall (freebsd-386), const TIOCSTI = 2147578994
11443pkg syscall (freebsd-386), const TIOCSTOP = 536900719
11444pkg syscall (freebsd-386), const TIOCSWINSZ = 2148037735
11445pkg syscall (freebsd-386), const TIOCTIMESTAMP = 1074295897
11446pkg syscall (freebsd-386), const TIOCUCNTL = 2147775590
11447pkg syscall (freebsd-386), const TOSTOP = 4194304
11448pkg syscall (freebsd-386), const TOSTOP ideal-int
11449pkg syscall (freebsd-386), const VDISCARD = 15
11450pkg syscall (freebsd-386), const VDISCARD ideal-int
11451pkg syscall (freebsd-386), const VDSUSP = 11
11452pkg syscall (freebsd-386), const VDSUSP ideal-int
11453pkg syscall (freebsd-386), const VEOF = 0
11454pkg syscall (freebsd-386), const VEOF ideal-int
11455pkg syscall (freebsd-386), const VEOL = 1
11456pkg syscall (freebsd-386), const VEOL ideal-int
11457pkg syscall (freebsd-386), const VEOL2 = 2
11458pkg syscall (freebsd-386), const VEOL2 ideal-int
11459pkg syscall (freebsd-386), const VERASE = 3
11460pkg syscall (freebsd-386), const VERASE ideal-int
11461pkg syscall (freebsd-386), const VERASE2 = 7
11462pkg syscall (freebsd-386), const VERASE2 ideal-int
11463pkg syscall (freebsd-386), const VINTR = 8
11464pkg syscall (freebsd-386), const VINTR ideal-int
11465pkg syscall (freebsd-386), const VKILL = 5
11466pkg syscall (freebsd-386), const VKILL ideal-int
11467pkg syscall (freebsd-386), const VLNEXT = 14
11468pkg syscall (freebsd-386), const VLNEXT ideal-int
11469pkg syscall (freebsd-386), const VMIN = 16
11470pkg syscall (freebsd-386), const VMIN ideal-int
11471pkg syscall (freebsd-386), const VQUIT = 9
11472pkg syscall (freebsd-386), const VQUIT ideal-int
11473pkg syscall (freebsd-386), const VREPRINT = 6
11474pkg syscall (freebsd-386), const VREPRINT ideal-int
11475pkg syscall (freebsd-386), const VSTART = 12
11476pkg syscall (freebsd-386), const VSTART ideal-int
11477pkg syscall (freebsd-386), const VSTATUS = 18
11478pkg syscall (freebsd-386), const VSTATUS ideal-int
11479pkg syscall (freebsd-386), const VSTOP = 13
11480pkg syscall (freebsd-386), const VSTOP ideal-int
11481pkg syscall (freebsd-386), const VSUSP = 10
11482pkg syscall (freebsd-386), const VSUSP ideal-int
11483pkg syscall (freebsd-386), const VTIME = 17
11484pkg syscall (freebsd-386), const VTIME ideal-int
11485pkg syscall (freebsd-386), const VWERASE = 4
11486pkg syscall (freebsd-386), const VWERASE ideal-int
11487pkg syscall (freebsd-386), const WCONTINUED = 4
11488pkg syscall (freebsd-386), const WCOREFLAG = 128
11489pkg syscall (freebsd-386), const WLINUXCLONE = 2147483648
11490pkg syscall (freebsd-386), const WNOHANG = 1
11491pkg syscall (freebsd-386), const WNOWAIT = 8
11492pkg syscall (freebsd-386), const WSTOPPED = 2
11493pkg syscall (freebsd-386), const WUNTRACED = 2
11494pkg syscall (freebsd-386), func Fchflags(int, int) error
11495pkg syscall (freebsd-386), func SlicePtrFromStrings([]string) ([]*uint8, error)
11496pkg syscall (freebsd-386), type IfAnnounceMsghdr struct
11497pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Index uint16
11498pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Msglen uint16
11499pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Name [16]int8
11500pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Type uint8
11501pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Version uint8
11502pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, What uint16
11503pkg syscall (freebsd-386), type InterfaceAnnounceMessage struct
11504pkg syscall (freebsd-386), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr
11505pkg syscall (freebsd-386-cgo), const AF_APPLETALK = 16
11506pkg syscall (freebsd-386-cgo), const AF_ARP = 35
11507pkg syscall (freebsd-386-cgo), const AF_ATM = 30
11508pkg syscall (freebsd-386-cgo), const AF_BLUETOOTH = 36
11509pkg syscall (freebsd-386-cgo), const AF_CCITT = 10
11510pkg syscall (freebsd-386-cgo), const AF_CHAOS = 5
11511pkg syscall (freebsd-386-cgo), const AF_CNT = 21
11512pkg syscall (freebsd-386-cgo), const AF_COIP = 20
11513pkg syscall (freebsd-386-cgo), const AF_DATAKIT = 9
11514pkg syscall (freebsd-386-cgo), const AF_DECnet = 12
11515pkg syscall (freebsd-386-cgo), const AF_DLI = 13
11516pkg syscall (freebsd-386-cgo), const AF_E164 = 26
11517pkg syscall (freebsd-386-cgo), const AF_ECMA = 8
11518pkg syscall (freebsd-386-cgo), const AF_HYLINK = 15
11519pkg syscall (freebsd-386-cgo), const AF_IEEE80211 = 37
11520pkg syscall (freebsd-386-cgo), const AF_IMPLINK = 3
11521pkg syscall (freebsd-386-cgo), const AF_INET6 = 28
11522pkg syscall (freebsd-386-cgo), const AF_IPX = 23
11523pkg syscall (freebsd-386-cgo), const AF_ISDN = 26
11524pkg syscall (freebsd-386-cgo), const AF_ISO = 7
11525pkg syscall (freebsd-386-cgo), const AF_LAT = 14
11526pkg syscall (freebsd-386-cgo), const AF_LINK = 18
11527pkg syscall (freebsd-386-cgo), const AF_LOCAL = 1
11528pkg syscall (freebsd-386-cgo), const AF_MAX = 38
11529pkg syscall (freebsd-386-cgo), const AF_NATM = 29
11530pkg syscall (freebsd-386-cgo), const AF_NETBIOS = 6
11531pkg syscall (freebsd-386-cgo), const AF_NETGRAPH = 32
11532pkg syscall (freebsd-386-cgo), const AF_OSI = 7
11533pkg syscall (freebsd-386-cgo), const AF_PUP = 4
11534pkg syscall (freebsd-386-cgo), const AF_ROUTE = 17
11535pkg syscall (freebsd-386-cgo), const AF_SCLUSTER = 34
11536pkg syscall (freebsd-386-cgo), const AF_SIP = 24
11537pkg syscall (freebsd-386-cgo), const AF_SLOW = 33
11538pkg syscall (freebsd-386-cgo), const AF_SNA = 11
11539pkg syscall (freebsd-386-cgo), const AF_VENDOR00 = 39
11540pkg syscall (freebsd-386-cgo), const AF_VENDOR01 = 41
11541pkg syscall (freebsd-386-cgo), const AF_VENDOR02 = 43
11542pkg syscall (freebsd-386-cgo), const AF_VENDOR03 = 45
11543pkg syscall (freebsd-386-cgo), const AF_VENDOR04 = 47
11544pkg syscall (freebsd-386-cgo), const AF_VENDOR05 = 49
11545pkg syscall (freebsd-386-cgo), const AF_VENDOR06 = 51
11546pkg syscall (freebsd-386-cgo), const AF_VENDOR07 = 53
11547pkg syscall (freebsd-386-cgo), const AF_VENDOR08 = 55
11548pkg syscall (freebsd-386-cgo), const AF_VENDOR09 = 57
11549pkg syscall (freebsd-386-cgo), const AF_VENDOR10 = 59
11550pkg syscall (freebsd-386-cgo), const AF_VENDOR11 = 61
11551pkg syscall (freebsd-386-cgo), const AF_VENDOR12 = 63
11552pkg syscall (freebsd-386-cgo), const AF_VENDOR13 = 65
11553pkg syscall (freebsd-386-cgo), const AF_VENDOR14 = 67
11554pkg syscall (freebsd-386-cgo), const AF_VENDOR15 = 69
11555pkg syscall (freebsd-386-cgo), const AF_VENDOR16 = 71
11556pkg syscall (freebsd-386-cgo), const AF_VENDOR17 = 73
11557pkg syscall (freebsd-386-cgo), const AF_VENDOR18 = 75
11558pkg syscall (freebsd-386-cgo), const AF_VENDOR19 = 77
11559pkg syscall (freebsd-386-cgo), const AF_VENDOR20 = 79
11560pkg syscall (freebsd-386-cgo), const AF_VENDOR21 = 81
11561pkg syscall (freebsd-386-cgo), const AF_VENDOR22 = 83
11562pkg syscall (freebsd-386-cgo), const AF_VENDOR23 = 85
11563pkg syscall (freebsd-386-cgo), const AF_VENDOR24 = 87
11564pkg syscall (freebsd-386-cgo), const AF_VENDOR25 = 89
11565pkg syscall (freebsd-386-cgo), const AF_VENDOR26 = 91
11566pkg syscall (freebsd-386-cgo), const AF_VENDOR27 = 93
11567pkg syscall (freebsd-386-cgo), const AF_VENDOR28 = 95
11568pkg syscall (freebsd-386-cgo), const AF_VENDOR29 = 97
11569pkg syscall (freebsd-386-cgo), const AF_VENDOR30 = 99
11570pkg syscall (freebsd-386-cgo), const AF_VENDOR31 = 101
11571pkg syscall (freebsd-386-cgo), const AF_VENDOR32 = 103
11572pkg syscall (freebsd-386-cgo), const AF_VENDOR33 = 105
11573pkg syscall (freebsd-386-cgo), const AF_VENDOR34 = 107
11574pkg syscall (freebsd-386-cgo), const AF_VENDOR35 = 109
11575pkg syscall (freebsd-386-cgo), const AF_VENDOR36 = 111
11576pkg syscall (freebsd-386-cgo), const AF_VENDOR37 = 113
11577pkg syscall (freebsd-386-cgo), const AF_VENDOR38 = 115
11578pkg syscall (freebsd-386-cgo), const AF_VENDOR39 = 117
11579pkg syscall (freebsd-386-cgo), const AF_VENDOR40 = 119
11580pkg syscall (freebsd-386-cgo), const AF_VENDOR41 = 121
11581pkg syscall (freebsd-386-cgo), const AF_VENDOR42 = 123
11582pkg syscall (freebsd-386-cgo), const AF_VENDOR43 = 125
11583pkg syscall (freebsd-386-cgo), const AF_VENDOR44 = 127
11584pkg syscall (freebsd-386-cgo), const AF_VENDOR45 = 129
11585pkg syscall (freebsd-386-cgo), const AF_VENDOR46 = 131
11586pkg syscall (freebsd-386-cgo), const AF_VENDOR47 = 133
11587pkg syscall (freebsd-386-cgo), const B0 = 0
11588pkg syscall (freebsd-386-cgo), const B110 = 110
11589pkg syscall (freebsd-386-cgo), const B115200 = 115200
11590pkg syscall (freebsd-386-cgo), const B1200 = 1200
11591pkg syscall (freebsd-386-cgo), const B134 = 134
11592pkg syscall (freebsd-386-cgo), const B14400 = 14400
11593pkg syscall (freebsd-386-cgo), const B150 = 150
11594pkg syscall (freebsd-386-cgo), const B1800 = 1800
11595pkg syscall (freebsd-386-cgo), const B19200 = 19200
11596pkg syscall (freebsd-386-cgo), const B200 = 200
11597pkg syscall (freebsd-386-cgo), const B230400 = 230400
11598pkg syscall (freebsd-386-cgo), const B2400 = 2400
11599pkg syscall (freebsd-386-cgo), const B28800 = 28800
11600pkg syscall (freebsd-386-cgo), const B300 = 300
11601pkg syscall (freebsd-386-cgo), const B38400 = 38400
11602pkg syscall (freebsd-386-cgo), const B460800 = 460800
11603pkg syscall (freebsd-386-cgo), const B4800 = 4800
11604pkg syscall (freebsd-386-cgo), const B50 = 50
11605pkg syscall (freebsd-386-cgo), const B57600 = 57600
11606pkg syscall (freebsd-386-cgo), const B600 = 600
11607pkg syscall (freebsd-386-cgo), const B7200 = 7200
11608pkg syscall (freebsd-386-cgo), const B75 = 75
11609pkg syscall (freebsd-386-cgo), const B76800 = 76800
11610pkg syscall (freebsd-386-cgo), const B921600 = 921600
11611pkg syscall (freebsd-386-cgo), const B9600 = 9600
11612pkg syscall (freebsd-386-cgo), const BIOCFEEDBACK = 2147762812
11613pkg syscall (freebsd-386-cgo), const BIOCFLUSH = 536887912
11614pkg syscall (freebsd-386-cgo), const BIOCGBLEN = 1074020966
11615pkg syscall (freebsd-386-cgo), const BIOCGDIRECTION = 1074020982
11616pkg syscall (freebsd-386-cgo), const BIOCGDLT = 1074020970
11617pkg syscall (freebsd-386-cgo), const BIOCGDLTLIST = 3221766777
11618pkg syscall (freebsd-386-cgo), const BIOCGETBUFMODE = 1074020989
11619pkg syscall (freebsd-386-cgo), const BIOCGETIF = 1075855979
11620pkg syscall (freebsd-386-cgo), const BIOCGETZMAX = 1074020991
11621pkg syscall (freebsd-386-cgo), const BIOCGHDRCMPLT = 1074020980
11622pkg syscall (freebsd-386-cgo), const BIOCGRSIG = 1074020978
11623pkg syscall (freebsd-386-cgo), const BIOCGRTIMEOUT = 1074283118
11624pkg syscall (freebsd-386-cgo), const BIOCGSEESENT = 1074020982
11625pkg syscall (freebsd-386-cgo), const BIOCGSTATS = 1074283119
11626pkg syscall (freebsd-386-cgo), const BIOCGTSTAMP = 1074020995
11627pkg syscall (freebsd-386-cgo), const BIOCIMMEDIATE = 2147762800
11628pkg syscall (freebsd-386-cgo), const BIOCLOCK = 536887930
11629pkg syscall (freebsd-386-cgo), const BIOCPROMISC = 536887913
11630pkg syscall (freebsd-386-cgo), const BIOCROTZBUF = 1074545280
11631pkg syscall (freebsd-386-cgo), const BIOCSBLEN = 3221504614
11632pkg syscall (freebsd-386-cgo), const BIOCSDIRECTION = 2147762807
11633pkg syscall (freebsd-386-cgo), const BIOCSDLT = 2147762808
11634pkg syscall (freebsd-386-cgo), const BIOCSETBUFMODE = 2147762814
11635pkg syscall (freebsd-386-cgo), const BIOCSETF = 2148024935
11636pkg syscall (freebsd-386-cgo), const BIOCSETFNR = 2148024962
11637pkg syscall (freebsd-386-cgo), const BIOCSETIF = 2149597804
11638pkg syscall (freebsd-386-cgo), const BIOCSETWF = 2148024955
11639pkg syscall (freebsd-386-cgo), const BIOCSETZBUF = 2148287105
11640pkg syscall (freebsd-386-cgo), const BIOCSHDRCMPLT = 2147762805
11641pkg syscall (freebsd-386-cgo), const BIOCSRSIG = 2147762803
11642pkg syscall (freebsd-386-cgo), const BIOCSRTIMEOUT = 2148024941
11643pkg syscall (freebsd-386-cgo), const BIOCSSEESENT = 2147762807
11644pkg syscall (freebsd-386-cgo), const BIOCSTSTAMP = 2147762820
11645pkg syscall (freebsd-386-cgo), const BIOCVERSION = 1074020977
11646pkg syscall (freebsd-386-cgo), const BPF_A = 16
11647pkg syscall (freebsd-386-cgo), const BPF_ABS = 32
11648pkg syscall (freebsd-386-cgo), const BPF_ADD = 0
11649pkg syscall (freebsd-386-cgo), const BPF_ALIGNMENT = 4
11650pkg syscall (freebsd-386-cgo), const BPF_ALU = 4
11651pkg syscall (freebsd-386-cgo), const BPF_AND = 80
11652pkg syscall (freebsd-386-cgo), const BPF_B = 16
11653pkg syscall (freebsd-386-cgo), const BPF_BUFMODE_BUFFER = 1
11654pkg syscall (freebsd-386-cgo), const BPF_BUFMODE_ZBUF = 2
11655pkg syscall (freebsd-386-cgo), const BPF_DIV = 48
11656pkg syscall (freebsd-386-cgo), const BPF_H = 8
11657pkg syscall (freebsd-386-cgo), const BPF_IMM = 0
11658pkg syscall (freebsd-386-cgo), const BPF_IND = 64
11659pkg syscall (freebsd-386-cgo), const BPF_JA = 0
11660pkg syscall (freebsd-386-cgo), const BPF_JEQ = 16
11661pkg syscall (freebsd-386-cgo), const BPF_JGE = 48
11662pkg syscall (freebsd-386-cgo), const BPF_JGT = 32
11663pkg syscall (freebsd-386-cgo), const BPF_JMP = 5
11664pkg syscall (freebsd-386-cgo), const BPF_JSET = 64
11665pkg syscall (freebsd-386-cgo), const BPF_K = 0
11666pkg syscall (freebsd-386-cgo), const BPF_LD = 0
11667pkg syscall (freebsd-386-cgo), const BPF_LDX = 1
11668pkg syscall (freebsd-386-cgo), const BPF_LEN = 128
11669pkg syscall (freebsd-386-cgo), const BPF_LSH = 96
11670pkg syscall (freebsd-386-cgo), const BPF_MAJOR_VERSION = 1
11671pkg syscall (freebsd-386-cgo), const BPF_MAXBUFSIZE = 524288
11672pkg syscall (freebsd-386-cgo), const BPF_MAXINSNS = 512
11673pkg syscall (freebsd-386-cgo), const BPF_MEM = 96
11674pkg syscall (freebsd-386-cgo), const BPF_MEMWORDS = 16
11675pkg syscall (freebsd-386-cgo), const BPF_MINBUFSIZE = 32
11676pkg syscall (freebsd-386-cgo), const BPF_MINOR_VERSION = 1
11677pkg syscall (freebsd-386-cgo), const BPF_MISC = 7
11678pkg syscall (freebsd-386-cgo), const BPF_MSH = 160
11679pkg syscall (freebsd-386-cgo), const BPF_MUL = 32
11680pkg syscall (freebsd-386-cgo), const BPF_NEG = 128
11681pkg syscall (freebsd-386-cgo), const BPF_OR = 64
11682pkg syscall (freebsd-386-cgo), const BPF_RELEASE = 199606
11683pkg syscall (freebsd-386-cgo), const BPF_RET = 6
11684pkg syscall (freebsd-386-cgo), const BPF_RSH = 112
11685pkg syscall (freebsd-386-cgo), const BPF_ST = 2
11686pkg syscall (freebsd-386-cgo), const BPF_STX = 3
11687pkg syscall (freebsd-386-cgo), const BPF_SUB = 16
11688pkg syscall (freebsd-386-cgo), const BPF_TAX = 0
11689pkg syscall (freebsd-386-cgo), const BPF_TXA = 128
11690pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME = 2
11691pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_FAST = 258
11692pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_MONOTONIC = 514
11693pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_MONOTONIC_FAST = 770
11694pkg syscall (freebsd-386-cgo), const BPF_T_FAST = 256
11695pkg syscall (freebsd-386-cgo), const BPF_T_FLAG_MASK = 768
11696pkg syscall (freebsd-386-cgo), const BPF_T_FORMAT_MASK = 3
11697pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME = 0
11698pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_FAST = 256
11699pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_MONOTONIC = 512
11700pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
11701pkg syscall (freebsd-386-cgo), const BPF_T_MONOTONIC = 512
11702pkg syscall (freebsd-386-cgo), const BPF_T_MONOTONIC_FAST = 768
11703pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME = 1
11704pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_FAST = 257
11705pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_MONOTONIC = 513
11706pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
11707pkg syscall (freebsd-386-cgo), const BPF_T_NONE = 3
11708pkg syscall (freebsd-386-cgo), const BPF_T_NORMAL = 0
11709pkg syscall (freebsd-386-cgo), const BPF_W = 0
11710pkg syscall (freebsd-386-cgo), const BPF_X = 8
11711pkg syscall (freebsd-386-cgo), const BRKINT = 2
11712pkg syscall (freebsd-386-cgo), const CFLUSH = 15
11713pkg syscall (freebsd-386-cgo), const CLOCAL = 32768
11714pkg syscall (freebsd-386-cgo), const CREAD = 2048
11715pkg syscall (freebsd-386-cgo), const CS5 = 0
11716pkg syscall (freebsd-386-cgo), const CS6 = 256
11717pkg syscall (freebsd-386-cgo), const CS7 = 512
11718pkg syscall (freebsd-386-cgo), const CS8 = 768
11719pkg syscall (freebsd-386-cgo), const CSIZE = 768
11720pkg syscall (freebsd-386-cgo), const CSTART = 17
11721pkg syscall (freebsd-386-cgo), const CSTATUS = 20
11722pkg syscall (freebsd-386-cgo), const CSTOP = 19
11723pkg syscall (freebsd-386-cgo), const CSTOPB = 1024
11724pkg syscall (freebsd-386-cgo), const CSUSP = 26
11725pkg syscall (freebsd-386-cgo), const CTL_MAXNAME = 24
11726pkg syscall (freebsd-386-cgo), const CTL_NET = 4
11727pkg syscall (freebsd-386-cgo), const DLT_A429 = 184
11728pkg syscall (freebsd-386-cgo), const DLT_A653_ICM = 185
11729pkg syscall (freebsd-386-cgo), const DLT_AIRONET_HEADER = 120
11730pkg syscall (freebsd-386-cgo), const DLT_AOS = 222
11731pkg syscall (freebsd-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
11732pkg syscall (freebsd-386-cgo), const DLT_ARCNET = 7
11733pkg syscall (freebsd-386-cgo), const DLT_ARCNET_LINUX = 129
11734pkg syscall (freebsd-386-cgo), const DLT_ATM_CLIP = 19
11735pkg syscall (freebsd-386-cgo), const DLT_ATM_RFC1483 = 11
11736pkg syscall (freebsd-386-cgo), const DLT_AURORA = 126
11737pkg syscall (freebsd-386-cgo), const DLT_AX25 = 3
11738pkg syscall (freebsd-386-cgo), const DLT_AX25_KISS = 202
11739pkg syscall (freebsd-386-cgo), const DLT_BACNET_MS_TP = 165
11740pkg syscall (freebsd-386-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
11741pkg syscall (freebsd-386-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
11742pkg syscall (freebsd-386-cgo), const DLT_CAN20B = 190
11743pkg syscall (freebsd-386-cgo), const DLT_CAN_SOCKETCAN = 227
11744pkg syscall (freebsd-386-cgo), const DLT_CHAOS = 5
11745pkg syscall (freebsd-386-cgo), const DLT_CHDLC = 104
11746pkg syscall (freebsd-386-cgo), const DLT_CISCO_IOS = 118
11747pkg syscall (freebsd-386-cgo), const DLT_C_HDLC = 104
11748pkg syscall (freebsd-386-cgo), const DLT_C_HDLC_WITH_DIR = 205
11749pkg syscall (freebsd-386-cgo), const DLT_DBUS = 231
11750pkg syscall (freebsd-386-cgo), const DLT_DECT = 221
11751pkg syscall (freebsd-386-cgo), const DLT_DOCSIS = 143
11752pkg syscall (freebsd-386-cgo), const DLT_DVB_CI = 235
11753pkg syscall (freebsd-386-cgo), const DLT_ECONET = 115
11754pkg syscall (freebsd-386-cgo), const DLT_EN10MB = 1
11755pkg syscall (freebsd-386-cgo), const DLT_EN3MB = 2
11756pkg syscall (freebsd-386-cgo), const DLT_ENC = 109
11757pkg syscall (freebsd-386-cgo), const DLT_ERF = 197
11758pkg syscall (freebsd-386-cgo), const DLT_ERF_ETH = 175
11759pkg syscall (freebsd-386-cgo), const DLT_ERF_POS = 176
11760pkg syscall (freebsd-386-cgo), const DLT_FC_2 = 224
11761pkg syscall (freebsd-386-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
11762pkg syscall (freebsd-386-cgo), const DLT_FDDI = 10
11763pkg syscall (freebsd-386-cgo), const DLT_FLEXRAY = 210
11764pkg syscall (freebsd-386-cgo), const DLT_FRELAY = 107
11765pkg syscall (freebsd-386-cgo), const DLT_FRELAY_WITH_DIR = 206
11766pkg syscall (freebsd-386-cgo), const DLT_GCOM_SERIAL = 173
11767pkg syscall (freebsd-386-cgo), const DLT_GCOM_T1E1 = 172
11768pkg syscall (freebsd-386-cgo), const DLT_GPF_F = 171
11769pkg syscall (freebsd-386-cgo), const DLT_GPF_T = 170
11770pkg syscall (freebsd-386-cgo), const DLT_GPRS_LLC = 169
11771pkg syscall (freebsd-386-cgo), const DLT_GSMTAP_ABIS = 218
11772pkg syscall (freebsd-386-cgo), const DLT_GSMTAP_UM = 217
11773pkg syscall (freebsd-386-cgo), const DLT_HHDLC = 121
11774pkg syscall (freebsd-386-cgo), const DLT_IBM_SN = 146
11775pkg syscall (freebsd-386-cgo), const DLT_IBM_SP = 145
11776pkg syscall (freebsd-386-cgo), const DLT_IEEE802 = 6
11777pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11 = 105
11778pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11_RADIO = 127
11779pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
11780pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4 = 195
11781pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_LINUX = 191
11782pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_NOFCS = 230
11783pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
11784pkg syscall (freebsd-386-cgo), const DLT_IEEE802_16_MAC_CPS = 188
11785pkg syscall (freebsd-386-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
11786pkg syscall (freebsd-386-cgo), const DLT_IPFILTER = 116
11787pkg syscall (freebsd-386-cgo), const DLT_IPMB = 199
11788pkg syscall (freebsd-386-cgo), const DLT_IPMB_LINUX = 209
11789pkg syscall (freebsd-386-cgo), const DLT_IPNET = 226
11790pkg syscall (freebsd-386-cgo), const DLT_IPOIB = 242
11791pkg syscall (freebsd-386-cgo), const DLT_IPV4 = 228
11792pkg syscall (freebsd-386-cgo), const DLT_IPV6 = 229
11793pkg syscall (freebsd-386-cgo), const DLT_IP_OVER_FC = 122
11794pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM1 = 137
11795pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM2 = 135
11796pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM_CEMIC = 238
11797pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_CHDLC = 181
11798pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ES = 132
11799pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ETHER = 178
11800pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_FIBRECHANNEL = 234
11801pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_FRELAY = 180
11802pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_GGSN = 133
11803pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ISM = 194
11804pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MFR = 134
11805pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MLFR = 131
11806pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MLPPP = 130
11807pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MONITOR = 164
11808pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PIC_PEER = 174
11809pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPP = 179
11810pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPPOE = 167
11811pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
11812pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_SERVICES = 136
11813pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_SRX_E2E = 233
11814pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ST = 200
11815pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_VP = 183
11816pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_VS = 232
11817pkg syscall (freebsd-386-cgo), const DLT_LAPB_WITH_DIR = 207
11818pkg syscall (freebsd-386-cgo), const DLT_LAPD = 203
11819pkg syscall (freebsd-386-cgo), const DLT_LIN = 212
11820pkg syscall (freebsd-386-cgo), const DLT_LINUX_EVDEV = 216
11821pkg syscall (freebsd-386-cgo), const DLT_LINUX_IRDA = 144
11822pkg syscall (freebsd-386-cgo), const DLT_LINUX_LAPD = 177
11823pkg syscall (freebsd-386-cgo), const DLT_LINUX_PPP_WITHDIRECTION = 166
11824pkg syscall (freebsd-386-cgo), const DLT_LINUX_SLL = 113
11825pkg syscall (freebsd-386-cgo), const DLT_LOOP = 108
11826pkg syscall (freebsd-386-cgo), const DLT_LTALK = 114
11827pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MAX = 242
11828pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MIN = 104
11829pkg syscall (freebsd-386-cgo), const DLT_MFR = 182
11830pkg syscall (freebsd-386-cgo), const DLT_MOST = 211
11831pkg syscall (freebsd-386-cgo), const DLT_MPLS = 219
11832pkg syscall (freebsd-386-cgo), const DLT_MTP2 = 140
11833pkg syscall (freebsd-386-cgo), const DLT_MTP2_WITH_PHDR = 139
11834pkg syscall (freebsd-386-cgo), const DLT_MTP3 = 141
11835pkg syscall (freebsd-386-cgo), const DLT_MUX27010 = 236
11836pkg syscall (freebsd-386-cgo), const DLT_NETANALYZER = 240
11837pkg syscall (freebsd-386-cgo), const DLT_NETANALYZER_TRANSPARENT = 241
11838pkg syscall (freebsd-386-cgo), const DLT_NFLOG = 239
11839pkg syscall (freebsd-386-cgo), const DLT_NULL = 0
11840pkg syscall (freebsd-386-cgo), const DLT_PCI_EXP = 125
11841pkg syscall (freebsd-386-cgo), const DLT_PFLOG = 117
11842pkg syscall (freebsd-386-cgo), const DLT_PFSYNC = 121
11843pkg syscall (freebsd-386-cgo), const DLT_PPI = 192
11844pkg syscall (freebsd-386-cgo), const DLT_PPP = 9
11845pkg syscall (freebsd-386-cgo), const DLT_PPP_BSDOS = 16
11846pkg syscall (freebsd-386-cgo), const DLT_PPP_ETHER = 51
11847pkg syscall (freebsd-386-cgo), const DLT_PPP_PPPD = 166
11848pkg syscall (freebsd-386-cgo), const DLT_PPP_SERIAL = 50
11849pkg syscall (freebsd-386-cgo), const DLT_PPP_WITH_DIR = 204
11850pkg syscall (freebsd-386-cgo), const DLT_PPP_WITH_DIRECTION = 166
11851pkg syscall (freebsd-386-cgo), const DLT_PRISM_HEADER = 119
11852pkg syscall (freebsd-386-cgo), const DLT_PRONET = 4
11853pkg syscall (freebsd-386-cgo), const DLT_RAIF1 = 198
11854pkg syscall (freebsd-386-cgo), const DLT_RAW = 12
11855pkg syscall (freebsd-386-cgo), const DLT_RIO = 124
11856pkg syscall (freebsd-386-cgo), const DLT_SCCP = 142
11857pkg syscall (freebsd-386-cgo), const DLT_SITA = 196
11858pkg syscall (freebsd-386-cgo), const DLT_SLIP = 8
11859pkg syscall (freebsd-386-cgo), const DLT_SLIP_BSDOS = 15
11860pkg syscall (freebsd-386-cgo), const DLT_STANAG_5066_D_PDU = 237
11861pkg syscall (freebsd-386-cgo), const DLT_SUNATM = 123
11862pkg syscall (freebsd-386-cgo), const DLT_SYMANTEC_FIREWALL = 99
11863pkg syscall (freebsd-386-cgo), const DLT_TZSP = 128
11864pkg syscall (freebsd-386-cgo), const DLT_USB = 186
11865pkg syscall (freebsd-386-cgo), const DLT_USB_LINUX = 189
11866pkg syscall (freebsd-386-cgo), const DLT_USB_LINUX_MMAPPED = 220
11867pkg syscall (freebsd-386-cgo), const DLT_USER0 = 147
11868pkg syscall (freebsd-386-cgo), const DLT_USER1 = 148
11869pkg syscall (freebsd-386-cgo), const DLT_USER10 = 157
11870pkg syscall (freebsd-386-cgo), const DLT_USER11 = 158
11871pkg syscall (freebsd-386-cgo), const DLT_USER12 = 159
11872pkg syscall (freebsd-386-cgo), const DLT_USER13 = 160
11873pkg syscall (freebsd-386-cgo), const DLT_USER14 = 161
11874pkg syscall (freebsd-386-cgo), const DLT_USER15 = 162
11875pkg syscall (freebsd-386-cgo), const DLT_USER2 = 149
11876pkg syscall (freebsd-386-cgo), const DLT_USER3 = 150
11877pkg syscall (freebsd-386-cgo), const DLT_USER4 = 151
11878pkg syscall (freebsd-386-cgo), const DLT_USER5 = 152
11879pkg syscall (freebsd-386-cgo), const DLT_USER6 = 153
11880pkg syscall (freebsd-386-cgo), const DLT_USER7 = 154
11881pkg syscall (freebsd-386-cgo), const DLT_USER8 = 155
11882pkg syscall (freebsd-386-cgo), const DLT_USER9 = 156
11883pkg syscall (freebsd-386-cgo), const DLT_WIHART = 223
11884pkg syscall (freebsd-386-cgo), const DLT_X2E_SERIAL = 213
11885pkg syscall (freebsd-386-cgo), const DLT_X2E_XORAYA = 214
11886pkg syscall (freebsd-386-cgo), const DT_BLK = 6
11887pkg syscall (freebsd-386-cgo), const DT_CHR = 2
11888pkg syscall (freebsd-386-cgo), const DT_DIR = 4
11889pkg syscall (freebsd-386-cgo), const DT_FIFO = 1
11890pkg syscall (freebsd-386-cgo), const DT_LNK = 10
11891pkg syscall (freebsd-386-cgo), const DT_REG = 8
11892pkg syscall (freebsd-386-cgo), const DT_SOCK = 12
11893pkg syscall (freebsd-386-cgo), const DT_UNKNOWN = 0
11894pkg syscall (freebsd-386-cgo), const DT_WHT = 14
11895pkg syscall (freebsd-386-cgo), const E2BIG = 7
11896pkg syscall (freebsd-386-cgo), const EACCES = 13
11897pkg syscall (freebsd-386-cgo), const EADDRINUSE = 48
11898pkg syscall (freebsd-386-cgo), const EADDRNOTAVAIL = 49
11899pkg syscall (freebsd-386-cgo), const EAFNOSUPPORT = 47
11900pkg syscall (freebsd-386-cgo), const EAGAIN = 35
11901pkg syscall (freebsd-386-cgo), const EALREADY = 37
11902pkg syscall (freebsd-386-cgo), const EAUTH = 80
11903pkg syscall (freebsd-386-cgo), const EBADF = 9
11904pkg syscall (freebsd-386-cgo), const EBADMSG = 89
11905pkg syscall (freebsd-386-cgo), const EBADRPC = 72
11906pkg syscall (freebsd-386-cgo), const EBUSY = 16
11907pkg syscall (freebsd-386-cgo), const ECANCELED = 85
11908pkg syscall (freebsd-386-cgo), const ECAPMODE = 94
11909pkg syscall (freebsd-386-cgo), const ECHILD = 10
11910pkg syscall (freebsd-386-cgo), const ECHO = 8
11911pkg syscall (freebsd-386-cgo), const ECHOCTL = 64
11912pkg syscall (freebsd-386-cgo), const ECHOE = 2
11913pkg syscall (freebsd-386-cgo), const ECHOK = 4
11914pkg syscall (freebsd-386-cgo), const ECHOKE = 1
11915pkg syscall (freebsd-386-cgo), const ECHONL = 16
11916pkg syscall (freebsd-386-cgo), const ECHOPRT = 32
11917pkg syscall (freebsd-386-cgo), const ECONNABORTED = 53
11918pkg syscall (freebsd-386-cgo), const ECONNREFUSED = 61
11919pkg syscall (freebsd-386-cgo), const ECONNRESET = 54
11920pkg syscall (freebsd-386-cgo), const EDEADLK = 11
11921pkg syscall (freebsd-386-cgo), const EDESTADDRREQ = 39
11922pkg syscall (freebsd-386-cgo), const EDOM = 33
11923pkg syscall (freebsd-386-cgo), const EDOOFUS = 88
11924pkg syscall (freebsd-386-cgo), const EDQUOT = 69
11925pkg syscall (freebsd-386-cgo), const EEXIST = 17
11926pkg syscall (freebsd-386-cgo), const EFAULT = 14
11927pkg syscall (freebsd-386-cgo), const EFBIG = 27
11928pkg syscall (freebsd-386-cgo), const EFTYPE = 79
11929pkg syscall (freebsd-386-cgo), const EHOSTDOWN = 64
11930pkg syscall (freebsd-386-cgo), const EHOSTUNREACH = 65
11931pkg syscall (freebsd-386-cgo), const EIDRM = 82
11932pkg syscall (freebsd-386-cgo), const EILSEQ = 86
11933pkg syscall (freebsd-386-cgo), const EINPROGRESS = 36
11934pkg syscall (freebsd-386-cgo), const EINTR = 4
11935pkg syscall (freebsd-386-cgo), const EINVAL = 22
11936pkg syscall (freebsd-386-cgo), const EIO = 5
11937pkg syscall (freebsd-386-cgo), const EISCONN = 56
11938pkg syscall (freebsd-386-cgo), const EISDIR = 21
11939pkg syscall (freebsd-386-cgo), const ELAST = 94
11940pkg syscall (freebsd-386-cgo), const ELOOP = 62
11941pkg syscall (freebsd-386-cgo), const EMFILE = 24
11942pkg syscall (freebsd-386-cgo), const EMLINK = 31
11943pkg syscall (freebsd-386-cgo), const EMSGSIZE = 40
11944pkg syscall (freebsd-386-cgo), const EMULTIHOP = 90
11945pkg syscall (freebsd-386-cgo), const ENAMETOOLONG = 63
11946pkg syscall (freebsd-386-cgo), const ENEEDAUTH = 81
11947pkg syscall (freebsd-386-cgo), const ENETDOWN = 50
11948pkg syscall (freebsd-386-cgo), const ENETRESET = 52
11949pkg syscall (freebsd-386-cgo), const ENETUNREACH = 51
11950pkg syscall (freebsd-386-cgo), const ENFILE = 23
11951pkg syscall (freebsd-386-cgo), const ENOATTR = 87
11952pkg syscall (freebsd-386-cgo), const ENOBUFS = 55
11953pkg syscall (freebsd-386-cgo), const ENODEV = 19
11954pkg syscall (freebsd-386-cgo), const ENOEXEC = 8
11955pkg syscall (freebsd-386-cgo), const ENOLCK = 77
11956pkg syscall (freebsd-386-cgo), const ENOLINK = 91
11957pkg syscall (freebsd-386-cgo), const ENOMEM = 12
11958pkg syscall (freebsd-386-cgo), const ENOMSG = 83
11959pkg syscall (freebsd-386-cgo), const ENOPROTOOPT = 42
11960pkg syscall (freebsd-386-cgo), const ENOSPC = 28
11961pkg syscall (freebsd-386-cgo), const ENOSYS = 78
11962pkg syscall (freebsd-386-cgo), const ENOTBLK = 15
11963pkg syscall (freebsd-386-cgo), const ENOTCAPABLE = 93
11964pkg syscall (freebsd-386-cgo), const ENOTCONN = 57
11965pkg syscall (freebsd-386-cgo), const ENOTDIR = 20
11966pkg syscall (freebsd-386-cgo), const ENOTEMPTY = 66
11967pkg syscall (freebsd-386-cgo), const ENOTSOCK = 38
11968pkg syscall (freebsd-386-cgo), const ENOTSUP = 45
11969pkg syscall (freebsd-386-cgo), const ENOTTY = 25
11970pkg syscall (freebsd-386-cgo), const ENXIO = 6
11971pkg syscall (freebsd-386-cgo), const EOPNOTSUPP = 45
11972pkg syscall (freebsd-386-cgo), const EOVERFLOW = 84
11973pkg syscall (freebsd-386-cgo), const EPERM = 1
11974pkg syscall (freebsd-386-cgo), const EPFNOSUPPORT = 46
11975pkg syscall (freebsd-386-cgo), const EPIPE = 32
11976pkg syscall (freebsd-386-cgo), const EPROCLIM = 67
11977pkg syscall (freebsd-386-cgo), const EPROCUNAVAIL = 76
11978pkg syscall (freebsd-386-cgo), const EPROGMISMATCH = 75
11979pkg syscall (freebsd-386-cgo), const EPROGUNAVAIL = 74
11980pkg syscall (freebsd-386-cgo), const EPROTO = 92
11981pkg syscall (freebsd-386-cgo), const EPROTONOSUPPORT = 43
11982pkg syscall (freebsd-386-cgo), const EPROTOTYPE = 41
11983pkg syscall (freebsd-386-cgo), const ERANGE = 34
11984pkg syscall (freebsd-386-cgo), const EREMOTE = 71
11985pkg syscall (freebsd-386-cgo), const EROFS = 30
11986pkg syscall (freebsd-386-cgo), const ERPCMISMATCH = 73
11987pkg syscall (freebsd-386-cgo), const ESHUTDOWN = 58
11988pkg syscall (freebsd-386-cgo), const ESOCKTNOSUPPORT = 44
11989pkg syscall (freebsd-386-cgo), const ESPIPE = 29
11990pkg syscall (freebsd-386-cgo), const ESRCH = 3
11991pkg syscall (freebsd-386-cgo), const ESTALE = 70
11992pkg syscall (freebsd-386-cgo), const ETIMEDOUT = 60
11993pkg syscall (freebsd-386-cgo), const ETOOMANYREFS = 59
11994pkg syscall (freebsd-386-cgo), const ETXTBSY = 26
11995pkg syscall (freebsd-386-cgo), const EUSERS = 68
11996pkg syscall (freebsd-386-cgo), const EVFILT_AIO = -3
11997pkg syscall (freebsd-386-cgo), const EVFILT_FS = -9
11998pkg syscall (freebsd-386-cgo), const EVFILT_LIO = -10
11999pkg syscall (freebsd-386-cgo), const EVFILT_PROC = -5
12000pkg syscall (freebsd-386-cgo), const EVFILT_READ = -1
12001pkg syscall (freebsd-386-cgo), const EVFILT_SIGNAL = -6
12002pkg syscall (freebsd-386-cgo), const EVFILT_SYSCOUNT = 11
12003pkg syscall (freebsd-386-cgo), const EVFILT_TIMER = -7
12004pkg syscall (freebsd-386-cgo), const EVFILT_USER = -11
12005pkg syscall (freebsd-386-cgo), const EVFILT_VNODE = -4
12006pkg syscall (freebsd-386-cgo), const EVFILT_WRITE = -2
12007pkg syscall (freebsd-386-cgo), const EV_ADD = 1
12008pkg syscall (freebsd-386-cgo), const EV_CLEAR = 32
12009pkg syscall (freebsd-386-cgo), const EV_DELETE = 2
12010pkg syscall (freebsd-386-cgo), const EV_DISABLE = 8
12011pkg syscall (freebsd-386-cgo), const EV_DISPATCH = 128
12012pkg syscall (freebsd-386-cgo), const EV_ENABLE = 4
12013pkg syscall (freebsd-386-cgo), const EV_EOF = 32768
12014pkg syscall (freebsd-386-cgo), const EV_ERROR = 16384
12015pkg syscall (freebsd-386-cgo), const EV_FLAG1 = 8192
12016pkg syscall (freebsd-386-cgo), const EV_ONESHOT = 16
12017pkg syscall (freebsd-386-cgo), const EV_RECEIPT = 64
12018pkg syscall (freebsd-386-cgo), const EV_SYSFLAGS = 61440
12019pkg syscall (freebsd-386-cgo), const EWOULDBLOCK = 35
12020pkg syscall (freebsd-386-cgo), const EXDEV = 18
12021pkg syscall (freebsd-386-cgo), const EXTA = 19200
12022pkg syscall (freebsd-386-cgo), const EXTB = 38400
12023pkg syscall (freebsd-386-cgo), const EXTPROC = 2048
12024pkg syscall (freebsd-386-cgo), const FD_CLOEXEC = 1
12025pkg syscall (freebsd-386-cgo), const FD_SETSIZE = 1024
12026pkg syscall (freebsd-386-cgo), const FLUSHO = 8388608
12027pkg syscall (freebsd-386-cgo), const F_CANCEL = 5
12028pkg syscall (freebsd-386-cgo), const F_DUP2FD = 10
12029pkg syscall (freebsd-386-cgo), const F_DUPFD = 0
12030pkg syscall (freebsd-386-cgo), const F_GETFD = 1
12031pkg syscall (freebsd-386-cgo), const F_GETFL = 3
12032pkg syscall (freebsd-386-cgo), const F_GETLK = 11
12033pkg syscall (freebsd-386-cgo), const F_GETOWN = 5
12034pkg syscall (freebsd-386-cgo), const F_OGETLK = 7
12035pkg syscall (freebsd-386-cgo), const F_OK = 0
12036pkg syscall (freebsd-386-cgo), const F_OSETLK = 8
12037pkg syscall (freebsd-386-cgo), const F_OSETLKW = 9
12038pkg syscall (freebsd-386-cgo), const F_RDAHEAD = 16
12039pkg syscall (freebsd-386-cgo), const F_RDLCK = 1
12040pkg syscall (freebsd-386-cgo), const F_READAHEAD = 15
12041pkg syscall (freebsd-386-cgo), const F_SETFD = 2
12042pkg syscall (freebsd-386-cgo), const F_SETFL = 4
12043pkg syscall (freebsd-386-cgo), const F_SETLK = 12
12044pkg syscall (freebsd-386-cgo), const F_SETLKW = 13
12045pkg syscall (freebsd-386-cgo), const F_SETLK_REMOTE = 14
12046pkg syscall (freebsd-386-cgo), const F_SETOWN = 6
12047pkg syscall (freebsd-386-cgo), const F_UNLCK = 2
12048pkg syscall (freebsd-386-cgo), const F_UNLCKSYS = 4
12049pkg syscall (freebsd-386-cgo), const F_WRLCK = 3
12050pkg syscall (freebsd-386-cgo), const HUPCL = 16384
12051pkg syscall (freebsd-386-cgo), const ICANON = 256
12052pkg syscall (freebsd-386-cgo), const ICRNL = 256
12053pkg syscall (freebsd-386-cgo), const IEXTEN = 1024
12054pkg syscall (freebsd-386-cgo), const IFAN_ARRIVAL = 0
12055pkg syscall (freebsd-386-cgo), const IFAN_DEPARTURE = 1
12056pkg syscall (freebsd-386-cgo), const IFF_ALLMULTI = 512
12057pkg syscall (freebsd-386-cgo), const IFF_ALTPHYS = 16384
12058pkg syscall (freebsd-386-cgo), const IFF_CANTCHANGE = 2199410
12059pkg syscall (freebsd-386-cgo), const IFF_CANTCONFIG = 65536
12060pkg syscall (freebsd-386-cgo), const IFF_DEBUG = 4
12061pkg syscall (freebsd-386-cgo), const IFF_DRV_OACTIVE = 1024
12062pkg syscall (freebsd-386-cgo), const IFF_DRV_RUNNING = 64
12063pkg syscall (freebsd-386-cgo), const IFF_DYING = 2097152
12064pkg syscall (freebsd-386-cgo), const IFF_LINK0 = 4096
12065pkg syscall (freebsd-386-cgo), const IFF_LINK1 = 8192
12066pkg syscall (freebsd-386-cgo), const IFF_LINK2 = 16384
12067pkg syscall (freebsd-386-cgo), const IFF_LOOPBACK = 8
12068pkg syscall (freebsd-386-cgo), const IFF_MONITOR = 262144
12069pkg syscall (freebsd-386-cgo), const IFF_MULTICAST = 32768
12070pkg syscall (freebsd-386-cgo), const IFF_NOARP = 128
12071pkg syscall (freebsd-386-cgo), const IFF_OACTIVE = 1024
12072pkg syscall (freebsd-386-cgo), const IFF_POINTOPOINT = 16
12073pkg syscall (freebsd-386-cgo), const IFF_PPROMISC = 131072
12074pkg syscall (freebsd-386-cgo), const IFF_PROMISC = 256
12075pkg syscall (freebsd-386-cgo), const IFF_RENAMING = 4194304
12076pkg syscall (freebsd-386-cgo), const IFF_RUNNING = 64
12077pkg syscall (freebsd-386-cgo), const IFF_SIMPLEX = 2048
12078pkg syscall (freebsd-386-cgo), const IFF_SMART = 32
12079pkg syscall (freebsd-386-cgo), const IFF_STATICARP = 524288
12080pkg syscall (freebsd-386-cgo), const IFNAMSIZ = 16
12081pkg syscall (freebsd-386-cgo), const IFT_1822 = 2
12082pkg syscall (freebsd-386-cgo), const IFT_A12MPPSWITCH = 130
12083pkg syscall (freebsd-386-cgo), const IFT_AAL2 = 187
12084pkg syscall (freebsd-386-cgo), const IFT_AAL5 = 49
12085pkg syscall (freebsd-386-cgo), const IFT_ADSL = 94
12086pkg syscall (freebsd-386-cgo), const IFT_AFLANE8023 = 59
12087pkg syscall (freebsd-386-cgo), const IFT_AFLANE8025 = 60
12088pkg syscall (freebsd-386-cgo), const IFT_ARAP = 88
12089pkg syscall (freebsd-386-cgo), const IFT_ARCNET = 35
12090pkg syscall (freebsd-386-cgo), const IFT_ARCNETPLUS = 36
12091pkg syscall (freebsd-386-cgo), const IFT_ASYNC = 84
12092pkg syscall (freebsd-386-cgo), const IFT_ATM = 37
12093pkg syscall (freebsd-386-cgo), const IFT_ATMDXI = 105
12094pkg syscall (freebsd-386-cgo), const IFT_ATMFUNI = 106
12095pkg syscall (freebsd-386-cgo), const IFT_ATMIMA = 107
12096pkg syscall (freebsd-386-cgo), const IFT_ATMLOGICAL = 80
12097pkg syscall (freebsd-386-cgo), const IFT_ATMRADIO = 189
12098pkg syscall (freebsd-386-cgo), const IFT_ATMSUBINTERFACE = 134
12099pkg syscall (freebsd-386-cgo), const IFT_ATMVCIENDPT = 194
12100pkg syscall (freebsd-386-cgo), const IFT_ATMVIRTUAL = 149
12101pkg syscall (freebsd-386-cgo), const IFT_BGPPOLICYACCOUNTING = 162
12102pkg syscall (freebsd-386-cgo), const IFT_BRIDGE = 209
12103pkg syscall (freebsd-386-cgo), const IFT_BSC = 83
12104pkg syscall (freebsd-386-cgo), const IFT_CARP = 248
12105pkg syscall (freebsd-386-cgo), const IFT_CCTEMUL = 61
12106pkg syscall (freebsd-386-cgo), const IFT_CEPT = 19
12107pkg syscall (freebsd-386-cgo), const IFT_CES = 133
12108pkg syscall (freebsd-386-cgo), const IFT_CHANNEL = 70
12109pkg syscall (freebsd-386-cgo), const IFT_CNR = 85
12110pkg syscall (freebsd-386-cgo), const IFT_COFFEE = 132
12111pkg syscall (freebsd-386-cgo), const IFT_COMPOSITELINK = 155
12112pkg syscall (freebsd-386-cgo), const IFT_DCN = 141
12113pkg syscall (freebsd-386-cgo), const IFT_DIGITALPOWERLINE = 138
12114pkg syscall (freebsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
12115pkg syscall (freebsd-386-cgo), const IFT_DLSW = 74
12116pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
12117pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEMACLAYER = 127
12118pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEUPSTREAM = 129
12119pkg syscall (freebsd-386-cgo), const IFT_DS0 = 81
12120pkg syscall (freebsd-386-cgo), const IFT_DS0BUNDLE = 82
12121pkg syscall (freebsd-386-cgo), const IFT_DS1FDL = 170
12122pkg syscall (freebsd-386-cgo), const IFT_DS3 = 30
12123pkg syscall (freebsd-386-cgo), const IFT_DTM = 140
12124pkg syscall (freebsd-386-cgo), const IFT_DVBASILN = 172
12125pkg syscall (freebsd-386-cgo), const IFT_DVBASIOUT = 173
12126pkg syscall (freebsd-386-cgo), const IFT_DVBRCCDOWNSTREAM = 147
12127pkg syscall (freebsd-386-cgo), const IFT_DVBRCCMACLAYER = 146
12128pkg syscall (freebsd-386-cgo), const IFT_DVBRCCUPSTREAM = 148
12129pkg syscall (freebsd-386-cgo), const IFT_ENC = 244
12130pkg syscall (freebsd-386-cgo), const IFT_EON = 25
12131pkg syscall (freebsd-386-cgo), const IFT_EPLRS = 87
12132pkg syscall (freebsd-386-cgo), const IFT_ESCON = 73
12133pkg syscall (freebsd-386-cgo), const IFT_ETHER = 6
12134pkg syscall (freebsd-386-cgo), const IFT_FAITH = 242
12135pkg syscall (freebsd-386-cgo), const IFT_FAST = 125
12136pkg syscall (freebsd-386-cgo), const IFT_FASTETHER = 62
12137pkg syscall (freebsd-386-cgo), const IFT_FASTETHERFX = 69
12138pkg syscall (freebsd-386-cgo), const IFT_FDDI = 15
12139pkg syscall (freebsd-386-cgo), const IFT_FIBRECHANNEL = 56
12140pkg syscall (freebsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
12141pkg syscall (freebsd-386-cgo), const IFT_FRAMERELAYMPI = 92
12142pkg syscall (freebsd-386-cgo), const IFT_FRDLCIENDPT = 193
12143pkg syscall (freebsd-386-cgo), const IFT_FRELAY = 32
12144pkg syscall (freebsd-386-cgo), const IFT_FRELAYDCE = 44
12145pkg syscall (freebsd-386-cgo), const IFT_FRF16MFRBUNDLE = 163
12146pkg syscall (freebsd-386-cgo), const IFT_FRFORWARD = 158
12147pkg syscall (freebsd-386-cgo), const IFT_G703AT2MB = 67
12148pkg syscall (freebsd-386-cgo), const IFT_G703AT64K = 66
12149pkg syscall (freebsd-386-cgo), const IFT_GIF = 240
12150pkg syscall (freebsd-386-cgo), const IFT_GIGABITETHERNET = 117
12151pkg syscall (freebsd-386-cgo), const IFT_GR303IDT = 178
12152pkg syscall (freebsd-386-cgo), const IFT_GR303RDT = 177
12153pkg syscall (freebsd-386-cgo), const IFT_H323GATEKEEPER = 164
12154pkg syscall (freebsd-386-cgo), const IFT_H323PROXY = 165
12155pkg syscall (freebsd-386-cgo), const IFT_HDH1822 = 3
12156pkg syscall (freebsd-386-cgo), const IFT_HDLC = 118
12157pkg syscall (freebsd-386-cgo), const IFT_HDSL2 = 168
12158pkg syscall (freebsd-386-cgo), const IFT_HIPERLAN2 = 183
12159pkg syscall (freebsd-386-cgo), const IFT_HIPPI = 47
12160pkg syscall (freebsd-386-cgo), const IFT_HIPPIINTERFACE = 57
12161pkg syscall (freebsd-386-cgo), const IFT_HOSTPAD = 90
12162pkg syscall (freebsd-386-cgo), const IFT_HSSI = 46
12163pkg syscall (freebsd-386-cgo), const IFT_HY = 14
12164pkg syscall (freebsd-386-cgo), const IFT_IBM370PARCHAN = 72
12165pkg syscall (freebsd-386-cgo), const IFT_IDSL = 154
12166pkg syscall (freebsd-386-cgo), const IFT_IEEE1394 = 144
12167pkg syscall (freebsd-386-cgo), const IFT_IEEE80211 = 71
12168pkg syscall (freebsd-386-cgo), const IFT_IEEE80212 = 55
12169pkg syscall (freebsd-386-cgo), const IFT_IEEE8023ADLAG = 161
12170pkg syscall (freebsd-386-cgo), const IFT_IFGSN = 145
12171pkg syscall (freebsd-386-cgo), const IFT_IMT = 190
12172pkg syscall (freebsd-386-cgo), const IFT_INFINIBAND = 199
12173pkg syscall (freebsd-386-cgo), const IFT_INTERLEAVE = 124
12174pkg syscall (freebsd-386-cgo), const IFT_IP = 126
12175pkg syscall (freebsd-386-cgo), const IFT_IPFORWARD = 142
12176pkg syscall (freebsd-386-cgo), const IFT_IPOVERATM = 114
12177pkg syscall (freebsd-386-cgo), const IFT_IPOVERCDLC = 109
12178pkg syscall (freebsd-386-cgo), const IFT_IPOVERCLAW = 110
12179pkg syscall (freebsd-386-cgo), const IFT_IPSWITCH = 78
12180pkg syscall (freebsd-386-cgo), const IFT_IPXIP = 249
12181pkg syscall (freebsd-386-cgo), const IFT_ISDN = 63
12182pkg syscall (freebsd-386-cgo), const IFT_ISDNBASIC = 20
12183pkg syscall (freebsd-386-cgo), const IFT_ISDNPRIMARY = 21
12184pkg syscall (freebsd-386-cgo), const IFT_ISDNS = 75
12185pkg syscall (freebsd-386-cgo), const IFT_ISDNU = 76
12186pkg syscall (freebsd-386-cgo), const IFT_ISO88022LLC = 41
12187pkg syscall (freebsd-386-cgo), const IFT_ISO88023 = 7
12188pkg syscall (freebsd-386-cgo), const IFT_ISO88024 = 8
12189pkg syscall (freebsd-386-cgo), const IFT_ISO88025 = 9
12190pkg syscall (freebsd-386-cgo), const IFT_ISO88025CRFPINT = 98
12191pkg syscall (freebsd-386-cgo), const IFT_ISO88025DTR = 86
12192pkg syscall (freebsd-386-cgo), const IFT_ISO88025FIBER = 115
12193pkg syscall (freebsd-386-cgo), const IFT_ISO88026 = 10
12194pkg syscall (freebsd-386-cgo), const IFT_ISUP = 179
12195pkg syscall (freebsd-386-cgo), const IFT_L2VLAN = 135
12196pkg syscall (freebsd-386-cgo), const IFT_L3IPVLAN = 136
12197pkg syscall (freebsd-386-cgo), const IFT_L3IPXVLAN = 137
12198pkg syscall (freebsd-386-cgo), const IFT_LAPB = 16
12199pkg syscall (freebsd-386-cgo), const IFT_LAPD = 77
12200pkg syscall (freebsd-386-cgo), const IFT_LAPF = 119
12201pkg syscall (freebsd-386-cgo), const IFT_LOCALTALK = 42
12202pkg syscall (freebsd-386-cgo), const IFT_LOOP = 24
12203pkg syscall (freebsd-386-cgo), const IFT_MEDIAMAILOVERIP = 139
12204pkg syscall (freebsd-386-cgo), const IFT_MFSIGLINK = 167
12205pkg syscall (freebsd-386-cgo), const IFT_MIOX25 = 38
12206pkg syscall (freebsd-386-cgo), const IFT_MODEM = 48
12207pkg syscall (freebsd-386-cgo), const IFT_MPC = 113
12208pkg syscall (freebsd-386-cgo), const IFT_MPLS = 166
12209pkg syscall (freebsd-386-cgo), const IFT_MPLSTUNNEL = 150
12210pkg syscall (freebsd-386-cgo), const IFT_MSDSL = 143
12211pkg syscall (freebsd-386-cgo), const IFT_MVL = 191
12212pkg syscall (freebsd-386-cgo), const IFT_MYRINET = 99
12213pkg syscall (freebsd-386-cgo), const IFT_NFAS = 175
12214pkg syscall (freebsd-386-cgo), const IFT_NSIP = 27
12215pkg syscall (freebsd-386-cgo), const IFT_OPTICALCHANNEL = 195
12216pkg syscall (freebsd-386-cgo), const IFT_OPTICALTRANSPORT = 196
12217pkg syscall (freebsd-386-cgo), const IFT_OTHER = 1
12218pkg syscall (freebsd-386-cgo), const IFT_P10 = 12
12219pkg syscall (freebsd-386-cgo), const IFT_P80 = 13
12220pkg syscall (freebsd-386-cgo), const IFT_PARA = 34
12221pkg syscall (freebsd-386-cgo), const IFT_PFLOG = 246
12222pkg syscall (freebsd-386-cgo), const IFT_PFSYNC = 247
12223pkg syscall (freebsd-386-cgo), const IFT_PLC = 174
12224pkg syscall (freebsd-386-cgo), const IFT_POS = 171
12225pkg syscall (freebsd-386-cgo), const IFT_PPP = 23
12226pkg syscall (freebsd-386-cgo), const IFT_PPPMULTILINKBUNDLE = 108
12227pkg syscall (freebsd-386-cgo), const IFT_PROPBWAP2MP = 184
12228pkg syscall (freebsd-386-cgo), const IFT_PROPCNLS = 89
12229pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
12230pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
12231pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
12232pkg syscall (freebsd-386-cgo), const IFT_PROPMUX = 54
12233pkg syscall (freebsd-386-cgo), const IFT_PROPVIRTUAL = 53
12234pkg syscall (freebsd-386-cgo), const IFT_PROPWIRELESSP2P = 157
12235pkg syscall (freebsd-386-cgo), const IFT_PTPSERIAL = 22
12236pkg syscall (freebsd-386-cgo), const IFT_PVC = 241
12237pkg syscall (freebsd-386-cgo), const IFT_QLLC = 68
12238pkg syscall (freebsd-386-cgo), const IFT_RADIOMAC = 188
12239pkg syscall (freebsd-386-cgo), const IFT_RADSL = 95
12240pkg syscall (freebsd-386-cgo), const IFT_REACHDSL = 192
12241pkg syscall (freebsd-386-cgo), const IFT_RFC1483 = 159
12242pkg syscall (freebsd-386-cgo), const IFT_RS232 = 33
12243pkg syscall (freebsd-386-cgo), const IFT_RSRB = 79
12244pkg syscall (freebsd-386-cgo), const IFT_SDLC = 17
12245pkg syscall (freebsd-386-cgo), const IFT_SDSL = 96
12246pkg syscall (freebsd-386-cgo), const IFT_SHDSL = 169
12247pkg syscall (freebsd-386-cgo), const IFT_SIP = 31
12248pkg syscall (freebsd-386-cgo), const IFT_SLIP = 28
12249pkg syscall (freebsd-386-cgo), const IFT_SMDSDXI = 43
12250pkg syscall (freebsd-386-cgo), const IFT_SMDSICIP = 52
12251pkg syscall (freebsd-386-cgo), const IFT_SONET = 39
12252pkg syscall (freebsd-386-cgo), const IFT_SONETOVERHEADCHANNEL = 185
12253pkg syscall (freebsd-386-cgo), const IFT_SONETPATH = 50
12254pkg syscall (freebsd-386-cgo), const IFT_SONETVT = 51
12255pkg syscall (freebsd-386-cgo), const IFT_SRP = 151
12256pkg syscall (freebsd-386-cgo), const IFT_SS7SIGLINK = 156
12257pkg syscall (freebsd-386-cgo), const IFT_STACKTOSTACK = 111
12258pkg syscall (freebsd-386-cgo), const IFT_STARLAN = 11
12259pkg syscall (freebsd-386-cgo), const IFT_STF = 215
12260pkg syscall (freebsd-386-cgo), const IFT_T1 = 18
12261pkg syscall (freebsd-386-cgo), const IFT_TDLC = 116
12262pkg syscall (freebsd-386-cgo), const IFT_TERMPAD = 91
12263pkg syscall (freebsd-386-cgo), const IFT_TR008 = 176
12264pkg syscall (freebsd-386-cgo), const IFT_TRANSPHDLC = 123
12265pkg syscall (freebsd-386-cgo), const IFT_TUNNEL = 131
12266pkg syscall (freebsd-386-cgo), const IFT_ULTRA = 29
12267pkg syscall (freebsd-386-cgo), const IFT_USB = 160
12268pkg syscall (freebsd-386-cgo), const IFT_V11 = 64
12269pkg syscall (freebsd-386-cgo), const IFT_V35 = 45
12270pkg syscall (freebsd-386-cgo), const IFT_V36 = 65
12271pkg syscall (freebsd-386-cgo), const IFT_V37 = 120
12272pkg syscall (freebsd-386-cgo), const IFT_VDSL = 97
12273pkg syscall (freebsd-386-cgo), const IFT_VIRTUALIPADDRESS = 112
12274pkg syscall (freebsd-386-cgo), const IFT_VOICEEM = 100
12275pkg syscall (freebsd-386-cgo), const IFT_VOICEENCAP = 103
12276pkg syscall (freebsd-386-cgo), const IFT_VOICEFXO = 101
12277pkg syscall (freebsd-386-cgo), const IFT_VOICEFXS = 102
12278pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERATM = 152
12279pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERFRAMERELAY = 153
12280pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERIP = 104
12281pkg syscall (freebsd-386-cgo), const IFT_X213 = 93
12282pkg syscall (freebsd-386-cgo), const IFT_X25 = 5
12283pkg syscall (freebsd-386-cgo), const IFT_X25DDN = 4
12284pkg syscall (freebsd-386-cgo), const IFT_X25HUNTGROUP = 122
12285pkg syscall (freebsd-386-cgo), const IFT_X25MLP = 121
12286pkg syscall (freebsd-386-cgo), const IFT_X25PLE = 40
12287pkg syscall (freebsd-386-cgo), const IFT_XETHER = 26
12288pkg syscall (freebsd-386-cgo), const IGNBRK = 1
12289pkg syscall (freebsd-386-cgo), const IGNCR = 128
12290pkg syscall (freebsd-386-cgo), const IGNPAR = 4
12291pkg syscall (freebsd-386-cgo), const IMAXBEL = 8192
12292pkg syscall (freebsd-386-cgo), const INLCR = 64
12293pkg syscall (freebsd-386-cgo), const INPCK = 16
12294pkg syscall (freebsd-386-cgo), const IN_CLASSA_HOST = 16777215
12295pkg syscall (freebsd-386-cgo), const IN_CLASSA_MAX = 128
12296pkg syscall (freebsd-386-cgo), const IN_CLASSA_NET = 4278190080
12297pkg syscall (freebsd-386-cgo), const IN_CLASSA_NSHIFT = 24
12298pkg syscall (freebsd-386-cgo), const IN_CLASSB_HOST = 65535
12299pkg syscall (freebsd-386-cgo), const IN_CLASSB_MAX = 65536
12300pkg syscall (freebsd-386-cgo), const IN_CLASSB_NET = 4294901760
12301pkg syscall (freebsd-386-cgo), const IN_CLASSB_NSHIFT = 16
12302pkg syscall (freebsd-386-cgo), const IN_CLASSC_HOST = 255
12303pkg syscall (freebsd-386-cgo), const IN_CLASSC_NET = 4294967040
12304pkg syscall (freebsd-386-cgo), const IN_CLASSC_NSHIFT = 8
12305pkg syscall (freebsd-386-cgo), const IN_CLASSD_HOST = 268435455
12306pkg syscall (freebsd-386-cgo), const IN_CLASSD_NET = 4026531840
12307pkg syscall (freebsd-386-cgo), const IN_CLASSD_NSHIFT = 28
12308pkg syscall (freebsd-386-cgo), const IN_LOOPBACKNET = 127
12309pkg syscall (freebsd-386-cgo), const IN_RFC3021_MASK = 4294967294
12310pkg syscall (freebsd-386-cgo), const IPPROTO_3PC = 34
12311pkg syscall (freebsd-386-cgo), const IPPROTO_ADFS = 68
12312pkg syscall (freebsd-386-cgo), const IPPROTO_AH = 51
12313pkg syscall (freebsd-386-cgo), const IPPROTO_AHIP = 61
12314pkg syscall (freebsd-386-cgo), const IPPROTO_APES = 99
12315pkg syscall (freebsd-386-cgo), const IPPROTO_ARGUS = 13
12316pkg syscall (freebsd-386-cgo), const IPPROTO_AX25 = 93
12317pkg syscall (freebsd-386-cgo), const IPPROTO_BHA = 49
12318pkg syscall (freebsd-386-cgo), const IPPROTO_BLT = 30
12319pkg syscall (freebsd-386-cgo), const IPPROTO_BRSATMON = 76
12320pkg syscall (freebsd-386-cgo), const IPPROTO_CARP = 112
12321pkg syscall (freebsd-386-cgo), const IPPROTO_CFTP = 62
12322pkg syscall (freebsd-386-cgo), const IPPROTO_CHAOS = 16
12323pkg syscall (freebsd-386-cgo), const IPPROTO_CMTP = 38
12324pkg syscall (freebsd-386-cgo), const IPPROTO_CPHB = 73
12325pkg syscall (freebsd-386-cgo), const IPPROTO_CPNX = 72
12326pkg syscall (freebsd-386-cgo), const IPPROTO_DDP = 37
12327pkg syscall (freebsd-386-cgo), const IPPROTO_DGP = 86
12328pkg syscall (freebsd-386-cgo), const IPPROTO_DIVERT = 258
12329pkg syscall (freebsd-386-cgo), const IPPROTO_DONE = 257
12330pkg syscall (freebsd-386-cgo), const IPPROTO_DSTOPTS = 60
12331pkg syscall (freebsd-386-cgo), const IPPROTO_EGP = 8
12332pkg syscall (freebsd-386-cgo), const IPPROTO_EMCON = 14
12333pkg syscall (freebsd-386-cgo), const IPPROTO_ENCAP = 98
12334pkg syscall (freebsd-386-cgo), const IPPROTO_EON = 80
12335pkg syscall (freebsd-386-cgo), const IPPROTO_ESP = 50
12336pkg syscall (freebsd-386-cgo), const IPPROTO_ETHERIP = 97
12337pkg syscall (freebsd-386-cgo), const IPPROTO_FRAGMENT = 44
12338pkg syscall (freebsd-386-cgo), const IPPROTO_GGP = 3
12339pkg syscall (freebsd-386-cgo), const IPPROTO_GMTP = 100
12340pkg syscall (freebsd-386-cgo), const IPPROTO_GRE = 47
12341pkg syscall (freebsd-386-cgo), const IPPROTO_HELLO = 63
12342pkg syscall (freebsd-386-cgo), const IPPROTO_HMP = 20
12343pkg syscall (freebsd-386-cgo), const IPPROTO_HOPOPTS = 0
12344pkg syscall (freebsd-386-cgo), const IPPROTO_ICMP = 1
12345pkg syscall (freebsd-386-cgo), const IPPROTO_ICMPV6 = 58
12346pkg syscall (freebsd-386-cgo), const IPPROTO_IDP = 22
12347pkg syscall (freebsd-386-cgo), const IPPROTO_IDPR = 35
12348pkg syscall (freebsd-386-cgo), const IPPROTO_IDRP = 45
12349pkg syscall (freebsd-386-cgo), const IPPROTO_IGMP = 2
12350pkg syscall (freebsd-386-cgo), const IPPROTO_IGP = 85
12351pkg syscall (freebsd-386-cgo), const IPPROTO_IGRP = 88
12352pkg syscall (freebsd-386-cgo), const IPPROTO_IL = 40
12353pkg syscall (freebsd-386-cgo), const IPPROTO_INLSP = 52
12354pkg syscall (freebsd-386-cgo), const IPPROTO_INP = 32
12355pkg syscall (freebsd-386-cgo), const IPPROTO_IPCOMP = 108
12356pkg syscall (freebsd-386-cgo), const IPPROTO_IPCV = 71
12357pkg syscall (freebsd-386-cgo), const IPPROTO_IPEIP = 94
12358pkg syscall (freebsd-386-cgo), const IPPROTO_IPIP = 4
12359pkg syscall (freebsd-386-cgo), const IPPROTO_IPPC = 67
12360pkg syscall (freebsd-386-cgo), const IPPROTO_IPV4 = 4
12361pkg syscall (freebsd-386-cgo), const IPPROTO_IRTP = 28
12362pkg syscall (freebsd-386-cgo), const IPPROTO_KRYPTOLAN = 65
12363pkg syscall (freebsd-386-cgo), const IPPROTO_LARP = 91
12364pkg syscall (freebsd-386-cgo), const IPPROTO_LEAF1 = 25
12365pkg syscall (freebsd-386-cgo), const IPPROTO_LEAF2 = 26
12366pkg syscall (freebsd-386-cgo), const IPPROTO_MAX = 256
12367pkg syscall (freebsd-386-cgo), const IPPROTO_MAXID = 52
12368pkg syscall (freebsd-386-cgo), const IPPROTO_MEAS = 19
12369pkg syscall (freebsd-386-cgo), const IPPROTO_MH = 135
12370pkg syscall (freebsd-386-cgo), const IPPROTO_MHRP = 48
12371pkg syscall (freebsd-386-cgo), const IPPROTO_MICP = 95
12372pkg syscall (freebsd-386-cgo), const IPPROTO_MOBILE = 55
12373pkg syscall (freebsd-386-cgo), const IPPROTO_MTP = 92
12374pkg syscall (freebsd-386-cgo), const IPPROTO_MUX = 18
12375pkg syscall (freebsd-386-cgo), const IPPROTO_ND = 77
12376pkg syscall (freebsd-386-cgo), const IPPROTO_NHRP = 54
12377pkg syscall (freebsd-386-cgo), const IPPROTO_NONE = 59
12378pkg syscall (freebsd-386-cgo), const IPPROTO_NSP = 31
12379pkg syscall (freebsd-386-cgo), const IPPROTO_NVPII = 11
12380pkg syscall (freebsd-386-cgo), const IPPROTO_OLD_DIVERT = 254
12381pkg syscall (freebsd-386-cgo), const IPPROTO_OSPFIGP = 89
12382pkg syscall (freebsd-386-cgo), const IPPROTO_PFSYNC = 240
12383pkg syscall (freebsd-386-cgo), const IPPROTO_PGM = 113
12384pkg syscall (freebsd-386-cgo), const IPPROTO_PIGP = 9
12385pkg syscall (freebsd-386-cgo), const IPPROTO_PIM = 103
12386pkg syscall (freebsd-386-cgo), const IPPROTO_PRM = 21
12387pkg syscall (freebsd-386-cgo), const IPPROTO_PUP = 12
12388pkg syscall (freebsd-386-cgo), const IPPROTO_PVP = 75
12389pkg syscall (freebsd-386-cgo), const IPPROTO_RAW = 255
12390pkg syscall (freebsd-386-cgo), const IPPROTO_RCCMON = 10
12391pkg syscall (freebsd-386-cgo), const IPPROTO_RDP = 27
12392pkg syscall (freebsd-386-cgo), const IPPROTO_ROUTING = 43
12393pkg syscall (freebsd-386-cgo), const IPPROTO_RSVP = 46
12394pkg syscall (freebsd-386-cgo), const IPPROTO_RVD = 66
12395pkg syscall (freebsd-386-cgo), const IPPROTO_SATEXPAK = 64
12396pkg syscall (freebsd-386-cgo), const IPPROTO_SATMON = 69
12397pkg syscall (freebsd-386-cgo), const IPPROTO_SCCSP = 96
12398pkg syscall (freebsd-386-cgo), const IPPROTO_SCTP = 132
12399pkg syscall (freebsd-386-cgo), const IPPROTO_SDRP = 42
12400pkg syscall (freebsd-386-cgo), const IPPROTO_SEND = 259
12401pkg syscall (freebsd-386-cgo), const IPPROTO_SEP = 33
12402pkg syscall (freebsd-386-cgo), const IPPROTO_SKIP = 57
12403pkg syscall (freebsd-386-cgo), const IPPROTO_SPACER = 32767
12404pkg syscall (freebsd-386-cgo), const IPPROTO_SRPC = 90
12405pkg syscall (freebsd-386-cgo), const IPPROTO_ST = 7
12406pkg syscall (freebsd-386-cgo), const IPPROTO_SVMTP = 82
12407pkg syscall (freebsd-386-cgo), const IPPROTO_SWIPE = 53
12408pkg syscall (freebsd-386-cgo), const IPPROTO_TCF = 87
12409pkg syscall (freebsd-386-cgo), const IPPROTO_TLSP = 56
12410pkg syscall (freebsd-386-cgo), const IPPROTO_TP = 29
12411pkg syscall (freebsd-386-cgo), const IPPROTO_TPXX = 39
12412pkg syscall (freebsd-386-cgo), const IPPROTO_TRUNK1 = 23
12413pkg syscall (freebsd-386-cgo), const IPPROTO_TRUNK2 = 24
12414pkg syscall (freebsd-386-cgo), const IPPROTO_TTP = 84
12415pkg syscall (freebsd-386-cgo), const IPPROTO_VINES = 83
12416pkg syscall (freebsd-386-cgo), const IPPROTO_VISA = 70
12417pkg syscall (freebsd-386-cgo), const IPPROTO_VMTP = 81
12418pkg syscall (freebsd-386-cgo), const IPPROTO_WBEXPAK = 79
12419pkg syscall (freebsd-386-cgo), const IPPROTO_WBMON = 78
12420pkg syscall (freebsd-386-cgo), const IPPROTO_WSN = 74
12421pkg syscall (freebsd-386-cgo), const IPPROTO_XNET = 15
12422pkg syscall (freebsd-386-cgo), const IPPROTO_XTP = 36
12423pkg syscall (freebsd-386-cgo), const IPV6_AUTOFLOWLABEL = 59
12424pkg syscall (freebsd-386-cgo), const IPV6_BINDANY = 64
12425pkg syscall (freebsd-386-cgo), const IPV6_BINDV6ONLY = 27
12426pkg syscall (freebsd-386-cgo), const IPV6_CHECKSUM = 26
12427pkg syscall (freebsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
12428pkg syscall (freebsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
12429pkg syscall (freebsd-386-cgo), const IPV6_DEFHLIM = 64
12430pkg syscall (freebsd-386-cgo), const IPV6_DONTFRAG = 62
12431pkg syscall (freebsd-386-cgo), const IPV6_DSTOPTS = 50
12432pkg syscall (freebsd-386-cgo), const IPV6_FAITH = 29
12433pkg syscall (freebsd-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055
12434pkg syscall (freebsd-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
12435pkg syscall (freebsd-386-cgo), const IPV6_FRAGTTL = 120
12436pkg syscall (freebsd-386-cgo), const IPV6_FW_ADD = 30
12437pkg syscall (freebsd-386-cgo), const IPV6_FW_DEL = 31
12438pkg syscall (freebsd-386-cgo), const IPV6_FW_FLUSH = 32
12439pkg syscall (freebsd-386-cgo), const IPV6_FW_GET = 34
12440pkg syscall (freebsd-386-cgo), const IPV6_FW_ZERO = 33
12441pkg syscall (freebsd-386-cgo), const IPV6_HLIMDEC = 1
12442pkg syscall (freebsd-386-cgo), const IPV6_HOPLIMIT = 47
12443pkg syscall (freebsd-386-cgo), const IPV6_HOPOPTS = 49
12444pkg syscall (freebsd-386-cgo), const IPV6_IPSEC_POLICY = 28
12445pkg syscall (freebsd-386-cgo), const IPV6_JOIN_GROUP = 12
12446pkg syscall (freebsd-386-cgo), const IPV6_LEAVE_GROUP = 13
12447pkg syscall (freebsd-386-cgo), const IPV6_MAXHLIM = 255
12448pkg syscall (freebsd-386-cgo), const IPV6_MAXOPTHDR = 2048
12449pkg syscall (freebsd-386-cgo), const IPV6_MAXPACKET = 65535
12450pkg syscall (freebsd-386-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
12451pkg syscall (freebsd-386-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
12452pkg syscall (freebsd-386-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
12453pkg syscall (freebsd-386-cgo), const IPV6_MIN_MEMBERSHIPS = 31
12454pkg syscall (freebsd-386-cgo), const IPV6_MMTU = 1280
12455pkg syscall (freebsd-386-cgo), const IPV6_MSFILTER = 74
12456pkg syscall (freebsd-386-cgo), const IPV6_MULTICAST_HOPS = 10
12457pkg syscall (freebsd-386-cgo), const IPV6_MULTICAST_IF = 9
12458pkg syscall (freebsd-386-cgo), const IPV6_MULTICAST_LOOP = 11
12459pkg syscall (freebsd-386-cgo), const IPV6_NEXTHOP = 48
12460pkg syscall (freebsd-386-cgo), const IPV6_PATHMTU = 44
12461pkg syscall (freebsd-386-cgo), const IPV6_PKTINFO = 46
12462pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE = 14
12463pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0
12464pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_HIGH = 1
12465pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_LOW = 2
12466pkg syscall (freebsd-386-cgo), const IPV6_PREFER_TEMPADDR = 63
12467pkg syscall (freebsd-386-cgo), const IPV6_RECVDSTOPTS = 40
12468pkg syscall (freebsd-386-cgo), const IPV6_RECVHOPLIMIT = 37
12469pkg syscall (freebsd-386-cgo), const IPV6_RECVHOPOPTS = 39
12470pkg syscall (freebsd-386-cgo), const IPV6_RECVPATHMTU = 43
12471pkg syscall (freebsd-386-cgo), const IPV6_RECVPKTINFO = 36
12472pkg syscall (freebsd-386-cgo), const IPV6_RECVRTHDR = 38
12473pkg syscall (freebsd-386-cgo), const IPV6_RECVTCLASS = 57
12474pkg syscall (freebsd-386-cgo), const IPV6_RTHDR = 51
12475pkg syscall (freebsd-386-cgo), const IPV6_RTHDRDSTOPTS = 35
12476pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_LOOSE = 0
12477pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_STRICT = 1
12478pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
12479pkg syscall (freebsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
12480pkg syscall (freebsd-386-cgo), const IPV6_TCLASS = 61
12481pkg syscall (freebsd-386-cgo), const IPV6_UNICAST_HOPS = 4
12482pkg syscall (freebsd-386-cgo), const IPV6_USE_MIN_MTU = 42
12483pkg syscall (freebsd-386-cgo), const IPV6_V6ONLY = 27
12484pkg syscall (freebsd-386-cgo), const IPV6_VERSION = 96
12485pkg syscall (freebsd-386-cgo), const IPV6_VERSION_MASK = 240
12486pkg syscall (freebsd-386-cgo), const IP_ADD_MEMBERSHIP = 12
12487pkg syscall (freebsd-386-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
12488pkg syscall (freebsd-386-cgo), const IP_BINDANY = 24
12489pkg syscall (freebsd-386-cgo), const IP_BLOCK_SOURCE = 72
12490pkg syscall (freebsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
12491pkg syscall (freebsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
12492pkg syscall (freebsd-386-cgo), const IP_DF = 16384
12493pkg syscall (freebsd-386-cgo), const IP_DONTFRAG = 67
12494pkg syscall (freebsd-386-cgo), const IP_DROP_MEMBERSHIP = 13
12495pkg syscall (freebsd-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
12496pkg syscall (freebsd-386-cgo), const IP_DUMMYNET3 = 49
12497pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_CONFIGURE = 60
12498pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_DEL = 61
12499pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_FLUSH = 62
12500pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_GET = 64
12501pkg syscall (freebsd-386-cgo), const IP_FAITH = 22
12502pkg syscall (freebsd-386-cgo), const IP_FW3 = 48
12503pkg syscall (freebsd-386-cgo), const IP_FW_ADD = 50
12504pkg syscall (freebsd-386-cgo), const IP_FW_DEL = 51
12505pkg syscall (freebsd-386-cgo), const IP_FW_FLUSH = 52
12506pkg syscall (freebsd-386-cgo), const IP_FW_GET = 54
12507pkg syscall (freebsd-386-cgo), const IP_FW_NAT_CFG = 56
12508pkg syscall (freebsd-386-cgo), const IP_FW_NAT_DEL = 57
12509pkg syscall (freebsd-386-cgo), const IP_FW_NAT_GET_CONFIG = 58
12510pkg syscall (freebsd-386-cgo), const IP_FW_NAT_GET_LOG = 59
12511pkg syscall (freebsd-386-cgo), const IP_FW_RESETLOG = 55
12512pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_ADD = 40
12513pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_DEL = 41
12514pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_FLUSH = 42
12515pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_GETSIZE = 43
12516pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_LIST = 44
12517pkg syscall (freebsd-386-cgo), const IP_FW_ZERO = 53
12518pkg syscall (freebsd-386-cgo), const IP_HDRINCL = 2
12519pkg syscall (freebsd-386-cgo), const IP_IPSEC_POLICY = 21
12520pkg syscall (freebsd-386-cgo), const IP_MAXPACKET = 65535
12521pkg syscall (freebsd-386-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
12522pkg syscall (freebsd-386-cgo), const IP_MAX_MEMBERSHIPS = 4095
12523pkg syscall (freebsd-386-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
12524pkg syscall (freebsd-386-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
12525pkg syscall (freebsd-386-cgo), const IP_MAX_SOURCE_FILTER = 1024
12526pkg syscall (freebsd-386-cgo), const IP_MF = 8192
12527pkg syscall (freebsd-386-cgo), const IP_MINTTL = 66
12528pkg syscall (freebsd-386-cgo), const IP_MIN_MEMBERSHIPS = 31
12529pkg syscall (freebsd-386-cgo), const IP_MSFILTER = 74
12530pkg syscall (freebsd-386-cgo), const IP_MSS = 576
12531pkg syscall (freebsd-386-cgo), const IP_MULTICAST_IF = 9
12532pkg syscall (freebsd-386-cgo), const IP_MULTICAST_LOOP = 11
12533pkg syscall (freebsd-386-cgo), const IP_MULTICAST_TTL = 10
12534pkg syscall (freebsd-386-cgo), const IP_MULTICAST_VIF = 14
12535pkg syscall (freebsd-386-cgo), const IP_OFFMASK = 8191
12536pkg syscall (freebsd-386-cgo), const IP_ONESBCAST = 23
12537pkg syscall (freebsd-386-cgo), const IP_OPTIONS = 1
12538pkg syscall (freebsd-386-cgo), const IP_PORTRANGE = 19
12539pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_DEFAULT = 0
12540pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_HIGH = 1
12541pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_LOW = 2
12542pkg syscall (freebsd-386-cgo), const IP_RECVDSTADDR = 7
12543pkg syscall (freebsd-386-cgo), const IP_RECVIF = 20
12544pkg syscall (freebsd-386-cgo), const IP_RECVOPTS = 5
12545pkg syscall (freebsd-386-cgo), const IP_RECVRETOPTS = 6
12546pkg syscall (freebsd-386-cgo), const IP_RECVTOS = 68
12547pkg syscall (freebsd-386-cgo), const IP_RECVTTL = 65
12548pkg syscall (freebsd-386-cgo), const IP_RETOPTS = 8
12549pkg syscall (freebsd-386-cgo), const IP_RF = 32768
12550pkg syscall (freebsd-386-cgo), const IP_RSVP_OFF = 16
12551pkg syscall (freebsd-386-cgo), const IP_RSVP_ON = 15
12552pkg syscall (freebsd-386-cgo), const IP_RSVP_VIF_OFF = 18
12553pkg syscall (freebsd-386-cgo), const IP_RSVP_VIF_ON = 17
12554pkg syscall (freebsd-386-cgo), const IP_SENDSRCADDR = 7
12555pkg syscall (freebsd-386-cgo), const IP_TOS = 3
12556pkg syscall (freebsd-386-cgo), const IP_TTL = 4
12557pkg syscall (freebsd-386-cgo), const IP_UNBLOCK_SOURCE = 73
12558pkg syscall (freebsd-386-cgo), const ISIG = 128
12559pkg syscall (freebsd-386-cgo), const ISTRIP = 32
12560pkg syscall (freebsd-386-cgo), const IXANY = 2048
12561pkg syscall (freebsd-386-cgo), const IXOFF = 1024
12562pkg syscall (freebsd-386-cgo), const IXON = 512
12563pkg syscall (freebsd-386-cgo), const ImplementsGetwd = false
12564pkg syscall (freebsd-386-cgo), const LOCK_EX = 2
12565pkg syscall (freebsd-386-cgo), const LOCK_NB = 4
12566pkg syscall (freebsd-386-cgo), const LOCK_SH = 1
12567pkg syscall (freebsd-386-cgo), const LOCK_UN = 8
12568pkg syscall (freebsd-386-cgo), const MADV_AUTOSYNC = 7
12569pkg syscall (freebsd-386-cgo), const MADV_CORE = 9
12570pkg syscall (freebsd-386-cgo), const MADV_DONTNEED = 4
12571pkg syscall (freebsd-386-cgo), const MADV_FREE = 5
12572pkg syscall (freebsd-386-cgo), const MADV_NOCORE = 8
12573pkg syscall (freebsd-386-cgo), const MADV_NORMAL = 0
12574pkg syscall (freebsd-386-cgo), const MADV_NOSYNC = 6
12575pkg syscall (freebsd-386-cgo), const MADV_PROTECT = 10
12576pkg syscall (freebsd-386-cgo), const MADV_RANDOM = 1
12577pkg syscall (freebsd-386-cgo), const MADV_SEQUENTIAL = 2
12578pkg syscall (freebsd-386-cgo), const MADV_WILLNEED = 3
12579pkg syscall (freebsd-386-cgo), const MAP_ANON = 4096
12580pkg syscall (freebsd-386-cgo), const MAP_ANONYMOUS = 4096
12581pkg syscall (freebsd-386-cgo), const MAP_COPY = 2
12582pkg syscall (freebsd-386-cgo), const MAP_FILE = 0
12583pkg syscall (freebsd-386-cgo), const MAP_FIXED = 16
12584pkg syscall (freebsd-386-cgo), const MAP_HASSEMAPHORE = 512
12585pkg syscall (freebsd-386-cgo), const MAP_NOCORE = 131072
12586pkg syscall (freebsd-386-cgo), const MAP_NORESERVE = 64
12587pkg syscall (freebsd-386-cgo), const MAP_NOSYNC = 2048
12588pkg syscall (freebsd-386-cgo), const MAP_PREFAULT_READ = 262144
12589pkg syscall (freebsd-386-cgo), const MAP_PRIVATE = 2
12590pkg syscall (freebsd-386-cgo), const MAP_RENAME = 32
12591pkg syscall (freebsd-386-cgo), const MAP_RESERVED0080 = 128
12592pkg syscall (freebsd-386-cgo), const MAP_RESERVED0100 = 256
12593pkg syscall (freebsd-386-cgo), const MAP_SHARED = 1
12594pkg syscall (freebsd-386-cgo), const MAP_STACK = 1024
12595pkg syscall (freebsd-386-cgo), const MCL_CURRENT = 1
12596pkg syscall (freebsd-386-cgo), const MCL_FUTURE = 2
12597pkg syscall (freebsd-386-cgo), const MSG_COMPAT = 32768
12598pkg syscall (freebsd-386-cgo), const MSG_CTRUNC = 32
12599pkg syscall (freebsd-386-cgo), const MSG_DONTROUTE = 4
12600pkg syscall (freebsd-386-cgo), const MSG_DONTWAIT = 128
12601pkg syscall (freebsd-386-cgo), const MSG_EOF = 256
12602pkg syscall (freebsd-386-cgo), const MSG_EOR = 8
12603pkg syscall (freebsd-386-cgo), const MSG_NBIO = 16384
12604pkg syscall (freebsd-386-cgo), const MSG_NOSIGNAL = 131072
12605pkg syscall (freebsd-386-cgo), const MSG_NOTIFICATION = 8192
12606pkg syscall (freebsd-386-cgo), const MSG_OOB = 1
12607pkg syscall (freebsd-386-cgo), const MSG_PEEK = 2
12608pkg syscall (freebsd-386-cgo), const MSG_TRUNC = 16
12609pkg syscall (freebsd-386-cgo), const MSG_WAITALL = 64
12610pkg syscall (freebsd-386-cgo), const MS_ASYNC = 1
12611pkg syscall (freebsd-386-cgo), const MS_INVALIDATE = 2
12612pkg syscall (freebsd-386-cgo), const MS_SYNC = 0
12613pkg syscall (freebsd-386-cgo), const NET_RT_DUMP = 1
12614pkg syscall (freebsd-386-cgo), const NET_RT_FLAGS = 2
12615pkg syscall (freebsd-386-cgo), const NET_RT_IFLIST = 3
12616pkg syscall (freebsd-386-cgo), const NET_RT_IFLISTL = 5
12617pkg syscall (freebsd-386-cgo), const NET_RT_IFMALIST = 4
12618pkg syscall (freebsd-386-cgo), const NET_RT_MAXID = 6
12619pkg syscall (freebsd-386-cgo), const NOFLSH = 2147483648
12620pkg syscall (freebsd-386-cgo), const NOTE_ATTRIB = 8
12621pkg syscall (freebsd-386-cgo), const NOTE_CHILD = 4
12622pkg syscall (freebsd-386-cgo), const NOTE_DELETE = 1
12623pkg syscall (freebsd-386-cgo), const NOTE_EXEC = 536870912
12624pkg syscall (freebsd-386-cgo), const NOTE_EXIT = 2147483648
12625pkg syscall (freebsd-386-cgo), const NOTE_EXTEND = 4
12626pkg syscall (freebsd-386-cgo), const NOTE_FFAND = 1073741824
12627pkg syscall (freebsd-386-cgo), const NOTE_FFCOPY = 3221225472
12628pkg syscall (freebsd-386-cgo), const NOTE_FFCTRLMASK = 3221225472
12629pkg syscall (freebsd-386-cgo), const NOTE_FFLAGSMASK = 16777215
12630pkg syscall (freebsd-386-cgo), const NOTE_FFNOP = 0
12631pkg syscall (freebsd-386-cgo), const NOTE_FFOR = 2147483648
12632pkg syscall (freebsd-386-cgo), const NOTE_FORK = 1073741824
12633pkg syscall (freebsd-386-cgo), const NOTE_LINK = 16
12634pkg syscall (freebsd-386-cgo), const NOTE_LOWAT = 1
12635pkg syscall (freebsd-386-cgo), const NOTE_PCTRLMASK = 4026531840
12636pkg syscall (freebsd-386-cgo), const NOTE_PDATAMASK = 1048575
12637pkg syscall (freebsd-386-cgo), const NOTE_RENAME = 32
12638pkg syscall (freebsd-386-cgo), const NOTE_REVOKE = 64
12639pkg syscall (freebsd-386-cgo), const NOTE_TRACK = 1
12640pkg syscall (freebsd-386-cgo), const NOTE_TRACKERR = 2
12641pkg syscall (freebsd-386-cgo), const NOTE_TRIGGER = 16777216
12642pkg syscall (freebsd-386-cgo), const NOTE_WRITE = 2
12643pkg syscall (freebsd-386-cgo), const OCRNL = 16
12644pkg syscall (freebsd-386-cgo), const ONLCR = 2
12645pkg syscall (freebsd-386-cgo), const ONLRET = 64
12646pkg syscall (freebsd-386-cgo), const ONOCR = 32
12647pkg syscall (freebsd-386-cgo), const ONOEOT = 8
12648pkg syscall (freebsd-386-cgo), const OPOST = 1
12649pkg syscall (freebsd-386-cgo), const O_ACCMODE = 3
12650pkg syscall (freebsd-386-cgo), const O_APPEND = 8
12651pkg syscall (freebsd-386-cgo), const O_ASYNC = 64
12652pkg syscall (freebsd-386-cgo), const O_CLOEXEC = 0
12653pkg syscall (freebsd-386-cgo), const O_CREAT = 512
12654pkg syscall (freebsd-386-cgo), const O_DIRECT = 65536
12655pkg syscall (freebsd-386-cgo), const O_DIRECTORY = 131072
12656pkg syscall (freebsd-386-cgo), const O_EXCL = 2048
12657pkg syscall (freebsd-386-cgo), const O_EXEC = 262144
12658pkg syscall (freebsd-386-cgo), const O_EXLOCK = 32
12659pkg syscall (freebsd-386-cgo), const O_FSYNC = 128
12660pkg syscall (freebsd-386-cgo), const O_NDELAY = 4
12661pkg syscall (freebsd-386-cgo), const O_NOCTTY = 32768
12662pkg syscall (freebsd-386-cgo), const O_NOFOLLOW = 256
12663pkg syscall (freebsd-386-cgo), const O_NONBLOCK = 4
12664pkg syscall (freebsd-386-cgo), const O_SHLOCK = 16
12665pkg syscall (freebsd-386-cgo), const O_SYNC = 128
12666pkg syscall (freebsd-386-cgo), const O_TRUNC = 1024
12667pkg syscall (freebsd-386-cgo), const O_TTY_INIT = 524288
12668pkg syscall (freebsd-386-cgo), const PARENB = 4096
12669pkg syscall (freebsd-386-cgo), const PARMRK = 8
12670pkg syscall (freebsd-386-cgo), const PARODD = 8192
12671pkg syscall (freebsd-386-cgo), const PENDIN = 536870912
12672pkg syscall (freebsd-386-cgo), const PROT_EXEC = 4
12673pkg syscall (freebsd-386-cgo), const PROT_NONE = 0
12674pkg syscall (freebsd-386-cgo), const PROT_READ = 1
12675pkg syscall (freebsd-386-cgo), const PROT_WRITE = 2
12676pkg syscall (freebsd-386-cgo), const PTRACE_CONT = 7
12677pkg syscall (freebsd-386-cgo), const PTRACE_KILL = 8
12678pkg syscall (freebsd-386-cgo), const PTRACE_TRACEME = 0
12679pkg syscall (freebsd-386-cgo), const RLIMIT_AS = 10
12680pkg syscall (freebsd-386-cgo), const RLIMIT_CORE = 4
12681pkg syscall (freebsd-386-cgo), const RLIMIT_CPU = 0
12682pkg syscall (freebsd-386-cgo), const RLIMIT_DATA = 2
12683pkg syscall (freebsd-386-cgo), const RLIMIT_FSIZE = 1
12684pkg syscall (freebsd-386-cgo), const RLIMIT_NOFILE = 8
12685pkg syscall (freebsd-386-cgo), const RLIMIT_STACK = 3
12686pkg syscall (freebsd-386-cgo), const RLIM_INFINITY = 9223372036854775807
12687pkg syscall (freebsd-386-cgo), const RTAX_AUTHOR = 6
12688pkg syscall (freebsd-386-cgo), const RTAX_BRD = 7
12689pkg syscall (freebsd-386-cgo), const RTAX_DST = 0
12690pkg syscall (freebsd-386-cgo), const RTAX_GATEWAY = 1
12691pkg syscall (freebsd-386-cgo), const RTAX_GENMASK = 3
12692pkg syscall (freebsd-386-cgo), const RTAX_IFA = 5
12693pkg syscall (freebsd-386-cgo), const RTAX_IFP = 4
12694pkg syscall (freebsd-386-cgo), const RTAX_MAX = 8
12695pkg syscall (freebsd-386-cgo), const RTAX_NETMASK = 2
12696pkg syscall (freebsd-386-cgo), const RTA_AUTHOR = 64
12697pkg syscall (freebsd-386-cgo), const RTA_BRD = 128
12698pkg syscall (freebsd-386-cgo), const RTA_DST = 1
12699pkg syscall (freebsd-386-cgo), const RTA_GATEWAY = 2
12700pkg syscall (freebsd-386-cgo), const RTA_GENMASK = 8
12701pkg syscall (freebsd-386-cgo), const RTA_IFA = 32
12702pkg syscall (freebsd-386-cgo), const RTA_IFP = 16
12703pkg syscall (freebsd-386-cgo), const RTA_NETMASK = 4
12704pkg syscall (freebsd-386-cgo), const RTF_BLACKHOLE = 4096
12705pkg syscall (freebsd-386-cgo), const RTF_BROADCAST = 4194304
12706pkg syscall (freebsd-386-cgo), const RTF_DONE = 64
12707pkg syscall (freebsd-386-cgo), const RTF_DYNAMIC = 16
12708pkg syscall (freebsd-386-cgo), const RTF_FMASK = 268752904
12709pkg syscall (freebsd-386-cgo), const RTF_GATEWAY = 2
12710pkg syscall (freebsd-386-cgo), const RTF_HOST = 4
12711pkg syscall (freebsd-386-cgo), const RTF_LLDATA = 1024
12712pkg syscall (freebsd-386-cgo), const RTF_LLINFO = 1024
12713pkg syscall (freebsd-386-cgo), const RTF_LOCAL = 2097152
12714pkg syscall (freebsd-386-cgo), const RTF_MODIFIED = 32
12715pkg syscall (freebsd-386-cgo), const RTF_MULTICAST = 8388608
12716pkg syscall (freebsd-386-cgo), const RTF_PINNED = 1048576
12717pkg syscall (freebsd-386-cgo), const RTF_PRCLONING = 65536
12718pkg syscall (freebsd-386-cgo), const RTF_PROTO1 = 32768
12719pkg syscall (freebsd-386-cgo), const RTF_PROTO2 = 16384
12720pkg syscall (freebsd-386-cgo), const RTF_PROTO3 = 262144
12721pkg syscall (freebsd-386-cgo), const RTF_REJECT = 8
12722pkg syscall (freebsd-386-cgo), const RTF_RNH_LOCKED = 1073741824
12723pkg syscall (freebsd-386-cgo), const RTF_STATIC = 2048
12724pkg syscall (freebsd-386-cgo), const RTF_STICKY = 268435456
12725pkg syscall (freebsd-386-cgo), const RTF_UP = 1
12726pkg syscall (freebsd-386-cgo), const RTF_XRESOLVE = 512
12727pkg syscall (freebsd-386-cgo), const RTM_ADD = 1
12728pkg syscall (freebsd-386-cgo), const RTM_CHANGE = 3
12729pkg syscall (freebsd-386-cgo), const RTM_DELADDR = 13
12730pkg syscall (freebsd-386-cgo), const RTM_DELETE = 2
12731pkg syscall (freebsd-386-cgo), const RTM_DELMADDR = 16
12732pkg syscall (freebsd-386-cgo), const RTM_GET = 4
12733pkg syscall (freebsd-386-cgo), const RTM_IEEE80211 = 18
12734pkg syscall (freebsd-386-cgo), const RTM_IFANNOUNCE = 17
12735pkg syscall (freebsd-386-cgo), const RTM_IFINFO = 14
12736pkg syscall (freebsd-386-cgo), const RTM_LOCK = 8
12737pkg syscall (freebsd-386-cgo), const RTM_LOSING = 5
12738pkg syscall (freebsd-386-cgo), const RTM_MISS = 7
12739pkg syscall (freebsd-386-cgo), const RTM_NEWADDR = 12
12740pkg syscall (freebsd-386-cgo), const RTM_NEWMADDR = 15
12741pkg syscall (freebsd-386-cgo), const RTM_OLDADD = 9
12742pkg syscall (freebsd-386-cgo), const RTM_OLDDEL = 10
12743pkg syscall (freebsd-386-cgo), const RTM_REDIRECT = 6
12744pkg syscall (freebsd-386-cgo), const RTM_RESOLVE = 11
12745pkg syscall (freebsd-386-cgo), const RTM_RTTUNIT = 1000000
12746pkg syscall (freebsd-386-cgo), const RTM_VERSION = 5
12747pkg syscall (freebsd-386-cgo), const RTV_EXPIRE = 4
12748pkg syscall (freebsd-386-cgo), const RTV_HOPCOUNT = 2
12749pkg syscall (freebsd-386-cgo), const RTV_MTU = 1
12750pkg syscall (freebsd-386-cgo), const RTV_RPIPE = 8
12751pkg syscall (freebsd-386-cgo), const RTV_RTT = 64
12752pkg syscall (freebsd-386-cgo), const RTV_RTTVAR = 128
12753pkg syscall (freebsd-386-cgo), const RTV_SPIPE = 16
12754pkg syscall (freebsd-386-cgo), const RTV_SSTHRESH = 32
12755pkg syscall (freebsd-386-cgo), const RTV_WEIGHT = 256
12756pkg syscall (freebsd-386-cgo), const RT_CACHING_CONTEXT = 1
12757pkg syscall (freebsd-386-cgo), const RT_DEFAULT_FIB = 0
12758pkg syscall (freebsd-386-cgo), const RUSAGE_CHILDREN = -1
12759pkg syscall (freebsd-386-cgo), const RUSAGE_SELF = 0
12760pkg syscall (freebsd-386-cgo), const RUSAGE_THREAD = 1
12761pkg syscall (freebsd-386-cgo), const SCM_BINTIME = 4
12762pkg syscall (freebsd-386-cgo), const SCM_CREDS = 3
12763pkg syscall (freebsd-386-cgo), const SCM_RIGHTS = 1
12764pkg syscall (freebsd-386-cgo), const SCM_TIMESTAMP = 2
12765pkg syscall (freebsd-386-cgo), const SIGBUS = 10
12766pkg syscall (freebsd-386-cgo), const SIGCHLD = 20
12767pkg syscall (freebsd-386-cgo), const SIGCONT = 19
12768pkg syscall (freebsd-386-cgo), const SIGEMT = 7
12769pkg syscall (freebsd-386-cgo), const SIGINFO = 29
12770pkg syscall (freebsd-386-cgo), const SIGIO = 23
12771pkg syscall (freebsd-386-cgo), const SIGIOT = 6
12772pkg syscall (freebsd-386-cgo), const SIGLWP = 32
12773pkg syscall (freebsd-386-cgo), const SIGPROF = 27
12774pkg syscall (freebsd-386-cgo), const SIGSTOP = 17
12775pkg syscall (freebsd-386-cgo), const SIGSYS = 12
12776pkg syscall (freebsd-386-cgo), const SIGTHR = 32
12777pkg syscall (freebsd-386-cgo), const SIGTSTP = 18
12778pkg syscall (freebsd-386-cgo), const SIGTTIN = 21
12779pkg syscall (freebsd-386-cgo), const SIGTTOU = 22
12780pkg syscall (freebsd-386-cgo), const SIGURG = 16
12781pkg syscall (freebsd-386-cgo), const SIGUSR1 = 30
12782pkg syscall (freebsd-386-cgo), const SIGUSR2 = 31
12783pkg syscall (freebsd-386-cgo), const SIGVTALRM = 26
12784pkg syscall (freebsd-386-cgo), const SIGWINCH = 28
12785pkg syscall (freebsd-386-cgo), const SIGXCPU = 24
12786pkg syscall (freebsd-386-cgo), const SIGXFSZ = 25
12787pkg syscall (freebsd-386-cgo), const SIOCADDMULTI = 2149607729
12788pkg syscall (freebsd-386-cgo), const SIOCADDRT = 2150658570
12789pkg syscall (freebsd-386-cgo), const SIOCAIFADDR = 2151704858
12790pkg syscall (freebsd-386-cgo), const SIOCAIFGROUP = 2149869959
12791pkg syscall (freebsd-386-cgo), const SIOCALIFADDR = 2165860635
12792pkg syscall (freebsd-386-cgo), const SIOCATMARK = 1074033415
12793pkg syscall (freebsd-386-cgo), const SIOCDELMULTI = 2149607730
12794pkg syscall (freebsd-386-cgo), const SIOCDELRT = 2150658571
12795pkg syscall (freebsd-386-cgo), const SIOCDIFADDR = 2149607705
12796pkg syscall (freebsd-386-cgo), const SIOCDIFGROUP = 2149869961
12797pkg syscall (freebsd-386-cgo), const SIOCDIFPHYADDR = 2149607753
12798pkg syscall (freebsd-386-cgo), const SIOCDLIFADDR = 2165860637
12799pkg syscall (freebsd-386-cgo), const SIOCGDRVSPEC = 3223087483
12800pkg syscall (freebsd-386-cgo), const SIOCGETSGCNT = 3222565392
12801pkg syscall (freebsd-386-cgo), const SIOCGETVIFCNT = 3222565391
12802pkg syscall (freebsd-386-cgo), const SIOCGHIWAT = 1074033409
12803pkg syscall (freebsd-386-cgo), const SIOCGIFADDR = 3223349537
12804pkg syscall (freebsd-386-cgo), const SIOCGIFBRDADDR = 3223349539
12805pkg syscall (freebsd-386-cgo), const SIOCGIFCAP = 3223349535
12806pkg syscall (freebsd-386-cgo), const SIOCGIFCONF = 3221776676
12807pkg syscall (freebsd-386-cgo), const SIOCGIFDESCR = 3223349546
12808pkg syscall (freebsd-386-cgo), const SIOCGIFDSTADDR = 3223349538
12809pkg syscall (freebsd-386-cgo), const SIOCGIFFIB = 3223349596
12810pkg syscall (freebsd-386-cgo), const SIOCGIFFLAGS = 3223349521
12811pkg syscall (freebsd-386-cgo), const SIOCGIFGENERIC = 3223349562
12812pkg syscall (freebsd-386-cgo), const SIOCGIFGMEMB = 3223611786
12813pkg syscall (freebsd-386-cgo), const SIOCGIFGROUP = 3223611784
12814pkg syscall (freebsd-386-cgo), const SIOCGIFINDEX = 3223349536
12815pkg syscall (freebsd-386-cgo), const SIOCGIFMAC = 3223349542
12816pkg syscall (freebsd-386-cgo), const SIOCGIFMEDIA = 3223873848
12817pkg syscall (freebsd-386-cgo), const SIOCGIFMETRIC = 3223349527
12818pkg syscall (freebsd-386-cgo), const SIOCGIFMTU = 3223349555
12819pkg syscall (freebsd-386-cgo), const SIOCGIFNETMASK = 3223349541
12820pkg syscall (freebsd-386-cgo), const SIOCGIFPDSTADDR = 3223349576
12821pkg syscall (freebsd-386-cgo), const SIOCGIFPHYS = 3223349557
12822pkg syscall (freebsd-386-cgo), const SIOCGIFPSRCADDR = 3223349575
12823pkg syscall (freebsd-386-cgo), const SIOCGIFSTATUS = 3274795323
12824pkg syscall (freebsd-386-cgo), const SIOCGLIFADDR = 3239602460
12825pkg syscall (freebsd-386-cgo), const SIOCGLIFPHYADDR = 3239602507
12826pkg syscall (freebsd-386-cgo), const SIOCGLOWAT = 1074033411
12827pkg syscall (freebsd-386-cgo), const SIOCGPGRP = 1074033417
12828pkg syscall (freebsd-386-cgo), const SIOCGPRIVATE_0 = 3223349584
12829pkg syscall (freebsd-386-cgo), const SIOCGPRIVATE_1 = 3223349585
12830pkg syscall (freebsd-386-cgo), const SIOCIFCREATE = 3223349626
12831pkg syscall (freebsd-386-cgo), const SIOCIFCREATE2 = 3223349628
12832pkg syscall (freebsd-386-cgo), const SIOCIFDESTROY = 2149607801
12833pkg syscall (freebsd-386-cgo), const SIOCIFGCLONERS = 3222038904
12834pkg syscall (freebsd-386-cgo), const SIOCSDRVSPEC = 2149345659
12835pkg syscall (freebsd-386-cgo), const SIOCSHIWAT = 2147775232
12836pkg syscall (freebsd-386-cgo), const SIOCSIFADDR = 2149607692
12837pkg syscall (freebsd-386-cgo), const SIOCSIFBRDADDR = 2149607699
12838pkg syscall (freebsd-386-cgo), const SIOCSIFCAP = 2149607710
12839pkg syscall (freebsd-386-cgo), const SIOCSIFDESCR = 2149607721
12840pkg syscall (freebsd-386-cgo), const SIOCSIFDSTADDR = 2149607694
12841pkg syscall (freebsd-386-cgo), const SIOCSIFFIB = 2149607773
12842pkg syscall (freebsd-386-cgo), const SIOCSIFFLAGS = 2149607696
12843pkg syscall (freebsd-386-cgo), const SIOCSIFGENERIC = 2149607737
12844pkg syscall (freebsd-386-cgo), const SIOCSIFLLADDR = 2149607740
12845pkg syscall (freebsd-386-cgo), const SIOCSIFMAC = 2149607719
12846pkg syscall (freebsd-386-cgo), const SIOCSIFMEDIA = 3223349559
12847pkg syscall (freebsd-386-cgo), const SIOCSIFMETRIC = 2149607704
12848pkg syscall (freebsd-386-cgo), const SIOCSIFMTU = 2149607732
12849pkg syscall (freebsd-386-cgo), const SIOCSIFNAME = 2149607720
12850pkg syscall (freebsd-386-cgo), const SIOCSIFNETMASK = 2149607702
12851pkg syscall (freebsd-386-cgo), const SIOCSIFPHYADDR = 2151704902
12852pkg syscall (freebsd-386-cgo), const SIOCSIFPHYS = 2149607734
12853pkg syscall (freebsd-386-cgo), const SIOCSIFRVNET = 3223349595
12854pkg syscall (freebsd-386-cgo), const SIOCSIFVNET = 3223349594
12855pkg syscall (freebsd-386-cgo), const SIOCSLIFPHYADDR = 2165860682
12856pkg syscall (freebsd-386-cgo), const SIOCSLOWAT = 2147775234
12857pkg syscall (freebsd-386-cgo), const SIOCSPGRP = 2147775240
12858pkg syscall (freebsd-386-cgo), const SOCK_MAXADDRLEN = 255
12859pkg syscall (freebsd-386-cgo), const SOCK_RDM = 4
12860pkg syscall (freebsd-386-cgo), const SOL_SOCKET = 65535
12861pkg syscall (freebsd-386-cgo), const SOMAXCONN = 128
12862pkg syscall (freebsd-386-cgo), const SO_ACCEPTCONN = 2
12863pkg syscall (freebsd-386-cgo), const SO_ACCEPTFILTER = 4096
12864pkg syscall (freebsd-386-cgo), const SO_BINTIME = 8192
12865pkg syscall (freebsd-386-cgo), const SO_BROADCAST = 32
12866pkg syscall (freebsd-386-cgo), const SO_DEBUG = 1
12867pkg syscall (freebsd-386-cgo), const SO_DONTROUTE = 16
12868pkg syscall (freebsd-386-cgo), const SO_ERROR = 4103
12869pkg syscall (freebsd-386-cgo), const SO_KEEPALIVE = 8
12870pkg syscall (freebsd-386-cgo), const SO_LABEL = 4105
12871pkg syscall (freebsd-386-cgo), const SO_LINGER = 128
12872pkg syscall (freebsd-386-cgo), const SO_LISTENINCQLEN = 4115
12873pkg syscall (freebsd-386-cgo), const SO_LISTENQLEN = 4114
12874pkg syscall (freebsd-386-cgo), const SO_LISTENQLIMIT = 4113
12875pkg syscall (freebsd-386-cgo), const SO_NOSIGPIPE = 2048
12876pkg syscall (freebsd-386-cgo), const SO_NO_DDP = 32768
12877pkg syscall (freebsd-386-cgo), const SO_NO_OFFLOAD = 16384
12878pkg syscall (freebsd-386-cgo), const SO_OOBINLINE = 256
12879pkg syscall (freebsd-386-cgo), const SO_PEERLABEL = 4112
12880pkg syscall (freebsd-386-cgo), const SO_PROTOCOL = 4118
12881pkg syscall (freebsd-386-cgo), const SO_PROTOTYPE = 4118
12882pkg syscall (freebsd-386-cgo), const SO_RCVBUF = 4098
12883pkg syscall (freebsd-386-cgo), const SO_RCVLOWAT = 4100
12884pkg syscall (freebsd-386-cgo), const SO_RCVTIMEO = 4102
12885pkg syscall (freebsd-386-cgo), const SO_REUSEADDR = 4
12886pkg syscall (freebsd-386-cgo), const SO_REUSEPORT = 512
12887pkg syscall (freebsd-386-cgo), const SO_SETFIB = 4116
12888pkg syscall (freebsd-386-cgo), const SO_SNDBUF = 4097
12889pkg syscall (freebsd-386-cgo), const SO_SNDLOWAT = 4099
12890pkg syscall (freebsd-386-cgo), const SO_SNDTIMEO = 4101
12891pkg syscall (freebsd-386-cgo), const SO_TIMESTAMP = 1024
12892pkg syscall (freebsd-386-cgo), const SO_TYPE = 4104
12893pkg syscall (freebsd-386-cgo), const SO_USELOOPBACK = 64
12894pkg syscall (freebsd-386-cgo), const SO_USER_COOKIE = 4117
12895pkg syscall (freebsd-386-cgo), const SYS_ABORT2 = 463
12896pkg syscall (freebsd-386-cgo), const SYS_ACCEPT = 30
12897pkg syscall (freebsd-386-cgo), const SYS_ACCESS = 33
12898pkg syscall (freebsd-386-cgo), const SYS_ACCT = 51
12899pkg syscall (freebsd-386-cgo), const SYS_ADJTIME = 140
12900pkg syscall (freebsd-386-cgo), const SYS_AUDIT = 445
12901pkg syscall (freebsd-386-cgo), const SYS_AUDITCTL = 453
12902pkg syscall (freebsd-386-cgo), const SYS_AUDITON = 446
12903pkg syscall (freebsd-386-cgo), const SYS_BIND = 104
12904pkg syscall (freebsd-386-cgo), const SYS_CAP_ENTER = 516
12905pkg syscall (freebsd-386-cgo), const SYS_CAP_GETMODE = 517
12906pkg syscall (freebsd-386-cgo), const SYS_CAP_GETRIGHTS = 515
12907pkg syscall (freebsd-386-cgo), const SYS_CAP_NEW = 514
12908pkg syscall (freebsd-386-cgo), const SYS_CHDIR = 12
12909pkg syscall (freebsd-386-cgo), const SYS_CHFLAGS = 34
12910pkg syscall (freebsd-386-cgo), const SYS_CHMOD = 15
12911pkg syscall (freebsd-386-cgo), const SYS_CHOWN = 16
12912pkg syscall (freebsd-386-cgo), const SYS_CHROOT = 61
12913pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETCPUCLOCKID2 = 247
12914pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETRES = 234
12915pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETTIME = 232
12916pkg syscall (freebsd-386-cgo), const SYS_CLOCK_SETTIME = 233
12917pkg syscall (freebsd-386-cgo), const SYS_CLOSE = 6
12918pkg syscall (freebsd-386-cgo), const SYS_CLOSEFROM = 509
12919pkg syscall (freebsd-386-cgo), const SYS_CONNECT = 98
12920pkg syscall (freebsd-386-cgo), const SYS_CPUSET = 484
12921pkg syscall (freebsd-386-cgo), const SYS_CPUSET_GETAFFINITY = 487
12922pkg syscall (freebsd-386-cgo), const SYS_CPUSET_GETID = 486
12923pkg syscall (freebsd-386-cgo), const SYS_CPUSET_SETAFFINITY = 488
12924pkg syscall (freebsd-386-cgo), const SYS_CPUSET_SETID = 485
12925pkg syscall (freebsd-386-cgo), const SYS_DUP = 41
12926pkg syscall (freebsd-386-cgo), const SYS_DUP2 = 90
12927pkg syscall (freebsd-386-cgo), const SYS_EACCESS = 376
12928pkg syscall (freebsd-386-cgo), const SYS_EXECVE = 59
12929pkg syscall (freebsd-386-cgo), const SYS_EXIT = 1
12930pkg syscall (freebsd-386-cgo), const SYS_EXTATTRCTL = 355
12931pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_FD = 373
12932pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_FILE = 358
12933pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_LINK = 414
12934pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_FD = 372
12935pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_FILE = 357
12936pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_LINK = 413
12937pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_FD = 437
12938pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_FILE = 438
12939pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_LINK = 439
12940pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_FD = 371
12941pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_FILE = 356
12942pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_LINK = 412
12943pkg syscall (freebsd-386-cgo), const SYS_FACCESSAT = 489
12944pkg syscall (freebsd-386-cgo), const SYS_FCHDIR = 13
12945pkg syscall (freebsd-386-cgo), const SYS_FCHFLAGS = 35
12946pkg syscall (freebsd-386-cgo), const SYS_FCHMOD = 124
12947pkg syscall (freebsd-386-cgo), const SYS_FCHMODAT = 490
12948pkg syscall (freebsd-386-cgo), const SYS_FCHOWN = 123
12949pkg syscall (freebsd-386-cgo), const SYS_FCHOWNAT = 491
12950pkg syscall (freebsd-386-cgo), const SYS_FCNTL = 92
12951pkg syscall (freebsd-386-cgo), const SYS_FEXECVE = 492
12952pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_GETCOUNTER = 241
12953pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_GETESTIMATE = 243
12954pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_SETESTIMATE = 242
12955pkg syscall (freebsd-386-cgo), const SYS_FHOPEN = 298
12956pkg syscall (freebsd-386-cgo), const SYS_FHSTAT = 299
12957pkg syscall (freebsd-386-cgo), const SYS_FHSTATFS = 398
12958pkg syscall (freebsd-386-cgo), const SYS_FLOCK = 131
12959pkg syscall (freebsd-386-cgo), const SYS_FORK = 2
12960pkg syscall (freebsd-386-cgo), const SYS_FPATHCONF = 192
12961pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_FTRUNCATE = 201
12962pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_LSEEK = 199
12963pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_MMAP = 197
12964pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_PREAD = 173
12965pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_PWRITE = 174
12966pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_TRUNCATE = 200
12967pkg syscall (freebsd-386-cgo), const SYS_FSTAT = 189
12968pkg syscall (freebsd-386-cgo), const SYS_FSTATAT = 493
12969pkg syscall (freebsd-386-cgo), const SYS_FSTATFS = 397
12970pkg syscall (freebsd-386-cgo), const SYS_FSYNC = 95
12971pkg syscall (freebsd-386-cgo), const SYS_FTRUNCATE = 480
12972pkg syscall (freebsd-386-cgo), const SYS_FUTIMES = 206
12973pkg syscall (freebsd-386-cgo), const SYS_FUTIMESAT = 494
12974pkg syscall (freebsd-386-cgo), const SYS_GETAUDIT = 449
12975pkg syscall (freebsd-386-cgo), const SYS_GETAUDIT_ADDR = 451
12976pkg syscall (freebsd-386-cgo), const SYS_GETAUID = 447
12977pkg syscall (freebsd-386-cgo), const SYS_GETCONTEXT = 421
12978pkg syscall (freebsd-386-cgo), const SYS_GETDENTS = 272
12979pkg syscall (freebsd-386-cgo), const SYS_GETDIRENTRIES = 196
12980pkg syscall (freebsd-386-cgo), const SYS_GETDTABLESIZE = 89
12981pkg syscall (freebsd-386-cgo), const SYS_GETEGID = 43
12982pkg syscall (freebsd-386-cgo), const SYS_GETEUID = 25
12983pkg syscall (freebsd-386-cgo), const SYS_GETFH = 161
12984pkg syscall (freebsd-386-cgo), const SYS_GETFSSTAT = 395
12985pkg syscall (freebsd-386-cgo), const SYS_GETGID = 47
12986pkg syscall (freebsd-386-cgo), const SYS_GETGROUPS = 79
12987pkg syscall (freebsd-386-cgo), const SYS_GETITIMER = 86
12988pkg syscall (freebsd-386-cgo), const SYS_GETLOGIN = 49
12989pkg syscall (freebsd-386-cgo), const SYS_GETLOGINCLASS = 523
12990pkg syscall (freebsd-386-cgo), const SYS_GETPEERNAME = 31
12991pkg syscall (freebsd-386-cgo), const SYS_GETPGID = 207
12992pkg syscall (freebsd-386-cgo), const SYS_GETPGRP = 81
12993pkg syscall (freebsd-386-cgo), const SYS_GETPID = 20
12994pkg syscall (freebsd-386-cgo), const SYS_GETPPID = 39
12995pkg syscall (freebsd-386-cgo), const SYS_GETPRIORITY = 100
12996pkg syscall (freebsd-386-cgo), const SYS_GETRESGID = 361
12997pkg syscall (freebsd-386-cgo), const SYS_GETRESUID = 360
12998pkg syscall (freebsd-386-cgo), const SYS_GETRLIMIT = 194
12999pkg syscall (freebsd-386-cgo), const SYS_GETRUSAGE = 117
13000pkg syscall (freebsd-386-cgo), const SYS_GETSID = 310
13001pkg syscall (freebsd-386-cgo), const SYS_GETSOCKNAME = 32
13002pkg syscall (freebsd-386-cgo), const SYS_GETSOCKOPT = 118
13003pkg syscall (freebsd-386-cgo), const SYS_GETTIMEOFDAY = 116
13004pkg syscall (freebsd-386-cgo), const SYS_GETUID = 24
13005pkg syscall (freebsd-386-cgo), const SYS_IOCTL = 54
13006pkg syscall (freebsd-386-cgo), const SYS_ISSETUGID = 253
13007pkg syscall (freebsd-386-cgo), const SYS_JAIL = 338
13008pkg syscall (freebsd-386-cgo), const SYS_JAIL_ATTACH = 436
13009pkg syscall (freebsd-386-cgo), const SYS_JAIL_GET = 506
13010pkg syscall (freebsd-386-cgo), const SYS_JAIL_REMOVE = 508
13011pkg syscall (freebsd-386-cgo), const SYS_JAIL_SET = 507
13012pkg syscall (freebsd-386-cgo), const SYS_KENV = 390
13013pkg syscall (freebsd-386-cgo), const SYS_KEVENT = 363
13014pkg syscall (freebsd-386-cgo), const SYS_KILL = 37
13015pkg syscall (freebsd-386-cgo), const SYS_KLDFIND = 306
13016pkg syscall (freebsd-386-cgo), const SYS_KLDFIRSTMOD = 309
13017pkg syscall (freebsd-386-cgo), const SYS_KLDLOAD = 304
13018pkg syscall (freebsd-386-cgo), const SYS_KLDNEXT = 307
13019pkg syscall (freebsd-386-cgo), const SYS_KLDSTAT = 308
13020pkg syscall (freebsd-386-cgo), const SYS_KLDSYM = 337
13021pkg syscall (freebsd-386-cgo), const SYS_KLDUNLOAD = 305
13022pkg syscall (freebsd-386-cgo), const SYS_KLDUNLOADF = 444
13023pkg syscall (freebsd-386-cgo), const SYS_KQUEUE = 362
13024pkg syscall (freebsd-386-cgo), const SYS_KTIMER_CREATE = 235
13025pkg syscall (freebsd-386-cgo), const SYS_KTIMER_DELETE = 236
13026pkg syscall (freebsd-386-cgo), const SYS_KTIMER_GETOVERRUN = 239
13027pkg syscall (freebsd-386-cgo), const SYS_KTIMER_GETTIME = 238
13028pkg syscall (freebsd-386-cgo), const SYS_KTIMER_SETTIME = 237
13029pkg syscall (freebsd-386-cgo), const SYS_KTRACE = 45
13030pkg syscall (freebsd-386-cgo), const SYS_LCHFLAGS = 391
13031pkg syscall (freebsd-386-cgo), const SYS_LCHMOD = 274
13032pkg syscall (freebsd-386-cgo), const SYS_LCHOWN = 254
13033pkg syscall (freebsd-386-cgo), const SYS_LGETFH = 160
13034pkg syscall (freebsd-386-cgo), const SYS_LINK = 9
13035pkg syscall (freebsd-386-cgo), const SYS_LINKAT = 495
13036pkg syscall (freebsd-386-cgo), const SYS_LISTEN = 106
13037pkg syscall (freebsd-386-cgo), const SYS_LPATHCONF = 513
13038pkg syscall (freebsd-386-cgo), const SYS_LSEEK = 478
13039pkg syscall (freebsd-386-cgo), const SYS_LSTAT = 190
13040pkg syscall (freebsd-386-cgo), const SYS_LUTIMES = 276
13041pkg syscall (freebsd-386-cgo), const SYS_MAC_SYSCALL = 394
13042pkg syscall (freebsd-386-cgo), const SYS_MADVISE = 75
13043pkg syscall (freebsd-386-cgo), const SYS_MINCORE = 78
13044pkg syscall (freebsd-386-cgo), const SYS_MINHERIT = 250
13045pkg syscall (freebsd-386-cgo), const SYS_MKDIR = 136
13046pkg syscall (freebsd-386-cgo), const SYS_MKDIRAT = 496
13047pkg syscall (freebsd-386-cgo), const SYS_MKFIFO = 132
13048pkg syscall (freebsd-386-cgo), const SYS_MKFIFOAT = 497
13049pkg syscall (freebsd-386-cgo), const SYS_MKNOD = 14
13050pkg syscall (freebsd-386-cgo), const SYS_MKNODAT = 498
13051pkg syscall (freebsd-386-cgo), const SYS_MLOCK = 203
13052pkg syscall (freebsd-386-cgo), const SYS_MLOCKALL = 324
13053pkg syscall (freebsd-386-cgo), const SYS_MMAP = 477
13054pkg syscall (freebsd-386-cgo), const SYS_MODFIND = 303
13055pkg syscall (freebsd-386-cgo), const SYS_MODFNEXT = 302
13056pkg syscall (freebsd-386-cgo), const SYS_MODNEXT = 300
13057pkg syscall (freebsd-386-cgo), const SYS_MODSTAT = 301
13058pkg syscall (freebsd-386-cgo), const SYS_MOUNT = 21
13059pkg syscall (freebsd-386-cgo), const SYS_MPROTECT = 74
13060pkg syscall (freebsd-386-cgo), const SYS_MSYNC = 65
13061pkg syscall (freebsd-386-cgo), const SYS_MUNLOCK = 204
13062pkg syscall (freebsd-386-cgo), const SYS_MUNLOCKALL = 325
13063pkg syscall (freebsd-386-cgo), const SYS_MUNMAP = 73
13064pkg syscall (freebsd-386-cgo), const SYS_NANOSLEEP = 240
13065pkg syscall (freebsd-386-cgo), const SYS_NFSTAT = 279
13066pkg syscall (freebsd-386-cgo), const SYS_NLSTAT = 280
13067pkg syscall (freebsd-386-cgo), const SYS_NMOUNT = 378
13068pkg syscall (freebsd-386-cgo), const SYS_NSTAT = 278
13069pkg syscall (freebsd-386-cgo), const SYS_NTP_ADJTIME = 176
13070pkg syscall (freebsd-386-cgo), const SYS_NTP_GETTIME = 248
13071pkg syscall (freebsd-386-cgo), const SYS_OBREAK = 17
13072pkg syscall (freebsd-386-cgo), const SYS_OPEN = 5
13073pkg syscall (freebsd-386-cgo), const SYS_OPENAT = 499
13074pkg syscall (freebsd-386-cgo), const SYS_OPENBSD_POLL = 252
13075pkg syscall (freebsd-386-cgo), const SYS_OVADVISE = 72
13076pkg syscall (freebsd-386-cgo), const SYS_PATHCONF = 191
13077pkg syscall (freebsd-386-cgo), const SYS_PDFORK = 518
13078pkg syscall (freebsd-386-cgo), const SYS_PDGETPID = 520
13079pkg syscall (freebsd-386-cgo), const SYS_PDKILL = 519
13080pkg syscall (freebsd-386-cgo), const SYS_PIPE = 42
13081pkg syscall (freebsd-386-cgo), const SYS_POLL = 209
13082pkg syscall (freebsd-386-cgo), const SYS_POSIX_FADVISE = 531
13083pkg syscall (freebsd-386-cgo), const SYS_POSIX_FALLOCATE = 530
13084pkg syscall (freebsd-386-cgo), const SYS_POSIX_OPENPT = 504
13085pkg syscall (freebsd-386-cgo), const SYS_PREAD = 475
13086pkg syscall (freebsd-386-cgo), const SYS_PREADV = 289
13087pkg syscall (freebsd-386-cgo), const SYS_PROFIL = 44
13088pkg syscall (freebsd-386-cgo), const SYS_PSELECT = 522
13089pkg syscall (freebsd-386-cgo), const SYS_PTRACE = 26
13090pkg syscall (freebsd-386-cgo), const SYS_PWRITE = 476
13091pkg syscall (freebsd-386-cgo), const SYS_PWRITEV = 290
13092pkg syscall (freebsd-386-cgo), const SYS_QUOTACTL = 148
13093pkg syscall (freebsd-386-cgo), const SYS_RCTL_ADD_RULE = 528
13094pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_LIMITS = 527
13095pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_RACCT = 525
13096pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_RULES = 526
13097pkg syscall (freebsd-386-cgo), const SYS_RCTL_REMOVE_RULE = 529
13098pkg syscall (freebsd-386-cgo), const SYS_READ = 3
13099pkg syscall (freebsd-386-cgo), const SYS_READLINK = 58
13100pkg syscall (freebsd-386-cgo), const SYS_READLINKAT = 500
13101pkg syscall (freebsd-386-cgo), const SYS_READV = 120
13102pkg syscall (freebsd-386-cgo), const SYS_REBOOT = 55
13103pkg syscall (freebsd-386-cgo), const SYS_RECVFROM = 29
13104pkg syscall (freebsd-386-cgo), const SYS_RECVMSG = 27
13105pkg syscall (freebsd-386-cgo), const SYS_RENAME = 128
13106pkg syscall (freebsd-386-cgo), const SYS_RENAMEAT = 501
13107pkg syscall (freebsd-386-cgo), const SYS_REVOKE = 56
13108pkg syscall (freebsd-386-cgo), const SYS_RFORK = 251
13109pkg syscall (freebsd-386-cgo), const SYS_RMDIR = 137
13110pkg syscall (freebsd-386-cgo), const SYS_RTPRIO = 166
13111pkg syscall (freebsd-386-cgo), const SYS_RTPRIO_THREAD = 466
13112pkg syscall (freebsd-386-cgo), const SYS_SBRK = 69
13113pkg syscall (freebsd-386-cgo), const SYS_SCHED_GETPARAM = 328
13114pkg syscall (freebsd-386-cgo), const SYS_SCHED_GETSCHEDULER = 330
13115pkg syscall (freebsd-386-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 332
13116pkg syscall (freebsd-386-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 333
13117pkg syscall (freebsd-386-cgo), const SYS_SCHED_RR_GET_INTERVAL = 334
13118pkg syscall (freebsd-386-cgo), const SYS_SCHED_SETPARAM = 327
13119pkg syscall (freebsd-386-cgo), const SYS_SCHED_SETSCHEDULER = 329
13120pkg syscall (freebsd-386-cgo), const SYS_SCHED_YIELD = 331
13121pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_RECVMSG = 474
13122pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_SENDMSG = 472
13123pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
13124pkg syscall (freebsd-386-cgo), const SYS_SCTP_PEELOFF = 471
13125pkg syscall (freebsd-386-cgo), const SYS_SELECT = 93
13126pkg syscall (freebsd-386-cgo), const SYS_SENDFILE = 393
13127pkg syscall (freebsd-386-cgo), const SYS_SENDMSG = 28
13128pkg syscall (freebsd-386-cgo), const SYS_SENDTO = 133
13129pkg syscall (freebsd-386-cgo), const SYS_SETAUDIT = 450
13130pkg syscall (freebsd-386-cgo), const SYS_SETAUDIT_ADDR = 452
13131pkg syscall (freebsd-386-cgo), const SYS_SETAUID = 448
13132pkg syscall (freebsd-386-cgo), const SYS_SETCONTEXT = 422
13133pkg syscall (freebsd-386-cgo), const SYS_SETEGID = 182
13134pkg syscall (freebsd-386-cgo), const SYS_SETEUID = 183
13135pkg syscall (freebsd-386-cgo), const SYS_SETFIB = 175
13136pkg syscall (freebsd-386-cgo), const SYS_SETGID = 181
13137pkg syscall (freebsd-386-cgo), const SYS_SETGROUPS = 80
13138pkg syscall (freebsd-386-cgo), const SYS_SETITIMER = 83
13139pkg syscall (freebsd-386-cgo), const SYS_SETLOGIN = 50
13140pkg syscall (freebsd-386-cgo), const SYS_SETLOGINCLASS = 524
13141pkg syscall (freebsd-386-cgo), const SYS_SETPGID = 82
13142pkg syscall (freebsd-386-cgo), const SYS_SETPRIORITY = 96
13143pkg syscall (freebsd-386-cgo), const SYS_SETREGID = 127
13144pkg syscall (freebsd-386-cgo), const SYS_SETRESGID = 312
13145pkg syscall (freebsd-386-cgo), const SYS_SETRESUID = 311
13146pkg syscall (freebsd-386-cgo), const SYS_SETREUID = 126
13147pkg syscall (freebsd-386-cgo), const SYS_SETRLIMIT = 195
13148pkg syscall (freebsd-386-cgo), const SYS_SETSID = 147
13149pkg syscall (freebsd-386-cgo), const SYS_SETSOCKOPT = 105
13150pkg syscall (freebsd-386-cgo), const SYS_SETTIMEOFDAY = 122
13151pkg syscall (freebsd-386-cgo), const SYS_SETUID = 23
13152pkg syscall (freebsd-386-cgo), const SYS_SHM_OPEN = 482
13153pkg syscall (freebsd-386-cgo), const SYS_SHM_UNLINK = 483
13154pkg syscall (freebsd-386-cgo), const SYS_SHUTDOWN = 134
13155pkg syscall (freebsd-386-cgo), const SYS_SIGACTION = 416
13156pkg syscall (freebsd-386-cgo), const SYS_SIGALTSTACK = 53
13157pkg syscall (freebsd-386-cgo), const SYS_SIGPENDING = 343
13158pkg syscall (freebsd-386-cgo), const SYS_SIGPROCMASK = 340
13159pkg syscall (freebsd-386-cgo), const SYS_SIGQUEUE = 456
13160pkg syscall (freebsd-386-cgo), const SYS_SIGRETURN = 417
13161pkg syscall (freebsd-386-cgo), const SYS_SIGSUSPEND = 341
13162pkg syscall (freebsd-386-cgo), const SYS_SIGTIMEDWAIT = 345
13163pkg syscall (freebsd-386-cgo), const SYS_SIGWAIT = 429
13164pkg syscall (freebsd-386-cgo), const SYS_SIGWAITINFO = 346
13165pkg syscall (freebsd-386-cgo), const SYS_SOCKET = 97
13166pkg syscall (freebsd-386-cgo), const SYS_SOCKETPAIR = 135
13167pkg syscall (freebsd-386-cgo), const SYS_SSTK = 70
13168pkg syscall (freebsd-386-cgo), const SYS_STAT = 188
13169pkg syscall (freebsd-386-cgo), const SYS_STATFS = 396
13170pkg syscall (freebsd-386-cgo), const SYS_SWAPCONTEXT = 423
13171pkg syscall (freebsd-386-cgo), const SYS_SWAPOFF = 424
13172pkg syscall (freebsd-386-cgo), const SYS_SWAPON = 85
13173pkg syscall (freebsd-386-cgo), const SYS_SYMLINK = 57
13174pkg syscall (freebsd-386-cgo), const SYS_SYMLINKAT = 502
13175pkg syscall (freebsd-386-cgo), const SYS_SYNC = 36
13176pkg syscall (freebsd-386-cgo), const SYS_SYSARCH = 165
13177pkg syscall (freebsd-386-cgo), const SYS_THR_CREATE = 430
13178pkg syscall (freebsd-386-cgo), const SYS_THR_EXIT = 431
13179pkg syscall (freebsd-386-cgo), const SYS_THR_KILL = 433
13180pkg syscall (freebsd-386-cgo), const SYS_THR_KILL2 = 481
13181pkg syscall (freebsd-386-cgo), const SYS_THR_NEW = 455
13182pkg syscall (freebsd-386-cgo), const SYS_THR_SELF = 432
13183pkg syscall (freebsd-386-cgo), const SYS_THR_SET_NAME = 464
13184pkg syscall (freebsd-386-cgo), const SYS_THR_SUSPEND = 442
13185pkg syscall (freebsd-386-cgo), const SYS_THR_WAKE = 443
13186pkg syscall (freebsd-386-cgo), const SYS_TRUNCATE = 479
13187pkg syscall (freebsd-386-cgo), const SYS_UMASK = 60
13188pkg syscall (freebsd-386-cgo), const SYS_UNDELETE = 205
13189pkg syscall (freebsd-386-cgo), const SYS_UNLINK = 10
13190pkg syscall (freebsd-386-cgo), const SYS_UNLINKAT = 503
13191pkg syscall (freebsd-386-cgo), const SYS_UNMOUNT = 22
13192pkg syscall (freebsd-386-cgo), const SYS_UTIMES = 138
13193pkg syscall (freebsd-386-cgo), const SYS_UTRACE = 335
13194pkg syscall (freebsd-386-cgo), const SYS_UUIDGEN = 392
13195pkg syscall (freebsd-386-cgo), const SYS_VFORK = 66
13196pkg syscall (freebsd-386-cgo), const SYS_WAIT4 = 7
13197pkg syscall (freebsd-386-cgo), const SYS_WAIT6 = 532
13198pkg syscall (freebsd-386-cgo), const SYS_WRITE = 4
13199pkg syscall (freebsd-386-cgo), const SYS_WRITEV = 121
13200pkg syscall (freebsd-386-cgo), const SYS_YIELD = 321
13201pkg syscall (freebsd-386-cgo), const SYS__UMTX_LOCK = 434
13202pkg syscall (freebsd-386-cgo), const SYS__UMTX_OP = 454
13203pkg syscall (freebsd-386-cgo), const SYS__UMTX_UNLOCK = 435
13204pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_FD = 354
13205pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_FILE = 353
13206pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_LINK = 428
13207pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_FD = 352
13208pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_FILE = 351
13209pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_LINK = 427
13210pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_FD = 349
13211pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_FILE = 347
13212pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_LINK = 425
13213pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_FD = 350
13214pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_FILE = 348
13215pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_LINK = 426
13216pkg syscall (freebsd-386-cgo), const SYS___GETCWD = 326
13217pkg syscall (freebsd-386-cgo), const SYS___MAC_EXECVE = 415
13218pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_FD = 386
13219pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_FILE = 387
13220pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_LINK = 410
13221pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_PID = 409
13222pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_PROC = 384
13223pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_FD = 388
13224pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_FILE = 389
13225pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_LINK = 411
13226pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_PROC = 385
13227pkg syscall (freebsd-386-cgo), const SYS___SETUGID = 374
13228pkg syscall (freebsd-386-cgo), const SYS___SYSCTL = 202
13229pkg syscall (freebsd-386-cgo), const S_IFMT = 61440
13230pkg syscall (freebsd-386-cgo), const SizeofBpfHdr = 20
13231pkg syscall (freebsd-386-cgo), const SizeofBpfInsn = 8
13232pkg syscall (freebsd-386-cgo), const SizeofBpfProgram = 8
13233pkg syscall (freebsd-386-cgo), const SizeofBpfStat = 8
13234pkg syscall (freebsd-386-cgo), const SizeofBpfVersion = 4
13235pkg syscall (freebsd-386-cgo), const SizeofBpfZbuf = 12
13236pkg syscall (freebsd-386-cgo), const SizeofBpfZbufHeader = 32
13237pkg syscall (freebsd-386-cgo), const SizeofCmsghdr = 12
13238pkg syscall (freebsd-386-cgo), const SizeofIPMreq = 8
13239pkg syscall (freebsd-386-cgo), const SizeofIPMreqn = 12
13240pkg syscall (freebsd-386-cgo), const SizeofIPv6Mreq = 20
13241pkg syscall (freebsd-386-cgo), const SizeofIfAnnounceMsghdr = 24
13242pkg syscall (freebsd-386-cgo), const SizeofIfData = 80
13243pkg syscall (freebsd-386-cgo), const SizeofIfMsghdr = 96
13244pkg syscall (freebsd-386-cgo), const SizeofIfaMsghdr = 20
13245pkg syscall (freebsd-386-cgo), const SizeofIfmaMsghdr = 16
13246pkg syscall (freebsd-386-cgo), const SizeofInet6Pktinfo = 20
13247pkg syscall (freebsd-386-cgo), const SizeofLinger = 8
13248pkg syscall (freebsd-386-cgo), const SizeofMsghdr = 28
13249pkg syscall (freebsd-386-cgo), const SizeofRtMetrics = 56
13250pkg syscall (freebsd-386-cgo), const SizeofRtMsghdr = 92
13251pkg syscall (freebsd-386-cgo), const SizeofSockaddrAny = 108
13252pkg syscall (freebsd-386-cgo), const SizeofSockaddrDatalink = 54
13253pkg syscall (freebsd-386-cgo), const SizeofSockaddrInet4 = 16
13254pkg syscall (freebsd-386-cgo), const SizeofSockaddrInet6 = 28
13255pkg syscall (freebsd-386-cgo), const SizeofSockaddrUnix = 106
13256pkg syscall (freebsd-386-cgo), const TCIFLUSH = 1
13257pkg syscall (freebsd-386-cgo), const TCIOFLUSH = 3
13258pkg syscall (freebsd-386-cgo), const TCOFLUSH = 2
13259pkg syscall (freebsd-386-cgo), const TCP_CA_NAME_MAX = 16
13260pkg syscall (freebsd-386-cgo), const TCP_CONGESTION = 64
13261pkg syscall (freebsd-386-cgo), const TCP_INFO = 32
13262pkg syscall (freebsd-386-cgo), const TCP_KEEPCNT = 1024
13263pkg syscall (freebsd-386-cgo), const TCP_KEEPIDLE = 256
13264pkg syscall (freebsd-386-cgo), const TCP_KEEPINIT = 128
13265pkg syscall (freebsd-386-cgo), const TCP_KEEPINTVL = 512
13266pkg syscall (freebsd-386-cgo), const TCP_MAXBURST = 4
13267pkg syscall (freebsd-386-cgo), const TCP_MAXHLEN = 60
13268pkg syscall (freebsd-386-cgo), const TCP_MAXOLEN = 40
13269pkg syscall (freebsd-386-cgo), const TCP_MAXSEG = 2
13270pkg syscall (freebsd-386-cgo), const TCP_MAXWIN = 65535
13271pkg syscall (freebsd-386-cgo), const TCP_MAX_SACK = 4
13272pkg syscall (freebsd-386-cgo), const TCP_MAX_WINSHIFT = 14
13273pkg syscall (freebsd-386-cgo), const TCP_MD5SIG = 16
13274pkg syscall (freebsd-386-cgo), const TCP_MINMSS = 216
13275pkg syscall (freebsd-386-cgo), const TCP_MSS = 536
13276pkg syscall (freebsd-386-cgo), const TCP_NOOPT = 8
13277pkg syscall (freebsd-386-cgo), const TCP_NOPUSH = 4
13278pkg syscall (freebsd-386-cgo), const TCSAFLUSH = 2
13279pkg syscall (freebsd-386-cgo), const TIOCCBRK = 536900730
13280pkg syscall (freebsd-386-cgo), const TIOCCDTR = 536900728
13281pkg syscall (freebsd-386-cgo), const TIOCCONS = 2147775586
13282pkg syscall (freebsd-386-cgo), const TIOCDRAIN = 536900702
13283pkg syscall (freebsd-386-cgo), const TIOCEXCL = 536900621
13284pkg syscall (freebsd-386-cgo), const TIOCEXT = 2147775584
13285pkg syscall (freebsd-386-cgo), const TIOCFLUSH = 2147775504
13286pkg syscall (freebsd-386-cgo), const TIOCGDRAINWAIT = 1074033750
13287pkg syscall (freebsd-386-cgo), const TIOCGETA = 1076655123
13288pkg syscall (freebsd-386-cgo), const TIOCGETD = 1074033690
13289pkg syscall (freebsd-386-cgo), const TIOCGPGRP = 1074033783
13290pkg syscall (freebsd-386-cgo), const TIOCGPTN = 1074033679
13291pkg syscall (freebsd-386-cgo), const TIOCGSID = 1074033763
13292pkg syscall (freebsd-386-cgo), const TIOCGWINSZ = 1074295912
13293pkg syscall (freebsd-386-cgo), const TIOCMBIC = 2147775595
13294pkg syscall (freebsd-386-cgo), const TIOCMBIS = 2147775596
13295pkg syscall (freebsd-386-cgo), const TIOCMGDTRWAIT = 1074033754
13296pkg syscall (freebsd-386-cgo), const TIOCMGET = 1074033770
13297pkg syscall (freebsd-386-cgo), const TIOCMSDTRWAIT = 2147775579
13298pkg syscall (freebsd-386-cgo), const TIOCMSET = 2147775597
13299pkg syscall (freebsd-386-cgo), const TIOCM_CAR = 64
13300pkg syscall (freebsd-386-cgo), const TIOCM_CD = 64
13301pkg syscall (freebsd-386-cgo), const TIOCM_CTS = 32
13302pkg syscall (freebsd-386-cgo), const TIOCM_DCD = 64
13303pkg syscall (freebsd-386-cgo), const TIOCM_DSR = 256
13304pkg syscall (freebsd-386-cgo), const TIOCM_DTR = 2
13305pkg syscall (freebsd-386-cgo), const TIOCM_LE = 1
13306pkg syscall (freebsd-386-cgo), const TIOCM_RI = 128
13307pkg syscall (freebsd-386-cgo), const TIOCM_RNG = 128
13308pkg syscall (freebsd-386-cgo), const TIOCM_RTS = 4
13309pkg syscall (freebsd-386-cgo), const TIOCM_SR = 16
13310pkg syscall (freebsd-386-cgo), const TIOCM_ST = 8
13311pkg syscall (freebsd-386-cgo), const TIOCNOTTY = 536900721
13312pkg syscall (freebsd-386-cgo), const TIOCNXCL = 536900622
13313pkg syscall (freebsd-386-cgo), const TIOCOUTQ = 1074033779
13314pkg syscall (freebsd-386-cgo), const TIOCPKT = 2147775600
13315pkg syscall (freebsd-386-cgo), const TIOCPKT_DATA = 0
13316pkg syscall (freebsd-386-cgo), const TIOCPKT_DOSTOP = 32
13317pkg syscall (freebsd-386-cgo), const TIOCPKT_FLUSHREAD = 1
13318pkg syscall (freebsd-386-cgo), const TIOCPKT_FLUSHWRITE = 2
13319pkg syscall (freebsd-386-cgo), const TIOCPKT_IOCTL = 64
13320pkg syscall (freebsd-386-cgo), const TIOCPKT_NOSTOP = 16
13321pkg syscall (freebsd-386-cgo), const TIOCPKT_START = 8
13322pkg syscall (freebsd-386-cgo), const TIOCPKT_STOP = 4
13323pkg syscall (freebsd-386-cgo), const TIOCPTMASTER = 536900636
13324pkg syscall (freebsd-386-cgo), const TIOCSBRK = 536900731
13325pkg syscall (freebsd-386-cgo), const TIOCSCTTY = 536900705
13326pkg syscall (freebsd-386-cgo), const TIOCSDRAINWAIT = 2147775575
13327pkg syscall (freebsd-386-cgo), const TIOCSDTR = 536900729
13328pkg syscall (freebsd-386-cgo), const TIOCSETA = 2150396948
13329pkg syscall (freebsd-386-cgo), const TIOCSETAF = 2150396950
13330pkg syscall (freebsd-386-cgo), const TIOCSETAW = 2150396949
13331pkg syscall (freebsd-386-cgo), const TIOCSETD = 2147775515
13332pkg syscall (freebsd-386-cgo), const TIOCSIG = 537162847
13333pkg syscall (freebsd-386-cgo), const TIOCSPGRP = 2147775606
13334pkg syscall (freebsd-386-cgo), const TIOCSTART = 536900718
13335pkg syscall (freebsd-386-cgo), const TIOCSTAT = 536900709
13336pkg syscall (freebsd-386-cgo), const TIOCSTI = 2147578994
13337pkg syscall (freebsd-386-cgo), const TIOCSTOP = 536900719
13338pkg syscall (freebsd-386-cgo), const TIOCSWINSZ = 2148037735
13339pkg syscall (freebsd-386-cgo), const TIOCTIMESTAMP = 1074295897
13340pkg syscall (freebsd-386-cgo), const TIOCUCNTL = 2147775590
13341pkg syscall (freebsd-386-cgo), const TOSTOP = 4194304
13342pkg syscall (freebsd-386-cgo), const VDISCARD = 15
13343pkg syscall (freebsd-386-cgo), const VDSUSP = 11
13344pkg syscall (freebsd-386-cgo), const VEOF = 0
13345pkg syscall (freebsd-386-cgo), const VEOL = 1
13346pkg syscall (freebsd-386-cgo), const VEOL2 = 2
13347pkg syscall (freebsd-386-cgo), const VERASE = 3
13348pkg syscall (freebsd-386-cgo), const VERASE2 = 7
13349pkg syscall (freebsd-386-cgo), const VINTR = 8
13350pkg syscall (freebsd-386-cgo), const VKILL = 5
13351pkg syscall (freebsd-386-cgo), const VLNEXT = 14
13352pkg syscall (freebsd-386-cgo), const VMIN = 16
13353pkg syscall (freebsd-386-cgo), const VQUIT = 9
13354pkg syscall (freebsd-386-cgo), const VREPRINT = 6
13355pkg syscall (freebsd-386-cgo), const VSTART = 12
13356pkg syscall (freebsd-386-cgo), const VSTATUS = 18
13357pkg syscall (freebsd-386-cgo), const VSTOP = 13
13358pkg syscall (freebsd-386-cgo), const VSUSP = 10
13359pkg syscall (freebsd-386-cgo), const VTIME = 17
13360pkg syscall (freebsd-386-cgo), const VWERASE = 4
13361pkg syscall (freebsd-386-cgo), const WCONTINUED = 4
13362pkg syscall (freebsd-386-cgo), const WCOREFLAG = 128
13363pkg syscall (freebsd-386-cgo), const WLINUXCLONE = 2147483648
13364pkg syscall (freebsd-386-cgo), const WNOHANG = 1
13365pkg syscall (freebsd-386-cgo), const WNOWAIT = 8
13366pkg syscall (freebsd-386-cgo), const WSTOPPED = 2
13367pkg syscall (freebsd-386-cgo), const WUNTRACED = 2
13368pkg syscall (freebsd-amd64), const AF_APPLETALK = 16
13369pkg syscall (freebsd-amd64), const AF_ARP = 35
13370pkg syscall (freebsd-amd64), const AF_ATM = 30
13371pkg syscall (freebsd-amd64), const AF_BLUETOOTH = 36
13372pkg syscall (freebsd-amd64), const AF_CCITT = 10
13373pkg syscall (freebsd-amd64), const AF_CHAOS = 5
13374pkg syscall (freebsd-amd64), const AF_CNT = 21
13375pkg syscall (freebsd-amd64), const AF_COIP = 20
13376pkg syscall (freebsd-amd64), const AF_DATAKIT = 9
13377pkg syscall (freebsd-amd64), const AF_DECnet = 12
13378pkg syscall (freebsd-amd64), const AF_DLI = 13
13379pkg syscall (freebsd-amd64), const AF_E164 = 26
13380pkg syscall (freebsd-amd64), const AF_ECMA = 8
13381pkg syscall (freebsd-amd64), const AF_HYLINK = 15
13382pkg syscall (freebsd-amd64), const AF_IEEE80211 = 37
13383pkg syscall (freebsd-amd64), const AF_IMPLINK = 3
13384pkg syscall (freebsd-amd64), const AF_INET6 = 28
13385pkg syscall (freebsd-amd64), const AF_IPX = 23
13386pkg syscall (freebsd-amd64), const AF_ISDN = 26
13387pkg syscall (freebsd-amd64), const AF_ISO = 7
13388pkg syscall (freebsd-amd64), const AF_LAT = 14
13389pkg syscall (freebsd-amd64), const AF_LINK = 18
13390pkg syscall (freebsd-amd64), const AF_LOCAL = 1
13391pkg syscall (freebsd-amd64), const AF_MAX = 38
13392pkg syscall (freebsd-amd64), const AF_NATM = 29
13393pkg syscall (freebsd-amd64), const AF_NETBIOS = 6
13394pkg syscall (freebsd-amd64), const AF_NETGRAPH = 32
13395pkg syscall (freebsd-amd64), const AF_OSI = 7
13396pkg syscall (freebsd-amd64), const AF_PUP = 4
13397pkg syscall (freebsd-amd64), const AF_ROUTE = 17
13398pkg syscall (freebsd-amd64), const AF_SCLUSTER = 34
13399pkg syscall (freebsd-amd64), const AF_SIP = 24
13400pkg syscall (freebsd-amd64), const AF_SLOW = 33
13401pkg syscall (freebsd-amd64), const AF_SNA = 11
13402pkg syscall (freebsd-amd64), const AF_VENDOR00 = 39
13403pkg syscall (freebsd-amd64), const AF_VENDOR01 = 41
13404pkg syscall (freebsd-amd64), const AF_VENDOR02 = 43
13405pkg syscall (freebsd-amd64), const AF_VENDOR03 = 45
13406pkg syscall (freebsd-amd64), const AF_VENDOR04 = 47
13407pkg syscall (freebsd-amd64), const AF_VENDOR05 = 49
13408pkg syscall (freebsd-amd64), const AF_VENDOR06 = 51
13409pkg syscall (freebsd-amd64), const AF_VENDOR07 = 53
13410pkg syscall (freebsd-amd64), const AF_VENDOR08 = 55
13411pkg syscall (freebsd-amd64), const AF_VENDOR09 = 57
13412pkg syscall (freebsd-amd64), const AF_VENDOR10 = 59
13413pkg syscall (freebsd-amd64), const AF_VENDOR11 = 61
13414pkg syscall (freebsd-amd64), const AF_VENDOR12 = 63
13415pkg syscall (freebsd-amd64), const AF_VENDOR13 = 65
13416pkg syscall (freebsd-amd64), const AF_VENDOR14 = 67
13417pkg syscall (freebsd-amd64), const AF_VENDOR15 = 69
13418pkg syscall (freebsd-amd64), const AF_VENDOR16 = 71
13419pkg syscall (freebsd-amd64), const AF_VENDOR17 = 73
13420pkg syscall (freebsd-amd64), const AF_VENDOR18 = 75
13421pkg syscall (freebsd-amd64), const AF_VENDOR19 = 77
13422pkg syscall (freebsd-amd64), const AF_VENDOR20 = 79
13423pkg syscall (freebsd-amd64), const AF_VENDOR21 = 81
13424pkg syscall (freebsd-amd64), const AF_VENDOR22 = 83
13425pkg syscall (freebsd-amd64), const AF_VENDOR23 = 85
13426pkg syscall (freebsd-amd64), const AF_VENDOR24 = 87
13427pkg syscall (freebsd-amd64), const AF_VENDOR25 = 89
13428pkg syscall (freebsd-amd64), const AF_VENDOR26 = 91
13429pkg syscall (freebsd-amd64), const AF_VENDOR27 = 93
13430pkg syscall (freebsd-amd64), const AF_VENDOR28 = 95
13431pkg syscall (freebsd-amd64), const AF_VENDOR29 = 97
13432pkg syscall (freebsd-amd64), const AF_VENDOR30 = 99
13433pkg syscall (freebsd-amd64), const AF_VENDOR31 = 101
13434pkg syscall (freebsd-amd64), const AF_VENDOR32 = 103
13435pkg syscall (freebsd-amd64), const AF_VENDOR33 = 105
13436pkg syscall (freebsd-amd64), const AF_VENDOR34 = 107
13437pkg syscall (freebsd-amd64), const AF_VENDOR35 = 109
13438pkg syscall (freebsd-amd64), const AF_VENDOR36 = 111
13439pkg syscall (freebsd-amd64), const AF_VENDOR37 = 113
13440pkg syscall (freebsd-amd64), const AF_VENDOR38 = 115
13441pkg syscall (freebsd-amd64), const AF_VENDOR39 = 117
13442pkg syscall (freebsd-amd64), const AF_VENDOR40 = 119
13443pkg syscall (freebsd-amd64), const AF_VENDOR41 = 121
13444pkg syscall (freebsd-amd64), const AF_VENDOR42 = 123
13445pkg syscall (freebsd-amd64), const AF_VENDOR43 = 125
13446pkg syscall (freebsd-amd64), const AF_VENDOR44 = 127
13447pkg syscall (freebsd-amd64), const AF_VENDOR45 = 129
13448pkg syscall (freebsd-amd64), const AF_VENDOR46 = 131
13449pkg syscall (freebsd-amd64), const AF_VENDOR47 = 133
13450pkg syscall (freebsd-amd64), const B0 = 0
13451pkg syscall (freebsd-amd64), const B0 ideal-int
13452pkg syscall (freebsd-amd64), const B110 = 110
13453pkg syscall (freebsd-amd64), const B110 ideal-int
13454pkg syscall (freebsd-amd64), const B115200 = 115200
13455pkg syscall (freebsd-amd64), const B115200 ideal-int
13456pkg syscall (freebsd-amd64), const B1200 = 1200
13457pkg syscall (freebsd-amd64), const B1200 ideal-int
13458pkg syscall (freebsd-amd64), const B134 = 134
13459pkg syscall (freebsd-amd64), const B134 ideal-int
13460pkg syscall (freebsd-amd64), const B14400 = 14400
13461pkg syscall (freebsd-amd64), const B14400 ideal-int
13462pkg syscall (freebsd-amd64), const B150 = 150
13463pkg syscall (freebsd-amd64), const B150 ideal-int
13464pkg syscall (freebsd-amd64), const B1800 = 1800
13465pkg syscall (freebsd-amd64), const B1800 ideal-int
13466pkg syscall (freebsd-amd64), const B19200 = 19200
13467pkg syscall (freebsd-amd64), const B19200 ideal-int
13468pkg syscall (freebsd-amd64), const B200 = 200
13469pkg syscall (freebsd-amd64), const B200 ideal-int
13470pkg syscall (freebsd-amd64), const B230400 = 230400
13471pkg syscall (freebsd-amd64), const B230400 ideal-int
13472pkg syscall (freebsd-amd64), const B2400 = 2400
13473pkg syscall (freebsd-amd64), const B2400 ideal-int
13474pkg syscall (freebsd-amd64), const B28800 = 28800
13475pkg syscall (freebsd-amd64), const B28800 ideal-int
13476pkg syscall (freebsd-amd64), const B300 = 300
13477pkg syscall (freebsd-amd64), const B300 ideal-int
13478pkg syscall (freebsd-amd64), const B38400 = 38400
13479pkg syscall (freebsd-amd64), const B38400 ideal-int
13480pkg syscall (freebsd-amd64), const B460800 = 460800
13481pkg syscall (freebsd-amd64), const B460800 ideal-int
13482pkg syscall (freebsd-amd64), const B4800 = 4800
13483pkg syscall (freebsd-amd64), const B4800 ideal-int
13484pkg syscall (freebsd-amd64), const B50 = 50
13485pkg syscall (freebsd-amd64), const B50 ideal-int
13486pkg syscall (freebsd-amd64), const B57600 = 57600
13487pkg syscall (freebsd-amd64), const B57600 ideal-int
13488pkg syscall (freebsd-amd64), const B600 = 600
13489pkg syscall (freebsd-amd64), const B600 ideal-int
13490pkg syscall (freebsd-amd64), const B7200 = 7200
13491pkg syscall (freebsd-amd64), const B7200 ideal-int
13492pkg syscall (freebsd-amd64), const B75 = 75
13493pkg syscall (freebsd-amd64), const B75 ideal-int
13494pkg syscall (freebsd-amd64), const B76800 = 76800
13495pkg syscall (freebsd-amd64), const B76800 ideal-int
13496pkg syscall (freebsd-amd64), const B921600 = 921600
13497pkg syscall (freebsd-amd64), const B921600 ideal-int
13498pkg syscall (freebsd-amd64), const B9600 = 9600
13499pkg syscall (freebsd-amd64), const B9600 ideal-int
13500pkg syscall (freebsd-amd64), const BIOCFEEDBACK = 2147762812
13501pkg syscall (freebsd-amd64), const BIOCFLUSH = 536887912
13502pkg syscall (freebsd-amd64), const BIOCGBLEN = 1074020966
13503pkg syscall (freebsd-amd64), const BIOCGDIRECTION = 1074020982
13504pkg syscall (freebsd-amd64), const BIOCGDLT = 1074020970
13505pkg syscall (freebsd-amd64), const BIOCGDLTLIST = 3222291065
13506pkg syscall (freebsd-amd64), const BIOCGETBUFMODE = 1074020989
13507pkg syscall (freebsd-amd64), const BIOCGETIF = 1075855979
13508pkg syscall (freebsd-amd64), const BIOCGETZMAX = 1074283135
13509pkg syscall (freebsd-amd64), const BIOCGHDRCMPLT = 1074020980
13510pkg syscall (freebsd-amd64), const BIOCGRSIG = 1074020978
13511pkg syscall (freebsd-amd64), const BIOCGRTIMEOUT = 1074807406
13512pkg syscall (freebsd-amd64), const BIOCGSEESENT = 1074020982
13513pkg syscall (freebsd-amd64), const BIOCGSTATS = 1074283119
13514pkg syscall (freebsd-amd64), const BIOCGTSTAMP = 1074020995
13515pkg syscall (freebsd-amd64), const BIOCGTSTAMP ideal-int
13516pkg syscall (freebsd-amd64), const BIOCIMMEDIATE = 2147762800
13517pkg syscall (freebsd-amd64), const BIOCLOCK = 536887930
13518pkg syscall (freebsd-amd64), const BIOCPROMISC = 536887913
13519pkg syscall (freebsd-amd64), const BIOCROTZBUF = 1075331712
13520pkg syscall (freebsd-amd64), const BIOCSBLEN = 3221504614
13521pkg syscall (freebsd-amd64), const BIOCSDIRECTION = 2147762807
13522pkg syscall (freebsd-amd64), const BIOCSDLT = 2147762808
13523pkg syscall (freebsd-amd64), const BIOCSETBUFMODE = 2147762814
13524pkg syscall (freebsd-amd64), const BIOCSETF = 2148549223
13525pkg syscall (freebsd-amd64), const BIOCSETFNR = 2148549250
13526pkg syscall (freebsd-amd64), const BIOCSETIF = 2149597804
13527pkg syscall (freebsd-amd64), const BIOCSETWF = 2148549243
13528pkg syscall (freebsd-amd64), const BIOCSETZBUF = 2149073537
13529pkg syscall (freebsd-amd64), const BIOCSHDRCMPLT = 2147762805
13530pkg syscall (freebsd-amd64), const BIOCSRSIG = 2147762803
13531pkg syscall (freebsd-amd64), const BIOCSRTIMEOUT = 2148549229
13532pkg syscall (freebsd-amd64), const BIOCSSEESENT = 2147762807
13533pkg syscall (freebsd-amd64), const BIOCSTSTAMP = 2147762820
13534pkg syscall (freebsd-amd64), const BIOCSTSTAMP ideal-int
13535pkg syscall (freebsd-amd64), const BIOCVERSION = 1074020977
13536pkg syscall (freebsd-amd64), const BPF_A = 16
13537pkg syscall (freebsd-amd64), const BPF_ABS = 32
13538pkg syscall (freebsd-amd64), const BPF_ADD = 0
13539pkg syscall (freebsd-amd64), const BPF_ALIGNMENT = 8
13540pkg syscall (freebsd-amd64), const BPF_ALU = 4
13541pkg syscall (freebsd-amd64), const BPF_AND = 80
13542pkg syscall (freebsd-amd64), const BPF_B = 16
13543pkg syscall (freebsd-amd64), const BPF_BUFMODE_BUFFER = 1
13544pkg syscall (freebsd-amd64), const BPF_BUFMODE_ZBUF = 2
13545pkg syscall (freebsd-amd64), const BPF_DIV = 48
13546pkg syscall (freebsd-amd64), const BPF_H = 8
13547pkg syscall (freebsd-amd64), const BPF_IMM = 0
13548pkg syscall (freebsd-amd64), const BPF_IND = 64
13549pkg syscall (freebsd-amd64), const BPF_JA = 0
13550pkg syscall (freebsd-amd64), const BPF_JEQ = 16
13551pkg syscall (freebsd-amd64), const BPF_JGE = 48
13552pkg syscall (freebsd-amd64), const BPF_JGT = 32
13553pkg syscall (freebsd-amd64), const BPF_JMP = 5
13554pkg syscall (freebsd-amd64), const BPF_JSET = 64
13555pkg syscall (freebsd-amd64), const BPF_K = 0
13556pkg syscall (freebsd-amd64), const BPF_LD = 0
13557pkg syscall (freebsd-amd64), const BPF_LDX = 1
13558pkg syscall (freebsd-amd64), const BPF_LEN = 128
13559pkg syscall (freebsd-amd64), const BPF_LSH = 96
13560pkg syscall (freebsd-amd64), const BPF_MAJOR_VERSION = 1
13561pkg syscall (freebsd-amd64), const BPF_MAXBUFSIZE = 524288
13562pkg syscall (freebsd-amd64), const BPF_MAXINSNS = 512
13563pkg syscall (freebsd-amd64), const BPF_MEM = 96
13564pkg syscall (freebsd-amd64), const BPF_MEMWORDS = 16
13565pkg syscall (freebsd-amd64), const BPF_MINBUFSIZE = 32
13566pkg syscall (freebsd-amd64), const BPF_MINOR_VERSION = 1
13567pkg syscall (freebsd-amd64), const BPF_MISC = 7
13568pkg syscall (freebsd-amd64), const BPF_MSH = 160
13569pkg syscall (freebsd-amd64), const BPF_MUL = 32
13570pkg syscall (freebsd-amd64), const BPF_NEG = 128
13571pkg syscall (freebsd-amd64), const BPF_OR = 64
13572pkg syscall (freebsd-amd64), const BPF_RELEASE = 199606
13573pkg syscall (freebsd-amd64), const BPF_RET = 6
13574pkg syscall (freebsd-amd64), const BPF_RSH = 112
13575pkg syscall (freebsd-amd64), const BPF_ST = 2
13576pkg syscall (freebsd-amd64), const BPF_STX = 3
13577pkg syscall (freebsd-amd64), const BPF_SUB = 16
13578pkg syscall (freebsd-amd64), const BPF_TAX = 0
13579pkg syscall (freebsd-amd64), const BPF_TXA = 128
13580pkg syscall (freebsd-amd64), const BPF_T_BINTIME = 2
13581pkg syscall (freebsd-amd64), const BPF_T_BINTIME ideal-int
13582pkg syscall (freebsd-amd64), const BPF_T_BINTIME_FAST = 258
13583pkg syscall (freebsd-amd64), const BPF_T_BINTIME_FAST ideal-int
13584pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC = 514
13585pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC ideal-int
13586pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC_FAST = 770
13587pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int
13588pkg syscall (freebsd-amd64), const BPF_T_FAST = 256
13589pkg syscall (freebsd-amd64), const BPF_T_FAST ideal-int
13590pkg syscall (freebsd-amd64), const BPF_T_FLAG_MASK = 768
13591pkg syscall (freebsd-amd64), const BPF_T_FLAG_MASK ideal-int
13592pkg syscall (freebsd-amd64), const BPF_T_FORMAT_MASK = 3
13593pkg syscall (freebsd-amd64), const BPF_T_FORMAT_MASK ideal-int
13594pkg syscall (freebsd-amd64), const BPF_T_MICROTIME = 0
13595pkg syscall (freebsd-amd64), const BPF_T_MICROTIME ideal-int
13596pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_FAST = 256
13597pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_FAST ideal-int
13598pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC = 512
13599pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC ideal-int
13600pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
13601pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int
13602pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC = 512
13603pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC ideal-int
13604pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC_FAST = 768
13605pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC_FAST ideal-int
13606pkg syscall (freebsd-amd64), const BPF_T_NANOTIME = 1
13607pkg syscall (freebsd-amd64), const BPF_T_NANOTIME ideal-int
13608pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_FAST = 257
13609pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_FAST ideal-int
13610pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC = 513
13611pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC ideal-int
13612pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
13613pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int
13614pkg syscall (freebsd-amd64), const BPF_T_NONE = 3
13615pkg syscall (freebsd-amd64), const BPF_T_NONE ideal-int
13616pkg syscall (freebsd-amd64), const BPF_T_NORMAL = 0
13617pkg syscall (freebsd-amd64), const BPF_T_NORMAL ideal-int
13618pkg syscall (freebsd-amd64), const BPF_W = 0
13619pkg syscall (freebsd-amd64), const BPF_X = 8
13620pkg syscall (freebsd-amd64), const BRKINT = 2
13621pkg syscall (freebsd-amd64), const BRKINT ideal-int
13622pkg syscall (freebsd-amd64), const CFLUSH = 15
13623pkg syscall (freebsd-amd64), const CFLUSH ideal-int
13624pkg syscall (freebsd-amd64), const CLOCAL = 32768
13625pkg syscall (freebsd-amd64), const CLOCAL ideal-int
13626pkg syscall (freebsd-amd64), const CREAD = 2048
13627pkg syscall (freebsd-amd64), const CREAD ideal-int
13628pkg syscall (freebsd-amd64), const CS5 = 0
13629pkg syscall (freebsd-amd64), const CS5 ideal-int
13630pkg syscall (freebsd-amd64), const CS6 = 256
13631pkg syscall (freebsd-amd64), const CS6 ideal-int
13632pkg syscall (freebsd-amd64), const CS7 = 512
13633pkg syscall (freebsd-amd64), const CS7 ideal-int
13634pkg syscall (freebsd-amd64), const CS8 = 768
13635pkg syscall (freebsd-amd64), const CS8 ideal-int
13636pkg syscall (freebsd-amd64), const CSIZE = 768
13637pkg syscall (freebsd-amd64), const CSIZE ideal-int
13638pkg syscall (freebsd-amd64), const CSTART = 17
13639pkg syscall (freebsd-amd64), const CSTART ideal-int
13640pkg syscall (freebsd-amd64), const CSTATUS = 20
13641pkg syscall (freebsd-amd64), const CSTATUS ideal-int
13642pkg syscall (freebsd-amd64), const CSTOP = 19
13643pkg syscall (freebsd-amd64), const CSTOP ideal-int
13644pkg syscall (freebsd-amd64), const CSTOPB = 1024
13645pkg syscall (freebsd-amd64), const CSTOPB ideal-int
13646pkg syscall (freebsd-amd64), const CSUSP = 26
13647pkg syscall (freebsd-amd64), const CSUSP ideal-int
13648pkg syscall (freebsd-amd64), const CTL_MAXNAME = 24
13649pkg syscall (freebsd-amd64), const CTL_NET = 4
13650pkg syscall (freebsd-amd64), const DLT_A429 = 184
13651pkg syscall (freebsd-amd64), const DLT_A653_ICM = 185
13652pkg syscall (freebsd-amd64), const DLT_AIRONET_HEADER = 120
13653pkg syscall (freebsd-amd64), const DLT_AOS = 222
13654pkg syscall (freebsd-amd64), const DLT_AOS ideal-int
13655pkg syscall (freebsd-amd64), const DLT_APPLE_IP_OVER_IEEE1394 = 138
13656pkg syscall (freebsd-amd64), const DLT_ARCNET = 7
13657pkg syscall (freebsd-amd64), const DLT_ARCNET_LINUX = 129
13658pkg syscall (freebsd-amd64), const DLT_ATM_CLIP = 19
13659pkg syscall (freebsd-amd64), const DLT_ATM_RFC1483 = 11
13660pkg syscall (freebsd-amd64), const DLT_AURORA = 126
13661pkg syscall (freebsd-amd64), const DLT_AX25 = 3
13662pkg syscall (freebsd-amd64), const DLT_AX25_KISS = 202
13663pkg syscall (freebsd-amd64), const DLT_BACNET_MS_TP = 165
13664pkg syscall (freebsd-amd64), const DLT_BLUETOOTH_HCI_H4 = 187
13665pkg syscall (freebsd-amd64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
13666pkg syscall (freebsd-amd64), const DLT_CAN20B = 190
13667pkg syscall (freebsd-amd64), const DLT_CAN_SOCKETCAN = 227
13668pkg syscall (freebsd-amd64), const DLT_CAN_SOCKETCAN ideal-int
13669pkg syscall (freebsd-amd64), const DLT_CHAOS = 5
13670pkg syscall (freebsd-amd64), const DLT_CHDLC = 104
13671pkg syscall (freebsd-amd64), const DLT_CISCO_IOS = 118
13672pkg syscall (freebsd-amd64), const DLT_C_HDLC = 104
13673pkg syscall (freebsd-amd64), const DLT_C_HDLC_WITH_DIR = 205
13674pkg syscall (freebsd-amd64), const DLT_DBUS = 231
13675pkg syscall (freebsd-amd64), const DLT_DBUS ideal-int
13676pkg syscall (freebsd-amd64), const DLT_DECT = 221
13677pkg syscall (freebsd-amd64), const DLT_DECT ideal-int
13678pkg syscall (freebsd-amd64), const DLT_DOCSIS = 143
13679pkg syscall (freebsd-amd64), const DLT_DVB_CI = 235
13680pkg syscall (freebsd-amd64), const DLT_DVB_CI ideal-int
13681pkg syscall (freebsd-amd64), const DLT_ECONET = 115
13682pkg syscall (freebsd-amd64), const DLT_EN10MB = 1
13683pkg syscall (freebsd-amd64), const DLT_EN3MB = 2
13684pkg syscall (freebsd-amd64), const DLT_ENC = 109
13685pkg syscall (freebsd-amd64), const DLT_ERF = 197
13686pkg syscall (freebsd-amd64), const DLT_ERF_ETH = 175
13687pkg syscall (freebsd-amd64), const DLT_ERF_POS = 176
13688pkg syscall (freebsd-amd64), const DLT_FC_2 = 224
13689pkg syscall (freebsd-amd64), const DLT_FC_2 ideal-int
13690pkg syscall (freebsd-amd64), const DLT_FC_2_WITH_FRAME_DELIMS = 225
13691pkg syscall (freebsd-amd64), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int
13692pkg syscall (freebsd-amd64), const DLT_FDDI = 10
13693pkg syscall (freebsd-amd64), const DLT_FLEXRAY = 210
13694pkg syscall (freebsd-amd64), const DLT_FRELAY = 107
13695pkg syscall (freebsd-amd64), const DLT_FRELAY_WITH_DIR = 206
13696pkg syscall (freebsd-amd64), const DLT_GCOM_SERIAL = 173
13697pkg syscall (freebsd-amd64), const DLT_GCOM_T1E1 = 172
13698pkg syscall (freebsd-amd64), const DLT_GPF_F = 171
13699pkg syscall (freebsd-amd64), const DLT_GPF_T = 170
13700pkg syscall (freebsd-amd64), const DLT_GPRS_LLC = 169
13701pkg syscall (freebsd-amd64), const DLT_GSMTAP_ABIS = 218
13702pkg syscall (freebsd-amd64), const DLT_GSMTAP_ABIS ideal-int
13703pkg syscall (freebsd-amd64), const DLT_GSMTAP_UM = 217
13704pkg syscall (freebsd-amd64), const DLT_GSMTAP_UM ideal-int
13705pkg syscall (freebsd-amd64), const DLT_HHDLC = 121
13706pkg syscall (freebsd-amd64), const DLT_IBM_SN = 146
13707pkg syscall (freebsd-amd64), const DLT_IBM_SP = 145
13708pkg syscall (freebsd-amd64), const DLT_IEEE802 = 6
13709pkg syscall (freebsd-amd64), const DLT_IEEE802_11 = 105
13710pkg syscall (freebsd-amd64), const DLT_IEEE802_11_RADIO = 127
13711pkg syscall (freebsd-amd64), const DLT_IEEE802_11_RADIO_AVS = 163
13712pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4 = 195
13713pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_LINUX = 191
13714pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_NOFCS = 230
13715pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_NOFCS ideal-int
13716pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_NONASK_PHY = 215
13717pkg syscall (freebsd-amd64), const DLT_IEEE802_16_MAC_CPS = 188
13718pkg syscall (freebsd-amd64), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
13719pkg syscall (freebsd-amd64), const DLT_IPFILTER = 116
13720pkg syscall (freebsd-amd64), const DLT_IPMB = 199
13721pkg syscall (freebsd-amd64), const DLT_IPMB_LINUX = 209
13722pkg syscall (freebsd-amd64), const DLT_IPNET = 226
13723pkg syscall (freebsd-amd64), const DLT_IPNET ideal-int
13724pkg syscall (freebsd-amd64), const DLT_IPOIB = 242
13725pkg syscall (freebsd-amd64), const DLT_IPOIB ideal-int
13726pkg syscall (freebsd-amd64), const DLT_IPV4 = 228
13727pkg syscall (freebsd-amd64), const DLT_IPV4 ideal-int
13728pkg syscall (freebsd-amd64), const DLT_IPV6 = 229
13729pkg syscall (freebsd-amd64), const DLT_IPV6 ideal-int
13730pkg syscall (freebsd-amd64), const DLT_IP_OVER_FC = 122
13731pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM1 = 137
13732pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM2 = 135
13733pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM_CEMIC = 238
13734pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM_CEMIC ideal-int
13735pkg syscall (freebsd-amd64), const DLT_JUNIPER_CHDLC = 181
13736pkg syscall (freebsd-amd64), const DLT_JUNIPER_ES = 132
13737pkg syscall (freebsd-amd64), const DLT_JUNIPER_ETHER = 178
13738pkg syscall (freebsd-amd64), const DLT_JUNIPER_FIBRECHANNEL = 234
13739pkg syscall (freebsd-amd64), const DLT_JUNIPER_FIBRECHANNEL ideal-int
13740pkg syscall (freebsd-amd64), const DLT_JUNIPER_FRELAY = 180
13741pkg syscall (freebsd-amd64), const DLT_JUNIPER_GGSN = 133
13742pkg syscall (freebsd-amd64), const DLT_JUNIPER_ISM = 194
13743pkg syscall (freebsd-amd64), const DLT_JUNIPER_MFR = 134
13744pkg syscall (freebsd-amd64), const DLT_JUNIPER_MLFR = 131
13745pkg syscall (freebsd-amd64), const DLT_JUNIPER_MLPPP = 130
13746pkg syscall (freebsd-amd64), const DLT_JUNIPER_MONITOR = 164
13747pkg syscall (freebsd-amd64), const DLT_JUNIPER_PIC_PEER = 174
13748pkg syscall (freebsd-amd64), const DLT_JUNIPER_PPP = 179
13749pkg syscall (freebsd-amd64), const DLT_JUNIPER_PPPOE = 167
13750pkg syscall (freebsd-amd64), const DLT_JUNIPER_PPPOE_ATM = 168
13751pkg syscall (freebsd-amd64), const DLT_JUNIPER_SERVICES = 136
13752pkg syscall (freebsd-amd64), const DLT_JUNIPER_SRX_E2E = 233
13753pkg syscall (freebsd-amd64), const DLT_JUNIPER_SRX_E2E ideal-int
13754pkg syscall (freebsd-amd64), const DLT_JUNIPER_ST = 200
13755pkg syscall (freebsd-amd64), const DLT_JUNIPER_VP = 183
13756pkg syscall (freebsd-amd64), const DLT_JUNIPER_VS = 232
13757pkg syscall (freebsd-amd64), const DLT_JUNIPER_VS ideal-int
13758pkg syscall (freebsd-amd64), const DLT_LAPB_WITH_DIR = 207
13759pkg syscall (freebsd-amd64), const DLT_LAPD = 203
13760pkg syscall (freebsd-amd64), const DLT_LIN = 212
13761pkg syscall (freebsd-amd64), const DLT_LINUX_EVDEV = 216
13762pkg syscall (freebsd-amd64), const DLT_LINUX_EVDEV ideal-int
13763pkg syscall (freebsd-amd64), const DLT_LINUX_IRDA = 144
13764pkg syscall (freebsd-amd64), const DLT_LINUX_LAPD = 177
13765pkg syscall (freebsd-amd64), const DLT_LINUX_PPP_WITHDIRECTION = 166
13766pkg syscall (freebsd-amd64), const DLT_LINUX_SLL = 113
13767pkg syscall (freebsd-amd64), const DLT_LOOP = 108
13768pkg syscall (freebsd-amd64), const DLT_LTALK = 114
13769pkg syscall (freebsd-amd64), const DLT_MATCHING_MAX = 242
13770pkg syscall (freebsd-amd64), const DLT_MATCHING_MAX ideal-int
13771pkg syscall (freebsd-amd64), const DLT_MATCHING_MIN = 104
13772pkg syscall (freebsd-amd64), const DLT_MATCHING_MIN ideal-int
13773pkg syscall (freebsd-amd64), const DLT_MFR = 182
13774pkg syscall (freebsd-amd64), const DLT_MOST = 211
13775pkg syscall (freebsd-amd64), const DLT_MPLS = 219
13776pkg syscall (freebsd-amd64), const DLT_MPLS ideal-int
13777pkg syscall (freebsd-amd64), const DLT_MTP2 = 140
13778pkg syscall (freebsd-amd64), const DLT_MTP2_WITH_PHDR = 139
13779pkg syscall (freebsd-amd64), const DLT_MTP3 = 141
13780pkg syscall (freebsd-amd64), const DLT_MUX27010 = 236
13781pkg syscall (freebsd-amd64), const DLT_MUX27010 ideal-int
13782pkg syscall (freebsd-amd64), const DLT_NETANALYZER = 240
13783pkg syscall (freebsd-amd64), const DLT_NETANALYZER ideal-int
13784pkg syscall (freebsd-amd64), const DLT_NETANALYZER_TRANSPARENT = 241
13785pkg syscall (freebsd-amd64), const DLT_NETANALYZER_TRANSPARENT ideal-int
13786pkg syscall (freebsd-amd64), const DLT_NFLOG = 239
13787pkg syscall (freebsd-amd64), const DLT_NFLOG ideal-int
13788pkg syscall (freebsd-amd64), const DLT_NULL = 0
13789pkg syscall (freebsd-amd64), const DLT_PCI_EXP = 125
13790pkg syscall (freebsd-amd64), const DLT_PFLOG = 117
13791pkg syscall (freebsd-amd64), const DLT_PFSYNC = 121
13792pkg syscall (freebsd-amd64), const DLT_PPI = 192
13793pkg syscall (freebsd-amd64), const DLT_PPP = 9
13794pkg syscall (freebsd-amd64), const DLT_PPP_BSDOS = 16
13795pkg syscall (freebsd-amd64), const DLT_PPP_ETHER = 51
13796pkg syscall (freebsd-amd64), const DLT_PPP_PPPD = 166
13797pkg syscall (freebsd-amd64), const DLT_PPP_SERIAL = 50
13798pkg syscall (freebsd-amd64), const DLT_PPP_WITH_DIR = 204
13799pkg syscall (freebsd-amd64), const DLT_PPP_WITH_DIRECTION = 166
13800pkg syscall (freebsd-amd64), const DLT_PRISM_HEADER = 119
13801pkg syscall (freebsd-amd64), const DLT_PRONET = 4
13802pkg syscall (freebsd-amd64), const DLT_RAIF1 = 198
13803pkg syscall (freebsd-amd64), const DLT_RAW = 12
13804pkg syscall (freebsd-amd64), const DLT_RIO = 124
13805pkg syscall (freebsd-amd64), const DLT_SCCP = 142
13806pkg syscall (freebsd-amd64), const DLT_SITA = 196
13807pkg syscall (freebsd-amd64), const DLT_SLIP = 8
13808pkg syscall (freebsd-amd64), const DLT_SLIP_BSDOS = 15
13809pkg syscall (freebsd-amd64), const DLT_STANAG_5066_D_PDU = 237
13810pkg syscall (freebsd-amd64), const DLT_STANAG_5066_D_PDU ideal-int
13811pkg syscall (freebsd-amd64), const DLT_SUNATM = 123
13812pkg syscall (freebsd-amd64), const DLT_SYMANTEC_FIREWALL = 99
13813pkg syscall (freebsd-amd64), const DLT_TZSP = 128
13814pkg syscall (freebsd-amd64), const DLT_USB = 186
13815pkg syscall (freebsd-amd64), const DLT_USB_LINUX = 189
13816pkg syscall (freebsd-amd64), const DLT_USB_LINUX_MMAPPED = 220
13817pkg syscall (freebsd-amd64), const DLT_USB_LINUX_MMAPPED ideal-int
13818pkg syscall (freebsd-amd64), const DLT_USER0 = 147
13819pkg syscall (freebsd-amd64), const DLT_USER1 = 148
13820pkg syscall (freebsd-amd64), const DLT_USER10 = 157
13821pkg syscall (freebsd-amd64), const DLT_USER11 = 158
13822pkg syscall (freebsd-amd64), const DLT_USER12 = 159
13823pkg syscall (freebsd-amd64), const DLT_USER13 = 160
13824pkg syscall (freebsd-amd64), const DLT_USER14 = 161
13825pkg syscall (freebsd-amd64), const DLT_USER15 = 162
13826pkg syscall (freebsd-amd64), const DLT_USER2 = 149
13827pkg syscall (freebsd-amd64), const DLT_USER3 = 150
13828pkg syscall (freebsd-amd64), const DLT_USER4 = 151
13829pkg syscall (freebsd-amd64), const DLT_USER5 = 152
13830pkg syscall (freebsd-amd64), const DLT_USER6 = 153
13831pkg syscall (freebsd-amd64), const DLT_USER7 = 154
13832pkg syscall (freebsd-amd64), const DLT_USER8 = 155
13833pkg syscall (freebsd-amd64), const DLT_USER9 = 156
13834pkg syscall (freebsd-amd64), const DLT_WIHART = 223
13835pkg syscall (freebsd-amd64), const DLT_WIHART ideal-int
13836pkg syscall (freebsd-amd64), const DLT_X2E_SERIAL = 213
13837pkg syscall (freebsd-amd64), const DLT_X2E_XORAYA = 214
13838pkg syscall (freebsd-amd64), const DT_BLK = 6
13839pkg syscall (freebsd-amd64), const DT_CHR = 2
13840pkg syscall (freebsd-amd64), const DT_DIR = 4
13841pkg syscall (freebsd-amd64), const DT_FIFO = 1
13842pkg syscall (freebsd-amd64), const DT_LNK = 10
13843pkg syscall (freebsd-amd64), const DT_REG = 8
13844pkg syscall (freebsd-amd64), const DT_SOCK = 12
13845pkg syscall (freebsd-amd64), const DT_UNKNOWN = 0
13846pkg syscall (freebsd-amd64), const DT_WHT = 14
13847pkg syscall (freebsd-amd64), const E2BIG = 7
13848pkg syscall (freebsd-amd64), const EACCES = 13
13849pkg syscall (freebsd-amd64), const EADDRINUSE = 48
13850pkg syscall (freebsd-amd64), const EADDRNOTAVAIL = 49
13851pkg syscall (freebsd-amd64), const EAFNOSUPPORT = 47
13852pkg syscall (freebsd-amd64), const EAGAIN = 35
13853pkg syscall (freebsd-amd64), const EALREADY = 37
13854pkg syscall (freebsd-amd64), const EAUTH = 80
13855pkg syscall (freebsd-amd64), const EBADF = 9
13856pkg syscall (freebsd-amd64), const EBADMSG = 89
13857pkg syscall (freebsd-amd64), const EBADRPC = 72
13858pkg syscall (freebsd-amd64), const EBUSY = 16
13859pkg syscall (freebsd-amd64), const ECANCELED = 85
13860pkg syscall (freebsd-amd64), const ECAPMODE = 94
13861pkg syscall (freebsd-amd64), const ECAPMODE Errno
13862pkg syscall (freebsd-amd64), const ECHILD = 10
13863pkg syscall (freebsd-amd64), const ECHO = 8
13864pkg syscall (freebsd-amd64), const ECHOCTL = 64
13865pkg syscall (freebsd-amd64), const ECHOE = 2
13866pkg syscall (freebsd-amd64), const ECHOK = 4
13867pkg syscall (freebsd-amd64), const ECHOKE = 1
13868pkg syscall (freebsd-amd64), const ECHONL = 16
13869pkg syscall (freebsd-amd64), const ECHOPRT = 32
13870pkg syscall (freebsd-amd64), const ECONNABORTED = 53
13871pkg syscall (freebsd-amd64), const ECONNREFUSED = 61
13872pkg syscall (freebsd-amd64), const ECONNRESET = 54
13873pkg syscall (freebsd-amd64), const EDEADLK = 11
13874pkg syscall (freebsd-amd64), const EDESTADDRREQ = 39
13875pkg syscall (freebsd-amd64), const EDOM = 33
13876pkg syscall (freebsd-amd64), const EDOOFUS = 88
13877pkg syscall (freebsd-amd64), const EDQUOT = 69
13878pkg syscall (freebsd-amd64), const EEXIST = 17
13879pkg syscall (freebsd-amd64), const EFAULT = 14
13880pkg syscall (freebsd-amd64), const EFBIG = 27
13881pkg syscall (freebsd-amd64), const EFTYPE = 79
13882pkg syscall (freebsd-amd64), const EHOSTDOWN = 64
13883pkg syscall (freebsd-amd64), const EHOSTUNREACH = 65
13884pkg syscall (freebsd-amd64), const EIDRM = 82
13885pkg syscall (freebsd-amd64), const EILSEQ = 86
13886pkg syscall (freebsd-amd64), const EINPROGRESS = 36
13887pkg syscall (freebsd-amd64), const EINTR = 4
13888pkg syscall (freebsd-amd64), const EINVAL = 22
13889pkg syscall (freebsd-amd64), const EIO = 5
13890pkg syscall (freebsd-amd64), const EISCONN = 56
13891pkg syscall (freebsd-amd64), const EISDIR = 21
13892pkg syscall (freebsd-amd64), const ELAST = 94
13893pkg syscall (freebsd-amd64), const ELOOP = 62
13894pkg syscall (freebsd-amd64), const EMFILE = 24
13895pkg syscall (freebsd-amd64), const EMLINK = 31
13896pkg syscall (freebsd-amd64), const EMSGSIZE = 40
13897pkg syscall (freebsd-amd64), const EMULTIHOP = 90
13898pkg syscall (freebsd-amd64), const ENAMETOOLONG = 63
13899pkg syscall (freebsd-amd64), const ENEEDAUTH = 81
13900pkg syscall (freebsd-amd64), const ENETDOWN = 50
13901pkg syscall (freebsd-amd64), const ENETRESET = 52
13902pkg syscall (freebsd-amd64), const ENETUNREACH = 51
13903pkg syscall (freebsd-amd64), const ENFILE = 23
13904pkg syscall (freebsd-amd64), const ENOATTR = 87
13905pkg syscall (freebsd-amd64), const ENOBUFS = 55
13906pkg syscall (freebsd-amd64), const ENODEV = 19
13907pkg syscall (freebsd-amd64), const ENOEXEC = 8
13908pkg syscall (freebsd-amd64), const ENOLCK = 77
13909pkg syscall (freebsd-amd64), const ENOLINK = 91
13910pkg syscall (freebsd-amd64), const ENOMEM = 12
13911pkg syscall (freebsd-amd64), const ENOMSG = 83
13912pkg syscall (freebsd-amd64), const ENOPROTOOPT = 42
13913pkg syscall (freebsd-amd64), const ENOSPC = 28
13914pkg syscall (freebsd-amd64), const ENOSYS = 78
13915pkg syscall (freebsd-amd64), const ENOTBLK = 15
13916pkg syscall (freebsd-amd64), const ENOTCAPABLE = 93
13917pkg syscall (freebsd-amd64), const ENOTCONN = 57
13918pkg syscall (freebsd-amd64), const ENOTDIR = 20
13919pkg syscall (freebsd-amd64), const ENOTEMPTY = 66
13920pkg syscall (freebsd-amd64), const ENOTSOCK = 38
13921pkg syscall (freebsd-amd64), const ENOTSUP = 45
13922pkg syscall (freebsd-amd64), const ENOTTY = 25
13923pkg syscall (freebsd-amd64), const ENXIO = 6
13924pkg syscall (freebsd-amd64), const EOPNOTSUPP = 45
13925pkg syscall (freebsd-amd64), const EOVERFLOW = 84
13926pkg syscall (freebsd-amd64), const EPERM = 1
13927pkg syscall (freebsd-amd64), const EPFNOSUPPORT = 46
13928pkg syscall (freebsd-amd64), const EPIPE = 32
13929pkg syscall (freebsd-amd64), const EPROCLIM = 67
13930pkg syscall (freebsd-amd64), const EPROCUNAVAIL = 76
13931pkg syscall (freebsd-amd64), const EPROGMISMATCH = 75
13932pkg syscall (freebsd-amd64), const EPROGUNAVAIL = 74
13933pkg syscall (freebsd-amd64), const EPROTO = 92
13934pkg syscall (freebsd-amd64), const EPROTONOSUPPORT = 43
13935pkg syscall (freebsd-amd64), const EPROTOTYPE = 41
13936pkg syscall (freebsd-amd64), const ERANGE = 34
13937pkg syscall (freebsd-amd64), const EREMOTE = 71
13938pkg syscall (freebsd-amd64), const EROFS = 30
13939pkg syscall (freebsd-amd64), const ERPCMISMATCH = 73
13940pkg syscall (freebsd-amd64), const ESHUTDOWN = 58
13941pkg syscall (freebsd-amd64), const ESOCKTNOSUPPORT = 44
13942pkg syscall (freebsd-amd64), const ESPIPE = 29
13943pkg syscall (freebsd-amd64), const ESRCH = 3
13944pkg syscall (freebsd-amd64), const ESTALE = 70
13945pkg syscall (freebsd-amd64), const ETIMEDOUT = 60
13946pkg syscall (freebsd-amd64), const ETOOMANYREFS = 59
13947pkg syscall (freebsd-amd64), const ETXTBSY = 26
13948pkg syscall (freebsd-amd64), const EUSERS = 68
13949pkg syscall (freebsd-amd64), const EVFILT_AIO = -3
13950pkg syscall (freebsd-amd64), const EVFILT_FS = -9
13951pkg syscall (freebsd-amd64), const EVFILT_LIO = -10
13952pkg syscall (freebsd-amd64), const EVFILT_PROC = -5
13953pkg syscall (freebsd-amd64), const EVFILT_READ = -1
13954pkg syscall (freebsd-amd64), const EVFILT_SIGNAL = -6
13955pkg syscall (freebsd-amd64), const EVFILT_SYSCOUNT = 11
13956pkg syscall (freebsd-amd64), const EVFILT_TIMER = -7
13957pkg syscall (freebsd-amd64), const EVFILT_USER = -11
13958pkg syscall (freebsd-amd64), const EVFILT_VNODE = -4
13959pkg syscall (freebsd-amd64), const EVFILT_WRITE = -2
13960pkg syscall (freebsd-amd64), const EV_ADD = 1
13961pkg syscall (freebsd-amd64), const EV_CLEAR = 32
13962pkg syscall (freebsd-amd64), const EV_DELETE = 2
13963pkg syscall (freebsd-amd64), const EV_DISABLE = 8
13964pkg syscall (freebsd-amd64), const EV_DISPATCH = 128
13965pkg syscall (freebsd-amd64), const EV_ENABLE = 4
13966pkg syscall (freebsd-amd64), const EV_EOF = 32768
13967pkg syscall (freebsd-amd64), const EV_ERROR = 16384
13968pkg syscall (freebsd-amd64), const EV_FLAG1 = 8192
13969pkg syscall (freebsd-amd64), const EV_ONESHOT = 16
13970pkg syscall (freebsd-amd64), const EV_RECEIPT = 64
13971pkg syscall (freebsd-amd64), const EV_SYSFLAGS = 61440
13972pkg syscall (freebsd-amd64), const EWOULDBLOCK = 35
13973pkg syscall (freebsd-amd64), const EXDEV = 18
13974pkg syscall (freebsd-amd64), const EXTA = 19200
13975pkg syscall (freebsd-amd64), const EXTB = 38400
13976pkg syscall (freebsd-amd64), const EXTPROC = 2048
13977pkg syscall (freebsd-amd64), const FD_CLOEXEC = 1
13978pkg syscall (freebsd-amd64), const FD_SETSIZE = 1024
13979pkg syscall (freebsd-amd64), const FLUSHO = 8388608
13980pkg syscall (freebsd-amd64), const FLUSHO ideal-int
13981pkg syscall (freebsd-amd64), const F_CANCEL = 5
13982pkg syscall (freebsd-amd64), const F_DUP2FD = 10
13983pkg syscall (freebsd-amd64), const F_DUPFD = 0
13984pkg syscall (freebsd-amd64), const F_GETFD = 1
13985pkg syscall (freebsd-amd64), const F_GETFL = 3
13986pkg syscall (freebsd-amd64), const F_GETLK = 11
13987pkg syscall (freebsd-amd64), const F_GETOWN = 5
13988pkg syscall (freebsd-amd64), const F_OGETLK = 7
13989pkg syscall (freebsd-amd64), const F_OK = 0
13990pkg syscall (freebsd-amd64), const F_OSETLK = 8
13991pkg syscall (freebsd-amd64), const F_OSETLKW = 9
13992pkg syscall (freebsd-amd64), const F_RDAHEAD = 16
13993pkg syscall (freebsd-amd64), const F_RDLCK = 1
13994pkg syscall (freebsd-amd64), const F_READAHEAD = 15
13995pkg syscall (freebsd-amd64), const F_SETFD = 2
13996pkg syscall (freebsd-amd64), const F_SETFL = 4
13997pkg syscall (freebsd-amd64), const F_SETLK = 12
13998pkg syscall (freebsd-amd64), const F_SETLKW = 13
13999pkg syscall (freebsd-amd64), const F_SETLK_REMOTE = 14
14000pkg syscall (freebsd-amd64), const F_SETOWN = 6
14001pkg syscall (freebsd-amd64), const F_UNLCK = 2
14002pkg syscall (freebsd-amd64), const F_UNLCKSYS = 4
14003pkg syscall (freebsd-amd64), const F_WRLCK = 3
14004pkg syscall (freebsd-amd64), const HUPCL = 16384
14005pkg syscall (freebsd-amd64), const HUPCL ideal-int
14006pkg syscall (freebsd-amd64), const ICANON = 256
14007pkg syscall (freebsd-amd64), const ICANON ideal-int
14008pkg syscall (freebsd-amd64), const ICRNL = 256
14009pkg syscall (freebsd-amd64), const ICRNL ideal-int
14010pkg syscall (freebsd-amd64), const IEXTEN = 1024
14011pkg syscall (freebsd-amd64), const IEXTEN ideal-int
14012pkg syscall (freebsd-amd64), const IFAN_ARRIVAL = 0
14013pkg syscall (freebsd-amd64), const IFAN_ARRIVAL ideal-int
14014pkg syscall (freebsd-amd64), const IFAN_DEPARTURE = 1
14015pkg syscall (freebsd-amd64), const IFAN_DEPARTURE ideal-int
14016pkg syscall (freebsd-amd64), const IFF_ALLMULTI = 512
14017pkg syscall (freebsd-amd64), const IFF_ALTPHYS = 16384
14018pkg syscall (freebsd-amd64), const IFF_CANTCHANGE = 2199410
14019pkg syscall (freebsd-amd64), const IFF_CANTCONFIG = 65536
14020pkg syscall (freebsd-amd64), const IFF_CANTCONFIG ideal-int
14021pkg syscall (freebsd-amd64), const IFF_DEBUG = 4
14022pkg syscall (freebsd-amd64), const IFF_DRV_OACTIVE = 1024
14023pkg syscall (freebsd-amd64), const IFF_DRV_RUNNING = 64
14024pkg syscall (freebsd-amd64), const IFF_DYING = 2097152
14025pkg syscall (freebsd-amd64), const IFF_LINK0 = 4096
14026pkg syscall (freebsd-amd64), const IFF_LINK1 = 8192
14027pkg syscall (freebsd-amd64), const IFF_LINK2 = 16384
14028pkg syscall (freebsd-amd64), const IFF_LOOPBACK = 8
14029pkg syscall (freebsd-amd64), const IFF_MONITOR = 262144
14030pkg syscall (freebsd-amd64), const IFF_MULTICAST = 32768
14031pkg syscall (freebsd-amd64), const IFF_NOARP = 128
14032pkg syscall (freebsd-amd64), const IFF_OACTIVE = 1024
14033pkg syscall (freebsd-amd64), const IFF_POINTOPOINT = 16
14034pkg syscall (freebsd-amd64), const IFF_PPROMISC = 131072
14035pkg syscall (freebsd-amd64), const IFF_PROMISC = 256
14036pkg syscall (freebsd-amd64), const IFF_RENAMING = 4194304
14037pkg syscall (freebsd-amd64), const IFF_RUNNING = 64
14038pkg syscall (freebsd-amd64), const IFF_SIMPLEX = 2048
14039pkg syscall (freebsd-amd64), const IFF_SMART = 32
14040pkg syscall (freebsd-amd64), const IFF_STATICARP = 524288
14041pkg syscall (freebsd-amd64), const IFNAMSIZ = 16
14042pkg syscall (freebsd-amd64), const IFT_1822 = 2
14043pkg syscall (freebsd-amd64), const IFT_A12MPPSWITCH = 130
14044pkg syscall (freebsd-amd64), const IFT_AAL2 = 187
14045pkg syscall (freebsd-amd64), const IFT_AAL5 = 49
14046pkg syscall (freebsd-amd64), const IFT_ADSL = 94
14047pkg syscall (freebsd-amd64), const IFT_AFLANE8023 = 59
14048pkg syscall (freebsd-amd64), const IFT_AFLANE8025 = 60
14049pkg syscall (freebsd-amd64), const IFT_ARAP = 88
14050pkg syscall (freebsd-amd64), const IFT_ARCNET = 35
14051pkg syscall (freebsd-amd64), const IFT_ARCNETPLUS = 36
14052pkg syscall (freebsd-amd64), const IFT_ASYNC = 84
14053pkg syscall (freebsd-amd64), const IFT_ATM = 37
14054pkg syscall (freebsd-amd64), const IFT_ATMDXI = 105
14055pkg syscall (freebsd-amd64), const IFT_ATMFUNI = 106
14056pkg syscall (freebsd-amd64), const IFT_ATMIMA = 107
14057pkg syscall (freebsd-amd64), const IFT_ATMLOGICAL = 80
14058pkg syscall (freebsd-amd64), const IFT_ATMRADIO = 189
14059pkg syscall (freebsd-amd64), const IFT_ATMSUBINTERFACE = 134
14060pkg syscall (freebsd-amd64), const IFT_ATMVCIENDPT = 194
14061pkg syscall (freebsd-amd64), const IFT_ATMVIRTUAL = 149
14062pkg syscall (freebsd-amd64), const IFT_BGPPOLICYACCOUNTING = 162
14063pkg syscall (freebsd-amd64), const IFT_BRIDGE = 209
14064pkg syscall (freebsd-amd64), const IFT_BSC = 83
14065pkg syscall (freebsd-amd64), const IFT_CARP = 248
14066pkg syscall (freebsd-amd64), const IFT_CCTEMUL = 61
14067pkg syscall (freebsd-amd64), const IFT_CEPT = 19
14068pkg syscall (freebsd-amd64), const IFT_CES = 133
14069pkg syscall (freebsd-amd64), const IFT_CHANNEL = 70
14070pkg syscall (freebsd-amd64), const IFT_CNR = 85
14071pkg syscall (freebsd-amd64), const IFT_COFFEE = 132
14072pkg syscall (freebsd-amd64), const IFT_COMPOSITELINK = 155
14073pkg syscall (freebsd-amd64), const IFT_DCN = 141
14074pkg syscall (freebsd-amd64), const IFT_DIGITALPOWERLINE = 138
14075pkg syscall (freebsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
14076pkg syscall (freebsd-amd64), const IFT_DLSW = 74
14077pkg syscall (freebsd-amd64), const IFT_DOCSCABLEDOWNSTREAM = 128
14078pkg syscall (freebsd-amd64), const IFT_DOCSCABLEMACLAYER = 127
14079pkg syscall (freebsd-amd64), const IFT_DOCSCABLEUPSTREAM = 129
14080pkg syscall (freebsd-amd64), const IFT_DS0 = 81
14081pkg syscall (freebsd-amd64), const IFT_DS0BUNDLE = 82
14082pkg syscall (freebsd-amd64), const IFT_DS1FDL = 170
14083pkg syscall (freebsd-amd64), const IFT_DS3 = 30
14084pkg syscall (freebsd-amd64), const IFT_DTM = 140
14085pkg syscall (freebsd-amd64), const IFT_DVBASILN = 172
14086pkg syscall (freebsd-amd64), const IFT_DVBASIOUT = 173
14087pkg syscall (freebsd-amd64), const IFT_DVBRCCDOWNSTREAM = 147
14088pkg syscall (freebsd-amd64), const IFT_DVBRCCMACLAYER = 146
14089pkg syscall (freebsd-amd64), const IFT_DVBRCCUPSTREAM = 148
14090pkg syscall (freebsd-amd64), const IFT_ENC = 244
14091pkg syscall (freebsd-amd64), const IFT_EON = 25
14092pkg syscall (freebsd-amd64), const IFT_EPLRS = 87
14093pkg syscall (freebsd-amd64), const IFT_ESCON = 73
14094pkg syscall (freebsd-amd64), const IFT_ETHER = 6
14095pkg syscall (freebsd-amd64), const IFT_FAITH = 242
14096pkg syscall (freebsd-amd64), const IFT_FAST = 125
14097pkg syscall (freebsd-amd64), const IFT_FASTETHER = 62
14098pkg syscall (freebsd-amd64), const IFT_FASTETHERFX = 69
14099pkg syscall (freebsd-amd64), const IFT_FDDI = 15
14100pkg syscall (freebsd-amd64), const IFT_FIBRECHANNEL = 56
14101pkg syscall (freebsd-amd64), const IFT_FRAMERELAYINTERCONNECT = 58
14102pkg syscall (freebsd-amd64), const IFT_FRAMERELAYMPI = 92
14103pkg syscall (freebsd-amd64), const IFT_FRDLCIENDPT = 193
14104pkg syscall (freebsd-amd64), const IFT_FRELAY = 32
14105pkg syscall (freebsd-amd64), const IFT_FRELAYDCE = 44
14106pkg syscall (freebsd-amd64), const IFT_FRF16MFRBUNDLE = 163
14107pkg syscall (freebsd-amd64), const IFT_FRFORWARD = 158
14108pkg syscall (freebsd-amd64), const IFT_G703AT2MB = 67
14109pkg syscall (freebsd-amd64), const IFT_G703AT64K = 66
14110pkg syscall (freebsd-amd64), const IFT_GIF = 240
14111pkg syscall (freebsd-amd64), const IFT_GIGABITETHERNET = 117
14112pkg syscall (freebsd-amd64), const IFT_GR303IDT = 178
14113pkg syscall (freebsd-amd64), const IFT_GR303RDT = 177
14114pkg syscall (freebsd-amd64), const IFT_H323GATEKEEPER = 164
14115pkg syscall (freebsd-amd64), const IFT_H323PROXY = 165
14116pkg syscall (freebsd-amd64), const IFT_HDH1822 = 3
14117pkg syscall (freebsd-amd64), const IFT_HDLC = 118
14118pkg syscall (freebsd-amd64), const IFT_HDSL2 = 168
14119pkg syscall (freebsd-amd64), const IFT_HIPERLAN2 = 183
14120pkg syscall (freebsd-amd64), const IFT_HIPPI = 47
14121pkg syscall (freebsd-amd64), const IFT_HIPPIINTERFACE = 57
14122pkg syscall (freebsd-amd64), const IFT_HOSTPAD = 90
14123pkg syscall (freebsd-amd64), const IFT_HSSI = 46
14124pkg syscall (freebsd-amd64), const IFT_HY = 14
14125pkg syscall (freebsd-amd64), const IFT_IBM370PARCHAN = 72
14126pkg syscall (freebsd-amd64), const IFT_IDSL = 154
14127pkg syscall (freebsd-amd64), const IFT_IEEE1394 = 144
14128pkg syscall (freebsd-amd64), const IFT_IEEE80211 = 71
14129pkg syscall (freebsd-amd64), const IFT_IEEE80212 = 55
14130pkg syscall (freebsd-amd64), const IFT_IEEE8023ADLAG = 161
14131pkg syscall (freebsd-amd64), const IFT_IFGSN = 145
14132pkg syscall (freebsd-amd64), const IFT_IMT = 190
14133pkg syscall (freebsd-amd64), const IFT_INFINIBAND = 199
14134pkg syscall (freebsd-amd64), const IFT_INFINIBAND ideal-int
14135pkg syscall (freebsd-amd64), const IFT_INTERLEAVE = 124
14136pkg syscall (freebsd-amd64), const IFT_IP = 126
14137pkg syscall (freebsd-amd64), const IFT_IPFORWARD = 142
14138pkg syscall (freebsd-amd64), const IFT_IPOVERATM = 114
14139pkg syscall (freebsd-amd64), const IFT_IPOVERCDLC = 109
14140pkg syscall (freebsd-amd64), const IFT_IPOVERCLAW = 110
14141pkg syscall (freebsd-amd64), const IFT_IPSWITCH = 78
14142pkg syscall (freebsd-amd64), const IFT_IPXIP = 249
14143pkg syscall (freebsd-amd64), const IFT_ISDN = 63
14144pkg syscall (freebsd-amd64), const IFT_ISDNBASIC = 20
14145pkg syscall (freebsd-amd64), const IFT_ISDNPRIMARY = 21
14146pkg syscall (freebsd-amd64), const IFT_ISDNS = 75
14147pkg syscall (freebsd-amd64), const IFT_ISDNU = 76
14148pkg syscall (freebsd-amd64), const IFT_ISO88022LLC = 41
14149pkg syscall (freebsd-amd64), const IFT_ISO88023 = 7
14150pkg syscall (freebsd-amd64), const IFT_ISO88024 = 8
14151pkg syscall (freebsd-amd64), const IFT_ISO88025 = 9
14152pkg syscall (freebsd-amd64), const IFT_ISO88025CRFPINT = 98
14153pkg syscall (freebsd-amd64), const IFT_ISO88025DTR = 86
14154pkg syscall (freebsd-amd64), const IFT_ISO88025FIBER = 115
14155pkg syscall (freebsd-amd64), const IFT_ISO88026 = 10
14156pkg syscall (freebsd-amd64), const IFT_ISUP = 179
14157pkg syscall (freebsd-amd64), const IFT_L2VLAN = 135
14158pkg syscall (freebsd-amd64), const IFT_L3IPVLAN = 136
14159pkg syscall (freebsd-amd64), const IFT_L3IPXVLAN = 137
14160pkg syscall (freebsd-amd64), const IFT_LAPB = 16
14161pkg syscall (freebsd-amd64), const IFT_LAPD = 77
14162pkg syscall (freebsd-amd64), const IFT_LAPF = 119
14163pkg syscall (freebsd-amd64), const IFT_LOCALTALK = 42
14164pkg syscall (freebsd-amd64), const IFT_LOOP = 24
14165pkg syscall (freebsd-amd64), const IFT_MEDIAMAILOVERIP = 139
14166pkg syscall (freebsd-amd64), const IFT_MFSIGLINK = 167
14167pkg syscall (freebsd-amd64), const IFT_MIOX25 = 38
14168pkg syscall (freebsd-amd64), const IFT_MODEM = 48
14169pkg syscall (freebsd-amd64), const IFT_MPC = 113
14170pkg syscall (freebsd-amd64), const IFT_MPLS = 166
14171pkg syscall (freebsd-amd64), const IFT_MPLSTUNNEL = 150
14172pkg syscall (freebsd-amd64), const IFT_MSDSL = 143
14173pkg syscall (freebsd-amd64), const IFT_MVL = 191
14174pkg syscall (freebsd-amd64), const IFT_MYRINET = 99
14175pkg syscall (freebsd-amd64), const IFT_NFAS = 175
14176pkg syscall (freebsd-amd64), const IFT_NSIP = 27
14177pkg syscall (freebsd-amd64), const IFT_OPTICALCHANNEL = 195
14178pkg syscall (freebsd-amd64), const IFT_OPTICALTRANSPORT = 196
14179pkg syscall (freebsd-amd64), const IFT_OTHER = 1
14180pkg syscall (freebsd-amd64), const IFT_P10 = 12
14181pkg syscall (freebsd-amd64), const IFT_P80 = 13
14182pkg syscall (freebsd-amd64), const IFT_PARA = 34
14183pkg syscall (freebsd-amd64), const IFT_PFLOG = 246
14184pkg syscall (freebsd-amd64), const IFT_PFSYNC = 247
14185pkg syscall (freebsd-amd64), const IFT_PLC = 174
14186pkg syscall (freebsd-amd64), const IFT_POS = 171
14187pkg syscall (freebsd-amd64), const IFT_PPP = 23
14188pkg syscall (freebsd-amd64), const IFT_PPPMULTILINKBUNDLE = 108
14189pkg syscall (freebsd-amd64), const IFT_PROPBWAP2MP = 184
14190pkg syscall (freebsd-amd64), const IFT_PROPCNLS = 89
14191pkg syscall (freebsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
14192pkg syscall (freebsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER = 180
14193pkg syscall (freebsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
14194pkg syscall (freebsd-amd64), const IFT_PROPMUX = 54
14195pkg syscall (freebsd-amd64), const IFT_PROPVIRTUAL = 53
14196pkg syscall (freebsd-amd64), const IFT_PROPWIRELESSP2P = 157
14197pkg syscall (freebsd-amd64), const IFT_PTPSERIAL = 22
14198pkg syscall (freebsd-amd64), const IFT_PVC = 241
14199pkg syscall (freebsd-amd64), const IFT_QLLC = 68
14200pkg syscall (freebsd-amd64), const IFT_RADIOMAC = 188
14201pkg syscall (freebsd-amd64), const IFT_RADSL = 95
14202pkg syscall (freebsd-amd64), const IFT_REACHDSL = 192
14203pkg syscall (freebsd-amd64), const IFT_RFC1483 = 159
14204pkg syscall (freebsd-amd64), const IFT_RS232 = 33
14205pkg syscall (freebsd-amd64), const IFT_RSRB = 79
14206pkg syscall (freebsd-amd64), const IFT_SDLC = 17
14207pkg syscall (freebsd-amd64), const IFT_SDSL = 96
14208pkg syscall (freebsd-amd64), const IFT_SHDSL = 169
14209pkg syscall (freebsd-amd64), const IFT_SIP = 31
14210pkg syscall (freebsd-amd64), const IFT_SLIP = 28
14211pkg syscall (freebsd-amd64), const IFT_SMDSDXI = 43
14212pkg syscall (freebsd-amd64), const IFT_SMDSICIP = 52
14213pkg syscall (freebsd-amd64), const IFT_SONET = 39
14214pkg syscall (freebsd-amd64), const IFT_SONETOVERHEADCHANNEL = 185
14215pkg syscall (freebsd-amd64), const IFT_SONETPATH = 50
14216pkg syscall (freebsd-amd64), const IFT_SONETVT = 51
14217pkg syscall (freebsd-amd64), const IFT_SRP = 151
14218pkg syscall (freebsd-amd64), const IFT_SS7SIGLINK = 156
14219pkg syscall (freebsd-amd64), const IFT_STACKTOSTACK = 111
14220pkg syscall (freebsd-amd64), const IFT_STARLAN = 11
14221pkg syscall (freebsd-amd64), const IFT_STF = 215
14222pkg syscall (freebsd-amd64), const IFT_T1 = 18
14223pkg syscall (freebsd-amd64), const IFT_TDLC = 116
14224pkg syscall (freebsd-amd64), const IFT_TERMPAD = 91
14225pkg syscall (freebsd-amd64), const IFT_TR008 = 176
14226pkg syscall (freebsd-amd64), const IFT_TRANSPHDLC = 123
14227pkg syscall (freebsd-amd64), const IFT_TUNNEL = 131
14228pkg syscall (freebsd-amd64), const IFT_ULTRA = 29
14229pkg syscall (freebsd-amd64), const IFT_USB = 160
14230pkg syscall (freebsd-amd64), const IFT_V11 = 64
14231pkg syscall (freebsd-amd64), const IFT_V35 = 45
14232pkg syscall (freebsd-amd64), const IFT_V36 = 65
14233pkg syscall (freebsd-amd64), const IFT_V37 = 120
14234pkg syscall (freebsd-amd64), const IFT_VDSL = 97
14235pkg syscall (freebsd-amd64), const IFT_VIRTUALIPADDRESS = 112
14236pkg syscall (freebsd-amd64), const IFT_VOICEEM = 100
14237pkg syscall (freebsd-amd64), const IFT_VOICEENCAP = 103
14238pkg syscall (freebsd-amd64), const IFT_VOICEFXO = 101
14239pkg syscall (freebsd-amd64), const IFT_VOICEFXS = 102
14240pkg syscall (freebsd-amd64), const IFT_VOICEOVERATM = 152
14241pkg syscall (freebsd-amd64), const IFT_VOICEOVERFRAMERELAY = 153
14242pkg syscall (freebsd-amd64), const IFT_VOICEOVERIP = 104
14243pkg syscall (freebsd-amd64), const IFT_X213 = 93
14244pkg syscall (freebsd-amd64), const IFT_X25 = 5
14245pkg syscall (freebsd-amd64), const IFT_X25DDN = 4
14246pkg syscall (freebsd-amd64), const IFT_X25HUNTGROUP = 122
14247pkg syscall (freebsd-amd64), const IFT_X25MLP = 121
14248pkg syscall (freebsd-amd64), const IFT_X25PLE = 40
14249pkg syscall (freebsd-amd64), const IFT_XETHER = 26
14250pkg syscall (freebsd-amd64), const IGNBRK = 1
14251pkg syscall (freebsd-amd64), const IGNBRK ideal-int
14252pkg syscall (freebsd-amd64), const IGNCR = 128
14253pkg syscall (freebsd-amd64), const IGNCR ideal-int
14254pkg syscall (freebsd-amd64), const IGNPAR = 4
14255pkg syscall (freebsd-amd64), const IGNPAR ideal-int
14256pkg syscall (freebsd-amd64), const IMAXBEL = 8192
14257pkg syscall (freebsd-amd64), const IMAXBEL ideal-int
14258pkg syscall (freebsd-amd64), const INLCR = 64
14259pkg syscall (freebsd-amd64), const INLCR ideal-int
14260pkg syscall (freebsd-amd64), const INPCK = 16
14261pkg syscall (freebsd-amd64), const INPCK ideal-int
14262pkg syscall (freebsd-amd64), const IN_CLASSA_HOST = 16777215
14263pkg syscall (freebsd-amd64), const IN_CLASSA_MAX = 128
14264pkg syscall (freebsd-amd64), const IN_CLASSA_NET = 4278190080
14265pkg syscall (freebsd-amd64), const IN_CLASSA_NSHIFT = 24
14266pkg syscall (freebsd-amd64), const IN_CLASSB_HOST = 65535
14267pkg syscall (freebsd-amd64), const IN_CLASSB_MAX = 65536
14268pkg syscall (freebsd-amd64), const IN_CLASSB_NET = 4294901760
14269pkg syscall (freebsd-amd64), const IN_CLASSB_NSHIFT = 16
14270pkg syscall (freebsd-amd64), const IN_CLASSC_HOST = 255
14271pkg syscall (freebsd-amd64), const IN_CLASSC_NET = 4294967040
14272pkg syscall (freebsd-amd64), const IN_CLASSC_NSHIFT = 8
14273pkg syscall (freebsd-amd64), const IN_CLASSD_HOST = 268435455
14274pkg syscall (freebsd-amd64), const IN_CLASSD_NET = 4026531840
14275pkg syscall (freebsd-amd64), const IN_CLASSD_NSHIFT = 28
14276pkg syscall (freebsd-amd64), const IN_LOOPBACKNET = 127
14277pkg syscall (freebsd-amd64), const IN_RFC3021_MASK = 4294967294
14278pkg syscall (freebsd-amd64), const IN_RFC3021_MASK ideal-int
14279pkg syscall (freebsd-amd64), const IPPROTO_3PC = 34
14280pkg syscall (freebsd-amd64), const IPPROTO_ADFS = 68
14281pkg syscall (freebsd-amd64), const IPPROTO_AH = 51
14282pkg syscall (freebsd-amd64), const IPPROTO_AHIP = 61
14283pkg syscall (freebsd-amd64), const IPPROTO_APES = 99
14284pkg syscall (freebsd-amd64), const IPPROTO_ARGUS = 13
14285pkg syscall (freebsd-amd64), const IPPROTO_AX25 = 93
14286pkg syscall (freebsd-amd64), const IPPROTO_BHA = 49
14287pkg syscall (freebsd-amd64), const IPPROTO_BLT = 30
14288pkg syscall (freebsd-amd64), const IPPROTO_BRSATMON = 76
14289pkg syscall (freebsd-amd64), const IPPROTO_CARP = 112
14290pkg syscall (freebsd-amd64), const IPPROTO_CFTP = 62
14291pkg syscall (freebsd-amd64), const IPPROTO_CHAOS = 16
14292pkg syscall (freebsd-amd64), const IPPROTO_CMTP = 38
14293pkg syscall (freebsd-amd64), const IPPROTO_CPHB = 73
14294pkg syscall (freebsd-amd64), const IPPROTO_CPNX = 72
14295pkg syscall (freebsd-amd64), const IPPROTO_DDP = 37
14296pkg syscall (freebsd-amd64), const IPPROTO_DGP = 86
14297pkg syscall (freebsd-amd64), const IPPROTO_DIVERT = 258
14298pkg syscall (freebsd-amd64), const IPPROTO_DONE = 257
14299pkg syscall (freebsd-amd64), const IPPROTO_DSTOPTS = 60
14300pkg syscall (freebsd-amd64), const IPPROTO_EGP = 8
14301pkg syscall (freebsd-amd64), const IPPROTO_EMCON = 14
14302pkg syscall (freebsd-amd64), const IPPROTO_ENCAP = 98
14303pkg syscall (freebsd-amd64), const IPPROTO_EON = 80
14304pkg syscall (freebsd-amd64), const IPPROTO_ESP = 50
14305pkg syscall (freebsd-amd64), const IPPROTO_ETHERIP = 97
14306pkg syscall (freebsd-amd64), const IPPROTO_FRAGMENT = 44
14307pkg syscall (freebsd-amd64), const IPPROTO_GGP = 3
14308pkg syscall (freebsd-amd64), const IPPROTO_GMTP = 100
14309pkg syscall (freebsd-amd64), const IPPROTO_GRE = 47
14310pkg syscall (freebsd-amd64), const IPPROTO_HELLO = 63
14311pkg syscall (freebsd-amd64), const IPPROTO_HMP = 20
14312pkg syscall (freebsd-amd64), const IPPROTO_HOPOPTS = 0
14313pkg syscall (freebsd-amd64), const IPPROTO_ICMP = 1
14314pkg syscall (freebsd-amd64), const IPPROTO_ICMPV6 = 58
14315pkg syscall (freebsd-amd64), const IPPROTO_IDP = 22
14316pkg syscall (freebsd-amd64), const IPPROTO_IDPR = 35
14317pkg syscall (freebsd-amd64), const IPPROTO_IDRP = 45
14318pkg syscall (freebsd-amd64), const IPPROTO_IGMP = 2
14319pkg syscall (freebsd-amd64), const IPPROTO_IGP = 85
14320pkg syscall (freebsd-amd64), const IPPROTO_IGRP = 88
14321pkg syscall (freebsd-amd64), const IPPROTO_IL = 40
14322pkg syscall (freebsd-amd64), const IPPROTO_INLSP = 52
14323pkg syscall (freebsd-amd64), const IPPROTO_INP = 32
14324pkg syscall (freebsd-amd64), const IPPROTO_IPCOMP = 108
14325pkg syscall (freebsd-amd64), const IPPROTO_IPCV = 71
14326pkg syscall (freebsd-amd64), const IPPROTO_IPEIP = 94
14327pkg syscall (freebsd-amd64), const IPPROTO_IPIP = 4
14328pkg syscall (freebsd-amd64), const IPPROTO_IPPC = 67
14329pkg syscall (freebsd-amd64), const IPPROTO_IPV4 = 4
14330pkg syscall (freebsd-amd64), const IPPROTO_IRTP = 28
14331pkg syscall (freebsd-amd64), const IPPROTO_KRYPTOLAN = 65
14332pkg syscall (freebsd-amd64), const IPPROTO_LARP = 91
14333pkg syscall (freebsd-amd64), const IPPROTO_LEAF1 = 25
14334pkg syscall (freebsd-amd64), const IPPROTO_LEAF2 = 26
14335pkg syscall (freebsd-amd64), const IPPROTO_MAX = 256
14336pkg syscall (freebsd-amd64), const IPPROTO_MAXID = 52
14337pkg syscall (freebsd-amd64), const IPPROTO_MEAS = 19
14338pkg syscall (freebsd-amd64), const IPPROTO_MH = 135
14339pkg syscall (freebsd-amd64), const IPPROTO_MH ideal-int
14340pkg syscall (freebsd-amd64), const IPPROTO_MHRP = 48
14341pkg syscall (freebsd-amd64), const IPPROTO_MICP = 95
14342pkg syscall (freebsd-amd64), const IPPROTO_MOBILE = 55
14343pkg syscall (freebsd-amd64), const IPPROTO_MTP = 92
14344pkg syscall (freebsd-amd64), const IPPROTO_MUX = 18
14345pkg syscall (freebsd-amd64), const IPPROTO_ND = 77
14346pkg syscall (freebsd-amd64), const IPPROTO_NHRP = 54
14347pkg syscall (freebsd-amd64), const IPPROTO_NONE = 59
14348pkg syscall (freebsd-amd64), const IPPROTO_NSP = 31
14349pkg syscall (freebsd-amd64), const IPPROTO_NVPII = 11
14350pkg syscall (freebsd-amd64), const IPPROTO_OLD_DIVERT = 254
14351pkg syscall (freebsd-amd64), const IPPROTO_OSPFIGP = 89
14352pkg syscall (freebsd-amd64), const IPPROTO_PFSYNC = 240
14353pkg syscall (freebsd-amd64), const IPPROTO_PGM = 113
14354pkg syscall (freebsd-amd64), const IPPROTO_PIGP = 9
14355pkg syscall (freebsd-amd64), const IPPROTO_PIM = 103
14356pkg syscall (freebsd-amd64), const IPPROTO_PRM = 21
14357pkg syscall (freebsd-amd64), const IPPROTO_PUP = 12
14358pkg syscall (freebsd-amd64), const IPPROTO_PVP = 75
14359pkg syscall (freebsd-amd64), const IPPROTO_RAW = 255
14360pkg syscall (freebsd-amd64), const IPPROTO_RCCMON = 10
14361pkg syscall (freebsd-amd64), const IPPROTO_RDP = 27
14362pkg syscall (freebsd-amd64), const IPPROTO_ROUTING = 43
14363pkg syscall (freebsd-amd64), const IPPROTO_RSVP = 46
14364pkg syscall (freebsd-amd64), const IPPROTO_RVD = 66
14365pkg syscall (freebsd-amd64), const IPPROTO_SATEXPAK = 64
14366pkg syscall (freebsd-amd64), const IPPROTO_SATMON = 69
14367pkg syscall (freebsd-amd64), const IPPROTO_SCCSP = 96
14368pkg syscall (freebsd-amd64), const IPPROTO_SCTP = 132
14369pkg syscall (freebsd-amd64), const IPPROTO_SDRP = 42
14370pkg syscall (freebsd-amd64), const IPPROTO_SEND = 259
14371pkg syscall (freebsd-amd64), const IPPROTO_SEND ideal-int
14372pkg syscall (freebsd-amd64), const IPPROTO_SEP = 33
14373pkg syscall (freebsd-amd64), const IPPROTO_SKIP = 57
14374pkg syscall (freebsd-amd64), const IPPROTO_SPACER = 32767
14375pkg syscall (freebsd-amd64), const IPPROTO_SRPC = 90
14376pkg syscall (freebsd-amd64), const IPPROTO_ST = 7
14377pkg syscall (freebsd-amd64), const IPPROTO_SVMTP = 82
14378pkg syscall (freebsd-amd64), const IPPROTO_SWIPE = 53
14379pkg syscall (freebsd-amd64), const IPPROTO_TCF = 87
14380pkg syscall (freebsd-amd64), const IPPROTO_TLSP = 56
14381pkg syscall (freebsd-amd64), const IPPROTO_TP = 29
14382pkg syscall (freebsd-amd64), const IPPROTO_TPXX = 39
14383pkg syscall (freebsd-amd64), const IPPROTO_TRUNK1 = 23
14384pkg syscall (freebsd-amd64), const IPPROTO_TRUNK2 = 24
14385pkg syscall (freebsd-amd64), const IPPROTO_TTP = 84
14386pkg syscall (freebsd-amd64), const IPPROTO_VINES = 83
14387pkg syscall (freebsd-amd64), const IPPROTO_VISA = 70
14388pkg syscall (freebsd-amd64), const IPPROTO_VMTP = 81
14389pkg syscall (freebsd-amd64), const IPPROTO_WBEXPAK = 79
14390pkg syscall (freebsd-amd64), const IPPROTO_WBMON = 78
14391pkg syscall (freebsd-amd64), const IPPROTO_WSN = 74
14392pkg syscall (freebsd-amd64), const IPPROTO_XNET = 15
14393pkg syscall (freebsd-amd64), const IPPROTO_XTP = 36
14394pkg syscall (freebsd-amd64), const IPV6_AUTOFLOWLABEL = 59
14395pkg syscall (freebsd-amd64), const IPV6_BINDANY = 64
14396pkg syscall (freebsd-amd64), const IPV6_BINDV6ONLY = 27
14397pkg syscall (freebsd-amd64), const IPV6_CHECKSUM = 26
14398pkg syscall (freebsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1
14399pkg syscall (freebsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1
14400pkg syscall (freebsd-amd64), const IPV6_DEFHLIM = 64
14401pkg syscall (freebsd-amd64), const IPV6_DONTFRAG = 62
14402pkg syscall (freebsd-amd64), const IPV6_DSTOPTS = 50
14403pkg syscall (freebsd-amd64), const IPV6_FAITH = 29
14404pkg syscall (freebsd-amd64), const IPV6_FLOWINFO_MASK = 4294967055
14405pkg syscall (freebsd-amd64), const IPV6_FLOWLABEL_MASK = 4294905600
14406pkg syscall (freebsd-amd64), const IPV6_FRAGTTL = 120
14407pkg syscall (freebsd-amd64), const IPV6_FW_ADD = 30
14408pkg syscall (freebsd-amd64), const IPV6_FW_DEL = 31
14409pkg syscall (freebsd-amd64), const IPV6_FW_FLUSH = 32
14410pkg syscall (freebsd-amd64), const IPV6_FW_GET = 34
14411pkg syscall (freebsd-amd64), const IPV6_FW_ZERO = 33
14412pkg syscall (freebsd-amd64), const IPV6_HLIMDEC = 1
14413pkg syscall (freebsd-amd64), const IPV6_HOPLIMIT = 47
14414pkg syscall (freebsd-amd64), const IPV6_HOPOPTS = 49
14415pkg syscall (freebsd-amd64), const IPV6_IPSEC_POLICY = 28
14416pkg syscall (freebsd-amd64), const IPV6_JOIN_GROUP = 12
14417pkg syscall (freebsd-amd64), const IPV6_LEAVE_GROUP = 13
14418pkg syscall (freebsd-amd64), const IPV6_MAXHLIM = 255
14419pkg syscall (freebsd-amd64), const IPV6_MAXOPTHDR = 2048
14420pkg syscall (freebsd-amd64), const IPV6_MAXPACKET = 65535
14421pkg syscall (freebsd-amd64), const IPV6_MAX_GROUP_SRC_FILTER = 512
14422pkg syscall (freebsd-amd64), const IPV6_MAX_MEMBERSHIPS = 4095
14423pkg syscall (freebsd-amd64), const IPV6_MAX_SOCK_SRC_FILTER = 128
14424pkg syscall (freebsd-amd64), const IPV6_MIN_MEMBERSHIPS = 31
14425pkg syscall (freebsd-amd64), const IPV6_MMTU = 1280
14426pkg syscall (freebsd-amd64), const IPV6_MSFILTER = 74
14427pkg syscall (freebsd-amd64), const IPV6_MULTICAST_HOPS = 10
14428pkg syscall (freebsd-amd64), const IPV6_MULTICAST_IF = 9
14429pkg syscall (freebsd-amd64), const IPV6_MULTICAST_LOOP = 11
14430pkg syscall (freebsd-amd64), const IPV6_NEXTHOP = 48
14431pkg syscall (freebsd-amd64), const IPV6_PATHMTU = 44
14432pkg syscall (freebsd-amd64), const IPV6_PKTINFO = 46
14433pkg syscall (freebsd-amd64), const IPV6_PORTRANGE = 14
14434pkg syscall (freebsd-amd64), const IPV6_PORTRANGE_DEFAULT = 0
14435pkg syscall (freebsd-amd64), const IPV6_PORTRANGE_HIGH = 1
14436pkg syscall (freebsd-amd64), const IPV6_PORTRANGE_LOW = 2
14437pkg syscall (freebsd-amd64), const IPV6_PREFER_TEMPADDR = 63
14438pkg syscall (freebsd-amd64), const IPV6_RECVDSTOPTS = 40
14439pkg syscall (freebsd-amd64), const IPV6_RECVHOPLIMIT = 37
14440pkg syscall (freebsd-amd64), const IPV6_RECVHOPOPTS = 39
14441pkg syscall (freebsd-amd64), const IPV6_RECVPATHMTU = 43
14442pkg syscall (freebsd-amd64), const IPV6_RECVPKTINFO = 36
14443pkg syscall (freebsd-amd64), const IPV6_RECVRTHDR = 38
14444pkg syscall (freebsd-amd64), const IPV6_RECVTCLASS = 57
14445pkg syscall (freebsd-amd64), const IPV6_RTHDR = 51
14446pkg syscall (freebsd-amd64), const IPV6_RTHDRDSTOPTS = 35
14447pkg syscall (freebsd-amd64), const IPV6_RTHDR_LOOSE = 0
14448pkg syscall (freebsd-amd64), const IPV6_RTHDR_STRICT = 1
14449pkg syscall (freebsd-amd64), const IPV6_RTHDR_TYPE_0 = 0
14450pkg syscall (freebsd-amd64), const IPV6_SOCKOPT_RESERVED1 = 3
14451pkg syscall (freebsd-amd64), const IPV6_TCLASS = 61
14452pkg syscall (freebsd-amd64), const IPV6_UNICAST_HOPS = 4
14453pkg syscall (freebsd-amd64), const IPV6_USE_MIN_MTU = 42
14454pkg syscall (freebsd-amd64), const IPV6_V6ONLY = 27
14455pkg syscall (freebsd-amd64), const IPV6_VERSION = 96
14456pkg syscall (freebsd-amd64), const IPV6_VERSION_MASK = 240
14457pkg syscall (freebsd-amd64), const IP_ADD_MEMBERSHIP = 12
14458pkg syscall (freebsd-amd64), const IP_ADD_SOURCE_MEMBERSHIP = 70
14459pkg syscall (freebsd-amd64), const IP_BINDANY = 24
14460pkg syscall (freebsd-amd64), const IP_BLOCK_SOURCE = 72
14461pkg syscall (freebsd-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
14462pkg syscall (freebsd-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
14463pkg syscall (freebsd-amd64), const IP_DF = 16384
14464pkg syscall (freebsd-amd64), const IP_DONTFRAG = 67
14465pkg syscall (freebsd-amd64), const IP_DROP_MEMBERSHIP = 13
14466pkg syscall (freebsd-amd64), const IP_DROP_SOURCE_MEMBERSHIP = 71
14467pkg syscall (freebsd-amd64), const IP_DUMMYNET3 = 49
14468pkg syscall (freebsd-amd64), const IP_DUMMYNET_CONFIGURE = 60
14469pkg syscall (freebsd-amd64), const IP_DUMMYNET_DEL = 61
14470pkg syscall (freebsd-amd64), const IP_DUMMYNET_FLUSH = 62
14471pkg syscall (freebsd-amd64), const IP_DUMMYNET_GET = 64
14472pkg syscall (freebsd-amd64), const IP_FAITH = 22
14473pkg syscall (freebsd-amd64), const IP_FW3 = 48
14474pkg syscall (freebsd-amd64), const IP_FW_ADD = 50
14475pkg syscall (freebsd-amd64), const IP_FW_DEL = 51
14476pkg syscall (freebsd-amd64), const IP_FW_FLUSH = 52
14477pkg syscall (freebsd-amd64), const IP_FW_GET = 54
14478pkg syscall (freebsd-amd64), const IP_FW_NAT_CFG = 56
14479pkg syscall (freebsd-amd64), const IP_FW_NAT_DEL = 57
14480pkg syscall (freebsd-amd64), const IP_FW_NAT_GET_CONFIG = 58
14481pkg syscall (freebsd-amd64), const IP_FW_NAT_GET_LOG = 59
14482pkg syscall (freebsd-amd64), const IP_FW_RESETLOG = 55
14483pkg syscall (freebsd-amd64), const IP_FW_TABLE_ADD = 40
14484pkg syscall (freebsd-amd64), const IP_FW_TABLE_DEL = 41
14485pkg syscall (freebsd-amd64), const IP_FW_TABLE_FLUSH = 42
14486pkg syscall (freebsd-amd64), const IP_FW_TABLE_GETSIZE = 43
14487pkg syscall (freebsd-amd64), const IP_FW_TABLE_LIST = 44
14488pkg syscall (freebsd-amd64), const IP_FW_ZERO = 53
14489pkg syscall (freebsd-amd64), const IP_HDRINCL = 2
14490pkg syscall (freebsd-amd64), const IP_IPSEC_POLICY = 21
14491pkg syscall (freebsd-amd64), const IP_MAXPACKET = 65535
14492pkg syscall (freebsd-amd64), const IP_MAX_GROUP_SRC_FILTER = 512
14493pkg syscall (freebsd-amd64), const IP_MAX_MEMBERSHIPS = 4095
14494pkg syscall (freebsd-amd64), const IP_MAX_SOCK_MUTE_FILTER = 128
14495pkg syscall (freebsd-amd64), const IP_MAX_SOCK_SRC_FILTER = 128
14496pkg syscall (freebsd-amd64), const IP_MAX_SOURCE_FILTER = 1024
14497pkg syscall (freebsd-amd64), const IP_MF = 8192
14498pkg syscall (freebsd-amd64), const IP_MINTTL = 66
14499pkg syscall (freebsd-amd64), const IP_MIN_MEMBERSHIPS = 31
14500pkg syscall (freebsd-amd64), const IP_MSFILTER = 74
14501pkg syscall (freebsd-amd64), const IP_MSS = 576
14502pkg syscall (freebsd-amd64), const IP_MULTICAST_IF = 9
14503pkg syscall (freebsd-amd64), const IP_MULTICAST_LOOP = 11
14504pkg syscall (freebsd-amd64), const IP_MULTICAST_TTL = 10
14505pkg syscall (freebsd-amd64), const IP_MULTICAST_VIF = 14
14506pkg syscall (freebsd-amd64), const IP_OFFMASK = 8191
14507pkg syscall (freebsd-amd64), const IP_ONESBCAST = 23
14508pkg syscall (freebsd-amd64), const IP_OPTIONS = 1
14509pkg syscall (freebsd-amd64), const IP_PORTRANGE = 19
14510pkg syscall (freebsd-amd64), const IP_PORTRANGE_DEFAULT = 0
14511pkg syscall (freebsd-amd64), const IP_PORTRANGE_HIGH = 1
14512pkg syscall (freebsd-amd64), const IP_PORTRANGE_LOW = 2
14513pkg syscall (freebsd-amd64), const IP_RECVDSTADDR = 7
14514pkg syscall (freebsd-amd64), const IP_RECVIF = 20
14515pkg syscall (freebsd-amd64), const IP_RECVOPTS = 5
14516pkg syscall (freebsd-amd64), const IP_RECVRETOPTS = 6
14517pkg syscall (freebsd-amd64), const IP_RECVTOS = 68
14518pkg syscall (freebsd-amd64), const IP_RECVTOS ideal-int
14519pkg syscall (freebsd-amd64), const IP_RECVTTL = 65
14520pkg syscall (freebsd-amd64), const IP_RETOPTS = 8
14521pkg syscall (freebsd-amd64), const IP_RF = 32768
14522pkg syscall (freebsd-amd64), const IP_RSVP_OFF = 16
14523pkg syscall (freebsd-amd64), const IP_RSVP_ON = 15
14524pkg syscall (freebsd-amd64), const IP_RSVP_VIF_OFF = 18
14525pkg syscall (freebsd-amd64), const IP_RSVP_VIF_ON = 17
14526pkg syscall (freebsd-amd64), const IP_SENDSRCADDR = 7
14527pkg syscall (freebsd-amd64), const IP_TOS = 3
14528pkg syscall (freebsd-amd64), const IP_TTL = 4
14529pkg syscall (freebsd-amd64), const IP_UNBLOCK_SOURCE = 73
14530pkg syscall (freebsd-amd64), const ISIG = 128
14531pkg syscall (freebsd-amd64), const ISIG ideal-int
14532pkg syscall (freebsd-amd64), const ISTRIP = 32
14533pkg syscall (freebsd-amd64), const ISTRIP ideal-int
14534pkg syscall (freebsd-amd64), const IXANY = 2048
14535pkg syscall (freebsd-amd64), const IXANY ideal-int
14536pkg syscall (freebsd-amd64), const IXOFF = 1024
14537pkg syscall (freebsd-amd64), const IXOFF ideal-int
14538pkg syscall (freebsd-amd64), const IXON = 512
14539pkg syscall (freebsd-amd64), const IXON ideal-int
14540pkg syscall (freebsd-amd64), const ImplementsGetwd = false
14541pkg syscall (freebsd-amd64), const LOCK_EX = 2
14542pkg syscall (freebsd-amd64), const LOCK_NB = 4
14543pkg syscall (freebsd-amd64), const LOCK_SH = 1
14544pkg syscall (freebsd-amd64), const LOCK_UN = 8
14545pkg syscall (freebsd-amd64), const MADV_AUTOSYNC = 7
14546pkg syscall (freebsd-amd64), const MADV_AUTOSYNC ideal-int
14547pkg syscall (freebsd-amd64), const MADV_CORE = 9
14548pkg syscall (freebsd-amd64), const MADV_CORE ideal-int
14549pkg syscall (freebsd-amd64), const MADV_DONTNEED = 4
14550pkg syscall (freebsd-amd64), const MADV_DONTNEED ideal-int
14551pkg syscall (freebsd-amd64), const MADV_FREE = 5
14552pkg syscall (freebsd-amd64), const MADV_FREE ideal-int
14553pkg syscall (freebsd-amd64), const MADV_NOCORE = 8
14554pkg syscall (freebsd-amd64), const MADV_NOCORE ideal-int
14555pkg syscall (freebsd-amd64), const MADV_NORMAL = 0
14556pkg syscall (freebsd-amd64), const MADV_NORMAL ideal-int
14557pkg syscall (freebsd-amd64), const MADV_NOSYNC = 6
14558pkg syscall (freebsd-amd64), const MADV_NOSYNC ideal-int
14559pkg syscall (freebsd-amd64), const MADV_PROTECT = 10
14560pkg syscall (freebsd-amd64), const MADV_PROTECT ideal-int
14561pkg syscall (freebsd-amd64), const MADV_RANDOM = 1
14562pkg syscall (freebsd-amd64), const MADV_RANDOM ideal-int
14563pkg syscall (freebsd-amd64), const MADV_SEQUENTIAL = 2
14564pkg syscall (freebsd-amd64), const MADV_SEQUENTIAL ideal-int
14565pkg syscall (freebsd-amd64), const MADV_WILLNEED = 3
14566pkg syscall (freebsd-amd64), const MADV_WILLNEED ideal-int
14567pkg syscall (freebsd-amd64), const MAP_ANON = 4096
14568pkg syscall (freebsd-amd64), const MAP_ANON ideal-int
14569pkg syscall (freebsd-amd64), const MAP_ANONYMOUS = 4096
14570pkg syscall (freebsd-amd64), const MAP_ANONYMOUS ideal-int
14571pkg syscall (freebsd-amd64), const MAP_COPY = 2
14572pkg syscall (freebsd-amd64), const MAP_COPY ideal-int
14573pkg syscall (freebsd-amd64), const MAP_FILE = 0
14574pkg syscall (freebsd-amd64), const MAP_FILE ideal-int
14575pkg syscall (freebsd-amd64), const MAP_FIXED = 16
14576pkg syscall (freebsd-amd64), const MAP_FIXED ideal-int
14577pkg syscall (freebsd-amd64), const MAP_HASSEMAPHORE = 512
14578pkg syscall (freebsd-amd64), const MAP_HASSEMAPHORE ideal-int
14579pkg syscall (freebsd-amd64), const MAP_NOCORE = 131072
14580pkg syscall (freebsd-amd64), const MAP_NOCORE ideal-int
14581pkg syscall (freebsd-amd64), const MAP_NORESERVE = 64
14582pkg syscall (freebsd-amd64), const MAP_NORESERVE ideal-int
14583pkg syscall (freebsd-amd64), const MAP_NOSYNC = 2048
14584pkg syscall (freebsd-amd64), const MAP_NOSYNC ideal-int
14585pkg syscall (freebsd-amd64), const MAP_PREFAULT_READ = 262144
14586pkg syscall (freebsd-amd64), const MAP_PREFAULT_READ ideal-int
14587pkg syscall (freebsd-amd64), const MAP_PRIVATE = 2
14588pkg syscall (freebsd-amd64), const MAP_PRIVATE ideal-int
14589pkg syscall (freebsd-amd64), const MAP_RENAME = 32
14590pkg syscall (freebsd-amd64), const MAP_RENAME ideal-int
14591pkg syscall (freebsd-amd64), const MAP_RESERVED0080 = 128
14592pkg syscall (freebsd-amd64), const MAP_RESERVED0080 ideal-int
14593pkg syscall (freebsd-amd64), const MAP_RESERVED0100 = 256
14594pkg syscall (freebsd-amd64), const MAP_RESERVED0100 ideal-int
14595pkg syscall (freebsd-amd64), const MAP_SHARED = 1
14596pkg syscall (freebsd-amd64), const MAP_SHARED ideal-int
14597pkg syscall (freebsd-amd64), const MAP_STACK = 1024
14598pkg syscall (freebsd-amd64), const MAP_STACK ideal-int
14599pkg syscall (freebsd-amd64), const MCL_CURRENT = 1
14600pkg syscall (freebsd-amd64), const MCL_CURRENT ideal-int
14601pkg syscall (freebsd-amd64), const MCL_FUTURE = 2
14602pkg syscall (freebsd-amd64), const MCL_FUTURE ideal-int
14603pkg syscall (freebsd-amd64), const MSG_COMPAT = 32768
14604pkg syscall (freebsd-amd64), const MSG_CTRUNC = 32
14605pkg syscall (freebsd-amd64), const MSG_DONTROUTE = 4
14606pkg syscall (freebsd-amd64), const MSG_DONTWAIT = 128
14607pkg syscall (freebsd-amd64), const MSG_EOF = 256
14608pkg syscall (freebsd-amd64), const MSG_EOR = 8
14609pkg syscall (freebsd-amd64), const MSG_NBIO = 16384
14610pkg syscall (freebsd-amd64), const MSG_NOSIGNAL = 131072
14611pkg syscall (freebsd-amd64), const MSG_NOTIFICATION = 8192
14612pkg syscall (freebsd-amd64), const MSG_OOB = 1
14613pkg syscall (freebsd-amd64), const MSG_PEEK = 2
14614pkg syscall (freebsd-amd64), const MSG_TRUNC = 16
14615pkg syscall (freebsd-amd64), const MSG_WAITALL = 64
14616pkg syscall (freebsd-amd64), const MS_ASYNC = 1
14617pkg syscall (freebsd-amd64), const MS_ASYNC ideal-int
14618pkg syscall (freebsd-amd64), const MS_INVALIDATE = 2
14619pkg syscall (freebsd-amd64), const MS_INVALIDATE ideal-int
14620pkg syscall (freebsd-amd64), const MS_SYNC = 0
14621pkg syscall (freebsd-amd64), const MS_SYNC ideal-int
14622pkg syscall (freebsd-amd64), const NET_RT_DUMP = 1
14623pkg syscall (freebsd-amd64), const NET_RT_FLAGS = 2
14624pkg syscall (freebsd-amd64), const NET_RT_IFLIST = 3
14625pkg syscall (freebsd-amd64), const NET_RT_IFLISTL = 5
14626pkg syscall (freebsd-amd64), const NET_RT_IFLISTL ideal-int
14627pkg syscall (freebsd-amd64), const NET_RT_IFMALIST = 4
14628pkg syscall (freebsd-amd64), const NET_RT_MAXID = 6
14629pkg syscall (freebsd-amd64), const NOFLSH = 2147483648
14630pkg syscall (freebsd-amd64), const NOFLSH ideal-int
14631pkg syscall (freebsd-amd64), const NOTE_ATTRIB = 8
14632pkg syscall (freebsd-amd64), const NOTE_CHILD = 4
14633pkg syscall (freebsd-amd64), const NOTE_DELETE = 1
14634pkg syscall (freebsd-amd64), const NOTE_EXEC = 536870912
14635pkg syscall (freebsd-amd64), const NOTE_EXIT = 2147483648
14636pkg syscall (freebsd-amd64), const NOTE_EXTEND = 4
14637pkg syscall (freebsd-amd64), const NOTE_FFAND = 1073741824
14638pkg syscall (freebsd-amd64), const NOTE_FFCOPY = 3221225472
14639pkg syscall (freebsd-amd64), const NOTE_FFCTRLMASK = 3221225472
14640pkg syscall (freebsd-amd64), const NOTE_FFLAGSMASK = 16777215
14641pkg syscall (freebsd-amd64), const NOTE_FFNOP = 0
14642pkg syscall (freebsd-amd64), const NOTE_FFOR = 2147483648
14643pkg syscall (freebsd-amd64), const NOTE_FORK = 1073741824
14644pkg syscall (freebsd-amd64), const NOTE_LINK = 16
14645pkg syscall (freebsd-amd64), const NOTE_LOWAT = 1
14646pkg syscall (freebsd-amd64), const NOTE_PCTRLMASK = 4026531840
14647pkg syscall (freebsd-amd64), const NOTE_PDATAMASK = 1048575
14648pkg syscall (freebsd-amd64), const NOTE_RENAME = 32
14649pkg syscall (freebsd-amd64), const NOTE_REVOKE = 64
14650pkg syscall (freebsd-amd64), const NOTE_TRACK = 1
14651pkg syscall (freebsd-amd64), const NOTE_TRACKERR = 2
14652pkg syscall (freebsd-amd64), const NOTE_TRIGGER = 16777216
14653pkg syscall (freebsd-amd64), const NOTE_WRITE = 2
14654pkg syscall (freebsd-amd64), const OCRNL = 16
14655pkg syscall (freebsd-amd64), const OCRNL ideal-int
14656pkg syscall (freebsd-amd64), const ONLCR = 2
14657pkg syscall (freebsd-amd64), const ONLCR ideal-int
14658pkg syscall (freebsd-amd64), const ONLRET = 64
14659pkg syscall (freebsd-amd64), const ONLRET ideal-int
14660pkg syscall (freebsd-amd64), const ONOCR = 32
14661pkg syscall (freebsd-amd64), const ONOCR ideal-int
14662pkg syscall (freebsd-amd64), const ONOEOT = 8
14663pkg syscall (freebsd-amd64), const ONOEOT ideal-int
14664pkg syscall (freebsd-amd64), const OPOST = 1
14665pkg syscall (freebsd-amd64), const OPOST ideal-int
14666pkg syscall (freebsd-amd64), const O_ACCMODE = 3
14667pkg syscall (freebsd-amd64), const O_APPEND = 8
14668pkg syscall (freebsd-amd64), const O_ASYNC = 64
14669pkg syscall (freebsd-amd64), const O_CLOEXEC = 0
14670pkg syscall (freebsd-amd64), const O_CREAT = 512
14671pkg syscall (freebsd-amd64), const O_DIRECT = 65536
14672pkg syscall (freebsd-amd64), const O_DIRECTORY = 131072
14673pkg syscall (freebsd-amd64), const O_EXCL = 2048
14674pkg syscall (freebsd-amd64), const O_EXEC = 262144
14675pkg syscall (freebsd-amd64), const O_EXLOCK = 32
14676pkg syscall (freebsd-amd64), const O_FSYNC = 128
14677pkg syscall (freebsd-amd64), const O_NDELAY = 4
14678pkg syscall (freebsd-amd64), const O_NOCTTY = 32768
14679pkg syscall (freebsd-amd64), const O_NOFOLLOW = 256
14680pkg syscall (freebsd-amd64), const O_NONBLOCK = 4
14681pkg syscall (freebsd-amd64), const O_SHLOCK = 16
14682pkg syscall (freebsd-amd64), const O_SYNC = 128
14683pkg syscall (freebsd-amd64), const O_TRUNC = 1024
14684pkg syscall (freebsd-amd64), const O_TTY_INIT = 524288
14685pkg syscall (freebsd-amd64), const PARENB = 4096
14686pkg syscall (freebsd-amd64), const PARENB ideal-int
14687pkg syscall (freebsd-amd64), const PARMRK = 8
14688pkg syscall (freebsd-amd64), const PARMRK ideal-int
14689pkg syscall (freebsd-amd64), const PARODD = 8192
14690pkg syscall (freebsd-amd64), const PARODD ideal-int
14691pkg syscall (freebsd-amd64), const PENDIN = 536870912
14692pkg syscall (freebsd-amd64), const PENDIN ideal-int
14693pkg syscall (freebsd-amd64), const PROT_EXEC = 4
14694pkg syscall (freebsd-amd64), const PROT_EXEC ideal-int
14695pkg syscall (freebsd-amd64), const PROT_NONE = 0
14696pkg syscall (freebsd-amd64), const PROT_NONE ideal-int
14697pkg syscall (freebsd-amd64), const PROT_READ = 1
14698pkg syscall (freebsd-amd64), const PROT_READ ideal-int
14699pkg syscall (freebsd-amd64), const PROT_WRITE = 2
14700pkg syscall (freebsd-amd64), const PROT_WRITE ideal-int
14701pkg syscall (freebsd-amd64), const PTRACE_CONT = 7
14702pkg syscall (freebsd-amd64), const PTRACE_KILL = 8
14703pkg syscall (freebsd-amd64), const PTRACE_TRACEME = 0
14704pkg syscall (freebsd-amd64), const RLIMIT_AS = 10
14705pkg syscall (freebsd-amd64), const RLIMIT_CORE = 4
14706pkg syscall (freebsd-amd64), const RLIMIT_CPU = 0
14707pkg syscall (freebsd-amd64), const RLIMIT_DATA = 2
14708pkg syscall (freebsd-amd64), const RLIMIT_FSIZE = 1
14709pkg syscall (freebsd-amd64), const RLIMIT_NOFILE = 8
14710pkg syscall (freebsd-amd64), const RLIMIT_STACK = 3
14711pkg syscall (freebsd-amd64), const RLIM_INFINITY = 9223372036854775807
14712pkg syscall (freebsd-amd64), const RTAX_AUTHOR = 6
14713pkg syscall (freebsd-amd64), const RTAX_BRD = 7
14714pkg syscall (freebsd-amd64), const RTAX_DST = 0
14715pkg syscall (freebsd-amd64), const RTAX_GATEWAY = 1
14716pkg syscall (freebsd-amd64), const RTAX_GENMASK = 3
14717pkg syscall (freebsd-amd64), const RTAX_IFA = 5
14718pkg syscall (freebsd-amd64), const RTAX_IFP = 4
14719pkg syscall (freebsd-amd64), const RTAX_MAX = 8
14720pkg syscall (freebsd-amd64), const RTAX_NETMASK = 2
14721pkg syscall (freebsd-amd64), const RTA_AUTHOR = 64
14722pkg syscall (freebsd-amd64), const RTA_BRD = 128
14723pkg syscall (freebsd-amd64), const RTA_DST = 1
14724pkg syscall (freebsd-amd64), const RTA_GATEWAY = 2
14725pkg syscall (freebsd-amd64), const RTA_GENMASK = 8
14726pkg syscall (freebsd-amd64), const RTA_IFA = 32
14727pkg syscall (freebsd-amd64), const RTA_IFP = 16
14728pkg syscall (freebsd-amd64), const RTA_NETMASK = 4
14729pkg syscall (freebsd-amd64), const RTF_BLACKHOLE = 4096
14730pkg syscall (freebsd-amd64), const RTF_BROADCAST = 4194304
14731pkg syscall (freebsd-amd64), const RTF_DONE = 64
14732pkg syscall (freebsd-amd64), const RTF_DYNAMIC = 16
14733pkg syscall (freebsd-amd64), const RTF_FMASK = 268752904
14734pkg syscall (freebsd-amd64), const RTF_GATEWAY = 2
14735pkg syscall (freebsd-amd64), const RTF_HOST = 4
14736pkg syscall (freebsd-amd64), const RTF_LLDATA = 1024
14737pkg syscall (freebsd-amd64), const RTF_LLINFO = 1024
14738pkg syscall (freebsd-amd64), const RTF_LOCAL = 2097152
14739pkg syscall (freebsd-amd64), const RTF_MODIFIED = 32
14740pkg syscall (freebsd-amd64), const RTF_MULTICAST = 8388608
14741pkg syscall (freebsd-amd64), const RTF_PINNED = 1048576
14742pkg syscall (freebsd-amd64), const RTF_PRCLONING = 65536
14743pkg syscall (freebsd-amd64), const RTF_PROTO1 = 32768
14744pkg syscall (freebsd-amd64), const RTF_PROTO2 = 16384
14745pkg syscall (freebsd-amd64), const RTF_PROTO3 = 262144
14746pkg syscall (freebsd-amd64), const RTF_REJECT = 8
14747pkg syscall (freebsd-amd64), const RTF_RNH_LOCKED = 1073741824
14748pkg syscall (freebsd-amd64), const RTF_STATIC = 2048
14749pkg syscall (freebsd-amd64), const RTF_STICKY = 268435456
14750pkg syscall (freebsd-amd64), const RTF_UP = 1
14751pkg syscall (freebsd-amd64), const RTF_XRESOLVE = 512
14752pkg syscall (freebsd-amd64), const RTM_ADD = 1
14753pkg syscall (freebsd-amd64), const RTM_CHANGE = 3
14754pkg syscall (freebsd-amd64), const RTM_DELADDR = 13
14755pkg syscall (freebsd-amd64), const RTM_DELETE = 2
14756pkg syscall (freebsd-amd64), const RTM_DELMADDR = 16
14757pkg syscall (freebsd-amd64), const RTM_GET = 4
14758pkg syscall (freebsd-amd64), const RTM_IEEE80211 = 18
14759pkg syscall (freebsd-amd64), const RTM_IFANNOUNCE = 17
14760pkg syscall (freebsd-amd64), const RTM_IFINFO = 14
14761pkg syscall (freebsd-amd64), const RTM_LOCK = 8
14762pkg syscall (freebsd-amd64), const RTM_LOSING = 5
14763pkg syscall (freebsd-amd64), const RTM_MISS = 7
14764pkg syscall (freebsd-amd64), const RTM_NEWADDR = 12
14765pkg syscall (freebsd-amd64), const RTM_NEWMADDR = 15
14766pkg syscall (freebsd-amd64), const RTM_OLDADD = 9
14767pkg syscall (freebsd-amd64), const RTM_OLDDEL = 10
14768pkg syscall (freebsd-amd64), const RTM_REDIRECT = 6
14769pkg syscall (freebsd-amd64), const RTM_RESOLVE = 11
14770pkg syscall (freebsd-amd64), const RTM_RTTUNIT = 1000000
14771pkg syscall (freebsd-amd64), const RTM_VERSION = 5
14772pkg syscall (freebsd-amd64), const RTV_EXPIRE = 4
14773pkg syscall (freebsd-amd64), const RTV_HOPCOUNT = 2
14774pkg syscall (freebsd-amd64), const RTV_MTU = 1
14775pkg syscall (freebsd-amd64), const RTV_RPIPE = 8
14776pkg syscall (freebsd-amd64), const RTV_RTT = 64
14777pkg syscall (freebsd-amd64), const RTV_RTTVAR = 128
14778pkg syscall (freebsd-amd64), const RTV_SPIPE = 16
14779pkg syscall (freebsd-amd64), const RTV_SSTHRESH = 32
14780pkg syscall (freebsd-amd64), const RTV_WEIGHT = 256
14781pkg syscall (freebsd-amd64), const RT_CACHING_CONTEXT = 1
14782pkg syscall (freebsd-amd64), const RT_CACHING_CONTEXT ideal-int
14783pkg syscall (freebsd-amd64), const RT_DEFAULT_FIB = 0
14784pkg syscall (freebsd-amd64), const RT_DEFAULT_FIB ideal-int
14785pkg syscall (freebsd-amd64), const RUSAGE_CHILDREN = -1
14786pkg syscall (freebsd-amd64), const RUSAGE_SELF = 0
14787pkg syscall (freebsd-amd64), const RUSAGE_THREAD = 1
14788pkg syscall (freebsd-amd64), const SCM_BINTIME = 4
14789pkg syscall (freebsd-amd64), const SCM_CREDS = 3
14790pkg syscall (freebsd-amd64), const SCM_RIGHTS = 1
14791pkg syscall (freebsd-amd64), const SCM_TIMESTAMP = 2
14792pkg syscall (freebsd-amd64), const SIGBUS = 10
14793pkg syscall (freebsd-amd64), const SIGCHLD = 20
14794pkg syscall (freebsd-amd64), const SIGCONT = 19
14795pkg syscall (freebsd-amd64), const SIGEMT = 7
14796pkg syscall (freebsd-amd64), const SIGINFO = 29
14797pkg syscall (freebsd-amd64), const SIGIO = 23
14798pkg syscall (freebsd-amd64), const SIGIOT = 6
14799pkg syscall (freebsd-amd64), const SIGLWP = 32
14800pkg syscall (freebsd-amd64), const SIGPROF = 27
14801pkg syscall (freebsd-amd64), const SIGSTOP = 17
14802pkg syscall (freebsd-amd64), const SIGSYS = 12
14803pkg syscall (freebsd-amd64), const SIGTHR = 32
14804pkg syscall (freebsd-amd64), const SIGTSTP = 18
14805pkg syscall (freebsd-amd64), const SIGTTIN = 21
14806pkg syscall (freebsd-amd64), const SIGTTOU = 22
14807pkg syscall (freebsd-amd64), const SIGURG = 16
14808pkg syscall (freebsd-amd64), const SIGUSR1 = 30
14809pkg syscall (freebsd-amd64), const SIGUSR2 = 31
14810pkg syscall (freebsd-amd64), const SIGVTALRM = 26
14811pkg syscall (freebsd-amd64), const SIGWINCH = 28
14812pkg syscall (freebsd-amd64), const SIGXCPU = 24
14813pkg syscall (freebsd-amd64), const SIGXFSZ = 25
14814pkg syscall (freebsd-amd64), const SIOCADDMULTI = 2149607729
14815pkg syscall (freebsd-amd64), const SIOCADDRT = 2151707146
14816pkg syscall (freebsd-amd64), const SIOCAIFADDR = 2151704858
14817pkg syscall (freebsd-amd64), const SIOCAIFGROUP = 2150132103
14818pkg syscall (freebsd-amd64), const SIOCALIFADDR = 2165860635
14819pkg syscall (freebsd-amd64), const SIOCATMARK = 1074033415
14820pkg syscall (freebsd-amd64), const SIOCDELMULTI = 2149607730
14821pkg syscall (freebsd-amd64), const SIOCDELRT = 2151707147
14822pkg syscall (freebsd-amd64), const SIOCDIFADDR = 2149607705
14823pkg syscall (freebsd-amd64), const SIOCDIFGROUP = 2150132105
14824pkg syscall (freebsd-amd64), const SIOCDIFPHYADDR = 2149607753
14825pkg syscall (freebsd-amd64), const SIOCDLIFADDR = 2165860637
14826pkg syscall (freebsd-amd64), const SIOCGDRVSPEC = 3223873915
14827pkg syscall (freebsd-amd64), const SIOCGETSGCNT = 3223351824
14828pkg syscall (freebsd-amd64), const SIOCGETVIFCNT = 3223876111
14829pkg syscall (freebsd-amd64), const SIOCGHIWAT = 1074033409
14830pkg syscall (freebsd-amd64), const SIOCGIFADDR = 3223349537
14831pkg syscall (freebsd-amd64), const SIOCGIFBRDADDR = 3223349539
14832pkg syscall (freebsd-amd64), const SIOCGIFCAP = 3223349535
14833pkg syscall (freebsd-amd64), const SIOCGIFCONF = 3222300964
14834pkg syscall (freebsd-amd64), const SIOCGIFDESCR = 3223349546
14835pkg syscall (freebsd-amd64), const SIOCGIFDSTADDR = 3223349538
14836pkg syscall (freebsd-amd64), const SIOCGIFFIB = 3223349596
14837pkg syscall (freebsd-amd64), const SIOCGIFFIB ideal-int
14838pkg syscall (freebsd-amd64), const SIOCGIFFLAGS = 3223349521
14839pkg syscall (freebsd-amd64), const SIOCGIFGENERIC = 3223349562
14840pkg syscall (freebsd-amd64), const SIOCGIFGMEMB = 3223873930
14841pkg syscall (freebsd-amd64), const SIOCGIFGROUP = 3223873928
14842pkg syscall (freebsd-amd64), const SIOCGIFINDEX = 3223349536
14843pkg syscall (freebsd-amd64), const SIOCGIFMAC = 3223349542
14844pkg syscall (freebsd-amd64), const SIOCGIFMEDIA = 3224398136
14845pkg syscall (freebsd-amd64), const SIOCGIFMETRIC = 3223349527
14846pkg syscall (freebsd-amd64), const SIOCGIFMTU = 3223349555
14847pkg syscall (freebsd-amd64), const SIOCGIFNETMASK = 3223349541
14848pkg syscall (freebsd-amd64), const SIOCGIFPDSTADDR = 3223349576
14849pkg syscall (freebsd-amd64), const SIOCGIFPHYS = 3223349557
14850pkg syscall (freebsd-amd64), const SIOCGIFPSRCADDR = 3223349575
14851pkg syscall (freebsd-amd64), const SIOCGIFSTATUS = 3274795323
14852pkg syscall (freebsd-amd64), const SIOCGLIFADDR = 3239602460
14853pkg syscall (freebsd-amd64), const SIOCGLIFPHYADDR = 3239602507
14854pkg syscall (freebsd-amd64), const SIOCGLOWAT = 1074033411
14855pkg syscall (freebsd-amd64), const SIOCGPGRP = 1074033417
14856pkg syscall (freebsd-amd64), const SIOCGPRIVATE_0 = 3223349584
14857pkg syscall (freebsd-amd64), const SIOCGPRIVATE_1 = 3223349585
14858pkg syscall (freebsd-amd64), const SIOCIFCREATE = 3223349626
14859pkg syscall (freebsd-amd64), const SIOCIFCREATE2 = 3223349628
14860pkg syscall (freebsd-amd64), const SIOCIFDESTROY = 2149607801
14861pkg syscall (freebsd-amd64), const SIOCIFGCLONERS = 3222301048
14862pkg syscall (freebsd-amd64), const SIOCSDRVSPEC = 2150132091
14863pkg syscall (freebsd-amd64), const SIOCSHIWAT = 2147775232
14864pkg syscall (freebsd-amd64), const SIOCSIFADDR = 2149607692
14865pkg syscall (freebsd-amd64), const SIOCSIFBRDADDR = 2149607699
14866pkg syscall (freebsd-amd64), const SIOCSIFCAP = 2149607710
14867pkg syscall (freebsd-amd64), const SIOCSIFDESCR = 2149607721
14868pkg syscall (freebsd-amd64), const SIOCSIFDSTADDR = 2149607694
14869pkg syscall (freebsd-amd64), const SIOCSIFFIB = 2149607773
14870pkg syscall (freebsd-amd64), const SIOCSIFFIB ideal-int
14871pkg syscall (freebsd-amd64), const SIOCSIFFLAGS = 2149607696
14872pkg syscall (freebsd-amd64), const SIOCSIFGENERIC = 2149607737
14873pkg syscall (freebsd-amd64), const SIOCSIFLLADDR = 2149607740
14874pkg syscall (freebsd-amd64), const SIOCSIFMAC = 2149607719
14875pkg syscall (freebsd-amd64), const SIOCSIFMEDIA = 3223349559
14876pkg syscall (freebsd-amd64), const SIOCSIFMETRIC = 2149607704
14877pkg syscall (freebsd-amd64), const SIOCSIFMTU = 2149607732
14878pkg syscall (freebsd-amd64), const SIOCSIFNAME = 2149607720
14879pkg syscall (freebsd-amd64), const SIOCSIFNETMASK = 2149607702
14880pkg syscall (freebsd-amd64), const SIOCSIFPHYADDR = 2151704902
14881pkg syscall (freebsd-amd64), const SIOCSIFPHYS = 2149607734
14882pkg syscall (freebsd-amd64), const SIOCSIFRVNET = 3223349595
14883pkg syscall (freebsd-amd64), const SIOCSIFVNET = 3223349594
14884pkg syscall (freebsd-amd64), const SIOCSLIFPHYADDR = 2165860682
14885pkg syscall (freebsd-amd64), const SIOCSLOWAT = 2147775234
14886pkg syscall (freebsd-amd64), const SIOCSPGRP = 2147775240
14887pkg syscall (freebsd-amd64), const SOCK_MAXADDRLEN = 255
14888pkg syscall (freebsd-amd64), const SOCK_RDM = 4
14889pkg syscall (freebsd-amd64), const SOL_SOCKET = 65535
14890pkg syscall (freebsd-amd64), const SOMAXCONN = 128
14891pkg syscall (freebsd-amd64), const SO_ACCEPTCONN = 2
14892pkg syscall (freebsd-amd64), const SO_ACCEPTFILTER = 4096
14893pkg syscall (freebsd-amd64), const SO_BINTIME = 8192
14894pkg syscall (freebsd-amd64), const SO_BROADCAST = 32
14895pkg syscall (freebsd-amd64), const SO_DEBUG = 1
14896pkg syscall (freebsd-amd64), const SO_DONTROUTE = 16
14897pkg syscall (freebsd-amd64), const SO_ERROR = 4103
14898pkg syscall (freebsd-amd64), const SO_KEEPALIVE = 8
14899pkg syscall (freebsd-amd64), const SO_LABEL = 4105
14900pkg syscall (freebsd-amd64), const SO_LINGER = 128
14901pkg syscall (freebsd-amd64), const SO_LISTENINCQLEN = 4115
14902pkg syscall (freebsd-amd64), const SO_LISTENQLEN = 4114
14903pkg syscall (freebsd-amd64), const SO_LISTENQLIMIT = 4113
14904pkg syscall (freebsd-amd64), const SO_NOSIGPIPE = 2048
14905pkg syscall (freebsd-amd64), const SO_NO_DDP = 32768
14906pkg syscall (freebsd-amd64), const SO_NO_OFFLOAD = 16384
14907pkg syscall (freebsd-amd64), const SO_OOBINLINE = 256
14908pkg syscall (freebsd-amd64), const SO_PEERLABEL = 4112
14909pkg syscall (freebsd-amd64), const SO_PROTOCOL = 4118
14910pkg syscall (freebsd-amd64), const SO_PROTOCOL ideal-int
14911pkg syscall (freebsd-amd64), const SO_PROTOTYPE = 4118
14912pkg syscall (freebsd-amd64), const SO_PROTOTYPE ideal-int
14913pkg syscall (freebsd-amd64), const SO_RCVBUF = 4098
14914pkg syscall (freebsd-amd64), const SO_RCVLOWAT = 4100
14915pkg syscall (freebsd-amd64), const SO_RCVTIMEO = 4102
14916pkg syscall (freebsd-amd64), const SO_REUSEADDR = 4
14917pkg syscall (freebsd-amd64), const SO_REUSEPORT = 512
14918pkg syscall (freebsd-amd64), const SO_SETFIB = 4116
14919pkg syscall (freebsd-amd64), const SO_SNDBUF = 4097
14920pkg syscall (freebsd-amd64), const SO_SNDLOWAT = 4099
14921pkg syscall (freebsd-amd64), const SO_SNDTIMEO = 4101
14922pkg syscall (freebsd-amd64), const SO_TIMESTAMP = 1024
14923pkg syscall (freebsd-amd64), const SO_TYPE = 4104
14924pkg syscall (freebsd-amd64), const SO_USELOOPBACK = 64
14925pkg syscall (freebsd-amd64), const SO_USER_COOKIE = 4117
14926pkg syscall (freebsd-amd64), const SO_USER_COOKIE ideal-int
14927pkg syscall (freebsd-amd64), const SYS_ABORT2 = 463
14928pkg syscall (freebsd-amd64), const SYS_ACCEPT = 30
14929pkg syscall (freebsd-amd64), const SYS_ACCESS = 33
14930pkg syscall (freebsd-amd64), const SYS_ACCT = 51
14931pkg syscall (freebsd-amd64), const SYS_ADJTIME = 140
14932pkg syscall (freebsd-amd64), const SYS_AUDIT = 445
14933pkg syscall (freebsd-amd64), const SYS_AUDITCTL = 453
14934pkg syscall (freebsd-amd64), const SYS_AUDITON = 446
14935pkg syscall (freebsd-amd64), const SYS_BIND = 104
14936pkg syscall (freebsd-amd64), const SYS_CAP_ENTER = 516
14937pkg syscall (freebsd-amd64), const SYS_CAP_GETMODE = 517
14938pkg syscall (freebsd-amd64), const SYS_CAP_GETRIGHTS = 515
14939pkg syscall (freebsd-amd64), const SYS_CAP_NEW = 514
14940pkg syscall (freebsd-amd64), const SYS_CHDIR = 12
14941pkg syscall (freebsd-amd64), const SYS_CHFLAGS = 34
14942pkg syscall (freebsd-amd64), const SYS_CHMOD = 15
14943pkg syscall (freebsd-amd64), const SYS_CHOWN = 16
14944pkg syscall (freebsd-amd64), const SYS_CHROOT = 61
14945pkg syscall (freebsd-amd64), const SYS_CLOCK_GETCPUCLOCKID2 = 247
14946pkg syscall (freebsd-amd64), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int
14947pkg syscall (freebsd-amd64), const SYS_CLOCK_GETRES = 234
14948pkg syscall (freebsd-amd64), const SYS_CLOCK_GETTIME = 232
14949pkg syscall (freebsd-amd64), const SYS_CLOCK_SETTIME = 233
14950pkg syscall (freebsd-amd64), const SYS_CLOSE = 6
14951pkg syscall (freebsd-amd64), const SYS_CLOSEFROM = 509
14952pkg syscall (freebsd-amd64), const SYS_CONNECT = 98
14953pkg syscall (freebsd-amd64), const SYS_CPUSET = 484
14954pkg syscall (freebsd-amd64), const SYS_CPUSET_GETAFFINITY = 487
14955pkg syscall (freebsd-amd64), const SYS_CPUSET_GETID = 486
14956pkg syscall (freebsd-amd64), const SYS_CPUSET_SETAFFINITY = 488
14957pkg syscall (freebsd-amd64), const SYS_CPUSET_SETID = 485
14958pkg syscall (freebsd-amd64), const SYS_DUP = 41
14959pkg syscall (freebsd-amd64), const SYS_DUP2 = 90
14960pkg syscall (freebsd-amd64), const SYS_EACCESS = 376
14961pkg syscall (freebsd-amd64), const SYS_EXECVE = 59
14962pkg syscall (freebsd-amd64), const SYS_EXIT = 1
14963pkg syscall (freebsd-amd64), const SYS_EXTATTRCTL = 355
14964pkg syscall (freebsd-amd64), const SYS_EXTATTR_DELETE_FD = 373
14965pkg syscall (freebsd-amd64), const SYS_EXTATTR_DELETE_FILE = 358
14966pkg syscall (freebsd-amd64), const SYS_EXTATTR_DELETE_LINK = 414
14967pkg syscall (freebsd-amd64), const SYS_EXTATTR_GET_FD = 372
14968pkg syscall (freebsd-amd64), const SYS_EXTATTR_GET_FILE = 357
14969pkg syscall (freebsd-amd64), const SYS_EXTATTR_GET_LINK = 413
14970pkg syscall (freebsd-amd64), const SYS_EXTATTR_LIST_FD = 437
14971pkg syscall (freebsd-amd64), const SYS_EXTATTR_LIST_FILE = 438
14972pkg syscall (freebsd-amd64), const SYS_EXTATTR_LIST_LINK = 439
14973pkg syscall (freebsd-amd64), const SYS_EXTATTR_SET_FD = 371
14974pkg syscall (freebsd-amd64), const SYS_EXTATTR_SET_FILE = 356
14975pkg syscall (freebsd-amd64), const SYS_EXTATTR_SET_LINK = 412
14976pkg syscall (freebsd-amd64), const SYS_FACCESSAT = 489
14977pkg syscall (freebsd-amd64), const SYS_FCHDIR = 13
14978pkg syscall (freebsd-amd64), const SYS_FCHFLAGS = 35
14979pkg syscall (freebsd-amd64), const SYS_FCHMOD = 124
14980pkg syscall (freebsd-amd64), const SYS_FCHMODAT = 490
14981pkg syscall (freebsd-amd64), const SYS_FCHOWN = 123
14982pkg syscall (freebsd-amd64), const SYS_FCHOWNAT = 491
14983pkg syscall (freebsd-amd64), const SYS_FCNTL = 92
14984pkg syscall (freebsd-amd64), const SYS_FEXECVE = 492
14985pkg syscall (freebsd-amd64), const SYS_FFCLOCK_GETCOUNTER = 241
14986pkg syscall (freebsd-amd64), const SYS_FFCLOCK_GETESTIMATE = 243
14987pkg syscall (freebsd-amd64), const SYS_FFCLOCK_SETESTIMATE = 242
14988pkg syscall (freebsd-amd64), const SYS_FHOPEN = 298
14989pkg syscall (freebsd-amd64), const SYS_FHSTAT = 299
14990pkg syscall (freebsd-amd64), const SYS_FHSTATFS = 398
14991pkg syscall (freebsd-amd64), const SYS_FLOCK = 131
14992pkg syscall (freebsd-amd64), const SYS_FORK = 2
14993pkg syscall (freebsd-amd64), const SYS_FPATHCONF = 192
14994pkg syscall (freebsd-amd64), const SYS_FREEBSD6_FTRUNCATE = 201
14995pkg syscall (freebsd-amd64), const SYS_FREEBSD6_LSEEK = 199
14996pkg syscall (freebsd-amd64), const SYS_FREEBSD6_MMAP = 197
14997pkg syscall (freebsd-amd64), const SYS_FREEBSD6_PREAD = 173
14998pkg syscall (freebsd-amd64), const SYS_FREEBSD6_PWRITE = 174
14999pkg syscall (freebsd-amd64), const SYS_FREEBSD6_TRUNCATE = 200
15000pkg syscall (freebsd-amd64), const SYS_FSTAT = 189
15001pkg syscall (freebsd-amd64), const SYS_FSTATAT = 493
15002pkg syscall (freebsd-amd64), const SYS_FSTATFS = 397
15003pkg syscall (freebsd-amd64), const SYS_FSYNC = 95
15004pkg syscall (freebsd-amd64), const SYS_FTRUNCATE = 480
15005pkg syscall (freebsd-amd64), const SYS_FUTIMES = 206
15006pkg syscall (freebsd-amd64), const SYS_FUTIMESAT = 494
15007pkg syscall (freebsd-amd64), const SYS_GETAUDIT = 449
15008pkg syscall (freebsd-amd64), const SYS_GETAUDIT_ADDR = 451
15009pkg syscall (freebsd-amd64), const SYS_GETAUID = 447
15010pkg syscall (freebsd-amd64), const SYS_GETCONTEXT = 421
15011pkg syscall (freebsd-amd64), const SYS_GETDENTS = 272
15012pkg syscall (freebsd-amd64), const SYS_GETDIRENTRIES = 196
15013pkg syscall (freebsd-amd64), const SYS_GETDTABLESIZE = 89
15014pkg syscall (freebsd-amd64), const SYS_GETEGID = 43
15015pkg syscall (freebsd-amd64), const SYS_GETEUID = 25
15016pkg syscall (freebsd-amd64), const SYS_GETFH = 161
15017pkg syscall (freebsd-amd64), const SYS_GETFSSTAT = 395
15018pkg syscall (freebsd-amd64), const SYS_GETGID = 47
15019pkg syscall (freebsd-amd64), const SYS_GETGROUPS = 79
15020pkg syscall (freebsd-amd64), const SYS_GETITIMER = 86
15021pkg syscall (freebsd-amd64), const SYS_GETLOGIN = 49
15022pkg syscall (freebsd-amd64), const SYS_GETLOGINCLASS = 523
15023pkg syscall (freebsd-amd64), const SYS_GETPEERNAME = 31
15024pkg syscall (freebsd-amd64), const SYS_GETPGID = 207
15025pkg syscall (freebsd-amd64), const SYS_GETPGRP = 81
15026pkg syscall (freebsd-amd64), const SYS_GETPID = 20
15027pkg syscall (freebsd-amd64), const SYS_GETPPID = 39
15028pkg syscall (freebsd-amd64), const SYS_GETPRIORITY = 100
15029pkg syscall (freebsd-amd64), const SYS_GETRESGID = 361
15030pkg syscall (freebsd-amd64), const SYS_GETRESUID = 360
15031pkg syscall (freebsd-amd64), const SYS_GETRLIMIT = 194
15032pkg syscall (freebsd-amd64), const SYS_GETRUSAGE = 117
15033pkg syscall (freebsd-amd64), const SYS_GETSID = 310
15034pkg syscall (freebsd-amd64), const SYS_GETSOCKNAME = 32
15035pkg syscall (freebsd-amd64), const SYS_GETSOCKOPT = 118
15036pkg syscall (freebsd-amd64), const SYS_GETTIMEOFDAY = 116
15037pkg syscall (freebsd-amd64), const SYS_GETUID = 24
15038pkg syscall (freebsd-amd64), const SYS_IOCTL = 54
15039pkg syscall (freebsd-amd64), const SYS_ISSETUGID = 253
15040pkg syscall (freebsd-amd64), const SYS_JAIL = 338
15041pkg syscall (freebsd-amd64), const SYS_JAIL_ATTACH = 436
15042pkg syscall (freebsd-amd64), const SYS_JAIL_GET = 506
15043pkg syscall (freebsd-amd64), const SYS_JAIL_REMOVE = 508
15044pkg syscall (freebsd-amd64), const SYS_JAIL_SET = 507
15045pkg syscall (freebsd-amd64), const SYS_KENV = 390
15046pkg syscall (freebsd-amd64), const SYS_KEVENT = 363
15047pkg syscall (freebsd-amd64), const SYS_KILL = 37
15048pkg syscall (freebsd-amd64), const SYS_KLDFIND = 306
15049pkg syscall (freebsd-amd64), const SYS_KLDFIRSTMOD = 309
15050pkg syscall (freebsd-amd64), const SYS_KLDLOAD = 304
15051pkg syscall (freebsd-amd64), const SYS_KLDNEXT = 307
15052pkg syscall (freebsd-amd64), const SYS_KLDSTAT = 308
15053pkg syscall (freebsd-amd64), const SYS_KLDSYM = 337
15054pkg syscall (freebsd-amd64), const SYS_KLDUNLOAD = 305
15055pkg syscall (freebsd-amd64), const SYS_KLDUNLOADF = 444
15056pkg syscall (freebsd-amd64), const SYS_KQUEUE = 362
15057pkg syscall (freebsd-amd64), const SYS_KTIMER_CREATE = 235
15058pkg syscall (freebsd-amd64), const SYS_KTIMER_DELETE = 236
15059pkg syscall (freebsd-amd64), const SYS_KTIMER_GETOVERRUN = 239
15060pkg syscall (freebsd-amd64), const SYS_KTIMER_GETTIME = 238
15061pkg syscall (freebsd-amd64), const SYS_KTIMER_SETTIME = 237
15062pkg syscall (freebsd-amd64), const SYS_KTRACE = 45
15063pkg syscall (freebsd-amd64), const SYS_LCHFLAGS = 391
15064pkg syscall (freebsd-amd64), const SYS_LCHMOD = 274
15065pkg syscall (freebsd-amd64), const SYS_LCHOWN = 254
15066pkg syscall (freebsd-amd64), const SYS_LGETFH = 160
15067pkg syscall (freebsd-amd64), const SYS_LINK = 9
15068pkg syscall (freebsd-amd64), const SYS_LINKAT = 495
15069pkg syscall (freebsd-amd64), const SYS_LISTEN = 106
15070pkg syscall (freebsd-amd64), const SYS_LPATHCONF = 513
15071pkg syscall (freebsd-amd64), const SYS_LSEEK = 478
15072pkg syscall (freebsd-amd64), const SYS_LSTAT = 190
15073pkg syscall (freebsd-amd64), const SYS_LUTIMES = 276
15074pkg syscall (freebsd-amd64), const SYS_MAC_SYSCALL = 394
15075pkg syscall (freebsd-amd64), const SYS_MADVISE = 75
15076pkg syscall (freebsd-amd64), const SYS_MINCORE = 78
15077pkg syscall (freebsd-amd64), const SYS_MINHERIT = 250
15078pkg syscall (freebsd-amd64), const SYS_MKDIR = 136
15079pkg syscall (freebsd-amd64), const SYS_MKDIRAT = 496
15080pkg syscall (freebsd-amd64), const SYS_MKFIFO = 132
15081pkg syscall (freebsd-amd64), const SYS_MKFIFOAT = 497
15082pkg syscall (freebsd-amd64), const SYS_MKNOD = 14
15083pkg syscall (freebsd-amd64), const SYS_MKNODAT = 498
15084pkg syscall (freebsd-amd64), const SYS_MLOCK = 203
15085pkg syscall (freebsd-amd64), const SYS_MLOCKALL = 324
15086pkg syscall (freebsd-amd64), const SYS_MMAP = 477
15087pkg syscall (freebsd-amd64), const SYS_MODFIND = 303
15088pkg syscall (freebsd-amd64), const SYS_MODFNEXT = 302
15089pkg syscall (freebsd-amd64), const SYS_MODNEXT = 300
15090pkg syscall (freebsd-amd64), const SYS_MODSTAT = 301
15091pkg syscall (freebsd-amd64), const SYS_MOUNT = 21
15092pkg syscall (freebsd-amd64), const SYS_MPROTECT = 74
15093pkg syscall (freebsd-amd64), const SYS_MSYNC = 65
15094pkg syscall (freebsd-amd64), const SYS_MUNLOCK = 204
15095pkg syscall (freebsd-amd64), const SYS_MUNLOCKALL = 325
15096pkg syscall (freebsd-amd64), const SYS_MUNMAP = 73
15097pkg syscall (freebsd-amd64), const SYS_NANOSLEEP = 240
15098pkg syscall (freebsd-amd64), const SYS_NFSTAT = 279
15099pkg syscall (freebsd-amd64), const SYS_NLSTAT = 280
15100pkg syscall (freebsd-amd64), const SYS_NMOUNT = 378
15101pkg syscall (freebsd-amd64), const SYS_NSTAT = 278
15102pkg syscall (freebsd-amd64), const SYS_NTP_ADJTIME = 176
15103pkg syscall (freebsd-amd64), const SYS_NTP_GETTIME = 248
15104pkg syscall (freebsd-amd64), const SYS_OBREAK = 17
15105pkg syscall (freebsd-amd64), const SYS_OPEN = 5
15106pkg syscall (freebsd-amd64), const SYS_OPENAT = 499
15107pkg syscall (freebsd-amd64), const SYS_OPENBSD_POLL = 252
15108pkg syscall (freebsd-amd64), const SYS_OVADVISE = 72
15109pkg syscall (freebsd-amd64), const SYS_PATHCONF = 191
15110pkg syscall (freebsd-amd64), const SYS_PDFORK = 518
15111pkg syscall (freebsd-amd64), const SYS_PDGETPID = 520
15112pkg syscall (freebsd-amd64), const SYS_PDKILL = 519
15113pkg syscall (freebsd-amd64), const SYS_PIPE = 42
15114pkg syscall (freebsd-amd64), const SYS_POLL = 209
15115pkg syscall (freebsd-amd64), const SYS_POSIX_FADVISE = 531
15116pkg syscall (freebsd-amd64), const SYS_POSIX_FALLOCATE = 530
15117pkg syscall (freebsd-amd64), const SYS_POSIX_OPENPT = 504
15118pkg syscall (freebsd-amd64), const SYS_PREAD = 475
15119pkg syscall (freebsd-amd64), const SYS_PREADV = 289
15120pkg syscall (freebsd-amd64), const SYS_PROFIL = 44
15121pkg syscall (freebsd-amd64), const SYS_PSELECT = 522
15122pkg syscall (freebsd-amd64), const SYS_PTRACE = 26
15123pkg syscall (freebsd-amd64), const SYS_PWRITE = 476
15124pkg syscall (freebsd-amd64), const SYS_PWRITEV = 290
15125pkg syscall (freebsd-amd64), const SYS_QUOTACTL = 148
15126pkg syscall (freebsd-amd64), const SYS_RCTL_ADD_RULE = 528
15127pkg syscall (freebsd-amd64), const SYS_RCTL_GET_LIMITS = 527
15128pkg syscall (freebsd-amd64), const SYS_RCTL_GET_RACCT = 525
15129pkg syscall (freebsd-amd64), const SYS_RCTL_GET_RULES = 526
15130pkg syscall (freebsd-amd64), const SYS_RCTL_REMOVE_RULE = 529
15131pkg syscall (freebsd-amd64), const SYS_READ = 3
15132pkg syscall (freebsd-amd64), const SYS_READLINK = 58
15133pkg syscall (freebsd-amd64), const SYS_READLINKAT = 500
15134pkg syscall (freebsd-amd64), const SYS_READV = 120
15135pkg syscall (freebsd-amd64), const SYS_REBOOT = 55
15136pkg syscall (freebsd-amd64), const SYS_RECVFROM = 29
15137pkg syscall (freebsd-amd64), const SYS_RECVMSG = 27
15138pkg syscall (freebsd-amd64), const SYS_RENAME = 128
15139pkg syscall (freebsd-amd64), const SYS_RENAMEAT = 501
15140pkg syscall (freebsd-amd64), const SYS_REVOKE = 56
15141pkg syscall (freebsd-amd64), const SYS_RFORK = 251
15142pkg syscall (freebsd-amd64), const SYS_RMDIR = 137
15143pkg syscall (freebsd-amd64), const SYS_RTPRIO = 166
15144pkg syscall (freebsd-amd64), const SYS_RTPRIO_THREAD = 466
15145pkg syscall (freebsd-amd64), const SYS_SBRK = 69
15146pkg syscall (freebsd-amd64), const SYS_SCHED_GETPARAM = 328
15147pkg syscall (freebsd-amd64), const SYS_SCHED_GETSCHEDULER = 330
15148pkg syscall (freebsd-amd64), const SYS_SCHED_GET_PRIORITY_MAX = 332
15149pkg syscall (freebsd-amd64), const SYS_SCHED_GET_PRIORITY_MIN = 333
15150pkg syscall (freebsd-amd64), const SYS_SCHED_RR_GET_INTERVAL = 334
15151pkg syscall (freebsd-amd64), const SYS_SCHED_SETPARAM = 327
15152pkg syscall (freebsd-amd64), const SYS_SCHED_SETSCHEDULER = 329
15153pkg syscall (freebsd-amd64), const SYS_SCHED_YIELD = 331
15154pkg syscall (freebsd-amd64), const SYS_SCTP_GENERIC_RECVMSG = 474
15155pkg syscall (freebsd-amd64), const SYS_SCTP_GENERIC_SENDMSG = 472
15156pkg syscall (freebsd-amd64), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
15157pkg syscall (freebsd-amd64), const SYS_SCTP_PEELOFF = 471
15158pkg syscall (freebsd-amd64), const SYS_SELECT = 93
15159pkg syscall (freebsd-amd64), const SYS_SENDFILE = 393
15160pkg syscall (freebsd-amd64), const SYS_SENDMSG = 28
15161pkg syscall (freebsd-amd64), const SYS_SENDTO = 133
15162pkg syscall (freebsd-amd64), const SYS_SETAUDIT = 450
15163pkg syscall (freebsd-amd64), const SYS_SETAUDIT_ADDR = 452
15164pkg syscall (freebsd-amd64), const SYS_SETAUID = 448
15165pkg syscall (freebsd-amd64), const SYS_SETCONTEXT = 422
15166pkg syscall (freebsd-amd64), const SYS_SETEGID = 182
15167pkg syscall (freebsd-amd64), const SYS_SETEUID = 183
15168pkg syscall (freebsd-amd64), const SYS_SETFIB = 175
15169pkg syscall (freebsd-amd64), const SYS_SETGID = 181
15170pkg syscall (freebsd-amd64), const SYS_SETGROUPS = 80
15171pkg syscall (freebsd-amd64), const SYS_SETITIMER = 83
15172pkg syscall (freebsd-amd64), const SYS_SETLOGIN = 50
15173pkg syscall (freebsd-amd64), const SYS_SETLOGINCLASS = 524
15174pkg syscall (freebsd-amd64), const SYS_SETPGID = 82
15175pkg syscall (freebsd-amd64), const SYS_SETPRIORITY = 96
15176pkg syscall (freebsd-amd64), const SYS_SETREGID = 127
15177pkg syscall (freebsd-amd64), const SYS_SETRESGID = 312
15178pkg syscall (freebsd-amd64), const SYS_SETRESUID = 311
15179pkg syscall (freebsd-amd64), const SYS_SETREUID = 126
15180pkg syscall (freebsd-amd64), const SYS_SETRLIMIT = 195
15181pkg syscall (freebsd-amd64), const SYS_SETSID = 147
15182pkg syscall (freebsd-amd64), const SYS_SETSOCKOPT = 105
15183pkg syscall (freebsd-amd64), const SYS_SETTIMEOFDAY = 122
15184pkg syscall (freebsd-amd64), const SYS_SETUID = 23
15185pkg syscall (freebsd-amd64), const SYS_SHM_OPEN = 482
15186pkg syscall (freebsd-amd64), const SYS_SHM_UNLINK = 483
15187pkg syscall (freebsd-amd64), const SYS_SHUTDOWN = 134
15188pkg syscall (freebsd-amd64), const SYS_SIGACTION = 416
15189pkg syscall (freebsd-amd64), const SYS_SIGALTSTACK = 53
15190pkg syscall (freebsd-amd64), const SYS_SIGPENDING = 343
15191pkg syscall (freebsd-amd64), const SYS_SIGPROCMASK = 340
15192pkg syscall (freebsd-amd64), const SYS_SIGQUEUE = 456
15193pkg syscall (freebsd-amd64), const SYS_SIGRETURN = 417
15194pkg syscall (freebsd-amd64), const SYS_SIGSUSPEND = 341
15195pkg syscall (freebsd-amd64), const SYS_SIGTIMEDWAIT = 345
15196pkg syscall (freebsd-amd64), const SYS_SIGWAIT = 429
15197pkg syscall (freebsd-amd64), const SYS_SIGWAITINFO = 346
15198pkg syscall (freebsd-amd64), const SYS_SOCKET = 97
15199pkg syscall (freebsd-amd64), const SYS_SOCKETPAIR = 135
15200pkg syscall (freebsd-amd64), const SYS_SSTK = 70
15201pkg syscall (freebsd-amd64), const SYS_STAT = 188
15202pkg syscall (freebsd-amd64), const SYS_STATFS = 396
15203pkg syscall (freebsd-amd64), const SYS_SWAPCONTEXT = 423
15204pkg syscall (freebsd-amd64), const SYS_SWAPOFF = 424
15205pkg syscall (freebsd-amd64), const SYS_SWAPON = 85
15206pkg syscall (freebsd-amd64), const SYS_SYMLINK = 57
15207pkg syscall (freebsd-amd64), const SYS_SYMLINKAT = 502
15208pkg syscall (freebsd-amd64), const SYS_SYNC = 36
15209pkg syscall (freebsd-amd64), const SYS_SYSARCH = 165
15210pkg syscall (freebsd-amd64), const SYS_THR_CREATE = 430
15211pkg syscall (freebsd-amd64), const SYS_THR_EXIT = 431
15212pkg syscall (freebsd-amd64), const SYS_THR_KILL = 433
15213pkg syscall (freebsd-amd64), const SYS_THR_KILL2 = 481
15214pkg syscall (freebsd-amd64), const SYS_THR_NEW = 455
15215pkg syscall (freebsd-amd64), const SYS_THR_SELF = 432
15216pkg syscall (freebsd-amd64), const SYS_THR_SET_NAME = 464
15217pkg syscall (freebsd-amd64), const SYS_THR_SUSPEND = 442
15218pkg syscall (freebsd-amd64), const SYS_THR_WAKE = 443
15219pkg syscall (freebsd-amd64), const SYS_TRUNCATE = 479
15220pkg syscall (freebsd-amd64), const SYS_UMASK = 60
15221pkg syscall (freebsd-amd64), const SYS_UNDELETE = 205
15222pkg syscall (freebsd-amd64), const SYS_UNLINK = 10
15223pkg syscall (freebsd-amd64), const SYS_UNLINKAT = 503
15224pkg syscall (freebsd-amd64), const SYS_UNMOUNT = 22
15225pkg syscall (freebsd-amd64), const SYS_UTIMES = 138
15226pkg syscall (freebsd-amd64), const SYS_UTRACE = 335
15227pkg syscall (freebsd-amd64), const SYS_UUIDGEN = 392
15228pkg syscall (freebsd-amd64), const SYS_VFORK = 66
15229pkg syscall (freebsd-amd64), const SYS_WAIT4 = 7
15230pkg syscall (freebsd-amd64), const SYS_WAIT6 = 532
15231pkg syscall (freebsd-amd64), const SYS_WAIT6 ideal-int
15232pkg syscall (freebsd-amd64), const SYS_WRITE = 4
15233pkg syscall (freebsd-amd64), const SYS_WRITEV = 121
15234pkg syscall (freebsd-amd64), const SYS_YIELD = 321
15235pkg syscall (freebsd-amd64), const SYS__UMTX_LOCK = 434
15236pkg syscall (freebsd-amd64), const SYS__UMTX_OP = 454
15237pkg syscall (freebsd-amd64), const SYS__UMTX_UNLOCK = 435
15238pkg syscall (freebsd-amd64), const SYS___ACL_ACLCHECK_FD = 354
15239pkg syscall (freebsd-amd64), const SYS___ACL_ACLCHECK_FILE = 353
15240pkg syscall (freebsd-amd64), const SYS___ACL_ACLCHECK_LINK = 428
15241pkg syscall (freebsd-amd64), const SYS___ACL_DELETE_FD = 352
15242pkg syscall (freebsd-amd64), const SYS___ACL_DELETE_FILE = 351
15243pkg syscall (freebsd-amd64), const SYS___ACL_DELETE_LINK = 427
15244pkg syscall (freebsd-amd64), const SYS___ACL_GET_FD = 349
15245pkg syscall (freebsd-amd64), const SYS___ACL_GET_FILE = 347
15246pkg syscall (freebsd-amd64), const SYS___ACL_GET_LINK = 425
15247pkg syscall (freebsd-amd64), const SYS___ACL_SET_FD = 350
15248pkg syscall (freebsd-amd64), const SYS___ACL_SET_FILE = 348
15249pkg syscall (freebsd-amd64), const SYS___ACL_SET_LINK = 426
15250pkg syscall (freebsd-amd64), const SYS___GETCWD = 326
15251pkg syscall (freebsd-amd64), const SYS___MAC_EXECVE = 415
15252pkg syscall (freebsd-amd64), const SYS___MAC_GET_FD = 386
15253pkg syscall (freebsd-amd64), const SYS___MAC_GET_FILE = 387
15254pkg syscall (freebsd-amd64), const SYS___MAC_GET_LINK = 410
15255pkg syscall (freebsd-amd64), const SYS___MAC_GET_PID = 409
15256pkg syscall (freebsd-amd64), const SYS___MAC_GET_PROC = 384
15257pkg syscall (freebsd-amd64), const SYS___MAC_SET_FD = 388
15258pkg syscall (freebsd-amd64), const SYS___MAC_SET_FILE = 389
15259pkg syscall (freebsd-amd64), const SYS___MAC_SET_LINK = 411
15260pkg syscall (freebsd-amd64), const SYS___MAC_SET_PROC = 385
15261pkg syscall (freebsd-amd64), const SYS___SETUGID = 374
15262pkg syscall (freebsd-amd64), const SYS___SYSCTL = 202
15263pkg syscall (freebsd-amd64), const S_IFMT = 61440
15264pkg syscall (freebsd-amd64), const SizeofBpfHdr = 32
15265pkg syscall (freebsd-amd64), const SizeofBpfInsn = 8
15266pkg syscall (freebsd-amd64), const SizeofBpfProgram = 16
15267pkg syscall (freebsd-amd64), const SizeofBpfStat = 8
15268pkg syscall (freebsd-amd64), const SizeofBpfVersion = 4
15269pkg syscall (freebsd-amd64), const SizeofBpfZbuf = 24
15270pkg syscall (freebsd-amd64), const SizeofBpfZbufHeader = 32
15271pkg syscall (freebsd-amd64), const SizeofCmsghdr = 12
15272pkg syscall (freebsd-amd64), const SizeofIPMreq = 8
15273pkg syscall (freebsd-amd64), const SizeofIPMreqn = 12
15274pkg syscall (freebsd-amd64), const SizeofIPv6Mreq = 20
15275pkg syscall (freebsd-amd64), const SizeofIfAnnounceMsghdr = 24
15276pkg syscall (freebsd-amd64), const SizeofIfAnnounceMsghdr ideal-int
15277pkg syscall (freebsd-amd64), const SizeofIfData = 152
15278pkg syscall (freebsd-amd64), const SizeofIfMsghdr = 168
15279pkg syscall (freebsd-amd64), const SizeofIfaMsghdr = 20
15280pkg syscall (freebsd-amd64), const SizeofIfmaMsghdr = 16
15281pkg syscall (freebsd-amd64), const SizeofInet6Pktinfo = 20
15282pkg syscall (freebsd-amd64), const SizeofLinger = 8
15283pkg syscall (freebsd-amd64), const SizeofMsghdr = 48
15284pkg syscall (freebsd-amd64), const SizeofRtMetrics = 112
15285pkg syscall (freebsd-amd64), const SizeofRtMsghdr = 152
15286pkg syscall (freebsd-amd64), const SizeofSockaddrAny = 108
15287pkg syscall (freebsd-amd64), const SizeofSockaddrDatalink = 54
15288pkg syscall (freebsd-amd64), const SizeofSockaddrInet4 = 16
15289pkg syscall (freebsd-amd64), const SizeofSockaddrInet6 = 28
15290pkg syscall (freebsd-amd64), const SizeofSockaddrUnix = 106
15291pkg syscall (freebsd-amd64), const TCIFLUSH = 1
15292pkg syscall (freebsd-amd64), const TCIFLUSH ideal-int
15293pkg syscall (freebsd-amd64), const TCIOFLUSH = 3
15294pkg syscall (freebsd-amd64), const TCIOFLUSH ideal-int
15295pkg syscall (freebsd-amd64), const TCOFLUSH = 2
15296pkg syscall (freebsd-amd64), const TCOFLUSH ideal-int
15297pkg syscall (freebsd-amd64), const TCP_CA_NAME_MAX = 16
15298pkg syscall (freebsd-amd64), const TCP_CONGESTION = 64
15299pkg syscall (freebsd-amd64), const TCP_INFO = 32
15300pkg syscall (freebsd-amd64), const TCP_KEEPCNT = 1024
15301pkg syscall (freebsd-amd64), const TCP_KEEPCNT ideal-int
15302pkg syscall (freebsd-amd64), const TCP_KEEPIDLE = 256
15303pkg syscall (freebsd-amd64), const TCP_KEEPIDLE ideal-int
15304pkg syscall (freebsd-amd64), const TCP_KEEPINIT = 128
15305pkg syscall (freebsd-amd64), const TCP_KEEPINIT ideal-int
15306pkg syscall (freebsd-amd64), const TCP_KEEPINTVL = 512
15307pkg syscall (freebsd-amd64), const TCP_KEEPINTVL ideal-int
15308pkg syscall (freebsd-amd64), const TCP_MAXBURST = 4
15309pkg syscall (freebsd-amd64), const TCP_MAXHLEN = 60
15310pkg syscall (freebsd-amd64), const TCP_MAXOLEN = 40
15311pkg syscall (freebsd-amd64), const TCP_MAXSEG = 2
15312pkg syscall (freebsd-amd64), const TCP_MAXWIN = 65535
15313pkg syscall (freebsd-amd64), const TCP_MAX_SACK = 4
15314pkg syscall (freebsd-amd64), const TCP_MAX_WINSHIFT = 14
15315pkg syscall (freebsd-amd64), const TCP_MD5SIG = 16
15316pkg syscall (freebsd-amd64), const TCP_MINMSS = 216
15317pkg syscall (freebsd-amd64), const TCP_MSS = 536
15318pkg syscall (freebsd-amd64), const TCP_NOOPT = 8
15319pkg syscall (freebsd-amd64), const TCP_NOPUSH = 4
15320pkg syscall (freebsd-amd64), const TCSAFLUSH = 2
15321pkg syscall (freebsd-amd64), const TCSAFLUSH ideal-int
15322pkg syscall (freebsd-amd64), const TIOCCBRK = 536900730
15323pkg syscall (freebsd-amd64), const TIOCCDTR = 536900728
15324pkg syscall (freebsd-amd64), const TIOCCONS = 2147775586
15325pkg syscall (freebsd-amd64), const TIOCDRAIN = 536900702
15326pkg syscall (freebsd-amd64), const TIOCEXCL = 536900621
15327pkg syscall (freebsd-amd64), const TIOCEXT = 2147775584
15328pkg syscall (freebsd-amd64), const TIOCFLUSH = 2147775504
15329pkg syscall (freebsd-amd64), const TIOCGDRAINWAIT = 1074033750
15330pkg syscall (freebsd-amd64), const TIOCGETA = 1076655123
15331pkg syscall (freebsd-amd64), const TIOCGETD = 1074033690
15332pkg syscall (freebsd-amd64), const TIOCGPGRP = 1074033783
15333pkg syscall (freebsd-amd64), const TIOCGPTN = 1074033679
15334pkg syscall (freebsd-amd64), const TIOCGSID = 1074033763
15335pkg syscall (freebsd-amd64), const TIOCGWINSZ = 1074295912
15336pkg syscall (freebsd-amd64), const TIOCMBIC = 2147775595
15337pkg syscall (freebsd-amd64), const TIOCMBIS = 2147775596
15338pkg syscall (freebsd-amd64), const TIOCMGDTRWAIT = 1074033754
15339pkg syscall (freebsd-amd64), const TIOCMGET = 1074033770
15340pkg syscall (freebsd-amd64), const TIOCMSDTRWAIT = 2147775579
15341pkg syscall (freebsd-amd64), const TIOCMSET = 2147775597
15342pkg syscall (freebsd-amd64), const TIOCM_CAR = 64
15343pkg syscall (freebsd-amd64), const TIOCM_CD = 64
15344pkg syscall (freebsd-amd64), const TIOCM_CTS = 32
15345pkg syscall (freebsd-amd64), const TIOCM_DCD = 64
15346pkg syscall (freebsd-amd64), const TIOCM_DSR = 256
15347pkg syscall (freebsd-amd64), const TIOCM_DTR = 2
15348pkg syscall (freebsd-amd64), const TIOCM_LE = 1
15349pkg syscall (freebsd-amd64), const TIOCM_RI = 128
15350pkg syscall (freebsd-amd64), const TIOCM_RNG = 128
15351pkg syscall (freebsd-amd64), const TIOCM_RTS = 4
15352pkg syscall (freebsd-amd64), const TIOCM_SR = 16
15353pkg syscall (freebsd-amd64), const TIOCM_ST = 8
15354pkg syscall (freebsd-amd64), const TIOCNOTTY = 536900721
15355pkg syscall (freebsd-amd64), const TIOCNXCL = 536900622
15356pkg syscall (freebsd-amd64), const TIOCOUTQ = 1074033779
15357pkg syscall (freebsd-amd64), const TIOCPKT = 2147775600
15358pkg syscall (freebsd-amd64), const TIOCPKT_DATA = 0
15359pkg syscall (freebsd-amd64), const TIOCPKT_DOSTOP = 32
15360pkg syscall (freebsd-amd64), const TIOCPKT_FLUSHREAD = 1
15361pkg syscall (freebsd-amd64), const TIOCPKT_FLUSHWRITE = 2
15362pkg syscall (freebsd-amd64), const TIOCPKT_IOCTL = 64
15363pkg syscall (freebsd-amd64), const TIOCPKT_NOSTOP = 16
15364pkg syscall (freebsd-amd64), const TIOCPKT_START = 8
15365pkg syscall (freebsd-amd64), const TIOCPKT_STOP = 4
15366pkg syscall (freebsd-amd64), const TIOCPTMASTER = 536900636
15367pkg syscall (freebsd-amd64), const TIOCSBRK = 536900731
15368pkg syscall (freebsd-amd64), const TIOCSCTTY = 536900705
15369pkg syscall (freebsd-amd64), const TIOCSDRAINWAIT = 2147775575
15370pkg syscall (freebsd-amd64), const TIOCSDTR = 536900729
15371pkg syscall (freebsd-amd64), const TIOCSETA = 2150396948
15372pkg syscall (freebsd-amd64), const TIOCSETAF = 2150396950
15373pkg syscall (freebsd-amd64), const TIOCSETAW = 2150396949
15374pkg syscall (freebsd-amd64), const TIOCSETD = 2147775515
15375pkg syscall (freebsd-amd64), const TIOCSIG = 537162847
15376pkg syscall (freebsd-amd64), const TIOCSPGRP = 2147775606
15377pkg syscall (freebsd-amd64), const TIOCSTART = 536900718
15378pkg syscall (freebsd-amd64), const TIOCSTAT = 536900709
15379pkg syscall (freebsd-amd64), const TIOCSTI = 2147578994
15380pkg syscall (freebsd-amd64), const TIOCSTOP = 536900719
15381pkg syscall (freebsd-amd64), const TIOCSWINSZ = 2148037735
15382pkg syscall (freebsd-amd64), const TIOCTIMESTAMP = 1074820185
15383pkg syscall (freebsd-amd64), const TIOCUCNTL = 2147775590
15384pkg syscall (freebsd-amd64), const TOSTOP = 4194304
15385pkg syscall (freebsd-amd64), const TOSTOP ideal-int
15386pkg syscall (freebsd-amd64), const VDISCARD = 15
15387pkg syscall (freebsd-amd64), const VDISCARD ideal-int
15388pkg syscall (freebsd-amd64), const VDSUSP = 11
15389pkg syscall (freebsd-amd64), const VDSUSP ideal-int
15390pkg syscall (freebsd-amd64), const VEOF = 0
15391pkg syscall (freebsd-amd64), const VEOF ideal-int
15392pkg syscall (freebsd-amd64), const VEOL = 1
15393pkg syscall (freebsd-amd64), const VEOL ideal-int
15394pkg syscall (freebsd-amd64), const VEOL2 = 2
15395pkg syscall (freebsd-amd64), const VEOL2 ideal-int
15396pkg syscall (freebsd-amd64), const VERASE = 3
15397pkg syscall (freebsd-amd64), const VERASE ideal-int
15398pkg syscall (freebsd-amd64), const VERASE2 = 7
15399pkg syscall (freebsd-amd64), const VERASE2 ideal-int
15400pkg syscall (freebsd-amd64), const VINTR = 8
15401pkg syscall (freebsd-amd64), const VINTR ideal-int
15402pkg syscall (freebsd-amd64), const VKILL = 5
15403pkg syscall (freebsd-amd64), const VKILL ideal-int
15404pkg syscall (freebsd-amd64), const VLNEXT = 14
15405pkg syscall (freebsd-amd64), const VLNEXT ideal-int
15406pkg syscall (freebsd-amd64), const VMIN = 16
15407pkg syscall (freebsd-amd64), const VMIN ideal-int
15408pkg syscall (freebsd-amd64), const VQUIT = 9
15409pkg syscall (freebsd-amd64), const VQUIT ideal-int
15410pkg syscall (freebsd-amd64), const VREPRINT = 6
15411pkg syscall (freebsd-amd64), const VREPRINT ideal-int
15412pkg syscall (freebsd-amd64), const VSTART = 12
15413pkg syscall (freebsd-amd64), const VSTART ideal-int
15414pkg syscall (freebsd-amd64), const VSTATUS = 18
15415pkg syscall (freebsd-amd64), const VSTATUS ideal-int
15416pkg syscall (freebsd-amd64), const VSTOP = 13
15417pkg syscall (freebsd-amd64), const VSTOP ideal-int
15418pkg syscall (freebsd-amd64), const VSUSP = 10
15419pkg syscall (freebsd-amd64), const VSUSP ideal-int
15420pkg syscall (freebsd-amd64), const VTIME = 17
15421pkg syscall (freebsd-amd64), const VTIME ideal-int
15422pkg syscall (freebsd-amd64), const VWERASE = 4
15423pkg syscall (freebsd-amd64), const VWERASE ideal-int
15424pkg syscall (freebsd-amd64), const WCONTINUED = 4
15425pkg syscall (freebsd-amd64), const WCOREFLAG = 128
15426pkg syscall (freebsd-amd64), const WLINUXCLONE = 2147483648
15427pkg syscall (freebsd-amd64), const WNOHANG = 1
15428pkg syscall (freebsd-amd64), const WNOWAIT = 8
15429pkg syscall (freebsd-amd64), const WSTOPPED = 2
15430pkg syscall (freebsd-amd64), const WUNTRACED = 2
15431pkg syscall (freebsd-amd64), func Fchflags(int, int) error
15432pkg syscall (freebsd-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error)
15433pkg syscall (freebsd-amd64), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno)
15434pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct
15435pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Index uint16
15436pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Msglen uint16
15437pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Name [16]int8
15438pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Type uint8
15439pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Version uint8
15440pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, What uint16
15441pkg syscall (freebsd-amd64), type InterfaceAnnounceMessage struct
15442pkg syscall (freebsd-amd64), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr
15443pkg syscall (freebsd-amd64-cgo), const AF_APPLETALK = 16
15444pkg syscall (freebsd-amd64-cgo), const AF_ARP = 35
15445pkg syscall (freebsd-amd64-cgo), const AF_ATM = 30
15446pkg syscall (freebsd-amd64-cgo), const AF_BLUETOOTH = 36
15447pkg syscall (freebsd-amd64-cgo), const AF_CCITT = 10
15448pkg syscall (freebsd-amd64-cgo), const AF_CHAOS = 5
15449pkg syscall (freebsd-amd64-cgo), const AF_CNT = 21
15450pkg syscall (freebsd-amd64-cgo), const AF_COIP = 20
15451pkg syscall (freebsd-amd64-cgo), const AF_DATAKIT = 9
15452pkg syscall (freebsd-amd64-cgo), const AF_DECnet = 12
15453pkg syscall (freebsd-amd64-cgo), const AF_DLI = 13
15454pkg syscall (freebsd-amd64-cgo), const AF_E164 = 26
15455pkg syscall (freebsd-amd64-cgo), const AF_ECMA = 8
15456pkg syscall (freebsd-amd64-cgo), const AF_HYLINK = 15
15457pkg syscall (freebsd-amd64-cgo), const AF_IEEE80211 = 37
15458pkg syscall (freebsd-amd64-cgo), const AF_IMPLINK = 3
15459pkg syscall (freebsd-amd64-cgo), const AF_INET6 = 28
15460pkg syscall (freebsd-amd64-cgo), const AF_IPX = 23
15461pkg syscall (freebsd-amd64-cgo), const AF_ISDN = 26
15462pkg syscall (freebsd-amd64-cgo), const AF_ISO = 7
15463pkg syscall (freebsd-amd64-cgo), const AF_LAT = 14
15464pkg syscall (freebsd-amd64-cgo), const AF_LINK = 18
15465pkg syscall (freebsd-amd64-cgo), const AF_LOCAL = 1
15466pkg syscall (freebsd-amd64-cgo), const AF_MAX = 38
15467pkg syscall (freebsd-amd64-cgo), const AF_NATM = 29
15468pkg syscall (freebsd-amd64-cgo), const AF_NETBIOS = 6
15469pkg syscall (freebsd-amd64-cgo), const AF_NETGRAPH = 32
15470pkg syscall (freebsd-amd64-cgo), const AF_OSI = 7
15471pkg syscall (freebsd-amd64-cgo), const AF_PUP = 4
15472pkg syscall (freebsd-amd64-cgo), const AF_ROUTE = 17
15473pkg syscall (freebsd-amd64-cgo), const AF_SCLUSTER = 34
15474pkg syscall (freebsd-amd64-cgo), const AF_SIP = 24
15475pkg syscall (freebsd-amd64-cgo), const AF_SLOW = 33
15476pkg syscall (freebsd-amd64-cgo), const AF_SNA = 11
15477pkg syscall (freebsd-amd64-cgo), const AF_VENDOR00 = 39
15478pkg syscall (freebsd-amd64-cgo), const AF_VENDOR01 = 41
15479pkg syscall (freebsd-amd64-cgo), const AF_VENDOR02 = 43
15480pkg syscall (freebsd-amd64-cgo), const AF_VENDOR03 = 45
15481pkg syscall (freebsd-amd64-cgo), const AF_VENDOR04 = 47
15482pkg syscall (freebsd-amd64-cgo), const AF_VENDOR05 = 49
15483pkg syscall (freebsd-amd64-cgo), const AF_VENDOR06 = 51
15484pkg syscall (freebsd-amd64-cgo), const AF_VENDOR07 = 53
15485pkg syscall (freebsd-amd64-cgo), const AF_VENDOR08 = 55
15486pkg syscall (freebsd-amd64-cgo), const AF_VENDOR09 = 57
15487pkg syscall (freebsd-amd64-cgo), const AF_VENDOR10 = 59
15488pkg syscall (freebsd-amd64-cgo), const AF_VENDOR11 = 61
15489pkg syscall (freebsd-amd64-cgo), const AF_VENDOR12 = 63
15490pkg syscall (freebsd-amd64-cgo), const AF_VENDOR13 = 65
15491pkg syscall (freebsd-amd64-cgo), const AF_VENDOR14 = 67
15492pkg syscall (freebsd-amd64-cgo), const AF_VENDOR15 = 69
15493pkg syscall (freebsd-amd64-cgo), const AF_VENDOR16 = 71
15494pkg syscall (freebsd-amd64-cgo), const AF_VENDOR17 = 73
15495pkg syscall (freebsd-amd64-cgo), const AF_VENDOR18 = 75
15496pkg syscall (freebsd-amd64-cgo), const AF_VENDOR19 = 77
15497pkg syscall (freebsd-amd64-cgo), const AF_VENDOR20 = 79
15498pkg syscall (freebsd-amd64-cgo), const AF_VENDOR21 = 81
15499pkg syscall (freebsd-amd64-cgo), const AF_VENDOR22 = 83
15500pkg syscall (freebsd-amd64-cgo), const AF_VENDOR23 = 85
15501pkg syscall (freebsd-amd64-cgo), const AF_VENDOR24 = 87
15502pkg syscall (freebsd-amd64-cgo), const AF_VENDOR25 = 89
15503pkg syscall (freebsd-amd64-cgo), const AF_VENDOR26 = 91
15504pkg syscall (freebsd-amd64-cgo), const AF_VENDOR27 = 93
15505pkg syscall (freebsd-amd64-cgo), const AF_VENDOR28 = 95
15506pkg syscall (freebsd-amd64-cgo), const AF_VENDOR29 = 97
15507pkg syscall (freebsd-amd64-cgo), const AF_VENDOR30 = 99
15508pkg syscall (freebsd-amd64-cgo), const AF_VENDOR31 = 101
15509pkg syscall (freebsd-amd64-cgo), const AF_VENDOR32 = 103
15510pkg syscall (freebsd-amd64-cgo), const AF_VENDOR33 = 105
15511pkg syscall (freebsd-amd64-cgo), const AF_VENDOR34 = 107
15512pkg syscall (freebsd-amd64-cgo), const AF_VENDOR35 = 109
15513pkg syscall (freebsd-amd64-cgo), const AF_VENDOR36 = 111
15514pkg syscall (freebsd-amd64-cgo), const AF_VENDOR37 = 113
15515pkg syscall (freebsd-amd64-cgo), const AF_VENDOR38 = 115
15516pkg syscall (freebsd-amd64-cgo), const AF_VENDOR39 = 117
15517pkg syscall (freebsd-amd64-cgo), const AF_VENDOR40 = 119
15518pkg syscall (freebsd-amd64-cgo), const AF_VENDOR41 = 121
15519pkg syscall (freebsd-amd64-cgo), const AF_VENDOR42 = 123
15520pkg syscall (freebsd-amd64-cgo), const AF_VENDOR43 = 125
15521pkg syscall (freebsd-amd64-cgo), const AF_VENDOR44 = 127
15522pkg syscall (freebsd-amd64-cgo), const AF_VENDOR45 = 129
15523pkg syscall (freebsd-amd64-cgo), const AF_VENDOR46 = 131
15524pkg syscall (freebsd-amd64-cgo), const AF_VENDOR47 = 133
15525pkg syscall (freebsd-amd64-cgo), const B0 = 0
15526pkg syscall (freebsd-amd64-cgo), const B110 = 110
15527pkg syscall (freebsd-amd64-cgo), const B115200 = 115200
15528pkg syscall (freebsd-amd64-cgo), const B1200 = 1200
15529pkg syscall (freebsd-amd64-cgo), const B134 = 134
15530pkg syscall (freebsd-amd64-cgo), const B14400 = 14400
15531pkg syscall (freebsd-amd64-cgo), const B150 = 150
15532pkg syscall (freebsd-amd64-cgo), const B1800 = 1800
15533pkg syscall (freebsd-amd64-cgo), const B19200 = 19200
15534pkg syscall (freebsd-amd64-cgo), const B200 = 200
15535pkg syscall (freebsd-amd64-cgo), const B230400 = 230400
15536pkg syscall (freebsd-amd64-cgo), const B2400 = 2400
15537pkg syscall (freebsd-amd64-cgo), const B28800 = 28800
15538pkg syscall (freebsd-amd64-cgo), const B300 = 300
15539pkg syscall (freebsd-amd64-cgo), const B38400 = 38400
15540pkg syscall (freebsd-amd64-cgo), const B460800 = 460800
15541pkg syscall (freebsd-amd64-cgo), const B4800 = 4800
15542pkg syscall (freebsd-amd64-cgo), const B50 = 50
15543pkg syscall (freebsd-amd64-cgo), const B57600 = 57600
15544pkg syscall (freebsd-amd64-cgo), const B600 = 600
15545pkg syscall (freebsd-amd64-cgo), const B7200 = 7200
15546pkg syscall (freebsd-amd64-cgo), const B75 = 75
15547pkg syscall (freebsd-amd64-cgo), const B76800 = 76800
15548pkg syscall (freebsd-amd64-cgo), const B921600 = 921600
15549pkg syscall (freebsd-amd64-cgo), const B9600 = 9600
15550pkg syscall (freebsd-amd64-cgo), const BIOCFEEDBACK = 2147762812
15551pkg syscall (freebsd-amd64-cgo), const BIOCFLUSH = 536887912
15552pkg syscall (freebsd-amd64-cgo), const BIOCGBLEN = 1074020966
15553pkg syscall (freebsd-amd64-cgo), const BIOCGDIRECTION = 1074020982
15554pkg syscall (freebsd-amd64-cgo), const BIOCGDLT = 1074020970
15555pkg syscall (freebsd-amd64-cgo), const BIOCGDLTLIST = 3222291065
15556pkg syscall (freebsd-amd64-cgo), const BIOCGETBUFMODE = 1074020989
15557pkg syscall (freebsd-amd64-cgo), const BIOCGETIF = 1075855979
15558pkg syscall (freebsd-amd64-cgo), const BIOCGETZMAX = 1074283135
15559pkg syscall (freebsd-amd64-cgo), const BIOCGHDRCMPLT = 1074020980
15560pkg syscall (freebsd-amd64-cgo), const BIOCGRSIG = 1074020978
15561pkg syscall (freebsd-amd64-cgo), const BIOCGRTIMEOUT = 1074807406
15562pkg syscall (freebsd-amd64-cgo), const BIOCGSEESENT = 1074020982
15563pkg syscall (freebsd-amd64-cgo), const BIOCGSTATS = 1074283119
15564pkg syscall (freebsd-amd64-cgo), const BIOCGTSTAMP = 1074020995
15565pkg syscall (freebsd-amd64-cgo), const BIOCIMMEDIATE = 2147762800
15566pkg syscall (freebsd-amd64-cgo), const BIOCLOCK = 536887930
15567pkg syscall (freebsd-amd64-cgo), const BIOCPROMISC = 536887913
15568pkg syscall (freebsd-amd64-cgo), const BIOCROTZBUF = 1075331712
15569pkg syscall (freebsd-amd64-cgo), const BIOCSBLEN = 3221504614
15570pkg syscall (freebsd-amd64-cgo), const BIOCSDIRECTION = 2147762807
15571pkg syscall (freebsd-amd64-cgo), const BIOCSDLT = 2147762808
15572pkg syscall (freebsd-amd64-cgo), const BIOCSETBUFMODE = 2147762814
15573pkg syscall (freebsd-amd64-cgo), const BIOCSETF = 2148549223
15574pkg syscall (freebsd-amd64-cgo), const BIOCSETFNR = 2148549250
15575pkg syscall (freebsd-amd64-cgo), const BIOCSETIF = 2149597804
15576pkg syscall (freebsd-amd64-cgo), const BIOCSETWF = 2148549243
15577pkg syscall (freebsd-amd64-cgo), const BIOCSETZBUF = 2149073537
15578pkg syscall (freebsd-amd64-cgo), const BIOCSHDRCMPLT = 2147762805
15579pkg syscall (freebsd-amd64-cgo), const BIOCSRSIG = 2147762803
15580pkg syscall (freebsd-amd64-cgo), const BIOCSRTIMEOUT = 2148549229
15581pkg syscall (freebsd-amd64-cgo), const BIOCSSEESENT = 2147762807
15582pkg syscall (freebsd-amd64-cgo), const BIOCSTSTAMP = 2147762820
15583pkg syscall (freebsd-amd64-cgo), const BIOCVERSION = 1074020977
15584pkg syscall (freebsd-amd64-cgo), const BPF_A = 16
15585pkg syscall (freebsd-amd64-cgo), const BPF_ABS = 32
15586pkg syscall (freebsd-amd64-cgo), const BPF_ADD = 0
15587pkg syscall (freebsd-amd64-cgo), const BPF_ALIGNMENT = 8
15588pkg syscall (freebsd-amd64-cgo), const BPF_ALU = 4
15589pkg syscall (freebsd-amd64-cgo), const BPF_AND = 80
15590pkg syscall (freebsd-amd64-cgo), const BPF_B = 16
15591pkg syscall (freebsd-amd64-cgo), const BPF_BUFMODE_BUFFER = 1
15592pkg syscall (freebsd-amd64-cgo), const BPF_BUFMODE_ZBUF = 2
15593pkg syscall (freebsd-amd64-cgo), const BPF_DIV = 48
15594pkg syscall (freebsd-amd64-cgo), const BPF_H = 8
15595pkg syscall (freebsd-amd64-cgo), const BPF_IMM = 0
15596pkg syscall (freebsd-amd64-cgo), const BPF_IND = 64
15597pkg syscall (freebsd-amd64-cgo), const BPF_JA = 0
15598pkg syscall (freebsd-amd64-cgo), const BPF_JEQ = 16
15599pkg syscall (freebsd-amd64-cgo), const BPF_JGE = 48
15600pkg syscall (freebsd-amd64-cgo), const BPF_JGT = 32
15601pkg syscall (freebsd-amd64-cgo), const BPF_JMP = 5
15602pkg syscall (freebsd-amd64-cgo), const BPF_JSET = 64
15603pkg syscall (freebsd-amd64-cgo), const BPF_K = 0
15604pkg syscall (freebsd-amd64-cgo), const BPF_LD = 0
15605pkg syscall (freebsd-amd64-cgo), const BPF_LDX = 1
15606pkg syscall (freebsd-amd64-cgo), const BPF_LEN = 128
15607pkg syscall (freebsd-amd64-cgo), const BPF_LSH = 96
15608pkg syscall (freebsd-amd64-cgo), const BPF_MAJOR_VERSION = 1
15609pkg syscall (freebsd-amd64-cgo), const BPF_MAXBUFSIZE = 524288
15610pkg syscall (freebsd-amd64-cgo), const BPF_MAXINSNS = 512
15611pkg syscall (freebsd-amd64-cgo), const BPF_MEM = 96
15612pkg syscall (freebsd-amd64-cgo), const BPF_MEMWORDS = 16
15613pkg syscall (freebsd-amd64-cgo), const BPF_MINBUFSIZE = 32
15614pkg syscall (freebsd-amd64-cgo), const BPF_MINOR_VERSION = 1
15615pkg syscall (freebsd-amd64-cgo), const BPF_MISC = 7
15616pkg syscall (freebsd-amd64-cgo), const BPF_MSH = 160
15617pkg syscall (freebsd-amd64-cgo), const BPF_MUL = 32
15618pkg syscall (freebsd-amd64-cgo), const BPF_NEG = 128
15619pkg syscall (freebsd-amd64-cgo), const BPF_OR = 64
15620pkg syscall (freebsd-amd64-cgo), const BPF_RELEASE = 199606
15621pkg syscall (freebsd-amd64-cgo), const BPF_RET = 6
15622pkg syscall (freebsd-amd64-cgo), const BPF_RSH = 112
15623pkg syscall (freebsd-amd64-cgo), const BPF_ST = 2
15624pkg syscall (freebsd-amd64-cgo), const BPF_STX = 3
15625pkg syscall (freebsd-amd64-cgo), const BPF_SUB = 16
15626pkg syscall (freebsd-amd64-cgo), const BPF_TAX = 0
15627pkg syscall (freebsd-amd64-cgo), const BPF_TXA = 128
15628pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME = 2
15629pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_FAST = 258
15630pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_MONOTONIC = 514
15631pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_MONOTONIC_FAST = 770
15632pkg syscall (freebsd-amd64-cgo), const BPF_T_FAST = 256
15633pkg syscall (freebsd-amd64-cgo), const BPF_T_FLAG_MASK = 768
15634pkg syscall (freebsd-amd64-cgo), const BPF_T_FORMAT_MASK = 3
15635pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME = 0
15636pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_FAST = 256
15637pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_MONOTONIC = 512
15638pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
15639pkg syscall (freebsd-amd64-cgo), const BPF_T_MONOTONIC = 512
15640pkg syscall (freebsd-amd64-cgo), const BPF_T_MONOTONIC_FAST = 768
15641pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME = 1
15642pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_FAST = 257
15643pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_MONOTONIC = 513
15644pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
15645pkg syscall (freebsd-amd64-cgo), const BPF_T_NONE = 3
15646pkg syscall (freebsd-amd64-cgo), const BPF_T_NORMAL = 0
15647pkg syscall (freebsd-amd64-cgo), const BPF_W = 0
15648pkg syscall (freebsd-amd64-cgo), const BPF_X = 8
15649pkg syscall (freebsd-amd64-cgo), const BRKINT = 2
15650pkg syscall (freebsd-amd64-cgo), const CFLUSH = 15
15651pkg syscall (freebsd-amd64-cgo), const CLOCAL = 32768
15652pkg syscall (freebsd-amd64-cgo), const CREAD = 2048
15653pkg syscall (freebsd-amd64-cgo), const CS5 = 0
15654pkg syscall (freebsd-amd64-cgo), const CS6 = 256
15655pkg syscall (freebsd-amd64-cgo), const CS7 = 512
15656pkg syscall (freebsd-amd64-cgo), const CS8 = 768
15657pkg syscall (freebsd-amd64-cgo), const CSIZE = 768
15658pkg syscall (freebsd-amd64-cgo), const CSTART = 17
15659pkg syscall (freebsd-amd64-cgo), const CSTATUS = 20
15660pkg syscall (freebsd-amd64-cgo), const CSTOP = 19
15661pkg syscall (freebsd-amd64-cgo), const CSTOPB = 1024
15662pkg syscall (freebsd-amd64-cgo), const CSUSP = 26
15663pkg syscall (freebsd-amd64-cgo), const CTL_MAXNAME = 24
15664pkg syscall (freebsd-amd64-cgo), const CTL_NET = 4
15665pkg syscall (freebsd-amd64-cgo), const DLT_A429 = 184
15666pkg syscall (freebsd-amd64-cgo), const DLT_A653_ICM = 185
15667pkg syscall (freebsd-amd64-cgo), const DLT_AIRONET_HEADER = 120
15668pkg syscall (freebsd-amd64-cgo), const DLT_AOS = 222
15669pkg syscall (freebsd-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
15670pkg syscall (freebsd-amd64-cgo), const DLT_ARCNET = 7
15671pkg syscall (freebsd-amd64-cgo), const DLT_ARCNET_LINUX = 129
15672pkg syscall (freebsd-amd64-cgo), const DLT_ATM_CLIP = 19
15673pkg syscall (freebsd-amd64-cgo), const DLT_ATM_RFC1483 = 11
15674pkg syscall (freebsd-amd64-cgo), const DLT_AURORA = 126
15675pkg syscall (freebsd-amd64-cgo), const DLT_AX25 = 3
15676pkg syscall (freebsd-amd64-cgo), const DLT_AX25_KISS = 202
15677pkg syscall (freebsd-amd64-cgo), const DLT_BACNET_MS_TP = 165
15678pkg syscall (freebsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
15679pkg syscall (freebsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
15680pkg syscall (freebsd-amd64-cgo), const DLT_CAN20B = 190
15681pkg syscall (freebsd-amd64-cgo), const DLT_CAN_SOCKETCAN = 227
15682pkg syscall (freebsd-amd64-cgo), const DLT_CHAOS = 5
15683pkg syscall (freebsd-amd64-cgo), const DLT_CHDLC = 104
15684pkg syscall (freebsd-amd64-cgo), const DLT_CISCO_IOS = 118
15685pkg syscall (freebsd-amd64-cgo), const DLT_C_HDLC = 104
15686pkg syscall (freebsd-amd64-cgo), const DLT_C_HDLC_WITH_DIR = 205
15687pkg syscall (freebsd-amd64-cgo), const DLT_DBUS = 231
15688pkg syscall (freebsd-amd64-cgo), const DLT_DECT = 221
15689pkg syscall (freebsd-amd64-cgo), const DLT_DOCSIS = 143
15690pkg syscall (freebsd-amd64-cgo), const DLT_DVB_CI = 235
15691pkg syscall (freebsd-amd64-cgo), const DLT_ECONET = 115
15692pkg syscall (freebsd-amd64-cgo), const DLT_EN10MB = 1
15693pkg syscall (freebsd-amd64-cgo), const DLT_EN3MB = 2
15694pkg syscall (freebsd-amd64-cgo), const DLT_ENC = 109
15695pkg syscall (freebsd-amd64-cgo), const DLT_ERF = 197
15696pkg syscall (freebsd-amd64-cgo), const DLT_ERF_ETH = 175
15697pkg syscall (freebsd-amd64-cgo), const DLT_ERF_POS = 176
15698pkg syscall (freebsd-amd64-cgo), const DLT_FC_2 = 224
15699pkg syscall (freebsd-amd64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
15700pkg syscall (freebsd-amd64-cgo), const DLT_FDDI = 10
15701pkg syscall (freebsd-amd64-cgo), const DLT_FLEXRAY = 210
15702pkg syscall (freebsd-amd64-cgo), const DLT_FRELAY = 107
15703pkg syscall (freebsd-amd64-cgo), const DLT_FRELAY_WITH_DIR = 206
15704pkg syscall (freebsd-amd64-cgo), const DLT_GCOM_SERIAL = 173
15705pkg syscall (freebsd-amd64-cgo), const DLT_GCOM_T1E1 = 172
15706pkg syscall (freebsd-amd64-cgo), const DLT_GPF_F = 171
15707pkg syscall (freebsd-amd64-cgo), const DLT_GPF_T = 170
15708pkg syscall (freebsd-amd64-cgo), const DLT_GPRS_LLC = 169
15709pkg syscall (freebsd-amd64-cgo), const DLT_GSMTAP_ABIS = 218
15710pkg syscall (freebsd-amd64-cgo), const DLT_GSMTAP_UM = 217
15711pkg syscall (freebsd-amd64-cgo), const DLT_HHDLC = 121
15712pkg syscall (freebsd-amd64-cgo), const DLT_IBM_SN = 146
15713pkg syscall (freebsd-amd64-cgo), const DLT_IBM_SP = 145
15714pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802 = 6
15715pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11 = 105
15716pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11_RADIO = 127
15717pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
15718pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4 = 195
15719pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_LINUX = 191
15720pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_NOFCS = 230
15721pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
15722pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS = 188
15723pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
15724pkg syscall (freebsd-amd64-cgo), const DLT_IPFILTER = 116
15725pkg syscall (freebsd-amd64-cgo), const DLT_IPMB = 199
15726pkg syscall (freebsd-amd64-cgo), const DLT_IPMB_LINUX = 209
15727pkg syscall (freebsd-amd64-cgo), const DLT_IPNET = 226
15728pkg syscall (freebsd-amd64-cgo), const DLT_IPOIB = 242
15729pkg syscall (freebsd-amd64-cgo), const DLT_IPV4 = 228
15730pkg syscall (freebsd-amd64-cgo), const DLT_IPV6 = 229
15731pkg syscall (freebsd-amd64-cgo), const DLT_IP_OVER_FC = 122
15732pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM1 = 137
15733pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM2 = 135
15734pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM_CEMIC = 238
15735pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_CHDLC = 181
15736pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ES = 132
15737pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ETHER = 178
15738pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_FIBRECHANNEL = 234
15739pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_FRELAY = 180
15740pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_GGSN = 133
15741pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ISM = 194
15742pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MFR = 134
15743pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MLFR = 131
15744pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MLPPP = 130
15745pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MONITOR = 164
15746pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PIC_PEER = 174
15747pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPP = 179
15748pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPPOE = 167
15749pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
15750pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_SERVICES = 136
15751pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_SRX_E2E = 233
15752pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ST = 200
15753pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_VP = 183
15754pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_VS = 232
15755pkg syscall (freebsd-amd64-cgo), const DLT_LAPB_WITH_DIR = 207
15756pkg syscall (freebsd-amd64-cgo), const DLT_LAPD = 203
15757pkg syscall (freebsd-amd64-cgo), const DLT_LIN = 212
15758pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_EVDEV = 216
15759pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_IRDA = 144
15760pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_LAPD = 177
15761pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_PPP_WITHDIRECTION = 166
15762pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_SLL = 113
15763pkg syscall (freebsd-amd64-cgo), const DLT_LOOP = 108
15764pkg syscall (freebsd-amd64-cgo), const DLT_LTALK = 114
15765pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MAX = 242
15766pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MIN = 104
15767pkg syscall (freebsd-amd64-cgo), const DLT_MFR = 182
15768pkg syscall (freebsd-amd64-cgo), const DLT_MOST = 211
15769pkg syscall (freebsd-amd64-cgo), const DLT_MPLS = 219
15770pkg syscall (freebsd-amd64-cgo), const DLT_MTP2 = 140
15771pkg syscall (freebsd-amd64-cgo), const DLT_MTP2_WITH_PHDR = 139
15772pkg syscall (freebsd-amd64-cgo), const DLT_MTP3 = 141
15773pkg syscall (freebsd-amd64-cgo), const DLT_MUX27010 = 236
15774pkg syscall (freebsd-amd64-cgo), const DLT_NETANALYZER = 240
15775pkg syscall (freebsd-amd64-cgo), const DLT_NETANALYZER_TRANSPARENT = 241
15776pkg syscall (freebsd-amd64-cgo), const DLT_NFLOG = 239
15777pkg syscall (freebsd-amd64-cgo), const DLT_NULL = 0
15778pkg syscall (freebsd-amd64-cgo), const DLT_PCI_EXP = 125
15779pkg syscall (freebsd-amd64-cgo), const DLT_PFLOG = 117
15780pkg syscall (freebsd-amd64-cgo), const DLT_PFSYNC = 121
15781pkg syscall (freebsd-amd64-cgo), const DLT_PPI = 192
15782pkg syscall (freebsd-amd64-cgo), const DLT_PPP = 9
15783pkg syscall (freebsd-amd64-cgo), const DLT_PPP_BSDOS = 16
15784pkg syscall (freebsd-amd64-cgo), const DLT_PPP_ETHER = 51
15785pkg syscall (freebsd-amd64-cgo), const DLT_PPP_PPPD = 166
15786pkg syscall (freebsd-amd64-cgo), const DLT_PPP_SERIAL = 50
15787pkg syscall (freebsd-amd64-cgo), const DLT_PPP_WITH_DIR = 204
15788pkg syscall (freebsd-amd64-cgo), const DLT_PPP_WITH_DIRECTION = 166
15789pkg syscall (freebsd-amd64-cgo), const DLT_PRISM_HEADER = 119
15790pkg syscall (freebsd-amd64-cgo), const DLT_PRONET = 4
15791pkg syscall (freebsd-amd64-cgo), const DLT_RAIF1 = 198
15792pkg syscall (freebsd-amd64-cgo), const DLT_RAW = 12
15793pkg syscall (freebsd-amd64-cgo), const DLT_RIO = 124
15794pkg syscall (freebsd-amd64-cgo), const DLT_SCCP = 142
15795pkg syscall (freebsd-amd64-cgo), const DLT_SITA = 196
15796pkg syscall (freebsd-amd64-cgo), const DLT_SLIP = 8
15797pkg syscall (freebsd-amd64-cgo), const DLT_SLIP_BSDOS = 15
15798pkg syscall (freebsd-amd64-cgo), const DLT_STANAG_5066_D_PDU = 237
15799pkg syscall (freebsd-amd64-cgo), const DLT_SUNATM = 123
15800pkg syscall (freebsd-amd64-cgo), const DLT_SYMANTEC_FIREWALL = 99
15801pkg syscall (freebsd-amd64-cgo), const DLT_TZSP = 128
15802pkg syscall (freebsd-amd64-cgo), const DLT_USB = 186
15803pkg syscall (freebsd-amd64-cgo), const DLT_USB_LINUX = 189
15804pkg syscall (freebsd-amd64-cgo), const DLT_USB_LINUX_MMAPPED = 220
15805pkg syscall (freebsd-amd64-cgo), const DLT_USER0 = 147
15806pkg syscall (freebsd-amd64-cgo), const DLT_USER1 = 148
15807pkg syscall (freebsd-amd64-cgo), const DLT_USER10 = 157
15808pkg syscall (freebsd-amd64-cgo), const DLT_USER11 = 158
15809pkg syscall (freebsd-amd64-cgo), const DLT_USER12 = 159
15810pkg syscall (freebsd-amd64-cgo), const DLT_USER13 = 160
15811pkg syscall (freebsd-amd64-cgo), const DLT_USER14 = 161
15812pkg syscall (freebsd-amd64-cgo), const DLT_USER15 = 162
15813pkg syscall (freebsd-amd64-cgo), const DLT_USER2 = 149
15814pkg syscall (freebsd-amd64-cgo), const DLT_USER3 = 150
15815pkg syscall (freebsd-amd64-cgo), const DLT_USER4 = 151
15816pkg syscall (freebsd-amd64-cgo), const DLT_USER5 = 152
15817pkg syscall (freebsd-amd64-cgo), const DLT_USER6 = 153
15818pkg syscall (freebsd-amd64-cgo), const DLT_USER7 = 154
15819pkg syscall (freebsd-amd64-cgo), const DLT_USER8 = 155
15820pkg syscall (freebsd-amd64-cgo), const DLT_USER9 = 156
15821pkg syscall (freebsd-amd64-cgo), const DLT_WIHART = 223
15822pkg syscall (freebsd-amd64-cgo), const DLT_X2E_SERIAL = 213
15823pkg syscall (freebsd-amd64-cgo), const DLT_X2E_XORAYA = 214
15824pkg syscall (freebsd-amd64-cgo), const DT_BLK = 6
15825pkg syscall (freebsd-amd64-cgo), const DT_CHR = 2
15826pkg syscall (freebsd-amd64-cgo), const DT_DIR = 4
15827pkg syscall (freebsd-amd64-cgo), const DT_FIFO = 1
15828pkg syscall (freebsd-amd64-cgo), const DT_LNK = 10
15829pkg syscall (freebsd-amd64-cgo), const DT_REG = 8
15830pkg syscall (freebsd-amd64-cgo), const DT_SOCK = 12
15831pkg syscall (freebsd-amd64-cgo), const DT_UNKNOWN = 0
15832pkg syscall (freebsd-amd64-cgo), const DT_WHT = 14
15833pkg syscall (freebsd-amd64-cgo), const E2BIG = 7
15834pkg syscall (freebsd-amd64-cgo), const EACCES = 13
15835pkg syscall (freebsd-amd64-cgo), const EADDRINUSE = 48
15836pkg syscall (freebsd-amd64-cgo), const EADDRNOTAVAIL = 49
15837pkg syscall (freebsd-amd64-cgo), const EAFNOSUPPORT = 47
15838pkg syscall (freebsd-amd64-cgo), const EAGAIN = 35
15839pkg syscall (freebsd-amd64-cgo), const EALREADY = 37
15840pkg syscall (freebsd-amd64-cgo), const EAUTH = 80
15841pkg syscall (freebsd-amd64-cgo), const EBADF = 9
15842pkg syscall (freebsd-amd64-cgo), const EBADMSG = 89
15843pkg syscall (freebsd-amd64-cgo), const EBADRPC = 72
15844pkg syscall (freebsd-amd64-cgo), const EBUSY = 16
15845pkg syscall (freebsd-amd64-cgo), const ECANCELED = 85
15846pkg syscall (freebsd-amd64-cgo), const ECAPMODE = 94
15847pkg syscall (freebsd-amd64-cgo), const ECHILD = 10
15848pkg syscall (freebsd-amd64-cgo), const ECHO = 8
15849pkg syscall (freebsd-amd64-cgo), const ECHOCTL = 64
15850pkg syscall (freebsd-amd64-cgo), const ECHOE = 2
15851pkg syscall (freebsd-amd64-cgo), const ECHOK = 4
15852pkg syscall (freebsd-amd64-cgo), const ECHOKE = 1
15853pkg syscall (freebsd-amd64-cgo), const ECHONL = 16
15854pkg syscall (freebsd-amd64-cgo), const ECHOPRT = 32
15855pkg syscall (freebsd-amd64-cgo), const ECONNABORTED = 53
15856pkg syscall (freebsd-amd64-cgo), const ECONNREFUSED = 61
15857pkg syscall (freebsd-amd64-cgo), const ECONNRESET = 54
15858pkg syscall (freebsd-amd64-cgo), const EDEADLK = 11
15859pkg syscall (freebsd-amd64-cgo), const EDESTADDRREQ = 39
15860pkg syscall (freebsd-amd64-cgo), const EDOM = 33
15861pkg syscall (freebsd-amd64-cgo), const EDOOFUS = 88
15862pkg syscall (freebsd-amd64-cgo), const EDQUOT = 69
15863pkg syscall (freebsd-amd64-cgo), const EEXIST = 17
15864pkg syscall (freebsd-amd64-cgo), const EFAULT = 14
15865pkg syscall (freebsd-amd64-cgo), const EFBIG = 27
15866pkg syscall (freebsd-amd64-cgo), const EFTYPE = 79
15867pkg syscall (freebsd-amd64-cgo), const EHOSTDOWN = 64
15868pkg syscall (freebsd-amd64-cgo), const EHOSTUNREACH = 65
15869pkg syscall (freebsd-amd64-cgo), const EIDRM = 82
15870pkg syscall (freebsd-amd64-cgo), const EILSEQ = 86
15871pkg syscall (freebsd-amd64-cgo), const EINPROGRESS = 36
15872pkg syscall (freebsd-amd64-cgo), const EINTR = 4
15873pkg syscall (freebsd-amd64-cgo), const EINVAL = 22
15874pkg syscall (freebsd-amd64-cgo), const EIO = 5
15875pkg syscall (freebsd-amd64-cgo), const EISCONN = 56
15876pkg syscall (freebsd-amd64-cgo), const EISDIR = 21
15877pkg syscall (freebsd-amd64-cgo), const ELAST = 94
15878pkg syscall (freebsd-amd64-cgo), const ELOOP = 62
15879pkg syscall (freebsd-amd64-cgo), const EMFILE = 24
15880pkg syscall (freebsd-amd64-cgo), const EMLINK = 31
15881pkg syscall (freebsd-amd64-cgo), const EMSGSIZE = 40
15882pkg syscall (freebsd-amd64-cgo), const EMULTIHOP = 90
15883pkg syscall (freebsd-amd64-cgo), const ENAMETOOLONG = 63
15884pkg syscall (freebsd-amd64-cgo), const ENEEDAUTH = 81
15885pkg syscall (freebsd-amd64-cgo), const ENETDOWN = 50
15886pkg syscall (freebsd-amd64-cgo), const ENETRESET = 52
15887pkg syscall (freebsd-amd64-cgo), const ENETUNREACH = 51
15888pkg syscall (freebsd-amd64-cgo), const ENFILE = 23
15889pkg syscall (freebsd-amd64-cgo), const ENOATTR = 87
15890pkg syscall (freebsd-amd64-cgo), const ENOBUFS = 55
15891pkg syscall (freebsd-amd64-cgo), const ENODEV = 19
15892pkg syscall (freebsd-amd64-cgo), const ENOEXEC = 8
15893pkg syscall (freebsd-amd64-cgo), const ENOLCK = 77
15894pkg syscall (freebsd-amd64-cgo), const ENOLINK = 91
15895pkg syscall (freebsd-amd64-cgo), const ENOMEM = 12
15896pkg syscall (freebsd-amd64-cgo), const ENOMSG = 83
15897pkg syscall (freebsd-amd64-cgo), const ENOPROTOOPT = 42
15898pkg syscall (freebsd-amd64-cgo), const ENOSPC = 28
15899pkg syscall (freebsd-amd64-cgo), const ENOSYS = 78
15900pkg syscall (freebsd-amd64-cgo), const ENOTBLK = 15
15901pkg syscall (freebsd-amd64-cgo), const ENOTCAPABLE = 93
15902pkg syscall (freebsd-amd64-cgo), const ENOTCONN = 57
15903pkg syscall (freebsd-amd64-cgo), const ENOTDIR = 20
15904pkg syscall (freebsd-amd64-cgo), const ENOTEMPTY = 66
15905pkg syscall (freebsd-amd64-cgo), const ENOTSOCK = 38
15906pkg syscall (freebsd-amd64-cgo), const ENOTSUP = 45
15907pkg syscall (freebsd-amd64-cgo), const ENOTTY = 25
15908pkg syscall (freebsd-amd64-cgo), const ENXIO = 6
15909pkg syscall (freebsd-amd64-cgo), const EOPNOTSUPP = 45
15910pkg syscall (freebsd-amd64-cgo), const EOVERFLOW = 84
15911pkg syscall (freebsd-amd64-cgo), const EPERM = 1
15912pkg syscall (freebsd-amd64-cgo), const EPFNOSUPPORT = 46
15913pkg syscall (freebsd-amd64-cgo), const EPIPE = 32
15914pkg syscall (freebsd-amd64-cgo), const EPROCLIM = 67
15915pkg syscall (freebsd-amd64-cgo), const EPROCUNAVAIL = 76
15916pkg syscall (freebsd-amd64-cgo), const EPROGMISMATCH = 75
15917pkg syscall (freebsd-amd64-cgo), const EPROGUNAVAIL = 74
15918pkg syscall (freebsd-amd64-cgo), const EPROTO = 92
15919pkg syscall (freebsd-amd64-cgo), const EPROTONOSUPPORT = 43
15920pkg syscall (freebsd-amd64-cgo), const EPROTOTYPE = 41
15921pkg syscall (freebsd-amd64-cgo), const ERANGE = 34
15922pkg syscall (freebsd-amd64-cgo), const EREMOTE = 71
15923pkg syscall (freebsd-amd64-cgo), const EROFS = 30
15924pkg syscall (freebsd-amd64-cgo), const ERPCMISMATCH = 73
15925pkg syscall (freebsd-amd64-cgo), const ESHUTDOWN = 58
15926pkg syscall (freebsd-amd64-cgo), const ESOCKTNOSUPPORT = 44
15927pkg syscall (freebsd-amd64-cgo), const ESPIPE = 29
15928pkg syscall (freebsd-amd64-cgo), const ESRCH = 3
15929pkg syscall (freebsd-amd64-cgo), const ESTALE = 70
15930pkg syscall (freebsd-amd64-cgo), const ETIMEDOUT = 60
15931pkg syscall (freebsd-amd64-cgo), const ETOOMANYREFS = 59
15932pkg syscall (freebsd-amd64-cgo), const ETXTBSY = 26
15933pkg syscall (freebsd-amd64-cgo), const EUSERS = 68
15934pkg syscall (freebsd-amd64-cgo), const EVFILT_AIO = -3
15935pkg syscall (freebsd-amd64-cgo), const EVFILT_FS = -9
15936pkg syscall (freebsd-amd64-cgo), const EVFILT_LIO = -10
15937pkg syscall (freebsd-amd64-cgo), const EVFILT_PROC = -5
15938pkg syscall (freebsd-amd64-cgo), const EVFILT_READ = -1
15939pkg syscall (freebsd-amd64-cgo), const EVFILT_SIGNAL = -6
15940pkg syscall (freebsd-amd64-cgo), const EVFILT_SYSCOUNT = 11
15941pkg syscall (freebsd-amd64-cgo), const EVFILT_TIMER = -7
15942pkg syscall (freebsd-amd64-cgo), const EVFILT_USER = -11
15943pkg syscall (freebsd-amd64-cgo), const EVFILT_VNODE = -4
15944pkg syscall (freebsd-amd64-cgo), const EVFILT_WRITE = -2
15945pkg syscall (freebsd-amd64-cgo), const EV_ADD = 1
15946pkg syscall (freebsd-amd64-cgo), const EV_CLEAR = 32
15947pkg syscall (freebsd-amd64-cgo), const EV_DELETE = 2
15948pkg syscall (freebsd-amd64-cgo), const EV_DISABLE = 8
15949pkg syscall (freebsd-amd64-cgo), const EV_DISPATCH = 128
15950pkg syscall (freebsd-amd64-cgo), const EV_ENABLE = 4
15951pkg syscall (freebsd-amd64-cgo), const EV_EOF = 32768
15952pkg syscall (freebsd-amd64-cgo), const EV_ERROR = 16384
15953pkg syscall (freebsd-amd64-cgo), const EV_FLAG1 = 8192
15954pkg syscall (freebsd-amd64-cgo), const EV_ONESHOT = 16
15955pkg syscall (freebsd-amd64-cgo), const EV_RECEIPT = 64
15956pkg syscall (freebsd-amd64-cgo), const EV_SYSFLAGS = 61440
15957pkg syscall (freebsd-amd64-cgo), const EWOULDBLOCK = 35
15958pkg syscall (freebsd-amd64-cgo), const EXDEV = 18
15959pkg syscall (freebsd-amd64-cgo), const EXTA = 19200
15960pkg syscall (freebsd-amd64-cgo), const EXTB = 38400
15961pkg syscall (freebsd-amd64-cgo), const EXTPROC = 2048
15962pkg syscall (freebsd-amd64-cgo), const FD_CLOEXEC = 1
15963pkg syscall (freebsd-amd64-cgo), const FD_SETSIZE = 1024
15964pkg syscall (freebsd-amd64-cgo), const FLUSHO = 8388608
15965pkg syscall (freebsd-amd64-cgo), const F_CANCEL = 5
15966pkg syscall (freebsd-amd64-cgo), const F_DUP2FD = 10
15967pkg syscall (freebsd-amd64-cgo), const F_DUPFD = 0
15968pkg syscall (freebsd-amd64-cgo), const F_GETFD = 1
15969pkg syscall (freebsd-amd64-cgo), const F_GETFL = 3
15970pkg syscall (freebsd-amd64-cgo), const F_GETLK = 11
15971pkg syscall (freebsd-amd64-cgo), const F_GETOWN = 5
15972pkg syscall (freebsd-amd64-cgo), const F_OGETLK = 7
15973pkg syscall (freebsd-amd64-cgo), const F_OK = 0
15974pkg syscall (freebsd-amd64-cgo), const F_OSETLK = 8
15975pkg syscall (freebsd-amd64-cgo), const F_OSETLKW = 9
15976pkg syscall (freebsd-amd64-cgo), const F_RDAHEAD = 16
15977pkg syscall (freebsd-amd64-cgo), const F_RDLCK = 1
15978pkg syscall (freebsd-amd64-cgo), const F_READAHEAD = 15
15979pkg syscall (freebsd-amd64-cgo), const F_SETFD = 2
15980pkg syscall (freebsd-amd64-cgo), const F_SETFL = 4
15981pkg syscall (freebsd-amd64-cgo), const F_SETLK = 12
15982pkg syscall (freebsd-amd64-cgo), const F_SETLKW = 13
15983pkg syscall (freebsd-amd64-cgo), const F_SETLK_REMOTE = 14
15984pkg syscall (freebsd-amd64-cgo), const F_SETOWN = 6
15985pkg syscall (freebsd-amd64-cgo), const F_UNLCK = 2
15986pkg syscall (freebsd-amd64-cgo), const F_UNLCKSYS = 4
15987pkg syscall (freebsd-amd64-cgo), const F_WRLCK = 3
15988pkg syscall (freebsd-amd64-cgo), const HUPCL = 16384
15989pkg syscall (freebsd-amd64-cgo), const ICANON = 256
15990pkg syscall (freebsd-amd64-cgo), const ICRNL = 256
15991pkg syscall (freebsd-amd64-cgo), const IEXTEN = 1024
15992pkg syscall (freebsd-amd64-cgo), const IFAN_ARRIVAL = 0
15993pkg syscall (freebsd-amd64-cgo), const IFAN_DEPARTURE = 1
15994pkg syscall (freebsd-amd64-cgo), const IFF_ALLMULTI = 512
15995pkg syscall (freebsd-amd64-cgo), const IFF_ALTPHYS = 16384
15996pkg syscall (freebsd-amd64-cgo), const IFF_CANTCHANGE = 2199410
15997pkg syscall (freebsd-amd64-cgo), const IFF_CANTCONFIG = 65536
15998pkg syscall (freebsd-amd64-cgo), const IFF_DEBUG = 4
15999pkg syscall (freebsd-amd64-cgo), const IFF_DRV_OACTIVE = 1024
16000pkg syscall (freebsd-amd64-cgo), const IFF_DRV_RUNNING = 64
16001pkg syscall (freebsd-amd64-cgo), const IFF_DYING = 2097152
16002pkg syscall (freebsd-amd64-cgo), const IFF_LINK0 = 4096
16003pkg syscall (freebsd-amd64-cgo), const IFF_LINK1 = 8192
16004pkg syscall (freebsd-amd64-cgo), const IFF_LINK2 = 16384
16005pkg syscall (freebsd-amd64-cgo), const IFF_LOOPBACK = 8
16006pkg syscall (freebsd-amd64-cgo), const IFF_MONITOR = 262144
16007pkg syscall (freebsd-amd64-cgo), const IFF_MULTICAST = 32768
16008pkg syscall (freebsd-amd64-cgo), const IFF_NOARP = 128
16009pkg syscall (freebsd-amd64-cgo), const IFF_OACTIVE = 1024
16010pkg syscall (freebsd-amd64-cgo), const IFF_POINTOPOINT = 16
16011pkg syscall (freebsd-amd64-cgo), const IFF_PPROMISC = 131072
16012pkg syscall (freebsd-amd64-cgo), const IFF_PROMISC = 256
16013pkg syscall (freebsd-amd64-cgo), const IFF_RENAMING = 4194304
16014pkg syscall (freebsd-amd64-cgo), const IFF_RUNNING = 64
16015pkg syscall (freebsd-amd64-cgo), const IFF_SIMPLEX = 2048
16016pkg syscall (freebsd-amd64-cgo), const IFF_SMART = 32
16017pkg syscall (freebsd-amd64-cgo), const IFF_STATICARP = 524288
16018pkg syscall (freebsd-amd64-cgo), const IFNAMSIZ = 16
16019pkg syscall (freebsd-amd64-cgo), const IFT_1822 = 2
16020pkg syscall (freebsd-amd64-cgo), const IFT_A12MPPSWITCH = 130
16021pkg syscall (freebsd-amd64-cgo), const IFT_AAL2 = 187
16022pkg syscall (freebsd-amd64-cgo), const IFT_AAL5 = 49
16023pkg syscall (freebsd-amd64-cgo), const IFT_ADSL = 94
16024pkg syscall (freebsd-amd64-cgo), const IFT_AFLANE8023 = 59
16025pkg syscall (freebsd-amd64-cgo), const IFT_AFLANE8025 = 60
16026pkg syscall (freebsd-amd64-cgo), const IFT_ARAP = 88
16027pkg syscall (freebsd-amd64-cgo), const IFT_ARCNET = 35
16028pkg syscall (freebsd-amd64-cgo), const IFT_ARCNETPLUS = 36
16029pkg syscall (freebsd-amd64-cgo), const IFT_ASYNC = 84
16030pkg syscall (freebsd-amd64-cgo), const IFT_ATM = 37
16031pkg syscall (freebsd-amd64-cgo), const IFT_ATMDXI = 105
16032pkg syscall (freebsd-amd64-cgo), const IFT_ATMFUNI = 106
16033pkg syscall (freebsd-amd64-cgo), const IFT_ATMIMA = 107
16034pkg syscall (freebsd-amd64-cgo), const IFT_ATMLOGICAL = 80
16035pkg syscall (freebsd-amd64-cgo), const IFT_ATMRADIO = 189
16036pkg syscall (freebsd-amd64-cgo), const IFT_ATMSUBINTERFACE = 134
16037pkg syscall (freebsd-amd64-cgo), const IFT_ATMVCIENDPT = 194
16038pkg syscall (freebsd-amd64-cgo), const IFT_ATMVIRTUAL = 149
16039pkg syscall (freebsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING = 162
16040pkg syscall (freebsd-amd64-cgo), const IFT_BRIDGE = 209
16041pkg syscall (freebsd-amd64-cgo), const IFT_BSC = 83
16042pkg syscall (freebsd-amd64-cgo), const IFT_CARP = 248
16043pkg syscall (freebsd-amd64-cgo), const IFT_CCTEMUL = 61
16044pkg syscall (freebsd-amd64-cgo), const IFT_CEPT = 19
16045pkg syscall (freebsd-amd64-cgo), const IFT_CES = 133
16046pkg syscall (freebsd-amd64-cgo), const IFT_CHANNEL = 70
16047pkg syscall (freebsd-amd64-cgo), const IFT_CNR = 85
16048pkg syscall (freebsd-amd64-cgo), const IFT_COFFEE = 132
16049pkg syscall (freebsd-amd64-cgo), const IFT_COMPOSITELINK = 155
16050pkg syscall (freebsd-amd64-cgo), const IFT_DCN = 141
16051pkg syscall (freebsd-amd64-cgo), const IFT_DIGITALPOWERLINE = 138
16052pkg syscall (freebsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
16053pkg syscall (freebsd-amd64-cgo), const IFT_DLSW = 74
16054pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
16055pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER = 127
16056pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM = 129
16057pkg syscall (freebsd-amd64-cgo), const IFT_DS0 = 81
16058pkg syscall (freebsd-amd64-cgo), const IFT_DS0BUNDLE = 82
16059pkg syscall (freebsd-amd64-cgo), const IFT_DS1FDL = 170
16060pkg syscall (freebsd-amd64-cgo), const IFT_DS3 = 30
16061pkg syscall (freebsd-amd64-cgo), const IFT_DTM = 140
16062pkg syscall (freebsd-amd64-cgo), const IFT_DVBASILN = 172
16063pkg syscall (freebsd-amd64-cgo), const IFT_DVBASIOUT = 173
16064pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM = 147
16065pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCMACLAYER = 146
16066pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCUPSTREAM = 148
16067pkg syscall (freebsd-amd64-cgo), const IFT_ENC = 244
16068pkg syscall (freebsd-amd64-cgo), const IFT_EON = 25
16069pkg syscall (freebsd-amd64-cgo), const IFT_EPLRS = 87
16070pkg syscall (freebsd-amd64-cgo), const IFT_ESCON = 73
16071pkg syscall (freebsd-amd64-cgo), const IFT_ETHER = 6
16072pkg syscall (freebsd-amd64-cgo), const IFT_FAITH = 242
16073pkg syscall (freebsd-amd64-cgo), const IFT_FAST = 125
16074pkg syscall (freebsd-amd64-cgo), const IFT_FASTETHER = 62
16075pkg syscall (freebsd-amd64-cgo), const IFT_FASTETHERFX = 69
16076pkg syscall (freebsd-amd64-cgo), const IFT_FDDI = 15
16077pkg syscall (freebsd-amd64-cgo), const IFT_FIBRECHANNEL = 56
16078pkg syscall (freebsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
16079pkg syscall (freebsd-amd64-cgo), const IFT_FRAMERELAYMPI = 92
16080pkg syscall (freebsd-amd64-cgo), const IFT_FRDLCIENDPT = 193
16081pkg syscall (freebsd-amd64-cgo), const IFT_FRELAY = 32
16082pkg syscall (freebsd-amd64-cgo), const IFT_FRELAYDCE = 44
16083pkg syscall (freebsd-amd64-cgo), const IFT_FRF16MFRBUNDLE = 163
16084pkg syscall (freebsd-amd64-cgo), const IFT_FRFORWARD = 158
16085pkg syscall (freebsd-amd64-cgo), const IFT_G703AT2MB = 67
16086pkg syscall (freebsd-amd64-cgo), const IFT_G703AT64K = 66
16087pkg syscall (freebsd-amd64-cgo), const IFT_GIF = 240
16088pkg syscall (freebsd-amd64-cgo), const IFT_GIGABITETHERNET = 117
16089pkg syscall (freebsd-amd64-cgo), const IFT_GR303IDT = 178
16090pkg syscall (freebsd-amd64-cgo), const IFT_GR303RDT = 177
16091pkg syscall (freebsd-amd64-cgo), const IFT_H323GATEKEEPER = 164
16092pkg syscall (freebsd-amd64-cgo), const IFT_H323PROXY = 165
16093pkg syscall (freebsd-amd64-cgo), const IFT_HDH1822 = 3
16094pkg syscall (freebsd-amd64-cgo), const IFT_HDLC = 118
16095pkg syscall (freebsd-amd64-cgo), const IFT_HDSL2 = 168
16096pkg syscall (freebsd-amd64-cgo), const IFT_HIPERLAN2 = 183
16097pkg syscall (freebsd-amd64-cgo), const IFT_HIPPI = 47
16098pkg syscall (freebsd-amd64-cgo), const IFT_HIPPIINTERFACE = 57
16099pkg syscall (freebsd-amd64-cgo), const IFT_HOSTPAD = 90
16100pkg syscall (freebsd-amd64-cgo), const IFT_HSSI = 46
16101pkg syscall (freebsd-amd64-cgo), const IFT_HY = 14
16102pkg syscall (freebsd-amd64-cgo), const IFT_IBM370PARCHAN = 72
16103pkg syscall (freebsd-amd64-cgo), const IFT_IDSL = 154
16104pkg syscall (freebsd-amd64-cgo), const IFT_IEEE1394 = 144
16105pkg syscall (freebsd-amd64-cgo), const IFT_IEEE80211 = 71
16106pkg syscall (freebsd-amd64-cgo), const IFT_IEEE80212 = 55
16107pkg syscall (freebsd-amd64-cgo), const IFT_IEEE8023ADLAG = 161
16108pkg syscall (freebsd-amd64-cgo), const IFT_IFGSN = 145
16109pkg syscall (freebsd-amd64-cgo), const IFT_IMT = 190
16110pkg syscall (freebsd-amd64-cgo), const IFT_INFINIBAND = 199
16111pkg syscall (freebsd-amd64-cgo), const IFT_INTERLEAVE = 124
16112pkg syscall (freebsd-amd64-cgo), const IFT_IP = 126
16113pkg syscall (freebsd-amd64-cgo), const IFT_IPFORWARD = 142
16114pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERATM = 114
16115pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERCDLC = 109
16116pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERCLAW = 110
16117pkg syscall (freebsd-amd64-cgo), const IFT_IPSWITCH = 78
16118pkg syscall (freebsd-amd64-cgo), const IFT_IPXIP = 249
16119pkg syscall (freebsd-amd64-cgo), const IFT_ISDN = 63
16120pkg syscall (freebsd-amd64-cgo), const IFT_ISDNBASIC = 20
16121pkg syscall (freebsd-amd64-cgo), const IFT_ISDNPRIMARY = 21
16122pkg syscall (freebsd-amd64-cgo), const IFT_ISDNS = 75
16123pkg syscall (freebsd-amd64-cgo), const IFT_ISDNU = 76
16124pkg syscall (freebsd-amd64-cgo), const IFT_ISO88022LLC = 41
16125pkg syscall (freebsd-amd64-cgo), const IFT_ISO88023 = 7
16126pkg syscall (freebsd-amd64-cgo), const IFT_ISO88024 = 8
16127pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025 = 9
16128pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025CRFPINT = 98
16129pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025DTR = 86
16130pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025FIBER = 115
16131pkg syscall (freebsd-amd64-cgo), const IFT_ISO88026 = 10
16132pkg syscall (freebsd-amd64-cgo), const IFT_ISUP = 179
16133pkg syscall (freebsd-amd64-cgo), const IFT_L2VLAN = 135
16134pkg syscall (freebsd-amd64-cgo), const IFT_L3IPVLAN = 136
16135pkg syscall (freebsd-amd64-cgo), const IFT_L3IPXVLAN = 137
16136pkg syscall (freebsd-amd64-cgo), const IFT_LAPB = 16
16137pkg syscall (freebsd-amd64-cgo), const IFT_LAPD = 77
16138pkg syscall (freebsd-amd64-cgo), const IFT_LAPF = 119
16139pkg syscall (freebsd-amd64-cgo), const IFT_LOCALTALK = 42
16140pkg syscall (freebsd-amd64-cgo), const IFT_LOOP = 24
16141pkg syscall (freebsd-amd64-cgo), const IFT_MEDIAMAILOVERIP = 139
16142pkg syscall (freebsd-amd64-cgo), const IFT_MFSIGLINK = 167
16143pkg syscall (freebsd-amd64-cgo), const IFT_MIOX25 = 38
16144pkg syscall (freebsd-amd64-cgo), const IFT_MODEM = 48
16145pkg syscall (freebsd-amd64-cgo), const IFT_MPC = 113
16146pkg syscall (freebsd-amd64-cgo), const IFT_MPLS = 166
16147pkg syscall (freebsd-amd64-cgo), const IFT_MPLSTUNNEL = 150
16148pkg syscall (freebsd-amd64-cgo), const IFT_MSDSL = 143
16149pkg syscall (freebsd-amd64-cgo), const IFT_MVL = 191
16150pkg syscall (freebsd-amd64-cgo), const IFT_MYRINET = 99
16151pkg syscall (freebsd-amd64-cgo), const IFT_NFAS = 175
16152pkg syscall (freebsd-amd64-cgo), const IFT_NSIP = 27
16153pkg syscall (freebsd-amd64-cgo), const IFT_OPTICALCHANNEL = 195
16154pkg syscall (freebsd-amd64-cgo), const IFT_OPTICALTRANSPORT = 196
16155pkg syscall (freebsd-amd64-cgo), const IFT_OTHER = 1
16156pkg syscall (freebsd-amd64-cgo), const IFT_P10 = 12
16157pkg syscall (freebsd-amd64-cgo), const IFT_P80 = 13
16158pkg syscall (freebsd-amd64-cgo), const IFT_PARA = 34
16159pkg syscall (freebsd-amd64-cgo), const IFT_PFLOG = 246
16160pkg syscall (freebsd-amd64-cgo), const IFT_PFSYNC = 247
16161pkg syscall (freebsd-amd64-cgo), const IFT_PLC = 174
16162pkg syscall (freebsd-amd64-cgo), const IFT_POS = 171
16163pkg syscall (freebsd-amd64-cgo), const IFT_PPP = 23
16164pkg syscall (freebsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE = 108
16165pkg syscall (freebsd-amd64-cgo), const IFT_PROPBWAP2MP = 184
16166pkg syscall (freebsd-amd64-cgo), const IFT_PROPCNLS = 89
16167pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
16168pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
16169pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
16170pkg syscall (freebsd-amd64-cgo), const IFT_PROPMUX = 54
16171pkg syscall (freebsd-amd64-cgo), const IFT_PROPVIRTUAL = 53
16172pkg syscall (freebsd-amd64-cgo), const IFT_PROPWIRELESSP2P = 157
16173pkg syscall (freebsd-amd64-cgo), const IFT_PTPSERIAL = 22
16174pkg syscall (freebsd-amd64-cgo), const IFT_PVC = 241
16175pkg syscall (freebsd-amd64-cgo), const IFT_QLLC = 68
16176pkg syscall (freebsd-amd64-cgo), const IFT_RADIOMAC = 188
16177pkg syscall (freebsd-amd64-cgo), const IFT_RADSL = 95
16178pkg syscall (freebsd-amd64-cgo), const IFT_REACHDSL = 192
16179pkg syscall (freebsd-amd64-cgo), const IFT_RFC1483 = 159
16180pkg syscall (freebsd-amd64-cgo), const IFT_RS232 = 33
16181pkg syscall (freebsd-amd64-cgo), const IFT_RSRB = 79
16182pkg syscall (freebsd-amd64-cgo), const IFT_SDLC = 17
16183pkg syscall (freebsd-amd64-cgo), const IFT_SDSL = 96
16184pkg syscall (freebsd-amd64-cgo), const IFT_SHDSL = 169
16185pkg syscall (freebsd-amd64-cgo), const IFT_SIP = 31
16186pkg syscall (freebsd-amd64-cgo), const IFT_SLIP = 28
16187pkg syscall (freebsd-amd64-cgo), const IFT_SMDSDXI = 43
16188pkg syscall (freebsd-amd64-cgo), const IFT_SMDSICIP = 52
16189pkg syscall (freebsd-amd64-cgo), const IFT_SONET = 39
16190pkg syscall (freebsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL = 185
16191pkg syscall (freebsd-amd64-cgo), const IFT_SONETPATH = 50
16192pkg syscall (freebsd-amd64-cgo), const IFT_SONETVT = 51
16193pkg syscall (freebsd-amd64-cgo), const IFT_SRP = 151
16194pkg syscall (freebsd-amd64-cgo), const IFT_SS7SIGLINK = 156
16195pkg syscall (freebsd-amd64-cgo), const IFT_STACKTOSTACK = 111
16196pkg syscall (freebsd-amd64-cgo), const IFT_STARLAN = 11
16197pkg syscall (freebsd-amd64-cgo), const IFT_STF = 215
16198pkg syscall (freebsd-amd64-cgo), const IFT_T1 = 18
16199pkg syscall (freebsd-amd64-cgo), const IFT_TDLC = 116
16200pkg syscall (freebsd-amd64-cgo), const IFT_TERMPAD = 91
16201pkg syscall (freebsd-amd64-cgo), const IFT_TR008 = 176
16202pkg syscall (freebsd-amd64-cgo), const IFT_TRANSPHDLC = 123
16203pkg syscall (freebsd-amd64-cgo), const IFT_TUNNEL = 131
16204pkg syscall (freebsd-amd64-cgo), const IFT_ULTRA = 29
16205pkg syscall (freebsd-amd64-cgo), const IFT_USB = 160
16206pkg syscall (freebsd-amd64-cgo), const IFT_V11 = 64
16207pkg syscall (freebsd-amd64-cgo), const IFT_V35 = 45
16208pkg syscall (freebsd-amd64-cgo), const IFT_V36 = 65
16209pkg syscall (freebsd-amd64-cgo), const IFT_V37 = 120
16210pkg syscall (freebsd-amd64-cgo), const IFT_VDSL = 97
16211pkg syscall (freebsd-amd64-cgo), const IFT_VIRTUALIPADDRESS = 112
16212pkg syscall (freebsd-amd64-cgo), const IFT_VOICEEM = 100
16213pkg syscall (freebsd-amd64-cgo), const IFT_VOICEENCAP = 103
16214pkg syscall (freebsd-amd64-cgo), const IFT_VOICEFXO = 101
16215pkg syscall (freebsd-amd64-cgo), const IFT_VOICEFXS = 102
16216pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERATM = 152
16217pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY = 153
16218pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERIP = 104
16219pkg syscall (freebsd-amd64-cgo), const IFT_X213 = 93
16220pkg syscall (freebsd-amd64-cgo), const IFT_X25 = 5
16221pkg syscall (freebsd-amd64-cgo), const IFT_X25DDN = 4
16222pkg syscall (freebsd-amd64-cgo), const IFT_X25HUNTGROUP = 122
16223pkg syscall (freebsd-amd64-cgo), const IFT_X25MLP = 121
16224pkg syscall (freebsd-amd64-cgo), const IFT_X25PLE = 40
16225pkg syscall (freebsd-amd64-cgo), const IFT_XETHER = 26
16226pkg syscall (freebsd-amd64-cgo), const IGNBRK = 1
16227pkg syscall (freebsd-amd64-cgo), const IGNCR = 128
16228pkg syscall (freebsd-amd64-cgo), const IGNPAR = 4
16229pkg syscall (freebsd-amd64-cgo), const IMAXBEL = 8192
16230pkg syscall (freebsd-amd64-cgo), const INLCR = 64
16231pkg syscall (freebsd-amd64-cgo), const INPCK = 16
16232pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_HOST = 16777215
16233pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_MAX = 128
16234pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_NET = 4278190080
16235pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_NSHIFT = 24
16236pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_HOST = 65535
16237pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_MAX = 65536
16238pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_NET = 4294901760
16239pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_NSHIFT = 16
16240pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_HOST = 255
16241pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_NET = 4294967040
16242pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_NSHIFT = 8
16243pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_HOST = 268435455
16244pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_NET = 4026531840
16245pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_NSHIFT = 28
16246pkg syscall (freebsd-amd64-cgo), const IN_LOOPBACKNET = 127
16247pkg syscall (freebsd-amd64-cgo), const IN_RFC3021_MASK = 4294967294
16248pkg syscall (freebsd-amd64-cgo), const IPPROTO_3PC = 34
16249pkg syscall (freebsd-amd64-cgo), const IPPROTO_ADFS = 68
16250pkg syscall (freebsd-amd64-cgo), const IPPROTO_AH = 51
16251pkg syscall (freebsd-amd64-cgo), const IPPROTO_AHIP = 61
16252pkg syscall (freebsd-amd64-cgo), const IPPROTO_APES = 99
16253pkg syscall (freebsd-amd64-cgo), const IPPROTO_ARGUS = 13
16254pkg syscall (freebsd-amd64-cgo), const IPPROTO_AX25 = 93
16255pkg syscall (freebsd-amd64-cgo), const IPPROTO_BHA = 49
16256pkg syscall (freebsd-amd64-cgo), const IPPROTO_BLT = 30
16257pkg syscall (freebsd-amd64-cgo), const IPPROTO_BRSATMON = 76
16258pkg syscall (freebsd-amd64-cgo), const IPPROTO_CARP = 112
16259pkg syscall (freebsd-amd64-cgo), const IPPROTO_CFTP = 62
16260pkg syscall (freebsd-amd64-cgo), const IPPROTO_CHAOS = 16
16261pkg syscall (freebsd-amd64-cgo), const IPPROTO_CMTP = 38
16262pkg syscall (freebsd-amd64-cgo), const IPPROTO_CPHB = 73
16263pkg syscall (freebsd-amd64-cgo), const IPPROTO_CPNX = 72
16264pkg syscall (freebsd-amd64-cgo), const IPPROTO_DDP = 37
16265pkg syscall (freebsd-amd64-cgo), const IPPROTO_DGP = 86
16266pkg syscall (freebsd-amd64-cgo), const IPPROTO_DIVERT = 258
16267pkg syscall (freebsd-amd64-cgo), const IPPROTO_DONE = 257
16268pkg syscall (freebsd-amd64-cgo), const IPPROTO_DSTOPTS = 60
16269pkg syscall (freebsd-amd64-cgo), const IPPROTO_EGP = 8
16270pkg syscall (freebsd-amd64-cgo), const IPPROTO_EMCON = 14
16271pkg syscall (freebsd-amd64-cgo), const IPPROTO_ENCAP = 98
16272pkg syscall (freebsd-amd64-cgo), const IPPROTO_EON = 80
16273pkg syscall (freebsd-amd64-cgo), const IPPROTO_ESP = 50
16274pkg syscall (freebsd-amd64-cgo), const IPPROTO_ETHERIP = 97
16275pkg syscall (freebsd-amd64-cgo), const IPPROTO_FRAGMENT = 44
16276pkg syscall (freebsd-amd64-cgo), const IPPROTO_GGP = 3
16277pkg syscall (freebsd-amd64-cgo), const IPPROTO_GMTP = 100
16278pkg syscall (freebsd-amd64-cgo), const IPPROTO_GRE = 47
16279pkg syscall (freebsd-amd64-cgo), const IPPROTO_HELLO = 63
16280pkg syscall (freebsd-amd64-cgo), const IPPROTO_HMP = 20
16281pkg syscall (freebsd-amd64-cgo), const IPPROTO_HOPOPTS = 0
16282pkg syscall (freebsd-amd64-cgo), const IPPROTO_ICMP = 1
16283pkg syscall (freebsd-amd64-cgo), const IPPROTO_ICMPV6 = 58
16284pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDP = 22
16285pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDPR = 35
16286pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDRP = 45
16287pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGMP = 2
16288pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGP = 85
16289pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGRP = 88
16290pkg syscall (freebsd-amd64-cgo), const IPPROTO_IL = 40
16291pkg syscall (freebsd-amd64-cgo), const IPPROTO_INLSP = 52
16292pkg syscall (freebsd-amd64-cgo), const IPPROTO_INP = 32
16293pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPCOMP = 108
16294pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPCV = 71
16295pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPEIP = 94
16296pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPIP = 4
16297pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPPC = 67
16298pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPV4 = 4
16299pkg syscall (freebsd-amd64-cgo), const IPPROTO_IRTP = 28
16300pkg syscall (freebsd-amd64-cgo), const IPPROTO_KRYPTOLAN = 65
16301pkg syscall (freebsd-amd64-cgo), const IPPROTO_LARP = 91
16302pkg syscall (freebsd-amd64-cgo), const IPPROTO_LEAF1 = 25
16303pkg syscall (freebsd-amd64-cgo), const IPPROTO_LEAF2 = 26
16304pkg syscall (freebsd-amd64-cgo), const IPPROTO_MAX = 256
16305pkg syscall (freebsd-amd64-cgo), const IPPROTO_MAXID = 52
16306pkg syscall (freebsd-amd64-cgo), const IPPROTO_MEAS = 19
16307pkg syscall (freebsd-amd64-cgo), const IPPROTO_MH = 135
16308pkg syscall (freebsd-amd64-cgo), const IPPROTO_MHRP = 48
16309pkg syscall (freebsd-amd64-cgo), const IPPROTO_MICP = 95
16310pkg syscall (freebsd-amd64-cgo), const IPPROTO_MOBILE = 55
16311pkg syscall (freebsd-amd64-cgo), const IPPROTO_MTP = 92
16312pkg syscall (freebsd-amd64-cgo), const IPPROTO_MUX = 18
16313pkg syscall (freebsd-amd64-cgo), const IPPROTO_ND = 77
16314pkg syscall (freebsd-amd64-cgo), const IPPROTO_NHRP = 54
16315pkg syscall (freebsd-amd64-cgo), const IPPROTO_NONE = 59
16316pkg syscall (freebsd-amd64-cgo), const IPPROTO_NSP = 31
16317pkg syscall (freebsd-amd64-cgo), const IPPROTO_NVPII = 11
16318pkg syscall (freebsd-amd64-cgo), const IPPROTO_OLD_DIVERT = 254
16319pkg syscall (freebsd-amd64-cgo), const IPPROTO_OSPFIGP = 89
16320pkg syscall (freebsd-amd64-cgo), const IPPROTO_PFSYNC = 240
16321pkg syscall (freebsd-amd64-cgo), const IPPROTO_PGM = 113
16322pkg syscall (freebsd-amd64-cgo), const IPPROTO_PIGP = 9
16323pkg syscall (freebsd-amd64-cgo), const IPPROTO_PIM = 103
16324pkg syscall (freebsd-amd64-cgo), const IPPROTO_PRM = 21
16325pkg syscall (freebsd-amd64-cgo), const IPPROTO_PUP = 12
16326pkg syscall (freebsd-amd64-cgo), const IPPROTO_PVP = 75
16327pkg syscall (freebsd-amd64-cgo), const IPPROTO_RAW = 255
16328pkg syscall (freebsd-amd64-cgo), const IPPROTO_RCCMON = 10
16329pkg syscall (freebsd-amd64-cgo), const IPPROTO_RDP = 27
16330pkg syscall (freebsd-amd64-cgo), const IPPROTO_ROUTING = 43
16331pkg syscall (freebsd-amd64-cgo), const IPPROTO_RSVP = 46
16332pkg syscall (freebsd-amd64-cgo), const IPPROTO_RVD = 66
16333pkg syscall (freebsd-amd64-cgo), const IPPROTO_SATEXPAK = 64
16334pkg syscall (freebsd-amd64-cgo), const IPPROTO_SATMON = 69
16335pkg syscall (freebsd-amd64-cgo), const IPPROTO_SCCSP = 96
16336pkg syscall (freebsd-amd64-cgo), const IPPROTO_SCTP = 132
16337pkg syscall (freebsd-amd64-cgo), const IPPROTO_SDRP = 42
16338pkg syscall (freebsd-amd64-cgo), const IPPROTO_SEND = 259
16339pkg syscall (freebsd-amd64-cgo), const IPPROTO_SEP = 33
16340pkg syscall (freebsd-amd64-cgo), const IPPROTO_SKIP = 57
16341pkg syscall (freebsd-amd64-cgo), const IPPROTO_SPACER = 32767
16342pkg syscall (freebsd-amd64-cgo), const IPPROTO_SRPC = 90
16343pkg syscall (freebsd-amd64-cgo), const IPPROTO_ST = 7
16344pkg syscall (freebsd-amd64-cgo), const IPPROTO_SVMTP = 82
16345pkg syscall (freebsd-amd64-cgo), const IPPROTO_SWIPE = 53
16346pkg syscall (freebsd-amd64-cgo), const IPPROTO_TCF = 87
16347pkg syscall (freebsd-amd64-cgo), const IPPROTO_TLSP = 56
16348pkg syscall (freebsd-amd64-cgo), const IPPROTO_TP = 29
16349pkg syscall (freebsd-amd64-cgo), const IPPROTO_TPXX = 39
16350pkg syscall (freebsd-amd64-cgo), const IPPROTO_TRUNK1 = 23
16351pkg syscall (freebsd-amd64-cgo), const IPPROTO_TRUNK2 = 24
16352pkg syscall (freebsd-amd64-cgo), const IPPROTO_TTP = 84
16353pkg syscall (freebsd-amd64-cgo), const IPPROTO_VINES = 83
16354pkg syscall (freebsd-amd64-cgo), const IPPROTO_VISA = 70
16355pkg syscall (freebsd-amd64-cgo), const IPPROTO_VMTP = 81
16356pkg syscall (freebsd-amd64-cgo), const IPPROTO_WBEXPAK = 79
16357pkg syscall (freebsd-amd64-cgo), const IPPROTO_WBMON = 78
16358pkg syscall (freebsd-amd64-cgo), const IPPROTO_WSN = 74
16359pkg syscall (freebsd-amd64-cgo), const IPPROTO_XNET = 15
16360pkg syscall (freebsd-amd64-cgo), const IPPROTO_XTP = 36
16361pkg syscall (freebsd-amd64-cgo), const IPV6_AUTOFLOWLABEL = 59
16362pkg syscall (freebsd-amd64-cgo), const IPV6_BINDANY = 64
16363pkg syscall (freebsd-amd64-cgo), const IPV6_BINDV6ONLY = 27
16364pkg syscall (freebsd-amd64-cgo), const IPV6_CHECKSUM = 26
16365pkg syscall (freebsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
16366pkg syscall (freebsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
16367pkg syscall (freebsd-amd64-cgo), const IPV6_DEFHLIM = 64
16368pkg syscall (freebsd-amd64-cgo), const IPV6_DONTFRAG = 62
16369pkg syscall (freebsd-amd64-cgo), const IPV6_DSTOPTS = 50
16370pkg syscall (freebsd-amd64-cgo), const IPV6_FAITH = 29
16371pkg syscall (freebsd-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055
16372pkg syscall (freebsd-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
16373pkg syscall (freebsd-amd64-cgo), const IPV6_FRAGTTL = 120
16374pkg syscall (freebsd-amd64-cgo), const IPV6_FW_ADD = 30
16375pkg syscall (freebsd-amd64-cgo), const IPV6_FW_DEL = 31
16376pkg syscall (freebsd-amd64-cgo), const IPV6_FW_FLUSH = 32
16377pkg syscall (freebsd-amd64-cgo), const IPV6_FW_GET = 34
16378pkg syscall (freebsd-amd64-cgo), const IPV6_FW_ZERO = 33
16379pkg syscall (freebsd-amd64-cgo), const IPV6_HLIMDEC = 1
16380pkg syscall (freebsd-amd64-cgo), const IPV6_HOPLIMIT = 47
16381pkg syscall (freebsd-amd64-cgo), const IPV6_HOPOPTS = 49
16382pkg syscall (freebsd-amd64-cgo), const IPV6_IPSEC_POLICY = 28
16383pkg syscall (freebsd-amd64-cgo), const IPV6_JOIN_GROUP = 12
16384pkg syscall (freebsd-amd64-cgo), const IPV6_LEAVE_GROUP = 13
16385pkg syscall (freebsd-amd64-cgo), const IPV6_MAXHLIM = 255
16386pkg syscall (freebsd-amd64-cgo), const IPV6_MAXOPTHDR = 2048
16387pkg syscall (freebsd-amd64-cgo), const IPV6_MAXPACKET = 65535
16388pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
16389pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
16390pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
16391pkg syscall (freebsd-amd64-cgo), const IPV6_MIN_MEMBERSHIPS = 31
16392pkg syscall (freebsd-amd64-cgo), const IPV6_MMTU = 1280
16393pkg syscall (freebsd-amd64-cgo), const IPV6_MSFILTER = 74
16394pkg syscall (freebsd-amd64-cgo), const IPV6_MULTICAST_HOPS = 10
16395pkg syscall (freebsd-amd64-cgo), const IPV6_MULTICAST_IF = 9
16396pkg syscall (freebsd-amd64-cgo), const IPV6_MULTICAST_LOOP = 11
16397pkg syscall (freebsd-amd64-cgo), const IPV6_NEXTHOP = 48
16398pkg syscall (freebsd-amd64-cgo), const IPV6_PATHMTU = 44
16399pkg syscall (freebsd-amd64-cgo), const IPV6_PKTINFO = 46
16400pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE = 14
16401pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0
16402pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1
16403pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_LOW = 2
16404pkg syscall (freebsd-amd64-cgo), const IPV6_PREFER_TEMPADDR = 63
16405pkg syscall (freebsd-amd64-cgo), const IPV6_RECVDSTOPTS = 40
16406pkg syscall (freebsd-amd64-cgo), const IPV6_RECVHOPLIMIT = 37
16407pkg syscall (freebsd-amd64-cgo), const IPV6_RECVHOPOPTS = 39
16408pkg syscall (freebsd-amd64-cgo), const IPV6_RECVPATHMTU = 43
16409pkg syscall (freebsd-amd64-cgo), const IPV6_RECVPKTINFO = 36
16410pkg syscall (freebsd-amd64-cgo), const IPV6_RECVRTHDR = 38
16411pkg syscall (freebsd-amd64-cgo), const IPV6_RECVTCLASS = 57
16412pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR = 51
16413pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDRDSTOPTS = 35
16414pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
16415pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_STRICT = 1
16416pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
16417pkg syscall (freebsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
16418pkg syscall (freebsd-amd64-cgo), const IPV6_TCLASS = 61
16419pkg syscall (freebsd-amd64-cgo), const IPV6_UNICAST_HOPS = 4
16420pkg syscall (freebsd-amd64-cgo), const IPV6_USE_MIN_MTU = 42
16421pkg syscall (freebsd-amd64-cgo), const IPV6_V6ONLY = 27
16422pkg syscall (freebsd-amd64-cgo), const IPV6_VERSION = 96
16423pkg syscall (freebsd-amd64-cgo), const IPV6_VERSION_MASK = 240
16424pkg syscall (freebsd-amd64-cgo), const IP_ADD_MEMBERSHIP = 12
16425pkg syscall (freebsd-amd64-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
16426pkg syscall (freebsd-amd64-cgo), const IP_BINDANY = 24
16427pkg syscall (freebsd-amd64-cgo), const IP_BLOCK_SOURCE = 72
16428pkg syscall (freebsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
16429pkg syscall (freebsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
16430pkg syscall (freebsd-amd64-cgo), const IP_DF = 16384
16431pkg syscall (freebsd-amd64-cgo), const IP_DONTFRAG = 67
16432pkg syscall (freebsd-amd64-cgo), const IP_DROP_MEMBERSHIP = 13
16433pkg syscall (freebsd-amd64-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
16434pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET3 = 49
16435pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_CONFIGURE = 60
16436pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_DEL = 61
16437pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_FLUSH = 62
16438pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_GET = 64
16439pkg syscall (freebsd-amd64-cgo), const IP_FAITH = 22
16440pkg syscall (freebsd-amd64-cgo), const IP_FW3 = 48
16441pkg syscall (freebsd-amd64-cgo), const IP_FW_ADD = 50
16442pkg syscall (freebsd-amd64-cgo), const IP_FW_DEL = 51
16443pkg syscall (freebsd-amd64-cgo), const IP_FW_FLUSH = 52
16444pkg syscall (freebsd-amd64-cgo), const IP_FW_GET = 54
16445pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_CFG = 56
16446pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_DEL = 57
16447pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_GET_CONFIG = 58
16448pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_GET_LOG = 59
16449pkg syscall (freebsd-amd64-cgo), const IP_FW_RESETLOG = 55
16450pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_ADD = 40
16451pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_DEL = 41
16452pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_FLUSH = 42
16453pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_GETSIZE = 43
16454pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_LIST = 44
16455pkg syscall (freebsd-amd64-cgo), const IP_FW_ZERO = 53
16456pkg syscall (freebsd-amd64-cgo), const IP_HDRINCL = 2
16457pkg syscall (freebsd-amd64-cgo), const IP_IPSEC_POLICY = 21
16458pkg syscall (freebsd-amd64-cgo), const IP_MAXPACKET = 65535
16459pkg syscall (freebsd-amd64-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
16460pkg syscall (freebsd-amd64-cgo), const IP_MAX_MEMBERSHIPS = 4095
16461pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
16462pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
16463pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOURCE_FILTER = 1024
16464pkg syscall (freebsd-amd64-cgo), const IP_MF = 8192
16465pkg syscall (freebsd-amd64-cgo), const IP_MINTTL = 66
16466pkg syscall (freebsd-amd64-cgo), const IP_MIN_MEMBERSHIPS = 31
16467pkg syscall (freebsd-amd64-cgo), const IP_MSFILTER = 74
16468pkg syscall (freebsd-amd64-cgo), const IP_MSS = 576
16469pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_IF = 9
16470pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_LOOP = 11
16471pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_TTL = 10
16472pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_VIF = 14
16473pkg syscall (freebsd-amd64-cgo), const IP_OFFMASK = 8191
16474pkg syscall (freebsd-amd64-cgo), const IP_ONESBCAST = 23
16475pkg syscall (freebsd-amd64-cgo), const IP_OPTIONS = 1
16476pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE = 19
16477pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0
16478pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_HIGH = 1
16479pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_LOW = 2
16480pkg syscall (freebsd-amd64-cgo), const IP_RECVDSTADDR = 7
16481pkg syscall (freebsd-amd64-cgo), const IP_RECVIF = 20
16482pkg syscall (freebsd-amd64-cgo), const IP_RECVOPTS = 5
16483pkg syscall (freebsd-amd64-cgo), const IP_RECVRETOPTS = 6
16484pkg syscall (freebsd-amd64-cgo), const IP_RECVTOS = 68
16485pkg syscall (freebsd-amd64-cgo), const IP_RECVTTL = 65
16486pkg syscall (freebsd-amd64-cgo), const IP_RETOPTS = 8
16487pkg syscall (freebsd-amd64-cgo), const IP_RF = 32768
16488pkg syscall (freebsd-amd64-cgo), const IP_RSVP_OFF = 16
16489pkg syscall (freebsd-amd64-cgo), const IP_RSVP_ON = 15
16490pkg syscall (freebsd-amd64-cgo), const IP_RSVP_VIF_OFF = 18
16491pkg syscall (freebsd-amd64-cgo), const IP_RSVP_VIF_ON = 17
16492pkg syscall (freebsd-amd64-cgo), const IP_SENDSRCADDR = 7
16493pkg syscall (freebsd-amd64-cgo), const IP_TOS = 3
16494pkg syscall (freebsd-amd64-cgo), const IP_TTL = 4
16495pkg syscall (freebsd-amd64-cgo), const IP_UNBLOCK_SOURCE = 73
16496pkg syscall (freebsd-amd64-cgo), const ISIG = 128
16497pkg syscall (freebsd-amd64-cgo), const ISTRIP = 32
16498pkg syscall (freebsd-amd64-cgo), const IXANY = 2048
16499pkg syscall (freebsd-amd64-cgo), const IXOFF = 1024
16500pkg syscall (freebsd-amd64-cgo), const IXON = 512
16501pkg syscall (freebsd-amd64-cgo), const ImplementsGetwd = false
16502pkg syscall (freebsd-amd64-cgo), const LOCK_EX = 2
16503pkg syscall (freebsd-amd64-cgo), const LOCK_NB = 4
16504pkg syscall (freebsd-amd64-cgo), const LOCK_SH = 1
16505pkg syscall (freebsd-amd64-cgo), const LOCK_UN = 8
16506pkg syscall (freebsd-amd64-cgo), const MADV_AUTOSYNC = 7
16507pkg syscall (freebsd-amd64-cgo), const MADV_CORE = 9
16508pkg syscall (freebsd-amd64-cgo), const MADV_DONTNEED = 4
16509pkg syscall (freebsd-amd64-cgo), const MADV_FREE = 5
16510pkg syscall (freebsd-amd64-cgo), const MADV_NOCORE = 8
16511pkg syscall (freebsd-amd64-cgo), const MADV_NORMAL = 0
16512pkg syscall (freebsd-amd64-cgo), const MADV_NOSYNC = 6
16513pkg syscall (freebsd-amd64-cgo), const MADV_PROTECT = 10
16514pkg syscall (freebsd-amd64-cgo), const MADV_RANDOM = 1
16515pkg syscall (freebsd-amd64-cgo), const MADV_SEQUENTIAL = 2
16516pkg syscall (freebsd-amd64-cgo), const MADV_WILLNEED = 3
16517pkg syscall (freebsd-amd64-cgo), const MAP_ANON = 4096
16518pkg syscall (freebsd-amd64-cgo), const MAP_ANONYMOUS = 4096
16519pkg syscall (freebsd-amd64-cgo), const MAP_COPY = 2
16520pkg syscall (freebsd-amd64-cgo), const MAP_FILE = 0
16521pkg syscall (freebsd-amd64-cgo), const MAP_FIXED = 16
16522pkg syscall (freebsd-amd64-cgo), const MAP_HASSEMAPHORE = 512
16523pkg syscall (freebsd-amd64-cgo), const MAP_NOCORE = 131072
16524pkg syscall (freebsd-amd64-cgo), const MAP_NORESERVE = 64
16525pkg syscall (freebsd-amd64-cgo), const MAP_NOSYNC = 2048
16526pkg syscall (freebsd-amd64-cgo), const MAP_PREFAULT_READ = 262144
16527pkg syscall (freebsd-amd64-cgo), const MAP_PRIVATE = 2
16528pkg syscall (freebsd-amd64-cgo), const MAP_RENAME = 32
16529pkg syscall (freebsd-amd64-cgo), const MAP_RESERVED0080 = 128
16530pkg syscall (freebsd-amd64-cgo), const MAP_RESERVED0100 = 256
16531pkg syscall (freebsd-amd64-cgo), const MAP_SHARED = 1
16532pkg syscall (freebsd-amd64-cgo), const MAP_STACK = 1024
16533pkg syscall (freebsd-amd64-cgo), const MCL_CURRENT = 1
16534pkg syscall (freebsd-amd64-cgo), const MCL_FUTURE = 2
16535pkg syscall (freebsd-amd64-cgo), const MSG_COMPAT = 32768
16536pkg syscall (freebsd-amd64-cgo), const MSG_CTRUNC = 32
16537pkg syscall (freebsd-amd64-cgo), const MSG_DONTROUTE = 4
16538pkg syscall (freebsd-amd64-cgo), const MSG_DONTWAIT = 128
16539pkg syscall (freebsd-amd64-cgo), const MSG_EOF = 256
16540pkg syscall (freebsd-amd64-cgo), const MSG_EOR = 8
16541pkg syscall (freebsd-amd64-cgo), const MSG_NBIO = 16384
16542pkg syscall (freebsd-amd64-cgo), const MSG_NOSIGNAL = 131072
16543pkg syscall (freebsd-amd64-cgo), const MSG_NOTIFICATION = 8192
16544pkg syscall (freebsd-amd64-cgo), const MSG_OOB = 1
16545pkg syscall (freebsd-amd64-cgo), const MSG_PEEK = 2
16546pkg syscall (freebsd-amd64-cgo), const MSG_TRUNC = 16
16547pkg syscall (freebsd-amd64-cgo), const MSG_WAITALL = 64
16548pkg syscall (freebsd-amd64-cgo), const MS_ASYNC = 1
16549pkg syscall (freebsd-amd64-cgo), const MS_INVALIDATE = 2
16550pkg syscall (freebsd-amd64-cgo), const MS_SYNC = 0
16551pkg syscall (freebsd-amd64-cgo), const NET_RT_DUMP = 1
16552pkg syscall (freebsd-amd64-cgo), const NET_RT_FLAGS = 2
16553pkg syscall (freebsd-amd64-cgo), const NET_RT_IFLIST = 3
16554pkg syscall (freebsd-amd64-cgo), const NET_RT_IFLISTL = 5
16555pkg syscall (freebsd-amd64-cgo), const NET_RT_IFMALIST = 4
16556pkg syscall (freebsd-amd64-cgo), const NET_RT_MAXID = 6
16557pkg syscall (freebsd-amd64-cgo), const NOFLSH = 2147483648
16558pkg syscall (freebsd-amd64-cgo), const NOTE_ATTRIB = 8
16559pkg syscall (freebsd-amd64-cgo), const NOTE_CHILD = 4
16560pkg syscall (freebsd-amd64-cgo), const NOTE_DELETE = 1
16561pkg syscall (freebsd-amd64-cgo), const NOTE_EXEC = 536870912
16562pkg syscall (freebsd-amd64-cgo), const NOTE_EXIT = 2147483648
16563pkg syscall (freebsd-amd64-cgo), const NOTE_EXTEND = 4
16564pkg syscall (freebsd-amd64-cgo), const NOTE_FFAND = 1073741824
16565pkg syscall (freebsd-amd64-cgo), const NOTE_FFCOPY = 3221225472
16566pkg syscall (freebsd-amd64-cgo), const NOTE_FFCTRLMASK = 3221225472
16567pkg syscall (freebsd-amd64-cgo), const NOTE_FFLAGSMASK = 16777215
16568pkg syscall (freebsd-amd64-cgo), const NOTE_FFNOP = 0
16569pkg syscall (freebsd-amd64-cgo), const NOTE_FFOR = 2147483648
16570pkg syscall (freebsd-amd64-cgo), const NOTE_FORK = 1073741824
16571pkg syscall (freebsd-amd64-cgo), const NOTE_LINK = 16
16572pkg syscall (freebsd-amd64-cgo), const NOTE_LOWAT = 1
16573pkg syscall (freebsd-amd64-cgo), const NOTE_PCTRLMASK = 4026531840
16574pkg syscall (freebsd-amd64-cgo), const NOTE_PDATAMASK = 1048575
16575pkg syscall (freebsd-amd64-cgo), const NOTE_RENAME = 32
16576pkg syscall (freebsd-amd64-cgo), const NOTE_REVOKE = 64
16577pkg syscall (freebsd-amd64-cgo), const NOTE_TRACK = 1
16578pkg syscall (freebsd-amd64-cgo), const NOTE_TRACKERR = 2
16579pkg syscall (freebsd-amd64-cgo), const NOTE_TRIGGER = 16777216
16580pkg syscall (freebsd-amd64-cgo), const NOTE_WRITE = 2
16581pkg syscall (freebsd-amd64-cgo), const OCRNL = 16
16582pkg syscall (freebsd-amd64-cgo), const ONLCR = 2
16583pkg syscall (freebsd-amd64-cgo), const ONLRET = 64
16584pkg syscall (freebsd-amd64-cgo), const ONOCR = 32
16585pkg syscall (freebsd-amd64-cgo), const ONOEOT = 8
16586pkg syscall (freebsd-amd64-cgo), const OPOST = 1
16587pkg syscall (freebsd-amd64-cgo), const O_ACCMODE = 3
16588pkg syscall (freebsd-amd64-cgo), const O_APPEND = 8
16589pkg syscall (freebsd-amd64-cgo), const O_ASYNC = 64
16590pkg syscall (freebsd-amd64-cgo), const O_CLOEXEC = 0
16591pkg syscall (freebsd-amd64-cgo), const O_CREAT = 512
16592pkg syscall (freebsd-amd64-cgo), const O_DIRECT = 65536
16593pkg syscall (freebsd-amd64-cgo), const O_DIRECTORY = 131072
16594pkg syscall (freebsd-amd64-cgo), const O_EXCL = 2048
16595pkg syscall (freebsd-amd64-cgo), const O_EXEC = 262144
16596pkg syscall (freebsd-amd64-cgo), const O_EXLOCK = 32
16597pkg syscall (freebsd-amd64-cgo), const O_FSYNC = 128
16598pkg syscall (freebsd-amd64-cgo), const O_NDELAY = 4
16599pkg syscall (freebsd-amd64-cgo), const O_NOCTTY = 32768
16600pkg syscall (freebsd-amd64-cgo), const O_NOFOLLOW = 256
16601pkg syscall (freebsd-amd64-cgo), const O_NONBLOCK = 4
16602pkg syscall (freebsd-amd64-cgo), const O_SHLOCK = 16
16603pkg syscall (freebsd-amd64-cgo), const O_SYNC = 128
16604pkg syscall (freebsd-amd64-cgo), const O_TRUNC = 1024
16605pkg syscall (freebsd-amd64-cgo), const O_TTY_INIT = 524288
16606pkg syscall (freebsd-amd64-cgo), const PARENB = 4096
16607pkg syscall (freebsd-amd64-cgo), const PARMRK = 8
16608pkg syscall (freebsd-amd64-cgo), const PARODD = 8192
16609pkg syscall (freebsd-amd64-cgo), const PENDIN = 536870912
16610pkg syscall (freebsd-amd64-cgo), const PROT_EXEC = 4
16611pkg syscall (freebsd-amd64-cgo), const PROT_NONE = 0
16612pkg syscall (freebsd-amd64-cgo), const PROT_READ = 1
16613pkg syscall (freebsd-amd64-cgo), const PROT_WRITE = 2
16614pkg syscall (freebsd-amd64-cgo), const PTRACE_CONT = 7
16615pkg syscall (freebsd-amd64-cgo), const PTRACE_KILL = 8
16616pkg syscall (freebsd-amd64-cgo), const PTRACE_TRACEME = 0
16617pkg syscall (freebsd-amd64-cgo), const RLIMIT_AS = 10
16618pkg syscall (freebsd-amd64-cgo), const RLIMIT_CORE = 4
16619pkg syscall (freebsd-amd64-cgo), const RLIMIT_CPU = 0
16620pkg syscall (freebsd-amd64-cgo), const RLIMIT_DATA = 2
16621pkg syscall (freebsd-amd64-cgo), const RLIMIT_FSIZE = 1
16622pkg syscall (freebsd-amd64-cgo), const RLIMIT_NOFILE = 8
16623pkg syscall (freebsd-amd64-cgo), const RLIMIT_STACK = 3
16624pkg syscall (freebsd-amd64-cgo), const RLIM_INFINITY = 9223372036854775807
16625pkg syscall (freebsd-amd64-cgo), const RTAX_AUTHOR = 6
16626pkg syscall (freebsd-amd64-cgo), const RTAX_BRD = 7
16627pkg syscall (freebsd-amd64-cgo), const RTAX_DST = 0
16628pkg syscall (freebsd-amd64-cgo), const RTAX_GATEWAY = 1
16629pkg syscall (freebsd-amd64-cgo), const RTAX_GENMASK = 3
16630pkg syscall (freebsd-amd64-cgo), const RTAX_IFA = 5
16631pkg syscall (freebsd-amd64-cgo), const RTAX_IFP = 4
16632pkg syscall (freebsd-amd64-cgo), const RTAX_MAX = 8
16633pkg syscall (freebsd-amd64-cgo), const RTAX_NETMASK = 2
16634pkg syscall (freebsd-amd64-cgo), const RTA_AUTHOR = 64
16635pkg syscall (freebsd-amd64-cgo), const RTA_BRD = 128
16636pkg syscall (freebsd-amd64-cgo), const RTA_DST = 1
16637pkg syscall (freebsd-amd64-cgo), const RTA_GATEWAY = 2
16638pkg syscall (freebsd-amd64-cgo), const RTA_GENMASK = 8
16639pkg syscall (freebsd-amd64-cgo), const RTA_IFA = 32
16640pkg syscall (freebsd-amd64-cgo), const RTA_IFP = 16
16641pkg syscall (freebsd-amd64-cgo), const RTA_NETMASK = 4
16642pkg syscall (freebsd-amd64-cgo), const RTF_BLACKHOLE = 4096
16643pkg syscall (freebsd-amd64-cgo), const RTF_BROADCAST = 4194304
16644pkg syscall (freebsd-amd64-cgo), const RTF_DONE = 64
16645pkg syscall (freebsd-amd64-cgo), const RTF_DYNAMIC = 16
16646pkg syscall (freebsd-amd64-cgo), const RTF_FMASK = 268752904
16647pkg syscall (freebsd-amd64-cgo), const RTF_GATEWAY = 2
16648pkg syscall (freebsd-amd64-cgo), const RTF_HOST = 4
16649pkg syscall (freebsd-amd64-cgo), const RTF_LLDATA = 1024
16650pkg syscall (freebsd-amd64-cgo), const RTF_LLINFO = 1024
16651pkg syscall (freebsd-amd64-cgo), const RTF_LOCAL = 2097152
16652pkg syscall (freebsd-amd64-cgo), const RTF_MODIFIED = 32
16653pkg syscall (freebsd-amd64-cgo), const RTF_MULTICAST = 8388608
16654pkg syscall (freebsd-amd64-cgo), const RTF_PINNED = 1048576
16655pkg syscall (freebsd-amd64-cgo), const RTF_PRCLONING = 65536
16656pkg syscall (freebsd-amd64-cgo), const RTF_PROTO1 = 32768
16657pkg syscall (freebsd-amd64-cgo), const RTF_PROTO2 = 16384
16658pkg syscall (freebsd-amd64-cgo), const RTF_PROTO3 = 262144
16659pkg syscall (freebsd-amd64-cgo), const RTF_REJECT = 8
16660pkg syscall (freebsd-amd64-cgo), const RTF_RNH_LOCKED = 1073741824
16661pkg syscall (freebsd-amd64-cgo), const RTF_STATIC = 2048
16662pkg syscall (freebsd-amd64-cgo), const RTF_STICKY = 268435456
16663pkg syscall (freebsd-amd64-cgo), const RTF_UP = 1
16664pkg syscall (freebsd-amd64-cgo), const RTF_XRESOLVE = 512
16665pkg syscall (freebsd-amd64-cgo), const RTM_ADD = 1
16666pkg syscall (freebsd-amd64-cgo), const RTM_CHANGE = 3
16667pkg syscall (freebsd-amd64-cgo), const RTM_DELADDR = 13
16668pkg syscall (freebsd-amd64-cgo), const RTM_DELETE = 2
16669pkg syscall (freebsd-amd64-cgo), const RTM_DELMADDR = 16
16670pkg syscall (freebsd-amd64-cgo), const RTM_GET = 4
16671pkg syscall (freebsd-amd64-cgo), const RTM_IEEE80211 = 18
16672pkg syscall (freebsd-amd64-cgo), const RTM_IFANNOUNCE = 17
16673pkg syscall (freebsd-amd64-cgo), const RTM_IFINFO = 14
16674pkg syscall (freebsd-amd64-cgo), const RTM_LOCK = 8
16675pkg syscall (freebsd-amd64-cgo), const RTM_LOSING = 5
16676pkg syscall (freebsd-amd64-cgo), const RTM_MISS = 7
16677pkg syscall (freebsd-amd64-cgo), const RTM_NEWADDR = 12
16678pkg syscall (freebsd-amd64-cgo), const RTM_NEWMADDR = 15
16679pkg syscall (freebsd-amd64-cgo), const RTM_OLDADD = 9
16680pkg syscall (freebsd-amd64-cgo), const RTM_OLDDEL = 10
16681pkg syscall (freebsd-amd64-cgo), const RTM_REDIRECT = 6
16682pkg syscall (freebsd-amd64-cgo), const RTM_RESOLVE = 11
16683pkg syscall (freebsd-amd64-cgo), const RTM_RTTUNIT = 1000000
16684pkg syscall (freebsd-amd64-cgo), const RTM_VERSION = 5
16685pkg syscall (freebsd-amd64-cgo), const RTV_EXPIRE = 4
16686pkg syscall (freebsd-amd64-cgo), const RTV_HOPCOUNT = 2
16687pkg syscall (freebsd-amd64-cgo), const RTV_MTU = 1
16688pkg syscall (freebsd-amd64-cgo), const RTV_RPIPE = 8
16689pkg syscall (freebsd-amd64-cgo), const RTV_RTT = 64
16690pkg syscall (freebsd-amd64-cgo), const RTV_RTTVAR = 128
16691pkg syscall (freebsd-amd64-cgo), const RTV_SPIPE = 16
16692pkg syscall (freebsd-amd64-cgo), const RTV_SSTHRESH = 32
16693pkg syscall (freebsd-amd64-cgo), const RTV_WEIGHT = 256
16694pkg syscall (freebsd-amd64-cgo), const RT_CACHING_CONTEXT = 1
16695pkg syscall (freebsd-amd64-cgo), const RT_DEFAULT_FIB = 0
16696pkg syscall (freebsd-amd64-cgo), const RUSAGE_CHILDREN = -1
16697pkg syscall (freebsd-amd64-cgo), const RUSAGE_SELF = 0
16698pkg syscall (freebsd-amd64-cgo), const RUSAGE_THREAD = 1
16699pkg syscall (freebsd-amd64-cgo), const SCM_BINTIME = 4
16700pkg syscall (freebsd-amd64-cgo), const SCM_CREDS = 3
16701pkg syscall (freebsd-amd64-cgo), const SCM_RIGHTS = 1
16702pkg syscall (freebsd-amd64-cgo), const SCM_TIMESTAMP = 2
16703pkg syscall (freebsd-amd64-cgo), const SIGBUS = 10
16704pkg syscall (freebsd-amd64-cgo), const SIGCHLD = 20
16705pkg syscall (freebsd-amd64-cgo), const SIGCONT = 19
16706pkg syscall (freebsd-amd64-cgo), const SIGEMT = 7
16707pkg syscall (freebsd-amd64-cgo), const SIGINFO = 29
16708pkg syscall (freebsd-amd64-cgo), const SIGIO = 23
16709pkg syscall (freebsd-amd64-cgo), const SIGIOT = 6
16710pkg syscall (freebsd-amd64-cgo), const SIGLWP = 32
16711pkg syscall (freebsd-amd64-cgo), const SIGPROF = 27
16712pkg syscall (freebsd-amd64-cgo), const SIGSTOP = 17
16713pkg syscall (freebsd-amd64-cgo), const SIGSYS = 12
16714pkg syscall (freebsd-amd64-cgo), const SIGTHR = 32
16715pkg syscall (freebsd-amd64-cgo), const SIGTSTP = 18
16716pkg syscall (freebsd-amd64-cgo), const SIGTTIN = 21
16717pkg syscall (freebsd-amd64-cgo), const SIGTTOU = 22
16718pkg syscall (freebsd-amd64-cgo), const SIGURG = 16
16719pkg syscall (freebsd-amd64-cgo), const SIGUSR1 = 30
16720pkg syscall (freebsd-amd64-cgo), const SIGUSR2 = 31
16721pkg syscall (freebsd-amd64-cgo), const SIGVTALRM = 26
16722pkg syscall (freebsd-amd64-cgo), const SIGWINCH = 28
16723pkg syscall (freebsd-amd64-cgo), const SIGXCPU = 24
16724pkg syscall (freebsd-amd64-cgo), const SIGXFSZ = 25
16725pkg syscall (freebsd-amd64-cgo), const SIOCADDMULTI = 2149607729
16726pkg syscall (freebsd-amd64-cgo), const SIOCADDRT = 2151707146
16727pkg syscall (freebsd-amd64-cgo), const SIOCAIFADDR = 2151704858
16728pkg syscall (freebsd-amd64-cgo), const SIOCAIFGROUP = 2150132103
16729pkg syscall (freebsd-amd64-cgo), const SIOCALIFADDR = 2165860635
16730pkg syscall (freebsd-amd64-cgo), const SIOCATMARK = 1074033415
16731pkg syscall (freebsd-amd64-cgo), const SIOCDELMULTI = 2149607730
16732pkg syscall (freebsd-amd64-cgo), const SIOCDELRT = 2151707147
16733pkg syscall (freebsd-amd64-cgo), const SIOCDIFADDR = 2149607705
16734pkg syscall (freebsd-amd64-cgo), const SIOCDIFGROUP = 2150132105
16735pkg syscall (freebsd-amd64-cgo), const SIOCDIFPHYADDR = 2149607753
16736pkg syscall (freebsd-amd64-cgo), const SIOCDLIFADDR = 2165860637
16737pkg syscall (freebsd-amd64-cgo), const SIOCGDRVSPEC = 3223873915
16738pkg syscall (freebsd-amd64-cgo), const SIOCGETSGCNT = 3223351824
16739pkg syscall (freebsd-amd64-cgo), const SIOCGETVIFCNT = 3223876111
16740pkg syscall (freebsd-amd64-cgo), const SIOCGHIWAT = 1074033409
16741pkg syscall (freebsd-amd64-cgo), const SIOCGIFADDR = 3223349537
16742pkg syscall (freebsd-amd64-cgo), const SIOCGIFBRDADDR = 3223349539
16743pkg syscall (freebsd-amd64-cgo), const SIOCGIFCAP = 3223349535
16744pkg syscall (freebsd-amd64-cgo), const SIOCGIFCONF = 3222300964
16745pkg syscall (freebsd-amd64-cgo), const SIOCGIFDESCR = 3223349546
16746pkg syscall (freebsd-amd64-cgo), const SIOCGIFDSTADDR = 3223349538
16747pkg syscall (freebsd-amd64-cgo), const SIOCGIFFIB = 3223349596
16748pkg syscall (freebsd-amd64-cgo), const SIOCGIFFLAGS = 3223349521
16749pkg syscall (freebsd-amd64-cgo), const SIOCGIFGENERIC = 3223349562
16750pkg syscall (freebsd-amd64-cgo), const SIOCGIFGMEMB = 3223873930
16751pkg syscall (freebsd-amd64-cgo), const SIOCGIFGROUP = 3223873928
16752pkg syscall (freebsd-amd64-cgo), const SIOCGIFINDEX = 3223349536
16753pkg syscall (freebsd-amd64-cgo), const SIOCGIFMAC = 3223349542
16754pkg syscall (freebsd-amd64-cgo), const SIOCGIFMEDIA = 3224398136
16755pkg syscall (freebsd-amd64-cgo), const SIOCGIFMETRIC = 3223349527
16756pkg syscall (freebsd-amd64-cgo), const SIOCGIFMTU = 3223349555
16757pkg syscall (freebsd-amd64-cgo), const SIOCGIFNETMASK = 3223349541
16758pkg syscall (freebsd-amd64-cgo), const SIOCGIFPDSTADDR = 3223349576
16759pkg syscall (freebsd-amd64-cgo), const SIOCGIFPHYS = 3223349557
16760pkg syscall (freebsd-amd64-cgo), const SIOCGIFPSRCADDR = 3223349575
16761pkg syscall (freebsd-amd64-cgo), const SIOCGIFSTATUS = 3274795323
16762pkg syscall (freebsd-amd64-cgo), const SIOCGLIFADDR = 3239602460
16763pkg syscall (freebsd-amd64-cgo), const SIOCGLIFPHYADDR = 3239602507
16764pkg syscall (freebsd-amd64-cgo), const SIOCGLOWAT = 1074033411
16765pkg syscall (freebsd-amd64-cgo), const SIOCGPGRP = 1074033417
16766pkg syscall (freebsd-amd64-cgo), const SIOCGPRIVATE_0 = 3223349584
16767pkg syscall (freebsd-amd64-cgo), const SIOCGPRIVATE_1 = 3223349585
16768pkg syscall (freebsd-amd64-cgo), const SIOCIFCREATE = 3223349626
16769pkg syscall (freebsd-amd64-cgo), const SIOCIFCREATE2 = 3223349628
16770pkg syscall (freebsd-amd64-cgo), const SIOCIFDESTROY = 2149607801
16771pkg syscall (freebsd-amd64-cgo), const SIOCIFGCLONERS = 3222301048
16772pkg syscall (freebsd-amd64-cgo), const SIOCSDRVSPEC = 2150132091
16773pkg syscall (freebsd-amd64-cgo), const SIOCSHIWAT = 2147775232
16774pkg syscall (freebsd-amd64-cgo), const SIOCSIFADDR = 2149607692
16775pkg syscall (freebsd-amd64-cgo), const SIOCSIFBRDADDR = 2149607699
16776pkg syscall (freebsd-amd64-cgo), const SIOCSIFCAP = 2149607710
16777pkg syscall (freebsd-amd64-cgo), const SIOCSIFDESCR = 2149607721
16778pkg syscall (freebsd-amd64-cgo), const SIOCSIFDSTADDR = 2149607694
16779pkg syscall (freebsd-amd64-cgo), const SIOCSIFFIB = 2149607773
16780pkg syscall (freebsd-amd64-cgo), const SIOCSIFFLAGS = 2149607696
16781pkg syscall (freebsd-amd64-cgo), const SIOCSIFGENERIC = 2149607737
16782pkg syscall (freebsd-amd64-cgo), const SIOCSIFLLADDR = 2149607740
16783pkg syscall (freebsd-amd64-cgo), const SIOCSIFMAC = 2149607719
16784pkg syscall (freebsd-amd64-cgo), const SIOCSIFMEDIA = 3223349559
16785pkg syscall (freebsd-amd64-cgo), const SIOCSIFMETRIC = 2149607704
16786pkg syscall (freebsd-amd64-cgo), const SIOCSIFMTU = 2149607732
16787pkg syscall (freebsd-amd64-cgo), const SIOCSIFNAME = 2149607720
16788pkg syscall (freebsd-amd64-cgo), const SIOCSIFNETMASK = 2149607702
16789pkg syscall (freebsd-amd64-cgo), const SIOCSIFPHYADDR = 2151704902
16790pkg syscall (freebsd-amd64-cgo), const SIOCSIFPHYS = 2149607734
16791pkg syscall (freebsd-amd64-cgo), const SIOCSIFRVNET = 3223349595
16792pkg syscall (freebsd-amd64-cgo), const SIOCSIFVNET = 3223349594
16793pkg syscall (freebsd-amd64-cgo), const SIOCSLIFPHYADDR = 2165860682
16794pkg syscall (freebsd-amd64-cgo), const SIOCSLOWAT = 2147775234
16795pkg syscall (freebsd-amd64-cgo), const SIOCSPGRP = 2147775240
16796pkg syscall (freebsd-amd64-cgo), const SOCK_MAXADDRLEN = 255
16797pkg syscall (freebsd-amd64-cgo), const SOCK_RDM = 4
16798pkg syscall (freebsd-amd64-cgo), const SOL_SOCKET = 65535
16799pkg syscall (freebsd-amd64-cgo), const SOMAXCONN = 128
16800pkg syscall (freebsd-amd64-cgo), const SO_ACCEPTCONN = 2
16801pkg syscall (freebsd-amd64-cgo), const SO_ACCEPTFILTER = 4096
16802pkg syscall (freebsd-amd64-cgo), const SO_BINTIME = 8192
16803pkg syscall (freebsd-amd64-cgo), const SO_BROADCAST = 32
16804pkg syscall (freebsd-amd64-cgo), const SO_DEBUG = 1
16805pkg syscall (freebsd-amd64-cgo), const SO_DONTROUTE = 16
16806pkg syscall (freebsd-amd64-cgo), const SO_ERROR = 4103
16807pkg syscall (freebsd-amd64-cgo), const SO_KEEPALIVE = 8
16808pkg syscall (freebsd-amd64-cgo), const SO_LABEL = 4105
16809pkg syscall (freebsd-amd64-cgo), const SO_LINGER = 128
16810pkg syscall (freebsd-amd64-cgo), const SO_LISTENINCQLEN = 4115
16811pkg syscall (freebsd-amd64-cgo), const SO_LISTENQLEN = 4114
16812pkg syscall (freebsd-amd64-cgo), const SO_LISTENQLIMIT = 4113
16813pkg syscall (freebsd-amd64-cgo), const SO_NOSIGPIPE = 2048
16814pkg syscall (freebsd-amd64-cgo), const SO_NO_DDP = 32768
16815pkg syscall (freebsd-amd64-cgo), const SO_NO_OFFLOAD = 16384
16816pkg syscall (freebsd-amd64-cgo), const SO_OOBINLINE = 256
16817pkg syscall (freebsd-amd64-cgo), const SO_PEERLABEL = 4112
16818pkg syscall (freebsd-amd64-cgo), const SO_PROTOCOL = 4118
16819pkg syscall (freebsd-amd64-cgo), const SO_PROTOTYPE = 4118
16820pkg syscall (freebsd-amd64-cgo), const SO_RCVBUF = 4098
16821pkg syscall (freebsd-amd64-cgo), const SO_RCVLOWAT = 4100
16822pkg syscall (freebsd-amd64-cgo), const SO_RCVTIMEO = 4102
16823pkg syscall (freebsd-amd64-cgo), const SO_REUSEADDR = 4
16824pkg syscall (freebsd-amd64-cgo), const SO_REUSEPORT = 512
16825pkg syscall (freebsd-amd64-cgo), const SO_SETFIB = 4116
16826pkg syscall (freebsd-amd64-cgo), const SO_SNDBUF = 4097
16827pkg syscall (freebsd-amd64-cgo), const SO_SNDLOWAT = 4099
16828pkg syscall (freebsd-amd64-cgo), const SO_SNDTIMEO = 4101
16829pkg syscall (freebsd-amd64-cgo), const SO_TIMESTAMP = 1024
16830pkg syscall (freebsd-amd64-cgo), const SO_TYPE = 4104
16831pkg syscall (freebsd-amd64-cgo), const SO_USELOOPBACK = 64
16832pkg syscall (freebsd-amd64-cgo), const SO_USER_COOKIE = 4117
16833pkg syscall (freebsd-amd64-cgo), const SYS_ABORT2 = 463
16834pkg syscall (freebsd-amd64-cgo), const SYS_ACCEPT = 30
16835pkg syscall (freebsd-amd64-cgo), const SYS_ACCESS = 33
16836pkg syscall (freebsd-amd64-cgo), const SYS_ACCT = 51
16837pkg syscall (freebsd-amd64-cgo), const SYS_ADJTIME = 140
16838pkg syscall (freebsd-amd64-cgo), const SYS_AUDIT = 445
16839pkg syscall (freebsd-amd64-cgo), const SYS_AUDITCTL = 453
16840pkg syscall (freebsd-amd64-cgo), const SYS_AUDITON = 446
16841pkg syscall (freebsd-amd64-cgo), const SYS_BIND = 104
16842pkg syscall (freebsd-amd64-cgo), const SYS_CAP_ENTER = 516
16843pkg syscall (freebsd-amd64-cgo), const SYS_CAP_GETMODE = 517
16844pkg syscall (freebsd-amd64-cgo), const SYS_CAP_GETRIGHTS = 515
16845pkg syscall (freebsd-amd64-cgo), const SYS_CAP_NEW = 514
16846pkg syscall (freebsd-amd64-cgo), const SYS_CHDIR = 12
16847pkg syscall (freebsd-amd64-cgo), const SYS_CHFLAGS = 34
16848pkg syscall (freebsd-amd64-cgo), const SYS_CHMOD = 15
16849pkg syscall (freebsd-amd64-cgo), const SYS_CHOWN = 16
16850pkg syscall (freebsd-amd64-cgo), const SYS_CHROOT = 61
16851pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETCPUCLOCKID2 = 247
16852pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETRES = 234
16853pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETTIME = 232
16854pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_SETTIME = 233
16855pkg syscall (freebsd-amd64-cgo), const SYS_CLOSE = 6
16856pkg syscall (freebsd-amd64-cgo), const SYS_CLOSEFROM = 509
16857pkg syscall (freebsd-amd64-cgo), const SYS_CONNECT = 98
16858pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET = 484
16859pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_GETAFFINITY = 487
16860pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_GETID = 486
16861pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_SETAFFINITY = 488
16862pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_SETID = 485
16863pkg syscall (freebsd-amd64-cgo), const SYS_DUP = 41
16864pkg syscall (freebsd-amd64-cgo), const SYS_DUP2 = 90
16865pkg syscall (freebsd-amd64-cgo), const SYS_EACCESS = 376
16866pkg syscall (freebsd-amd64-cgo), const SYS_EXECVE = 59
16867pkg syscall (freebsd-amd64-cgo), const SYS_EXIT = 1
16868pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTRCTL = 355
16869pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_FD = 373
16870pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_FILE = 358
16871pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_LINK = 414
16872pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_FD = 372
16873pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_FILE = 357
16874pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_LINK = 413
16875pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_FD = 437
16876pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_FILE = 438
16877pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_LINK = 439
16878pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_FD = 371
16879pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_FILE = 356
16880pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_LINK = 412
16881pkg syscall (freebsd-amd64-cgo), const SYS_FACCESSAT = 489
16882pkg syscall (freebsd-amd64-cgo), const SYS_FCHDIR = 13
16883pkg syscall (freebsd-amd64-cgo), const SYS_FCHFLAGS = 35
16884pkg syscall (freebsd-amd64-cgo), const SYS_FCHMOD = 124
16885pkg syscall (freebsd-amd64-cgo), const SYS_FCHMODAT = 490
16886pkg syscall (freebsd-amd64-cgo), const SYS_FCHOWN = 123
16887pkg syscall (freebsd-amd64-cgo), const SYS_FCHOWNAT = 491
16888pkg syscall (freebsd-amd64-cgo), const SYS_FCNTL = 92
16889pkg syscall (freebsd-amd64-cgo), const SYS_FEXECVE = 492
16890pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_GETCOUNTER = 241
16891pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_GETESTIMATE = 243
16892pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_SETESTIMATE = 242
16893pkg syscall (freebsd-amd64-cgo), const SYS_FHOPEN = 298
16894pkg syscall (freebsd-amd64-cgo), const SYS_FHSTAT = 299
16895pkg syscall (freebsd-amd64-cgo), const SYS_FHSTATFS = 398
16896pkg syscall (freebsd-amd64-cgo), const SYS_FLOCK = 131
16897pkg syscall (freebsd-amd64-cgo), const SYS_FORK = 2
16898pkg syscall (freebsd-amd64-cgo), const SYS_FPATHCONF = 192
16899pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_FTRUNCATE = 201
16900pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_LSEEK = 199
16901pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_MMAP = 197
16902pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_PREAD = 173
16903pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_PWRITE = 174
16904pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_TRUNCATE = 200
16905pkg syscall (freebsd-amd64-cgo), const SYS_FSTAT = 189
16906pkg syscall (freebsd-amd64-cgo), const SYS_FSTATAT = 493
16907pkg syscall (freebsd-amd64-cgo), const SYS_FSTATFS = 397
16908pkg syscall (freebsd-amd64-cgo), const SYS_FSYNC = 95
16909pkg syscall (freebsd-amd64-cgo), const SYS_FTRUNCATE = 480
16910pkg syscall (freebsd-amd64-cgo), const SYS_FUTIMES = 206
16911pkg syscall (freebsd-amd64-cgo), const SYS_FUTIMESAT = 494
16912pkg syscall (freebsd-amd64-cgo), const SYS_GETAUDIT = 449
16913pkg syscall (freebsd-amd64-cgo), const SYS_GETAUDIT_ADDR = 451
16914pkg syscall (freebsd-amd64-cgo), const SYS_GETAUID = 447
16915pkg syscall (freebsd-amd64-cgo), const SYS_GETCONTEXT = 421
16916pkg syscall (freebsd-amd64-cgo), const SYS_GETDENTS = 272
16917pkg syscall (freebsd-amd64-cgo), const SYS_GETDIRENTRIES = 196
16918pkg syscall (freebsd-amd64-cgo), const SYS_GETDTABLESIZE = 89
16919pkg syscall (freebsd-amd64-cgo), const SYS_GETEGID = 43
16920pkg syscall (freebsd-amd64-cgo), const SYS_GETEUID = 25
16921pkg syscall (freebsd-amd64-cgo), const SYS_GETFH = 161
16922pkg syscall (freebsd-amd64-cgo), const SYS_GETFSSTAT = 395
16923pkg syscall (freebsd-amd64-cgo), const SYS_GETGID = 47
16924pkg syscall (freebsd-amd64-cgo), const SYS_GETGROUPS = 79
16925pkg syscall (freebsd-amd64-cgo), const SYS_GETITIMER = 86
16926pkg syscall (freebsd-amd64-cgo), const SYS_GETLOGIN = 49
16927pkg syscall (freebsd-amd64-cgo), const SYS_GETLOGINCLASS = 523
16928pkg syscall (freebsd-amd64-cgo), const SYS_GETPEERNAME = 31
16929pkg syscall (freebsd-amd64-cgo), const SYS_GETPGID = 207
16930pkg syscall (freebsd-amd64-cgo), const SYS_GETPGRP = 81
16931pkg syscall (freebsd-amd64-cgo), const SYS_GETPID = 20
16932pkg syscall (freebsd-amd64-cgo), const SYS_GETPPID = 39
16933pkg syscall (freebsd-amd64-cgo), const SYS_GETPRIORITY = 100
16934pkg syscall (freebsd-amd64-cgo), const SYS_GETRESGID = 361
16935pkg syscall (freebsd-amd64-cgo), const SYS_GETRESUID = 360
16936pkg syscall (freebsd-amd64-cgo), const SYS_GETRLIMIT = 194
16937pkg syscall (freebsd-amd64-cgo), const SYS_GETRUSAGE = 117
16938pkg syscall (freebsd-amd64-cgo), const SYS_GETSID = 310
16939pkg syscall (freebsd-amd64-cgo), const SYS_GETSOCKNAME = 32
16940pkg syscall (freebsd-amd64-cgo), const SYS_GETSOCKOPT = 118
16941pkg syscall (freebsd-amd64-cgo), const SYS_GETTIMEOFDAY = 116
16942pkg syscall (freebsd-amd64-cgo), const SYS_GETUID = 24
16943pkg syscall (freebsd-amd64-cgo), const SYS_IOCTL = 54
16944pkg syscall (freebsd-amd64-cgo), const SYS_ISSETUGID = 253
16945pkg syscall (freebsd-amd64-cgo), const SYS_JAIL = 338
16946pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_ATTACH = 436
16947pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_GET = 506
16948pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_REMOVE = 508
16949pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_SET = 507
16950pkg syscall (freebsd-amd64-cgo), const SYS_KENV = 390
16951pkg syscall (freebsd-amd64-cgo), const SYS_KEVENT = 363
16952pkg syscall (freebsd-amd64-cgo), const SYS_KILL = 37
16953pkg syscall (freebsd-amd64-cgo), const SYS_KLDFIND = 306
16954pkg syscall (freebsd-amd64-cgo), const SYS_KLDFIRSTMOD = 309
16955pkg syscall (freebsd-amd64-cgo), const SYS_KLDLOAD = 304
16956pkg syscall (freebsd-amd64-cgo), const SYS_KLDNEXT = 307
16957pkg syscall (freebsd-amd64-cgo), const SYS_KLDSTAT = 308
16958pkg syscall (freebsd-amd64-cgo), const SYS_KLDSYM = 337
16959pkg syscall (freebsd-amd64-cgo), const SYS_KLDUNLOAD = 305
16960pkg syscall (freebsd-amd64-cgo), const SYS_KLDUNLOADF = 444
16961pkg syscall (freebsd-amd64-cgo), const SYS_KQUEUE = 362
16962pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_CREATE = 235
16963pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_DELETE = 236
16964pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_GETOVERRUN = 239
16965pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_GETTIME = 238
16966pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_SETTIME = 237
16967pkg syscall (freebsd-amd64-cgo), const SYS_KTRACE = 45
16968pkg syscall (freebsd-amd64-cgo), const SYS_LCHFLAGS = 391
16969pkg syscall (freebsd-amd64-cgo), const SYS_LCHMOD = 274
16970pkg syscall (freebsd-amd64-cgo), const SYS_LCHOWN = 254
16971pkg syscall (freebsd-amd64-cgo), const SYS_LGETFH = 160
16972pkg syscall (freebsd-amd64-cgo), const SYS_LINK = 9
16973pkg syscall (freebsd-amd64-cgo), const SYS_LINKAT = 495
16974pkg syscall (freebsd-amd64-cgo), const SYS_LISTEN = 106
16975pkg syscall (freebsd-amd64-cgo), const SYS_LPATHCONF = 513
16976pkg syscall (freebsd-amd64-cgo), const SYS_LSEEK = 478
16977pkg syscall (freebsd-amd64-cgo), const SYS_LSTAT = 190
16978pkg syscall (freebsd-amd64-cgo), const SYS_LUTIMES = 276
16979pkg syscall (freebsd-amd64-cgo), const SYS_MAC_SYSCALL = 394
16980pkg syscall (freebsd-amd64-cgo), const SYS_MADVISE = 75
16981pkg syscall (freebsd-amd64-cgo), const SYS_MINCORE = 78
16982pkg syscall (freebsd-amd64-cgo), const SYS_MINHERIT = 250
16983pkg syscall (freebsd-amd64-cgo), const SYS_MKDIR = 136
16984pkg syscall (freebsd-amd64-cgo), const SYS_MKDIRAT = 496
16985pkg syscall (freebsd-amd64-cgo), const SYS_MKFIFO = 132
16986pkg syscall (freebsd-amd64-cgo), const SYS_MKFIFOAT = 497
16987pkg syscall (freebsd-amd64-cgo), const SYS_MKNOD = 14
16988pkg syscall (freebsd-amd64-cgo), const SYS_MKNODAT = 498
16989pkg syscall (freebsd-amd64-cgo), const SYS_MLOCK = 203
16990pkg syscall (freebsd-amd64-cgo), const SYS_MLOCKALL = 324
16991pkg syscall (freebsd-amd64-cgo), const SYS_MMAP = 477
16992pkg syscall (freebsd-amd64-cgo), const SYS_MODFIND = 303
16993pkg syscall (freebsd-amd64-cgo), const SYS_MODFNEXT = 302
16994pkg syscall (freebsd-amd64-cgo), const SYS_MODNEXT = 300
16995pkg syscall (freebsd-amd64-cgo), const SYS_MODSTAT = 301
16996pkg syscall (freebsd-amd64-cgo), const SYS_MOUNT = 21
16997pkg syscall (freebsd-amd64-cgo), const SYS_MPROTECT = 74
16998pkg syscall (freebsd-amd64-cgo), const SYS_MSYNC = 65
16999pkg syscall (freebsd-amd64-cgo), const SYS_MUNLOCK = 204
17000pkg syscall (freebsd-amd64-cgo), const SYS_MUNLOCKALL = 325
17001pkg syscall (freebsd-amd64-cgo), const SYS_MUNMAP = 73
17002pkg syscall (freebsd-amd64-cgo), const SYS_NANOSLEEP = 240
17003pkg syscall (freebsd-amd64-cgo), const SYS_NFSTAT = 279
17004pkg syscall (freebsd-amd64-cgo), const SYS_NLSTAT = 280
17005pkg syscall (freebsd-amd64-cgo), const SYS_NMOUNT = 378
17006pkg syscall (freebsd-amd64-cgo), const SYS_NSTAT = 278
17007pkg syscall (freebsd-amd64-cgo), const SYS_NTP_ADJTIME = 176
17008pkg syscall (freebsd-amd64-cgo), const SYS_NTP_GETTIME = 248
17009pkg syscall (freebsd-amd64-cgo), const SYS_OBREAK = 17
17010pkg syscall (freebsd-amd64-cgo), const SYS_OPEN = 5
17011pkg syscall (freebsd-amd64-cgo), const SYS_OPENAT = 499
17012pkg syscall (freebsd-amd64-cgo), const SYS_OPENBSD_POLL = 252
17013pkg syscall (freebsd-amd64-cgo), const SYS_OVADVISE = 72
17014pkg syscall (freebsd-amd64-cgo), const SYS_PATHCONF = 191
17015pkg syscall (freebsd-amd64-cgo), const SYS_PDFORK = 518
17016pkg syscall (freebsd-amd64-cgo), const SYS_PDGETPID = 520
17017pkg syscall (freebsd-amd64-cgo), const SYS_PDKILL = 519
17018pkg syscall (freebsd-amd64-cgo), const SYS_PIPE = 42
17019pkg syscall (freebsd-amd64-cgo), const SYS_POLL = 209
17020pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_FADVISE = 531
17021pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_FALLOCATE = 530
17022pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_OPENPT = 504
17023pkg syscall (freebsd-amd64-cgo), const SYS_PREAD = 475
17024pkg syscall (freebsd-amd64-cgo), const SYS_PREADV = 289
17025pkg syscall (freebsd-amd64-cgo), const SYS_PROFIL = 44
17026pkg syscall (freebsd-amd64-cgo), const SYS_PSELECT = 522
17027pkg syscall (freebsd-amd64-cgo), const SYS_PTRACE = 26
17028pkg syscall (freebsd-amd64-cgo), const SYS_PWRITE = 476
17029pkg syscall (freebsd-amd64-cgo), const SYS_PWRITEV = 290
17030pkg syscall (freebsd-amd64-cgo), const SYS_QUOTACTL = 148
17031pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_ADD_RULE = 528
17032pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_LIMITS = 527
17033pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_RACCT = 525
17034pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_RULES = 526
17035pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_REMOVE_RULE = 529
17036pkg syscall (freebsd-amd64-cgo), const SYS_READ = 3
17037pkg syscall (freebsd-amd64-cgo), const SYS_READLINK = 58
17038pkg syscall (freebsd-amd64-cgo), const SYS_READLINKAT = 500
17039pkg syscall (freebsd-amd64-cgo), const SYS_READV = 120
17040pkg syscall (freebsd-amd64-cgo), const SYS_REBOOT = 55
17041pkg syscall (freebsd-amd64-cgo), const SYS_RECVFROM = 29
17042pkg syscall (freebsd-amd64-cgo), const SYS_RECVMSG = 27
17043pkg syscall (freebsd-amd64-cgo), const SYS_RENAME = 128
17044pkg syscall (freebsd-amd64-cgo), const SYS_RENAMEAT = 501
17045pkg syscall (freebsd-amd64-cgo), const SYS_REVOKE = 56
17046pkg syscall (freebsd-amd64-cgo), const SYS_RFORK = 251
17047pkg syscall (freebsd-amd64-cgo), const SYS_RMDIR = 137
17048pkg syscall (freebsd-amd64-cgo), const SYS_RTPRIO = 166
17049pkg syscall (freebsd-amd64-cgo), const SYS_RTPRIO_THREAD = 466
17050pkg syscall (freebsd-amd64-cgo), const SYS_SBRK = 69
17051pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GETPARAM = 328
17052pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GETSCHEDULER = 330
17053pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 332
17054pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 333
17055pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_RR_GET_INTERVAL = 334
17056pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_SETPARAM = 327
17057pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_SETSCHEDULER = 329
17058pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_YIELD = 331
17059pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_RECVMSG = 474
17060pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_SENDMSG = 472
17061pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
17062pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_PEELOFF = 471
17063pkg syscall (freebsd-amd64-cgo), const SYS_SELECT = 93
17064pkg syscall (freebsd-amd64-cgo), const SYS_SENDFILE = 393
17065pkg syscall (freebsd-amd64-cgo), const SYS_SENDMSG = 28
17066pkg syscall (freebsd-amd64-cgo), const SYS_SENDTO = 133
17067pkg syscall (freebsd-amd64-cgo), const SYS_SETAUDIT = 450
17068pkg syscall (freebsd-amd64-cgo), const SYS_SETAUDIT_ADDR = 452
17069pkg syscall (freebsd-amd64-cgo), const SYS_SETAUID = 448
17070pkg syscall (freebsd-amd64-cgo), const SYS_SETCONTEXT = 422
17071pkg syscall (freebsd-amd64-cgo), const SYS_SETEGID = 182
17072pkg syscall (freebsd-amd64-cgo), const SYS_SETEUID = 183
17073pkg syscall (freebsd-amd64-cgo), const SYS_SETFIB = 175
17074pkg syscall (freebsd-amd64-cgo), const SYS_SETGID = 181
17075pkg syscall (freebsd-amd64-cgo), const SYS_SETGROUPS = 80
17076pkg syscall (freebsd-amd64-cgo), const SYS_SETITIMER = 83
17077pkg syscall (freebsd-amd64-cgo), const SYS_SETLOGIN = 50
17078pkg syscall (freebsd-amd64-cgo), const SYS_SETLOGINCLASS = 524
17079pkg syscall (freebsd-amd64-cgo), const SYS_SETPGID = 82
17080pkg syscall (freebsd-amd64-cgo), const SYS_SETPRIORITY = 96
17081pkg syscall (freebsd-amd64-cgo), const SYS_SETREGID = 127
17082pkg syscall (freebsd-amd64-cgo), const SYS_SETRESGID = 312
17083pkg syscall (freebsd-amd64-cgo), const SYS_SETRESUID = 311
17084pkg syscall (freebsd-amd64-cgo), const SYS_SETREUID = 126
17085pkg syscall (freebsd-amd64-cgo), const SYS_SETRLIMIT = 195
17086pkg syscall (freebsd-amd64-cgo), const SYS_SETSID = 147
17087pkg syscall (freebsd-amd64-cgo), const SYS_SETSOCKOPT = 105
17088pkg syscall (freebsd-amd64-cgo), const SYS_SETTIMEOFDAY = 122
17089pkg syscall (freebsd-amd64-cgo), const SYS_SETUID = 23
17090pkg syscall (freebsd-amd64-cgo), const SYS_SHM_OPEN = 482
17091pkg syscall (freebsd-amd64-cgo), const SYS_SHM_UNLINK = 483
17092pkg syscall (freebsd-amd64-cgo), const SYS_SHUTDOWN = 134
17093pkg syscall (freebsd-amd64-cgo), const SYS_SIGACTION = 416
17094pkg syscall (freebsd-amd64-cgo), const SYS_SIGALTSTACK = 53
17095pkg syscall (freebsd-amd64-cgo), const SYS_SIGPENDING = 343
17096pkg syscall (freebsd-amd64-cgo), const SYS_SIGPROCMASK = 340
17097pkg syscall (freebsd-amd64-cgo), const SYS_SIGQUEUE = 456
17098pkg syscall (freebsd-amd64-cgo), const SYS_SIGRETURN = 417
17099pkg syscall (freebsd-amd64-cgo), const SYS_SIGSUSPEND = 341
17100pkg syscall (freebsd-amd64-cgo), const SYS_SIGTIMEDWAIT = 345
17101pkg syscall (freebsd-amd64-cgo), const SYS_SIGWAIT = 429
17102pkg syscall (freebsd-amd64-cgo), const SYS_SIGWAITINFO = 346
17103pkg syscall (freebsd-amd64-cgo), const SYS_SOCKET = 97
17104pkg syscall (freebsd-amd64-cgo), const SYS_SOCKETPAIR = 135
17105pkg syscall (freebsd-amd64-cgo), const SYS_SSTK = 70
17106pkg syscall (freebsd-amd64-cgo), const SYS_STAT = 188
17107pkg syscall (freebsd-amd64-cgo), const SYS_STATFS = 396
17108pkg syscall (freebsd-amd64-cgo), const SYS_SWAPCONTEXT = 423
17109pkg syscall (freebsd-amd64-cgo), const SYS_SWAPOFF = 424
17110pkg syscall (freebsd-amd64-cgo), const SYS_SWAPON = 85
17111pkg syscall (freebsd-amd64-cgo), const SYS_SYMLINK = 57
17112pkg syscall (freebsd-amd64-cgo), const SYS_SYMLINKAT = 502
17113pkg syscall (freebsd-amd64-cgo), const SYS_SYNC = 36
17114pkg syscall (freebsd-amd64-cgo), const SYS_SYSARCH = 165
17115pkg syscall (freebsd-amd64-cgo), const SYS_THR_CREATE = 430
17116pkg syscall (freebsd-amd64-cgo), const SYS_THR_EXIT = 431
17117pkg syscall (freebsd-amd64-cgo), const SYS_THR_KILL = 433
17118pkg syscall (freebsd-amd64-cgo), const SYS_THR_KILL2 = 481
17119pkg syscall (freebsd-amd64-cgo), const SYS_THR_NEW = 455
17120pkg syscall (freebsd-amd64-cgo), const SYS_THR_SELF = 432
17121pkg syscall (freebsd-amd64-cgo), const SYS_THR_SET_NAME = 464
17122pkg syscall (freebsd-amd64-cgo), const SYS_THR_SUSPEND = 442
17123pkg syscall (freebsd-amd64-cgo), const SYS_THR_WAKE = 443
17124pkg syscall (freebsd-amd64-cgo), const SYS_TRUNCATE = 479
17125pkg syscall (freebsd-amd64-cgo), const SYS_UMASK = 60
17126pkg syscall (freebsd-amd64-cgo), const SYS_UNDELETE = 205
17127pkg syscall (freebsd-amd64-cgo), const SYS_UNLINK = 10
17128pkg syscall (freebsd-amd64-cgo), const SYS_UNLINKAT = 503
17129pkg syscall (freebsd-amd64-cgo), const SYS_UNMOUNT = 22
17130pkg syscall (freebsd-amd64-cgo), const SYS_UTIMES = 138
17131pkg syscall (freebsd-amd64-cgo), const SYS_UTRACE = 335
17132pkg syscall (freebsd-amd64-cgo), const SYS_UUIDGEN = 392
17133pkg syscall (freebsd-amd64-cgo), const SYS_VFORK = 66
17134pkg syscall (freebsd-amd64-cgo), const SYS_WAIT4 = 7
17135pkg syscall (freebsd-amd64-cgo), const SYS_WAIT6 = 532
17136pkg syscall (freebsd-amd64-cgo), const SYS_WRITE = 4
17137pkg syscall (freebsd-amd64-cgo), const SYS_WRITEV = 121
17138pkg syscall (freebsd-amd64-cgo), const SYS_YIELD = 321
17139pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_LOCK = 434
17140pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_OP = 454
17141pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_UNLOCK = 435
17142pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_FD = 354
17143pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_FILE = 353
17144pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_LINK = 428
17145pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_FD = 352
17146pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_FILE = 351
17147pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_LINK = 427
17148pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_FD = 349
17149pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_FILE = 347
17150pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_LINK = 425
17151pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_FD = 350
17152pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_FILE = 348
17153pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_LINK = 426
17154pkg syscall (freebsd-amd64-cgo), const SYS___GETCWD = 326
17155pkg syscall (freebsd-amd64-cgo), const SYS___MAC_EXECVE = 415
17156pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_FD = 386
17157pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_FILE = 387
17158pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_LINK = 410
17159pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_PID = 409
17160pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_PROC = 384
17161pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_FD = 388
17162pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_FILE = 389
17163pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_LINK = 411
17164pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_PROC = 385
17165pkg syscall (freebsd-amd64-cgo), const SYS___SETUGID = 374
17166pkg syscall (freebsd-amd64-cgo), const SYS___SYSCTL = 202
17167pkg syscall (freebsd-amd64-cgo), const S_IFMT = 61440
17168pkg syscall (freebsd-amd64-cgo), const SizeofBpfHdr = 32
17169pkg syscall (freebsd-amd64-cgo), const SizeofBpfInsn = 8
17170pkg syscall (freebsd-amd64-cgo), const SizeofBpfProgram = 16
17171pkg syscall (freebsd-amd64-cgo), const SizeofBpfStat = 8
17172pkg syscall (freebsd-amd64-cgo), const SizeofBpfVersion = 4
17173pkg syscall (freebsd-amd64-cgo), const SizeofBpfZbuf = 24
17174pkg syscall (freebsd-amd64-cgo), const SizeofBpfZbufHeader = 32
17175pkg syscall (freebsd-amd64-cgo), const SizeofCmsghdr = 12
17176pkg syscall (freebsd-amd64-cgo), const SizeofIPMreq = 8
17177pkg syscall (freebsd-amd64-cgo), const SizeofIPMreqn = 12
17178pkg syscall (freebsd-amd64-cgo), const SizeofIPv6Mreq = 20
17179pkg syscall (freebsd-amd64-cgo), const SizeofIfAnnounceMsghdr = 24
17180pkg syscall (freebsd-amd64-cgo), const SizeofIfData = 152
17181pkg syscall (freebsd-amd64-cgo), const SizeofIfMsghdr = 168
17182pkg syscall (freebsd-amd64-cgo), const SizeofIfaMsghdr = 20
17183pkg syscall (freebsd-amd64-cgo), const SizeofIfmaMsghdr = 16
17184pkg syscall (freebsd-amd64-cgo), const SizeofInet6Pktinfo = 20
17185pkg syscall (freebsd-amd64-cgo), const SizeofLinger = 8
17186pkg syscall (freebsd-amd64-cgo), const SizeofMsghdr = 48
17187pkg syscall (freebsd-amd64-cgo), const SizeofRtMetrics = 112
17188pkg syscall (freebsd-amd64-cgo), const SizeofRtMsghdr = 152
17189pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrAny = 108
17190pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrDatalink = 54
17191pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrInet4 = 16
17192pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrInet6 = 28
17193pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrUnix = 106
17194pkg syscall (freebsd-amd64-cgo), const TCIFLUSH = 1
17195pkg syscall (freebsd-amd64-cgo), const TCIOFLUSH = 3
17196pkg syscall (freebsd-amd64-cgo), const TCOFLUSH = 2
17197pkg syscall (freebsd-amd64-cgo), const TCP_CA_NAME_MAX = 16
17198pkg syscall (freebsd-amd64-cgo), const TCP_CONGESTION = 64
17199pkg syscall (freebsd-amd64-cgo), const TCP_INFO = 32
17200pkg syscall (freebsd-amd64-cgo), const TCP_KEEPCNT = 1024
17201pkg syscall (freebsd-amd64-cgo), const TCP_KEEPIDLE = 256
17202pkg syscall (freebsd-amd64-cgo), const TCP_KEEPINIT = 128
17203pkg syscall (freebsd-amd64-cgo), const TCP_KEEPINTVL = 512
17204pkg syscall (freebsd-amd64-cgo), const TCP_MAXBURST = 4
17205pkg syscall (freebsd-amd64-cgo), const TCP_MAXHLEN = 60
17206pkg syscall (freebsd-amd64-cgo), const TCP_MAXOLEN = 40
17207pkg syscall (freebsd-amd64-cgo), const TCP_MAXSEG = 2
17208pkg syscall (freebsd-amd64-cgo), const TCP_MAXWIN = 65535
17209pkg syscall (freebsd-amd64-cgo), const TCP_MAX_SACK = 4
17210pkg syscall (freebsd-amd64-cgo), const TCP_MAX_WINSHIFT = 14
17211pkg syscall (freebsd-amd64-cgo), const TCP_MD5SIG = 16
17212pkg syscall (freebsd-amd64-cgo), const TCP_MINMSS = 216
17213pkg syscall (freebsd-amd64-cgo), const TCP_MSS = 536
17214pkg syscall (freebsd-amd64-cgo), const TCP_NOOPT = 8
17215pkg syscall (freebsd-amd64-cgo), const TCP_NOPUSH = 4
17216pkg syscall (freebsd-amd64-cgo), const TCSAFLUSH = 2
17217pkg syscall (freebsd-amd64-cgo), const TIOCCBRK = 536900730
17218pkg syscall (freebsd-amd64-cgo), const TIOCCDTR = 536900728
17219pkg syscall (freebsd-amd64-cgo), const TIOCCONS = 2147775586
17220pkg syscall (freebsd-amd64-cgo), const TIOCDRAIN = 536900702
17221pkg syscall (freebsd-amd64-cgo), const TIOCEXCL = 536900621
17222pkg syscall (freebsd-amd64-cgo), const TIOCEXT = 2147775584
17223pkg syscall (freebsd-amd64-cgo), const TIOCFLUSH = 2147775504
17224pkg syscall (freebsd-amd64-cgo), const TIOCGDRAINWAIT = 1074033750
17225pkg syscall (freebsd-amd64-cgo), const TIOCGETA = 1076655123
17226pkg syscall (freebsd-amd64-cgo), const TIOCGETD = 1074033690
17227pkg syscall (freebsd-amd64-cgo), const TIOCGPGRP = 1074033783
17228pkg syscall (freebsd-amd64-cgo), const TIOCGPTN = 1074033679
17229pkg syscall (freebsd-amd64-cgo), const TIOCGSID = 1074033763
17230pkg syscall (freebsd-amd64-cgo), const TIOCGWINSZ = 1074295912
17231pkg syscall (freebsd-amd64-cgo), const TIOCMBIC = 2147775595
17232pkg syscall (freebsd-amd64-cgo), const TIOCMBIS = 2147775596
17233pkg syscall (freebsd-amd64-cgo), const TIOCMGDTRWAIT = 1074033754
17234pkg syscall (freebsd-amd64-cgo), const TIOCMGET = 1074033770
17235pkg syscall (freebsd-amd64-cgo), const TIOCMSDTRWAIT = 2147775579
17236pkg syscall (freebsd-amd64-cgo), const TIOCMSET = 2147775597
17237pkg syscall (freebsd-amd64-cgo), const TIOCM_CAR = 64
17238pkg syscall (freebsd-amd64-cgo), const TIOCM_CD = 64
17239pkg syscall (freebsd-amd64-cgo), const TIOCM_CTS = 32
17240pkg syscall (freebsd-amd64-cgo), const TIOCM_DCD = 64
17241pkg syscall (freebsd-amd64-cgo), const TIOCM_DSR = 256
17242pkg syscall (freebsd-amd64-cgo), const TIOCM_DTR = 2
17243pkg syscall (freebsd-amd64-cgo), const TIOCM_LE = 1
17244pkg syscall (freebsd-amd64-cgo), const TIOCM_RI = 128
17245pkg syscall (freebsd-amd64-cgo), const TIOCM_RNG = 128
17246pkg syscall (freebsd-amd64-cgo), const TIOCM_RTS = 4
17247pkg syscall (freebsd-amd64-cgo), const TIOCM_SR = 16
17248pkg syscall (freebsd-amd64-cgo), const TIOCM_ST = 8
17249pkg syscall (freebsd-amd64-cgo), const TIOCNOTTY = 536900721
17250pkg syscall (freebsd-amd64-cgo), const TIOCNXCL = 536900622
17251pkg syscall (freebsd-amd64-cgo), const TIOCOUTQ = 1074033779
17252pkg syscall (freebsd-amd64-cgo), const TIOCPKT = 2147775600
17253pkg syscall (freebsd-amd64-cgo), const TIOCPKT_DATA = 0
17254pkg syscall (freebsd-amd64-cgo), const TIOCPKT_DOSTOP = 32
17255pkg syscall (freebsd-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
17256pkg syscall (freebsd-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
17257pkg syscall (freebsd-amd64-cgo), const TIOCPKT_IOCTL = 64
17258pkg syscall (freebsd-amd64-cgo), const TIOCPKT_NOSTOP = 16
17259pkg syscall (freebsd-amd64-cgo), const TIOCPKT_START = 8
17260pkg syscall (freebsd-amd64-cgo), const TIOCPKT_STOP = 4
17261pkg syscall (freebsd-amd64-cgo), const TIOCPTMASTER = 536900636
17262pkg syscall (freebsd-amd64-cgo), const TIOCSBRK = 536900731
17263pkg syscall (freebsd-amd64-cgo), const TIOCSCTTY = 536900705
17264pkg syscall (freebsd-amd64-cgo), const TIOCSDRAINWAIT = 2147775575
17265pkg syscall (freebsd-amd64-cgo), const TIOCSDTR = 536900729
17266pkg syscall (freebsd-amd64-cgo), const TIOCSETA = 2150396948
17267pkg syscall (freebsd-amd64-cgo), const TIOCSETAF = 2150396950
17268pkg syscall (freebsd-amd64-cgo), const TIOCSETAW = 2150396949
17269pkg syscall (freebsd-amd64-cgo), const TIOCSETD = 2147775515
17270pkg syscall (freebsd-amd64-cgo), const TIOCSIG = 537162847
17271pkg syscall (freebsd-amd64-cgo), const TIOCSPGRP = 2147775606
17272pkg syscall (freebsd-amd64-cgo), const TIOCSTART = 536900718
17273pkg syscall (freebsd-amd64-cgo), const TIOCSTAT = 536900709
17274pkg syscall (freebsd-amd64-cgo), const TIOCSTI = 2147578994
17275pkg syscall (freebsd-amd64-cgo), const TIOCSTOP = 536900719
17276pkg syscall (freebsd-amd64-cgo), const TIOCSWINSZ = 2148037735
17277pkg syscall (freebsd-amd64-cgo), const TIOCTIMESTAMP = 1074820185
17278pkg syscall (freebsd-amd64-cgo), const TIOCUCNTL = 2147775590
17279pkg syscall (freebsd-amd64-cgo), const TOSTOP = 4194304
17280pkg syscall (freebsd-amd64-cgo), const VDISCARD = 15
17281pkg syscall (freebsd-amd64-cgo), const VDSUSP = 11
17282pkg syscall (freebsd-amd64-cgo), const VEOF = 0
17283pkg syscall (freebsd-amd64-cgo), const VEOL = 1
17284pkg syscall (freebsd-amd64-cgo), const VEOL2 = 2
17285pkg syscall (freebsd-amd64-cgo), const VERASE = 3
17286pkg syscall (freebsd-amd64-cgo), const VERASE2 = 7
17287pkg syscall (freebsd-amd64-cgo), const VINTR = 8
17288pkg syscall (freebsd-amd64-cgo), const VKILL = 5
17289pkg syscall (freebsd-amd64-cgo), const VLNEXT = 14
17290pkg syscall (freebsd-amd64-cgo), const VMIN = 16
17291pkg syscall (freebsd-amd64-cgo), const VQUIT = 9
17292pkg syscall (freebsd-amd64-cgo), const VREPRINT = 6
17293pkg syscall (freebsd-amd64-cgo), const VSTART = 12
17294pkg syscall (freebsd-amd64-cgo), const VSTATUS = 18
17295pkg syscall (freebsd-amd64-cgo), const VSTOP = 13
17296pkg syscall (freebsd-amd64-cgo), const VSUSP = 10
17297pkg syscall (freebsd-amd64-cgo), const VTIME = 17
17298pkg syscall (freebsd-amd64-cgo), const VWERASE = 4
17299pkg syscall (freebsd-amd64-cgo), const WCONTINUED = 4
17300pkg syscall (freebsd-amd64-cgo), const WCOREFLAG = 128
17301pkg syscall (freebsd-amd64-cgo), const WLINUXCLONE = 2147483648
17302pkg syscall (freebsd-amd64-cgo), const WNOHANG = 1
17303pkg syscall (freebsd-amd64-cgo), const WNOWAIT = 8
17304pkg syscall (freebsd-amd64-cgo), const WSTOPPED = 2
17305pkg syscall (freebsd-amd64-cgo), const WUNTRACED = 2
17306pkg syscall (freebsd-arm), const AF_APPLETALK = 16
17307pkg syscall (freebsd-arm), const AF_ARP = 35
17308pkg syscall (freebsd-arm), const AF_ATM = 30
17309pkg syscall (freebsd-arm), const AF_BLUETOOTH = 36
17310pkg syscall (freebsd-arm), const AF_CCITT = 10
17311pkg syscall (freebsd-arm), const AF_CHAOS = 5
17312pkg syscall (freebsd-arm), const AF_CNT = 21
17313pkg syscall (freebsd-arm), const AF_COIP = 20
17314pkg syscall (freebsd-arm), const AF_DATAKIT = 9
17315pkg syscall (freebsd-arm), const AF_DECnet = 12
17316pkg syscall (freebsd-arm), const AF_DLI = 13
17317pkg syscall (freebsd-arm), const AF_E164 = 26
17318pkg syscall (freebsd-arm), const AF_ECMA = 8
17319pkg syscall (freebsd-arm), const AF_HYLINK = 15
17320pkg syscall (freebsd-arm), const AF_IEEE80211 = 37
17321pkg syscall (freebsd-arm), const AF_IMPLINK = 3
17322pkg syscall (freebsd-arm), const AF_INET6 = 28
17323pkg syscall (freebsd-arm), const AF_IPX = 23
17324pkg syscall (freebsd-arm), const AF_ISDN = 26
17325pkg syscall (freebsd-arm), const AF_ISO = 7
17326pkg syscall (freebsd-arm), const AF_LAT = 14
17327pkg syscall (freebsd-arm), const AF_LINK = 18
17328pkg syscall (freebsd-arm), const AF_LOCAL = 1
17329pkg syscall (freebsd-arm), const AF_MAX = 38
17330pkg syscall (freebsd-arm), const AF_NATM = 29
17331pkg syscall (freebsd-arm), const AF_NETBIOS = 6
17332pkg syscall (freebsd-arm), const AF_NETGRAPH = 32
17333pkg syscall (freebsd-arm), const AF_OSI = 7
17334pkg syscall (freebsd-arm), const AF_PUP = 4
17335pkg syscall (freebsd-arm), const AF_ROUTE = 17
17336pkg syscall (freebsd-arm), const AF_SCLUSTER = 34
17337pkg syscall (freebsd-arm), const AF_SIP = 24
17338pkg syscall (freebsd-arm), const AF_SLOW = 33
17339pkg syscall (freebsd-arm), const AF_SNA = 11
17340pkg syscall (freebsd-arm), const AF_VENDOR00 = 39
17341pkg syscall (freebsd-arm), const AF_VENDOR01 = 41
17342pkg syscall (freebsd-arm), const AF_VENDOR02 = 43
17343pkg syscall (freebsd-arm), const AF_VENDOR03 = 45
17344pkg syscall (freebsd-arm), const AF_VENDOR04 = 47
17345pkg syscall (freebsd-arm), const AF_VENDOR05 = 49
17346pkg syscall (freebsd-arm), const AF_VENDOR06 = 51
17347pkg syscall (freebsd-arm), const AF_VENDOR07 = 53
17348pkg syscall (freebsd-arm), const AF_VENDOR08 = 55
17349pkg syscall (freebsd-arm), const AF_VENDOR09 = 57
17350pkg syscall (freebsd-arm), const AF_VENDOR10 = 59
17351pkg syscall (freebsd-arm), const AF_VENDOR11 = 61
17352pkg syscall (freebsd-arm), const AF_VENDOR12 = 63
17353pkg syscall (freebsd-arm), const AF_VENDOR13 = 65
17354pkg syscall (freebsd-arm), const AF_VENDOR14 = 67
17355pkg syscall (freebsd-arm), const AF_VENDOR15 = 69
17356pkg syscall (freebsd-arm), const AF_VENDOR16 = 71
17357pkg syscall (freebsd-arm), const AF_VENDOR17 = 73
17358pkg syscall (freebsd-arm), const AF_VENDOR18 = 75
17359pkg syscall (freebsd-arm), const AF_VENDOR19 = 77
17360pkg syscall (freebsd-arm), const AF_VENDOR20 = 79
17361pkg syscall (freebsd-arm), const AF_VENDOR21 = 81
17362pkg syscall (freebsd-arm), const AF_VENDOR22 = 83
17363pkg syscall (freebsd-arm), const AF_VENDOR23 = 85
17364pkg syscall (freebsd-arm), const AF_VENDOR24 = 87
17365pkg syscall (freebsd-arm), const AF_VENDOR25 = 89
17366pkg syscall (freebsd-arm), const AF_VENDOR26 = 91
17367pkg syscall (freebsd-arm), const AF_VENDOR27 = 93
17368pkg syscall (freebsd-arm), const AF_VENDOR28 = 95
17369pkg syscall (freebsd-arm), const AF_VENDOR29 = 97
17370pkg syscall (freebsd-arm), const AF_VENDOR30 = 99
17371pkg syscall (freebsd-arm), const AF_VENDOR31 = 101
17372pkg syscall (freebsd-arm), const AF_VENDOR32 = 103
17373pkg syscall (freebsd-arm), const AF_VENDOR33 = 105
17374pkg syscall (freebsd-arm), const AF_VENDOR34 = 107
17375pkg syscall (freebsd-arm), const AF_VENDOR35 = 109
17376pkg syscall (freebsd-arm), const AF_VENDOR36 = 111
17377pkg syscall (freebsd-arm), const AF_VENDOR37 = 113
17378pkg syscall (freebsd-arm), const AF_VENDOR38 = 115
17379pkg syscall (freebsd-arm), const AF_VENDOR39 = 117
17380pkg syscall (freebsd-arm), const AF_VENDOR40 = 119
17381pkg syscall (freebsd-arm), const AF_VENDOR41 = 121
17382pkg syscall (freebsd-arm), const AF_VENDOR42 = 123
17383pkg syscall (freebsd-arm), const AF_VENDOR43 = 125
17384pkg syscall (freebsd-arm), const AF_VENDOR44 = 127
17385pkg syscall (freebsd-arm), const AF_VENDOR45 = 129
17386pkg syscall (freebsd-arm), const AF_VENDOR46 = 131
17387pkg syscall (freebsd-arm), const AF_VENDOR47 = 133
17388pkg syscall (freebsd-arm), const B0 = 0
17389pkg syscall (freebsd-arm), const B110 = 110
17390pkg syscall (freebsd-arm), const B115200 = 115200
17391pkg syscall (freebsd-arm), const B1200 = 1200
17392pkg syscall (freebsd-arm), const B134 = 134
17393pkg syscall (freebsd-arm), const B14400 = 14400
17394pkg syscall (freebsd-arm), const B150 = 150
17395pkg syscall (freebsd-arm), const B1800 = 1800
17396pkg syscall (freebsd-arm), const B19200 = 19200
17397pkg syscall (freebsd-arm), const B200 = 200
17398pkg syscall (freebsd-arm), const B230400 = 230400
17399pkg syscall (freebsd-arm), const B2400 = 2400
17400pkg syscall (freebsd-arm), const B28800 = 28800
17401pkg syscall (freebsd-arm), const B300 = 300
17402pkg syscall (freebsd-arm), const B38400 = 38400
17403pkg syscall (freebsd-arm), const B460800 = 460800
17404pkg syscall (freebsd-arm), const B4800 = 4800
17405pkg syscall (freebsd-arm), const B50 = 50
17406pkg syscall (freebsd-arm), const B57600 = 57600
17407pkg syscall (freebsd-arm), const B600 = 600
17408pkg syscall (freebsd-arm), const B7200 = 7200
17409pkg syscall (freebsd-arm), const B75 = 75
17410pkg syscall (freebsd-arm), const B76800 = 76800
17411pkg syscall (freebsd-arm), const B921600 = 921600
17412pkg syscall (freebsd-arm), const B9600 = 9600
17413pkg syscall (freebsd-arm), const BIOCFEEDBACK = 2147762812
17414pkg syscall (freebsd-arm), const BIOCFLUSH = 536887912
17415pkg syscall (freebsd-arm), const BIOCGBLEN = 1074020966
17416pkg syscall (freebsd-arm), const BIOCGDIRECTION = 1074020982
17417pkg syscall (freebsd-arm), const BIOCGDLT = 1074020970
17418pkg syscall (freebsd-arm), const BIOCGDLTLIST = 3221766777
17419pkg syscall (freebsd-arm), const BIOCGETBUFMODE = 1074020989
17420pkg syscall (freebsd-arm), const BIOCGETIF = 1075855979
17421pkg syscall (freebsd-arm), const BIOCGETZMAX = 1074020991
17422pkg syscall (freebsd-arm), const BIOCGHDRCMPLT = 1074020980
17423pkg syscall (freebsd-arm), const BIOCGRSIG = 1074020978
17424pkg syscall (freebsd-arm), const BIOCGRTIMEOUT = 1074545262
17425pkg syscall (freebsd-arm), const BIOCGSEESENT = 1074020982
17426pkg syscall (freebsd-arm), const BIOCGSTATS = 1074283119
17427pkg syscall (freebsd-arm), const BIOCGTSTAMP = 1074020995
17428pkg syscall (freebsd-arm), const BIOCIMMEDIATE = 2147762800
17429pkg syscall (freebsd-arm), const BIOCLOCK = 536887930
17430pkg syscall (freebsd-arm), const BIOCPROMISC = 536887913
17431pkg syscall (freebsd-arm), const BIOCROTZBUF = 1074545280
17432pkg syscall (freebsd-arm), const BIOCSBLEN = 3221504614
17433pkg syscall (freebsd-arm), const BIOCSDIRECTION = 2147762807
17434pkg syscall (freebsd-arm), const BIOCSDLT = 2147762808
17435pkg syscall (freebsd-arm), const BIOCSETBUFMODE = 2147762814
17436pkg syscall (freebsd-arm), const BIOCSETF = 2148024935
17437pkg syscall (freebsd-arm), const BIOCSETFNR = 2148024962
17438pkg syscall (freebsd-arm), const BIOCSETIF = 2149597804
17439pkg syscall (freebsd-arm), const BIOCSETWF = 2148024955
17440pkg syscall (freebsd-arm), const BIOCSETZBUF = 2148287105
17441pkg syscall (freebsd-arm), const BIOCSHDRCMPLT = 2147762805
17442pkg syscall (freebsd-arm), const BIOCSRSIG = 2147762803
17443pkg syscall (freebsd-arm), const BIOCSRTIMEOUT = 2148287085
17444pkg syscall (freebsd-arm), const BIOCSSEESENT = 2147762807
17445pkg syscall (freebsd-arm), const BIOCSTSTAMP = 2147762820
17446pkg syscall (freebsd-arm), const BIOCVERSION = 1074020977
17447pkg syscall (freebsd-arm), const BPF_A = 16
17448pkg syscall (freebsd-arm), const BPF_ABS = 32
17449pkg syscall (freebsd-arm), const BPF_ADD = 0
17450pkg syscall (freebsd-arm), const BPF_ALIGNMENT = 4
17451pkg syscall (freebsd-arm), const BPF_ALU = 4
17452pkg syscall (freebsd-arm), const BPF_AND = 80
17453pkg syscall (freebsd-arm), const BPF_B = 16
17454pkg syscall (freebsd-arm), const BPF_BUFMODE_BUFFER = 1
17455pkg syscall (freebsd-arm), const BPF_BUFMODE_ZBUF = 2
17456pkg syscall (freebsd-arm), const BPF_DIV = 48
17457pkg syscall (freebsd-arm), const BPF_H = 8
17458pkg syscall (freebsd-arm), const BPF_IMM = 0
17459pkg syscall (freebsd-arm), const BPF_IND = 64
17460pkg syscall (freebsd-arm), const BPF_JA = 0
17461pkg syscall (freebsd-arm), const BPF_JEQ = 16
17462pkg syscall (freebsd-arm), const BPF_JGE = 48
17463pkg syscall (freebsd-arm), const BPF_JGT = 32
17464pkg syscall (freebsd-arm), const BPF_JMP = 5
17465pkg syscall (freebsd-arm), const BPF_JSET = 64
17466pkg syscall (freebsd-arm), const BPF_K = 0
17467pkg syscall (freebsd-arm), const BPF_LD = 0
17468pkg syscall (freebsd-arm), const BPF_LDX = 1
17469pkg syscall (freebsd-arm), const BPF_LEN = 128
17470pkg syscall (freebsd-arm), const BPF_LSH = 96
17471pkg syscall (freebsd-arm), const BPF_MAJOR_VERSION = 1
17472pkg syscall (freebsd-arm), const BPF_MAXBUFSIZE = 524288
17473pkg syscall (freebsd-arm), const BPF_MAXINSNS = 512
17474pkg syscall (freebsd-arm), const BPF_MEM = 96
17475pkg syscall (freebsd-arm), const BPF_MEMWORDS = 16
17476pkg syscall (freebsd-arm), const BPF_MINBUFSIZE = 32
17477pkg syscall (freebsd-arm), const BPF_MINOR_VERSION = 1
17478pkg syscall (freebsd-arm), const BPF_MISC = 7
17479pkg syscall (freebsd-arm), const BPF_MSH = 160
17480pkg syscall (freebsd-arm), const BPF_MUL = 32
17481pkg syscall (freebsd-arm), const BPF_NEG = 128
17482pkg syscall (freebsd-arm), const BPF_OR = 64
17483pkg syscall (freebsd-arm), const BPF_RELEASE = 199606
17484pkg syscall (freebsd-arm), const BPF_RET = 6
17485pkg syscall (freebsd-arm), const BPF_RSH = 112
17486pkg syscall (freebsd-arm), const BPF_ST = 2
17487pkg syscall (freebsd-arm), const BPF_STX = 3
17488pkg syscall (freebsd-arm), const BPF_SUB = 16
17489pkg syscall (freebsd-arm), const BPF_TAX = 0
17490pkg syscall (freebsd-arm), const BPF_TXA = 128
17491pkg syscall (freebsd-arm), const BPF_T_BINTIME = 2
17492pkg syscall (freebsd-arm), const BPF_T_BINTIME_FAST = 258
17493pkg syscall (freebsd-arm), const BPF_T_BINTIME_MONOTONIC = 514
17494pkg syscall (freebsd-arm), const BPF_T_BINTIME_MONOTONIC_FAST = 770
17495pkg syscall (freebsd-arm), const BPF_T_FAST = 256
17496pkg syscall (freebsd-arm), const BPF_T_FLAG_MASK = 768
17497pkg syscall (freebsd-arm), const BPF_T_FORMAT_MASK = 3
17498pkg syscall (freebsd-arm), const BPF_T_MICROTIME = 0
17499pkg syscall (freebsd-arm), const BPF_T_MICROTIME_FAST = 256
17500pkg syscall (freebsd-arm), const BPF_T_MICROTIME_MONOTONIC = 512
17501pkg syscall (freebsd-arm), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
17502pkg syscall (freebsd-arm), const BPF_T_MONOTONIC = 512
17503pkg syscall (freebsd-arm), const BPF_T_MONOTONIC_FAST = 768
17504pkg syscall (freebsd-arm), const BPF_T_NANOTIME = 1
17505pkg syscall (freebsd-arm), const BPF_T_NANOTIME_FAST = 257
17506pkg syscall (freebsd-arm), const BPF_T_NANOTIME_MONOTONIC = 513
17507pkg syscall (freebsd-arm), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
17508pkg syscall (freebsd-arm), const BPF_T_NONE = 3
17509pkg syscall (freebsd-arm), const BPF_T_NORMAL = 0
17510pkg syscall (freebsd-arm), const BPF_W = 0
17511pkg syscall (freebsd-arm), const BPF_X = 8
17512pkg syscall (freebsd-arm), const BRKINT = 2
17513pkg syscall (freebsd-arm), const CFLUSH = 15
17514pkg syscall (freebsd-arm), const CLOCAL = 32768
17515pkg syscall (freebsd-arm), const CREAD = 2048
17516pkg syscall (freebsd-arm), const CS5 = 0
17517pkg syscall (freebsd-arm), const CS6 = 256
17518pkg syscall (freebsd-arm), const CS7 = 512
17519pkg syscall (freebsd-arm), const CS8 = 768
17520pkg syscall (freebsd-arm), const CSIZE = 768
17521pkg syscall (freebsd-arm), const CSTART = 17
17522pkg syscall (freebsd-arm), const CSTATUS = 20
17523pkg syscall (freebsd-arm), const CSTOP = 19
17524pkg syscall (freebsd-arm), const CSTOPB = 1024
17525pkg syscall (freebsd-arm), const CSUSP = 26
17526pkg syscall (freebsd-arm), const CTL_MAXNAME = 24
17527pkg syscall (freebsd-arm), const CTL_NET = 4
17528pkg syscall (freebsd-arm), const DLT_A429 = 184
17529pkg syscall (freebsd-arm), const DLT_A653_ICM = 185
17530pkg syscall (freebsd-arm), const DLT_AIRONET_HEADER = 120
17531pkg syscall (freebsd-arm), const DLT_AOS = 222
17532pkg syscall (freebsd-arm), const DLT_APPLE_IP_OVER_IEEE1394 = 138
17533pkg syscall (freebsd-arm), const DLT_ARCNET = 7
17534pkg syscall (freebsd-arm), const DLT_ARCNET_LINUX = 129
17535pkg syscall (freebsd-arm), const DLT_ATM_CLIP = 19
17536pkg syscall (freebsd-arm), const DLT_ATM_RFC1483 = 11
17537pkg syscall (freebsd-arm), const DLT_AURORA = 126
17538pkg syscall (freebsd-arm), const DLT_AX25 = 3
17539pkg syscall (freebsd-arm), const DLT_AX25_KISS = 202
17540pkg syscall (freebsd-arm), const DLT_BACNET_MS_TP = 165
17541pkg syscall (freebsd-arm), const DLT_BLUETOOTH_HCI_H4 = 187
17542pkg syscall (freebsd-arm), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
17543pkg syscall (freebsd-arm), const DLT_CAN20B = 190
17544pkg syscall (freebsd-arm), const DLT_CAN_SOCKETCAN = 227
17545pkg syscall (freebsd-arm), const DLT_CHAOS = 5
17546pkg syscall (freebsd-arm), const DLT_CHDLC = 104
17547pkg syscall (freebsd-arm), const DLT_CISCO_IOS = 118
17548pkg syscall (freebsd-arm), const DLT_C_HDLC = 104
17549pkg syscall (freebsd-arm), const DLT_C_HDLC_WITH_DIR = 205
17550pkg syscall (freebsd-arm), const DLT_DBUS = 231
17551pkg syscall (freebsd-arm), const DLT_DECT = 221
17552pkg syscall (freebsd-arm), const DLT_DOCSIS = 143
17553pkg syscall (freebsd-arm), const DLT_DVB_CI = 235
17554pkg syscall (freebsd-arm), const DLT_ECONET = 115
17555pkg syscall (freebsd-arm), const DLT_EN10MB = 1
17556pkg syscall (freebsd-arm), const DLT_EN3MB = 2
17557pkg syscall (freebsd-arm), const DLT_ENC = 109
17558pkg syscall (freebsd-arm), const DLT_ERF = 197
17559pkg syscall (freebsd-arm), const DLT_ERF_ETH = 175
17560pkg syscall (freebsd-arm), const DLT_ERF_POS = 176
17561pkg syscall (freebsd-arm), const DLT_FC_2 = 224
17562pkg syscall (freebsd-arm), const DLT_FC_2_WITH_FRAME_DELIMS = 225
17563pkg syscall (freebsd-arm), const DLT_FDDI = 10
17564pkg syscall (freebsd-arm), const DLT_FLEXRAY = 210
17565pkg syscall (freebsd-arm), const DLT_FRELAY = 107
17566pkg syscall (freebsd-arm), const DLT_FRELAY_WITH_DIR = 206
17567pkg syscall (freebsd-arm), const DLT_GCOM_SERIAL = 173
17568pkg syscall (freebsd-arm), const DLT_GCOM_T1E1 = 172
17569pkg syscall (freebsd-arm), const DLT_GPF_F = 171
17570pkg syscall (freebsd-arm), const DLT_GPF_T = 170
17571pkg syscall (freebsd-arm), const DLT_GPRS_LLC = 169
17572pkg syscall (freebsd-arm), const DLT_GSMTAP_ABIS = 218
17573pkg syscall (freebsd-arm), const DLT_GSMTAP_UM = 217
17574pkg syscall (freebsd-arm), const DLT_HHDLC = 121
17575pkg syscall (freebsd-arm), const DLT_IBM_SN = 146
17576pkg syscall (freebsd-arm), const DLT_IBM_SP = 145
17577pkg syscall (freebsd-arm), const DLT_IEEE802 = 6
17578pkg syscall (freebsd-arm), const DLT_IEEE802_11 = 105
17579pkg syscall (freebsd-arm), const DLT_IEEE802_11_RADIO = 127
17580pkg syscall (freebsd-arm), const DLT_IEEE802_11_RADIO_AVS = 163
17581pkg syscall (freebsd-arm), const DLT_IEEE802_15_4 = 195
17582pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_LINUX = 191
17583pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_NOFCS = 230
17584pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_NONASK_PHY = 215
17585pkg syscall (freebsd-arm), const DLT_IEEE802_16_MAC_CPS = 188
17586pkg syscall (freebsd-arm), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
17587pkg syscall (freebsd-arm), const DLT_IPFILTER = 116
17588pkg syscall (freebsd-arm), const DLT_IPMB = 199
17589pkg syscall (freebsd-arm), const DLT_IPMB_LINUX = 209
17590pkg syscall (freebsd-arm), const DLT_IPNET = 226
17591pkg syscall (freebsd-arm), const DLT_IPOIB = 242
17592pkg syscall (freebsd-arm), const DLT_IPV4 = 228
17593pkg syscall (freebsd-arm), const DLT_IPV6 = 229
17594pkg syscall (freebsd-arm), const DLT_IP_OVER_FC = 122
17595pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM1 = 137
17596pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM2 = 135
17597pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM_CEMIC = 238
17598pkg syscall (freebsd-arm), const DLT_JUNIPER_CHDLC = 181
17599pkg syscall (freebsd-arm), const DLT_JUNIPER_ES = 132
17600pkg syscall (freebsd-arm), const DLT_JUNIPER_ETHER = 178
17601pkg syscall (freebsd-arm), const DLT_JUNIPER_FIBRECHANNEL = 234
17602pkg syscall (freebsd-arm), const DLT_JUNIPER_FRELAY = 180
17603pkg syscall (freebsd-arm), const DLT_JUNIPER_GGSN = 133
17604pkg syscall (freebsd-arm), const DLT_JUNIPER_ISM = 194
17605pkg syscall (freebsd-arm), const DLT_JUNIPER_MFR = 134
17606pkg syscall (freebsd-arm), const DLT_JUNIPER_MLFR = 131
17607pkg syscall (freebsd-arm), const DLT_JUNIPER_MLPPP = 130
17608pkg syscall (freebsd-arm), const DLT_JUNIPER_MONITOR = 164
17609pkg syscall (freebsd-arm), const DLT_JUNIPER_PIC_PEER = 174
17610pkg syscall (freebsd-arm), const DLT_JUNIPER_PPP = 179
17611pkg syscall (freebsd-arm), const DLT_JUNIPER_PPPOE = 167
17612pkg syscall (freebsd-arm), const DLT_JUNIPER_PPPOE_ATM = 168
17613pkg syscall (freebsd-arm), const DLT_JUNIPER_SERVICES = 136
17614pkg syscall (freebsd-arm), const DLT_JUNIPER_SRX_E2E = 233
17615pkg syscall (freebsd-arm), const DLT_JUNIPER_ST = 200
17616pkg syscall (freebsd-arm), const DLT_JUNIPER_VP = 183
17617pkg syscall (freebsd-arm), const DLT_JUNIPER_VS = 232
17618pkg syscall (freebsd-arm), const DLT_LAPB_WITH_DIR = 207
17619pkg syscall (freebsd-arm), const DLT_LAPD = 203
17620pkg syscall (freebsd-arm), const DLT_LIN = 212
17621pkg syscall (freebsd-arm), const DLT_LINUX_EVDEV = 216
17622pkg syscall (freebsd-arm), const DLT_LINUX_IRDA = 144
17623pkg syscall (freebsd-arm), const DLT_LINUX_LAPD = 177
17624pkg syscall (freebsd-arm), const DLT_LINUX_PPP_WITHDIRECTION = 166
17625pkg syscall (freebsd-arm), const DLT_LINUX_SLL = 113
17626pkg syscall (freebsd-arm), const DLT_LOOP = 108
17627pkg syscall (freebsd-arm), const DLT_LTALK = 114
17628pkg syscall (freebsd-arm), const DLT_MATCHING_MAX = 246
17629pkg syscall (freebsd-arm), const DLT_MATCHING_MIN = 104
17630pkg syscall (freebsd-arm), const DLT_MFR = 182
17631pkg syscall (freebsd-arm), const DLT_MOST = 211
17632pkg syscall (freebsd-arm), const DLT_MPEG_2_TS = 243
17633pkg syscall (freebsd-arm), const DLT_MPLS = 219
17634pkg syscall (freebsd-arm), const DLT_MTP2 = 140
17635pkg syscall (freebsd-arm), const DLT_MTP2_WITH_PHDR = 139
17636pkg syscall (freebsd-arm), const DLT_MTP3 = 141
17637pkg syscall (freebsd-arm), const DLT_MUX27010 = 236
17638pkg syscall (freebsd-arm), const DLT_NETANALYZER = 240
17639pkg syscall (freebsd-arm), const DLT_NETANALYZER_TRANSPARENT = 241
17640pkg syscall (freebsd-arm), const DLT_NFC_LLCP = 245
17641pkg syscall (freebsd-arm), const DLT_NFLOG = 239
17642pkg syscall (freebsd-arm), const DLT_NG40 = 244
17643pkg syscall (freebsd-arm), const DLT_NULL = 0
17644pkg syscall (freebsd-arm), const DLT_PCI_EXP = 125
17645pkg syscall (freebsd-arm), const DLT_PFLOG = 117
17646pkg syscall (freebsd-arm), const DLT_PFSYNC = 121
17647pkg syscall (freebsd-arm), const DLT_PPI = 192
17648pkg syscall (freebsd-arm), const DLT_PPP = 9
17649pkg syscall (freebsd-arm), const DLT_PPP_BSDOS = 16
17650pkg syscall (freebsd-arm), const DLT_PPP_ETHER = 51
17651pkg syscall (freebsd-arm), const DLT_PPP_PPPD = 166
17652pkg syscall (freebsd-arm), const DLT_PPP_SERIAL = 50
17653pkg syscall (freebsd-arm), const DLT_PPP_WITH_DIR = 204
17654pkg syscall (freebsd-arm), const DLT_PPP_WITH_DIRECTION = 166
17655pkg syscall (freebsd-arm), const DLT_PRISM_HEADER = 119
17656pkg syscall (freebsd-arm), const DLT_PRONET = 4
17657pkg syscall (freebsd-arm), const DLT_RAIF1 = 198
17658pkg syscall (freebsd-arm), const DLT_RAW = 12
17659pkg syscall (freebsd-arm), const DLT_RIO = 124
17660pkg syscall (freebsd-arm), const DLT_SCCP = 142
17661pkg syscall (freebsd-arm), const DLT_SITA = 196
17662pkg syscall (freebsd-arm), const DLT_SLIP = 8
17663pkg syscall (freebsd-arm), const DLT_SLIP_BSDOS = 15
17664pkg syscall (freebsd-arm), const DLT_STANAG_5066_D_PDU = 237
17665pkg syscall (freebsd-arm), const DLT_SUNATM = 123
17666pkg syscall (freebsd-arm), const DLT_SYMANTEC_FIREWALL = 99
17667pkg syscall (freebsd-arm), const DLT_TZSP = 128
17668pkg syscall (freebsd-arm), const DLT_USB = 186
17669pkg syscall (freebsd-arm), const DLT_USB_LINUX = 189
17670pkg syscall (freebsd-arm), const DLT_USB_LINUX_MMAPPED = 220
17671pkg syscall (freebsd-arm), const DLT_USER0 = 147
17672pkg syscall (freebsd-arm), const DLT_USER1 = 148
17673pkg syscall (freebsd-arm), const DLT_USER10 = 157
17674pkg syscall (freebsd-arm), const DLT_USER11 = 158
17675pkg syscall (freebsd-arm), const DLT_USER12 = 159
17676pkg syscall (freebsd-arm), const DLT_USER13 = 160
17677pkg syscall (freebsd-arm), const DLT_USER14 = 161
17678pkg syscall (freebsd-arm), const DLT_USER15 = 162
17679pkg syscall (freebsd-arm), const DLT_USER2 = 149
17680pkg syscall (freebsd-arm), const DLT_USER3 = 150
17681pkg syscall (freebsd-arm), const DLT_USER4 = 151
17682pkg syscall (freebsd-arm), const DLT_USER5 = 152
17683pkg syscall (freebsd-arm), const DLT_USER6 = 153
17684pkg syscall (freebsd-arm), const DLT_USER7 = 154
17685pkg syscall (freebsd-arm), const DLT_USER8 = 155
17686pkg syscall (freebsd-arm), const DLT_USER9 = 156
17687pkg syscall (freebsd-arm), const DLT_WIHART = 223
17688pkg syscall (freebsd-arm), const DLT_X2E_SERIAL = 213
17689pkg syscall (freebsd-arm), const DLT_X2E_XORAYA = 214
17690pkg syscall (freebsd-arm), const DT_BLK = 6
17691pkg syscall (freebsd-arm), const DT_CHR = 2
17692pkg syscall (freebsd-arm), const DT_DIR = 4
17693pkg syscall (freebsd-arm), const DT_FIFO = 1
17694pkg syscall (freebsd-arm), const DT_LNK = 10
17695pkg syscall (freebsd-arm), const DT_REG = 8
17696pkg syscall (freebsd-arm), const DT_SOCK = 12
17697pkg syscall (freebsd-arm), const DT_UNKNOWN = 0
17698pkg syscall (freebsd-arm), const DT_WHT = 14
17699pkg syscall (freebsd-arm), const E2BIG = 7
17700pkg syscall (freebsd-arm), const EACCES = 13
17701pkg syscall (freebsd-arm), const EADDRINUSE = 48
17702pkg syscall (freebsd-arm), const EADDRNOTAVAIL = 49
17703pkg syscall (freebsd-arm), const EAFNOSUPPORT = 47
17704pkg syscall (freebsd-arm), const EAGAIN = 35
17705pkg syscall (freebsd-arm), const EALREADY = 37
17706pkg syscall (freebsd-arm), const EAUTH = 80
17707pkg syscall (freebsd-arm), const EBADF = 9
17708pkg syscall (freebsd-arm), const EBADMSG = 89
17709pkg syscall (freebsd-arm), const EBADRPC = 72
17710pkg syscall (freebsd-arm), const EBUSY = 16
17711pkg syscall (freebsd-arm), const ECANCELED = 85
17712pkg syscall (freebsd-arm), const ECAPMODE = 94
17713pkg syscall (freebsd-arm), const ECHILD = 10
17714pkg syscall (freebsd-arm), const ECHO = 8
17715pkg syscall (freebsd-arm), const ECHOCTL = 64
17716pkg syscall (freebsd-arm), const ECHOE = 2
17717pkg syscall (freebsd-arm), const ECHOK = 4
17718pkg syscall (freebsd-arm), const ECHOKE = 1
17719pkg syscall (freebsd-arm), const ECHONL = 16
17720pkg syscall (freebsd-arm), const ECHOPRT = 32
17721pkg syscall (freebsd-arm), const ECONNABORTED = 53
17722pkg syscall (freebsd-arm), const ECONNREFUSED = 61
17723pkg syscall (freebsd-arm), const ECONNRESET = 54
17724pkg syscall (freebsd-arm), const EDEADLK = 11
17725pkg syscall (freebsd-arm), const EDESTADDRREQ = 39
17726pkg syscall (freebsd-arm), const EDOM = 33
17727pkg syscall (freebsd-arm), const EDOOFUS = 88
17728pkg syscall (freebsd-arm), const EDQUOT = 69
17729pkg syscall (freebsd-arm), const EEXIST = 17
17730pkg syscall (freebsd-arm), const EFAULT = 14
17731pkg syscall (freebsd-arm), const EFBIG = 27
17732pkg syscall (freebsd-arm), const EFTYPE = 79
17733pkg syscall (freebsd-arm), const EHOSTDOWN = 64
17734pkg syscall (freebsd-arm), const EHOSTUNREACH = 65
17735pkg syscall (freebsd-arm), const EIDRM = 82
17736pkg syscall (freebsd-arm), const EILSEQ = 86
17737pkg syscall (freebsd-arm), const EINPROGRESS = 36
17738pkg syscall (freebsd-arm), const EINTR = 4
17739pkg syscall (freebsd-arm), const EINVAL = 22
17740pkg syscall (freebsd-arm), const EIO = 5
17741pkg syscall (freebsd-arm), const EISCONN = 56
17742pkg syscall (freebsd-arm), const EISDIR = 21
17743pkg syscall (freebsd-arm), const ELAST = 94
17744pkg syscall (freebsd-arm), const ELOOP = 62
17745pkg syscall (freebsd-arm), const EMFILE = 24
17746pkg syscall (freebsd-arm), const EMLINK = 31
17747pkg syscall (freebsd-arm), const EMSGSIZE = 40
17748pkg syscall (freebsd-arm), const EMULTIHOP = 90
17749pkg syscall (freebsd-arm), const ENAMETOOLONG = 63
17750pkg syscall (freebsd-arm), const ENEEDAUTH = 81
17751pkg syscall (freebsd-arm), const ENETDOWN = 50
17752pkg syscall (freebsd-arm), const ENETRESET = 52
17753pkg syscall (freebsd-arm), const ENETUNREACH = 51
17754pkg syscall (freebsd-arm), const ENFILE = 23
17755pkg syscall (freebsd-arm), const ENOATTR = 87
17756pkg syscall (freebsd-arm), const ENOBUFS = 55
17757pkg syscall (freebsd-arm), const ENODEV = 19
17758pkg syscall (freebsd-arm), const ENOEXEC = 8
17759pkg syscall (freebsd-arm), const ENOLCK = 77
17760pkg syscall (freebsd-arm), const ENOLINK = 91
17761pkg syscall (freebsd-arm), const ENOMEM = 12
17762pkg syscall (freebsd-arm), const ENOMSG = 83
17763pkg syscall (freebsd-arm), const ENOPROTOOPT = 42
17764pkg syscall (freebsd-arm), const ENOSPC = 28
17765pkg syscall (freebsd-arm), const ENOSYS = 78
17766pkg syscall (freebsd-arm), const ENOTBLK = 15
17767pkg syscall (freebsd-arm), const ENOTCAPABLE = 93
17768pkg syscall (freebsd-arm), const ENOTCONN = 57
17769pkg syscall (freebsd-arm), const ENOTDIR = 20
17770pkg syscall (freebsd-arm), const ENOTEMPTY = 66
17771pkg syscall (freebsd-arm), const ENOTSOCK = 38
17772pkg syscall (freebsd-arm), const ENOTSUP = 45
17773pkg syscall (freebsd-arm), const ENOTTY = 25
17774pkg syscall (freebsd-arm), const ENXIO = 6
17775pkg syscall (freebsd-arm), const EOPNOTSUPP = 45
17776pkg syscall (freebsd-arm), const EOVERFLOW = 84
17777pkg syscall (freebsd-arm), const EPERM = 1
17778pkg syscall (freebsd-arm), const EPFNOSUPPORT = 46
17779pkg syscall (freebsd-arm), const EPIPE = 32
17780pkg syscall (freebsd-arm), const EPROCLIM = 67
17781pkg syscall (freebsd-arm), const EPROCUNAVAIL = 76
17782pkg syscall (freebsd-arm), const EPROGMISMATCH = 75
17783pkg syscall (freebsd-arm), const EPROGUNAVAIL = 74
17784pkg syscall (freebsd-arm), const EPROTO = 92
17785pkg syscall (freebsd-arm), const EPROTONOSUPPORT = 43
17786pkg syscall (freebsd-arm), const EPROTOTYPE = 41
17787pkg syscall (freebsd-arm), const ERANGE = 34
17788pkg syscall (freebsd-arm), const EREMOTE = 71
17789pkg syscall (freebsd-arm), const EROFS = 30
17790pkg syscall (freebsd-arm), const ERPCMISMATCH = 73
17791pkg syscall (freebsd-arm), const ESHUTDOWN = 58
17792pkg syscall (freebsd-arm), const ESOCKTNOSUPPORT = 44
17793pkg syscall (freebsd-arm), const ESPIPE = 29
17794pkg syscall (freebsd-arm), const ESRCH = 3
17795pkg syscall (freebsd-arm), const ESTALE = 70
17796pkg syscall (freebsd-arm), const ETIMEDOUT = 60
17797pkg syscall (freebsd-arm), const ETOOMANYREFS = 59
17798pkg syscall (freebsd-arm), const ETXTBSY = 26
17799pkg syscall (freebsd-arm), const EUSERS = 68
17800pkg syscall (freebsd-arm), const EVFILT_AIO = -3
17801pkg syscall (freebsd-arm), const EVFILT_FS = -9
17802pkg syscall (freebsd-arm), const EVFILT_LIO = -10
17803pkg syscall (freebsd-arm), const EVFILT_PROC = -5
17804pkg syscall (freebsd-arm), const EVFILT_READ = -1
17805pkg syscall (freebsd-arm), const EVFILT_SIGNAL = -6
17806pkg syscall (freebsd-arm), const EVFILT_SYSCOUNT = 11
17807pkg syscall (freebsd-arm), const EVFILT_TIMER = -7
17808pkg syscall (freebsd-arm), const EVFILT_USER = -11
17809pkg syscall (freebsd-arm), const EVFILT_VNODE = -4
17810pkg syscall (freebsd-arm), const EVFILT_WRITE = -2
17811pkg syscall (freebsd-arm), const EV_ADD = 1
17812pkg syscall (freebsd-arm), const EV_CLEAR = 32
17813pkg syscall (freebsd-arm), const EV_DELETE = 2
17814pkg syscall (freebsd-arm), const EV_DISABLE = 8
17815pkg syscall (freebsd-arm), const EV_DISPATCH = 128
17816pkg syscall (freebsd-arm), const EV_ENABLE = 4
17817pkg syscall (freebsd-arm), const EV_EOF = 32768
17818pkg syscall (freebsd-arm), const EV_ERROR = 16384
17819pkg syscall (freebsd-arm), const EV_FLAG1 = 8192
17820pkg syscall (freebsd-arm), const EV_ONESHOT = 16
17821pkg syscall (freebsd-arm), const EV_RECEIPT = 64
17822pkg syscall (freebsd-arm), const EV_SYSFLAGS = 61440
17823pkg syscall (freebsd-arm), const EWOULDBLOCK = 35
17824pkg syscall (freebsd-arm), const EXDEV = 18
17825pkg syscall (freebsd-arm), const EXTA = 19200
17826pkg syscall (freebsd-arm), const EXTB = 38400
17827pkg syscall (freebsd-arm), const EXTPROC = 2048
17828pkg syscall (freebsd-arm), const FD_CLOEXEC = 1
17829pkg syscall (freebsd-arm), const FD_SETSIZE = 1024
17830pkg syscall (freebsd-arm), const FLUSHO = 8388608
17831pkg syscall (freebsd-arm), const F_CANCEL = 5
17832pkg syscall (freebsd-arm), const F_DUP2FD = 10
17833pkg syscall (freebsd-arm), const F_DUP2FD_CLOEXEC = 18
17834pkg syscall (freebsd-arm), const F_DUPFD = 0
17835pkg syscall (freebsd-arm), const F_DUPFD_CLOEXEC = 17
17836pkg syscall (freebsd-arm), const F_GETFD = 1
17837pkg syscall (freebsd-arm), const F_GETFL = 3
17838pkg syscall (freebsd-arm), const F_GETLK = 11
17839pkg syscall (freebsd-arm), const F_GETOWN = 5
17840pkg syscall (freebsd-arm), const F_OGETLK = 7
17841pkg syscall (freebsd-arm), const F_OK = 0
17842pkg syscall (freebsd-arm), const F_OSETLK = 8
17843pkg syscall (freebsd-arm), const F_OSETLKW = 9
17844pkg syscall (freebsd-arm), const F_RDAHEAD = 16
17845pkg syscall (freebsd-arm), const F_RDLCK = 1
17846pkg syscall (freebsd-arm), const F_READAHEAD = 15
17847pkg syscall (freebsd-arm), const F_SETFD = 2
17848pkg syscall (freebsd-arm), const F_SETFL = 4
17849pkg syscall (freebsd-arm), const F_SETLK = 12
17850pkg syscall (freebsd-arm), const F_SETLKW = 13
17851pkg syscall (freebsd-arm), const F_SETLK_REMOTE = 14
17852pkg syscall (freebsd-arm), const F_SETOWN = 6
17853pkg syscall (freebsd-arm), const F_UNLCK = 2
17854pkg syscall (freebsd-arm), const F_UNLCKSYS = 4
17855pkg syscall (freebsd-arm), const F_WRLCK = 3
17856pkg syscall (freebsd-arm), const HUPCL = 16384
17857pkg syscall (freebsd-arm), const ICANON = 256
17858pkg syscall (freebsd-arm), const ICRNL = 256
17859pkg syscall (freebsd-arm), const IEXTEN = 1024
17860pkg syscall (freebsd-arm), const IFAN_ARRIVAL = 0
17861pkg syscall (freebsd-arm), const IFAN_DEPARTURE = 1
17862pkg syscall (freebsd-arm), const IFF_ALLMULTI = 512
17863pkg syscall (freebsd-arm), const IFF_ALTPHYS = 16384
17864pkg syscall (freebsd-arm), const IFF_CANTCHANGE = 2199410
17865pkg syscall (freebsd-arm), const IFF_CANTCONFIG = 65536
17866pkg syscall (freebsd-arm), const IFF_DEBUG = 4
17867pkg syscall (freebsd-arm), const IFF_DRV_OACTIVE = 1024
17868pkg syscall (freebsd-arm), const IFF_DRV_RUNNING = 64
17869pkg syscall (freebsd-arm), const IFF_DYING = 2097152
17870pkg syscall (freebsd-arm), const IFF_LINK0 = 4096
17871pkg syscall (freebsd-arm), const IFF_LINK1 = 8192
17872pkg syscall (freebsd-arm), const IFF_LINK2 = 16384
17873pkg syscall (freebsd-arm), const IFF_LOOPBACK = 8
17874pkg syscall (freebsd-arm), const IFF_MONITOR = 262144
17875pkg syscall (freebsd-arm), const IFF_MULTICAST = 32768
17876pkg syscall (freebsd-arm), const IFF_NOARP = 128
17877pkg syscall (freebsd-arm), const IFF_OACTIVE = 1024
17878pkg syscall (freebsd-arm), const IFF_POINTOPOINT = 16
17879pkg syscall (freebsd-arm), const IFF_PPROMISC = 131072
17880pkg syscall (freebsd-arm), const IFF_PROMISC = 256
17881pkg syscall (freebsd-arm), const IFF_RENAMING = 4194304
17882pkg syscall (freebsd-arm), const IFF_RUNNING = 64
17883pkg syscall (freebsd-arm), const IFF_SIMPLEX = 2048
17884pkg syscall (freebsd-arm), const IFF_SMART = 32
17885pkg syscall (freebsd-arm), const IFF_STATICARP = 524288
17886pkg syscall (freebsd-arm), const IFNAMSIZ = 16
17887pkg syscall (freebsd-arm), const IFT_1822 = 2
17888pkg syscall (freebsd-arm), const IFT_A12MPPSWITCH = 130
17889pkg syscall (freebsd-arm), const IFT_AAL2 = 187
17890pkg syscall (freebsd-arm), const IFT_AAL5 = 49
17891pkg syscall (freebsd-arm), const IFT_ADSL = 94
17892pkg syscall (freebsd-arm), const IFT_AFLANE8023 = 59
17893pkg syscall (freebsd-arm), const IFT_AFLANE8025 = 60
17894pkg syscall (freebsd-arm), const IFT_ARAP = 88
17895pkg syscall (freebsd-arm), const IFT_ARCNET = 35
17896pkg syscall (freebsd-arm), const IFT_ARCNETPLUS = 36
17897pkg syscall (freebsd-arm), const IFT_ASYNC = 84
17898pkg syscall (freebsd-arm), const IFT_ATM = 37
17899pkg syscall (freebsd-arm), const IFT_ATMDXI = 105
17900pkg syscall (freebsd-arm), const IFT_ATMFUNI = 106
17901pkg syscall (freebsd-arm), const IFT_ATMIMA = 107
17902pkg syscall (freebsd-arm), const IFT_ATMLOGICAL = 80
17903pkg syscall (freebsd-arm), const IFT_ATMRADIO = 189
17904pkg syscall (freebsd-arm), const IFT_ATMSUBINTERFACE = 134
17905pkg syscall (freebsd-arm), const IFT_ATMVCIENDPT = 194
17906pkg syscall (freebsd-arm), const IFT_ATMVIRTUAL = 149
17907pkg syscall (freebsd-arm), const IFT_BGPPOLICYACCOUNTING = 162
17908pkg syscall (freebsd-arm), const IFT_BRIDGE = 209
17909pkg syscall (freebsd-arm), const IFT_BSC = 83
17910pkg syscall (freebsd-arm), const IFT_CCTEMUL = 61
17911pkg syscall (freebsd-arm), const IFT_CEPT = 19
17912pkg syscall (freebsd-arm), const IFT_CES = 133
17913pkg syscall (freebsd-arm), const IFT_CHANNEL = 70
17914pkg syscall (freebsd-arm), const IFT_CNR = 85
17915pkg syscall (freebsd-arm), const IFT_COFFEE = 132
17916pkg syscall (freebsd-arm), const IFT_COMPOSITELINK = 155
17917pkg syscall (freebsd-arm), const IFT_DCN = 141
17918pkg syscall (freebsd-arm), const IFT_DIGITALPOWERLINE = 138
17919pkg syscall (freebsd-arm), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
17920pkg syscall (freebsd-arm), const IFT_DLSW = 74
17921pkg syscall (freebsd-arm), const IFT_DOCSCABLEDOWNSTREAM = 128
17922pkg syscall (freebsd-arm), const IFT_DOCSCABLEMACLAYER = 127
17923pkg syscall (freebsd-arm), const IFT_DOCSCABLEUPSTREAM = 129
17924pkg syscall (freebsd-arm), const IFT_DS0 = 81
17925pkg syscall (freebsd-arm), const IFT_DS0BUNDLE = 82
17926pkg syscall (freebsd-arm), const IFT_DS1FDL = 170
17927pkg syscall (freebsd-arm), const IFT_DS3 = 30
17928pkg syscall (freebsd-arm), const IFT_DTM = 140
17929pkg syscall (freebsd-arm), const IFT_DVBASILN = 172
17930pkg syscall (freebsd-arm), const IFT_DVBASIOUT = 173
17931pkg syscall (freebsd-arm), const IFT_DVBRCCDOWNSTREAM = 147
17932pkg syscall (freebsd-arm), const IFT_DVBRCCMACLAYER = 146
17933pkg syscall (freebsd-arm), const IFT_DVBRCCUPSTREAM = 148
17934pkg syscall (freebsd-arm), const IFT_ENC = 244
17935pkg syscall (freebsd-arm), const IFT_EON = 25
17936pkg syscall (freebsd-arm), const IFT_EPLRS = 87
17937pkg syscall (freebsd-arm), const IFT_ESCON = 73
17938pkg syscall (freebsd-arm), const IFT_ETHER = 6
17939pkg syscall (freebsd-arm), const IFT_FAITH = 242
17940pkg syscall (freebsd-arm), const IFT_FAST = 125
17941pkg syscall (freebsd-arm), const IFT_FASTETHER = 62
17942pkg syscall (freebsd-arm), const IFT_FASTETHERFX = 69
17943pkg syscall (freebsd-arm), const IFT_FDDI = 15
17944pkg syscall (freebsd-arm), const IFT_FIBRECHANNEL = 56
17945pkg syscall (freebsd-arm), const IFT_FRAMERELAYINTERCONNECT = 58
17946pkg syscall (freebsd-arm), const IFT_FRAMERELAYMPI = 92
17947pkg syscall (freebsd-arm), const IFT_FRDLCIENDPT = 193
17948pkg syscall (freebsd-arm), const IFT_FRELAY = 32
17949pkg syscall (freebsd-arm), const IFT_FRELAYDCE = 44
17950pkg syscall (freebsd-arm), const IFT_FRF16MFRBUNDLE = 163
17951pkg syscall (freebsd-arm), const IFT_FRFORWARD = 158
17952pkg syscall (freebsd-arm), const IFT_G703AT2MB = 67
17953pkg syscall (freebsd-arm), const IFT_G703AT64K = 66
17954pkg syscall (freebsd-arm), const IFT_GIF = 240
17955pkg syscall (freebsd-arm), const IFT_GIGABITETHERNET = 117
17956pkg syscall (freebsd-arm), const IFT_GR303IDT = 178
17957pkg syscall (freebsd-arm), const IFT_GR303RDT = 177
17958pkg syscall (freebsd-arm), const IFT_H323GATEKEEPER = 164
17959pkg syscall (freebsd-arm), const IFT_H323PROXY = 165
17960pkg syscall (freebsd-arm), const IFT_HDH1822 = 3
17961pkg syscall (freebsd-arm), const IFT_HDLC = 118
17962pkg syscall (freebsd-arm), const IFT_HDSL2 = 168
17963pkg syscall (freebsd-arm), const IFT_HIPERLAN2 = 183
17964pkg syscall (freebsd-arm), const IFT_HIPPI = 47
17965pkg syscall (freebsd-arm), const IFT_HIPPIINTERFACE = 57
17966pkg syscall (freebsd-arm), const IFT_HOSTPAD = 90
17967pkg syscall (freebsd-arm), const IFT_HSSI = 46
17968pkg syscall (freebsd-arm), const IFT_HY = 14
17969pkg syscall (freebsd-arm), const IFT_IBM370PARCHAN = 72
17970pkg syscall (freebsd-arm), const IFT_IDSL = 154
17971pkg syscall (freebsd-arm), const IFT_IEEE1394 = 144
17972pkg syscall (freebsd-arm), const IFT_IEEE80211 = 71
17973pkg syscall (freebsd-arm), const IFT_IEEE80212 = 55
17974pkg syscall (freebsd-arm), const IFT_IEEE8023ADLAG = 161
17975pkg syscall (freebsd-arm), const IFT_IFGSN = 145
17976pkg syscall (freebsd-arm), const IFT_IMT = 190
17977pkg syscall (freebsd-arm), const IFT_INFINIBAND = 199
17978pkg syscall (freebsd-arm), const IFT_INTERLEAVE = 124
17979pkg syscall (freebsd-arm), const IFT_IP = 126
17980pkg syscall (freebsd-arm), const IFT_IPFORWARD = 142
17981pkg syscall (freebsd-arm), const IFT_IPOVERATM = 114
17982pkg syscall (freebsd-arm), const IFT_IPOVERCDLC = 109
17983pkg syscall (freebsd-arm), const IFT_IPOVERCLAW = 110
17984pkg syscall (freebsd-arm), const IFT_IPSWITCH = 78
17985pkg syscall (freebsd-arm), const IFT_IPXIP = 249
17986pkg syscall (freebsd-arm), const IFT_ISDN = 63
17987pkg syscall (freebsd-arm), const IFT_ISDNBASIC = 20
17988pkg syscall (freebsd-arm), const IFT_ISDNPRIMARY = 21
17989pkg syscall (freebsd-arm), const IFT_ISDNS = 75
17990pkg syscall (freebsd-arm), const IFT_ISDNU = 76
17991pkg syscall (freebsd-arm), const IFT_ISO88022LLC = 41
17992pkg syscall (freebsd-arm), const IFT_ISO88023 = 7
17993pkg syscall (freebsd-arm), const IFT_ISO88024 = 8
17994pkg syscall (freebsd-arm), const IFT_ISO88025 = 9
17995pkg syscall (freebsd-arm), const IFT_ISO88025CRFPINT = 98
17996pkg syscall (freebsd-arm), const IFT_ISO88025DTR = 86
17997pkg syscall (freebsd-arm), const IFT_ISO88025FIBER = 115
17998pkg syscall (freebsd-arm), const IFT_ISO88026 = 10
17999pkg syscall (freebsd-arm), const IFT_ISUP = 179
18000pkg syscall (freebsd-arm), const IFT_L2VLAN = 135
18001pkg syscall (freebsd-arm), const IFT_L3IPVLAN = 136
18002pkg syscall (freebsd-arm), const IFT_L3IPXVLAN = 137
18003pkg syscall (freebsd-arm), const IFT_LAPB = 16
18004pkg syscall (freebsd-arm), const IFT_LAPD = 77
18005pkg syscall (freebsd-arm), const IFT_LAPF = 119
18006pkg syscall (freebsd-arm), const IFT_LOCALTALK = 42
18007pkg syscall (freebsd-arm), const IFT_LOOP = 24
18008pkg syscall (freebsd-arm), const IFT_MEDIAMAILOVERIP = 139
18009pkg syscall (freebsd-arm), const IFT_MFSIGLINK = 167
18010pkg syscall (freebsd-arm), const IFT_MIOX25 = 38
18011pkg syscall (freebsd-arm), const IFT_MODEM = 48
18012pkg syscall (freebsd-arm), const IFT_MPC = 113
18013pkg syscall (freebsd-arm), const IFT_MPLS = 166
18014pkg syscall (freebsd-arm), const IFT_MPLSTUNNEL = 150
18015pkg syscall (freebsd-arm), const IFT_MSDSL = 143
18016pkg syscall (freebsd-arm), const IFT_MVL = 191
18017pkg syscall (freebsd-arm), const IFT_MYRINET = 99
18018pkg syscall (freebsd-arm), const IFT_NFAS = 175
18019pkg syscall (freebsd-arm), const IFT_NSIP = 27
18020pkg syscall (freebsd-arm), const IFT_OPTICALCHANNEL = 195
18021pkg syscall (freebsd-arm), const IFT_OPTICALTRANSPORT = 196
18022pkg syscall (freebsd-arm), const IFT_OTHER = 1
18023pkg syscall (freebsd-arm), const IFT_P10 = 12
18024pkg syscall (freebsd-arm), const IFT_P80 = 13
18025pkg syscall (freebsd-arm), const IFT_PARA = 34
18026pkg syscall (freebsd-arm), const IFT_PFLOG = 246
18027pkg syscall (freebsd-arm), const IFT_PFSYNC = 247
18028pkg syscall (freebsd-arm), const IFT_PLC = 174
18029pkg syscall (freebsd-arm), const IFT_POS = 171
18030pkg syscall (freebsd-arm), const IFT_PPP = 23
18031pkg syscall (freebsd-arm), const IFT_PPPMULTILINKBUNDLE = 108
18032pkg syscall (freebsd-arm), const IFT_PROPBWAP2MP = 184
18033pkg syscall (freebsd-arm), const IFT_PROPCNLS = 89
18034pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
18035pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSMACLAYER = 180
18036pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
18037pkg syscall (freebsd-arm), const IFT_PROPMUX = 54
18038pkg syscall (freebsd-arm), const IFT_PROPVIRTUAL = 53
18039pkg syscall (freebsd-arm), const IFT_PROPWIRELESSP2P = 157
18040pkg syscall (freebsd-arm), const IFT_PTPSERIAL = 22
18041pkg syscall (freebsd-arm), const IFT_PVC = 241
18042pkg syscall (freebsd-arm), const IFT_QLLC = 68
18043pkg syscall (freebsd-arm), const IFT_RADIOMAC = 188
18044pkg syscall (freebsd-arm), const IFT_RADSL = 95
18045pkg syscall (freebsd-arm), const IFT_REACHDSL = 192
18046pkg syscall (freebsd-arm), const IFT_RFC1483 = 159
18047pkg syscall (freebsd-arm), const IFT_RS232 = 33
18048pkg syscall (freebsd-arm), const IFT_RSRB = 79
18049pkg syscall (freebsd-arm), const IFT_SDLC = 17
18050pkg syscall (freebsd-arm), const IFT_SDSL = 96
18051pkg syscall (freebsd-arm), const IFT_SHDSL = 169
18052pkg syscall (freebsd-arm), const IFT_SIP = 31
18053pkg syscall (freebsd-arm), const IFT_SLIP = 28
18054pkg syscall (freebsd-arm), const IFT_SMDSDXI = 43
18055pkg syscall (freebsd-arm), const IFT_SMDSICIP = 52
18056pkg syscall (freebsd-arm), const IFT_SONET = 39
18057pkg syscall (freebsd-arm), const IFT_SONETOVERHEADCHANNEL = 185
18058pkg syscall (freebsd-arm), const IFT_SONETPATH = 50
18059pkg syscall (freebsd-arm), const IFT_SONETVT = 51
18060pkg syscall (freebsd-arm), const IFT_SRP = 151
18061pkg syscall (freebsd-arm), const IFT_SS7SIGLINK = 156
18062pkg syscall (freebsd-arm), const IFT_STACKTOSTACK = 111
18063pkg syscall (freebsd-arm), const IFT_STARLAN = 11
18064pkg syscall (freebsd-arm), const IFT_STF = 215
18065pkg syscall (freebsd-arm), const IFT_T1 = 18
18066pkg syscall (freebsd-arm), const IFT_TDLC = 116
18067pkg syscall (freebsd-arm), const IFT_TERMPAD = 91
18068pkg syscall (freebsd-arm), const IFT_TR008 = 176
18069pkg syscall (freebsd-arm), const IFT_TRANSPHDLC = 123
18070pkg syscall (freebsd-arm), const IFT_TUNNEL = 131
18071pkg syscall (freebsd-arm), const IFT_ULTRA = 29
18072pkg syscall (freebsd-arm), const IFT_USB = 160
18073pkg syscall (freebsd-arm), const IFT_V11 = 64
18074pkg syscall (freebsd-arm), const IFT_V35 = 45
18075pkg syscall (freebsd-arm), const IFT_V36 = 65
18076pkg syscall (freebsd-arm), const IFT_V37 = 120
18077pkg syscall (freebsd-arm), const IFT_VDSL = 97
18078pkg syscall (freebsd-arm), const IFT_VIRTUALIPADDRESS = 112
18079pkg syscall (freebsd-arm), const IFT_VOICEEM = 100
18080pkg syscall (freebsd-arm), const IFT_VOICEENCAP = 103
18081pkg syscall (freebsd-arm), const IFT_VOICEFXO = 101
18082pkg syscall (freebsd-arm), const IFT_VOICEFXS = 102
18083pkg syscall (freebsd-arm), const IFT_VOICEOVERATM = 152
18084pkg syscall (freebsd-arm), const IFT_VOICEOVERFRAMERELAY = 153
18085pkg syscall (freebsd-arm), const IFT_VOICEOVERIP = 104
18086pkg syscall (freebsd-arm), const IFT_X213 = 93
18087pkg syscall (freebsd-arm), const IFT_X25 = 5
18088pkg syscall (freebsd-arm), const IFT_X25DDN = 4
18089pkg syscall (freebsd-arm), const IFT_X25HUNTGROUP = 122
18090pkg syscall (freebsd-arm), const IFT_X25MLP = 121
18091pkg syscall (freebsd-arm), const IFT_X25PLE = 40
18092pkg syscall (freebsd-arm), const IFT_XETHER = 26
18093pkg syscall (freebsd-arm), const IGNBRK = 1
18094pkg syscall (freebsd-arm), const IGNCR = 128
18095pkg syscall (freebsd-arm), const IGNPAR = 4
18096pkg syscall (freebsd-arm), const IMAXBEL = 8192
18097pkg syscall (freebsd-arm), const INLCR = 64
18098pkg syscall (freebsd-arm), const INPCK = 16
18099pkg syscall (freebsd-arm), const IN_CLASSA_HOST = 16777215
18100pkg syscall (freebsd-arm), const IN_CLASSA_MAX = 128
18101pkg syscall (freebsd-arm), const IN_CLASSA_NET = 4278190080
18102pkg syscall (freebsd-arm), const IN_CLASSA_NSHIFT = 24
18103pkg syscall (freebsd-arm), const IN_CLASSB_HOST = 65535
18104pkg syscall (freebsd-arm), const IN_CLASSB_MAX = 65536
18105pkg syscall (freebsd-arm), const IN_CLASSB_NET = 4294901760
18106pkg syscall (freebsd-arm), const IN_CLASSB_NSHIFT = 16
18107pkg syscall (freebsd-arm), const IN_CLASSC_HOST = 255
18108pkg syscall (freebsd-arm), const IN_CLASSC_NET = 4294967040
18109pkg syscall (freebsd-arm), const IN_CLASSC_NSHIFT = 8
18110pkg syscall (freebsd-arm), const IN_CLASSD_HOST = 268435455
18111pkg syscall (freebsd-arm), const IN_CLASSD_NET = 4026531840
18112pkg syscall (freebsd-arm), const IN_CLASSD_NSHIFT = 28
18113pkg syscall (freebsd-arm), const IN_LOOPBACKNET = 127
18114pkg syscall (freebsd-arm), const IN_RFC3021_MASK = 4294967294
18115pkg syscall (freebsd-arm), const IPPROTO_3PC = 34
18116pkg syscall (freebsd-arm), const IPPROTO_ADFS = 68
18117pkg syscall (freebsd-arm), const IPPROTO_AH = 51
18118pkg syscall (freebsd-arm), const IPPROTO_AHIP = 61
18119pkg syscall (freebsd-arm), const IPPROTO_APES = 99
18120pkg syscall (freebsd-arm), const IPPROTO_ARGUS = 13
18121pkg syscall (freebsd-arm), const IPPROTO_AX25 = 93
18122pkg syscall (freebsd-arm), const IPPROTO_BHA = 49
18123pkg syscall (freebsd-arm), const IPPROTO_BLT = 30
18124pkg syscall (freebsd-arm), const IPPROTO_BRSATMON = 76
18125pkg syscall (freebsd-arm), const IPPROTO_CARP = 112
18126pkg syscall (freebsd-arm), const IPPROTO_CFTP = 62
18127pkg syscall (freebsd-arm), const IPPROTO_CHAOS = 16
18128pkg syscall (freebsd-arm), const IPPROTO_CMTP = 38
18129pkg syscall (freebsd-arm), const IPPROTO_CPHB = 73
18130pkg syscall (freebsd-arm), const IPPROTO_CPNX = 72
18131pkg syscall (freebsd-arm), const IPPROTO_DDP = 37
18132pkg syscall (freebsd-arm), const IPPROTO_DGP = 86
18133pkg syscall (freebsd-arm), const IPPROTO_DIVERT = 258
18134pkg syscall (freebsd-arm), const IPPROTO_DONE = 257
18135pkg syscall (freebsd-arm), const IPPROTO_DSTOPTS = 60
18136pkg syscall (freebsd-arm), const IPPROTO_EGP = 8
18137pkg syscall (freebsd-arm), const IPPROTO_EMCON = 14
18138pkg syscall (freebsd-arm), const IPPROTO_ENCAP = 98
18139pkg syscall (freebsd-arm), const IPPROTO_EON = 80
18140pkg syscall (freebsd-arm), const IPPROTO_ESP = 50
18141pkg syscall (freebsd-arm), const IPPROTO_ETHERIP = 97
18142pkg syscall (freebsd-arm), const IPPROTO_FRAGMENT = 44
18143pkg syscall (freebsd-arm), const IPPROTO_GGP = 3
18144pkg syscall (freebsd-arm), const IPPROTO_GMTP = 100
18145pkg syscall (freebsd-arm), const IPPROTO_GRE = 47
18146pkg syscall (freebsd-arm), const IPPROTO_HELLO = 63
18147pkg syscall (freebsd-arm), const IPPROTO_HMP = 20
18148pkg syscall (freebsd-arm), const IPPROTO_HOPOPTS = 0
18149pkg syscall (freebsd-arm), const IPPROTO_ICMP = 1
18150pkg syscall (freebsd-arm), const IPPROTO_ICMPV6 = 58
18151pkg syscall (freebsd-arm), const IPPROTO_IDP = 22
18152pkg syscall (freebsd-arm), const IPPROTO_IDPR = 35
18153pkg syscall (freebsd-arm), const IPPROTO_IDRP = 45
18154pkg syscall (freebsd-arm), const IPPROTO_IGMP = 2
18155pkg syscall (freebsd-arm), const IPPROTO_IGP = 85
18156pkg syscall (freebsd-arm), const IPPROTO_IGRP = 88
18157pkg syscall (freebsd-arm), const IPPROTO_IL = 40
18158pkg syscall (freebsd-arm), const IPPROTO_INLSP = 52
18159pkg syscall (freebsd-arm), const IPPROTO_INP = 32
18160pkg syscall (freebsd-arm), const IPPROTO_IPCOMP = 108
18161pkg syscall (freebsd-arm), const IPPROTO_IPCV = 71
18162pkg syscall (freebsd-arm), const IPPROTO_IPEIP = 94
18163pkg syscall (freebsd-arm), const IPPROTO_IPIP = 4
18164pkg syscall (freebsd-arm), const IPPROTO_IPPC = 67
18165pkg syscall (freebsd-arm), const IPPROTO_IPV4 = 4
18166pkg syscall (freebsd-arm), const IPPROTO_IRTP = 28
18167pkg syscall (freebsd-arm), const IPPROTO_KRYPTOLAN = 65
18168pkg syscall (freebsd-arm), const IPPROTO_LARP = 91
18169pkg syscall (freebsd-arm), const IPPROTO_LEAF1 = 25
18170pkg syscall (freebsd-arm), const IPPROTO_LEAF2 = 26
18171pkg syscall (freebsd-arm), const IPPROTO_MAX = 256
18172pkg syscall (freebsd-arm), const IPPROTO_MAXID = 52
18173pkg syscall (freebsd-arm), const IPPROTO_MEAS = 19
18174pkg syscall (freebsd-arm), const IPPROTO_MH = 135
18175pkg syscall (freebsd-arm), const IPPROTO_MHRP = 48
18176pkg syscall (freebsd-arm), const IPPROTO_MICP = 95
18177pkg syscall (freebsd-arm), const IPPROTO_MOBILE = 55
18178pkg syscall (freebsd-arm), const IPPROTO_MPLS = 137
18179pkg syscall (freebsd-arm), const IPPROTO_MTP = 92
18180pkg syscall (freebsd-arm), const IPPROTO_MUX = 18
18181pkg syscall (freebsd-arm), const IPPROTO_ND = 77
18182pkg syscall (freebsd-arm), const IPPROTO_NHRP = 54
18183pkg syscall (freebsd-arm), const IPPROTO_NONE = 59
18184pkg syscall (freebsd-arm), const IPPROTO_NSP = 31
18185pkg syscall (freebsd-arm), const IPPROTO_NVPII = 11
18186pkg syscall (freebsd-arm), const IPPROTO_OLD_DIVERT = 254
18187pkg syscall (freebsd-arm), const IPPROTO_OSPFIGP = 89
18188pkg syscall (freebsd-arm), const IPPROTO_PFSYNC = 240
18189pkg syscall (freebsd-arm), const IPPROTO_PGM = 113
18190pkg syscall (freebsd-arm), const IPPROTO_PIGP = 9
18191pkg syscall (freebsd-arm), const IPPROTO_PIM = 103
18192pkg syscall (freebsd-arm), const IPPROTO_PRM = 21
18193pkg syscall (freebsd-arm), const IPPROTO_PUP = 12
18194pkg syscall (freebsd-arm), const IPPROTO_PVP = 75
18195pkg syscall (freebsd-arm), const IPPROTO_RAW = 255
18196pkg syscall (freebsd-arm), const IPPROTO_RCCMON = 10
18197pkg syscall (freebsd-arm), const IPPROTO_RDP = 27
18198pkg syscall (freebsd-arm), const IPPROTO_ROUTING = 43
18199pkg syscall (freebsd-arm), const IPPROTO_RSVP = 46
18200pkg syscall (freebsd-arm), const IPPROTO_RVD = 66
18201pkg syscall (freebsd-arm), const IPPROTO_SATEXPAK = 64
18202pkg syscall (freebsd-arm), const IPPROTO_SATMON = 69
18203pkg syscall (freebsd-arm), const IPPROTO_SCCSP = 96
18204pkg syscall (freebsd-arm), const IPPROTO_SCTP = 132
18205pkg syscall (freebsd-arm), const IPPROTO_SDRP = 42
18206pkg syscall (freebsd-arm), const IPPROTO_SEND = 259
18207pkg syscall (freebsd-arm), const IPPROTO_SEP = 33
18208pkg syscall (freebsd-arm), const IPPROTO_SKIP = 57
18209pkg syscall (freebsd-arm), const IPPROTO_SPACER = 32767
18210pkg syscall (freebsd-arm), const IPPROTO_SRPC = 90
18211pkg syscall (freebsd-arm), const IPPROTO_ST = 7
18212pkg syscall (freebsd-arm), const IPPROTO_SVMTP = 82
18213pkg syscall (freebsd-arm), const IPPROTO_SWIPE = 53
18214pkg syscall (freebsd-arm), const IPPROTO_TCF = 87
18215pkg syscall (freebsd-arm), const IPPROTO_TLSP = 56
18216pkg syscall (freebsd-arm), const IPPROTO_TP = 29
18217pkg syscall (freebsd-arm), const IPPROTO_TPXX = 39
18218pkg syscall (freebsd-arm), const IPPROTO_TRUNK1 = 23
18219pkg syscall (freebsd-arm), const IPPROTO_TRUNK2 = 24
18220pkg syscall (freebsd-arm), const IPPROTO_TTP = 84
18221pkg syscall (freebsd-arm), const IPPROTO_VINES = 83
18222pkg syscall (freebsd-arm), const IPPROTO_VISA = 70
18223pkg syscall (freebsd-arm), const IPPROTO_VMTP = 81
18224pkg syscall (freebsd-arm), const IPPROTO_WBEXPAK = 79
18225pkg syscall (freebsd-arm), const IPPROTO_WBMON = 78
18226pkg syscall (freebsd-arm), const IPPROTO_WSN = 74
18227pkg syscall (freebsd-arm), const IPPROTO_XNET = 15
18228pkg syscall (freebsd-arm), const IPPROTO_XTP = 36
18229pkg syscall (freebsd-arm), const IPV6_AUTOFLOWLABEL = 59
18230pkg syscall (freebsd-arm), const IPV6_BINDANY = 64
18231pkg syscall (freebsd-arm), const IPV6_BINDV6ONLY = 27
18232pkg syscall (freebsd-arm), const IPV6_CHECKSUM = 26
18233pkg syscall (freebsd-arm), const IPV6_DEFAULT_MULTICAST_HOPS = 1
18234pkg syscall (freebsd-arm), const IPV6_DEFAULT_MULTICAST_LOOP = 1
18235pkg syscall (freebsd-arm), const IPV6_DEFHLIM = 64
18236pkg syscall (freebsd-arm), const IPV6_DONTFRAG = 62
18237pkg syscall (freebsd-arm), const IPV6_DSTOPTS = 50
18238pkg syscall (freebsd-arm), const IPV6_FAITH = 29
18239pkg syscall (freebsd-arm), const IPV6_FLOWINFO_MASK = 4294967055
18240pkg syscall (freebsd-arm), const IPV6_FLOWLABEL_MASK = 4294905600
18241pkg syscall (freebsd-arm), const IPV6_FRAGTTL = 120
18242pkg syscall (freebsd-arm), const IPV6_FW_ADD = 30
18243pkg syscall (freebsd-arm), const IPV6_FW_DEL = 31
18244pkg syscall (freebsd-arm), const IPV6_FW_FLUSH = 32
18245pkg syscall (freebsd-arm), const IPV6_FW_GET = 34
18246pkg syscall (freebsd-arm), const IPV6_FW_ZERO = 33
18247pkg syscall (freebsd-arm), const IPV6_HLIMDEC = 1
18248pkg syscall (freebsd-arm), const IPV6_HOPLIMIT = 47
18249pkg syscall (freebsd-arm), const IPV6_HOPOPTS = 49
18250pkg syscall (freebsd-arm), const IPV6_IPSEC_POLICY = 28
18251pkg syscall (freebsd-arm), const IPV6_JOIN_GROUP = 12
18252pkg syscall (freebsd-arm), const IPV6_LEAVE_GROUP = 13
18253pkg syscall (freebsd-arm), const IPV6_MAXHLIM = 255
18254pkg syscall (freebsd-arm), const IPV6_MAXOPTHDR = 2048
18255pkg syscall (freebsd-arm), const IPV6_MAXPACKET = 65535
18256pkg syscall (freebsd-arm), const IPV6_MAX_GROUP_SRC_FILTER = 512
18257pkg syscall (freebsd-arm), const IPV6_MAX_MEMBERSHIPS = 4095
18258pkg syscall (freebsd-arm), const IPV6_MAX_SOCK_SRC_FILTER = 128
18259pkg syscall (freebsd-arm), const IPV6_MIN_MEMBERSHIPS = 31
18260pkg syscall (freebsd-arm), const IPV6_MMTU = 1280
18261pkg syscall (freebsd-arm), const IPV6_MSFILTER = 74
18262pkg syscall (freebsd-arm), const IPV6_MULTICAST_HOPS = 10
18263pkg syscall (freebsd-arm), const IPV6_MULTICAST_IF = 9
18264pkg syscall (freebsd-arm), const IPV6_MULTICAST_LOOP = 11
18265pkg syscall (freebsd-arm), const IPV6_NEXTHOP = 48
18266pkg syscall (freebsd-arm), const IPV6_PATHMTU = 44
18267pkg syscall (freebsd-arm), const IPV6_PKTINFO = 46
18268pkg syscall (freebsd-arm), const IPV6_PORTRANGE = 14
18269pkg syscall (freebsd-arm), const IPV6_PORTRANGE_DEFAULT = 0
18270pkg syscall (freebsd-arm), const IPV6_PORTRANGE_HIGH = 1
18271pkg syscall (freebsd-arm), const IPV6_PORTRANGE_LOW = 2
18272pkg syscall (freebsd-arm), const IPV6_PREFER_TEMPADDR = 63
18273pkg syscall (freebsd-arm), const IPV6_RECVDSTOPTS = 40
18274pkg syscall (freebsd-arm), const IPV6_RECVHOPLIMIT = 37
18275pkg syscall (freebsd-arm), const IPV6_RECVHOPOPTS = 39
18276pkg syscall (freebsd-arm), const IPV6_RECVPATHMTU = 43
18277pkg syscall (freebsd-arm), const IPV6_RECVPKTINFO = 36
18278pkg syscall (freebsd-arm), const IPV6_RECVRTHDR = 38
18279pkg syscall (freebsd-arm), const IPV6_RECVTCLASS = 57
18280pkg syscall (freebsd-arm), const IPV6_RTHDR = 51
18281pkg syscall (freebsd-arm), const IPV6_RTHDRDSTOPTS = 35
18282pkg syscall (freebsd-arm), const IPV6_RTHDR_LOOSE = 0
18283pkg syscall (freebsd-arm), const IPV6_RTHDR_STRICT = 1
18284pkg syscall (freebsd-arm), const IPV6_RTHDR_TYPE_0 = 0
18285pkg syscall (freebsd-arm), const IPV6_SOCKOPT_RESERVED1 = 3
18286pkg syscall (freebsd-arm), const IPV6_TCLASS = 61
18287pkg syscall (freebsd-arm), const IPV6_UNICAST_HOPS = 4
18288pkg syscall (freebsd-arm), const IPV6_USE_MIN_MTU = 42
18289pkg syscall (freebsd-arm), const IPV6_V6ONLY = 27
18290pkg syscall (freebsd-arm), const IPV6_VERSION = 96
18291pkg syscall (freebsd-arm), const IPV6_VERSION_MASK = 240
18292pkg syscall (freebsd-arm), const IP_ADD_MEMBERSHIP = 12
18293pkg syscall (freebsd-arm), const IP_ADD_SOURCE_MEMBERSHIP = 70
18294pkg syscall (freebsd-arm), const IP_BINDANY = 24
18295pkg syscall (freebsd-arm), const IP_BLOCK_SOURCE = 72
18296pkg syscall (freebsd-arm), const IP_DEFAULT_MULTICAST_LOOP = 1
18297pkg syscall (freebsd-arm), const IP_DEFAULT_MULTICAST_TTL = 1
18298pkg syscall (freebsd-arm), const IP_DF = 16384
18299pkg syscall (freebsd-arm), const IP_DONTFRAG = 67
18300pkg syscall (freebsd-arm), const IP_DROP_MEMBERSHIP = 13
18301pkg syscall (freebsd-arm), const IP_DROP_SOURCE_MEMBERSHIP = 71
18302pkg syscall (freebsd-arm), const IP_DUMMYNET3 = 49
18303pkg syscall (freebsd-arm), const IP_DUMMYNET_CONFIGURE = 60
18304pkg syscall (freebsd-arm), const IP_DUMMYNET_DEL = 61
18305pkg syscall (freebsd-arm), const IP_DUMMYNET_FLUSH = 62
18306pkg syscall (freebsd-arm), const IP_DUMMYNET_GET = 64
18307pkg syscall (freebsd-arm), const IP_FAITH = 22
18308pkg syscall (freebsd-arm), const IP_FW3 = 48
18309pkg syscall (freebsd-arm), const IP_FW_ADD = 50
18310pkg syscall (freebsd-arm), const IP_FW_DEL = 51
18311pkg syscall (freebsd-arm), const IP_FW_FLUSH = 52
18312pkg syscall (freebsd-arm), const IP_FW_GET = 54
18313pkg syscall (freebsd-arm), const IP_FW_NAT_CFG = 56
18314pkg syscall (freebsd-arm), const IP_FW_NAT_DEL = 57
18315pkg syscall (freebsd-arm), const IP_FW_NAT_GET_CONFIG = 58
18316pkg syscall (freebsd-arm), const IP_FW_NAT_GET_LOG = 59
18317pkg syscall (freebsd-arm), const IP_FW_RESETLOG = 55
18318pkg syscall (freebsd-arm), const IP_FW_TABLE_ADD = 40
18319pkg syscall (freebsd-arm), const IP_FW_TABLE_DEL = 41
18320pkg syscall (freebsd-arm), const IP_FW_TABLE_FLUSH = 42
18321pkg syscall (freebsd-arm), const IP_FW_TABLE_GETSIZE = 43
18322pkg syscall (freebsd-arm), const IP_FW_TABLE_LIST = 44
18323pkg syscall (freebsd-arm), const IP_FW_ZERO = 53
18324pkg syscall (freebsd-arm), const IP_HDRINCL = 2
18325pkg syscall (freebsd-arm), const IP_IPSEC_POLICY = 21
18326pkg syscall (freebsd-arm), const IP_MAXPACKET = 65535
18327pkg syscall (freebsd-arm), const IP_MAX_GROUP_SRC_FILTER = 512
18328pkg syscall (freebsd-arm), const IP_MAX_MEMBERSHIPS = 4095
18329pkg syscall (freebsd-arm), const IP_MAX_SOCK_MUTE_FILTER = 128
18330pkg syscall (freebsd-arm), const IP_MAX_SOCK_SRC_FILTER = 128
18331pkg syscall (freebsd-arm), const IP_MAX_SOURCE_FILTER = 1024
18332pkg syscall (freebsd-arm), const IP_MF = 8192
18333pkg syscall (freebsd-arm), const IP_MINTTL = 66
18334pkg syscall (freebsd-arm), const IP_MIN_MEMBERSHIPS = 31
18335pkg syscall (freebsd-arm), const IP_MSFILTER = 74
18336pkg syscall (freebsd-arm), const IP_MSS = 576
18337pkg syscall (freebsd-arm), const IP_MULTICAST_IF = 9
18338pkg syscall (freebsd-arm), const IP_MULTICAST_LOOP = 11
18339pkg syscall (freebsd-arm), const IP_MULTICAST_TTL = 10
18340pkg syscall (freebsd-arm), const IP_MULTICAST_VIF = 14
18341pkg syscall (freebsd-arm), const IP_OFFMASK = 8191
18342pkg syscall (freebsd-arm), const IP_ONESBCAST = 23
18343pkg syscall (freebsd-arm), const IP_OPTIONS = 1
18344pkg syscall (freebsd-arm), const IP_PORTRANGE = 19
18345pkg syscall (freebsd-arm), const IP_PORTRANGE_DEFAULT = 0
18346pkg syscall (freebsd-arm), const IP_PORTRANGE_HIGH = 1
18347pkg syscall (freebsd-arm), const IP_PORTRANGE_LOW = 2
18348pkg syscall (freebsd-arm), const IP_RECVDSTADDR = 7
18349pkg syscall (freebsd-arm), const IP_RECVIF = 20
18350pkg syscall (freebsd-arm), const IP_RECVOPTS = 5
18351pkg syscall (freebsd-arm), const IP_RECVRETOPTS = 6
18352pkg syscall (freebsd-arm), const IP_RECVTOS = 68
18353pkg syscall (freebsd-arm), const IP_RECVTTL = 65
18354pkg syscall (freebsd-arm), const IP_RETOPTS = 8
18355pkg syscall (freebsd-arm), const IP_RF = 32768
18356pkg syscall (freebsd-arm), const IP_RSVP_OFF = 16
18357pkg syscall (freebsd-arm), const IP_RSVP_ON = 15
18358pkg syscall (freebsd-arm), const IP_RSVP_VIF_OFF = 18
18359pkg syscall (freebsd-arm), const IP_RSVP_VIF_ON = 17
18360pkg syscall (freebsd-arm), const IP_SENDSRCADDR = 7
18361pkg syscall (freebsd-arm), const IP_TOS = 3
18362pkg syscall (freebsd-arm), const IP_TTL = 4
18363pkg syscall (freebsd-arm), const IP_UNBLOCK_SOURCE = 73
18364pkg syscall (freebsd-arm), const ISIG = 128
18365pkg syscall (freebsd-arm), const ISTRIP = 32
18366pkg syscall (freebsd-arm), const IXANY = 2048
18367pkg syscall (freebsd-arm), const IXOFF = 1024
18368pkg syscall (freebsd-arm), const IXON = 512
18369pkg syscall (freebsd-arm), const ImplementsGetwd = false
18370pkg syscall (freebsd-arm), const LOCK_EX = 2
18371pkg syscall (freebsd-arm), const LOCK_NB = 4
18372pkg syscall (freebsd-arm), const LOCK_SH = 1
18373pkg syscall (freebsd-arm), const LOCK_UN = 8
18374pkg syscall (freebsd-arm), const MADV_AUTOSYNC = 7
18375pkg syscall (freebsd-arm), const MADV_CORE = 9
18376pkg syscall (freebsd-arm), const MADV_DONTNEED = 4
18377pkg syscall (freebsd-arm), const MADV_FREE = 5
18378pkg syscall (freebsd-arm), const MADV_NOCORE = 8
18379pkg syscall (freebsd-arm), const MADV_NORMAL = 0
18380pkg syscall (freebsd-arm), const MADV_NOSYNC = 6
18381pkg syscall (freebsd-arm), const MADV_PROTECT = 10
18382pkg syscall (freebsd-arm), const MADV_RANDOM = 1
18383pkg syscall (freebsd-arm), const MADV_SEQUENTIAL = 2
18384pkg syscall (freebsd-arm), const MADV_WILLNEED = 3
18385pkg syscall (freebsd-arm), const MAP_ANON = 4096
18386pkg syscall (freebsd-arm), const MAP_ANONYMOUS = 4096
18387pkg syscall (freebsd-arm), const MAP_COPY = 2
18388pkg syscall (freebsd-arm), const MAP_FILE = 0
18389pkg syscall (freebsd-arm), const MAP_FIXED = 16
18390pkg syscall (freebsd-arm), const MAP_HASSEMAPHORE = 512
18391pkg syscall (freebsd-arm), const MAP_NOCORE = 131072
18392pkg syscall (freebsd-arm), const MAP_NORESERVE = 64
18393pkg syscall (freebsd-arm), const MAP_NOSYNC = 2048
18394pkg syscall (freebsd-arm), const MAP_PREFAULT_READ = 262144
18395pkg syscall (freebsd-arm), const MAP_PRIVATE = 2
18396pkg syscall (freebsd-arm), const MAP_RENAME = 32
18397pkg syscall (freebsd-arm), const MAP_RESERVED0080 = 128
18398pkg syscall (freebsd-arm), const MAP_RESERVED0100 = 256
18399pkg syscall (freebsd-arm), const MAP_SHARED = 1
18400pkg syscall (freebsd-arm), const MAP_STACK = 1024
18401pkg syscall (freebsd-arm), const MCL_CURRENT = 1
18402pkg syscall (freebsd-arm), const MCL_FUTURE = 2
18403pkg syscall (freebsd-arm), const MSG_COMPAT = 32768
18404pkg syscall (freebsd-arm), const MSG_CTRUNC = 32
18405pkg syscall (freebsd-arm), const MSG_DONTROUTE = 4
18406pkg syscall (freebsd-arm), const MSG_DONTWAIT = 128
18407pkg syscall (freebsd-arm), const MSG_EOF = 256
18408pkg syscall (freebsd-arm), const MSG_EOR = 8
18409pkg syscall (freebsd-arm), const MSG_NBIO = 16384
18410pkg syscall (freebsd-arm), const MSG_NOSIGNAL = 131072
18411pkg syscall (freebsd-arm), const MSG_NOTIFICATION = 8192
18412pkg syscall (freebsd-arm), const MSG_OOB = 1
18413pkg syscall (freebsd-arm), const MSG_PEEK = 2
18414pkg syscall (freebsd-arm), const MSG_TRUNC = 16
18415pkg syscall (freebsd-arm), const MSG_WAITALL = 64
18416pkg syscall (freebsd-arm), const MS_ASYNC = 1
18417pkg syscall (freebsd-arm), const MS_INVALIDATE = 2
18418pkg syscall (freebsd-arm), const MS_SYNC = 0
18419pkg syscall (freebsd-arm), const NET_RT_DUMP = 1
18420pkg syscall (freebsd-arm), const NET_RT_FLAGS = 2
18421pkg syscall (freebsd-arm), const NET_RT_IFLIST = 3
18422pkg syscall (freebsd-arm), const NET_RT_IFLISTL = 5
18423pkg syscall (freebsd-arm), const NET_RT_IFMALIST = 4
18424pkg syscall (freebsd-arm), const NET_RT_MAXID = 6
18425pkg syscall (freebsd-arm), const NOFLSH = 2147483648
18426pkg syscall (freebsd-arm), const NOTE_ATTRIB = 8
18427pkg syscall (freebsd-arm), const NOTE_CHILD = 4
18428pkg syscall (freebsd-arm), const NOTE_DELETE = 1
18429pkg syscall (freebsd-arm), const NOTE_EXEC = 536870912
18430pkg syscall (freebsd-arm), const NOTE_EXIT = 2147483648
18431pkg syscall (freebsd-arm), const NOTE_EXTEND = 4
18432pkg syscall (freebsd-arm), const NOTE_FFAND = 1073741824
18433pkg syscall (freebsd-arm), const NOTE_FFCOPY = 3221225472
18434pkg syscall (freebsd-arm), const NOTE_FFCTRLMASK = 3221225472
18435pkg syscall (freebsd-arm), const NOTE_FFLAGSMASK = 16777215
18436pkg syscall (freebsd-arm), const NOTE_FFNOP = 0
18437pkg syscall (freebsd-arm), const NOTE_FFOR = 2147483648
18438pkg syscall (freebsd-arm), const NOTE_FORK = 1073741824
18439pkg syscall (freebsd-arm), const NOTE_LINK = 16
18440pkg syscall (freebsd-arm), const NOTE_LOWAT = 1
18441pkg syscall (freebsd-arm), const NOTE_PCTRLMASK = 4026531840
18442pkg syscall (freebsd-arm), const NOTE_PDATAMASK = 1048575
18443pkg syscall (freebsd-arm), const NOTE_RENAME = 32
18444pkg syscall (freebsd-arm), const NOTE_REVOKE = 64
18445pkg syscall (freebsd-arm), const NOTE_TRACK = 1
18446pkg syscall (freebsd-arm), const NOTE_TRACKERR = 2
18447pkg syscall (freebsd-arm), const NOTE_TRIGGER = 16777216
18448pkg syscall (freebsd-arm), const NOTE_WRITE = 2
18449pkg syscall (freebsd-arm), const OCRNL = 16
18450pkg syscall (freebsd-arm), const ONLCR = 2
18451pkg syscall (freebsd-arm), const ONLRET = 64
18452pkg syscall (freebsd-arm), const ONOCR = 32
18453pkg syscall (freebsd-arm), const ONOEOT = 8
18454pkg syscall (freebsd-arm), const OPOST = 1
18455pkg syscall (freebsd-arm), const O_ACCMODE = 3
18456pkg syscall (freebsd-arm), const O_APPEND = 8
18457pkg syscall (freebsd-arm), const O_ASYNC = 64
18458pkg syscall (freebsd-arm), const O_CLOEXEC = 0
18459pkg syscall (freebsd-arm), const O_CREAT = 512
18460pkg syscall (freebsd-arm), const O_DIRECT = 65536
18461pkg syscall (freebsd-arm), const O_DIRECTORY = 131072
18462pkg syscall (freebsd-arm), const O_EXCL = 2048
18463pkg syscall (freebsd-arm), const O_EXEC = 262144
18464pkg syscall (freebsd-arm), const O_EXLOCK = 32
18465pkg syscall (freebsd-arm), const O_FSYNC = 128
18466pkg syscall (freebsd-arm), const O_NDELAY = 4
18467pkg syscall (freebsd-arm), const O_NOCTTY = 32768
18468pkg syscall (freebsd-arm), const O_NOFOLLOW = 256
18469pkg syscall (freebsd-arm), const O_NONBLOCK = 4
18470pkg syscall (freebsd-arm), const O_SHLOCK = 16
18471pkg syscall (freebsd-arm), const O_SYNC = 128
18472pkg syscall (freebsd-arm), const O_TRUNC = 1024
18473pkg syscall (freebsd-arm), const O_TTY_INIT = 524288
18474pkg syscall (freebsd-arm), const PARENB = 4096
18475pkg syscall (freebsd-arm), const PARMRK = 8
18476pkg syscall (freebsd-arm), const PARODD = 8192
18477pkg syscall (freebsd-arm), const PENDIN = 536870912
18478pkg syscall (freebsd-arm), const PROT_EXEC = 4
18479pkg syscall (freebsd-arm), const PROT_NONE = 0
18480pkg syscall (freebsd-arm), const PROT_READ = 1
18481pkg syscall (freebsd-arm), const PROT_WRITE = 2
18482pkg syscall (freebsd-arm), const PTRACE_CONT = 7
18483pkg syscall (freebsd-arm), const PTRACE_KILL = 8
18484pkg syscall (freebsd-arm), const PTRACE_TRACEME = 0
18485pkg syscall (freebsd-arm), const RLIMIT_AS = 10
18486pkg syscall (freebsd-arm), const RLIMIT_CORE = 4
18487pkg syscall (freebsd-arm), const RLIMIT_CPU = 0
18488pkg syscall (freebsd-arm), const RLIMIT_DATA = 2
18489pkg syscall (freebsd-arm), const RLIMIT_FSIZE = 1
18490pkg syscall (freebsd-arm), const RLIMIT_NOFILE = 8
18491pkg syscall (freebsd-arm), const RLIMIT_STACK = 3
18492pkg syscall (freebsd-arm), const RLIM_INFINITY = 9223372036854775807
18493pkg syscall (freebsd-arm), const RTAX_AUTHOR = 6
18494pkg syscall (freebsd-arm), const RTAX_BRD = 7
18495pkg syscall (freebsd-arm), const RTAX_DST = 0
18496pkg syscall (freebsd-arm), const RTAX_GATEWAY = 1
18497pkg syscall (freebsd-arm), const RTAX_GENMASK = 3
18498pkg syscall (freebsd-arm), const RTAX_IFA = 5
18499pkg syscall (freebsd-arm), const RTAX_IFP = 4
18500pkg syscall (freebsd-arm), const RTAX_MAX = 8
18501pkg syscall (freebsd-arm), const RTAX_NETMASK = 2
18502pkg syscall (freebsd-arm), const RTA_AUTHOR = 64
18503pkg syscall (freebsd-arm), const RTA_BRD = 128
18504pkg syscall (freebsd-arm), const RTA_DST = 1
18505pkg syscall (freebsd-arm), const RTA_GATEWAY = 2
18506pkg syscall (freebsd-arm), const RTA_GENMASK = 8
18507pkg syscall (freebsd-arm), const RTA_IFA = 32
18508pkg syscall (freebsd-arm), const RTA_IFP = 16
18509pkg syscall (freebsd-arm), const RTA_NETMASK = 4
18510pkg syscall (freebsd-arm), const RTF_BLACKHOLE = 4096
18511pkg syscall (freebsd-arm), const RTF_BROADCAST = 4194304
18512pkg syscall (freebsd-arm), const RTF_DONE = 64
18513pkg syscall (freebsd-arm), const RTF_DYNAMIC = 16
18514pkg syscall (freebsd-arm), const RTF_FMASK = 268752904
18515pkg syscall (freebsd-arm), const RTF_GATEWAY = 2
18516pkg syscall (freebsd-arm), const RTF_HOST = 4
18517pkg syscall (freebsd-arm), const RTF_LLDATA = 1024
18518pkg syscall (freebsd-arm), const RTF_LLINFO = 1024
18519pkg syscall (freebsd-arm), const RTF_LOCAL = 2097152
18520pkg syscall (freebsd-arm), const RTF_MODIFIED = 32
18521pkg syscall (freebsd-arm), const RTF_MULTICAST = 8388608
18522pkg syscall (freebsd-arm), const RTF_PINNED = 1048576
18523pkg syscall (freebsd-arm), const RTF_PRCLONING = 65536
18524pkg syscall (freebsd-arm), const RTF_PROTO1 = 32768
18525pkg syscall (freebsd-arm), const RTF_PROTO2 = 16384
18526pkg syscall (freebsd-arm), const RTF_PROTO3 = 262144
18527pkg syscall (freebsd-arm), const RTF_REJECT = 8
18528pkg syscall (freebsd-arm), const RTF_RNH_LOCKED = 1073741824
18529pkg syscall (freebsd-arm), const RTF_STATIC = 2048
18530pkg syscall (freebsd-arm), const RTF_STICKY = 268435456
18531pkg syscall (freebsd-arm), const RTF_UP = 1
18532pkg syscall (freebsd-arm), const RTF_XRESOLVE = 512
18533pkg syscall (freebsd-arm), const RTM_ADD = 1
18534pkg syscall (freebsd-arm), const RTM_CHANGE = 3
18535pkg syscall (freebsd-arm), const RTM_DELADDR = 13
18536pkg syscall (freebsd-arm), const RTM_DELETE = 2
18537pkg syscall (freebsd-arm), const RTM_DELMADDR = 16
18538pkg syscall (freebsd-arm), const RTM_GET = 4
18539pkg syscall (freebsd-arm), const RTM_IEEE80211 = 18
18540pkg syscall (freebsd-arm), const RTM_IFANNOUNCE = 17
18541pkg syscall (freebsd-arm), const RTM_IFINFO = 14
18542pkg syscall (freebsd-arm), const RTM_LOCK = 8
18543pkg syscall (freebsd-arm), const RTM_LOSING = 5
18544pkg syscall (freebsd-arm), const RTM_MISS = 7
18545pkg syscall (freebsd-arm), const RTM_NEWADDR = 12
18546pkg syscall (freebsd-arm), const RTM_NEWMADDR = 15
18547pkg syscall (freebsd-arm), const RTM_OLDADD = 9
18548pkg syscall (freebsd-arm), const RTM_OLDDEL = 10
18549pkg syscall (freebsd-arm), const RTM_REDIRECT = 6
18550pkg syscall (freebsd-arm), const RTM_RESOLVE = 11
18551pkg syscall (freebsd-arm), const RTM_RTTUNIT = 1000000
18552pkg syscall (freebsd-arm), const RTM_VERSION = 5
18553pkg syscall (freebsd-arm), const RTV_EXPIRE = 4
18554pkg syscall (freebsd-arm), const RTV_HOPCOUNT = 2
18555pkg syscall (freebsd-arm), const RTV_MTU = 1
18556pkg syscall (freebsd-arm), const RTV_RPIPE = 8
18557pkg syscall (freebsd-arm), const RTV_RTT = 64
18558pkg syscall (freebsd-arm), const RTV_RTTVAR = 128
18559pkg syscall (freebsd-arm), const RTV_SPIPE = 16
18560pkg syscall (freebsd-arm), const RTV_SSTHRESH = 32
18561pkg syscall (freebsd-arm), const RTV_WEIGHT = 256
18562pkg syscall (freebsd-arm), const RT_CACHING_CONTEXT = 1
18563pkg syscall (freebsd-arm), const RT_DEFAULT_FIB = 0
18564pkg syscall (freebsd-arm), const RT_NORTREF = 2
18565pkg syscall (freebsd-arm), const RUSAGE_CHILDREN = -1
18566pkg syscall (freebsd-arm), const RUSAGE_SELF = 0
18567pkg syscall (freebsd-arm), const RUSAGE_THREAD = 1
18568pkg syscall (freebsd-arm), const SCM_BINTIME = 4
18569pkg syscall (freebsd-arm), const SCM_CREDS = 3
18570pkg syscall (freebsd-arm), const SCM_RIGHTS = 1
18571pkg syscall (freebsd-arm), const SCM_TIMESTAMP = 2
18572pkg syscall (freebsd-arm), const SIGBUS = 10
18573pkg syscall (freebsd-arm), const SIGCHLD = 20
18574pkg syscall (freebsd-arm), const SIGCONT = 19
18575pkg syscall (freebsd-arm), const SIGEMT = 7
18576pkg syscall (freebsd-arm), const SIGINFO = 29
18577pkg syscall (freebsd-arm), const SIGIO = 23
18578pkg syscall (freebsd-arm), const SIGIOT = 6
18579pkg syscall (freebsd-arm), const SIGLIBRT = 33
18580pkg syscall (freebsd-arm), const SIGLWP = 32
18581pkg syscall (freebsd-arm), const SIGPROF = 27
18582pkg syscall (freebsd-arm), const SIGSTOP = 17
18583pkg syscall (freebsd-arm), const SIGSYS = 12
18584pkg syscall (freebsd-arm), const SIGTHR = 32
18585pkg syscall (freebsd-arm), const SIGTSTP = 18
18586pkg syscall (freebsd-arm), const SIGTTIN = 21
18587pkg syscall (freebsd-arm), const SIGTTOU = 22
18588pkg syscall (freebsd-arm), const SIGURG = 16
18589pkg syscall (freebsd-arm), const SIGUSR1 = 30
18590pkg syscall (freebsd-arm), const SIGUSR2 = 31
18591pkg syscall (freebsd-arm), const SIGVTALRM = 26
18592pkg syscall (freebsd-arm), const SIGWINCH = 28
18593pkg syscall (freebsd-arm), const SIGXCPU = 24
18594pkg syscall (freebsd-arm), const SIGXFSZ = 25
18595pkg syscall (freebsd-arm), const SIOCADDMULTI = 2149607729
18596pkg syscall (freebsd-arm), const SIOCADDRT = 2150658570
18597pkg syscall (freebsd-arm), const SIOCAIFADDR = 2151967019
18598pkg syscall (freebsd-arm), const SIOCAIFGROUP = 2149869959
18599pkg syscall (freebsd-arm), const SIOCALIFADDR = 2165860635
18600pkg syscall (freebsd-arm), const SIOCATMARK = 1074033415
18601pkg syscall (freebsd-arm), const SIOCDELMULTI = 2149607730
18602pkg syscall (freebsd-arm), const SIOCDELRT = 2150658571
18603pkg syscall (freebsd-arm), const SIOCDIFADDR = 2149607705
18604pkg syscall (freebsd-arm), const SIOCDIFGROUP = 2149869961
18605pkg syscall (freebsd-arm), const SIOCDIFPHYADDR = 2149607753
18606pkg syscall (freebsd-arm), const SIOCDLIFADDR = 2165860637
18607pkg syscall (freebsd-arm), const SIOCGDRVSPEC = 3223087483
18608pkg syscall (freebsd-arm), const SIOCGETSGCNT = 3222565392
18609pkg syscall (freebsd-arm), const SIOCGETVIFCNT = 3222565391
18610pkg syscall (freebsd-arm), const SIOCGHIWAT = 1074033409
18611pkg syscall (freebsd-arm), const SIOCGIFADDR = 3223349537
18612pkg syscall (freebsd-arm), const SIOCGIFBRDADDR = 3223349539
18613pkg syscall (freebsd-arm), const SIOCGIFCAP = 3223349535
18614pkg syscall (freebsd-arm), const SIOCGIFCONF = 3221776676
18615pkg syscall (freebsd-arm), const SIOCGIFDESCR = 3223349546
18616pkg syscall (freebsd-arm), const SIOCGIFDSTADDR = 3223349538
18617pkg syscall (freebsd-arm), const SIOCGIFFIB = 3223349596
18618pkg syscall (freebsd-arm), const SIOCGIFFLAGS = 3223349521
18619pkg syscall (freebsd-arm), const SIOCGIFGENERIC = 3223349562
18620pkg syscall (freebsd-arm), const SIOCGIFGMEMB = 3223611786
18621pkg syscall (freebsd-arm), const SIOCGIFGROUP = 3223611784
18622pkg syscall (freebsd-arm), const SIOCGIFINDEX = 3223349536
18623pkg syscall (freebsd-arm), const SIOCGIFMAC = 3223349542
18624pkg syscall (freebsd-arm), const SIOCGIFMEDIA = 3223873848
18625pkg syscall (freebsd-arm), const SIOCGIFMETRIC = 3223349527
18626pkg syscall (freebsd-arm), const SIOCGIFMTU = 3223349555
18627pkg syscall (freebsd-arm), const SIOCGIFNETMASK = 3223349541
18628pkg syscall (freebsd-arm), const SIOCGIFPDSTADDR = 3223349576
18629pkg syscall (freebsd-arm), const SIOCGIFPHYS = 3223349557
18630pkg syscall (freebsd-arm), const SIOCGIFPSRCADDR = 3223349575
18631pkg syscall (freebsd-arm), const SIOCGIFSTATUS = 3274991931
18632pkg syscall (freebsd-arm), const SIOCGLIFADDR = 3239602460
18633pkg syscall (freebsd-arm), const SIOCGLIFPHYADDR = 3239602507
18634pkg syscall (freebsd-arm), const SIOCGLOWAT = 1074033411
18635pkg syscall (freebsd-arm), const SIOCGPGRP = 1074033417
18636pkg syscall (freebsd-arm), const SIOCGPRIVATE_0 = 3223349584
18637pkg syscall (freebsd-arm), const SIOCGPRIVATE_1 = 3223349585
18638pkg syscall (freebsd-arm), const SIOCIFCREATE = 3223349626
18639pkg syscall (freebsd-arm), const SIOCIFCREATE2 = 3223349628
18640pkg syscall (freebsd-arm), const SIOCIFDESTROY = 2149607801
18641pkg syscall (freebsd-arm), const SIOCIFGCLONERS = 3222038904
18642pkg syscall (freebsd-arm), const SIOCSDRVSPEC = 2149345659
18643pkg syscall (freebsd-arm), const SIOCSHIWAT = 2147775232
18644pkg syscall (freebsd-arm), const SIOCSIFADDR = 2149607692
18645pkg syscall (freebsd-arm), const SIOCSIFBRDADDR = 2149607699
18646pkg syscall (freebsd-arm), const SIOCSIFCAP = 2149607710
18647pkg syscall (freebsd-arm), const SIOCSIFDESCR = 2149607721
18648pkg syscall (freebsd-arm), const SIOCSIFDSTADDR = 2149607694
18649pkg syscall (freebsd-arm), const SIOCSIFFIB = 2149607773
18650pkg syscall (freebsd-arm), const SIOCSIFFLAGS = 2149607696
18651pkg syscall (freebsd-arm), const SIOCSIFGENERIC = 2149607737
18652pkg syscall (freebsd-arm), const SIOCSIFLLADDR = 2149607740
18653pkg syscall (freebsd-arm), const SIOCSIFMAC = 2149607719
18654pkg syscall (freebsd-arm), const SIOCSIFMEDIA = 3223349559
18655pkg syscall (freebsd-arm), const SIOCSIFMETRIC = 2149607704
18656pkg syscall (freebsd-arm), const SIOCSIFMTU = 2149607732
18657pkg syscall (freebsd-arm), const SIOCSIFNAME = 2149607720
18658pkg syscall (freebsd-arm), const SIOCSIFNETMASK = 2149607702
18659pkg syscall (freebsd-arm), const SIOCSIFPHYADDR = 2151967046
18660pkg syscall (freebsd-arm), const SIOCSIFPHYS = 2149607734
18661pkg syscall (freebsd-arm), const SIOCSIFRVNET = 3223349595
18662pkg syscall (freebsd-arm), const SIOCSIFVNET = 3223349594
18663pkg syscall (freebsd-arm), const SIOCSLIFPHYADDR = 2165860682
18664pkg syscall (freebsd-arm), const SIOCSLOWAT = 2147775234
18665pkg syscall (freebsd-arm), const SIOCSPGRP = 2147775240
18666pkg syscall (freebsd-arm), const SOCK_MAXADDRLEN = 255
18667pkg syscall (freebsd-arm), const SOCK_RDM = 4
18668pkg syscall (freebsd-arm), const SOL_SOCKET = 65535
18669pkg syscall (freebsd-arm), const SOMAXCONN = 128
18670pkg syscall (freebsd-arm), const SO_ACCEPTCONN = 2
18671pkg syscall (freebsd-arm), const SO_ACCEPTFILTER = 4096
18672pkg syscall (freebsd-arm), const SO_BINTIME = 8192
18673pkg syscall (freebsd-arm), const SO_BROADCAST = 32
18674pkg syscall (freebsd-arm), const SO_DEBUG = 1
18675pkg syscall (freebsd-arm), const SO_DONTROUTE = 16
18676pkg syscall (freebsd-arm), const SO_ERROR = 4103
18677pkg syscall (freebsd-arm), const SO_KEEPALIVE = 8
18678pkg syscall (freebsd-arm), const SO_LABEL = 4105
18679pkg syscall (freebsd-arm), const SO_LINGER = 128
18680pkg syscall (freebsd-arm), const SO_LISTENINCQLEN = 4115
18681pkg syscall (freebsd-arm), const SO_LISTENQLEN = 4114
18682pkg syscall (freebsd-arm), const SO_LISTENQLIMIT = 4113
18683pkg syscall (freebsd-arm), const SO_NOSIGPIPE = 2048
18684pkg syscall (freebsd-arm), const SO_NO_DDP = 32768
18685pkg syscall (freebsd-arm), const SO_NO_OFFLOAD = 16384
18686pkg syscall (freebsd-arm), const SO_OOBINLINE = 256
18687pkg syscall (freebsd-arm), const SO_PEERLABEL = 4112
18688pkg syscall (freebsd-arm), const SO_PROTOCOL = 4118
18689pkg syscall (freebsd-arm), const SO_PROTOTYPE = 4118
18690pkg syscall (freebsd-arm), const SO_RCVBUF = 4098
18691pkg syscall (freebsd-arm), const SO_RCVLOWAT = 4100
18692pkg syscall (freebsd-arm), const SO_RCVTIMEO = 4102
18693pkg syscall (freebsd-arm), const SO_REUSEADDR = 4
18694pkg syscall (freebsd-arm), const SO_REUSEPORT = 512
18695pkg syscall (freebsd-arm), const SO_SETFIB = 4116
18696pkg syscall (freebsd-arm), const SO_SNDBUF = 4097
18697pkg syscall (freebsd-arm), const SO_SNDLOWAT = 4099
18698pkg syscall (freebsd-arm), const SO_SNDTIMEO = 4101
18699pkg syscall (freebsd-arm), const SO_TIMESTAMP = 1024
18700pkg syscall (freebsd-arm), const SO_TYPE = 4104
18701pkg syscall (freebsd-arm), const SO_USELOOPBACK = 64
18702pkg syscall (freebsd-arm), const SO_USER_COOKIE = 4117
18703pkg syscall (freebsd-arm), const SYS_ABORT2 = 463
18704pkg syscall (freebsd-arm), const SYS_ACCEPT = 30
18705pkg syscall (freebsd-arm), const SYS_ACCESS = 33
18706pkg syscall (freebsd-arm), const SYS_ACCT = 51
18707pkg syscall (freebsd-arm), const SYS_ADJTIME = 140
18708pkg syscall (freebsd-arm), const SYS_AUDIT = 445
18709pkg syscall (freebsd-arm), const SYS_AUDITCTL = 453
18710pkg syscall (freebsd-arm), const SYS_AUDITON = 446
18711pkg syscall (freebsd-arm), const SYS_BIND = 104
18712pkg syscall (freebsd-arm), const SYS_CAP_ENTER = 516
18713pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_GET = 537
18714pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_LIMIT = 536
18715pkg syscall (freebsd-arm), const SYS_CAP_GETMODE = 517
18716pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_GET = 535
18717pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_LIMIT = 534
18718pkg syscall (freebsd-arm), const SYS_CAP_NEW = 514
18719pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_GET = 515
18720pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_LIMIT = 533
18721pkg syscall (freebsd-arm), const SYS_CHDIR = 12
18722pkg syscall (freebsd-arm), const SYS_CHFLAGS = 34
18723pkg syscall (freebsd-arm), const SYS_CHMOD = 15
18724pkg syscall (freebsd-arm), const SYS_CHOWN = 16
18725pkg syscall (freebsd-arm), const SYS_CHROOT = 61
18726pkg syscall (freebsd-arm), const SYS_CLOCK_GETCPUCLOCKID2 = 247
18727pkg syscall (freebsd-arm), const SYS_CLOCK_GETRES = 234
18728pkg syscall (freebsd-arm), const SYS_CLOCK_GETTIME = 232
18729pkg syscall (freebsd-arm), const SYS_CLOCK_SETTIME = 233
18730pkg syscall (freebsd-arm), const SYS_CLOSE = 6
18731pkg syscall (freebsd-arm), const SYS_CLOSEFROM = 509
18732pkg syscall (freebsd-arm), const SYS_CONNECT = 98
18733pkg syscall (freebsd-arm), const SYS_CPUSET = 484
18734pkg syscall (freebsd-arm), const SYS_CPUSET_GETAFFINITY = 487
18735pkg syscall (freebsd-arm), const SYS_CPUSET_GETID = 486
18736pkg syscall (freebsd-arm), const SYS_CPUSET_SETAFFINITY = 488
18737pkg syscall (freebsd-arm), const SYS_CPUSET_SETID = 485
18738pkg syscall (freebsd-arm), const SYS_DUP = 41
18739pkg syscall (freebsd-arm), const SYS_DUP2 = 90
18740pkg syscall (freebsd-arm), const SYS_EACCESS = 376
18741pkg syscall (freebsd-arm), const SYS_EXECVE = 59
18742pkg syscall (freebsd-arm), const SYS_EXIT = 1
18743pkg syscall (freebsd-arm), const SYS_EXTATTRCTL = 355
18744pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_FD = 373
18745pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_FILE = 358
18746pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_LINK = 414
18747pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_FD = 372
18748pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_FILE = 357
18749pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_LINK = 413
18750pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_FD = 437
18751pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_FILE = 438
18752pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_LINK = 439
18753pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_FD = 371
18754pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_FILE = 356
18755pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_LINK = 412
18756pkg syscall (freebsd-arm), const SYS_FACCESSAT = 489
18757pkg syscall (freebsd-arm), const SYS_FCHDIR = 13
18758pkg syscall (freebsd-arm), const SYS_FCHFLAGS = 35
18759pkg syscall (freebsd-arm), const SYS_FCHMOD = 124
18760pkg syscall (freebsd-arm), const SYS_FCHMODAT = 490
18761pkg syscall (freebsd-arm), const SYS_FCHOWN = 123
18762pkg syscall (freebsd-arm), const SYS_FCHOWNAT = 491
18763pkg syscall (freebsd-arm), const SYS_FCNTL = 92
18764pkg syscall (freebsd-arm), const SYS_FEXECVE = 492
18765pkg syscall (freebsd-arm), const SYS_FFCLOCK_GETCOUNTER = 241
18766pkg syscall (freebsd-arm), const SYS_FFCLOCK_GETESTIMATE = 243
18767pkg syscall (freebsd-arm), const SYS_FFCLOCK_SETESTIMATE = 242
18768pkg syscall (freebsd-arm), const SYS_FHOPEN = 298
18769pkg syscall (freebsd-arm), const SYS_FHSTAT = 299
18770pkg syscall (freebsd-arm), const SYS_FHSTATFS = 398
18771pkg syscall (freebsd-arm), const SYS_FLOCK = 131
18772pkg syscall (freebsd-arm), const SYS_FORK = 2
18773pkg syscall (freebsd-arm), const SYS_FPATHCONF = 192
18774pkg syscall (freebsd-arm), const SYS_FREEBSD6_FTRUNCATE = 201
18775pkg syscall (freebsd-arm), const SYS_FREEBSD6_LSEEK = 199
18776pkg syscall (freebsd-arm), const SYS_FREEBSD6_MMAP = 197
18777pkg syscall (freebsd-arm), const SYS_FREEBSD6_PREAD = 173
18778pkg syscall (freebsd-arm), const SYS_FREEBSD6_PWRITE = 174
18779pkg syscall (freebsd-arm), const SYS_FREEBSD6_TRUNCATE = 200
18780pkg syscall (freebsd-arm), const SYS_FSTAT = 189
18781pkg syscall (freebsd-arm), const SYS_FSTATAT = 493
18782pkg syscall (freebsd-arm), const SYS_FSTATFS = 397
18783pkg syscall (freebsd-arm), const SYS_FSYNC = 95
18784pkg syscall (freebsd-arm), const SYS_FTRUNCATE = 480
18785pkg syscall (freebsd-arm), const SYS_FUTIMES = 206
18786pkg syscall (freebsd-arm), const SYS_FUTIMESAT = 494
18787pkg syscall (freebsd-arm), const SYS_GETAUDIT = 449
18788pkg syscall (freebsd-arm), const SYS_GETAUDIT_ADDR = 451
18789pkg syscall (freebsd-arm), const SYS_GETAUID = 447
18790pkg syscall (freebsd-arm), const SYS_GETCONTEXT = 421
18791pkg syscall (freebsd-arm), const SYS_GETDENTS = 272
18792pkg syscall (freebsd-arm), const SYS_GETDIRENTRIES = 196
18793pkg syscall (freebsd-arm), const SYS_GETDTABLESIZE = 89
18794pkg syscall (freebsd-arm), const SYS_GETEGID = 43
18795pkg syscall (freebsd-arm), const SYS_GETEUID = 25
18796pkg syscall (freebsd-arm), const SYS_GETFH = 161
18797pkg syscall (freebsd-arm), const SYS_GETFSSTAT = 395
18798pkg syscall (freebsd-arm), const SYS_GETGID = 47
18799pkg syscall (freebsd-arm), const SYS_GETGROUPS = 79
18800pkg syscall (freebsd-arm), const SYS_GETITIMER = 86
18801pkg syscall (freebsd-arm), const SYS_GETLOGIN = 49
18802pkg syscall (freebsd-arm), const SYS_GETLOGINCLASS = 523
18803pkg syscall (freebsd-arm), const SYS_GETPEERNAME = 31
18804pkg syscall (freebsd-arm), const SYS_GETPGID = 207
18805pkg syscall (freebsd-arm), const SYS_GETPGRP = 81
18806pkg syscall (freebsd-arm), const SYS_GETPID = 20
18807pkg syscall (freebsd-arm), const SYS_GETPPID = 39
18808pkg syscall (freebsd-arm), const SYS_GETPRIORITY = 100
18809pkg syscall (freebsd-arm), const SYS_GETRESGID = 361
18810pkg syscall (freebsd-arm), const SYS_GETRESUID = 360
18811pkg syscall (freebsd-arm), const SYS_GETRLIMIT = 194
18812pkg syscall (freebsd-arm), const SYS_GETRUSAGE = 117
18813pkg syscall (freebsd-arm), const SYS_GETSID = 310
18814pkg syscall (freebsd-arm), const SYS_GETSOCKNAME = 32
18815pkg syscall (freebsd-arm), const SYS_GETSOCKOPT = 118
18816pkg syscall (freebsd-arm), const SYS_GETTIMEOFDAY = 116
18817pkg syscall (freebsd-arm), const SYS_GETUID = 24
18818pkg syscall (freebsd-arm), const SYS_IOCTL = 54
18819pkg syscall (freebsd-arm), const SYS_ISSETUGID = 253
18820pkg syscall (freebsd-arm), const SYS_JAIL = 338
18821pkg syscall (freebsd-arm), const SYS_JAIL_ATTACH = 436
18822pkg syscall (freebsd-arm), const SYS_JAIL_GET = 506
18823pkg syscall (freebsd-arm), const SYS_JAIL_REMOVE = 508
18824pkg syscall (freebsd-arm), const SYS_JAIL_SET = 507
18825pkg syscall (freebsd-arm), const SYS_KENV = 390
18826pkg syscall (freebsd-arm), const SYS_KEVENT = 363
18827pkg syscall (freebsd-arm), const SYS_KILL = 37
18828pkg syscall (freebsd-arm), const SYS_KLDFIND = 306
18829pkg syscall (freebsd-arm), const SYS_KLDFIRSTMOD = 309
18830pkg syscall (freebsd-arm), const SYS_KLDLOAD = 304
18831pkg syscall (freebsd-arm), const SYS_KLDNEXT = 307
18832pkg syscall (freebsd-arm), const SYS_KLDSTAT = 308
18833pkg syscall (freebsd-arm), const SYS_KLDSYM = 337
18834pkg syscall (freebsd-arm), const SYS_KLDUNLOAD = 305
18835pkg syscall (freebsd-arm), const SYS_KLDUNLOADF = 444
18836pkg syscall (freebsd-arm), const SYS_KQUEUE = 362
18837pkg syscall (freebsd-arm), const SYS_KTIMER_CREATE = 235
18838pkg syscall (freebsd-arm), const SYS_KTIMER_DELETE = 236
18839pkg syscall (freebsd-arm), const SYS_KTIMER_GETOVERRUN = 239
18840pkg syscall (freebsd-arm), const SYS_KTIMER_GETTIME = 238
18841pkg syscall (freebsd-arm), const SYS_KTIMER_SETTIME = 237
18842pkg syscall (freebsd-arm), const SYS_KTRACE = 45
18843pkg syscall (freebsd-arm), const SYS_LCHFLAGS = 391
18844pkg syscall (freebsd-arm), const SYS_LCHMOD = 274
18845pkg syscall (freebsd-arm), const SYS_LCHOWN = 254
18846pkg syscall (freebsd-arm), const SYS_LGETFH = 160
18847pkg syscall (freebsd-arm), const SYS_LINK = 9
18848pkg syscall (freebsd-arm), const SYS_LINKAT = 495
18849pkg syscall (freebsd-arm), const SYS_LISTEN = 106
18850pkg syscall (freebsd-arm), const SYS_LPATHCONF = 513
18851pkg syscall (freebsd-arm), const SYS_LSEEK = 478
18852pkg syscall (freebsd-arm), const SYS_LSTAT = 190
18853pkg syscall (freebsd-arm), const SYS_LUTIMES = 276
18854pkg syscall (freebsd-arm), const SYS_MAC_SYSCALL = 394
18855pkg syscall (freebsd-arm), const SYS_MADVISE = 75
18856pkg syscall (freebsd-arm), const SYS_MINCORE = 78
18857pkg syscall (freebsd-arm), const SYS_MINHERIT = 250
18858pkg syscall (freebsd-arm), const SYS_MKDIR = 136
18859pkg syscall (freebsd-arm), const SYS_MKDIRAT = 496
18860pkg syscall (freebsd-arm), const SYS_MKFIFO = 132
18861pkg syscall (freebsd-arm), const SYS_MKFIFOAT = 497
18862pkg syscall (freebsd-arm), const SYS_MKNOD = 14
18863pkg syscall (freebsd-arm), const SYS_MKNODAT = 498
18864pkg syscall (freebsd-arm), const SYS_MLOCK = 203
18865pkg syscall (freebsd-arm), const SYS_MLOCKALL = 324
18866pkg syscall (freebsd-arm), const SYS_MMAP = 477
18867pkg syscall (freebsd-arm), const SYS_MODFIND = 303
18868pkg syscall (freebsd-arm), const SYS_MODFNEXT = 302
18869pkg syscall (freebsd-arm), const SYS_MODNEXT = 300
18870pkg syscall (freebsd-arm), const SYS_MODSTAT = 301
18871pkg syscall (freebsd-arm), const SYS_MOUNT = 21
18872pkg syscall (freebsd-arm), const SYS_MPROTECT = 74
18873pkg syscall (freebsd-arm), const SYS_MSYNC = 65
18874pkg syscall (freebsd-arm), const SYS_MUNLOCK = 204
18875pkg syscall (freebsd-arm), const SYS_MUNLOCKALL = 325
18876pkg syscall (freebsd-arm), const SYS_MUNMAP = 73
18877pkg syscall (freebsd-arm), const SYS_NANOSLEEP = 240
18878pkg syscall (freebsd-arm), const SYS_NFSTAT = 279
18879pkg syscall (freebsd-arm), const SYS_NLSTAT = 280
18880pkg syscall (freebsd-arm), const SYS_NMOUNT = 378
18881pkg syscall (freebsd-arm), const SYS_NSTAT = 278
18882pkg syscall (freebsd-arm), const SYS_NTP_ADJTIME = 176
18883pkg syscall (freebsd-arm), const SYS_NTP_GETTIME = 248
18884pkg syscall (freebsd-arm), const SYS_OBREAK = 17
18885pkg syscall (freebsd-arm), const SYS_OPEN = 5
18886pkg syscall (freebsd-arm), const SYS_OPENAT = 499
18887pkg syscall (freebsd-arm), const SYS_OPENBSD_POLL = 252
18888pkg syscall (freebsd-arm), const SYS_OVADVISE = 72
18889pkg syscall (freebsd-arm), const SYS_PATHCONF = 191
18890pkg syscall (freebsd-arm), const SYS_PDFORK = 518
18891pkg syscall (freebsd-arm), const SYS_PDGETPID = 520
18892pkg syscall (freebsd-arm), const SYS_PDKILL = 519
18893pkg syscall (freebsd-arm), const SYS_PIPE = 42
18894pkg syscall (freebsd-arm), const SYS_POLL = 209
18895pkg syscall (freebsd-arm), const SYS_POSIX_FADVISE = 531
18896pkg syscall (freebsd-arm), const SYS_POSIX_FALLOCATE = 530
18897pkg syscall (freebsd-arm), const SYS_POSIX_OPENPT = 504
18898pkg syscall (freebsd-arm), const SYS_PREAD = 475
18899pkg syscall (freebsd-arm), const SYS_PREADV = 289
18900pkg syscall (freebsd-arm), const SYS_PROFIL = 44
18901pkg syscall (freebsd-arm), const SYS_PSELECT = 522
18902pkg syscall (freebsd-arm), const SYS_PTRACE = 26
18903pkg syscall (freebsd-arm), const SYS_PWRITE = 476
18904pkg syscall (freebsd-arm), const SYS_PWRITEV = 290
18905pkg syscall (freebsd-arm), const SYS_QUOTACTL = 148
18906pkg syscall (freebsd-arm), const SYS_RCTL_ADD_RULE = 528
18907pkg syscall (freebsd-arm), const SYS_RCTL_GET_LIMITS = 527
18908pkg syscall (freebsd-arm), const SYS_RCTL_GET_RACCT = 525
18909pkg syscall (freebsd-arm), const SYS_RCTL_GET_RULES = 526
18910pkg syscall (freebsd-arm), const SYS_RCTL_REMOVE_RULE = 529
18911pkg syscall (freebsd-arm), const SYS_READ = 3
18912pkg syscall (freebsd-arm), const SYS_READLINK = 58
18913pkg syscall (freebsd-arm), const SYS_READLINKAT = 500
18914pkg syscall (freebsd-arm), const SYS_READV = 120
18915pkg syscall (freebsd-arm), const SYS_REBOOT = 55
18916pkg syscall (freebsd-arm), const SYS_RECVFROM = 29
18917pkg syscall (freebsd-arm), const SYS_RECVMSG = 27
18918pkg syscall (freebsd-arm), const SYS_RENAME = 128
18919pkg syscall (freebsd-arm), const SYS_RENAMEAT = 501
18920pkg syscall (freebsd-arm), const SYS_REVOKE = 56
18921pkg syscall (freebsd-arm), const SYS_RFORK = 251
18922pkg syscall (freebsd-arm), const SYS_RMDIR = 137
18923pkg syscall (freebsd-arm), const SYS_RTPRIO = 166
18924pkg syscall (freebsd-arm), const SYS_RTPRIO_THREAD = 466
18925pkg syscall (freebsd-arm), const SYS_SBRK = 69
18926pkg syscall (freebsd-arm), const SYS_SCHED_GETPARAM = 328
18927pkg syscall (freebsd-arm), const SYS_SCHED_GETSCHEDULER = 330
18928pkg syscall (freebsd-arm), const SYS_SCHED_GET_PRIORITY_MAX = 332
18929pkg syscall (freebsd-arm), const SYS_SCHED_GET_PRIORITY_MIN = 333
18930pkg syscall (freebsd-arm), const SYS_SCHED_RR_GET_INTERVAL = 334
18931pkg syscall (freebsd-arm), const SYS_SCHED_SETPARAM = 327
18932pkg syscall (freebsd-arm), const SYS_SCHED_SETSCHEDULER = 329
18933pkg syscall (freebsd-arm), const SYS_SCHED_YIELD = 331
18934pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_RECVMSG = 474
18935pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_SENDMSG = 472
18936pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
18937pkg syscall (freebsd-arm), const SYS_SCTP_PEELOFF = 471
18938pkg syscall (freebsd-arm), const SYS_SELECT = 93
18939pkg syscall (freebsd-arm), const SYS_SENDFILE = 393
18940pkg syscall (freebsd-arm), const SYS_SENDMSG = 28
18941pkg syscall (freebsd-arm), const SYS_SENDTO = 133
18942pkg syscall (freebsd-arm), const SYS_SETAUDIT = 450
18943pkg syscall (freebsd-arm), const SYS_SETAUDIT_ADDR = 452
18944pkg syscall (freebsd-arm), const SYS_SETAUID = 448
18945pkg syscall (freebsd-arm), const SYS_SETCONTEXT = 422
18946pkg syscall (freebsd-arm), const SYS_SETEGID = 182
18947pkg syscall (freebsd-arm), const SYS_SETEUID = 183
18948pkg syscall (freebsd-arm), const SYS_SETFIB = 175
18949pkg syscall (freebsd-arm), const SYS_SETGID = 181
18950pkg syscall (freebsd-arm), const SYS_SETGROUPS = 80
18951pkg syscall (freebsd-arm), const SYS_SETITIMER = 83
18952pkg syscall (freebsd-arm), const SYS_SETLOGIN = 50
18953pkg syscall (freebsd-arm), const SYS_SETLOGINCLASS = 524
18954pkg syscall (freebsd-arm), const SYS_SETPGID = 82
18955pkg syscall (freebsd-arm), const SYS_SETPRIORITY = 96
18956pkg syscall (freebsd-arm), const SYS_SETREGID = 127
18957pkg syscall (freebsd-arm), const SYS_SETRESGID = 312
18958pkg syscall (freebsd-arm), const SYS_SETRESUID = 311
18959pkg syscall (freebsd-arm), const SYS_SETREUID = 126
18960pkg syscall (freebsd-arm), const SYS_SETRLIMIT = 195
18961pkg syscall (freebsd-arm), const SYS_SETSID = 147
18962pkg syscall (freebsd-arm), const SYS_SETSOCKOPT = 105
18963pkg syscall (freebsd-arm), const SYS_SETTIMEOFDAY = 122
18964pkg syscall (freebsd-arm), const SYS_SETUID = 23
18965pkg syscall (freebsd-arm), const SYS_SHM_OPEN = 482
18966pkg syscall (freebsd-arm), const SYS_SHM_UNLINK = 483
18967pkg syscall (freebsd-arm), const SYS_SHUTDOWN = 134
18968pkg syscall (freebsd-arm), const SYS_SIGACTION = 416
18969pkg syscall (freebsd-arm), const SYS_SIGALTSTACK = 53
18970pkg syscall (freebsd-arm), const SYS_SIGPENDING = 343
18971pkg syscall (freebsd-arm), const SYS_SIGPROCMASK = 340
18972pkg syscall (freebsd-arm), const SYS_SIGQUEUE = 456
18973pkg syscall (freebsd-arm), const SYS_SIGRETURN = 417
18974pkg syscall (freebsd-arm), const SYS_SIGSUSPEND = 341
18975pkg syscall (freebsd-arm), const SYS_SIGTIMEDWAIT = 345
18976pkg syscall (freebsd-arm), const SYS_SIGWAIT = 429
18977pkg syscall (freebsd-arm), const SYS_SIGWAITINFO = 346
18978pkg syscall (freebsd-arm), const SYS_SOCKET = 97
18979pkg syscall (freebsd-arm), const SYS_SOCKETPAIR = 135
18980pkg syscall (freebsd-arm), const SYS_SSTK = 70
18981pkg syscall (freebsd-arm), const SYS_STAT = 188
18982pkg syscall (freebsd-arm), const SYS_STATFS = 396
18983pkg syscall (freebsd-arm), const SYS_SWAPCONTEXT = 423
18984pkg syscall (freebsd-arm), const SYS_SWAPOFF = 424
18985pkg syscall (freebsd-arm), const SYS_SWAPON = 85
18986pkg syscall (freebsd-arm), const SYS_SYMLINK = 57
18987pkg syscall (freebsd-arm), const SYS_SYMLINKAT = 502
18988pkg syscall (freebsd-arm), const SYS_SYNC = 36
18989pkg syscall (freebsd-arm), const SYS_SYSARCH = 165
18990pkg syscall (freebsd-arm), const SYS_THR_CREATE = 430
18991pkg syscall (freebsd-arm), const SYS_THR_EXIT = 431
18992pkg syscall (freebsd-arm), const SYS_THR_KILL = 433
18993pkg syscall (freebsd-arm), const SYS_THR_KILL2 = 481
18994pkg syscall (freebsd-arm), const SYS_THR_NEW = 455
18995pkg syscall (freebsd-arm), const SYS_THR_SELF = 432
18996pkg syscall (freebsd-arm), const SYS_THR_SET_NAME = 464
18997pkg syscall (freebsd-arm), const SYS_THR_SUSPEND = 442
18998pkg syscall (freebsd-arm), const SYS_THR_WAKE = 443
18999pkg syscall (freebsd-arm), const SYS_TRUNCATE = 479
19000pkg syscall (freebsd-arm), const SYS_UMASK = 60
19001pkg syscall (freebsd-arm), const SYS_UNDELETE = 205
19002pkg syscall (freebsd-arm), const SYS_UNLINK = 10
19003pkg syscall (freebsd-arm), const SYS_UNLINKAT = 503
19004pkg syscall (freebsd-arm), const SYS_UNMOUNT = 22
19005pkg syscall (freebsd-arm), const SYS_UTIMES = 138
19006pkg syscall (freebsd-arm), const SYS_UTRACE = 335
19007pkg syscall (freebsd-arm), const SYS_UUIDGEN = 392
19008pkg syscall (freebsd-arm), const SYS_VFORK = 66
19009pkg syscall (freebsd-arm), const SYS_WAIT4 = 7
19010pkg syscall (freebsd-arm), const SYS_WAIT6 = 532
19011pkg syscall (freebsd-arm), const SYS_WRITE = 4
19012pkg syscall (freebsd-arm), const SYS_WRITEV = 121
19013pkg syscall (freebsd-arm), const SYS_YIELD = 321
19014pkg syscall (freebsd-arm), const SYS__UMTX_LOCK = 434
19015pkg syscall (freebsd-arm), const SYS__UMTX_OP = 454
19016pkg syscall (freebsd-arm), const SYS__UMTX_UNLOCK = 435
19017pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_FD = 354
19018pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_FILE = 353
19019pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_LINK = 428
19020pkg syscall (freebsd-arm), const SYS___ACL_DELETE_FD = 352
19021pkg syscall (freebsd-arm), const SYS___ACL_DELETE_FILE = 351
19022pkg syscall (freebsd-arm), const SYS___ACL_DELETE_LINK = 427
19023pkg syscall (freebsd-arm), const SYS___ACL_GET_FD = 349
19024pkg syscall (freebsd-arm), const SYS___ACL_GET_FILE = 347
19025pkg syscall (freebsd-arm), const SYS___ACL_GET_LINK = 425
19026pkg syscall (freebsd-arm), const SYS___ACL_SET_FD = 350
19027pkg syscall (freebsd-arm), const SYS___ACL_SET_FILE = 348
19028pkg syscall (freebsd-arm), const SYS___ACL_SET_LINK = 426
19029pkg syscall (freebsd-arm), const SYS___GETCWD = 326
19030pkg syscall (freebsd-arm), const SYS___MAC_EXECVE = 415
19031pkg syscall (freebsd-arm), const SYS___MAC_GET_FD = 386
19032pkg syscall (freebsd-arm), const SYS___MAC_GET_FILE = 387
19033pkg syscall (freebsd-arm), const SYS___MAC_GET_LINK = 410
19034pkg syscall (freebsd-arm), const SYS___MAC_GET_PID = 409
19035pkg syscall (freebsd-arm), const SYS___MAC_GET_PROC = 384
19036pkg syscall (freebsd-arm), const SYS___MAC_SET_FD = 388
19037pkg syscall (freebsd-arm), const SYS___MAC_SET_FILE = 389
19038pkg syscall (freebsd-arm), const SYS___MAC_SET_LINK = 411
19039pkg syscall (freebsd-arm), const SYS___MAC_SET_PROC = 385
19040pkg syscall (freebsd-arm), const SYS___SETUGID = 374
19041pkg syscall (freebsd-arm), const SYS___SYSCTL = 202
19042pkg syscall (freebsd-arm), const S_IFMT = 61440
19043pkg syscall (freebsd-arm), const SizeofBpfHdr = 24
19044pkg syscall (freebsd-arm), const SizeofBpfInsn = 8
19045pkg syscall (freebsd-arm), const SizeofBpfProgram = 8
19046pkg syscall (freebsd-arm), const SizeofBpfStat = 8
19047pkg syscall (freebsd-arm), const SizeofBpfVersion = 4
19048pkg syscall (freebsd-arm), const SizeofBpfZbuf = 12
19049pkg syscall (freebsd-arm), const SizeofBpfZbufHeader = 32
19050pkg syscall (freebsd-arm), const SizeofCmsghdr = 12
19051pkg syscall (freebsd-arm), const SizeofIPMreq = 8
19052pkg syscall (freebsd-arm), const SizeofIPMreqn = 12
19053pkg syscall (freebsd-arm), const SizeofIPv6Mreq = 20
19054pkg syscall (freebsd-arm), const SizeofIfAnnounceMsghdr = 24
19055pkg syscall (freebsd-arm), const SizeofIfData = 88
19056pkg syscall (freebsd-arm), const SizeofIfMsghdr = 104
19057pkg syscall (freebsd-arm), const SizeofIfaMsghdr = 20
19058pkg syscall (freebsd-arm), const SizeofIfmaMsghdr = 16
19059pkg syscall (freebsd-arm), const SizeofInet6Pktinfo = 20
19060pkg syscall (freebsd-arm), const SizeofLinger = 8
19061pkg syscall (freebsd-arm), const SizeofMsghdr = 28
19062pkg syscall (freebsd-arm), const SizeofRtMetrics = 56
19063pkg syscall (freebsd-arm), const SizeofRtMsghdr = 92
19064pkg syscall (freebsd-arm), const SizeofSockaddrAny = 108
19065pkg syscall (freebsd-arm), const SizeofSockaddrDatalink = 56
19066pkg syscall (freebsd-arm), const SizeofSockaddrInet4 = 16
19067pkg syscall (freebsd-arm), const SizeofSockaddrInet6 = 28
19068pkg syscall (freebsd-arm), const SizeofSockaddrUnix = 108
19069pkg syscall (freebsd-arm), const TCIFLUSH = 1
19070pkg syscall (freebsd-arm), const TCIOFLUSH = 3
19071pkg syscall (freebsd-arm), const TCOFLUSH = 2
19072pkg syscall (freebsd-arm), const TCP_CA_NAME_MAX = 16
19073pkg syscall (freebsd-arm), const TCP_CONGESTION = 64
19074pkg syscall (freebsd-arm), const TCP_INFO = 32
19075pkg syscall (freebsd-arm), const TCP_KEEPCNT = 1024
19076pkg syscall (freebsd-arm), const TCP_KEEPIDLE = 256
19077pkg syscall (freebsd-arm), const TCP_KEEPINIT = 128
19078pkg syscall (freebsd-arm), const TCP_KEEPINTVL = 512
19079pkg syscall (freebsd-arm), const TCP_MAXBURST = 4
19080pkg syscall (freebsd-arm), const TCP_MAXHLEN = 60
19081pkg syscall (freebsd-arm), const TCP_MAXOLEN = 40
19082pkg syscall (freebsd-arm), const TCP_MAXSEG = 2
19083pkg syscall (freebsd-arm), const TCP_MAXWIN = 65535
19084pkg syscall (freebsd-arm), const TCP_MAX_SACK = 4
19085pkg syscall (freebsd-arm), const TCP_MAX_WINSHIFT = 14
19086pkg syscall (freebsd-arm), const TCP_MD5SIG = 16
19087pkg syscall (freebsd-arm), const TCP_MINMSS = 216
19088pkg syscall (freebsd-arm), const TCP_MSS = 536
19089pkg syscall (freebsd-arm), const TCP_NOOPT = 8
19090pkg syscall (freebsd-arm), const TCP_NOPUSH = 4
19091pkg syscall (freebsd-arm), const TCSAFLUSH = 2
19092pkg syscall (freebsd-arm), const TIOCCBRK = 536900730
19093pkg syscall (freebsd-arm), const TIOCCDTR = 536900728
19094pkg syscall (freebsd-arm), const TIOCCONS = 2147775586
19095pkg syscall (freebsd-arm), const TIOCDRAIN = 536900702
19096pkg syscall (freebsd-arm), const TIOCEXCL = 536900621
19097pkg syscall (freebsd-arm), const TIOCEXT = 2147775584
19098pkg syscall (freebsd-arm), const TIOCFLUSH = 2147775504
19099pkg syscall (freebsd-arm), const TIOCGDRAINWAIT = 1074033750
19100pkg syscall (freebsd-arm), const TIOCGETA = 1076655123
19101pkg syscall (freebsd-arm), const TIOCGETD = 1074033690
19102pkg syscall (freebsd-arm), const TIOCGPGRP = 1074033783
19103pkg syscall (freebsd-arm), const TIOCGPTN = 1074033679
19104pkg syscall (freebsd-arm), const TIOCGSID = 1074033763
19105pkg syscall (freebsd-arm), const TIOCGWINSZ = 1074295912
19106pkg syscall (freebsd-arm), const TIOCMBIC = 2147775595
19107pkg syscall (freebsd-arm), const TIOCMBIS = 2147775596
19108pkg syscall (freebsd-arm), const TIOCMGDTRWAIT = 1074033754
19109pkg syscall (freebsd-arm), const TIOCMGET = 1074033770
19110pkg syscall (freebsd-arm), const TIOCMSDTRWAIT = 2147775579
19111pkg syscall (freebsd-arm), const TIOCMSET = 2147775597
19112pkg syscall (freebsd-arm), const TIOCM_CAR = 64
19113pkg syscall (freebsd-arm), const TIOCM_CD = 64
19114pkg syscall (freebsd-arm), const TIOCM_CTS = 32
19115pkg syscall (freebsd-arm), const TIOCM_DCD = 64
19116pkg syscall (freebsd-arm), const TIOCM_DSR = 256
19117pkg syscall (freebsd-arm), const TIOCM_DTR = 2
19118pkg syscall (freebsd-arm), const TIOCM_LE = 1
19119pkg syscall (freebsd-arm), const TIOCM_RI = 128
19120pkg syscall (freebsd-arm), const TIOCM_RNG = 128
19121pkg syscall (freebsd-arm), const TIOCM_RTS = 4
19122pkg syscall (freebsd-arm), const TIOCM_SR = 16
19123pkg syscall (freebsd-arm), const TIOCM_ST = 8
19124pkg syscall (freebsd-arm), const TIOCNOTTY = 536900721
19125pkg syscall (freebsd-arm), const TIOCNXCL = 536900622
19126pkg syscall (freebsd-arm), const TIOCOUTQ = 1074033779
19127pkg syscall (freebsd-arm), const TIOCPKT = 2147775600
19128pkg syscall (freebsd-arm), const TIOCPKT_DATA = 0
19129pkg syscall (freebsd-arm), const TIOCPKT_DOSTOP = 32
19130pkg syscall (freebsd-arm), const TIOCPKT_FLUSHREAD = 1
19131pkg syscall (freebsd-arm), const TIOCPKT_FLUSHWRITE = 2
19132pkg syscall (freebsd-arm), const TIOCPKT_IOCTL = 64
19133pkg syscall (freebsd-arm), const TIOCPKT_NOSTOP = 16
19134pkg syscall (freebsd-arm), const TIOCPKT_START = 8
19135pkg syscall (freebsd-arm), const TIOCPKT_STOP = 4
19136pkg syscall (freebsd-arm), const TIOCPTMASTER = 536900636
19137pkg syscall (freebsd-arm), const TIOCSBRK = 536900731
19138pkg syscall (freebsd-arm), const TIOCSCTTY = 536900705
19139pkg syscall (freebsd-arm), const TIOCSDRAINWAIT = 2147775575
19140pkg syscall (freebsd-arm), const TIOCSDTR = 536900729
19141pkg syscall (freebsd-arm), const TIOCSETA = 2150396948
19142pkg syscall (freebsd-arm), const TIOCSETAF = 2150396950
19143pkg syscall (freebsd-arm), const TIOCSETAW = 2150396949
19144pkg syscall (freebsd-arm), const TIOCSETD = 2147775515
19145pkg syscall (freebsd-arm), const TIOCSIG = 537162847
19146pkg syscall (freebsd-arm), const TIOCSPGRP = 2147775606
19147pkg syscall (freebsd-arm), const TIOCSTART = 536900718
19148pkg syscall (freebsd-arm), const TIOCSTAT = 536900709
19149pkg syscall (freebsd-arm), const TIOCSTI = 2147578994
19150pkg syscall (freebsd-arm), const TIOCSTOP = 536900719
19151pkg syscall (freebsd-arm), const TIOCSWINSZ = 2148037735
19152pkg syscall (freebsd-arm), const TIOCTIMESTAMP = 1074558041
19153pkg syscall (freebsd-arm), const TIOCUCNTL = 2147775590
19154pkg syscall (freebsd-arm), const TOSTOP = 4194304
19155pkg syscall (freebsd-arm), const VDISCARD = 15
19156pkg syscall (freebsd-arm), const VDSUSP = 11
19157pkg syscall (freebsd-arm), const VEOF = 0
19158pkg syscall (freebsd-arm), const VEOL = 1
19159pkg syscall (freebsd-arm), const VEOL2 = 2
19160pkg syscall (freebsd-arm), const VERASE = 3
19161pkg syscall (freebsd-arm), const VERASE2 = 7
19162pkg syscall (freebsd-arm), const VINTR = 8
19163pkg syscall (freebsd-arm), const VKILL = 5
19164pkg syscall (freebsd-arm), const VLNEXT = 14
19165pkg syscall (freebsd-arm), const VMIN = 16
19166pkg syscall (freebsd-arm), const VQUIT = 9
19167pkg syscall (freebsd-arm), const VREPRINT = 6
19168pkg syscall (freebsd-arm), const VSTART = 12
19169pkg syscall (freebsd-arm), const VSTATUS = 18
19170pkg syscall (freebsd-arm), const VSTOP = 13
19171pkg syscall (freebsd-arm), const VSUSP = 10
19172pkg syscall (freebsd-arm), const VTIME = 17
19173pkg syscall (freebsd-arm), const VWERASE = 4
19174pkg syscall (freebsd-arm), const WCONTINUED = 4
19175pkg syscall (freebsd-arm), const WCOREFLAG = 128
19176pkg syscall (freebsd-arm), const WEXITED = 16
19177pkg syscall (freebsd-arm), const WLINUXCLONE = 2147483648
19178pkg syscall (freebsd-arm), const WNOHANG = 1
19179pkg syscall (freebsd-arm), const WNOWAIT = 8
19180pkg syscall (freebsd-arm), const WSTOPPED = 2
19181pkg syscall (freebsd-arm), const WTRAPPED = 32
19182pkg syscall (freebsd-arm), const WUNTRACED = 2
19183pkg syscall (freebsd-arm-cgo), const AF_APPLETALK = 16
19184pkg syscall (freebsd-arm-cgo), const AF_ARP = 35
19185pkg syscall (freebsd-arm-cgo), const AF_ATM = 30
19186pkg syscall (freebsd-arm-cgo), const AF_BLUETOOTH = 36
19187pkg syscall (freebsd-arm-cgo), const AF_CCITT = 10
19188pkg syscall (freebsd-arm-cgo), const AF_CHAOS = 5
19189pkg syscall (freebsd-arm-cgo), const AF_CNT = 21
19190pkg syscall (freebsd-arm-cgo), const AF_COIP = 20
19191pkg syscall (freebsd-arm-cgo), const AF_DATAKIT = 9
19192pkg syscall (freebsd-arm-cgo), const AF_DECnet = 12
19193pkg syscall (freebsd-arm-cgo), const AF_DLI = 13
19194pkg syscall (freebsd-arm-cgo), const AF_E164 = 26
19195pkg syscall (freebsd-arm-cgo), const AF_ECMA = 8
19196pkg syscall (freebsd-arm-cgo), const AF_HYLINK = 15
19197pkg syscall (freebsd-arm-cgo), const AF_IEEE80211 = 37
19198pkg syscall (freebsd-arm-cgo), const AF_IMPLINK = 3
19199pkg syscall (freebsd-arm-cgo), const AF_INET6 = 28
19200pkg syscall (freebsd-arm-cgo), const AF_IPX = 23
19201pkg syscall (freebsd-arm-cgo), const AF_ISDN = 26
19202pkg syscall (freebsd-arm-cgo), const AF_ISO = 7
19203pkg syscall (freebsd-arm-cgo), const AF_LAT = 14
19204pkg syscall (freebsd-arm-cgo), const AF_LINK = 18
19205pkg syscall (freebsd-arm-cgo), const AF_LOCAL = 1
19206pkg syscall (freebsd-arm-cgo), const AF_MAX = 38
19207pkg syscall (freebsd-arm-cgo), const AF_NATM = 29
19208pkg syscall (freebsd-arm-cgo), const AF_NETBIOS = 6
19209pkg syscall (freebsd-arm-cgo), const AF_NETGRAPH = 32
19210pkg syscall (freebsd-arm-cgo), const AF_OSI = 7
19211pkg syscall (freebsd-arm-cgo), const AF_PUP = 4
19212pkg syscall (freebsd-arm-cgo), const AF_ROUTE = 17
19213pkg syscall (freebsd-arm-cgo), const AF_SCLUSTER = 34
19214pkg syscall (freebsd-arm-cgo), const AF_SIP = 24
19215pkg syscall (freebsd-arm-cgo), const AF_SLOW = 33
19216pkg syscall (freebsd-arm-cgo), const AF_SNA = 11
19217pkg syscall (freebsd-arm-cgo), const AF_VENDOR00 = 39
19218pkg syscall (freebsd-arm-cgo), const AF_VENDOR01 = 41
19219pkg syscall (freebsd-arm-cgo), const AF_VENDOR02 = 43
19220pkg syscall (freebsd-arm-cgo), const AF_VENDOR03 = 45
19221pkg syscall (freebsd-arm-cgo), const AF_VENDOR04 = 47
19222pkg syscall (freebsd-arm-cgo), const AF_VENDOR05 = 49
19223pkg syscall (freebsd-arm-cgo), const AF_VENDOR06 = 51
19224pkg syscall (freebsd-arm-cgo), const AF_VENDOR07 = 53
19225pkg syscall (freebsd-arm-cgo), const AF_VENDOR08 = 55
19226pkg syscall (freebsd-arm-cgo), const AF_VENDOR09 = 57
19227pkg syscall (freebsd-arm-cgo), const AF_VENDOR10 = 59
19228pkg syscall (freebsd-arm-cgo), const AF_VENDOR11 = 61
19229pkg syscall (freebsd-arm-cgo), const AF_VENDOR12 = 63
19230pkg syscall (freebsd-arm-cgo), const AF_VENDOR13 = 65
19231pkg syscall (freebsd-arm-cgo), const AF_VENDOR14 = 67
19232pkg syscall (freebsd-arm-cgo), const AF_VENDOR15 = 69
19233pkg syscall (freebsd-arm-cgo), const AF_VENDOR16 = 71
19234pkg syscall (freebsd-arm-cgo), const AF_VENDOR17 = 73
19235pkg syscall (freebsd-arm-cgo), const AF_VENDOR18 = 75
19236pkg syscall (freebsd-arm-cgo), const AF_VENDOR19 = 77
19237pkg syscall (freebsd-arm-cgo), const AF_VENDOR20 = 79
19238pkg syscall (freebsd-arm-cgo), const AF_VENDOR21 = 81
19239pkg syscall (freebsd-arm-cgo), const AF_VENDOR22 = 83
19240pkg syscall (freebsd-arm-cgo), const AF_VENDOR23 = 85
19241pkg syscall (freebsd-arm-cgo), const AF_VENDOR24 = 87
19242pkg syscall (freebsd-arm-cgo), const AF_VENDOR25 = 89
19243pkg syscall (freebsd-arm-cgo), const AF_VENDOR26 = 91
19244pkg syscall (freebsd-arm-cgo), const AF_VENDOR27 = 93
19245pkg syscall (freebsd-arm-cgo), const AF_VENDOR28 = 95
19246pkg syscall (freebsd-arm-cgo), const AF_VENDOR29 = 97
19247pkg syscall (freebsd-arm-cgo), const AF_VENDOR30 = 99
19248pkg syscall (freebsd-arm-cgo), const AF_VENDOR31 = 101
19249pkg syscall (freebsd-arm-cgo), const AF_VENDOR32 = 103
19250pkg syscall (freebsd-arm-cgo), const AF_VENDOR33 = 105
19251pkg syscall (freebsd-arm-cgo), const AF_VENDOR34 = 107
19252pkg syscall (freebsd-arm-cgo), const AF_VENDOR35 = 109
19253pkg syscall (freebsd-arm-cgo), const AF_VENDOR36 = 111
19254pkg syscall (freebsd-arm-cgo), const AF_VENDOR37 = 113
19255pkg syscall (freebsd-arm-cgo), const AF_VENDOR38 = 115
19256pkg syscall (freebsd-arm-cgo), const AF_VENDOR39 = 117
19257pkg syscall (freebsd-arm-cgo), const AF_VENDOR40 = 119
19258pkg syscall (freebsd-arm-cgo), const AF_VENDOR41 = 121
19259pkg syscall (freebsd-arm-cgo), const AF_VENDOR42 = 123
19260pkg syscall (freebsd-arm-cgo), const AF_VENDOR43 = 125
19261pkg syscall (freebsd-arm-cgo), const AF_VENDOR44 = 127
19262pkg syscall (freebsd-arm-cgo), const AF_VENDOR45 = 129
19263pkg syscall (freebsd-arm-cgo), const AF_VENDOR46 = 131
19264pkg syscall (freebsd-arm-cgo), const AF_VENDOR47 = 133
19265pkg syscall (freebsd-arm-cgo), const B0 = 0
19266pkg syscall (freebsd-arm-cgo), const B110 = 110
19267pkg syscall (freebsd-arm-cgo), const B115200 = 115200
19268pkg syscall (freebsd-arm-cgo), const B1200 = 1200
19269pkg syscall (freebsd-arm-cgo), const B134 = 134
19270pkg syscall (freebsd-arm-cgo), const B14400 = 14400
19271pkg syscall (freebsd-arm-cgo), const B150 = 150
19272pkg syscall (freebsd-arm-cgo), const B1800 = 1800
19273pkg syscall (freebsd-arm-cgo), const B19200 = 19200
19274pkg syscall (freebsd-arm-cgo), const B200 = 200
19275pkg syscall (freebsd-arm-cgo), const B230400 = 230400
19276pkg syscall (freebsd-arm-cgo), const B2400 = 2400
19277pkg syscall (freebsd-arm-cgo), const B28800 = 28800
19278pkg syscall (freebsd-arm-cgo), const B300 = 300
19279pkg syscall (freebsd-arm-cgo), const B38400 = 38400
19280pkg syscall (freebsd-arm-cgo), const B460800 = 460800
19281pkg syscall (freebsd-arm-cgo), const B4800 = 4800
19282pkg syscall (freebsd-arm-cgo), const B50 = 50
19283pkg syscall (freebsd-arm-cgo), const B57600 = 57600
19284pkg syscall (freebsd-arm-cgo), const B600 = 600
19285pkg syscall (freebsd-arm-cgo), const B7200 = 7200
19286pkg syscall (freebsd-arm-cgo), const B75 = 75
19287pkg syscall (freebsd-arm-cgo), const B76800 = 76800
19288pkg syscall (freebsd-arm-cgo), const B921600 = 921600
19289pkg syscall (freebsd-arm-cgo), const B9600 = 9600
19290pkg syscall (freebsd-arm-cgo), const BIOCFEEDBACK = 2147762812
19291pkg syscall (freebsd-arm-cgo), const BIOCFLUSH = 536887912
19292pkg syscall (freebsd-arm-cgo), const BIOCGBLEN = 1074020966
19293pkg syscall (freebsd-arm-cgo), const BIOCGDIRECTION = 1074020982
19294pkg syscall (freebsd-arm-cgo), const BIOCGDLT = 1074020970
19295pkg syscall (freebsd-arm-cgo), const BIOCGDLTLIST = 3221766777
19296pkg syscall (freebsd-arm-cgo), const BIOCGETBUFMODE = 1074020989
19297pkg syscall (freebsd-arm-cgo), const BIOCGETIF = 1075855979
19298pkg syscall (freebsd-arm-cgo), const BIOCGETZMAX = 1074020991
19299pkg syscall (freebsd-arm-cgo), const BIOCGHDRCMPLT = 1074020980
19300pkg syscall (freebsd-arm-cgo), const BIOCGRSIG = 1074020978
19301pkg syscall (freebsd-arm-cgo), const BIOCGRTIMEOUT = 1074545262
19302pkg syscall (freebsd-arm-cgo), const BIOCGSEESENT = 1074020982
19303pkg syscall (freebsd-arm-cgo), const BIOCGSTATS = 1074283119
19304pkg syscall (freebsd-arm-cgo), const BIOCGTSTAMP = 1074020995
19305pkg syscall (freebsd-arm-cgo), const BIOCIMMEDIATE = 2147762800
19306pkg syscall (freebsd-arm-cgo), const BIOCLOCK = 536887930
19307pkg syscall (freebsd-arm-cgo), const BIOCPROMISC = 536887913
19308pkg syscall (freebsd-arm-cgo), const BIOCROTZBUF = 1074545280
19309pkg syscall (freebsd-arm-cgo), const BIOCSBLEN = 3221504614
19310pkg syscall (freebsd-arm-cgo), const BIOCSDIRECTION = 2147762807
19311pkg syscall (freebsd-arm-cgo), const BIOCSDLT = 2147762808
19312pkg syscall (freebsd-arm-cgo), const BIOCSETBUFMODE = 2147762814
19313pkg syscall (freebsd-arm-cgo), const BIOCSETF = 2148024935
19314pkg syscall (freebsd-arm-cgo), const BIOCSETFNR = 2148024962
19315pkg syscall (freebsd-arm-cgo), const BIOCSETIF = 2149597804
19316pkg syscall (freebsd-arm-cgo), const BIOCSETWF = 2148024955
19317pkg syscall (freebsd-arm-cgo), const BIOCSETZBUF = 2148287105
19318pkg syscall (freebsd-arm-cgo), const BIOCSHDRCMPLT = 2147762805
19319pkg syscall (freebsd-arm-cgo), const BIOCSRSIG = 2147762803
19320pkg syscall (freebsd-arm-cgo), const BIOCSRTIMEOUT = 2148287085
19321pkg syscall (freebsd-arm-cgo), const BIOCSSEESENT = 2147762807
19322pkg syscall (freebsd-arm-cgo), const BIOCSTSTAMP = 2147762820
19323pkg syscall (freebsd-arm-cgo), const BIOCVERSION = 1074020977
19324pkg syscall (freebsd-arm-cgo), const BPF_A = 16
19325pkg syscall (freebsd-arm-cgo), const BPF_ABS = 32
19326pkg syscall (freebsd-arm-cgo), const BPF_ADD = 0
19327pkg syscall (freebsd-arm-cgo), const BPF_ALIGNMENT = 4
19328pkg syscall (freebsd-arm-cgo), const BPF_ALU = 4
19329pkg syscall (freebsd-arm-cgo), const BPF_AND = 80
19330pkg syscall (freebsd-arm-cgo), const BPF_B = 16
19331pkg syscall (freebsd-arm-cgo), const BPF_BUFMODE_BUFFER = 1
19332pkg syscall (freebsd-arm-cgo), const BPF_BUFMODE_ZBUF = 2
19333pkg syscall (freebsd-arm-cgo), const BPF_DIV = 48
19334pkg syscall (freebsd-arm-cgo), const BPF_H = 8
19335pkg syscall (freebsd-arm-cgo), const BPF_IMM = 0
19336pkg syscall (freebsd-arm-cgo), const BPF_IND = 64
19337pkg syscall (freebsd-arm-cgo), const BPF_JA = 0
19338pkg syscall (freebsd-arm-cgo), const BPF_JEQ = 16
19339pkg syscall (freebsd-arm-cgo), const BPF_JGE = 48
19340pkg syscall (freebsd-arm-cgo), const BPF_JGT = 32
19341pkg syscall (freebsd-arm-cgo), const BPF_JMP = 5
19342pkg syscall (freebsd-arm-cgo), const BPF_JSET = 64
19343pkg syscall (freebsd-arm-cgo), const BPF_K = 0
19344pkg syscall (freebsd-arm-cgo), const BPF_LD = 0
19345pkg syscall (freebsd-arm-cgo), const BPF_LDX = 1
19346pkg syscall (freebsd-arm-cgo), const BPF_LEN = 128
19347pkg syscall (freebsd-arm-cgo), const BPF_LSH = 96
19348pkg syscall (freebsd-arm-cgo), const BPF_MAJOR_VERSION = 1
19349pkg syscall (freebsd-arm-cgo), const BPF_MAXBUFSIZE = 524288
19350pkg syscall (freebsd-arm-cgo), const BPF_MAXINSNS = 512
19351pkg syscall (freebsd-arm-cgo), const BPF_MEM = 96
19352pkg syscall (freebsd-arm-cgo), const BPF_MEMWORDS = 16
19353pkg syscall (freebsd-arm-cgo), const BPF_MINBUFSIZE = 32
19354pkg syscall (freebsd-arm-cgo), const BPF_MINOR_VERSION = 1
19355pkg syscall (freebsd-arm-cgo), const BPF_MISC = 7
19356pkg syscall (freebsd-arm-cgo), const BPF_MSH = 160
19357pkg syscall (freebsd-arm-cgo), const BPF_MUL = 32
19358pkg syscall (freebsd-arm-cgo), const BPF_NEG = 128
19359pkg syscall (freebsd-arm-cgo), const BPF_OR = 64
19360pkg syscall (freebsd-arm-cgo), const BPF_RELEASE = 199606
19361pkg syscall (freebsd-arm-cgo), const BPF_RET = 6
19362pkg syscall (freebsd-arm-cgo), const BPF_RSH = 112
19363pkg syscall (freebsd-arm-cgo), const BPF_ST = 2
19364pkg syscall (freebsd-arm-cgo), const BPF_STX = 3
19365pkg syscall (freebsd-arm-cgo), const BPF_SUB = 16
19366pkg syscall (freebsd-arm-cgo), const BPF_TAX = 0
19367pkg syscall (freebsd-arm-cgo), const BPF_TXA = 128
19368pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME = 2
19369pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_FAST = 258
19370pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_MONOTONIC = 514
19371pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_MONOTONIC_FAST = 770
19372pkg syscall (freebsd-arm-cgo), const BPF_T_FAST = 256
19373pkg syscall (freebsd-arm-cgo), const BPF_T_FLAG_MASK = 768
19374pkg syscall (freebsd-arm-cgo), const BPF_T_FORMAT_MASK = 3
19375pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME = 0
19376pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_FAST = 256
19377pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_MONOTONIC = 512
19378pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
19379pkg syscall (freebsd-arm-cgo), const BPF_T_MONOTONIC = 512
19380pkg syscall (freebsd-arm-cgo), const BPF_T_MONOTONIC_FAST = 768
19381pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME = 1
19382pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_FAST = 257
19383pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_MONOTONIC = 513
19384pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
19385pkg syscall (freebsd-arm-cgo), const BPF_T_NONE = 3
19386pkg syscall (freebsd-arm-cgo), const BPF_T_NORMAL = 0
19387pkg syscall (freebsd-arm-cgo), const BPF_W = 0
19388pkg syscall (freebsd-arm-cgo), const BPF_X = 8
19389pkg syscall (freebsd-arm-cgo), const BRKINT = 2
19390pkg syscall (freebsd-arm-cgo), const CFLUSH = 15
19391pkg syscall (freebsd-arm-cgo), const CLOCAL = 32768
19392pkg syscall (freebsd-arm-cgo), const CREAD = 2048
19393pkg syscall (freebsd-arm-cgo), const CS5 = 0
19394pkg syscall (freebsd-arm-cgo), const CS6 = 256
19395pkg syscall (freebsd-arm-cgo), const CS7 = 512
19396pkg syscall (freebsd-arm-cgo), const CS8 = 768
19397pkg syscall (freebsd-arm-cgo), const CSIZE = 768
19398pkg syscall (freebsd-arm-cgo), const CSTART = 17
19399pkg syscall (freebsd-arm-cgo), const CSTATUS = 20
19400pkg syscall (freebsd-arm-cgo), const CSTOP = 19
19401pkg syscall (freebsd-arm-cgo), const CSTOPB = 1024
19402pkg syscall (freebsd-arm-cgo), const CSUSP = 26
19403pkg syscall (freebsd-arm-cgo), const CTL_MAXNAME = 24
19404pkg syscall (freebsd-arm-cgo), const CTL_NET = 4
19405pkg syscall (freebsd-arm-cgo), const DLT_A429 = 184
19406pkg syscall (freebsd-arm-cgo), const DLT_A653_ICM = 185
19407pkg syscall (freebsd-arm-cgo), const DLT_AIRONET_HEADER = 120
19408pkg syscall (freebsd-arm-cgo), const DLT_AOS = 222
19409pkg syscall (freebsd-arm-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
19410pkg syscall (freebsd-arm-cgo), const DLT_ARCNET = 7
19411pkg syscall (freebsd-arm-cgo), const DLT_ARCNET_LINUX = 129
19412pkg syscall (freebsd-arm-cgo), const DLT_ATM_CLIP = 19
19413pkg syscall (freebsd-arm-cgo), const DLT_ATM_RFC1483 = 11
19414pkg syscall (freebsd-arm-cgo), const DLT_AURORA = 126
19415pkg syscall (freebsd-arm-cgo), const DLT_AX25 = 3
19416pkg syscall (freebsd-arm-cgo), const DLT_AX25_KISS = 202
19417pkg syscall (freebsd-arm-cgo), const DLT_BACNET_MS_TP = 165
19418pkg syscall (freebsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
19419pkg syscall (freebsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
19420pkg syscall (freebsd-arm-cgo), const DLT_CAN20B = 190
19421pkg syscall (freebsd-arm-cgo), const DLT_CAN_SOCKETCAN = 227
19422pkg syscall (freebsd-arm-cgo), const DLT_CHAOS = 5
19423pkg syscall (freebsd-arm-cgo), const DLT_CHDLC = 104
19424pkg syscall (freebsd-arm-cgo), const DLT_CISCO_IOS = 118
19425pkg syscall (freebsd-arm-cgo), const DLT_C_HDLC = 104
19426pkg syscall (freebsd-arm-cgo), const DLT_C_HDLC_WITH_DIR = 205
19427pkg syscall (freebsd-arm-cgo), const DLT_DBUS = 231
19428pkg syscall (freebsd-arm-cgo), const DLT_DECT = 221
19429pkg syscall (freebsd-arm-cgo), const DLT_DOCSIS = 143
19430pkg syscall (freebsd-arm-cgo), const DLT_DVB_CI = 235
19431pkg syscall (freebsd-arm-cgo), const DLT_ECONET = 115
19432pkg syscall (freebsd-arm-cgo), const DLT_EN10MB = 1
19433pkg syscall (freebsd-arm-cgo), const DLT_EN3MB = 2
19434pkg syscall (freebsd-arm-cgo), const DLT_ENC = 109
19435pkg syscall (freebsd-arm-cgo), const DLT_ERF = 197
19436pkg syscall (freebsd-arm-cgo), const DLT_ERF_ETH = 175
19437pkg syscall (freebsd-arm-cgo), const DLT_ERF_POS = 176
19438pkg syscall (freebsd-arm-cgo), const DLT_FC_2 = 224
19439pkg syscall (freebsd-arm-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
19440pkg syscall (freebsd-arm-cgo), const DLT_FDDI = 10
19441pkg syscall (freebsd-arm-cgo), const DLT_FLEXRAY = 210
19442pkg syscall (freebsd-arm-cgo), const DLT_FRELAY = 107
19443pkg syscall (freebsd-arm-cgo), const DLT_FRELAY_WITH_DIR = 206
19444pkg syscall (freebsd-arm-cgo), const DLT_GCOM_SERIAL = 173
19445pkg syscall (freebsd-arm-cgo), const DLT_GCOM_T1E1 = 172
19446pkg syscall (freebsd-arm-cgo), const DLT_GPF_F = 171
19447pkg syscall (freebsd-arm-cgo), const DLT_GPF_T = 170
19448pkg syscall (freebsd-arm-cgo), const DLT_GPRS_LLC = 169
19449pkg syscall (freebsd-arm-cgo), const DLT_GSMTAP_ABIS = 218
19450pkg syscall (freebsd-arm-cgo), const DLT_GSMTAP_UM = 217
19451pkg syscall (freebsd-arm-cgo), const DLT_HHDLC = 121
19452pkg syscall (freebsd-arm-cgo), const DLT_IBM_SN = 146
19453pkg syscall (freebsd-arm-cgo), const DLT_IBM_SP = 145
19454pkg syscall (freebsd-arm-cgo), const DLT_IEEE802 = 6
19455pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11 = 105
19456pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11_RADIO = 127
19457pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
19458pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4 = 195
19459pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_LINUX = 191
19460pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_NOFCS = 230
19461pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
19462pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS = 188
19463pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
19464pkg syscall (freebsd-arm-cgo), const DLT_IPFILTER = 116
19465pkg syscall (freebsd-arm-cgo), const DLT_IPMB = 199
19466pkg syscall (freebsd-arm-cgo), const DLT_IPMB_LINUX = 209
19467pkg syscall (freebsd-arm-cgo), const DLT_IPNET = 226
19468pkg syscall (freebsd-arm-cgo), const DLT_IPOIB = 242
19469pkg syscall (freebsd-arm-cgo), const DLT_IPV4 = 228
19470pkg syscall (freebsd-arm-cgo), const DLT_IPV6 = 229
19471pkg syscall (freebsd-arm-cgo), const DLT_IP_OVER_FC = 122
19472pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM1 = 137
19473pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM2 = 135
19474pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM_CEMIC = 238
19475pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_CHDLC = 181
19476pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ES = 132
19477pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ETHER = 178
19478pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_FIBRECHANNEL = 234
19479pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_FRELAY = 180
19480pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_GGSN = 133
19481pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ISM = 194
19482pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MFR = 134
19483pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MLFR = 131
19484pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MLPPP = 130
19485pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MONITOR = 164
19486pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PIC_PEER = 174
19487pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPP = 179
19488pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPPOE = 167
19489pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
19490pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_SERVICES = 136
19491pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_SRX_E2E = 233
19492pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ST = 200
19493pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_VP = 183
19494pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_VS = 232
19495pkg syscall (freebsd-arm-cgo), const DLT_LAPB_WITH_DIR = 207
19496pkg syscall (freebsd-arm-cgo), const DLT_LAPD = 203
19497pkg syscall (freebsd-arm-cgo), const DLT_LIN = 212
19498pkg syscall (freebsd-arm-cgo), const DLT_LINUX_EVDEV = 216
19499pkg syscall (freebsd-arm-cgo), const DLT_LINUX_IRDA = 144
19500pkg syscall (freebsd-arm-cgo), const DLT_LINUX_LAPD = 177
19501pkg syscall (freebsd-arm-cgo), const DLT_LINUX_PPP_WITHDIRECTION = 166
19502pkg syscall (freebsd-arm-cgo), const DLT_LINUX_SLL = 113
19503pkg syscall (freebsd-arm-cgo), const DLT_LOOP = 108
19504pkg syscall (freebsd-arm-cgo), const DLT_LTALK = 114
19505pkg syscall (freebsd-arm-cgo), const DLT_MATCHING_MAX = 246
19506pkg syscall (freebsd-arm-cgo), const DLT_MATCHING_MIN = 104
19507pkg syscall (freebsd-arm-cgo), const DLT_MFR = 182
19508pkg syscall (freebsd-arm-cgo), const DLT_MOST = 211
19509pkg syscall (freebsd-arm-cgo), const DLT_MPEG_2_TS = 243
19510pkg syscall (freebsd-arm-cgo), const DLT_MPLS = 219
19511pkg syscall (freebsd-arm-cgo), const DLT_MTP2 = 140
19512pkg syscall (freebsd-arm-cgo), const DLT_MTP2_WITH_PHDR = 139
19513pkg syscall (freebsd-arm-cgo), const DLT_MTP3 = 141
19514pkg syscall (freebsd-arm-cgo), const DLT_MUX27010 = 236
19515pkg syscall (freebsd-arm-cgo), const DLT_NETANALYZER = 240
19516pkg syscall (freebsd-arm-cgo), const DLT_NETANALYZER_TRANSPARENT = 241
19517pkg syscall (freebsd-arm-cgo), const DLT_NFC_LLCP = 245
19518pkg syscall (freebsd-arm-cgo), const DLT_NFLOG = 239
19519pkg syscall (freebsd-arm-cgo), const DLT_NG40 = 244
19520pkg syscall (freebsd-arm-cgo), const DLT_NULL = 0
19521pkg syscall (freebsd-arm-cgo), const DLT_PCI_EXP = 125
19522pkg syscall (freebsd-arm-cgo), const DLT_PFLOG = 117
19523pkg syscall (freebsd-arm-cgo), const DLT_PFSYNC = 121
19524pkg syscall (freebsd-arm-cgo), const DLT_PPI = 192
19525pkg syscall (freebsd-arm-cgo), const DLT_PPP = 9
19526pkg syscall (freebsd-arm-cgo), const DLT_PPP_BSDOS = 16
19527pkg syscall (freebsd-arm-cgo), const DLT_PPP_ETHER = 51
19528pkg syscall (freebsd-arm-cgo), const DLT_PPP_PPPD = 166
19529pkg syscall (freebsd-arm-cgo), const DLT_PPP_SERIAL = 50
19530pkg syscall (freebsd-arm-cgo), const DLT_PPP_WITH_DIR = 204
19531pkg syscall (freebsd-arm-cgo), const DLT_PPP_WITH_DIRECTION = 166
19532pkg syscall (freebsd-arm-cgo), const DLT_PRISM_HEADER = 119
19533pkg syscall (freebsd-arm-cgo), const DLT_PRONET = 4
19534pkg syscall (freebsd-arm-cgo), const DLT_RAIF1 = 198
19535pkg syscall (freebsd-arm-cgo), const DLT_RAW = 12
19536pkg syscall (freebsd-arm-cgo), const DLT_RIO = 124
19537pkg syscall (freebsd-arm-cgo), const DLT_SCCP = 142
19538pkg syscall (freebsd-arm-cgo), const DLT_SITA = 196
19539pkg syscall (freebsd-arm-cgo), const DLT_SLIP = 8
19540pkg syscall (freebsd-arm-cgo), const DLT_SLIP_BSDOS = 15
19541pkg syscall (freebsd-arm-cgo), const DLT_STANAG_5066_D_PDU = 237
19542pkg syscall (freebsd-arm-cgo), const DLT_SUNATM = 123
19543pkg syscall (freebsd-arm-cgo), const DLT_SYMANTEC_FIREWALL = 99
19544pkg syscall (freebsd-arm-cgo), const DLT_TZSP = 128
19545pkg syscall (freebsd-arm-cgo), const DLT_USB = 186
19546pkg syscall (freebsd-arm-cgo), const DLT_USB_LINUX = 189
19547pkg syscall (freebsd-arm-cgo), const DLT_USB_LINUX_MMAPPED = 220
19548pkg syscall (freebsd-arm-cgo), const DLT_USER0 = 147
19549pkg syscall (freebsd-arm-cgo), const DLT_USER1 = 148
19550pkg syscall (freebsd-arm-cgo), const DLT_USER10 = 157
19551pkg syscall (freebsd-arm-cgo), const DLT_USER11 = 158
19552pkg syscall (freebsd-arm-cgo), const DLT_USER12 = 159
19553pkg syscall (freebsd-arm-cgo), const DLT_USER13 = 160
19554pkg syscall (freebsd-arm-cgo), const DLT_USER14 = 161
19555pkg syscall (freebsd-arm-cgo), const DLT_USER15 = 162
19556pkg syscall (freebsd-arm-cgo), const DLT_USER2 = 149
19557pkg syscall (freebsd-arm-cgo), const DLT_USER3 = 150
19558pkg syscall (freebsd-arm-cgo), const DLT_USER4 = 151
19559pkg syscall (freebsd-arm-cgo), const DLT_USER5 = 152
19560pkg syscall (freebsd-arm-cgo), const DLT_USER6 = 153
19561pkg syscall (freebsd-arm-cgo), const DLT_USER7 = 154
19562pkg syscall (freebsd-arm-cgo), const DLT_USER8 = 155
19563pkg syscall (freebsd-arm-cgo), const DLT_USER9 = 156
19564pkg syscall (freebsd-arm-cgo), const DLT_WIHART = 223
19565pkg syscall (freebsd-arm-cgo), const DLT_X2E_SERIAL = 213
19566pkg syscall (freebsd-arm-cgo), const DLT_X2E_XORAYA = 214
19567pkg syscall (freebsd-arm-cgo), const DT_BLK = 6
19568pkg syscall (freebsd-arm-cgo), const DT_CHR = 2
19569pkg syscall (freebsd-arm-cgo), const DT_DIR = 4
19570pkg syscall (freebsd-arm-cgo), const DT_FIFO = 1
19571pkg syscall (freebsd-arm-cgo), const DT_LNK = 10
19572pkg syscall (freebsd-arm-cgo), const DT_REG = 8
19573pkg syscall (freebsd-arm-cgo), const DT_SOCK = 12
19574pkg syscall (freebsd-arm-cgo), const DT_UNKNOWN = 0
19575pkg syscall (freebsd-arm-cgo), const DT_WHT = 14
19576pkg syscall (freebsd-arm-cgo), const E2BIG = 7
19577pkg syscall (freebsd-arm-cgo), const EACCES = 13
19578pkg syscall (freebsd-arm-cgo), const EADDRINUSE = 48
19579pkg syscall (freebsd-arm-cgo), const EADDRNOTAVAIL = 49
19580pkg syscall (freebsd-arm-cgo), const EAFNOSUPPORT = 47
19581pkg syscall (freebsd-arm-cgo), const EAGAIN = 35
19582pkg syscall (freebsd-arm-cgo), const EALREADY = 37
19583pkg syscall (freebsd-arm-cgo), const EAUTH = 80
19584pkg syscall (freebsd-arm-cgo), const EBADF = 9
19585pkg syscall (freebsd-arm-cgo), const EBADMSG = 89
19586pkg syscall (freebsd-arm-cgo), const EBADRPC = 72
19587pkg syscall (freebsd-arm-cgo), const EBUSY = 16
19588pkg syscall (freebsd-arm-cgo), const ECANCELED = 85
19589pkg syscall (freebsd-arm-cgo), const ECAPMODE = 94
19590pkg syscall (freebsd-arm-cgo), const ECHILD = 10
19591pkg syscall (freebsd-arm-cgo), const ECHO = 8
19592pkg syscall (freebsd-arm-cgo), const ECHOCTL = 64
19593pkg syscall (freebsd-arm-cgo), const ECHOE = 2
19594pkg syscall (freebsd-arm-cgo), const ECHOK = 4
19595pkg syscall (freebsd-arm-cgo), const ECHOKE = 1
19596pkg syscall (freebsd-arm-cgo), const ECHONL = 16
19597pkg syscall (freebsd-arm-cgo), const ECHOPRT = 32
19598pkg syscall (freebsd-arm-cgo), const ECONNABORTED = 53
19599pkg syscall (freebsd-arm-cgo), const ECONNREFUSED = 61
19600pkg syscall (freebsd-arm-cgo), const ECONNRESET = 54
19601pkg syscall (freebsd-arm-cgo), const EDEADLK = 11
19602pkg syscall (freebsd-arm-cgo), const EDESTADDRREQ = 39
19603pkg syscall (freebsd-arm-cgo), const EDOM = 33
19604pkg syscall (freebsd-arm-cgo), const EDOOFUS = 88
19605pkg syscall (freebsd-arm-cgo), const EDQUOT = 69
19606pkg syscall (freebsd-arm-cgo), const EEXIST = 17
19607pkg syscall (freebsd-arm-cgo), const EFAULT = 14
19608pkg syscall (freebsd-arm-cgo), const EFBIG = 27
19609pkg syscall (freebsd-arm-cgo), const EFTYPE = 79
19610pkg syscall (freebsd-arm-cgo), const EHOSTDOWN = 64
19611pkg syscall (freebsd-arm-cgo), const EHOSTUNREACH = 65
19612pkg syscall (freebsd-arm-cgo), const EIDRM = 82
19613pkg syscall (freebsd-arm-cgo), const EILSEQ = 86
19614pkg syscall (freebsd-arm-cgo), const EINPROGRESS = 36
19615pkg syscall (freebsd-arm-cgo), const EINTR = 4
19616pkg syscall (freebsd-arm-cgo), const EINVAL = 22
19617pkg syscall (freebsd-arm-cgo), const EIO = 5
19618pkg syscall (freebsd-arm-cgo), const EISCONN = 56
19619pkg syscall (freebsd-arm-cgo), const EISDIR = 21
19620pkg syscall (freebsd-arm-cgo), const ELAST = 94
19621pkg syscall (freebsd-arm-cgo), const ELOOP = 62
19622pkg syscall (freebsd-arm-cgo), const EMFILE = 24
19623pkg syscall (freebsd-arm-cgo), const EMLINK = 31
19624pkg syscall (freebsd-arm-cgo), const EMSGSIZE = 40
19625pkg syscall (freebsd-arm-cgo), const EMULTIHOP = 90
19626pkg syscall (freebsd-arm-cgo), const ENAMETOOLONG = 63
19627pkg syscall (freebsd-arm-cgo), const ENEEDAUTH = 81
19628pkg syscall (freebsd-arm-cgo), const ENETDOWN = 50
19629pkg syscall (freebsd-arm-cgo), const ENETRESET = 52
19630pkg syscall (freebsd-arm-cgo), const ENETUNREACH = 51
19631pkg syscall (freebsd-arm-cgo), const ENFILE = 23
19632pkg syscall (freebsd-arm-cgo), const ENOATTR = 87
19633pkg syscall (freebsd-arm-cgo), const ENOBUFS = 55
19634pkg syscall (freebsd-arm-cgo), const ENODEV = 19
19635pkg syscall (freebsd-arm-cgo), const ENOEXEC = 8
19636pkg syscall (freebsd-arm-cgo), const ENOLCK = 77
19637pkg syscall (freebsd-arm-cgo), const ENOLINK = 91
19638pkg syscall (freebsd-arm-cgo), const ENOMEM = 12
19639pkg syscall (freebsd-arm-cgo), const ENOMSG = 83
19640pkg syscall (freebsd-arm-cgo), const ENOPROTOOPT = 42
19641pkg syscall (freebsd-arm-cgo), const ENOSPC = 28
19642pkg syscall (freebsd-arm-cgo), const ENOSYS = 78
19643pkg syscall (freebsd-arm-cgo), const ENOTBLK = 15
19644pkg syscall (freebsd-arm-cgo), const ENOTCAPABLE = 93
19645pkg syscall (freebsd-arm-cgo), const ENOTCONN = 57
19646pkg syscall (freebsd-arm-cgo), const ENOTDIR = 20
19647pkg syscall (freebsd-arm-cgo), const ENOTEMPTY = 66
19648pkg syscall (freebsd-arm-cgo), const ENOTSOCK = 38
19649pkg syscall (freebsd-arm-cgo), const ENOTSUP = 45
19650pkg syscall (freebsd-arm-cgo), const ENOTTY = 25
19651pkg syscall (freebsd-arm-cgo), const ENXIO = 6
19652pkg syscall (freebsd-arm-cgo), const EOPNOTSUPP = 45
19653pkg syscall (freebsd-arm-cgo), const EOVERFLOW = 84
19654pkg syscall (freebsd-arm-cgo), const EPERM = 1
19655pkg syscall (freebsd-arm-cgo), const EPFNOSUPPORT = 46
19656pkg syscall (freebsd-arm-cgo), const EPIPE = 32
19657pkg syscall (freebsd-arm-cgo), const EPROCLIM = 67
19658pkg syscall (freebsd-arm-cgo), const EPROCUNAVAIL = 76
19659pkg syscall (freebsd-arm-cgo), const EPROGMISMATCH = 75
19660pkg syscall (freebsd-arm-cgo), const EPROGUNAVAIL = 74
19661pkg syscall (freebsd-arm-cgo), const EPROTO = 92
19662pkg syscall (freebsd-arm-cgo), const EPROTONOSUPPORT = 43
19663pkg syscall (freebsd-arm-cgo), const EPROTOTYPE = 41
19664pkg syscall (freebsd-arm-cgo), const ERANGE = 34
19665pkg syscall (freebsd-arm-cgo), const EREMOTE = 71
19666pkg syscall (freebsd-arm-cgo), const EROFS = 30
19667pkg syscall (freebsd-arm-cgo), const ERPCMISMATCH = 73
19668pkg syscall (freebsd-arm-cgo), const ESHUTDOWN = 58
19669pkg syscall (freebsd-arm-cgo), const ESOCKTNOSUPPORT = 44
19670pkg syscall (freebsd-arm-cgo), const ESPIPE = 29
19671pkg syscall (freebsd-arm-cgo), const ESRCH = 3
19672pkg syscall (freebsd-arm-cgo), const ESTALE = 70
19673pkg syscall (freebsd-arm-cgo), const ETIMEDOUT = 60
19674pkg syscall (freebsd-arm-cgo), const ETOOMANYREFS = 59
19675pkg syscall (freebsd-arm-cgo), const ETXTBSY = 26
19676pkg syscall (freebsd-arm-cgo), const EUSERS = 68
19677pkg syscall (freebsd-arm-cgo), const EVFILT_AIO = -3
19678pkg syscall (freebsd-arm-cgo), const EVFILT_FS = -9
19679pkg syscall (freebsd-arm-cgo), const EVFILT_LIO = -10
19680pkg syscall (freebsd-arm-cgo), const EVFILT_PROC = -5
19681pkg syscall (freebsd-arm-cgo), const EVFILT_READ = -1
19682pkg syscall (freebsd-arm-cgo), const EVFILT_SIGNAL = -6
19683pkg syscall (freebsd-arm-cgo), const EVFILT_SYSCOUNT = 11
19684pkg syscall (freebsd-arm-cgo), const EVFILT_TIMER = -7
19685pkg syscall (freebsd-arm-cgo), const EVFILT_USER = -11
19686pkg syscall (freebsd-arm-cgo), const EVFILT_VNODE = -4
19687pkg syscall (freebsd-arm-cgo), const EVFILT_WRITE = -2
19688pkg syscall (freebsd-arm-cgo), const EV_ADD = 1
19689pkg syscall (freebsd-arm-cgo), const EV_CLEAR = 32
19690pkg syscall (freebsd-arm-cgo), const EV_DELETE = 2
19691pkg syscall (freebsd-arm-cgo), const EV_DISABLE = 8
19692pkg syscall (freebsd-arm-cgo), const EV_DISPATCH = 128
19693pkg syscall (freebsd-arm-cgo), const EV_ENABLE = 4
19694pkg syscall (freebsd-arm-cgo), const EV_EOF = 32768
19695pkg syscall (freebsd-arm-cgo), const EV_ERROR = 16384
19696pkg syscall (freebsd-arm-cgo), const EV_FLAG1 = 8192
19697pkg syscall (freebsd-arm-cgo), const EV_ONESHOT = 16
19698pkg syscall (freebsd-arm-cgo), const EV_RECEIPT = 64
19699pkg syscall (freebsd-arm-cgo), const EV_SYSFLAGS = 61440
19700pkg syscall (freebsd-arm-cgo), const EWOULDBLOCK = 35
19701pkg syscall (freebsd-arm-cgo), const EXDEV = 18
19702pkg syscall (freebsd-arm-cgo), const EXTA = 19200
19703pkg syscall (freebsd-arm-cgo), const EXTB = 38400
19704pkg syscall (freebsd-arm-cgo), const EXTPROC = 2048
19705pkg syscall (freebsd-arm-cgo), const FD_CLOEXEC = 1
19706pkg syscall (freebsd-arm-cgo), const FD_SETSIZE = 1024
19707pkg syscall (freebsd-arm-cgo), const FLUSHO = 8388608
19708pkg syscall (freebsd-arm-cgo), const F_CANCEL = 5
19709pkg syscall (freebsd-arm-cgo), const F_DUP2FD = 10
19710pkg syscall (freebsd-arm-cgo), const F_DUP2FD_CLOEXEC = 18
19711pkg syscall (freebsd-arm-cgo), const F_DUPFD = 0
19712pkg syscall (freebsd-arm-cgo), const F_DUPFD_CLOEXEC = 17
19713pkg syscall (freebsd-arm-cgo), const F_GETFD = 1
19714pkg syscall (freebsd-arm-cgo), const F_GETFL = 3
19715pkg syscall (freebsd-arm-cgo), const F_GETLK = 11
19716pkg syscall (freebsd-arm-cgo), const F_GETOWN = 5
19717pkg syscall (freebsd-arm-cgo), const F_OGETLK = 7
19718pkg syscall (freebsd-arm-cgo), const F_OK = 0
19719pkg syscall (freebsd-arm-cgo), const F_OSETLK = 8
19720pkg syscall (freebsd-arm-cgo), const F_OSETLKW = 9
19721pkg syscall (freebsd-arm-cgo), const F_RDAHEAD = 16
19722pkg syscall (freebsd-arm-cgo), const F_RDLCK = 1
19723pkg syscall (freebsd-arm-cgo), const F_READAHEAD = 15
19724pkg syscall (freebsd-arm-cgo), const F_SETFD = 2
19725pkg syscall (freebsd-arm-cgo), const F_SETFL = 4
19726pkg syscall (freebsd-arm-cgo), const F_SETLK = 12
19727pkg syscall (freebsd-arm-cgo), const F_SETLKW = 13
19728pkg syscall (freebsd-arm-cgo), const F_SETLK_REMOTE = 14
19729pkg syscall (freebsd-arm-cgo), const F_SETOWN = 6
19730pkg syscall (freebsd-arm-cgo), const F_UNLCK = 2
19731pkg syscall (freebsd-arm-cgo), const F_UNLCKSYS = 4
19732pkg syscall (freebsd-arm-cgo), const F_WRLCK = 3
19733pkg syscall (freebsd-arm-cgo), const HUPCL = 16384
19734pkg syscall (freebsd-arm-cgo), const ICANON = 256
19735pkg syscall (freebsd-arm-cgo), const ICRNL = 256
19736pkg syscall (freebsd-arm-cgo), const IEXTEN = 1024
19737pkg syscall (freebsd-arm-cgo), const IFAN_ARRIVAL = 0
19738pkg syscall (freebsd-arm-cgo), const IFAN_DEPARTURE = 1
19739pkg syscall (freebsd-arm-cgo), const IFF_ALLMULTI = 512
19740pkg syscall (freebsd-arm-cgo), const IFF_ALTPHYS = 16384
19741pkg syscall (freebsd-arm-cgo), const IFF_CANTCHANGE = 2199410
19742pkg syscall (freebsd-arm-cgo), const IFF_CANTCONFIG = 65536
19743pkg syscall (freebsd-arm-cgo), const IFF_DEBUG = 4
19744pkg syscall (freebsd-arm-cgo), const IFF_DRV_OACTIVE = 1024
19745pkg syscall (freebsd-arm-cgo), const IFF_DRV_RUNNING = 64
19746pkg syscall (freebsd-arm-cgo), const IFF_DYING = 2097152
19747pkg syscall (freebsd-arm-cgo), const IFF_LINK0 = 4096
19748pkg syscall (freebsd-arm-cgo), const IFF_LINK1 = 8192
19749pkg syscall (freebsd-arm-cgo), const IFF_LINK2 = 16384
19750pkg syscall (freebsd-arm-cgo), const IFF_LOOPBACK = 8
19751pkg syscall (freebsd-arm-cgo), const IFF_MONITOR = 262144
19752pkg syscall (freebsd-arm-cgo), const IFF_MULTICAST = 32768
19753pkg syscall (freebsd-arm-cgo), const IFF_NOARP = 128
19754pkg syscall (freebsd-arm-cgo), const IFF_OACTIVE = 1024
19755pkg syscall (freebsd-arm-cgo), const IFF_POINTOPOINT = 16
19756pkg syscall (freebsd-arm-cgo), const IFF_PPROMISC = 131072
19757pkg syscall (freebsd-arm-cgo), const IFF_PROMISC = 256
19758pkg syscall (freebsd-arm-cgo), const IFF_RENAMING = 4194304
19759pkg syscall (freebsd-arm-cgo), const IFF_RUNNING = 64
19760pkg syscall (freebsd-arm-cgo), const IFF_SIMPLEX = 2048
19761pkg syscall (freebsd-arm-cgo), const IFF_SMART = 32
19762pkg syscall (freebsd-arm-cgo), const IFF_STATICARP = 524288
19763pkg syscall (freebsd-arm-cgo), const IFNAMSIZ = 16
19764pkg syscall (freebsd-arm-cgo), const IFT_1822 = 2
19765pkg syscall (freebsd-arm-cgo), const IFT_A12MPPSWITCH = 130
19766pkg syscall (freebsd-arm-cgo), const IFT_AAL2 = 187
19767pkg syscall (freebsd-arm-cgo), const IFT_AAL5 = 49
19768pkg syscall (freebsd-arm-cgo), const IFT_ADSL = 94
19769pkg syscall (freebsd-arm-cgo), const IFT_AFLANE8023 = 59
19770pkg syscall (freebsd-arm-cgo), const IFT_AFLANE8025 = 60
19771pkg syscall (freebsd-arm-cgo), const IFT_ARAP = 88
19772pkg syscall (freebsd-arm-cgo), const IFT_ARCNET = 35
19773pkg syscall (freebsd-arm-cgo), const IFT_ARCNETPLUS = 36
19774pkg syscall (freebsd-arm-cgo), const IFT_ASYNC = 84
19775pkg syscall (freebsd-arm-cgo), const IFT_ATM = 37
19776pkg syscall (freebsd-arm-cgo), const IFT_ATMDXI = 105
19777pkg syscall (freebsd-arm-cgo), const IFT_ATMFUNI = 106
19778pkg syscall (freebsd-arm-cgo), const IFT_ATMIMA = 107
19779pkg syscall (freebsd-arm-cgo), const IFT_ATMLOGICAL = 80
19780pkg syscall (freebsd-arm-cgo), const IFT_ATMRADIO = 189
19781pkg syscall (freebsd-arm-cgo), const IFT_ATMSUBINTERFACE = 134
19782pkg syscall (freebsd-arm-cgo), const IFT_ATMVCIENDPT = 194
19783pkg syscall (freebsd-arm-cgo), const IFT_ATMVIRTUAL = 149
19784pkg syscall (freebsd-arm-cgo), const IFT_BGPPOLICYACCOUNTING = 162
19785pkg syscall (freebsd-arm-cgo), const IFT_BRIDGE = 209
19786pkg syscall (freebsd-arm-cgo), const IFT_BSC = 83
19787pkg syscall (freebsd-arm-cgo), const IFT_CCTEMUL = 61
19788pkg syscall (freebsd-arm-cgo), const IFT_CEPT = 19
19789pkg syscall (freebsd-arm-cgo), const IFT_CES = 133
19790pkg syscall (freebsd-arm-cgo), const IFT_CHANNEL = 70
19791pkg syscall (freebsd-arm-cgo), const IFT_CNR = 85
19792pkg syscall (freebsd-arm-cgo), const IFT_COFFEE = 132
19793pkg syscall (freebsd-arm-cgo), const IFT_COMPOSITELINK = 155
19794pkg syscall (freebsd-arm-cgo), const IFT_DCN = 141
19795pkg syscall (freebsd-arm-cgo), const IFT_DIGITALPOWERLINE = 138
19796pkg syscall (freebsd-arm-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
19797pkg syscall (freebsd-arm-cgo), const IFT_DLSW = 74
19798pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
19799pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEMACLAYER = 127
19800pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEUPSTREAM = 129
19801pkg syscall (freebsd-arm-cgo), const IFT_DS0 = 81
19802pkg syscall (freebsd-arm-cgo), const IFT_DS0BUNDLE = 82
19803pkg syscall (freebsd-arm-cgo), const IFT_DS1FDL = 170
19804pkg syscall (freebsd-arm-cgo), const IFT_DS3 = 30
19805pkg syscall (freebsd-arm-cgo), const IFT_DTM = 140
19806pkg syscall (freebsd-arm-cgo), const IFT_DVBASILN = 172
19807pkg syscall (freebsd-arm-cgo), const IFT_DVBASIOUT = 173
19808pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCDOWNSTREAM = 147
19809pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCMACLAYER = 146
19810pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCUPSTREAM = 148
19811pkg syscall (freebsd-arm-cgo), const IFT_ENC = 244
19812pkg syscall (freebsd-arm-cgo), const IFT_EON = 25
19813pkg syscall (freebsd-arm-cgo), const IFT_EPLRS = 87
19814pkg syscall (freebsd-arm-cgo), const IFT_ESCON = 73
19815pkg syscall (freebsd-arm-cgo), const IFT_ETHER = 6
19816pkg syscall (freebsd-arm-cgo), const IFT_FAITH = 242
19817pkg syscall (freebsd-arm-cgo), const IFT_FAST = 125
19818pkg syscall (freebsd-arm-cgo), const IFT_FASTETHER = 62
19819pkg syscall (freebsd-arm-cgo), const IFT_FASTETHERFX = 69
19820pkg syscall (freebsd-arm-cgo), const IFT_FDDI = 15
19821pkg syscall (freebsd-arm-cgo), const IFT_FIBRECHANNEL = 56
19822pkg syscall (freebsd-arm-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
19823pkg syscall (freebsd-arm-cgo), const IFT_FRAMERELAYMPI = 92
19824pkg syscall (freebsd-arm-cgo), const IFT_FRDLCIENDPT = 193
19825pkg syscall (freebsd-arm-cgo), const IFT_FRELAY = 32
19826pkg syscall (freebsd-arm-cgo), const IFT_FRELAYDCE = 44
19827pkg syscall (freebsd-arm-cgo), const IFT_FRF16MFRBUNDLE = 163
19828pkg syscall (freebsd-arm-cgo), const IFT_FRFORWARD = 158
19829pkg syscall (freebsd-arm-cgo), const IFT_G703AT2MB = 67
19830pkg syscall (freebsd-arm-cgo), const IFT_G703AT64K = 66
19831pkg syscall (freebsd-arm-cgo), const IFT_GIF = 240
19832pkg syscall (freebsd-arm-cgo), const IFT_GIGABITETHERNET = 117
19833pkg syscall (freebsd-arm-cgo), const IFT_GR303IDT = 178
19834pkg syscall (freebsd-arm-cgo), const IFT_GR303RDT = 177
19835pkg syscall (freebsd-arm-cgo), const IFT_H323GATEKEEPER = 164
19836pkg syscall (freebsd-arm-cgo), const IFT_H323PROXY = 165
19837pkg syscall (freebsd-arm-cgo), const IFT_HDH1822 = 3
19838pkg syscall (freebsd-arm-cgo), const IFT_HDLC = 118
19839pkg syscall (freebsd-arm-cgo), const IFT_HDSL2 = 168
19840pkg syscall (freebsd-arm-cgo), const IFT_HIPERLAN2 = 183
19841pkg syscall (freebsd-arm-cgo), const IFT_HIPPI = 47
19842pkg syscall (freebsd-arm-cgo), const IFT_HIPPIINTERFACE = 57
19843pkg syscall (freebsd-arm-cgo), const IFT_HOSTPAD = 90
19844pkg syscall (freebsd-arm-cgo), const IFT_HSSI = 46
19845pkg syscall (freebsd-arm-cgo), const IFT_HY = 14
19846pkg syscall (freebsd-arm-cgo), const IFT_IBM370PARCHAN = 72
19847pkg syscall (freebsd-arm-cgo), const IFT_IDSL = 154
19848pkg syscall (freebsd-arm-cgo), const IFT_IEEE1394 = 144
19849pkg syscall (freebsd-arm-cgo), const IFT_IEEE80211 = 71
19850pkg syscall (freebsd-arm-cgo), const IFT_IEEE80212 = 55
19851pkg syscall (freebsd-arm-cgo), const IFT_IEEE8023ADLAG = 161
19852pkg syscall (freebsd-arm-cgo), const IFT_IFGSN = 145
19853pkg syscall (freebsd-arm-cgo), const IFT_IMT = 190
19854pkg syscall (freebsd-arm-cgo), const IFT_INFINIBAND = 199
19855pkg syscall (freebsd-arm-cgo), const IFT_INTERLEAVE = 124
19856pkg syscall (freebsd-arm-cgo), const IFT_IP = 126
19857pkg syscall (freebsd-arm-cgo), const IFT_IPFORWARD = 142
19858pkg syscall (freebsd-arm-cgo), const IFT_IPOVERATM = 114
19859pkg syscall (freebsd-arm-cgo), const IFT_IPOVERCDLC = 109
19860pkg syscall (freebsd-arm-cgo), const IFT_IPOVERCLAW = 110
19861pkg syscall (freebsd-arm-cgo), const IFT_IPSWITCH = 78
19862pkg syscall (freebsd-arm-cgo), const IFT_IPXIP = 249
19863pkg syscall (freebsd-arm-cgo), const IFT_ISDN = 63
19864pkg syscall (freebsd-arm-cgo), const IFT_ISDNBASIC = 20
19865pkg syscall (freebsd-arm-cgo), const IFT_ISDNPRIMARY = 21
19866pkg syscall (freebsd-arm-cgo), const IFT_ISDNS = 75
19867pkg syscall (freebsd-arm-cgo), const IFT_ISDNU = 76
19868pkg syscall (freebsd-arm-cgo), const IFT_ISO88022LLC = 41
19869pkg syscall (freebsd-arm-cgo), const IFT_ISO88023 = 7
19870pkg syscall (freebsd-arm-cgo), const IFT_ISO88024 = 8
19871pkg syscall (freebsd-arm-cgo), const IFT_ISO88025 = 9
19872pkg syscall (freebsd-arm-cgo), const IFT_ISO88025CRFPINT = 98
19873pkg syscall (freebsd-arm-cgo), const IFT_ISO88025DTR = 86
19874pkg syscall (freebsd-arm-cgo), const IFT_ISO88025FIBER = 115
19875pkg syscall (freebsd-arm-cgo), const IFT_ISO88026 = 10
19876pkg syscall (freebsd-arm-cgo), const IFT_ISUP = 179
19877pkg syscall (freebsd-arm-cgo), const IFT_L2VLAN = 135
19878pkg syscall (freebsd-arm-cgo), const IFT_L3IPVLAN = 136
19879pkg syscall (freebsd-arm-cgo), const IFT_L3IPXVLAN = 137
19880pkg syscall (freebsd-arm-cgo), const IFT_LAPB = 16
19881pkg syscall (freebsd-arm-cgo), const IFT_LAPD = 77
19882pkg syscall (freebsd-arm-cgo), const IFT_LAPF = 119
19883pkg syscall (freebsd-arm-cgo), const IFT_LOCALTALK = 42
19884pkg syscall (freebsd-arm-cgo), const IFT_LOOP = 24
19885pkg syscall (freebsd-arm-cgo), const IFT_MEDIAMAILOVERIP = 139
19886pkg syscall (freebsd-arm-cgo), const IFT_MFSIGLINK = 167
19887pkg syscall (freebsd-arm-cgo), const IFT_MIOX25 = 38
19888pkg syscall (freebsd-arm-cgo), const IFT_MODEM = 48
19889pkg syscall (freebsd-arm-cgo), const IFT_MPC = 113
19890pkg syscall (freebsd-arm-cgo), const IFT_MPLS = 166
19891pkg syscall (freebsd-arm-cgo), const IFT_MPLSTUNNEL = 150
19892pkg syscall (freebsd-arm-cgo), const IFT_MSDSL = 143
19893pkg syscall (freebsd-arm-cgo), const IFT_MVL = 191
19894pkg syscall (freebsd-arm-cgo), const IFT_MYRINET = 99
19895pkg syscall (freebsd-arm-cgo), const IFT_NFAS = 175
19896pkg syscall (freebsd-arm-cgo), const IFT_NSIP = 27
19897pkg syscall (freebsd-arm-cgo), const IFT_OPTICALCHANNEL = 195
19898pkg syscall (freebsd-arm-cgo), const IFT_OPTICALTRANSPORT = 196
19899pkg syscall (freebsd-arm-cgo), const IFT_OTHER = 1
19900pkg syscall (freebsd-arm-cgo), const IFT_P10 = 12
19901pkg syscall (freebsd-arm-cgo), const IFT_P80 = 13
19902pkg syscall (freebsd-arm-cgo), const IFT_PARA = 34
19903pkg syscall (freebsd-arm-cgo), const IFT_PFLOG = 246
19904pkg syscall (freebsd-arm-cgo), const IFT_PFSYNC = 247
19905pkg syscall (freebsd-arm-cgo), const IFT_PLC = 174
19906pkg syscall (freebsd-arm-cgo), const IFT_POS = 171
19907pkg syscall (freebsd-arm-cgo), const IFT_PPP = 23
19908pkg syscall (freebsd-arm-cgo), const IFT_PPPMULTILINKBUNDLE = 108
19909pkg syscall (freebsd-arm-cgo), const IFT_PROPBWAP2MP = 184
19910pkg syscall (freebsd-arm-cgo), const IFT_PROPCNLS = 89
19911pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
19912pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
19913pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
19914pkg syscall (freebsd-arm-cgo), const IFT_PROPMUX = 54
19915pkg syscall (freebsd-arm-cgo), const IFT_PROPVIRTUAL = 53
19916pkg syscall (freebsd-arm-cgo), const IFT_PROPWIRELESSP2P = 157
19917pkg syscall (freebsd-arm-cgo), const IFT_PTPSERIAL = 22
19918pkg syscall (freebsd-arm-cgo), const IFT_PVC = 241
19919pkg syscall (freebsd-arm-cgo), const IFT_QLLC = 68
19920pkg syscall (freebsd-arm-cgo), const IFT_RADIOMAC = 188
19921pkg syscall (freebsd-arm-cgo), const IFT_RADSL = 95
19922pkg syscall (freebsd-arm-cgo), const IFT_REACHDSL = 192
19923pkg syscall (freebsd-arm-cgo), const IFT_RFC1483 = 159
19924pkg syscall (freebsd-arm-cgo), const IFT_RS232 = 33
19925pkg syscall (freebsd-arm-cgo), const IFT_RSRB = 79
19926pkg syscall (freebsd-arm-cgo), const IFT_SDLC = 17
19927pkg syscall (freebsd-arm-cgo), const IFT_SDSL = 96
19928pkg syscall (freebsd-arm-cgo), const IFT_SHDSL = 169
19929pkg syscall (freebsd-arm-cgo), const IFT_SIP = 31
19930pkg syscall (freebsd-arm-cgo), const IFT_SLIP = 28
19931pkg syscall (freebsd-arm-cgo), const IFT_SMDSDXI = 43
19932pkg syscall (freebsd-arm-cgo), const IFT_SMDSICIP = 52
19933pkg syscall (freebsd-arm-cgo), const IFT_SONET = 39
19934pkg syscall (freebsd-arm-cgo), const IFT_SONETOVERHEADCHANNEL = 185
19935pkg syscall (freebsd-arm-cgo), const IFT_SONETPATH = 50
19936pkg syscall (freebsd-arm-cgo), const IFT_SONETVT = 51
19937pkg syscall (freebsd-arm-cgo), const IFT_SRP = 151
19938pkg syscall (freebsd-arm-cgo), const IFT_SS7SIGLINK = 156
19939pkg syscall (freebsd-arm-cgo), const IFT_STACKTOSTACK = 111
19940pkg syscall (freebsd-arm-cgo), const IFT_STARLAN = 11
19941pkg syscall (freebsd-arm-cgo), const IFT_STF = 215
19942pkg syscall (freebsd-arm-cgo), const IFT_T1 = 18
19943pkg syscall (freebsd-arm-cgo), const IFT_TDLC = 116
19944pkg syscall (freebsd-arm-cgo), const IFT_TERMPAD = 91
19945pkg syscall (freebsd-arm-cgo), const IFT_TR008 = 176
19946pkg syscall (freebsd-arm-cgo), const IFT_TRANSPHDLC = 123
19947pkg syscall (freebsd-arm-cgo), const IFT_TUNNEL = 131
19948pkg syscall (freebsd-arm-cgo), const IFT_ULTRA = 29
19949pkg syscall (freebsd-arm-cgo), const IFT_USB = 160
19950pkg syscall (freebsd-arm-cgo), const IFT_V11 = 64
19951pkg syscall (freebsd-arm-cgo), const IFT_V35 = 45
19952pkg syscall (freebsd-arm-cgo), const IFT_V36 = 65
19953pkg syscall (freebsd-arm-cgo), const IFT_V37 = 120
19954pkg syscall (freebsd-arm-cgo), const IFT_VDSL = 97
19955pkg syscall (freebsd-arm-cgo), const IFT_VIRTUALIPADDRESS = 112
19956pkg syscall (freebsd-arm-cgo), const IFT_VOICEEM = 100
19957pkg syscall (freebsd-arm-cgo), const IFT_VOICEENCAP = 103
19958pkg syscall (freebsd-arm-cgo), const IFT_VOICEFXO = 101
19959pkg syscall (freebsd-arm-cgo), const IFT_VOICEFXS = 102
19960pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERATM = 152
19961pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERFRAMERELAY = 153
19962pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERIP = 104
19963pkg syscall (freebsd-arm-cgo), const IFT_X213 = 93
19964pkg syscall (freebsd-arm-cgo), const IFT_X25 = 5
19965pkg syscall (freebsd-arm-cgo), const IFT_X25DDN = 4
19966pkg syscall (freebsd-arm-cgo), const IFT_X25HUNTGROUP = 122
19967pkg syscall (freebsd-arm-cgo), const IFT_X25MLP = 121
19968pkg syscall (freebsd-arm-cgo), const IFT_X25PLE = 40
19969pkg syscall (freebsd-arm-cgo), const IFT_XETHER = 26
19970pkg syscall (freebsd-arm-cgo), const IGNBRK = 1
19971pkg syscall (freebsd-arm-cgo), const IGNCR = 128
19972pkg syscall (freebsd-arm-cgo), const IGNPAR = 4
19973pkg syscall (freebsd-arm-cgo), const IMAXBEL = 8192
19974pkg syscall (freebsd-arm-cgo), const INLCR = 64
19975pkg syscall (freebsd-arm-cgo), const INPCK = 16
19976pkg syscall (freebsd-arm-cgo), const IN_CLASSA_HOST = 16777215
19977pkg syscall (freebsd-arm-cgo), const IN_CLASSA_MAX = 128
19978pkg syscall (freebsd-arm-cgo), const IN_CLASSA_NET = 4278190080
19979pkg syscall (freebsd-arm-cgo), const IN_CLASSA_NSHIFT = 24
19980pkg syscall (freebsd-arm-cgo), const IN_CLASSB_HOST = 65535
19981pkg syscall (freebsd-arm-cgo), const IN_CLASSB_MAX = 65536
19982pkg syscall (freebsd-arm-cgo), const IN_CLASSB_NET = 4294901760
19983pkg syscall (freebsd-arm-cgo), const IN_CLASSB_NSHIFT = 16
19984pkg syscall (freebsd-arm-cgo), const IN_CLASSC_HOST = 255
19985pkg syscall (freebsd-arm-cgo), const IN_CLASSC_NET = 4294967040
19986pkg syscall (freebsd-arm-cgo), const IN_CLASSC_NSHIFT = 8
19987pkg syscall (freebsd-arm-cgo), const IN_CLASSD_HOST = 268435455
19988pkg syscall (freebsd-arm-cgo), const IN_CLASSD_NET = 4026531840
19989pkg syscall (freebsd-arm-cgo), const IN_CLASSD_NSHIFT = 28
19990pkg syscall (freebsd-arm-cgo), const IN_LOOPBACKNET = 127
19991pkg syscall (freebsd-arm-cgo), const IN_RFC3021_MASK = 4294967294
19992pkg syscall (freebsd-arm-cgo), const IPPROTO_3PC = 34
19993pkg syscall (freebsd-arm-cgo), const IPPROTO_ADFS = 68
19994pkg syscall (freebsd-arm-cgo), const IPPROTO_AH = 51
19995pkg syscall (freebsd-arm-cgo), const IPPROTO_AHIP = 61
19996pkg syscall (freebsd-arm-cgo), const IPPROTO_APES = 99
19997pkg syscall (freebsd-arm-cgo), const IPPROTO_ARGUS = 13
19998pkg syscall (freebsd-arm-cgo), const IPPROTO_AX25 = 93
19999pkg syscall (freebsd-arm-cgo), const IPPROTO_BHA = 49
20000pkg syscall (freebsd-arm-cgo), const IPPROTO_BLT = 30
20001pkg syscall (freebsd-arm-cgo), const IPPROTO_BRSATMON = 76
20002pkg syscall (freebsd-arm-cgo), const IPPROTO_CARP = 112
20003pkg syscall (freebsd-arm-cgo), const IPPROTO_CFTP = 62
20004pkg syscall (freebsd-arm-cgo), const IPPROTO_CHAOS = 16
20005pkg syscall (freebsd-arm-cgo), const IPPROTO_CMTP = 38
20006pkg syscall (freebsd-arm-cgo), const IPPROTO_CPHB = 73
20007pkg syscall (freebsd-arm-cgo), const IPPROTO_CPNX = 72
20008pkg syscall (freebsd-arm-cgo), const IPPROTO_DDP = 37
20009pkg syscall (freebsd-arm-cgo), const IPPROTO_DGP = 86
20010pkg syscall (freebsd-arm-cgo), const IPPROTO_DIVERT = 258
20011pkg syscall (freebsd-arm-cgo), const IPPROTO_DONE = 257
20012pkg syscall (freebsd-arm-cgo), const IPPROTO_DSTOPTS = 60
20013pkg syscall (freebsd-arm-cgo), const IPPROTO_EGP = 8
20014pkg syscall (freebsd-arm-cgo), const IPPROTO_EMCON = 14
20015pkg syscall (freebsd-arm-cgo), const IPPROTO_ENCAP = 98
20016pkg syscall (freebsd-arm-cgo), const IPPROTO_EON = 80
20017pkg syscall (freebsd-arm-cgo), const IPPROTO_ESP = 50
20018pkg syscall (freebsd-arm-cgo), const IPPROTO_ETHERIP = 97
20019pkg syscall (freebsd-arm-cgo), const IPPROTO_FRAGMENT = 44
20020pkg syscall (freebsd-arm-cgo), const IPPROTO_GGP = 3
20021pkg syscall (freebsd-arm-cgo), const IPPROTO_GMTP = 100
20022pkg syscall (freebsd-arm-cgo), const IPPROTO_GRE = 47
20023pkg syscall (freebsd-arm-cgo), const IPPROTO_HELLO = 63
20024pkg syscall (freebsd-arm-cgo), const IPPROTO_HMP = 20
20025pkg syscall (freebsd-arm-cgo), const IPPROTO_HOPOPTS = 0
20026pkg syscall (freebsd-arm-cgo), const IPPROTO_ICMP = 1
20027pkg syscall (freebsd-arm-cgo), const IPPROTO_ICMPV6 = 58
20028pkg syscall (freebsd-arm-cgo), const IPPROTO_IDP = 22
20029pkg syscall (freebsd-arm-cgo), const IPPROTO_IDPR = 35
20030pkg syscall (freebsd-arm-cgo), const IPPROTO_IDRP = 45
20031pkg syscall (freebsd-arm-cgo), const IPPROTO_IGMP = 2
20032pkg syscall (freebsd-arm-cgo), const IPPROTO_IGP = 85
20033pkg syscall (freebsd-arm-cgo), const IPPROTO_IGRP = 88
20034pkg syscall (freebsd-arm-cgo), const IPPROTO_IL = 40
20035pkg syscall (freebsd-arm-cgo), const IPPROTO_INLSP = 52
20036pkg syscall (freebsd-arm-cgo), const IPPROTO_INP = 32
20037pkg syscall (freebsd-arm-cgo), const IPPROTO_IPCOMP = 108
20038pkg syscall (freebsd-arm-cgo), const IPPROTO_IPCV = 71
20039pkg syscall (freebsd-arm-cgo), const IPPROTO_IPEIP = 94
20040pkg syscall (freebsd-arm-cgo), const IPPROTO_IPIP = 4
20041pkg syscall (freebsd-arm-cgo), const IPPROTO_IPPC = 67
20042pkg syscall (freebsd-arm-cgo), const IPPROTO_IPV4 = 4
20043pkg syscall (freebsd-arm-cgo), const IPPROTO_IRTP = 28
20044pkg syscall (freebsd-arm-cgo), const IPPROTO_KRYPTOLAN = 65
20045pkg syscall (freebsd-arm-cgo), const IPPROTO_LARP = 91
20046pkg syscall (freebsd-arm-cgo), const IPPROTO_LEAF1 = 25
20047pkg syscall (freebsd-arm-cgo), const IPPROTO_LEAF2 = 26
20048pkg syscall (freebsd-arm-cgo), const IPPROTO_MAX = 256
20049pkg syscall (freebsd-arm-cgo), const IPPROTO_MAXID = 52
20050pkg syscall (freebsd-arm-cgo), const IPPROTO_MEAS = 19
20051pkg syscall (freebsd-arm-cgo), const IPPROTO_MH = 135
20052pkg syscall (freebsd-arm-cgo), const IPPROTO_MHRP = 48
20053pkg syscall (freebsd-arm-cgo), const IPPROTO_MICP = 95
20054pkg syscall (freebsd-arm-cgo), const IPPROTO_MOBILE = 55
20055pkg syscall (freebsd-arm-cgo), const IPPROTO_MPLS = 137
20056pkg syscall (freebsd-arm-cgo), const IPPROTO_MTP = 92
20057pkg syscall (freebsd-arm-cgo), const IPPROTO_MUX = 18
20058pkg syscall (freebsd-arm-cgo), const IPPROTO_ND = 77
20059pkg syscall (freebsd-arm-cgo), const IPPROTO_NHRP = 54
20060pkg syscall (freebsd-arm-cgo), const IPPROTO_NONE = 59
20061pkg syscall (freebsd-arm-cgo), const IPPROTO_NSP = 31
20062pkg syscall (freebsd-arm-cgo), const IPPROTO_NVPII = 11
20063pkg syscall (freebsd-arm-cgo), const IPPROTO_OLD_DIVERT = 254
20064pkg syscall (freebsd-arm-cgo), const IPPROTO_OSPFIGP = 89
20065pkg syscall (freebsd-arm-cgo), const IPPROTO_PFSYNC = 240
20066pkg syscall (freebsd-arm-cgo), const IPPROTO_PGM = 113
20067pkg syscall (freebsd-arm-cgo), const IPPROTO_PIGP = 9
20068pkg syscall (freebsd-arm-cgo), const IPPROTO_PIM = 103
20069pkg syscall (freebsd-arm-cgo), const IPPROTO_PRM = 21
20070pkg syscall (freebsd-arm-cgo), const IPPROTO_PUP = 12
20071pkg syscall (freebsd-arm-cgo), const IPPROTO_PVP = 75
20072pkg syscall (freebsd-arm-cgo), const IPPROTO_RAW = 255
20073pkg syscall (freebsd-arm-cgo), const IPPROTO_RCCMON = 10
20074pkg syscall (freebsd-arm-cgo), const IPPROTO_RDP = 27
20075pkg syscall (freebsd-arm-cgo), const IPPROTO_ROUTING = 43
20076pkg syscall (freebsd-arm-cgo), const IPPROTO_RSVP = 46
20077pkg syscall (freebsd-arm-cgo), const IPPROTO_RVD = 66
20078pkg syscall (freebsd-arm-cgo), const IPPROTO_SATEXPAK = 64
20079pkg syscall (freebsd-arm-cgo), const IPPROTO_SATMON = 69
20080pkg syscall (freebsd-arm-cgo), const IPPROTO_SCCSP = 96
20081pkg syscall (freebsd-arm-cgo), const IPPROTO_SCTP = 132
20082pkg syscall (freebsd-arm-cgo), const IPPROTO_SDRP = 42
20083pkg syscall (freebsd-arm-cgo), const IPPROTO_SEND = 259
20084pkg syscall (freebsd-arm-cgo), const IPPROTO_SEP = 33
20085pkg syscall (freebsd-arm-cgo), const IPPROTO_SKIP = 57
20086pkg syscall (freebsd-arm-cgo), const IPPROTO_SPACER = 32767
20087pkg syscall (freebsd-arm-cgo), const IPPROTO_SRPC = 90
20088pkg syscall (freebsd-arm-cgo), const IPPROTO_ST = 7
20089pkg syscall (freebsd-arm-cgo), const IPPROTO_SVMTP = 82
20090pkg syscall (freebsd-arm-cgo), const IPPROTO_SWIPE = 53
20091pkg syscall (freebsd-arm-cgo), const IPPROTO_TCF = 87
20092pkg syscall (freebsd-arm-cgo), const IPPROTO_TLSP = 56
20093pkg syscall (freebsd-arm-cgo), const IPPROTO_TP = 29
20094pkg syscall (freebsd-arm-cgo), const IPPROTO_TPXX = 39
20095pkg syscall (freebsd-arm-cgo), const IPPROTO_TRUNK1 = 23
20096pkg syscall (freebsd-arm-cgo), const IPPROTO_TRUNK2 = 24
20097pkg syscall (freebsd-arm-cgo), const IPPROTO_TTP = 84
20098pkg syscall (freebsd-arm-cgo), const IPPROTO_VINES = 83
20099pkg syscall (freebsd-arm-cgo), const IPPROTO_VISA = 70
20100pkg syscall (freebsd-arm-cgo), const IPPROTO_VMTP = 81
20101pkg syscall (freebsd-arm-cgo), const IPPROTO_WBEXPAK = 79
20102pkg syscall (freebsd-arm-cgo), const IPPROTO_WBMON = 78
20103pkg syscall (freebsd-arm-cgo), const IPPROTO_WSN = 74
20104pkg syscall (freebsd-arm-cgo), const IPPROTO_XNET = 15
20105pkg syscall (freebsd-arm-cgo), const IPPROTO_XTP = 36
20106pkg syscall (freebsd-arm-cgo), const IPV6_AUTOFLOWLABEL = 59
20107pkg syscall (freebsd-arm-cgo), const IPV6_BINDANY = 64
20108pkg syscall (freebsd-arm-cgo), const IPV6_BINDV6ONLY = 27
20109pkg syscall (freebsd-arm-cgo), const IPV6_CHECKSUM = 26
20110pkg syscall (freebsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
20111pkg syscall (freebsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
20112pkg syscall (freebsd-arm-cgo), const IPV6_DEFHLIM = 64
20113pkg syscall (freebsd-arm-cgo), const IPV6_DONTFRAG = 62
20114pkg syscall (freebsd-arm-cgo), const IPV6_DSTOPTS = 50
20115pkg syscall (freebsd-arm-cgo), const IPV6_FAITH = 29
20116pkg syscall (freebsd-arm-cgo), const IPV6_FLOWINFO_MASK = 4294967055
20117pkg syscall (freebsd-arm-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
20118pkg syscall (freebsd-arm-cgo), const IPV6_FRAGTTL = 120
20119pkg syscall (freebsd-arm-cgo), const IPV6_FW_ADD = 30
20120pkg syscall (freebsd-arm-cgo), const IPV6_FW_DEL = 31
20121pkg syscall (freebsd-arm-cgo), const IPV6_FW_FLUSH = 32
20122pkg syscall (freebsd-arm-cgo), const IPV6_FW_GET = 34
20123pkg syscall (freebsd-arm-cgo), const IPV6_FW_ZERO = 33
20124pkg syscall (freebsd-arm-cgo), const IPV6_HLIMDEC = 1
20125pkg syscall (freebsd-arm-cgo), const IPV6_HOPLIMIT = 47
20126pkg syscall (freebsd-arm-cgo), const IPV6_HOPOPTS = 49
20127pkg syscall (freebsd-arm-cgo), const IPV6_IPSEC_POLICY = 28
20128pkg syscall (freebsd-arm-cgo), const IPV6_JOIN_GROUP = 12
20129pkg syscall (freebsd-arm-cgo), const IPV6_LEAVE_GROUP = 13
20130pkg syscall (freebsd-arm-cgo), const IPV6_MAXHLIM = 255
20131pkg syscall (freebsd-arm-cgo), const IPV6_MAXOPTHDR = 2048
20132pkg syscall (freebsd-arm-cgo), const IPV6_MAXPACKET = 65535
20133pkg syscall (freebsd-arm-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
20134pkg syscall (freebsd-arm-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
20135pkg syscall (freebsd-arm-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
20136pkg syscall (freebsd-arm-cgo), const IPV6_MIN_MEMBERSHIPS = 31
20137pkg syscall (freebsd-arm-cgo), const IPV6_MMTU = 1280
20138pkg syscall (freebsd-arm-cgo), const IPV6_MSFILTER = 74
20139pkg syscall (freebsd-arm-cgo), const IPV6_MULTICAST_HOPS = 10
20140pkg syscall (freebsd-arm-cgo), const IPV6_MULTICAST_IF = 9
20141pkg syscall (freebsd-arm-cgo), const IPV6_MULTICAST_LOOP = 11
20142pkg syscall (freebsd-arm-cgo), const IPV6_NEXTHOP = 48
20143pkg syscall (freebsd-arm-cgo), const IPV6_PATHMTU = 44
20144pkg syscall (freebsd-arm-cgo), const IPV6_PKTINFO = 46
20145pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE = 14
20146pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_DEFAULT = 0
20147pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_HIGH = 1
20148pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_LOW = 2
20149pkg syscall (freebsd-arm-cgo), const IPV6_PREFER_TEMPADDR = 63
20150pkg syscall (freebsd-arm-cgo), const IPV6_RECVDSTOPTS = 40
20151pkg syscall (freebsd-arm-cgo), const IPV6_RECVHOPLIMIT = 37
20152pkg syscall (freebsd-arm-cgo), const IPV6_RECVHOPOPTS = 39
20153pkg syscall (freebsd-arm-cgo), const IPV6_RECVPATHMTU = 43
20154pkg syscall (freebsd-arm-cgo), const IPV6_RECVPKTINFO = 36
20155pkg syscall (freebsd-arm-cgo), const IPV6_RECVRTHDR = 38
20156pkg syscall (freebsd-arm-cgo), const IPV6_RECVTCLASS = 57
20157pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR = 51
20158pkg syscall (freebsd-arm-cgo), const IPV6_RTHDRDSTOPTS = 35
20159pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_LOOSE = 0
20160pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_STRICT = 1
20161pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_TYPE_0 = 0
20162pkg syscall (freebsd-arm-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
20163pkg syscall (freebsd-arm-cgo), const IPV6_TCLASS = 61
20164pkg syscall (freebsd-arm-cgo), const IPV6_UNICAST_HOPS = 4
20165pkg syscall (freebsd-arm-cgo), const IPV6_USE_MIN_MTU = 42
20166pkg syscall (freebsd-arm-cgo), const IPV6_V6ONLY = 27
20167pkg syscall (freebsd-arm-cgo), const IPV6_VERSION = 96
20168pkg syscall (freebsd-arm-cgo), const IPV6_VERSION_MASK = 240
20169pkg syscall (freebsd-arm-cgo), const IP_ADD_MEMBERSHIP = 12
20170pkg syscall (freebsd-arm-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
20171pkg syscall (freebsd-arm-cgo), const IP_BINDANY = 24
20172pkg syscall (freebsd-arm-cgo), const IP_BLOCK_SOURCE = 72
20173pkg syscall (freebsd-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
20174pkg syscall (freebsd-arm-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
20175pkg syscall (freebsd-arm-cgo), const IP_DF = 16384
20176pkg syscall (freebsd-arm-cgo), const IP_DONTFRAG = 67
20177pkg syscall (freebsd-arm-cgo), const IP_DROP_MEMBERSHIP = 13
20178pkg syscall (freebsd-arm-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
20179pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET3 = 49
20180pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_CONFIGURE = 60
20181pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_DEL = 61
20182pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_FLUSH = 62
20183pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_GET = 64
20184pkg syscall (freebsd-arm-cgo), const IP_FAITH = 22
20185pkg syscall (freebsd-arm-cgo), const IP_FW3 = 48
20186pkg syscall (freebsd-arm-cgo), const IP_FW_ADD = 50
20187pkg syscall (freebsd-arm-cgo), const IP_FW_DEL = 51
20188pkg syscall (freebsd-arm-cgo), const IP_FW_FLUSH = 52
20189pkg syscall (freebsd-arm-cgo), const IP_FW_GET = 54
20190pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_CFG = 56
20191pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_DEL = 57
20192pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_GET_CONFIG = 58
20193pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_GET_LOG = 59
20194pkg syscall (freebsd-arm-cgo), const IP_FW_RESETLOG = 55
20195pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_ADD = 40
20196pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_DEL = 41
20197pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_FLUSH = 42
20198pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_GETSIZE = 43
20199pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_LIST = 44
20200pkg syscall (freebsd-arm-cgo), const IP_FW_ZERO = 53
20201pkg syscall (freebsd-arm-cgo), const IP_HDRINCL = 2
20202pkg syscall (freebsd-arm-cgo), const IP_IPSEC_POLICY = 21
20203pkg syscall (freebsd-arm-cgo), const IP_MAXPACKET = 65535
20204pkg syscall (freebsd-arm-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
20205pkg syscall (freebsd-arm-cgo), const IP_MAX_MEMBERSHIPS = 4095
20206pkg syscall (freebsd-arm-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
20207pkg syscall (freebsd-arm-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
20208pkg syscall (freebsd-arm-cgo), const IP_MAX_SOURCE_FILTER = 1024
20209pkg syscall (freebsd-arm-cgo), const IP_MF = 8192
20210pkg syscall (freebsd-arm-cgo), const IP_MINTTL = 66
20211pkg syscall (freebsd-arm-cgo), const IP_MIN_MEMBERSHIPS = 31
20212pkg syscall (freebsd-arm-cgo), const IP_MSFILTER = 74
20213pkg syscall (freebsd-arm-cgo), const IP_MSS = 576
20214pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_IF = 9
20215pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_LOOP = 11
20216pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_TTL = 10
20217pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_VIF = 14
20218pkg syscall (freebsd-arm-cgo), const IP_OFFMASK = 8191
20219pkg syscall (freebsd-arm-cgo), const IP_ONESBCAST = 23
20220pkg syscall (freebsd-arm-cgo), const IP_OPTIONS = 1
20221pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE = 19
20222pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_DEFAULT = 0
20223pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_HIGH = 1
20224pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_LOW = 2
20225pkg syscall (freebsd-arm-cgo), const IP_RECVDSTADDR = 7
20226pkg syscall (freebsd-arm-cgo), const IP_RECVIF = 20
20227pkg syscall (freebsd-arm-cgo), const IP_RECVOPTS = 5
20228pkg syscall (freebsd-arm-cgo), const IP_RECVRETOPTS = 6
20229pkg syscall (freebsd-arm-cgo), const IP_RECVTOS = 68
20230pkg syscall (freebsd-arm-cgo), const IP_RECVTTL = 65
20231pkg syscall (freebsd-arm-cgo), const IP_RETOPTS = 8
20232pkg syscall (freebsd-arm-cgo), const IP_RF = 32768
20233pkg syscall (freebsd-arm-cgo), const IP_RSVP_OFF = 16
20234pkg syscall (freebsd-arm-cgo), const IP_RSVP_ON = 15
20235pkg syscall (freebsd-arm-cgo), const IP_RSVP_VIF_OFF = 18
20236pkg syscall (freebsd-arm-cgo), const IP_RSVP_VIF_ON = 17
20237pkg syscall (freebsd-arm-cgo), const IP_SENDSRCADDR = 7
20238pkg syscall (freebsd-arm-cgo), const IP_TOS = 3
20239pkg syscall (freebsd-arm-cgo), const IP_TTL = 4
20240pkg syscall (freebsd-arm-cgo), const IP_UNBLOCK_SOURCE = 73
20241pkg syscall (freebsd-arm-cgo), const ISIG = 128
20242pkg syscall (freebsd-arm-cgo), const ISTRIP = 32
20243pkg syscall (freebsd-arm-cgo), const IXANY = 2048
20244pkg syscall (freebsd-arm-cgo), const IXOFF = 1024
20245pkg syscall (freebsd-arm-cgo), const IXON = 512
20246pkg syscall (freebsd-arm-cgo), const ImplementsGetwd = false
20247pkg syscall (freebsd-arm-cgo), const LOCK_EX = 2
20248pkg syscall (freebsd-arm-cgo), const LOCK_NB = 4
20249pkg syscall (freebsd-arm-cgo), const LOCK_SH = 1
20250pkg syscall (freebsd-arm-cgo), const LOCK_UN = 8
20251pkg syscall (freebsd-arm-cgo), const MADV_AUTOSYNC = 7
20252pkg syscall (freebsd-arm-cgo), const MADV_CORE = 9
20253pkg syscall (freebsd-arm-cgo), const MADV_DONTNEED = 4
20254pkg syscall (freebsd-arm-cgo), const MADV_FREE = 5
20255pkg syscall (freebsd-arm-cgo), const MADV_NOCORE = 8
20256pkg syscall (freebsd-arm-cgo), const MADV_NORMAL = 0
20257pkg syscall (freebsd-arm-cgo), const MADV_NOSYNC = 6
20258pkg syscall (freebsd-arm-cgo), const MADV_PROTECT = 10
20259pkg syscall (freebsd-arm-cgo), const MADV_RANDOM = 1
20260pkg syscall (freebsd-arm-cgo), const MADV_SEQUENTIAL = 2
20261pkg syscall (freebsd-arm-cgo), const MADV_WILLNEED = 3
20262pkg syscall (freebsd-arm-cgo), const MAP_ANON = 4096
20263pkg syscall (freebsd-arm-cgo), const MAP_ANONYMOUS = 4096
20264pkg syscall (freebsd-arm-cgo), const MAP_COPY = 2
20265pkg syscall (freebsd-arm-cgo), const MAP_FILE = 0
20266pkg syscall (freebsd-arm-cgo), const MAP_FIXED = 16
20267pkg syscall (freebsd-arm-cgo), const MAP_HASSEMAPHORE = 512
20268pkg syscall (freebsd-arm-cgo), const MAP_NOCORE = 131072
20269pkg syscall (freebsd-arm-cgo), const MAP_NORESERVE = 64
20270pkg syscall (freebsd-arm-cgo), const MAP_NOSYNC = 2048
20271pkg syscall (freebsd-arm-cgo), const MAP_PREFAULT_READ = 262144
20272pkg syscall (freebsd-arm-cgo), const MAP_PRIVATE = 2
20273pkg syscall (freebsd-arm-cgo), const MAP_RENAME = 32
20274pkg syscall (freebsd-arm-cgo), const MAP_RESERVED0080 = 128
20275pkg syscall (freebsd-arm-cgo), const MAP_RESERVED0100 = 256
20276pkg syscall (freebsd-arm-cgo), const MAP_SHARED = 1
20277pkg syscall (freebsd-arm-cgo), const MAP_STACK = 1024
20278pkg syscall (freebsd-arm-cgo), const MCL_CURRENT = 1
20279pkg syscall (freebsd-arm-cgo), const MCL_FUTURE = 2
20280pkg syscall (freebsd-arm-cgo), const MSG_COMPAT = 32768
20281pkg syscall (freebsd-arm-cgo), const MSG_CTRUNC = 32
20282pkg syscall (freebsd-arm-cgo), const MSG_DONTROUTE = 4
20283pkg syscall (freebsd-arm-cgo), const MSG_DONTWAIT = 128
20284pkg syscall (freebsd-arm-cgo), const MSG_EOF = 256
20285pkg syscall (freebsd-arm-cgo), const MSG_EOR = 8
20286pkg syscall (freebsd-arm-cgo), const MSG_NBIO = 16384
20287pkg syscall (freebsd-arm-cgo), const MSG_NOSIGNAL = 131072
20288pkg syscall (freebsd-arm-cgo), const MSG_NOTIFICATION = 8192
20289pkg syscall (freebsd-arm-cgo), const MSG_OOB = 1
20290pkg syscall (freebsd-arm-cgo), const MSG_PEEK = 2
20291pkg syscall (freebsd-arm-cgo), const MSG_TRUNC = 16
20292pkg syscall (freebsd-arm-cgo), const MSG_WAITALL = 64
20293pkg syscall (freebsd-arm-cgo), const MS_ASYNC = 1
20294pkg syscall (freebsd-arm-cgo), const MS_INVALIDATE = 2
20295pkg syscall (freebsd-arm-cgo), const MS_SYNC = 0
20296pkg syscall (freebsd-arm-cgo), const NET_RT_DUMP = 1
20297pkg syscall (freebsd-arm-cgo), const NET_RT_FLAGS = 2
20298pkg syscall (freebsd-arm-cgo), const NET_RT_IFLIST = 3
20299pkg syscall (freebsd-arm-cgo), const NET_RT_IFLISTL = 5
20300pkg syscall (freebsd-arm-cgo), const NET_RT_IFMALIST = 4
20301pkg syscall (freebsd-arm-cgo), const NET_RT_MAXID = 6
20302pkg syscall (freebsd-arm-cgo), const NOFLSH = 2147483648
20303pkg syscall (freebsd-arm-cgo), const NOTE_ATTRIB = 8
20304pkg syscall (freebsd-arm-cgo), const NOTE_CHILD = 4
20305pkg syscall (freebsd-arm-cgo), const NOTE_DELETE = 1
20306pkg syscall (freebsd-arm-cgo), const NOTE_EXEC = 536870912
20307pkg syscall (freebsd-arm-cgo), const NOTE_EXIT = 2147483648
20308pkg syscall (freebsd-arm-cgo), const NOTE_EXTEND = 4
20309pkg syscall (freebsd-arm-cgo), const NOTE_FFAND = 1073741824
20310pkg syscall (freebsd-arm-cgo), const NOTE_FFCOPY = 3221225472
20311pkg syscall (freebsd-arm-cgo), const NOTE_FFCTRLMASK = 3221225472
20312pkg syscall (freebsd-arm-cgo), const NOTE_FFLAGSMASK = 16777215
20313pkg syscall (freebsd-arm-cgo), const NOTE_FFNOP = 0
20314pkg syscall (freebsd-arm-cgo), const NOTE_FFOR = 2147483648
20315pkg syscall (freebsd-arm-cgo), const NOTE_FORK = 1073741824
20316pkg syscall (freebsd-arm-cgo), const NOTE_LINK = 16
20317pkg syscall (freebsd-arm-cgo), const NOTE_LOWAT = 1
20318pkg syscall (freebsd-arm-cgo), const NOTE_PCTRLMASK = 4026531840
20319pkg syscall (freebsd-arm-cgo), const NOTE_PDATAMASK = 1048575
20320pkg syscall (freebsd-arm-cgo), const NOTE_RENAME = 32
20321pkg syscall (freebsd-arm-cgo), const NOTE_REVOKE = 64
20322pkg syscall (freebsd-arm-cgo), const NOTE_TRACK = 1
20323pkg syscall (freebsd-arm-cgo), const NOTE_TRACKERR = 2
20324pkg syscall (freebsd-arm-cgo), const NOTE_TRIGGER = 16777216
20325pkg syscall (freebsd-arm-cgo), const NOTE_WRITE = 2
20326pkg syscall (freebsd-arm-cgo), const OCRNL = 16
20327pkg syscall (freebsd-arm-cgo), const ONLCR = 2
20328pkg syscall (freebsd-arm-cgo), const ONLRET = 64
20329pkg syscall (freebsd-arm-cgo), const ONOCR = 32
20330pkg syscall (freebsd-arm-cgo), const ONOEOT = 8
20331pkg syscall (freebsd-arm-cgo), const OPOST = 1
20332pkg syscall (freebsd-arm-cgo), const O_ACCMODE = 3
20333pkg syscall (freebsd-arm-cgo), const O_APPEND = 8
20334pkg syscall (freebsd-arm-cgo), const O_ASYNC = 64
20335pkg syscall (freebsd-arm-cgo), const O_CLOEXEC = 0
20336pkg syscall (freebsd-arm-cgo), const O_CREAT = 512
20337pkg syscall (freebsd-arm-cgo), const O_DIRECT = 65536
20338pkg syscall (freebsd-arm-cgo), const O_DIRECTORY = 131072
20339pkg syscall (freebsd-arm-cgo), const O_EXCL = 2048
20340pkg syscall (freebsd-arm-cgo), const O_EXEC = 262144
20341pkg syscall (freebsd-arm-cgo), const O_EXLOCK = 32
20342pkg syscall (freebsd-arm-cgo), const O_FSYNC = 128
20343pkg syscall (freebsd-arm-cgo), const O_NDELAY = 4
20344pkg syscall (freebsd-arm-cgo), const O_NOCTTY = 32768
20345pkg syscall (freebsd-arm-cgo), const O_NOFOLLOW = 256
20346pkg syscall (freebsd-arm-cgo), const O_NONBLOCK = 4
20347pkg syscall (freebsd-arm-cgo), const O_SHLOCK = 16
20348pkg syscall (freebsd-arm-cgo), const O_SYNC = 128
20349pkg syscall (freebsd-arm-cgo), const O_TRUNC = 1024
20350pkg syscall (freebsd-arm-cgo), const O_TTY_INIT = 524288
20351pkg syscall (freebsd-arm-cgo), const PARENB = 4096
20352pkg syscall (freebsd-arm-cgo), const PARMRK = 8
20353pkg syscall (freebsd-arm-cgo), const PARODD = 8192
20354pkg syscall (freebsd-arm-cgo), const PENDIN = 536870912
20355pkg syscall (freebsd-arm-cgo), const PROT_EXEC = 4
20356pkg syscall (freebsd-arm-cgo), const PROT_NONE = 0
20357pkg syscall (freebsd-arm-cgo), const PROT_READ = 1
20358pkg syscall (freebsd-arm-cgo), const PROT_WRITE = 2
20359pkg syscall (freebsd-arm-cgo), const PTRACE_CONT = 7
20360pkg syscall (freebsd-arm-cgo), const PTRACE_KILL = 8
20361pkg syscall (freebsd-arm-cgo), const PTRACE_TRACEME = 0
20362pkg syscall (freebsd-arm-cgo), const RLIMIT_AS = 10
20363pkg syscall (freebsd-arm-cgo), const RLIMIT_CORE = 4
20364pkg syscall (freebsd-arm-cgo), const RLIMIT_CPU = 0
20365pkg syscall (freebsd-arm-cgo), const RLIMIT_DATA = 2
20366pkg syscall (freebsd-arm-cgo), const RLIMIT_FSIZE = 1
20367pkg syscall (freebsd-arm-cgo), const RLIMIT_NOFILE = 8
20368pkg syscall (freebsd-arm-cgo), const RLIMIT_STACK = 3
20369pkg syscall (freebsd-arm-cgo), const RLIM_INFINITY = 9223372036854775807
20370pkg syscall (freebsd-arm-cgo), const RTAX_AUTHOR = 6
20371pkg syscall (freebsd-arm-cgo), const RTAX_BRD = 7
20372pkg syscall (freebsd-arm-cgo), const RTAX_DST = 0
20373pkg syscall (freebsd-arm-cgo), const RTAX_GATEWAY = 1
20374pkg syscall (freebsd-arm-cgo), const RTAX_GENMASK = 3
20375pkg syscall (freebsd-arm-cgo), const RTAX_IFA = 5
20376pkg syscall (freebsd-arm-cgo), const RTAX_IFP = 4
20377pkg syscall (freebsd-arm-cgo), const RTAX_MAX = 8
20378pkg syscall (freebsd-arm-cgo), const RTAX_NETMASK = 2
20379pkg syscall (freebsd-arm-cgo), const RTA_AUTHOR = 64
20380pkg syscall (freebsd-arm-cgo), const RTA_BRD = 128
20381pkg syscall (freebsd-arm-cgo), const RTA_DST = 1
20382pkg syscall (freebsd-arm-cgo), const RTA_GATEWAY = 2
20383pkg syscall (freebsd-arm-cgo), const RTA_GENMASK = 8
20384pkg syscall (freebsd-arm-cgo), const RTA_IFA = 32
20385pkg syscall (freebsd-arm-cgo), const RTA_IFP = 16
20386pkg syscall (freebsd-arm-cgo), const RTA_NETMASK = 4
20387pkg syscall (freebsd-arm-cgo), const RTF_BLACKHOLE = 4096
20388pkg syscall (freebsd-arm-cgo), const RTF_BROADCAST = 4194304
20389pkg syscall (freebsd-arm-cgo), const RTF_DONE = 64
20390pkg syscall (freebsd-arm-cgo), const RTF_DYNAMIC = 16
20391pkg syscall (freebsd-arm-cgo), const RTF_FMASK = 268752904
20392pkg syscall (freebsd-arm-cgo), const RTF_GATEWAY = 2
20393pkg syscall (freebsd-arm-cgo), const RTF_HOST = 4
20394pkg syscall (freebsd-arm-cgo), const RTF_LLDATA = 1024
20395pkg syscall (freebsd-arm-cgo), const RTF_LLINFO = 1024
20396pkg syscall (freebsd-arm-cgo), const RTF_LOCAL = 2097152
20397pkg syscall (freebsd-arm-cgo), const RTF_MODIFIED = 32
20398pkg syscall (freebsd-arm-cgo), const RTF_MULTICAST = 8388608
20399pkg syscall (freebsd-arm-cgo), const RTF_PINNED = 1048576
20400pkg syscall (freebsd-arm-cgo), const RTF_PRCLONING = 65536
20401pkg syscall (freebsd-arm-cgo), const RTF_PROTO1 = 32768
20402pkg syscall (freebsd-arm-cgo), const RTF_PROTO2 = 16384
20403pkg syscall (freebsd-arm-cgo), const RTF_PROTO3 = 262144
20404pkg syscall (freebsd-arm-cgo), const RTF_REJECT = 8
20405pkg syscall (freebsd-arm-cgo), const RTF_RNH_LOCKED = 1073741824
20406pkg syscall (freebsd-arm-cgo), const RTF_STATIC = 2048
20407pkg syscall (freebsd-arm-cgo), const RTF_STICKY = 268435456
20408pkg syscall (freebsd-arm-cgo), const RTF_UP = 1
20409pkg syscall (freebsd-arm-cgo), const RTF_XRESOLVE = 512
20410pkg syscall (freebsd-arm-cgo), const RTM_ADD = 1
20411pkg syscall (freebsd-arm-cgo), const RTM_CHANGE = 3
20412pkg syscall (freebsd-arm-cgo), const RTM_DELADDR = 13
20413pkg syscall (freebsd-arm-cgo), const RTM_DELETE = 2
20414pkg syscall (freebsd-arm-cgo), const RTM_DELMADDR = 16
20415pkg syscall (freebsd-arm-cgo), const RTM_GET = 4
20416pkg syscall (freebsd-arm-cgo), const RTM_IEEE80211 = 18
20417pkg syscall (freebsd-arm-cgo), const RTM_IFANNOUNCE = 17
20418pkg syscall (freebsd-arm-cgo), const RTM_IFINFO = 14
20419pkg syscall (freebsd-arm-cgo), const RTM_LOCK = 8
20420pkg syscall (freebsd-arm-cgo), const RTM_LOSING = 5
20421pkg syscall (freebsd-arm-cgo), const RTM_MISS = 7
20422pkg syscall (freebsd-arm-cgo), const RTM_NEWADDR = 12
20423pkg syscall (freebsd-arm-cgo), const RTM_NEWMADDR = 15
20424pkg syscall (freebsd-arm-cgo), const RTM_OLDADD = 9
20425pkg syscall (freebsd-arm-cgo), const RTM_OLDDEL = 10
20426pkg syscall (freebsd-arm-cgo), const RTM_REDIRECT = 6
20427pkg syscall (freebsd-arm-cgo), const RTM_RESOLVE = 11
20428pkg syscall (freebsd-arm-cgo), const RTM_RTTUNIT = 1000000
20429pkg syscall (freebsd-arm-cgo), const RTM_VERSION = 5
20430pkg syscall (freebsd-arm-cgo), const RTV_EXPIRE = 4
20431pkg syscall (freebsd-arm-cgo), const RTV_HOPCOUNT = 2
20432pkg syscall (freebsd-arm-cgo), const RTV_MTU = 1
20433pkg syscall (freebsd-arm-cgo), const RTV_RPIPE = 8
20434pkg syscall (freebsd-arm-cgo), const RTV_RTT = 64
20435pkg syscall (freebsd-arm-cgo), const RTV_RTTVAR = 128
20436pkg syscall (freebsd-arm-cgo), const RTV_SPIPE = 16
20437pkg syscall (freebsd-arm-cgo), const RTV_SSTHRESH = 32
20438pkg syscall (freebsd-arm-cgo), const RTV_WEIGHT = 256
20439pkg syscall (freebsd-arm-cgo), const RT_CACHING_CONTEXT = 1
20440pkg syscall (freebsd-arm-cgo), const RT_DEFAULT_FIB = 0
20441pkg syscall (freebsd-arm-cgo), const RT_NORTREF = 2
20442pkg syscall (freebsd-arm-cgo), const RUSAGE_CHILDREN = -1
20443pkg syscall (freebsd-arm-cgo), const RUSAGE_SELF = 0
20444pkg syscall (freebsd-arm-cgo), const RUSAGE_THREAD = 1
20445pkg syscall (freebsd-arm-cgo), const SCM_BINTIME = 4
20446pkg syscall (freebsd-arm-cgo), const SCM_CREDS = 3
20447pkg syscall (freebsd-arm-cgo), const SCM_RIGHTS = 1
20448pkg syscall (freebsd-arm-cgo), const SCM_TIMESTAMP = 2
20449pkg syscall (freebsd-arm-cgo), const SIGBUS = 10
20450pkg syscall (freebsd-arm-cgo), const SIGCHLD = 20
20451pkg syscall (freebsd-arm-cgo), const SIGCONT = 19
20452pkg syscall (freebsd-arm-cgo), const SIGEMT = 7
20453pkg syscall (freebsd-arm-cgo), const SIGINFO = 29
20454pkg syscall (freebsd-arm-cgo), const SIGIO = 23
20455pkg syscall (freebsd-arm-cgo), const SIGIOT = 6
20456pkg syscall (freebsd-arm-cgo), const SIGLIBRT = 33
20457pkg syscall (freebsd-arm-cgo), const SIGLWP = 32
20458pkg syscall (freebsd-arm-cgo), const SIGPROF = 27
20459pkg syscall (freebsd-arm-cgo), const SIGSTOP = 17
20460pkg syscall (freebsd-arm-cgo), const SIGSYS = 12
20461pkg syscall (freebsd-arm-cgo), const SIGTHR = 32
20462pkg syscall (freebsd-arm-cgo), const SIGTSTP = 18
20463pkg syscall (freebsd-arm-cgo), const SIGTTIN = 21
20464pkg syscall (freebsd-arm-cgo), const SIGTTOU = 22
20465pkg syscall (freebsd-arm-cgo), const SIGURG = 16
20466pkg syscall (freebsd-arm-cgo), const SIGUSR1 = 30
20467pkg syscall (freebsd-arm-cgo), const SIGUSR2 = 31
20468pkg syscall (freebsd-arm-cgo), const SIGVTALRM = 26
20469pkg syscall (freebsd-arm-cgo), const SIGWINCH = 28
20470pkg syscall (freebsd-arm-cgo), const SIGXCPU = 24
20471pkg syscall (freebsd-arm-cgo), const SIGXFSZ = 25
20472pkg syscall (freebsd-arm-cgo), const SIOCADDMULTI = 2149607729
20473pkg syscall (freebsd-arm-cgo), const SIOCADDRT = 2150658570
20474pkg syscall (freebsd-arm-cgo), const SIOCAIFADDR = 2151967019
20475pkg syscall (freebsd-arm-cgo), const SIOCAIFGROUP = 2149869959
20476pkg syscall (freebsd-arm-cgo), const SIOCALIFADDR = 2165860635
20477pkg syscall (freebsd-arm-cgo), const SIOCATMARK = 1074033415
20478pkg syscall (freebsd-arm-cgo), const SIOCDELMULTI = 2149607730
20479pkg syscall (freebsd-arm-cgo), const SIOCDELRT = 2150658571
20480pkg syscall (freebsd-arm-cgo), const SIOCDIFADDR = 2149607705
20481pkg syscall (freebsd-arm-cgo), const SIOCDIFGROUP = 2149869961
20482pkg syscall (freebsd-arm-cgo), const SIOCDIFPHYADDR = 2149607753
20483pkg syscall (freebsd-arm-cgo), const SIOCDLIFADDR = 2165860637
20484pkg syscall (freebsd-arm-cgo), const SIOCGDRVSPEC = 3223087483
20485pkg syscall (freebsd-arm-cgo), const SIOCGETSGCNT = 3222565392
20486pkg syscall (freebsd-arm-cgo), const SIOCGETVIFCNT = 3222565391
20487pkg syscall (freebsd-arm-cgo), const SIOCGHIWAT = 1074033409
20488pkg syscall (freebsd-arm-cgo), const SIOCGIFADDR = 3223349537
20489pkg syscall (freebsd-arm-cgo), const SIOCGIFBRDADDR = 3223349539
20490pkg syscall (freebsd-arm-cgo), const SIOCGIFCAP = 3223349535
20491pkg syscall (freebsd-arm-cgo), const SIOCGIFCONF = 3221776676
20492pkg syscall (freebsd-arm-cgo), const SIOCGIFDESCR = 3223349546
20493pkg syscall (freebsd-arm-cgo), const SIOCGIFDSTADDR = 3223349538
20494pkg syscall (freebsd-arm-cgo), const SIOCGIFFIB = 3223349596
20495pkg syscall (freebsd-arm-cgo), const SIOCGIFFLAGS = 3223349521
20496pkg syscall (freebsd-arm-cgo), const SIOCGIFGENERIC = 3223349562
20497pkg syscall (freebsd-arm-cgo), const SIOCGIFGMEMB = 3223611786
20498pkg syscall (freebsd-arm-cgo), const SIOCGIFGROUP = 3223611784
20499pkg syscall (freebsd-arm-cgo), const SIOCGIFINDEX = 3223349536
20500pkg syscall (freebsd-arm-cgo), const SIOCGIFMAC = 3223349542
20501pkg syscall (freebsd-arm-cgo), const SIOCGIFMEDIA = 3223873848
20502pkg syscall (freebsd-arm-cgo), const SIOCGIFMETRIC = 3223349527
20503pkg syscall (freebsd-arm-cgo), const SIOCGIFMTU = 3223349555
20504pkg syscall (freebsd-arm-cgo), const SIOCGIFNETMASK = 3223349541
20505pkg syscall (freebsd-arm-cgo), const SIOCGIFPDSTADDR = 3223349576
20506pkg syscall (freebsd-arm-cgo), const SIOCGIFPHYS = 3223349557
20507pkg syscall (freebsd-arm-cgo), const SIOCGIFPSRCADDR = 3223349575
20508pkg syscall (freebsd-arm-cgo), const SIOCGIFSTATUS = 3274991931
20509pkg syscall (freebsd-arm-cgo), const SIOCGLIFADDR = 3239602460
20510pkg syscall (freebsd-arm-cgo), const SIOCGLIFPHYADDR = 3239602507
20511pkg syscall (freebsd-arm-cgo), const SIOCGLOWAT = 1074033411
20512pkg syscall (freebsd-arm-cgo), const SIOCGPGRP = 1074033417
20513pkg syscall (freebsd-arm-cgo), const SIOCGPRIVATE_0 = 3223349584
20514pkg syscall (freebsd-arm-cgo), const SIOCGPRIVATE_1 = 3223349585
20515pkg syscall (freebsd-arm-cgo), const SIOCIFCREATE = 3223349626
20516pkg syscall (freebsd-arm-cgo), const SIOCIFCREATE2 = 3223349628
20517pkg syscall (freebsd-arm-cgo), const SIOCIFDESTROY = 2149607801
20518pkg syscall (freebsd-arm-cgo), const SIOCIFGCLONERS = 3222038904
20519pkg syscall (freebsd-arm-cgo), const SIOCSDRVSPEC = 2149345659
20520pkg syscall (freebsd-arm-cgo), const SIOCSHIWAT = 2147775232
20521pkg syscall (freebsd-arm-cgo), const SIOCSIFADDR = 2149607692
20522pkg syscall (freebsd-arm-cgo), const SIOCSIFBRDADDR = 2149607699
20523pkg syscall (freebsd-arm-cgo), const SIOCSIFCAP = 2149607710
20524pkg syscall (freebsd-arm-cgo), const SIOCSIFDESCR = 2149607721
20525pkg syscall (freebsd-arm-cgo), const SIOCSIFDSTADDR = 2149607694
20526pkg syscall (freebsd-arm-cgo), const SIOCSIFFIB = 2149607773
20527pkg syscall (freebsd-arm-cgo), const SIOCSIFFLAGS = 2149607696
20528pkg syscall (freebsd-arm-cgo), const SIOCSIFGENERIC = 2149607737
20529pkg syscall (freebsd-arm-cgo), const SIOCSIFLLADDR = 2149607740
20530pkg syscall (freebsd-arm-cgo), const SIOCSIFMAC = 2149607719
20531pkg syscall (freebsd-arm-cgo), const SIOCSIFMEDIA = 3223349559
20532pkg syscall (freebsd-arm-cgo), const SIOCSIFMETRIC = 2149607704
20533pkg syscall (freebsd-arm-cgo), const SIOCSIFMTU = 2149607732
20534pkg syscall (freebsd-arm-cgo), const SIOCSIFNAME = 2149607720
20535pkg syscall (freebsd-arm-cgo), const SIOCSIFNETMASK = 2149607702
20536pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYADDR = 2151967046
20537pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYS = 2149607734
20538pkg syscall (freebsd-arm-cgo), const SIOCSIFRVNET = 3223349595
20539pkg syscall (freebsd-arm-cgo), const SIOCSIFVNET = 3223349594
20540pkg syscall (freebsd-arm-cgo), const SIOCSLIFPHYADDR = 2165860682
20541pkg syscall (freebsd-arm-cgo), const SIOCSLOWAT = 2147775234
20542pkg syscall (freebsd-arm-cgo), const SIOCSPGRP = 2147775240
20543pkg syscall (freebsd-arm-cgo), const SOCK_MAXADDRLEN = 255
20544pkg syscall (freebsd-arm-cgo), const SOCK_RDM = 4
20545pkg syscall (freebsd-arm-cgo), const SOL_SOCKET = 65535
20546pkg syscall (freebsd-arm-cgo), const SOMAXCONN = 128
20547pkg syscall (freebsd-arm-cgo), const SO_ACCEPTCONN = 2
20548pkg syscall (freebsd-arm-cgo), const SO_ACCEPTFILTER = 4096
20549pkg syscall (freebsd-arm-cgo), const SO_BINTIME = 8192
20550pkg syscall (freebsd-arm-cgo), const SO_BROADCAST = 32
20551pkg syscall (freebsd-arm-cgo), const SO_DEBUG = 1
20552pkg syscall (freebsd-arm-cgo), const SO_DONTROUTE = 16
20553pkg syscall (freebsd-arm-cgo), const SO_ERROR = 4103
20554pkg syscall (freebsd-arm-cgo), const SO_KEEPALIVE = 8
20555pkg syscall (freebsd-arm-cgo), const SO_LABEL = 4105
20556pkg syscall (freebsd-arm-cgo), const SO_LINGER = 128
20557pkg syscall (freebsd-arm-cgo), const SO_LISTENINCQLEN = 4115
20558pkg syscall (freebsd-arm-cgo), const SO_LISTENQLEN = 4114
20559pkg syscall (freebsd-arm-cgo), const SO_LISTENQLIMIT = 4113
20560pkg syscall (freebsd-arm-cgo), const SO_NOSIGPIPE = 2048
20561pkg syscall (freebsd-arm-cgo), const SO_NO_DDP = 32768
20562pkg syscall (freebsd-arm-cgo), const SO_NO_OFFLOAD = 16384
20563pkg syscall (freebsd-arm-cgo), const SO_OOBINLINE = 256
20564pkg syscall (freebsd-arm-cgo), const SO_PEERLABEL = 4112
20565pkg syscall (freebsd-arm-cgo), const SO_PROTOCOL = 4118
20566pkg syscall (freebsd-arm-cgo), const SO_PROTOTYPE = 4118
20567pkg syscall (freebsd-arm-cgo), const SO_RCVBUF = 4098
20568pkg syscall (freebsd-arm-cgo), const SO_RCVLOWAT = 4100
20569pkg syscall (freebsd-arm-cgo), const SO_RCVTIMEO = 4102
20570pkg syscall (freebsd-arm-cgo), const SO_REUSEADDR = 4
20571pkg syscall (freebsd-arm-cgo), const SO_REUSEPORT = 512
20572pkg syscall (freebsd-arm-cgo), const SO_SETFIB = 4116
20573pkg syscall (freebsd-arm-cgo), const SO_SNDBUF = 4097
20574pkg syscall (freebsd-arm-cgo), const SO_SNDLOWAT = 4099
20575pkg syscall (freebsd-arm-cgo), const SO_SNDTIMEO = 4101
20576pkg syscall (freebsd-arm-cgo), const SO_TIMESTAMP = 1024
20577pkg syscall (freebsd-arm-cgo), const SO_TYPE = 4104
20578pkg syscall (freebsd-arm-cgo), const SO_USELOOPBACK = 64
20579pkg syscall (freebsd-arm-cgo), const SO_USER_COOKIE = 4117
20580pkg syscall (freebsd-arm-cgo), const SYS_ABORT2 = 463
20581pkg syscall (freebsd-arm-cgo), const SYS_ACCEPT = 30
20582pkg syscall (freebsd-arm-cgo), const SYS_ACCESS = 33
20583pkg syscall (freebsd-arm-cgo), const SYS_ACCT = 51
20584pkg syscall (freebsd-arm-cgo), const SYS_ADJTIME = 140
20585pkg syscall (freebsd-arm-cgo), const SYS_AUDIT = 445
20586pkg syscall (freebsd-arm-cgo), const SYS_AUDITCTL = 453
20587pkg syscall (freebsd-arm-cgo), const SYS_AUDITON = 446
20588pkg syscall (freebsd-arm-cgo), const SYS_BIND = 104
20589pkg syscall (freebsd-arm-cgo), const SYS_CAP_ENTER = 516
20590pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_GET = 537
20591pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_LIMIT = 536
20592pkg syscall (freebsd-arm-cgo), const SYS_CAP_GETMODE = 517
20593pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_GET = 535
20594pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_LIMIT = 534
20595pkg syscall (freebsd-arm-cgo), const SYS_CAP_NEW = 514
20596pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_GET = 515
20597pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_LIMIT = 533
20598pkg syscall (freebsd-arm-cgo), const SYS_CHDIR = 12
20599pkg syscall (freebsd-arm-cgo), const SYS_CHFLAGS = 34
20600pkg syscall (freebsd-arm-cgo), const SYS_CHMOD = 15
20601pkg syscall (freebsd-arm-cgo), const SYS_CHOWN = 16
20602pkg syscall (freebsd-arm-cgo), const SYS_CHROOT = 61
20603pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETCPUCLOCKID2 = 247
20604pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETRES = 234
20605pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETTIME = 232
20606pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_SETTIME = 233
20607pkg syscall (freebsd-arm-cgo), const SYS_CLOSE = 6
20608pkg syscall (freebsd-arm-cgo), const SYS_CLOSEFROM = 509
20609pkg syscall (freebsd-arm-cgo), const SYS_CONNECT = 98
20610pkg syscall (freebsd-arm-cgo), const SYS_CPUSET = 484
20611pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_GETAFFINITY = 487
20612pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_GETID = 486
20613pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_SETAFFINITY = 488
20614pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_SETID = 485
20615pkg syscall (freebsd-arm-cgo), const SYS_DUP = 41
20616pkg syscall (freebsd-arm-cgo), const SYS_DUP2 = 90
20617pkg syscall (freebsd-arm-cgo), const SYS_EACCESS = 376
20618pkg syscall (freebsd-arm-cgo), const SYS_EXECVE = 59
20619pkg syscall (freebsd-arm-cgo), const SYS_EXIT = 1
20620pkg syscall (freebsd-arm-cgo), const SYS_EXTATTRCTL = 355
20621pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_FD = 373
20622pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_FILE = 358
20623pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_LINK = 414
20624pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_FD = 372
20625pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_FILE = 357
20626pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_LINK = 413
20627pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_FD = 437
20628pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_FILE = 438
20629pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_LINK = 439
20630pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_FD = 371
20631pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_FILE = 356
20632pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_LINK = 412
20633pkg syscall (freebsd-arm-cgo), const SYS_FACCESSAT = 489
20634pkg syscall (freebsd-arm-cgo), const SYS_FCHDIR = 13
20635pkg syscall (freebsd-arm-cgo), const SYS_FCHFLAGS = 35
20636pkg syscall (freebsd-arm-cgo), const SYS_FCHMOD = 124
20637pkg syscall (freebsd-arm-cgo), const SYS_FCHMODAT = 490
20638pkg syscall (freebsd-arm-cgo), const SYS_FCHOWN = 123
20639pkg syscall (freebsd-arm-cgo), const SYS_FCHOWNAT = 491
20640pkg syscall (freebsd-arm-cgo), const SYS_FCNTL = 92
20641pkg syscall (freebsd-arm-cgo), const SYS_FEXECVE = 492
20642pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_GETCOUNTER = 241
20643pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_GETESTIMATE = 243
20644pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_SETESTIMATE = 242
20645pkg syscall (freebsd-arm-cgo), const SYS_FHOPEN = 298
20646pkg syscall (freebsd-arm-cgo), const SYS_FHSTAT = 299
20647pkg syscall (freebsd-arm-cgo), const SYS_FHSTATFS = 398
20648pkg syscall (freebsd-arm-cgo), const SYS_FLOCK = 131
20649pkg syscall (freebsd-arm-cgo), const SYS_FORK = 2
20650pkg syscall (freebsd-arm-cgo), const SYS_FPATHCONF = 192
20651pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_FTRUNCATE = 201
20652pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_LSEEK = 199
20653pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_MMAP = 197
20654pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_PREAD = 173
20655pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_PWRITE = 174
20656pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_TRUNCATE = 200
20657pkg syscall (freebsd-arm-cgo), const SYS_FSTAT = 189
20658pkg syscall (freebsd-arm-cgo), const SYS_FSTATAT = 493
20659pkg syscall (freebsd-arm-cgo), const SYS_FSTATFS = 397
20660pkg syscall (freebsd-arm-cgo), const SYS_FSYNC = 95
20661pkg syscall (freebsd-arm-cgo), const SYS_FTRUNCATE = 480
20662pkg syscall (freebsd-arm-cgo), const SYS_FUTIMES = 206
20663pkg syscall (freebsd-arm-cgo), const SYS_FUTIMESAT = 494
20664pkg syscall (freebsd-arm-cgo), const SYS_GETAUDIT = 449
20665pkg syscall (freebsd-arm-cgo), const SYS_GETAUDIT_ADDR = 451
20666pkg syscall (freebsd-arm-cgo), const SYS_GETAUID = 447
20667pkg syscall (freebsd-arm-cgo), const SYS_GETCONTEXT = 421
20668pkg syscall (freebsd-arm-cgo), const SYS_GETDENTS = 272
20669pkg syscall (freebsd-arm-cgo), const SYS_GETDIRENTRIES = 196
20670pkg syscall (freebsd-arm-cgo), const SYS_GETDTABLESIZE = 89
20671pkg syscall (freebsd-arm-cgo), const SYS_GETEGID = 43
20672pkg syscall (freebsd-arm-cgo), const SYS_GETEUID = 25
20673pkg syscall (freebsd-arm-cgo), const SYS_GETFH = 161
20674pkg syscall (freebsd-arm-cgo), const SYS_GETFSSTAT = 395
20675pkg syscall (freebsd-arm-cgo), const SYS_GETGID = 47
20676pkg syscall (freebsd-arm-cgo), const SYS_GETGROUPS = 79
20677pkg syscall (freebsd-arm-cgo), const SYS_GETITIMER = 86
20678pkg syscall (freebsd-arm-cgo), const SYS_GETLOGIN = 49
20679pkg syscall (freebsd-arm-cgo), const SYS_GETLOGINCLASS = 523
20680pkg syscall (freebsd-arm-cgo), const SYS_GETPEERNAME = 31
20681pkg syscall (freebsd-arm-cgo), const SYS_GETPGID = 207
20682pkg syscall (freebsd-arm-cgo), const SYS_GETPGRP = 81
20683pkg syscall (freebsd-arm-cgo), const SYS_GETPID = 20
20684pkg syscall (freebsd-arm-cgo), const SYS_GETPPID = 39
20685pkg syscall (freebsd-arm-cgo), const SYS_GETPRIORITY = 100
20686pkg syscall (freebsd-arm-cgo), const SYS_GETRESGID = 361
20687pkg syscall (freebsd-arm-cgo), const SYS_GETRESUID = 360
20688pkg syscall (freebsd-arm-cgo), const SYS_GETRLIMIT = 194
20689pkg syscall (freebsd-arm-cgo), const SYS_GETRUSAGE = 117
20690pkg syscall (freebsd-arm-cgo), const SYS_GETSID = 310
20691pkg syscall (freebsd-arm-cgo), const SYS_GETSOCKNAME = 32
20692pkg syscall (freebsd-arm-cgo), const SYS_GETSOCKOPT = 118
20693pkg syscall (freebsd-arm-cgo), const SYS_GETTIMEOFDAY = 116
20694pkg syscall (freebsd-arm-cgo), const SYS_GETUID = 24
20695pkg syscall (freebsd-arm-cgo), const SYS_IOCTL = 54
20696pkg syscall (freebsd-arm-cgo), const SYS_ISSETUGID = 253
20697pkg syscall (freebsd-arm-cgo), const SYS_JAIL = 338
20698pkg syscall (freebsd-arm-cgo), const SYS_JAIL_ATTACH = 436
20699pkg syscall (freebsd-arm-cgo), const SYS_JAIL_GET = 506
20700pkg syscall (freebsd-arm-cgo), const SYS_JAIL_REMOVE = 508
20701pkg syscall (freebsd-arm-cgo), const SYS_JAIL_SET = 507
20702pkg syscall (freebsd-arm-cgo), const SYS_KENV = 390
20703pkg syscall (freebsd-arm-cgo), const SYS_KEVENT = 363
20704pkg syscall (freebsd-arm-cgo), const SYS_KILL = 37
20705pkg syscall (freebsd-arm-cgo), const SYS_KLDFIND = 306
20706pkg syscall (freebsd-arm-cgo), const SYS_KLDFIRSTMOD = 309
20707pkg syscall (freebsd-arm-cgo), const SYS_KLDLOAD = 304
20708pkg syscall (freebsd-arm-cgo), const SYS_KLDNEXT = 307
20709pkg syscall (freebsd-arm-cgo), const SYS_KLDSTAT = 308
20710pkg syscall (freebsd-arm-cgo), const SYS_KLDSYM = 337
20711pkg syscall (freebsd-arm-cgo), const SYS_KLDUNLOAD = 305
20712pkg syscall (freebsd-arm-cgo), const SYS_KLDUNLOADF = 444
20713pkg syscall (freebsd-arm-cgo), const SYS_KQUEUE = 362
20714pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_CREATE = 235
20715pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_DELETE = 236
20716pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_GETOVERRUN = 239
20717pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_GETTIME = 238
20718pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_SETTIME = 237
20719pkg syscall (freebsd-arm-cgo), const SYS_KTRACE = 45
20720pkg syscall (freebsd-arm-cgo), const SYS_LCHFLAGS = 391
20721pkg syscall (freebsd-arm-cgo), const SYS_LCHMOD = 274
20722pkg syscall (freebsd-arm-cgo), const SYS_LCHOWN = 254
20723pkg syscall (freebsd-arm-cgo), const SYS_LGETFH = 160
20724pkg syscall (freebsd-arm-cgo), const SYS_LINK = 9
20725pkg syscall (freebsd-arm-cgo), const SYS_LINKAT = 495
20726pkg syscall (freebsd-arm-cgo), const SYS_LISTEN = 106
20727pkg syscall (freebsd-arm-cgo), const SYS_LPATHCONF = 513
20728pkg syscall (freebsd-arm-cgo), const SYS_LSEEK = 478
20729pkg syscall (freebsd-arm-cgo), const SYS_LSTAT = 190
20730pkg syscall (freebsd-arm-cgo), const SYS_LUTIMES = 276
20731pkg syscall (freebsd-arm-cgo), const SYS_MAC_SYSCALL = 394
20732pkg syscall (freebsd-arm-cgo), const SYS_MADVISE = 75
20733pkg syscall (freebsd-arm-cgo), const SYS_MINCORE = 78
20734pkg syscall (freebsd-arm-cgo), const SYS_MINHERIT = 250
20735pkg syscall (freebsd-arm-cgo), const SYS_MKDIR = 136
20736pkg syscall (freebsd-arm-cgo), const SYS_MKDIRAT = 496
20737pkg syscall (freebsd-arm-cgo), const SYS_MKFIFO = 132
20738pkg syscall (freebsd-arm-cgo), const SYS_MKFIFOAT = 497
20739pkg syscall (freebsd-arm-cgo), const SYS_MKNOD = 14
20740pkg syscall (freebsd-arm-cgo), const SYS_MKNODAT = 498
20741pkg syscall (freebsd-arm-cgo), const SYS_MLOCK = 203
20742pkg syscall (freebsd-arm-cgo), const SYS_MLOCKALL = 324
20743pkg syscall (freebsd-arm-cgo), const SYS_MMAP = 477
20744pkg syscall (freebsd-arm-cgo), const SYS_MODFIND = 303
20745pkg syscall (freebsd-arm-cgo), const SYS_MODFNEXT = 302
20746pkg syscall (freebsd-arm-cgo), const SYS_MODNEXT = 300
20747pkg syscall (freebsd-arm-cgo), const SYS_MODSTAT = 301
20748pkg syscall (freebsd-arm-cgo), const SYS_MOUNT = 21
20749pkg syscall (freebsd-arm-cgo), const SYS_MPROTECT = 74
20750pkg syscall (freebsd-arm-cgo), const SYS_MSYNC = 65
20751pkg syscall (freebsd-arm-cgo), const SYS_MUNLOCK = 204
20752pkg syscall (freebsd-arm-cgo), const SYS_MUNLOCKALL = 325
20753pkg syscall (freebsd-arm-cgo), const SYS_MUNMAP = 73
20754pkg syscall (freebsd-arm-cgo), const SYS_NANOSLEEP = 240
20755pkg syscall (freebsd-arm-cgo), const SYS_NFSTAT = 279
20756pkg syscall (freebsd-arm-cgo), const SYS_NLSTAT = 280
20757pkg syscall (freebsd-arm-cgo), const SYS_NMOUNT = 378
20758pkg syscall (freebsd-arm-cgo), const SYS_NSTAT = 278
20759pkg syscall (freebsd-arm-cgo), const SYS_NTP_ADJTIME = 176
20760pkg syscall (freebsd-arm-cgo), const SYS_NTP_GETTIME = 248
20761pkg syscall (freebsd-arm-cgo), const SYS_OBREAK = 17
20762pkg syscall (freebsd-arm-cgo), const SYS_OPEN = 5
20763pkg syscall (freebsd-arm-cgo), const SYS_OPENAT = 499
20764pkg syscall (freebsd-arm-cgo), const SYS_OPENBSD_POLL = 252
20765pkg syscall (freebsd-arm-cgo), const SYS_OVADVISE = 72
20766pkg syscall (freebsd-arm-cgo), const SYS_PATHCONF = 191
20767pkg syscall (freebsd-arm-cgo), const SYS_PDFORK = 518
20768pkg syscall (freebsd-arm-cgo), const SYS_PDGETPID = 520
20769pkg syscall (freebsd-arm-cgo), const SYS_PDKILL = 519
20770pkg syscall (freebsd-arm-cgo), const SYS_PIPE = 42
20771pkg syscall (freebsd-arm-cgo), const SYS_POLL = 209
20772pkg syscall (freebsd-arm-cgo), const SYS_POSIX_FADVISE = 531
20773pkg syscall (freebsd-arm-cgo), const SYS_POSIX_FALLOCATE = 530
20774pkg syscall (freebsd-arm-cgo), const SYS_POSIX_OPENPT = 504
20775pkg syscall (freebsd-arm-cgo), const SYS_PREAD = 475
20776pkg syscall (freebsd-arm-cgo), const SYS_PREADV = 289
20777pkg syscall (freebsd-arm-cgo), const SYS_PROFIL = 44
20778pkg syscall (freebsd-arm-cgo), const SYS_PSELECT = 522
20779pkg syscall (freebsd-arm-cgo), const SYS_PTRACE = 26
20780pkg syscall (freebsd-arm-cgo), const SYS_PWRITE = 476
20781pkg syscall (freebsd-arm-cgo), const SYS_PWRITEV = 290
20782pkg syscall (freebsd-arm-cgo), const SYS_QUOTACTL = 148
20783pkg syscall (freebsd-arm-cgo), const SYS_RCTL_ADD_RULE = 528
20784pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_LIMITS = 527
20785pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_RACCT = 525
20786pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_RULES = 526
20787pkg syscall (freebsd-arm-cgo), const SYS_RCTL_REMOVE_RULE = 529
20788pkg syscall (freebsd-arm-cgo), const SYS_READ = 3
20789pkg syscall (freebsd-arm-cgo), const SYS_READLINK = 58
20790pkg syscall (freebsd-arm-cgo), const SYS_READLINKAT = 500
20791pkg syscall (freebsd-arm-cgo), const SYS_READV = 120
20792pkg syscall (freebsd-arm-cgo), const SYS_REBOOT = 55
20793pkg syscall (freebsd-arm-cgo), const SYS_RECVFROM = 29
20794pkg syscall (freebsd-arm-cgo), const SYS_RECVMSG = 27
20795pkg syscall (freebsd-arm-cgo), const SYS_RENAME = 128
20796pkg syscall (freebsd-arm-cgo), const SYS_RENAMEAT = 501
20797pkg syscall (freebsd-arm-cgo), const SYS_REVOKE = 56
20798pkg syscall (freebsd-arm-cgo), const SYS_RFORK = 251
20799pkg syscall (freebsd-arm-cgo), const SYS_RMDIR = 137
20800pkg syscall (freebsd-arm-cgo), const SYS_RTPRIO = 166
20801pkg syscall (freebsd-arm-cgo), const SYS_RTPRIO_THREAD = 466
20802pkg syscall (freebsd-arm-cgo), const SYS_SBRK = 69
20803pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GETPARAM = 328
20804pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GETSCHEDULER = 330
20805pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 332
20806pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 333
20807pkg syscall (freebsd-arm-cgo), const SYS_SCHED_RR_GET_INTERVAL = 334
20808pkg syscall (freebsd-arm-cgo), const SYS_SCHED_SETPARAM = 327
20809pkg syscall (freebsd-arm-cgo), const SYS_SCHED_SETSCHEDULER = 329
20810pkg syscall (freebsd-arm-cgo), const SYS_SCHED_YIELD = 331
20811pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_RECVMSG = 474
20812pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_SENDMSG = 472
20813pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
20814pkg syscall (freebsd-arm-cgo), const SYS_SCTP_PEELOFF = 471
20815pkg syscall (freebsd-arm-cgo), const SYS_SELECT = 93
20816pkg syscall (freebsd-arm-cgo), const SYS_SENDFILE = 393
20817pkg syscall (freebsd-arm-cgo), const SYS_SENDMSG = 28
20818pkg syscall (freebsd-arm-cgo), const SYS_SENDTO = 133
20819pkg syscall (freebsd-arm-cgo), const SYS_SETAUDIT = 450
20820pkg syscall (freebsd-arm-cgo), const SYS_SETAUDIT_ADDR = 452
20821pkg syscall (freebsd-arm-cgo), const SYS_SETAUID = 448
20822pkg syscall (freebsd-arm-cgo), const SYS_SETCONTEXT = 422
20823pkg syscall (freebsd-arm-cgo), const SYS_SETEGID = 182
20824pkg syscall (freebsd-arm-cgo), const SYS_SETEUID = 183
20825pkg syscall (freebsd-arm-cgo), const SYS_SETFIB = 175
20826pkg syscall (freebsd-arm-cgo), const SYS_SETGID = 181
20827pkg syscall (freebsd-arm-cgo), const SYS_SETGROUPS = 80
20828pkg syscall (freebsd-arm-cgo), const SYS_SETITIMER = 83
20829pkg syscall (freebsd-arm-cgo), const SYS_SETLOGIN = 50
20830pkg syscall (freebsd-arm-cgo), const SYS_SETLOGINCLASS = 524
20831pkg syscall (freebsd-arm-cgo), const SYS_SETPGID = 82
20832pkg syscall (freebsd-arm-cgo), const SYS_SETPRIORITY = 96
20833pkg syscall (freebsd-arm-cgo), const SYS_SETREGID = 127
20834pkg syscall (freebsd-arm-cgo), const SYS_SETRESGID = 312
20835pkg syscall (freebsd-arm-cgo), const SYS_SETRESUID = 311
20836pkg syscall (freebsd-arm-cgo), const SYS_SETREUID = 126
20837pkg syscall (freebsd-arm-cgo), const SYS_SETRLIMIT = 195
20838pkg syscall (freebsd-arm-cgo), const SYS_SETSID = 147
20839pkg syscall (freebsd-arm-cgo), const SYS_SETSOCKOPT = 105
20840pkg syscall (freebsd-arm-cgo), const SYS_SETTIMEOFDAY = 122
20841pkg syscall (freebsd-arm-cgo), const SYS_SETUID = 23
20842pkg syscall (freebsd-arm-cgo), const SYS_SHM_OPEN = 482
20843pkg syscall (freebsd-arm-cgo), const SYS_SHM_UNLINK = 483
20844pkg syscall (freebsd-arm-cgo), const SYS_SHUTDOWN = 134
20845pkg syscall (freebsd-arm-cgo), const SYS_SIGACTION = 416
20846pkg syscall (freebsd-arm-cgo), const SYS_SIGALTSTACK = 53
20847pkg syscall (freebsd-arm-cgo), const SYS_SIGPENDING = 343
20848pkg syscall (freebsd-arm-cgo), const SYS_SIGPROCMASK = 340
20849pkg syscall (freebsd-arm-cgo), const SYS_SIGQUEUE = 456
20850pkg syscall (freebsd-arm-cgo), const SYS_SIGRETURN = 417
20851pkg syscall (freebsd-arm-cgo), const SYS_SIGSUSPEND = 341
20852pkg syscall (freebsd-arm-cgo), const SYS_SIGTIMEDWAIT = 345
20853pkg syscall (freebsd-arm-cgo), const SYS_SIGWAIT = 429
20854pkg syscall (freebsd-arm-cgo), const SYS_SIGWAITINFO = 346
20855pkg syscall (freebsd-arm-cgo), const SYS_SOCKET = 97
20856pkg syscall (freebsd-arm-cgo), const SYS_SOCKETPAIR = 135
20857pkg syscall (freebsd-arm-cgo), const SYS_SSTK = 70
20858pkg syscall (freebsd-arm-cgo), const SYS_STAT = 188
20859pkg syscall (freebsd-arm-cgo), const SYS_STATFS = 396
20860pkg syscall (freebsd-arm-cgo), const SYS_SWAPCONTEXT = 423
20861pkg syscall (freebsd-arm-cgo), const SYS_SWAPOFF = 424
20862pkg syscall (freebsd-arm-cgo), const SYS_SWAPON = 85
20863pkg syscall (freebsd-arm-cgo), const SYS_SYMLINK = 57
20864pkg syscall (freebsd-arm-cgo), const SYS_SYMLINKAT = 502
20865pkg syscall (freebsd-arm-cgo), const SYS_SYNC = 36
20866pkg syscall (freebsd-arm-cgo), const SYS_SYSARCH = 165
20867pkg syscall (freebsd-arm-cgo), const SYS_THR_CREATE = 430
20868pkg syscall (freebsd-arm-cgo), const SYS_THR_EXIT = 431
20869pkg syscall (freebsd-arm-cgo), const SYS_THR_KILL = 433
20870pkg syscall (freebsd-arm-cgo), const SYS_THR_KILL2 = 481
20871pkg syscall (freebsd-arm-cgo), const SYS_THR_NEW = 455
20872pkg syscall (freebsd-arm-cgo), const SYS_THR_SELF = 432
20873pkg syscall (freebsd-arm-cgo), const SYS_THR_SET_NAME = 464
20874pkg syscall (freebsd-arm-cgo), const SYS_THR_SUSPEND = 442
20875pkg syscall (freebsd-arm-cgo), const SYS_THR_WAKE = 443
20876pkg syscall (freebsd-arm-cgo), const SYS_TRUNCATE = 479
20877pkg syscall (freebsd-arm-cgo), const SYS_UMASK = 60
20878pkg syscall (freebsd-arm-cgo), const SYS_UNDELETE = 205
20879pkg syscall (freebsd-arm-cgo), const SYS_UNLINK = 10
20880pkg syscall (freebsd-arm-cgo), const SYS_UNLINKAT = 503
20881pkg syscall (freebsd-arm-cgo), const SYS_UNMOUNT = 22
20882pkg syscall (freebsd-arm-cgo), const SYS_UTIMES = 138
20883pkg syscall (freebsd-arm-cgo), const SYS_UTRACE = 335
20884pkg syscall (freebsd-arm-cgo), const SYS_UUIDGEN = 392
20885pkg syscall (freebsd-arm-cgo), const SYS_VFORK = 66
20886pkg syscall (freebsd-arm-cgo), const SYS_WAIT4 = 7
20887pkg syscall (freebsd-arm-cgo), const SYS_WAIT6 = 532
20888pkg syscall (freebsd-arm-cgo), const SYS_WRITE = 4
20889pkg syscall (freebsd-arm-cgo), const SYS_WRITEV = 121
20890pkg syscall (freebsd-arm-cgo), const SYS_YIELD = 321
20891pkg syscall (freebsd-arm-cgo), const SYS__UMTX_LOCK = 434
20892pkg syscall (freebsd-arm-cgo), const SYS__UMTX_OP = 454
20893pkg syscall (freebsd-arm-cgo), const SYS__UMTX_UNLOCK = 435
20894pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_FD = 354
20895pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_FILE = 353
20896pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_LINK = 428
20897pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_FD = 352
20898pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_FILE = 351
20899pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_LINK = 427
20900pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_FD = 349
20901pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_FILE = 347
20902pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_LINK = 425
20903pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_FD = 350
20904pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_FILE = 348
20905pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_LINK = 426
20906pkg syscall (freebsd-arm-cgo), const SYS___GETCWD = 326
20907pkg syscall (freebsd-arm-cgo), const SYS___MAC_EXECVE = 415
20908pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_FD = 386
20909pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_FILE = 387
20910pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_LINK = 410
20911pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_PID = 409
20912pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_PROC = 384
20913pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_FD = 388
20914pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_FILE = 389
20915pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_LINK = 411
20916pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_PROC = 385
20917pkg syscall (freebsd-arm-cgo), const SYS___SETUGID = 374
20918pkg syscall (freebsd-arm-cgo), const SYS___SYSCTL = 202
20919pkg syscall (freebsd-arm-cgo), const S_IFMT = 61440
20920pkg syscall (freebsd-arm-cgo), const SizeofBpfHdr = 24
20921pkg syscall (freebsd-arm-cgo), const SizeofBpfInsn = 8
20922pkg syscall (freebsd-arm-cgo), const SizeofBpfProgram = 8
20923pkg syscall (freebsd-arm-cgo), const SizeofBpfStat = 8
20924pkg syscall (freebsd-arm-cgo), const SizeofBpfVersion = 4
20925pkg syscall (freebsd-arm-cgo), const SizeofBpfZbuf = 12
20926pkg syscall (freebsd-arm-cgo), const SizeofBpfZbufHeader = 32
20927pkg syscall (freebsd-arm-cgo), const SizeofCmsghdr = 12
20928pkg syscall (freebsd-arm-cgo), const SizeofIPMreq = 8
20929pkg syscall (freebsd-arm-cgo), const SizeofIPMreqn = 12
20930pkg syscall (freebsd-arm-cgo), const SizeofIPv6Mreq = 20
20931pkg syscall (freebsd-arm-cgo), const SizeofIfAnnounceMsghdr = 24
20932pkg syscall (freebsd-arm-cgo), const SizeofIfData = 88
20933pkg syscall (freebsd-arm-cgo), const SizeofIfMsghdr = 104
20934pkg syscall (freebsd-arm-cgo), const SizeofIfaMsghdr = 20
20935pkg syscall (freebsd-arm-cgo), const SizeofIfmaMsghdr = 16
20936pkg syscall (freebsd-arm-cgo), const SizeofInet6Pktinfo = 20
20937pkg syscall (freebsd-arm-cgo), const SizeofLinger = 8
20938pkg syscall (freebsd-arm-cgo), const SizeofMsghdr = 28
20939pkg syscall (freebsd-arm-cgo), const SizeofRtMetrics = 56
20940pkg syscall (freebsd-arm-cgo), const SizeofRtMsghdr = 92
20941pkg syscall (freebsd-arm-cgo), const SizeofSockaddrAny = 108
20942pkg syscall (freebsd-arm-cgo), const SizeofSockaddrDatalink = 56
20943pkg syscall (freebsd-arm-cgo), const SizeofSockaddrInet4 = 16
20944pkg syscall (freebsd-arm-cgo), const SizeofSockaddrInet6 = 28
20945pkg syscall (freebsd-arm-cgo), const SizeofSockaddrUnix = 108
20946pkg syscall (freebsd-arm-cgo), const TCIFLUSH = 1
20947pkg syscall (freebsd-arm-cgo), const TCIOFLUSH = 3
20948pkg syscall (freebsd-arm-cgo), const TCOFLUSH = 2
20949pkg syscall (freebsd-arm-cgo), const TCP_CA_NAME_MAX = 16
20950pkg syscall (freebsd-arm-cgo), const TCP_CONGESTION = 64
20951pkg syscall (freebsd-arm-cgo), const TCP_INFO = 32
20952pkg syscall (freebsd-arm-cgo), const TCP_KEEPCNT = 1024
20953pkg syscall (freebsd-arm-cgo), const TCP_KEEPIDLE = 256
20954pkg syscall (freebsd-arm-cgo), const TCP_KEEPINIT = 128
20955pkg syscall (freebsd-arm-cgo), const TCP_KEEPINTVL = 512
20956pkg syscall (freebsd-arm-cgo), const TCP_MAXBURST = 4
20957pkg syscall (freebsd-arm-cgo), const TCP_MAXHLEN = 60
20958pkg syscall (freebsd-arm-cgo), const TCP_MAXOLEN = 40
20959pkg syscall (freebsd-arm-cgo), const TCP_MAXSEG = 2
20960pkg syscall (freebsd-arm-cgo), const TCP_MAXWIN = 65535
20961pkg syscall (freebsd-arm-cgo), const TCP_MAX_SACK = 4
20962pkg syscall (freebsd-arm-cgo), const TCP_MAX_WINSHIFT = 14
20963pkg syscall (freebsd-arm-cgo), const TCP_MD5SIG = 16
20964pkg syscall (freebsd-arm-cgo), const TCP_MINMSS = 216
20965pkg syscall (freebsd-arm-cgo), const TCP_MSS = 536
20966pkg syscall (freebsd-arm-cgo), const TCP_NOOPT = 8
20967pkg syscall (freebsd-arm-cgo), const TCP_NOPUSH = 4
20968pkg syscall (freebsd-arm-cgo), const TCSAFLUSH = 2
20969pkg syscall (freebsd-arm-cgo), const TIOCCBRK = 536900730
20970pkg syscall (freebsd-arm-cgo), const TIOCCDTR = 536900728
20971pkg syscall (freebsd-arm-cgo), const TIOCCONS = 2147775586
20972pkg syscall (freebsd-arm-cgo), const TIOCDRAIN = 536900702
20973pkg syscall (freebsd-arm-cgo), const TIOCEXCL = 536900621
20974pkg syscall (freebsd-arm-cgo), const TIOCEXT = 2147775584
20975pkg syscall (freebsd-arm-cgo), const TIOCFLUSH = 2147775504
20976pkg syscall (freebsd-arm-cgo), const TIOCGDRAINWAIT = 1074033750
20977pkg syscall (freebsd-arm-cgo), const TIOCGETA = 1076655123
20978pkg syscall (freebsd-arm-cgo), const TIOCGETD = 1074033690
20979pkg syscall (freebsd-arm-cgo), const TIOCGPGRP = 1074033783
20980pkg syscall (freebsd-arm-cgo), const TIOCGPTN = 1074033679
20981pkg syscall (freebsd-arm-cgo), const TIOCGSID = 1074033763
20982pkg syscall (freebsd-arm-cgo), const TIOCGWINSZ = 1074295912
20983pkg syscall (freebsd-arm-cgo), const TIOCMBIC = 2147775595
20984pkg syscall (freebsd-arm-cgo), const TIOCMBIS = 2147775596
20985pkg syscall (freebsd-arm-cgo), const TIOCMGDTRWAIT = 1074033754
20986pkg syscall (freebsd-arm-cgo), const TIOCMGET = 1074033770
20987pkg syscall (freebsd-arm-cgo), const TIOCMSDTRWAIT = 2147775579
20988pkg syscall (freebsd-arm-cgo), const TIOCMSET = 2147775597
20989pkg syscall (freebsd-arm-cgo), const TIOCM_CAR = 64
20990pkg syscall (freebsd-arm-cgo), const TIOCM_CD = 64
20991pkg syscall (freebsd-arm-cgo), const TIOCM_CTS = 32
20992pkg syscall (freebsd-arm-cgo), const TIOCM_DCD = 64
20993pkg syscall (freebsd-arm-cgo), const TIOCM_DSR = 256
20994pkg syscall (freebsd-arm-cgo), const TIOCM_DTR = 2
20995pkg syscall (freebsd-arm-cgo), const TIOCM_LE = 1
20996pkg syscall (freebsd-arm-cgo), const TIOCM_RI = 128
20997pkg syscall (freebsd-arm-cgo), const TIOCM_RNG = 128
20998pkg syscall (freebsd-arm-cgo), const TIOCM_RTS = 4
20999pkg syscall (freebsd-arm-cgo), const TIOCM_SR = 16
21000pkg syscall (freebsd-arm-cgo), const TIOCM_ST = 8
21001pkg syscall (freebsd-arm-cgo), const TIOCNOTTY = 536900721
21002pkg syscall (freebsd-arm-cgo), const TIOCNXCL = 536900622
21003pkg syscall (freebsd-arm-cgo), const TIOCOUTQ = 1074033779
21004pkg syscall (freebsd-arm-cgo), const TIOCPKT = 2147775600
21005pkg syscall (freebsd-arm-cgo), const TIOCPKT_DATA = 0
21006pkg syscall (freebsd-arm-cgo), const TIOCPKT_DOSTOP = 32
21007pkg syscall (freebsd-arm-cgo), const TIOCPKT_FLUSHREAD = 1
21008pkg syscall (freebsd-arm-cgo), const TIOCPKT_FLUSHWRITE = 2
21009pkg syscall (freebsd-arm-cgo), const TIOCPKT_IOCTL = 64
21010pkg syscall (freebsd-arm-cgo), const TIOCPKT_NOSTOP = 16
21011pkg syscall (freebsd-arm-cgo), const TIOCPKT_START = 8
21012pkg syscall (freebsd-arm-cgo), const TIOCPKT_STOP = 4
21013pkg syscall (freebsd-arm-cgo), const TIOCPTMASTER = 536900636
21014pkg syscall (freebsd-arm-cgo), const TIOCSBRK = 536900731
21015pkg syscall (freebsd-arm-cgo), const TIOCSCTTY = 536900705
21016pkg syscall (freebsd-arm-cgo), const TIOCSDRAINWAIT = 2147775575
21017pkg syscall (freebsd-arm-cgo), const TIOCSDTR = 536900729
21018pkg syscall (freebsd-arm-cgo), const TIOCSETA = 2150396948
21019pkg syscall (freebsd-arm-cgo), const TIOCSETAF = 2150396950
21020pkg syscall (freebsd-arm-cgo), const TIOCSETAW = 2150396949
21021pkg syscall (freebsd-arm-cgo), const TIOCSETD = 2147775515
21022pkg syscall (freebsd-arm-cgo), const TIOCSIG = 537162847
21023pkg syscall (freebsd-arm-cgo), const TIOCSPGRP = 2147775606
21024pkg syscall (freebsd-arm-cgo), const TIOCSTART = 536900718
21025pkg syscall (freebsd-arm-cgo), const TIOCSTAT = 536900709
21026pkg syscall (freebsd-arm-cgo), const TIOCSTI = 2147578994
21027pkg syscall (freebsd-arm-cgo), const TIOCSTOP = 536900719
21028pkg syscall (freebsd-arm-cgo), const TIOCSWINSZ = 2148037735
21029pkg syscall (freebsd-arm-cgo), const TIOCTIMESTAMP = 1074558041
21030pkg syscall (freebsd-arm-cgo), const TIOCUCNTL = 2147775590
21031pkg syscall (freebsd-arm-cgo), const TOSTOP = 4194304
21032pkg syscall (freebsd-arm-cgo), const VDISCARD = 15
21033pkg syscall (freebsd-arm-cgo), const VDSUSP = 11
21034pkg syscall (freebsd-arm-cgo), const VEOF = 0
21035pkg syscall (freebsd-arm-cgo), const VEOL = 1
21036pkg syscall (freebsd-arm-cgo), const VEOL2 = 2
21037pkg syscall (freebsd-arm-cgo), const VERASE = 3
21038pkg syscall (freebsd-arm-cgo), const VERASE2 = 7
21039pkg syscall (freebsd-arm-cgo), const VINTR = 8
21040pkg syscall (freebsd-arm-cgo), const VKILL = 5
21041pkg syscall (freebsd-arm-cgo), const VLNEXT = 14
21042pkg syscall (freebsd-arm-cgo), const VMIN = 16
21043pkg syscall (freebsd-arm-cgo), const VQUIT = 9
21044pkg syscall (freebsd-arm-cgo), const VREPRINT = 6
21045pkg syscall (freebsd-arm-cgo), const VSTART = 12
21046pkg syscall (freebsd-arm-cgo), const VSTATUS = 18
21047pkg syscall (freebsd-arm-cgo), const VSTOP = 13
21048pkg syscall (freebsd-arm-cgo), const VSUSP = 10
21049pkg syscall (freebsd-arm-cgo), const VTIME = 17
21050pkg syscall (freebsd-arm-cgo), const VWERASE = 4
21051pkg syscall (freebsd-arm-cgo), const WCONTINUED = 4
21052pkg syscall (freebsd-arm-cgo), const WCOREFLAG = 128
21053pkg syscall (freebsd-arm-cgo), const WEXITED = 16
21054pkg syscall (freebsd-arm-cgo), const WLINUXCLONE = 2147483648
21055pkg syscall (freebsd-arm-cgo), const WNOHANG = 1
21056pkg syscall (freebsd-arm-cgo), const WNOWAIT = 8
21057pkg syscall (freebsd-arm-cgo), const WSTOPPED = 2
21058pkg syscall (freebsd-arm-cgo), const WTRAPPED = 32
21059pkg syscall (freebsd-arm-cgo), const WUNTRACED = 2
21060pkg syscall (linux-386), const AF_ALG = 38
21061pkg syscall (linux-386), const AF_APPLETALK = 5
21062pkg syscall (linux-386), const AF_ASH = 18
21063pkg syscall (linux-386), const AF_ATMPVC = 8
21064pkg syscall (linux-386), const AF_ATMSVC = 20
21065pkg syscall (linux-386), const AF_AX25 = 3
21066pkg syscall (linux-386), const AF_BLUETOOTH = 31
21067pkg syscall (linux-386), const AF_BRIDGE = 7
21068pkg syscall (linux-386), const AF_CAIF = 37
21069pkg syscall (linux-386), const AF_CAN = 29
21070pkg syscall (linux-386), const AF_DECnet = 12
21071pkg syscall (linux-386), const AF_ECONET = 19
21072pkg syscall (linux-386), const AF_FILE = 1
21073pkg syscall (linux-386), const AF_IEEE802154 = 36
21074pkg syscall (linux-386), const AF_INET6 = 10
21075pkg syscall (linux-386), const AF_IPX = 4
21076pkg syscall (linux-386), const AF_IRDA = 23
21077pkg syscall (linux-386), const AF_ISDN = 34
21078pkg syscall (linux-386), const AF_IUCV = 32
21079pkg syscall (linux-386), const AF_KEY = 15
21080pkg syscall (linux-386), const AF_LLC = 26
21081pkg syscall (linux-386), const AF_LOCAL = 1
21082pkg syscall (linux-386), const AF_MAX = 39
21083pkg syscall (linux-386), const AF_NETBEUI = 13
21084pkg syscall (linux-386), const AF_NETLINK = 16
21085pkg syscall (linux-386), const AF_NETROM = 6
21086pkg syscall (linux-386), const AF_PACKET = 17
21087pkg syscall (linux-386), const AF_PHONET = 35
21088pkg syscall (linux-386), const AF_PPPOX = 24
21089pkg syscall (linux-386), const AF_RDS = 21
21090pkg syscall (linux-386), const AF_ROSE = 11
21091pkg syscall (linux-386), const AF_ROUTE = 16
21092pkg syscall (linux-386), const AF_RXRPC = 33
21093pkg syscall (linux-386), const AF_SECURITY = 14
21094pkg syscall (linux-386), const AF_SNA = 22
21095pkg syscall (linux-386), const AF_TIPC = 30
21096pkg syscall (linux-386), const AF_WANPIPE = 25
21097pkg syscall (linux-386), const AF_X25 = 9
21098pkg syscall (linux-386), const ARPHRD_ADAPT = 264
21099pkg syscall (linux-386), const ARPHRD_APPLETLK = 8
21100pkg syscall (linux-386), const ARPHRD_ARCNET = 7
21101pkg syscall (linux-386), const ARPHRD_ASH = 781
21102pkg syscall (linux-386), const ARPHRD_ATM = 19
21103pkg syscall (linux-386), const ARPHRD_AX25 = 3
21104pkg syscall (linux-386), const ARPHRD_BIF = 775
21105pkg syscall (linux-386), const ARPHRD_CHAOS = 5
21106pkg syscall (linux-386), const ARPHRD_CISCO = 513
21107pkg syscall (linux-386), const ARPHRD_CSLIP = 257
21108pkg syscall (linux-386), const ARPHRD_CSLIP6 = 259
21109pkg syscall (linux-386), const ARPHRD_DDCMP = 517
21110pkg syscall (linux-386), const ARPHRD_DLCI = 15
21111pkg syscall (linux-386), const ARPHRD_ECONET = 782
21112pkg syscall (linux-386), const ARPHRD_EETHER = 2
21113pkg syscall (linux-386), const ARPHRD_ETHER = 1
21114pkg syscall (linux-386), const ARPHRD_EUI64 = 27
21115pkg syscall (linux-386), const ARPHRD_FCAL = 785
21116pkg syscall (linux-386), const ARPHRD_FCFABRIC = 787
21117pkg syscall (linux-386), const ARPHRD_FCPL = 786
21118pkg syscall (linux-386), const ARPHRD_FCPP = 784
21119pkg syscall (linux-386), const ARPHRD_FDDI = 774
21120pkg syscall (linux-386), const ARPHRD_FRAD = 770
21121pkg syscall (linux-386), const ARPHRD_HDLC = 513
21122pkg syscall (linux-386), const ARPHRD_HIPPI = 780
21123pkg syscall (linux-386), const ARPHRD_HWX25 = 272
21124pkg syscall (linux-386), const ARPHRD_IEEE1394 = 24
21125pkg syscall (linux-386), const ARPHRD_IEEE802 = 6
21126pkg syscall (linux-386), const ARPHRD_IEEE80211 = 801
21127pkg syscall (linux-386), const ARPHRD_IEEE80211_PRISM = 802
21128pkg syscall (linux-386), const ARPHRD_IEEE80211_RADIOTAP = 803
21129pkg syscall (linux-386), const ARPHRD_IEEE802154 = 804
21130pkg syscall (linux-386), const ARPHRD_IEEE802154_PHY = 805
21131pkg syscall (linux-386), const ARPHRD_IEEE802_TR = 800
21132pkg syscall (linux-386), const ARPHRD_INFINIBAND = 32
21133pkg syscall (linux-386), const ARPHRD_IPDDP = 777
21134pkg syscall (linux-386), const ARPHRD_IPGRE = 778
21135pkg syscall (linux-386), const ARPHRD_IRDA = 783
21136pkg syscall (linux-386), const ARPHRD_LAPB = 516
21137pkg syscall (linux-386), const ARPHRD_LOCALTLK = 773
21138pkg syscall (linux-386), const ARPHRD_LOOPBACK = 772
21139pkg syscall (linux-386), const ARPHRD_METRICOM = 23
21140pkg syscall (linux-386), const ARPHRD_NETROM = 0
21141pkg syscall (linux-386), const ARPHRD_NONE = 65534
21142pkg syscall (linux-386), const ARPHRD_PIMREG = 779
21143pkg syscall (linux-386), const ARPHRD_PPP = 512
21144pkg syscall (linux-386), const ARPHRD_PRONET = 4
21145pkg syscall (linux-386), const ARPHRD_RAWHDLC = 518
21146pkg syscall (linux-386), const ARPHRD_ROSE = 270
21147pkg syscall (linux-386), const ARPHRD_RSRVD = 260
21148pkg syscall (linux-386), const ARPHRD_SIT = 776
21149pkg syscall (linux-386), const ARPHRD_SKIP = 771
21150pkg syscall (linux-386), const ARPHRD_SLIP = 256
21151pkg syscall (linux-386), const ARPHRD_SLIP6 = 258
21152pkg syscall (linux-386), const ARPHRD_TUNNEL = 768
21153pkg syscall (linux-386), const ARPHRD_TUNNEL6 = 769
21154pkg syscall (linux-386), const ARPHRD_VOID = 65535
21155pkg syscall (linux-386), const ARPHRD_X25 = 271
21156pkg syscall (linux-386), const B0 = 0
21157pkg syscall (linux-386), const B1000000 = 4104
21158pkg syscall (linux-386), const B110 = 3
21159pkg syscall (linux-386), const B115200 = 4098
21160pkg syscall (linux-386), const B1152000 = 4105
21161pkg syscall (linux-386), const B1200 = 9
21162pkg syscall (linux-386), const B134 = 4
21163pkg syscall (linux-386), const B150 = 5
21164pkg syscall (linux-386), const B1500000 = 4106
21165pkg syscall (linux-386), const B1800 = 10
21166pkg syscall (linux-386), const B19200 = 14
21167pkg syscall (linux-386), const B200 = 6
21168pkg syscall (linux-386), const B2000000 = 4107
21169pkg syscall (linux-386), const B230400 = 4099
21170pkg syscall (linux-386), const B2400 = 11
21171pkg syscall (linux-386), const B2500000 = 4108
21172pkg syscall (linux-386), const B300 = 7
21173pkg syscall (linux-386), const B3000000 = 4109
21174pkg syscall (linux-386), const B3500000 = 4110
21175pkg syscall (linux-386), const B38400 = 15
21176pkg syscall (linux-386), const B4000000 = 4111
21177pkg syscall (linux-386), const B460800 = 4100
21178pkg syscall (linux-386), const B4800 = 12
21179pkg syscall (linux-386), const B50 = 1
21180pkg syscall (linux-386), const B500000 = 4101
21181pkg syscall (linux-386), const B57600 = 4097
21182pkg syscall (linux-386), const B576000 = 4102
21183pkg syscall (linux-386), const B600 = 8
21184pkg syscall (linux-386), const B75 = 2
21185pkg syscall (linux-386), const B921600 = 4103
21186pkg syscall (linux-386), const B9600 = 13
21187pkg syscall (linux-386), const BPF_A = 16
21188pkg syscall (linux-386), const BPF_ABS = 32
21189pkg syscall (linux-386), const BPF_ADD = 0
21190pkg syscall (linux-386), const BPF_ALU = 4
21191pkg syscall (linux-386), const BPF_AND = 80
21192pkg syscall (linux-386), const BPF_B = 16
21193pkg syscall (linux-386), const BPF_DIV = 48
21194pkg syscall (linux-386), const BPF_H = 8
21195pkg syscall (linux-386), const BPF_IMM = 0
21196pkg syscall (linux-386), const BPF_IND = 64
21197pkg syscall (linux-386), const BPF_JA = 0
21198pkg syscall (linux-386), const BPF_JEQ = 16
21199pkg syscall (linux-386), const BPF_JGE = 48
21200pkg syscall (linux-386), const BPF_JGT = 32
21201pkg syscall (linux-386), const BPF_JMP = 5
21202pkg syscall (linux-386), const BPF_JSET = 64
21203pkg syscall (linux-386), const BPF_K = 0
21204pkg syscall (linux-386), const BPF_LD = 0
21205pkg syscall (linux-386), const BPF_LDX = 1
21206pkg syscall (linux-386), const BPF_LEN = 128
21207pkg syscall (linux-386), const BPF_LSH = 96
21208pkg syscall (linux-386), const BPF_MAJOR_VERSION = 1
21209pkg syscall (linux-386), const BPF_MAXINSNS = 4096
21210pkg syscall (linux-386), const BPF_MEM = 96
21211pkg syscall (linux-386), const BPF_MEMWORDS = 16
21212pkg syscall (linux-386), const BPF_MINOR_VERSION = 1
21213pkg syscall (linux-386), const BPF_MISC = 7
21214pkg syscall (linux-386), const BPF_MSH = 160
21215pkg syscall (linux-386), const BPF_MUL = 32
21216pkg syscall (linux-386), const BPF_NEG = 128
21217pkg syscall (linux-386), const BPF_OR = 64
21218pkg syscall (linux-386), const BPF_RET = 6
21219pkg syscall (linux-386), const BPF_RSH = 112
21220pkg syscall (linux-386), const BPF_ST = 2
21221pkg syscall (linux-386), const BPF_STX = 3
21222pkg syscall (linux-386), const BPF_SUB = 16
21223pkg syscall (linux-386), const BPF_TAX = 0
21224pkg syscall (linux-386), const BPF_TXA = 128
21225pkg syscall (linux-386), const BPF_W = 0
21226pkg syscall (linux-386), const BPF_X = 8
21227pkg syscall (linux-386), const BRKINT = 2
21228pkg syscall (linux-386), const CLOCAL = 2048
21229pkg syscall (linux-386), const CREAD = 128
21230pkg syscall (linux-386), const CS5 = 0
21231pkg syscall (linux-386), const CS6 = 16
21232pkg syscall (linux-386), const CS7 = 32
21233pkg syscall (linux-386), const CS8 = 48
21234pkg syscall (linux-386), const CSIZE = 48
21235pkg syscall (linux-386), const CSTOPB = 64
21236pkg syscall (linux-386), const DT_BLK = 6
21237pkg syscall (linux-386), const DT_CHR = 2
21238pkg syscall (linux-386), const DT_DIR = 4
21239pkg syscall (linux-386), const DT_FIFO = 1
21240pkg syscall (linux-386), const DT_LNK = 10
21241pkg syscall (linux-386), const DT_REG = 8
21242pkg syscall (linux-386), const DT_SOCK = 12
21243pkg syscall (linux-386), const DT_UNKNOWN = 0
21244pkg syscall (linux-386), const DT_WHT = 14
21245pkg syscall (linux-386), const E2BIG = 7
21246pkg syscall (linux-386), const EACCES = 13
21247pkg syscall (linux-386), const EADDRINUSE = 98
21248pkg syscall (linux-386), const EADDRNOTAVAIL = 99
21249pkg syscall (linux-386), const EADV = 68
21250pkg syscall (linux-386), const EAFNOSUPPORT = 97
21251pkg syscall (linux-386), const EAGAIN = 11
21252pkg syscall (linux-386), const EALREADY = 114
21253pkg syscall (linux-386), const EBADE = 52
21254pkg syscall (linux-386), const EBADF = 9
21255pkg syscall (linux-386), const EBADFD = 77
21256pkg syscall (linux-386), const EBADMSG = 74
21257pkg syscall (linux-386), const EBADR = 53
21258pkg syscall (linux-386), const EBADRQC = 56
21259pkg syscall (linux-386), const EBADSLT = 57
21260pkg syscall (linux-386), const EBFONT = 59
21261pkg syscall (linux-386), const EBUSY = 16
21262pkg syscall (linux-386), const ECANCELED = 125
21263pkg syscall (linux-386), const ECHILD = 10
21264pkg syscall (linux-386), const ECHO = 8
21265pkg syscall (linux-386), const ECHOCTL = 512
21266pkg syscall (linux-386), const ECHOE = 16
21267pkg syscall (linux-386), const ECHOK = 32
21268pkg syscall (linux-386), const ECHOKE = 2048
21269pkg syscall (linux-386), const ECHONL = 64
21270pkg syscall (linux-386), const ECHOPRT = 1024
21271pkg syscall (linux-386), const ECHRNG = 44
21272pkg syscall (linux-386), const ECOMM = 70
21273pkg syscall (linux-386), const ECONNABORTED = 103
21274pkg syscall (linux-386), const ECONNREFUSED = 111
21275pkg syscall (linux-386), const ECONNRESET = 104
21276pkg syscall (linux-386), const EDEADLK = 35
21277pkg syscall (linux-386), const EDEADLOCK = 35
21278pkg syscall (linux-386), const EDESTADDRREQ = 89
21279pkg syscall (linux-386), const EDOM = 33
21280pkg syscall (linux-386), const EDOTDOT = 73
21281pkg syscall (linux-386), const EDQUOT = 122
21282pkg syscall (linux-386), const EEXIST = 17
21283pkg syscall (linux-386), const EFAULT = 14
21284pkg syscall (linux-386), const EFBIG = 27
21285pkg syscall (linux-386), const EHOSTDOWN = 112
21286pkg syscall (linux-386), const EHOSTUNREACH = 113
21287pkg syscall (linux-386), const EIDRM = 43
21288pkg syscall (linux-386), const EILSEQ = 84
21289pkg syscall (linux-386), const EINPROGRESS = 115
21290pkg syscall (linux-386), const EINTR = 4
21291pkg syscall (linux-386), const EINVAL = 22
21292pkg syscall (linux-386), const EIO = 5
21293pkg syscall (linux-386), const EISCONN = 106
21294pkg syscall (linux-386), const EISDIR = 21
21295pkg syscall (linux-386), const EISNAM = 120
21296pkg syscall (linux-386), const EKEYEXPIRED = 127
21297pkg syscall (linux-386), const EKEYREJECTED = 129
21298pkg syscall (linux-386), const EKEYREVOKED = 128
21299pkg syscall (linux-386), const EL2HLT = 51
21300pkg syscall (linux-386), const EL2NSYNC = 45
21301pkg syscall (linux-386), const EL3HLT = 46
21302pkg syscall (linux-386), const EL3RST = 47
21303pkg syscall (linux-386), const ELIBACC = 79
21304pkg syscall (linux-386), const ELIBBAD = 80
21305pkg syscall (linux-386), const ELIBEXEC = 83
21306pkg syscall (linux-386), const ELIBMAX = 82
21307pkg syscall (linux-386), const ELIBSCN = 81
21308pkg syscall (linux-386), const ELNRNG = 48
21309pkg syscall (linux-386), const ELOOP = 40
21310pkg syscall (linux-386), const EMEDIUMTYPE = 124
21311pkg syscall (linux-386), const EMFILE = 24
21312pkg syscall (linux-386), const EMLINK = 31
21313pkg syscall (linux-386), const EMSGSIZE = 90
21314pkg syscall (linux-386), const EMULTIHOP = 72
21315pkg syscall (linux-386), const ENAMETOOLONG = 36
21316pkg syscall (linux-386), const ENAVAIL = 119
21317pkg syscall (linux-386), const ENETDOWN = 100
21318pkg syscall (linux-386), const ENETRESET = 102
21319pkg syscall (linux-386), const ENETUNREACH = 101
21320pkg syscall (linux-386), const ENFILE = 23
21321pkg syscall (linux-386), const ENOANO = 55
21322pkg syscall (linux-386), const ENOBUFS = 105
21323pkg syscall (linux-386), const ENOCSI = 50
21324pkg syscall (linux-386), const ENODATA = 61
21325pkg syscall (linux-386), const ENODEV = 19
21326pkg syscall (linux-386), const ENOEXEC = 8
21327pkg syscall (linux-386), const ENOKEY = 126
21328pkg syscall (linux-386), const ENOLCK = 37
21329pkg syscall (linux-386), const ENOLINK = 67
21330pkg syscall (linux-386), const ENOMEDIUM = 123
21331pkg syscall (linux-386), const ENOMEM = 12
21332pkg syscall (linux-386), const ENOMSG = 42
21333pkg syscall (linux-386), const ENONET = 64
21334pkg syscall (linux-386), const ENOPKG = 65
21335pkg syscall (linux-386), const ENOPROTOOPT = 92
21336pkg syscall (linux-386), const ENOSPC = 28
21337pkg syscall (linux-386), const ENOSR = 63
21338pkg syscall (linux-386), const ENOSTR = 60
21339pkg syscall (linux-386), const ENOSYS = 38
21340pkg syscall (linux-386), const ENOTBLK = 15
21341pkg syscall (linux-386), const ENOTCONN = 107
21342pkg syscall (linux-386), const ENOTDIR = 20
21343pkg syscall (linux-386), const ENOTEMPTY = 39
21344pkg syscall (linux-386), const ENOTNAM = 118
21345pkg syscall (linux-386), const ENOTRECOVERABLE = 131
21346pkg syscall (linux-386), const ENOTSOCK = 88
21347pkg syscall (linux-386), const ENOTSUP = 95
21348pkg syscall (linux-386), const ENOTTY = 25
21349pkg syscall (linux-386), const ENOTUNIQ = 76
21350pkg syscall (linux-386), const ENXIO = 6
21351pkg syscall (linux-386), const EOPNOTSUPP = 95
21352pkg syscall (linux-386), const EOVERFLOW = 75
21353pkg syscall (linux-386), const EOWNERDEAD = 130
21354pkg syscall (linux-386), const EPERM = 1
21355pkg syscall (linux-386), const EPFNOSUPPORT = 96
21356pkg syscall (linux-386), const EPIPE = 32
21357pkg syscall (linux-386), const EPOLLERR = 8
21358pkg syscall (linux-386), const EPOLLET = -2147483648
21359pkg syscall (linux-386), const EPOLLHUP = 16
21360pkg syscall (linux-386), const EPOLLIN = 1
21361pkg syscall (linux-386), const EPOLLMSG = 1024
21362pkg syscall (linux-386), const EPOLLONESHOT = 1073741824
21363pkg syscall (linux-386), const EPOLLOUT = 4
21364pkg syscall (linux-386), const EPOLLPRI = 2
21365pkg syscall (linux-386), const EPOLLRDBAND = 128
21366pkg syscall (linux-386), const EPOLLRDHUP = 8192
21367pkg syscall (linux-386), const EPOLLRDNORM = 64
21368pkg syscall (linux-386), const EPOLLWRBAND = 512
21369pkg syscall (linux-386), const EPOLLWRNORM = 256
21370pkg syscall (linux-386), const EPOLL_CLOEXEC = 524288
21371pkg syscall (linux-386), const EPOLL_CTL_ADD = 1
21372pkg syscall (linux-386), const EPOLL_CTL_DEL = 2
21373pkg syscall (linux-386), const EPOLL_CTL_MOD = 3
21374pkg syscall (linux-386), const EPOLL_NONBLOCK = 2048
21375pkg syscall (linux-386), const EPROTO = 71
21376pkg syscall (linux-386), const EPROTONOSUPPORT = 93
21377pkg syscall (linux-386), const EPROTOTYPE = 91
21378pkg syscall (linux-386), const ERANGE = 34
21379pkg syscall (linux-386), const EREMCHG = 78
21380pkg syscall (linux-386), const EREMOTE = 66
21381pkg syscall (linux-386), const EREMOTEIO = 121
21382pkg syscall (linux-386), const ERESTART = 85
21383pkg syscall (linux-386), const ERFKILL = 132
21384pkg syscall (linux-386), const EROFS = 30
21385pkg syscall (linux-386), const ESHUTDOWN = 108
21386pkg syscall (linux-386), const ESOCKTNOSUPPORT = 94
21387pkg syscall (linux-386), const ESPIPE = 29
21388pkg syscall (linux-386), const ESRCH = 3
21389pkg syscall (linux-386), const ESRMNT = 69
21390pkg syscall (linux-386), const ESTALE = 116
21391pkg syscall (linux-386), const ESTRPIPE = 86
21392pkg syscall (linux-386), const ETH_P_1588 = 35063
21393pkg syscall (linux-386), const ETH_P_8021Q = 33024
21394pkg syscall (linux-386), const ETH_P_802_2 = 4
21395pkg syscall (linux-386), const ETH_P_802_3 = 1
21396pkg syscall (linux-386), const ETH_P_AARP = 33011
21397pkg syscall (linux-386), const ETH_P_ALL = 3
21398pkg syscall (linux-386), const ETH_P_AOE = 34978
21399pkg syscall (linux-386), const ETH_P_ARCNET = 26
21400pkg syscall (linux-386), const ETH_P_ARP = 2054
21401pkg syscall (linux-386), const ETH_P_ATALK = 32923
21402pkg syscall (linux-386), const ETH_P_ATMFATE = 34948
21403pkg syscall (linux-386), const ETH_P_ATMMPOA = 34892
21404pkg syscall (linux-386), const ETH_P_AX25 = 2
21405pkg syscall (linux-386), const ETH_P_BPQ = 2303
21406pkg syscall (linux-386), const ETH_P_CAIF = 247
21407pkg syscall (linux-386), const ETH_P_CAN = 12
21408pkg syscall (linux-386), const ETH_P_CONTROL = 22
21409pkg syscall (linux-386), const ETH_P_CUST = 24582
21410pkg syscall (linux-386), const ETH_P_DDCMP = 6
21411pkg syscall (linux-386), const ETH_P_DEC = 24576
21412pkg syscall (linux-386), const ETH_P_DIAG = 24581
21413pkg syscall (linux-386), const ETH_P_DNA_DL = 24577
21414pkg syscall (linux-386), const ETH_P_DNA_RC = 24578
21415pkg syscall (linux-386), const ETH_P_DNA_RT = 24579
21416pkg syscall (linux-386), const ETH_P_DSA = 27
21417pkg syscall (linux-386), const ETH_P_ECONET = 24
21418pkg syscall (linux-386), const ETH_P_EDSA = 56026
21419pkg syscall (linux-386), const ETH_P_FCOE = 35078
21420pkg syscall (linux-386), const ETH_P_FIP = 35092
21421pkg syscall (linux-386), const ETH_P_HDLC = 25
21422pkg syscall (linux-386), const ETH_P_IEEE802154 = 246
21423pkg syscall (linux-386), const ETH_P_IEEEPUP = 2560
21424pkg syscall (linux-386), const ETH_P_IEEEPUPAT = 2561
21425pkg syscall (linux-386), const ETH_P_IP = 2048
21426pkg syscall (linux-386), const ETH_P_IPV6 = 34525
21427pkg syscall (linux-386), const ETH_P_IPX = 33079
21428pkg syscall (linux-386), const ETH_P_IRDA = 23
21429pkg syscall (linux-386), const ETH_P_LAT = 24580
21430pkg syscall (linux-386), const ETH_P_LINK_CTL = 34924
21431pkg syscall (linux-386), const ETH_P_LOCALTALK = 9
21432pkg syscall (linux-386), const ETH_P_LOOP = 96
21433pkg syscall (linux-386), const ETH_P_MOBITEX = 21
21434pkg syscall (linux-386), const ETH_P_MPLS_MC = 34888
21435pkg syscall (linux-386), const ETH_P_MPLS_UC = 34887
21436pkg syscall (linux-386), const ETH_P_PAE = 34958
21437pkg syscall (linux-386), const ETH_P_PAUSE = 34824
21438pkg syscall (linux-386), const ETH_P_PHONET = 245
21439pkg syscall (linux-386), const ETH_P_PPPTALK = 16
21440pkg syscall (linux-386), const ETH_P_PPP_DISC = 34915
21441pkg syscall (linux-386), const ETH_P_PPP_MP = 8
21442pkg syscall (linux-386), const ETH_P_PPP_SES = 34916
21443pkg syscall (linux-386), const ETH_P_PUP = 512
21444pkg syscall (linux-386), const ETH_P_PUPAT = 513
21445pkg syscall (linux-386), const ETH_P_RARP = 32821
21446pkg syscall (linux-386), const ETH_P_SCA = 24583
21447pkg syscall (linux-386), const ETH_P_SLOW = 34825
21448pkg syscall (linux-386), const ETH_P_SNAP = 5
21449pkg syscall (linux-386), const ETH_P_TEB = 25944
21450pkg syscall (linux-386), const ETH_P_TIPC = 35018
21451pkg syscall (linux-386), const ETH_P_TRAILER = 28
21452pkg syscall (linux-386), const ETH_P_TR_802_2 = 17
21453pkg syscall (linux-386), const ETH_P_WAN_PPP = 7
21454pkg syscall (linux-386), const ETH_P_WCCP = 34878
21455pkg syscall (linux-386), const ETH_P_X25 = 2053
21456pkg syscall (linux-386), const ETIME = 62
21457pkg syscall (linux-386), const ETIMEDOUT = 110
21458pkg syscall (linux-386), const ETOOMANYREFS = 109
21459pkg syscall (linux-386), const ETXTBSY = 26
21460pkg syscall (linux-386), const EUCLEAN = 117
21461pkg syscall (linux-386), const EUNATCH = 49
21462pkg syscall (linux-386), const EUSERS = 87
21463pkg syscall (linux-386), const EWOULDBLOCK = 11
21464pkg syscall (linux-386), const EXDEV = 18
21465pkg syscall (linux-386), const EXFULL = 54
21466pkg syscall (linux-386), const FD_CLOEXEC = 1
21467pkg syscall (linux-386), const FD_SETSIZE = 1024
21468pkg syscall (linux-386), const FLUSHO = 4096
21469pkg syscall (linux-386), const F_DUPFD = 0
21470pkg syscall (linux-386), const F_DUPFD_CLOEXEC = 1030
21471pkg syscall (linux-386), const F_EXLCK = 4
21472pkg syscall (linux-386), const F_GETFD = 1
21473pkg syscall (linux-386), const F_GETFL = 3
21474pkg syscall (linux-386), const F_GETLEASE = 1025
21475pkg syscall (linux-386), const F_GETLK = 12
21476pkg syscall (linux-386), const F_GETLK64 = 12
21477pkg syscall (linux-386), const F_GETOWN = 9
21478pkg syscall (linux-386), const F_GETOWN_EX = 16
21479pkg syscall (linux-386), const F_GETPIPE_SZ = 1032
21480pkg syscall (linux-386), const F_GETSIG = 11
21481pkg syscall (linux-386), const F_LOCK = 1
21482pkg syscall (linux-386), const F_NOTIFY = 1026
21483pkg syscall (linux-386), const F_OK = 0
21484pkg syscall (linux-386), const F_RDLCK = 0
21485pkg syscall (linux-386), const F_SETFD = 2
21486pkg syscall (linux-386), const F_SETFL = 4
21487pkg syscall (linux-386), const F_SETLEASE = 1024
21488pkg syscall (linux-386), const F_SETLK = 13
21489pkg syscall (linux-386), const F_SETLK64 = 13
21490pkg syscall (linux-386), const F_SETLKW = 14
21491pkg syscall (linux-386), const F_SETLKW64 = 14
21492pkg syscall (linux-386), const F_SETOWN = 8
21493pkg syscall (linux-386), const F_SETOWN_EX = 15
21494pkg syscall (linux-386), const F_SETPIPE_SZ = 1031
21495pkg syscall (linux-386), const F_SETSIG = 10
21496pkg syscall (linux-386), const F_SHLCK = 8
21497pkg syscall (linux-386), const F_TEST = 3
21498pkg syscall (linux-386), const F_TLOCK = 2
21499pkg syscall (linux-386), const F_ULOCK = 0
21500pkg syscall (linux-386), const F_UNLCK = 2
21501pkg syscall (linux-386), const F_WRLCK = 1
21502pkg syscall (linux-386), const HUPCL = 1024
21503pkg syscall (linux-386), const ICANON = 2
21504pkg syscall (linux-386), const ICRNL = 256
21505pkg syscall (linux-386), const IEXTEN = 32768
21506pkg syscall (linux-386), const IFA_ADDRESS = 1
21507pkg syscall (linux-386), const IFA_ANYCAST = 5
21508pkg syscall (linux-386), const IFA_BROADCAST = 4
21509pkg syscall (linux-386), const IFA_CACHEINFO = 6
21510pkg syscall (linux-386), const IFA_F_DADFAILED = 8
21511pkg syscall (linux-386), const IFA_F_DEPRECATED = 32
21512pkg syscall (linux-386), const IFA_F_HOMEADDRESS = 16
21513pkg syscall (linux-386), const IFA_F_NODAD = 2
21514pkg syscall (linux-386), const IFA_F_OPTIMISTIC = 4
21515pkg syscall (linux-386), const IFA_F_PERMANENT = 128
21516pkg syscall (linux-386), const IFA_F_SECONDARY = 1
21517pkg syscall (linux-386), const IFA_F_TEMPORARY = 1
21518pkg syscall (linux-386), const IFA_F_TENTATIVE = 64
21519pkg syscall (linux-386), const IFA_LABEL = 3
21520pkg syscall (linux-386), const IFA_LOCAL = 2
21521pkg syscall (linux-386), const IFA_MAX = 7
21522pkg syscall (linux-386), const IFA_MULTICAST = 7
21523pkg syscall (linux-386), const IFA_UNSPEC = 0
21524pkg syscall (linux-386), const IFF_ALLMULTI = 512
21525pkg syscall (linux-386), const IFF_AUTOMEDIA = 16384
21526pkg syscall (linux-386), const IFF_DEBUG = 4
21527pkg syscall (linux-386), const IFF_DYNAMIC = 32768
21528pkg syscall (linux-386), const IFF_LOOPBACK = 8
21529pkg syscall (linux-386), const IFF_MASTER = 1024
21530pkg syscall (linux-386), const IFF_MULTICAST = 4096
21531pkg syscall (linux-386), const IFF_NOARP = 128
21532pkg syscall (linux-386), const IFF_NOTRAILERS = 32
21533pkg syscall (linux-386), const IFF_NO_PI = 4096
21534pkg syscall (linux-386), const IFF_ONE_QUEUE = 8192
21535pkg syscall (linux-386), const IFF_POINTOPOINT = 16
21536pkg syscall (linux-386), const IFF_PORTSEL = 8192
21537pkg syscall (linux-386), const IFF_PROMISC = 256
21538pkg syscall (linux-386), const IFF_RUNNING = 64
21539pkg syscall (linux-386), const IFF_SLAVE = 2048
21540pkg syscall (linux-386), const IFF_TAP = 2
21541pkg syscall (linux-386), const IFF_TUN = 1
21542pkg syscall (linux-386), const IFF_TUN_EXCL = 32768
21543pkg syscall (linux-386), const IFF_VNET_HDR = 16384
21544pkg syscall (linux-386), const IFLA_ADDRESS = 1
21545pkg syscall (linux-386), const IFLA_BROADCAST = 2
21546pkg syscall (linux-386), const IFLA_COST = 8
21547pkg syscall (linux-386), const IFLA_IFALIAS = 20
21548pkg syscall (linux-386), const IFLA_IFNAME = 3
21549pkg syscall (linux-386), const IFLA_LINK = 5
21550pkg syscall (linux-386), const IFLA_LINKINFO = 18
21551pkg syscall (linux-386), const IFLA_LINKMODE = 17
21552pkg syscall (linux-386), const IFLA_MAP = 14
21553pkg syscall (linux-386), const IFLA_MASTER = 10
21554pkg syscall (linux-386), const IFLA_MAX = 29
21555pkg syscall (linux-386), const IFLA_MTU = 4
21556pkg syscall (linux-386), const IFLA_NET_NS_PID = 19
21557pkg syscall (linux-386), const IFLA_OPERSTATE = 16
21558pkg syscall (linux-386), const IFLA_PRIORITY = 9
21559pkg syscall (linux-386), const IFLA_PROTINFO = 12
21560pkg syscall (linux-386), const IFLA_QDISC = 6
21561pkg syscall (linux-386), const IFLA_STATS = 7
21562pkg syscall (linux-386), const IFLA_TXQLEN = 13
21563pkg syscall (linux-386), const IFLA_UNSPEC = 0
21564pkg syscall (linux-386), const IFLA_WEIGHT = 15
21565pkg syscall (linux-386), const IFLA_WIRELESS = 11
21566pkg syscall (linux-386), const IFNAMSIZ = 16
21567pkg syscall (linux-386), const IGNBRK = 1
21568pkg syscall (linux-386), const IGNCR = 128
21569pkg syscall (linux-386), const IGNPAR = 4
21570pkg syscall (linux-386), const IMAXBEL = 8192
21571pkg syscall (linux-386), const INLCR = 64
21572pkg syscall (linux-386), const INPCK = 16
21573pkg syscall (linux-386), const IN_ACCESS = 1
21574pkg syscall (linux-386), const IN_ALL_EVENTS = 4095
21575pkg syscall (linux-386), const IN_ATTRIB = 4
21576pkg syscall (linux-386), const IN_CLASSA_HOST = 16777215
21577pkg syscall (linux-386), const IN_CLASSA_MAX = 128
21578pkg syscall (linux-386), const IN_CLASSA_NET = 4278190080
21579pkg syscall (linux-386), const IN_CLASSA_NSHIFT = 24
21580pkg syscall (linux-386), const IN_CLASSB_HOST = 65535
21581pkg syscall (linux-386), const IN_CLASSB_MAX = 65536
21582pkg syscall (linux-386), const IN_CLASSB_NET = 4294901760
21583pkg syscall (linux-386), const IN_CLASSB_NSHIFT = 16
21584pkg syscall (linux-386), const IN_CLASSC_HOST = 255
21585pkg syscall (linux-386), const IN_CLASSC_NET = 4294967040
21586pkg syscall (linux-386), const IN_CLASSC_NSHIFT = 8
21587pkg syscall (linux-386), const IN_CLOEXEC = 524288
21588pkg syscall (linux-386), const IN_CLOSE = 24
21589pkg syscall (linux-386), const IN_CLOSE_NOWRITE = 16
21590pkg syscall (linux-386), const IN_CLOSE_WRITE = 8
21591pkg syscall (linux-386), const IN_CREATE = 256
21592pkg syscall (linux-386), const IN_DELETE = 512
21593pkg syscall (linux-386), const IN_DELETE_SELF = 1024
21594pkg syscall (linux-386), const IN_DONT_FOLLOW = 33554432
21595pkg syscall (linux-386), const IN_EXCL_UNLINK = 67108864
21596pkg syscall (linux-386), const IN_IGNORED = 32768
21597pkg syscall (linux-386), const IN_ISDIR = 1073741824
21598pkg syscall (linux-386), const IN_LOOPBACKNET = 127
21599pkg syscall (linux-386), const IN_MASK_ADD = 536870912
21600pkg syscall (linux-386), const IN_MODIFY = 2
21601pkg syscall (linux-386), const IN_MOVE = 192
21602pkg syscall (linux-386), const IN_MOVED_FROM = 64
21603pkg syscall (linux-386), const IN_MOVED_TO = 128
21604pkg syscall (linux-386), const IN_MOVE_SELF = 2048
21605pkg syscall (linux-386), const IN_NONBLOCK = 2048
21606pkg syscall (linux-386), const IN_ONESHOT = 2147483648
21607pkg syscall (linux-386), const IN_ONLYDIR = 16777216
21608pkg syscall (linux-386), const IN_OPEN = 32
21609pkg syscall (linux-386), const IN_Q_OVERFLOW = 16384
21610pkg syscall (linux-386), const IN_UNMOUNT = 8192
21611pkg syscall (linux-386), const IPPROTO_AH = 51
21612pkg syscall (linux-386), const IPPROTO_COMP = 108
21613pkg syscall (linux-386), const IPPROTO_DCCP = 33
21614pkg syscall (linux-386), const IPPROTO_DSTOPTS = 60
21615pkg syscall (linux-386), const IPPROTO_EGP = 8
21616pkg syscall (linux-386), const IPPROTO_ENCAP = 98
21617pkg syscall (linux-386), const IPPROTO_ESP = 50
21618pkg syscall (linux-386), const IPPROTO_FRAGMENT = 44
21619pkg syscall (linux-386), const IPPROTO_GRE = 47
21620pkg syscall (linux-386), const IPPROTO_HOPOPTS = 0
21621pkg syscall (linux-386), const IPPROTO_ICMP = 1
21622pkg syscall (linux-386), const IPPROTO_ICMPV6 = 58
21623pkg syscall (linux-386), const IPPROTO_IDP = 22
21624pkg syscall (linux-386), const IPPROTO_IGMP = 2
21625pkg syscall (linux-386), const IPPROTO_IPIP = 4
21626pkg syscall (linux-386), const IPPROTO_MTP = 92
21627pkg syscall (linux-386), const IPPROTO_NONE = 59
21628pkg syscall (linux-386), const IPPROTO_PIM = 103
21629pkg syscall (linux-386), const IPPROTO_PUP = 12
21630pkg syscall (linux-386), const IPPROTO_RAW = 255
21631pkg syscall (linux-386), const IPPROTO_ROUTING = 43
21632pkg syscall (linux-386), const IPPROTO_RSVP = 46
21633pkg syscall (linux-386), const IPPROTO_SCTP = 132
21634pkg syscall (linux-386), const IPPROTO_TP = 29
21635pkg syscall (linux-386), const IPPROTO_UDPLITE = 136
21636pkg syscall (linux-386), const IPV6_2292DSTOPTS = 4
21637pkg syscall (linux-386), const IPV6_2292HOPLIMIT = 8
21638pkg syscall (linux-386), const IPV6_2292HOPOPTS = 3
21639pkg syscall (linux-386), const IPV6_2292PKTINFO = 2
21640pkg syscall (linux-386), const IPV6_2292PKTOPTIONS = 6
21641pkg syscall (linux-386), const IPV6_2292RTHDR = 5
21642pkg syscall (linux-386), const IPV6_ADDRFORM = 1
21643pkg syscall (linux-386), const IPV6_ADD_MEMBERSHIP = 20
21644pkg syscall (linux-386), const IPV6_AUTHHDR = 10
21645pkg syscall (linux-386), const IPV6_CHECKSUM = 7
21646pkg syscall (linux-386), const IPV6_DROP_MEMBERSHIP = 21
21647pkg syscall (linux-386), const IPV6_DSTOPTS = 59
21648pkg syscall (linux-386), const IPV6_HOPLIMIT = 52
21649pkg syscall (linux-386), const IPV6_HOPOPTS = 54
21650pkg syscall (linux-386), const IPV6_IPSEC_POLICY = 34
21651pkg syscall (linux-386), const IPV6_JOIN_ANYCAST = 27
21652pkg syscall (linux-386), const IPV6_JOIN_GROUP = 20
21653pkg syscall (linux-386), const IPV6_LEAVE_ANYCAST = 28
21654pkg syscall (linux-386), const IPV6_LEAVE_GROUP = 21
21655pkg syscall (linux-386), const IPV6_MTU = 24
21656pkg syscall (linux-386), const IPV6_MTU_DISCOVER = 23
21657pkg syscall (linux-386), const IPV6_MULTICAST_HOPS = 18
21658pkg syscall (linux-386), const IPV6_MULTICAST_IF = 17
21659pkg syscall (linux-386), const IPV6_MULTICAST_LOOP = 19
21660pkg syscall (linux-386), const IPV6_NEXTHOP = 9
21661pkg syscall (linux-386), const IPV6_PKTINFO = 50
21662pkg syscall (linux-386), const IPV6_PMTUDISC_DO = 2
21663pkg syscall (linux-386), const IPV6_PMTUDISC_DONT = 0
21664pkg syscall (linux-386), const IPV6_PMTUDISC_PROBE = 3
21665pkg syscall (linux-386), const IPV6_PMTUDISC_WANT = 1
21666pkg syscall (linux-386), const IPV6_RECVDSTOPTS = 58
21667pkg syscall (linux-386), const IPV6_RECVERR = 25
21668pkg syscall (linux-386), const IPV6_RECVHOPLIMIT = 51
21669pkg syscall (linux-386), const IPV6_RECVHOPOPTS = 53
21670pkg syscall (linux-386), const IPV6_RECVPKTINFO = 49
21671pkg syscall (linux-386), const IPV6_RECVRTHDR = 56
21672pkg syscall (linux-386), const IPV6_RECVTCLASS = 66
21673pkg syscall (linux-386), const IPV6_ROUTER_ALERT = 22
21674pkg syscall (linux-386), const IPV6_RTHDR = 57
21675pkg syscall (linux-386), const IPV6_RTHDRDSTOPTS = 55
21676pkg syscall (linux-386), const IPV6_RTHDR_LOOSE = 0
21677pkg syscall (linux-386), const IPV6_RTHDR_STRICT = 1
21678pkg syscall (linux-386), const IPV6_RTHDR_TYPE_0 = 0
21679pkg syscall (linux-386), const IPV6_RXDSTOPTS = 59
21680pkg syscall (linux-386), const IPV6_RXHOPOPTS = 54
21681pkg syscall (linux-386), const IPV6_TCLASS = 67
21682pkg syscall (linux-386), const IPV6_UNICAST_HOPS = 16
21683pkg syscall (linux-386), const IPV6_V6ONLY = 26
21684pkg syscall (linux-386), const IPV6_XFRM_POLICY = 35
21685pkg syscall (linux-386), const IP_ADD_MEMBERSHIP = 35
21686pkg syscall (linux-386), const IP_ADD_SOURCE_MEMBERSHIP = 39
21687pkg syscall (linux-386), const IP_BLOCK_SOURCE = 38
21688pkg syscall (linux-386), const IP_DEFAULT_MULTICAST_LOOP = 1
21689pkg syscall (linux-386), const IP_DEFAULT_MULTICAST_TTL = 1
21690pkg syscall (linux-386), const IP_DF = 16384
21691pkg syscall (linux-386), const IP_DROP_MEMBERSHIP = 36
21692pkg syscall (linux-386), const IP_DROP_SOURCE_MEMBERSHIP = 40
21693pkg syscall (linux-386), const IP_FREEBIND = 15
21694pkg syscall (linux-386), const IP_HDRINCL = 3
21695pkg syscall (linux-386), const IP_IPSEC_POLICY = 16
21696pkg syscall (linux-386), const IP_MAXPACKET = 65535
21697pkg syscall (linux-386), const IP_MAX_MEMBERSHIPS = 20
21698pkg syscall (linux-386), const IP_MF = 8192
21699pkg syscall (linux-386), const IP_MINTTL = 21
21700pkg syscall (linux-386), const IP_MSFILTER = 41
21701pkg syscall (linux-386), const IP_MSS = 576
21702pkg syscall (linux-386), const IP_MTU = 14
21703pkg syscall (linux-386), const IP_MTU_DISCOVER = 10
21704pkg syscall (linux-386), const IP_MULTICAST_IF = 32
21705pkg syscall (linux-386), const IP_MULTICAST_LOOP = 34
21706pkg syscall (linux-386), const IP_MULTICAST_TTL = 33
21707pkg syscall (linux-386), const IP_OFFMASK = 8191
21708pkg syscall (linux-386), const IP_OPTIONS = 4
21709pkg syscall (linux-386), const IP_ORIGDSTADDR = 20
21710pkg syscall (linux-386), const IP_PASSSEC = 18
21711pkg syscall (linux-386), const IP_PKTINFO = 8
21712pkg syscall (linux-386), const IP_PKTOPTIONS = 9
21713pkg syscall (linux-386), const IP_PMTUDISC = 10
21714pkg syscall (linux-386), const IP_PMTUDISC_DO = 2
21715pkg syscall (linux-386), const IP_PMTUDISC_DONT = 0
21716pkg syscall (linux-386), const IP_PMTUDISC_PROBE = 3
21717pkg syscall (linux-386), const IP_PMTUDISC_WANT = 1
21718pkg syscall (linux-386), const IP_RECVERR = 11
21719pkg syscall (linux-386), const IP_RECVOPTS = 6
21720pkg syscall (linux-386), const IP_RECVORIGDSTADDR = 20
21721pkg syscall (linux-386), const IP_RECVRETOPTS = 7
21722pkg syscall (linux-386), const IP_RECVTOS = 13
21723pkg syscall (linux-386), const IP_RECVTTL = 12
21724pkg syscall (linux-386), const IP_RETOPTS = 7
21725pkg syscall (linux-386), const IP_RF = 32768
21726pkg syscall (linux-386), const IP_ROUTER_ALERT = 5
21727pkg syscall (linux-386), const IP_TOS = 1
21728pkg syscall (linux-386), const IP_TRANSPARENT = 19
21729pkg syscall (linux-386), const IP_TTL = 2
21730pkg syscall (linux-386), const IP_UNBLOCK_SOURCE = 37
21731pkg syscall (linux-386), const IP_XFRM_POLICY = 17
21732pkg syscall (linux-386), const ISIG = 1
21733pkg syscall (linux-386), const ISTRIP = 32
21734pkg syscall (linux-386), const IUCLC = 512
21735pkg syscall (linux-386), const IUTF8 = 16384
21736pkg syscall (linux-386), const IXANY = 2048
21737pkg syscall (linux-386), const IXOFF = 4096
21738pkg syscall (linux-386), const IXON = 1024
21739pkg syscall (linux-386), const ImplementsGetwd = true
21740pkg syscall (linux-386), const LINUX_REBOOT_CMD_CAD_OFF = 0
21741pkg syscall (linux-386), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
21742pkg syscall (linux-386), const LINUX_REBOOT_CMD_HALT = 3454992675
21743pkg syscall (linux-386), const LINUX_REBOOT_CMD_KEXEC = 1163412803
21744pkg syscall (linux-386), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
21745pkg syscall (linux-386), const LINUX_REBOOT_CMD_RESTART = 19088743
21746pkg syscall (linux-386), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
21747pkg syscall (linux-386), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
21748pkg syscall (linux-386), const LINUX_REBOOT_MAGIC1 = 4276215469
21749pkg syscall (linux-386), const LINUX_REBOOT_MAGIC2 = 672274793
21750pkg syscall (linux-386), const LOCK_EX = 2
21751pkg syscall (linux-386), const LOCK_NB = 4
21752pkg syscall (linux-386), const LOCK_SH = 1
21753pkg syscall (linux-386), const LOCK_UN = 8
21754pkg syscall (linux-386), const MADV_DOFORK = 11
21755pkg syscall (linux-386), const MADV_DONTFORK = 10
21756pkg syscall (linux-386), const MADV_DONTNEED = 4
21757pkg syscall (linux-386), const MADV_HUGEPAGE = 14
21758pkg syscall (linux-386), const MADV_HWPOISON = 100
21759pkg syscall (linux-386), const MADV_MERGEABLE = 12
21760pkg syscall (linux-386), const MADV_NOHUGEPAGE = 15
21761pkg syscall (linux-386), const MADV_NORMAL = 0
21762pkg syscall (linux-386), const MADV_RANDOM = 1
21763pkg syscall (linux-386), const MADV_REMOVE = 9
21764pkg syscall (linux-386), const MADV_SEQUENTIAL = 2
21765pkg syscall (linux-386), const MADV_UNMERGEABLE = 13
21766pkg syscall (linux-386), const MADV_WILLNEED = 3
21767pkg syscall (linux-386), const MAP_32BIT = 64
21768pkg syscall (linux-386), const MAP_ANON = 32
21769pkg syscall (linux-386), const MAP_ANONYMOUS = 32
21770pkg syscall (linux-386), const MAP_DENYWRITE = 2048
21771pkg syscall (linux-386), const MAP_EXECUTABLE = 4096
21772pkg syscall (linux-386), const MAP_FILE = 0
21773pkg syscall (linux-386), const MAP_FIXED = 16
21774pkg syscall (linux-386), const MAP_GROWSDOWN = 256
21775pkg syscall (linux-386), const MAP_HUGETLB = 262144
21776pkg syscall (linux-386), const MAP_LOCKED = 8192
21777pkg syscall (linux-386), const MAP_NONBLOCK = 65536
21778pkg syscall (linux-386), const MAP_NORESERVE = 16384
21779pkg syscall (linux-386), const MAP_POPULATE = 32768
21780pkg syscall (linux-386), const MAP_PRIVATE = 2
21781pkg syscall (linux-386), const MAP_SHARED = 1
21782pkg syscall (linux-386), const MAP_STACK = 131072
21783pkg syscall (linux-386), const MAP_TYPE = 15
21784pkg syscall (linux-386), const MCL_CURRENT = 1
21785pkg syscall (linux-386), const MCL_FUTURE = 2
21786pkg syscall (linux-386), const MNT_DETACH = 2
21787pkg syscall (linux-386), const MNT_EXPIRE = 4
21788pkg syscall (linux-386), const MNT_FORCE = 1
21789pkg syscall (linux-386), const MSG_CMSG_CLOEXEC = 1073741824
21790pkg syscall (linux-386), const MSG_CONFIRM = 2048
21791pkg syscall (linux-386), const MSG_CTRUNC = 8
21792pkg syscall (linux-386), const MSG_DONTROUTE = 4
21793pkg syscall (linux-386), const MSG_DONTWAIT = 64
21794pkg syscall (linux-386), const MSG_EOR = 128
21795pkg syscall (linux-386), const MSG_ERRQUEUE = 8192
21796pkg syscall (linux-386), const MSG_FASTOPEN = 536870912
21797pkg syscall (linux-386), const MSG_FASTOPEN ideal-int
21798pkg syscall (linux-386), const MSG_FIN = 512
21799pkg syscall (linux-386), const MSG_MORE = 32768
21800pkg syscall (linux-386), const MSG_NOSIGNAL = 16384
21801pkg syscall (linux-386), const MSG_OOB = 1
21802pkg syscall (linux-386), const MSG_PEEK = 2
21803pkg syscall (linux-386), const MSG_PROXY = 16
21804pkg syscall (linux-386), const MSG_RST = 4096
21805pkg syscall (linux-386), const MSG_SYN = 1024
21806pkg syscall (linux-386), const MSG_TRUNC = 32
21807pkg syscall (linux-386), const MSG_TRYHARD = 4
21808pkg syscall (linux-386), const MSG_WAITALL = 256
21809pkg syscall (linux-386), const MSG_WAITFORONE = 65536
21810pkg syscall (linux-386), const MS_ACTIVE = 1073741824
21811pkg syscall (linux-386), const MS_ASYNC = 1
21812pkg syscall (linux-386), const MS_BIND = 4096
21813pkg syscall (linux-386), const MS_DIRSYNC = 128
21814pkg syscall (linux-386), const MS_INVALIDATE = 2
21815pkg syscall (linux-386), const MS_I_VERSION = 8388608
21816pkg syscall (linux-386), const MS_KERNMOUNT = 4194304
21817pkg syscall (linux-386), const MS_MANDLOCK = 64
21818pkg syscall (linux-386), const MS_MGC_MSK = 4294901760
21819pkg syscall (linux-386), const MS_MGC_VAL = 3236757504
21820pkg syscall (linux-386), const MS_MOVE = 8192
21821pkg syscall (linux-386), const MS_NOATIME = 1024
21822pkg syscall (linux-386), const MS_NODEV = 4
21823pkg syscall (linux-386), const MS_NODIRATIME = 2048
21824pkg syscall (linux-386), const MS_NOEXEC = 8
21825pkg syscall (linux-386), const MS_NOSUID = 2
21826pkg syscall (linux-386), const MS_NOUSER = -2147483648
21827pkg syscall (linux-386), const MS_POSIXACL = 65536
21828pkg syscall (linux-386), const MS_PRIVATE = 262144
21829pkg syscall (linux-386), const MS_RDONLY = 1
21830pkg syscall (linux-386), const MS_REC = 16384
21831pkg syscall (linux-386), const MS_RELATIME = 2097152
21832pkg syscall (linux-386), const MS_REMOUNT = 32
21833pkg syscall (linux-386), const MS_RMT_MASK = 8388689
21834pkg syscall (linux-386), const MS_SHARED = 1048576
21835pkg syscall (linux-386), const MS_SILENT = 32768
21836pkg syscall (linux-386), const MS_SLAVE = 524288
21837pkg syscall (linux-386), const MS_STRICTATIME = 16777216
21838pkg syscall (linux-386), const MS_SYNC = 4
21839pkg syscall (linux-386), const MS_SYNCHRONOUS = 16
21840pkg syscall (linux-386), const MS_UNBINDABLE = 131072
21841pkg syscall (linux-386), const NAME_MAX = 255
21842pkg syscall (linux-386), const NETLINK_ADD_MEMBERSHIP = 1
21843pkg syscall (linux-386), const NETLINK_AUDIT = 9
21844pkg syscall (linux-386), const NETLINK_BROADCAST_ERROR = 4
21845pkg syscall (linux-386), const NETLINK_CONNECTOR = 11
21846pkg syscall (linux-386), const NETLINK_DNRTMSG = 14
21847pkg syscall (linux-386), const NETLINK_DROP_MEMBERSHIP = 2
21848pkg syscall (linux-386), const NETLINK_ECRYPTFS = 19
21849pkg syscall (linux-386), const NETLINK_FIB_LOOKUP = 10
21850pkg syscall (linux-386), const NETLINK_FIREWALL = 3
21851pkg syscall (linux-386), const NETLINK_GENERIC = 16
21852pkg syscall (linux-386), const NETLINK_INET_DIAG = 4
21853pkg syscall (linux-386), const NETLINK_IP6_FW = 13
21854pkg syscall (linux-386), const NETLINK_ISCSI = 8
21855pkg syscall (linux-386), const NETLINK_KOBJECT_UEVENT = 15
21856pkg syscall (linux-386), const NETLINK_NETFILTER = 12
21857pkg syscall (linux-386), const NETLINK_NFLOG = 5
21858pkg syscall (linux-386), const NETLINK_NO_ENOBUFS = 5
21859pkg syscall (linux-386), const NETLINK_PKTINFO = 3
21860pkg syscall (linux-386), const NETLINK_ROUTE = 0
21861pkg syscall (linux-386), const NETLINK_SCSITRANSPORT = 18
21862pkg syscall (linux-386), const NETLINK_SELINUX = 7
21863pkg syscall (linux-386), const NETLINK_UNUSED = 1
21864pkg syscall (linux-386), const NETLINK_USERSOCK = 2
21865pkg syscall (linux-386), const NETLINK_XFRM = 6
21866pkg syscall (linux-386), const NLA_ALIGNTO = 4
21867pkg syscall (linux-386), const NLA_F_NESTED = 32768
21868pkg syscall (linux-386), const NLA_F_NET_BYTEORDER = 16384
21869pkg syscall (linux-386), const NLA_HDRLEN = 4
21870pkg syscall (linux-386), const NLMSG_ALIGNTO = 4
21871pkg syscall (linux-386), const NLMSG_DONE = 3
21872pkg syscall (linux-386), const NLMSG_ERROR = 2
21873pkg syscall (linux-386), const NLMSG_HDRLEN = 16
21874pkg syscall (linux-386), const NLMSG_MIN_TYPE = 16
21875pkg syscall (linux-386), const NLMSG_NOOP = 1
21876pkg syscall (linux-386), const NLMSG_OVERRUN = 4
21877pkg syscall (linux-386), const NLM_F_ACK = 4
21878pkg syscall (linux-386), const NLM_F_APPEND = 2048
21879pkg syscall (linux-386), const NLM_F_ATOMIC = 1024
21880pkg syscall (linux-386), const NLM_F_CREATE = 1024
21881pkg syscall (linux-386), const NLM_F_DUMP = 768
21882pkg syscall (linux-386), const NLM_F_ECHO = 8
21883pkg syscall (linux-386), const NLM_F_EXCL = 512
21884pkg syscall (linux-386), const NLM_F_MATCH = 512
21885pkg syscall (linux-386), const NLM_F_MULTI = 2
21886pkg syscall (linux-386), const NLM_F_REPLACE = 256
21887pkg syscall (linux-386), const NLM_F_REQUEST = 1
21888pkg syscall (linux-386), const NLM_F_ROOT = 256
21889pkg syscall (linux-386), const NOFLSH = 128
21890pkg syscall (linux-386), const OCRNL = 8
21891pkg syscall (linux-386), const OFDEL = 128
21892pkg syscall (linux-386), const OFILL = 64
21893pkg syscall (linux-386), const OLCUC = 2
21894pkg syscall (linux-386), const ONLCR = 4
21895pkg syscall (linux-386), const ONLRET = 32
21896pkg syscall (linux-386), const ONOCR = 16
21897pkg syscall (linux-386), const OPOST = 1
21898pkg syscall (linux-386), const O_ACCMODE = 3
21899pkg syscall (linux-386), const O_APPEND = 1024
21900pkg syscall (linux-386), const O_ASYNC = 8192
21901pkg syscall (linux-386), const O_CLOEXEC = 524288
21902pkg syscall (linux-386), const O_CREAT = 64
21903pkg syscall (linux-386), const O_DIRECT = 16384
21904pkg syscall (linux-386), const O_DIRECTORY = 65536
21905pkg syscall (linux-386), const O_DSYNC = 4096
21906pkg syscall (linux-386), const O_EXCL = 128
21907pkg syscall (linux-386), const O_FSYNC = 1052672
21908pkg syscall (linux-386), const O_LARGEFILE = 32768
21909pkg syscall (linux-386), const O_NDELAY = 2048
21910pkg syscall (linux-386), const O_NOATIME = 262144
21911pkg syscall (linux-386), const O_NOCTTY = 256
21912pkg syscall (linux-386), const O_NOFOLLOW = 131072
21913pkg syscall (linux-386), const O_NONBLOCK = 2048
21914pkg syscall (linux-386), const O_RSYNC = 1052672
21915pkg syscall (linux-386), const O_SYNC = 1052672
21916pkg syscall (linux-386), const O_TRUNC = 512
21917pkg syscall (linux-386), const PACKET_ADD_MEMBERSHIP = 1
21918pkg syscall (linux-386), const PACKET_BROADCAST = 1
21919pkg syscall (linux-386), const PACKET_DROP_MEMBERSHIP = 2
21920pkg syscall (linux-386), const PACKET_FASTROUTE = 6
21921pkg syscall (linux-386), const PACKET_HOST = 0
21922pkg syscall (linux-386), const PACKET_LOOPBACK = 5
21923pkg syscall (linux-386), const PACKET_MR_ALLMULTI = 2
21924pkg syscall (linux-386), const PACKET_MR_MULTICAST = 0
21925pkg syscall (linux-386), const PACKET_MR_PROMISC = 1
21926pkg syscall (linux-386), const PACKET_MULTICAST = 2
21927pkg syscall (linux-386), const PACKET_OTHERHOST = 3
21928pkg syscall (linux-386), const PACKET_OUTGOING = 4
21929pkg syscall (linux-386), const PACKET_RECV_OUTPUT = 3
21930pkg syscall (linux-386), const PACKET_RX_RING = 5
21931pkg syscall (linux-386), const PACKET_STATISTICS = 6
21932pkg syscall (linux-386), const PARENB = 256
21933pkg syscall (linux-386), const PARMRK = 8
21934pkg syscall (linux-386), const PARODD = 512
21935pkg syscall (linux-386), const PENDIN = 16384
21936pkg syscall (linux-386), const PROT_EXEC = 4
21937pkg syscall (linux-386), const PROT_GROWSDOWN = 16777216
21938pkg syscall (linux-386), const PROT_GROWSUP = 33554432
21939pkg syscall (linux-386), const PROT_NONE = 0
21940pkg syscall (linux-386), const PROT_READ = 1
21941pkg syscall (linux-386), const PROT_WRITE = 2
21942pkg syscall (linux-386), const PR_CAPBSET_DROP = 24
21943pkg syscall (linux-386), const PR_CAPBSET_READ = 23
21944pkg syscall (linux-386), const PR_ENDIAN_BIG = 0
21945pkg syscall (linux-386), const PR_ENDIAN_LITTLE = 1
21946pkg syscall (linux-386), const PR_ENDIAN_PPC_LITTLE = 2
21947pkg syscall (linux-386), const PR_FPEMU_NOPRINT = 1
21948pkg syscall (linux-386), const PR_FPEMU_SIGFPE = 2
21949pkg syscall (linux-386), const PR_FP_EXC_ASYNC = 2
21950pkg syscall (linux-386), const PR_FP_EXC_DISABLED = 0
21951pkg syscall (linux-386), const PR_FP_EXC_DIV = 65536
21952pkg syscall (linux-386), const PR_FP_EXC_INV = 1048576
21953pkg syscall (linux-386), const PR_FP_EXC_NONRECOV = 1
21954pkg syscall (linux-386), const PR_FP_EXC_OVF = 131072
21955pkg syscall (linux-386), const PR_FP_EXC_PRECISE = 3
21956pkg syscall (linux-386), const PR_FP_EXC_RES = 524288
21957pkg syscall (linux-386), const PR_FP_EXC_SW_ENABLE = 128
21958pkg syscall (linux-386), const PR_FP_EXC_UND = 262144
21959pkg syscall (linux-386), const PR_GET_DUMPABLE = 3
21960pkg syscall (linux-386), const PR_GET_ENDIAN = 19
21961pkg syscall (linux-386), const PR_GET_FPEMU = 9
21962pkg syscall (linux-386), const PR_GET_FPEXC = 11
21963pkg syscall (linux-386), const PR_GET_KEEPCAPS = 7
21964pkg syscall (linux-386), const PR_GET_NAME = 16
21965pkg syscall (linux-386), const PR_GET_PDEATHSIG = 2
21966pkg syscall (linux-386), const PR_GET_SECCOMP = 21
21967pkg syscall (linux-386), const PR_GET_SECUREBITS = 27
21968pkg syscall (linux-386), const PR_GET_TIMERSLACK = 30
21969pkg syscall (linux-386), const PR_GET_TIMING = 13
21970pkg syscall (linux-386), const PR_GET_TSC = 25
21971pkg syscall (linux-386), const PR_GET_UNALIGN = 5
21972pkg syscall (linux-386), const PR_MCE_KILL = 33
21973pkg syscall (linux-386), const PR_MCE_KILL_CLEAR = 0
21974pkg syscall (linux-386), const PR_MCE_KILL_DEFAULT = 2
21975pkg syscall (linux-386), const PR_MCE_KILL_EARLY = 1
21976pkg syscall (linux-386), const PR_MCE_KILL_GET = 34
21977pkg syscall (linux-386), const PR_MCE_KILL_LATE = 0
21978pkg syscall (linux-386), const PR_MCE_KILL_SET = 1
21979pkg syscall (linux-386), const PR_SET_DUMPABLE = 4
21980pkg syscall (linux-386), const PR_SET_ENDIAN = 20
21981pkg syscall (linux-386), const PR_SET_FPEMU = 10
21982pkg syscall (linux-386), const PR_SET_FPEXC = 12
21983pkg syscall (linux-386), const PR_SET_KEEPCAPS = 8
21984pkg syscall (linux-386), const PR_SET_NAME = 15
21985pkg syscall (linux-386), const PR_SET_PDEATHSIG = 1
21986pkg syscall (linux-386), const PR_SET_PTRACER = 1499557217
21987pkg syscall (linux-386), const PR_SET_SECCOMP = 22
21988pkg syscall (linux-386), const PR_SET_SECUREBITS = 28
21989pkg syscall (linux-386), const PR_SET_TIMERSLACK = 29
21990pkg syscall (linux-386), const PR_SET_TIMING = 14
21991pkg syscall (linux-386), const PR_SET_TSC = 26
21992pkg syscall (linux-386), const PR_SET_UNALIGN = 6
21993pkg syscall (linux-386), const PR_TASK_PERF_EVENTS_DISABLE = 31
21994pkg syscall (linux-386), const PR_TASK_PERF_EVENTS_ENABLE = 32
21995pkg syscall (linux-386), const PR_TIMING_STATISTICAL = 0
21996pkg syscall (linux-386), const PR_TIMING_TIMESTAMP = 1
21997pkg syscall (linux-386), const PR_TSC_ENABLE = 1
21998pkg syscall (linux-386), const PR_TSC_SIGSEGV = 2
21999pkg syscall (linux-386), const PR_UNALIGN_NOPRINT = 1
22000pkg syscall (linux-386), const PR_UNALIGN_SIGBUS = 2
22001pkg syscall (linux-386), const PTRACE_ATTACH = 16
22002pkg syscall (linux-386), const PTRACE_CONT = 7
22003pkg syscall (linux-386), const PTRACE_DETACH = 17
22004pkg syscall (linux-386), const PTRACE_EVENT_CLONE = 3
22005pkg syscall (linux-386), const PTRACE_EVENT_EXEC = 4
22006pkg syscall (linux-386), const PTRACE_EVENT_EXIT = 6
22007pkg syscall (linux-386), const PTRACE_EVENT_FORK = 1
22008pkg syscall (linux-386), const PTRACE_EVENT_VFORK = 2
22009pkg syscall (linux-386), const PTRACE_EVENT_VFORK_DONE = 5
22010pkg syscall (linux-386), const PTRACE_GETEVENTMSG = 16897
22011pkg syscall (linux-386), const PTRACE_GETFPREGS = 14
22012pkg syscall (linux-386), const PTRACE_GETFPXREGS = 18
22013pkg syscall (linux-386), const PTRACE_GETREGS = 12
22014pkg syscall (linux-386), const PTRACE_GETREGSET = 16900
22015pkg syscall (linux-386), const PTRACE_GETSIGINFO = 16898
22016pkg syscall (linux-386), const PTRACE_GET_THREAD_AREA = 25
22017pkg syscall (linux-386), const PTRACE_KILL = 8
22018pkg syscall (linux-386), const PTRACE_OLDSETOPTIONS = 21
22019pkg syscall (linux-386), const PTRACE_O_MASK = 127
22020pkg syscall (linux-386), const PTRACE_O_TRACECLONE = 8
22021pkg syscall (linux-386), const PTRACE_O_TRACEEXEC = 16
22022pkg syscall (linux-386), const PTRACE_O_TRACEEXIT = 64
22023pkg syscall (linux-386), const PTRACE_O_TRACEFORK = 2
22024pkg syscall (linux-386), const PTRACE_O_TRACESYSGOOD = 1
22025pkg syscall (linux-386), const PTRACE_O_TRACEVFORK = 4
22026pkg syscall (linux-386), const PTRACE_O_TRACEVFORKDONE = 32
22027pkg syscall (linux-386), const PTRACE_PEEKDATA = 2
22028pkg syscall (linux-386), const PTRACE_PEEKTEXT = 1
22029pkg syscall (linux-386), const PTRACE_PEEKUSR = 3
22030pkg syscall (linux-386), const PTRACE_POKEDATA = 5
22031pkg syscall (linux-386), const PTRACE_POKETEXT = 4
22032pkg syscall (linux-386), const PTRACE_POKEUSR = 6
22033pkg syscall (linux-386), const PTRACE_SETFPREGS = 15
22034pkg syscall (linux-386), const PTRACE_SETFPXREGS = 19
22035pkg syscall (linux-386), const PTRACE_SETOPTIONS = 16896
22036pkg syscall (linux-386), const PTRACE_SETREGS = 13
22037pkg syscall (linux-386), const PTRACE_SETREGSET = 16901
22038pkg syscall (linux-386), const PTRACE_SETSIGINFO = 16899
22039pkg syscall (linux-386), const PTRACE_SET_THREAD_AREA = 26
22040pkg syscall (linux-386), const PTRACE_SINGLEBLOCK = 33
22041pkg syscall (linux-386), const PTRACE_SINGLESTEP = 9
22042pkg syscall (linux-386), const PTRACE_SYSCALL = 24
22043pkg syscall (linux-386), const PTRACE_SYSEMU = 31
22044pkg syscall (linux-386), const PTRACE_SYSEMU_SINGLESTEP = 32
22045pkg syscall (linux-386), const PTRACE_TRACEME = 0
22046pkg syscall (linux-386), const PathMax = 4096
22047pkg syscall (linux-386), const RLIMIT_AS = 9
22048pkg syscall (linux-386), const RLIMIT_CORE = 4
22049pkg syscall (linux-386), const RLIMIT_CPU = 0
22050pkg syscall (linux-386), const RLIMIT_DATA = 2
22051pkg syscall (linux-386), const RLIMIT_FSIZE = 1
22052pkg syscall (linux-386), const RLIMIT_NOFILE = 7
22053pkg syscall (linux-386), const RLIMIT_STACK = 3
22054pkg syscall (linux-386), const RLIM_INFINITY = -1
22055pkg syscall (linux-386), const RTAX_ADVMSS = 8
22056pkg syscall (linux-386), const RTAX_CWND = 7
22057pkg syscall (linux-386), const RTAX_FEATURES = 12
22058pkg syscall (linux-386), const RTAX_FEATURE_ALLFRAG = 8
22059pkg syscall (linux-386), const RTAX_FEATURE_ECN = 1
22060pkg syscall (linux-386), const RTAX_FEATURE_SACK = 2
22061pkg syscall (linux-386), const RTAX_FEATURE_TIMESTAMP = 4
22062pkg syscall (linux-386), const RTAX_HOPLIMIT = 10
22063pkg syscall (linux-386), const RTAX_INITCWND = 11
22064pkg syscall (linux-386), const RTAX_INITRWND = 14
22065pkg syscall (linux-386), const RTAX_LOCK = 1
22066pkg syscall (linux-386), const RTAX_MAX = 14
22067pkg syscall (linux-386), const RTAX_MTU = 2
22068pkg syscall (linux-386), const RTAX_REORDERING = 9
22069pkg syscall (linux-386), const RTAX_RTO_MIN = 13
22070pkg syscall (linux-386), const RTAX_RTT = 4
22071pkg syscall (linux-386), const RTAX_RTTVAR = 5
22072pkg syscall (linux-386), const RTAX_SSTHRESH = 6
22073pkg syscall (linux-386), const RTAX_UNSPEC = 0
22074pkg syscall (linux-386), const RTAX_WINDOW = 3
22075pkg syscall (linux-386), const RTA_ALIGNTO = 4
22076pkg syscall (linux-386), const RTA_CACHEINFO = 12
22077pkg syscall (linux-386), const RTA_DST = 1
22078pkg syscall (linux-386), const RTA_FLOW = 11
22079pkg syscall (linux-386), const RTA_GATEWAY = 5
22080pkg syscall (linux-386), const RTA_IIF = 3
22081pkg syscall (linux-386), const RTA_MAX = 16
22082pkg syscall (linux-386), const RTA_METRICS = 8
22083pkg syscall (linux-386), const RTA_MULTIPATH = 9
22084pkg syscall (linux-386), const RTA_OIF = 4
22085pkg syscall (linux-386), const RTA_PREFSRC = 7
22086pkg syscall (linux-386), const RTA_PRIORITY = 6
22087pkg syscall (linux-386), const RTA_SRC = 2
22088pkg syscall (linux-386), const RTA_TABLE = 15
22089pkg syscall (linux-386), const RTA_UNSPEC = 0
22090pkg syscall (linux-386), const RTCF_DIRECTSRC = 67108864
22091pkg syscall (linux-386), const RTCF_DOREDIRECT = 16777216
22092pkg syscall (linux-386), const RTCF_LOG = 33554432
22093pkg syscall (linux-386), const RTCF_MASQ = 4194304
22094pkg syscall (linux-386), const RTCF_NAT = 8388608
22095pkg syscall (linux-386), const RTCF_VALVE = 2097152
22096pkg syscall (linux-386), const RTF_ADDRCLASSMASK = 4160749568
22097pkg syscall (linux-386), const RTF_ADDRCONF = 262144
22098pkg syscall (linux-386), const RTF_ALLONLINK = 131072
22099pkg syscall (linux-386), const RTF_BROADCAST = 268435456
22100pkg syscall (linux-386), const RTF_CACHE = 16777216
22101pkg syscall (linux-386), const RTF_DEFAULT = 65536
22102pkg syscall (linux-386), const RTF_DYNAMIC = 16
22103pkg syscall (linux-386), const RTF_FLOW = 33554432
22104pkg syscall (linux-386), const RTF_GATEWAY = 2
22105pkg syscall (linux-386), const RTF_HOST = 4
22106pkg syscall (linux-386), const RTF_INTERFACE = 1073741824
22107pkg syscall (linux-386), const RTF_IRTT = 256
22108pkg syscall (linux-386), const RTF_LINKRT = 1048576
22109pkg syscall (linux-386), const RTF_LOCAL = 2147483648
22110pkg syscall (linux-386), const RTF_MODIFIED = 32
22111pkg syscall (linux-386), const RTF_MSS = 64
22112pkg syscall (linux-386), const RTF_MTU = 64
22113pkg syscall (linux-386), const RTF_MULTICAST = 536870912
22114pkg syscall (linux-386), const RTF_NAT = 134217728
22115pkg syscall (linux-386), const RTF_NOFORWARD = 4096
22116pkg syscall (linux-386), const RTF_NONEXTHOP = 2097152
22117pkg syscall (linux-386), const RTF_NOPMTUDISC = 16384
22118pkg syscall (linux-386), const RTF_POLICY = 67108864
22119pkg syscall (linux-386), const RTF_REINSTATE = 8
22120pkg syscall (linux-386), const RTF_REJECT = 512
22121pkg syscall (linux-386), const RTF_STATIC = 1024
22122pkg syscall (linux-386), const RTF_THROW = 8192
22123pkg syscall (linux-386), const RTF_UP = 1
22124pkg syscall (linux-386), const RTF_WINDOW = 128
22125pkg syscall (linux-386), const RTF_XRESOLVE = 2048
22126pkg syscall (linux-386), const RTM_BASE = 16
22127pkg syscall (linux-386), const RTM_DELACTION = 49
22128pkg syscall (linux-386), const RTM_DELADDR = 21
22129pkg syscall (linux-386), const RTM_DELADDRLABEL = 73
22130pkg syscall (linux-386), const RTM_DELLINK = 17
22131pkg syscall (linux-386), const RTM_DELNEIGH = 29
22132pkg syscall (linux-386), const RTM_DELQDISC = 37
22133pkg syscall (linux-386), const RTM_DELROUTE = 25
22134pkg syscall (linux-386), const RTM_DELRULE = 33
22135pkg syscall (linux-386), const RTM_DELTCLASS = 41
22136pkg syscall (linux-386), const RTM_DELTFILTER = 45
22137pkg syscall (linux-386), const RTM_F_CLONED = 512
22138pkg syscall (linux-386), const RTM_F_EQUALIZE = 1024
22139pkg syscall (linux-386), const RTM_F_NOTIFY = 256
22140pkg syscall (linux-386), const RTM_F_PREFIX = 2048
22141pkg syscall (linux-386), const RTM_GETACTION = 50
22142pkg syscall (linux-386), const RTM_GETADDR = 22
22143pkg syscall (linux-386), const RTM_GETADDRLABEL = 74
22144pkg syscall (linux-386), const RTM_GETANYCAST = 62
22145pkg syscall (linux-386), const RTM_GETDCB = 78
22146pkg syscall (linux-386), const RTM_GETLINK = 18
22147pkg syscall (linux-386), const RTM_GETMULTICAST = 58
22148pkg syscall (linux-386), const RTM_GETNEIGH = 30
22149pkg syscall (linux-386), const RTM_GETNEIGHTBL = 66
22150pkg syscall (linux-386), const RTM_GETQDISC = 38
22151pkg syscall (linux-386), const RTM_GETROUTE = 26
22152pkg syscall (linux-386), const RTM_GETRULE = 34
22153pkg syscall (linux-386), const RTM_GETTCLASS = 42
22154pkg syscall (linux-386), const RTM_GETTFILTER = 46
22155pkg syscall (linux-386), const RTM_MAX = 79
22156pkg syscall (linux-386), const RTM_NEWACTION = 48
22157pkg syscall (linux-386), const RTM_NEWADDR = 20
22158pkg syscall (linux-386), const RTM_NEWADDRLABEL = 72
22159pkg syscall (linux-386), const RTM_NEWLINK = 16
22160pkg syscall (linux-386), const RTM_NEWNDUSEROPT = 68
22161pkg syscall (linux-386), const RTM_NEWNEIGH = 28
22162pkg syscall (linux-386), const RTM_NEWNEIGHTBL = 64
22163pkg syscall (linux-386), const RTM_NEWPREFIX = 52
22164pkg syscall (linux-386), const RTM_NEWQDISC = 36
22165pkg syscall (linux-386), const RTM_NEWROUTE = 24
22166pkg syscall (linux-386), const RTM_NEWRULE = 32
22167pkg syscall (linux-386), const RTM_NEWTCLASS = 40
22168pkg syscall (linux-386), const RTM_NEWTFILTER = 44
22169pkg syscall (linux-386), const RTM_NR_FAMILIES = 16
22170pkg syscall (linux-386), const RTM_NR_MSGTYPES = 64
22171pkg syscall (linux-386), const RTM_SETDCB = 79
22172pkg syscall (linux-386), const RTM_SETLINK = 19
22173pkg syscall (linux-386), const RTM_SETNEIGHTBL = 67
22174pkg syscall (linux-386), const RTNH_ALIGNTO = 4
22175pkg syscall (linux-386), const RTNH_F_DEAD = 1
22176pkg syscall (linux-386), const RTNH_F_ONLINK = 4
22177pkg syscall (linux-386), const RTNH_F_PERVASIVE = 2
22178pkg syscall (linux-386), const RTNLGRP_IPV4_IFADDR = 5
22179pkg syscall (linux-386), const RTNLGRP_IPV4_IFADDR ideal-int
22180pkg syscall (linux-386), const RTNLGRP_IPV4_MROUTE = 6
22181pkg syscall (linux-386), const RTNLGRP_IPV4_MROUTE ideal-int
22182pkg syscall (linux-386), const RTNLGRP_IPV4_ROUTE = 7
22183pkg syscall (linux-386), const RTNLGRP_IPV4_ROUTE ideal-int
22184pkg syscall (linux-386), const RTNLGRP_IPV4_RULE = 8
22185pkg syscall (linux-386), const RTNLGRP_IPV4_RULE ideal-int
22186pkg syscall (linux-386), const RTNLGRP_IPV6_IFADDR = 9
22187pkg syscall (linux-386), const RTNLGRP_IPV6_IFADDR ideal-int
22188pkg syscall (linux-386), const RTNLGRP_IPV6_IFINFO = 12
22189pkg syscall (linux-386), const RTNLGRP_IPV6_IFINFO ideal-int
22190pkg syscall (linux-386), const RTNLGRP_IPV6_MROUTE = 10
22191pkg syscall (linux-386), const RTNLGRP_IPV6_MROUTE ideal-int
22192pkg syscall (linux-386), const RTNLGRP_IPV6_PREFIX = 18
22193pkg syscall (linux-386), const RTNLGRP_IPV6_PREFIX ideal-int
22194pkg syscall (linux-386), const RTNLGRP_IPV6_ROUTE = 11
22195pkg syscall (linux-386), const RTNLGRP_IPV6_ROUTE ideal-int
22196pkg syscall (linux-386), const RTNLGRP_IPV6_RULE = 19
22197pkg syscall (linux-386), const RTNLGRP_IPV6_RULE ideal-int
22198pkg syscall (linux-386), const RTNLGRP_LINK = 1
22199pkg syscall (linux-386), const RTNLGRP_LINK ideal-int
22200pkg syscall (linux-386), const RTNLGRP_ND_USEROPT = 20
22201pkg syscall (linux-386), const RTNLGRP_ND_USEROPT ideal-int
22202pkg syscall (linux-386), const RTNLGRP_NEIGH = 3
22203pkg syscall (linux-386), const RTNLGRP_NEIGH ideal-int
22204pkg syscall (linux-386), const RTNLGRP_NONE = 0
22205pkg syscall (linux-386), const RTNLGRP_NONE ideal-int
22206pkg syscall (linux-386), const RTNLGRP_NOTIFY = 2
22207pkg syscall (linux-386), const RTNLGRP_NOTIFY ideal-int
22208pkg syscall (linux-386), const RTNLGRP_TC = 4
22209pkg syscall (linux-386), const RTNLGRP_TC ideal-int
22210pkg syscall (linux-386), const RTN_ANYCAST = 4
22211pkg syscall (linux-386), const RTN_BLACKHOLE = 6
22212pkg syscall (linux-386), const RTN_BROADCAST = 3
22213pkg syscall (linux-386), const RTN_LOCAL = 2
22214pkg syscall (linux-386), const RTN_MAX = 11
22215pkg syscall (linux-386), const RTN_MULTICAST = 5
22216pkg syscall (linux-386), const RTN_NAT = 10
22217pkg syscall (linux-386), const RTN_PROHIBIT = 8
22218pkg syscall (linux-386), const RTN_THROW = 9
22219pkg syscall (linux-386), const RTN_UNICAST = 1
22220pkg syscall (linux-386), const RTN_UNREACHABLE = 7
22221pkg syscall (linux-386), const RTN_UNSPEC = 0
22222pkg syscall (linux-386), const RTN_XRESOLVE = 11
22223pkg syscall (linux-386), const RTPROT_BIRD = 12
22224pkg syscall (linux-386), const RTPROT_BOOT = 3
22225pkg syscall (linux-386), const RTPROT_DHCP = 16
22226pkg syscall (linux-386), const RTPROT_DNROUTED = 13
22227pkg syscall (linux-386), const RTPROT_GATED = 8
22228pkg syscall (linux-386), const RTPROT_KERNEL = 2
22229pkg syscall (linux-386), const RTPROT_MRT = 10
22230pkg syscall (linux-386), const RTPROT_NTK = 15
22231pkg syscall (linux-386), const RTPROT_RA = 9
22232pkg syscall (linux-386), const RTPROT_REDIRECT = 1
22233pkg syscall (linux-386), const RTPROT_STATIC = 4
22234pkg syscall (linux-386), const RTPROT_UNSPEC = 0
22235pkg syscall (linux-386), const RTPROT_XORP = 14
22236pkg syscall (linux-386), const RTPROT_ZEBRA = 11
22237pkg syscall (linux-386), const RT_CLASS_DEFAULT = 253
22238pkg syscall (linux-386), const RT_CLASS_LOCAL = 255
22239pkg syscall (linux-386), const RT_CLASS_MAIN = 254
22240pkg syscall (linux-386), const RT_CLASS_MAX = 255
22241pkg syscall (linux-386), const RT_CLASS_UNSPEC = 0
22242pkg syscall (linux-386), const RT_SCOPE_HOST = 254
22243pkg syscall (linux-386), const RT_SCOPE_LINK = 253
22244pkg syscall (linux-386), const RT_SCOPE_NOWHERE = 255
22245pkg syscall (linux-386), const RT_SCOPE_SITE = 200
22246pkg syscall (linux-386), const RT_SCOPE_UNIVERSE = 0
22247pkg syscall (linux-386), const RT_TABLE_COMPAT = 252
22248pkg syscall (linux-386), const RT_TABLE_DEFAULT = 253
22249pkg syscall (linux-386), const RT_TABLE_LOCAL = 255
22250pkg syscall (linux-386), const RT_TABLE_MAIN = 254
22251pkg syscall (linux-386), const RT_TABLE_MAX = 4294967295
22252pkg syscall (linux-386), const RT_TABLE_UNSPEC = 0
22253pkg syscall (linux-386), const RUSAGE_CHILDREN = -1
22254pkg syscall (linux-386), const RUSAGE_SELF = 0
22255pkg syscall (linux-386), const RUSAGE_THREAD = 1
22256pkg syscall (linux-386), const SCM_CREDENTIALS = 2
22257pkg syscall (linux-386), const SCM_RIGHTS = 1
22258pkg syscall (linux-386), const SCM_TIMESTAMP = 29
22259pkg syscall (linux-386), const SCM_TIMESTAMPING = 37
22260pkg syscall (linux-386), const SCM_TIMESTAMPNS = 35
22261pkg syscall (linux-386), const SIGBUS = 7
22262pkg syscall (linux-386), const SIGCHLD = 17
22263pkg syscall (linux-386), const SIGCLD = 17
22264pkg syscall (linux-386), const SIGCONT = 18
22265pkg syscall (linux-386), const SIGIO = 29
22266pkg syscall (linux-386), const SIGIOT = 6
22267pkg syscall (linux-386), const SIGPOLL = 29
22268pkg syscall (linux-386), const SIGPROF = 27
22269pkg syscall (linux-386), const SIGPWR = 30
22270pkg syscall (linux-386), const SIGSTKFLT = 16
22271pkg syscall (linux-386), const SIGSTOP = 19
22272pkg syscall (linux-386), const SIGSYS = 31
22273pkg syscall (linux-386), const SIGTSTP = 20
22274pkg syscall (linux-386), const SIGTTIN = 21
22275pkg syscall (linux-386), const SIGTTOU = 22
22276pkg syscall (linux-386), const SIGUNUSED = 31
22277pkg syscall (linux-386), const SIGURG = 23
22278pkg syscall (linux-386), const SIGUSR1 = 10
22279pkg syscall (linux-386), const SIGUSR2 = 12
22280pkg syscall (linux-386), const SIGVTALRM = 26
22281pkg syscall (linux-386), const SIGWINCH = 28
22282pkg syscall (linux-386), const SIGXCPU = 24
22283pkg syscall (linux-386), const SIGXFSZ = 25
22284pkg syscall (linux-386), const SIOCADDDLCI = 35200
22285pkg syscall (linux-386), const SIOCADDMULTI = 35121
22286pkg syscall (linux-386), const SIOCADDRT = 35083
22287pkg syscall (linux-386), const SIOCATMARK = 35077
22288pkg syscall (linux-386), const SIOCDARP = 35155
22289pkg syscall (linux-386), const SIOCDELDLCI = 35201
22290pkg syscall (linux-386), const SIOCDELMULTI = 35122
22291pkg syscall (linux-386), const SIOCDELRT = 35084
22292pkg syscall (linux-386), const SIOCDEVPRIVATE = 35312
22293pkg syscall (linux-386), const SIOCDIFADDR = 35126
22294pkg syscall (linux-386), const SIOCDRARP = 35168
22295pkg syscall (linux-386), const SIOCGARP = 35156
22296pkg syscall (linux-386), const SIOCGIFADDR = 35093
22297pkg syscall (linux-386), const SIOCGIFBR = 35136
22298pkg syscall (linux-386), const SIOCGIFBRDADDR = 35097
22299pkg syscall (linux-386), const SIOCGIFCONF = 35090
22300pkg syscall (linux-386), const SIOCGIFCOUNT = 35128
22301pkg syscall (linux-386), const SIOCGIFDSTADDR = 35095
22302pkg syscall (linux-386), const SIOCGIFENCAP = 35109
22303pkg syscall (linux-386), const SIOCGIFFLAGS = 35091
22304pkg syscall (linux-386), const SIOCGIFHWADDR = 35111
22305pkg syscall (linux-386), const SIOCGIFINDEX = 35123
22306pkg syscall (linux-386), const SIOCGIFMAP = 35184
22307pkg syscall (linux-386), const SIOCGIFMEM = 35103
22308pkg syscall (linux-386), const SIOCGIFMETRIC = 35101
22309pkg syscall (linux-386), const SIOCGIFMTU = 35105
22310pkg syscall (linux-386), const SIOCGIFNAME = 35088
22311pkg syscall (linux-386), const SIOCGIFNETMASK = 35099
22312pkg syscall (linux-386), const SIOCGIFPFLAGS = 35125
22313pkg syscall (linux-386), const SIOCGIFSLAVE = 35113
22314pkg syscall (linux-386), const SIOCGIFTXQLEN = 35138
22315pkg syscall (linux-386), const SIOCGPGRP = 35076
22316pkg syscall (linux-386), const SIOCGRARP = 35169
22317pkg syscall (linux-386), const SIOCGSTAMP = 35078
22318pkg syscall (linux-386), const SIOCGSTAMPNS = 35079
22319pkg syscall (linux-386), const SIOCPROTOPRIVATE = 35296
22320pkg syscall (linux-386), const SIOCRTMSG = 35085
22321pkg syscall (linux-386), const SIOCSARP = 35157
22322pkg syscall (linux-386), const SIOCSIFADDR = 35094
22323pkg syscall (linux-386), const SIOCSIFBR = 35137
22324pkg syscall (linux-386), const SIOCSIFBRDADDR = 35098
22325pkg syscall (linux-386), const SIOCSIFDSTADDR = 35096
22326pkg syscall (linux-386), const SIOCSIFENCAP = 35110
22327pkg syscall (linux-386), const SIOCSIFFLAGS = 35092
22328pkg syscall (linux-386), const SIOCSIFHWADDR = 35108
22329pkg syscall (linux-386), const SIOCSIFHWBROADCAST = 35127
22330pkg syscall (linux-386), const SIOCSIFLINK = 35089
22331pkg syscall (linux-386), const SIOCSIFMAP = 35185
22332pkg syscall (linux-386), const SIOCSIFMEM = 35104
22333pkg syscall (linux-386), const SIOCSIFMETRIC = 35102
22334pkg syscall (linux-386), const SIOCSIFMTU = 35106
22335pkg syscall (linux-386), const SIOCSIFNAME = 35107
22336pkg syscall (linux-386), const SIOCSIFNETMASK = 35100
22337pkg syscall (linux-386), const SIOCSIFPFLAGS = 35124
22338pkg syscall (linux-386), const SIOCSIFSLAVE = 35120
22339pkg syscall (linux-386), const SIOCSIFTXQLEN = 35139
22340pkg syscall (linux-386), const SIOCSPGRP = 35074
22341pkg syscall (linux-386), const SIOCSRARP = 35170
22342pkg syscall (linux-386), const SOCK_CLOEXEC = 524288
22343pkg syscall (linux-386), const SOCK_DCCP = 6
22344pkg syscall (linux-386), const SOCK_NONBLOCK = 2048
22345pkg syscall (linux-386), const SOCK_PACKET = 10
22346pkg syscall (linux-386), const SOCK_RDM = 4
22347pkg syscall (linux-386), const SOL_AAL = 265
22348pkg syscall (linux-386), const SOL_ATM = 264
22349pkg syscall (linux-386), const SOL_DECNET = 261
22350pkg syscall (linux-386), const SOL_ICMPV6 = 58
22351pkg syscall (linux-386), const SOL_IP = 0
22352pkg syscall (linux-386), const SOL_IPV6 = 41
22353pkg syscall (linux-386), const SOL_IRDA = 266
22354pkg syscall (linux-386), const SOL_PACKET = 263
22355pkg syscall (linux-386), const SOL_RAW = 255
22356pkg syscall (linux-386), const SOL_SOCKET = 1
22357pkg syscall (linux-386), const SOL_TCP = 6
22358pkg syscall (linux-386), const SOL_X25 = 262
22359pkg syscall (linux-386), const SOMAXCONN = 128
22360pkg syscall (linux-386), const SO_ACCEPTCONN = 30
22361pkg syscall (linux-386), const SO_ATTACH_FILTER = 26
22362pkg syscall (linux-386), const SO_BINDTODEVICE = 25
22363pkg syscall (linux-386), const SO_BROADCAST = 6
22364pkg syscall (linux-386), const SO_BSDCOMPAT = 14
22365pkg syscall (linux-386), const SO_DEBUG = 1
22366pkg syscall (linux-386), const SO_DETACH_FILTER = 27
22367pkg syscall (linux-386), const SO_DOMAIN = 39
22368pkg syscall (linux-386), const SO_DONTROUTE = 5
22369pkg syscall (linux-386), const SO_ERROR = 4
22370pkg syscall (linux-386), const SO_KEEPALIVE = 9
22371pkg syscall (linux-386), const SO_LINGER = 13
22372pkg syscall (linux-386), const SO_MARK = 36
22373pkg syscall (linux-386), const SO_NO_CHECK = 11
22374pkg syscall (linux-386), const SO_OOBINLINE = 10
22375pkg syscall (linux-386), const SO_PASSCRED = 16
22376pkg syscall (linux-386), const SO_PASSSEC = 34
22377pkg syscall (linux-386), const SO_PEERCRED = 17
22378pkg syscall (linux-386), const SO_PEERNAME = 28
22379pkg syscall (linux-386), const SO_PEERSEC = 31
22380pkg syscall (linux-386), const SO_PRIORITY = 12
22381pkg syscall (linux-386), const SO_PROTOCOL = 38
22382pkg syscall (linux-386), const SO_RCVBUF = 8
22383pkg syscall (linux-386), const SO_RCVBUFFORCE = 33
22384pkg syscall (linux-386), const SO_RCVLOWAT = 18
22385pkg syscall (linux-386), const SO_RCVTIMEO = 20
22386pkg syscall (linux-386), const SO_REUSEADDR = 2
22387pkg syscall (linux-386), const SO_RXQ_OVFL = 40
22388pkg syscall (linux-386), const SO_SECURITY_AUTHENTICATION = 22
22389pkg syscall (linux-386), const SO_SECURITY_ENCRYPTION_NETWORK = 24
22390pkg syscall (linux-386), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
22391pkg syscall (linux-386), const SO_SNDBUF = 7
22392pkg syscall (linux-386), const SO_SNDBUFFORCE = 32
22393pkg syscall (linux-386), const SO_SNDLOWAT = 19
22394pkg syscall (linux-386), const SO_SNDTIMEO = 21
22395pkg syscall (linux-386), const SO_TIMESTAMP = 29
22396pkg syscall (linux-386), const SO_TIMESTAMPING = 37
22397pkg syscall (linux-386), const SO_TIMESTAMPNS = 35
22398pkg syscall (linux-386), const SO_TYPE = 3
22399pkg syscall (linux-386), const SYS_ACCESS = 33
22400pkg syscall (linux-386), const SYS_ACCT = 51
22401pkg syscall (linux-386), const SYS_ADD_KEY = 286
22402pkg syscall (linux-386), const SYS_ADJTIMEX = 124
22403pkg syscall (linux-386), const SYS_AFS_SYSCALL = 137
22404pkg syscall (linux-386), const SYS_ALARM = 27
22405pkg syscall (linux-386), const SYS_BDFLUSH = 134
22406pkg syscall (linux-386), const SYS_BREAK = 17
22407pkg syscall (linux-386), const SYS_BRK = 45
22408pkg syscall (linux-386), const SYS_CAPGET = 184
22409pkg syscall (linux-386), const SYS_CAPSET = 185
22410pkg syscall (linux-386), const SYS_CHDIR = 12
22411pkg syscall (linux-386), const SYS_CHMOD = 15
22412pkg syscall (linux-386), const SYS_CHOWN = 182
22413pkg syscall (linux-386), const SYS_CHOWN32 = 212
22414pkg syscall (linux-386), const SYS_CHROOT = 61
22415pkg syscall (linux-386), const SYS_CLOCK_GETRES = 266
22416pkg syscall (linux-386), const SYS_CLOCK_GETTIME = 265
22417pkg syscall (linux-386), const SYS_CLOCK_NANOSLEEP = 267
22418pkg syscall (linux-386), const SYS_CLOCK_SETTIME = 264
22419pkg syscall (linux-386), const SYS_CLONE = 120
22420pkg syscall (linux-386), const SYS_CLOSE = 6
22421pkg syscall (linux-386), const SYS_CREAT = 8
22422pkg syscall (linux-386), const SYS_CREATE_MODULE = 127
22423pkg syscall (linux-386), const SYS_DELETE_MODULE = 129
22424pkg syscall (linux-386), const SYS_DUP = 41
22425pkg syscall (linux-386), const SYS_DUP2 = 63
22426pkg syscall (linux-386), const SYS_DUP3 = 330
22427pkg syscall (linux-386), const SYS_EPOLL_CREATE = 254
22428pkg syscall (linux-386), const SYS_EPOLL_CREATE1 = 329
22429pkg syscall (linux-386), const SYS_EPOLL_CTL = 255
22430pkg syscall (linux-386), const SYS_EPOLL_PWAIT = 319
22431pkg syscall (linux-386), const SYS_EPOLL_WAIT = 256
22432pkg syscall (linux-386), const SYS_EVENTFD = 323
22433pkg syscall (linux-386), const SYS_EVENTFD2 = 328
22434pkg syscall (linux-386), const SYS_EXECVE = 11
22435pkg syscall (linux-386), const SYS_EXIT = 1
22436pkg syscall (linux-386), const SYS_EXIT_GROUP = 252
22437pkg syscall (linux-386), const SYS_FACCESSAT = 307
22438pkg syscall (linux-386), const SYS_FADVISE64 = 250
22439pkg syscall (linux-386), const SYS_FADVISE64_64 = 272
22440pkg syscall (linux-386), const SYS_FALLOCATE = 324
22441pkg syscall (linux-386), const SYS_FANOTIFY_INIT = 338
22442pkg syscall (linux-386), const SYS_FANOTIFY_MARK = 339
22443pkg syscall (linux-386), const SYS_FCHDIR = 133
22444pkg syscall (linux-386), const SYS_FCHMOD = 94
22445pkg syscall (linux-386), const SYS_FCHMODAT = 306
22446pkg syscall (linux-386), const SYS_FCHOWN = 95
22447pkg syscall (linux-386), const SYS_FCHOWN32 = 207
22448pkg syscall (linux-386), const SYS_FCHOWNAT = 298
22449pkg syscall (linux-386), const SYS_FCNTL = 55
22450pkg syscall (linux-386), const SYS_FCNTL64 = 221
22451pkg syscall (linux-386), const SYS_FDATASYNC = 148
22452pkg syscall (linux-386), const SYS_FGETXATTR = 231
22453pkg syscall (linux-386), const SYS_FLISTXATTR = 234
22454pkg syscall (linux-386), const SYS_FLOCK = 143
22455pkg syscall (linux-386), const SYS_FORK = 2
22456pkg syscall (linux-386), const SYS_FREMOVEXATTR = 237
22457pkg syscall (linux-386), const SYS_FSETXATTR = 228
22458pkg syscall (linux-386), const SYS_FSTAT = 108
22459pkg syscall (linux-386), const SYS_FSTAT64 = 197
22460pkg syscall (linux-386), const SYS_FSTATAT64 = 300
22461pkg syscall (linux-386), const SYS_FSTATFS = 100
22462pkg syscall (linux-386), const SYS_FSTATFS64 = 269
22463pkg syscall (linux-386), const SYS_FSYNC = 118
22464pkg syscall (linux-386), const SYS_FTIME = 35
22465pkg syscall (linux-386), const SYS_FTRUNCATE = 93
22466pkg syscall (linux-386), const SYS_FTRUNCATE64 = 194
22467pkg syscall (linux-386), const SYS_FUTEX = 240
22468pkg syscall (linux-386), const SYS_FUTIMESAT = 299
22469pkg syscall (linux-386), const SYS_GETCPU = 318
22470pkg syscall (linux-386), const SYS_GETCWD = 183
22471pkg syscall (linux-386), const SYS_GETDENTS = 141
22472pkg syscall (linux-386), const SYS_GETDENTS64 = 220
22473pkg syscall (linux-386), const SYS_GETEGID = 50
22474pkg syscall (linux-386), const SYS_GETEGID32 = 202
22475pkg syscall (linux-386), const SYS_GETEUID = 49
22476pkg syscall (linux-386), const SYS_GETEUID32 = 201
22477pkg syscall (linux-386), const SYS_GETGID = 47
22478pkg syscall (linux-386), const SYS_GETGID32 = 200
22479pkg syscall (linux-386), const SYS_GETGROUPS = 80
22480pkg syscall (linux-386), const SYS_GETGROUPS32 = 205
22481pkg syscall (linux-386), const SYS_GETITIMER = 105
22482pkg syscall (linux-386), const SYS_GETPGID = 132
22483pkg syscall (linux-386), const SYS_GETPGRP = 65
22484pkg syscall (linux-386), const SYS_GETPID = 20
22485pkg syscall (linux-386), const SYS_GETPMSG = 188
22486pkg syscall (linux-386), const SYS_GETPPID = 64
22487pkg syscall (linux-386), const SYS_GETPRIORITY = 96
22488pkg syscall (linux-386), const SYS_GETRESGID = 171
22489pkg syscall (linux-386), const SYS_GETRESGID32 = 211
22490pkg syscall (linux-386), const SYS_GETRESUID = 165
22491pkg syscall (linux-386), const SYS_GETRESUID32 = 209
22492pkg syscall (linux-386), const SYS_GETRLIMIT = 76
22493pkg syscall (linux-386), const SYS_GETRUSAGE = 77
22494pkg syscall (linux-386), const SYS_GETSID = 147
22495pkg syscall (linux-386), const SYS_GETTID = 224
22496pkg syscall (linux-386), const SYS_GETTIMEOFDAY = 78
22497pkg syscall (linux-386), const SYS_GETUID = 24
22498pkg syscall (linux-386), const SYS_GETUID32 = 199
22499pkg syscall (linux-386), const SYS_GETXATTR = 229
22500pkg syscall (linux-386), const SYS_GET_KERNEL_SYMS = 130
22501pkg syscall (linux-386), const SYS_GET_MEMPOLICY = 275
22502pkg syscall (linux-386), const SYS_GET_ROBUST_LIST = 312
22503pkg syscall (linux-386), const SYS_GET_THREAD_AREA = 244
22504pkg syscall (linux-386), const SYS_GTTY = 32
22505pkg syscall (linux-386), const SYS_IDLE = 112
22506pkg syscall (linux-386), const SYS_INIT_MODULE = 128
22507pkg syscall (linux-386), const SYS_INOTIFY_ADD_WATCH = 292
22508pkg syscall (linux-386), const SYS_INOTIFY_INIT = 291
22509pkg syscall (linux-386), const SYS_INOTIFY_INIT1 = 332
22510pkg syscall (linux-386), const SYS_INOTIFY_RM_WATCH = 293
22511pkg syscall (linux-386), const SYS_IOCTL = 54
22512pkg syscall (linux-386), const SYS_IOPERM = 101
22513pkg syscall (linux-386), const SYS_IOPL = 110
22514pkg syscall (linux-386), const SYS_IOPRIO_GET = 290
22515pkg syscall (linux-386), const SYS_IOPRIO_SET = 289
22516pkg syscall (linux-386), const SYS_IO_CANCEL = 249
22517pkg syscall (linux-386), const SYS_IO_DESTROY = 246
22518pkg syscall (linux-386), const SYS_IO_GETEVENTS = 247
22519pkg syscall (linux-386), const SYS_IO_SETUP = 245
22520pkg syscall (linux-386), const SYS_IO_SUBMIT = 248
22521pkg syscall (linux-386), const SYS_IPC = 117
22522pkg syscall (linux-386), const SYS_KEXEC_LOAD = 283
22523pkg syscall (linux-386), const SYS_KEYCTL = 288
22524pkg syscall (linux-386), const SYS_KILL = 37
22525pkg syscall (linux-386), const SYS_LCHOWN = 16
22526pkg syscall (linux-386), const SYS_LCHOWN32 = 198
22527pkg syscall (linux-386), const SYS_LGETXATTR = 230
22528pkg syscall (linux-386), const SYS_LINK = 9
22529pkg syscall (linux-386), const SYS_LINKAT = 303
22530pkg syscall (linux-386), const SYS_LISTXATTR = 232
22531pkg syscall (linux-386), const SYS_LLISTXATTR = 233
22532pkg syscall (linux-386), const SYS_LOCK = 53
22533pkg syscall (linux-386), const SYS_LOOKUP_DCOOKIE = 253
22534pkg syscall (linux-386), const SYS_LREMOVEXATTR = 236
22535pkg syscall (linux-386), const SYS_LSEEK = 19
22536pkg syscall (linux-386), const SYS_LSETXATTR = 227
22537pkg syscall (linux-386), const SYS_LSTAT = 107
22538pkg syscall (linux-386), const SYS_LSTAT64 = 196
22539pkg syscall (linux-386), const SYS_MADVISE = 219
22540pkg syscall (linux-386), const SYS_MADVISE1 = 219
22541pkg syscall (linux-386), const SYS_MBIND = 274
22542pkg syscall (linux-386), const SYS_MIGRATE_PAGES = 294
22543pkg syscall (linux-386), const SYS_MINCORE = 218
22544pkg syscall (linux-386), const SYS_MKDIR = 39
22545pkg syscall (linux-386), const SYS_MKDIRAT = 296
22546pkg syscall (linux-386), const SYS_MKNOD = 14
22547pkg syscall (linux-386), const SYS_MKNODAT = 297
22548pkg syscall (linux-386), const SYS_MLOCK = 150
22549pkg syscall (linux-386), const SYS_MLOCKALL = 152
22550pkg syscall (linux-386), const SYS_MMAP = 90
22551pkg syscall (linux-386), const SYS_MMAP2 = 192
22552pkg syscall (linux-386), const SYS_MODIFY_LDT = 123
22553pkg syscall (linux-386), const SYS_MOUNT = 21
22554pkg syscall (linux-386), const SYS_MOVE_PAGES = 317
22555pkg syscall (linux-386), const SYS_MPROTECT = 125
22556pkg syscall (linux-386), const SYS_MPX = 56
22557pkg syscall (linux-386), const SYS_MQ_GETSETATTR = 282
22558pkg syscall (linux-386), const SYS_MQ_NOTIFY = 281
22559pkg syscall (linux-386), const SYS_MQ_OPEN = 277
22560pkg syscall (linux-386), const SYS_MQ_TIMEDRECEIVE = 280
22561pkg syscall (linux-386), const SYS_MQ_TIMEDSEND = 279
22562pkg syscall (linux-386), const SYS_MQ_UNLINK = 278
22563pkg syscall (linux-386), const SYS_MREMAP = 163
22564pkg syscall (linux-386), const SYS_MSYNC = 144
22565pkg syscall (linux-386), const SYS_MUNLOCK = 151
22566pkg syscall (linux-386), const SYS_MUNLOCKALL = 153
22567pkg syscall (linux-386), const SYS_MUNMAP = 91
22568pkg syscall (linux-386), const SYS_NANOSLEEP = 162
22569pkg syscall (linux-386), const SYS_NFSSERVCTL = 169
22570pkg syscall (linux-386), const SYS_NICE = 34
22571pkg syscall (linux-386), const SYS_OLDFSTAT = 28
22572pkg syscall (linux-386), const SYS_OLDLSTAT = 84
22573pkg syscall (linux-386), const SYS_OLDOLDUNAME = 59
22574pkg syscall (linux-386), const SYS_OLDSTAT = 18
22575pkg syscall (linux-386), const SYS_OLDUNAME = 109
22576pkg syscall (linux-386), const SYS_OPEN = 5
22577pkg syscall (linux-386), const SYS_OPENAT = 295
22578pkg syscall (linux-386), const SYS_PAUSE = 29
22579pkg syscall (linux-386), const SYS_PERF_EVENT_OPEN = 336
22580pkg syscall (linux-386), const SYS_PERSONALITY = 136
22581pkg syscall (linux-386), const SYS_PIPE = 42
22582pkg syscall (linux-386), const SYS_PIPE2 = 331
22583pkg syscall (linux-386), const SYS_PIVOT_ROOT = 217
22584pkg syscall (linux-386), const SYS_POLL = 168
22585pkg syscall (linux-386), const SYS_PPOLL = 309
22586pkg syscall (linux-386), const SYS_PRCTL = 172
22587pkg syscall (linux-386), const SYS_PREAD64 = 180
22588pkg syscall (linux-386), const SYS_PREADV = 333
22589pkg syscall (linux-386), const SYS_PRLIMIT64 = 340
22590pkg syscall (linux-386), const SYS_PROF = 44
22591pkg syscall (linux-386), const SYS_PROFIL = 98
22592pkg syscall (linux-386), const SYS_PSELECT6 = 308
22593pkg syscall (linux-386), const SYS_PTRACE = 26
22594pkg syscall (linux-386), const SYS_PUTPMSG = 189
22595pkg syscall (linux-386), const SYS_PWRITE64 = 181
22596pkg syscall (linux-386), const SYS_PWRITEV = 334
22597pkg syscall (linux-386), const SYS_QUERY_MODULE = 167
22598pkg syscall (linux-386), const SYS_QUOTACTL = 131
22599pkg syscall (linux-386), const SYS_READ = 3
22600pkg syscall (linux-386), const SYS_READAHEAD = 225
22601pkg syscall (linux-386), const SYS_READDIR = 89
22602pkg syscall (linux-386), const SYS_READLINK = 85
22603pkg syscall (linux-386), const SYS_READLINKAT = 305
22604pkg syscall (linux-386), const SYS_READV = 145
22605pkg syscall (linux-386), const SYS_REBOOT = 88
22606pkg syscall (linux-386), const SYS_RECVMMSG = 337
22607pkg syscall (linux-386), const SYS_REMAP_FILE_PAGES = 257
22608pkg syscall (linux-386), const SYS_REMOVEXATTR = 235
22609pkg syscall (linux-386), const SYS_RENAME = 38
22610pkg syscall (linux-386), const SYS_RENAMEAT = 302
22611pkg syscall (linux-386), const SYS_REQUEST_KEY = 287
22612pkg syscall (linux-386), const SYS_RESTART_SYSCALL = 0
22613pkg syscall (linux-386), const SYS_RMDIR = 40
22614pkg syscall (linux-386), const SYS_RT_SIGACTION = 174
22615pkg syscall (linux-386), const SYS_RT_SIGPENDING = 176
22616pkg syscall (linux-386), const SYS_RT_SIGPROCMASK = 175
22617pkg syscall (linux-386), const SYS_RT_SIGQUEUEINFO = 178
22618pkg syscall (linux-386), const SYS_RT_SIGRETURN = 173
22619pkg syscall (linux-386), const SYS_RT_SIGSUSPEND = 179
22620pkg syscall (linux-386), const SYS_RT_SIGTIMEDWAIT = 177
22621pkg syscall (linux-386), const SYS_RT_TGSIGQUEUEINFO = 335
22622pkg syscall (linux-386), const SYS_SCHED_GETAFFINITY = 242
22623pkg syscall (linux-386), const SYS_SCHED_GETPARAM = 155
22624pkg syscall (linux-386), const SYS_SCHED_GETSCHEDULER = 157
22625pkg syscall (linux-386), const SYS_SCHED_GET_PRIORITY_MAX = 159
22626pkg syscall (linux-386), const SYS_SCHED_GET_PRIORITY_MIN = 160
22627pkg syscall (linux-386), const SYS_SCHED_RR_GET_INTERVAL = 161
22628pkg syscall (linux-386), const SYS_SCHED_SETAFFINITY = 241
22629pkg syscall (linux-386), const SYS_SCHED_SETPARAM = 154
22630pkg syscall (linux-386), const SYS_SCHED_SETSCHEDULER = 156
22631pkg syscall (linux-386), const SYS_SCHED_YIELD = 158
22632pkg syscall (linux-386), const SYS_SELECT = 82
22633pkg syscall (linux-386), const SYS_SENDFILE = 187
22634pkg syscall (linux-386), const SYS_SENDFILE64 = 239
22635pkg syscall (linux-386), const SYS_SETDOMAINNAME = 121
22636pkg syscall (linux-386), const SYS_SETFSGID = 139
22637pkg syscall (linux-386), const SYS_SETFSGID32 = 216
22638pkg syscall (linux-386), const SYS_SETFSUID = 138
22639pkg syscall (linux-386), const SYS_SETFSUID32 = 215
22640pkg syscall (linux-386), const SYS_SETGID = 46
22641pkg syscall (linux-386), const SYS_SETGID32 = 214
22642pkg syscall (linux-386), const SYS_SETGROUPS = 81
22643pkg syscall (linux-386), const SYS_SETGROUPS32 = 206
22644pkg syscall (linux-386), const SYS_SETHOSTNAME = 74
22645pkg syscall (linux-386), const SYS_SETITIMER = 104
22646pkg syscall (linux-386), const SYS_SETPGID = 57
22647pkg syscall (linux-386), const SYS_SETPRIORITY = 97
22648pkg syscall (linux-386), const SYS_SETREGID = 71
22649pkg syscall (linux-386), const SYS_SETREGID32 = 204
22650pkg syscall (linux-386), const SYS_SETRESGID = 170
22651pkg syscall (linux-386), const SYS_SETRESGID32 = 210
22652pkg syscall (linux-386), const SYS_SETRESUID = 164
22653pkg syscall (linux-386), const SYS_SETRESUID32 = 208
22654pkg syscall (linux-386), const SYS_SETREUID = 70
22655pkg syscall (linux-386), const SYS_SETREUID32 = 203
22656pkg syscall (linux-386), const SYS_SETRLIMIT = 75
22657pkg syscall (linux-386), const SYS_SETSID = 66
22658pkg syscall (linux-386), const SYS_SETTIMEOFDAY = 79
22659pkg syscall (linux-386), const SYS_SETUID = 23
22660pkg syscall (linux-386), const SYS_SETUID32 = 213
22661pkg syscall (linux-386), const SYS_SETXATTR = 226
22662pkg syscall (linux-386), const SYS_SET_MEMPOLICY = 276
22663pkg syscall (linux-386), const SYS_SET_ROBUST_LIST = 311
22664pkg syscall (linux-386), const SYS_SET_THREAD_AREA = 243
22665pkg syscall (linux-386), const SYS_SET_TID_ADDRESS = 258
22666pkg syscall (linux-386), const SYS_SGETMASK = 68
22667pkg syscall (linux-386), const SYS_SIGACTION = 67
22668pkg syscall (linux-386), const SYS_SIGALTSTACK = 186
22669pkg syscall (linux-386), const SYS_SIGNAL = 48
22670pkg syscall (linux-386), const SYS_SIGNALFD = 321
22671pkg syscall (linux-386), const SYS_SIGNALFD4 = 327
22672pkg syscall (linux-386), const SYS_SIGPENDING = 73
22673pkg syscall (linux-386), const SYS_SIGPROCMASK = 126
22674pkg syscall (linux-386), const SYS_SIGRETURN = 119
22675pkg syscall (linux-386), const SYS_SIGSUSPEND = 72
22676pkg syscall (linux-386), const SYS_SOCKETCALL = 102
22677pkg syscall (linux-386), const SYS_SPLICE = 313
22678pkg syscall (linux-386), const SYS_SSETMASK = 69
22679pkg syscall (linux-386), const SYS_STAT = 106
22680pkg syscall (linux-386), const SYS_STAT64 = 195
22681pkg syscall (linux-386), const SYS_STATFS = 99
22682pkg syscall (linux-386), const SYS_STATFS64 = 268
22683pkg syscall (linux-386), const SYS_STIME = 25
22684pkg syscall (linux-386), const SYS_STTY = 31
22685pkg syscall (linux-386), const SYS_SWAPOFF = 115
22686pkg syscall (linux-386), const SYS_SWAPON = 87
22687pkg syscall (linux-386), const SYS_SYMLINK = 83
22688pkg syscall (linux-386), const SYS_SYMLINKAT = 304
22689pkg syscall (linux-386), const SYS_SYNC = 36
22690pkg syscall (linux-386), const SYS_SYNC_FILE_RANGE = 314
22691pkg syscall (linux-386), const SYS_SYSFS = 135
22692pkg syscall (linux-386), const SYS_SYSINFO = 116
22693pkg syscall (linux-386), const SYS_SYSLOG = 103
22694pkg syscall (linux-386), const SYS_TEE = 315
22695pkg syscall (linux-386), const SYS_TGKILL = 270
22696pkg syscall (linux-386), const SYS_TIME = 13
22697pkg syscall (linux-386), const SYS_TIMERFD_CREATE = 322
22698pkg syscall (linux-386), const SYS_TIMERFD_GETTIME = 326
22699pkg syscall (linux-386), const SYS_TIMERFD_SETTIME = 325
22700pkg syscall (linux-386), const SYS_TIMER_CREATE = 259
22701pkg syscall (linux-386), const SYS_TIMER_DELETE = 263
22702pkg syscall (linux-386), const SYS_TIMER_GETOVERRUN = 262
22703pkg syscall (linux-386), const SYS_TIMER_GETTIME = 261
22704pkg syscall (linux-386), const SYS_TIMER_SETTIME = 260
22705pkg syscall (linux-386), const SYS_TIMES = 43
22706pkg syscall (linux-386), const SYS_TKILL = 238
22707pkg syscall (linux-386), const SYS_TRUNCATE = 92
22708pkg syscall (linux-386), const SYS_TRUNCATE64 = 193
22709pkg syscall (linux-386), const SYS_UGETRLIMIT = 191
22710pkg syscall (linux-386), const SYS_ULIMIT = 58
22711pkg syscall (linux-386), const SYS_UMASK = 60
22712pkg syscall (linux-386), const SYS_UMOUNT = 22
22713pkg syscall (linux-386), const SYS_UMOUNT2 = 52
22714pkg syscall (linux-386), const SYS_UNAME = 122
22715pkg syscall (linux-386), const SYS_UNLINK = 10
22716pkg syscall (linux-386), const SYS_UNLINKAT = 301
22717pkg syscall (linux-386), const SYS_UNSHARE = 310
22718pkg syscall (linux-386), const SYS_USELIB = 86
22719pkg syscall (linux-386), const SYS_USTAT = 62
22720pkg syscall (linux-386), const SYS_UTIME = 30
22721pkg syscall (linux-386), const SYS_UTIMENSAT = 320
22722pkg syscall (linux-386), const SYS_UTIMES = 271
22723pkg syscall (linux-386), const SYS_VFORK = 190
22724pkg syscall (linux-386), const SYS_VHANGUP = 111
22725pkg syscall (linux-386), const SYS_VM86 = 166
22726pkg syscall (linux-386), const SYS_VM86OLD = 113
22727pkg syscall (linux-386), const SYS_VMSPLICE = 316
22728pkg syscall (linux-386), const SYS_VSERVER = 273
22729pkg syscall (linux-386), const SYS_WAIT4 = 114
22730pkg syscall (linux-386), const SYS_WAITID = 284
22731pkg syscall (linux-386), const SYS_WAITPID = 7
22732pkg syscall (linux-386), const SYS_WRITE = 4
22733pkg syscall (linux-386), const SYS_WRITEV = 146
22734pkg syscall (linux-386), const SYS__LLSEEK = 140
22735pkg syscall (linux-386), const SYS__NEWSELECT = 142
22736pkg syscall (linux-386), const SYS__SYSCTL = 149
22737pkg syscall (linux-386), const S_BLKSIZE = 512
22738pkg syscall (linux-386), const S_IEXEC = 64
22739pkg syscall (linux-386), const S_IFMT = 61440
22740pkg syscall (linux-386), const S_IREAD = 256
22741pkg syscall (linux-386), const S_IRGRP = 32
22742pkg syscall (linux-386), const S_IROTH = 4
22743pkg syscall (linux-386), const S_IRWXG = 56
22744pkg syscall (linux-386), const S_IRWXO = 7
22745pkg syscall (linux-386), const S_IRWXU = 448
22746pkg syscall (linux-386), const S_IWGRP = 16
22747pkg syscall (linux-386), const S_IWOTH = 2
22748pkg syscall (linux-386), const S_IWRITE = 128
22749pkg syscall (linux-386), const S_IXGRP = 8
22750pkg syscall (linux-386), const S_IXOTH = 1
22751pkg syscall (linux-386), const SizeofCmsghdr = 12
22752pkg syscall (linux-386), const SizeofIPMreq = 8
22753pkg syscall (linux-386), const SizeofIPMreqn = 12
22754pkg syscall (linux-386), const SizeofIPv6Mreq = 20
22755pkg syscall (linux-386), const SizeofIfAddrmsg = 8
22756pkg syscall (linux-386), const SizeofIfInfomsg = 16
22757pkg syscall (linux-386), const SizeofInet4Pktinfo = 12
22758pkg syscall (linux-386), const SizeofInet6Pktinfo = 20
22759pkg syscall (linux-386), const SizeofInotifyEvent = 16
22760pkg syscall (linux-386), const SizeofLinger = 8
22761pkg syscall (linux-386), const SizeofMsghdr = 28
22762pkg syscall (linux-386), const SizeofNlAttr = 4
22763pkg syscall (linux-386), const SizeofNlMsgerr = 20
22764pkg syscall (linux-386), const SizeofNlMsghdr = 16
22765pkg syscall (linux-386), const SizeofRtAttr = 4
22766pkg syscall (linux-386), const SizeofRtGenmsg = 1
22767pkg syscall (linux-386), const SizeofRtMsg = 12
22768pkg syscall (linux-386), const SizeofRtNexthop = 8
22769pkg syscall (linux-386), const SizeofSockFilter = 8
22770pkg syscall (linux-386), const SizeofSockFprog = 8
22771pkg syscall (linux-386), const SizeofSockaddrAny = 112
22772pkg syscall (linux-386), const SizeofSockaddrInet4 = 16
22773pkg syscall (linux-386), const SizeofSockaddrInet6 = 28
22774pkg syscall (linux-386), const SizeofSockaddrLinklayer = 20
22775pkg syscall (linux-386), const SizeofSockaddrNetlink = 12
22776pkg syscall (linux-386), const SizeofSockaddrUnix = 110
22777pkg syscall (linux-386), const SizeofTCPInfo = 104
22778pkg syscall (linux-386), const SizeofTCPInfo ideal-int
22779pkg syscall (linux-386), const SizeofUcred = 12
22780pkg syscall (linux-386), const TCGETS = 21505
22781pkg syscall (linux-386), const TCP_CONGESTION = 13
22782pkg syscall (linux-386), const TCP_CORK = 3
22783pkg syscall (linux-386), const TCP_DEFER_ACCEPT = 9
22784pkg syscall (linux-386), const TCP_INFO = 11
22785pkg syscall (linux-386), const TCP_KEEPCNT = 6
22786pkg syscall (linux-386), const TCP_KEEPIDLE = 4
22787pkg syscall (linux-386), const TCP_KEEPINTVL = 5
22788pkg syscall (linux-386), const TCP_LINGER2 = 8
22789pkg syscall (linux-386), const TCP_MAXSEG = 2
22790pkg syscall (linux-386), const TCP_MAXWIN = 65535
22791pkg syscall (linux-386), const TCP_MAX_WINSHIFT = 14
22792pkg syscall (linux-386), const TCP_MD5SIG = 14
22793pkg syscall (linux-386), const TCP_MD5SIG_MAXKEYLEN = 80
22794pkg syscall (linux-386), const TCP_MSS = 512
22795pkg syscall (linux-386), const TCP_QUICKACK = 12
22796pkg syscall (linux-386), const TCP_SYNCNT = 7
22797pkg syscall (linux-386), const TCP_WINDOW_CLAMP = 10
22798pkg syscall (linux-386), const TCSETS = 21506
22799pkg syscall (linux-386), const TIOCCBRK = 21544
22800pkg syscall (linux-386), const TIOCCONS = 21533
22801pkg syscall (linux-386), const TIOCEXCL = 21516
22802pkg syscall (linux-386), const TIOCGDEV = 2147767346
22803pkg syscall (linux-386), const TIOCGETD = 21540
22804pkg syscall (linux-386), const TIOCGICOUNT = 21597
22805pkg syscall (linux-386), const TIOCGLCKTRMIOS = 21590
22806pkg syscall (linux-386), const TIOCGPGRP = 21519
22807pkg syscall (linux-386), const TIOCGPTN = 2147767344
22808pkg syscall (linux-386), const TIOCGRS485 = 21550
22809pkg syscall (linux-386), const TIOCGSERIAL = 21534
22810pkg syscall (linux-386), const TIOCGSID = 21545
22811pkg syscall (linux-386), const TIOCGSOFTCAR = 21529
22812pkg syscall (linux-386), const TIOCGWINSZ = 21523
22813pkg syscall (linux-386), const TIOCINQ = 21531
22814pkg syscall (linux-386), const TIOCLINUX = 21532
22815pkg syscall (linux-386), const TIOCMBIC = 21527
22816pkg syscall (linux-386), const TIOCMBIS = 21526
22817pkg syscall (linux-386), const TIOCMGET = 21525
22818pkg syscall (linux-386), const TIOCMIWAIT = 21596
22819pkg syscall (linux-386), const TIOCMSET = 21528
22820pkg syscall (linux-386), const TIOCM_CAR = 64
22821pkg syscall (linux-386), const TIOCM_CD = 64
22822pkg syscall (linux-386), const TIOCM_CTS = 32
22823pkg syscall (linux-386), const TIOCM_DSR = 256
22824pkg syscall (linux-386), const TIOCM_DTR = 2
22825pkg syscall (linux-386), const TIOCM_LE = 1
22826pkg syscall (linux-386), const TIOCM_RI = 128
22827pkg syscall (linux-386), const TIOCM_RNG = 128
22828pkg syscall (linux-386), const TIOCM_RTS = 4
22829pkg syscall (linux-386), const TIOCM_SR = 16
22830pkg syscall (linux-386), const TIOCM_ST = 8
22831pkg syscall (linux-386), const TIOCNOTTY = 21538
22832pkg syscall (linux-386), const TIOCNXCL = 21517
22833pkg syscall (linux-386), const TIOCOUTQ = 21521
22834pkg syscall (linux-386), const TIOCPKT = 21536
22835pkg syscall (linux-386), const TIOCPKT_DATA = 0
22836pkg syscall (linux-386), const TIOCPKT_DOSTOP = 32
22837pkg syscall (linux-386), const TIOCPKT_FLUSHREAD = 1
22838pkg syscall (linux-386), const TIOCPKT_FLUSHWRITE = 2
22839pkg syscall (linux-386), const TIOCPKT_IOCTL = 64
22840pkg syscall (linux-386), const TIOCPKT_NOSTOP = 16
22841pkg syscall (linux-386), const TIOCPKT_START = 8
22842pkg syscall (linux-386), const TIOCPKT_STOP = 4
22843pkg syscall (linux-386), const TIOCSBRK = 21543
22844pkg syscall (linux-386), const TIOCSCTTY = 21518
22845pkg syscall (linux-386), const TIOCSERCONFIG = 21587
22846pkg syscall (linux-386), const TIOCSERGETLSR = 21593
22847pkg syscall (linux-386), const TIOCSERGETMULTI = 21594
22848pkg syscall (linux-386), const TIOCSERGSTRUCT = 21592
22849pkg syscall (linux-386), const TIOCSERGWILD = 21588
22850pkg syscall (linux-386), const TIOCSERSETMULTI = 21595
22851pkg syscall (linux-386), const TIOCSERSWILD = 21589
22852pkg syscall (linux-386), const TIOCSER_TEMT = 1
22853pkg syscall (linux-386), const TIOCSETD = 21539
22854pkg syscall (linux-386), const TIOCSIG = 1074025526
22855pkg syscall (linux-386), const TIOCSLCKTRMIOS = 21591
22856pkg syscall (linux-386), const TIOCSPGRP = 21520
22857pkg syscall (linux-386), const TIOCSPTLCK = 1074025521
22858pkg syscall (linux-386), const TIOCSRS485 = 21551
22859pkg syscall (linux-386), const TIOCSSERIAL = 21535
22860pkg syscall (linux-386), const TIOCSSOFTCAR = 21530
22861pkg syscall (linux-386), const TIOCSTI = 21522
22862pkg syscall (linux-386), const TIOCSWINSZ = 21524
22863pkg syscall (linux-386), const TOSTOP = 256
22864pkg syscall (linux-386), const TUNATTACHFILTER = 1074287829
22865pkg syscall (linux-386), const TUNDETACHFILTER = 1074287830
22866pkg syscall (linux-386), const TUNGETFEATURES = 2147767503
22867pkg syscall (linux-386), const TUNGETIFF = 2147767506
22868pkg syscall (linux-386), const TUNGETSNDBUF = 2147767507
22869pkg syscall (linux-386), const TUNGETVNETHDRSZ = 2147767511
22870pkg syscall (linux-386), const TUNSETDEBUG = 1074025673
22871pkg syscall (linux-386), const TUNSETGROUP = 1074025678
22872pkg syscall (linux-386), const TUNSETIFF = 1074025674
22873pkg syscall (linux-386), const TUNSETLINK = 1074025677
22874pkg syscall (linux-386), const TUNSETNOCSUM = 1074025672
22875pkg syscall (linux-386), const TUNSETOFFLOAD = 1074025680
22876pkg syscall (linux-386), const TUNSETOWNER = 1074025676
22877pkg syscall (linux-386), const TUNSETPERSIST = 1074025675
22878pkg syscall (linux-386), const TUNSETSNDBUF = 1074025684
22879pkg syscall (linux-386), const TUNSETTXFILTER = 1074025681
22880pkg syscall (linux-386), const TUNSETVNETHDRSZ = 1074025688
22881pkg syscall (linux-386), const VDISCARD = 13
22882pkg syscall (linux-386), const VEOF = 4
22883pkg syscall (linux-386), const VEOL = 11
22884pkg syscall (linux-386), const VEOL2 = 16
22885pkg syscall (linux-386), const VERASE = 2
22886pkg syscall (linux-386), const VINTR = 0
22887pkg syscall (linux-386), const VKILL = 3
22888pkg syscall (linux-386), const VLNEXT = 15
22889pkg syscall (linux-386), const VMIN = 6
22890pkg syscall (linux-386), const VQUIT = 1
22891pkg syscall (linux-386), const VREPRINT = 12
22892pkg syscall (linux-386), const VSTART = 8
22893pkg syscall (linux-386), const VSTOP = 9
22894pkg syscall (linux-386), const VSUSP = 10
22895pkg syscall (linux-386), const VSWTC = 7
22896pkg syscall (linux-386), const VTIME = 5
22897pkg syscall (linux-386), const VWERASE = 14
22898pkg syscall (linux-386), const WALL = 1073741824
22899pkg syscall (linux-386), const WCLONE = 2147483648
22900pkg syscall (linux-386), const WCONTINUED = 8
22901pkg syscall (linux-386), const WEXITED = 4
22902pkg syscall (linux-386), const WNOHANG = 1
22903pkg syscall (linux-386), const WNOTHREAD = 536870912
22904pkg syscall (linux-386), const WNOWAIT = 16777216
22905pkg syscall (linux-386), const WORDSIZE = 32
22906pkg syscall (linux-386), const WSTOPPED = 2
22907pkg syscall (linux-386), const WUNTRACED = 2
22908pkg syscall (linux-386), const XCASE = 4
22909pkg syscall (linux-386), func Accept4(int, int) (int, Sockaddr, error)
22910pkg syscall (linux-386), func GetsockoptUcred(int, int, int) (*Ucred, error)
22911pkg syscall (linux-386), func Getxattr(string, string, []uint8) (int, error)
22912pkg syscall (linux-386), func Listxattr(string, []uint8) (int, error)
22913pkg syscall (linux-386), func Pipe2([]int, int) error
22914pkg syscall (linux-386), func PtraceSyscall(int, int) error
22915pkg syscall (linux-386), func Removexattr(string, string) error
22916pkg syscall (linux-386), func Setxattr(string, string, []uint8, int) error
22917pkg syscall (linux-386), func SlicePtrFromStrings([]string) ([]*uint8, error)
22918pkg syscall (linux-386), type SysProcAttr struct, Ctty int
22919pkg syscall (linux-386), type TCPInfo struct
22920pkg syscall (linux-386), type TCPInfo struct, Advmss uint32
22921pkg syscall (linux-386), type TCPInfo struct, Ato uint32
22922pkg syscall (linux-386), type TCPInfo struct, Backoff uint8
22923pkg syscall (linux-386), type TCPInfo struct, Ca_state uint8
22924pkg syscall (linux-386), type TCPInfo struct, Fackets uint32
22925pkg syscall (linux-386), type TCPInfo struct, Last_ack_recv uint32
22926pkg syscall (linux-386), type TCPInfo struct, Last_ack_sent uint32
22927pkg syscall (linux-386), type TCPInfo struct, Last_data_recv uint32
22928pkg syscall (linux-386), type TCPInfo struct, Last_data_sent uint32
22929pkg syscall (linux-386), type TCPInfo struct, Lost uint32
22930pkg syscall (linux-386), type TCPInfo struct, Options uint8
22931pkg syscall (linux-386), type TCPInfo struct, Pad_cgo_0 [2]uint8
22932pkg syscall (linux-386), type TCPInfo struct, Pmtu uint32
22933pkg syscall (linux-386), type TCPInfo struct, Probes uint8
22934pkg syscall (linux-386), type TCPInfo struct, Rcv_mss uint32
22935pkg syscall (linux-386), type TCPInfo struct, Rcv_rtt uint32
22936pkg syscall (linux-386), type TCPInfo struct, Rcv_space uint32
22937pkg syscall (linux-386), type TCPInfo struct, Rcv_ssthresh uint32
22938pkg syscall (linux-386), type TCPInfo struct, Reordering uint32
22939pkg syscall (linux-386), type TCPInfo struct, Retrans uint32
22940pkg syscall (linux-386), type TCPInfo struct, Retransmits uint8
22941pkg syscall (linux-386), type TCPInfo struct, Rto uint32
22942pkg syscall (linux-386), type TCPInfo struct, Rtt uint32
22943pkg syscall (linux-386), type TCPInfo struct, Rttvar uint32
22944pkg syscall (linux-386), type TCPInfo struct, Sacked uint32
22945pkg syscall (linux-386), type TCPInfo struct, Snd_cwnd uint32
22946pkg syscall (linux-386), type TCPInfo struct, Snd_mss uint32
22947pkg syscall (linux-386), type TCPInfo struct, Snd_ssthresh uint32
22948pkg syscall (linux-386), type TCPInfo struct, State uint8
22949pkg syscall (linux-386), type TCPInfo struct, Total_retrans uint32
22950pkg syscall (linux-386), type TCPInfo struct, Unacked uint32
22951pkg syscall (linux-386-cgo), const AF_ALG = 38
22952pkg syscall (linux-386-cgo), const AF_APPLETALK = 5
22953pkg syscall (linux-386-cgo), const AF_ASH = 18
22954pkg syscall (linux-386-cgo), const AF_ATMPVC = 8
22955pkg syscall (linux-386-cgo), const AF_ATMSVC = 20
22956pkg syscall (linux-386-cgo), const AF_AX25 = 3
22957pkg syscall (linux-386-cgo), const AF_BLUETOOTH = 31
22958pkg syscall (linux-386-cgo), const AF_BRIDGE = 7
22959pkg syscall (linux-386-cgo), const AF_CAIF = 37
22960pkg syscall (linux-386-cgo), const AF_CAN = 29
22961pkg syscall (linux-386-cgo), const AF_DECnet = 12
22962pkg syscall (linux-386-cgo), const AF_ECONET = 19
22963pkg syscall (linux-386-cgo), const AF_FILE = 1
22964pkg syscall (linux-386-cgo), const AF_IEEE802154 = 36
22965pkg syscall (linux-386-cgo), const AF_INET6 = 10
22966pkg syscall (linux-386-cgo), const AF_IPX = 4
22967pkg syscall (linux-386-cgo), const AF_IRDA = 23
22968pkg syscall (linux-386-cgo), const AF_ISDN = 34
22969pkg syscall (linux-386-cgo), const AF_IUCV = 32
22970pkg syscall (linux-386-cgo), const AF_KEY = 15
22971pkg syscall (linux-386-cgo), const AF_LLC = 26
22972pkg syscall (linux-386-cgo), const AF_LOCAL = 1
22973pkg syscall (linux-386-cgo), const AF_MAX = 39
22974pkg syscall (linux-386-cgo), const AF_NETBEUI = 13
22975pkg syscall (linux-386-cgo), const AF_NETLINK = 16
22976pkg syscall (linux-386-cgo), const AF_NETROM = 6
22977pkg syscall (linux-386-cgo), const AF_PACKET = 17
22978pkg syscall (linux-386-cgo), const AF_PHONET = 35
22979pkg syscall (linux-386-cgo), const AF_PPPOX = 24
22980pkg syscall (linux-386-cgo), const AF_RDS = 21
22981pkg syscall (linux-386-cgo), const AF_ROSE = 11
22982pkg syscall (linux-386-cgo), const AF_ROUTE = 16
22983pkg syscall (linux-386-cgo), const AF_RXRPC = 33
22984pkg syscall (linux-386-cgo), const AF_SECURITY = 14
22985pkg syscall (linux-386-cgo), const AF_SNA = 22
22986pkg syscall (linux-386-cgo), const AF_TIPC = 30
22987pkg syscall (linux-386-cgo), const AF_WANPIPE = 25
22988pkg syscall (linux-386-cgo), const AF_X25 = 9
22989pkg syscall (linux-386-cgo), const ARPHRD_ADAPT = 264
22990pkg syscall (linux-386-cgo), const ARPHRD_APPLETLK = 8
22991pkg syscall (linux-386-cgo), const ARPHRD_ARCNET = 7
22992pkg syscall (linux-386-cgo), const ARPHRD_ASH = 781
22993pkg syscall (linux-386-cgo), const ARPHRD_ATM = 19
22994pkg syscall (linux-386-cgo), const ARPHRD_AX25 = 3
22995pkg syscall (linux-386-cgo), const ARPHRD_BIF = 775
22996pkg syscall (linux-386-cgo), const ARPHRD_CHAOS = 5
22997pkg syscall (linux-386-cgo), const ARPHRD_CISCO = 513
22998pkg syscall (linux-386-cgo), const ARPHRD_CSLIP = 257
22999pkg syscall (linux-386-cgo), const ARPHRD_CSLIP6 = 259
23000pkg syscall (linux-386-cgo), const ARPHRD_DDCMP = 517
23001pkg syscall (linux-386-cgo), const ARPHRD_DLCI = 15
23002pkg syscall (linux-386-cgo), const ARPHRD_ECONET = 782
23003pkg syscall (linux-386-cgo), const ARPHRD_EETHER = 2
23004pkg syscall (linux-386-cgo), const ARPHRD_ETHER = 1
23005pkg syscall (linux-386-cgo), const ARPHRD_EUI64 = 27
23006pkg syscall (linux-386-cgo), const ARPHRD_FCAL = 785
23007pkg syscall (linux-386-cgo), const ARPHRD_FCFABRIC = 787
23008pkg syscall (linux-386-cgo), const ARPHRD_FCPL = 786
23009pkg syscall (linux-386-cgo), const ARPHRD_FCPP = 784
23010pkg syscall (linux-386-cgo), const ARPHRD_FDDI = 774
23011pkg syscall (linux-386-cgo), const ARPHRD_FRAD = 770
23012pkg syscall (linux-386-cgo), const ARPHRD_HDLC = 513
23013pkg syscall (linux-386-cgo), const ARPHRD_HIPPI = 780
23014pkg syscall (linux-386-cgo), const ARPHRD_HWX25 = 272
23015pkg syscall (linux-386-cgo), const ARPHRD_IEEE1394 = 24
23016pkg syscall (linux-386-cgo), const ARPHRD_IEEE802 = 6
23017pkg syscall (linux-386-cgo), const ARPHRD_IEEE80211 = 801
23018pkg syscall (linux-386-cgo), const ARPHRD_IEEE80211_PRISM = 802
23019pkg syscall (linux-386-cgo), const ARPHRD_IEEE80211_RADIOTAP = 803
23020pkg syscall (linux-386-cgo), const ARPHRD_IEEE802154 = 804
23021pkg syscall (linux-386-cgo), const ARPHRD_IEEE802154_PHY = 805
23022pkg syscall (linux-386-cgo), const ARPHRD_IEEE802_TR = 800
23023pkg syscall (linux-386-cgo), const ARPHRD_INFINIBAND = 32
23024pkg syscall (linux-386-cgo), const ARPHRD_IPDDP = 777
23025pkg syscall (linux-386-cgo), const ARPHRD_IPGRE = 778
23026pkg syscall (linux-386-cgo), const ARPHRD_IRDA = 783
23027pkg syscall (linux-386-cgo), const ARPHRD_LAPB = 516
23028pkg syscall (linux-386-cgo), const ARPHRD_LOCALTLK = 773
23029pkg syscall (linux-386-cgo), const ARPHRD_LOOPBACK = 772
23030pkg syscall (linux-386-cgo), const ARPHRD_METRICOM = 23
23031pkg syscall (linux-386-cgo), const ARPHRD_NETROM = 0
23032pkg syscall (linux-386-cgo), const ARPHRD_NONE = 65534
23033pkg syscall (linux-386-cgo), const ARPHRD_PIMREG = 779
23034pkg syscall (linux-386-cgo), const ARPHRD_PPP = 512
23035pkg syscall (linux-386-cgo), const ARPHRD_PRONET = 4
23036pkg syscall (linux-386-cgo), const ARPHRD_RAWHDLC = 518
23037pkg syscall (linux-386-cgo), const ARPHRD_ROSE = 270
23038pkg syscall (linux-386-cgo), const ARPHRD_RSRVD = 260
23039pkg syscall (linux-386-cgo), const ARPHRD_SIT = 776
23040pkg syscall (linux-386-cgo), const ARPHRD_SKIP = 771
23041pkg syscall (linux-386-cgo), const ARPHRD_SLIP = 256
23042pkg syscall (linux-386-cgo), const ARPHRD_SLIP6 = 258
23043pkg syscall (linux-386-cgo), const ARPHRD_TUNNEL = 768
23044pkg syscall (linux-386-cgo), const ARPHRD_TUNNEL6 = 769
23045pkg syscall (linux-386-cgo), const ARPHRD_VOID = 65535
23046pkg syscall (linux-386-cgo), const ARPHRD_X25 = 271
23047pkg syscall (linux-386-cgo), const B0 = 0
23048pkg syscall (linux-386-cgo), const B1000000 = 4104
23049pkg syscall (linux-386-cgo), const B110 = 3
23050pkg syscall (linux-386-cgo), const B115200 = 4098
23051pkg syscall (linux-386-cgo), const B1152000 = 4105
23052pkg syscall (linux-386-cgo), const B1200 = 9
23053pkg syscall (linux-386-cgo), const B134 = 4
23054pkg syscall (linux-386-cgo), const B150 = 5
23055pkg syscall (linux-386-cgo), const B1500000 = 4106
23056pkg syscall (linux-386-cgo), const B1800 = 10
23057pkg syscall (linux-386-cgo), const B19200 = 14
23058pkg syscall (linux-386-cgo), const B200 = 6
23059pkg syscall (linux-386-cgo), const B2000000 = 4107
23060pkg syscall (linux-386-cgo), const B230400 = 4099
23061pkg syscall (linux-386-cgo), const B2400 = 11
23062pkg syscall (linux-386-cgo), const B2500000 = 4108
23063pkg syscall (linux-386-cgo), const B300 = 7
23064pkg syscall (linux-386-cgo), const B3000000 = 4109
23065pkg syscall (linux-386-cgo), const B3500000 = 4110
23066pkg syscall (linux-386-cgo), const B38400 = 15
23067pkg syscall (linux-386-cgo), const B4000000 = 4111
23068pkg syscall (linux-386-cgo), const B460800 = 4100
23069pkg syscall (linux-386-cgo), const B4800 = 12
23070pkg syscall (linux-386-cgo), const B50 = 1
23071pkg syscall (linux-386-cgo), const B500000 = 4101
23072pkg syscall (linux-386-cgo), const B57600 = 4097
23073pkg syscall (linux-386-cgo), const B576000 = 4102
23074pkg syscall (linux-386-cgo), const B600 = 8
23075pkg syscall (linux-386-cgo), const B75 = 2
23076pkg syscall (linux-386-cgo), const B921600 = 4103
23077pkg syscall (linux-386-cgo), const B9600 = 13
23078pkg syscall (linux-386-cgo), const BPF_A = 16
23079pkg syscall (linux-386-cgo), const BPF_ABS = 32
23080pkg syscall (linux-386-cgo), const BPF_ADD = 0
23081pkg syscall (linux-386-cgo), const BPF_ALU = 4
23082pkg syscall (linux-386-cgo), const BPF_AND = 80
23083pkg syscall (linux-386-cgo), const BPF_B = 16
23084pkg syscall (linux-386-cgo), const BPF_DIV = 48
23085pkg syscall (linux-386-cgo), const BPF_H = 8
23086pkg syscall (linux-386-cgo), const BPF_IMM = 0
23087pkg syscall (linux-386-cgo), const BPF_IND = 64
23088pkg syscall (linux-386-cgo), const BPF_JA = 0
23089pkg syscall (linux-386-cgo), const BPF_JEQ = 16
23090pkg syscall (linux-386-cgo), const BPF_JGE = 48
23091pkg syscall (linux-386-cgo), const BPF_JGT = 32
23092pkg syscall (linux-386-cgo), const BPF_JMP = 5
23093pkg syscall (linux-386-cgo), const BPF_JSET = 64
23094pkg syscall (linux-386-cgo), const BPF_K = 0
23095pkg syscall (linux-386-cgo), const BPF_LD = 0
23096pkg syscall (linux-386-cgo), const BPF_LDX = 1
23097pkg syscall (linux-386-cgo), const BPF_LEN = 128
23098pkg syscall (linux-386-cgo), const BPF_LSH = 96
23099pkg syscall (linux-386-cgo), const BPF_MAJOR_VERSION = 1
23100pkg syscall (linux-386-cgo), const BPF_MAXINSNS = 4096
23101pkg syscall (linux-386-cgo), const BPF_MEM = 96
23102pkg syscall (linux-386-cgo), const BPF_MEMWORDS = 16
23103pkg syscall (linux-386-cgo), const BPF_MINOR_VERSION = 1
23104pkg syscall (linux-386-cgo), const BPF_MISC = 7
23105pkg syscall (linux-386-cgo), const BPF_MSH = 160
23106pkg syscall (linux-386-cgo), const BPF_MUL = 32
23107pkg syscall (linux-386-cgo), const BPF_NEG = 128
23108pkg syscall (linux-386-cgo), const BPF_OR = 64
23109pkg syscall (linux-386-cgo), const BPF_RET = 6
23110pkg syscall (linux-386-cgo), const BPF_RSH = 112
23111pkg syscall (linux-386-cgo), const BPF_ST = 2
23112pkg syscall (linux-386-cgo), const BPF_STX = 3
23113pkg syscall (linux-386-cgo), const BPF_SUB = 16
23114pkg syscall (linux-386-cgo), const BPF_TAX = 0
23115pkg syscall (linux-386-cgo), const BPF_TXA = 128
23116pkg syscall (linux-386-cgo), const BPF_W = 0
23117pkg syscall (linux-386-cgo), const BPF_X = 8
23118pkg syscall (linux-386-cgo), const BRKINT = 2
23119pkg syscall (linux-386-cgo), const CLOCAL = 2048
23120pkg syscall (linux-386-cgo), const CREAD = 128
23121pkg syscall (linux-386-cgo), const CS5 = 0
23122pkg syscall (linux-386-cgo), const CS6 = 16
23123pkg syscall (linux-386-cgo), const CS7 = 32
23124pkg syscall (linux-386-cgo), const CS8 = 48
23125pkg syscall (linux-386-cgo), const CSIZE = 48
23126pkg syscall (linux-386-cgo), const CSTOPB = 64
23127pkg syscall (linux-386-cgo), const DT_BLK = 6
23128pkg syscall (linux-386-cgo), const DT_CHR = 2
23129pkg syscall (linux-386-cgo), const DT_DIR = 4
23130pkg syscall (linux-386-cgo), const DT_FIFO = 1
23131pkg syscall (linux-386-cgo), const DT_LNK = 10
23132pkg syscall (linux-386-cgo), const DT_REG = 8
23133pkg syscall (linux-386-cgo), const DT_SOCK = 12
23134pkg syscall (linux-386-cgo), const DT_UNKNOWN = 0
23135pkg syscall (linux-386-cgo), const DT_WHT = 14
23136pkg syscall (linux-386-cgo), const E2BIG = 7
23137pkg syscall (linux-386-cgo), const EACCES = 13
23138pkg syscall (linux-386-cgo), const EADDRINUSE = 98
23139pkg syscall (linux-386-cgo), const EADDRNOTAVAIL = 99
23140pkg syscall (linux-386-cgo), const EADV = 68
23141pkg syscall (linux-386-cgo), const EAFNOSUPPORT = 97
23142pkg syscall (linux-386-cgo), const EAGAIN = 11
23143pkg syscall (linux-386-cgo), const EALREADY = 114
23144pkg syscall (linux-386-cgo), const EBADE = 52
23145pkg syscall (linux-386-cgo), const EBADF = 9
23146pkg syscall (linux-386-cgo), const EBADFD = 77
23147pkg syscall (linux-386-cgo), const EBADMSG = 74
23148pkg syscall (linux-386-cgo), const EBADR = 53
23149pkg syscall (linux-386-cgo), const EBADRQC = 56
23150pkg syscall (linux-386-cgo), const EBADSLT = 57
23151pkg syscall (linux-386-cgo), const EBFONT = 59
23152pkg syscall (linux-386-cgo), const EBUSY = 16
23153pkg syscall (linux-386-cgo), const ECANCELED = 125
23154pkg syscall (linux-386-cgo), const ECHILD = 10
23155pkg syscall (linux-386-cgo), const ECHO = 8
23156pkg syscall (linux-386-cgo), const ECHOCTL = 512
23157pkg syscall (linux-386-cgo), const ECHOE = 16
23158pkg syscall (linux-386-cgo), const ECHOK = 32
23159pkg syscall (linux-386-cgo), const ECHOKE = 2048
23160pkg syscall (linux-386-cgo), const ECHONL = 64
23161pkg syscall (linux-386-cgo), const ECHOPRT = 1024
23162pkg syscall (linux-386-cgo), const ECHRNG = 44
23163pkg syscall (linux-386-cgo), const ECOMM = 70
23164pkg syscall (linux-386-cgo), const ECONNABORTED = 103
23165pkg syscall (linux-386-cgo), const ECONNREFUSED = 111
23166pkg syscall (linux-386-cgo), const ECONNRESET = 104
23167pkg syscall (linux-386-cgo), const EDEADLK = 35
23168pkg syscall (linux-386-cgo), const EDEADLOCK = 35
23169pkg syscall (linux-386-cgo), const EDESTADDRREQ = 89
23170pkg syscall (linux-386-cgo), const EDOM = 33
23171pkg syscall (linux-386-cgo), const EDOTDOT = 73
23172pkg syscall (linux-386-cgo), const EDQUOT = 122
23173pkg syscall (linux-386-cgo), const EEXIST = 17
23174pkg syscall (linux-386-cgo), const EFAULT = 14
23175pkg syscall (linux-386-cgo), const EFBIG = 27
23176pkg syscall (linux-386-cgo), const EHOSTDOWN = 112
23177pkg syscall (linux-386-cgo), const EHOSTUNREACH = 113
23178pkg syscall (linux-386-cgo), const EIDRM = 43
23179pkg syscall (linux-386-cgo), const EILSEQ = 84
23180pkg syscall (linux-386-cgo), const EINPROGRESS = 115
23181pkg syscall (linux-386-cgo), const EINTR = 4
23182pkg syscall (linux-386-cgo), const EINVAL = 22
23183pkg syscall (linux-386-cgo), const EIO = 5
23184pkg syscall (linux-386-cgo), const EISCONN = 106
23185pkg syscall (linux-386-cgo), const EISDIR = 21
23186pkg syscall (linux-386-cgo), const EISNAM = 120
23187pkg syscall (linux-386-cgo), const EKEYEXPIRED = 127
23188pkg syscall (linux-386-cgo), const EKEYREJECTED = 129
23189pkg syscall (linux-386-cgo), const EKEYREVOKED = 128
23190pkg syscall (linux-386-cgo), const EL2HLT = 51
23191pkg syscall (linux-386-cgo), const EL2NSYNC = 45
23192pkg syscall (linux-386-cgo), const EL3HLT = 46
23193pkg syscall (linux-386-cgo), const EL3RST = 47
23194pkg syscall (linux-386-cgo), const ELIBACC = 79
23195pkg syscall (linux-386-cgo), const ELIBBAD = 80
23196pkg syscall (linux-386-cgo), const ELIBEXEC = 83
23197pkg syscall (linux-386-cgo), const ELIBMAX = 82
23198pkg syscall (linux-386-cgo), const ELIBSCN = 81
23199pkg syscall (linux-386-cgo), const ELNRNG = 48
23200pkg syscall (linux-386-cgo), const ELOOP = 40
23201pkg syscall (linux-386-cgo), const EMEDIUMTYPE = 124
23202pkg syscall (linux-386-cgo), const EMFILE = 24
23203pkg syscall (linux-386-cgo), const EMLINK = 31
23204pkg syscall (linux-386-cgo), const EMSGSIZE = 90
23205pkg syscall (linux-386-cgo), const EMULTIHOP = 72
23206pkg syscall (linux-386-cgo), const ENAMETOOLONG = 36
23207pkg syscall (linux-386-cgo), const ENAVAIL = 119
23208pkg syscall (linux-386-cgo), const ENETDOWN = 100
23209pkg syscall (linux-386-cgo), const ENETRESET = 102
23210pkg syscall (linux-386-cgo), const ENETUNREACH = 101
23211pkg syscall (linux-386-cgo), const ENFILE = 23
23212pkg syscall (linux-386-cgo), const ENOANO = 55
23213pkg syscall (linux-386-cgo), const ENOBUFS = 105
23214pkg syscall (linux-386-cgo), const ENOCSI = 50
23215pkg syscall (linux-386-cgo), const ENODATA = 61
23216pkg syscall (linux-386-cgo), const ENODEV = 19
23217pkg syscall (linux-386-cgo), const ENOEXEC = 8
23218pkg syscall (linux-386-cgo), const ENOKEY = 126
23219pkg syscall (linux-386-cgo), const ENOLCK = 37
23220pkg syscall (linux-386-cgo), const ENOLINK = 67
23221pkg syscall (linux-386-cgo), const ENOMEDIUM = 123
23222pkg syscall (linux-386-cgo), const ENOMEM = 12
23223pkg syscall (linux-386-cgo), const ENOMSG = 42
23224pkg syscall (linux-386-cgo), const ENONET = 64
23225pkg syscall (linux-386-cgo), const ENOPKG = 65
23226pkg syscall (linux-386-cgo), const ENOPROTOOPT = 92
23227pkg syscall (linux-386-cgo), const ENOSPC = 28
23228pkg syscall (linux-386-cgo), const ENOSR = 63
23229pkg syscall (linux-386-cgo), const ENOSTR = 60
23230pkg syscall (linux-386-cgo), const ENOSYS = 38
23231pkg syscall (linux-386-cgo), const ENOTBLK = 15
23232pkg syscall (linux-386-cgo), const ENOTCONN = 107
23233pkg syscall (linux-386-cgo), const ENOTDIR = 20
23234pkg syscall (linux-386-cgo), const ENOTEMPTY = 39
23235pkg syscall (linux-386-cgo), const ENOTNAM = 118
23236pkg syscall (linux-386-cgo), const ENOTRECOVERABLE = 131
23237pkg syscall (linux-386-cgo), const ENOTSOCK = 88
23238pkg syscall (linux-386-cgo), const ENOTSUP = 95
23239pkg syscall (linux-386-cgo), const ENOTTY = 25
23240pkg syscall (linux-386-cgo), const ENOTUNIQ = 76
23241pkg syscall (linux-386-cgo), const ENXIO = 6
23242pkg syscall (linux-386-cgo), const EOPNOTSUPP = 95
23243pkg syscall (linux-386-cgo), const EOVERFLOW = 75
23244pkg syscall (linux-386-cgo), const EOWNERDEAD = 130
23245pkg syscall (linux-386-cgo), const EPERM = 1
23246pkg syscall (linux-386-cgo), const EPFNOSUPPORT = 96
23247pkg syscall (linux-386-cgo), const EPIPE = 32
23248pkg syscall (linux-386-cgo), const EPOLLERR = 8
23249pkg syscall (linux-386-cgo), const EPOLLET = -2147483648
23250pkg syscall (linux-386-cgo), const EPOLLHUP = 16
23251pkg syscall (linux-386-cgo), const EPOLLIN = 1
23252pkg syscall (linux-386-cgo), const EPOLLMSG = 1024
23253pkg syscall (linux-386-cgo), const EPOLLONESHOT = 1073741824
23254pkg syscall (linux-386-cgo), const EPOLLOUT = 4
23255pkg syscall (linux-386-cgo), const EPOLLPRI = 2
23256pkg syscall (linux-386-cgo), const EPOLLRDBAND = 128
23257pkg syscall (linux-386-cgo), const EPOLLRDHUP = 8192
23258pkg syscall (linux-386-cgo), const EPOLLRDNORM = 64
23259pkg syscall (linux-386-cgo), const EPOLLWRBAND = 512
23260pkg syscall (linux-386-cgo), const EPOLLWRNORM = 256
23261pkg syscall (linux-386-cgo), const EPOLL_CLOEXEC = 524288
23262pkg syscall (linux-386-cgo), const EPOLL_CTL_ADD = 1
23263pkg syscall (linux-386-cgo), const EPOLL_CTL_DEL = 2
23264pkg syscall (linux-386-cgo), const EPOLL_CTL_MOD = 3
23265pkg syscall (linux-386-cgo), const EPOLL_NONBLOCK = 2048
23266pkg syscall (linux-386-cgo), const EPROTO = 71
23267pkg syscall (linux-386-cgo), const EPROTONOSUPPORT = 93
23268pkg syscall (linux-386-cgo), const EPROTOTYPE = 91
23269pkg syscall (linux-386-cgo), const ERANGE = 34
23270pkg syscall (linux-386-cgo), const EREMCHG = 78
23271pkg syscall (linux-386-cgo), const EREMOTE = 66
23272pkg syscall (linux-386-cgo), const EREMOTEIO = 121
23273pkg syscall (linux-386-cgo), const ERESTART = 85
23274pkg syscall (linux-386-cgo), const ERFKILL = 132
23275pkg syscall (linux-386-cgo), const EROFS = 30
23276pkg syscall (linux-386-cgo), const ESHUTDOWN = 108
23277pkg syscall (linux-386-cgo), const ESOCKTNOSUPPORT = 94
23278pkg syscall (linux-386-cgo), const ESPIPE = 29
23279pkg syscall (linux-386-cgo), const ESRCH = 3
23280pkg syscall (linux-386-cgo), const ESRMNT = 69
23281pkg syscall (linux-386-cgo), const ESTALE = 116
23282pkg syscall (linux-386-cgo), const ESTRPIPE = 86
23283pkg syscall (linux-386-cgo), const ETH_P_1588 = 35063
23284pkg syscall (linux-386-cgo), const ETH_P_8021Q = 33024
23285pkg syscall (linux-386-cgo), const ETH_P_802_2 = 4
23286pkg syscall (linux-386-cgo), const ETH_P_802_3 = 1
23287pkg syscall (linux-386-cgo), const ETH_P_AARP = 33011
23288pkg syscall (linux-386-cgo), const ETH_P_ALL = 3
23289pkg syscall (linux-386-cgo), const ETH_P_AOE = 34978
23290pkg syscall (linux-386-cgo), const ETH_P_ARCNET = 26
23291pkg syscall (linux-386-cgo), const ETH_P_ARP = 2054
23292pkg syscall (linux-386-cgo), const ETH_P_ATALK = 32923
23293pkg syscall (linux-386-cgo), const ETH_P_ATMFATE = 34948
23294pkg syscall (linux-386-cgo), const ETH_P_ATMMPOA = 34892
23295pkg syscall (linux-386-cgo), const ETH_P_AX25 = 2
23296pkg syscall (linux-386-cgo), const ETH_P_BPQ = 2303
23297pkg syscall (linux-386-cgo), const ETH_P_CAIF = 247
23298pkg syscall (linux-386-cgo), const ETH_P_CAN = 12
23299pkg syscall (linux-386-cgo), const ETH_P_CONTROL = 22
23300pkg syscall (linux-386-cgo), const ETH_P_CUST = 24582
23301pkg syscall (linux-386-cgo), const ETH_P_DDCMP = 6
23302pkg syscall (linux-386-cgo), const ETH_P_DEC = 24576
23303pkg syscall (linux-386-cgo), const ETH_P_DIAG = 24581
23304pkg syscall (linux-386-cgo), const ETH_P_DNA_DL = 24577
23305pkg syscall (linux-386-cgo), const ETH_P_DNA_RC = 24578
23306pkg syscall (linux-386-cgo), const ETH_P_DNA_RT = 24579
23307pkg syscall (linux-386-cgo), const ETH_P_DSA = 27
23308pkg syscall (linux-386-cgo), const ETH_P_ECONET = 24
23309pkg syscall (linux-386-cgo), const ETH_P_EDSA = 56026
23310pkg syscall (linux-386-cgo), const ETH_P_FCOE = 35078
23311pkg syscall (linux-386-cgo), const ETH_P_FIP = 35092
23312pkg syscall (linux-386-cgo), const ETH_P_HDLC = 25
23313pkg syscall (linux-386-cgo), const ETH_P_IEEE802154 = 246
23314pkg syscall (linux-386-cgo), const ETH_P_IEEEPUP = 2560
23315pkg syscall (linux-386-cgo), const ETH_P_IEEEPUPAT = 2561
23316pkg syscall (linux-386-cgo), const ETH_P_IP = 2048
23317pkg syscall (linux-386-cgo), const ETH_P_IPV6 = 34525
23318pkg syscall (linux-386-cgo), const ETH_P_IPX = 33079
23319pkg syscall (linux-386-cgo), const ETH_P_IRDA = 23
23320pkg syscall (linux-386-cgo), const ETH_P_LAT = 24580
23321pkg syscall (linux-386-cgo), const ETH_P_LINK_CTL = 34924
23322pkg syscall (linux-386-cgo), const ETH_P_LOCALTALK = 9
23323pkg syscall (linux-386-cgo), const ETH_P_LOOP = 96
23324pkg syscall (linux-386-cgo), const ETH_P_MOBITEX = 21
23325pkg syscall (linux-386-cgo), const ETH_P_MPLS_MC = 34888
23326pkg syscall (linux-386-cgo), const ETH_P_MPLS_UC = 34887
23327pkg syscall (linux-386-cgo), const ETH_P_PAE = 34958
23328pkg syscall (linux-386-cgo), const ETH_P_PAUSE = 34824
23329pkg syscall (linux-386-cgo), const ETH_P_PHONET = 245
23330pkg syscall (linux-386-cgo), const ETH_P_PPPTALK = 16
23331pkg syscall (linux-386-cgo), const ETH_P_PPP_DISC = 34915
23332pkg syscall (linux-386-cgo), const ETH_P_PPP_MP = 8
23333pkg syscall (linux-386-cgo), const ETH_P_PPP_SES = 34916
23334pkg syscall (linux-386-cgo), const ETH_P_PUP = 512
23335pkg syscall (linux-386-cgo), const ETH_P_PUPAT = 513
23336pkg syscall (linux-386-cgo), const ETH_P_RARP = 32821
23337pkg syscall (linux-386-cgo), const ETH_P_SCA = 24583
23338pkg syscall (linux-386-cgo), const ETH_P_SLOW = 34825
23339pkg syscall (linux-386-cgo), const ETH_P_SNAP = 5
23340pkg syscall (linux-386-cgo), const ETH_P_TEB = 25944
23341pkg syscall (linux-386-cgo), const ETH_P_TIPC = 35018
23342pkg syscall (linux-386-cgo), const ETH_P_TRAILER = 28
23343pkg syscall (linux-386-cgo), const ETH_P_TR_802_2 = 17
23344pkg syscall (linux-386-cgo), const ETH_P_WAN_PPP = 7
23345pkg syscall (linux-386-cgo), const ETH_P_WCCP = 34878
23346pkg syscall (linux-386-cgo), const ETH_P_X25 = 2053
23347pkg syscall (linux-386-cgo), const ETIME = 62
23348pkg syscall (linux-386-cgo), const ETIMEDOUT = 110
23349pkg syscall (linux-386-cgo), const ETOOMANYREFS = 109
23350pkg syscall (linux-386-cgo), const ETXTBSY = 26
23351pkg syscall (linux-386-cgo), const EUCLEAN = 117
23352pkg syscall (linux-386-cgo), const EUNATCH = 49
23353pkg syscall (linux-386-cgo), const EUSERS = 87
23354pkg syscall (linux-386-cgo), const EWOULDBLOCK = 11
23355pkg syscall (linux-386-cgo), const EXDEV = 18
23356pkg syscall (linux-386-cgo), const EXFULL = 54
23357pkg syscall (linux-386-cgo), const FD_CLOEXEC = 1
23358pkg syscall (linux-386-cgo), const FD_SETSIZE = 1024
23359pkg syscall (linux-386-cgo), const FLUSHO = 4096
23360pkg syscall (linux-386-cgo), const F_DUPFD = 0
23361pkg syscall (linux-386-cgo), const F_DUPFD_CLOEXEC = 1030
23362pkg syscall (linux-386-cgo), const F_EXLCK = 4
23363pkg syscall (linux-386-cgo), const F_GETFD = 1
23364pkg syscall (linux-386-cgo), const F_GETFL = 3
23365pkg syscall (linux-386-cgo), const F_GETLEASE = 1025
23366pkg syscall (linux-386-cgo), const F_GETLK = 12
23367pkg syscall (linux-386-cgo), const F_GETLK64 = 12
23368pkg syscall (linux-386-cgo), const F_GETOWN = 9
23369pkg syscall (linux-386-cgo), const F_GETOWN_EX = 16
23370pkg syscall (linux-386-cgo), const F_GETPIPE_SZ = 1032
23371pkg syscall (linux-386-cgo), const F_GETSIG = 11
23372pkg syscall (linux-386-cgo), const F_LOCK = 1
23373pkg syscall (linux-386-cgo), const F_NOTIFY = 1026
23374pkg syscall (linux-386-cgo), const F_OK = 0
23375pkg syscall (linux-386-cgo), const F_RDLCK = 0
23376pkg syscall (linux-386-cgo), const F_SETFD = 2
23377pkg syscall (linux-386-cgo), const F_SETFL = 4
23378pkg syscall (linux-386-cgo), const F_SETLEASE = 1024
23379pkg syscall (linux-386-cgo), const F_SETLK = 13
23380pkg syscall (linux-386-cgo), const F_SETLK64 = 13
23381pkg syscall (linux-386-cgo), const F_SETLKW = 14
23382pkg syscall (linux-386-cgo), const F_SETLKW64 = 14
23383pkg syscall (linux-386-cgo), const F_SETOWN = 8
23384pkg syscall (linux-386-cgo), const F_SETOWN_EX = 15
23385pkg syscall (linux-386-cgo), const F_SETPIPE_SZ = 1031
23386pkg syscall (linux-386-cgo), const F_SETSIG = 10
23387pkg syscall (linux-386-cgo), const F_SHLCK = 8
23388pkg syscall (linux-386-cgo), const F_TEST = 3
23389pkg syscall (linux-386-cgo), const F_TLOCK = 2
23390pkg syscall (linux-386-cgo), const F_ULOCK = 0
23391pkg syscall (linux-386-cgo), const F_UNLCK = 2
23392pkg syscall (linux-386-cgo), const F_WRLCK = 1
23393pkg syscall (linux-386-cgo), const HUPCL = 1024
23394pkg syscall (linux-386-cgo), const ICANON = 2
23395pkg syscall (linux-386-cgo), const ICRNL = 256
23396pkg syscall (linux-386-cgo), const IEXTEN = 32768
23397pkg syscall (linux-386-cgo), const IFA_ADDRESS = 1
23398pkg syscall (linux-386-cgo), const IFA_ANYCAST = 5
23399pkg syscall (linux-386-cgo), const IFA_BROADCAST = 4
23400pkg syscall (linux-386-cgo), const IFA_CACHEINFO = 6
23401pkg syscall (linux-386-cgo), const IFA_F_DADFAILED = 8
23402pkg syscall (linux-386-cgo), const IFA_F_DEPRECATED = 32
23403pkg syscall (linux-386-cgo), const IFA_F_HOMEADDRESS = 16
23404pkg syscall (linux-386-cgo), const IFA_F_NODAD = 2
23405pkg syscall (linux-386-cgo), const IFA_F_OPTIMISTIC = 4
23406pkg syscall (linux-386-cgo), const IFA_F_PERMANENT = 128
23407pkg syscall (linux-386-cgo), const IFA_F_SECONDARY = 1
23408pkg syscall (linux-386-cgo), const IFA_F_TEMPORARY = 1
23409pkg syscall (linux-386-cgo), const IFA_F_TENTATIVE = 64
23410pkg syscall (linux-386-cgo), const IFA_LABEL = 3
23411pkg syscall (linux-386-cgo), const IFA_LOCAL = 2
23412pkg syscall (linux-386-cgo), const IFA_MAX = 7
23413pkg syscall (linux-386-cgo), const IFA_MULTICAST = 7
23414pkg syscall (linux-386-cgo), const IFA_UNSPEC = 0
23415pkg syscall (linux-386-cgo), const IFF_ALLMULTI = 512
23416pkg syscall (linux-386-cgo), const IFF_AUTOMEDIA = 16384
23417pkg syscall (linux-386-cgo), const IFF_DEBUG = 4
23418pkg syscall (linux-386-cgo), const IFF_DYNAMIC = 32768
23419pkg syscall (linux-386-cgo), const IFF_LOOPBACK = 8
23420pkg syscall (linux-386-cgo), const IFF_MASTER = 1024
23421pkg syscall (linux-386-cgo), const IFF_MULTICAST = 4096
23422pkg syscall (linux-386-cgo), const IFF_NOARP = 128
23423pkg syscall (linux-386-cgo), const IFF_NOTRAILERS = 32
23424pkg syscall (linux-386-cgo), const IFF_NO_PI = 4096
23425pkg syscall (linux-386-cgo), const IFF_ONE_QUEUE = 8192
23426pkg syscall (linux-386-cgo), const IFF_POINTOPOINT = 16
23427pkg syscall (linux-386-cgo), const IFF_PORTSEL = 8192
23428pkg syscall (linux-386-cgo), const IFF_PROMISC = 256
23429pkg syscall (linux-386-cgo), const IFF_RUNNING = 64
23430pkg syscall (linux-386-cgo), const IFF_SLAVE = 2048
23431pkg syscall (linux-386-cgo), const IFF_TAP = 2
23432pkg syscall (linux-386-cgo), const IFF_TUN = 1
23433pkg syscall (linux-386-cgo), const IFF_TUN_EXCL = 32768
23434pkg syscall (linux-386-cgo), const IFF_VNET_HDR = 16384
23435pkg syscall (linux-386-cgo), const IFLA_ADDRESS = 1
23436pkg syscall (linux-386-cgo), const IFLA_BROADCAST = 2
23437pkg syscall (linux-386-cgo), const IFLA_COST = 8
23438pkg syscall (linux-386-cgo), const IFLA_IFALIAS = 20
23439pkg syscall (linux-386-cgo), const IFLA_IFNAME = 3
23440pkg syscall (linux-386-cgo), const IFLA_LINK = 5
23441pkg syscall (linux-386-cgo), const IFLA_LINKINFO = 18
23442pkg syscall (linux-386-cgo), const IFLA_LINKMODE = 17
23443pkg syscall (linux-386-cgo), const IFLA_MAP = 14
23444pkg syscall (linux-386-cgo), const IFLA_MASTER = 10
23445pkg syscall (linux-386-cgo), const IFLA_MAX = 29
23446pkg syscall (linux-386-cgo), const IFLA_MTU = 4
23447pkg syscall (linux-386-cgo), const IFLA_NET_NS_PID = 19
23448pkg syscall (linux-386-cgo), const IFLA_OPERSTATE = 16
23449pkg syscall (linux-386-cgo), const IFLA_PRIORITY = 9
23450pkg syscall (linux-386-cgo), const IFLA_PROTINFO = 12
23451pkg syscall (linux-386-cgo), const IFLA_QDISC = 6
23452pkg syscall (linux-386-cgo), const IFLA_STATS = 7
23453pkg syscall (linux-386-cgo), const IFLA_TXQLEN = 13
23454pkg syscall (linux-386-cgo), const IFLA_UNSPEC = 0
23455pkg syscall (linux-386-cgo), const IFLA_WEIGHT = 15
23456pkg syscall (linux-386-cgo), const IFLA_WIRELESS = 11
23457pkg syscall (linux-386-cgo), const IFNAMSIZ = 16
23458pkg syscall (linux-386-cgo), const IGNBRK = 1
23459pkg syscall (linux-386-cgo), const IGNCR = 128
23460pkg syscall (linux-386-cgo), const IGNPAR = 4
23461pkg syscall (linux-386-cgo), const IMAXBEL = 8192
23462pkg syscall (linux-386-cgo), const INLCR = 64
23463pkg syscall (linux-386-cgo), const INPCK = 16
23464pkg syscall (linux-386-cgo), const IN_ACCESS = 1
23465pkg syscall (linux-386-cgo), const IN_ALL_EVENTS = 4095
23466pkg syscall (linux-386-cgo), const IN_ATTRIB = 4
23467pkg syscall (linux-386-cgo), const IN_CLASSA_HOST = 16777215
23468pkg syscall (linux-386-cgo), const IN_CLASSA_MAX = 128
23469pkg syscall (linux-386-cgo), const IN_CLASSA_NET = 4278190080
23470pkg syscall (linux-386-cgo), const IN_CLASSA_NSHIFT = 24
23471pkg syscall (linux-386-cgo), const IN_CLASSB_HOST = 65535
23472pkg syscall (linux-386-cgo), const IN_CLASSB_MAX = 65536
23473pkg syscall (linux-386-cgo), const IN_CLASSB_NET = 4294901760
23474pkg syscall (linux-386-cgo), const IN_CLASSB_NSHIFT = 16
23475pkg syscall (linux-386-cgo), const IN_CLASSC_HOST = 255
23476pkg syscall (linux-386-cgo), const IN_CLASSC_NET = 4294967040
23477pkg syscall (linux-386-cgo), const IN_CLASSC_NSHIFT = 8
23478pkg syscall (linux-386-cgo), const IN_CLOEXEC = 524288
23479pkg syscall (linux-386-cgo), const IN_CLOSE = 24
23480pkg syscall (linux-386-cgo), const IN_CLOSE_NOWRITE = 16
23481pkg syscall (linux-386-cgo), const IN_CLOSE_WRITE = 8
23482pkg syscall (linux-386-cgo), const IN_CREATE = 256
23483pkg syscall (linux-386-cgo), const IN_DELETE = 512
23484pkg syscall (linux-386-cgo), const IN_DELETE_SELF = 1024
23485pkg syscall (linux-386-cgo), const IN_DONT_FOLLOW = 33554432
23486pkg syscall (linux-386-cgo), const IN_EXCL_UNLINK = 67108864
23487pkg syscall (linux-386-cgo), const IN_IGNORED = 32768
23488pkg syscall (linux-386-cgo), const IN_ISDIR = 1073741824
23489pkg syscall (linux-386-cgo), const IN_LOOPBACKNET = 127
23490pkg syscall (linux-386-cgo), const IN_MASK_ADD = 536870912
23491pkg syscall (linux-386-cgo), const IN_MODIFY = 2
23492pkg syscall (linux-386-cgo), const IN_MOVE = 192
23493pkg syscall (linux-386-cgo), const IN_MOVED_FROM = 64
23494pkg syscall (linux-386-cgo), const IN_MOVED_TO = 128
23495pkg syscall (linux-386-cgo), const IN_MOVE_SELF = 2048
23496pkg syscall (linux-386-cgo), const IN_NONBLOCK = 2048
23497pkg syscall (linux-386-cgo), const IN_ONESHOT = 2147483648
23498pkg syscall (linux-386-cgo), const IN_ONLYDIR = 16777216
23499pkg syscall (linux-386-cgo), const IN_OPEN = 32
23500pkg syscall (linux-386-cgo), const IN_Q_OVERFLOW = 16384
23501pkg syscall (linux-386-cgo), const IN_UNMOUNT = 8192
23502pkg syscall (linux-386-cgo), const IPPROTO_AH = 51
23503pkg syscall (linux-386-cgo), const IPPROTO_COMP = 108
23504pkg syscall (linux-386-cgo), const IPPROTO_DCCP = 33
23505pkg syscall (linux-386-cgo), const IPPROTO_DSTOPTS = 60
23506pkg syscall (linux-386-cgo), const IPPROTO_EGP = 8
23507pkg syscall (linux-386-cgo), const IPPROTO_ENCAP = 98
23508pkg syscall (linux-386-cgo), const IPPROTO_ESP = 50
23509pkg syscall (linux-386-cgo), const IPPROTO_FRAGMENT = 44
23510pkg syscall (linux-386-cgo), const IPPROTO_GRE = 47
23511pkg syscall (linux-386-cgo), const IPPROTO_HOPOPTS = 0
23512pkg syscall (linux-386-cgo), const IPPROTO_ICMP = 1
23513pkg syscall (linux-386-cgo), const IPPROTO_ICMPV6 = 58
23514pkg syscall (linux-386-cgo), const IPPROTO_IDP = 22
23515pkg syscall (linux-386-cgo), const IPPROTO_IGMP = 2
23516pkg syscall (linux-386-cgo), const IPPROTO_IPIP = 4
23517pkg syscall (linux-386-cgo), const IPPROTO_MTP = 92
23518pkg syscall (linux-386-cgo), const IPPROTO_NONE = 59
23519pkg syscall (linux-386-cgo), const IPPROTO_PIM = 103
23520pkg syscall (linux-386-cgo), const IPPROTO_PUP = 12
23521pkg syscall (linux-386-cgo), const IPPROTO_RAW = 255
23522pkg syscall (linux-386-cgo), const IPPROTO_ROUTING = 43
23523pkg syscall (linux-386-cgo), const IPPROTO_RSVP = 46
23524pkg syscall (linux-386-cgo), const IPPROTO_SCTP = 132
23525pkg syscall (linux-386-cgo), const IPPROTO_TP = 29
23526pkg syscall (linux-386-cgo), const IPPROTO_UDPLITE = 136
23527pkg syscall (linux-386-cgo), const IPV6_2292DSTOPTS = 4
23528pkg syscall (linux-386-cgo), const IPV6_2292HOPLIMIT = 8
23529pkg syscall (linux-386-cgo), const IPV6_2292HOPOPTS = 3
23530pkg syscall (linux-386-cgo), const IPV6_2292PKTINFO = 2
23531pkg syscall (linux-386-cgo), const IPV6_2292PKTOPTIONS = 6
23532pkg syscall (linux-386-cgo), const IPV6_2292RTHDR = 5
23533pkg syscall (linux-386-cgo), const IPV6_ADDRFORM = 1
23534pkg syscall (linux-386-cgo), const IPV6_ADD_MEMBERSHIP = 20
23535pkg syscall (linux-386-cgo), const IPV6_AUTHHDR = 10
23536pkg syscall (linux-386-cgo), const IPV6_CHECKSUM = 7
23537pkg syscall (linux-386-cgo), const IPV6_DROP_MEMBERSHIP = 21
23538pkg syscall (linux-386-cgo), const IPV6_DSTOPTS = 59
23539pkg syscall (linux-386-cgo), const IPV6_HOPLIMIT = 52
23540pkg syscall (linux-386-cgo), const IPV6_HOPOPTS = 54
23541pkg syscall (linux-386-cgo), const IPV6_IPSEC_POLICY = 34
23542pkg syscall (linux-386-cgo), const IPV6_JOIN_ANYCAST = 27
23543pkg syscall (linux-386-cgo), const IPV6_JOIN_GROUP = 20
23544pkg syscall (linux-386-cgo), const IPV6_LEAVE_ANYCAST = 28
23545pkg syscall (linux-386-cgo), const IPV6_LEAVE_GROUP = 21
23546pkg syscall (linux-386-cgo), const IPV6_MTU = 24
23547pkg syscall (linux-386-cgo), const IPV6_MTU_DISCOVER = 23
23548pkg syscall (linux-386-cgo), const IPV6_MULTICAST_HOPS = 18
23549pkg syscall (linux-386-cgo), const IPV6_MULTICAST_IF = 17
23550pkg syscall (linux-386-cgo), const IPV6_MULTICAST_LOOP = 19
23551pkg syscall (linux-386-cgo), const IPV6_NEXTHOP = 9
23552pkg syscall (linux-386-cgo), const IPV6_PKTINFO = 50
23553pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_DO = 2
23554pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_DONT = 0
23555pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_PROBE = 3
23556pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_WANT = 1
23557pkg syscall (linux-386-cgo), const IPV6_RECVDSTOPTS = 58
23558pkg syscall (linux-386-cgo), const IPV6_RECVERR = 25
23559pkg syscall (linux-386-cgo), const IPV6_RECVHOPLIMIT = 51
23560pkg syscall (linux-386-cgo), const IPV6_RECVHOPOPTS = 53
23561pkg syscall (linux-386-cgo), const IPV6_RECVPKTINFO = 49
23562pkg syscall (linux-386-cgo), const IPV6_RECVRTHDR = 56
23563pkg syscall (linux-386-cgo), const IPV6_RECVTCLASS = 66
23564pkg syscall (linux-386-cgo), const IPV6_ROUTER_ALERT = 22
23565pkg syscall (linux-386-cgo), const IPV6_RTHDR = 57
23566pkg syscall (linux-386-cgo), const IPV6_RTHDRDSTOPTS = 55
23567pkg syscall (linux-386-cgo), const IPV6_RTHDR_LOOSE = 0
23568pkg syscall (linux-386-cgo), const IPV6_RTHDR_STRICT = 1
23569pkg syscall (linux-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
23570pkg syscall (linux-386-cgo), const IPV6_RXDSTOPTS = 59
23571pkg syscall (linux-386-cgo), const IPV6_RXHOPOPTS = 54
23572pkg syscall (linux-386-cgo), const IPV6_TCLASS = 67
23573pkg syscall (linux-386-cgo), const IPV6_UNICAST_HOPS = 16
23574pkg syscall (linux-386-cgo), const IPV6_V6ONLY = 26
23575pkg syscall (linux-386-cgo), const IPV6_XFRM_POLICY = 35
23576pkg syscall (linux-386-cgo), const IP_ADD_MEMBERSHIP = 35
23577pkg syscall (linux-386-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 39
23578pkg syscall (linux-386-cgo), const IP_BLOCK_SOURCE = 38
23579pkg syscall (linux-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
23580pkg syscall (linux-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
23581pkg syscall (linux-386-cgo), const IP_DF = 16384
23582pkg syscall (linux-386-cgo), const IP_DROP_MEMBERSHIP = 36
23583pkg syscall (linux-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 40
23584pkg syscall (linux-386-cgo), const IP_FREEBIND = 15
23585pkg syscall (linux-386-cgo), const IP_HDRINCL = 3
23586pkg syscall (linux-386-cgo), const IP_IPSEC_POLICY = 16
23587pkg syscall (linux-386-cgo), const IP_MAXPACKET = 65535
23588pkg syscall (linux-386-cgo), const IP_MAX_MEMBERSHIPS = 20
23589pkg syscall (linux-386-cgo), const IP_MF = 8192
23590pkg syscall (linux-386-cgo), const IP_MINTTL = 21
23591pkg syscall (linux-386-cgo), const IP_MSFILTER = 41
23592pkg syscall (linux-386-cgo), const IP_MSS = 576
23593pkg syscall (linux-386-cgo), const IP_MTU = 14
23594pkg syscall (linux-386-cgo), const IP_MTU_DISCOVER = 10
23595pkg syscall (linux-386-cgo), const IP_MULTICAST_IF = 32
23596pkg syscall (linux-386-cgo), const IP_MULTICAST_LOOP = 34
23597pkg syscall (linux-386-cgo), const IP_MULTICAST_TTL = 33
23598pkg syscall (linux-386-cgo), const IP_OFFMASK = 8191
23599pkg syscall (linux-386-cgo), const IP_OPTIONS = 4
23600pkg syscall (linux-386-cgo), const IP_ORIGDSTADDR = 20
23601pkg syscall (linux-386-cgo), const IP_PASSSEC = 18
23602pkg syscall (linux-386-cgo), const IP_PKTINFO = 8
23603pkg syscall (linux-386-cgo), const IP_PKTOPTIONS = 9
23604pkg syscall (linux-386-cgo), const IP_PMTUDISC = 10
23605pkg syscall (linux-386-cgo), const IP_PMTUDISC_DO = 2
23606pkg syscall (linux-386-cgo), const IP_PMTUDISC_DONT = 0
23607pkg syscall (linux-386-cgo), const IP_PMTUDISC_PROBE = 3
23608pkg syscall (linux-386-cgo), const IP_PMTUDISC_WANT = 1
23609pkg syscall (linux-386-cgo), const IP_RECVERR = 11
23610pkg syscall (linux-386-cgo), const IP_RECVOPTS = 6
23611pkg syscall (linux-386-cgo), const IP_RECVORIGDSTADDR = 20
23612pkg syscall (linux-386-cgo), const IP_RECVRETOPTS = 7
23613pkg syscall (linux-386-cgo), const IP_RECVTOS = 13
23614pkg syscall (linux-386-cgo), const IP_RECVTTL = 12
23615pkg syscall (linux-386-cgo), const IP_RETOPTS = 7
23616pkg syscall (linux-386-cgo), const IP_RF = 32768
23617pkg syscall (linux-386-cgo), const IP_ROUTER_ALERT = 5
23618pkg syscall (linux-386-cgo), const IP_TOS = 1
23619pkg syscall (linux-386-cgo), const IP_TRANSPARENT = 19
23620pkg syscall (linux-386-cgo), const IP_TTL = 2
23621pkg syscall (linux-386-cgo), const IP_UNBLOCK_SOURCE = 37
23622pkg syscall (linux-386-cgo), const IP_XFRM_POLICY = 17
23623pkg syscall (linux-386-cgo), const ISIG = 1
23624pkg syscall (linux-386-cgo), const ISTRIP = 32
23625pkg syscall (linux-386-cgo), const IUCLC = 512
23626pkg syscall (linux-386-cgo), const IUTF8 = 16384
23627pkg syscall (linux-386-cgo), const IXANY = 2048
23628pkg syscall (linux-386-cgo), const IXOFF = 4096
23629pkg syscall (linux-386-cgo), const IXON = 1024
23630pkg syscall (linux-386-cgo), const ImplementsGetwd = true
23631pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_CAD_OFF = 0
23632pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
23633pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_HALT = 3454992675
23634pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_KEXEC = 1163412803
23635pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
23636pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_RESTART = 19088743
23637pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
23638pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
23639pkg syscall (linux-386-cgo), const LINUX_REBOOT_MAGIC1 = 4276215469
23640pkg syscall (linux-386-cgo), const LINUX_REBOOT_MAGIC2 = 672274793
23641pkg syscall (linux-386-cgo), const LOCK_EX = 2
23642pkg syscall (linux-386-cgo), const LOCK_NB = 4
23643pkg syscall (linux-386-cgo), const LOCK_SH = 1
23644pkg syscall (linux-386-cgo), const LOCK_UN = 8
23645pkg syscall (linux-386-cgo), const MADV_DOFORK = 11
23646pkg syscall (linux-386-cgo), const MADV_DONTFORK = 10
23647pkg syscall (linux-386-cgo), const MADV_DONTNEED = 4
23648pkg syscall (linux-386-cgo), const MADV_HUGEPAGE = 14
23649pkg syscall (linux-386-cgo), const MADV_HWPOISON = 100
23650pkg syscall (linux-386-cgo), const MADV_MERGEABLE = 12
23651pkg syscall (linux-386-cgo), const MADV_NOHUGEPAGE = 15
23652pkg syscall (linux-386-cgo), const MADV_NORMAL = 0
23653pkg syscall (linux-386-cgo), const MADV_RANDOM = 1
23654pkg syscall (linux-386-cgo), const MADV_REMOVE = 9
23655pkg syscall (linux-386-cgo), const MADV_SEQUENTIAL = 2
23656pkg syscall (linux-386-cgo), const MADV_UNMERGEABLE = 13
23657pkg syscall (linux-386-cgo), const MADV_WILLNEED = 3
23658pkg syscall (linux-386-cgo), const MAP_32BIT = 64
23659pkg syscall (linux-386-cgo), const MAP_ANON = 32
23660pkg syscall (linux-386-cgo), const MAP_ANONYMOUS = 32
23661pkg syscall (linux-386-cgo), const MAP_DENYWRITE = 2048
23662pkg syscall (linux-386-cgo), const MAP_EXECUTABLE = 4096
23663pkg syscall (linux-386-cgo), const MAP_FILE = 0
23664pkg syscall (linux-386-cgo), const MAP_FIXED = 16
23665pkg syscall (linux-386-cgo), const MAP_GROWSDOWN = 256
23666pkg syscall (linux-386-cgo), const MAP_HUGETLB = 262144
23667pkg syscall (linux-386-cgo), const MAP_LOCKED = 8192
23668pkg syscall (linux-386-cgo), const MAP_NONBLOCK = 65536
23669pkg syscall (linux-386-cgo), const MAP_NORESERVE = 16384
23670pkg syscall (linux-386-cgo), const MAP_POPULATE = 32768
23671pkg syscall (linux-386-cgo), const MAP_PRIVATE = 2
23672pkg syscall (linux-386-cgo), const MAP_SHARED = 1
23673pkg syscall (linux-386-cgo), const MAP_STACK = 131072
23674pkg syscall (linux-386-cgo), const MAP_TYPE = 15
23675pkg syscall (linux-386-cgo), const MCL_CURRENT = 1
23676pkg syscall (linux-386-cgo), const MCL_FUTURE = 2
23677pkg syscall (linux-386-cgo), const MNT_DETACH = 2
23678pkg syscall (linux-386-cgo), const MNT_EXPIRE = 4
23679pkg syscall (linux-386-cgo), const MNT_FORCE = 1
23680pkg syscall (linux-386-cgo), const MSG_CMSG_CLOEXEC = 1073741824
23681pkg syscall (linux-386-cgo), const MSG_CONFIRM = 2048
23682pkg syscall (linux-386-cgo), const MSG_CTRUNC = 8
23683pkg syscall (linux-386-cgo), const MSG_DONTROUTE = 4
23684pkg syscall (linux-386-cgo), const MSG_DONTWAIT = 64
23685pkg syscall (linux-386-cgo), const MSG_EOR = 128
23686pkg syscall (linux-386-cgo), const MSG_ERRQUEUE = 8192
23687pkg syscall (linux-386-cgo), const MSG_FASTOPEN = 536870912
23688pkg syscall (linux-386-cgo), const MSG_FASTOPEN ideal-int
23689pkg syscall (linux-386-cgo), const MSG_FIN = 512
23690pkg syscall (linux-386-cgo), const MSG_MORE = 32768
23691pkg syscall (linux-386-cgo), const MSG_NOSIGNAL = 16384
23692pkg syscall (linux-386-cgo), const MSG_OOB = 1
23693pkg syscall (linux-386-cgo), const MSG_PEEK = 2
23694pkg syscall (linux-386-cgo), const MSG_PROXY = 16
23695pkg syscall (linux-386-cgo), const MSG_RST = 4096
23696pkg syscall (linux-386-cgo), const MSG_SYN = 1024
23697pkg syscall (linux-386-cgo), const MSG_TRUNC = 32
23698pkg syscall (linux-386-cgo), const MSG_TRYHARD = 4
23699pkg syscall (linux-386-cgo), const MSG_WAITALL = 256
23700pkg syscall (linux-386-cgo), const MSG_WAITFORONE = 65536
23701pkg syscall (linux-386-cgo), const MS_ACTIVE = 1073741824
23702pkg syscall (linux-386-cgo), const MS_ASYNC = 1
23703pkg syscall (linux-386-cgo), const MS_BIND = 4096
23704pkg syscall (linux-386-cgo), const MS_DIRSYNC = 128
23705pkg syscall (linux-386-cgo), const MS_INVALIDATE = 2
23706pkg syscall (linux-386-cgo), const MS_I_VERSION = 8388608
23707pkg syscall (linux-386-cgo), const MS_KERNMOUNT = 4194304
23708pkg syscall (linux-386-cgo), const MS_MANDLOCK = 64
23709pkg syscall (linux-386-cgo), const MS_MGC_MSK = 4294901760
23710pkg syscall (linux-386-cgo), const MS_MGC_VAL = 3236757504
23711pkg syscall (linux-386-cgo), const MS_MOVE = 8192
23712pkg syscall (linux-386-cgo), const MS_NOATIME = 1024
23713pkg syscall (linux-386-cgo), const MS_NODEV = 4
23714pkg syscall (linux-386-cgo), const MS_NODIRATIME = 2048
23715pkg syscall (linux-386-cgo), const MS_NOEXEC = 8
23716pkg syscall (linux-386-cgo), const MS_NOSUID = 2
23717pkg syscall (linux-386-cgo), const MS_NOUSER = -2147483648
23718pkg syscall (linux-386-cgo), const MS_POSIXACL = 65536
23719pkg syscall (linux-386-cgo), const MS_PRIVATE = 262144
23720pkg syscall (linux-386-cgo), const MS_RDONLY = 1
23721pkg syscall (linux-386-cgo), const MS_REC = 16384
23722pkg syscall (linux-386-cgo), const MS_RELATIME = 2097152
23723pkg syscall (linux-386-cgo), const MS_REMOUNT = 32
23724pkg syscall (linux-386-cgo), const MS_RMT_MASK = 8388689
23725pkg syscall (linux-386-cgo), const MS_SHARED = 1048576
23726pkg syscall (linux-386-cgo), const MS_SILENT = 32768
23727pkg syscall (linux-386-cgo), const MS_SLAVE = 524288
23728pkg syscall (linux-386-cgo), const MS_STRICTATIME = 16777216
23729pkg syscall (linux-386-cgo), const MS_SYNC = 4
23730pkg syscall (linux-386-cgo), const MS_SYNCHRONOUS = 16
23731pkg syscall (linux-386-cgo), const MS_UNBINDABLE = 131072
23732pkg syscall (linux-386-cgo), const NAME_MAX = 255
23733pkg syscall (linux-386-cgo), const NETLINK_ADD_MEMBERSHIP = 1
23734pkg syscall (linux-386-cgo), const NETLINK_AUDIT = 9
23735pkg syscall (linux-386-cgo), const NETLINK_BROADCAST_ERROR = 4
23736pkg syscall (linux-386-cgo), const NETLINK_CONNECTOR = 11
23737pkg syscall (linux-386-cgo), const NETLINK_DNRTMSG = 14
23738pkg syscall (linux-386-cgo), const NETLINK_DROP_MEMBERSHIP = 2
23739pkg syscall (linux-386-cgo), const NETLINK_ECRYPTFS = 19
23740pkg syscall (linux-386-cgo), const NETLINK_FIB_LOOKUP = 10
23741pkg syscall (linux-386-cgo), const NETLINK_FIREWALL = 3
23742pkg syscall (linux-386-cgo), const NETLINK_GENERIC = 16
23743pkg syscall (linux-386-cgo), const NETLINK_INET_DIAG = 4
23744pkg syscall (linux-386-cgo), const NETLINK_IP6_FW = 13
23745pkg syscall (linux-386-cgo), const NETLINK_ISCSI = 8
23746pkg syscall (linux-386-cgo), const NETLINK_KOBJECT_UEVENT = 15
23747pkg syscall (linux-386-cgo), const NETLINK_NETFILTER = 12
23748pkg syscall (linux-386-cgo), const NETLINK_NFLOG = 5
23749pkg syscall (linux-386-cgo), const NETLINK_NO_ENOBUFS = 5
23750pkg syscall (linux-386-cgo), const NETLINK_PKTINFO = 3
23751pkg syscall (linux-386-cgo), const NETLINK_ROUTE = 0
23752pkg syscall (linux-386-cgo), const NETLINK_SCSITRANSPORT = 18
23753pkg syscall (linux-386-cgo), const NETLINK_SELINUX = 7
23754pkg syscall (linux-386-cgo), const NETLINK_UNUSED = 1
23755pkg syscall (linux-386-cgo), const NETLINK_USERSOCK = 2
23756pkg syscall (linux-386-cgo), const NETLINK_XFRM = 6
23757pkg syscall (linux-386-cgo), const NLA_ALIGNTO = 4
23758pkg syscall (linux-386-cgo), const NLA_F_NESTED = 32768
23759pkg syscall (linux-386-cgo), const NLA_F_NET_BYTEORDER = 16384
23760pkg syscall (linux-386-cgo), const NLA_HDRLEN = 4
23761pkg syscall (linux-386-cgo), const NLMSG_ALIGNTO = 4
23762pkg syscall (linux-386-cgo), const NLMSG_DONE = 3
23763pkg syscall (linux-386-cgo), const NLMSG_ERROR = 2
23764pkg syscall (linux-386-cgo), const NLMSG_HDRLEN = 16
23765pkg syscall (linux-386-cgo), const NLMSG_MIN_TYPE = 16
23766pkg syscall (linux-386-cgo), const NLMSG_NOOP = 1
23767pkg syscall (linux-386-cgo), const NLMSG_OVERRUN = 4
23768pkg syscall (linux-386-cgo), const NLM_F_ACK = 4
23769pkg syscall (linux-386-cgo), const NLM_F_APPEND = 2048
23770pkg syscall (linux-386-cgo), const NLM_F_ATOMIC = 1024
23771pkg syscall (linux-386-cgo), const NLM_F_CREATE = 1024
23772pkg syscall (linux-386-cgo), const NLM_F_DUMP = 768
23773pkg syscall (linux-386-cgo), const NLM_F_ECHO = 8
23774pkg syscall (linux-386-cgo), const NLM_F_EXCL = 512
23775pkg syscall (linux-386-cgo), const NLM_F_MATCH = 512
23776pkg syscall (linux-386-cgo), const NLM_F_MULTI = 2
23777pkg syscall (linux-386-cgo), const NLM_F_REPLACE = 256
23778pkg syscall (linux-386-cgo), const NLM_F_REQUEST = 1
23779pkg syscall (linux-386-cgo), const NLM_F_ROOT = 256
23780pkg syscall (linux-386-cgo), const NOFLSH = 128
23781pkg syscall (linux-386-cgo), const OCRNL = 8
23782pkg syscall (linux-386-cgo), const OFDEL = 128
23783pkg syscall (linux-386-cgo), const OFILL = 64
23784pkg syscall (linux-386-cgo), const OLCUC = 2
23785pkg syscall (linux-386-cgo), const ONLCR = 4
23786pkg syscall (linux-386-cgo), const ONLRET = 32
23787pkg syscall (linux-386-cgo), const ONOCR = 16
23788pkg syscall (linux-386-cgo), const OPOST = 1
23789pkg syscall (linux-386-cgo), const O_ACCMODE = 3
23790pkg syscall (linux-386-cgo), const O_APPEND = 1024
23791pkg syscall (linux-386-cgo), const O_ASYNC = 8192
23792pkg syscall (linux-386-cgo), const O_CLOEXEC = 524288
23793pkg syscall (linux-386-cgo), const O_CREAT = 64
23794pkg syscall (linux-386-cgo), const O_DIRECT = 16384
23795pkg syscall (linux-386-cgo), const O_DIRECTORY = 65536
23796pkg syscall (linux-386-cgo), const O_DSYNC = 4096
23797pkg syscall (linux-386-cgo), const O_EXCL = 128
23798pkg syscall (linux-386-cgo), const O_FSYNC = 1052672
23799pkg syscall (linux-386-cgo), const O_LARGEFILE = 32768
23800pkg syscall (linux-386-cgo), const O_NDELAY = 2048
23801pkg syscall (linux-386-cgo), const O_NOATIME = 262144
23802pkg syscall (linux-386-cgo), const O_NOCTTY = 256
23803pkg syscall (linux-386-cgo), const O_NOFOLLOW = 131072
23804pkg syscall (linux-386-cgo), const O_NONBLOCK = 2048
23805pkg syscall (linux-386-cgo), const O_RSYNC = 1052672
23806pkg syscall (linux-386-cgo), const O_SYNC = 1052672
23807pkg syscall (linux-386-cgo), const O_TRUNC = 512
23808pkg syscall (linux-386-cgo), const PACKET_ADD_MEMBERSHIP = 1
23809pkg syscall (linux-386-cgo), const PACKET_BROADCAST = 1
23810pkg syscall (linux-386-cgo), const PACKET_DROP_MEMBERSHIP = 2
23811pkg syscall (linux-386-cgo), const PACKET_FASTROUTE = 6
23812pkg syscall (linux-386-cgo), const PACKET_HOST = 0
23813pkg syscall (linux-386-cgo), const PACKET_LOOPBACK = 5
23814pkg syscall (linux-386-cgo), const PACKET_MR_ALLMULTI = 2
23815pkg syscall (linux-386-cgo), const PACKET_MR_MULTICAST = 0
23816pkg syscall (linux-386-cgo), const PACKET_MR_PROMISC = 1
23817pkg syscall (linux-386-cgo), const PACKET_MULTICAST = 2
23818pkg syscall (linux-386-cgo), const PACKET_OTHERHOST = 3
23819pkg syscall (linux-386-cgo), const PACKET_OUTGOING = 4
23820pkg syscall (linux-386-cgo), const PACKET_RECV_OUTPUT = 3
23821pkg syscall (linux-386-cgo), const PACKET_RX_RING = 5
23822pkg syscall (linux-386-cgo), const PACKET_STATISTICS = 6
23823pkg syscall (linux-386-cgo), const PARENB = 256
23824pkg syscall (linux-386-cgo), const PARMRK = 8
23825pkg syscall (linux-386-cgo), const PARODD = 512
23826pkg syscall (linux-386-cgo), const PENDIN = 16384
23827pkg syscall (linux-386-cgo), const PROT_EXEC = 4
23828pkg syscall (linux-386-cgo), const PROT_GROWSDOWN = 16777216
23829pkg syscall (linux-386-cgo), const PROT_GROWSUP = 33554432
23830pkg syscall (linux-386-cgo), const PROT_NONE = 0
23831pkg syscall (linux-386-cgo), const PROT_READ = 1
23832pkg syscall (linux-386-cgo), const PROT_WRITE = 2
23833pkg syscall (linux-386-cgo), const PR_CAPBSET_DROP = 24
23834pkg syscall (linux-386-cgo), const PR_CAPBSET_READ = 23
23835pkg syscall (linux-386-cgo), const PR_ENDIAN_BIG = 0
23836pkg syscall (linux-386-cgo), const PR_ENDIAN_LITTLE = 1
23837pkg syscall (linux-386-cgo), const PR_ENDIAN_PPC_LITTLE = 2
23838pkg syscall (linux-386-cgo), const PR_FPEMU_NOPRINT = 1
23839pkg syscall (linux-386-cgo), const PR_FPEMU_SIGFPE = 2
23840pkg syscall (linux-386-cgo), const PR_FP_EXC_ASYNC = 2
23841pkg syscall (linux-386-cgo), const PR_FP_EXC_DISABLED = 0
23842pkg syscall (linux-386-cgo), const PR_FP_EXC_DIV = 65536
23843pkg syscall (linux-386-cgo), const PR_FP_EXC_INV = 1048576
23844pkg syscall (linux-386-cgo), const PR_FP_EXC_NONRECOV = 1
23845pkg syscall (linux-386-cgo), const PR_FP_EXC_OVF = 131072
23846pkg syscall (linux-386-cgo), const PR_FP_EXC_PRECISE = 3
23847pkg syscall (linux-386-cgo), const PR_FP_EXC_RES = 524288
23848pkg syscall (linux-386-cgo), const PR_FP_EXC_SW_ENABLE = 128
23849pkg syscall (linux-386-cgo), const PR_FP_EXC_UND = 262144
23850pkg syscall (linux-386-cgo), const PR_GET_DUMPABLE = 3
23851pkg syscall (linux-386-cgo), const PR_GET_ENDIAN = 19
23852pkg syscall (linux-386-cgo), const PR_GET_FPEMU = 9
23853pkg syscall (linux-386-cgo), const PR_GET_FPEXC = 11
23854pkg syscall (linux-386-cgo), const PR_GET_KEEPCAPS = 7
23855pkg syscall (linux-386-cgo), const PR_GET_NAME = 16
23856pkg syscall (linux-386-cgo), const PR_GET_PDEATHSIG = 2
23857pkg syscall (linux-386-cgo), const PR_GET_SECCOMP = 21
23858pkg syscall (linux-386-cgo), const PR_GET_SECUREBITS = 27
23859pkg syscall (linux-386-cgo), const PR_GET_TIMERSLACK = 30
23860pkg syscall (linux-386-cgo), const PR_GET_TIMING = 13
23861pkg syscall (linux-386-cgo), const PR_GET_TSC = 25
23862pkg syscall (linux-386-cgo), const PR_GET_UNALIGN = 5
23863pkg syscall (linux-386-cgo), const PR_MCE_KILL = 33
23864pkg syscall (linux-386-cgo), const PR_MCE_KILL_CLEAR = 0
23865pkg syscall (linux-386-cgo), const PR_MCE_KILL_DEFAULT = 2
23866pkg syscall (linux-386-cgo), const PR_MCE_KILL_EARLY = 1
23867pkg syscall (linux-386-cgo), const PR_MCE_KILL_GET = 34
23868pkg syscall (linux-386-cgo), const PR_MCE_KILL_LATE = 0
23869pkg syscall (linux-386-cgo), const PR_MCE_KILL_SET = 1
23870pkg syscall (linux-386-cgo), const PR_SET_DUMPABLE = 4
23871pkg syscall (linux-386-cgo), const PR_SET_ENDIAN = 20
23872pkg syscall (linux-386-cgo), const PR_SET_FPEMU = 10
23873pkg syscall (linux-386-cgo), const PR_SET_FPEXC = 12
23874pkg syscall (linux-386-cgo), const PR_SET_KEEPCAPS = 8
23875pkg syscall (linux-386-cgo), const PR_SET_NAME = 15
23876pkg syscall (linux-386-cgo), const PR_SET_PDEATHSIG = 1
23877pkg syscall (linux-386-cgo), const PR_SET_PTRACER = 1499557217
23878pkg syscall (linux-386-cgo), const PR_SET_SECCOMP = 22
23879pkg syscall (linux-386-cgo), const PR_SET_SECUREBITS = 28
23880pkg syscall (linux-386-cgo), const PR_SET_TIMERSLACK = 29
23881pkg syscall (linux-386-cgo), const PR_SET_TIMING = 14
23882pkg syscall (linux-386-cgo), const PR_SET_TSC = 26
23883pkg syscall (linux-386-cgo), const PR_SET_UNALIGN = 6
23884pkg syscall (linux-386-cgo), const PR_TASK_PERF_EVENTS_DISABLE = 31
23885pkg syscall (linux-386-cgo), const PR_TASK_PERF_EVENTS_ENABLE = 32
23886pkg syscall (linux-386-cgo), const PR_TIMING_STATISTICAL = 0
23887pkg syscall (linux-386-cgo), const PR_TIMING_TIMESTAMP = 1
23888pkg syscall (linux-386-cgo), const PR_TSC_ENABLE = 1
23889pkg syscall (linux-386-cgo), const PR_TSC_SIGSEGV = 2
23890pkg syscall (linux-386-cgo), const PR_UNALIGN_NOPRINT = 1
23891pkg syscall (linux-386-cgo), const PR_UNALIGN_SIGBUS = 2
23892pkg syscall (linux-386-cgo), const PTRACE_ATTACH = 16
23893pkg syscall (linux-386-cgo), const PTRACE_CONT = 7
23894pkg syscall (linux-386-cgo), const PTRACE_DETACH = 17
23895pkg syscall (linux-386-cgo), const PTRACE_EVENT_CLONE = 3
23896pkg syscall (linux-386-cgo), const PTRACE_EVENT_EXEC = 4
23897pkg syscall (linux-386-cgo), const PTRACE_EVENT_EXIT = 6
23898pkg syscall (linux-386-cgo), const PTRACE_EVENT_FORK = 1
23899pkg syscall (linux-386-cgo), const PTRACE_EVENT_VFORK = 2
23900pkg syscall (linux-386-cgo), const PTRACE_EVENT_VFORK_DONE = 5
23901pkg syscall (linux-386-cgo), const PTRACE_GETEVENTMSG = 16897
23902pkg syscall (linux-386-cgo), const PTRACE_GETFPREGS = 14
23903pkg syscall (linux-386-cgo), const PTRACE_GETFPXREGS = 18
23904pkg syscall (linux-386-cgo), const PTRACE_GETREGS = 12
23905pkg syscall (linux-386-cgo), const PTRACE_GETREGSET = 16900
23906pkg syscall (linux-386-cgo), const PTRACE_GETSIGINFO = 16898
23907pkg syscall (linux-386-cgo), const PTRACE_GET_THREAD_AREA = 25
23908pkg syscall (linux-386-cgo), const PTRACE_KILL = 8
23909pkg syscall (linux-386-cgo), const PTRACE_OLDSETOPTIONS = 21
23910pkg syscall (linux-386-cgo), const PTRACE_O_MASK = 127
23911pkg syscall (linux-386-cgo), const PTRACE_O_TRACECLONE = 8
23912pkg syscall (linux-386-cgo), const PTRACE_O_TRACEEXEC = 16
23913pkg syscall (linux-386-cgo), const PTRACE_O_TRACEEXIT = 64
23914pkg syscall (linux-386-cgo), const PTRACE_O_TRACEFORK = 2
23915pkg syscall (linux-386-cgo), const PTRACE_O_TRACESYSGOOD = 1
23916pkg syscall (linux-386-cgo), const PTRACE_O_TRACEVFORK = 4
23917pkg syscall (linux-386-cgo), const PTRACE_O_TRACEVFORKDONE = 32
23918pkg syscall (linux-386-cgo), const PTRACE_PEEKDATA = 2
23919pkg syscall (linux-386-cgo), const PTRACE_PEEKTEXT = 1
23920pkg syscall (linux-386-cgo), const PTRACE_PEEKUSR = 3
23921pkg syscall (linux-386-cgo), const PTRACE_POKEDATA = 5
23922pkg syscall (linux-386-cgo), const PTRACE_POKETEXT = 4
23923pkg syscall (linux-386-cgo), const PTRACE_POKEUSR = 6
23924pkg syscall (linux-386-cgo), const PTRACE_SETFPREGS = 15
23925pkg syscall (linux-386-cgo), const PTRACE_SETFPXREGS = 19
23926pkg syscall (linux-386-cgo), const PTRACE_SETOPTIONS = 16896
23927pkg syscall (linux-386-cgo), const PTRACE_SETREGS = 13
23928pkg syscall (linux-386-cgo), const PTRACE_SETREGSET = 16901
23929pkg syscall (linux-386-cgo), const PTRACE_SETSIGINFO = 16899
23930pkg syscall (linux-386-cgo), const PTRACE_SET_THREAD_AREA = 26
23931pkg syscall (linux-386-cgo), const PTRACE_SINGLEBLOCK = 33
23932pkg syscall (linux-386-cgo), const PTRACE_SINGLESTEP = 9
23933pkg syscall (linux-386-cgo), const PTRACE_SYSCALL = 24
23934pkg syscall (linux-386-cgo), const PTRACE_SYSEMU = 31
23935pkg syscall (linux-386-cgo), const PTRACE_SYSEMU_SINGLESTEP = 32
23936pkg syscall (linux-386-cgo), const PTRACE_TRACEME = 0
23937pkg syscall (linux-386-cgo), const PathMax = 4096
23938pkg syscall (linux-386-cgo), const RLIMIT_AS = 9
23939pkg syscall (linux-386-cgo), const RLIMIT_CORE = 4
23940pkg syscall (linux-386-cgo), const RLIMIT_CPU = 0
23941pkg syscall (linux-386-cgo), const RLIMIT_DATA = 2
23942pkg syscall (linux-386-cgo), const RLIMIT_FSIZE = 1
23943pkg syscall (linux-386-cgo), const RLIMIT_NOFILE = 7
23944pkg syscall (linux-386-cgo), const RLIMIT_STACK = 3
23945pkg syscall (linux-386-cgo), const RLIM_INFINITY = -1
23946pkg syscall (linux-386-cgo), const RTAX_ADVMSS = 8
23947pkg syscall (linux-386-cgo), const RTAX_CWND = 7
23948pkg syscall (linux-386-cgo), const RTAX_FEATURES = 12
23949pkg syscall (linux-386-cgo), const RTAX_FEATURE_ALLFRAG = 8
23950pkg syscall (linux-386-cgo), const RTAX_FEATURE_ECN = 1
23951pkg syscall (linux-386-cgo), const RTAX_FEATURE_SACK = 2
23952pkg syscall (linux-386-cgo), const RTAX_FEATURE_TIMESTAMP = 4
23953pkg syscall (linux-386-cgo), const RTAX_HOPLIMIT = 10
23954pkg syscall (linux-386-cgo), const RTAX_INITCWND = 11
23955pkg syscall (linux-386-cgo), const RTAX_INITRWND = 14
23956pkg syscall (linux-386-cgo), const RTAX_LOCK = 1
23957pkg syscall (linux-386-cgo), const RTAX_MAX = 14
23958pkg syscall (linux-386-cgo), const RTAX_MTU = 2
23959pkg syscall (linux-386-cgo), const RTAX_REORDERING = 9
23960pkg syscall (linux-386-cgo), const RTAX_RTO_MIN = 13
23961pkg syscall (linux-386-cgo), const RTAX_RTT = 4
23962pkg syscall (linux-386-cgo), const RTAX_RTTVAR = 5
23963pkg syscall (linux-386-cgo), const RTAX_SSTHRESH = 6
23964pkg syscall (linux-386-cgo), const RTAX_UNSPEC = 0
23965pkg syscall (linux-386-cgo), const RTAX_WINDOW = 3
23966pkg syscall (linux-386-cgo), const RTA_ALIGNTO = 4
23967pkg syscall (linux-386-cgo), const RTA_CACHEINFO = 12
23968pkg syscall (linux-386-cgo), const RTA_DST = 1
23969pkg syscall (linux-386-cgo), const RTA_FLOW = 11
23970pkg syscall (linux-386-cgo), const RTA_GATEWAY = 5
23971pkg syscall (linux-386-cgo), const RTA_IIF = 3
23972pkg syscall (linux-386-cgo), const RTA_MAX = 16
23973pkg syscall (linux-386-cgo), const RTA_METRICS = 8
23974pkg syscall (linux-386-cgo), const RTA_MULTIPATH = 9
23975pkg syscall (linux-386-cgo), const RTA_OIF = 4
23976pkg syscall (linux-386-cgo), const RTA_PREFSRC = 7
23977pkg syscall (linux-386-cgo), const RTA_PRIORITY = 6
23978pkg syscall (linux-386-cgo), const RTA_SRC = 2
23979pkg syscall (linux-386-cgo), const RTA_TABLE = 15
23980pkg syscall (linux-386-cgo), const RTA_UNSPEC = 0
23981pkg syscall (linux-386-cgo), const RTCF_DIRECTSRC = 67108864
23982pkg syscall (linux-386-cgo), const RTCF_DOREDIRECT = 16777216
23983pkg syscall (linux-386-cgo), const RTCF_LOG = 33554432
23984pkg syscall (linux-386-cgo), const RTCF_MASQ = 4194304
23985pkg syscall (linux-386-cgo), const RTCF_NAT = 8388608
23986pkg syscall (linux-386-cgo), const RTCF_VALVE = 2097152
23987pkg syscall (linux-386-cgo), const RTF_ADDRCLASSMASK = 4160749568
23988pkg syscall (linux-386-cgo), const RTF_ADDRCONF = 262144
23989pkg syscall (linux-386-cgo), const RTF_ALLONLINK = 131072
23990pkg syscall (linux-386-cgo), const RTF_BROADCAST = 268435456
23991pkg syscall (linux-386-cgo), const RTF_CACHE = 16777216
23992pkg syscall (linux-386-cgo), const RTF_DEFAULT = 65536
23993pkg syscall (linux-386-cgo), const RTF_DYNAMIC = 16
23994pkg syscall (linux-386-cgo), const RTF_FLOW = 33554432
23995pkg syscall (linux-386-cgo), const RTF_GATEWAY = 2
23996pkg syscall (linux-386-cgo), const RTF_HOST = 4
23997pkg syscall (linux-386-cgo), const RTF_INTERFACE = 1073741824
23998pkg syscall (linux-386-cgo), const RTF_IRTT = 256
23999pkg syscall (linux-386-cgo), const RTF_LINKRT = 1048576
24000pkg syscall (linux-386-cgo), const RTF_LOCAL = 2147483648
24001pkg syscall (linux-386-cgo), const RTF_MODIFIED = 32
24002pkg syscall (linux-386-cgo), const RTF_MSS = 64
24003pkg syscall (linux-386-cgo), const RTF_MTU = 64
24004pkg syscall (linux-386-cgo), const RTF_MULTICAST = 536870912
24005pkg syscall (linux-386-cgo), const RTF_NAT = 134217728
24006pkg syscall (linux-386-cgo), const RTF_NOFORWARD = 4096
24007pkg syscall (linux-386-cgo), const RTF_NONEXTHOP = 2097152
24008pkg syscall (linux-386-cgo), const RTF_NOPMTUDISC = 16384
24009pkg syscall (linux-386-cgo), const RTF_POLICY = 67108864
24010pkg syscall (linux-386-cgo), const RTF_REINSTATE = 8
24011pkg syscall (linux-386-cgo), const RTF_REJECT = 512
24012pkg syscall (linux-386-cgo), const RTF_STATIC = 1024
24013pkg syscall (linux-386-cgo), const RTF_THROW = 8192
24014pkg syscall (linux-386-cgo), const RTF_UP = 1
24015pkg syscall (linux-386-cgo), const RTF_WINDOW = 128
24016pkg syscall (linux-386-cgo), const RTF_XRESOLVE = 2048
24017pkg syscall (linux-386-cgo), const RTM_BASE = 16
24018pkg syscall (linux-386-cgo), const RTM_DELACTION = 49
24019pkg syscall (linux-386-cgo), const RTM_DELADDR = 21
24020pkg syscall (linux-386-cgo), const RTM_DELADDRLABEL = 73
24021pkg syscall (linux-386-cgo), const RTM_DELLINK = 17
24022pkg syscall (linux-386-cgo), const RTM_DELNEIGH = 29
24023pkg syscall (linux-386-cgo), const RTM_DELQDISC = 37
24024pkg syscall (linux-386-cgo), const RTM_DELROUTE = 25
24025pkg syscall (linux-386-cgo), const RTM_DELRULE = 33
24026pkg syscall (linux-386-cgo), const RTM_DELTCLASS = 41
24027pkg syscall (linux-386-cgo), const RTM_DELTFILTER = 45
24028pkg syscall (linux-386-cgo), const RTM_F_CLONED = 512
24029pkg syscall (linux-386-cgo), const RTM_F_EQUALIZE = 1024
24030pkg syscall (linux-386-cgo), const RTM_F_NOTIFY = 256
24031pkg syscall (linux-386-cgo), const RTM_F_PREFIX = 2048
24032pkg syscall (linux-386-cgo), const RTM_GETACTION = 50
24033pkg syscall (linux-386-cgo), const RTM_GETADDR = 22
24034pkg syscall (linux-386-cgo), const RTM_GETADDRLABEL = 74
24035pkg syscall (linux-386-cgo), const RTM_GETANYCAST = 62
24036pkg syscall (linux-386-cgo), const RTM_GETDCB = 78
24037pkg syscall (linux-386-cgo), const RTM_GETLINK = 18
24038pkg syscall (linux-386-cgo), const RTM_GETMULTICAST = 58
24039pkg syscall (linux-386-cgo), const RTM_GETNEIGH = 30
24040pkg syscall (linux-386-cgo), const RTM_GETNEIGHTBL = 66
24041pkg syscall (linux-386-cgo), const RTM_GETQDISC = 38
24042pkg syscall (linux-386-cgo), const RTM_GETROUTE = 26
24043pkg syscall (linux-386-cgo), const RTM_GETRULE = 34
24044pkg syscall (linux-386-cgo), const RTM_GETTCLASS = 42
24045pkg syscall (linux-386-cgo), const RTM_GETTFILTER = 46
24046pkg syscall (linux-386-cgo), const RTM_MAX = 79
24047pkg syscall (linux-386-cgo), const RTM_NEWACTION = 48
24048pkg syscall (linux-386-cgo), const RTM_NEWADDR = 20
24049pkg syscall (linux-386-cgo), const RTM_NEWADDRLABEL = 72
24050pkg syscall (linux-386-cgo), const RTM_NEWLINK = 16
24051pkg syscall (linux-386-cgo), const RTM_NEWNDUSEROPT = 68
24052pkg syscall (linux-386-cgo), const RTM_NEWNEIGH = 28
24053pkg syscall (linux-386-cgo), const RTM_NEWNEIGHTBL = 64
24054pkg syscall (linux-386-cgo), const RTM_NEWPREFIX = 52
24055pkg syscall (linux-386-cgo), const RTM_NEWQDISC = 36
24056pkg syscall (linux-386-cgo), const RTM_NEWROUTE = 24
24057pkg syscall (linux-386-cgo), const RTM_NEWRULE = 32
24058pkg syscall (linux-386-cgo), const RTM_NEWTCLASS = 40
24059pkg syscall (linux-386-cgo), const RTM_NEWTFILTER = 44
24060pkg syscall (linux-386-cgo), const RTM_NR_FAMILIES = 16
24061pkg syscall (linux-386-cgo), const RTM_NR_MSGTYPES = 64
24062pkg syscall (linux-386-cgo), const RTM_SETDCB = 79
24063pkg syscall (linux-386-cgo), const RTM_SETLINK = 19
24064pkg syscall (linux-386-cgo), const RTM_SETNEIGHTBL = 67
24065pkg syscall (linux-386-cgo), const RTNH_ALIGNTO = 4
24066pkg syscall (linux-386-cgo), const RTNH_F_DEAD = 1
24067pkg syscall (linux-386-cgo), const RTNH_F_ONLINK = 4
24068pkg syscall (linux-386-cgo), const RTNH_F_PERVASIVE = 2
24069pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_IFADDR = 5
24070pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_IFADDR ideal-int
24071pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_MROUTE = 6
24072pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_MROUTE ideal-int
24073pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_ROUTE = 7
24074pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_ROUTE ideal-int
24075pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_RULE = 8
24076pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_RULE ideal-int
24077pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFADDR = 9
24078pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFADDR ideal-int
24079pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFINFO = 12
24080pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFINFO ideal-int
24081pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_MROUTE = 10
24082pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_MROUTE ideal-int
24083pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_PREFIX = 18
24084pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_PREFIX ideal-int
24085pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_ROUTE = 11
24086pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_ROUTE ideal-int
24087pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_RULE = 19
24088pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_RULE ideal-int
24089pkg syscall (linux-386-cgo), const RTNLGRP_LINK = 1
24090pkg syscall (linux-386-cgo), const RTNLGRP_LINK ideal-int
24091pkg syscall (linux-386-cgo), const RTNLGRP_ND_USEROPT = 20
24092pkg syscall (linux-386-cgo), const RTNLGRP_ND_USEROPT ideal-int
24093pkg syscall (linux-386-cgo), const RTNLGRP_NEIGH = 3
24094pkg syscall (linux-386-cgo), const RTNLGRP_NEIGH ideal-int
24095pkg syscall (linux-386-cgo), const RTNLGRP_NONE = 0
24096pkg syscall (linux-386-cgo), const RTNLGRP_NONE ideal-int
24097pkg syscall (linux-386-cgo), const RTNLGRP_NOTIFY = 2
24098pkg syscall (linux-386-cgo), const RTNLGRP_NOTIFY ideal-int
24099pkg syscall (linux-386-cgo), const RTNLGRP_TC = 4
24100pkg syscall (linux-386-cgo), const RTNLGRP_TC ideal-int
24101pkg syscall (linux-386-cgo), const RTN_ANYCAST = 4
24102pkg syscall (linux-386-cgo), const RTN_BLACKHOLE = 6
24103pkg syscall (linux-386-cgo), const RTN_BROADCAST = 3
24104pkg syscall (linux-386-cgo), const RTN_LOCAL = 2
24105pkg syscall (linux-386-cgo), const RTN_MAX = 11
24106pkg syscall (linux-386-cgo), const RTN_MULTICAST = 5
24107pkg syscall (linux-386-cgo), const RTN_NAT = 10
24108pkg syscall (linux-386-cgo), const RTN_PROHIBIT = 8
24109pkg syscall (linux-386-cgo), const RTN_THROW = 9
24110pkg syscall (linux-386-cgo), const RTN_UNICAST = 1
24111pkg syscall (linux-386-cgo), const RTN_UNREACHABLE = 7
24112pkg syscall (linux-386-cgo), const RTN_UNSPEC = 0
24113pkg syscall (linux-386-cgo), const RTN_XRESOLVE = 11
24114pkg syscall (linux-386-cgo), const RTPROT_BIRD = 12
24115pkg syscall (linux-386-cgo), const RTPROT_BOOT = 3
24116pkg syscall (linux-386-cgo), const RTPROT_DHCP = 16
24117pkg syscall (linux-386-cgo), const RTPROT_DNROUTED = 13
24118pkg syscall (linux-386-cgo), const RTPROT_GATED = 8
24119pkg syscall (linux-386-cgo), const RTPROT_KERNEL = 2
24120pkg syscall (linux-386-cgo), const RTPROT_MRT = 10
24121pkg syscall (linux-386-cgo), const RTPROT_NTK = 15
24122pkg syscall (linux-386-cgo), const RTPROT_RA = 9
24123pkg syscall (linux-386-cgo), const RTPROT_REDIRECT = 1
24124pkg syscall (linux-386-cgo), const RTPROT_STATIC = 4
24125pkg syscall (linux-386-cgo), const RTPROT_UNSPEC = 0
24126pkg syscall (linux-386-cgo), const RTPROT_XORP = 14
24127pkg syscall (linux-386-cgo), const RTPROT_ZEBRA = 11
24128pkg syscall (linux-386-cgo), const RT_CLASS_DEFAULT = 253
24129pkg syscall (linux-386-cgo), const RT_CLASS_LOCAL = 255
24130pkg syscall (linux-386-cgo), const RT_CLASS_MAIN = 254
24131pkg syscall (linux-386-cgo), const RT_CLASS_MAX = 255
24132pkg syscall (linux-386-cgo), const RT_CLASS_UNSPEC = 0
24133pkg syscall (linux-386-cgo), const RT_SCOPE_HOST = 254
24134pkg syscall (linux-386-cgo), const RT_SCOPE_LINK = 253
24135pkg syscall (linux-386-cgo), const RT_SCOPE_NOWHERE = 255
24136pkg syscall (linux-386-cgo), const RT_SCOPE_SITE = 200
24137pkg syscall (linux-386-cgo), const RT_SCOPE_UNIVERSE = 0
24138pkg syscall (linux-386-cgo), const RT_TABLE_COMPAT = 252
24139pkg syscall (linux-386-cgo), const RT_TABLE_DEFAULT = 253
24140pkg syscall (linux-386-cgo), const RT_TABLE_LOCAL = 255
24141pkg syscall (linux-386-cgo), const RT_TABLE_MAIN = 254
24142pkg syscall (linux-386-cgo), const RT_TABLE_MAX = 4294967295
24143pkg syscall (linux-386-cgo), const RT_TABLE_UNSPEC = 0
24144pkg syscall (linux-386-cgo), const RUSAGE_CHILDREN = -1
24145pkg syscall (linux-386-cgo), const RUSAGE_SELF = 0
24146pkg syscall (linux-386-cgo), const RUSAGE_THREAD = 1
24147pkg syscall (linux-386-cgo), const SCM_CREDENTIALS = 2
24148pkg syscall (linux-386-cgo), const SCM_RIGHTS = 1
24149pkg syscall (linux-386-cgo), const SCM_TIMESTAMP = 29
24150pkg syscall (linux-386-cgo), const SCM_TIMESTAMPING = 37
24151pkg syscall (linux-386-cgo), const SCM_TIMESTAMPNS = 35
24152pkg syscall (linux-386-cgo), const SIGBUS = 7
24153pkg syscall (linux-386-cgo), const SIGCHLD = 17
24154pkg syscall (linux-386-cgo), const SIGCLD = 17
24155pkg syscall (linux-386-cgo), const SIGCONT = 18
24156pkg syscall (linux-386-cgo), const SIGIO = 29
24157pkg syscall (linux-386-cgo), const SIGIOT = 6
24158pkg syscall (linux-386-cgo), const SIGPOLL = 29
24159pkg syscall (linux-386-cgo), const SIGPROF = 27
24160pkg syscall (linux-386-cgo), const SIGPWR = 30
24161pkg syscall (linux-386-cgo), const SIGSTKFLT = 16
24162pkg syscall (linux-386-cgo), const SIGSTOP = 19
24163pkg syscall (linux-386-cgo), const SIGSYS = 31
24164pkg syscall (linux-386-cgo), const SIGTSTP = 20
24165pkg syscall (linux-386-cgo), const SIGTTIN = 21
24166pkg syscall (linux-386-cgo), const SIGTTOU = 22
24167pkg syscall (linux-386-cgo), const SIGUNUSED = 31
24168pkg syscall (linux-386-cgo), const SIGURG = 23
24169pkg syscall (linux-386-cgo), const SIGUSR1 = 10
24170pkg syscall (linux-386-cgo), const SIGUSR2 = 12
24171pkg syscall (linux-386-cgo), const SIGVTALRM = 26
24172pkg syscall (linux-386-cgo), const SIGWINCH = 28
24173pkg syscall (linux-386-cgo), const SIGXCPU = 24
24174pkg syscall (linux-386-cgo), const SIGXFSZ = 25
24175pkg syscall (linux-386-cgo), const SIOCADDDLCI = 35200
24176pkg syscall (linux-386-cgo), const SIOCADDMULTI = 35121
24177pkg syscall (linux-386-cgo), const SIOCADDRT = 35083
24178pkg syscall (linux-386-cgo), const SIOCATMARK = 35077
24179pkg syscall (linux-386-cgo), const SIOCDARP = 35155
24180pkg syscall (linux-386-cgo), const SIOCDELDLCI = 35201
24181pkg syscall (linux-386-cgo), const SIOCDELMULTI = 35122
24182pkg syscall (linux-386-cgo), const SIOCDELRT = 35084
24183pkg syscall (linux-386-cgo), const SIOCDEVPRIVATE = 35312
24184pkg syscall (linux-386-cgo), const SIOCDIFADDR = 35126
24185pkg syscall (linux-386-cgo), const SIOCDRARP = 35168
24186pkg syscall (linux-386-cgo), const SIOCGARP = 35156
24187pkg syscall (linux-386-cgo), const SIOCGIFADDR = 35093
24188pkg syscall (linux-386-cgo), const SIOCGIFBR = 35136
24189pkg syscall (linux-386-cgo), const SIOCGIFBRDADDR = 35097
24190pkg syscall (linux-386-cgo), const SIOCGIFCONF = 35090
24191pkg syscall (linux-386-cgo), const SIOCGIFCOUNT = 35128
24192pkg syscall (linux-386-cgo), const SIOCGIFDSTADDR = 35095
24193pkg syscall (linux-386-cgo), const SIOCGIFENCAP = 35109
24194pkg syscall (linux-386-cgo), const SIOCGIFFLAGS = 35091
24195pkg syscall (linux-386-cgo), const SIOCGIFHWADDR = 35111
24196pkg syscall (linux-386-cgo), const SIOCGIFINDEX = 35123
24197pkg syscall (linux-386-cgo), const SIOCGIFMAP = 35184
24198pkg syscall (linux-386-cgo), const SIOCGIFMEM = 35103
24199pkg syscall (linux-386-cgo), const SIOCGIFMETRIC = 35101
24200pkg syscall (linux-386-cgo), const SIOCGIFMTU = 35105
24201pkg syscall (linux-386-cgo), const SIOCGIFNAME = 35088
24202pkg syscall (linux-386-cgo), const SIOCGIFNETMASK = 35099
24203pkg syscall (linux-386-cgo), const SIOCGIFPFLAGS = 35125
24204pkg syscall (linux-386-cgo), const SIOCGIFSLAVE = 35113
24205pkg syscall (linux-386-cgo), const SIOCGIFTXQLEN = 35138
24206pkg syscall (linux-386-cgo), const SIOCGPGRP = 35076
24207pkg syscall (linux-386-cgo), const SIOCGRARP = 35169
24208pkg syscall (linux-386-cgo), const SIOCGSTAMP = 35078
24209pkg syscall (linux-386-cgo), const SIOCGSTAMPNS = 35079
24210pkg syscall (linux-386-cgo), const SIOCPROTOPRIVATE = 35296
24211pkg syscall (linux-386-cgo), const SIOCRTMSG = 35085
24212pkg syscall (linux-386-cgo), const SIOCSARP = 35157
24213pkg syscall (linux-386-cgo), const SIOCSIFADDR = 35094
24214pkg syscall (linux-386-cgo), const SIOCSIFBR = 35137
24215pkg syscall (linux-386-cgo), const SIOCSIFBRDADDR = 35098
24216pkg syscall (linux-386-cgo), const SIOCSIFDSTADDR = 35096
24217pkg syscall (linux-386-cgo), const SIOCSIFENCAP = 35110
24218pkg syscall (linux-386-cgo), const SIOCSIFFLAGS = 35092
24219pkg syscall (linux-386-cgo), const SIOCSIFHWADDR = 35108
24220pkg syscall (linux-386-cgo), const SIOCSIFHWBROADCAST = 35127
24221pkg syscall (linux-386-cgo), const SIOCSIFLINK = 35089
24222pkg syscall (linux-386-cgo), const SIOCSIFMAP = 35185
24223pkg syscall (linux-386-cgo), const SIOCSIFMEM = 35104
24224pkg syscall (linux-386-cgo), const SIOCSIFMETRIC = 35102
24225pkg syscall (linux-386-cgo), const SIOCSIFMTU = 35106
24226pkg syscall (linux-386-cgo), const SIOCSIFNAME = 35107
24227pkg syscall (linux-386-cgo), const SIOCSIFNETMASK = 35100
24228pkg syscall (linux-386-cgo), const SIOCSIFPFLAGS = 35124
24229pkg syscall (linux-386-cgo), const SIOCSIFSLAVE = 35120
24230pkg syscall (linux-386-cgo), const SIOCSIFTXQLEN = 35139
24231pkg syscall (linux-386-cgo), const SIOCSPGRP = 35074
24232pkg syscall (linux-386-cgo), const SIOCSRARP = 35170
24233pkg syscall (linux-386-cgo), const SOCK_CLOEXEC = 524288
24234pkg syscall (linux-386-cgo), const SOCK_DCCP = 6
24235pkg syscall (linux-386-cgo), const SOCK_NONBLOCK = 2048
24236pkg syscall (linux-386-cgo), const SOCK_PACKET = 10
24237pkg syscall (linux-386-cgo), const SOCK_RDM = 4
24238pkg syscall (linux-386-cgo), const SOL_AAL = 265
24239pkg syscall (linux-386-cgo), const SOL_ATM = 264
24240pkg syscall (linux-386-cgo), const SOL_DECNET = 261
24241pkg syscall (linux-386-cgo), const SOL_ICMPV6 = 58
24242pkg syscall (linux-386-cgo), const SOL_IP = 0
24243pkg syscall (linux-386-cgo), const SOL_IPV6 = 41
24244pkg syscall (linux-386-cgo), const SOL_IRDA = 266
24245pkg syscall (linux-386-cgo), const SOL_PACKET = 263
24246pkg syscall (linux-386-cgo), const SOL_RAW = 255
24247pkg syscall (linux-386-cgo), const SOL_SOCKET = 1
24248pkg syscall (linux-386-cgo), const SOL_TCP = 6
24249pkg syscall (linux-386-cgo), const SOL_X25 = 262
24250pkg syscall (linux-386-cgo), const SOMAXCONN = 128
24251pkg syscall (linux-386-cgo), const SO_ACCEPTCONN = 30
24252pkg syscall (linux-386-cgo), const SO_ATTACH_FILTER = 26
24253pkg syscall (linux-386-cgo), const SO_BINDTODEVICE = 25
24254pkg syscall (linux-386-cgo), const SO_BROADCAST = 6
24255pkg syscall (linux-386-cgo), const SO_BSDCOMPAT = 14
24256pkg syscall (linux-386-cgo), const SO_DEBUG = 1
24257pkg syscall (linux-386-cgo), const SO_DETACH_FILTER = 27
24258pkg syscall (linux-386-cgo), const SO_DOMAIN = 39
24259pkg syscall (linux-386-cgo), const SO_DONTROUTE = 5
24260pkg syscall (linux-386-cgo), const SO_ERROR = 4
24261pkg syscall (linux-386-cgo), const SO_KEEPALIVE = 9
24262pkg syscall (linux-386-cgo), const SO_LINGER = 13
24263pkg syscall (linux-386-cgo), const SO_MARK = 36
24264pkg syscall (linux-386-cgo), const SO_NO_CHECK = 11
24265pkg syscall (linux-386-cgo), const SO_OOBINLINE = 10
24266pkg syscall (linux-386-cgo), const SO_PASSCRED = 16
24267pkg syscall (linux-386-cgo), const SO_PASSSEC = 34
24268pkg syscall (linux-386-cgo), const SO_PEERCRED = 17
24269pkg syscall (linux-386-cgo), const SO_PEERNAME = 28
24270pkg syscall (linux-386-cgo), const SO_PEERSEC = 31
24271pkg syscall (linux-386-cgo), const SO_PRIORITY = 12
24272pkg syscall (linux-386-cgo), const SO_PROTOCOL = 38
24273pkg syscall (linux-386-cgo), const SO_RCVBUF = 8
24274pkg syscall (linux-386-cgo), const SO_RCVBUFFORCE = 33
24275pkg syscall (linux-386-cgo), const SO_RCVLOWAT = 18
24276pkg syscall (linux-386-cgo), const SO_RCVTIMEO = 20
24277pkg syscall (linux-386-cgo), const SO_REUSEADDR = 2
24278pkg syscall (linux-386-cgo), const SO_RXQ_OVFL = 40
24279pkg syscall (linux-386-cgo), const SO_SECURITY_AUTHENTICATION = 22
24280pkg syscall (linux-386-cgo), const SO_SECURITY_ENCRYPTION_NETWORK = 24
24281pkg syscall (linux-386-cgo), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
24282pkg syscall (linux-386-cgo), const SO_SNDBUF = 7
24283pkg syscall (linux-386-cgo), const SO_SNDBUFFORCE = 32
24284pkg syscall (linux-386-cgo), const SO_SNDLOWAT = 19
24285pkg syscall (linux-386-cgo), const SO_SNDTIMEO = 21
24286pkg syscall (linux-386-cgo), const SO_TIMESTAMP = 29
24287pkg syscall (linux-386-cgo), const SO_TIMESTAMPING = 37
24288pkg syscall (linux-386-cgo), const SO_TIMESTAMPNS = 35
24289pkg syscall (linux-386-cgo), const SO_TYPE = 3
24290pkg syscall (linux-386-cgo), const SYS_ACCESS = 33
24291pkg syscall (linux-386-cgo), const SYS_ACCT = 51
24292pkg syscall (linux-386-cgo), const SYS_ADD_KEY = 286
24293pkg syscall (linux-386-cgo), const SYS_ADJTIMEX = 124
24294pkg syscall (linux-386-cgo), const SYS_AFS_SYSCALL = 137
24295pkg syscall (linux-386-cgo), const SYS_ALARM = 27
24296pkg syscall (linux-386-cgo), const SYS_BDFLUSH = 134
24297pkg syscall (linux-386-cgo), const SYS_BREAK = 17
24298pkg syscall (linux-386-cgo), const SYS_BRK = 45
24299pkg syscall (linux-386-cgo), const SYS_CAPGET = 184
24300pkg syscall (linux-386-cgo), const SYS_CAPSET = 185
24301pkg syscall (linux-386-cgo), const SYS_CHDIR = 12
24302pkg syscall (linux-386-cgo), const SYS_CHMOD = 15
24303pkg syscall (linux-386-cgo), const SYS_CHOWN = 182
24304pkg syscall (linux-386-cgo), const SYS_CHOWN32 = 212
24305pkg syscall (linux-386-cgo), const SYS_CHROOT = 61
24306pkg syscall (linux-386-cgo), const SYS_CLOCK_GETRES = 266
24307pkg syscall (linux-386-cgo), const SYS_CLOCK_GETTIME = 265
24308pkg syscall (linux-386-cgo), const SYS_CLOCK_NANOSLEEP = 267
24309pkg syscall (linux-386-cgo), const SYS_CLOCK_SETTIME = 264
24310pkg syscall (linux-386-cgo), const SYS_CLONE = 120
24311pkg syscall (linux-386-cgo), const SYS_CLOSE = 6
24312pkg syscall (linux-386-cgo), const SYS_CREAT = 8
24313pkg syscall (linux-386-cgo), const SYS_CREATE_MODULE = 127
24314pkg syscall (linux-386-cgo), const SYS_DELETE_MODULE = 129
24315pkg syscall (linux-386-cgo), const SYS_DUP = 41
24316pkg syscall (linux-386-cgo), const SYS_DUP2 = 63
24317pkg syscall (linux-386-cgo), const SYS_DUP3 = 330
24318pkg syscall (linux-386-cgo), const SYS_EPOLL_CREATE = 254
24319pkg syscall (linux-386-cgo), const SYS_EPOLL_CREATE1 = 329
24320pkg syscall (linux-386-cgo), const SYS_EPOLL_CTL = 255
24321pkg syscall (linux-386-cgo), const SYS_EPOLL_PWAIT = 319
24322pkg syscall (linux-386-cgo), const SYS_EPOLL_WAIT = 256
24323pkg syscall (linux-386-cgo), const SYS_EVENTFD = 323
24324pkg syscall (linux-386-cgo), const SYS_EVENTFD2 = 328
24325pkg syscall (linux-386-cgo), const SYS_EXECVE = 11
24326pkg syscall (linux-386-cgo), const SYS_EXIT = 1
24327pkg syscall (linux-386-cgo), const SYS_EXIT_GROUP = 252
24328pkg syscall (linux-386-cgo), const SYS_FACCESSAT = 307
24329pkg syscall (linux-386-cgo), const SYS_FADVISE64 = 250
24330pkg syscall (linux-386-cgo), const SYS_FADVISE64_64 = 272
24331pkg syscall (linux-386-cgo), const SYS_FALLOCATE = 324
24332pkg syscall (linux-386-cgo), const SYS_FANOTIFY_INIT = 338
24333pkg syscall (linux-386-cgo), const SYS_FANOTIFY_MARK = 339
24334pkg syscall (linux-386-cgo), const SYS_FCHDIR = 133
24335pkg syscall (linux-386-cgo), const SYS_FCHMOD = 94
24336pkg syscall (linux-386-cgo), const SYS_FCHMODAT = 306
24337pkg syscall (linux-386-cgo), const SYS_FCHOWN = 95
24338pkg syscall (linux-386-cgo), const SYS_FCHOWN32 = 207
24339pkg syscall (linux-386-cgo), const SYS_FCHOWNAT = 298
24340pkg syscall (linux-386-cgo), const SYS_FCNTL = 55
24341pkg syscall (linux-386-cgo), const SYS_FCNTL64 = 221
24342pkg syscall (linux-386-cgo), const SYS_FDATASYNC = 148
24343pkg syscall (linux-386-cgo), const SYS_FGETXATTR = 231
24344pkg syscall (linux-386-cgo), const SYS_FLISTXATTR = 234
24345pkg syscall (linux-386-cgo), const SYS_FLOCK = 143
24346pkg syscall (linux-386-cgo), const SYS_FORK = 2
24347pkg syscall (linux-386-cgo), const SYS_FREMOVEXATTR = 237
24348pkg syscall (linux-386-cgo), const SYS_FSETXATTR = 228
24349pkg syscall (linux-386-cgo), const SYS_FSTAT = 108
24350pkg syscall (linux-386-cgo), const SYS_FSTAT64 = 197
24351pkg syscall (linux-386-cgo), const SYS_FSTATAT64 = 300
24352pkg syscall (linux-386-cgo), const SYS_FSTATFS = 100
24353pkg syscall (linux-386-cgo), const SYS_FSTATFS64 = 269
24354pkg syscall (linux-386-cgo), const SYS_FSYNC = 118
24355pkg syscall (linux-386-cgo), const SYS_FTIME = 35
24356pkg syscall (linux-386-cgo), const SYS_FTRUNCATE = 93
24357pkg syscall (linux-386-cgo), const SYS_FTRUNCATE64 = 194
24358pkg syscall (linux-386-cgo), const SYS_FUTEX = 240
24359pkg syscall (linux-386-cgo), const SYS_FUTIMESAT = 299
24360pkg syscall (linux-386-cgo), const SYS_GETCPU = 318
24361pkg syscall (linux-386-cgo), const SYS_GETCWD = 183
24362pkg syscall (linux-386-cgo), const SYS_GETDENTS = 141
24363pkg syscall (linux-386-cgo), const SYS_GETDENTS64 = 220
24364pkg syscall (linux-386-cgo), const SYS_GETEGID = 50
24365pkg syscall (linux-386-cgo), const SYS_GETEGID32 = 202
24366pkg syscall (linux-386-cgo), const SYS_GETEUID = 49
24367pkg syscall (linux-386-cgo), const SYS_GETEUID32 = 201
24368pkg syscall (linux-386-cgo), const SYS_GETGID = 47
24369pkg syscall (linux-386-cgo), const SYS_GETGID32 = 200
24370pkg syscall (linux-386-cgo), const SYS_GETGROUPS = 80
24371pkg syscall (linux-386-cgo), const SYS_GETGROUPS32 = 205
24372pkg syscall (linux-386-cgo), const SYS_GETITIMER = 105
24373pkg syscall (linux-386-cgo), const SYS_GETPGID = 132
24374pkg syscall (linux-386-cgo), const SYS_GETPGRP = 65
24375pkg syscall (linux-386-cgo), const SYS_GETPID = 20
24376pkg syscall (linux-386-cgo), const SYS_GETPMSG = 188
24377pkg syscall (linux-386-cgo), const SYS_GETPPID = 64
24378pkg syscall (linux-386-cgo), const SYS_GETPRIORITY = 96
24379pkg syscall (linux-386-cgo), const SYS_GETRESGID = 171
24380pkg syscall (linux-386-cgo), const SYS_GETRESGID32 = 211
24381pkg syscall (linux-386-cgo), const SYS_GETRESUID = 165
24382pkg syscall (linux-386-cgo), const SYS_GETRESUID32 = 209
24383pkg syscall (linux-386-cgo), const SYS_GETRLIMIT = 76
24384pkg syscall (linux-386-cgo), const SYS_GETRUSAGE = 77
24385pkg syscall (linux-386-cgo), const SYS_GETSID = 147
24386pkg syscall (linux-386-cgo), const SYS_GETTID = 224
24387pkg syscall (linux-386-cgo), const SYS_GETTIMEOFDAY = 78
24388pkg syscall (linux-386-cgo), const SYS_GETUID = 24
24389pkg syscall (linux-386-cgo), const SYS_GETUID32 = 199
24390pkg syscall (linux-386-cgo), const SYS_GETXATTR = 229
24391pkg syscall (linux-386-cgo), const SYS_GET_KERNEL_SYMS = 130
24392pkg syscall (linux-386-cgo), const SYS_GET_MEMPOLICY = 275
24393pkg syscall (linux-386-cgo), const SYS_GET_ROBUST_LIST = 312
24394pkg syscall (linux-386-cgo), const SYS_GET_THREAD_AREA = 244
24395pkg syscall (linux-386-cgo), const SYS_GTTY = 32
24396pkg syscall (linux-386-cgo), const SYS_IDLE = 112
24397pkg syscall (linux-386-cgo), const SYS_INIT_MODULE = 128
24398pkg syscall (linux-386-cgo), const SYS_INOTIFY_ADD_WATCH = 292
24399pkg syscall (linux-386-cgo), const SYS_INOTIFY_INIT = 291
24400pkg syscall (linux-386-cgo), const SYS_INOTIFY_INIT1 = 332
24401pkg syscall (linux-386-cgo), const SYS_INOTIFY_RM_WATCH = 293
24402pkg syscall (linux-386-cgo), const SYS_IOCTL = 54
24403pkg syscall (linux-386-cgo), const SYS_IOPERM = 101
24404pkg syscall (linux-386-cgo), const SYS_IOPL = 110
24405pkg syscall (linux-386-cgo), const SYS_IOPRIO_GET = 290
24406pkg syscall (linux-386-cgo), const SYS_IOPRIO_SET = 289
24407pkg syscall (linux-386-cgo), const SYS_IO_CANCEL = 249
24408pkg syscall (linux-386-cgo), const SYS_IO_DESTROY = 246
24409pkg syscall (linux-386-cgo), const SYS_IO_GETEVENTS = 247
24410pkg syscall (linux-386-cgo), const SYS_IO_SETUP = 245
24411pkg syscall (linux-386-cgo), const SYS_IO_SUBMIT = 248
24412pkg syscall (linux-386-cgo), const SYS_IPC = 117
24413pkg syscall (linux-386-cgo), const SYS_KEXEC_LOAD = 283
24414pkg syscall (linux-386-cgo), const SYS_KEYCTL = 288
24415pkg syscall (linux-386-cgo), const SYS_KILL = 37
24416pkg syscall (linux-386-cgo), const SYS_LCHOWN = 16
24417pkg syscall (linux-386-cgo), const SYS_LCHOWN32 = 198
24418pkg syscall (linux-386-cgo), const SYS_LGETXATTR = 230
24419pkg syscall (linux-386-cgo), const SYS_LINK = 9
24420pkg syscall (linux-386-cgo), const SYS_LINKAT = 303
24421pkg syscall (linux-386-cgo), const SYS_LISTXATTR = 232
24422pkg syscall (linux-386-cgo), const SYS_LLISTXATTR = 233
24423pkg syscall (linux-386-cgo), const SYS_LOCK = 53
24424pkg syscall (linux-386-cgo), const SYS_LOOKUP_DCOOKIE = 253
24425pkg syscall (linux-386-cgo), const SYS_LREMOVEXATTR = 236
24426pkg syscall (linux-386-cgo), const SYS_LSEEK = 19
24427pkg syscall (linux-386-cgo), const SYS_LSETXATTR = 227
24428pkg syscall (linux-386-cgo), const SYS_LSTAT = 107
24429pkg syscall (linux-386-cgo), const SYS_LSTAT64 = 196
24430pkg syscall (linux-386-cgo), const SYS_MADVISE = 219
24431pkg syscall (linux-386-cgo), const SYS_MADVISE1 = 219
24432pkg syscall (linux-386-cgo), const SYS_MBIND = 274
24433pkg syscall (linux-386-cgo), const SYS_MIGRATE_PAGES = 294
24434pkg syscall (linux-386-cgo), const SYS_MINCORE = 218
24435pkg syscall (linux-386-cgo), const SYS_MKDIR = 39
24436pkg syscall (linux-386-cgo), const SYS_MKDIRAT = 296
24437pkg syscall (linux-386-cgo), const SYS_MKNOD = 14
24438pkg syscall (linux-386-cgo), const SYS_MKNODAT = 297
24439pkg syscall (linux-386-cgo), const SYS_MLOCK = 150
24440pkg syscall (linux-386-cgo), const SYS_MLOCKALL = 152
24441pkg syscall (linux-386-cgo), const SYS_MMAP = 90
24442pkg syscall (linux-386-cgo), const SYS_MMAP2 = 192
24443pkg syscall (linux-386-cgo), const SYS_MODIFY_LDT = 123
24444pkg syscall (linux-386-cgo), const SYS_MOUNT = 21
24445pkg syscall (linux-386-cgo), const SYS_MOVE_PAGES = 317
24446pkg syscall (linux-386-cgo), const SYS_MPROTECT = 125
24447pkg syscall (linux-386-cgo), const SYS_MPX = 56
24448pkg syscall (linux-386-cgo), const SYS_MQ_GETSETATTR = 282
24449pkg syscall (linux-386-cgo), const SYS_MQ_NOTIFY = 281
24450pkg syscall (linux-386-cgo), const SYS_MQ_OPEN = 277
24451pkg syscall (linux-386-cgo), const SYS_MQ_TIMEDRECEIVE = 280
24452pkg syscall (linux-386-cgo), const SYS_MQ_TIMEDSEND = 279
24453pkg syscall (linux-386-cgo), const SYS_MQ_UNLINK = 278
24454pkg syscall (linux-386-cgo), const SYS_MREMAP = 163
24455pkg syscall (linux-386-cgo), const SYS_MSYNC = 144
24456pkg syscall (linux-386-cgo), const SYS_MUNLOCK = 151
24457pkg syscall (linux-386-cgo), const SYS_MUNLOCKALL = 153
24458pkg syscall (linux-386-cgo), const SYS_MUNMAP = 91
24459pkg syscall (linux-386-cgo), const SYS_NANOSLEEP = 162
24460pkg syscall (linux-386-cgo), const SYS_NFSSERVCTL = 169
24461pkg syscall (linux-386-cgo), const SYS_NICE = 34
24462pkg syscall (linux-386-cgo), const SYS_OLDFSTAT = 28
24463pkg syscall (linux-386-cgo), const SYS_OLDLSTAT = 84
24464pkg syscall (linux-386-cgo), const SYS_OLDOLDUNAME = 59
24465pkg syscall (linux-386-cgo), const SYS_OLDSTAT = 18
24466pkg syscall (linux-386-cgo), const SYS_OLDUNAME = 109
24467pkg syscall (linux-386-cgo), const SYS_OPEN = 5
24468pkg syscall (linux-386-cgo), const SYS_OPENAT = 295
24469pkg syscall (linux-386-cgo), const SYS_PAUSE = 29
24470pkg syscall (linux-386-cgo), const SYS_PERF_EVENT_OPEN = 336
24471pkg syscall (linux-386-cgo), const SYS_PERSONALITY = 136
24472pkg syscall (linux-386-cgo), const SYS_PIPE = 42
24473pkg syscall (linux-386-cgo), const SYS_PIPE2 = 331
24474pkg syscall (linux-386-cgo), const SYS_PIVOT_ROOT = 217
24475pkg syscall (linux-386-cgo), const SYS_POLL = 168
24476pkg syscall (linux-386-cgo), const SYS_PPOLL = 309
24477pkg syscall (linux-386-cgo), const SYS_PRCTL = 172
24478pkg syscall (linux-386-cgo), const SYS_PREAD64 = 180
24479pkg syscall (linux-386-cgo), const SYS_PREADV = 333
24480pkg syscall (linux-386-cgo), const SYS_PRLIMIT64 = 340
24481pkg syscall (linux-386-cgo), const SYS_PROF = 44
24482pkg syscall (linux-386-cgo), const SYS_PROFIL = 98
24483pkg syscall (linux-386-cgo), const SYS_PSELECT6 = 308
24484pkg syscall (linux-386-cgo), const SYS_PTRACE = 26
24485pkg syscall (linux-386-cgo), const SYS_PUTPMSG = 189
24486pkg syscall (linux-386-cgo), const SYS_PWRITE64 = 181
24487pkg syscall (linux-386-cgo), const SYS_PWRITEV = 334
24488pkg syscall (linux-386-cgo), const SYS_QUERY_MODULE = 167
24489pkg syscall (linux-386-cgo), const SYS_QUOTACTL = 131
24490pkg syscall (linux-386-cgo), const SYS_READ = 3
24491pkg syscall (linux-386-cgo), const SYS_READAHEAD = 225
24492pkg syscall (linux-386-cgo), const SYS_READDIR = 89
24493pkg syscall (linux-386-cgo), const SYS_READLINK = 85
24494pkg syscall (linux-386-cgo), const SYS_READLINKAT = 305
24495pkg syscall (linux-386-cgo), const SYS_READV = 145
24496pkg syscall (linux-386-cgo), const SYS_REBOOT = 88
24497pkg syscall (linux-386-cgo), const SYS_RECVMMSG = 337
24498pkg syscall (linux-386-cgo), const SYS_REMAP_FILE_PAGES = 257
24499pkg syscall (linux-386-cgo), const SYS_REMOVEXATTR = 235
24500pkg syscall (linux-386-cgo), const SYS_RENAME = 38
24501pkg syscall (linux-386-cgo), const SYS_RENAMEAT = 302
24502pkg syscall (linux-386-cgo), const SYS_REQUEST_KEY = 287
24503pkg syscall (linux-386-cgo), const SYS_RESTART_SYSCALL = 0
24504pkg syscall (linux-386-cgo), const SYS_RMDIR = 40
24505pkg syscall (linux-386-cgo), const SYS_RT_SIGACTION = 174
24506pkg syscall (linux-386-cgo), const SYS_RT_SIGPENDING = 176
24507pkg syscall (linux-386-cgo), const SYS_RT_SIGPROCMASK = 175
24508pkg syscall (linux-386-cgo), const SYS_RT_SIGQUEUEINFO = 178
24509pkg syscall (linux-386-cgo), const SYS_RT_SIGRETURN = 173
24510pkg syscall (linux-386-cgo), const SYS_RT_SIGSUSPEND = 179
24511pkg syscall (linux-386-cgo), const SYS_RT_SIGTIMEDWAIT = 177
24512pkg syscall (linux-386-cgo), const SYS_RT_TGSIGQUEUEINFO = 335
24513pkg syscall (linux-386-cgo), const SYS_SCHED_GETAFFINITY = 242
24514pkg syscall (linux-386-cgo), const SYS_SCHED_GETPARAM = 155
24515pkg syscall (linux-386-cgo), const SYS_SCHED_GETSCHEDULER = 157
24516pkg syscall (linux-386-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 159
24517pkg syscall (linux-386-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 160
24518pkg syscall (linux-386-cgo), const SYS_SCHED_RR_GET_INTERVAL = 161
24519pkg syscall (linux-386-cgo), const SYS_SCHED_SETAFFINITY = 241
24520pkg syscall (linux-386-cgo), const SYS_SCHED_SETPARAM = 154
24521pkg syscall (linux-386-cgo), const SYS_SCHED_SETSCHEDULER = 156
24522pkg syscall (linux-386-cgo), const SYS_SCHED_YIELD = 158
24523pkg syscall (linux-386-cgo), const SYS_SELECT = 82
24524pkg syscall (linux-386-cgo), const SYS_SENDFILE = 187
24525pkg syscall (linux-386-cgo), const SYS_SENDFILE64 = 239
24526pkg syscall (linux-386-cgo), const SYS_SETDOMAINNAME = 121
24527pkg syscall (linux-386-cgo), const SYS_SETFSGID = 139
24528pkg syscall (linux-386-cgo), const SYS_SETFSGID32 = 216
24529pkg syscall (linux-386-cgo), const SYS_SETFSUID = 138
24530pkg syscall (linux-386-cgo), const SYS_SETFSUID32 = 215
24531pkg syscall (linux-386-cgo), const SYS_SETGID = 46
24532pkg syscall (linux-386-cgo), const SYS_SETGID32 = 214
24533pkg syscall (linux-386-cgo), const SYS_SETGROUPS = 81
24534pkg syscall (linux-386-cgo), const SYS_SETGROUPS32 = 206
24535pkg syscall (linux-386-cgo), const SYS_SETHOSTNAME = 74
24536pkg syscall (linux-386-cgo), const SYS_SETITIMER = 104
24537pkg syscall (linux-386-cgo), const SYS_SETPGID = 57
24538pkg syscall (linux-386-cgo), const SYS_SETPRIORITY = 97
24539pkg syscall (linux-386-cgo), const SYS_SETREGID = 71
24540pkg syscall (linux-386-cgo), const SYS_SETREGID32 = 204
24541pkg syscall (linux-386-cgo), const SYS_SETRESGID = 170
24542pkg syscall (linux-386-cgo), const SYS_SETRESGID32 = 210
24543pkg syscall (linux-386-cgo), const SYS_SETRESUID = 164
24544pkg syscall (linux-386-cgo), const SYS_SETRESUID32 = 208
24545pkg syscall (linux-386-cgo), const SYS_SETREUID = 70
24546pkg syscall (linux-386-cgo), const SYS_SETREUID32 = 203
24547pkg syscall (linux-386-cgo), const SYS_SETRLIMIT = 75
24548pkg syscall (linux-386-cgo), const SYS_SETSID = 66
24549pkg syscall (linux-386-cgo), const SYS_SETTIMEOFDAY = 79
24550pkg syscall (linux-386-cgo), const SYS_SETUID = 23
24551pkg syscall (linux-386-cgo), const SYS_SETUID32 = 213
24552pkg syscall (linux-386-cgo), const SYS_SETXATTR = 226
24553pkg syscall (linux-386-cgo), const SYS_SET_MEMPOLICY = 276
24554pkg syscall (linux-386-cgo), const SYS_SET_ROBUST_LIST = 311
24555pkg syscall (linux-386-cgo), const SYS_SET_THREAD_AREA = 243
24556pkg syscall (linux-386-cgo), const SYS_SET_TID_ADDRESS = 258
24557pkg syscall (linux-386-cgo), const SYS_SGETMASK = 68
24558pkg syscall (linux-386-cgo), const SYS_SIGACTION = 67
24559pkg syscall (linux-386-cgo), const SYS_SIGALTSTACK = 186
24560pkg syscall (linux-386-cgo), const SYS_SIGNAL = 48
24561pkg syscall (linux-386-cgo), const SYS_SIGNALFD = 321
24562pkg syscall (linux-386-cgo), const SYS_SIGNALFD4 = 327
24563pkg syscall (linux-386-cgo), const SYS_SIGPENDING = 73
24564pkg syscall (linux-386-cgo), const SYS_SIGPROCMASK = 126
24565pkg syscall (linux-386-cgo), const SYS_SIGRETURN = 119
24566pkg syscall (linux-386-cgo), const SYS_SIGSUSPEND = 72
24567pkg syscall (linux-386-cgo), const SYS_SOCKETCALL = 102
24568pkg syscall (linux-386-cgo), const SYS_SPLICE = 313
24569pkg syscall (linux-386-cgo), const SYS_SSETMASK = 69
24570pkg syscall (linux-386-cgo), const SYS_STAT = 106
24571pkg syscall (linux-386-cgo), const SYS_STAT64 = 195
24572pkg syscall (linux-386-cgo), const SYS_STATFS = 99
24573pkg syscall (linux-386-cgo), const SYS_STATFS64 = 268
24574pkg syscall (linux-386-cgo), const SYS_STIME = 25
24575pkg syscall (linux-386-cgo), const SYS_STTY = 31
24576pkg syscall (linux-386-cgo), const SYS_SWAPOFF = 115
24577pkg syscall (linux-386-cgo), const SYS_SWAPON = 87
24578pkg syscall (linux-386-cgo), const SYS_SYMLINK = 83
24579pkg syscall (linux-386-cgo), const SYS_SYMLINKAT = 304
24580pkg syscall (linux-386-cgo), const SYS_SYNC = 36
24581pkg syscall (linux-386-cgo), const SYS_SYNC_FILE_RANGE = 314
24582pkg syscall (linux-386-cgo), const SYS_SYSFS = 135
24583pkg syscall (linux-386-cgo), const SYS_SYSINFO = 116
24584pkg syscall (linux-386-cgo), const SYS_SYSLOG = 103
24585pkg syscall (linux-386-cgo), const SYS_TEE = 315
24586pkg syscall (linux-386-cgo), const SYS_TGKILL = 270
24587pkg syscall (linux-386-cgo), const SYS_TIME = 13
24588pkg syscall (linux-386-cgo), const SYS_TIMERFD_CREATE = 322
24589pkg syscall (linux-386-cgo), const SYS_TIMERFD_GETTIME = 326
24590pkg syscall (linux-386-cgo), const SYS_TIMERFD_SETTIME = 325
24591pkg syscall (linux-386-cgo), const SYS_TIMER_CREATE = 259
24592pkg syscall (linux-386-cgo), const SYS_TIMER_DELETE = 263
24593pkg syscall (linux-386-cgo), const SYS_TIMER_GETOVERRUN = 262
24594pkg syscall (linux-386-cgo), const SYS_TIMER_GETTIME = 261
24595pkg syscall (linux-386-cgo), const SYS_TIMER_SETTIME = 260
24596pkg syscall (linux-386-cgo), const SYS_TIMES = 43
24597pkg syscall (linux-386-cgo), const SYS_TKILL = 238
24598pkg syscall (linux-386-cgo), const SYS_TRUNCATE = 92
24599pkg syscall (linux-386-cgo), const SYS_TRUNCATE64 = 193
24600pkg syscall (linux-386-cgo), const SYS_UGETRLIMIT = 191
24601pkg syscall (linux-386-cgo), const SYS_ULIMIT = 58
24602pkg syscall (linux-386-cgo), const SYS_UMASK = 60
24603pkg syscall (linux-386-cgo), const SYS_UMOUNT = 22
24604pkg syscall (linux-386-cgo), const SYS_UMOUNT2 = 52
24605pkg syscall (linux-386-cgo), const SYS_UNAME = 122
24606pkg syscall (linux-386-cgo), const SYS_UNLINK = 10
24607pkg syscall (linux-386-cgo), const SYS_UNLINKAT = 301
24608pkg syscall (linux-386-cgo), const SYS_UNSHARE = 310
24609pkg syscall (linux-386-cgo), const SYS_USELIB = 86
24610pkg syscall (linux-386-cgo), const SYS_USTAT = 62
24611pkg syscall (linux-386-cgo), const SYS_UTIME = 30
24612pkg syscall (linux-386-cgo), const SYS_UTIMENSAT = 320
24613pkg syscall (linux-386-cgo), const SYS_UTIMES = 271
24614pkg syscall (linux-386-cgo), const SYS_VFORK = 190
24615pkg syscall (linux-386-cgo), const SYS_VHANGUP = 111
24616pkg syscall (linux-386-cgo), const SYS_VM86 = 166
24617pkg syscall (linux-386-cgo), const SYS_VM86OLD = 113
24618pkg syscall (linux-386-cgo), const SYS_VMSPLICE = 316
24619pkg syscall (linux-386-cgo), const SYS_VSERVER = 273
24620pkg syscall (linux-386-cgo), const SYS_WAIT4 = 114
24621pkg syscall (linux-386-cgo), const SYS_WAITID = 284
24622pkg syscall (linux-386-cgo), const SYS_WAITPID = 7
24623pkg syscall (linux-386-cgo), const SYS_WRITE = 4
24624pkg syscall (linux-386-cgo), const SYS_WRITEV = 146
24625pkg syscall (linux-386-cgo), const SYS__LLSEEK = 140
24626pkg syscall (linux-386-cgo), const SYS__NEWSELECT = 142
24627pkg syscall (linux-386-cgo), const SYS__SYSCTL = 149
24628pkg syscall (linux-386-cgo), const S_BLKSIZE = 512
24629pkg syscall (linux-386-cgo), const S_IEXEC = 64
24630pkg syscall (linux-386-cgo), const S_IFMT = 61440
24631pkg syscall (linux-386-cgo), const S_IREAD = 256
24632pkg syscall (linux-386-cgo), const S_IRGRP = 32
24633pkg syscall (linux-386-cgo), const S_IROTH = 4
24634pkg syscall (linux-386-cgo), const S_IRWXG = 56
24635pkg syscall (linux-386-cgo), const S_IRWXO = 7
24636pkg syscall (linux-386-cgo), const S_IRWXU = 448
24637pkg syscall (linux-386-cgo), const S_IWGRP = 16
24638pkg syscall (linux-386-cgo), const S_IWOTH = 2
24639pkg syscall (linux-386-cgo), const S_IWRITE = 128
24640pkg syscall (linux-386-cgo), const S_IXGRP = 8
24641pkg syscall (linux-386-cgo), const S_IXOTH = 1
24642pkg syscall (linux-386-cgo), const SizeofCmsghdr = 12
24643pkg syscall (linux-386-cgo), const SizeofIPMreq = 8
24644pkg syscall (linux-386-cgo), const SizeofIPMreqn = 12
24645pkg syscall (linux-386-cgo), const SizeofIPv6Mreq = 20
24646pkg syscall (linux-386-cgo), const SizeofIfAddrmsg = 8
24647pkg syscall (linux-386-cgo), const SizeofIfInfomsg = 16
24648pkg syscall (linux-386-cgo), const SizeofInet4Pktinfo = 12
24649pkg syscall (linux-386-cgo), const SizeofInet6Pktinfo = 20
24650pkg syscall (linux-386-cgo), const SizeofInotifyEvent = 16
24651pkg syscall (linux-386-cgo), const SizeofLinger = 8
24652pkg syscall (linux-386-cgo), const SizeofMsghdr = 28
24653pkg syscall (linux-386-cgo), const SizeofNlAttr = 4
24654pkg syscall (linux-386-cgo), const SizeofNlMsgerr = 20
24655pkg syscall (linux-386-cgo), const SizeofNlMsghdr = 16
24656pkg syscall (linux-386-cgo), const SizeofRtAttr = 4
24657pkg syscall (linux-386-cgo), const SizeofRtGenmsg = 1
24658pkg syscall (linux-386-cgo), const SizeofRtMsg = 12
24659pkg syscall (linux-386-cgo), const SizeofRtNexthop = 8
24660pkg syscall (linux-386-cgo), const SizeofSockFilter = 8
24661pkg syscall (linux-386-cgo), const SizeofSockFprog = 8
24662pkg syscall (linux-386-cgo), const SizeofSockaddrAny = 112
24663pkg syscall (linux-386-cgo), const SizeofSockaddrInet4 = 16
24664pkg syscall (linux-386-cgo), const SizeofSockaddrInet6 = 28
24665pkg syscall (linux-386-cgo), const SizeofSockaddrLinklayer = 20
24666pkg syscall (linux-386-cgo), const SizeofSockaddrNetlink = 12
24667pkg syscall (linux-386-cgo), const SizeofSockaddrUnix = 110
24668pkg syscall (linux-386-cgo), const SizeofTCPInfo = 104
24669pkg syscall (linux-386-cgo), const SizeofTCPInfo ideal-int
24670pkg syscall (linux-386-cgo), const SizeofUcred = 12
24671pkg syscall (linux-386-cgo), const TCGETS = 21505
24672pkg syscall (linux-386-cgo), const TCP_CONGESTION = 13
24673pkg syscall (linux-386-cgo), const TCP_CORK = 3
24674pkg syscall (linux-386-cgo), const TCP_DEFER_ACCEPT = 9
24675pkg syscall (linux-386-cgo), const TCP_INFO = 11
24676pkg syscall (linux-386-cgo), const TCP_KEEPCNT = 6
24677pkg syscall (linux-386-cgo), const TCP_KEEPIDLE = 4
24678pkg syscall (linux-386-cgo), const TCP_KEEPINTVL = 5
24679pkg syscall (linux-386-cgo), const TCP_LINGER2 = 8
24680pkg syscall (linux-386-cgo), const TCP_MAXSEG = 2
24681pkg syscall (linux-386-cgo), const TCP_MAXWIN = 65535
24682pkg syscall (linux-386-cgo), const TCP_MAX_WINSHIFT = 14
24683pkg syscall (linux-386-cgo), const TCP_MD5SIG = 14
24684pkg syscall (linux-386-cgo), const TCP_MD5SIG_MAXKEYLEN = 80
24685pkg syscall (linux-386-cgo), const TCP_MSS = 512
24686pkg syscall (linux-386-cgo), const TCP_QUICKACK = 12
24687pkg syscall (linux-386-cgo), const TCP_SYNCNT = 7
24688pkg syscall (linux-386-cgo), const TCP_WINDOW_CLAMP = 10
24689pkg syscall (linux-386-cgo), const TCSETS = 21506
24690pkg syscall (linux-386-cgo), const TIOCCBRK = 21544
24691pkg syscall (linux-386-cgo), const TIOCCONS = 21533
24692pkg syscall (linux-386-cgo), const TIOCEXCL = 21516
24693pkg syscall (linux-386-cgo), const TIOCGDEV = 2147767346
24694pkg syscall (linux-386-cgo), const TIOCGETD = 21540
24695pkg syscall (linux-386-cgo), const TIOCGICOUNT = 21597
24696pkg syscall (linux-386-cgo), const TIOCGLCKTRMIOS = 21590
24697pkg syscall (linux-386-cgo), const TIOCGPGRP = 21519
24698pkg syscall (linux-386-cgo), const TIOCGPTN = 2147767344
24699pkg syscall (linux-386-cgo), const TIOCGRS485 = 21550
24700pkg syscall (linux-386-cgo), const TIOCGSERIAL = 21534
24701pkg syscall (linux-386-cgo), const TIOCGSID = 21545
24702pkg syscall (linux-386-cgo), const TIOCGSOFTCAR = 21529
24703pkg syscall (linux-386-cgo), const TIOCGWINSZ = 21523
24704pkg syscall (linux-386-cgo), const TIOCINQ = 21531
24705pkg syscall (linux-386-cgo), const TIOCLINUX = 21532
24706pkg syscall (linux-386-cgo), const TIOCMBIC = 21527
24707pkg syscall (linux-386-cgo), const TIOCMBIS = 21526
24708pkg syscall (linux-386-cgo), const TIOCMGET = 21525
24709pkg syscall (linux-386-cgo), const TIOCMIWAIT = 21596
24710pkg syscall (linux-386-cgo), const TIOCMSET = 21528
24711pkg syscall (linux-386-cgo), const TIOCM_CAR = 64
24712pkg syscall (linux-386-cgo), const TIOCM_CD = 64
24713pkg syscall (linux-386-cgo), const TIOCM_CTS = 32
24714pkg syscall (linux-386-cgo), const TIOCM_DSR = 256
24715pkg syscall (linux-386-cgo), const TIOCM_DTR = 2
24716pkg syscall (linux-386-cgo), const TIOCM_LE = 1
24717pkg syscall (linux-386-cgo), const TIOCM_RI = 128
24718pkg syscall (linux-386-cgo), const TIOCM_RNG = 128
24719pkg syscall (linux-386-cgo), const TIOCM_RTS = 4
24720pkg syscall (linux-386-cgo), const TIOCM_SR = 16
24721pkg syscall (linux-386-cgo), const TIOCM_ST = 8
24722pkg syscall (linux-386-cgo), const TIOCNOTTY = 21538
24723pkg syscall (linux-386-cgo), const TIOCNXCL = 21517
24724pkg syscall (linux-386-cgo), const TIOCOUTQ = 21521
24725pkg syscall (linux-386-cgo), const TIOCPKT = 21536
24726pkg syscall (linux-386-cgo), const TIOCPKT_DATA = 0
24727pkg syscall (linux-386-cgo), const TIOCPKT_DOSTOP = 32
24728pkg syscall (linux-386-cgo), const TIOCPKT_FLUSHREAD = 1
24729pkg syscall (linux-386-cgo), const TIOCPKT_FLUSHWRITE = 2
24730pkg syscall (linux-386-cgo), const TIOCPKT_IOCTL = 64
24731pkg syscall (linux-386-cgo), const TIOCPKT_NOSTOP = 16
24732pkg syscall (linux-386-cgo), const TIOCPKT_START = 8
24733pkg syscall (linux-386-cgo), const TIOCPKT_STOP = 4
24734pkg syscall (linux-386-cgo), const TIOCSBRK = 21543
24735pkg syscall (linux-386-cgo), const TIOCSCTTY = 21518
24736pkg syscall (linux-386-cgo), const TIOCSERCONFIG = 21587
24737pkg syscall (linux-386-cgo), const TIOCSERGETLSR = 21593
24738pkg syscall (linux-386-cgo), const TIOCSERGETMULTI = 21594
24739pkg syscall (linux-386-cgo), const TIOCSERGSTRUCT = 21592
24740pkg syscall (linux-386-cgo), const TIOCSERGWILD = 21588
24741pkg syscall (linux-386-cgo), const TIOCSERSETMULTI = 21595
24742pkg syscall (linux-386-cgo), const TIOCSERSWILD = 21589
24743pkg syscall (linux-386-cgo), const TIOCSER_TEMT = 1
24744pkg syscall (linux-386-cgo), const TIOCSETD = 21539
24745pkg syscall (linux-386-cgo), const TIOCSIG = 1074025526
24746pkg syscall (linux-386-cgo), const TIOCSLCKTRMIOS = 21591
24747pkg syscall (linux-386-cgo), const TIOCSPGRP = 21520
24748pkg syscall (linux-386-cgo), const TIOCSPTLCK = 1074025521
24749pkg syscall (linux-386-cgo), const TIOCSRS485 = 21551
24750pkg syscall (linux-386-cgo), const TIOCSSERIAL = 21535
24751pkg syscall (linux-386-cgo), const TIOCSSOFTCAR = 21530
24752pkg syscall (linux-386-cgo), const TIOCSTI = 21522
24753pkg syscall (linux-386-cgo), const TIOCSWINSZ = 21524
24754pkg syscall (linux-386-cgo), const TOSTOP = 256
24755pkg syscall (linux-386-cgo), const TUNATTACHFILTER = 1074287829
24756pkg syscall (linux-386-cgo), const TUNDETACHFILTER = 1074287830
24757pkg syscall (linux-386-cgo), const TUNGETFEATURES = 2147767503
24758pkg syscall (linux-386-cgo), const TUNGETIFF = 2147767506
24759pkg syscall (linux-386-cgo), const TUNGETSNDBUF = 2147767507
24760pkg syscall (linux-386-cgo), const TUNGETVNETHDRSZ = 2147767511
24761pkg syscall (linux-386-cgo), const TUNSETDEBUG = 1074025673
24762pkg syscall (linux-386-cgo), const TUNSETGROUP = 1074025678
24763pkg syscall (linux-386-cgo), const TUNSETIFF = 1074025674
24764pkg syscall (linux-386-cgo), const TUNSETLINK = 1074025677
24765pkg syscall (linux-386-cgo), const TUNSETNOCSUM = 1074025672
24766pkg syscall (linux-386-cgo), const TUNSETOFFLOAD = 1074025680
24767pkg syscall (linux-386-cgo), const TUNSETOWNER = 1074025676
24768pkg syscall (linux-386-cgo), const TUNSETPERSIST = 1074025675
24769pkg syscall (linux-386-cgo), const TUNSETSNDBUF = 1074025684
24770pkg syscall (linux-386-cgo), const TUNSETTXFILTER = 1074025681
24771pkg syscall (linux-386-cgo), const TUNSETVNETHDRSZ = 1074025688
24772pkg syscall (linux-386-cgo), const VDISCARD = 13
24773pkg syscall (linux-386-cgo), const VEOF = 4
24774pkg syscall (linux-386-cgo), const VEOL = 11
24775pkg syscall (linux-386-cgo), const VEOL2 = 16
24776pkg syscall (linux-386-cgo), const VERASE = 2
24777pkg syscall (linux-386-cgo), const VINTR = 0
24778pkg syscall (linux-386-cgo), const VKILL = 3
24779pkg syscall (linux-386-cgo), const VLNEXT = 15
24780pkg syscall (linux-386-cgo), const VMIN = 6
24781pkg syscall (linux-386-cgo), const VQUIT = 1
24782pkg syscall (linux-386-cgo), const VREPRINT = 12
24783pkg syscall (linux-386-cgo), const VSTART = 8
24784pkg syscall (linux-386-cgo), const VSTOP = 9
24785pkg syscall (linux-386-cgo), const VSUSP = 10
24786pkg syscall (linux-386-cgo), const VSWTC = 7
24787pkg syscall (linux-386-cgo), const VTIME = 5
24788pkg syscall (linux-386-cgo), const VWERASE = 14
24789pkg syscall (linux-386-cgo), const WALL = 1073741824
24790pkg syscall (linux-386-cgo), const WCLONE = 2147483648
24791pkg syscall (linux-386-cgo), const WCONTINUED = 8
24792pkg syscall (linux-386-cgo), const WEXITED = 4
24793pkg syscall (linux-386-cgo), const WNOHANG = 1
24794pkg syscall (linux-386-cgo), const WNOTHREAD = 536870912
24795pkg syscall (linux-386-cgo), const WNOWAIT = 16777216
24796pkg syscall (linux-386-cgo), const WORDSIZE = 32
24797pkg syscall (linux-386-cgo), const WSTOPPED = 2
24798pkg syscall (linux-386-cgo), const WUNTRACED = 2
24799pkg syscall (linux-386-cgo), const XCASE = 4
24800pkg syscall (linux-386-cgo), func Accept4(int, int) (int, Sockaddr, error)
24801pkg syscall (linux-386-cgo), func GetsockoptUcred(int, int, int) (*Ucred, error)
24802pkg syscall (linux-386-cgo), func Getxattr(string, string, []uint8) (int, error)
24803pkg syscall (linux-386-cgo), func Listxattr(string, []uint8) (int, error)
24804pkg syscall (linux-386-cgo), func Pipe2([]int, int) error
24805pkg syscall (linux-386-cgo), func PtraceSyscall(int, int) error
24806pkg syscall (linux-386-cgo), func Removexattr(string, string) error
24807pkg syscall (linux-386-cgo), func Setxattr(string, string, []uint8, int) error
24808pkg syscall (linux-386-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error)
24809pkg syscall (linux-386-cgo), type SysProcAttr struct, Ctty int
24810pkg syscall (linux-386-cgo), type TCPInfo struct
24811pkg syscall (linux-386-cgo), type TCPInfo struct, Advmss uint32
24812pkg syscall (linux-386-cgo), type TCPInfo struct, Ato uint32
24813pkg syscall (linux-386-cgo), type TCPInfo struct, Backoff uint8
24814pkg syscall (linux-386-cgo), type TCPInfo struct, Ca_state uint8
24815pkg syscall (linux-386-cgo), type TCPInfo struct, Fackets uint32
24816pkg syscall (linux-386-cgo), type TCPInfo struct, Last_ack_recv uint32
24817pkg syscall (linux-386-cgo), type TCPInfo struct, Last_ack_sent uint32
24818pkg syscall (linux-386-cgo), type TCPInfo struct, Last_data_recv uint32
24819pkg syscall (linux-386-cgo), type TCPInfo struct, Last_data_sent uint32
24820pkg syscall (linux-386-cgo), type TCPInfo struct, Lost uint32
24821pkg syscall (linux-386-cgo), type TCPInfo struct, Options uint8
24822pkg syscall (linux-386-cgo), type TCPInfo struct, Pad_cgo_0 [2]uint8
24823pkg syscall (linux-386-cgo), type TCPInfo struct, Pmtu uint32
24824pkg syscall (linux-386-cgo), type TCPInfo struct, Probes uint8
24825pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_mss uint32
24826pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_rtt uint32
24827pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_space uint32
24828pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_ssthresh uint32
24829pkg syscall (linux-386-cgo), type TCPInfo struct, Reordering uint32
24830pkg syscall (linux-386-cgo), type TCPInfo struct, Retrans uint32
24831pkg syscall (linux-386-cgo), type TCPInfo struct, Retransmits uint8
24832pkg syscall (linux-386-cgo), type TCPInfo struct, Rto uint32
24833pkg syscall (linux-386-cgo), type TCPInfo struct, Rtt uint32
24834pkg syscall (linux-386-cgo), type TCPInfo struct, Rttvar uint32
24835pkg syscall (linux-386-cgo), type TCPInfo struct, Sacked uint32
24836pkg syscall (linux-386-cgo), type TCPInfo struct, Snd_cwnd uint32
24837pkg syscall (linux-386-cgo), type TCPInfo struct, Snd_mss uint32
24838pkg syscall (linux-386-cgo), type TCPInfo struct, Snd_ssthresh uint32
24839pkg syscall (linux-386-cgo), type TCPInfo struct, State uint8
24840pkg syscall (linux-386-cgo), type TCPInfo struct, Total_retrans uint32
24841pkg syscall (linux-386-cgo), type TCPInfo struct, Unacked uint32
24842pkg syscall (linux-amd64), const AF_ALG = 38
24843pkg syscall (linux-amd64), const AF_APPLETALK = 5
24844pkg syscall (linux-amd64), const AF_ASH = 18
24845pkg syscall (linux-amd64), const AF_ATMPVC = 8
24846pkg syscall (linux-amd64), const AF_ATMSVC = 20
24847pkg syscall (linux-amd64), const AF_AX25 = 3
24848pkg syscall (linux-amd64), const AF_BLUETOOTH = 31
24849pkg syscall (linux-amd64), const AF_BRIDGE = 7
24850pkg syscall (linux-amd64), const AF_CAIF = 37
24851pkg syscall (linux-amd64), const AF_CAN = 29
24852pkg syscall (linux-amd64), const AF_DECnet = 12
24853pkg syscall (linux-amd64), const AF_ECONET = 19
24854pkg syscall (linux-amd64), const AF_FILE = 1
24855pkg syscall (linux-amd64), const AF_IEEE802154 = 36
24856pkg syscall (linux-amd64), const AF_INET6 = 10
24857pkg syscall (linux-amd64), const AF_IPX = 4
24858pkg syscall (linux-amd64), const AF_IRDA = 23
24859pkg syscall (linux-amd64), const AF_ISDN = 34
24860pkg syscall (linux-amd64), const AF_IUCV = 32
24861pkg syscall (linux-amd64), const AF_KEY = 15
24862pkg syscall (linux-amd64), const AF_LLC = 26
24863pkg syscall (linux-amd64), const AF_LOCAL = 1
24864pkg syscall (linux-amd64), const AF_MAX = 39
24865pkg syscall (linux-amd64), const AF_NETBEUI = 13
24866pkg syscall (linux-amd64), const AF_NETLINK = 16
24867pkg syscall (linux-amd64), const AF_NETROM = 6
24868pkg syscall (linux-amd64), const AF_PACKET = 17
24869pkg syscall (linux-amd64), const AF_PHONET = 35
24870pkg syscall (linux-amd64), const AF_PPPOX = 24
24871pkg syscall (linux-amd64), const AF_RDS = 21
24872pkg syscall (linux-amd64), const AF_ROSE = 11
24873pkg syscall (linux-amd64), const AF_ROUTE = 16
24874pkg syscall (linux-amd64), const AF_RXRPC = 33
24875pkg syscall (linux-amd64), const AF_SECURITY = 14
24876pkg syscall (linux-amd64), const AF_SNA = 22
24877pkg syscall (linux-amd64), const AF_TIPC = 30
24878pkg syscall (linux-amd64), const AF_WANPIPE = 25
24879pkg syscall (linux-amd64), const AF_X25 = 9
24880pkg syscall (linux-amd64), const ARPHRD_ADAPT = 264
24881pkg syscall (linux-amd64), const ARPHRD_APPLETLK = 8
24882pkg syscall (linux-amd64), const ARPHRD_ARCNET = 7
24883pkg syscall (linux-amd64), const ARPHRD_ASH = 781
24884pkg syscall (linux-amd64), const ARPHRD_ATM = 19
24885pkg syscall (linux-amd64), const ARPHRD_AX25 = 3
24886pkg syscall (linux-amd64), const ARPHRD_BIF = 775
24887pkg syscall (linux-amd64), const ARPHRD_CHAOS = 5
24888pkg syscall (linux-amd64), const ARPHRD_CISCO = 513
24889pkg syscall (linux-amd64), const ARPHRD_CSLIP = 257
24890pkg syscall (linux-amd64), const ARPHRD_CSLIP6 = 259
24891pkg syscall (linux-amd64), const ARPHRD_DDCMP = 517
24892pkg syscall (linux-amd64), const ARPHRD_DLCI = 15
24893pkg syscall (linux-amd64), const ARPHRD_ECONET = 782
24894pkg syscall (linux-amd64), const ARPHRD_EETHER = 2
24895pkg syscall (linux-amd64), const ARPHRD_ETHER = 1
24896pkg syscall (linux-amd64), const ARPHRD_EUI64 = 27
24897pkg syscall (linux-amd64), const ARPHRD_FCAL = 785
24898pkg syscall (linux-amd64), const ARPHRD_FCFABRIC = 787
24899pkg syscall (linux-amd64), const ARPHRD_FCPL = 786
24900pkg syscall (linux-amd64), const ARPHRD_FCPP = 784
24901pkg syscall (linux-amd64), const ARPHRD_FDDI = 774
24902pkg syscall (linux-amd64), const ARPHRD_FRAD = 770
24903pkg syscall (linux-amd64), const ARPHRD_HDLC = 513
24904pkg syscall (linux-amd64), const ARPHRD_HIPPI = 780
24905pkg syscall (linux-amd64), const ARPHRD_HWX25 = 272
24906pkg syscall (linux-amd64), const ARPHRD_IEEE1394 = 24
24907pkg syscall (linux-amd64), const ARPHRD_IEEE802 = 6
24908pkg syscall (linux-amd64), const ARPHRD_IEEE80211 = 801
24909pkg syscall (linux-amd64), const ARPHRD_IEEE80211_PRISM = 802
24910pkg syscall (linux-amd64), const ARPHRD_IEEE80211_RADIOTAP = 803
24911pkg syscall (linux-amd64), const ARPHRD_IEEE802154 = 804
24912pkg syscall (linux-amd64), const ARPHRD_IEEE802154_PHY = 805
24913pkg syscall (linux-amd64), const ARPHRD_IEEE802_TR = 800
24914pkg syscall (linux-amd64), const ARPHRD_INFINIBAND = 32
24915pkg syscall (linux-amd64), const ARPHRD_IPDDP = 777
24916pkg syscall (linux-amd64), const ARPHRD_IPGRE = 778
24917pkg syscall (linux-amd64), const ARPHRD_IRDA = 783
24918pkg syscall (linux-amd64), const ARPHRD_LAPB = 516
24919pkg syscall (linux-amd64), const ARPHRD_LOCALTLK = 773
24920pkg syscall (linux-amd64), const ARPHRD_LOOPBACK = 772
24921pkg syscall (linux-amd64), const ARPHRD_METRICOM = 23
24922pkg syscall (linux-amd64), const ARPHRD_NETROM = 0
24923pkg syscall (linux-amd64), const ARPHRD_NONE = 65534
24924pkg syscall (linux-amd64), const ARPHRD_PIMREG = 779
24925pkg syscall (linux-amd64), const ARPHRD_PPP = 512
24926pkg syscall (linux-amd64), const ARPHRD_PRONET = 4
24927pkg syscall (linux-amd64), const ARPHRD_RAWHDLC = 518
24928pkg syscall (linux-amd64), const ARPHRD_ROSE = 270
24929pkg syscall (linux-amd64), const ARPHRD_RSRVD = 260
24930pkg syscall (linux-amd64), const ARPHRD_SIT = 776
24931pkg syscall (linux-amd64), const ARPHRD_SKIP = 771
24932pkg syscall (linux-amd64), const ARPHRD_SLIP = 256
24933pkg syscall (linux-amd64), const ARPHRD_SLIP6 = 258
24934pkg syscall (linux-amd64), const ARPHRD_TUNNEL = 768
24935pkg syscall (linux-amd64), const ARPHRD_TUNNEL6 = 769
24936pkg syscall (linux-amd64), const ARPHRD_VOID = 65535
24937pkg syscall (linux-amd64), const ARPHRD_X25 = 271
24938pkg syscall (linux-amd64), const B0 = 0
24939pkg syscall (linux-amd64), const B1000000 = 4104
24940pkg syscall (linux-amd64), const B110 = 3
24941pkg syscall (linux-amd64), const B115200 = 4098
24942pkg syscall (linux-amd64), const B1152000 = 4105
24943pkg syscall (linux-amd64), const B1200 = 9
24944pkg syscall (linux-amd64), const B134 = 4
24945pkg syscall (linux-amd64), const B150 = 5
24946pkg syscall (linux-amd64), const B1500000 = 4106
24947pkg syscall (linux-amd64), const B1800 = 10
24948pkg syscall (linux-amd64), const B19200 = 14
24949pkg syscall (linux-amd64), const B200 = 6
24950pkg syscall (linux-amd64), const B2000000 = 4107
24951pkg syscall (linux-amd64), const B230400 = 4099
24952pkg syscall (linux-amd64), const B2400 = 11
24953pkg syscall (linux-amd64), const B2500000 = 4108
24954pkg syscall (linux-amd64), const B300 = 7
24955pkg syscall (linux-amd64), const B3000000 = 4109
24956pkg syscall (linux-amd64), const B3500000 = 4110
24957pkg syscall (linux-amd64), const B38400 = 15
24958pkg syscall (linux-amd64), const B4000000 = 4111
24959pkg syscall (linux-amd64), const B460800 = 4100
24960pkg syscall (linux-amd64), const B4800 = 12
24961pkg syscall (linux-amd64), const B50 = 1
24962pkg syscall (linux-amd64), const B500000 = 4101
24963pkg syscall (linux-amd64), const B57600 = 4097
24964pkg syscall (linux-amd64), const B576000 = 4102
24965pkg syscall (linux-amd64), const B600 = 8
24966pkg syscall (linux-amd64), const B75 = 2
24967pkg syscall (linux-amd64), const B921600 = 4103
24968pkg syscall (linux-amd64), const B9600 = 13
24969pkg syscall (linux-amd64), const BPF_A = 16
24970pkg syscall (linux-amd64), const BPF_ABS = 32
24971pkg syscall (linux-amd64), const BPF_ADD = 0
24972pkg syscall (linux-amd64), const BPF_ALU = 4
24973pkg syscall (linux-amd64), const BPF_AND = 80
24974pkg syscall (linux-amd64), const BPF_B = 16
24975pkg syscall (linux-amd64), const BPF_DIV = 48
24976pkg syscall (linux-amd64), const BPF_H = 8
24977pkg syscall (linux-amd64), const BPF_IMM = 0
24978pkg syscall (linux-amd64), const BPF_IND = 64
24979pkg syscall (linux-amd64), const BPF_JA = 0
24980pkg syscall (linux-amd64), const BPF_JEQ = 16
24981pkg syscall (linux-amd64), const BPF_JGE = 48
24982pkg syscall (linux-amd64), const BPF_JGT = 32
24983pkg syscall (linux-amd64), const BPF_JMP = 5
24984pkg syscall (linux-amd64), const BPF_JSET = 64
24985pkg syscall (linux-amd64), const BPF_K = 0
24986pkg syscall (linux-amd64), const BPF_LD = 0
24987pkg syscall (linux-amd64), const BPF_LDX = 1
24988pkg syscall (linux-amd64), const BPF_LEN = 128
24989pkg syscall (linux-amd64), const BPF_LSH = 96
24990pkg syscall (linux-amd64), const BPF_MAJOR_VERSION = 1
24991pkg syscall (linux-amd64), const BPF_MAXINSNS = 4096
24992pkg syscall (linux-amd64), const BPF_MEM = 96
24993pkg syscall (linux-amd64), const BPF_MEMWORDS = 16
24994pkg syscall (linux-amd64), const BPF_MINOR_VERSION = 1
24995pkg syscall (linux-amd64), const BPF_MISC = 7
24996pkg syscall (linux-amd64), const BPF_MSH = 160
24997pkg syscall (linux-amd64), const BPF_MUL = 32
24998pkg syscall (linux-amd64), const BPF_NEG = 128
24999pkg syscall (linux-amd64), const BPF_OR = 64
25000pkg syscall (linux-amd64), const BPF_RET = 6
25001pkg syscall (linux-amd64), const BPF_RSH = 112
25002pkg syscall (linux-amd64), const BPF_ST = 2
25003pkg syscall (linux-amd64), const BPF_STX = 3
25004pkg syscall (linux-amd64), const BPF_SUB = 16
25005pkg syscall (linux-amd64), const BPF_TAX = 0
25006pkg syscall (linux-amd64), const BPF_TXA = 128
25007pkg syscall (linux-amd64), const BPF_W = 0
25008pkg syscall (linux-amd64), const BPF_X = 8
25009pkg syscall (linux-amd64), const BRKINT = 2
25010pkg syscall (linux-amd64), const CLOCAL = 2048
25011pkg syscall (linux-amd64), const CREAD = 128
25012pkg syscall (linux-amd64), const CS5 = 0
25013pkg syscall (linux-amd64), const CS6 = 16
25014pkg syscall (linux-amd64), const CS7 = 32
25015pkg syscall (linux-amd64), const CS8 = 48
25016pkg syscall (linux-amd64), const CSIZE = 48
25017pkg syscall (linux-amd64), const CSTOPB = 64
25018pkg syscall (linux-amd64), const DT_BLK = 6
25019pkg syscall (linux-amd64), const DT_CHR = 2
25020pkg syscall (linux-amd64), const DT_DIR = 4
25021pkg syscall (linux-amd64), const DT_FIFO = 1
25022pkg syscall (linux-amd64), const DT_LNK = 10
25023pkg syscall (linux-amd64), const DT_REG = 8
25024pkg syscall (linux-amd64), const DT_SOCK = 12
25025pkg syscall (linux-amd64), const DT_UNKNOWN = 0
25026pkg syscall (linux-amd64), const DT_WHT = 14
25027pkg syscall (linux-amd64), const E2BIG = 7
25028pkg syscall (linux-amd64), const EACCES = 13
25029pkg syscall (linux-amd64), const EADDRINUSE = 98
25030pkg syscall (linux-amd64), const EADDRNOTAVAIL = 99
25031pkg syscall (linux-amd64), const EADV = 68
25032pkg syscall (linux-amd64), const EAFNOSUPPORT = 97
25033pkg syscall (linux-amd64), const EAGAIN = 11
25034pkg syscall (linux-amd64), const EALREADY = 114
25035pkg syscall (linux-amd64), const EBADE = 52
25036pkg syscall (linux-amd64), const EBADF = 9
25037pkg syscall (linux-amd64), const EBADFD = 77
25038pkg syscall (linux-amd64), const EBADMSG = 74
25039pkg syscall (linux-amd64), const EBADR = 53
25040pkg syscall (linux-amd64), const EBADRQC = 56
25041pkg syscall (linux-amd64), const EBADSLT = 57
25042pkg syscall (linux-amd64), const EBFONT = 59
25043pkg syscall (linux-amd64), const EBUSY = 16
25044pkg syscall (linux-amd64), const ECANCELED = 125
25045pkg syscall (linux-amd64), const ECHILD = 10
25046pkg syscall (linux-amd64), const ECHO = 8
25047pkg syscall (linux-amd64), const ECHOCTL = 512
25048pkg syscall (linux-amd64), const ECHOE = 16
25049pkg syscall (linux-amd64), const ECHOK = 32
25050pkg syscall (linux-amd64), const ECHOKE = 2048
25051pkg syscall (linux-amd64), const ECHONL = 64
25052pkg syscall (linux-amd64), const ECHOPRT = 1024
25053pkg syscall (linux-amd64), const ECHRNG = 44
25054pkg syscall (linux-amd64), const ECOMM = 70
25055pkg syscall (linux-amd64), const ECONNABORTED = 103
25056pkg syscall (linux-amd64), const ECONNREFUSED = 111
25057pkg syscall (linux-amd64), const ECONNRESET = 104
25058pkg syscall (linux-amd64), const EDEADLK = 35
25059pkg syscall (linux-amd64), const EDEADLOCK = 35
25060pkg syscall (linux-amd64), const EDESTADDRREQ = 89
25061pkg syscall (linux-amd64), const EDOM = 33
25062pkg syscall (linux-amd64), const EDOTDOT = 73
25063pkg syscall (linux-amd64), const EDQUOT = 122
25064pkg syscall (linux-amd64), const EEXIST = 17
25065pkg syscall (linux-amd64), const EFAULT = 14
25066pkg syscall (linux-amd64), const EFBIG = 27
25067pkg syscall (linux-amd64), const EHOSTDOWN = 112
25068pkg syscall (linux-amd64), const EHOSTUNREACH = 113
25069pkg syscall (linux-amd64), const EIDRM = 43
25070pkg syscall (linux-amd64), const EILSEQ = 84
25071pkg syscall (linux-amd64), const EINPROGRESS = 115
25072pkg syscall (linux-amd64), const EINTR = 4
25073pkg syscall (linux-amd64), const EINVAL = 22
25074pkg syscall (linux-amd64), const EIO = 5
25075pkg syscall (linux-amd64), const EISCONN = 106
25076pkg syscall (linux-amd64), const EISDIR = 21
25077pkg syscall (linux-amd64), const EISNAM = 120
25078pkg syscall (linux-amd64), const EKEYEXPIRED = 127
25079pkg syscall (linux-amd64), const EKEYREJECTED = 129
25080pkg syscall (linux-amd64), const EKEYREVOKED = 128
25081pkg syscall (linux-amd64), const EL2HLT = 51
25082pkg syscall (linux-amd64), const EL2NSYNC = 45
25083pkg syscall (linux-amd64), const EL3HLT = 46
25084pkg syscall (linux-amd64), const EL3RST = 47
25085pkg syscall (linux-amd64), const ELIBACC = 79
25086pkg syscall (linux-amd64), const ELIBBAD = 80
25087pkg syscall (linux-amd64), const ELIBEXEC = 83
25088pkg syscall (linux-amd64), const ELIBMAX = 82
25089pkg syscall (linux-amd64), const ELIBSCN = 81
25090pkg syscall (linux-amd64), const ELNRNG = 48
25091pkg syscall (linux-amd64), const ELOOP = 40
25092pkg syscall (linux-amd64), const EMEDIUMTYPE = 124
25093pkg syscall (linux-amd64), const EMFILE = 24
25094pkg syscall (linux-amd64), const EMLINK = 31
25095pkg syscall (linux-amd64), const EMSGSIZE = 90
25096pkg syscall (linux-amd64), const EMULTIHOP = 72
25097pkg syscall (linux-amd64), const ENAMETOOLONG = 36
25098pkg syscall (linux-amd64), const ENAVAIL = 119
25099pkg syscall (linux-amd64), const ENETDOWN = 100
25100pkg syscall (linux-amd64), const ENETRESET = 102
25101pkg syscall (linux-amd64), const ENETUNREACH = 101
25102pkg syscall (linux-amd64), const ENFILE = 23
25103pkg syscall (linux-amd64), const ENOANO = 55
25104pkg syscall (linux-amd64), const ENOBUFS = 105
25105pkg syscall (linux-amd64), const ENOCSI = 50
25106pkg syscall (linux-amd64), const ENODATA = 61
25107pkg syscall (linux-amd64), const ENODEV = 19
25108pkg syscall (linux-amd64), const ENOEXEC = 8
25109pkg syscall (linux-amd64), const ENOKEY = 126
25110pkg syscall (linux-amd64), const ENOLCK = 37
25111pkg syscall (linux-amd64), const ENOLINK = 67
25112pkg syscall (linux-amd64), const ENOMEDIUM = 123
25113pkg syscall (linux-amd64), const ENOMEM = 12
25114pkg syscall (linux-amd64), const ENOMSG = 42
25115pkg syscall (linux-amd64), const ENONET = 64
25116pkg syscall (linux-amd64), const ENOPKG = 65
25117pkg syscall (linux-amd64), const ENOPROTOOPT = 92
25118pkg syscall (linux-amd64), const ENOSPC = 28
25119pkg syscall (linux-amd64), const ENOSR = 63
25120pkg syscall (linux-amd64), const ENOSTR = 60
25121pkg syscall (linux-amd64), const ENOSYS = 38
25122pkg syscall (linux-amd64), const ENOTBLK = 15
25123pkg syscall (linux-amd64), const ENOTCONN = 107
25124pkg syscall (linux-amd64), const ENOTDIR = 20
25125pkg syscall (linux-amd64), const ENOTEMPTY = 39
25126pkg syscall (linux-amd64), const ENOTNAM = 118
25127pkg syscall (linux-amd64), const ENOTRECOVERABLE = 131
25128pkg syscall (linux-amd64), const ENOTSOCK = 88
25129pkg syscall (linux-amd64), const ENOTSUP = 95
25130pkg syscall (linux-amd64), const ENOTTY = 25
25131pkg syscall (linux-amd64), const ENOTUNIQ = 76
25132pkg syscall (linux-amd64), const ENXIO = 6
25133pkg syscall (linux-amd64), const EOPNOTSUPP = 95
25134pkg syscall (linux-amd64), const EOVERFLOW = 75
25135pkg syscall (linux-amd64), const EOWNERDEAD = 130
25136pkg syscall (linux-amd64), const EPERM = 1
25137pkg syscall (linux-amd64), const EPFNOSUPPORT = 96
25138pkg syscall (linux-amd64), const EPIPE = 32
25139pkg syscall (linux-amd64), const EPOLLERR = 8
25140pkg syscall (linux-amd64), const EPOLLET = -2147483648
25141pkg syscall (linux-amd64), const EPOLLHUP = 16
25142pkg syscall (linux-amd64), const EPOLLIN = 1
25143pkg syscall (linux-amd64), const EPOLLMSG = 1024
25144pkg syscall (linux-amd64), const EPOLLONESHOT = 1073741824
25145pkg syscall (linux-amd64), const EPOLLOUT = 4
25146pkg syscall (linux-amd64), const EPOLLPRI = 2
25147pkg syscall (linux-amd64), const EPOLLRDBAND = 128
25148pkg syscall (linux-amd64), const EPOLLRDHUP = 8192
25149pkg syscall (linux-amd64), const EPOLLRDNORM = 64
25150pkg syscall (linux-amd64), const EPOLLWRBAND = 512
25151pkg syscall (linux-amd64), const EPOLLWRNORM = 256
25152pkg syscall (linux-amd64), const EPOLL_CLOEXEC = 524288
25153pkg syscall (linux-amd64), const EPOLL_CTL_ADD = 1
25154pkg syscall (linux-amd64), const EPOLL_CTL_DEL = 2
25155pkg syscall (linux-amd64), const EPOLL_CTL_MOD = 3
25156pkg syscall (linux-amd64), const EPOLL_NONBLOCK = 2048
25157pkg syscall (linux-amd64), const EPROTO = 71
25158pkg syscall (linux-amd64), const EPROTONOSUPPORT = 93
25159pkg syscall (linux-amd64), const EPROTOTYPE = 91
25160pkg syscall (linux-amd64), const ERANGE = 34
25161pkg syscall (linux-amd64), const EREMCHG = 78
25162pkg syscall (linux-amd64), const EREMOTE = 66
25163pkg syscall (linux-amd64), const EREMOTEIO = 121
25164pkg syscall (linux-amd64), const ERESTART = 85
25165pkg syscall (linux-amd64), const ERFKILL = 132
25166pkg syscall (linux-amd64), const EROFS = 30
25167pkg syscall (linux-amd64), const ESHUTDOWN = 108
25168pkg syscall (linux-amd64), const ESOCKTNOSUPPORT = 94
25169pkg syscall (linux-amd64), const ESPIPE = 29
25170pkg syscall (linux-amd64), const ESRCH = 3
25171pkg syscall (linux-amd64), const ESRMNT = 69
25172pkg syscall (linux-amd64), const ESTALE = 116
25173pkg syscall (linux-amd64), const ESTRPIPE = 86
25174pkg syscall (linux-amd64), const ETH_P_1588 = 35063
25175pkg syscall (linux-amd64), const ETH_P_8021Q = 33024
25176pkg syscall (linux-amd64), const ETH_P_802_2 = 4
25177pkg syscall (linux-amd64), const ETH_P_802_3 = 1
25178pkg syscall (linux-amd64), const ETH_P_AARP = 33011
25179pkg syscall (linux-amd64), const ETH_P_ALL = 3
25180pkg syscall (linux-amd64), const ETH_P_AOE = 34978
25181pkg syscall (linux-amd64), const ETH_P_ARCNET = 26
25182pkg syscall (linux-amd64), const ETH_P_ARP = 2054
25183pkg syscall (linux-amd64), const ETH_P_ATALK = 32923
25184pkg syscall (linux-amd64), const ETH_P_ATMFATE = 34948
25185pkg syscall (linux-amd64), const ETH_P_ATMMPOA = 34892
25186pkg syscall (linux-amd64), const ETH_P_AX25 = 2
25187pkg syscall (linux-amd64), const ETH_P_BPQ = 2303
25188pkg syscall (linux-amd64), const ETH_P_CAIF = 247
25189pkg syscall (linux-amd64), const ETH_P_CAN = 12
25190pkg syscall (linux-amd64), const ETH_P_CONTROL = 22
25191pkg syscall (linux-amd64), const ETH_P_CUST = 24582
25192pkg syscall (linux-amd64), const ETH_P_DDCMP = 6
25193pkg syscall (linux-amd64), const ETH_P_DEC = 24576
25194pkg syscall (linux-amd64), const ETH_P_DIAG = 24581
25195pkg syscall (linux-amd64), const ETH_P_DNA_DL = 24577
25196pkg syscall (linux-amd64), const ETH_P_DNA_RC = 24578
25197pkg syscall (linux-amd64), const ETH_P_DNA_RT = 24579
25198pkg syscall (linux-amd64), const ETH_P_DSA = 27
25199pkg syscall (linux-amd64), const ETH_P_ECONET = 24
25200pkg syscall (linux-amd64), const ETH_P_EDSA = 56026
25201pkg syscall (linux-amd64), const ETH_P_FCOE = 35078
25202pkg syscall (linux-amd64), const ETH_P_FIP = 35092
25203pkg syscall (linux-amd64), const ETH_P_HDLC = 25
25204pkg syscall (linux-amd64), const ETH_P_IEEE802154 = 246
25205pkg syscall (linux-amd64), const ETH_P_IEEEPUP = 2560
25206pkg syscall (linux-amd64), const ETH_P_IEEEPUPAT = 2561
25207pkg syscall (linux-amd64), const ETH_P_IP = 2048
25208pkg syscall (linux-amd64), const ETH_P_IPV6 = 34525
25209pkg syscall (linux-amd64), const ETH_P_IPX = 33079
25210pkg syscall (linux-amd64), const ETH_P_IRDA = 23
25211pkg syscall (linux-amd64), const ETH_P_LAT = 24580
25212pkg syscall (linux-amd64), const ETH_P_LINK_CTL = 34924
25213pkg syscall (linux-amd64), const ETH_P_LOCALTALK = 9
25214pkg syscall (linux-amd64), const ETH_P_LOOP = 96
25215pkg syscall (linux-amd64), const ETH_P_MOBITEX = 21
25216pkg syscall (linux-amd64), const ETH_P_MPLS_MC = 34888
25217pkg syscall (linux-amd64), const ETH_P_MPLS_UC = 34887
25218pkg syscall (linux-amd64), const ETH_P_PAE = 34958
25219pkg syscall (linux-amd64), const ETH_P_PAUSE = 34824
25220pkg syscall (linux-amd64), const ETH_P_PHONET = 245
25221pkg syscall (linux-amd64), const ETH_P_PPPTALK = 16
25222pkg syscall (linux-amd64), const ETH_P_PPP_DISC = 34915
25223pkg syscall (linux-amd64), const ETH_P_PPP_MP = 8
25224pkg syscall (linux-amd64), const ETH_P_PPP_SES = 34916
25225pkg syscall (linux-amd64), const ETH_P_PUP = 512
25226pkg syscall (linux-amd64), const ETH_P_PUPAT = 513
25227pkg syscall (linux-amd64), const ETH_P_RARP = 32821
25228pkg syscall (linux-amd64), const ETH_P_SCA = 24583
25229pkg syscall (linux-amd64), const ETH_P_SLOW = 34825
25230pkg syscall (linux-amd64), const ETH_P_SNAP = 5
25231pkg syscall (linux-amd64), const ETH_P_TEB = 25944
25232pkg syscall (linux-amd64), const ETH_P_TIPC = 35018
25233pkg syscall (linux-amd64), const ETH_P_TRAILER = 28
25234pkg syscall (linux-amd64), const ETH_P_TR_802_2 = 17
25235pkg syscall (linux-amd64), const ETH_P_WAN_PPP = 7
25236pkg syscall (linux-amd64), const ETH_P_WCCP = 34878
25237pkg syscall (linux-amd64), const ETH_P_X25 = 2053
25238pkg syscall (linux-amd64), const ETIME = 62
25239pkg syscall (linux-amd64), const ETIMEDOUT = 110
25240pkg syscall (linux-amd64), const ETOOMANYREFS = 109
25241pkg syscall (linux-amd64), const ETXTBSY = 26
25242pkg syscall (linux-amd64), const EUCLEAN = 117
25243pkg syscall (linux-amd64), const EUNATCH = 49
25244pkg syscall (linux-amd64), const EUSERS = 87
25245pkg syscall (linux-amd64), const EWOULDBLOCK = 11
25246pkg syscall (linux-amd64), const EXDEV = 18
25247pkg syscall (linux-amd64), const EXFULL = 54
25248pkg syscall (linux-amd64), const FD_CLOEXEC = 1
25249pkg syscall (linux-amd64), const FD_SETSIZE = 1024
25250pkg syscall (linux-amd64), const FLUSHO = 4096
25251pkg syscall (linux-amd64), const F_DUPFD = 0
25252pkg syscall (linux-amd64), const F_DUPFD_CLOEXEC = 1030
25253pkg syscall (linux-amd64), const F_EXLCK = 4
25254pkg syscall (linux-amd64), const F_GETFD = 1
25255pkg syscall (linux-amd64), const F_GETFL = 3
25256pkg syscall (linux-amd64), const F_GETLEASE = 1025
25257pkg syscall (linux-amd64), const F_GETLK = 5
25258pkg syscall (linux-amd64), const F_GETLK64 = 5
25259pkg syscall (linux-amd64), const F_GETOWN = 9
25260pkg syscall (linux-amd64), const F_GETOWN_EX = 16
25261pkg syscall (linux-amd64), const F_GETPIPE_SZ = 1032
25262pkg syscall (linux-amd64), const F_GETSIG = 11
25263pkg syscall (linux-amd64), const F_LOCK = 1
25264pkg syscall (linux-amd64), const F_NOTIFY = 1026
25265pkg syscall (linux-amd64), const F_OK = 0
25266pkg syscall (linux-amd64), const F_RDLCK = 0
25267pkg syscall (linux-amd64), const F_SETFD = 2
25268pkg syscall (linux-amd64), const F_SETFL = 4
25269pkg syscall (linux-amd64), const F_SETLEASE = 1024
25270pkg syscall (linux-amd64), const F_SETLK = 6
25271pkg syscall (linux-amd64), const F_SETLK64 = 6
25272pkg syscall (linux-amd64), const F_SETLKW = 7
25273pkg syscall (linux-amd64), const F_SETLKW64 = 7
25274pkg syscall (linux-amd64), const F_SETOWN = 8
25275pkg syscall (linux-amd64), const F_SETOWN_EX = 15
25276pkg syscall (linux-amd64), const F_SETPIPE_SZ = 1031
25277pkg syscall (linux-amd64), const F_SETSIG = 10
25278pkg syscall (linux-amd64), const F_SHLCK = 8
25279pkg syscall (linux-amd64), const F_TEST = 3
25280pkg syscall (linux-amd64), const F_TLOCK = 2
25281pkg syscall (linux-amd64), const F_ULOCK = 0
25282pkg syscall (linux-amd64), const F_UNLCK = 2
25283pkg syscall (linux-amd64), const F_WRLCK = 1
25284pkg syscall (linux-amd64), const HUPCL = 1024
25285pkg syscall (linux-amd64), const ICANON = 2
25286pkg syscall (linux-amd64), const ICRNL = 256
25287pkg syscall (linux-amd64), const IEXTEN = 32768
25288pkg syscall (linux-amd64), const IFA_ADDRESS = 1
25289pkg syscall (linux-amd64), const IFA_ANYCAST = 5
25290pkg syscall (linux-amd64), const IFA_BROADCAST = 4
25291pkg syscall (linux-amd64), const IFA_CACHEINFO = 6
25292pkg syscall (linux-amd64), const IFA_F_DADFAILED = 8
25293pkg syscall (linux-amd64), const IFA_F_DEPRECATED = 32
25294pkg syscall (linux-amd64), const IFA_F_HOMEADDRESS = 16
25295pkg syscall (linux-amd64), const IFA_F_NODAD = 2
25296pkg syscall (linux-amd64), const IFA_F_OPTIMISTIC = 4
25297pkg syscall (linux-amd64), const IFA_F_PERMANENT = 128
25298pkg syscall (linux-amd64), const IFA_F_SECONDARY = 1
25299pkg syscall (linux-amd64), const IFA_F_TEMPORARY = 1
25300pkg syscall (linux-amd64), const IFA_F_TENTATIVE = 64
25301pkg syscall (linux-amd64), const IFA_LABEL = 3
25302pkg syscall (linux-amd64), const IFA_LOCAL = 2
25303pkg syscall (linux-amd64), const IFA_MAX = 7
25304pkg syscall (linux-amd64), const IFA_MULTICAST = 7
25305pkg syscall (linux-amd64), const IFA_UNSPEC = 0
25306pkg syscall (linux-amd64), const IFF_ALLMULTI = 512
25307pkg syscall (linux-amd64), const IFF_AUTOMEDIA = 16384
25308pkg syscall (linux-amd64), const IFF_DEBUG = 4
25309pkg syscall (linux-amd64), const IFF_DYNAMIC = 32768
25310pkg syscall (linux-amd64), const IFF_LOOPBACK = 8
25311pkg syscall (linux-amd64), const IFF_MASTER = 1024
25312pkg syscall (linux-amd64), const IFF_MULTICAST = 4096
25313pkg syscall (linux-amd64), const IFF_NOARP = 128
25314pkg syscall (linux-amd64), const IFF_NOTRAILERS = 32
25315pkg syscall (linux-amd64), const IFF_NO_PI = 4096
25316pkg syscall (linux-amd64), const IFF_ONE_QUEUE = 8192
25317pkg syscall (linux-amd64), const IFF_POINTOPOINT = 16
25318pkg syscall (linux-amd64), const IFF_PORTSEL = 8192
25319pkg syscall (linux-amd64), const IFF_PROMISC = 256
25320pkg syscall (linux-amd64), const IFF_RUNNING = 64
25321pkg syscall (linux-amd64), const IFF_SLAVE = 2048
25322pkg syscall (linux-amd64), const IFF_TAP = 2
25323pkg syscall (linux-amd64), const IFF_TUN = 1
25324pkg syscall (linux-amd64), const IFF_TUN_EXCL = 32768
25325pkg syscall (linux-amd64), const IFF_VNET_HDR = 16384
25326pkg syscall (linux-amd64), const IFLA_ADDRESS = 1
25327pkg syscall (linux-amd64), const IFLA_BROADCAST = 2
25328pkg syscall (linux-amd64), const IFLA_COST = 8
25329pkg syscall (linux-amd64), const IFLA_IFALIAS = 20
25330pkg syscall (linux-amd64), const IFLA_IFNAME = 3
25331pkg syscall (linux-amd64), const IFLA_LINK = 5
25332pkg syscall (linux-amd64), const IFLA_LINKINFO = 18
25333pkg syscall (linux-amd64), const IFLA_LINKMODE = 17
25334pkg syscall (linux-amd64), const IFLA_MAP = 14
25335pkg syscall (linux-amd64), const IFLA_MASTER = 10
25336pkg syscall (linux-amd64), const IFLA_MAX = 29
25337pkg syscall (linux-amd64), const IFLA_MTU = 4
25338pkg syscall (linux-amd64), const IFLA_NET_NS_PID = 19
25339pkg syscall (linux-amd64), const IFLA_OPERSTATE = 16
25340pkg syscall (linux-amd64), const IFLA_PRIORITY = 9
25341pkg syscall (linux-amd64), const IFLA_PROTINFO = 12
25342pkg syscall (linux-amd64), const IFLA_QDISC = 6
25343pkg syscall (linux-amd64), const IFLA_STATS = 7
25344pkg syscall (linux-amd64), const IFLA_TXQLEN = 13
25345pkg syscall (linux-amd64), const IFLA_UNSPEC = 0
25346pkg syscall (linux-amd64), const IFLA_WEIGHT = 15
25347pkg syscall (linux-amd64), const IFLA_WIRELESS = 11
25348pkg syscall (linux-amd64), const IFNAMSIZ = 16
25349pkg syscall (linux-amd64), const IGNBRK = 1
25350pkg syscall (linux-amd64), const IGNCR = 128
25351pkg syscall (linux-amd64), const IGNPAR = 4
25352pkg syscall (linux-amd64), const IMAXBEL = 8192
25353pkg syscall (linux-amd64), const INLCR = 64
25354pkg syscall (linux-amd64), const INPCK = 16
25355pkg syscall (linux-amd64), const IN_ACCESS = 1
25356pkg syscall (linux-amd64), const IN_ALL_EVENTS = 4095
25357pkg syscall (linux-amd64), const IN_ATTRIB = 4
25358pkg syscall (linux-amd64), const IN_CLASSA_HOST = 16777215
25359pkg syscall (linux-amd64), const IN_CLASSA_MAX = 128
25360pkg syscall (linux-amd64), const IN_CLASSA_NET = 4278190080
25361pkg syscall (linux-amd64), const IN_CLASSA_NSHIFT = 24
25362pkg syscall (linux-amd64), const IN_CLASSB_HOST = 65535
25363pkg syscall (linux-amd64), const IN_CLASSB_MAX = 65536
25364pkg syscall (linux-amd64), const IN_CLASSB_NET = 4294901760
25365pkg syscall (linux-amd64), const IN_CLASSB_NSHIFT = 16
25366pkg syscall (linux-amd64), const IN_CLASSC_HOST = 255
25367pkg syscall (linux-amd64), const IN_CLASSC_NET = 4294967040
25368pkg syscall (linux-amd64), const IN_CLASSC_NSHIFT = 8
25369pkg syscall (linux-amd64), const IN_CLOEXEC = 524288
25370pkg syscall (linux-amd64), const IN_CLOSE = 24
25371pkg syscall (linux-amd64), const IN_CLOSE_NOWRITE = 16
25372pkg syscall (linux-amd64), const IN_CLOSE_WRITE = 8
25373pkg syscall (linux-amd64), const IN_CREATE = 256
25374pkg syscall (linux-amd64), const IN_DELETE = 512
25375pkg syscall (linux-amd64), const IN_DELETE_SELF = 1024
25376pkg syscall (linux-amd64), const IN_DONT_FOLLOW = 33554432
25377pkg syscall (linux-amd64), const IN_EXCL_UNLINK = 67108864
25378pkg syscall (linux-amd64), const IN_IGNORED = 32768
25379pkg syscall (linux-amd64), const IN_ISDIR = 1073741824
25380pkg syscall (linux-amd64), const IN_LOOPBACKNET = 127
25381pkg syscall (linux-amd64), const IN_MASK_ADD = 536870912
25382pkg syscall (linux-amd64), const IN_MODIFY = 2
25383pkg syscall (linux-amd64), const IN_MOVE = 192
25384pkg syscall (linux-amd64), const IN_MOVED_FROM = 64
25385pkg syscall (linux-amd64), const IN_MOVED_TO = 128
25386pkg syscall (linux-amd64), const IN_MOVE_SELF = 2048
25387pkg syscall (linux-amd64), const IN_NONBLOCK = 2048
25388pkg syscall (linux-amd64), const IN_ONESHOT = 2147483648
25389pkg syscall (linux-amd64), const IN_ONLYDIR = 16777216
25390pkg syscall (linux-amd64), const IN_OPEN = 32
25391pkg syscall (linux-amd64), const IN_Q_OVERFLOW = 16384
25392pkg syscall (linux-amd64), const IN_UNMOUNT = 8192
25393pkg syscall (linux-amd64), const IPPROTO_AH = 51
25394pkg syscall (linux-amd64), const IPPROTO_COMP = 108
25395pkg syscall (linux-amd64), const IPPROTO_DCCP = 33
25396pkg syscall (linux-amd64), const IPPROTO_DSTOPTS = 60
25397pkg syscall (linux-amd64), const IPPROTO_EGP = 8
25398pkg syscall (linux-amd64), const IPPROTO_ENCAP = 98
25399pkg syscall (linux-amd64), const IPPROTO_ESP = 50
25400pkg syscall (linux-amd64), const IPPROTO_FRAGMENT = 44
25401pkg syscall (linux-amd64), const IPPROTO_GRE = 47
25402pkg syscall (linux-amd64), const IPPROTO_HOPOPTS = 0
25403pkg syscall (linux-amd64), const IPPROTO_ICMP = 1
25404pkg syscall (linux-amd64), const IPPROTO_ICMPV6 = 58
25405pkg syscall (linux-amd64), const IPPROTO_IDP = 22
25406pkg syscall (linux-amd64), const IPPROTO_IGMP = 2
25407pkg syscall (linux-amd64), const IPPROTO_IPIP = 4
25408pkg syscall (linux-amd64), const IPPROTO_MTP = 92
25409pkg syscall (linux-amd64), const IPPROTO_NONE = 59
25410pkg syscall (linux-amd64), const IPPROTO_PIM = 103
25411pkg syscall (linux-amd64), const IPPROTO_PUP = 12
25412pkg syscall (linux-amd64), const IPPROTO_RAW = 255
25413pkg syscall (linux-amd64), const IPPROTO_ROUTING = 43
25414pkg syscall (linux-amd64), const IPPROTO_RSVP = 46
25415pkg syscall (linux-amd64), const IPPROTO_SCTP = 132
25416pkg syscall (linux-amd64), const IPPROTO_TP = 29
25417pkg syscall (linux-amd64), const IPPROTO_UDPLITE = 136
25418pkg syscall (linux-amd64), const IPV6_2292DSTOPTS = 4
25419pkg syscall (linux-amd64), const IPV6_2292HOPLIMIT = 8
25420pkg syscall (linux-amd64), const IPV6_2292HOPOPTS = 3
25421pkg syscall (linux-amd64), const IPV6_2292PKTINFO = 2
25422pkg syscall (linux-amd64), const IPV6_2292PKTOPTIONS = 6
25423pkg syscall (linux-amd64), const IPV6_2292RTHDR = 5
25424pkg syscall (linux-amd64), const IPV6_ADDRFORM = 1
25425pkg syscall (linux-amd64), const IPV6_ADD_MEMBERSHIP = 20
25426pkg syscall (linux-amd64), const IPV6_AUTHHDR = 10
25427pkg syscall (linux-amd64), const IPV6_CHECKSUM = 7
25428pkg syscall (linux-amd64), const IPV6_DROP_MEMBERSHIP = 21
25429pkg syscall (linux-amd64), const IPV6_DSTOPTS = 59
25430pkg syscall (linux-amd64), const IPV6_HOPLIMIT = 52
25431pkg syscall (linux-amd64), const IPV6_HOPOPTS = 54
25432pkg syscall (linux-amd64), const IPV6_IPSEC_POLICY = 34
25433pkg syscall (linux-amd64), const IPV6_JOIN_ANYCAST = 27
25434pkg syscall (linux-amd64), const IPV6_JOIN_GROUP = 20
25435pkg syscall (linux-amd64), const IPV6_LEAVE_ANYCAST = 28
25436pkg syscall (linux-amd64), const IPV6_LEAVE_GROUP = 21
25437pkg syscall (linux-amd64), const IPV6_MTU = 24
25438pkg syscall (linux-amd64), const IPV6_MTU_DISCOVER = 23
25439pkg syscall (linux-amd64), const IPV6_MULTICAST_HOPS = 18
25440pkg syscall (linux-amd64), const IPV6_MULTICAST_IF = 17
25441pkg syscall (linux-amd64), const IPV6_MULTICAST_LOOP = 19
25442pkg syscall (linux-amd64), const IPV6_NEXTHOP = 9
25443pkg syscall (linux-amd64), const IPV6_PKTINFO = 50
25444pkg syscall (linux-amd64), const IPV6_PMTUDISC_DO = 2
25445pkg syscall (linux-amd64), const IPV6_PMTUDISC_DONT = 0
25446pkg syscall (linux-amd64), const IPV6_PMTUDISC_PROBE = 3
25447pkg syscall (linux-amd64), const IPV6_PMTUDISC_WANT = 1
25448pkg syscall (linux-amd64), const IPV6_RECVDSTOPTS = 58
25449pkg syscall (linux-amd64), const IPV6_RECVERR = 25
25450pkg syscall (linux-amd64), const IPV6_RECVHOPLIMIT = 51
25451pkg syscall (linux-amd64), const IPV6_RECVHOPOPTS = 53
25452pkg syscall (linux-amd64), const IPV6_RECVPKTINFO = 49
25453pkg syscall (linux-amd64), const IPV6_RECVRTHDR = 56
25454pkg syscall (linux-amd64), const IPV6_RECVTCLASS = 66
25455pkg syscall (linux-amd64), const IPV6_ROUTER_ALERT = 22
25456pkg syscall (linux-amd64), const IPV6_RTHDR = 57
25457pkg syscall (linux-amd64), const IPV6_RTHDRDSTOPTS = 55
25458pkg syscall (linux-amd64), const IPV6_RTHDR_LOOSE = 0
25459pkg syscall (linux-amd64), const IPV6_RTHDR_STRICT = 1
25460pkg syscall (linux-amd64), const IPV6_RTHDR_TYPE_0 = 0
25461pkg syscall (linux-amd64), const IPV6_RXDSTOPTS = 59
25462pkg syscall (linux-amd64), const IPV6_RXHOPOPTS = 54
25463pkg syscall (linux-amd64), const IPV6_TCLASS = 67
25464pkg syscall (linux-amd64), const IPV6_UNICAST_HOPS = 16
25465pkg syscall (linux-amd64), const IPV6_V6ONLY = 26
25466pkg syscall (linux-amd64), const IPV6_XFRM_POLICY = 35
25467pkg syscall (linux-amd64), const IP_ADD_MEMBERSHIP = 35
25468pkg syscall (linux-amd64), const IP_ADD_SOURCE_MEMBERSHIP = 39
25469pkg syscall (linux-amd64), const IP_BLOCK_SOURCE = 38
25470pkg syscall (linux-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
25471pkg syscall (linux-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
25472pkg syscall (linux-amd64), const IP_DF = 16384
25473pkg syscall (linux-amd64), const IP_DROP_MEMBERSHIP = 36
25474pkg syscall (linux-amd64), const IP_DROP_SOURCE_MEMBERSHIP = 40
25475pkg syscall (linux-amd64), const IP_FREEBIND = 15
25476pkg syscall (linux-amd64), const IP_HDRINCL = 3
25477pkg syscall (linux-amd64), const IP_IPSEC_POLICY = 16
25478pkg syscall (linux-amd64), const IP_MAXPACKET = 65535
25479pkg syscall (linux-amd64), const IP_MAX_MEMBERSHIPS = 20
25480pkg syscall (linux-amd64), const IP_MF = 8192
25481pkg syscall (linux-amd64), const IP_MINTTL = 21
25482pkg syscall (linux-amd64), const IP_MSFILTER = 41
25483pkg syscall (linux-amd64), const IP_MSS = 576
25484pkg syscall (linux-amd64), const IP_MTU = 14
25485pkg syscall (linux-amd64), const IP_MTU_DISCOVER = 10
25486pkg syscall (linux-amd64), const IP_MULTICAST_IF = 32
25487pkg syscall (linux-amd64), const IP_MULTICAST_LOOP = 34
25488pkg syscall (linux-amd64), const IP_MULTICAST_TTL = 33
25489pkg syscall (linux-amd64), const IP_OFFMASK = 8191
25490pkg syscall (linux-amd64), const IP_OPTIONS = 4
25491pkg syscall (linux-amd64), const IP_ORIGDSTADDR = 20
25492pkg syscall (linux-amd64), const IP_PASSSEC = 18
25493pkg syscall (linux-amd64), const IP_PKTINFO = 8
25494pkg syscall (linux-amd64), const IP_PKTOPTIONS = 9
25495pkg syscall (linux-amd64), const IP_PMTUDISC = 10
25496pkg syscall (linux-amd64), const IP_PMTUDISC_DO = 2
25497pkg syscall (linux-amd64), const IP_PMTUDISC_DONT = 0
25498pkg syscall (linux-amd64), const IP_PMTUDISC_PROBE = 3
25499pkg syscall (linux-amd64), const IP_PMTUDISC_WANT = 1
25500pkg syscall (linux-amd64), const IP_RECVERR = 11
25501pkg syscall (linux-amd64), const IP_RECVOPTS = 6
25502pkg syscall (linux-amd64), const IP_RECVORIGDSTADDR = 20
25503pkg syscall (linux-amd64), const IP_RECVRETOPTS = 7
25504pkg syscall (linux-amd64), const IP_RECVTOS = 13
25505pkg syscall (linux-amd64), const IP_RECVTTL = 12
25506pkg syscall (linux-amd64), const IP_RETOPTS = 7
25507pkg syscall (linux-amd64), const IP_RF = 32768
25508pkg syscall (linux-amd64), const IP_ROUTER_ALERT = 5
25509pkg syscall (linux-amd64), const IP_TOS = 1
25510pkg syscall (linux-amd64), const IP_TRANSPARENT = 19
25511pkg syscall (linux-amd64), const IP_TTL = 2
25512pkg syscall (linux-amd64), const IP_UNBLOCK_SOURCE = 37
25513pkg syscall (linux-amd64), const IP_XFRM_POLICY = 17
25514pkg syscall (linux-amd64), const ISIG = 1
25515pkg syscall (linux-amd64), const ISTRIP = 32
25516pkg syscall (linux-amd64), const IUCLC = 512
25517pkg syscall (linux-amd64), const IUTF8 = 16384
25518pkg syscall (linux-amd64), const IXANY = 2048
25519pkg syscall (linux-amd64), const IXOFF = 4096
25520pkg syscall (linux-amd64), const IXON = 1024
25521pkg syscall (linux-amd64), const ImplementsGetwd = true
25522pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_CAD_OFF = 0
25523pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
25524pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_HALT = 3454992675
25525pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_KEXEC = 1163412803
25526pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
25527pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_RESTART = 19088743
25528pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
25529pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
25530pkg syscall (linux-amd64), const LINUX_REBOOT_MAGIC1 = 4276215469
25531pkg syscall (linux-amd64), const LINUX_REBOOT_MAGIC2 = 672274793
25532pkg syscall (linux-amd64), const LOCK_EX = 2
25533pkg syscall (linux-amd64), const LOCK_NB = 4
25534pkg syscall (linux-amd64), const LOCK_SH = 1
25535pkg syscall (linux-amd64), const LOCK_UN = 8
25536pkg syscall (linux-amd64), const MADV_DOFORK = 11
25537pkg syscall (linux-amd64), const MADV_DONTFORK = 10
25538pkg syscall (linux-amd64), const MADV_DONTNEED = 4
25539pkg syscall (linux-amd64), const MADV_HUGEPAGE = 14
25540pkg syscall (linux-amd64), const MADV_HWPOISON = 100
25541pkg syscall (linux-amd64), const MADV_MERGEABLE = 12
25542pkg syscall (linux-amd64), const MADV_NOHUGEPAGE = 15
25543pkg syscall (linux-amd64), const MADV_NORMAL = 0
25544pkg syscall (linux-amd64), const MADV_RANDOM = 1
25545pkg syscall (linux-amd64), const MADV_REMOVE = 9
25546pkg syscall (linux-amd64), const MADV_SEQUENTIAL = 2
25547pkg syscall (linux-amd64), const MADV_UNMERGEABLE = 13
25548pkg syscall (linux-amd64), const MADV_WILLNEED = 3
25549pkg syscall (linux-amd64), const MAP_32BIT = 64
25550pkg syscall (linux-amd64), const MAP_ANON = 32
25551pkg syscall (linux-amd64), const MAP_ANONYMOUS = 32
25552pkg syscall (linux-amd64), const MAP_DENYWRITE = 2048
25553pkg syscall (linux-amd64), const MAP_EXECUTABLE = 4096
25554pkg syscall (linux-amd64), const MAP_FILE = 0
25555pkg syscall (linux-amd64), const MAP_FIXED = 16
25556pkg syscall (linux-amd64), const MAP_GROWSDOWN = 256
25557pkg syscall (linux-amd64), const MAP_HUGETLB = 262144
25558pkg syscall (linux-amd64), const MAP_LOCKED = 8192
25559pkg syscall (linux-amd64), const MAP_NONBLOCK = 65536
25560pkg syscall (linux-amd64), const MAP_NORESERVE = 16384
25561pkg syscall (linux-amd64), const MAP_POPULATE = 32768
25562pkg syscall (linux-amd64), const MAP_PRIVATE = 2
25563pkg syscall (linux-amd64), const MAP_SHARED = 1
25564pkg syscall (linux-amd64), const MAP_STACK = 131072
25565pkg syscall (linux-amd64), const MAP_TYPE = 15
25566pkg syscall (linux-amd64), const MCL_CURRENT = 1
25567pkg syscall (linux-amd64), const MCL_FUTURE = 2
25568pkg syscall (linux-amd64), const MNT_DETACH = 2
25569pkg syscall (linux-amd64), const MNT_EXPIRE = 4
25570pkg syscall (linux-amd64), const MNT_FORCE = 1
25571pkg syscall (linux-amd64), const MSG_CMSG_CLOEXEC = 1073741824
25572pkg syscall (linux-amd64), const MSG_CONFIRM = 2048
25573pkg syscall (linux-amd64), const MSG_CTRUNC = 8
25574pkg syscall (linux-amd64), const MSG_DONTROUTE = 4
25575pkg syscall (linux-amd64), const MSG_DONTWAIT = 64
25576pkg syscall (linux-amd64), const MSG_EOR = 128
25577pkg syscall (linux-amd64), const MSG_ERRQUEUE = 8192
25578pkg syscall (linux-amd64), const MSG_FASTOPEN = 536870912
25579pkg syscall (linux-amd64), const MSG_FASTOPEN ideal-int
25580pkg syscall (linux-amd64), const MSG_FIN = 512
25581pkg syscall (linux-amd64), const MSG_MORE = 32768
25582pkg syscall (linux-amd64), const MSG_NOSIGNAL = 16384
25583pkg syscall (linux-amd64), const MSG_OOB = 1
25584pkg syscall (linux-amd64), const MSG_PEEK = 2
25585pkg syscall (linux-amd64), const MSG_PROXY = 16
25586pkg syscall (linux-amd64), const MSG_RST = 4096
25587pkg syscall (linux-amd64), const MSG_SYN = 1024
25588pkg syscall (linux-amd64), const MSG_TRUNC = 32
25589pkg syscall (linux-amd64), const MSG_TRYHARD = 4
25590pkg syscall (linux-amd64), const MSG_WAITALL = 256
25591pkg syscall (linux-amd64), const MSG_WAITFORONE = 65536
25592pkg syscall (linux-amd64), const MS_ACTIVE = 1073741824
25593pkg syscall (linux-amd64), const MS_ASYNC = 1
25594pkg syscall (linux-amd64), const MS_BIND = 4096
25595pkg syscall (linux-amd64), const MS_DIRSYNC = 128
25596pkg syscall (linux-amd64), const MS_INVALIDATE = 2
25597pkg syscall (linux-amd64), const MS_I_VERSION = 8388608
25598pkg syscall (linux-amd64), const MS_KERNMOUNT = 4194304
25599pkg syscall (linux-amd64), const MS_MANDLOCK = 64
25600pkg syscall (linux-amd64), const MS_MGC_MSK = 4294901760
25601pkg syscall (linux-amd64), const MS_MGC_VAL = 3236757504
25602pkg syscall (linux-amd64), const MS_MOVE = 8192
25603pkg syscall (linux-amd64), const MS_NOATIME = 1024
25604pkg syscall (linux-amd64), const MS_NODEV = 4
25605pkg syscall (linux-amd64), const MS_NODIRATIME = 2048
25606pkg syscall (linux-amd64), const MS_NOEXEC = 8
25607pkg syscall (linux-amd64), const MS_NOSUID = 2
25608pkg syscall (linux-amd64), const MS_NOUSER = -2147483648
25609pkg syscall (linux-amd64), const MS_POSIXACL = 65536
25610pkg syscall (linux-amd64), const MS_PRIVATE = 262144
25611pkg syscall (linux-amd64), const MS_RDONLY = 1
25612pkg syscall (linux-amd64), const MS_REC = 16384
25613pkg syscall (linux-amd64), const MS_RELATIME = 2097152
25614pkg syscall (linux-amd64), const MS_REMOUNT = 32
25615pkg syscall (linux-amd64), const MS_RMT_MASK = 8388689
25616pkg syscall (linux-amd64), const MS_SHARED = 1048576
25617pkg syscall (linux-amd64), const MS_SILENT = 32768
25618pkg syscall (linux-amd64), const MS_SLAVE = 524288
25619pkg syscall (linux-amd64), const MS_STRICTATIME = 16777216
25620pkg syscall (linux-amd64), const MS_SYNC = 4
25621pkg syscall (linux-amd64), const MS_SYNCHRONOUS = 16
25622pkg syscall (linux-amd64), const MS_UNBINDABLE = 131072
25623pkg syscall (linux-amd64), const NAME_MAX = 255
25624pkg syscall (linux-amd64), const NETLINK_ADD_MEMBERSHIP = 1
25625pkg syscall (linux-amd64), const NETLINK_AUDIT = 9
25626pkg syscall (linux-amd64), const NETLINK_BROADCAST_ERROR = 4
25627pkg syscall (linux-amd64), const NETLINK_CONNECTOR = 11
25628pkg syscall (linux-amd64), const NETLINK_DNRTMSG = 14
25629pkg syscall (linux-amd64), const NETLINK_DROP_MEMBERSHIP = 2
25630pkg syscall (linux-amd64), const NETLINK_ECRYPTFS = 19
25631pkg syscall (linux-amd64), const NETLINK_FIB_LOOKUP = 10
25632pkg syscall (linux-amd64), const NETLINK_FIREWALL = 3
25633pkg syscall (linux-amd64), const NETLINK_GENERIC = 16
25634pkg syscall (linux-amd64), const NETLINK_INET_DIAG = 4
25635pkg syscall (linux-amd64), const NETLINK_IP6_FW = 13
25636pkg syscall (linux-amd64), const NETLINK_ISCSI = 8
25637pkg syscall (linux-amd64), const NETLINK_KOBJECT_UEVENT = 15
25638pkg syscall (linux-amd64), const NETLINK_NETFILTER = 12
25639pkg syscall (linux-amd64), const NETLINK_NFLOG = 5
25640pkg syscall (linux-amd64), const NETLINK_NO_ENOBUFS = 5
25641pkg syscall (linux-amd64), const NETLINK_PKTINFO = 3
25642pkg syscall (linux-amd64), const NETLINK_ROUTE = 0
25643pkg syscall (linux-amd64), const NETLINK_SCSITRANSPORT = 18
25644pkg syscall (linux-amd64), const NETLINK_SELINUX = 7
25645pkg syscall (linux-amd64), const NETLINK_UNUSED = 1
25646pkg syscall (linux-amd64), const NETLINK_USERSOCK = 2
25647pkg syscall (linux-amd64), const NETLINK_XFRM = 6
25648pkg syscall (linux-amd64), const NLA_ALIGNTO = 4
25649pkg syscall (linux-amd64), const NLA_F_NESTED = 32768
25650pkg syscall (linux-amd64), const NLA_F_NET_BYTEORDER = 16384
25651pkg syscall (linux-amd64), const NLA_HDRLEN = 4
25652pkg syscall (linux-amd64), const NLMSG_ALIGNTO = 4
25653pkg syscall (linux-amd64), const NLMSG_DONE = 3
25654pkg syscall (linux-amd64), const NLMSG_ERROR = 2
25655pkg syscall (linux-amd64), const NLMSG_HDRLEN = 16
25656pkg syscall (linux-amd64), const NLMSG_MIN_TYPE = 16
25657pkg syscall (linux-amd64), const NLMSG_NOOP = 1
25658pkg syscall (linux-amd64), const NLMSG_OVERRUN = 4
25659pkg syscall (linux-amd64), const NLM_F_ACK = 4
25660pkg syscall (linux-amd64), const NLM_F_APPEND = 2048
25661pkg syscall (linux-amd64), const NLM_F_ATOMIC = 1024
25662pkg syscall (linux-amd64), const NLM_F_CREATE = 1024
25663pkg syscall (linux-amd64), const NLM_F_DUMP = 768
25664pkg syscall (linux-amd64), const NLM_F_ECHO = 8
25665pkg syscall (linux-amd64), const NLM_F_EXCL = 512
25666pkg syscall (linux-amd64), const NLM_F_MATCH = 512
25667pkg syscall (linux-amd64), const NLM_F_MULTI = 2
25668pkg syscall (linux-amd64), const NLM_F_REPLACE = 256
25669pkg syscall (linux-amd64), const NLM_F_REQUEST = 1
25670pkg syscall (linux-amd64), const NLM_F_ROOT = 256
25671pkg syscall (linux-amd64), const NOFLSH = 128
25672pkg syscall (linux-amd64), const OCRNL = 8
25673pkg syscall (linux-amd64), const OFDEL = 128
25674pkg syscall (linux-amd64), const OFILL = 64
25675pkg syscall (linux-amd64), const OLCUC = 2
25676pkg syscall (linux-amd64), const ONLCR = 4
25677pkg syscall (linux-amd64), const ONLRET = 32
25678pkg syscall (linux-amd64), const ONOCR = 16
25679pkg syscall (linux-amd64), const OPOST = 1
25680pkg syscall (linux-amd64), const O_ACCMODE = 3
25681pkg syscall (linux-amd64), const O_APPEND = 1024
25682pkg syscall (linux-amd64), const O_ASYNC = 8192
25683pkg syscall (linux-amd64), const O_CLOEXEC = 524288
25684pkg syscall (linux-amd64), const O_CREAT = 64
25685pkg syscall (linux-amd64), const O_DIRECT = 16384
25686pkg syscall (linux-amd64), const O_DIRECTORY = 65536
25687pkg syscall (linux-amd64), const O_DSYNC = 4096
25688pkg syscall (linux-amd64), const O_EXCL = 128
25689pkg syscall (linux-amd64), const O_FSYNC = 1052672
25690pkg syscall (linux-amd64), const O_LARGEFILE = 0
25691pkg syscall (linux-amd64), const O_NDELAY = 2048
25692pkg syscall (linux-amd64), const O_NOATIME = 262144
25693pkg syscall (linux-amd64), const O_NOCTTY = 256
25694pkg syscall (linux-amd64), const O_NOFOLLOW = 131072
25695pkg syscall (linux-amd64), const O_NONBLOCK = 2048
25696pkg syscall (linux-amd64), const O_RSYNC = 1052672
25697pkg syscall (linux-amd64), const O_SYNC = 1052672
25698pkg syscall (linux-amd64), const O_TRUNC = 512
25699pkg syscall (linux-amd64), const PACKET_ADD_MEMBERSHIP = 1
25700pkg syscall (linux-amd64), const PACKET_BROADCAST = 1
25701pkg syscall (linux-amd64), const PACKET_DROP_MEMBERSHIP = 2
25702pkg syscall (linux-amd64), const PACKET_FASTROUTE = 6
25703pkg syscall (linux-amd64), const PACKET_HOST = 0
25704pkg syscall (linux-amd64), const PACKET_LOOPBACK = 5
25705pkg syscall (linux-amd64), const PACKET_MR_ALLMULTI = 2
25706pkg syscall (linux-amd64), const PACKET_MR_MULTICAST = 0
25707pkg syscall (linux-amd64), const PACKET_MR_PROMISC = 1
25708pkg syscall (linux-amd64), const PACKET_MULTICAST = 2
25709pkg syscall (linux-amd64), const PACKET_OTHERHOST = 3
25710pkg syscall (linux-amd64), const PACKET_OUTGOING = 4
25711pkg syscall (linux-amd64), const PACKET_RECV_OUTPUT = 3
25712pkg syscall (linux-amd64), const PACKET_RX_RING = 5
25713pkg syscall (linux-amd64), const PACKET_STATISTICS = 6
25714pkg syscall (linux-amd64), const PARENB = 256
25715pkg syscall (linux-amd64), const PARMRK = 8
25716pkg syscall (linux-amd64), const PARODD = 512
25717pkg syscall (linux-amd64), const PENDIN = 16384
25718pkg syscall (linux-amd64), const PROT_EXEC = 4
25719pkg syscall (linux-amd64), const PROT_GROWSDOWN = 16777216
25720pkg syscall (linux-amd64), const PROT_GROWSUP = 33554432
25721pkg syscall (linux-amd64), const PROT_NONE = 0
25722pkg syscall (linux-amd64), const PROT_READ = 1
25723pkg syscall (linux-amd64), const PROT_WRITE = 2
25724pkg syscall (linux-amd64), const PR_CAPBSET_DROP = 24
25725pkg syscall (linux-amd64), const PR_CAPBSET_READ = 23
25726pkg syscall (linux-amd64), const PR_ENDIAN_BIG = 0
25727pkg syscall (linux-amd64), const PR_ENDIAN_LITTLE = 1
25728pkg syscall (linux-amd64), const PR_ENDIAN_PPC_LITTLE = 2
25729pkg syscall (linux-amd64), const PR_FPEMU_NOPRINT = 1
25730pkg syscall (linux-amd64), const PR_FPEMU_SIGFPE = 2
25731pkg syscall (linux-amd64), const PR_FP_EXC_ASYNC = 2
25732pkg syscall (linux-amd64), const PR_FP_EXC_DISABLED = 0
25733pkg syscall (linux-amd64), const PR_FP_EXC_DIV = 65536
25734pkg syscall (linux-amd64), const PR_FP_EXC_INV = 1048576
25735pkg syscall (linux-amd64), const PR_FP_EXC_NONRECOV = 1
25736pkg syscall (linux-amd64), const PR_FP_EXC_OVF = 131072
25737pkg syscall (linux-amd64), const PR_FP_EXC_PRECISE = 3
25738pkg syscall (linux-amd64), const PR_FP_EXC_RES = 524288
25739pkg syscall (linux-amd64), const PR_FP_EXC_SW_ENABLE = 128
25740pkg syscall (linux-amd64), const PR_FP_EXC_UND = 262144
25741pkg syscall (linux-amd64), const PR_GET_DUMPABLE = 3
25742pkg syscall (linux-amd64), const PR_GET_ENDIAN = 19
25743pkg syscall (linux-amd64), const PR_GET_FPEMU = 9
25744pkg syscall (linux-amd64), const PR_GET_FPEXC = 11
25745pkg syscall (linux-amd64), const PR_GET_KEEPCAPS = 7
25746pkg syscall (linux-amd64), const PR_GET_NAME = 16
25747pkg syscall (linux-amd64), const PR_GET_PDEATHSIG = 2
25748pkg syscall (linux-amd64), const PR_GET_SECCOMP = 21
25749pkg syscall (linux-amd64), const PR_GET_SECUREBITS = 27
25750pkg syscall (linux-amd64), const PR_GET_TIMERSLACK = 30
25751pkg syscall (linux-amd64), const PR_GET_TIMING = 13
25752pkg syscall (linux-amd64), const PR_GET_TSC = 25
25753pkg syscall (linux-amd64), const PR_GET_UNALIGN = 5
25754pkg syscall (linux-amd64), const PR_MCE_KILL = 33
25755pkg syscall (linux-amd64), const PR_MCE_KILL_CLEAR = 0
25756pkg syscall (linux-amd64), const PR_MCE_KILL_DEFAULT = 2
25757pkg syscall (linux-amd64), const PR_MCE_KILL_EARLY = 1
25758pkg syscall (linux-amd64), const PR_MCE_KILL_GET = 34
25759pkg syscall (linux-amd64), const PR_MCE_KILL_LATE = 0
25760pkg syscall (linux-amd64), const PR_MCE_KILL_SET = 1
25761pkg syscall (linux-amd64), const PR_SET_DUMPABLE = 4
25762pkg syscall (linux-amd64), const PR_SET_ENDIAN = 20
25763pkg syscall (linux-amd64), const PR_SET_FPEMU = 10
25764pkg syscall (linux-amd64), const PR_SET_FPEXC = 12
25765pkg syscall (linux-amd64), const PR_SET_KEEPCAPS = 8
25766pkg syscall (linux-amd64), const PR_SET_NAME = 15
25767pkg syscall (linux-amd64), const PR_SET_PDEATHSIG = 1
25768pkg syscall (linux-amd64), const PR_SET_PTRACER = 1499557217
25769pkg syscall (linux-amd64), const PR_SET_SECCOMP = 22
25770pkg syscall (linux-amd64), const PR_SET_SECUREBITS = 28
25771pkg syscall (linux-amd64), const PR_SET_TIMERSLACK = 29
25772pkg syscall (linux-amd64), const PR_SET_TIMING = 14
25773pkg syscall (linux-amd64), const PR_SET_TSC = 26
25774pkg syscall (linux-amd64), const PR_SET_UNALIGN = 6
25775pkg syscall (linux-amd64), const PR_TASK_PERF_EVENTS_DISABLE = 31
25776pkg syscall (linux-amd64), const PR_TASK_PERF_EVENTS_ENABLE = 32
25777pkg syscall (linux-amd64), const PR_TIMING_STATISTICAL = 0
25778pkg syscall (linux-amd64), const PR_TIMING_TIMESTAMP = 1
25779pkg syscall (linux-amd64), const PR_TSC_ENABLE = 1
25780pkg syscall (linux-amd64), const PR_TSC_SIGSEGV = 2
25781pkg syscall (linux-amd64), const PR_UNALIGN_NOPRINT = 1
25782pkg syscall (linux-amd64), const PR_UNALIGN_SIGBUS = 2
25783pkg syscall (linux-amd64), const PTRACE_ARCH_PRCTL = 30
25784pkg syscall (linux-amd64), const PTRACE_ATTACH = 16
25785pkg syscall (linux-amd64), const PTRACE_CONT = 7
25786pkg syscall (linux-amd64), const PTRACE_DETACH = 17
25787pkg syscall (linux-amd64), const PTRACE_EVENT_CLONE = 3
25788pkg syscall (linux-amd64), const PTRACE_EVENT_EXEC = 4
25789pkg syscall (linux-amd64), const PTRACE_EVENT_EXIT = 6
25790pkg syscall (linux-amd64), const PTRACE_EVENT_FORK = 1
25791pkg syscall (linux-amd64), const PTRACE_EVENT_VFORK = 2
25792pkg syscall (linux-amd64), const PTRACE_EVENT_VFORK_DONE = 5
25793pkg syscall (linux-amd64), const PTRACE_GETEVENTMSG = 16897
25794pkg syscall (linux-amd64), const PTRACE_GETFPREGS = 14
25795pkg syscall (linux-amd64), const PTRACE_GETFPXREGS = 18
25796pkg syscall (linux-amd64), const PTRACE_GETREGS = 12
25797pkg syscall (linux-amd64), const PTRACE_GETREGSET = 16900
25798pkg syscall (linux-amd64), const PTRACE_GETSIGINFO = 16898
25799pkg syscall (linux-amd64), const PTRACE_GET_THREAD_AREA = 25
25800pkg syscall (linux-amd64), const PTRACE_KILL = 8
25801pkg syscall (linux-amd64), const PTRACE_OLDSETOPTIONS = 21
25802pkg syscall (linux-amd64), const PTRACE_O_MASK = 127
25803pkg syscall (linux-amd64), const PTRACE_O_TRACECLONE = 8
25804pkg syscall (linux-amd64), const PTRACE_O_TRACEEXEC = 16
25805pkg syscall (linux-amd64), const PTRACE_O_TRACEEXIT = 64
25806pkg syscall (linux-amd64), const PTRACE_O_TRACEFORK = 2
25807pkg syscall (linux-amd64), const PTRACE_O_TRACESYSGOOD = 1
25808pkg syscall (linux-amd64), const PTRACE_O_TRACEVFORK = 4
25809pkg syscall (linux-amd64), const PTRACE_O_TRACEVFORKDONE = 32
25810pkg syscall (linux-amd64), const PTRACE_PEEKDATA = 2
25811pkg syscall (linux-amd64), const PTRACE_PEEKTEXT = 1
25812pkg syscall (linux-amd64), const PTRACE_PEEKUSR = 3
25813pkg syscall (linux-amd64), const PTRACE_POKEDATA = 5
25814pkg syscall (linux-amd64), const PTRACE_POKETEXT = 4
25815pkg syscall (linux-amd64), const PTRACE_POKEUSR = 6
25816pkg syscall (linux-amd64), const PTRACE_SETFPREGS = 15
25817pkg syscall (linux-amd64), const PTRACE_SETFPXREGS = 19
25818pkg syscall (linux-amd64), const PTRACE_SETOPTIONS = 16896
25819pkg syscall (linux-amd64), const PTRACE_SETREGS = 13
25820pkg syscall (linux-amd64), const PTRACE_SETREGSET = 16901
25821pkg syscall (linux-amd64), const PTRACE_SETSIGINFO = 16899
25822pkg syscall (linux-amd64), const PTRACE_SET_THREAD_AREA = 26
25823pkg syscall (linux-amd64), const PTRACE_SINGLEBLOCK = 33
25824pkg syscall (linux-amd64), const PTRACE_SINGLESTEP = 9
25825pkg syscall (linux-amd64), const PTRACE_SYSCALL = 24
25826pkg syscall (linux-amd64), const PTRACE_SYSEMU = 31
25827pkg syscall (linux-amd64), const PTRACE_SYSEMU_SINGLESTEP = 32
25828pkg syscall (linux-amd64), const PTRACE_TRACEME = 0
25829pkg syscall (linux-amd64), const PathMax = 4096
25830pkg syscall (linux-amd64), const RLIMIT_AS = 9
25831pkg syscall (linux-amd64), const RLIMIT_CORE = 4
25832pkg syscall (linux-amd64), const RLIMIT_CPU = 0
25833pkg syscall (linux-amd64), const RLIMIT_DATA = 2
25834pkg syscall (linux-amd64), const RLIMIT_FSIZE = 1
25835pkg syscall (linux-amd64), const RLIMIT_NOFILE = 7
25836pkg syscall (linux-amd64), const RLIMIT_STACK = 3
25837pkg syscall (linux-amd64), const RLIM_INFINITY = -1
25838pkg syscall (linux-amd64), const RTAX_ADVMSS = 8
25839pkg syscall (linux-amd64), const RTAX_CWND = 7
25840pkg syscall (linux-amd64), const RTAX_FEATURES = 12
25841pkg syscall (linux-amd64), const RTAX_FEATURE_ALLFRAG = 8
25842pkg syscall (linux-amd64), const RTAX_FEATURE_ECN = 1
25843pkg syscall (linux-amd64), const RTAX_FEATURE_SACK = 2
25844pkg syscall (linux-amd64), const RTAX_FEATURE_TIMESTAMP = 4
25845pkg syscall (linux-amd64), const RTAX_HOPLIMIT = 10
25846pkg syscall (linux-amd64), const RTAX_INITCWND = 11
25847pkg syscall (linux-amd64), const RTAX_INITRWND = 14
25848pkg syscall (linux-amd64), const RTAX_LOCK = 1
25849pkg syscall (linux-amd64), const RTAX_MAX = 14
25850pkg syscall (linux-amd64), const RTAX_MTU = 2
25851pkg syscall (linux-amd64), const RTAX_REORDERING = 9
25852pkg syscall (linux-amd64), const RTAX_RTO_MIN = 13
25853pkg syscall (linux-amd64), const RTAX_RTT = 4
25854pkg syscall (linux-amd64), const RTAX_RTTVAR = 5
25855pkg syscall (linux-amd64), const RTAX_SSTHRESH = 6
25856pkg syscall (linux-amd64), const RTAX_UNSPEC = 0
25857pkg syscall (linux-amd64), const RTAX_WINDOW = 3
25858pkg syscall (linux-amd64), const RTA_ALIGNTO = 4
25859pkg syscall (linux-amd64), const RTA_CACHEINFO = 12
25860pkg syscall (linux-amd64), const RTA_DST = 1
25861pkg syscall (linux-amd64), const RTA_FLOW = 11
25862pkg syscall (linux-amd64), const RTA_GATEWAY = 5
25863pkg syscall (linux-amd64), const RTA_IIF = 3
25864pkg syscall (linux-amd64), const RTA_MAX = 16
25865pkg syscall (linux-amd64), const RTA_METRICS = 8
25866pkg syscall (linux-amd64), const RTA_MULTIPATH = 9
25867pkg syscall (linux-amd64), const RTA_OIF = 4
25868pkg syscall (linux-amd64), const RTA_PREFSRC = 7
25869pkg syscall (linux-amd64), const RTA_PRIORITY = 6
25870pkg syscall (linux-amd64), const RTA_SRC = 2
25871pkg syscall (linux-amd64), const RTA_TABLE = 15
25872pkg syscall (linux-amd64), const RTA_UNSPEC = 0
25873pkg syscall (linux-amd64), const RTCF_DIRECTSRC = 67108864
25874pkg syscall (linux-amd64), const RTCF_DOREDIRECT = 16777216
25875pkg syscall (linux-amd64), const RTCF_LOG = 33554432
25876pkg syscall (linux-amd64), const RTCF_MASQ = 4194304
25877pkg syscall (linux-amd64), const RTCF_NAT = 8388608
25878pkg syscall (linux-amd64), const RTCF_VALVE = 2097152
25879pkg syscall (linux-amd64), const RTF_ADDRCLASSMASK = 4160749568
25880pkg syscall (linux-amd64), const RTF_ADDRCONF = 262144
25881pkg syscall (linux-amd64), const RTF_ALLONLINK = 131072
25882pkg syscall (linux-amd64), const RTF_BROADCAST = 268435456
25883pkg syscall (linux-amd64), const RTF_CACHE = 16777216
25884pkg syscall (linux-amd64), const RTF_DEFAULT = 65536
25885pkg syscall (linux-amd64), const RTF_DYNAMIC = 16
25886pkg syscall (linux-amd64), const RTF_FLOW = 33554432
25887pkg syscall (linux-amd64), const RTF_GATEWAY = 2
25888pkg syscall (linux-amd64), const RTF_HOST = 4
25889pkg syscall (linux-amd64), const RTF_INTERFACE = 1073741824
25890pkg syscall (linux-amd64), const RTF_IRTT = 256
25891pkg syscall (linux-amd64), const RTF_LINKRT = 1048576
25892pkg syscall (linux-amd64), const RTF_LOCAL = 2147483648
25893pkg syscall (linux-amd64), const RTF_MODIFIED = 32
25894pkg syscall (linux-amd64), const RTF_MSS = 64
25895pkg syscall (linux-amd64), const RTF_MTU = 64
25896pkg syscall (linux-amd64), const RTF_MULTICAST = 536870912
25897pkg syscall (linux-amd64), const RTF_NAT = 134217728
25898pkg syscall (linux-amd64), const RTF_NOFORWARD = 4096
25899pkg syscall (linux-amd64), const RTF_NONEXTHOP = 2097152
25900pkg syscall (linux-amd64), const RTF_NOPMTUDISC = 16384
25901pkg syscall (linux-amd64), const RTF_POLICY = 67108864
25902pkg syscall (linux-amd64), const RTF_REINSTATE = 8
25903pkg syscall (linux-amd64), const RTF_REJECT = 512
25904pkg syscall (linux-amd64), const RTF_STATIC = 1024
25905pkg syscall (linux-amd64), const RTF_THROW = 8192
25906pkg syscall (linux-amd64), const RTF_UP = 1
25907pkg syscall (linux-amd64), const RTF_WINDOW = 128
25908pkg syscall (linux-amd64), const RTF_XRESOLVE = 2048
25909pkg syscall (linux-amd64), const RTM_BASE = 16
25910pkg syscall (linux-amd64), const RTM_DELACTION = 49
25911pkg syscall (linux-amd64), const RTM_DELADDR = 21
25912pkg syscall (linux-amd64), const RTM_DELADDRLABEL = 73
25913pkg syscall (linux-amd64), const RTM_DELLINK = 17
25914pkg syscall (linux-amd64), const RTM_DELNEIGH = 29
25915pkg syscall (linux-amd64), const RTM_DELQDISC = 37
25916pkg syscall (linux-amd64), const RTM_DELROUTE = 25
25917pkg syscall (linux-amd64), const RTM_DELRULE = 33
25918pkg syscall (linux-amd64), const RTM_DELTCLASS = 41
25919pkg syscall (linux-amd64), const RTM_DELTFILTER = 45
25920pkg syscall (linux-amd64), const RTM_F_CLONED = 512
25921pkg syscall (linux-amd64), const RTM_F_EQUALIZE = 1024
25922pkg syscall (linux-amd64), const RTM_F_NOTIFY = 256
25923pkg syscall (linux-amd64), const RTM_F_PREFIX = 2048
25924pkg syscall (linux-amd64), const RTM_GETACTION = 50
25925pkg syscall (linux-amd64), const RTM_GETADDR = 22
25926pkg syscall (linux-amd64), const RTM_GETADDRLABEL = 74
25927pkg syscall (linux-amd64), const RTM_GETANYCAST = 62
25928pkg syscall (linux-amd64), const RTM_GETDCB = 78
25929pkg syscall (linux-amd64), const RTM_GETLINK = 18
25930pkg syscall (linux-amd64), const RTM_GETMULTICAST = 58
25931pkg syscall (linux-amd64), const RTM_GETNEIGH = 30
25932pkg syscall (linux-amd64), const RTM_GETNEIGHTBL = 66
25933pkg syscall (linux-amd64), const RTM_GETQDISC = 38
25934pkg syscall (linux-amd64), const RTM_GETROUTE = 26
25935pkg syscall (linux-amd64), const RTM_GETRULE = 34
25936pkg syscall (linux-amd64), const RTM_GETTCLASS = 42
25937pkg syscall (linux-amd64), const RTM_GETTFILTER = 46
25938pkg syscall (linux-amd64), const RTM_MAX = 79
25939pkg syscall (linux-amd64), const RTM_NEWACTION = 48
25940pkg syscall (linux-amd64), const RTM_NEWADDR = 20
25941pkg syscall (linux-amd64), const RTM_NEWADDRLABEL = 72
25942pkg syscall (linux-amd64), const RTM_NEWLINK = 16
25943pkg syscall (linux-amd64), const RTM_NEWNDUSEROPT = 68
25944pkg syscall (linux-amd64), const RTM_NEWNEIGH = 28
25945pkg syscall (linux-amd64), const RTM_NEWNEIGHTBL = 64
25946pkg syscall (linux-amd64), const RTM_NEWPREFIX = 52
25947pkg syscall (linux-amd64), const RTM_NEWQDISC = 36
25948pkg syscall (linux-amd64), const RTM_NEWROUTE = 24
25949pkg syscall (linux-amd64), const RTM_NEWRULE = 32
25950pkg syscall (linux-amd64), const RTM_NEWTCLASS = 40
25951pkg syscall (linux-amd64), const RTM_NEWTFILTER = 44
25952pkg syscall (linux-amd64), const RTM_NR_FAMILIES = 16
25953pkg syscall (linux-amd64), const RTM_NR_MSGTYPES = 64
25954pkg syscall (linux-amd64), const RTM_SETDCB = 79
25955pkg syscall (linux-amd64), const RTM_SETLINK = 19
25956pkg syscall (linux-amd64), const RTM_SETNEIGHTBL = 67
25957pkg syscall (linux-amd64), const RTNH_ALIGNTO = 4
25958pkg syscall (linux-amd64), const RTNH_F_DEAD = 1
25959pkg syscall (linux-amd64), const RTNH_F_ONLINK = 4
25960pkg syscall (linux-amd64), const RTNH_F_PERVASIVE = 2
25961pkg syscall (linux-amd64), const RTNLGRP_IPV4_IFADDR = 5
25962pkg syscall (linux-amd64), const RTNLGRP_IPV4_IFADDR ideal-int
25963pkg syscall (linux-amd64), const RTNLGRP_IPV4_MROUTE = 6
25964pkg syscall (linux-amd64), const RTNLGRP_IPV4_MROUTE ideal-int
25965pkg syscall (linux-amd64), const RTNLGRP_IPV4_ROUTE = 7
25966pkg syscall (linux-amd64), const RTNLGRP_IPV4_ROUTE ideal-int
25967pkg syscall (linux-amd64), const RTNLGRP_IPV4_RULE = 8
25968pkg syscall (linux-amd64), const RTNLGRP_IPV4_RULE ideal-int
25969pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFADDR = 9
25970pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFADDR ideal-int
25971pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFINFO = 12
25972pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFINFO ideal-int
25973pkg syscall (linux-amd64), const RTNLGRP_IPV6_MROUTE = 10
25974pkg syscall (linux-amd64), const RTNLGRP_IPV6_MROUTE ideal-int
25975pkg syscall (linux-amd64), const RTNLGRP_IPV6_PREFIX = 18
25976pkg syscall (linux-amd64), const RTNLGRP_IPV6_PREFIX ideal-int
25977pkg syscall (linux-amd64), const RTNLGRP_IPV6_ROUTE = 11
25978pkg syscall (linux-amd64), const RTNLGRP_IPV6_ROUTE ideal-int
25979pkg syscall (linux-amd64), const RTNLGRP_IPV6_RULE = 19
25980pkg syscall (linux-amd64), const RTNLGRP_IPV6_RULE ideal-int
25981pkg syscall (linux-amd64), const RTNLGRP_LINK = 1
25982pkg syscall (linux-amd64), const RTNLGRP_LINK ideal-int
25983pkg syscall (linux-amd64), const RTNLGRP_ND_USEROPT = 20
25984pkg syscall (linux-amd64), const RTNLGRP_ND_USEROPT ideal-int
25985pkg syscall (linux-amd64), const RTNLGRP_NEIGH = 3
25986pkg syscall (linux-amd64), const RTNLGRP_NEIGH ideal-int
25987pkg syscall (linux-amd64), const RTNLGRP_NONE = 0
25988pkg syscall (linux-amd64), const RTNLGRP_NONE ideal-int
25989pkg syscall (linux-amd64), const RTNLGRP_NOTIFY = 2
25990pkg syscall (linux-amd64), const RTNLGRP_NOTIFY ideal-int
25991pkg syscall (linux-amd64), const RTNLGRP_TC = 4
25992pkg syscall (linux-amd64), const RTNLGRP_TC ideal-int
25993pkg syscall (linux-amd64), const RTN_ANYCAST = 4
25994pkg syscall (linux-amd64), const RTN_BLACKHOLE = 6
25995pkg syscall (linux-amd64), const RTN_BROADCAST = 3
25996pkg syscall (linux-amd64), const RTN_LOCAL = 2
25997pkg syscall (linux-amd64), const RTN_MAX = 11
25998pkg syscall (linux-amd64), const RTN_MULTICAST = 5
25999pkg syscall (linux-amd64), const RTN_NAT = 10
26000pkg syscall (linux-amd64), const RTN_PROHIBIT = 8
26001pkg syscall (linux-amd64), const RTN_THROW = 9
26002pkg syscall (linux-amd64), const RTN_UNICAST = 1
26003pkg syscall (linux-amd64), const RTN_UNREACHABLE = 7
26004pkg syscall (linux-amd64), const RTN_UNSPEC = 0
26005pkg syscall (linux-amd64), const RTN_XRESOLVE = 11
26006pkg syscall (linux-amd64), const RTPROT_BIRD = 12
26007pkg syscall (linux-amd64), const RTPROT_BOOT = 3
26008pkg syscall (linux-amd64), const RTPROT_DHCP = 16
26009pkg syscall (linux-amd64), const RTPROT_DNROUTED = 13
26010pkg syscall (linux-amd64), const RTPROT_GATED = 8
26011pkg syscall (linux-amd64), const RTPROT_KERNEL = 2
26012pkg syscall (linux-amd64), const RTPROT_MRT = 10
26013pkg syscall (linux-amd64), const RTPROT_NTK = 15
26014pkg syscall (linux-amd64), const RTPROT_RA = 9
26015pkg syscall (linux-amd64), const RTPROT_REDIRECT = 1
26016pkg syscall (linux-amd64), const RTPROT_STATIC = 4
26017pkg syscall (linux-amd64), const RTPROT_UNSPEC = 0
26018pkg syscall (linux-amd64), const RTPROT_XORP = 14
26019pkg syscall (linux-amd64), const RTPROT_ZEBRA = 11
26020pkg syscall (linux-amd64), const RT_CLASS_DEFAULT = 253
26021pkg syscall (linux-amd64), const RT_CLASS_LOCAL = 255
26022pkg syscall (linux-amd64), const RT_CLASS_MAIN = 254
26023pkg syscall (linux-amd64), const RT_CLASS_MAX = 255
26024pkg syscall (linux-amd64), const RT_CLASS_UNSPEC = 0
26025pkg syscall (linux-amd64), const RT_SCOPE_HOST = 254
26026pkg syscall (linux-amd64), const RT_SCOPE_LINK = 253
26027pkg syscall (linux-amd64), const RT_SCOPE_NOWHERE = 255
26028pkg syscall (linux-amd64), const RT_SCOPE_SITE = 200
26029pkg syscall (linux-amd64), const RT_SCOPE_UNIVERSE = 0
26030pkg syscall (linux-amd64), const RT_TABLE_COMPAT = 252
26031pkg syscall (linux-amd64), const RT_TABLE_DEFAULT = 253
26032pkg syscall (linux-amd64), const RT_TABLE_LOCAL = 255
26033pkg syscall (linux-amd64), const RT_TABLE_MAIN = 254
26034pkg syscall (linux-amd64), const RT_TABLE_MAX = 4294967295
26035pkg syscall (linux-amd64), const RT_TABLE_UNSPEC = 0
26036pkg syscall (linux-amd64), const RUSAGE_CHILDREN = -1
26037pkg syscall (linux-amd64), const RUSAGE_SELF = 0
26038pkg syscall (linux-amd64), const RUSAGE_THREAD = 1
26039pkg syscall (linux-amd64), const SCM_CREDENTIALS = 2
26040pkg syscall (linux-amd64), const SCM_RIGHTS = 1
26041pkg syscall (linux-amd64), const SCM_TIMESTAMP = 29
26042pkg syscall (linux-amd64), const SCM_TIMESTAMPING = 37
26043pkg syscall (linux-amd64), const SCM_TIMESTAMPNS = 35
26044pkg syscall (linux-amd64), const SIGBUS = 7
26045pkg syscall (linux-amd64), const SIGCHLD = 17
26046pkg syscall (linux-amd64), const SIGCLD = 17
26047pkg syscall (linux-amd64), const SIGCONT = 18
26048pkg syscall (linux-amd64), const SIGIO = 29
26049pkg syscall (linux-amd64), const SIGIOT = 6
26050pkg syscall (linux-amd64), const SIGPOLL = 29
26051pkg syscall (linux-amd64), const SIGPROF = 27
26052pkg syscall (linux-amd64), const SIGPWR = 30
26053pkg syscall (linux-amd64), const SIGSTKFLT = 16
26054pkg syscall (linux-amd64), const SIGSTOP = 19
26055pkg syscall (linux-amd64), const SIGSYS = 31
26056pkg syscall (linux-amd64), const SIGTSTP = 20
26057pkg syscall (linux-amd64), const SIGTTIN = 21
26058pkg syscall (linux-amd64), const SIGTTOU = 22
26059pkg syscall (linux-amd64), const SIGUNUSED = 31
26060pkg syscall (linux-amd64), const SIGURG = 23
26061pkg syscall (linux-amd64), const SIGUSR1 = 10
26062pkg syscall (linux-amd64), const SIGUSR2 = 12
26063pkg syscall (linux-amd64), const SIGVTALRM = 26
26064pkg syscall (linux-amd64), const SIGWINCH = 28
26065pkg syscall (linux-amd64), const SIGXCPU = 24
26066pkg syscall (linux-amd64), const SIGXFSZ = 25
26067pkg syscall (linux-amd64), const SIOCADDDLCI = 35200
26068pkg syscall (linux-amd64), const SIOCADDMULTI = 35121
26069pkg syscall (linux-amd64), const SIOCADDRT = 35083
26070pkg syscall (linux-amd64), const SIOCATMARK = 35077
26071pkg syscall (linux-amd64), const SIOCDARP = 35155
26072pkg syscall (linux-amd64), const SIOCDELDLCI = 35201
26073pkg syscall (linux-amd64), const SIOCDELMULTI = 35122
26074pkg syscall (linux-amd64), const SIOCDELRT = 35084
26075pkg syscall (linux-amd64), const SIOCDEVPRIVATE = 35312
26076pkg syscall (linux-amd64), const SIOCDIFADDR = 35126
26077pkg syscall (linux-amd64), const SIOCDRARP = 35168
26078pkg syscall (linux-amd64), const SIOCGARP = 35156
26079pkg syscall (linux-amd64), const SIOCGIFADDR = 35093
26080pkg syscall (linux-amd64), const SIOCGIFBR = 35136
26081pkg syscall (linux-amd64), const SIOCGIFBRDADDR = 35097
26082pkg syscall (linux-amd64), const SIOCGIFCONF = 35090
26083pkg syscall (linux-amd64), const SIOCGIFCOUNT = 35128
26084pkg syscall (linux-amd64), const SIOCGIFDSTADDR = 35095
26085pkg syscall (linux-amd64), const SIOCGIFENCAP = 35109
26086pkg syscall (linux-amd64), const SIOCGIFFLAGS = 35091
26087pkg syscall (linux-amd64), const SIOCGIFHWADDR = 35111
26088pkg syscall (linux-amd64), const SIOCGIFINDEX = 35123
26089pkg syscall (linux-amd64), const SIOCGIFMAP = 35184
26090pkg syscall (linux-amd64), const SIOCGIFMEM = 35103
26091pkg syscall (linux-amd64), const SIOCGIFMETRIC = 35101
26092pkg syscall (linux-amd64), const SIOCGIFMTU = 35105
26093pkg syscall (linux-amd64), const SIOCGIFNAME = 35088
26094pkg syscall (linux-amd64), const SIOCGIFNETMASK = 35099
26095pkg syscall (linux-amd64), const SIOCGIFPFLAGS = 35125
26096pkg syscall (linux-amd64), const SIOCGIFSLAVE = 35113
26097pkg syscall (linux-amd64), const SIOCGIFTXQLEN = 35138
26098pkg syscall (linux-amd64), const SIOCGPGRP = 35076
26099pkg syscall (linux-amd64), const SIOCGRARP = 35169
26100pkg syscall (linux-amd64), const SIOCGSTAMP = 35078
26101pkg syscall (linux-amd64), const SIOCGSTAMPNS = 35079
26102pkg syscall (linux-amd64), const SIOCPROTOPRIVATE = 35296
26103pkg syscall (linux-amd64), const SIOCRTMSG = 35085
26104pkg syscall (linux-amd64), const SIOCSARP = 35157
26105pkg syscall (linux-amd64), const SIOCSIFADDR = 35094
26106pkg syscall (linux-amd64), const SIOCSIFBR = 35137
26107pkg syscall (linux-amd64), const SIOCSIFBRDADDR = 35098
26108pkg syscall (linux-amd64), const SIOCSIFDSTADDR = 35096
26109pkg syscall (linux-amd64), const SIOCSIFENCAP = 35110
26110pkg syscall (linux-amd64), const SIOCSIFFLAGS = 35092
26111pkg syscall (linux-amd64), const SIOCSIFHWADDR = 35108
26112pkg syscall (linux-amd64), const SIOCSIFHWBROADCAST = 35127
26113pkg syscall (linux-amd64), const SIOCSIFLINK = 35089
26114pkg syscall (linux-amd64), const SIOCSIFMAP = 35185
26115pkg syscall (linux-amd64), const SIOCSIFMEM = 35104
26116pkg syscall (linux-amd64), const SIOCSIFMETRIC = 35102
26117pkg syscall (linux-amd64), const SIOCSIFMTU = 35106
26118pkg syscall (linux-amd64), const SIOCSIFNAME = 35107
26119pkg syscall (linux-amd64), const SIOCSIFNETMASK = 35100
26120pkg syscall (linux-amd64), const SIOCSIFPFLAGS = 35124
26121pkg syscall (linux-amd64), const SIOCSIFSLAVE = 35120
26122pkg syscall (linux-amd64), const SIOCSIFTXQLEN = 35139
26123pkg syscall (linux-amd64), const SIOCSPGRP = 35074
26124pkg syscall (linux-amd64), const SIOCSRARP = 35170
26125pkg syscall (linux-amd64), const SOCK_CLOEXEC = 524288
26126pkg syscall (linux-amd64), const SOCK_DCCP = 6
26127pkg syscall (linux-amd64), const SOCK_NONBLOCK = 2048
26128pkg syscall (linux-amd64), const SOCK_PACKET = 10
26129pkg syscall (linux-amd64), const SOCK_RDM = 4
26130pkg syscall (linux-amd64), const SOL_AAL = 265
26131pkg syscall (linux-amd64), const SOL_ATM = 264
26132pkg syscall (linux-amd64), const SOL_DECNET = 261
26133pkg syscall (linux-amd64), const SOL_ICMPV6 = 58
26134pkg syscall (linux-amd64), const SOL_IP = 0
26135pkg syscall (linux-amd64), const SOL_IPV6 = 41
26136pkg syscall (linux-amd64), const SOL_IRDA = 266
26137pkg syscall (linux-amd64), const SOL_PACKET = 263
26138pkg syscall (linux-amd64), const SOL_RAW = 255
26139pkg syscall (linux-amd64), const SOL_SOCKET = 1
26140pkg syscall (linux-amd64), const SOL_TCP = 6
26141pkg syscall (linux-amd64), const SOL_X25 = 262
26142pkg syscall (linux-amd64), const SOMAXCONN = 128
26143pkg syscall (linux-amd64), const SO_ACCEPTCONN = 30
26144pkg syscall (linux-amd64), const SO_ATTACH_FILTER = 26
26145pkg syscall (linux-amd64), const SO_BINDTODEVICE = 25
26146pkg syscall (linux-amd64), const SO_BROADCAST = 6
26147pkg syscall (linux-amd64), const SO_BSDCOMPAT = 14
26148pkg syscall (linux-amd64), const SO_DEBUG = 1
26149pkg syscall (linux-amd64), const SO_DETACH_FILTER = 27
26150pkg syscall (linux-amd64), const SO_DOMAIN = 39
26151pkg syscall (linux-amd64), const SO_DONTROUTE = 5
26152pkg syscall (linux-amd64), const SO_ERROR = 4
26153pkg syscall (linux-amd64), const SO_KEEPALIVE = 9
26154pkg syscall (linux-amd64), const SO_LINGER = 13
26155pkg syscall (linux-amd64), const SO_MARK = 36
26156pkg syscall (linux-amd64), const SO_NO_CHECK = 11
26157pkg syscall (linux-amd64), const SO_OOBINLINE = 10
26158pkg syscall (linux-amd64), const SO_PASSCRED = 16
26159pkg syscall (linux-amd64), const SO_PASSSEC = 34
26160pkg syscall (linux-amd64), const SO_PEERCRED = 17
26161pkg syscall (linux-amd64), const SO_PEERNAME = 28
26162pkg syscall (linux-amd64), const SO_PEERSEC = 31
26163pkg syscall (linux-amd64), const SO_PRIORITY = 12
26164pkg syscall (linux-amd64), const SO_PROTOCOL = 38
26165pkg syscall (linux-amd64), const SO_RCVBUF = 8
26166pkg syscall (linux-amd64), const SO_RCVBUFFORCE = 33
26167pkg syscall (linux-amd64), const SO_RCVLOWAT = 18
26168pkg syscall (linux-amd64), const SO_RCVTIMEO = 20
26169pkg syscall (linux-amd64), const SO_REUSEADDR = 2
26170pkg syscall (linux-amd64), const SO_RXQ_OVFL = 40
26171pkg syscall (linux-amd64), const SO_SECURITY_AUTHENTICATION = 22
26172pkg syscall (linux-amd64), const SO_SECURITY_ENCRYPTION_NETWORK = 24
26173pkg syscall (linux-amd64), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
26174pkg syscall (linux-amd64), const SO_SNDBUF = 7
26175pkg syscall (linux-amd64), const SO_SNDBUFFORCE = 32
26176pkg syscall (linux-amd64), const SO_SNDLOWAT = 19
26177pkg syscall (linux-amd64), const SO_SNDTIMEO = 21
26178pkg syscall (linux-amd64), const SO_TIMESTAMP = 29
26179pkg syscall (linux-amd64), const SO_TIMESTAMPING = 37
26180pkg syscall (linux-amd64), const SO_TIMESTAMPNS = 35
26181pkg syscall (linux-amd64), const SO_TYPE = 3
26182pkg syscall (linux-amd64), const SYS_ACCEPT = 43
26183pkg syscall (linux-amd64), const SYS_ACCEPT4 = 288
26184pkg syscall (linux-amd64), const SYS_ACCESS = 21
26185pkg syscall (linux-amd64), const SYS_ACCT = 163
26186pkg syscall (linux-amd64), const SYS_ADD_KEY = 248
26187pkg syscall (linux-amd64), const SYS_ADJTIMEX = 159
26188pkg syscall (linux-amd64), const SYS_AFS_SYSCALL = 183
26189pkg syscall (linux-amd64), const SYS_ALARM = 37
26190pkg syscall (linux-amd64), const SYS_ARCH_PRCTL = 158
26191pkg syscall (linux-amd64), const SYS_BIND = 49
26192pkg syscall (linux-amd64), const SYS_BRK = 12
26193pkg syscall (linux-amd64), const SYS_CAPGET = 125
26194pkg syscall (linux-amd64), const SYS_CAPSET = 126
26195pkg syscall (linux-amd64), const SYS_CHDIR = 80
26196pkg syscall (linux-amd64), const SYS_CHMOD = 90
26197pkg syscall (linux-amd64), const SYS_CHOWN = 92
26198pkg syscall (linux-amd64), const SYS_CHROOT = 161
26199pkg syscall (linux-amd64), const SYS_CLOCK_GETRES = 229
26200pkg syscall (linux-amd64), const SYS_CLOCK_GETTIME = 228
26201pkg syscall (linux-amd64), const SYS_CLOCK_NANOSLEEP = 230
26202pkg syscall (linux-amd64), const SYS_CLOCK_SETTIME = 227
26203pkg syscall (linux-amd64), const SYS_CLONE = 56
26204pkg syscall (linux-amd64), const SYS_CLOSE = 3
26205pkg syscall (linux-amd64), const SYS_CONNECT = 42
26206pkg syscall (linux-amd64), const SYS_CREAT = 85
26207pkg syscall (linux-amd64), const SYS_CREATE_MODULE = 174
26208pkg syscall (linux-amd64), const SYS_DELETE_MODULE = 176
26209pkg syscall (linux-amd64), const SYS_DUP = 32
26210pkg syscall (linux-amd64), const SYS_DUP2 = 33
26211pkg syscall (linux-amd64), const SYS_DUP3 = 292
26212pkg syscall (linux-amd64), const SYS_EPOLL_CREATE = 213
26213pkg syscall (linux-amd64), const SYS_EPOLL_CREATE1 = 291
26214pkg syscall (linux-amd64), const SYS_EPOLL_CTL = 233
26215pkg syscall (linux-amd64), const SYS_EPOLL_CTL_OLD = 214
26216pkg syscall (linux-amd64), const SYS_EPOLL_PWAIT = 281
26217pkg syscall (linux-amd64), const SYS_EPOLL_WAIT = 232
26218pkg syscall (linux-amd64), const SYS_EPOLL_WAIT_OLD = 215
26219pkg syscall (linux-amd64), const SYS_EVENTFD = 284
26220pkg syscall (linux-amd64), const SYS_EVENTFD2 = 290
26221pkg syscall (linux-amd64), const SYS_EXECVE = 59
26222pkg syscall (linux-amd64), const SYS_EXIT = 60
26223pkg syscall (linux-amd64), const SYS_EXIT_GROUP = 231
26224pkg syscall (linux-amd64), const SYS_FACCESSAT = 269
26225pkg syscall (linux-amd64), const SYS_FADVISE64 = 221
26226pkg syscall (linux-amd64), const SYS_FALLOCATE = 285
26227pkg syscall (linux-amd64), const SYS_FANOTIFY_INIT = 300
26228pkg syscall (linux-amd64), const SYS_FANOTIFY_MARK = 301
26229pkg syscall (linux-amd64), const SYS_FCHDIR = 81
26230pkg syscall (linux-amd64), const SYS_FCHMOD = 91
26231pkg syscall (linux-amd64), const SYS_FCHMODAT = 268
26232pkg syscall (linux-amd64), const SYS_FCHOWN = 93
26233pkg syscall (linux-amd64), const SYS_FCHOWNAT = 260
26234pkg syscall (linux-amd64), const SYS_FCNTL = 72
26235pkg syscall (linux-amd64), const SYS_FDATASYNC = 75
26236pkg syscall (linux-amd64), const SYS_FGETXATTR = 193
26237pkg syscall (linux-amd64), const SYS_FLISTXATTR = 196
26238pkg syscall (linux-amd64), const SYS_FLOCK = 73
26239pkg syscall (linux-amd64), const SYS_FORK = 57
26240pkg syscall (linux-amd64), const SYS_FREMOVEXATTR = 199
26241pkg syscall (linux-amd64), const SYS_FSETXATTR = 190
26242pkg syscall (linux-amd64), const SYS_FSTAT = 5
26243pkg syscall (linux-amd64), const SYS_FSTATFS = 138
26244pkg syscall (linux-amd64), const SYS_FSYNC = 74
26245pkg syscall (linux-amd64), const SYS_FTRUNCATE = 77
26246pkg syscall (linux-amd64), const SYS_FUTEX = 202
26247pkg syscall (linux-amd64), const SYS_FUTIMESAT = 261
26248pkg syscall (linux-amd64), const SYS_GETCWD = 79
26249pkg syscall (linux-amd64), const SYS_GETDENTS = 78
26250pkg syscall (linux-amd64), const SYS_GETDENTS64 = 217
26251pkg syscall (linux-amd64), const SYS_GETEGID = 108
26252pkg syscall (linux-amd64), const SYS_GETEUID = 107
26253pkg syscall (linux-amd64), const SYS_GETGID = 104
26254pkg syscall (linux-amd64), const SYS_GETGROUPS = 115
26255pkg syscall (linux-amd64), const SYS_GETITIMER = 36
26256pkg syscall (linux-amd64), const SYS_GETPEERNAME = 52
26257pkg syscall (linux-amd64), const SYS_GETPGID = 121
26258pkg syscall (linux-amd64), const SYS_GETPGRP = 111
26259pkg syscall (linux-amd64), const SYS_GETPID = 39
26260pkg syscall (linux-amd64), const SYS_GETPMSG = 181
26261pkg syscall (linux-amd64), const SYS_GETPPID = 110
26262pkg syscall (linux-amd64), const SYS_GETPRIORITY = 140
26263pkg syscall (linux-amd64), const SYS_GETRESGID = 120
26264pkg syscall (linux-amd64), const SYS_GETRESUID = 118
26265pkg syscall (linux-amd64), const SYS_GETRLIMIT = 97
26266pkg syscall (linux-amd64), const SYS_GETRUSAGE = 98
26267pkg syscall (linux-amd64), const SYS_GETSID = 124
26268pkg syscall (linux-amd64), const SYS_GETSOCKNAME = 51
26269pkg syscall (linux-amd64), const SYS_GETSOCKOPT = 55
26270pkg syscall (linux-amd64), const SYS_GETTID = 186
26271pkg syscall (linux-amd64), const SYS_GETTIMEOFDAY = 96
26272pkg syscall (linux-amd64), const SYS_GETUID = 102
26273pkg syscall (linux-amd64), const SYS_GETXATTR = 191
26274pkg syscall (linux-amd64), const SYS_GET_KERNEL_SYMS = 177
26275pkg syscall (linux-amd64), const SYS_GET_MEMPOLICY = 239
26276pkg syscall (linux-amd64), const SYS_GET_ROBUST_LIST = 274
26277pkg syscall (linux-amd64), const SYS_GET_THREAD_AREA = 211
26278pkg syscall (linux-amd64), const SYS_INIT_MODULE = 175
26279pkg syscall (linux-amd64), const SYS_INOTIFY_ADD_WATCH = 254
26280pkg syscall (linux-amd64), const SYS_INOTIFY_INIT = 253
26281pkg syscall (linux-amd64), const SYS_INOTIFY_INIT1 = 294
26282pkg syscall (linux-amd64), const SYS_INOTIFY_RM_WATCH = 255
26283pkg syscall (linux-amd64), const SYS_IOCTL = 16
26284pkg syscall (linux-amd64), const SYS_IOPERM = 173
26285pkg syscall (linux-amd64), const SYS_IOPL = 172
26286pkg syscall (linux-amd64), const SYS_IOPRIO_GET = 252
26287pkg syscall (linux-amd64), const SYS_IOPRIO_SET = 251
26288pkg syscall (linux-amd64), const SYS_IO_CANCEL = 210
26289pkg syscall (linux-amd64), const SYS_IO_DESTROY = 207
26290pkg syscall (linux-amd64), const SYS_IO_GETEVENTS = 208
26291pkg syscall (linux-amd64), const SYS_IO_SETUP = 206
26292pkg syscall (linux-amd64), const SYS_IO_SUBMIT = 209
26293pkg syscall (linux-amd64), const SYS_KEXEC_LOAD = 246
26294pkg syscall (linux-amd64), const SYS_KEYCTL = 250
26295pkg syscall (linux-amd64), const SYS_KILL = 62
26296pkg syscall (linux-amd64), const SYS_LCHOWN = 94
26297pkg syscall (linux-amd64), const SYS_LGETXATTR = 192
26298pkg syscall (linux-amd64), const SYS_LINK = 86
26299pkg syscall (linux-amd64), const SYS_LINKAT = 265
26300pkg syscall (linux-amd64), const SYS_LISTEN = 50
26301pkg syscall (linux-amd64), const SYS_LISTXATTR = 194
26302pkg syscall (linux-amd64), const SYS_LLISTXATTR = 195
26303pkg syscall (linux-amd64), const SYS_LOOKUP_DCOOKIE = 212
26304pkg syscall (linux-amd64), const SYS_LREMOVEXATTR = 198
26305pkg syscall (linux-amd64), const SYS_LSEEK = 8
26306pkg syscall (linux-amd64), const SYS_LSETXATTR = 189
26307pkg syscall (linux-amd64), const SYS_LSTAT = 6
26308pkg syscall (linux-amd64), const SYS_MADVISE = 28
26309pkg syscall (linux-amd64), const SYS_MBIND = 237
26310pkg syscall (linux-amd64), const SYS_MIGRATE_PAGES = 256
26311pkg syscall (linux-amd64), const SYS_MINCORE = 27
26312pkg syscall (linux-amd64), const SYS_MKDIR = 83
26313pkg syscall (linux-amd64), const SYS_MKDIRAT = 258
26314pkg syscall (linux-amd64), const SYS_MKNOD = 133
26315pkg syscall (linux-amd64), const SYS_MKNODAT = 259
26316pkg syscall (linux-amd64), const SYS_MLOCK = 149
26317pkg syscall (linux-amd64), const SYS_MLOCKALL = 151
26318pkg syscall (linux-amd64), const SYS_MMAP = 9
26319pkg syscall (linux-amd64), const SYS_MODIFY_LDT = 154
26320pkg syscall (linux-amd64), const SYS_MOUNT = 165
26321pkg syscall (linux-amd64), const SYS_MOVE_PAGES = 279
26322pkg syscall (linux-amd64), const SYS_MPROTECT = 10
26323pkg syscall (linux-amd64), const SYS_MQ_GETSETATTR = 245
26324pkg syscall (linux-amd64), const SYS_MQ_NOTIFY = 244
26325pkg syscall (linux-amd64), const SYS_MQ_OPEN = 240
26326pkg syscall (linux-amd64), const SYS_MQ_TIMEDRECEIVE = 243
26327pkg syscall (linux-amd64), const SYS_MQ_TIMEDSEND = 242
26328pkg syscall (linux-amd64), const SYS_MQ_UNLINK = 241
26329pkg syscall (linux-amd64), const SYS_MREMAP = 25
26330pkg syscall (linux-amd64), const SYS_MSGCTL = 71
26331pkg syscall (linux-amd64), const SYS_MSGGET = 68
26332pkg syscall (linux-amd64), const SYS_MSGRCV = 70
26333pkg syscall (linux-amd64), const SYS_MSGSND = 69
26334pkg syscall (linux-amd64), const SYS_MSYNC = 26
26335pkg syscall (linux-amd64), const SYS_MUNLOCK = 150
26336pkg syscall (linux-amd64), const SYS_MUNLOCKALL = 152
26337pkg syscall (linux-amd64), const SYS_MUNMAP = 11
26338pkg syscall (linux-amd64), const SYS_NANOSLEEP = 35
26339pkg syscall (linux-amd64), const SYS_NEWFSTATAT = 262
26340pkg syscall (linux-amd64), const SYS_NFSSERVCTL = 180
26341pkg syscall (linux-amd64), const SYS_OPEN = 2
26342pkg syscall (linux-amd64), const SYS_OPENAT = 257
26343pkg syscall (linux-amd64), const SYS_PAUSE = 34
26344pkg syscall (linux-amd64), const SYS_PERF_EVENT_OPEN = 298
26345pkg syscall (linux-amd64), const SYS_PERSONALITY = 135
26346pkg syscall (linux-amd64), const SYS_PIPE = 22
26347pkg syscall (linux-amd64), const SYS_PIPE2 = 293
26348pkg syscall (linux-amd64), const SYS_PIVOT_ROOT = 155
26349pkg syscall (linux-amd64), const SYS_POLL = 7
26350pkg syscall (linux-amd64), const SYS_PPOLL = 271
26351pkg syscall (linux-amd64), const SYS_PRCTL = 157
26352pkg syscall (linux-amd64), const SYS_PREAD64 = 17
26353pkg syscall (linux-amd64), const SYS_PREADV = 295
26354pkg syscall (linux-amd64), const SYS_PRLIMIT64 = 302
26355pkg syscall (linux-amd64), const SYS_PSELECT6 = 270
26356pkg syscall (linux-amd64), const SYS_PTRACE = 101
26357pkg syscall (linux-amd64), const SYS_PUTPMSG = 182
26358pkg syscall (linux-amd64), const SYS_PWRITE64 = 18
26359pkg syscall (linux-amd64), const SYS_PWRITEV = 296
26360pkg syscall (linux-amd64), const SYS_QUERY_MODULE = 178
26361pkg syscall (linux-amd64), const SYS_QUOTACTL = 179
26362pkg syscall (linux-amd64), const SYS_READ = 0
26363pkg syscall (linux-amd64), const SYS_READAHEAD = 187
26364pkg syscall (linux-amd64), const SYS_READLINK = 89
26365pkg syscall (linux-amd64), const SYS_READLINKAT = 267
26366pkg syscall (linux-amd64), const SYS_READV = 19
26367pkg syscall (linux-amd64), const SYS_REBOOT = 169
26368pkg syscall (linux-amd64), const SYS_RECVFROM = 45
26369pkg syscall (linux-amd64), const SYS_RECVMMSG = 299
26370pkg syscall (linux-amd64), const SYS_RECVMSG = 47
26371pkg syscall (linux-amd64), const SYS_REMAP_FILE_PAGES = 216
26372pkg syscall (linux-amd64), const SYS_REMOVEXATTR = 197
26373pkg syscall (linux-amd64), const SYS_RENAME = 82
26374pkg syscall (linux-amd64), const SYS_RENAMEAT = 264
26375pkg syscall (linux-amd64), const SYS_REQUEST_KEY = 249
26376pkg syscall (linux-amd64), const SYS_RESTART_SYSCALL = 219
26377pkg syscall (linux-amd64), const SYS_RMDIR = 84
26378pkg syscall (linux-amd64), const SYS_RT_SIGACTION = 13
26379pkg syscall (linux-amd64), const SYS_RT_SIGPENDING = 127
26380pkg syscall (linux-amd64), const SYS_RT_SIGPROCMASK = 14
26381pkg syscall (linux-amd64), const SYS_RT_SIGQUEUEINFO = 129
26382pkg syscall (linux-amd64), const SYS_RT_SIGRETURN = 15
26383pkg syscall (linux-amd64), const SYS_RT_SIGSUSPEND = 130
26384pkg syscall (linux-amd64), const SYS_RT_SIGTIMEDWAIT = 128
26385pkg syscall (linux-amd64), const SYS_RT_TGSIGQUEUEINFO = 297
26386pkg syscall (linux-amd64), const SYS_SCHED_GETAFFINITY = 204
26387pkg syscall (linux-amd64), const SYS_SCHED_GETPARAM = 143
26388pkg syscall (linux-amd64), const SYS_SCHED_GETSCHEDULER = 145
26389pkg syscall (linux-amd64), const SYS_SCHED_GET_PRIORITY_MAX = 146
26390pkg syscall (linux-amd64), const SYS_SCHED_GET_PRIORITY_MIN = 147
26391pkg syscall (linux-amd64), const SYS_SCHED_RR_GET_INTERVAL = 148
26392pkg syscall (linux-amd64), const SYS_SCHED_SETAFFINITY = 203
26393pkg syscall (linux-amd64), const SYS_SCHED_SETPARAM = 142
26394pkg syscall (linux-amd64), const SYS_SCHED_SETSCHEDULER = 144
26395pkg syscall (linux-amd64), const SYS_SCHED_YIELD = 24
26396pkg syscall (linux-amd64), const SYS_SECURITY = 185
26397pkg syscall (linux-amd64), const SYS_SELECT = 23
26398pkg syscall (linux-amd64), const SYS_SEMCTL = 66
26399pkg syscall (linux-amd64), const SYS_SEMGET = 64
26400pkg syscall (linux-amd64), const SYS_SEMOP = 65
26401pkg syscall (linux-amd64), const SYS_SEMTIMEDOP = 220
26402pkg syscall (linux-amd64), const SYS_SENDFILE = 40
26403pkg syscall (linux-amd64), const SYS_SENDMSG = 46
26404pkg syscall (linux-amd64), const SYS_SENDTO = 44
26405pkg syscall (linux-amd64), const SYS_SETDOMAINNAME = 171
26406pkg syscall (linux-amd64), const SYS_SETFSGID = 123
26407pkg syscall (linux-amd64), const SYS_SETFSUID = 122
26408pkg syscall (linux-amd64), const SYS_SETGID = 106
26409pkg syscall (linux-amd64), const SYS_SETGROUPS = 116
26410pkg syscall (linux-amd64), const SYS_SETHOSTNAME = 170
26411pkg syscall (linux-amd64), const SYS_SETITIMER = 38
26412pkg syscall (linux-amd64), const SYS_SETPGID = 109
26413pkg syscall (linux-amd64), const SYS_SETPRIORITY = 141
26414pkg syscall (linux-amd64), const SYS_SETREGID = 114
26415pkg syscall (linux-amd64), const SYS_SETRESGID = 119
26416pkg syscall (linux-amd64), const SYS_SETRESUID = 117
26417pkg syscall (linux-amd64), const SYS_SETREUID = 113
26418pkg syscall (linux-amd64), const SYS_SETRLIMIT = 160
26419pkg syscall (linux-amd64), const SYS_SETSID = 112
26420pkg syscall (linux-amd64), const SYS_SETSOCKOPT = 54
26421pkg syscall (linux-amd64), const SYS_SETTIMEOFDAY = 164
26422pkg syscall (linux-amd64), const SYS_SETUID = 105
26423pkg syscall (linux-amd64), const SYS_SETXATTR = 188
26424pkg syscall (linux-amd64), const SYS_SET_MEMPOLICY = 238
26425pkg syscall (linux-amd64), const SYS_SET_ROBUST_LIST = 273
26426pkg syscall (linux-amd64), const SYS_SET_THREAD_AREA = 205
26427pkg syscall (linux-amd64), const SYS_SET_TID_ADDRESS = 218
26428pkg syscall (linux-amd64), const SYS_SHMAT = 30
26429pkg syscall (linux-amd64), const SYS_SHMCTL = 31
26430pkg syscall (linux-amd64), const SYS_SHMDT = 67
26431pkg syscall (linux-amd64), const SYS_SHMGET = 29
26432pkg syscall (linux-amd64), const SYS_SHUTDOWN = 48
26433pkg syscall (linux-amd64), const SYS_SIGALTSTACK = 131
26434pkg syscall (linux-amd64), const SYS_SIGNALFD = 282
26435pkg syscall (linux-amd64), const SYS_SIGNALFD4 = 289
26436pkg syscall (linux-amd64), const SYS_SOCKET = 41
26437pkg syscall (linux-amd64), const SYS_SOCKETPAIR = 53
26438pkg syscall (linux-amd64), const SYS_SPLICE = 275
26439pkg syscall (linux-amd64), const SYS_STAT = 4
26440pkg syscall (linux-amd64), const SYS_STATFS = 137
26441pkg syscall (linux-amd64), const SYS_SWAPOFF = 168
26442pkg syscall (linux-amd64), const SYS_SWAPON = 167
26443pkg syscall (linux-amd64), const SYS_SYMLINK = 88
26444pkg syscall (linux-amd64), const SYS_SYMLINKAT = 266
26445pkg syscall (linux-amd64), const SYS_SYNC = 162
26446pkg syscall (linux-amd64), const SYS_SYNC_FILE_RANGE = 277
26447pkg syscall (linux-amd64), const SYS_SYSFS = 139
26448pkg syscall (linux-amd64), const SYS_SYSINFO = 99
26449pkg syscall (linux-amd64), const SYS_SYSLOG = 103
26450pkg syscall (linux-amd64), const SYS_TEE = 276
26451pkg syscall (linux-amd64), const SYS_TGKILL = 234
26452pkg syscall (linux-amd64), const SYS_TIME = 201
26453pkg syscall (linux-amd64), const SYS_TIMERFD_CREATE = 283
26454pkg syscall (linux-amd64), const SYS_TIMERFD_GETTIME = 287
26455pkg syscall (linux-amd64), const SYS_TIMERFD_SETTIME = 286
26456pkg syscall (linux-amd64), const SYS_TIMER_CREATE = 222
26457pkg syscall (linux-amd64), const SYS_TIMER_DELETE = 226
26458pkg syscall (linux-amd64), const SYS_TIMER_GETOVERRUN = 225
26459pkg syscall (linux-amd64), const SYS_TIMER_GETTIME = 224
26460pkg syscall (linux-amd64), const SYS_TIMER_SETTIME = 223
26461pkg syscall (linux-amd64), const SYS_TIMES = 100
26462pkg syscall (linux-amd64), const SYS_TKILL = 200
26463pkg syscall (linux-amd64), const SYS_TRUNCATE = 76
26464pkg syscall (linux-amd64), const SYS_TUXCALL = 184
26465pkg syscall (linux-amd64), const SYS_UMASK = 95
26466pkg syscall (linux-amd64), const SYS_UMOUNT2 = 166
26467pkg syscall (linux-amd64), const SYS_UNAME = 63
26468pkg syscall (linux-amd64), const SYS_UNLINK = 87
26469pkg syscall (linux-amd64), const SYS_UNLINKAT = 263
26470pkg syscall (linux-amd64), const SYS_UNSHARE = 272
26471pkg syscall (linux-amd64), const SYS_USELIB = 134
26472pkg syscall (linux-amd64), const SYS_USTAT = 136
26473pkg syscall (linux-amd64), const SYS_UTIME = 132
26474pkg syscall (linux-amd64), const SYS_UTIMENSAT = 280
26475pkg syscall (linux-amd64), const SYS_UTIMES = 235
26476pkg syscall (linux-amd64), const SYS_VFORK = 58
26477pkg syscall (linux-amd64), const SYS_VHANGUP = 153
26478pkg syscall (linux-amd64), const SYS_VMSPLICE = 278
26479pkg syscall (linux-amd64), const SYS_VSERVER = 236
26480pkg syscall (linux-amd64), const SYS_WAIT4 = 61
26481pkg syscall (linux-amd64), const SYS_WAITID = 247
26482pkg syscall (linux-amd64), const SYS_WRITE = 1
26483pkg syscall (linux-amd64), const SYS_WRITEV = 20
26484pkg syscall (linux-amd64), const SYS__SYSCTL = 156
26485pkg syscall (linux-amd64), const S_BLKSIZE = 512
26486pkg syscall (linux-amd64), const S_IEXEC = 64
26487pkg syscall (linux-amd64), const S_IFMT = 61440
26488pkg syscall (linux-amd64), const S_IREAD = 256
26489pkg syscall (linux-amd64), const S_IRGRP = 32
26490pkg syscall (linux-amd64), const S_IROTH = 4
26491pkg syscall (linux-amd64), const S_IRWXG = 56
26492pkg syscall (linux-amd64), const S_IRWXO = 7
26493pkg syscall (linux-amd64), const S_IRWXU = 448
26494pkg syscall (linux-amd64), const S_IWGRP = 16
26495pkg syscall (linux-amd64), const S_IWOTH = 2
26496pkg syscall (linux-amd64), const S_IWRITE = 128
26497pkg syscall (linux-amd64), const S_IXGRP = 8
26498pkg syscall (linux-amd64), const S_IXOTH = 1
26499pkg syscall (linux-amd64), const SizeofCmsghdr = 16
26500pkg syscall (linux-amd64), const SizeofIPMreq = 8
26501pkg syscall (linux-amd64), const SizeofIPMreqn = 12
26502pkg syscall (linux-amd64), const SizeofIPv6Mreq = 20
26503pkg syscall (linux-amd64), const SizeofIfAddrmsg = 8
26504pkg syscall (linux-amd64), const SizeofIfInfomsg = 16
26505pkg syscall (linux-amd64), const SizeofInet4Pktinfo = 12
26506pkg syscall (linux-amd64), const SizeofInet6Pktinfo = 20
26507pkg syscall (linux-amd64), const SizeofInotifyEvent = 16
26508pkg syscall (linux-amd64), const SizeofLinger = 8
26509pkg syscall (linux-amd64), const SizeofMsghdr = 56
26510pkg syscall (linux-amd64), const SizeofNlAttr = 4
26511pkg syscall (linux-amd64), const SizeofNlMsgerr = 20
26512pkg syscall (linux-amd64), const SizeofNlMsghdr = 16
26513pkg syscall (linux-amd64), const SizeofRtAttr = 4
26514pkg syscall (linux-amd64), const SizeofRtGenmsg = 1
26515pkg syscall (linux-amd64), const SizeofRtMsg = 12
26516pkg syscall (linux-amd64), const SizeofRtNexthop = 8
26517pkg syscall (linux-amd64), const SizeofSockFilter = 8
26518pkg syscall (linux-amd64), const SizeofSockFprog = 16
26519pkg syscall (linux-amd64), const SizeofSockaddrAny = 112
26520pkg syscall (linux-amd64), const SizeofSockaddrInet4 = 16
26521pkg syscall (linux-amd64), const SizeofSockaddrInet6 = 28
26522pkg syscall (linux-amd64), const SizeofSockaddrLinklayer = 20
26523pkg syscall (linux-amd64), const SizeofSockaddrNetlink = 12
26524pkg syscall (linux-amd64), const SizeofSockaddrUnix = 110
26525pkg syscall (linux-amd64), const SizeofTCPInfo = 104
26526pkg syscall (linux-amd64), const SizeofTCPInfo ideal-int
26527pkg syscall (linux-amd64), const SizeofUcred = 12
26528pkg syscall (linux-amd64), const TCGETS = 21505
26529pkg syscall (linux-amd64), const TCP_CONGESTION = 13
26530pkg syscall (linux-amd64), const TCP_CORK = 3
26531pkg syscall (linux-amd64), const TCP_DEFER_ACCEPT = 9
26532pkg syscall (linux-amd64), const TCP_INFO = 11
26533pkg syscall (linux-amd64), const TCP_KEEPCNT = 6
26534pkg syscall (linux-amd64), const TCP_KEEPIDLE = 4
26535pkg syscall (linux-amd64), const TCP_KEEPINTVL = 5
26536pkg syscall (linux-amd64), const TCP_LINGER2 = 8
26537pkg syscall (linux-amd64), const TCP_MAXSEG = 2
26538pkg syscall (linux-amd64), const TCP_MAXWIN = 65535
26539pkg syscall (linux-amd64), const TCP_MAX_WINSHIFT = 14
26540pkg syscall (linux-amd64), const TCP_MD5SIG = 14
26541pkg syscall (linux-amd64), const TCP_MD5SIG_MAXKEYLEN = 80
26542pkg syscall (linux-amd64), const TCP_MSS = 512
26543pkg syscall (linux-amd64), const TCP_QUICKACK = 12
26544pkg syscall (linux-amd64), const TCP_SYNCNT = 7
26545pkg syscall (linux-amd64), const TCP_WINDOW_CLAMP = 10
26546pkg syscall (linux-amd64), const TCSETS = 21506
26547pkg syscall (linux-amd64), const TIOCCBRK = 21544
26548pkg syscall (linux-amd64), const TIOCCONS = 21533
26549pkg syscall (linux-amd64), const TIOCEXCL = 21516
26550pkg syscall (linux-amd64), const TIOCGDEV = 2147767346
26551pkg syscall (linux-amd64), const TIOCGETD = 21540
26552pkg syscall (linux-amd64), const TIOCGICOUNT = 21597
26553pkg syscall (linux-amd64), const TIOCGLCKTRMIOS = 21590
26554pkg syscall (linux-amd64), const TIOCGPGRP = 21519
26555pkg syscall (linux-amd64), const TIOCGPTN = 2147767344
26556pkg syscall (linux-amd64), const TIOCGRS485 = 21550
26557pkg syscall (linux-amd64), const TIOCGSERIAL = 21534
26558pkg syscall (linux-amd64), const TIOCGSID = 21545
26559pkg syscall (linux-amd64), const TIOCGSOFTCAR = 21529
26560pkg syscall (linux-amd64), const TIOCGWINSZ = 21523
26561pkg syscall (linux-amd64), const TIOCINQ = 21531
26562pkg syscall (linux-amd64), const TIOCLINUX = 21532
26563pkg syscall (linux-amd64), const TIOCMBIC = 21527
26564pkg syscall (linux-amd64), const TIOCMBIS = 21526
26565pkg syscall (linux-amd64), const TIOCMGET = 21525
26566pkg syscall (linux-amd64), const TIOCMIWAIT = 21596
26567pkg syscall (linux-amd64), const TIOCMSET = 21528
26568pkg syscall (linux-amd64), const TIOCM_CAR = 64
26569pkg syscall (linux-amd64), const TIOCM_CD = 64
26570pkg syscall (linux-amd64), const TIOCM_CTS = 32
26571pkg syscall (linux-amd64), const TIOCM_DSR = 256
26572pkg syscall (linux-amd64), const TIOCM_DTR = 2
26573pkg syscall (linux-amd64), const TIOCM_LE = 1
26574pkg syscall (linux-amd64), const TIOCM_RI = 128
26575pkg syscall (linux-amd64), const TIOCM_RNG = 128
26576pkg syscall (linux-amd64), const TIOCM_RTS = 4
26577pkg syscall (linux-amd64), const TIOCM_SR = 16
26578pkg syscall (linux-amd64), const TIOCM_ST = 8
26579pkg syscall (linux-amd64), const TIOCNOTTY = 21538
26580pkg syscall (linux-amd64), const TIOCNXCL = 21517
26581pkg syscall (linux-amd64), const TIOCOUTQ = 21521
26582pkg syscall (linux-amd64), const TIOCPKT = 21536
26583pkg syscall (linux-amd64), const TIOCPKT_DATA = 0
26584pkg syscall (linux-amd64), const TIOCPKT_DOSTOP = 32
26585pkg syscall (linux-amd64), const TIOCPKT_FLUSHREAD = 1
26586pkg syscall (linux-amd64), const TIOCPKT_FLUSHWRITE = 2
26587pkg syscall (linux-amd64), const TIOCPKT_IOCTL = 64
26588pkg syscall (linux-amd64), const TIOCPKT_NOSTOP = 16
26589pkg syscall (linux-amd64), const TIOCPKT_START = 8
26590pkg syscall (linux-amd64), const TIOCPKT_STOP = 4
26591pkg syscall (linux-amd64), const TIOCSBRK = 21543
26592pkg syscall (linux-amd64), const TIOCSCTTY = 21518
26593pkg syscall (linux-amd64), const TIOCSERCONFIG = 21587
26594pkg syscall (linux-amd64), const TIOCSERGETLSR = 21593
26595pkg syscall (linux-amd64), const TIOCSERGETMULTI = 21594
26596pkg syscall (linux-amd64), const TIOCSERGSTRUCT = 21592
26597pkg syscall (linux-amd64), const TIOCSERGWILD = 21588
26598pkg syscall (linux-amd64), const TIOCSERSETMULTI = 21595
26599pkg syscall (linux-amd64), const TIOCSERSWILD = 21589
26600pkg syscall (linux-amd64), const TIOCSER_TEMT = 1
26601pkg syscall (linux-amd64), const TIOCSETD = 21539
26602pkg syscall (linux-amd64), const TIOCSIG = 1074025526
26603pkg syscall (linux-amd64), const TIOCSLCKTRMIOS = 21591
26604pkg syscall (linux-amd64), const TIOCSPGRP = 21520
26605pkg syscall (linux-amd64), const TIOCSPTLCK = 1074025521
26606pkg syscall (linux-amd64), const TIOCSRS485 = 21551
26607pkg syscall (linux-amd64), const TIOCSSERIAL = 21535
26608pkg syscall (linux-amd64), const TIOCSSOFTCAR = 21530
26609pkg syscall (linux-amd64), const TIOCSTI = 21522
26610pkg syscall (linux-amd64), const TIOCSWINSZ = 21524
26611pkg syscall (linux-amd64), const TOSTOP = 256
26612pkg syscall (linux-amd64), const TUNATTACHFILTER = 1074812117
26613pkg syscall (linux-amd64), const TUNDETACHFILTER = 1074812118
26614pkg syscall (linux-amd64), const TUNGETFEATURES = 2147767503
26615pkg syscall (linux-amd64), const TUNGETIFF = 2147767506
26616pkg syscall (linux-amd64), const TUNGETSNDBUF = 2147767507
26617pkg syscall (linux-amd64), const TUNGETVNETHDRSZ = 2147767511
26618pkg syscall (linux-amd64), const TUNSETDEBUG = 1074025673
26619pkg syscall (linux-amd64), const TUNSETGROUP = 1074025678
26620pkg syscall (linux-amd64), const TUNSETIFF = 1074025674
26621pkg syscall (linux-amd64), const TUNSETLINK = 1074025677
26622pkg syscall (linux-amd64), const TUNSETNOCSUM = 1074025672
26623pkg syscall (linux-amd64), const TUNSETOFFLOAD = 1074025680
26624pkg syscall (linux-amd64), const TUNSETOWNER = 1074025676
26625pkg syscall (linux-amd64), const TUNSETPERSIST = 1074025675
26626pkg syscall (linux-amd64), const TUNSETSNDBUF = 1074025684
26627pkg syscall (linux-amd64), const TUNSETTXFILTER = 1074025681
26628pkg syscall (linux-amd64), const TUNSETVNETHDRSZ = 1074025688
26629pkg syscall (linux-amd64), const VDISCARD = 13
26630pkg syscall (linux-amd64), const VEOF = 4
26631pkg syscall (linux-amd64), const VEOL = 11
26632pkg syscall (linux-amd64), const VEOL2 = 16
26633pkg syscall (linux-amd64), const VERASE = 2
26634pkg syscall (linux-amd64), const VINTR = 0
26635pkg syscall (linux-amd64), const VKILL = 3
26636pkg syscall (linux-amd64), const VLNEXT = 15
26637pkg syscall (linux-amd64), const VMIN = 6
26638pkg syscall (linux-amd64), const VQUIT = 1
26639pkg syscall (linux-amd64), const VREPRINT = 12
26640pkg syscall (linux-amd64), const VSTART = 8
26641pkg syscall (linux-amd64), const VSTOP = 9
26642pkg syscall (linux-amd64), const VSUSP = 10
26643pkg syscall (linux-amd64), const VSWTC = 7
26644pkg syscall (linux-amd64), const VTIME = 5
26645pkg syscall (linux-amd64), const VWERASE = 14
26646pkg syscall (linux-amd64), const WALL = 1073741824
26647pkg syscall (linux-amd64), const WCLONE = 2147483648
26648pkg syscall (linux-amd64), const WCONTINUED = 8
26649pkg syscall (linux-amd64), const WEXITED = 4
26650pkg syscall (linux-amd64), const WNOHANG = 1
26651pkg syscall (linux-amd64), const WNOTHREAD = 536870912
26652pkg syscall (linux-amd64), const WNOWAIT = 16777216
26653pkg syscall (linux-amd64), const WORDSIZE = 64
26654pkg syscall (linux-amd64), const WSTOPPED = 2
26655pkg syscall (linux-amd64), const WUNTRACED = 2
26656pkg syscall (linux-amd64), const XCASE = 4
26657pkg syscall (linux-amd64), func Accept4(int, int) (int, Sockaddr, error)
26658pkg syscall (linux-amd64), func GetsockoptUcred(int, int, int) (*Ucred, error)
26659pkg syscall (linux-amd64), func Getxattr(string, string, []uint8) (int, error)
26660pkg syscall (linux-amd64), func Listxattr(string, []uint8) (int, error)
26661pkg syscall (linux-amd64), func Pipe2([]int, int) error
26662pkg syscall (linux-amd64), func PtraceSyscall(int, int) error
26663pkg syscall (linux-amd64), func Removexattr(string, string) error
26664pkg syscall (linux-amd64), func Setxattr(string, string, []uint8, int) error
26665pkg syscall (linux-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error)
26666pkg syscall (linux-amd64), type SysProcAttr struct, Ctty int
26667pkg syscall (linux-amd64), type TCPInfo struct
26668pkg syscall (linux-amd64), type TCPInfo struct, Advmss uint32
26669pkg syscall (linux-amd64), type TCPInfo struct, Ato uint32
26670pkg syscall (linux-amd64), type TCPInfo struct, Backoff uint8
26671pkg syscall (linux-amd64), type TCPInfo struct, Ca_state uint8
26672pkg syscall (linux-amd64), type TCPInfo struct, Fackets uint32
26673pkg syscall (linux-amd64), type TCPInfo struct, Last_ack_recv uint32
26674pkg syscall (linux-amd64), type TCPInfo struct, Last_ack_sent uint32
26675pkg syscall (linux-amd64), type TCPInfo struct, Last_data_recv uint32
26676pkg syscall (linux-amd64), type TCPInfo struct, Last_data_sent uint32
26677pkg syscall (linux-amd64), type TCPInfo struct, Lost uint32
26678pkg syscall (linux-amd64), type TCPInfo struct, Options uint8
26679pkg syscall (linux-amd64), type TCPInfo struct, Pad_cgo_0 [2]uint8
26680pkg syscall (linux-amd64), type TCPInfo struct, Pmtu uint32
26681pkg syscall (linux-amd64), type TCPInfo struct, Probes uint8
26682pkg syscall (linux-amd64), type TCPInfo struct, Rcv_mss uint32
26683pkg syscall (linux-amd64), type TCPInfo struct, Rcv_rtt uint32
26684pkg syscall (linux-amd64), type TCPInfo struct, Rcv_space uint32
26685pkg syscall (linux-amd64), type TCPInfo struct, Rcv_ssthresh uint32
26686pkg syscall (linux-amd64), type TCPInfo struct, Reordering uint32
26687pkg syscall (linux-amd64), type TCPInfo struct, Retrans uint32
26688pkg syscall (linux-amd64), type TCPInfo struct, Retransmits uint8
26689pkg syscall (linux-amd64), type TCPInfo struct, Rto uint32
26690pkg syscall (linux-amd64), type TCPInfo struct, Rtt uint32
26691pkg syscall (linux-amd64), type TCPInfo struct, Rttvar uint32
26692pkg syscall (linux-amd64), type TCPInfo struct, Sacked uint32
26693pkg syscall (linux-amd64), type TCPInfo struct, Snd_cwnd uint32
26694pkg syscall (linux-amd64), type TCPInfo struct, Snd_mss uint32
26695pkg syscall (linux-amd64), type TCPInfo struct, Snd_ssthresh uint32
26696pkg syscall (linux-amd64), type TCPInfo struct, State uint8
26697pkg syscall (linux-amd64), type TCPInfo struct, Total_retrans uint32
26698pkg syscall (linux-amd64), type TCPInfo struct, Unacked uint32
26699pkg syscall (linux-amd64-cgo), const AF_ALG = 38
26700pkg syscall (linux-amd64-cgo), const AF_APPLETALK = 5
26701pkg syscall (linux-amd64-cgo), const AF_ASH = 18
26702pkg syscall (linux-amd64-cgo), const AF_ATMPVC = 8
26703pkg syscall (linux-amd64-cgo), const AF_ATMSVC = 20
26704pkg syscall (linux-amd64-cgo), const AF_AX25 = 3
26705pkg syscall (linux-amd64-cgo), const AF_BLUETOOTH = 31
26706pkg syscall (linux-amd64-cgo), const AF_BRIDGE = 7
26707pkg syscall (linux-amd64-cgo), const AF_CAIF = 37
26708pkg syscall (linux-amd64-cgo), const AF_CAN = 29
26709pkg syscall (linux-amd64-cgo), const AF_DECnet = 12
26710pkg syscall (linux-amd64-cgo), const AF_ECONET = 19
26711pkg syscall (linux-amd64-cgo), const AF_FILE = 1
26712pkg syscall (linux-amd64-cgo), const AF_IEEE802154 = 36
26713pkg syscall (linux-amd64-cgo), const AF_INET6 = 10
26714pkg syscall (linux-amd64-cgo), const AF_IPX = 4
26715pkg syscall (linux-amd64-cgo), const AF_IRDA = 23
26716pkg syscall (linux-amd64-cgo), const AF_ISDN = 34
26717pkg syscall (linux-amd64-cgo), const AF_IUCV = 32
26718pkg syscall (linux-amd64-cgo), const AF_KEY = 15
26719pkg syscall (linux-amd64-cgo), const AF_LLC = 26
26720pkg syscall (linux-amd64-cgo), const AF_LOCAL = 1
26721pkg syscall (linux-amd64-cgo), const AF_MAX = 39
26722pkg syscall (linux-amd64-cgo), const AF_NETBEUI = 13
26723pkg syscall (linux-amd64-cgo), const AF_NETLINK = 16
26724pkg syscall (linux-amd64-cgo), const AF_NETROM = 6
26725pkg syscall (linux-amd64-cgo), const AF_PACKET = 17
26726pkg syscall (linux-amd64-cgo), const AF_PHONET = 35
26727pkg syscall (linux-amd64-cgo), const AF_PPPOX = 24
26728pkg syscall (linux-amd64-cgo), const AF_RDS = 21
26729pkg syscall (linux-amd64-cgo), const AF_ROSE = 11
26730pkg syscall (linux-amd64-cgo), const AF_ROUTE = 16
26731pkg syscall (linux-amd64-cgo), const AF_RXRPC = 33
26732pkg syscall (linux-amd64-cgo), const AF_SECURITY = 14
26733pkg syscall (linux-amd64-cgo), const AF_SNA = 22
26734pkg syscall (linux-amd64-cgo), const AF_TIPC = 30
26735pkg syscall (linux-amd64-cgo), const AF_WANPIPE = 25
26736pkg syscall (linux-amd64-cgo), const AF_X25 = 9
26737pkg syscall (linux-amd64-cgo), const ARPHRD_ADAPT = 264
26738pkg syscall (linux-amd64-cgo), const ARPHRD_APPLETLK = 8
26739pkg syscall (linux-amd64-cgo), const ARPHRD_ARCNET = 7
26740pkg syscall (linux-amd64-cgo), const ARPHRD_ASH = 781
26741pkg syscall (linux-amd64-cgo), const ARPHRD_ATM = 19
26742pkg syscall (linux-amd64-cgo), const ARPHRD_AX25 = 3
26743pkg syscall (linux-amd64-cgo), const ARPHRD_BIF = 775
26744pkg syscall (linux-amd64-cgo), const ARPHRD_CHAOS = 5
26745pkg syscall (linux-amd64-cgo), const ARPHRD_CISCO = 513
26746pkg syscall (linux-amd64-cgo), const ARPHRD_CSLIP = 257
26747pkg syscall (linux-amd64-cgo), const ARPHRD_CSLIP6 = 259
26748pkg syscall (linux-amd64-cgo), const ARPHRD_DDCMP = 517
26749pkg syscall (linux-amd64-cgo), const ARPHRD_DLCI = 15
26750pkg syscall (linux-amd64-cgo), const ARPHRD_ECONET = 782
26751pkg syscall (linux-amd64-cgo), const ARPHRD_EETHER = 2
26752pkg syscall (linux-amd64-cgo), const ARPHRD_ETHER = 1
26753pkg syscall (linux-amd64-cgo), const ARPHRD_EUI64 = 27
26754pkg syscall (linux-amd64-cgo), const ARPHRD_FCAL = 785
26755pkg syscall (linux-amd64-cgo), const ARPHRD_FCFABRIC = 787
26756pkg syscall (linux-amd64-cgo), const ARPHRD_FCPL = 786
26757pkg syscall (linux-amd64-cgo), const ARPHRD_FCPP = 784
26758pkg syscall (linux-amd64-cgo), const ARPHRD_FDDI = 774
26759pkg syscall (linux-amd64-cgo), const ARPHRD_FRAD = 770
26760pkg syscall (linux-amd64-cgo), const ARPHRD_HDLC = 513
26761pkg syscall (linux-amd64-cgo), const ARPHRD_HIPPI = 780
26762pkg syscall (linux-amd64-cgo), const ARPHRD_HWX25 = 272
26763pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE1394 = 24
26764pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802 = 6
26765pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE80211 = 801
26766pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE80211_PRISM = 802
26767pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE80211_RADIOTAP = 803
26768pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802154 = 804
26769pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802154_PHY = 805
26770pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802_TR = 800
26771pkg syscall (linux-amd64-cgo), const ARPHRD_INFINIBAND = 32
26772pkg syscall (linux-amd64-cgo), const ARPHRD_IPDDP = 777
26773pkg syscall (linux-amd64-cgo), const ARPHRD_IPGRE = 778
26774pkg syscall (linux-amd64-cgo), const ARPHRD_IRDA = 783
26775pkg syscall (linux-amd64-cgo), const ARPHRD_LAPB = 516
26776pkg syscall (linux-amd64-cgo), const ARPHRD_LOCALTLK = 773
26777pkg syscall (linux-amd64-cgo), const ARPHRD_LOOPBACK = 772
26778pkg syscall (linux-amd64-cgo), const ARPHRD_METRICOM = 23
26779pkg syscall (linux-amd64-cgo), const ARPHRD_NETROM = 0
26780pkg syscall (linux-amd64-cgo), const ARPHRD_NONE = 65534
26781pkg syscall (linux-amd64-cgo), const ARPHRD_PIMREG = 779
26782pkg syscall (linux-amd64-cgo), const ARPHRD_PPP = 512
26783pkg syscall (linux-amd64-cgo), const ARPHRD_PRONET = 4
26784pkg syscall (linux-amd64-cgo), const ARPHRD_RAWHDLC = 518
26785pkg syscall (linux-amd64-cgo), const ARPHRD_ROSE = 270
26786pkg syscall (linux-amd64-cgo), const ARPHRD_RSRVD = 260
26787pkg syscall (linux-amd64-cgo), const ARPHRD_SIT = 776
26788pkg syscall (linux-amd64-cgo), const ARPHRD_SKIP = 771
26789pkg syscall (linux-amd64-cgo), const ARPHRD_SLIP = 256
26790pkg syscall (linux-amd64-cgo), const ARPHRD_SLIP6 = 258
26791pkg syscall (linux-amd64-cgo), const ARPHRD_TUNNEL = 768
26792pkg syscall (linux-amd64-cgo), const ARPHRD_TUNNEL6 = 769
26793pkg syscall (linux-amd64-cgo), const ARPHRD_VOID = 65535
26794pkg syscall (linux-amd64-cgo), const ARPHRD_X25 = 271
26795pkg syscall (linux-amd64-cgo), const B0 = 0
26796pkg syscall (linux-amd64-cgo), const B1000000 = 4104
26797pkg syscall (linux-amd64-cgo), const B110 = 3
26798pkg syscall (linux-amd64-cgo), const B115200 = 4098
26799pkg syscall (linux-amd64-cgo), const B1152000 = 4105
26800pkg syscall (linux-amd64-cgo), const B1200 = 9
26801pkg syscall (linux-amd64-cgo), const B134 = 4
26802pkg syscall (linux-amd64-cgo), const B150 = 5
26803pkg syscall (linux-amd64-cgo), const B1500000 = 4106
26804pkg syscall (linux-amd64-cgo), const B1800 = 10
26805pkg syscall (linux-amd64-cgo), const B19200 = 14
26806pkg syscall (linux-amd64-cgo), const B200 = 6
26807pkg syscall (linux-amd64-cgo), const B2000000 = 4107
26808pkg syscall (linux-amd64-cgo), const B230400 = 4099
26809pkg syscall (linux-amd64-cgo), const B2400 = 11
26810pkg syscall (linux-amd64-cgo), const B2500000 = 4108
26811pkg syscall (linux-amd64-cgo), const B300 = 7
26812pkg syscall (linux-amd64-cgo), const B3000000 = 4109
26813pkg syscall (linux-amd64-cgo), const B3500000 = 4110
26814pkg syscall (linux-amd64-cgo), const B38400 = 15
26815pkg syscall (linux-amd64-cgo), const B4000000 = 4111
26816pkg syscall (linux-amd64-cgo), const B460800 = 4100
26817pkg syscall (linux-amd64-cgo), const B4800 = 12
26818pkg syscall (linux-amd64-cgo), const B50 = 1
26819pkg syscall (linux-amd64-cgo), const B500000 = 4101
26820pkg syscall (linux-amd64-cgo), const B57600 = 4097
26821pkg syscall (linux-amd64-cgo), const B576000 = 4102
26822pkg syscall (linux-amd64-cgo), const B600 = 8
26823pkg syscall (linux-amd64-cgo), const B75 = 2
26824pkg syscall (linux-amd64-cgo), const B921600 = 4103
26825pkg syscall (linux-amd64-cgo), const B9600 = 13
26826pkg syscall (linux-amd64-cgo), const BPF_A = 16
26827pkg syscall (linux-amd64-cgo), const BPF_ABS = 32
26828pkg syscall (linux-amd64-cgo), const BPF_ADD = 0
26829pkg syscall (linux-amd64-cgo), const BPF_ALU = 4
26830pkg syscall (linux-amd64-cgo), const BPF_AND = 80
26831pkg syscall (linux-amd64-cgo), const BPF_B = 16
26832pkg syscall (linux-amd64-cgo), const BPF_DIV = 48
26833pkg syscall (linux-amd64-cgo), const BPF_H = 8
26834pkg syscall (linux-amd64-cgo), const BPF_IMM = 0
26835pkg syscall (linux-amd64-cgo), const BPF_IND = 64
26836pkg syscall (linux-amd64-cgo), const BPF_JA = 0
26837pkg syscall (linux-amd64-cgo), const BPF_JEQ = 16
26838pkg syscall (linux-amd64-cgo), const BPF_JGE = 48
26839pkg syscall (linux-amd64-cgo), const BPF_JGT = 32
26840pkg syscall (linux-amd64-cgo), const BPF_JMP = 5
26841pkg syscall (linux-amd64-cgo), const BPF_JSET = 64
26842pkg syscall (linux-amd64-cgo), const BPF_K = 0
26843pkg syscall (linux-amd64-cgo), const BPF_LD = 0
26844pkg syscall (linux-amd64-cgo), const BPF_LDX = 1
26845pkg syscall (linux-amd64-cgo), const BPF_LEN = 128
26846pkg syscall (linux-amd64-cgo), const BPF_LSH = 96
26847pkg syscall (linux-amd64-cgo), const BPF_MAJOR_VERSION = 1
26848pkg syscall (linux-amd64-cgo), const BPF_MAXINSNS = 4096
26849pkg syscall (linux-amd64-cgo), const BPF_MEM = 96
26850pkg syscall (linux-amd64-cgo), const BPF_MEMWORDS = 16
26851pkg syscall (linux-amd64-cgo), const BPF_MINOR_VERSION = 1
26852pkg syscall (linux-amd64-cgo), const BPF_MISC = 7
26853pkg syscall (linux-amd64-cgo), const BPF_MSH = 160
26854pkg syscall (linux-amd64-cgo), const BPF_MUL = 32
26855pkg syscall (linux-amd64-cgo), const BPF_NEG = 128
26856pkg syscall (linux-amd64-cgo), const BPF_OR = 64
26857pkg syscall (linux-amd64-cgo), const BPF_RET = 6
26858pkg syscall (linux-amd64-cgo), const BPF_RSH = 112
26859pkg syscall (linux-amd64-cgo), const BPF_ST = 2
26860pkg syscall (linux-amd64-cgo), const BPF_STX = 3
26861pkg syscall (linux-amd64-cgo), const BPF_SUB = 16
26862pkg syscall (linux-amd64-cgo), const BPF_TAX = 0
26863pkg syscall (linux-amd64-cgo), const BPF_TXA = 128
26864pkg syscall (linux-amd64-cgo), const BPF_W = 0
26865pkg syscall (linux-amd64-cgo), const BPF_X = 8
26866pkg syscall (linux-amd64-cgo), const BRKINT = 2
26867pkg syscall (linux-amd64-cgo), const CLOCAL = 2048
26868pkg syscall (linux-amd64-cgo), const CREAD = 128
26869pkg syscall (linux-amd64-cgo), const CS5 = 0
26870pkg syscall (linux-amd64-cgo), const CS6 = 16
26871pkg syscall (linux-amd64-cgo), const CS7 = 32
26872pkg syscall (linux-amd64-cgo), const CS8 = 48
26873pkg syscall (linux-amd64-cgo), const CSIZE = 48
26874pkg syscall (linux-amd64-cgo), const CSTOPB = 64
26875pkg syscall (linux-amd64-cgo), const DT_BLK = 6
26876pkg syscall (linux-amd64-cgo), const DT_CHR = 2
26877pkg syscall (linux-amd64-cgo), const DT_DIR = 4
26878pkg syscall (linux-amd64-cgo), const DT_FIFO = 1
26879pkg syscall (linux-amd64-cgo), const DT_LNK = 10
26880pkg syscall (linux-amd64-cgo), const DT_REG = 8
26881pkg syscall (linux-amd64-cgo), const DT_SOCK = 12
26882pkg syscall (linux-amd64-cgo), const DT_UNKNOWN = 0
26883pkg syscall (linux-amd64-cgo), const DT_WHT = 14
26884pkg syscall (linux-amd64-cgo), const E2BIG = 7
26885pkg syscall (linux-amd64-cgo), const EACCES = 13
26886pkg syscall (linux-amd64-cgo), const EADDRINUSE = 98
26887pkg syscall (linux-amd64-cgo), const EADDRNOTAVAIL = 99
26888pkg syscall (linux-amd64-cgo), const EADV = 68
26889pkg syscall (linux-amd64-cgo), const EAFNOSUPPORT = 97
26890pkg syscall (linux-amd64-cgo), const EAGAIN = 11
26891pkg syscall (linux-amd64-cgo), const EALREADY = 114
26892pkg syscall (linux-amd64-cgo), const EBADE = 52
26893pkg syscall (linux-amd64-cgo), const EBADF = 9
26894pkg syscall (linux-amd64-cgo), const EBADFD = 77
26895pkg syscall (linux-amd64-cgo), const EBADMSG = 74
26896pkg syscall (linux-amd64-cgo), const EBADR = 53
26897pkg syscall (linux-amd64-cgo), const EBADRQC = 56
26898pkg syscall (linux-amd64-cgo), const EBADSLT = 57
26899pkg syscall (linux-amd64-cgo), const EBFONT = 59
26900pkg syscall (linux-amd64-cgo), const EBUSY = 16
26901pkg syscall (linux-amd64-cgo), const ECANCELED = 125
26902pkg syscall (linux-amd64-cgo), const ECHILD = 10
26903pkg syscall (linux-amd64-cgo), const ECHO = 8
26904pkg syscall (linux-amd64-cgo), const ECHOCTL = 512
26905pkg syscall (linux-amd64-cgo), const ECHOE = 16
26906pkg syscall (linux-amd64-cgo), const ECHOK = 32
26907pkg syscall (linux-amd64-cgo), const ECHOKE = 2048
26908pkg syscall (linux-amd64-cgo), const ECHONL = 64
26909pkg syscall (linux-amd64-cgo), const ECHOPRT = 1024
26910pkg syscall (linux-amd64-cgo), const ECHRNG = 44
26911pkg syscall (linux-amd64-cgo), const ECOMM = 70
26912pkg syscall (linux-amd64-cgo), const ECONNABORTED = 103
26913pkg syscall (linux-amd64-cgo), const ECONNREFUSED = 111
26914pkg syscall (linux-amd64-cgo), const ECONNRESET = 104
26915pkg syscall (linux-amd64-cgo), const EDEADLK = 35
26916pkg syscall (linux-amd64-cgo), const EDEADLOCK = 35
26917pkg syscall (linux-amd64-cgo), const EDESTADDRREQ = 89
26918pkg syscall (linux-amd64-cgo), const EDOM = 33
26919pkg syscall (linux-amd64-cgo), const EDOTDOT = 73
26920pkg syscall (linux-amd64-cgo), const EDQUOT = 122
26921pkg syscall (linux-amd64-cgo), const EEXIST = 17
26922pkg syscall (linux-amd64-cgo), const EFAULT = 14
26923pkg syscall (linux-amd64-cgo), const EFBIG = 27
26924pkg syscall (linux-amd64-cgo), const EHOSTDOWN = 112
26925pkg syscall (linux-amd64-cgo), const EHOSTUNREACH = 113
26926pkg syscall (linux-amd64-cgo), const EIDRM = 43
26927pkg syscall (linux-amd64-cgo), const EILSEQ = 84
26928pkg syscall (linux-amd64-cgo), const EINPROGRESS = 115
26929pkg syscall (linux-amd64-cgo), const EINTR = 4
26930pkg syscall (linux-amd64-cgo), const EINVAL = 22
26931pkg syscall (linux-amd64-cgo), const EIO = 5
26932pkg syscall (linux-amd64-cgo), const EISCONN = 106
26933pkg syscall (linux-amd64-cgo), const EISDIR = 21
26934pkg syscall (linux-amd64-cgo), const EISNAM = 120
26935pkg syscall (linux-amd64-cgo), const EKEYEXPIRED = 127
26936pkg syscall (linux-amd64-cgo), const EKEYREJECTED = 129
26937pkg syscall (linux-amd64-cgo), const EKEYREVOKED = 128
26938pkg syscall (linux-amd64-cgo), const EL2HLT = 51
26939pkg syscall (linux-amd64-cgo), const EL2NSYNC = 45
26940pkg syscall (linux-amd64-cgo), const EL3HLT = 46
26941pkg syscall (linux-amd64-cgo), const EL3RST = 47
26942pkg syscall (linux-amd64-cgo), const ELIBACC = 79
26943pkg syscall (linux-amd64-cgo), const ELIBBAD = 80
26944pkg syscall (linux-amd64-cgo), const ELIBEXEC = 83
26945pkg syscall (linux-amd64-cgo), const ELIBMAX = 82
26946pkg syscall (linux-amd64-cgo), const ELIBSCN = 81
26947pkg syscall (linux-amd64-cgo), const ELNRNG = 48
26948pkg syscall (linux-amd64-cgo), const ELOOP = 40
26949pkg syscall (linux-amd64-cgo), const EMEDIUMTYPE = 124
26950pkg syscall (linux-amd64-cgo), const EMFILE = 24
26951pkg syscall (linux-amd64-cgo), const EMLINK = 31
26952pkg syscall (linux-amd64-cgo), const EMSGSIZE = 90
26953pkg syscall (linux-amd64-cgo), const EMULTIHOP = 72
26954pkg syscall (linux-amd64-cgo), const ENAMETOOLONG = 36
26955pkg syscall (linux-amd64-cgo), const ENAVAIL = 119
26956pkg syscall (linux-amd64-cgo), const ENETDOWN = 100
26957pkg syscall (linux-amd64-cgo), const ENETRESET = 102
26958pkg syscall (linux-amd64-cgo), const ENETUNREACH = 101
26959pkg syscall (linux-amd64-cgo), const ENFILE = 23
26960pkg syscall (linux-amd64-cgo), const ENOANO = 55
26961pkg syscall (linux-amd64-cgo), const ENOBUFS = 105
26962pkg syscall (linux-amd64-cgo), const ENOCSI = 50
26963pkg syscall (linux-amd64-cgo), const ENODATA = 61
26964pkg syscall (linux-amd64-cgo), const ENODEV = 19
26965pkg syscall (linux-amd64-cgo), const ENOEXEC = 8
26966pkg syscall (linux-amd64-cgo), const ENOKEY = 126
26967pkg syscall (linux-amd64-cgo), const ENOLCK = 37
26968pkg syscall (linux-amd64-cgo), const ENOLINK = 67
26969pkg syscall (linux-amd64-cgo), const ENOMEDIUM = 123
26970pkg syscall (linux-amd64-cgo), const ENOMEM = 12
26971pkg syscall (linux-amd64-cgo), const ENOMSG = 42
26972pkg syscall (linux-amd64-cgo), const ENONET = 64
26973pkg syscall (linux-amd64-cgo), const ENOPKG = 65
26974pkg syscall (linux-amd64-cgo), const ENOPROTOOPT = 92
26975pkg syscall (linux-amd64-cgo), const ENOSPC = 28
26976pkg syscall (linux-amd64-cgo), const ENOSR = 63
26977pkg syscall (linux-amd64-cgo), const ENOSTR = 60
26978pkg syscall (linux-amd64-cgo), const ENOSYS = 38
26979pkg syscall (linux-amd64-cgo), const ENOTBLK = 15
26980pkg syscall (linux-amd64-cgo), const ENOTCONN = 107
26981pkg syscall (linux-amd64-cgo), const ENOTDIR = 20
26982pkg syscall (linux-amd64-cgo), const ENOTEMPTY = 39
26983pkg syscall (linux-amd64-cgo), const ENOTNAM = 118
26984pkg syscall (linux-amd64-cgo), const ENOTRECOVERABLE = 131
26985pkg syscall (linux-amd64-cgo), const ENOTSOCK = 88
26986pkg syscall (linux-amd64-cgo), const ENOTSUP = 95
26987pkg syscall (linux-amd64-cgo), const ENOTTY = 25
26988pkg syscall (linux-amd64-cgo), const ENOTUNIQ = 76
26989pkg syscall (linux-amd64-cgo), const ENXIO = 6
26990pkg syscall (linux-amd64-cgo), const EOPNOTSUPP = 95
26991pkg syscall (linux-amd64-cgo), const EOVERFLOW = 75
26992pkg syscall (linux-amd64-cgo), const EOWNERDEAD = 130
26993pkg syscall (linux-amd64-cgo), const EPERM = 1
26994pkg syscall (linux-amd64-cgo), const EPFNOSUPPORT = 96
26995pkg syscall (linux-amd64-cgo), const EPIPE = 32
26996pkg syscall (linux-amd64-cgo), const EPOLLERR = 8
26997pkg syscall (linux-amd64-cgo), const EPOLLET = -2147483648
26998pkg syscall (linux-amd64-cgo), const EPOLLHUP = 16
26999pkg syscall (linux-amd64-cgo), const EPOLLIN = 1
27000pkg syscall (linux-amd64-cgo), const EPOLLMSG = 1024
27001pkg syscall (linux-amd64-cgo), const EPOLLONESHOT = 1073741824
27002pkg syscall (linux-amd64-cgo), const EPOLLOUT = 4
27003pkg syscall (linux-amd64-cgo), const EPOLLPRI = 2
27004pkg syscall (linux-amd64-cgo), const EPOLLRDBAND = 128
27005pkg syscall (linux-amd64-cgo), const EPOLLRDHUP = 8192
27006pkg syscall (linux-amd64-cgo), const EPOLLRDNORM = 64
27007pkg syscall (linux-amd64-cgo), const EPOLLWRBAND = 512
27008pkg syscall (linux-amd64-cgo), const EPOLLWRNORM = 256
27009pkg syscall (linux-amd64-cgo), const EPOLL_CLOEXEC = 524288
27010pkg syscall (linux-amd64-cgo), const EPOLL_CTL_ADD = 1
27011pkg syscall (linux-amd64-cgo), const EPOLL_CTL_DEL = 2
27012pkg syscall (linux-amd64-cgo), const EPOLL_CTL_MOD = 3
27013pkg syscall (linux-amd64-cgo), const EPOLL_NONBLOCK = 2048
27014pkg syscall (linux-amd64-cgo), const EPROTO = 71
27015pkg syscall (linux-amd64-cgo), const EPROTONOSUPPORT = 93
27016pkg syscall (linux-amd64-cgo), const EPROTOTYPE = 91
27017pkg syscall (linux-amd64-cgo), const ERANGE = 34
27018pkg syscall (linux-amd64-cgo), const EREMCHG = 78
27019pkg syscall (linux-amd64-cgo), const EREMOTE = 66
27020pkg syscall (linux-amd64-cgo), const EREMOTEIO = 121
27021pkg syscall (linux-amd64-cgo), const ERESTART = 85
27022pkg syscall (linux-amd64-cgo), const ERFKILL = 132
27023pkg syscall (linux-amd64-cgo), const EROFS = 30
27024pkg syscall (linux-amd64-cgo), const ESHUTDOWN = 108
27025pkg syscall (linux-amd64-cgo), const ESOCKTNOSUPPORT = 94
27026pkg syscall (linux-amd64-cgo), const ESPIPE = 29
27027pkg syscall (linux-amd64-cgo), const ESRCH = 3
27028pkg syscall (linux-amd64-cgo), const ESRMNT = 69
27029pkg syscall (linux-amd64-cgo), const ESTALE = 116
27030pkg syscall (linux-amd64-cgo), const ESTRPIPE = 86
27031pkg syscall (linux-amd64-cgo), const ETH_P_1588 = 35063
27032pkg syscall (linux-amd64-cgo), const ETH_P_8021Q = 33024
27033pkg syscall (linux-amd64-cgo), const ETH_P_802_2 = 4
27034pkg syscall (linux-amd64-cgo), const ETH_P_802_3 = 1
27035pkg syscall (linux-amd64-cgo), const ETH_P_AARP = 33011
27036pkg syscall (linux-amd64-cgo), const ETH_P_ALL = 3
27037pkg syscall (linux-amd64-cgo), const ETH_P_AOE = 34978
27038pkg syscall (linux-amd64-cgo), const ETH_P_ARCNET = 26
27039pkg syscall (linux-amd64-cgo), const ETH_P_ARP = 2054
27040pkg syscall (linux-amd64-cgo), const ETH_P_ATALK = 32923
27041pkg syscall (linux-amd64-cgo), const ETH_P_ATMFATE = 34948
27042pkg syscall (linux-amd64-cgo), const ETH_P_ATMMPOA = 34892
27043pkg syscall (linux-amd64-cgo), const ETH_P_AX25 = 2
27044pkg syscall (linux-amd64-cgo), const ETH_P_BPQ = 2303
27045pkg syscall (linux-amd64-cgo), const ETH_P_CAIF = 247
27046pkg syscall (linux-amd64-cgo), const ETH_P_CAN = 12
27047pkg syscall (linux-amd64-cgo), const ETH_P_CONTROL = 22
27048pkg syscall (linux-amd64-cgo), const ETH_P_CUST = 24582
27049pkg syscall (linux-amd64-cgo), const ETH_P_DDCMP = 6
27050pkg syscall (linux-amd64-cgo), const ETH_P_DEC = 24576
27051pkg syscall (linux-amd64-cgo), const ETH_P_DIAG = 24581
27052pkg syscall (linux-amd64-cgo), const ETH_P_DNA_DL = 24577
27053pkg syscall (linux-amd64-cgo), const ETH_P_DNA_RC = 24578
27054pkg syscall (linux-amd64-cgo), const ETH_P_DNA_RT = 24579
27055pkg syscall (linux-amd64-cgo), const ETH_P_DSA = 27
27056pkg syscall (linux-amd64-cgo), const ETH_P_ECONET = 24
27057pkg syscall (linux-amd64-cgo), const ETH_P_EDSA = 56026
27058pkg syscall (linux-amd64-cgo), const ETH_P_FCOE = 35078
27059pkg syscall (linux-amd64-cgo), const ETH_P_FIP = 35092
27060pkg syscall (linux-amd64-cgo), const ETH_P_HDLC = 25
27061pkg syscall (linux-amd64-cgo), const ETH_P_IEEE802154 = 246
27062pkg syscall (linux-amd64-cgo), const ETH_P_IEEEPUP = 2560
27063pkg syscall (linux-amd64-cgo), const ETH_P_IEEEPUPAT = 2561
27064pkg syscall (linux-amd64-cgo), const ETH_P_IP = 2048
27065pkg syscall (linux-amd64-cgo), const ETH_P_IPV6 = 34525
27066pkg syscall (linux-amd64-cgo), const ETH_P_IPX = 33079
27067pkg syscall (linux-amd64-cgo), const ETH_P_IRDA = 23
27068pkg syscall (linux-amd64-cgo), const ETH_P_LAT = 24580
27069pkg syscall (linux-amd64-cgo), const ETH_P_LINK_CTL = 34924
27070pkg syscall (linux-amd64-cgo), const ETH_P_LOCALTALK = 9
27071pkg syscall (linux-amd64-cgo), const ETH_P_LOOP = 96
27072pkg syscall (linux-amd64-cgo), const ETH_P_MOBITEX = 21
27073pkg syscall (linux-amd64-cgo), const ETH_P_MPLS_MC = 34888
27074pkg syscall (linux-amd64-cgo), const ETH_P_MPLS_UC = 34887
27075pkg syscall (linux-amd64-cgo), const ETH_P_PAE = 34958
27076pkg syscall (linux-amd64-cgo), const ETH_P_PAUSE = 34824
27077pkg syscall (linux-amd64-cgo), const ETH_P_PHONET = 245
27078pkg syscall (linux-amd64-cgo), const ETH_P_PPPTALK = 16
27079pkg syscall (linux-amd64-cgo), const ETH_P_PPP_DISC = 34915
27080pkg syscall (linux-amd64-cgo), const ETH_P_PPP_MP = 8
27081pkg syscall (linux-amd64-cgo), const ETH_P_PPP_SES = 34916
27082pkg syscall (linux-amd64-cgo), const ETH_P_PUP = 512
27083pkg syscall (linux-amd64-cgo), const ETH_P_PUPAT = 513
27084pkg syscall (linux-amd64-cgo), const ETH_P_RARP = 32821
27085pkg syscall (linux-amd64-cgo), const ETH_P_SCA = 24583
27086pkg syscall (linux-amd64-cgo), const ETH_P_SLOW = 34825
27087pkg syscall (linux-amd64-cgo), const ETH_P_SNAP = 5
27088pkg syscall (linux-amd64-cgo), const ETH_P_TEB = 25944
27089pkg syscall (linux-amd64-cgo), const ETH_P_TIPC = 35018
27090pkg syscall (linux-amd64-cgo), const ETH_P_TRAILER = 28
27091pkg syscall (linux-amd64-cgo), const ETH_P_TR_802_2 = 17
27092pkg syscall (linux-amd64-cgo), const ETH_P_WAN_PPP = 7
27093pkg syscall (linux-amd64-cgo), const ETH_P_WCCP = 34878
27094pkg syscall (linux-amd64-cgo), const ETH_P_X25 = 2053
27095pkg syscall (linux-amd64-cgo), const ETIME = 62
27096pkg syscall (linux-amd64-cgo), const ETIMEDOUT = 110
27097pkg syscall (linux-amd64-cgo), const ETOOMANYREFS = 109
27098pkg syscall (linux-amd64-cgo), const ETXTBSY = 26
27099pkg syscall (linux-amd64-cgo), const EUCLEAN = 117
27100pkg syscall (linux-amd64-cgo), const EUNATCH = 49
27101pkg syscall (linux-amd64-cgo), const EUSERS = 87
27102pkg syscall (linux-amd64-cgo), const EWOULDBLOCK = 11
27103pkg syscall (linux-amd64-cgo), const EXDEV = 18
27104pkg syscall (linux-amd64-cgo), const EXFULL = 54
27105pkg syscall (linux-amd64-cgo), const FD_CLOEXEC = 1
27106pkg syscall (linux-amd64-cgo), const FD_SETSIZE = 1024
27107pkg syscall (linux-amd64-cgo), const FLUSHO = 4096
27108pkg syscall (linux-amd64-cgo), const F_DUPFD = 0
27109pkg syscall (linux-amd64-cgo), const F_DUPFD_CLOEXEC = 1030
27110pkg syscall (linux-amd64-cgo), const F_EXLCK = 4
27111pkg syscall (linux-amd64-cgo), const F_GETFD = 1
27112pkg syscall (linux-amd64-cgo), const F_GETFL = 3
27113pkg syscall (linux-amd64-cgo), const F_GETLEASE = 1025
27114pkg syscall (linux-amd64-cgo), const F_GETLK = 5
27115pkg syscall (linux-amd64-cgo), const F_GETLK64 = 5
27116pkg syscall (linux-amd64-cgo), const F_GETOWN = 9
27117pkg syscall (linux-amd64-cgo), const F_GETOWN_EX = 16
27118pkg syscall (linux-amd64-cgo), const F_GETPIPE_SZ = 1032
27119pkg syscall (linux-amd64-cgo), const F_GETSIG = 11
27120pkg syscall (linux-amd64-cgo), const F_LOCK = 1
27121pkg syscall (linux-amd64-cgo), const F_NOTIFY = 1026
27122pkg syscall (linux-amd64-cgo), const F_OK = 0
27123pkg syscall (linux-amd64-cgo), const F_RDLCK = 0
27124pkg syscall (linux-amd64-cgo), const F_SETFD = 2
27125pkg syscall (linux-amd64-cgo), const F_SETFL = 4
27126pkg syscall (linux-amd64-cgo), const F_SETLEASE = 1024
27127pkg syscall (linux-amd64-cgo), const F_SETLK = 6
27128pkg syscall (linux-amd64-cgo), const F_SETLK64 = 6
27129pkg syscall (linux-amd64-cgo), const F_SETLKW = 7
27130pkg syscall (linux-amd64-cgo), const F_SETLKW64 = 7
27131pkg syscall (linux-amd64-cgo), const F_SETOWN = 8
27132pkg syscall (linux-amd64-cgo), const F_SETOWN_EX = 15
27133pkg syscall (linux-amd64-cgo), const F_SETPIPE_SZ = 1031
27134pkg syscall (linux-amd64-cgo), const F_SETSIG = 10
27135pkg syscall (linux-amd64-cgo), const F_SHLCK = 8
27136pkg syscall (linux-amd64-cgo), const F_TEST = 3
27137pkg syscall (linux-amd64-cgo), const F_TLOCK = 2
27138pkg syscall (linux-amd64-cgo), const F_ULOCK = 0
27139pkg syscall (linux-amd64-cgo), const F_UNLCK = 2
27140pkg syscall (linux-amd64-cgo), const F_WRLCK = 1
27141pkg syscall (linux-amd64-cgo), const HUPCL = 1024
27142pkg syscall (linux-amd64-cgo), const ICANON = 2
27143pkg syscall (linux-amd64-cgo), const ICRNL = 256
27144pkg syscall (linux-amd64-cgo), const IEXTEN = 32768
27145pkg syscall (linux-amd64-cgo), const IFA_ADDRESS = 1
27146pkg syscall (linux-amd64-cgo), const IFA_ANYCAST = 5
27147pkg syscall (linux-amd64-cgo), const IFA_BROADCAST = 4
27148pkg syscall (linux-amd64-cgo), const IFA_CACHEINFO = 6
27149pkg syscall (linux-amd64-cgo), const IFA_F_DADFAILED = 8
27150pkg syscall (linux-amd64-cgo), const IFA_F_DEPRECATED = 32
27151pkg syscall (linux-amd64-cgo), const IFA_F_HOMEADDRESS = 16
27152pkg syscall (linux-amd64-cgo), const IFA_F_NODAD = 2
27153pkg syscall (linux-amd64-cgo), const IFA_F_OPTIMISTIC = 4
27154pkg syscall (linux-amd64-cgo), const IFA_F_PERMANENT = 128
27155pkg syscall (linux-amd64-cgo), const IFA_F_SECONDARY = 1
27156pkg syscall (linux-amd64-cgo), const IFA_F_TEMPORARY = 1
27157pkg syscall (linux-amd64-cgo), const IFA_F_TENTATIVE = 64
27158pkg syscall (linux-amd64-cgo), const IFA_LABEL = 3
27159pkg syscall (linux-amd64-cgo), const IFA_LOCAL = 2
27160pkg syscall (linux-amd64-cgo), const IFA_MAX = 7
27161pkg syscall (linux-amd64-cgo), const IFA_MULTICAST = 7
27162pkg syscall (linux-amd64-cgo), const IFA_UNSPEC = 0
27163pkg syscall (linux-amd64-cgo), const IFF_ALLMULTI = 512
27164pkg syscall (linux-amd64-cgo), const IFF_AUTOMEDIA = 16384
27165pkg syscall (linux-amd64-cgo), const IFF_DEBUG = 4
27166pkg syscall (linux-amd64-cgo), const IFF_DYNAMIC = 32768
27167pkg syscall (linux-amd64-cgo), const IFF_LOOPBACK = 8
27168pkg syscall (linux-amd64-cgo), const IFF_MASTER = 1024
27169pkg syscall (linux-amd64-cgo), const IFF_MULTICAST = 4096
27170pkg syscall (linux-amd64-cgo), const IFF_NOARP = 128
27171pkg syscall (linux-amd64-cgo), const IFF_NOTRAILERS = 32
27172pkg syscall (linux-amd64-cgo), const IFF_NO_PI = 4096
27173pkg syscall (linux-amd64-cgo), const IFF_ONE_QUEUE = 8192
27174pkg syscall (linux-amd64-cgo), const IFF_POINTOPOINT = 16
27175pkg syscall (linux-amd64-cgo), const IFF_PORTSEL = 8192
27176pkg syscall (linux-amd64-cgo), const IFF_PROMISC = 256
27177pkg syscall (linux-amd64-cgo), const IFF_RUNNING = 64
27178pkg syscall (linux-amd64-cgo), const IFF_SLAVE = 2048
27179pkg syscall (linux-amd64-cgo), const IFF_TAP = 2
27180pkg syscall (linux-amd64-cgo), const IFF_TUN = 1
27181pkg syscall (linux-amd64-cgo), const IFF_TUN_EXCL = 32768
27182pkg syscall (linux-amd64-cgo), const IFF_VNET_HDR = 16384
27183pkg syscall (linux-amd64-cgo), const IFLA_ADDRESS = 1
27184pkg syscall (linux-amd64-cgo), const IFLA_BROADCAST = 2
27185pkg syscall (linux-amd64-cgo), const IFLA_COST = 8
27186pkg syscall (linux-amd64-cgo), const IFLA_IFALIAS = 20
27187pkg syscall (linux-amd64-cgo), const IFLA_IFNAME = 3
27188pkg syscall (linux-amd64-cgo), const IFLA_LINK = 5
27189pkg syscall (linux-amd64-cgo), const IFLA_LINKINFO = 18
27190pkg syscall (linux-amd64-cgo), const IFLA_LINKMODE = 17
27191pkg syscall (linux-amd64-cgo), const IFLA_MAP = 14
27192pkg syscall (linux-amd64-cgo), const IFLA_MASTER = 10
27193pkg syscall (linux-amd64-cgo), const IFLA_MAX = 29
27194pkg syscall (linux-amd64-cgo), const IFLA_MTU = 4
27195pkg syscall (linux-amd64-cgo), const IFLA_NET_NS_PID = 19
27196pkg syscall (linux-amd64-cgo), const IFLA_OPERSTATE = 16
27197pkg syscall (linux-amd64-cgo), const IFLA_PRIORITY = 9
27198pkg syscall (linux-amd64-cgo), const IFLA_PROTINFO = 12
27199pkg syscall (linux-amd64-cgo), const IFLA_QDISC = 6
27200pkg syscall (linux-amd64-cgo), const IFLA_STATS = 7
27201pkg syscall (linux-amd64-cgo), const IFLA_TXQLEN = 13
27202pkg syscall (linux-amd64-cgo), const IFLA_UNSPEC = 0
27203pkg syscall (linux-amd64-cgo), const IFLA_WEIGHT = 15
27204pkg syscall (linux-amd64-cgo), const IFLA_WIRELESS = 11
27205pkg syscall (linux-amd64-cgo), const IFNAMSIZ = 16
27206pkg syscall (linux-amd64-cgo), const IGNBRK = 1
27207pkg syscall (linux-amd64-cgo), const IGNCR = 128
27208pkg syscall (linux-amd64-cgo), const IGNPAR = 4
27209pkg syscall (linux-amd64-cgo), const IMAXBEL = 8192
27210pkg syscall (linux-amd64-cgo), const INLCR = 64
27211pkg syscall (linux-amd64-cgo), const INPCK = 16
27212pkg syscall (linux-amd64-cgo), const IN_ACCESS = 1
27213pkg syscall (linux-amd64-cgo), const IN_ALL_EVENTS = 4095
27214pkg syscall (linux-amd64-cgo), const IN_ATTRIB = 4
27215pkg syscall (linux-amd64-cgo), const IN_CLASSA_HOST = 16777215
27216pkg syscall (linux-amd64-cgo), const IN_CLASSA_MAX = 128
27217pkg syscall (linux-amd64-cgo), const IN_CLASSA_NET = 4278190080
27218pkg syscall (linux-amd64-cgo), const IN_CLASSA_NSHIFT = 24
27219pkg syscall (linux-amd64-cgo), const IN_CLASSB_HOST = 65535
27220pkg syscall (linux-amd64-cgo), const IN_CLASSB_MAX = 65536
27221pkg syscall (linux-amd64-cgo), const IN_CLASSB_NET = 4294901760
27222pkg syscall (linux-amd64-cgo), const IN_CLASSB_NSHIFT = 16
27223pkg syscall (linux-amd64-cgo), const IN_CLASSC_HOST = 255
27224pkg syscall (linux-amd64-cgo), const IN_CLASSC_NET = 4294967040
27225pkg syscall (linux-amd64-cgo), const IN_CLASSC_NSHIFT = 8
27226pkg syscall (linux-amd64-cgo), const IN_CLOEXEC = 524288
27227pkg syscall (linux-amd64-cgo), const IN_CLOSE = 24
27228pkg syscall (linux-amd64-cgo), const IN_CLOSE_NOWRITE = 16
27229pkg syscall (linux-amd64-cgo), const IN_CLOSE_WRITE = 8
27230pkg syscall (linux-amd64-cgo), const IN_CREATE = 256
27231pkg syscall (linux-amd64-cgo), const IN_DELETE = 512
27232pkg syscall (linux-amd64-cgo), const IN_DELETE_SELF = 1024
27233pkg syscall (linux-amd64-cgo), const IN_DONT_FOLLOW = 33554432
27234pkg syscall (linux-amd64-cgo), const IN_EXCL_UNLINK = 67108864
27235pkg syscall (linux-amd64-cgo), const IN_IGNORED = 32768
27236pkg syscall (linux-amd64-cgo), const IN_ISDIR = 1073741824
27237pkg syscall (linux-amd64-cgo), const IN_LOOPBACKNET = 127
27238pkg syscall (linux-amd64-cgo), const IN_MASK_ADD = 536870912
27239pkg syscall (linux-amd64-cgo), const IN_MODIFY = 2
27240pkg syscall (linux-amd64-cgo), const IN_MOVE = 192
27241pkg syscall (linux-amd64-cgo), const IN_MOVED_FROM = 64
27242pkg syscall (linux-amd64-cgo), const IN_MOVED_TO = 128
27243pkg syscall (linux-amd64-cgo), const IN_MOVE_SELF = 2048
27244pkg syscall (linux-amd64-cgo), const IN_NONBLOCK = 2048
27245pkg syscall (linux-amd64-cgo), const IN_ONESHOT = 2147483648
27246pkg syscall (linux-amd64-cgo), const IN_ONLYDIR = 16777216
27247pkg syscall (linux-amd64-cgo), const IN_OPEN = 32
27248pkg syscall (linux-amd64-cgo), const IN_Q_OVERFLOW = 16384
27249pkg syscall (linux-amd64-cgo), const IN_UNMOUNT = 8192
27250pkg syscall (linux-amd64-cgo), const IPPROTO_AH = 51
27251pkg syscall (linux-amd64-cgo), const IPPROTO_COMP = 108
27252pkg syscall (linux-amd64-cgo), const IPPROTO_DCCP = 33
27253pkg syscall (linux-amd64-cgo), const IPPROTO_DSTOPTS = 60
27254pkg syscall (linux-amd64-cgo), const IPPROTO_EGP = 8
27255pkg syscall (linux-amd64-cgo), const IPPROTO_ENCAP = 98
27256pkg syscall (linux-amd64-cgo), const IPPROTO_ESP = 50
27257pkg syscall (linux-amd64-cgo), const IPPROTO_FRAGMENT = 44
27258pkg syscall (linux-amd64-cgo), const IPPROTO_GRE = 47
27259pkg syscall (linux-amd64-cgo), const IPPROTO_HOPOPTS = 0
27260pkg syscall (linux-amd64-cgo), const IPPROTO_ICMP = 1
27261pkg syscall (linux-amd64-cgo), const IPPROTO_ICMPV6 = 58
27262pkg syscall (linux-amd64-cgo), const IPPROTO_IDP = 22
27263pkg syscall (linux-amd64-cgo), const IPPROTO_IGMP = 2
27264pkg syscall (linux-amd64-cgo), const IPPROTO_IPIP = 4
27265pkg syscall (linux-amd64-cgo), const IPPROTO_MTP = 92
27266pkg syscall (linux-amd64-cgo), const IPPROTO_NONE = 59
27267pkg syscall (linux-amd64-cgo), const IPPROTO_PIM = 103
27268pkg syscall (linux-amd64-cgo), const IPPROTO_PUP = 12
27269pkg syscall (linux-amd64-cgo), const IPPROTO_RAW = 255
27270pkg syscall (linux-amd64-cgo), const IPPROTO_ROUTING = 43
27271pkg syscall (linux-amd64-cgo), const IPPROTO_RSVP = 46
27272pkg syscall (linux-amd64-cgo), const IPPROTO_SCTP = 132
27273pkg syscall (linux-amd64-cgo), const IPPROTO_TP = 29
27274pkg syscall (linux-amd64-cgo), const IPPROTO_UDPLITE = 136
27275pkg syscall (linux-amd64-cgo), const IPV6_2292DSTOPTS = 4
27276pkg syscall (linux-amd64-cgo), const IPV6_2292HOPLIMIT = 8
27277pkg syscall (linux-amd64-cgo), const IPV6_2292HOPOPTS = 3
27278pkg syscall (linux-amd64-cgo), const IPV6_2292PKTINFO = 2
27279pkg syscall (linux-amd64-cgo), const IPV6_2292PKTOPTIONS = 6
27280pkg syscall (linux-amd64-cgo), const IPV6_2292RTHDR = 5
27281pkg syscall (linux-amd64-cgo), const IPV6_ADDRFORM = 1
27282pkg syscall (linux-amd64-cgo), const IPV6_ADD_MEMBERSHIP = 20
27283pkg syscall (linux-amd64-cgo), const IPV6_AUTHHDR = 10
27284pkg syscall (linux-amd64-cgo), const IPV6_CHECKSUM = 7
27285pkg syscall (linux-amd64-cgo), const IPV6_DROP_MEMBERSHIP = 21
27286pkg syscall (linux-amd64-cgo), const IPV6_DSTOPTS = 59
27287pkg syscall (linux-amd64-cgo), const IPV6_HOPLIMIT = 52
27288pkg syscall (linux-amd64-cgo), const IPV6_HOPOPTS = 54
27289pkg syscall (linux-amd64-cgo), const IPV6_IPSEC_POLICY = 34
27290pkg syscall (linux-amd64-cgo), const IPV6_JOIN_ANYCAST = 27
27291pkg syscall (linux-amd64-cgo), const IPV6_JOIN_GROUP = 20
27292pkg syscall (linux-amd64-cgo), const IPV6_LEAVE_ANYCAST = 28
27293pkg syscall (linux-amd64-cgo), const IPV6_LEAVE_GROUP = 21
27294pkg syscall (linux-amd64-cgo), const IPV6_MTU = 24
27295pkg syscall (linux-amd64-cgo), const IPV6_MTU_DISCOVER = 23
27296pkg syscall (linux-amd64-cgo), const IPV6_MULTICAST_HOPS = 18
27297pkg syscall (linux-amd64-cgo), const IPV6_MULTICAST_IF = 17
27298pkg syscall (linux-amd64-cgo), const IPV6_MULTICAST_LOOP = 19
27299pkg syscall (linux-amd64-cgo), const IPV6_NEXTHOP = 9
27300pkg syscall (linux-amd64-cgo), const IPV6_PKTINFO = 50
27301pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_DO = 2
27302pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_DONT = 0
27303pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_PROBE = 3
27304pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_WANT = 1
27305pkg syscall (linux-amd64-cgo), const IPV6_RECVDSTOPTS = 58
27306pkg syscall (linux-amd64-cgo), const IPV6_RECVERR = 25
27307pkg syscall (linux-amd64-cgo), const IPV6_RECVHOPLIMIT = 51
27308pkg syscall (linux-amd64-cgo), const IPV6_RECVHOPOPTS = 53
27309pkg syscall (linux-amd64-cgo), const IPV6_RECVPKTINFO = 49
27310pkg syscall (linux-amd64-cgo), const IPV6_RECVRTHDR = 56
27311pkg syscall (linux-amd64-cgo), const IPV6_RECVTCLASS = 66
27312pkg syscall (linux-amd64-cgo), const IPV6_ROUTER_ALERT = 22
27313pkg syscall (linux-amd64-cgo), const IPV6_RTHDR = 57
27314pkg syscall (linux-amd64-cgo), const IPV6_RTHDRDSTOPTS = 55
27315pkg syscall (linux-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
27316pkg syscall (linux-amd64-cgo), const IPV6_RTHDR_STRICT = 1
27317pkg syscall (linux-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
27318pkg syscall (linux-amd64-cgo), const IPV6_RXDSTOPTS = 59
27319pkg syscall (linux-amd64-cgo), const IPV6_RXHOPOPTS = 54
27320pkg syscall (linux-amd64-cgo), const IPV6_TCLASS = 67
27321pkg syscall (linux-amd64-cgo), const IPV6_UNICAST_HOPS = 16
27322pkg syscall (linux-amd64-cgo), const IPV6_V6ONLY = 26
27323pkg syscall (linux-amd64-cgo), const IPV6_XFRM_POLICY = 35
27324pkg syscall (linux-amd64-cgo), const IP_ADD_MEMBERSHIP = 35
27325pkg syscall (linux-amd64-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 39
27326pkg syscall (linux-amd64-cgo), const IP_BLOCK_SOURCE = 38
27327pkg syscall (linux-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
27328pkg syscall (linux-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
27329pkg syscall (linux-amd64-cgo), const IP_DF = 16384
27330pkg syscall (linux-amd64-cgo), const IP_DROP_MEMBERSHIP = 36
27331pkg syscall (linux-amd64-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 40
27332pkg syscall (linux-amd64-cgo), const IP_FREEBIND = 15
27333pkg syscall (linux-amd64-cgo), const IP_HDRINCL = 3
27334pkg syscall (linux-amd64-cgo), const IP_IPSEC_POLICY = 16
27335pkg syscall (linux-amd64-cgo), const IP_MAXPACKET = 65535
27336pkg syscall (linux-amd64-cgo), const IP_MAX_MEMBERSHIPS = 20
27337pkg syscall (linux-amd64-cgo), const IP_MF = 8192
27338pkg syscall (linux-amd64-cgo), const IP_MINTTL = 21
27339pkg syscall (linux-amd64-cgo), const IP_MSFILTER = 41
27340pkg syscall (linux-amd64-cgo), const IP_MSS = 576
27341pkg syscall (linux-amd64-cgo), const IP_MTU = 14
27342pkg syscall (linux-amd64-cgo), const IP_MTU_DISCOVER = 10
27343pkg syscall (linux-amd64-cgo), const IP_MULTICAST_IF = 32
27344pkg syscall (linux-amd64-cgo), const IP_MULTICAST_LOOP = 34
27345pkg syscall (linux-amd64-cgo), const IP_MULTICAST_TTL = 33
27346pkg syscall (linux-amd64-cgo), const IP_OFFMASK = 8191
27347pkg syscall (linux-amd64-cgo), const IP_OPTIONS = 4
27348pkg syscall (linux-amd64-cgo), const IP_ORIGDSTADDR = 20
27349pkg syscall (linux-amd64-cgo), const IP_PASSSEC = 18
27350pkg syscall (linux-amd64-cgo), const IP_PKTINFO = 8
27351pkg syscall (linux-amd64-cgo), const IP_PKTOPTIONS = 9
27352pkg syscall (linux-amd64-cgo), const IP_PMTUDISC = 10
27353pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_DO = 2
27354pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_DONT = 0
27355pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_PROBE = 3
27356pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_WANT = 1
27357pkg syscall (linux-amd64-cgo), const IP_RECVERR = 11
27358pkg syscall (linux-amd64-cgo), const IP_RECVOPTS = 6
27359pkg syscall (linux-amd64-cgo), const IP_RECVORIGDSTADDR = 20
27360pkg syscall (linux-amd64-cgo), const IP_RECVRETOPTS = 7
27361pkg syscall (linux-amd64-cgo), const IP_RECVTOS = 13
27362pkg syscall (linux-amd64-cgo), const IP_RECVTTL = 12
27363pkg syscall (linux-amd64-cgo), const IP_RETOPTS = 7
27364pkg syscall (linux-amd64-cgo), const IP_RF = 32768
27365pkg syscall (linux-amd64-cgo), const IP_ROUTER_ALERT = 5
27366pkg syscall (linux-amd64-cgo), const IP_TOS = 1
27367pkg syscall (linux-amd64-cgo), const IP_TRANSPARENT = 19
27368pkg syscall (linux-amd64-cgo), const IP_TTL = 2
27369pkg syscall (linux-amd64-cgo), const IP_UNBLOCK_SOURCE = 37
27370pkg syscall (linux-amd64-cgo), const IP_XFRM_POLICY = 17
27371pkg syscall (linux-amd64-cgo), const ISIG = 1
27372pkg syscall (linux-amd64-cgo), const ISTRIP = 32
27373pkg syscall (linux-amd64-cgo), const IUCLC = 512
27374pkg syscall (linux-amd64-cgo), const IUTF8 = 16384
27375pkg syscall (linux-amd64-cgo), const IXANY = 2048
27376pkg syscall (linux-amd64-cgo), const IXOFF = 4096
27377pkg syscall (linux-amd64-cgo), const IXON = 1024
27378pkg syscall (linux-amd64-cgo), const ImplementsGetwd = true
27379pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_CAD_OFF = 0
27380pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
27381pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_HALT = 3454992675
27382pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_KEXEC = 1163412803
27383pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
27384pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_RESTART = 19088743
27385pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
27386pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
27387pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_MAGIC1 = 4276215469
27388pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_MAGIC2 = 672274793
27389pkg syscall (linux-amd64-cgo), const LOCK_EX = 2
27390pkg syscall (linux-amd64-cgo), const LOCK_NB = 4
27391pkg syscall (linux-amd64-cgo), const LOCK_SH = 1
27392pkg syscall (linux-amd64-cgo), const LOCK_UN = 8
27393pkg syscall (linux-amd64-cgo), const MADV_DOFORK = 11
27394pkg syscall (linux-amd64-cgo), const MADV_DONTFORK = 10
27395pkg syscall (linux-amd64-cgo), const MADV_DONTNEED = 4
27396pkg syscall (linux-amd64-cgo), const MADV_HUGEPAGE = 14
27397pkg syscall (linux-amd64-cgo), const MADV_HWPOISON = 100
27398pkg syscall (linux-amd64-cgo), const MADV_MERGEABLE = 12
27399pkg syscall (linux-amd64-cgo), const MADV_NOHUGEPAGE = 15
27400pkg syscall (linux-amd64-cgo), const MADV_NORMAL = 0
27401pkg syscall (linux-amd64-cgo), const MADV_RANDOM = 1
27402pkg syscall (linux-amd64-cgo), const MADV_REMOVE = 9
27403pkg syscall (linux-amd64-cgo), const MADV_SEQUENTIAL = 2
27404pkg syscall (linux-amd64-cgo), const MADV_UNMERGEABLE = 13
27405pkg syscall (linux-amd64-cgo), const MADV_WILLNEED = 3
27406pkg syscall (linux-amd64-cgo), const MAP_32BIT = 64
27407pkg syscall (linux-amd64-cgo), const MAP_ANON = 32
27408pkg syscall (linux-amd64-cgo), const MAP_ANONYMOUS = 32
27409pkg syscall (linux-amd64-cgo), const MAP_DENYWRITE = 2048
27410pkg syscall (linux-amd64-cgo), const MAP_EXECUTABLE = 4096
27411pkg syscall (linux-amd64-cgo), const MAP_FILE = 0
27412pkg syscall (linux-amd64-cgo), const MAP_FIXED = 16
27413pkg syscall (linux-amd64-cgo), const MAP_GROWSDOWN = 256
27414pkg syscall (linux-amd64-cgo), const MAP_HUGETLB = 262144
27415pkg syscall (linux-amd64-cgo), const MAP_LOCKED = 8192
27416pkg syscall (linux-amd64-cgo), const MAP_NONBLOCK = 65536
27417pkg syscall (linux-amd64-cgo), const MAP_NORESERVE = 16384
27418pkg syscall (linux-amd64-cgo), const MAP_POPULATE = 32768
27419pkg syscall (linux-amd64-cgo), const MAP_PRIVATE = 2
27420pkg syscall (linux-amd64-cgo), const MAP_SHARED = 1
27421pkg syscall (linux-amd64-cgo), const MAP_STACK = 131072
27422pkg syscall (linux-amd64-cgo), const MAP_TYPE = 15
27423pkg syscall (linux-amd64-cgo), const MCL_CURRENT = 1
27424pkg syscall (linux-amd64-cgo), const MCL_FUTURE = 2
27425pkg syscall (linux-amd64-cgo), const MNT_DETACH = 2
27426pkg syscall (linux-amd64-cgo), const MNT_EXPIRE = 4
27427pkg syscall (linux-amd64-cgo), const MNT_FORCE = 1
27428pkg syscall (linux-amd64-cgo), const MSG_CMSG_CLOEXEC = 1073741824
27429pkg syscall (linux-amd64-cgo), const MSG_CONFIRM = 2048
27430pkg syscall (linux-amd64-cgo), const MSG_CTRUNC = 8
27431pkg syscall (linux-amd64-cgo), const MSG_DONTROUTE = 4
27432pkg syscall (linux-amd64-cgo), const MSG_DONTWAIT = 64
27433pkg syscall (linux-amd64-cgo), const MSG_EOR = 128
27434pkg syscall (linux-amd64-cgo), const MSG_ERRQUEUE = 8192
27435pkg syscall (linux-amd64-cgo), const MSG_FASTOPEN = 536870912
27436pkg syscall (linux-amd64-cgo), const MSG_FASTOPEN ideal-int
27437pkg syscall (linux-amd64-cgo), const MSG_FIN = 512
27438pkg syscall (linux-amd64-cgo), const MSG_MORE = 32768
27439pkg syscall (linux-amd64-cgo), const MSG_NOSIGNAL = 16384
27440pkg syscall (linux-amd64-cgo), const MSG_OOB = 1
27441pkg syscall (linux-amd64-cgo), const MSG_PEEK = 2
27442pkg syscall (linux-amd64-cgo), const MSG_PROXY = 16
27443pkg syscall (linux-amd64-cgo), const MSG_RST = 4096
27444pkg syscall (linux-amd64-cgo), const MSG_SYN = 1024
27445pkg syscall (linux-amd64-cgo), const MSG_TRUNC = 32
27446pkg syscall (linux-amd64-cgo), const MSG_TRYHARD = 4
27447pkg syscall (linux-amd64-cgo), const MSG_WAITALL = 256
27448pkg syscall (linux-amd64-cgo), const MSG_WAITFORONE = 65536
27449pkg syscall (linux-amd64-cgo), const MS_ACTIVE = 1073741824
27450pkg syscall (linux-amd64-cgo), const MS_ASYNC = 1
27451pkg syscall (linux-amd64-cgo), const MS_BIND = 4096
27452pkg syscall (linux-amd64-cgo), const MS_DIRSYNC = 128
27453pkg syscall (linux-amd64-cgo), const MS_INVALIDATE = 2
27454pkg syscall (linux-amd64-cgo), const MS_I_VERSION = 8388608
27455pkg syscall (linux-amd64-cgo), const MS_KERNMOUNT = 4194304
27456pkg syscall (linux-amd64-cgo), const MS_MANDLOCK = 64
27457pkg syscall (linux-amd64-cgo), const MS_MGC_MSK = 4294901760
27458pkg syscall (linux-amd64-cgo), const MS_MGC_VAL = 3236757504
27459pkg syscall (linux-amd64-cgo), const MS_MOVE = 8192
27460pkg syscall (linux-amd64-cgo), const MS_NOATIME = 1024
27461pkg syscall (linux-amd64-cgo), const MS_NODEV = 4
27462pkg syscall (linux-amd64-cgo), const MS_NODIRATIME = 2048
27463pkg syscall (linux-amd64-cgo), const MS_NOEXEC = 8
27464pkg syscall (linux-amd64-cgo), const MS_NOSUID = 2
27465pkg syscall (linux-amd64-cgo), const MS_NOUSER = -2147483648
27466pkg syscall (linux-amd64-cgo), const MS_POSIXACL = 65536
27467pkg syscall (linux-amd64-cgo), const MS_PRIVATE = 262144
27468pkg syscall (linux-amd64-cgo), const MS_RDONLY = 1
27469pkg syscall (linux-amd64-cgo), const MS_REC = 16384
27470pkg syscall (linux-amd64-cgo), const MS_RELATIME = 2097152
27471pkg syscall (linux-amd64-cgo), const MS_REMOUNT = 32
27472pkg syscall (linux-amd64-cgo), const MS_RMT_MASK = 8388689
27473pkg syscall (linux-amd64-cgo), const MS_SHARED = 1048576
27474pkg syscall (linux-amd64-cgo), const MS_SILENT = 32768
27475pkg syscall (linux-amd64-cgo), const MS_SLAVE = 524288
27476pkg syscall (linux-amd64-cgo), const MS_STRICTATIME = 16777216
27477pkg syscall (linux-amd64-cgo), const MS_SYNC = 4
27478pkg syscall (linux-amd64-cgo), const MS_SYNCHRONOUS = 16
27479pkg syscall (linux-amd64-cgo), const MS_UNBINDABLE = 131072
27480pkg syscall (linux-amd64-cgo), const NAME_MAX = 255
27481pkg syscall (linux-amd64-cgo), const NETLINK_ADD_MEMBERSHIP = 1
27482pkg syscall (linux-amd64-cgo), const NETLINK_AUDIT = 9
27483pkg syscall (linux-amd64-cgo), const NETLINK_BROADCAST_ERROR = 4
27484pkg syscall (linux-amd64-cgo), const NETLINK_CONNECTOR = 11
27485pkg syscall (linux-amd64-cgo), const NETLINK_DNRTMSG = 14
27486pkg syscall (linux-amd64-cgo), const NETLINK_DROP_MEMBERSHIP = 2
27487pkg syscall (linux-amd64-cgo), const NETLINK_ECRYPTFS = 19
27488pkg syscall (linux-amd64-cgo), const NETLINK_FIB_LOOKUP = 10
27489pkg syscall (linux-amd64-cgo), const NETLINK_FIREWALL = 3
27490pkg syscall (linux-amd64-cgo), const NETLINK_GENERIC = 16
27491pkg syscall (linux-amd64-cgo), const NETLINK_INET_DIAG = 4
27492pkg syscall (linux-amd64-cgo), const NETLINK_IP6_FW = 13
27493pkg syscall (linux-amd64-cgo), const NETLINK_ISCSI = 8
27494pkg syscall (linux-amd64-cgo), const NETLINK_KOBJECT_UEVENT = 15
27495pkg syscall (linux-amd64-cgo), const NETLINK_NETFILTER = 12
27496pkg syscall (linux-amd64-cgo), const NETLINK_NFLOG = 5
27497pkg syscall (linux-amd64-cgo), const NETLINK_NO_ENOBUFS = 5
27498pkg syscall (linux-amd64-cgo), const NETLINK_PKTINFO = 3
27499pkg syscall (linux-amd64-cgo), const NETLINK_ROUTE = 0
27500pkg syscall (linux-amd64-cgo), const NETLINK_SCSITRANSPORT = 18
27501pkg syscall (linux-amd64-cgo), const NETLINK_SELINUX = 7
27502pkg syscall (linux-amd64-cgo), const NETLINK_UNUSED = 1
27503pkg syscall (linux-amd64-cgo), const NETLINK_USERSOCK = 2
27504pkg syscall (linux-amd64-cgo), const NETLINK_XFRM = 6
27505pkg syscall (linux-amd64-cgo), const NLA_ALIGNTO = 4
27506pkg syscall (linux-amd64-cgo), const NLA_F_NESTED = 32768
27507pkg syscall (linux-amd64-cgo), const NLA_F_NET_BYTEORDER = 16384
27508pkg syscall (linux-amd64-cgo), const NLA_HDRLEN = 4
27509pkg syscall (linux-amd64-cgo), const NLMSG_ALIGNTO = 4
27510pkg syscall (linux-amd64-cgo), const NLMSG_DONE = 3
27511pkg syscall (linux-amd64-cgo), const NLMSG_ERROR = 2
27512pkg syscall (linux-amd64-cgo), const NLMSG_HDRLEN = 16
27513pkg syscall (linux-amd64-cgo), const NLMSG_MIN_TYPE = 16
27514pkg syscall (linux-amd64-cgo), const NLMSG_NOOP = 1
27515pkg syscall (linux-amd64-cgo), const NLMSG_OVERRUN = 4
27516pkg syscall (linux-amd64-cgo), const NLM_F_ACK = 4
27517pkg syscall (linux-amd64-cgo), const NLM_F_APPEND = 2048
27518pkg syscall (linux-amd64-cgo), const NLM_F_ATOMIC = 1024
27519pkg syscall (linux-amd64-cgo), const NLM_F_CREATE = 1024
27520pkg syscall (linux-amd64-cgo), const NLM_F_DUMP = 768
27521pkg syscall (linux-amd64-cgo), const NLM_F_ECHO = 8
27522pkg syscall (linux-amd64-cgo), const NLM_F_EXCL = 512
27523pkg syscall (linux-amd64-cgo), const NLM_F_MATCH = 512
27524pkg syscall (linux-amd64-cgo), const NLM_F_MULTI = 2
27525pkg syscall (linux-amd64-cgo), const NLM_F_REPLACE = 256
27526pkg syscall (linux-amd64-cgo), const NLM_F_REQUEST = 1
27527pkg syscall (linux-amd64-cgo), const NLM_F_ROOT = 256
27528pkg syscall (linux-amd64-cgo), const NOFLSH = 128
27529pkg syscall (linux-amd64-cgo), const OCRNL = 8
27530pkg syscall (linux-amd64-cgo), const OFDEL = 128
27531pkg syscall (linux-amd64-cgo), const OFILL = 64
27532pkg syscall (linux-amd64-cgo), const OLCUC = 2
27533pkg syscall (linux-amd64-cgo), const ONLCR = 4
27534pkg syscall (linux-amd64-cgo), const ONLRET = 32
27535pkg syscall (linux-amd64-cgo), const ONOCR = 16
27536pkg syscall (linux-amd64-cgo), const OPOST = 1
27537pkg syscall (linux-amd64-cgo), const O_ACCMODE = 3
27538pkg syscall (linux-amd64-cgo), const O_APPEND = 1024
27539pkg syscall (linux-amd64-cgo), const O_ASYNC = 8192
27540pkg syscall (linux-amd64-cgo), const O_CLOEXEC = 524288
27541pkg syscall (linux-amd64-cgo), const O_CREAT = 64
27542pkg syscall (linux-amd64-cgo), const O_DIRECT = 16384
27543pkg syscall (linux-amd64-cgo), const O_DIRECTORY = 65536
27544pkg syscall (linux-amd64-cgo), const O_DSYNC = 4096
27545pkg syscall (linux-amd64-cgo), const O_EXCL = 128
27546pkg syscall (linux-amd64-cgo), const O_FSYNC = 1052672
27547pkg syscall (linux-amd64-cgo), const O_LARGEFILE = 0
27548pkg syscall (linux-amd64-cgo), const O_NDELAY = 2048
27549pkg syscall (linux-amd64-cgo), const O_NOATIME = 262144
27550pkg syscall (linux-amd64-cgo), const O_NOCTTY = 256
27551pkg syscall (linux-amd64-cgo), const O_NOFOLLOW = 131072
27552pkg syscall (linux-amd64-cgo), const O_NONBLOCK = 2048
27553pkg syscall (linux-amd64-cgo), const O_RSYNC = 1052672
27554pkg syscall (linux-amd64-cgo), const O_SYNC = 1052672
27555pkg syscall (linux-amd64-cgo), const O_TRUNC = 512
27556pkg syscall (linux-amd64-cgo), const PACKET_ADD_MEMBERSHIP = 1
27557pkg syscall (linux-amd64-cgo), const PACKET_BROADCAST = 1
27558pkg syscall (linux-amd64-cgo), const PACKET_DROP_MEMBERSHIP = 2
27559pkg syscall (linux-amd64-cgo), const PACKET_FASTROUTE = 6
27560pkg syscall (linux-amd64-cgo), const PACKET_HOST = 0
27561pkg syscall (linux-amd64-cgo), const PACKET_LOOPBACK = 5
27562pkg syscall (linux-amd64-cgo), const PACKET_MR_ALLMULTI = 2
27563pkg syscall (linux-amd64-cgo), const PACKET_MR_MULTICAST = 0
27564pkg syscall (linux-amd64-cgo), const PACKET_MR_PROMISC = 1
27565pkg syscall (linux-amd64-cgo), const PACKET_MULTICAST = 2
27566pkg syscall (linux-amd64-cgo), const PACKET_OTHERHOST = 3
27567pkg syscall (linux-amd64-cgo), const PACKET_OUTGOING = 4
27568pkg syscall (linux-amd64-cgo), const PACKET_RECV_OUTPUT = 3
27569pkg syscall (linux-amd64-cgo), const PACKET_RX_RING = 5
27570pkg syscall (linux-amd64-cgo), const PACKET_STATISTICS = 6
27571pkg syscall (linux-amd64-cgo), const PARENB = 256
27572pkg syscall (linux-amd64-cgo), const PARMRK = 8
27573pkg syscall (linux-amd64-cgo), const PARODD = 512
27574pkg syscall (linux-amd64-cgo), const PENDIN = 16384
27575pkg syscall (linux-amd64-cgo), const PROT_EXEC = 4
27576pkg syscall (linux-amd64-cgo), const PROT_GROWSDOWN = 16777216
27577pkg syscall (linux-amd64-cgo), const PROT_GROWSUP = 33554432
27578pkg syscall (linux-amd64-cgo), const PROT_NONE = 0
27579pkg syscall (linux-amd64-cgo), const PROT_READ = 1
27580pkg syscall (linux-amd64-cgo), const PROT_WRITE = 2
27581pkg syscall (linux-amd64-cgo), const PR_CAPBSET_DROP = 24
27582pkg syscall (linux-amd64-cgo), const PR_CAPBSET_READ = 23
27583pkg syscall (linux-amd64-cgo), const PR_ENDIAN_BIG = 0
27584pkg syscall (linux-amd64-cgo), const PR_ENDIAN_LITTLE = 1
27585pkg syscall (linux-amd64-cgo), const PR_ENDIAN_PPC_LITTLE = 2
27586pkg syscall (linux-amd64-cgo), const PR_FPEMU_NOPRINT = 1
27587pkg syscall (linux-amd64-cgo), const PR_FPEMU_SIGFPE = 2
27588pkg syscall (linux-amd64-cgo), const PR_FP_EXC_ASYNC = 2
27589pkg syscall (linux-amd64-cgo), const PR_FP_EXC_DISABLED = 0
27590pkg syscall (linux-amd64-cgo), const PR_FP_EXC_DIV = 65536
27591pkg syscall (linux-amd64-cgo), const PR_FP_EXC_INV = 1048576
27592pkg syscall (linux-amd64-cgo), const PR_FP_EXC_NONRECOV = 1
27593pkg syscall (linux-amd64-cgo), const PR_FP_EXC_OVF = 131072
27594pkg syscall (linux-amd64-cgo), const PR_FP_EXC_PRECISE = 3
27595pkg syscall (linux-amd64-cgo), const PR_FP_EXC_RES = 524288
27596pkg syscall (linux-amd64-cgo), const PR_FP_EXC_SW_ENABLE = 128
27597pkg syscall (linux-amd64-cgo), const PR_FP_EXC_UND = 262144
27598pkg syscall (linux-amd64-cgo), const PR_GET_DUMPABLE = 3
27599pkg syscall (linux-amd64-cgo), const PR_GET_ENDIAN = 19
27600pkg syscall (linux-amd64-cgo), const PR_GET_FPEMU = 9
27601pkg syscall (linux-amd64-cgo), const PR_GET_FPEXC = 11
27602pkg syscall (linux-amd64-cgo), const PR_GET_KEEPCAPS = 7
27603pkg syscall (linux-amd64-cgo), const PR_GET_NAME = 16
27604pkg syscall (linux-amd64-cgo), const PR_GET_PDEATHSIG = 2
27605pkg syscall (linux-amd64-cgo), const PR_GET_SECCOMP = 21
27606pkg syscall (linux-amd64-cgo), const PR_GET_SECUREBITS = 27
27607pkg syscall (linux-amd64-cgo), const PR_GET_TIMERSLACK = 30
27608pkg syscall (linux-amd64-cgo), const PR_GET_TIMING = 13
27609pkg syscall (linux-amd64-cgo), const PR_GET_TSC = 25
27610pkg syscall (linux-amd64-cgo), const PR_GET_UNALIGN = 5
27611pkg syscall (linux-amd64-cgo), const PR_MCE_KILL = 33
27612pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_CLEAR = 0
27613pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_DEFAULT = 2
27614pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_EARLY = 1
27615pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_GET = 34
27616pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_LATE = 0
27617pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_SET = 1
27618pkg syscall (linux-amd64-cgo), const PR_SET_DUMPABLE = 4
27619pkg syscall (linux-amd64-cgo), const PR_SET_ENDIAN = 20
27620pkg syscall (linux-amd64-cgo), const PR_SET_FPEMU = 10
27621pkg syscall (linux-amd64-cgo), const PR_SET_FPEXC = 12
27622pkg syscall (linux-amd64-cgo), const PR_SET_KEEPCAPS = 8
27623pkg syscall (linux-amd64-cgo), const PR_SET_NAME = 15
27624pkg syscall (linux-amd64-cgo), const PR_SET_PDEATHSIG = 1
27625pkg syscall (linux-amd64-cgo), const PR_SET_PTRACER = 1499557217
27626pkg syscall (linux-amd64-cgo), const PR_SET_SECCOMP = 22
27627pkg syscall (linux-amd64-cgo), const PR_SET_SECUREBITS = 28
27628pkg syscall (linux-amd64-cgo), const PR_SET_TIMERSLACK = 29
27629pkg syscall (linux-amd64-cgo), const PR_SET_TIMING = 14
27630pkg syscall (linux-amd64-cgo), const PR_SET_TSC = 26
27631pkg syscall (linux-amd64-cgo), const PR_SET_UNALIGN = 6
27632pkg syscall (linux-amd64-cgo), const PR_TASK_PERF_EVENTS_DISABLE = 31
27633pkg syscall (linux-amd64-cgo), const PR_TASK_PERF_EVENTS_ENABLE = 32
27634pkg syscall (linux-amd64-cgo), const PR_TIMING_STATISTICAL = 0
27635pkg syscall (linux-amd64-cgo), const PR_TIMING_TIMESTAMP = 1
27636pkg syscall (linux-amd64-cgo), const PR_TSC_ENABLE = 1
27637pkg syscall (linux-amd64-cgo), const PR_TSC_SIGSEGV = 2
27638pkg syscall (linux-amd64-cgo), const PR_UNALIGN_NOPRINT = 1
27639pkg syscall (linux-amd64-cgo), const PR_UNALIGN_SIGBUS = 2
27640pkg syscall (linux-amd64-cgo), const PTRACE_ARCH_PRCTL = 30
27641pkg syscall (linux-amd64-cgo), const PTRACE_ATTACH = 16
27642pkg syscall (linux-amd64-cgo), const PTRACE_CONT = 7
27643pkg syscall (linux-amd64-cgo), const PTRACE_DETACH = 17
27644pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_CLONE = 3
27645pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_EXEC = 4
27646pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_EXIT = 6
27647pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_FORK = 1
27648pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_VFORK = 2
27649pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_VFORK_DONE = 5
27650pkg syscall (linux-amd64-cgo), const PTRACE_GETEVENTMSG = 16897
27651pkg syscall (linux-amd64-cgo), const PTRACE_GETFPREGS = 14
27652pkg syscall (linux-amd64-cgo), const PTRACE_GETFPXREGS = 18
27653pkg syscall (linux-amd64-cgo), const PTRACE_GETREGS = 12
27654pkg syscall (linux-amd64-cgo), const PTRACE_GETREGSET = 16900
27655pkg syscall (linux-amd64-cgo), const PTRACE_GETSIGINFO = 16898
27656pkg syscall (linux-amd64-cgo), const PTRACE_GET_THREAD_AREA = 25
27657pkg syscall (linux-amd64-cgo), const PTRACE_KILL = 8
27658pkg syscall (linux-amd64-cgo), const PTRACE_OLDSETOPTIONS = 21
27659pkg syscall (linux-amd64-cgo), const PTRACE_O_MASK = 127
27660pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACECLONE = 8
27661pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEEXEC = 16
27662pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEEXIT = 64
27663pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEFORK = 2
27664pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACESYSGOOD = 1
27665pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEVFORK = 4
27666pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEVFORKDONE = 32
27667pkg syscall (linux-amd64-cgo), const PTRACE_PEEKDATA = 2
27668pkg syscall (linux-amd64-cgo), const PTRACE_PEEKTEXT = 1
27669pkg syscall (linux-amd64-cgo), const PTRACE_PEEKUSR = 3
27670pkg syscall (linux-amd64-cgo), const PTRACE_POKEDATA = 5
27671pkg syscall (linux-amd64-cgo), const PTRACE_POKETEXT = 4
27672pkg syscall (linux-amd64-cgo), const PTRACE_POKEUSR = 6
27673pkg syscall (linux-amd64-cgo), const PTRACE_SETFPREGS = 15
27674pkg syscall (linux-amd64-cgo), const PTRACE_SETFPXREGS = 19
27675pkg syscall (linux-amd64-cgo), const PTRACE_SETOPTIONS = 16896
27676pkg syscall (linux-amd64-cgo), const PTRACE_SETREGS = 13
27677pkg syscall (linux-amd64-cgo), const PTRACE_SETREGSET = 16901
27678pkg syscall (linux-amd64-cgo), const PTRACE_SETSIGINFO = 16899
27679pkg syscall (linux-amd64-cgo), const PTRACE_SET_THREAD_AREA = 26
27680pkg syscall (linux-amd64-cgo), const PTRACE_SINGLEBLOCK = 33
27681pkg syscall (linux-amd64-cgo), const PTRACE_SINGLESTEP = 9
27682pkg syscall (linux-amd64-cgo), const PTRACE_SYSCALL = 24
27683pkg syscall (linux-amd64-cgo), const PTRACE_SYSEMU = 31
27684pkg syscall (linux-amd64-cgo), const PTRACE_SYSEMU_SINGLESTEP = 32
27685pkg syscall (linux-amd64-cgo), const PTRACE_TRACEME = 0
27686pkg syscall (linux-amd64-cgo), const PathMax = 4096
27687pkg syscall (linux-amd64-cgo), const RLIMIT_AS = 9
27688pkg syscall (linux-amd64-cgo), const RLIMIT_CORE = 4
27689pkg syscall (linux-amd64-cgo), const RLIMIT_CPU = 0
27690pkg syscall (linux-amd64-cgo), const RLIMIT_DATA = 2
27691pkg syscall (linux-amd64-cgo), const RLIMIT_FSIZE = 1
27692pkg syscall (linux-amd64-cgo), const RLIMIT_NOFILE = 7
27693pkg syscall (linux-amd64-cgo), const RLIMIT_STACK = 3
27694pkg syscall (linux-amd64-cgo), const RLIM_INFINITY = -1
27695pkg syscall (linux-amd64-cgo), const RTAX_ADVMSS = 8
27696pkg syscall (linux-amd64-cgo), const RTAX_CWND = 7
27697pkg syscall (linux-amd64-cgo), const RTAX_FEATURES = 12
27698pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_ALLFRAG = 8
27699pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_ECN = 1
27700pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_SACK = 2
27701pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_TIMESTAMP = 4
27702pkg syscall (linux-amd64-cgo), const RTAX_HOPLIMIT = 10
27703pkg syscall (linux-amd64-cgo), const RTAX_INITCWND = 11
27704pkg syscall (linux-amd64-cgo), const RTAX_INITRWND = 14
27705pkg syscall (linux-amd64-cgo), const RTAX_LOCK = 1
27706pkg syscall (linux-amd64-cgo), const RTAX_MAX = 14
27707pkg syscall (linux-amd64-cgo), const RTAX_MTU = 2
27708pkg syscall (linux-amd64-cgo), const RTAX_REORDERING = 9
27709pkg syscall (linux-amd64-cgo), const RTAX_RTO_MIN = 13
27710pkg syscall (linux-amd64-cgo), const RTAX_RTT = 4
27711pkg syscall (linux-amd64-cgo), const RTAX_RTTVAR = 5
27712pkg syscall (linux-amd64-cgo), const RTAX_SSTHRESH = 6
27713pkg syscall (linux-amd64-cgo), const RTAX_UNSPEC = 0
27714pkg syscall (linux-amd64-cgo), const RTAX_WINDOW = 3
27715pkg syscall (linux-amd64-cgo), const RTA_ALIGNTO = 4
27716pkg syscall (linux-amd64-cgo), const RTA_CACHEINFO = 12
27717pkg syscall (linux-amd64-cgo), const RTA_DST = 1
27718pkg syscall (linux-amd64-cgo), const RTA_FLOW = 11
27719pkg syscall (linux-amd64-cgo), const RTA_GATEWAY = 5
27720pkg syscall (linux-amd64-cgo), const RTA_IIF = 3
27721pkg syscall (linux-amd64-cgo), const RTA_MAX = 16
27722pkg syscall (linux-amd64-cgo), const RTA_METRICS = 8
27723pkg syscall (linux-amd64-cgo), const RTA_MULTIPATH = 9
27724pkg syscall (linux-amd64-cgo), const RTA_OIF = 4
27725pkg syscall (linux-amd64-cgo), const RTA_PREFSRC = 7
27726pkg syscall (linux-amd64-cgo), const RTA_PRIORITY = 6
27727pkg syscall (linux-amd64-cgo), const RTA_SRC = 2
27728pkg syscall (linux-amd64-cgo), const RTA_TABLE = 15
27729pkg syscall (linux-amd64-cgo), const RTA_UNSPEC = 0
27730pkg syscall (linux-amd64-cgo), const RTCF_DIRECTSRC = 67108864
27731pkg syscall (linux-amd64-cgo), const RTCF_DOREDIRECT = 16777216
27732pkg syscall (linux-amd64-cgo), const RTCF_LOG = 33554432
27733pkg syscall (linux-amd64-cgo), const RTCF_MASQ = 4194304
27734pkg syscall (linux-amd64-cgo), const RTCF_NAT = 8388608
27735pkg syscall (linux-amd64-cgo), const RTCF_VALVE = 2097152
27736pkg syscall (linux-amd64-cgo), const RTF_ADDRCLASSMASK = 4160749568
27737pkg syscall (linux-amd64-cgo), const RTF_ADDRCONF = 262144
27738pkg syscall (linux-amd64-cgo), const RTF_ALLONLINK = 131072
27739pkg syscall (linux-amd64-cgo), const RTF_BROADCAST = 268435456
27740pkg syscall (linux-amd64-cgo), const RTF_CACHE = 16777216
27741pkg syscall (linux-amd64-cgo), const RTF_DEFAULT = 65536
27742pkg syscall (linux-amd64-cgo), const RTF_DYNAMIC = 16
27743pkg syscall (linux-amd64-cgo), const RTF_FLOW = 33554432
27744pkg syscall (linux-amd64-cgo), const RTF_GATEWAY = 2
27745pkg syscall (linux-amd64-cgo), const RTF_HOST = 4
27746pkg syscall (linux-amd64-cgo), const RTF_INTERFACE = 1073741824
27747pkg syscall (linux-amd64-cgo), const RTF_IRTT = 256
27748pkg syscall (linux-amd64-cgo), const RTF_LINKRT = 1048576
27749pkg syscall (linux-amd64-cgo), const RTF_LOCAL = 2147483648
27750pkg syscall (linux-amd64-cgo), const RTF_MODIFIED = 32
27751pkg syscall (linux-amd64-cgo), const RTF_MSS = 64
27752pkg syscall (linux-amd64-cgo), const RTF_MTU = 64
27753pkg syscall (linux-amd64-cgo), const RTF_MULTICAST = 536870912
27754pkg syscall (linux-amd64-cgo), const RTF_NAT = 134217728
27755pkg syscall (linux-amd64-cgo), const RTF_NOFORWARD = 4096
27756pkg syscall (linux-amd64-cgo), const RTF_NONEXTHOP = 2097152
27757pkg syscall (linux-amd64-cgo), const RTF_NOPMTUDISC = 16384
27758pkg syscall (linux-amd64-cgo), const RTF_POLICY = 67108864
27759pkg syscall (linux-amd64-cgo), const RTF_REINSTATE = 8
27760pkg syscall (linux-amd64-cgo), const RTF_REJECT = 512
27761pkg syscall (linux-amd64-cgo), const RTF_STATIC = 1024
27762pkg syscall (linux-amd64-cgo), const RTF_THROW = 8192
27763pkg syscall (linux-amd64-cgo), const RTF_UP = 1
27764pkg syscall (linux-amd64-cgo), const RTF_WINDOW = 128
27765pkg syscall (linux-amd64-cgo), const RTF_XRESOLVE = 2048
27766pkg syscall (linux-amd64-cgo), const RTM_BASE = 16
27767pkg syscall (linux-amd64-cgo), const RTM_DELACTION = 49
27768pkg syscall (linux-amd64-cgo), const RTM_DELADDR = 21
27769pkg syscall (linux-amd64-cgo), const RTM_DELADDRLABEL = 73
27770pkg syscall (linux-amd64-cgo), const RTM_DELLINK = 17
27771pkg syscall (linux-amd64-cgo), const RTM_DELNEIGH = 29
27772pkg syscall (linux-amd64-cgo), const RTM_DELQDISC = 37
27773pkg syscall (linux-amd64-cgo), const RTM_DELROUTE = 25
27774pkg syscall (linux-amd64-cgo), const RTM_DELRULE = 33
27775pkg syscall (linux-amd64-cgo), const RTM_DELTCLASS = 41
27776pkg syscall (linux-amd64-cgo), const RTM_DELTFILTER = 45
27777pkg syscall (linux-amd64-cgo), const RTM_F_CLONED = 512
27778pkg syscall (linux-amd64-cgo), const RTM_F_EQUALIZE = 1024
27779pkg syscall (linux-amd64-cgo), const RTM_F_NOTIFY = 256
27780pkg syscall (linux-amd64-cgo), const RTM_F_PREFIX = 2048
27781pkg syscall (linux-amd64-cgo), const RTM_GETACTION = 50
27782pkg syscall (linux-amd64-cgo), const RTM_GETADDR = 22
27783pkg syscall (linux-amd64-cgo), const RTM_GETADDRLABEL = 74
27784pkg syscall (linux-amd64-cgo), const RTM_GETANYCAST = 62
27785pkg syscall (linux-amd64-cgo), const RTM_GETDCB = 78
27786pkg syscall (linux-amd64-cgo), const RTM_GETLINK = 18
27787pkg syscall (linux-amd64-cgo), const RTM_GETMULTICAST = 58
27788pkg syscall (linux-amd64-cgo), const RTM_GETNEIGH = 30
27789pkg syscall (linux-amd64-cgo), const RTM_GETNEIGHTBL = 66
27790pkg syscall (linux-amd64-cgo), const RTM_GETQDISC = 38
27791pkg syscall (linux-amd64-cgo), const RTM_GETROUTE = 26
27792pkg syscall (linux-amd64-cgo), const RTM_GETRULE = 34
27793pkg syscall (linux-amd64-cgo), const RTM_GETTCLASS = 42
27794pkg syscall (linux-amd64-cgo), const RTM_GETTFILTER = 46
27795pkg syscall (linux-amd64-cgo), const RTM_MAX = 79
27796pkg syscall (linux-amd64-cgo), const RTM_NEWACTION = 48
27797pkg syscall (linux-amd64-cgo), const RTM_NEWADDR = 20
27798pkg syscall (linux-amd64-cgo), const RTM_NEWADDRLABEL = 72
27799pkg syscall (linux-amd64-cgo), const RTM_NEWLINK = 16
27800pkg syscall (linux-amd64-cgo), const RTM_NEWNDUSEROPT = 68
27801pkg syscall (linux-amd64-cgo), const RTM_NEWNEIGH = 28
27802pkg syscall (linux-amd64-cgo), const RTM_NEWNEIGHTBL = 64
27803pkg syscall (linux-amd64-cgo), const RTM_NEWPREFIX = 52
27804pkg syscall (linux-amd64-cgo), const RTM_NEWQDISC = 36
27805pkg syscall (linux-amd64-cgo), const RTM_NEWROUTE = 24
27806pkg syscall (linux-amd64-cgo), const RTM_NEWRULE = 32
27807pkg syscall (linux-amd64-cgo), const RTM_NEWTCLASS = 40
27808pkg syscall (linux-amd64-cgo), const RTM_NEWTFILTER = 44
27809pkg syscall (linux-amd64-cgo), const RTM_NR_FAMILIES = 16
27810pkg syscall (linux-amd64-cgo), const RTM_NR_MSGTYPES = 64
27811pkg syscall (linux-amd64-cgo), const RTM_SETDCB = 79
27812pkg syscall (linux-amd64-cgo), const RTM_SETLINK = 19
27813pkg syscall (linux-amd64-cgo), const RTM_SETNEIGHTBL = 67
27814pkg syscall (linux-amd64-cgo), const RTNH_ALIGNTO = 4
27815pkg syscall (linux-amd64-cgo), const RTNH_F_DEAD = 1
27816pkg syscall (linux-amd64-cgo), const RTNH_F_ONLINK = 4
27817pkg syscall (linux-amd64-cgo), const RTNH_F_PERVASIVE = 2
27818pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_IFADDR = 5
27819pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_IFADDR ideal-int
27820pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_MROUTE = 6
27821pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_MROUTE ideal-int
27822pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_ROUTE = 7
27823pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_ROUTE ideal-int
27824pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_RULE = 8
27825pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_RULE ideal-int
27826pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFADDR = 9
27827pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFADDR ideal-int
27828pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFINFO = 12
27829pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFINFO ideal-int
27830pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_MROUTE = 10
27831pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_MROUTE ideal-int
27832pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_PREFIX = 18
27833pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_PREFIX ideal-int
27834pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_ROUTE = 11
27835pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_ROUTE ideal-int
27836pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_RULE = 19
27837pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_RULE ideal-int
27838pkg syscall (linux-amd64-cgo), const RTNLGRP_LINK = 1
27839pkg syscall (linux-amd64-cgo), const RTNLGRP_LINK ideal-int
27840pkg syscall (linux-amd64-cgo), const RTNLGRP_ND_USEROPT = 20
27841pkg syscall (linux-amd64-cgo), const RTNLGRP_ND_USEROPT ideal-int
27842pkg syscall (linux-amd64-cgo), const RTNLGRP_NEIGH = 3
27843pkg syscall (linux-amd64-cgo), const RTNLGRP_NEIGH ideal-int
27844pkg syscall (linux-amd64-cgo), const RTNLGRP_NONE = 0
27845pkg syscall (linux-amd64-cgo), const RTNLGRP_NONE ideal-int
27846pkg syscall (linux-amd64-cgo), const RTNLGRP_NOTIFY = 2
27847pkg syscall (linux-amd64-cgo), const RTNLGRP_NOTIFY ideal-int
27848pkg syscall (linux-amd64-cgo), const RTNLGRP_TC = 4
27849pkg syscall (linux-amd64-cgo), const RTNLGRP_TC ideal-int
27850pkg syscall (linux-amd64-cgo), const RTN_ANYCAST = 4
27851pkg syscall (linux-amd64-cgo), const RTN_BLACKHOLE = 6
27852pkg syscall (linux-amd64-cgo), const RTN_BROADCAST = 3
27853pkg syscall (linux-amd64-cgo), const RTN_LOCAL = 2
27854pkg syscall (linux-amd64-cgo), const RTN_MAX = 11
27855pkg syscall (linux-amd64-cgo), const RTN_MULTICAST = 5
27856pkg syscall (linux-amd64-cgo), const RTN_NAT = 10
27857pkg syscall (linux-amd64-cgo), const RTN_PROHIBIT = 8
27858pkg syscall (linux-amd64-cgo), const RTN_THROW = 9
27859pkg syscall (linux-amd64-cgo), const RTN_UNICAST = 1
27860pkg syscall (linux-amd64-cgo), const RTN_UNREACHABLE = 7
27861pkg syscall (linux-amd64-cgo), const RTN_UNSPEC = 0
27862pkg syscall (linux-amd64-cgo), const RTN_XRESOLVE = 11
27863pkg syscall (linux-amd64-cgo), const RTPROT_BIRD = 12
27864pkg syscall (linux-amd64-cgo), const RTPROT_BOOT = 3
27865pkg syscall (linux-amd64-cgo), const RTPROT_DHCP = 16
27866pkg syscall (linux-amd64-cgo), const RTPROT_DNROUTED = 13
27867pkg syscall (linux-amd64-cgo), const RTPROT_GATED = 8
27868pkg syscall (linux-amd64-cgo), const RTPROT_KERNEL = 2
27869pkg syscall (linux-amd64-cgo), const RTPROT_MRT = 10
27870pkg syscall (linux-amd64-cgo), const RTPROT_NTK = 15
27871pkg syscall (linux-amd64-cgo), const RTPROT_RA = 9
27872pkg syscall (linux-amd64-cgo), const RTPROT_REDIRECT = 1
27873pkg syscall (linux-amd64-cgo), const RTPROT_STATIC = 4
27874pkg syscall (linux-amd64-cgo), const RTPROT_UNSPEC = 0
27875pkg syscall (linux-amd64-cgo), const RTPROT_XORP = 14
27876pkg syscall (linux-amd64-cgo), const RTPROT_ZEBRA = 11
27877pkg syscall (linux-amd64-cgo), const RT_CLASS_DEFAULT = 253
27878pkg syscall (linux-amd64-cgo), const RT_CLASS_LOCAL = 255
27879pkg syscall (linux-amd64-cgo), const RT_CLASS_MAIN = 254
27880pkg syscall (linux-amd64-cgo), const RT_CLASS_MAX = 255
27881pkg syscall (linux-amd64-cgo), const RT_CLASS_UNSPEC = 0
27882pkg syscall (linux-amd64-cgo), const RT_SCOPE_HOST = 254
27883pkg syscall (linux-amd64-cgo), const RT_SCOPE_LINK = 253
27884pkg syscall (linux-amd64-cgo), const RT_SCOPE_NOWHERE = 255
27885pkg syscall (linux-amd64-cgo), const RT_SCOPE_SITE = 200
27886pkg syscall (linux-amd64-cgo), const RT_SCOPE_UNIVERSE = 0
27887pkg syscall (linux-amd64-cgo), const RT_TABLE_COMPAT = 252
27888pkg syscall (linux-amd64-cgo), const RT_TABLE_DEFAULT = 253
27889pkg syscall (linux-amd64-cgo), const RT_TABLE_LOCAL = 255
27890pkg syscall (linux-amd64-cgo), const RT_TABLE_MAIN = 254
27891pkg syscall (linux-amd64-cgo), const RT_TABLE_MAX = 4294967295
27892pkg syscall (linux-amd64-cgo), const RT_TABLE_UNSPEC = 0
27893pkg syscall (linux-amd64-cgo), const RUSAGE_CHILDREN = -1
27894pkg syscall (linux-amd64-cgo), const RUSAGE_SELF = 0
27895pkg syscall (linux-amd64-cgo), const RUSAGE_THREAD = 1
27896pkg syscall (linux-amd64-cgo), const SCM_CREDENTIALS = 2
27897pkg syscall (linux-amd64-cgo), const SCM_RIGHTS = 1
27898pkg syscall (linux-amd64-cgo), const SCM_TIMESTAMP = 29
27899pkg syscall (linux-amd64-cgo), const SCM_TIMESTAMPING = 37
27900pkg syscall (linux-amd64-cgo), const SCM_TIMESTAMPNS = 35
27901pkg syscall (linux-amd64-cgo), const SIGBUS = 7
27902pkg syscall (linux-amd64-cgo), const SIGCHLD = 17
27903pkg syscall (linux-amd64-cgo), const SIGCLD = 17
27904pkg syscall (linux-amd64-cgo), const SIGCONT = 18
27905pkg syscall (linux-amd64-cgo), const SIGIO = 29
27906pkg syscall (linux-amd64-cgo), const SIGIOT = 6
27907pkg syscall (linux-amd64-cgo), const SIGPOLL = 29
27908pkg syscall (linux-amd64-cgo), const SIGPROF = 27
27909pkg syscall (linux-amd64-cgo), const SIGPWR = 30
27910pkg syscall (linux-amd64-cgo), const SIGSTKFLT = 16
27911pkg syscall (linux-amd64-cgo), const SIGSTOP = 19
27912pkg syscall (linux-amd64-cgo), const SIGSYS = 31
27913pkg syscall (linux-amd64-cgo), const SIGTSTP = 20
27914pkg syscall (linux-amd64-cgo), const SIGTTIN = 21
27915pkg syscall (linux-amd64-cgo), const SIGTTOU = 22
27916pkg syscall (linux-amd64-cgo), const SIGUNUSED = 31
27917pkg syscall (linux-amd64-cgo), const SIGURG = 23
27918pkg syscall (linux-amd64-cgo), const SIGUSR1 = 10
27919pkg syscall (linux-amd64-cgo), const SIGUSR2 = 12
27920pkg syscall (linux-amd64-cgo), const SIGVTALRM = 26
27921pkg syscall (linux-amd64-cgo), const SIGWINCH = 28
27922pkg syscall (linux-amd64-cgo), const SIGXCPU = 24
27923pkg syscall (linux-amd64-cgo), const SIGXFSZ = 25
27924pkg syscall (linux-amd64-cgo), const SIOCADDDLCI = 35200
27925pkg syscall (linux-amd64-cgo), const SIOCADDMULTI = 35121
27926pkg syscall (linux-amd64-cgo), const SIOCADDRT = 35083
27927pkg syscall (linux-amd64-cgo), const SIOCATMARK = 35077
27928pkg syscall (linux-amd64-cgo), const SIOCDARP = 35155
27929pkg syscall (linux-amd64-cgo), const SIOCDELDLCI = 35201
27930pkg syscall (linux-amd64-cgo), const SIOCDELMULTI = 35122
27931pkg syscall (linux-amd64-cgo), const SIOCDELRT = 35084
27932pkg syscall (linux-amd64-cgo), const SIOCDEVPRIVATE = 35312
27933pkg syscall (linux-amd64-cgo), const SIOCDIFADDR = 35126
27934pkg syscall (linux-amd64-cgo), const SIOCDRARP = 35168
27935pkg syscall (linux-amd64-cgo), const SIOCGARP = 35156
27936pkg syscall (linux-amd64-cgo), const SIOCGIFADDR = 35093
27937pkg syscall (linux-amd64-cgo), const SIOCGIFBR = 35136
27938pkg syscall (linux-amd64-cgo), const SIOCGIFBRDADDR = 35097
27939pkg syscall (linux-amd64-cgo), const SIOCGIFCONF = 35090
27940pkg syscall (linux-amd64-cgo), const SIOCGIFCOUNT = 35128
27941pkg syscall (linux-amd64-cgo), const SIOCGIFDSTADDR = 35095
27942pkg syscall (linux-amd64-cgo), const SIOCGIFENCAP = 35109
27943pkg syscall (linux-amd64-cgo), const SIOCGIFFLAGS = 35091
27944pkg syscall (linux-amd64-cgo), const SIOCGIFHWADDR = 35111
27945pkg syscall (linux-amd64-cgo), const SIOCGIFINDEX = 35123
27946pkg syscall (linux-amd64-cgo), const SIOCGIFMAP = 35184
27947pkg syscall (linux-amd64-cgo), const SIOCGIFMEM = 35103
27948pkg syscall (linux-amd64-cgo), const SIOCGIFMETRIC = 35101
27949pkg syscall (linux-amd64-cgo), const SIOCGIFMTU = 35105
27950pkg syscall (linux-amd64-cgo), const SIOCGIFNAME = 35088
27951pkg syscall (linux-amd64-cgo), const SIOCGIFNETMASK = 35099
27952pkg syscall (linux-amd64-cgo), const SIOCGIFPFLAGS = 35125
27953pkg syscall (linux-amd64-cgo), const SIOCGIFSLAVE = 35113
27954pkg syscall (linux-amd64-cgo), const SIOCGIFTXQLEN = 35138
27955pkg syscall (linux-amd64-cgo), const SIOCGPGRP = 35076
27956pkg syscall (linux-amd64-cgo), const SIOCGRARP = 35169
27957pkg syscall (linux-amd64-cgo), const SIOCGSTAMP = 35078
27958pkg syscall (linux-amd64-cgo), const SIOCGSTAMPNS = 35079
27959pkg syscall (linux-amd64-cgo), const SIOCPROTOPRIVATE = 35296
27960pkg syscall (linux-amd64-cgo), const SIOCRTMSG = 35085
27961pkg syscall (linux-amd64-cgo), const SIOCSARP = 35157
27962pkg syscall (linux-amd64-cgo), const SIOCSIFADDR = 35094
27963pkg syscall (linux-amd64-cgo), const SIOCSIFBR = 35137
27964pkg syscall (linux-amd64-cgo), const SIOCSIFBRDADDR = 35098
27965pkg syscall (linux-amd64-cgo), const SIOCSIFDSTADDR = 35096
27966pkg syscall (linux-amd64-cgo), const SIOCSIFENCAP = 35110
27967pkg syscall (linux-amd64-cgo), const SIOCSIFFLAGS = 35092
27968pkg syscall (linux-amd64-cgo), const SIOCSIFHWADDR = 35108
27969pkg syscall (linux-amd64-cgo), const SIOCSIFHWBROADCAST = 35127
27970pkg syscall (linux-amd64-cgo), const SIOCSIFLINK = 35089
27971pkg syscall (linux-amd64-cgo), const SIOCSIFMAP = 35185
27972pkg syscall (linux-amd64-cgo), const SIOCSIFMEM = 35104
27973pkg syscall (linux-amd64-cgo), const SIOCSIFMETRIC = 35102
27974pkg syscall (linux-amd64-cgo), const SIOCSIFMTU = 35106
27975pkg syscall (linux-amd64-cgo), const SIOCSIFNAME = 35107
27976pkg syscall (linux-amd64-cgo), const SIOCSIFNETMASK = 35100
27977pkg syscall (linux-amd64-cgo), const SIOCSIFPFLAGS = 35124
27978pkg syscall (linux-amd64-cgo), const SIOCSIFSLAVE = 35120
27979pkg syscall (linux-amd64-cgo), const SIOCSIFTXQLEN = 35139
27980pkg syscall (linux-amd64-cgo), const SIOCSPGRP = 35074
27981pkg syscall (linux-amd64-cgo), const SIOCSRARP = 35170
27982pkg syscall (linux-amd64-cgo), const SOCK_CLOEXEC = 524288
27983pkg syscall (linux-amd64-cgo), const SOCK_DCCP = 6
27984pkg syscall (linux-amd64-cgo), const SOCK_NONBLOCK = 2048
27985pkg syscall (linux-amd64-cgo), const SOCK_PACKET = 10
27986pkg syscall (linux-amd64-cgo), const SOCK_RDM = 4
27987pkg syscall (linux-amd64-cgo), const SOL_AAL = 265
27988pkg syscall (linux-amd64-cgo), const SOL_ATM = 264
27989pkg syscall (linux-amd64-cgo), const SOL_DECNET = 261
27990pkg syscall (linux-amd64-cgo), const SOL_ICMPV6 = 58
27991pkg syscall (linux-amd64-cgo), const SOL_IP = 0
27992pkg syscall (linux-amd64-cgo), const SOL_IPV6 = 41
27993pkg syscall (linux-amd64-cgo), const SOL_IRDA = 266
27994pkg syscall (linux-amd64-cgo), const SOL_PACKET = 263
27995pkg syscall (linux-amd64-cgo), const SOL_RAW = 255
27996pkg syscall (linux-amd64-cgo), const SOL_SOCKET = 1
27997pkg syscall (linux-amd64-cgo), const SOL_TCP = 6
27998pkg syscall (linux-amd64-cgo), const SOL_X25 = 262
27999pkg syscall (linux-amd64-cgo), const SOMAXCONN = 128
28000pkg syscall (linux-amd64-cgo), const SO_ACCEPTCONN = 30
28001pkg syscall (linux-amd64-cgo), const SO_ATTACH_FILTER = 26
28002pkg syscall (linux-amd64-cgo), const SO_BINDTODEVICE = 25
28003pkg syscall (linux-amd64-cgo), const SO_BROADCAST = 6
28004pkg syscall (linux-amd64-cgo), const SO_BSDCOMPAT = 14
28005pkg syscall (linux-amd64-cgo), const SO_DEBUG = 1
28006pkg syscall (linux-amd64-cgo), const SO_DETACH_FILTER = 27
28007pkg syscall (linux-amd64-cgo), const SO_DOMAIN = 39
28008pkg syscall (linux-amd64-cgo), const SO_DONTROUTE = 5
28009pkg syscall (linux-amd64-cgo), const SO_ERROR = 4
28010pkg syscall (linux-amd64-cgo), const SO_KEEPALIVE = 9
28011pkg syscall (linux-amd64-cgo), const SO_LINGER = 13
28012pkg syscall (linux-amd64-cgo), const SO_MARK = 36
28013pkg syscall (linux-amd64-cgo), const SO_NO_CHECK = 11
28014pkg syscall (linux-amd64-cgo), const SO_OOBINLINE = 10
28015pkg syscall (linux-amd64-cgo), const SO_PASSCRED = 16
28016pkg syscall (linux-amd64-cgo), const SO_PASSSEC = 34
28017pkg syscall (linux-amd64-cgo), const SO_PEERCRED = 17
28018pkg syscall (linux-amd64-cgo), const SO_PEERNAME = 28
28019pkg syscall (linux-amd64-cgo), const SO_PEERSEC = 31
28020pkg syscall (linux-amd64-cgo), const SO_PRIORITY = 12
28021pkg syscall (linux-amd64-cgo), const SO_PROTOCOL = 38
28022pkg syscall (linux-amd64-cgo), const SO_RCVBUF = 8
28023pkg syscall (linux-amd64-cgo), const SO_RCVBUFFORCE = 33
28024pkg syscall (linux-amd64-cgo), const SO_RCVLOWAT = 18
28025pkg syscall (linux-amd64-cgo), const SO_RCVTIMEO = 20
28026pkg syscall (linux-amd64-cgo), const SO_REUSEADDR = 2
28027pkg syscall (linux-amd64-cgo), const SO_RXQ_OVFL = 40
28028pkg syscall (linux-amd64-cgo), const SO_SECURITY_AUTHENTICATION = 22
28029pkg syscall (linux-amd64-cgo), const SO_SECURITY_ENCRYPTION_NETWORK = 24
28030pkg syscall (linux-amd64-cgo), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
28031pkg syscall (linux-amd64-cgo), const SO_SNDBUF = 7
28032pkg syscall (linux-amd64-cgo), const SO_SNDBUFFORCE = 32
28033pkg syscall (linux-amd64-cgo), const SO_SNDLOWAT = 19
28034pkg syscall (linux-amd64-cgo), const SO_SNDTIMEO = 21
28035pkg syscall (linux-amd64-cgo), const SO_TIMESTAMP = 29
28036pkg syscall (linux-amd64-cgo), const SO_TIMESTAMPING = 37
28037pkg syscall (linux-amd64-cgo), const SO_TIMESTAMPNS = 35
28038pkg syscall (linux-amd64-cgo), const SO_TYPE = 3
28039pkg syscall (linux-amd64-cgo), const SYS_ACCEPT = 43
28040pkg syscall (linux-amd64-cgo), const SYS_ACCEPT4 = 288
28041pkg syscall (linux-amd64-cgo), const SYS_ACCESS = 21
28042pkg syscall (linux-amd64-cgo), const SYS_ACCT = 163
28043pkg syscall (linux-amd64-cgo), const SYS_ADD_KEY = 248
28044pkg syscall (linux-amd64-cgo), const SYS_ADJTIMEX = 159
28045pkg syscall (linux-amd64-cgo), const SYS_AFS_SYSCALL = 183
28046pkg syscall (linux-amd64-cgo), const SYS_ALARM = 37
28047pkg syscall (linux-amd64-cgo), const SYS_ARCH_PRCTL = 158
28048pkg syscall (linux-amd64-cgo), const SYS_BIND = 49
28049pkg syscall (linux-amd64-cgo), const SYS_BRK = 12
28050pkg syscall (linux-amd64-cgo), const SYS_CAPGET = 125
28051pkg syscall (linux-amd64-cgo), const SYS_CAPSET = 126
28052pkg syscall (linux-amd64-cgo), const SYS_CHDIR = 80
28053pkg syscall (linux-amd64-cgo), const SYS_CHMOD = 90
28054pkg syscall (linux-amd64-cgo), const SYS_CHOWN = 92
28055pkg syscall (linux-amd64-cgo), const SYS_CHROOT = 161
28056pkg syscall (linux-amd64-cgo), const SYS_CLOCK_GETRES = 229
28057pkg syscall (linux-amd64-cgo), const SYS_CLOCK_GETTIME = 228
28058pkg syscall (linux-amd64-cgo), const SYS_CLOCK_NANOSLEEP = 230
28059pkg syscall (linux-amd64-cgo), const SYS_CLOCK_SETTIME = 227
28060pkg syscall (linux-amd64-cgo), const SYS_CLONE = 56
28061pkg syscall (linux-amd64-cgo), const SYS_CLOSE = 3
28062pkg syscall (linux-amd64-cgo), const SYS_CONNECT = 42
28063pkg syscall (linux-amd64-cgo), const SYS_CREAT = 85
28064pkg syscall (linux-amd64-cgo), const SYS_CREATE_MODULE = 174
28065pkg syscall (linux-amd64-cgo), const SYS_DELETE_MODULE = 176
28066pkg syscall (linux-amd64-cgo), const SYS_DUP = 32
28067pkg syscall (linux-amd64-cgo), const SYS_DUP2 = 33
28068pkg syscall (linux-amd64-cgo), const SYS_DUP3 = 292
28069pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CREATE = 213
28070pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CREATE1 = 291
28071pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CTL = 233
28072pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CTL_OLD = 214
28073pkg syscall (linux-amd64-cgo), const SYS_EPOLL_PWAIT = 281
28074pkg syscall (linux-amd64-cgo), const SYS_EPOLL_WAIT = 232
28075pkg syscall (linux-amd64-cgo), const SYS_EPOLL_WAIT_OLD = 215
28076pkg syscall (linux-amd64-cgo), const SYS_EVENTFD = 284
28077pkg syscall (linux-amd64-cgo), const SYS_EVENTFD2 = 290
28078pkg syscall (linux-amd64-cgo), const SYS_EXECVE = 59
28079pkg syscall (linux-amd64-cgo), const SYS_EXIT = 60
28080pkg syscall (linux-amd64-cgo), const SYS_EXIT_GROUP = 231
28081pkg syscall (linux-amd64-cgo), const SYS_FACCESSAT = 269
28082pkg syscall (linux-amd64-cgo), const SYS_FADVISE64 = 221
28083pkg syscall (linux-amd64-cgo), const SYS_FALLOCATE = 285
28084pkg syscall (linux-amd64-cgo), const SYS_FANOTIFY_INIT = 300
28085pkg syscall (linux-amd64-cgo), const SYS_FANOTIFY_MARK = 301
28086pkg syscall (linux-amd64-cgo), const SYS_FCHDIR = 81
28087pkg syscall (linux-amd64-cgo), const SYS_FCHMOD = 91
28088pkg syscall (linux-amd64-cgo), const SYS_FCHMODAT = 268
28089pkg syscall (linux-amd64-cgo), const SYS_FCHOWN = 93
28090pkg syscall (linux-amd64-cgo), const SYS_FCHOWNAT = 260
28091pkg syscall (linux-amd64-cgo), const SYS_FCNTL = 72
28092pkg syscall (linux-amd64-cgo), const SYS_FDATASYNC = 75
28093pkg syscall (linux-amd64-cgo), const SYS_FGETXATTR = 193
28094pkg syscall (linux-amd64-cgo), const SYS_FLISTXATTR = 196
28095pkg syscall (linux-amd64-cgo), const SYS_FLOCK = 73
28096pkg syscall (linux-amd64-cgo), const SYS_FORK = 57
28097pkg syscall (linux-amd64-cgo), const SYS_FREMOVEXATTR = 199
28098pkg syscall (linux-amd64-cgo), const SYS_FSETXATTR = 190
28099pkg syscall (linux-amd64-cgo), const SYS_FSTAT = 5
28100pkg syscall (linux-amd64-cgo), const SYS_FSTATFS = 138
28101pkg syscall (linux-amd64-cgo), const SYS_FSYNC = 74
28102pkg syscall (linux-amd64-cgo), const SYS_FTRUNCATE = 77
28103pkg syscall (linux-amd64-cgo), const SYS_FUTEX = 202
28104pkg syscall (linux-amd64-cgo), const SYS_FUTIMESAT = 261
28105pkg syscall (linux-amd64-cgo), const SYS_GETCWD = 79
28106pkg syscall (linux-amd64-cgo), const SYS_GETDENTS = 78
28107pkg syscall (linux-amd64-cgo), const SYS_GETDENTS64 = 217
28108pkg syscall (linux-amd64-cgo), const SYS_GETEGID = 108
28109pkg syscall (linux-amd64-cgo), const SYS_GETEUID = 107
28110pkg syscall (linux-amd64-cgo), const SYS_GETGID = 104
28111pkg syscall (linux-amd64-cgo), const SYS_GETGROUPS = 115
28112pkg syscall (linux-amd64-cgo), const SYS_GETITIMER = 36
28113pkg syscall (linux-amd64-cgo), const SYS_GETPEERNAME = 52
28114pkg syscall (linux-amd64-cgo), const SYS_GETPGID = 121
28115pkg syscall (linux-amd64-cgo), const SYS_GETPGRP = 111
28116pkg syscall (linux-amd64-cgo), const SYS_GETPID = 39
28117pkg syscall (linux-amd64-cgo), const SYS_GETPMSG = 181
28118pkg syscall (linux-amd64-cgo), const SYS_GETPPID = 110
28119pkg syscall (linux-amd64-cgo), const SYS_GETPRIORITY = 140
28120pkg syscall (linux-amd64-cgo), const SYS_GETRESGID = 120
28121pkg syscall (linux-amd64-cgo), const SYS_GETRESUID = 118
28122pkg syscall (linux-amd64-cgo), const SYS_GETRLIMIT = 97
28123pkg syscall (linux-amd64-cgo), const SYS_GETRUSAGE = 98
28124pkg syscall (linux-amd64-cgo), const SYS_GETSID = 124
28125pkg syscall (linux-amd64-cgo), const SYS_GETSOCKNAME = 51
28126pkg syscall (linux-amd64-cgo), const SYS_GETSOCKOPT = 55
28127pkg syscall (linux-amd64-cgo), const SYS_GETTID = 186
28128pkg syscall (linux-amd64-cgo), const SYS_GETTIMEOFDAY = 96
28129pkg syscall (linux-amd64-cgo), const SYS_GETUID = 102
28130pkg syscall (linux-amd64-cgo), const SYS_GETXATTR = 191
28131pkg syscall (linux-amd64-cgo), const SYS_GET_KERNEL_SYMS = 177
28132pkg syscall (linux-amd64-cgo), const SYS_GET_MEMPOLICY = 239
28133pkg syscall (linux-amd64-cgo), const SYS_GET_ROBUST_LIST = 274
28134pkg syscall (linux-amd64-cgo), const SYS_GET_THREAD_AREA = 211
28135pkg syscall (linux-amd64-cgo), const SYS_INIT_MODULE = 175
28136pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_ADD_WATCH = 254
28137pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_INIT = 253
28138pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_INIT1 = 294
28139pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_RM_WATCH = 255
28140pkg syscall (linux-amd64-cgo), const SYS_IOCTL = 16
28141pkg syscall (linux-amd64-cgo), const SYS_IOPERM = 173
28142pkg syscall (linux-amd64-cgo), const SYS_IOPL = 172
28143pkg syscall (linux-amd64-cgo), const SYS_IOPRIO_GET = 252
28144pkg syscall (linux-amd64-cgo), const SYS_IOPRIO_SET = 251
28145pkg syscall (linux-amd64-cgo), const SYS_IO_CANCEL = 210
28146pkg syscall (linux-amd64-cgo), const SYS_IO_DESTROY = 207
28147pkg syscall (linux-amd64-cgo), const SYS_IO_GETEVENTS = 208
28148pkg syscall (linux-amd64-cgo), const SYS_IO_SETUP = 206
28149pkg syscall (linux-amd64-cgo), const SYS_IO_SUBMIT = 209
28150pkg syscall (linux-amd64-cgo), const SYS_KEXEC_LOAD = 246
28151pkg syscall (linux-amd64-cgo), const SYS_KEYCTL = 250
28152pkg syscall (linux-amd64-cgo), const SYS_KILL = 62
28153pkg syscall (linux-amd64-cgo), const SYS_LCHOWN = 94
28154pkg syscall (linux-amd64-cgo), const SYS_LGETXATTR = 192
28155pkg syscall (linux-amd64-cgo), const SYS_LINK = 86
28156pkg syscall (linux-amd64-cgo), const SYS_LINKAT = 265
28157pkg syscall (linux-amd64-cgo), const SYS_LISTEN = 50
28158pkg syscall (linux-amd64-cgo), const SYS_LISTXATTR = 194
28159pkg syscall (linux-amd64-cgo), const SYS_LLISTXATTR = 195
28160pkg syscall (linux-amd64-cgo), const SYS_LOOKUP_DCOOKIE = 212
28161pkg syscall (linux-amd64-cgo), const SYS_LREMOVEXATTR = 198
28162pkg syscall (linux-amd64-cgo), const SYS_LSEEK = 8
28163pkg syscall (linux-amd64-cgo), const SYS_LSETXATTR = 189
28164pkg syscall (linux-amd64-cgo), const SYS_LSTAT = 6
28165pkg syscall (linux-amd64-cgo), const SYS_MADVISE = 28
28166pkg syscall (linux-amd64-cgo), const SYS_MBIND = 237
28167pkg syscall (linux-amd64-cgo), const SYS_MIGRATE_PAGES = 256
28168pkg syscall (linux-amd64-cgo), const SYS_MINCORE = 27
28169pkg syscall (linux-amd64-cgo), const SYS_MKDIR = 83
28170pkg syscall (linux-amd64-cgo), const SYS_MKDIRAT = 258
28171pkg syscall (linux-amd64-cgo), const SYS_MKNOD = 133
28172pkg syscall (linux-amd64-cgo), const SYS_MKNODAT = 259
28173pkg syscall (linux-amd64-cgo), const SYS_MLOCK = 149
28174pkg syscall (linux-amd64-cgo), const SYS_MLOCKALL = 151
28175pkg syscall (linux-amd64-cgo), const SYS_MMAP = 9
28176pkg syscall (linux-amd64-cgo), const SYS_MODIFY_LDT = 154
28177pkg syscall (linux-amd64-cgo), const SYS_MOUNT = 165
28178pkg syscall (linux-amd64-cgo), const SYS_MOVE_PAGES = 279
28179pkg syscall (linux-amd64-cgo), const SYS_MPROTECT = 10
28180pkg syscall (linux-amd64-cgo), const SYS_MQ_GETSETATTR = 245
28181pkg syscall (linux-amd64-cgo), const SYS_MQ_NOTIFY = 244
28182pkg syscall (linux-amd64-cgo), const SYS_MQ_OPEN = 240
28183pkg syscall (linux-amd64-cgo), const SYS_MQ_TIMEDRECEIVE = 243
28184pkg syscall (linux-amd64-cgo), const SYS_MQ_TIMEDSEND = 242
28185pkg syscall (linux-amd64-cgo), const SYS_MQ_UNLINK = 241
28186pkg syscall (linux-amd64-cgo), const SYS_MREMAP = 25
28187pkg syscall (linux-amd64-cgo), const SYS_MSGCTL = 71
28188pkg syscall (linux-amd64-cgo), const SYS_MSGGET = 68
28189pkg syscall (linux-amd64-cgo), const SYS_MSGRCV = 70
28190pkg syscall (linux-amd64-cgo), const SYS_MSGSND = 69
28191pkg syscall (linux-amd64-cgo), const SYS_MSYNC = 26
28192pkg syscall (linux-amd64-cgo), const SYS_MUNLOCK = 150
28193pkg syscall (linux-amd64-cgo), const SYS_MUNLOCKALL = 152
28194pkg syscall (linux-amd64-cgo), const SYS_MUNMAP = 11
28195pkg syscall (linux-amd64-cgo), const SYS_NANOSLEEP = 35
28196pkg syscall (linux-amd64-cgo), const SYS_NEWFSTATAT = 262
28197pkg syscall (linux-amd64-cgo), const SYS_NFSSERVCTL = 180
28198pkg syscall (linux-amd64-cgo), const SYS_OPEN = 2
28199pkg syscall (linux-amd64-cgo), const SYS_OPENAT = 257
28200pkg syscall (linux-amd64-cgo), const SYS_PAUSE = 34
28201pkg syscall (linux-amd64-cgo), const SYS_PERF_EVENT_OPEN = 298
28202pkg syscall (linux-amd64-cgo), const SYS_PERSONALITY = 135
28203pkg syscall (linux-amd64-cgo), const SYS_PIPE = 22
28204pkg syscall (linux-amd64-cgo), const SYS_PIPE2 = 293
28205pkg syscall (linux-amd64-cgo), const SYS_PIVOT_ROOT = 155
28206pkg syscall (linux-amd64-cgo), const SYS_POLL = 7
28207pkg syscall (linux-amd64-cgo), const SYS_PPOLL = 271
28208pkg syscall (linux-amd64-cgo), const SYS_PRCTL = 157
28209pkg syscall (linux-amd64-cgo), const SYS_PREAD64 = 17
28210pkg syscall (linux-amd64-cgo), const SYS_PREADV = 295
28211pkg syscall (linux-amd64-cgo), const SYS_PRLIMIT64 = 302
28212pkg syscall (linux-amd64-cgo), const SYS_PSELECT6 = 270
28213pkg syscall (linux-amd64-cgo), const SYS_PTRACE = 101
28214pkg syscall (linux-amd64-cgo), const SYS_PUTPMSG = 182
28215pkg syscall (linux-amd64-cgo), const SYS_PWRITE64 = 18
28216pkg syscall (linux-amd64-cgo), const SYS_PWRITEV = 296
28217pkg syscall (linux-amd64-cgo), const SYS_QUERY_MODULE = 178
28218pkg syscall (linux-amd64-cgo), const SYS_QUOTACTL = 179
28219pkg syscall (linux-amd64-cgo), const SYS_READ = 0
28220pkg syscall (linux-amd64-cgo), const SYS_READAHEAD = 187
28221pkg syscall (linux-amd64-cgo), const SYS_READLINK = 89
28222pkg syscall (linux-amd64-cgo), const SYS_READLINKAT = 267
28223pkg syscall (linux-amd64-cgo), const SYS_READV = 19
28224pkg syscall (linux-amd64-cgo), const SYS_REBOOT = 169
28225pkg syscall (linux-amd64-cgo), const SYS_RECVFROM = 45
28226pkg syscall (linux-amd64-cgo), const SYS_RECVMMSG = 299
28227pkg syscall (linux-amd64-cgo), const SYS_RECVMSG = 47
28228pkg syscall (linux-amd64-cgo), const SYS_REMAP_FILE_PAGES = 216
28229pkg syscall (linux-amd64-cgo), const SYS_REMOVEXATTR = 197
28230pkg syscall (linux-amd64-cgo), const SYS_RENAME = 82
28231pkg syscall (linux-amd64-cgo), const SYS_RENAMEAT = 264
28232pkg syscall (linux-amd64-cgo), const SYS_REQUEST_KEY = 249
28233pkg syscall (linux-amd64-cgo), const SYS_RESTART_SYSCALL = 219
28234pkg syscall (linux-amd64-cgo), const SYS_RMDIR = 84
28235pkg syscall (linux-amd64-cgo), const SYS_RT_SIGACTION = 13
28236pkg syscall (linux-amd64-cgo), const SYS_RT_SIGPENDING = 127
28237pkg syscall (linux-amd64-cgo), const SYS_RT_SIGPROCMASK = 14
28238pkg syscall (linux-amd64-cgo), const SYS_RT_SIGQUEUEINFO = 129
28239pkg syscall (linux-amd64-cgo), const SYS_RT_SIGRETURN = 15
28240pkg syscall (linux-amd64-cgo), const SYS_RT_SIGSUSPEND = 130
28241pkg syscall (linux-amd64-cgo), const SYS_RT_SIGTIMEDWAIT = 128
28242pkg syscall (linux-amd64-cgo), const SYS_RT_TGSIGQUEUEINFO = 297
28243pkg syscall (linux-amd64-cgo), const SYS_SCHED_GETAFFINITY = 204
28244pkg syscall (linux-amd64-cgo), const SYS_SCHED_GETPARAM = 143
28245pkg syscall (linux-amd64-cgo), const SYS_SCHED_GETSCHEDULER = 145
28246pkg syscall (linux-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 146
28247pkg syscall (linux-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 147
28248pkg syscall (linux-amd64-cgo), const SYS_SCHED_RR_GET_INTERVAL = 148
28249pkg syscall (linux-amd64-cgo), const SYS_SCHED_SETAFFINITY = 203
28250pkg syscall (linux-amd64-cgo), const SYS_SCHED_SETPARAM = 142
28251pkg syscall (linux-amd64-cgo), const SYS_SCHED_SETSCHEDULER = 144
28252pkg syscall (linux-amd64-cgo), const SYS_SCHED_YIELD = 24
28253pkg syscall (linux-amd64-cgo), const SYS_SECURITY = 185
28254pkg syscall (linux-amd64-cgo), const SYS_SELECT = 23
28255pkg syscall (linux-amd64-cgo), const SYS_SEMCTL = 66
28256pkg syscall (linux-amd64-cgo), const SYS_SEMGET = 64
28257pkg syscall (linux-amd64-cgo), const SYS_SEMOP = 65
28258pkg syscall (linux-amd64-cgo), const SYS_SEMTIMEDOP = 220
28259pkg syscall (linux-amd64-cgo), const SYS_SENDFILE = 40
28260pkg syscall (linux-amd64-cgo), const SYS_SENDMSG = 46
28261pkg syscall (linux-amd64-cgo), const SYS_SENDTO = 44
28262pkg syscall (linux-amd64-cgo), const SYS_SETDOMAINNAME = 171
28263pkg syscall (linux-amd64-cgo), const SYS_SETFSGID = 123
28264pkg syscall (linux-amd64-cgo), const SYS_SETFSUID = 122
28265pkg syscall (linux-amd64-cgo), const SYS_SETGID = 106
28266pkg syscall (linux-amd64-cgo), const SYS_SETGROUPS = 116
28267pkg syscall (linux-amd64-cgo), const SYS_SETHOSTNAME = 170
28268pkg syscall (linux-amd64-cgo), const SYS_SETITIMER = 38
28269pkg syscall (linux-amd64-cgo), const SYS_SETPGID = 109
28270pkg syscall (linux-amd64-cgo), const SYS_SETPRIORITY = 141
28271pkg syscall (linux-amd64-cgo), const SYS_SETREGID = 114
28272pkg syscall (linux-amd64-cgo), const SYS_SETRESGID = 119
28273pkg syscall (linux-amd64-cgo), const SYS_SETRESUID = 117
28274pkg syscall (linux-amd64-cgo), const SYS_SETREUID = 113
28275pkg syscall (linux-amd64-cgo), const SYS_SETRLIMIT = 160
28276pkg syscall (linux-amd64-cgo), const SYS_SETSID = 112
28277pkg syscall (linux-amd64-cgo), const SYS_SETSOCKOPT = 54
28278pkg syscall (linux-amd64-cgo), const SYS_SETTIMEOFDAY = 164
28279pkg syscall (linux-amd64-cgo), const SYS_SETUID = 105
28280pkg syscall (linux-amd64-cgo), const SYS_SETXATTR = 188
28281pkg syscall (linux-amd64-cgo), const SYS_SET_MEMPOLICY = 238
28282pkg syscall (linux-amd64-cgo), const SYS_SET_ROBUST_LIST = 273
28283pkg syscall (linux-amd64-cgo), const SYS_SET_THREAD_AREA = 205
28284pkg syscall (linux-amd64-cgo), const SYS_SET_TID_ADDRESS = 218
28285pkg syscall (linux-amd64-cgo), const SYS_SHMAT = 30
28286pkg syscall (linux-amd64-cgo), const SYS_SHMCTL = 31
28287pkg syscall (linux-amd64-cgo), const SYS_SHMDT = 67
28288pkg syscall (linux-amd64-cgo), const SYS_SHMGET = 29
28289pkg syscall (linux-amd64-cgo), const SYS_SHUTDOWN = 48
28290pkg syscall (linux-amd64-cgo), const SYS_SIGALTSTACK = 131
28291pkg syscall (linux-amd64-cgo), const SYS_SIGNALFD = 282
28292pkg syscall (linux-amd64-cgo), const SYS_SIGNALFD4 = 289
28293pkg syscall (linux-amd64-cgo), const SYS_SOCKET = 41
28294pkg syscall (linux-amd64-cgo), const SYS_SOCKETPAIR = 53
28295pkg syscall (linux-amd64-cgo), const SYS_SPLICE = 275
28296pkg syscall (linux-amd64-cgo), const SYS_STAT = 4
28297pkg syscall (linux-amd64-cgo), const SYS_STATFS = 137
28298pkg syscall (linux-amd64-cgo), const SYS_SWAPOFF = 168
28299pkg syscall (linux-amd64-cgo), const SYS_SWAPON = 167
28300pkg syscall (linux-amd64-cgo), const SYS_SYMLINK = 88
28301pkg syscall (linux-amd64-cgo), const SYS_SYMLINKAT = 266
28302pkg syscall (linux-amd64-cgo), const SYS_SYNC = 162
28303pkg syscall (linux-amd64-cgo), const SYS_SYNC_FILE_RANGE = 277
28304pkg syscall (linux-amd64-cgo), const SYS_SYSFS = 139
28305pkg syscall (linux-amd64-cgo), const SYS_SYSINFO = 99
28306pkg syscall (linux-amd64-cgo), const SYS_SYSLOG = 103
28307pkg syscall (linux-amd64-cgo), const SYS_TEE = 276
28308pkg syscall (linux-amd64-cgo), const SYS_TGKILL = 234
28309pkg syscall (linux-amd64-cgo), const SYS_TIME = 201
28310pkg syscall (linux-amd64-cgo), const SYS_TIMERFD_CREATE = 283
28311pkg syscall (linux-amd64-cgo), const SYS_TIMERFD_GETTIME = 287
28312pkg syscall (linux-amd64-cgo), const SYS_TIMERFD_SETTIME = 286
28313pkg syscall (linux-amd64-cgo), const SYS_TIMER_CREATE = 222
28314pkg syscall (linux-amd64-cgo), const SYS_TIMER_DELETE = 226
28315pkg syscall (linux-amd64-cgo), const SYS_TIMER_GETOVERRUN = 225
28316pkg syscall (linux-amd64-cgo), const SYS_TIMER_GETTIME = 224
28317pkg syscall (linux-amd64-cgo), const SYS_TIMER_SETTIME = 223
28318pkg syscall (linux-amd64-cgo), const SYS_TIMES = 100
28319pkg syscall (linux-amd64-cgo), const SYS_TKILL = 200
28320pkg syscall (linux-amd64-cgo), const SYS_TRUNCATE = 76
28321pkg syscall (linux-amd64-cgo), const SYS_TUXCALL = 184
28322pkg syscall (linux-amd64-cgo), const SYS_UMASK = 95
28323pkg syscall (linux-amd64-cgo), const SYS_UMOUNT2 = 166
28324pkg syscall (linux-amd64-cgo), const SYS_UNAME = 63
28325pkg syscall (linux-amd64-cgo), const SYS_UNLINK = 87
28326pkg syscall (linux-amd64-cgo), const SYS_UNLINKAT = 263
28327pkg syscall (linux-amd64-cgo), const SYS_UNSHARE = 272
28328pkg syscall (linux-amd64-cgo), const SYS_USELIB = 134
28329pkg syscall (linux-amd64-cgo), const SYS_USTAT = 136
28330pkg syscall (linux-amd64-cgo), const SYS_UTIME = 132
28331pkg syscall (linux-amd64-cgo), const SYS_UTIMENSAT = 280
28332pkg syscall (linux-amd64-cgo), const SYS_UTIMES = 235
28333pkg syscall (linux-amd64-cgo), const SYS_VFORK = 58
28334pkg syscall (linux-amd64-cgo), const SYS_VHANGUP = 153
28335pkg syscall (linux-amd64-cgo), const SYS_VMSPLICE = 278
28336pkg syscall (linux-amd64-cgo), const SYS_VSERVER = 236
28337pkg syscall (linux-amd64-cgo), const SYS_WAIT4 = 61
28338pkg syscall (linux-amd64-cgo), const SYS_WAITID = 247
28339pkg syscall (linux-amd64-cgo), const SYS_WRITE = 1
28340pkg syscall (linux-amd64-cgo), const SYS_WRITEV = 20
28341pkg syscall (linux-amd64-cgo), const SYS__SYSCTL = 156
28342pkg syscall (linux-amd64-cgo), const S_BLKSIZE = 512
28343pkg syscall (linux-amd64-cgo), const S_IEXEC = 64
28344pkg syscall (linux-amd64-cgo), const S_IFMT = 61440
28345pkg syscall (linux-amd64-cgo), const S_IREAD = 256
28346pkg syscall (linux-amd64-cgo), const S_IRGRP = 32
28347pkg syscall (linux-amd64-cgo), const S_IROTH = 4
28348pkg syscall (linux-amd64-cgo), const S_IRWXG = 56
28349pkg syscall (linux-amd64-cgo), const S_IRWXO = 7
28350pkg syscall (linux-amd64-cgo), const S_IRWXU = 448
28351pkg syscall (linux-amd64-cgo), const S_IWGRP = 16
28352pkg syscall (linux-amd64-cgo), const S_IWOTH = 2
28353pkg syscall (linux-amd64-cgo), const S_IWRITE = 128
28354pkg syscall (linux-amd64-cgo), const S_IXGRP = 8
28355pkg syscall (linux-amd64-cgo), const S_IXOTH = 1
28356pkg syscall (linux-amd64-cgo), const SizeofCmsghdr = 16
28357pkg syscall (linux-amd64-cgo), const SizeofIPMreq = 8
28358pkg syscall (linux-amd64-cgo), const SizeofIPMreqn = 12
28359pkg syscall (linux-amd64-cgo), const SizeofIPv6Mreq = 20
28360pkg syscall (linux-amd64-cgo), const SizeofIfAddrmsg = 8
28361pkg syscall (linux-amd64-cgo), const SizeofIfInfomsg = 16
28362pkg syscall (linux-amd64-cgo), const SizeofInet4Pktinfo = 12
28363pkg syscall (linux-amd64-cgo), const SizeofInet6Pktinfo = 20
28364pkg syscall (linux-amd64-cgo), const SizeofInotifyEvent = 16
28365pkg syscall (linux-amd64-cgo), const SizeofLinger = 8
28366pkg syscall (linux-amd64-cgo), const SizeofMsghdr = 56
28367pkg syscall (linux-amd64-cgo), const SizeofNlAttr = 4
28368pkg syscall (linux-amd64-cgo), const SizeofNlMsgerr = 20
28369pkg syscall (linux-amd64-cgo), const SizeofNlMsghdr = 16
28370pkg syscall (linux-amd64-cgo), const SizeofRtAttr = 4
28371pkg syscall (linux-amd64-cgo), const SizeofRtGenmsg = 1
28372pkg syscall (linux-amd64-cgo), const SizeofRtMsg = 12
28373pkg syscall (linux-amd64-cgo), const SizeofRtNexthop = 8
28374pkg syscall (linux-amd64-cgo), const SizeofSockFilter = 8
28375pkg syscall (linux-amd64-cgo), const SizeofSockFprog = 16
28376pkg syscall (linux-amd64-cgo), const SizeofSockaddrAny = 112
28377pkg syscall (linux-amd64-cgo), const SizeofSockaddrInet4 = 16
28378pkg syscall (linux-amd64-cgo), const SizeofSockaddrInet6 = 28
28379pkg syscall (linux-amd64-cgo), const SizeofSockaddrLinklayer = 20
28380pkg syscall (linux-amd64-cgo), const SizeofSockaddrNetlink = 12
28381pkg syscall (linux-amd64-cgo), const SizeofSockaddrUnix = 110
28382pkg syscall (linux-amd64-cgo), const SizeofTCPInfo = 104
28383pkg syscall (linux-amd64-cgo), const SizeofTCPInfo ideal-int
28384pkg syscall (linux-amd64-cgo), const SizeofUcred = 12
28385pkg syscall (linux-amd64-cgo), const TCGETS = 21505
28386pkg syscall (linux-amd64-cgo), const TCP_CONGESTION = 13
28387pkg syscall (linux-amd64-cgo), const TCP_CORK = 3
28388pkg syscall (linux-amd64-cgo), const TCP_DEFER_ACCEPT = 9
28389pkg syscall (linux-amd64-cgo), const TCP_INFO = 11
28390pkg syscall (linux-amd64-cgo), const TCP_KEEPCNT = 6
28391pkg syscall (linux-amd64-cgo), const TCP_KEEPIDLE = 4
28392pkg syscall (linux-amd64-cgo), const TCP_KEEPINTVL = 5
28393pkg syscall (linux-amd64-cgo), const TCP_LINGER2 = 8
28394pkg syscall (linux-amd64-cgo), const TCP_MAXSEG = 2
28395pkg syscall (linux-amd64-cgo), const TCP_MAXWIN = 65535
28396pkg syscall (linux-amd64-cgo), const TCP_MAX_WINSHIFT = 14
28397pkg syscall (linux-amd64-cgo), const TCP_MD5SIG = 14
28398pkg syscall (linux-amd64-cgo), const TCP_MD5SIG_MAXKEYLEN = 80
28399pkg syscall (linux-amd64-cgo), const TCP_MSS = 512
28400pkg syscall (linux-amd64-cgo), const TCP_QUICKACK = 12
28401pkg syscall (linux-amd64-cgo), const TCP_SYNCNT = 7
28402pkg syscall (linux-amd64-cgo), const TCP_WINDOW_CLAMP = 10
28403pkg syscall (linux-amd64-cgo), const TCSETS = 21506
28404pkg syscall (linux-amd64-cgo), const TIOCCBRK = 21544
28405pkg syscall (linux-amd64-cgo), const TIOCCONS = 21533
28406pkg syscall (linux-amd64-cgo), const TIOCEXCL = 21516
28407pkg syscall (linux-amd64-cgo), const TIOCGDEV = 2147767346
28408pkg syscall (linux-amd64-cgo), const TIOCGETD = 21540
28409pkg syscall (linux-amd64-cgo), const TIOCGICOUNT = 21597
28410pkg syscall (linux-amd64-cgo), const TIOCGLCKTRMIOS = 21590
28411pkg syscall (linux-amd64-cgo), const TIOCGPGRP = 21519
28412pkg syscall (linux-amd64-cgo), const TIOCGPTN = 2147767344
28413pkg syscall (linux-amd64-cgo), const TIOCGRS485 = 21550
28414pkg syscall (linux-amd64-cgo), const TIOCGSERIAL = 21534
28415pkg syscall (linux-amd64-cgo), const TIOCGSID = 21545
28416pkg syscall (linux-amd64-cgo), const TIOCGSOFTCAR = 21529
28417pkg syscall (linux-amd64-cgo), const TIOCGWINSZ = 21523
28418pkg syscall (linux-amd64-cgo), const TIOCINQ = 21531
28419pkg syscall (linux-amd64-cgo), const TIOCLINUX = 21532
28420pkg syscall (linux-amd64-cgo), const TIOCMBIC = 21527
28421pkg syscall (linux-amd64-cgo), const TIOCMBIS = 21526
28422pkg syscall (linux-amd64-cgo), const TIOCMGET = 21525
28423pkg syscall (linux-amd64-cgo), const TIOCMIWAIT = 21596
28424pkg syscall (linux-amd64-cgo), const TIOCMSET = 21528
28425pkg syscall (linux-amd64-cgo), const TIOCM_CAR = 64
28426pkg syscall (linux-amd64-cgo), const TIOCM_CD = 64
28427pkg syscall (linux-amd64-cgo), const TIOCM_CTS = 32
28428pkg syscall (linux-amd64-cgo), const TIOCM_DSR = 256
28429pkg syscall (linux-amd64-cgo), const TIOCM_DTR = 2
28430pkg syscall (linux-amd64-cgo), const TIOCM_LE = 1
28431pkg syscall (linux-amd64-cgo), const TIOCM_RI = 128
28432pkg syscall (linux-amd64-cgo), const TIOCM_RNG = 128
28433pkg syscall (linux-amd64-cgo), const TIOCM_RTS = 4
28434pkg syscall (linux-amd64-cgo), const TIOCM_SR = 16
28435pkg syscall (linux-amd64-cgo), const TIOCM_ST = 8
28436pkg syscall (linux-amd64-cgo), const TIOCNOTTY = 21538
28437pkg syscall (linux-amd64-cgo), const TIOCNXCL = 21517
28438pkg syscall (linux-amd64-cgo), const TIOCOUTQ = 21521
28439pkg syscall (linux-amd64-cgo), const TIOCPKT = 21536
28440pkg syscall (linux-amd64-cgo), const TIOCPKT_DATA = 0
28441pkg syscall (linux-amd64-cgo), const TIOCPKT_DOSTOP = 32
28442pkg syscall (linux-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
28443pkg syscall (linux-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
28444pkg syscall (linux-amd64-cgo), const TIOCPKT_IOCTL = 64
28445pkg syscall (linux-amd64-cgo), const TIOCPKT_NOSTOP = 16
28446pkg syscall (linux-amd64-cgo), const TIOCPKT_START = 8
28447pkg syscall (linux-amd64-cgo), const TIOCPKT_STOP = 4
28448pkg syscall (linux-amd64-cgo), const TIOCSBRK = 21543
28449pkg syscall (linux-amd64-cgo), const TIOCSCTTY = 21518
28450pkg syscall (linux-amd64-cgo), const TIOCSERCONFIG = 21587
28451pkg syscall (linux-amd64-cgo), const TIOCSERGETLSR = 21593
28452pkg syscall (linux-amd64-cgo), const TIOCSERGETMULTI = 21594
28453pkg syscall (linux-amd64-cgo), const TIOCSERGSTRUCT = 21592
28454pkg syscall (linux-amd64-cgo), const TIOCSERGWILD = 21588
28455pkg syscall (linux-amd64-cgo), const TIOCSERSETMULTI = 21595
28456pkg syscall (linux-amd64-cgo), const TIOCSERSWILD = 21589
28457pkg syscall (linux-amd64-cgo), const TIOCSER_TEMT = 1
28458pkg syscall (linux-amd64-cgo), const TIOCSETD = 21539
28459pkg syscall (linux-amd64-cgo), const TIOCSIG = 1074025526
28460pkg syscall (linux-amd64-cgo), const TIOCSLCKTRMIOS = 21591
28461pkg syscall (linux-amd64-cgo), const TIOCSPGRP = 21520
28462pkg syscall (linux-amd64-cgo), const TIOCSPTLCK = 1074025521
28463pkg syscall (linux-amd64-cgo), const TIOCSRS485 = 21551
28464pkg syscall (linux-amd64-cgo), const TIOCSSERIAL = 21535
28465pkg syscall (linux-amd64-cgo), const TIOCSSOFTCAR = 21530
28466pkg syscall (linux-amd64-cgo), const TIOCSTI = 21522
28467pkg syscall (linux-amd64-cgo), const TIOCSWINSZ = 21524
28468pkg syscall (linux-amd64-cgo), const TOSTOP = 256
28469pkg syscall (linux-amd64-cgo), const TUNATTACHFILTER = 1074812117
28470pkg syscall (linux-amd64-cgo), const TUNDETACHFILTER = 1074812118
28471pkg syscall (linux-amd64-cgo), const TUNGETFEATURES = 2147767503
28472pkg syscall (linux-amd64-cgo), const TUNGETIFF = 2147767506
28473pkg syscall (linux-amd64-cgo), const TUNGETSNDBUF = 2147767507
28474pkg syscall (linux-amd64-cgo), const TUNGETVNETHDRSZ = 2147767511
28475pkg syscall (linux-amd64-cgo), const TUNSETDEBUG = 1074025673
28476pkg syscall (linux-amd64-cgo), const TUNSETGROUP = 1074025678
28477pkg syscall (linux-amd64-cgo), const TUNSETIFF = 1074025674
28478pkg syscall (linux-amd64-cgo), const TUNSETLINK = 1074025677
28479pkg syscall (linux-amd64-cgo), const TUNSETNOCSUM = 1074025672
28480pkg syscall (linux-amd64-cgo), const TUNSETOFFLOAD = 1074025680
28481pkg syscall (linux-amd64-cgo), const TUNSETOWNER = 1074025676
28482pkg syscall (linux-amd64-cgo), const TUNSETPERSIST = 1074025675
28483pkg syscall (linux-amd64-cgo), const TUNSETSNDBUF = 1074025684
28484pkg syscall (linux-amd64-cgo), const TUNSETTXFILTER = 1074025681
28485pkg syscall (linux-amd64-cgo), const TUNSETVNETHDRSZ = 1074025688
28486pkg syscall (linux-amd64-cgo), const VDISCARD = 13
28487pkg syscall (linux-amd64-cgo), const VEOF = 4
28488pkg syscall (linux-amd64-cgo), const VEOL = 11
28489pkg syscall (linux-amd64-cgo), const VEOL2 = 16
28490pkg syscall (linux-amd64-cgo), const VERASE = 2
28491pkg syscall (linux-amd64-cgo), const VINTR = 0
28492pkg syscall (linux-amd64-cgo), const VKILL = 3
28493pkg syscall (linux-amd64-cgo), const VLNEXT = 15
28494pkg syscall (linux-amd64-cgo), const VMIN = 6
28495pkg syscall (linux-amd64-cgo), const VQUIT = 1
28496pkg syscall (linux-amd64-cgo), const VREPRINT = 12
28497pkg syscall (linux-amd64-cgo), const VSTART = 8
28498pkg syscall (linux-amd64-cgo), const VSTOP = 9
28499pkg syscall (linux-amd64-cgo), const VSUSP = 10
28500pkg syscall (linux-amd64-cgo), const VSWTC = 7
28501pkg syscall (linux-amd64-cgo), const VTIME = 5
28502pkg syscall (linux-amd64-cgo), const VWERASE = 14
28503pkg syscall (linux-amd64-cgo), const WALL = 1073741824
28504pkg syscall (linux-amd64-cgo), const WCLONE = 2147483648
28505pkg syscall (linux-amd64-cgo), const WCONTINUED = 8
28506pkg syscall (linux-amd64-cgo), const WEXITED = 4
28507pkg syscall (linux-amd64-cgo), const WNOHANG = 1
28508pkg syscall (linux-amd64-cgo), const WNOTHREAD = 536870912
28509pkg syscall (linux-amd64-cgo), const WNOWAIT = 16777216
28510pkg syscall (linux-amd64-cgo), const WORDSIZE = 64
28511pkg syscall (linux-amd64-cgo), const WSTOPPED = 2
28512pkg syscall (linux-amd64-cgo), const WUNTRACED = 2
28513pkg syscall (linux-amd64-cgo), const XCASE = 4
28514pkg syscall (linux-amd64-cgo), func Accept4(int, int) (int, Sockaddr, error)
28515pkg syscall (linux-amd64-cgo), func GetsockoptUcred(int, int, int) (*Ucred, error)
28516pkg syscall (linux-amd64-cgo), func Getxattr(string, string, []uint8) (int, error)
28517pkg syscall (linux-amd64-cgo), func Listxattr(string, []uint8) (int, error)
28518pkg syscall (linux-amd64-cgo), func Pipe2([]int, int) error
28519pkg syscall (linux-amd64-cgo), func PtraceSyscall(int, int) error
28520pkg syscall (linux-amd64-cgo), func Removexattr(string, string) error
28521pkg syscall (linux-amd64-cgo), func Setxattr(string, string, []uint8, int) error
28522pkg syscall (linux-amd64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error)
28523pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Ctty int
28524pkg syscall (linux-amd64-cgo), type TCPInfo struct
28525pkg syscall (linux-amd64-cgo), type TCPInfo struct, Advmss uint32
28526pkg syscall (linux-amd64-cgo), type TCPInfo struct, Ato uint32
28527pkg syscall (linux-amd64-cgo), type TCPInfo struct, Backoff uint8
28528pkg syscall (linux-amd64-cgo), type TCPInfo struct, Ca_state uint8
28529pkg syscall (linux-amd64-cgo), type TCPInfo struct, Fackets uint32
28530pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_ack_recv uint32
28531pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_ack_sent uint32
28532pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_data_recv uint32
28533pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_data_sent uint32
28534pkg syscall (linux-amd64-cgo), type TCPInfo struct, Lost uint32
28535pkg syscall (linux-amd64-cgo), type TCPInfo struct, Options uint8
28536pkg syscall (linux-amd64-cgo), type TCPInfo struct, Pad_cgo_0 [2]uint8
28537pkg syscall (linux-amd64-cgo), type TCPInfo struct, Pmtu uint32
28538pkg syscall (linux-amd64-cgo), type TCPInfo struct, Probes uint8
28539pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_mss uint32
28540pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_rtt uint32
28541pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_space uint32
28542pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_ssthresh uint32
28543pkg syscall (linux-amd64-cgo), type TCPInfo struct, Reordering uint32
28544pkg syscall (linux-amd64-cgo), type TCPInfo struct, Retrans uint32
28545pkg syscall (linux-amd64-cgo), type TCPInfo struct, Retransmits uint8
28546pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rto uint32
28547pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rtt uint32
28548pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rttvar uint32
28549pkg syscall (linux-amd64-cgo), type TCPInfo struct, Sacked uint32
28550pkg syscall (linux-amd64-cgo), type TCPInfo struct, Snd_cwnd uint32
28551pkg syscall (linux-amd64-cgo), type TCPInfo struct, Snd_mss uint32
28552pkg syscall (linux-amd64-cgo), type TCPInfo struct, Snd_ssthresh uint32
28553pkg syscall (linux-amd64-cgo), type TCPInfo struct, State uint8
28554pkg syscall (linux-amd64-cgo), type TCPInfo struct, Total_retrans uint32
28555pkg syscall (linux-amd64-cgo), type TCPInfo struct, Unacked uint32
28556pkg syscall (linux-arm), const AF_ALG = 38
28557pkg syscall (linux-arm), const AF_APPLETALK = 5
28558pkg syscall (linux-arm), const AF_ASH = 18
28559pkg syscall (linux-arm), const AF_ATMPVC = 8
28560pkg syscall (linux-arm), const AF_ATMSVC = 20
28561pkg syscall (linux-arm), const AF_AX25 = 3
28562pkg syscall (linux-arm), const AF_BLUETOOTH = 31
28563pkg syscall (linux-arm), const AF_BRIDGE = 7
28564pkg syscall (linux-arm), const AF_CAIF = 37
28565pkg syscall (linux-arm), const AF_CAN = 29
28566pkg syscall (linux-arm), const AF_DECnet = 12
28567pkg syscall (linux-arm), const AF_ECONET = 19
28568pkg syscall (linux-arm), const AF_FILE = 1
28569pkg syscall (linux-arm), const AF_IEEE802154 = 36
28570pkg syscall (linux-arm), const AF_INET6 = 10
28571pkg syscall (linux-arm), const AF_IPX = 4
28572pkg syscall (linux-arm), const AF_IRDA = 23
28573pkg syscall (linux-arm), const AF_ISDN = 34
28574pkg syscall (linux-arm), const AF_IUCV = 32
28575pkg syscall (linux-arm), const AF_KEY = 15
28576pkg syscall (linux-arm), const AF_LLC = 26
28577pkg syscall (linux-arm), const AF_LOCAL = 1
28578pkg syscall (linux-arm), const AF_MAX = 39
28579pkg syscall (linux-arm), const AF_NETBEUI = 13
28580pkg syscall (linux-arm), const AF_NETLINK = 16
28581pkg syscall (linux-arm), const AF_NETROM = 6
28582pkg syscall (linux-arm), const AF_PACKET = 17
28583pkg syscall (linux-arm), const AF_PHONET = 35
28584pkg syscall (linux-arm), const AF_PPPOX = 24
28585pkg syscall (linux-arm), const AF_RDS = 21
28586pkg syscall (linux-arm), const AF_ROSE = 11
28587pkg syscall (linux-arm), const AF_ROUTE = 16
28588pkg syscall (linux-arm), const AF_RXRPC = 33
28589pkg syscall (linux-arm), const AF_SECURITY = 14
28590pkg syscall (linux-arm), const AF_SNA = 22
28591pkg syscall (linux-arm), const AF_TIPC = 30
28592pkg syscall (linux-arm), const AF_WANPIPE = 25
28593pkg syscall (linux-arm), const AF_X25 = 9
28594pkg syscall (linux-arm), const ARPHRD_ADAPT = 264
28595pkg syscall (linux-arm), const ARPHRD_APPLETLK = 8
28596pkg syscall (linux-arm), const ARPHRD_ARCNET = 7
28597pkg syscall (linux-arm), const ARPHRD_ASH = 781
28598pkg syscall (linux-arm), const ARPHRD_ATM = 19
28599pkg syscall (linux-arm), const ARPHRD_AX25 = 3
28600pkg syscall (linux-arm), const ARPHRD_BIF = 775
28601pkg syscall (linux-arm), const ARPHRD_CHAOS = 5
28602pkg syscall (linux-arm), const ARPHRD_CISCO = 513
28603pkg syscall (linux-arm), const ARPHRD_CSLIP = 257
28604pkg syscall (linux-arm), const ARPHRD_CSLIP6 = 259
28605pkg syscall (linux-arm), const ARPHRD_DDCMP = 517
28606pkg syscall (linux-arm), const ARPHRD_DLCI = 15
28607pkg syscall (linux-arm), const ARPHRD_ECONET = 782
28608pkg syscall (linux-arm), const ARPHRD_EETHER = 2
28609pkg syscall (linux-arm), const ARPHRD_ETHER = 1
28610pkg syscall (linux-arm), const ARPHRD_EUI64 = 27
28611pkg syscall (linux-arm), const ARPHRD_FCAL = 785
28612pkg syscall (linux-arm), const ARPHRD_FCFABRIC = 787
28613pkg syscall (linux-arm), const ARPHRD_FCPL = 786
28614pkg syscall (linux-arm), const ARPHRD_FCPP = 784
28615pkg syscall (linux-arm), const ARPHRD_FDDI = 774
28616pkg syscall (linux-arm), const ARPHRD_FRAD = 770
28617pkg syscall (linux-arm), const ARPHRD_HDLC = 513
28618pkg syscall (linux-arm), const ARPHRD_HIPPI = 780
28619pkg syscall (linux-arm), const ARPHRD_HWX25 = 272
28620pkg syscall (linux-arm), const ARPHRD_IEEE1394 = 24
28621pkg syscall (linux-arm), const ARPHRD_IEEE802 = 6
28622pkg syscall (linux-arm), const ARPHRD_IEEE80211 = 801
28623pkg syscall (linux-arm), const ARPHRD_IEEE80211_PRISM = 802
28624pkg syscall (linux-arm), const ARPHRD_IEEE80211_RADIOTAP = 803
28625pkg syscall (linux-arm), const ARPHRD_IEEE802154 = 804
28626pkg syscall (linux-arm), const ARPHRD_IEEE802154_PHY = 805
28627pkg syscall (linux-arm), const ARPHRD_IEEE802_TR = 800
28628pkg syscall (linux-arm), const ARPHRD_INFINIBAND = 32
28629pkg syscall (linux-arm), const ARPHRD_IPDDP = 777
28630pkg syscall (linux-arm), const ARPHRD_IPGRE = 778
28631pkg syscall (linux-arm), const ARPHRD_IRDA = 783
28632pkg syscall (linux-arm), const ARPHRD_LAPB = 516
28633pkg syscall (linux-arm), const ARPHRD_LOCALTLK = 773
28634pkg syscall (linux-arm), const ARPHRD_LOOPBACK = 772
28635pkg syscall (linux-arm), const ARPHRD_METRICOM = 23
28636pkg syscall (linux-arm), const ARPHRD_NETROM = 0
28637pkg syscall (linux-arm), const ARPHRD_NONE = 65534
28638pkg syscall (linux-arm), const ARPHRD_PIMREG = 779
28639pkg syscall (linux-arm), const ARPHRD_PPP = 512
28640pkg syscall (linux-arm), const ARPHRD_PRONET = 4
28641pkg syscall (linux-arm), const ARPHRD_RAWHDLC = 518
28642pkg syscall (linux-arm), const ARPHRD_ROSE = 270
28643pkg syscall (linux-arm), const ARPHRD_RSRVD = 260
28644pkg syscall (linux-arm), const ARPHRD_SIT = 776
28645pkg syscall (linux-arm), const ARPHRD_SKIP = 771
28646pkg syscall (linux-arm), const ARPHRD_SLIP = 256
28647pkg syscall (linux-arm), const ARPHRD_SLIP6 = 258
28648pkg syscall (linux-arm), const ARPHRD_TUNNEL = 768
28649pkg syscall (linux-arm), const ARPHRD_TUNNEL6 = 769
28650pkg syscall (linux-arm), const ARPHRD_VOID = 65535
28651pkg syscall (linux-arm), const ARPHRD_X25 = 271
28652pkg syscall (linux-arm), const B0 = 0
28653pkg syscall (linux-arm), const B1000000 = 4104
28654pkg syscall (linux-arm), const B110 = 3
28655pkg syscall (linux-arm), const B115200 = 4098
28656pkg syscall (linux-arm), const B1152000 = 4105
28657pkg syscall (linux-arm), const B1200 = 9
28658pkg syscall (linux-arm), const B134 = 4
28659pkg syscall (linux-arm), const B150 = 5
28660pkg syscall (linux-arm), const B1500000 = 4106
28661pkg syscall (linux-arm), const B1800 = 10
28662pkg syscall (linux-arm), const B19200 = 14
28663pkg syscall (linux-arm), const B200 = 6
28664pkg syscall (linux-arm), const B2000000 = 4107
28665pkg syscall (linux-arm), const B230400 = 4099
28666pkg syscall (linux-arm), const B2400 = 11
28667pkg syscall (linux-arm), const B2500000 = 4108
28668pkg syscall (linux-arm), const B300 = 7
28669pkg syscall (linux-arm), const B3000000 = 4109
28670pkg syscall (linux-arm), const B3500000 = 4110
28671pkg syscall (linux-arm), const B38400 = 15
28672pkg syscall (linux-arm), const B4000000 = 4111
28673pkg syscall (linux-arm), const B460800 = 4100
28674pkg syscall (linux-arm), const B4800 = 12
28675pkg syscall (linux-arm), const B50 = 1
28676pkg syscall (linux-arm), const B500000 = 4101
28677pkg syscall (linux-arm), const B57600 = 4097
28678pkg syscall (linux-arm), const B576000 = 4102
28679pkg syscall (linux-arm), const B600 = 8
28680pkg syscall (linux-arm), const B75 = 2
28681pkg syscall (linux-arm), const B921600 = 4103
28682pkg syscall (linux-arm), const B9600 = 13
28683pkg syscall (linux-arm), const BPF_A = 16
28684pkg syscall (linux-arm), const BPF_ABS = 32
28685pkg syscall (linux-arm), const BPF_ADD = 0
28686pkg syscall (linux-arm), const BPF_ALU = 4
28687pkg syscall (linux-arm), const BPF_AND = 80
28688pkg syscall (linux-arm), const BPF_B = 16
28689pkg syscall (linux-arm), const BPF_DIV = 48
28690pkg syscall (linux-arm), const BPF_H = 8
28691pkg syscall (linux-arm), const BPF_IMM = 0
28692pkg syscall (linux-arm), const BPF_IND = 64
28693pkg syscall (linux-arm), const BPF_JA = 0
28694pkg syscall (linux-arm), const BPF_JEQ = 16
28695pkg syscall (linux-arm), const BPF_JGE = 48
28696pkg syscall (linux-arm), const BPF_JGT = 32
28697pkg syscall (linux-arm), const BPF_JMP = 5
28698pkg syscall (linux-arm), const BPF_JSET = 64
28699pkg syscall (linux-arm), const BPF_K = 0
28700pkg syscall (linux-arm), const BPF_LD = 0
28701pkg syscall (linux-arm), const BPF_LDX = 1
28702pkg syscall (linux-arm), const BPF_LEN = 128
28703pkg syscall (linux-arm), const BPF_LSH = 96
28704pkg syscall (linux-arm), const BPF_MAJOR_VERSION = 1
28705pkg syscall (linux-arm), const BPF_MAXINSNS = 4096
28706pkg syscall (linux-arm), const BPF_MEM = 96
28707pkg syscall (linux-arm), const BPF_MEMWORDS = 16
28708pkg syscall (linux-arm), const BPF_MINOR_VERSION = 1
28709pkg syscall (linux-arm), const BPF_MISC = 7
28710pkg syscall (linux-arm), const BPF_MSH = 160
28711pkg syscall (linux-arm), const BPF_MUL = 32
28712pkg syscall (linux-arm), const BPF_NEG = 128
28713pkg syscall (linux-arm), const BPF_OR = 64
28714pkg syscall (linux-arm), const BPF_RET = 6
28715pkg syscall (linux-arm), const BPF_RSH = 112
28716pkg syscall (linux-arm), const BPF_ST = 2
28717pkg syscall (linux-arm), const BPF_STX = 3
28718pkg syscall (linux-arm), const BPF_SUB = 16
28719pkg syscall (linux-arm), const BPF_TAX = 0
28720pkg syscall (linux-arm), const BPF_TXA = 128
28721pkg syscall (linux-arm), const BPF_W = 0
28722pkg syscall (linux-arm), const BPF_X = 8
28723pkg syscall (linux-arm), const BRKINT = 2
28724pkg syscall (linux-arm), const CLOCAL = 2048
28725pkg syscall (linux-arm), const CREAD = 128
28726pkg syscall (linux-arm), const CS5 = 0
28727pkg syscall (linux-arm), const CS6 = 16
28728pkg syscall (linux-arm), const CS7 = 32
28729pkg syscall (linux-arm), const CS8 = 48
28730pkg syscall (linux-arm), const CSIZE = 48
28731pkg syscall (linux-arm), const CSTOPB = 64
28732pkg syscall (linux-arm), const DT_BLK = 6
28733pkg syscall (linux-arm), const DT_CHR = 2
28734pkg syscall (linux-arm), const DT_DIR = 4
28735pkg syscall (linux-arm), const DT_FIFO = 1
28736pkg syscall (linux-arm), const DT_LNK = 10
28737pkg syscall (linux-arm), const DT_REG = 8
28738pkg syscall (linux-arm), const DT_SOCK = 12
28739pkg syscall (linux-arm), const DT_UNKNOWN = 0
28740pkg syscall (linux-arm), const DT_WHT = 14
28741pkg syscall (linux-arm), const E2BIG = 7
28742pkg syscall (linux-arm), const EACCES = 13
28743pkg syscall (linux-arm), const EADDRINUSE = 98
28744pkg syscall (linux-arm), const EADDRNOTAVAIL = 99
28745pkg syscall (linux-arm), const EADV = 68
28746pkg syscall (linux-arm), const EAFNOSUPPORT = 97
28747pkg syscall (linux-arm), const EAGAIN = 11
28748pkg syscall (linux-arm), const EALREADY = 114
28749pkg syscall (linux-arm), const EBADE = 52
28750pkg syscall (linux-arm), const EBADF = 9
28751pkg syscall (linux-arm), const EBADFD = 77
28752pkg syscall (linux-arm), const EBADMSG = 74
28753pkg syscall (linux-arm), const EBADR = 53
28754pkg syscall (linux-arm), const EBADRQC = 56
28755pkg syscall (linux-arm), const EBADSLT = 57
28756pkg syscall (linux-arm), const EBFONT = 59
28757pkg syscall (linux-arm), const EBUSY = 16
28758pkg syscall (linux-arm), const ECANCELED = 125
28759pkg syscall (linux-arm), const ECHILD = 10
28760pkg syscall (linux-arm), const ECHO = 8
28761pkg syscall (linux-arm), const ECHOCTL = 512
28762pkg syscall (linux-arm), const ECHOE = 16
28763pkg syscall (linux-arm), const ECHOK = 32
28764pkg syscall (linux-arm), const ECHOKE = 2048
28765pkg syscall (linux-arm), const ECHONL = 64
28766pkg syscall (linux-arm), const ECHOPRT = 1024
28767pkg syscall (linux-arm), const ECHRNG = 44
28768pkg syscall (linux-arm), const ECOMM = 70
28769pkg syscall (linux-arm), const ECONNABORTED = 103
28770pkg syscall (linux-arm), const ECONNREFUSED = 111
28771pkg syscall (linux-arm), const ECONNRESET = 104
28772pkg syscall (linux-arm), const EDEADLK = 35
28773pkg syscall (linux-arm), const EDEADLOCK = 35
28774pkg syscall (linux-arm), const EDESTADDRREQ = 89
28775pkg syscall (linux-arm), const EDOM = 33
28776pkg syscall (linux-arm), const EDOTDOT = 73
28777pkg syscall (linux-arm), const EDQUOT = 122
28778pkg syscall (linux-arm), const EEXIST = 17
28779pkg syscall (linux-arm), const EFAULT = 14
28780pkg syscall (linux-arm), const EFBIG = 27
28781pkg syscall (linux-arm), const EHOSTDOWN = 112
28782pkg syscall (linux-arm), const EHOSTUNREACH = 113
28783pkg syscall (linux-arm), const EHWPOISON = 133
28784pkg syscall (linux-arm), const EIDRM = 43
28785pkg syscall (linux-arm), const EILSEQ = 84
28786pkg syscall (linux-arm), const EINPROGRESS = 115
28787pkg syscall (linux-arm), const EINTR = 4
28788pkg syscall (linux-arm), const EINVAL = 22
28789pkg syscall (linux-arm), const EIO = 5
28790pkg syscall (linux-arm), const EISCONN = 106
28791pkg syscall (linux-arm), const EISDIR = 21
28792pkg syscall (linux-arm), const EISNAM = 120
28793pkg syscall (linux-arm), const EKEYEXPIRED = 127
28794pkg syscall (linux-arm), const EKEYREJECTED = 129
28795pkg syscall (linux-arm), const EKEYREVOKED = 128
28796pkg syscall (linux-arm), const EL2HLT = 51
28797pkg syscall (linux-arm), const EL2NSYNC = 45
28798pkg syscall (linux-arm), const EL3HLT = 46
28799pkg syscall (linux-arm), const EL3RST = 47
28800pkg syscall (linux-arm), const ELF_NGREG = 18
28801pkg syscall (linux-arm), const ELF_PRARGSZ = 80
28802pkg syscall (linux-arm), const ELIBACC = 79
28803pkg syscall (linux-arm), const ELIBBAD = 80
28804pkg syscall (linux-arm), const ELIBEXEC = 83
28805pkg syscall (linux-arm), const ELIBMAX = 82
28806pkg syscall (linux-arm), const ELIBSCN = 81
28807pkg syscall (linux-arm), const ELNRNG = 48
28808pkg syscall (linux-arm), const ELOOP = 40
28809pkg syscall (linux-arm), const EMEDIUMTYPE = 124
28810pkg syscall (linux-arm), const EMFILE = 24
28811pkg syscall (linux-arm), const EMLINK = 31
28812pkg syscall (linux-arm), const EMSGSIZE = 90
28813pkg syscall (linux-arm), const EMULTIHOP = 72
28814pkg syscall (linux-arm), const ENAMETOOLONG = 36
28815pkg syscall (linux-arm), const ENAVAIL = 119
28816pkg syscall (linux-arm), const ENETDOWN = 100
28817pkg syscall (linux-arm), const ENETRESET = 102
28818pkg syscall (linux-arm), const ENETUNREACH = 101
28819pkg syscall (linux-arm), const ENFILE = 23
28820pkg syscall (linux-arm), const ENOANO = 55
28821pkg syscall (linux-arm), const ENOBUFS = 105
28822pkg syscall (linux-arm), const ENOCSI = 50
28823pkg syscall (linux-arm), const ENODATA = 61
28824pkg syscall (linux-arm), const ENODEV = 19
28825pkg syscall (linux-arm), const ENOEXEC = 8
28826pkg syscall (linux-arm), const ENOKEY = 126
28827pkg syscall (linux-arm), const ENOLCK = 37
28828pkg syscall (linux-arm), const ENOLINK = 67
28829pkg syscall (linux-arm), const ENOMEDIUM = 123
28830pkg syscall (linux-arm), const ENOMEM = 12
28831pkg syscall (linux-arm), const ENOMSG = 42
28832pkg syscall (linux-arm), const ENONET = 64
28833pkg syscall (linux-arm), const ENOPKG = 65
28834pkg syscall (linux-arm), const ENOPROTOOPT = 92
28835pkg syscall (linux-arm), const ENOSPC = 28
28836pkg syscall (linux-arm), const ENOSR = 63
28837pkg syscall (linux-arm), const ENOSTR = 60
28838pkg syscall (linux-arm), const ENOSYS = 38
28839pkg syscall (linux-arm), const ENOTBLK = 15
28840pkg syscall (linux-arm), const ENOTCONN = 107
28841pkg syscall (linux-arm), const ENOTDIR = 20
28842pkg syscall (linux-arm), const ENOTEMPTY = 39
28843pkg syscall (linux-arm), const ENOTNAM = 118
28844pkg syscall (linux-arm), const ENOTRECOVERABLE = 131
28845pkg syscall (linux-arm), const ENOTSOCK = 88
28846pkg syscall (linux-arm), const ENOTSUP = 95
28847pkg syscall (linux-arm), const ENOTTY = 25
28848pkg syscall (linux-arm), const ENOTUNIQ = 76
28849pkg syscall (linux-arm), const ENXIO = 6
28850pkg syscall (linux-arm), const EOPNOTSUPP = 95
28851pkg syscall (linux-arm), const EOVERFLOW = 75
28852pkg syscall (linux-arm), const EOWNERDEAD = 130
28853pkg syscall (linux-arm), const EPERM = 1
28854pkg syscall (linux-arm), const EPFNOSUPPORT = 96
28855pkg syscall (linux-arm), const EPIPE = 32
28856pkg syscall (linux-arm), const EPOLLERR = 8
28857pkg syscall (linux-arm), const EPOLLET = -2147483648
28858pkg syscall (linux-arm), const EPOLLHUP = 16
28859pkg syscall (linux-arm), const EPOLLIN = 1
28860pkg syscall (linux-arm), const EPOLLMSG = 1024
28861pkg syscall (linux-arm), const EPOLLONESHOT = 1073741824
28862pkg syscall (linux-arm), const EPOLLOUT = 4
28863pkg syscall (linux-arm), const EPOLLPRI = 2
28864pkg syscall (linux-arm), const EPOLLRDBAND = 128
28865pkg syscall (linux-arm), const EPOLLRDHUP = 8192
28866pkg syscall (linux-arm), const EPOLLRDNORM = 64
28867pkg syscall (linux-arm), const EPOLLWRBAND = 512
28868pkg syscall (linux-arm), const EPOLLWRNORM = 256
28869pkg syscall (linux-arm), const EPOLL_CLOEXEC = 524288
28870pkg syscall (linux-arm), const EPOLL_CTL_ADD = 1
28871pkg syscall (linux-arm), const EPOLL_CTL_DEL = 2
28872pkg syscall (linux-arm), const EPOLL_CTL_MOD = 3
28873pkg syscall (linux-arm), const EPOLL_NONBLOCK = 2048
28874pkg syscall (linux-arm), const EPROTO = 71
28875pkg syscall (linux-arm), const EPROTONOSUPPORT = 93
28876pkg syscall (linux-arm), const EPROTOTYPE = 91
28877pkg syscall (linux-arm), const ERANGE = 34
28878pkg syscall (linux-arm), const EREMCHG = 78
28879pkg syscall (linux-arm), const EREMOTE = 66
28880pkg syscall (linux-arm), const EREMOTEIO = 121
28881pkg syscall (linux-arm), const ERESTART = 85
28882pkg syscall (linux-arm), const ERFKILL = 132
28883pkg syscall (linux-arm), const EROFS = 30
28884pkg syscall (linux-arm), const ESHUTDOWN = 108
28885pkg syscall (linux-arm), const ESOCKTNOSUPPORT = 94
28886pkg syscall (linux-arm), const ESPIPE = 29
28887pkg syscall (linux-arm), const ESRCH = 3
28888pkg syscall (linux-arm), const ESRMNT = 69
28889pkg syscall (linux-arm), const ESTALE = 116
28890pkg syscall (linux-arm), const ESTRPIPE = 86
28891pkg syscall (linux-arm), const ETH_P_1588 = 35063
28892pkg syscall (linux-arm), const ETH_P_8021Q = 33024
28893pkg syscall (linux-arm), const ETH_P_802_2 = 4
28894pkg syscall (linux-arm), const ETH_P_802_3 = 1
28895pkg syscall (linux-arm), const ETH_P_AARP = 33011
28896pkg syscall (linux-arm), const ETH_P_ALL = 3
28897pkg syscall (linux-arm), const ETH_P_AOE = 34978
28898pkg syscall (linux-arm), const ETH_P_ARCNET = 26
28899pkg syscall (linux-arm), const ETH_P_ARP = 2054
28900pkg syscall (linux-arm), const ETH_P_ATALK = 32923
28901pkg syscall (linux-arm), const ETH_P_ATMFATE = 34948
28902pkg syscall (linux-arm), const ETH_P_ATMMPOA = 34892
28903pkg syscall (linux-arm), const ETH_P_AX25 = 2
28904pkg syscall (linux-arm), const ETH_P_BPQ = 2303
28905pkg syscall (linux-arm), const ETH_P_CAIF = 247
28906pkg syscall (linux-arm), const ETH_P_CAN = 12
28907pkg syscall (linux-arm), const ETH_P_CONTROL = 22
28908pkg syscall (linux-arm), const ETH_P_CUST = 24582
28909pkg syscall (linux-arm), const ETH_P_DDCMP = 6
28910pkg syscall (linux-arm), const ETH_P_DEC = 24576
28911pkg syscall (linux-arm), const ETH_P_DIAG = 24581
28912pkg syscall (linux-arm), const ETH_P_DNA_DL = 24577
28913pkg syscall (linux-arm), const ETH_P_DNA_RC = 24578
28914pkg syscall (linux-arm), const ETH_P_DNA_RT = 24579
28915pkg syscall (linux-arm), const ETH_P_DSA = 27
28916pkg syscall (linux-arm), const ETH_P_ECONET = 24
28917pkg syscall (linux-arm), const ETH_P_EDSA = 56026
28918pkg syscall (linux-arm), const ETH_P_FCOE = 35078
28919pkg syscall (linux-arm), const ETH_P_FIP = 35092
28920pkg syscall (linux-arm), const ETH_P_HDLC = 25
28921pkg syscall (linux-arm), const ETH_P_IEEE802154 = 246
28922pkg syscall (linux-arm), const ETH_P_IEEEPUP = 2560
28923pkg syscall (linux-arm), const ETH_P_IEEEPUPAT = 2561
28924pkg syscall (linux-arm), const ETH_P_IP = 2048
28925pkg syscall (linux-arm), const ETH_P_IPV6 = 34525
28926pkg syscall (linux-arm), const ETH_P_IPX = 33079
28927pkg syscall (linux-arm), const ETH_P_IRDA = 23
28928pkg syscall (linux-arm), const ETH_P_LAT = 24580
28929pkg syscall (linux-arm), const ETH_P_LINK_CTL = 34924
28930pkg syscall (linux-arm), const ETH_P_LOCALTALK = 9
28931pkg syscall (linux-arm), const ETH_P_LOOP = 96
28932pkg syscall (linux-arm), const ETH_P_MOBITEX = 21
28933pkg syscall (linux-arm), const ETH_P_MPLS_MC = 34888
28934pkg syscall (linux-arm), const ETH_P_MPLS_UC = 34887
28935pkg syscall (linux-arm), const ETH_P_PAE = 34958
28936pkg syscall (linux-arm), const ETH_P_PAUSE = 34824
28937pkg syscall (linux-arm), const ETH_P_PHONET = 245
28938pkg syscall (linux-arm), const ETH_P_PPPTALK = 16
28939pkg syscall (linux-arm), const ETH_P_PPP_DISC = 34915
28940pkg syscall (linux-arm), const ETH_P_PPP_MP = 8
28941pkg syscall (linux-arm), const ETH_P_PPP_SES = 34916
28942pkg syscall (linux-arm), const ETH_P_PUP = 512
28943pkg syscall (linux-arm), const ETH_P_PUPAT = 513
28944pkg syscall (linux-arm), const ETH_P_RARP = 32821
28945pkg syscall (linux-arm), const ETH_P_SCA = 24583
28946pkg syscall (linux-arm), const ETH_P_SLOW = 34825
28947pkg syscall (linux-arm), const ETH_P_SNAP = 5
28948pkg syscall (linux-arm), const ETH_P_TEB = 25944
28949pkg syscall (linux-arm), const ETH_P_TIPC = 35018
28950pkg syscall (linux-arm), const ETH_P_TRAILER = 28
28951pkg syscall (linux-arm), const ETH_P_TR_802_2 = 17
28952pkg syscall (linux-arm), const ETH_P_WAN_PPP = 7
28953pkg syscall (linux-arm), const ETH_P_WCCP = 34878
28954pkg syscall (linux-arm), const ETH_P_X25 = 2053
28955pkg syscall (linux-arm), const ETIME = 62
28956pkg syscall (linux-arm), const ETIMEDOUT = 110
28957pkg syscall (linux-arm), const ETOOMANYREFS = 109
28958pkg syscall (linux-arm), const ETXTBSY = 26
28959pkg syscall (linux-arm), const EUCLEAN = 117
28960pkg syscall (linux-arm), const EUNATCH = 49
28961pkg syscall (linux-arm), const EUSERS = 87
28962pkg syscall (linux-arm), const EWOULDBLOCK = 11
28963pkg syscall (linux-arm), const EXDEV = 18
28964pkg syscall (linux-arm), const EXFULL = 54
28965pkg syscall (linux-arm), const FD_CLOEXEC = 1
28966pkg syscall (linux-arm), const FD_SETSIZE = 1024
28967pkg syscall (linux-arm), const FLUSHO = 4096
28968pkg syscall (linux-arm), const F_DUPFD = 0
28969pkg syscall (linux-arm), const F_DUPFD_CLOEXEC = 1030
28970pkg syscall (linux-arm), const F_EXLCK = 4
28971pkg syscall (linux-arm), const F_GETFD = 1
28972pkg syscall (linux-arm), const F_GETFL = 3
28973pkg syscall (linux-arm), const F_GETLEASE = 1025
28974pkg syscall (linux-arm), const F_GETLK = 12
28975pkg syscall (linux-arm), const F_GETLK64 = 12
28976pkg syscall (linux-arm), const F_GETOWN = 9
28977pkg syscall (linux-arm), const F_GETOWN_EX = 16
28978pkg syscall (linux-arm), const F_GETPIPE_SZ = 1032
28979pkg syscall (linux-arm), const F_GETSIG = 11
28980pkg syscall (linux-arm), const F_LOCK = 1
28981pkg syscall (linux-arm), const F_NOTIFY = 1026
28982pkg syscall (linux-arm), const F_OK = 0
28983pkg syscall (linux-arm), const F_RDLCK = 0
28984pkg syscall (linux-arm), const F_SETFD = 2
28985pkg syscall (linux-arm), const F_SETFL = 4
28986pkg syscall (linux-arm), const F_SETLEASE = 1024
28987pkg syscall (linux-arm), const F_SETLK = 13
28988pkg syscall (linux-arm), const F_SETLK64 = 13
28989pkg syscall (linux-arm), const F_SETLKW = 14
28990pkg syscall (linux-arm), const F_SETLKW64 = 14
28991pkg syscall (linux-arm), const F_SETOWN = 8
28992pkg syscall (linux-arm), const F_SETOWN_EX = 15
28993pkg syscall (linux-arm), const F_SETPIPE_SZ = 1031
28994pkg syscall (linux-arm), const F_SETSIG = 10
28995pkg syscall (linux-arm), const F_SHLCK = 8
28996pkg syscall (linux-arm), const F_TEST = 3
28997pkg syscall (linux-arm), const F_TLOCK = 2
28998pkg syscall (linux-arm), const F_ULOCK = 0
28999pkg syscall (linux-arm), const F_UNLCK = 2
29000pkg syscall (linux-arm), const F_WRLCK = 1
29001pkg syscall (linux-arm), const HUPCL = 1024
29002pkg syscall (linux-arm), const ICANON = 2
29003pkg syscall (linux-arm), const ICRNL = 256
29004pkg syscall (linux-arm), const IEXTEN = 32768
29005pkg syscall (linux-arm), const IFA_ADDRESS = 1
29006pkg syscall (linux-arm), const IFA_ANYCAST = 5
29007pkg syscall (linux-arm), const IFA_BROADCAST = 4
29008pkg syscall (linux-arm), const IFA_CACHEINFO = 6
29009pkg syscall (linux-arm), const IFA_F_DADFAILED = 8
29010pkg syscall (linux-arm), const IFA_F_DEPRECATED = 32
29011pkg syscall (linux-arm), const IFA_F_HOMEADDRESS = 16
29012pkg syscall (linux-arm), const IFA_F_NODAD = 2
29013pkg syscall (linux-arm), const IFA_F_OPTIMISTIC = 4
29014pkg syscall (linux-arm), const IFA_F_PERMANENT = 128
29015pkg syscall (linux-arm), const IFA_F_SECONDARY = 1
29016pkg syscall (linux-arm), const IFA_F_TEMPORARY = 1
29017pkg syscall (linux-arm), const IFA_F_TENTATIVE = 64
29018pkg syscall (linux-arm), const IFA_LABEL = 3
29019pkg syscall (linux-arm), const IFA_LOCAL = 2
29020pkg syscall (linux-arm), const IFA_MAX = 7
29021pkg syscall (linux-arm), const IFA_MULTICAST = 7
29022pkg syscall (linux-arm), const IFA_UNSPEC = 0
29023pkg syscall (linux-arm), const IFF_ALLMULTI = 512
29024pkg syscall (linux-arm), const IFF_AUTOMEDIA = 16384
29025pkg syscall (linux-arm), const IFF_DEBUG = 4
29026pkg syscall (linux-arm), const IFF_DYNAMIC = 32768
29027pkg syscall (linux-arm), const IFF_LOOPBACK = 8
29028pkg syscall (linux-arm), const IFF_MASTER = 1024
29029pkg syscall (linux-arm), const IFF_MULTICAST = 4096
29030pkg syscall (linux-arm), const IFF_NOARP = 128
29031pkg syscall (linux-arm), const IFF_NOTRAILERS = 32
29032pkg syscall (linux-arm), const IFF_NO_PI = 4096
29033pkg syscall (linux-arm), const IFF_ONE_QUEUE = 8192
29034pkg syscall (linux-arm), const IFF_POINTOPOINT = 16
29035pkg syscall (linux-arm), const IFF_PORTSEL = 8192
29036pkg syscall (linux-arm), const IFF_PROMISC = 256
29037pkg syscall (linux-arm), const IFF_RUNNING = 64
29038pkg syscall (linux-arm), const IFF_SLAVE = 2048
29039pkg syscall (linux-arm), const IFF_TAP = 2
29040pkg syscall (linux-arm), const IFF_TUN = 1
29041pkg syscall (linux-arm), const IFF_TUN_EXCL = 32768
29042pkg syscall (linux-arm), const IFF_VNET_HDR = 16384
29043pkg syscall (linux-arm), const IFLA_ADDRESS = 1
29044pkg syscall (linux-arm), const IFLA_BROADCAST = 2
29045pkg syscall (linux-arm), const IFLA_COST = 8
29046pkg syscall (linux-arm), const IFLA_IFALIAS = 20
29047pkg syscall (linux-arm), const IFLA_IFNAME = 3
29048pkg syscall (linux-arm), const IFLA_LINK = 5
29049pkg syscall (linux-arm), const IFLA_LINKINFO = 18
29050pkg syscall (linux-arm), const IFLA_LINKMODE = 17
29051pkg syscall (linux-arm), const IFLA_MAP = 14
29052pkg syscall (linux-arm), const IFLA_MASTER = 10
29053pkg syscall (linux-arm), const IFLA_MAX = 29
29054pkg syscall (linux-arm), const IFLA_MTU = 4
29055pkg syscall (linux-arm), const IFLA_NET_NS_PID = 19
29056pkg syscall (linux-arm), const IFLA_OPERSTATE = 16
29057pkg syscall (linux-arm), const IFLA_PRIORITY = 9
29058pkg syscall (linux-arm), const IFLA_PROTINFO = 12
29059pkg syscall (linux-arm), const IFLA_QDISC = 6
29060pkg syscall (linux-arm), const IFLA_STATS = 7
29061pkg syscall (linux-arm), const IFLA_TXQLEN = 13
29062pkg syscall (linux-arm), const IFLA_UNSPEC = 0
29063pkg syscall (linux-arm), const IFLA_WEIGHT = 15
29064pkg syscall (linux-arm), const IFLA_WIRELESS = 11
29065pkg syscall (linux-arm), const IFNAMSIZ = 16
29066pkg syscall (linux-arm), const IGNBRK = 1
29067pkg syscall (linux-arm), const IGNCR = 128
29068pkg syscall (linux-arm), const IGNPAR = 4
29069pkg syscall (linux-arm), const IMAXBEL = 8192
29070pkg syscall (linux-arm), const INLCR = 64
29071pkg syscall (linux-arm), const INPCK = 16
29072pkg syscall (linux-arm), const IN_ACCESS = 1
29073pkg syscall (linux-arm), const IN_ALL_EVENTS = 4095
29074pkg syscall (linux-arm), const IN_ATTRIB = 4
29075pkg syscall (linux-arm), const IN_CLASSA_HOST = 16777215
29076pkg syscall (linux-arm), const IN_CLASSA_MAX = 128
29077pkg syscall (linux-arm), const IN_CLASSA_NET = 4278190080
29078pkg syscall (linux-arm), const IN_CLASSA_NSHIFT = 24
29079pkg syscall (linux-arm), const IN_CLASSB_HOST = 65535
29080pkg syscall (linux-arm), const IN_CLASSB_MAX = 65536
29081pkg syscall (linux-arm), const IN_CLASSB_NET = 4294901760
29082pkg syscall (linux-arm), const IN_CLASSB_NSHIFT = 16
29083pkg syscall (linux-arm), const IN_CLASSC_HOST = 255
29084pkg syscall (linux-arm), const IN_CLASSC_NET = 4294967040
29085pkg syscall (linux-arm), const IN_CLASSC_NSHIFT = 8
29086pkg syscall (linux-arm), const IN_CLOEXEC = 524288
29087pkg syscall (linux-arm), const IN_CLOSE = 24
29088pkg syscall (linux-arm), const IN_CLOSE_NOWRITE = 16
29089pkg syscall (linux-arm), const IN_CLOSE_WRITE = 8
29090pkg syscall (linux-arm), const IN_CREATE = 256
29091pkg syscall (linux-arm), const IN_DELETE = 512
29092pkg syscall (linux-arm), const IN_DELETE_SELF = 1024
29093pkg syscall (linux-arm), const IN_DONT_FOLLOW = 33554432
29094pkg syscall (linux-arm), const IN_EXCL_UNLINK = 67108864
29095pkg syscall (linux-arm), const IN_IGNORED = 32768
29096pkg syscall (linux-arm), const IN_ISDIR = 1073741824
29097pkg syscall (linux-arm), const IN_LOOPBACKNET = 127
29098pkg syscall (linux-arm), const IN_MASK_ADD = 536870912
29099pkg syscall (linux-arm), const IN_MODIFY = 2
29100pkg syscall (linux-arm), const IN_MOVE = 192
29101pkg syscall (linux-arm), const IN_MOVED_FROM = 64
29102pkg syscall (linux-arm), const IN_MOVED_TO = 128
29103pkg syscall (linux-arm), const IN_MOVE_SELF = 2048
29104pkg syscall (linux-arm), const IN_NONBLOCK = 2048
29105pkg syscall (linux-arm), const IN_ONESHOT = 2147483648
29106pkg syscall (linux-arm), const IN_ONLYDIR = 16777216
29107pkg syscall (linux-arm), const IN_OPEN = 32
29108pkg syscall (linux-arm), const IN_Q_OVERFLOW = 16384
29109pkg syscall (linux-arm), const IN_UNMOUNT = 8192
29110pkg syscall (linux-arm), const IPPROTO_AH = 51
29111pkg syscall (linux-arm), const IPPROTO_COMP = 108
29112pkg syscall (linux-arm), const IPPROTO_DCCP = 33
29113pkg syscall (linux-arm), const IPPROTO_DSTOPTS = 60
29114pkg syscall (linux-arm), const IPPROTO_EGP = 8
29115pkg syscall (linux-arm), const IPPROTO_ENCAP = 98
29116pkg syscall (linux-arm), const IPPROTO_ESP = 50
29117pkg syscall (linux-arm), const IPPROTO_FRAGMENT = 44
29118pkg syscall (linux-arm), const IPPROTO_GRE = 47
29119pkg syscall (linux-arm), const IPPROTO_HOPOPTS = 0
29120pkg syscall (linux-arm), const IPPROTO_ICMP = 1
29121pkg syscall (linux-arm), const IPPROTO_ICMPV6 = 58
29122pkg syscall (linux-arm), const IPPROTO_IDP = 22
29123pkg syscall (linux-arm), const IPPROTO_IGMP = 2
29124pkg syscall (linux-arm), const IPPROTO_IPIP = 4
29125pkg syscall (linux-arm), const IPPROTO_MTP = 92
29126pkg syscall (linux-arm), const IPPROTO_NONE = 59
29127pkg syscall (linux-arm), const IPPROTO_PIM = 103
29128pkg syscall (linux-arm), const IPPROTO_PUP = 12
29129pkg syscall (linux-arm), const IPPROTO_RAW = 255
29130pkg syscall (linux-arm), const IPPROTO_ROUTING = 43
29131pkg syscall (linux-arm), const IPPROTO_RSVP = 46
29132pkg syscall (linux-arm), const IPPROTO_SCTP = 132
29133pkg syscall (linux-arm), const IPPROTO_TP = 29
29134pkg syscall (linux-arm), const IPPROTO_UDPLITE = 136
29135pkg syscall (linux-arm), const IPV6_2292DSTOPTS = 4
29136pkg syscall (linux-arm), const IPV6_2292HOPLIMIT = 8
29137pkg syscall (linux-arm), const IPV6_2292HOPOPTS = 3
29138pkg syscall (linux-arm), const IPV6_2292PKTINFO = 2
29139pkg syscall (linux-arm), const IPV6_2292PKTOPTIONS = 6
29140pkg syscall (linux-arm), const IPV6_2292RTHDR = 5
29141pkg syscall (linux-arm), const IPV6_ADDRFORM = 1
29142pkg syscall (linux-arm), const IPV6_ADD_MEMBERSHIP = 20
29143pkg syscall (linux-arm), const IPV6_AUTHHDR = 10
29144pkg syscall (linux-arm), const IPV6_CHECKSUM = 7
29145pkg syscall (linux-arm), const IPV6_DROP_MEMBERSHIP = 21
29146pkg syscall (linux-arm), const IPV6_DSTOPTS = 59
29147pkg syscall (linux-arm), const IPV6_HOPLIMIT = 52
29148pkg syscall (linux-arm), const IPV6_HOPOPTS = 54
29149pkg syscall (linux-arm), const IPV6_IPSEC_POLICY = 34
29150pkg syscall (linux-arm), const IPV6_JOIN_ANYCAST = 27
29151pkg syscall (linux-arm), const IPV6_JOIN_GROUP = 20
29152pkg syscall (linux-arm), const IPV6_LEAVE_ANYCAST = 28
29153pkg syscall (linux-arm), const IPV6_LEAVE_GROUP = 21
29154pkg syscall (linux-arm), const IPV6_MTU = 24
29155pkg syscall (linux-arm), const IPV6_MTU_DISCOVER = 23
29156pkg syscall (linux-arm), const IPV6_MULTICAST_HOPS = 18
29157pkg syscall (linux-arm), const IPV6_MULTICAST_IF = 17
29158pkg syscall (linux-arm), const IPV6_MULTICAST_LOOP = 19
29159pkg syscall (linux-arm), const IPV6_NEXTHOP = 9
29160pkg syscall (linux-arm), const IPV6_PKTINFO = 50
29161pkg syscall (linux-arm), const IPV6_PMTUDISC_DO = 2
29162pkg syscall (linux-arm), const IPV6_PMTUDISC_DONT = 0
29163pkg syscall (linux-arm), const IPV6_PMTUDISC_PROBE = 3
29164pkg syscall (linux-arm), const IPV6_PMTUDISC_WANT = 1
29165pkg syscall (linux-arm), const IPV6_RECVDSTOPTS = 58
29166pkg syscall (linux-arm), const IPV6_RECVERR = 25
29167pkg syscall (linux-arm), const IPV6_RECVHOPLIMIT = 51
29168pkg syscall (linux-arm), const IPV6_RECVHOPOPTS = 53
29169pkg syscall (linux-arm), const IPV6_RECVPKTINFO = 49
29170pkg syscall (linux-arm), const IPV6_RECVRTHDR = 56
29171pkg syscall (linux-arm), const IPV6_RECVTCLASS = 66
29172pkg syscall (linux-arm), const IPV6_ROUTER_ALERT = 22
29173pkg syscall (linux-arm), const IPV6_RTHDR = 57
29174pkg syscall (linux-arm), const IPV6_RTHDRDSTOPTS = 55
29175pkg syscall (linux-arm), const IPV6_RTHDR_LOOSE = 0
29176pkg syscall (linux-arm), const IPV6_RTHDR_STRICT = 1
29177pkg syscall (linux-arm), const IPV6_RTHDR_TYPE_0 = 0
29178pkg syscall (linux-arm), const IPV6_RXDSTOPTS = 59
29179pkg syscall (linux-arm), const IPV6_RXHOPOPTS = 54
29180pkg syscall (linux-arm), const IPV6_TCLASS = 67
29181pkg syscall (linux-arm), const IPV6_UNICAST_HOPS = 16
29182pkg syscall (linux-arm), const IPV6_V6ONLY = 26
29183pkg syscall (linux-arm), const IPV6_XFRM_POLICY = 35
29184pkg syscall (linux-arm), const IP_ADD_MEMBERSHIP = 35
29185pkg syscall (linux-arm), const IP_ADD_SOURCE_MEMBERSHIP = 39
29186pkg syscall (linux-arm), const IP_BLOCK_SOURCE = 38
29187pkg syscall (linux-arm), const IP_DEFAULT_MULTICAST_LOOP = 1
29188pkg syscall (linux-arm), const IP_DEFAULT_MULTICAST_TTL = 1
29189pkg syscall (linux-arm), const IP_DF = 16384
29190pkg syscall (linux-arm), const IP_DROP_MEMBERSHIP = 36
29191pkg syscall (linux-arm), const IP_DROP_SOURCE_MEMBERSHIP = 40
29192pkg syscall (linux-arm), const IP_FREEBIND = 15
29193pkg syscall (linux-arm), const IP_HDRINCL = 3
29194pkg syscall (linux-arm), const IP_IPSEC_POLICY = 16
29195pkg syscall (linux-arm), const IP_MAXPACKET = 65535
29196pkg syscall (linux-arm), const IP_MAX_MEMBERSHIPS = 20
29197pkg syscall (linux-arm), const IP_MF = 8192
29198pkg syscall (linux-arm), const IP_MINTTL = 21
29199pkg syscall (linux-arm), const IP_MSFILTER = 41
29200pkg syscall (linux-arm), const IP_MSS = 576
29201pkg syscall (linux-arm), const IP_MTU = 14
29202pkg syscall (linux-arm), const IP_MTU_DISCOVER = 10
29203pkg syscall (linux-arm), const IP_MULTICAST_IF = 32
29204pkg syscall (linux-arm), const IP_MULTICAST_LOOP = 34
29205pkg syscall (linux-arm), const IP_MULTICAST_TTL = 33
29206pkg syscall (linux-arm), const IP_OFFMASK = 8191
29207pkg syscall (linux-arm), const IP_OPTIONS = 4
29208pkg syscall (linux-arm), const IP_ORIGDSTADDR = 20
29209pkg syscall (linux-arm), const IP_PASSSEC = 18
29210pkg syscall (linux-arm), const IP_PKTINFO = 8
29211pkg syscall (linux-arm), const IP_PKTOPTIONS = 9
29212pkg syscall (linux-arm), const IP_PMTUDISC = 10
29213pkg syscall (linux-arm), const IP_PMTUDISC_DO = 2
29214pkg syscall (linux-arm), const IP_PMTUDISC_DONT = 0
29215pkg syscall (linux-arm), const IP_PMTUDISC_PROBE = 3
29216pkg syscall (linux-arm), const IP_PMTUDISC_WANT = 1
29217pkg syscall (linux-arm), const IP_RECVERR = 11
29218pkg syscall (linux-arm), const IP_RECVOPTS = 6
29219pkg syscall (linux-arm), const IP_RECVORIGDSTADDR = 20
29220pkg syscall (linux-arm), const IP_RECVRETOPTS = 7
29221pkg syscall (linux-arm), const IP_RECVTOS = 13
29222pkg syscall (linux-arm), const IP_RECVTTL = 12
29223pkg syscall (linux-arm), const IP_RETOPTS = 7
29224pkg syscall (linux-arm), const IP_RF = 32768
29225pkg syscall (linux-arm), const IP_ROUTER_ALERT = 5
29226pkg syscall (linux-arm), const IP_TOS = 1
29227pkg syscall (linux-arm), const IP_TRANSPARENT = 19
29228pkg syscall (linux-arm), const IP_TTL = 2
29229pkg syscall (linux-arm), const IP_UNBLOCK_SOURCE = 37
29230pkg syscall (linux-arm), const IP_XFRM_POLICY = 17
29231pkg syscall (linux-arm), const ISIG = 1
29232pkg syscall (linux-arm), const ISTRIP = 32
29233pkg syscall (linux-arm), const IUCLC = 512
29234pkg syscall (linux-arm), const IUTF8 = 16384
29235pkg syscall (linux-arm), const IXANY = 2048
29236pkg syscall (linux-arm), const IXOFF = 4096
29237pkg syscall (linux-arm), const IXON = 1024
29238pkg syscall (linux-arm), const ImplementsGetwd = true
29239pkg syscall (linux-arm), const LINUX_REBOOT_CMD_CAD_OFF = 0
29240pkg syscall (linux-arm), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
29241pkg syscall (linux-arm), const LINUX_REBOOT_CMD_HALT = 3454992675
29242pkg syscall (linux-arm), const LINUX_REBOOT_CMD_KEXEC = 1163412803
29243pkg syscall (linux-arm), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
29244pkg syscall (linux-arm), const LINUX_REBOOT_CMD_RESTART = 19088743
29245pkg syscall (linux-arm), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
29246pkg syscall (linux-arm), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
29247pkg syscall (linux-arm), const LINUX_REBOOT_MAGIC1 = 4276215469
29248pkg syscall (linux-arm), const LINUX_REBOOT_MAGIC2 = 672274793
29249pkg syscall (linux-arm), const LOCK_EX = 2
29250pkg syscall (linux-arm), const LOCK_NB = 4
29251pkg syscall (linux-arm), const LOCK_SH = 1
29252pkg syscall (linux-arm), const LOCK_UN = 8
29253pkg syscall (linux-arm), const MADV_DOFORK = 11
29254pkg syscall (linux-arm), const MADV_DONTFORK = 10
29255pkg syscall (linux-arm), const MADV_DONTNEED = 4
29256pkg syscall (linux-arm), const MADV_HUGEPAGE = 14
29257pkg syscall (linux-arm), const MADV_HWPOISON = 100
29258pkg syscall (linux-arm), const MADV_MERGEABLE = 12
29259pkg syscall (linux-arm), const MADV_NOHUGEPAGE = 15
29260pkg syscall (linux-arm), const MADV_NORMAL = 0
29261pkg syscall (linux-arm), const MADV_RANDOM = 1
29262pkg syscall (linux-arm), const MADV_REMOVE = 9
29263pkg syscall (linux-arm), const MADV_SEQUENTIAL = 2
29264pkg syscall (linux-arm), const MADV_UNMERGEABLE = 13
29265pkg syscall (linux-arm), const MADV_WILLNEED = 3
29266pkg syscall (linux-arm), const MAP_ANON = 32
29267pkg syscall (linux-arm), const MAP_ANONYMOUS = 32
29268pkg syscall (linux-arm), const MAP_DENYWRITE = 2048
29269pkg syscall (linux-arm), const MAP_EXECUTABLE = 4096
29270pkg syscall (linux-arm), const MAP_FILE = 0
29271pkg syscall (linux-arm), const MAP_FIXED = 16
29272pkg syscall (linux-arm), const MAP_GROWSDOWN = 256
29273pkg syscall (linux-arm), const MAP_LOCKED = 8192
29274pkg syscall (linux-arm), const MAP_NONBLOCK = 65536
29275pkg syscall (linux-arm), const MAP_NORESERVE = 16384
29276pkg syscall (linux-arm), const MAP_POPULATE = 32768
29277pkg syscall (linux-arm), const MAP_PRIVATE = 2
29278pkg syscall (linux-arm), const MAP_SHARED = 1
29279pkg syscall (linux-arm), const MAP_TYPE = 15
29280pkg syscall (linux-arm), const MCL_CURRENT = 1
29281pkg syscall (linux-arm), const MCL_FUTURE = 2
29282pkg syscall (linux-arm), const MNT_DETACH = 2
29283pkg syscall (linux-arm), const MNT_EXPIRE = 4
29284pkg syscall (linux-arm), const MNT_FORCE = 1
29285pkg syscall (linux-arm), const MSG_CMSG_CLOEXEC = 1073741824
29286pkg syscall (linux-arm), const MSG_CONFIRM = 2048
29287pkg syscall (linux-arm), const MSG_CTRUNC = 8
29288pkg syscall (linux-arm), const MSG_DONTROUTE = 4
29289pkg syscall (linux-arm), const MSG_DONTWAIT = 64
29290pkg syscall (linux-arm), const MSG_EOR = 128
29291pkg syscall (linux-arm), const MSG_ERRQUEUE = 8192
29292pkg syscall (linux-arm), const MSG_FASTOPEN = 536870912
29293pkg syscall (linux-arm), const MSG_FASTOPEN ideal-int
29294pkg syscall (linux-arm), const MSG_FIN = 512
29295pkg syscall (linux-arm), const MSG_MORE = 32768
29296pkg syscall (linux-arm), const MSG_NOSIGNAL = 16384
29297pkg syscall (linux-arm), const MSG_OOB = 1
29298pkg syscall (linux-arm), const MSG_PEEK = 2
29299pkg syscall (linux-arm), const MSG_PROXY = 16
29300pkg syscall (linux-arm), const MSG_RST = 4096
29301pkg syscall (linux-arm), const MSG_SYN = 1024
29302pkg syscall (linux-arm), const MSG_TRUNC = 32
29303pkg syscall (linux-arm), const MSG_TRYHARD = 4
29304pkg syscall (linux-arm), const MSG_WAITALL = 256
29305pkg syscall (linux-arm), const MSG_WAITFORONE = 65536
29306pkg syscall (linux-arm), const MS_ACTIVE = 1073741824
29307pkg syscall (linux-arm), const MS_ASYNC = 1
29308pkg syscall (linux-arm), const MS_BIND = 4096
29309pkg syscall (linux-arm), const MS_DIRSYNC = 128
29310pkg syscall (linux-arm), const MS_INVALIDATE = 2
29311pkg syscall (linux-arm), const MS_I_VERSION = 8388608
29312pkg syscall (linux-arm), const MS_KERNMOUNT = 4194304
29313pkg syscall (linux-arm), const MS_MANDLOCK = 64
29314pkg syscall (linux-arm), const MS_MGC_MSK = 4294901760
29315pkg syscall (linux-arm), const MS_MGC_VAL = 3236757504
29316pkg syscall (linux-arm), const MS_MOVE = 8192
29317pkg syscall (linux-arm), const MS_NOATIME = 1024
29318pkg syscall (linux-arm), const MS_NODEV = 4
29319pkg syscall (linux-arm), const MS_NODIRATIME = 2048
29320pkg syscall (linux-arm), const MS_NOEXEC = 8
29321pkg syscall (linux-arm), const MS_NOSUID = 2
29322pkg syscall (linux-arm), const MS_NOUSER = -2147483648
29323pkg syscall (linux-arm), const MS_POSIXACL = 65536
29324pkg syscall (linux-arm), const MS_PRIVATE = 262144
29325pkg syscall (linux-arm), const MS_RDONLY = 1
29326pkg syscall (linux-arm), const MS_REC = 16384
29327pkg syscall (linux-arm), const MS_RELATIME = 2097152
29328pkg syscall (linux-arm), const MS_REMOUNT = 32
29329pkg syscall (linux-arm), const MS_RMT_MASK = 8388689
29330pkg syscall (linux-arm), const MS_SHARED = 1048576
29331pkg syscall (linux-arm), const MS_SILENT = 32768
29332pkg syscall (linux-arm), const MS_SLAVE = 524288
29333pkg syscall (linux-arm), const MS_STRICTATIME = 16777216
29334pkg syscall (linux-arm), const MS_SYNC = 4
29335pkg syscall (linux-arm), const MS_SYNCHRONOUS = 16
29336pkg syscall (linux-arm), const MS_UNBINDABLE = 131072
29337pkg syscall (linux-arm), const NAME_MAX = 255
29338pkg syscall (linux-arm), const NETLINK_ADD_MEMBERSHIP = 1
29339pkg syscall (linux-arm), const NETLINK_AUDIT = 9
29340pkg syscall (linux-arm), const NETLINK_BROADCAST_ERROR = 4
29341pkg syscall (linux-arm), const NETLINK_CONNECTOR = 11
29342pkg syscall (linux-arm), const NETLINK_DNRTMSG = 14
29343pkg syscall (linux-arm), const NETLINK_DROP_MEMBERSHIP = 2
29344pkg syscall (linux-arm), const NETLINK_ECRYPTFS = 19
29345pkg syscall (linux-arm), const NETLINK_FIB_LOOKUP = 10
29346pkg syscall (linux-arm), const NETLINK_FIREWALL = 3
29347pkg syscall (linux-arm), const NETLINK_GENERIC = 16
29348pkg syscall (linux-arm), const NETLINK_INET_DIAG = 4
29349pkg syscall (linux-arm), const NETLINK_IP6_FW = 13
29350pkg syscall (linux-arm), const NETLINK_ISCSI = 8
29351pkg syscall (linux-arm), const NETLINK_KOBJECT_UEVENT = 15
29352pkg syscall (linux-arm), const NETLINK_NETFILTER = 12
29353pkg syscall (linux-arm), const NETLINK_NFLOG = 5
29354pkg syscall (linux-arm), const NETLINK_NO_ENOBUFS = 5
29355pkg syscall (linux-arm), const NETLINK_PKTINFO = 3
29356pkg syscall (linux-arm), const NETLINK_RDMA = 20
29357pkg syscall (linux-arm), const NETLINK_ROUTE = 0
29358pkg syscall (linux-arm), const NETLINK_SCSITRANSPORT = 18
29359pkg syscall (linux-arm), const NETLINK_SELINUX = 7
29360pkg syscall (linux-arm), const NETLINK_UNUSED = 1
29361pkg syscall (linux-arm), const NETLINK_USERSOCK = 2
29362pkg syscall (linux-arm), const NETLINK_XFRM = 6
29363pkg syscall (linux-arm), const NLA_ALIGNTO = 4
29364pkg syscall (linux-arm), const NLA_F_NESTED = 32768
29365pkg syscall (linux-arm), const NLA_F_NET_BYTEORDER = 16384
29366pkg syscall (linux-arm), const NLA_HDRLEN = 4
29367pkg syscall (linux-arm), const NLMSG_ALIGNTO = 4
29368pkg syscall (linux-arm), const NLMSG_DONE = 3
29369pkg syscall (linux-arm), const NLMSG_ERROR = 2
29370pkg syscall (linux-arm), const NLMSG_HDRLEN = 16
29371pkg syscall (linux-arm), const NLMSG_MIN_TYPE = 16
29372pkg syscall (linux-arm), const NLMSG_NOOP = 1
29373pkg syscall (linux-arm), const NLMSG_OVERRUN = 4
29374pkg syscall (linux-arm), const NLM_F_ACK = 4
29375pkg syscall (linux-arm), const NLM_F_APPEND = 2048
29376pkg syscall (linux-arm), const NLM_F_ATOMIC = 1024
29377pkg syscall (linux-arm), const NLM_F_CREATE = 1024
29378pkg syscall (linux-arm), const NLM_F_DUMP = 768
29379pkg syscall (linux-arm), const NLM_F_ECHO = 8
29380pkg syscall (linux-arm), const NLM_F_EXCL = 512
29381pkg syscall (linux-arm), const NLM_F_MATCH = 512
29382pkg syscall (linux-arm), const NLM_F_MULTI = 2
29383pkg syscall (linux-arm), const NLM_F_REPLACE = 256
29384pkg syscall (linux-arm), const NLM_F_REQUEST = 1
29385pkg syscall (linux-arm), const NLM_F_ROOT = 256
29386pkg syscall (linux-arm), const NOFLSH = 128
29387pkg syscall (linux-arm), const OCRNL = 8
29388pkg syscall (linux-arm), const OFDEL = 128
29389pkg syscall (linux-arm), const OFILL = 64
29390pkg syscall (linux-arm), const OLCUC = 2
29391pkg syscall (linux-arm), const ONLCR = 4
29392pkg syscall (linux-arm), const ONLRET = 32
29393pkg syscall (linux-arm), const ONOCR = 16
29394pkg syscall (linux-arm), const OPOST = 1
29395pkg syscall (linux-arm), const O_ACCMODE = 3
29396pkg syscall (linux-arm), const O_APPEND = 1024
29397pkg syscall (linux-arm), const O_ASYNC = 8192
29398pkg syscall (linux-arm), const O_CLOEXEC = 524288
29399pkg syscall (linux-arm), const O_CREAT = 64
29400pkg syscall (linux-arm), const O_DIRECT = 65536
29401pkg syscall (linux-arm), const O_DIRECTORY = 16384
29402pkg syscall (linux-arm), const O_DSYNC = 4096
29403pkg syscall (linux-arm), const O_EXCL = 128
29404pkg syscall (linux-arm), const O_FSYNC = 4096
29405pkg syscall (linux-arm), const O_LARGEFILE = 131072
29406pkg syscall (linux-arm), const O_NDELAY = 2048
29407pkg syscall (linux-arm), const O_NOATIME = 262144
29408pkg syscall (linux-arm), const O_NOCTTY = 256
29409pkg syscall (linux-arm), const O_NOFOLLOW = 32768
29410pkg syscall (linux-arm), const O_NONBLOCK = 2048
29411pkg syscall (linux-arm), const O_RSYNC = 4096
29412pkg syscall (linux-arm), const O_SYNC = 4096
29413pkg syscall (linux-arm), const O_TRUNC = 512
29414pkg syscall (linux-arm), const PACKET_ADD_MEMBERSHIP = 1
29415pkg syscall (linux-arm), const PACKET_BROADCAST = 1
29416pkg syscall (linux-arm), const PACKET_DROP_MEMBERSHIP = 2
29417pkg syscall (linux-arm), const PACKET_FASTROUTE = 6
29418pkg syscall (linux-arm), const PACKET_HOST = 0
29419pkg syscall (linux-arm), const PACKET_LOOPBACK = 5
29420pkg syscall (linux-arm), const PACKET_MR_ALLMULTI = 2
29421pkg syscall (linux-arm), const PACKET_MR_MULTICAST = 0
29422pkg syscall (linux-arm), const PACKET_MR_PROMISC = 1
29423pkg syscall (linux-arm), const PACKET_MULTICAST = 2
29424pkg syscall (linux-arm), const PACKET_OTHERHOST = 3
29425pkg syscall (linux-arm), const PACKET_OUTGOING = 4
29426pkg syscall (linux-arm), const PACKET_RECV_OUTPUT = 3
29427pkg syscall (linux-arm), const PACKET_RX_RING = 5
29428pkg syscall (linux-arm), const PACKET_STATISTICS = 6
29429pkg syscall (linux-arm), const PARENB = 256
29430pkg syscall (linux-arm), const PARMRK = 8
29431pkg syscall (linux-arm), const PARODD = 512
29432pkg syscall (linux-arm), const PENDIN = 16384
29433pkg syscall (linux-arm), const PROT_EXEC = 4
29434pkg syscall (linux-arm), const PROT_GROWSDOWN = 16777216
29435pkg syscall (linux-arm), const PROT_GROWSUP = 33554432
29436pkg syscall (linux-arm), const PROT_NONE = 0
29437pkg syscall (linux-arm), const PROT_READ = 1
29438pkg syscall (linux-arm), const PROT_WRITE = 2
29439pkg syscall (linux-arm), const PR_CAPBSET_DROP = 24
29440pkg syscall (linux-arm), const PR_CAPBSET_READ = 23
29441pkg syscall (linux-arm), const PR_CLEAR_SECCOMP_FILTER = 37
29442pkg syscall (linux-arm), const PR_ENDIAN_BIG = 0
29443pkg syscall (linux-arm), const PR_ENDIAN_LITTLE = 1
29444pkg syscall (linux-arm), const PR_ENDIAN_PPC_LITTLE = 2
29445pkg syscall (linux-arm), const PR_FPEMU_NOPRINT = 1
29446pkg syscall (linux-arm), const PR_FPEMU_SIGFPE = 2
29447pkg syscall (linux-arm), const PR_FP_EXC_ASYNC = 2
29448pkg syscall (linux-arm), const PR_FP_EXC_DISABLED = 0
29449pkg syscall (linux-arm), const PR_FP_EXC_DIV = 65536
29450pkg syscall (linux-arm), const PR_FP_EXC_INV = 1048576
29451pkg syscall (linux-arm), const PR_FP_EXC_NONRECOV = 1
29452pkg syscall (linux-arm), const PR_FP_EXC_OVF = 131072
29453pkg syscall (linux-arm), const PR_FP_EXC_PRECISE = 3
29454pkg syscall (linux-arm), const PR_FP_EXC_RES = 524288
29455pkg syscall (linux-arm), const PR_FP_EXC_SW_ENABLE = 128
29456pkg syscall (linux-arm), const PR_FP_EXC_UND = 262144
29457pkg syscall (linux-arm), const PR_GET_DUMPABLE = 3
29458pkg syscall (linux-arm), const PR_GET_ENDIAN = 19
29459pkg syscall (linux-arm), const PR_GET_FPEMU = 9
29460pkg syscall (linux-arm), const PR_GET_FPEXC = 11
29461pkg syscall (linux-arm), const PR_GET_KEEPCAPS = 7
29462pkg syscall (linux-arm), const PR_GET_NAME = 16
29463pkg syscall (linux-arm), const PR_GET_PDEATHSIG = 2
29464pkg syscall (linux-arm), const PR_GET_SECCOMP = 21
29465pkg syscall (linux-arm), const PR_GET_SECCOMP_FILTER = 35
29466pkg syscall (linux-arm), const PR_GET_SECUREBITS = 27
29467pkg syscall (linux-arm), const PR_GET_TIMERSLACK = 30
29468pkg syscall (linux-arm), const PR_GET_TIMING = 13
29469pkg syscall (linux-arm), const PR_GET_TSC = 25
29470pkg syscall (linux-arm), const PR_GET_UNALIGN = 5
29471pkg syscall (linux-arm), const PR_MCE_KILL = 33
29472pkg syscall (linux-arm), const PR_MCE_KILL_CLEAR = 0
29473pkg syscall (linux-arm), const PR_MCE_KILL_DEFAULT = 2
29474pkg syscall (linux-arm), const PR_MCE_KILL_EARLY = 1
29475pkg syscall (linux-arm), const PR_MCE_KILL_GET = 34
29476pkg syscall (linux-arm), const PR_MCE_KILL_LATE = 0
29477pkg syscall (linux-arm), const PR_MCE_KILL_SET = 1
29478pkg syscall (linux-arm), const PR_SECCOMP_FILTER_EVENT = 1
29479pkg syscall (linux-arm), const PR_SECCOMP_FILTER_SYSCALL = 0
29480pkg syscall (linux-arm), const PR_SET_DUMPABLE = 4
29481pkg syscall (linux-arm), const PR_SET_ENDIAN = 20
29482pkg syscall (linux-arm), const PR_SET_FPEMU = 10
29483pkg syscall (linux-arm), const PR_SET_FPEXC = 12
29484pkg syscall (linux-arm), const PR_SET_KEEPCAPS = 8
29485pkg syscall (linux-arm), const PR_SET_NAME = 15
29486pkg syscall (linux-arm), const PR_SET_PDEATHSIG = 1
29487pkg syscall (linux-arm), const PR_SET_PTRACER = 1499557217
29488pkg syscall (linux-arm), const PR_SET_SECCOMP = 22
29489pkg syscall (linux-arm), const PR_SET_SECCOMP_FILTER = 36
29490pkg syscall (linux-arm), const PR_SET_SECUREBITS = 28
29491pkg syscall (linux-arm), const PR_SET_TIMERSLACK = 29
29492pkg syscall (linux-arm), const PR_SET_TIMING = 14
29493pkg syscall (linux-arm), const PR_SET_TSC = 26
29494pkg syscall (linux-arm), const PR_SET_UNALIGN = 6
29495pkg syscall (linux-arm), const PR_TASK_PERF_EVENTS_DISABLE = 31
29496pkg syscall (linux-arm), const PR_TASK_PERF_EVENTS_ENABLE = 32
29497pkg syscall (linux-arm), const PR_TIMING_STATISTICAL = 0
29498pkg syscall (linux-arm), const PR_TIMING_TIMESTAMP = 1
29499pkg syscall (linux-arm), const PR_TSC_ENABLE = 1
29500pkg syscall (linux-arm), const PR_TSC_SIGSEGV = 2
29501pkg syscall (linux-arm), const PR_UNALIGN_NOPRINT = 1
29502pkg syscall (linux-arm), const PR_UNALIGN_SIGBUS = 2
29503pkg syscall (linux-arm), const PTRACE_ATTACH = 16
29504pkg syscall (linux-arm), const PTRACE_CONT = 7
29505pkg syscall (linux-arm), const PTRACE_DETACH = 17
29506pkg syscall (linux-arm), const PTRACE_EVENT_CLONE = 3
29507pkg syscall (linux-arm), const PTRACE_EVENT_EXEC = 4
29508pkg syscall (linux-arm), const PTRACE_EVENT_EXIT = 6
29509pkg syscall (linux-arm), const PTRACE_EVENT_FORK = 1
29510pkg syscall (linux-arm), const PTRACE_EVENT_VFORK = 2
29511pkg syscall (linux-arm), const PTRACE_EVENT_VFORK_DONE = 5
29512pkg syscall (linux-arm), const PTRACE_GETCRUNCHREGS = 25
29513pkg syscall (linux-arm), const PTRACE_GETEVENTMSG = 16897
29514pkg syscall (linux-arm), const PTRACE_GETFPREGS = 14
29515pkg syscall (linux-arm), const PTRACE_GETHBPREGS = 29
29516pkg syscall (linux-arm), const PTRACE_GETREGS = 12
29517pkg syscall (linux-arm), const PTRACE_GETREGSET = 16900
29518pkg syscall (linux-arm), const PTRACE_GETSIGINFO = 16898
29519pkg syscall (linux-arm), const PTRACE_GETVFPREGS = 27
29520pkg syscall (linux-arm), const PTRACE_GETWMMXREGS = 18
29521pkg syscall (linux-arm), const PTRACE_GET_THREAD_AREA = 22
29522pkg syscall (linux-arm), const PTRACE_KILL = 8
29523pkg syscall (linux-arm), const PTRACE_OLDSETOPTIONS = 21
29524pkg syscall (linux-arm), const PTRACE_O_MASK = 127
29525pkg syscall (linux-arm), const PTRACE_O_TRACECLONE = 8
29526pkg syscall (linux-arm), const PTRACE_O_TRACEEXEC = 16
29527pkg syscall (linux-arm), const PTRACE_O_TRACEEXIT = 64
29528pkg syscall (linux-arm), const PTRACE_O_TRACEFORK = 2
29529pkg syscall (linux-arm), const PTRACE_O_TRACESYSGOOD = 1
29530pkg syscall (linux-arm), const PTRACE_O_TRACEVFORK = 4
29531pkg syscall (linux-arm), const PTRACE_O_TRACEVFORKDONE = 32
29532pkg syscall (linux-arm), const PTRACE_PEEKDATA = 2
29533pkg syscall (linux-arm), const PTRACE_PEEKTEXT = 1
29534pkg syscall (linux-arm), const PTRACE_PEEKUSR = 3
29535pkg syscall (linux-arm), const PTRACE_POKEDATA = 5
29536pkg syscall (linux-arm), const PTRACE_POKETEXT = 4
29537pkg syscall (linux-arm), const PTRACE_POKEUSR = 6
29538pkg syscall (linux-arm), const PTRACE_SETCRUNCHREGS = 26
29539pkg syscall (linux-arm), const PTRACE_SETFPREGS = 15
29540pkg syscall (linux-arm), const PTRACE_SETHBPREGS = 30
29541pkg syscall (linux-arm), const PTRACE_SETOPTIONS = 16896
29542pkg syscall (linux-arm), const PTRACE_SETREGS = 13
29543pkg syscall (linux-arm), const PTRACE_SETREGSET = 16901
29544pkg syscall (linux-arm), const PTRACE_SETSIGINFO = 16899
29545pkg syscall (linux-arm), const PTRACE_SETVFPREGS = 28
29546pkg syscall (linux-arm), const PTRACE_SETWMMXREGS = 19
29547pkg syscall (linux-arm), const PTRACE_SET_SYSCALL = 23
29548pkg syscall (linux-arm), const PTRACE_SINGLESTEP = 9
29549pkg syscall (linux-arm), const PTRACE_SYSCALL = 24
29550pkg syscall (linux-arm), const PTRACE_TRACEME = 0
29551pkg syscall (linux-arm), const PT_DATA_ADDR = 65540
29552pkg syscall (linux-arm), const PT_TEXT_ADDR = 65536
29553pkg syscall (linux-arm), const PT_TEXT_END_ADDR = 65544
29554pkg syscall (linux-arm), const PathMax = 4096
29555pkg syscall (linux-arm), const RLIMIT_AS = 9
29556pkg syscall (linux-arm), const RLIMIT_CORE = 4
29557pkg syscall (linux-arm), const RLIMIT_CPU = 0
29558pkg syscall (linux-arm), const RLIMIT_DATA = 2
29559pkg syscall (linux-arm), const RLIMIT_FSIZE = 1
29560pkg syscall (linux-arm), const RLIMIT_NOFILE = 7
29561pkg syscall (linux-arm), const RLIMIT_STACK = 3
29562pkg syscall (linux-arm), const RLIM_INFINITY = -1
29563pkg syscall (linux-arm), const RTAX_ADVMSS = 8
29564pkg syscall (linux-arm), const RTAX_CWND = 7
29565pkg syscall (linux-arm), const RTAX_FEATURES = 12
29566pkg syscall (linux-arm), const RTAX_FEATURE_ALLFRAG = 8
29567pkg syscall (linux-arm), const RTAX_FEATURE_ECN = 1
29568pkg syscall (linux-arm), const RTAX_FEATURE_SACK = 2
29569pkg syscall (linux-arm), const RTAX_FEATURE_TIMESTAMP = 4
29570pkg syscall (linux-arm), const RTAX_HOPLIMIT = 10
29571pkg syscall (linux-arm), const RTAX_INITCWND = 11
29572pkg syscall (linux-arm), const RTAX_INITRWND = 14
29573pkg syscall (linux-arm), const RTAX_LOCK = 1
29574pkg syscall (linux-arm), const RTAX_MAX = 14
29575pkg syscall (linux-arm), const RTAX_MTU = 2
29576pkg syscall (linux-arm), const RTAX_REORDERING = 9
29577pkg syscall (linux-arm), const RTAX_RTO_MIN = 13
29578pkg syscall (linux-arm), const RTAX_RTT = 4
29579pkg syscall (linux-arm), const RTAX_RTTVAR = 5
29580pkg syscall (linux-arm), const RTAX_SSTHRESH = 6
29581pkg syscall (linux-arm), const RTAX_UNSPEC = 0
29582pkg syscall (linux-arm), const RTAX_WINDOW = 3
29583pkg syscall (linux-arm), const RTA_ALIGNTO = 4
29584pkg syscall (linux-arm), const RTA_CACHEINFO = 12
29585pkg syscall (linux-arm), const RTA_DST = 1
29586pkg syscall (linux-arm), const RTA_FLOW = 11
29587pkg syscall (linux-arm), const RTA_GATEWAY = 5
29588pkg syscall (linux-arm), const RTA_IIF = 3
29589pkg syscall (linux-arm), const RTA_MAX = 16
29590pkg syscall (linux-arm), const RTA_METRICS = 8
29591pkg syscall (linux-arm), const RTA_MULTIPATH = 9
29592pkg syscall (linux-arm), const RTA_OIF = 4
29593pkg syscall (linux-arm), const RTA_PREFSRC = 7
29594pkg syscall (linux-arm), const RTA_PRIORITY = 6
29595pkg syscall (linux-arm), const RTA_SRC = 2
29596pkg syscall (linux-arm), const RTA_TABLE = 15
29597pkg syscall (linux-arm), const RTA_UNSPEC = 0
29598pkg syscall (linux-arm), const RTCF_DIRECTSRC = 67108864
29599pkg syscall (linux-arm), const RTCF_DOREDIRECT = 16777216
29600pkg syscall (linux-arm), const RTCF_LOG = 33554432
29601pkg syscall (linux-arm), const RTCF_MASQ = 4194304
29602pkg syscall (linux-arm), const RTCF_NAT = 8388608
29603pkg syscall (linux-arm), const RTCF_VALVE = 2097152
29604pkg syscall (linux-arm), const RTF_ADDRCLASSMASK = 4160749568
29605pkg syscall (linux-arm), const RTF_ADDRCONF = 262144
29606pkg syscall (linux-arm), const RTF_ALLONLINK = 131072
29607pkg syscall (linux-arm), const RTF_BROADCAST = 268435456
29608pkg syscall (linux-arm), const RTF_CACHE = 16777216
29609pkg syscall (linux-arm), const RTF_DEFAULT = 65536
29610pkg syscall (linux-arm), const RTF_DYNAMIC = 16
29611pkg syscall (linux-arm), const RTF_FLOW = 33554432
29612pkg syscall (linux-arm), const RTF_GATEWAY = 2
29613pkg syscall (linux-arm), const RTF_HOST = 4
29614pkg syscall (linux-arm), const RTF_INTERFACE = 1073741824
29615pkg syscall (linux-arm), const RTF_IRTT = 256
29616pkg syscall (linux-arm), const RTF_LINKRT = 1048576
29617pkg syscall (linux-arm), const RTF_LOCAL = 2147483648
29618pkg syscall (linux-arm), const RTF_MODIFIED = 32
29619pkg syscall (linux-arm), const RTF_MSS = 64
29620pkg syscall (linux-arm), const RTF_MTU = 64
29621pkg syscall (linux-arm), const RTF_MULTICAST = 536870912
29622pkg syscall (linux-arm), const RTF_NAT = 134217728
29623pkg syscall (linux-arm), const RTF_NOFORWARD = 4096
29624pkg syscall (linux-arm), const RTF_NONEXTHOP = 2097152
29625pkg syscall (linux-arm), const RTF_NOPMTUDISC = 16384
29626pkg syscall (linux-arm), const RTF_POLICY = 67108864
29627pkg syscall (linux-arm), const RTF_REINSTATE = 8
29628pkg syscall (linux-arm), const RTF_REJECT = 512
29629pkg syscall (linux-arm), const RTF_STATIC = 1024
29630pkg syscall (linux-arm), const RTF_THROW = 8192
29631pkg syscall (linux-arm), const RTF_UP = 1
29632pkg syscall (linux-arm), const RTF_WINDOW = 128
29633pkg syscall (linux-arm), const RTF_XRESOLVE = 2048
29634pkg syscall (linux-arm), const RTM_BASE = 16
29635pkg syscall (linux-arm), const RTM_DELACTION = 49
29636pkg syscall (linux-arm), const RTM_DELADDR = 21
29637pkg syscall (linux-arm), const RTM_DELADDRLABEL = 73
29638pkg syscall (linux-arm), const RTM_DELLINK = 17
29639pkg syscall (linux-arm), const RTM_DELNEIGH = 29
29640pkg syscall (linux-arm), const RTM_DELQDISC = 37
29641pkg syscall (linux-arm), const RTM_DELROUTE = 25
29642pkg syscall (linux-arm), const RTM_DELRULE = 33
29643pkg syscall (linux-arm), const RTM_DELTCLASS = 41
29644pkg syscall (linux-arm), const RTM_DELTFILTER = 45
29645pkg syscall (linux-arm), const RTM_F_CLONED = 512
29646pkg syscall (linux-arm), const RTM_F_EQUALIZE = 1024
29647pkg syscall (linux-arm), const RTM_F_NOTIFY = 256
29648pkg syscall (linux-arm), const RTM_F_PREFIX = 2048
29649pkg syscall (linux-arm), const RTM_GETACTION = 50
29650pkg syscall (linux-arm), const RTM_GETADDR = 22
29651pkg syscall (linux-arm), const RTM_GETADDRLABEL = 74
29652pkg syscall (linux-arm), const RTM_GETANYCAST = 62
29653pkg syscall (linux-arm), const RTM_GETDCB = 78
29654pkg syscall (linux-arm), const RTM_GETLINK = 18
29655pkg syscall (linux-arm), const RTM_GETMULTICAST = 58
29656pkg syscall (linux-arm), const RTM_GETNEIGH = 30
29657pkg syscall (linux-arm), const RTM_GETNEIGHTBL = 66
29658pkg syscall (linux-arm), const RTM_GETQDISC = 38
29659pkg syscall (linux-arm), const RTM_GETROUTE = 26
29660pkg syscall (linux-arm), const RTM_GETRULE = 34
29661pkg syscall (linux-arm), const RTM_GETTCLASS = 42
29662pkg syscall (linux-arm), const RTM_GETTFILTER = 46
29663pkg syscall (linux-arm), const RTM_MAX = 79
29664pkg syscall (linux-arm), const RTM_NEWACTION = 48
29665pkg syscall (linux-arm), const RTM_NEWADDR = 20
29666pkg syscall (linux-arm), const RTM_NEWADDRLABEL = 72
29667pkg syscall (linux-arm), const RTM_NEWLINK = 16
29668pkg syscall (linux-arm), const RTM_NEWNDUSEROPT = 68
29669pkg syscall (linux-arm), const RTM_NEWNEIGH = 28
29670pkg syscall (linux-arm), const RTM_NEWNEIGHTBL = 64
29671pkg syscall (linux-arm), const RTM_NEWPREFIX = 52
29672pkg syscall (linux-arm), const RTM_NEWQDISC = 36
29673pkg syscall (linux-arm), const RTM_NEWROUTE = 24
29674pkg syscall (linux-arm), const RTM_NEWRULE = 32
29675pkg syscall (linux-arm), const RTM_NEWTCLASS = 40
29676pkg syscall (linux-arm), const RTM_NEWTFILTER = 44
29677pkg syscall (linux-arm), const RTM_NR_FAMILIES = 16
29678pkg syscall (linux-arm), const RTM_NR_MSGTYPES = 64
29679pkg syscall (linux-arm), const RTM_SETDCB = 79
29680pkg syscall (linux-arm), const RTM_SETLINK = 19
29681pkg syscall (linux-arm), const RTM_SETNEIGHTBL = 67
29682pkg syscall (linux-arm), const RTNH_ALIGNTO = 4
29683pkg syscall (linux-arm), const RTNH_F_DEAD = 1
29684pkg syscall (linux-arm), const RTNH_F_ONLINK = 4
29685pkg syscall (linux-arm), const RTNH_F_PERVASIVE = 2
29686pkg syscall (linux-arm), const RTNLGRP_IPV4_IFADDR = 5
29687pkg syscall (linux-arm), const RTNLGRP_IPV4_IFADDR ideal-int
29688pkg syscall (linux-arm), const RTNLGRP_IPV4_MROUTE = 6
29689pkg syscall (linux-arm), const RTNLGRP_IPV4_MROUTE ideal-int
29690pkg syscall (linux-arm), const RTNLGRP_IPV4_ROUTE = 7
29691pkg syscall (linux-arm), const RTNLGRP_IPV4_ROUTE ideal-int
29692pkg syscall (linux-arm), const RTNLGRP_IPV4_RULE = 8
29693pkg syscall (linux-arm), const RTNLGRP_IPV4_RULE ideal-int
29694pkg syscall (linux-arm), const RTNLGRP_IPV6_IFADDR = 9
29695pkg syscall (linux-arm), const RTNLGRP_IPV6_IFADDR ideal-int
29696pkg syscall (linux-arm), const RTNLGRP_IPV6_IFINFO = 12
29697pkg syscall (linux-arm), const RTNLGRP_IPV6_IFINFO ideal-int
29698pkg syscall (linux-arm), const RTNLGRP_IPV6_MROUTE = 10
29699pkg syscall (linux-arm), const RTNLGRP_IPV6_MROUTE ideal-int
29700pkg syscall (linux-arm), const RTNLGRP_IPV6_PREFIX = 18
29701pkg syscall (linux-arm), const RTNLGRP_IPV6_PREFIX ideal-int
29702pkg syscall (linux-arm), const RTNLGRP_IPV6_ROUTE = 11
29703pkg syscall (linux-arm), const RTNLGRP_IPV6_ROUTE ideal-int
29704pkg syscall (linux-arm), const RTNLGRP_IPV6_RULE = 19
29705pkg syscall (linux-arm), const RTNLGRP_IPV6_RULE ideal-int
29706pkg syscall (linux-arm), const RTNLGRP_LINK = 1
29707pkg syscall (linux-arm), const RTNLGRP_LINK ideal-int
29708pkg syscall (linux-arm), const RTNLGRP_ND_USEROPT = 20
29709pkg syscall (linux-arm), const RTNLGRP_ND_USEROPT ideal-int
29710pkg syscall (linux-arm), const RTNLGRP_NEIGH = 3
29711pkg syscall (linux-arm), const RTNLGRP_NEIGH ideal-int
29712pkg syscall (linux-arm), const RTNLGRP_NONE = 0
29713pkg syscall (linux-arm), const RTNLGRP_NONE ideal-int
29714pkg syscall (linux-arm), const RTNLGRP_NOTIFY = 2
29715pkg syscall (linux-arm), const RTNLGRP_NOTIFY ideal-int
29716pkg syscall (linux-arm), const RTNLGRP_TC = 4
29717pkg syscall (linux-arm), const RTNLGRP_TC ideal-int
29718pkg syscall (linux-arm), const RTN_ANYCAST = 4
29719pkg syscall (linux-arm), const RTN_BLACKHOLE = 6
29720pkg syscall (linux-arm), const RTN_BROADCAST = 3
29721pkg syscall (linux-arm), const RTN_LOCAL = 2
29722pkg syscall (linux-arm), const RTN_MAX = 11
29723pkg syscall (linux-arm), const RTN_MULTICAST = 5
29724pkg syscall (linux-arm), const RTN_NAT = 10
29725pkg syscall (linux-arm), const RTN_PROHIBIT = 8
29726pkg syscall (linux-arm), const RTN_THROW = 9
29727pkg syscall (linux-arm), const RTN_UNICAST = 1
29728pkg syscall (linux-arm), const RTN_UNREACHABLE = 7
29729pkg syscall (linux-arm), const RTN_UNSPEC = 0
29730pkg syscall (linux-arm), const RTN_XRESOLVE = 11
29731pkg syscall (linux-arm), const RTPROT_BIRD = 12
29732pkg syscall (linux-arm), const RTPROT_BOOT = 3
29733pkg syscall (linux-arm), const RTPROT_DHCP = 16
29734pkg syscall (linux-arm), const RTPROT_DNROUTED = 13
29735pkg syscall (linux-arm), const RTPROT_GATED = 8
29736pkg syscall (linux-arm), const RTPROT_KERNEL = 2
29737pkg syscall (linux-arm), const RTPROT_MRT = 10
29738pkg syscall (linux-arm), const RTPROT_NTK = 15
29739pkg syscall (linux-arm), const RTPROT_RA = 9
29740pkg syscall (linux-arm), const RTPROT_REDIRECT = 1
29741pkg syscall (linux-arm), const RTPROT_STATIC = 4
29742pkg syscall (linux-arm), const RTPROT_UNSPEC = 0
29743pkg syscall (linux-arm), const RTPROT_XORP = 14
29744pkg syscall (linux-arm), const RTPROT_ZEBRA = 11
29745pkg syscall (linux-arm), const RT_CLASS_DEFAULT = 253
29746pkg syscall (linux-arm), const RT_CLASS_LOCAL = 255
29747pkg syscall (linux-arm), const RT_CLASS_MAIN = 254
29748pkg syscall (linux-arm), const RT_CLASS_MAX = 255
29749pkg syscall (linux-arm), const RT_CLASS_UNSPEC = 0
29750pkg syscall (linux-arm), const RT_SCOPE_HOST = 254
29751pkg syscall (linux-arm), const RT_SCOPE_LINK = 253
29752pkg syscall (linux-arm), const RT_SCOPE_NOWHERE = 255
29753pkg syscall (linux-arm), const RT_SCOPE_SITE = 200
29754pkg syscall (linux-arm), const RT_SCOPE_UNIVERSE = 0
29755pkg syscall (linux-arm), const RT_TABLE_COMPAT = 252
29756pkg syscall (linux-arm), const RT_TABLE_DEFAULT = 253
29757pkg syscall (linux-arm), const RT_TABLE_LOCAL = 255
29758pkg syscall (linux-arm), const RT_TABLE_MAIN = 254
29759pkg syscall (linux-arm), const RT_TABLE_MAX = 4294967295
29760pkg syscall (linux-arm), const RT_TABLE_UNSPEC = 0
29761pkg syscall (linux-arm), const RUSAGE_CHILDREN = -1
29762pkg syscall (linux-arm), const RUSAGE_SELF = 0
29763pkg syscall (linux-arm), const RUSAGE_THREAD = 1
29764pkg syscall (linux-arm), const SCM_CREDENTIALS = 2
29765pkg syscall (linux-arm), const SCM_RIGHTS = 1
29766pkg syscall (linux-arm), const SCM_TIMESTAMP = 29
29767pkg syscall (linux-arm), const SCM_TIMESTAMPING = 37
29768pkg syscall (linux-arm), const SCM_TIMESTAMPNS = 35
29769pkg syscall (linux-arm), const SIGBUS = 7
29770pkg syscall (linux-arm), const SIGCHLD = 17
29771pkg syscall (linux-arm), const SIGCLD = 17
29772pkg syscall (linux-arm), const SIGCONT = 18
29773pkg syscall (linux-arm), const SIGIO = 29
29774pkg syscall (linux-arm), const SIGIOT = 6
29775pkg syscall (linux-arm), const SIGPOLL = 29
29776pkg syscall (linux-arm), const SIGPROF = 27
29777pkg syscall (linux-arm), const SIGPWR = 30
29778pkg syscall (linux-arm), const SIGSTKFLT = 16
29779pkg syscall (linux-arm), const SIGSTOP = 19
29780pkg syscall (linux-arm), const SIGSYS = 31
29781pkg syscall (linux-arm), const SIGTSTP = 20
29782pkg syscall (linux-arm), const SIGTTIN = 21
29783pkg syscall (linux-arm), const SIGTTOU = 22
29784pkg syscall (linux-arm), const SIGUNUSED = 31
29785pkg syscall (linux-arm), const SIGURG = 23
29786pkg syscall (linux-arm), const SIGUSR1 = 10
29787pkg syscall (linux-arm), const SIGUSR2 = 12
29788pkg syscall (linux-arm), const SIGVTALRM = 26
29789pkg syscall (linux-arm), const SIGWINCH = 28
29790pkg syscall (linux-arm), const SIGXCPU = 24
29791pkg syscall (linux-arm), const SIGXFSZ = 25
29792pkg syscall (linux-arm), const SIOCADDDLCI = 35200
29793pkg syscall (linux-arm), const SIOCADDMULTI = 35121
29794pkg syscall (linux-arm), const SIOCADDRT = 35083
29795pkg syscall (linux-arm), const SIOCATMARK = 35077
29796pkg syscall (linux-arm), const SIOCDARP = 35155
29797pkg syscall (linux-arm), const SIOCDELDLCI = 35201
29798pkg syscall (linux-arm), const SIOCDELMULTI = 35122
29799pkg syscall (linux-arm), const SIOCDELRT = 35084
29800pkg syscall (linux-arm), const SIOCDEVPRIVATE = 35312
29801pkg syscall (linux-arm), const SIOCDIFADDR = 35126
29802pkg syscall (linux-arm), const SIOCDRARP = 35168
29803pkg syscall (linux-arm), const SIOCGARP = 35156
29804pkg syscall (linux-arm), const SIOCGIFADDR = 35093
29805pkg syscall (linux-arm), const SIOCGIFBR = 35136
29806pkg syscall (linux-arm), const SIOCGIFBRDADDR = 35097
29807pkg syscall (linux-arm), const SIOCGIFCONF = 35090
29808pkg syscall (linux-arm), const SIOCGIFCOUNT = 35128
29809pkg syscall (linux-arm), const SIOCGIFDSTADDR = 35095
29810pkg syscall (linux-arm), const SIOCGIFENCAP = 35109
29811pkg syscall (linux-arm), const SIOCGIFFLAGS = 35091
29812pkg syscall (linux-arm), const SIOCGIFHWADDR = 35111
29813pkg syscall (linux-arm), const SIOCGIFINDEX = 35123
29814pkg syscall (linux-arm), const SIOCGIFMAP = 35184
29815pkg syscall (linux-arm), const SIOCGIFMEM = 35103
29816pkg syscall (linux-arm), const SIOCGIFMETRIC = 35101
29817pkg syscall (linux-arm), const SIOCGIFMTU = 35105
29818pkg syscall (linux-arm), const SIOCGIFNAME = 35088
29819pkg syscall (linux-arm), const SIOCGIFNETMASK = 35099
29820pkg syscall (linux-arm), const SIOCGIFPFLAGS = 35125
29821pkg syscall (linux-arm), const SIOCGIFSLAVE = 35113
29822pkg syscall (linux-arm), const SIOCGIFTXQLEN = 35138
29823pkg syscall (linux-arm), const SIOCGPGRP = 35076
29824pkg syscall (linux-arm), const SIOCGRARP = 35169
29825pkg syscall (linux-arm), const SIOCGSTAMP = 35078
29826pkg syscall (linux-arm), const SIOCGSTAMPNS = 35079
29827pkg syscall (linux-arm), const SIOCPROTOPRIVATE = 35296
29828pkg syscall (linux-arm), const SIOCRTMSG = 35085
29829pkg syscall (linux-arm), const SIOCSARP = 35157
29830pkg syscall (linux-arm), const SIOCSIFADDR = 35094
29831pkg syscall (linux-arm), const SIOCSIFBR = 35137
29832pkg syscall (linux-arm), const SIOCSIFBRDADDR = 35098
29833pkg syscall (linux-arm), const SIOCSIFDSTADDR = 35096
29834pkg syscall (linux-arm), const SIOCSIFENCAP = 35110
29835pkg syscall (linux-arm), const SIOCSIFFLAGS = 35092
29836pkg syscall (linux-arm), const SIOCSIFHWADDR = 35108
29837pkg syscall (linux-arm), const SIOCSIFHWBROADCAST = 35127
29838pkg syscall (linux-arm), const SIOCSIFLINK = 35089
29839pkg syscall (linux-arm), const SIOCSIFMAP = 35185
29840pkg syscall (linux-arm), const SIOCSIFMEM = 35104
29841pkg syscall (linux-arm), const SIOCSIFMETRIC = 35102
29842pkg syscall (linux-arm), const SIOCSIFMTU = 35106
29843pkg syscall (linux-arm), const SIOCSIFNAME = 35107
29844pkg syscall (linux-arm), const SIOCSIFNETMASK = 35100
29845pkg syscall (linux-arm), const SIOCSIFPFLAGS = 35124
29846pkg syscall (linux-arm), const SIOCSIFSLAVE = 35120
29847pkg syscall (linux-arm), const SIOCSIFTXQLEN = 35139
29848pkg syscall (linux-arm), const SIOCSPGRP = 35074
29849pkg syscall (linux-arm), const SIOCSRARP = 35170
29850pkg syscall (linux-arm), const SOCK_CLOEXEC = 524288
29851pkg syscall (linux-arm), const SOCK_DCCP = 6
29852pkg syscall (linux-arm), const SOCK_NONBLOCK = 2048
29853pkg syscall (linux-arm), const SOCK_PACKET = 10
29854pkg syscall (linux-arm), const SOCK_RDM = 4
29855pkg syscall (linux-arm), const SOL_AAL = 265
29856pkg syscall (linux-arm), const SOL_ATM = 264
29857pkg syscall (linux-arm), const SOL_DECNET = 261
29858pkg syscall (linux-arm), const SOL_ICMPV6 = 58
29859pkg syscall (linux-arm), const SOL_IP = 0
29860pkg syscall (linux-arm), const SOL_IPV6 = 41
29861pkg syscall (linux-arm), const SOL_IRDA = 266
29862pkg syscall (linux-arm), const SOL_PACKET = 263
29863pkg syscall (linux-arm), const SOL_RAW = 255
29864pkg syscall (linux-arm), const SOL_SOCKET = 1
29865pkg syscall (linux-arm), const SOL_TCP = 6
29866pkg syscall (linux-arm), const SOL_X25 = 262
29867pkg syscall (linux-arm), const SOMAXCONN = 128
29868pkg syscall (linux-arm), const SO_ACCEPTCONN = 30
29869pkg syscall (linux-arm), const SO_ATTACH_FILTER = 26
29870pkg syscall (linux-arm), const SO_BINDTODEVICE = 25
29871pkg syscall (linux-arm), const SO_BROADCAST = 6
29872pkg syscall (linux-arm), const SO_BSDCOMPAT = 14
29873pkg syscall (linux-arm), const SO_DEBUG = 1
29874pkg syscall (linux-arm), const SO_DETACH_FILTER = 27
29875pkg syscall (linux-arm), const SO_DOMAIN = 39
29876pkg syscall (linux-arm), const SO_DONTROUTE = 5
29877pkg syscall (linux-arm), const SO_ERROR = 4
29878pkg syscall (linux-arm), const SO_KEEPALIVE = 9
29879pkg syscall (linux-arm), const SO_LINGER = 13
29880pkg syscall (linux-arm), const SO_MARK = 36
29881pkg syscall (linux-arm), const SO_NO_CHECK = 11
29882pkg syscall (linux-arm), const SO_OOBINLINE = 10
29883pkg syscall (linux-arm), const SO_PASSCRED = 16
29884pkg syscall (linux-arm), const SO_PASSSEC = 34
29885pkg syscall (linux-arm), const SO_PEERCRED = 17
29886pkg syscall (linux-arm), const SO_PEERNAME = 28
29887pkg syscall (linux-arm), const SO_PEERSEC = 31
29888pkg syscall (linux-arm), const SO_PRIORITY = 12
29889pkg syscall (linux-arm), const SO_PROTOCOL = 38
29890pkg syscall (linux-arm), const SO_RCVBUF = 8
29891pkg syscall (linux-arm), const SO_RCVBUFFORCE = 33
29892pkg syscall (linux-arm), const SO_RCVLOWAT = 18
29893pkg syscall (linux-arm), const SO_RCVTIMEO = 20
29894pkg syscall (linux-arm), const SO_REUSEADDR = 2
29895pkg syscall (linux-arm), const SO_RXQ_OVFL = 40
29896pkg syscall (linux-arm), const SO_SECURITY_AUTHENTICATION = 22
29897pkg syscall (linux-arm), const SO_SECURITY_ENCRYPTION_NETWORK = 24
29898pkg syscall (linux-arm), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
29899pkg syscall (linux-arm), const SO_SNDBUF = 7
29900pkg syscall (linux-arm), const SO_SNDBUFFORCE = 32
29901pkg syscall (linux-arm), const SO_SNDLOWAT = 19
29902pkg syscall (linux-arm), const SO_SNDTIMEO = 21
29903pkg syscall (linux-arm), const SO_TIMESTAMP = 29
29904pkg syscall (linux-arm), const SO_TIMESTAMPING = 37
29905pkg syscall (linux-arm), const SO_TIMESTAMPNS = 35
29906pkg syscall (linux-arm), const SO_TYPE = 3
29907pkg syscall (linux-arm), const SYS_ACCEPT = 285
29908pkg syscall (linux-arm), const SYS_ACCEPT4 = 366
29909pkg syscall (linux-arm), const SYS_ACCESS = 33
29910pkg syscall (linux-arm), const SYS_ACCT = 51
29911pkg syscall (linux-arm), const SYS_ADD_KEY = 309
29912pkg syscall (linux-arm), const SYS_ADJTIMEX = 124
29913pkg syscall (linux-arm), const SYS_ALARM = 27
29914pkg syscall (linux-arm), const SYS_ARM_FADVISE64_64 = 270
29915pkg syscall (linux-arm), const SYS_ARM_SYNC_FILE_RANGE = 341
29916pkg syscall (linux-arm), const SYS_BDFLUSH = 134
29917pkg syscall (linux-arm), const SYS_BIND = 282
29918pkg syscall (linux-arm), const SYS_BRK = 45
29919pkg syscall (linux-arm), const SYS_CAPGET = 184
29920pkg syscall (linux-arm), const SYS_CAPSET = 185
29921pkg syscall (linux-arm), const SYS_CHDIR = 12
29922pkg syscall (linux-arm), const SYS_CHMOD = 15
29923pkg syscall (linux-arm), const SYS_CHOWN = 182
29924pkg syscall (linux-arm), const SYS_CHOWN32 = 212
29925pkg syscall (linux-arm), const SYS_CHROOT = 61
29926pkg syscall (linux-arm), const SYS_CLOCK_ADJTIME = 372
29927pkg syscall (linux-arm), const SYS_CLOCK_GETRES = 264
29928pkg syscall (linux-arm), const SYS_CLOCK_GETTIME = 263
29929pkg syscall (linux-arm), const SYS_CLOCK_NANOSLEEP = 265
29930pkg syscall (linux-arm), const SYS_CLOCK_SETTIME = 262
29931pkg syscall (linux-arm), const SYS_CLONE = 120
29932pkg syscall (linux-arm), const SYS_CLOSE = 6
29933pkg syscall (linux-arm), const SYS_CONNECT = 283
29934pkg syscall (linux-arm), const SYS_CREAT = 8
29935pkg syscall (linux-arm), const SYS_DELETE_MODULE = 129
29936pkg syscall (linux-arm), const SYS_DUP = 41
29937pkg syscall (linux-arm), const SYS_DUP2 = 63
29938pkg syscall (linux-arm), const SYS_DUP3 = 358
29939pkg syscall (linux-arm), const SYS_EPOLL_CREATE = 250
29940pkg syscall (linux-arm), const SYS_EPOLL_CREATE1 = 357
29941pkg syscall (linux-arm), const SYS_EPOLL_CTL = 251
29942pkg syscall (linux-arm), const SYS_EPOLL_PWAIT = 346
29943pkg syscall (linux-arm), const SYS_EPOLL_WAIT = 252
29944pkg syscall (linux-arm), const SYS_EVENTFD = 351
29945pkg syscall (linux-arm), const SYS_EVENTFD2 = 356
29946pkg syscall (linux-arm), const SYS_EXECVE = 11
29947pkg syscall (linux-arm), const SYS_EXIT = 1
29948pkg syscall (linux-arm), const SYS_EXIT_GROUP = 248
29949pkg syscall (linux-arm), const SYS_FACCESSAT = 334
29950pkg syscall (linux-arm), const SYS_FALLOCATE = 352
29951pkg syscall (linux-arm), const SYS_FANOTIFY_INIT = 367
29952pkg syscall (linux-arm), const SYS_FANOTIFY_MARK = 368
29953pkg syscall (linux-arm), const SYS_FCHDIR = 133
29954pkg syscall (linux-arm), const SYS_FCHMOD = 94
29955pkg syscall (linux-arm), const SYS_FCHMODAT = 333
29956pkg syscall (linux-arm), const SYS_FCHOWN = 95
29957pkg syscall (linux-arm), const SYS_FCHOWN32 = 207
29958pkg syscall (linux-arm), const SYS_FCHOWNAT = 325
29959pkg syscall (linux-arm), const SYS_FCNTL = 55
29960pkg syscall (linux-arm), const SYS_FCNTL64 = 221
29961pkg syscall (linux-arm), const SYS_FDATASYNC = 148
29962pkg syscall (linux-arm), const SYS_FGETXATTR = 231
29963pkg syscall (linux-arm), const SYS_FLISTXATTR = 234
29964pkg syscall (linux-arm), const SYS_FLOCK = 143
29965pkg syscall (linux-arm), const SYS_FORK = 2
29966pkg syscall (linux-arm), const SYS_FREMOVEXATTR = 237
29967pkg syscall (linux-arm), const SYS_FSETXATTR = 228
29968pkg syscall (linux-arm), const SYS_FSTAT = 108
29969pkg syscall (linux-arm), const SYS_FSTAT64 = 197
29970pkg syscall (linux-arm), const SYS_FSTATAT64 = 327
29971pkg syscall (linux-arm), const SYS_FSTATFS = 100
29972pkg syscall (linux-arm), const SYS_FSTATFS64 = 267
29973pkg syscall (linux-arm), const SYS_FSYNC = 118
29974pkg syscall (linux-arm), const SYS_FTRUNCATE = 93
29975pkg syscall (linux-arm), const SYS_FTRUNCATE64 = 194
29976pkg syscall (linux-arm), const SYS_FUTEX = 240
29977pkg syscall (linux-arm), const SYS_FUTIMESAT = 326
29978pkg syscall (linux-arm), const SYS_GETCPU = 345
29979pkg syscall (linux-arm), const SYS_GETCWD = 183
29980pkg syscall (linux-arm), const SYS_GETDENTS = 141
29981pkg syscall (linux-arm), const SYS_GETDENTS64 = 217
29982pkg syscall (linux-arm), const SYS_GETEGID = 50
29983pkg syscall (linux-arm), const SYS_GETEGID32 = 202
29984pkg syscall (linux-arm), const SYS_GETEUID = 49
29985pkg syscall (linux-arm), const SYS_GETEUID32 = 201
29986pkg syscall (linux-arm), const SYS_GETGID = 47
29987pkg syscall (linux-arm), const SYS_GETGID32 = 200
29988pkg syscall (linux-arm), const SYS_GETGROUPS = 80
29989pkg syscall (linux-arm), const SYS_GETGROUPS32 = 205
29990pkg syscall (linux-arm), const SYS_GETITIMER = 105
29991pkg syscall (linux-arm), const SYS_GETPEERNAME = 287
29992pkg syscall (linux-arm), const SYS_GETPGID = 132
29993pkg syscall (linux-arm), const SYS_GETPGRP = 65
29994pkg syscall (linux-arm), const SYS_GETPID = 20
29995pkg syscall (linux-arm), const SYS_GETPPID = 64
29996pkg syscall (linux-arm), const SYS_GETPRIORITY = 96
29997pkg syscall (linux-arm), const SYS_GETRESGID = 171
29998pkg syscall (linux-arm), const SYS_GETRESGID32 = 211
29999pkg syscall (linux-arm), const SYS_GETRESUID = 165
30000pkg syscall (linux-arm), const SYS_GETRESUID32 = 209
30001pkg syscall (linux-arm), const SYS_GETRLIMIT = 76
30002pkg syscall (linux-arm), const SYS_GETRUSAGE = 77
30003pkg syscall (linux-arm), const SYS_GETSID = 147
30004pkg syscall (linux-arm), const SYS_GETSOCKNAME = 286
30005pkg syscall (linux-arm), const SYS_GETSOCKOPT = 295
30006pkg syscall (linux-arm), const SYS_GETTID = 224
30007pkg syscall (linux-arm), const SYS_GETTIMEOFDAY = 78
30008pkg syscall (linux-arm), const SYS_GETUID = 24
30009pkg syscall (linux-arm), const SYS_GETUID32 = 199
30010pkg syscall (linux-arm), const SYS_GETXATTR = 229
30011pkg syscall (linux-arm), const SYS_GET_MEMPOLICY = 320
30012pkg syscall (linux-arm), const SYS_GET_ROBUST_LIST = 339
30013pkg syscall (linux-arm), const SYS_INIT_MODULE = 128
30014pkg syscall (linux-arm), const SYS_INOTIFY_ADD_WATCH = 317
30015pkg syscall (linux-arm), const SYS_INOTIFY_INIT = 316
30016pkg syscall (linux-arm), const SYS_INOTIFY_INIT1 = 360
30017pkg syscall (linux-arm), const SYS_INOTIFY_RM_WATCH = 318
30018pkg syscall (linux-arm), const SYS_IOCTL = 54
30019pkg syscall (linux-arm), const SYS_IOPRIO_GET = 315
30020pkg syscall (linux-arm), const SYS_IOPRIO_SET = 314
30021pkg syscall (linux-arm), const SYS_IO_CANCEL = 247
30022pkg syscall (linux-arm), const SYS_IO_DESTROY = 244
30023pkg syscall (linux-arm), const SYS_IO_GETEVENTS = 245
30024pkg syscall (linux-arm), const SYS_IO_SETUP = 243
30025pkg syscall (linux-arm), const SYS_IO_SUBMIT = 246
30026pkg syscall (linux-arm), const SYS_IPC = 117
30027pkg syscall (linux-arm), const SYS_KEXEC_LOAD = 347
30028pkg syscall (linux-arm), const SYS_KEYCTL = 311
30029pkg syscall (linux-arm), const SYS_KILL = 37
30030pkg syscall (linux-arm), const SYS_LCHOWN = 16
30031pkg syscall (linux-arm), const SYS_LCHOWN32 = 198
30032pkg syscall (linux-arm), const SYS_LGETXATTR = 230
30033pkg syscall (linux-arm), const SYS_LINK = 9
30034pkg syscall (linux-arm), const SYS_LINKAT = 330
30035pkg syscall (linux-arm), const SYS_LISTEN = 284
30036pkg syscall (linux-arm), const SYS_LISTXATTR = 232
30037pkg syscall (linux-arm), const SYS_LLISTXATTR = 233
30038pkg syscall (linux-arm), const SYS_LOOKUP_DCOOKIE = 249
30039pkg syscall (linux-arm), const SYS_LREMOVEXATTR = 236
30040pkg syscall (linux-arm), const SYS_LSEEK = 19
30041pkg syscall (linux-arm), const SYS_LSETXATTR = 227
30042pkg syscall (linux-arm), const SYS_LSTAT = 107
30043pkg syscall (linux-arm), const SYS_LSTAT64 = 196
30044pkg syscall (linux-arm), const SYS_MADVISE = 220
30045pkg syscall (linux-arm), const SYS_MBIND = 319
30046pkg syscall (linux-arm), const SYS_MINCORE = 219
30047pkg syscall (linux-arm), const SYS_MKDIR = 39
30048pkg syscall (linux-arm), const SYS_MKDIRAT = 323
30049pkg syscall (linux-arm), const SYS_MKNOD = 14
30050pkg syscall (linux-arm), const SYS_MKNODAT = 324
30051pkg syscall (linux-arm), const SYS_MLOCK = 150
30052pkg syscall (linux-arm), const SYS_MLOCKALL = 152
30053pkg syscall (linux-arm), const SYS_MMAP = 90
30054pkg syscall (linux-arm), const SYS_MMAP2 = 192
30055pkg syscall (linux-arm), const SYS_MOUNT = 21
30056pkg syscall (linux-arm), const SYS_MOVE_PAGES = 344
30057pkg syscall (linux-arm), const SYS_MPROTECT = 125
30058pkg syscall (linux-arm), const SYS_MQ_GETSETATTR = 279
30059pkg syscall (linux-arm), const SYS_MQ_NOTIFY = 278
30060pkg syscall (linux-arm), const SYS_MQ_OPEN = 274
30061pkg syscall (linux-arm), const SYS_MQ_TIMEDRECEIVE = 277
30062pkg syscall (linux-arm), const SYS_MQ_TIMEDSEND = 276
30063pkg syscall (linux-arm), const SYS_MQ_UNLINK = 275
30064pkg syscall (linux-arm), const SYS_MREMAP = 163
30065pkg syscall (linux-arm), const SYS_MSGCTL = 304
30066pkg syscall (linux-arm), const SYS_MSGGET = 303
30067pkg syscall (linux-arm), const SYS_MSGRCV = 302
30068pkg syscall (linux-arm), const SYS_MSGSND = 301
30069pkg syscall (linux-arm), const SYS_MSYNC = 144
30070pkg syscall (linux-arm), const SYS_MUNLOCK = 151
30071pkg syscall (linux-arm), const SYS_MUNLOCKALL = 153
30072pkg syscall (linux-arm), const SYS_MUNMAP = 91
30073pkg syscall (linux-arm), const SYS_NAME_TO_HANDLE_AT = 370
30074pkg syscall (linux-arm), const SYS_NANOSLEEP = 162
30075pkg syscall (linux-arm), const SYS_NFSSERVCTL = 169
30076pkg syscall (linux-arm), const SYS_NICE = 34
30077pkg syscall (linux-arm), const SYS_OABI_SYSCALL_BASE = 0
30078pkg syscall (linux-arm), const SYS_OPEN = 5
30079pkg syscall (linux-arm), const SYS_OPENAT = 322
30080pkg syscall (linux-arm), const SYS_OPEN_BY_HANDLE_AT = 371
30081pkg syscall (linux-arm), const SYS_PAUSE = 29
30082pkg syscall (linux-arm), const SYS_PCICONFIG_IOBASE = 271
30083pkg syscall (linux-arm), const SYS_PCICONFIG_READ = 272
30084pkg syscall (linux-arm), const SYS_PCICONFIG_WRITE = 273
30085pkg syscall (linux-arm), const SYS_PERF_EVENT_OPEN = 364
30086pkg syscall (linux-arm), const SYS_PERSONALITY = 136
30087pkg syscall (linux-arm), const SYS_PIPE = 42
30088pkg syscall (linux-arm), const SYS_PIPE2 = 359
30089pkg syscall (linux-arm), const SYS_PIVOT_ROOT = 218
30090pkg syscall (linux-arm), const SYS_POLL = 168
30091pkg syscall (linux-arm), const SYS_PPOLL = 336
30092pkg syscall (linux-arm), const SYS_PRCTL = 172
30093pkg syscall (linux-arm), const SYS_PREAD64 = 180
30094pkg syscall (linux-arm), const SYS_PREADV = 361
30095pkg syscall (linux-arm), const SYS_PRLIMIT64 = 369
30096pkg syscall (linux-arm), const SYS_PROCESS_VM_READV = 376
30097pkg syscall (linux-arm), const SYS_PROCESS_VM_WRITEV = 377
30098pkg syscall (linux-arm), const SYS_PSELECT6 = 335
30099pkg syscall (linux-arm), const SYS_PTRACE = 26
30100pkg syscall (linux-arm), const SYS_PWRITE64 = 181
30101pkg syscall (linux-arm), const SYS_PWRITEV = 362
30102pkg syscall (linux-arm), const SYS_QUOTACTL = 131
30103pkg syscall (linux-arm), const SYS_READ = 3
30104pkg syscall (linux-arm), const SYS_READAHEAD = 225
30105pkg syscall (linux-arm), const SYS_READDIR = 89
30106pkg syscall (linux-arm), const SYS_READLINK = 85
30107pkg syscall (linux-arm), const SYS_READLINKAT = 332
30108pkg syscall (linux-arm), const SYS_READV = 145
30109pkg syscall (linux-arm), const SYS_REBOOT = 88
30110pkg syscall (linux-arm), const SYS_RECV = 291
30111pkg syscall (linux-arm), const SYS_RECVFROM = 292
30112pkg syscall (linux-arm), const SYS_RECVMMSG = 365
30113pkg syscall (linux-arm), const SYS_RECVMSG = 297
30114pkg syscall (linux-arm), const SYS_REMAP_FILE_PAGES = 253
30115pkg syscall (linux-arm), const SYS_REMOVEXATTR = 235
30116pkg syscall (linux-arm), const SYS_RENAME = 38
30117pkg syscall (linux-arm), const SYS_RENAMEAT = 329
30118pkg syscall (linux-arm), const SYS_REQUEST_KEY = 310
30119pkg syscall (linux-arm), const SYS_RESTART_SYSCALL = 0
30120pkg syscall (linux-arm), const SYS_RMDIR = 40
30121pkg syscall (linux-arm), const SYS_RT_SIGACTION = 174
30122pkg syscall (linux-arm), const SYS_RT_SIGPENDING = 176
30123pkg syscall (linux-arm), const SYS_RT_SIGPROCMASK = 175
30124pkg syscall (linux-arm), const SYS_RT_SIGQUEUEINFO = 178
30125pkg syscall (linux-arm), const SYS_RT_SIGRETURN = 173
30126pkg syscall (linux-arm), const SYS_RT_SIGSUSPEND = 179
30127pkg syscall (linux-arm), const SYS_RT_SIGTIMEDWAIT = 177
30128pkg syscall (linux-arm), const SYS_RT_TGSIGQUEUEINFO = 363
30129pkg syscall (linux-arm), const SYS_SCHED_GETAFFINITY = 242
30130pkg syscall (linux-arm), const SYS_SCHED_GETPARAM = 155
30131pkg syscall (linux-arm), const SYS_SCHED_GETSCHEDULER = 157
30132pkg syscall (linux-arm), const SYS_SCHED_GET_PRIORITY_MAX = 159
30133pkg syscall (linux-arm), const SYS_SCHED_GET_PRIORITY_MIN = 160
30134pkg syscall (linux-arm), const SYS_SCHED_RR_GET_INTERVAL = 161
30135pkg syscall (linux-arm), const SYS_SCHED_SETAFFINITY = 241
30136pkg syscall (linux-arm), const SYS_SCHED_SETPARAM = 154
30137pkg syscall (linux-arm), const SYS_SCHED_SETSCHEDULER = 156
30138pkg syscall (linux-arm), const SYS_SCHED_YIELD = 158
30139pkg syscall (linux-arm), const SYS_SELECT = 82
30140pkg syscall (linux-arm), const SYS_SEMCTL = 300
30141pkg syscall (linux-arm), const SYS_SEMGET = 299
30142pkg syscall (linux-arm), const SYS_SEMOP = 298
30143pkg syscall (linux-arm), const SYS_SEMTIMEDOP = 312
30144pkg syscall (linux-arm), const SYS_SEND = 289
30145pkg syscall (linux-arm), const SYS_SENDFILE = 187
30146pkg syscall (linux-arm), const SYS_SENDFILE64 = 239
30147pkg syscall (linux-arm), const SYS_SENDMMSG = 374
30148pkg syscall (linux-arm), const SYS_SENDMSG = 296
30149pkg syscall (linux-arm), const SYS_SENDTO = 290
30150pkg syscall (linux-arm), const SYS_SETDOMAINNAME = 121
30151pkg syscall (linux-arm), const SYS_SETFSGID = 139
30152pkg syscall (linux-arm), const SYS_SETFSGID32 = 216
30153pkg syscall (linux-arm), const SYS_SETFSUID = 138
30154pkg syscall (linux-arm), const SYS_SETFSUID32 = 215
30155pkg syscall (linux-arm), const SYS_SETGID = 46
30156pkg syscall (linux-arm), const SYS_SETGID32 = 214
30157pkg syscall (linux-arm), const SYS_SETGROUPS = 81
30158pkg syscall (linux-arm), const SYS_SETGROUPS32 = 206
30159pkg syscall (linux-arm), const SYS_SETHOSTNAME = 74
30160pkg syscall (linux-arm), const SYS_SETITIMER = 104
30161pkg syscall (linux-arm), const SYS_SETNS = 375
30162pkg syscall (linux-arm), const SYS_SETPGID = 57
30163pkg syscall (linux-arm), const SYS_SETPRIORITY = 97
30164pkg syscall (linux-arm), const SYS_SETREGID = 71
30165pkg syscall (linux-arm), const SYS_SETREGID32 = 204
30166pkg syscall (linux-arm), const SYS_SETRESGID = 170
30167pkg syscall (linux-arm), const SYS_SETRESGID32 = 210
30168pkg syscall (linux-arm), const SYS_SETRESUID = 164
30169pkg syscall (linux-arm), const SYS_SETRESUID32 = 208
30170pkg syscall (linux-arm), const SYS_SETREUID = 70
30171pkg syscall (linux-arm), const SYS_SETREUID32 = 203
30172pkg syscall (linux-arm), const SYS_SETRLIMIT = 75
30173pkg syscall (linux-arm), const SYS_SETSID = 66
30174pkg syscall (linux-arm), const SYS_SETSOCKOPT = 294
30175pkg syscall (linux-arm), const SYS_SETTIMEOFDAY = 79
30176pkg syscall (linux-arm), const SYS_SETUID = 23
30177pkg syscall (linux-arm), const SYS_SETUID32 = 213
30178pkg syscall (linux-arm), const SYS_SETXATTR = 226
30179pkg syscall (linux-arm), const SYS_SET_MEMPOLICY = 321
30180pkg syscall (linux-arm), const SYS_SET_ROBUST_LIST = 338
30181pkg syscall (linux-arm), const SYS_SET_TID_ADDRESS = 256
30182pkg syscall (linux-arm), const SYS_SHMAT = 305
30183pkg syscall (linux-arm), const SYS_SHMCTL = 308
30184pkg syscall (linux-arm), const SYS_SHMDT = 306
30185pkg syscall (linux-arm), const SYS_SHMGET = 307
30186pkg syscall (linux-arm), const SYS_SHUTDOWN = 293
30187pkg syscall (linux-arm), const SYS_SIGACTION = 67
30188pkg syscall (linux-arm), const SYS_SIGALTSTACK = 186
30189pkg syscall (linux-arm), const SYS_SIGNALFD = 349
30190pkg syscall (linux-arm), const SYS_SIGNALFD4 = 355
30191pkg syscall (linux-arm), const SYS_SIGPENDING = 73
30192pkg syscall (linux-arm), const SYS_SIGPROCMASK = 126
30193pkg syscall (linux-arm), const SYS_SIGRETURN = 119
30194pkg syscall (linux-arm), const SYS_SIGSUSPEND = 72
30195pkg syscall (linux-arm), const SYS_SOCKET = 281
30196pkg syscall (linux-arm), const SYS_SOCKETCALL = 102
30197pkg syscall (linux-arm), const SYS_SOCKETPAIR = 288
30198pkg syscall (linux-arm), const SYS_SPLICE = 340
30199pkg syscall (linux-arm), const SYS_STAT = 106
30200pkg syscall (linux-arm), const SYS_STAT64 = 195
30201pkg syscall (linux-arm), const SYS_STATFS = 99
30202pkg syscall (linux-arm), const SYS_STATFS64 = 266
30203pkg syscall (linux-arm), const SYS_STIME = 25
30204pkg syscall (linux-arm), const SYS_SWAPOFF = 115
30205pkg syscall (linux-arm), const SYS_SWAPON = 87
30206pkg syscall (linux-arm), const SYS_SYMLINK = 83
30207pkg syscall (linux-arm), const SYS_SYMLINKAT = 331
30208pkg syscall (linux-arm), const SYS_SYNC = 36
30209pkg syscall (linux-arm), const SYS_SYNCFS = 373
30210pkg syscall (linux-arm), const SYS_SYSCALL = 113
30211pkg syscall (linux-arm), const SYS_SYSCALL_BASE = 0
30212pkg syscall (linux-arm), const SYS_SYSFS = 135
30213pkg syscall (linux-arm), const SYS_SYSINFO = 116
30214pkg syscall (linux-arm), const SYS_SYSLOG = 103
30215pkg syscall (linux-arm), const SYS_TEE = 342
30216pkg syscall (linux-arm), const SYS_TGKILL = 268
30217pkg syscall (linux-arm), const SYS_TIME = 13
30218pkg syscall (linux-arm), const SYS_TIMERFD_CREATE = 350
30219pkg syscall (linux-arm), const SYS_TIMERFD_GETTIME = 354
30220pkg syscall (linux-arm), const SYS_TIMERFD_SETTIME = 353
30221pkg syscall (linux-arm), const SYS_TIMER_CREATE = 257
30222pkg syscall (linux-arm), const SYS_TIMER_DELETE = 261
30223pkg syscall (linux-arm), const SYS_TIMER_GETOVERRUN = 260
30224pkg syscall (linux-arm), const SYS_TIMER_GETTIME = 259
30225pkg syscall (linux-arm), const SYS_TIMER_SETTIME = 258
30226pkg syscall (linux-arm), const SYS_TIMES = 43
30227pkg syscall (linux-arm), const SYS_TKILL = 238
30228pkg syscall (linux-arm), const SYS_TRUNCATE = 92
30229pkg syscall (linux-arm), const SYS_TRUNCATE64 = 193
30230pkg syscall (linux-arm), const SYS_UGETRLIMIT = 191
30231pkg syscall (linux-arm), const SYS_UMASK = 60
30232pkg syscall (linux-arm), const SYS_UMOUNT = 22
30233pkg syscall (linux-arm), const SYS_UMOUNT2 = 52
30234pkg syscall (linux-arm), const SYS_UNAME = 122
30235pkg syscall (linux-arm), const SYS_UNLINK = 10
30236pkg syscall (linux-arm), const SYS_UNLINKAT = 328
30237pkg syscall (linux-arm), const SYS_UNSHARE = 337
30238pkg syscall (linux-arm), const SYS_USELIB = 86
30239pkg syscall (linux-arm), const SYS_USTAT = 62
30240pkg syscall (linux-arm), const SYS_UTIME = 30
30241pkg syscall (linux-arm), const SYS_UTIMENSAT = 348
30242pkg syscall (linux-arm), const SYS_UTIMES = 269
30243pkg syscall (linux-arm), const SYS_VFORK = 190
30244pkg syscall (linux-arm), const SYS_VHANGUP = 111
30245pkg syscall (linux-arm), const SYS_VMSPLICE = 343
30246pkg syscall (linux-arm), const SYS_VSERVER = 313
30247pkg syscall (linux-arm), const SYS_WAIT4 = 114
30248pkg syscall (linux-arm), const SYS_WAITID = 280
30249pkg syscall (linux-arm), const SYS_WRITE = 4
30250pkg syscall (linux-arm), const SYS_WRITEV = 146
30251pkg syscall (linux-arm), const SYS__LLSEEK = 140
30252pkg syscall (linux-arm), const SYS__NEWSELECT = 142
30253pkg syscall (linux-arm), const SYS__SYSCTL = 149
30254pkg syscall (linux-arm), const S_BLKSIZE = 512
30255pkg syscall (linux-arm), const S_IEXEC = 64
30256pkg syscall (linux-arm), const S_IFMT = 61440
30257pkg syscall (linux-arm), const S_IREAD = 256
30258pkg syscall (linux-arm), const S_IRGRP = 32
30259pkg syscall (linux-arm), const S_IROTH = 4
30260pkg syscall (linux-arm), const S_IRWXG = 56
30261pkg syscall (linux-arm), const S_IRWXO = 7
30262pkg syscall (linux-arm), const S_IRWXU = 448
30263pkg syscall (linux-arm), const S_IWGRP = 16
30264pkg syscall (linux-arm), const S_IWOTH = 2
30265pkg syscall (linux-arm), const S_IWRITE = 128
30266pkg syscall (linux-arm), const S_IXGRP = 8
30267pkg syscall (linux-arm), const S_IXOTH = 1
30268pkg syscall (linux-arm), const SizeofCmsghdr = 12
30269pkg syscall (linux-arm), const SizeofIPMreq = 8
30270pkg syscall (linux-arm), const SizeofIPMreqn = 12
30271pkg syscall (linux-arm), const SizeofIPv6Mreq = 20
30272pkg syscall (linux-arm), const SizeofIfAddrmsg = 8
30273pkg syscall (linux-arm), const SizeofIfInfomsg = 16
30274pkg syscall (linux-arm), const SizeofInet4Pktinfo = 12
30275pkg syscall (linux-arm), const SizeofInet6Pktinfo = 20
30276pkg syscall (linux-arm), const SizeofInotifyEvent = 16
30277pkg syscall (linux-arm), const SizeofLinger = 8
30278pkg syscall (linux-arm), const SizeofMsghdr = 28
30279pkg syscall (linux-arm), const SizeofNlAttr = 4
30280pkg syscall (linux-arm), const SizeofNlMsgerr = 20
30281pkg syscall (linux-arm), const SizeofNlMsghdr = 16
30282pkg syscall (linux-arm), const SizeofRtAttr = 4
30283pkg syscall (linux-arm), const SizeofRtGenmsg = 1
30284pkg syscall (linux-arm), const SizeofRtMsg = 12
30285pkg syscall (linux-arm), const SizeofRtNexthop = 8
30286pkg syscall (linux-arm), const SizeofSockFilter = 8
30287pkg syscall (linux-arm), const SizeofSockFprog = 8
30288pkg syscall (linux-arm), const SizeofSockaddrAny = 112
30289pkg syscall (linux-arm), const SizeofSockaddrInet4 = 16
30290pkg syscall (linux-arm), const SizeofSockaddrInet6 = 28
30291pkg syscall (linux-arm), const SizeofSockaddrLinklayer = 20
30292pkg syscall (linux-arm), const SizeofSockaddrNetlink = 12
30293pkg syscall (linux-arm), const SizeofSockaddrUnix = 110
30294pkg syscall (linux-arm), const SizeofTCPInfo = 104
30295pkg syscall (linux-arm), const SizeofTCPInfo ideal-int
30296pkg syscall (linux-arm), const SizeofUcred = 12
30297pkg syscall (linux-arm), const TCGETS = 21505
30298pkg syscall (linux-arm), const TCP_CONGESTION = 13
30299pkg syscall (linux-arm), const TCP_CORK = 3
30300pkg syscall (linux-arm), const TCP_DEFER_ACCEPT = 9
30301pkg syscall (linux-arm), const TCP_INFO = 11
30302pkg syscall (linux-arm), const TCP_KEEPCNT = 6
30303pkg syscall (linux-arm), const TCP_KEEPIDLE = 4
30304pkg syscall (linux-arm), const TCP_KEEPINTVL = 5
30305pkg syscall (linux-arm), const TCP_LINGER2 = 8
30306pkg syscall (linux-arm), const TCP_MAXSEG = 2
30307pkg syscall (linux-arm), const TCP_MAXWIN = 65535
30308pkg syscall (linux-arm), const TCP_MAX_WINSHIFT = 14
30309pkg syscall (linux-arm), const TCP_MD5SIG = 14
30310pkg syscall (linux-arm), const TCP_MD5SIG_MAXKEYLEN = 80
30311pkg syscall (linux-arm), const TCP_MSS = 512
30312pkg syscall (linux-arm), const TCP_QUICKACK = 12
30313pkg syscall (linux-arm), const TCP_SYNCNT = 7
30314pkg syscall (linux-arm), const TCP_WINDOW_CLAMP = 10
30315pkg syscall (linux-arm), const TCSETS = 21506
30316pkg syscall (linux-arm), const TIOCCBRK = 21544
30317pkg syscall (linux-arm), const TIOCCONS = 21533
30318pkg syscall (linux-arm), const TIOCEXCL = 21516
30319pkg syscall (linux-arm), const TIOCGDEV = 2147767346
30320pkg syscall (linux-arm), const TIOCGETD = 21540
30321pkg syscall (linux-arm), const TIOCGICOUNT = 21597
30322pkg syscall (linux-arm), const TIOCGLCKTRMIOS = 21590
30323pkg syscall (linux-arm), const TIOCGPGRP = 21519
30324pkg syscall (linux-arm), const TIOCGPTN = 2147767344
30325pkg syscall (linux-arm), const TIOCGRS485 = 21550
30326pkg syscall (linux-arm), const TIOCGSERIAL = 21534
30327pkg syscall (linux-arm), const TIOCGSID = 21545
30328pkg syscall (linux-arm), const TIOCGSOFTCAR = 21529
30329pkg syscall (linux-arm), const TIOCGWINSZ = 21523
30330pkg syscall (linux-arm), const TIOCINQ = 21531
30331pkg syscall (linux-arm), const TIOCLINUX = 21532
30332pkg syscall (linux-arm), const TIOCMBIC = 21527
30333pkg syscall (linux-arm), const TIOCMBIS = 21526
30334pkg syscall (linux-arm), const TIOCMGET = 21525
30335pkg syscall (linux-arm), const TIOCMIWAIT = 21596
30336pkg syscall (linux-arm), const TIOCMSET = 21528
30337pkg syscall (linux-arm), const TIOCM_CAR = 64
30338pkg syscall (linux-arm), const TIOCM_CD = 64
30339pkg syscall (linux-arm), const TIOCM_CTS = 32
30340pkg syscall (linux-arm), const TIOCM_DSR = 256
30341pkg syscall (linux-arm), const TIOCM_DTR = 2
30342pkg syscall (linux-arm), const TIOCM_LE = 1
30343pkg syscall (linux-arm), const TIOCM_RI = 128
30344pkg syscall (linux-arm), const TIOCM_RNG = 128
30345pkg syscall (linux-arm), const TIOCM_RTS = 4
30346pkg syscall (linux-arm), const TIOCM_SR = 16
30347pkg syscall (linux-arm), const TIOCM_ST = 8
30348pkg syscall (linux-arm), const TIOCNOTTY = 21538
30349pkg syscall (linux-arm), const TIOCNXCL = 21517
30350pkg syscall (linux-arm), const TIOCOUTQ = 21521
30351pkg syscall (linux-arm), const TIOCPKT = 21536
30352pkg syscall (linux-arm), const TIOCPKT_DATA = 0
30353pkg syscall (linux-arm), const TIOCPKT_DOSTOP = 32
30354pkg syscall (linux-arm), const TIOCPKT_FLUSHREAD = 1
30355pkg syscall (linux-arm), const TIOCPKT_FLUSHWRITE = 2
30356pkg syscall (linux-arm), const TIOCPKT_IOCTL = 64
30357pkg syscall (linux-arm), const TIOCPKT_NOSTOP = 16
30358pkg syscall (linux-arm), const TIOCPKT_START = 8
30359pkg syscall (linux-arm), const TIOCPKT_STOP = 4
30360pkg syscall (linux-arm), const TIOCSBRK = 21543
30361pkg syscall (linux-arm), const TIOCSCTTY = 21518
30362pkg syscall (linux-arm), const TIOCSERCONFIG = 21587
30363pkg syscall (linux-arm), const TIOCSERGETLSR = 21593
30364pkg syscall (linux-arm), const TIOCSERGETMULTI = 21594
30365pkg syscall (linux-arm), const TIOCSERGSTRUCT = 21592
30366pkg syscall (linux-arm), const TIOCSERGWILD = 21588
30367pkg syscall (linux-arm), const TIOCSERSETMULTI = 21595
30368pkg syscall (linux-arm), const TIOCSERSWILD = 21589
30369pkg syscall (linux-arm), const TIOCSER_TEMT = 1
30370pkg syscall (linux-arm), const TIOCSETD = 21539
30371pkg syscall (linux-arm), const TIOCSIG = 1074025526
30372pkg syscall (linux-arm), const TIOCSLCKTRMIOS = 21591
30373pkg syscall (linux-arm), const TIOCSPGRP = 21520
30374pkg syscall (linux-arm), const TIOCSPTLCK = 1074025521
30375pkg syscall (linux-arm), const TIOCSRS485 = 21551
30376pkg syscall (linux-arm), const TIOCSSERIAL = 21535
30377pkg syscall (linux-arm), const TIOCSSOFTCAR = 21530
30378pkg syscall (linux-arm), const TIOCSTI = 21522
30379pkg syscall (linux-arm), const TIOCSWINSZ = 21524
30380pkg syscall (linux-arm), const TIOCVHANGUP = 21559
30381pkg syscall (linux-arm), const TOSTOP = 256
30382pkg syscall (linux-arm), const TUNATTACHFILTER = 1074287829
30383pkg syscall (linux-arm), const TUNDETACHFILTER = 1074287830
30384pkg syscall (linux-arm), const TUNGETFEATURES = 2147767503
30385pkg syscall (linux-arm), const TUNGETIFF = 2147767506
30386pkg syscall (linux-arm), const TUNGETSNDBUF = 2147767507
30387pkg syscall (linux-arm), const TUNGETVNETHDRSZ = 2147767511
30388pkg syscall (linux-arm), const TUNSETDEBUG = 1074025673
30389pkg syscall (linux-arm), const TUNSETGROUP = 1074025678
30390pkg syscall (linux-arm), const TUNSETIFF = 1074025674
30391pkg syscall (linux-arm), const TUNSETLINK = 1074025677
30392pkg syscall (linux-arm), const TUNSETNOCSUM = 1074025672
30393pkg syscall (linux-arm), const TUNSETOFFLOAD = 1074025680
30394pkg syscall (linux-arm), const TUNSETOWNER = 1074025676
30395pkg syscall (linux-arm), const TUNSETPERSIST = 1074025675
30396pkg syscall (linux-arm), const TUNSETSNDBUF = 1074025684
30397pkg syscall (linux-arm), const TUNSETTXFILTER = 1074025681
30398pkg syscall (linux-arm), const TUNSETVNETHDRSZ = 1074025688
30399pkg syscall (linux-arm), const VDISCARD = 13
30400pkg syscall (linux-arm), const VEOF = 4
30401pkg syscall (linux-arm), const VEOL = 11
30402pkg syscall (linux-arm), const VEOL2 = 16
30403pkg syscall (linux-arm), const VERASE = 2
30404pkg syscall (linux-arm), const VINTR = 0
30405pkg syscall (linux-arm), const VKILL = 3
30406pkg syscall (linux-arm), const VLNEXT = 15
30407pkg syscall (linux-arm), const VMIN = 6
30408pkg syscall (linux-arm), const VQUIT = 1
30409pkg syscall (linux-arm), const VREPRINT = 12
30410pkg syscall (linux-arm), const VSTART = 8
30411pkg syscall (linux-arm), const VSTOP = 9
30412pkg syscall (linux-arm), const VSUSP = 10
30413pkg syscall (linux-arm), const VSWTC = 7
30414pkg syscall (linux-arm), const VTIME = 5
30415pkg syscall (linux-arm), const VWERASE = 14
30416pkg syscall (linux-arm), const WALL = 1073741824
30417pkg syscall (linux-arm), const WCLONE = 2147483648
30418pkg syscall (linux-arm), const WCONTINUED = 8
30419pkg syscall (linux-arm), const WEXITED = 4
30420pkg syscall (linux-arm), const WNOHANG = 1
30421pkg syscall (linux-arm), const WNOTHREAD = 536870912
30422pkg syscall (linux-arm), const WNOWAIT = 16777216
30423pkg syscall (linux-arm), const WORDSIZE = 32
30424pkg syscall (linux-arm), const WSTOPPED = 2
30425pkg syscall (linux-arm), const WUNTRACED = 2
30426pkg syscall (linux-arm), const XCASE = 4
30427pkg syscall (linux-arm), func Accept4(int, int) (int, Sockaddr, error)
30428pkg syscall (linux-arm), func GetsockoptUcred(int, int, int) (*Ucred, error)
30429pkg syscall (linux-arm), func Getxattr(string, string, []uint8) (int, error)
30430pkg syscall (linux-arm), func Listxattr(string, []uint8) (int, error)
30431pkg syscall (linux-arm), func Pipe2([]int, int) error
30432pkg syscall (linux-arm), func PtraceSyscall(int, int) error
30433pkg syscall (linux-arm), func Removexattr(string, string) error
30434pkg syscall (linux-arm), func Setxattr(string, string, []uint8, int) error
30435pkg syscall (linux-arm), func SlicePtrFromStrings([]string) ([]*uint8, error)
30436pkg syscall (linux-arm), type SysProcAttr struct, Ctty int
30437pkg syscall (linux-arm), type TCPInfo struct
30438pkg syscall (linux-arm), type TCPInfo struct, Advmss uint32
30439pkg syscall (linux-arm), type TCPInfo struct, Ato uint32
30440pkg syscall (linux-arm), type TCPInfo struct, Backoff uint8
30441pkg syscall (linux-arm), type TCPInfo struct, Ca_state uint8
30442pkg syscall (linux-arm), type TCPInfo struct, Fackets uint32
30443pkg syscall (linux-arm), type TCPInfo struct, Last_ack_recv uint32
30444pkg syscall (linux-arm), type TCPInfo struct, Last_ack_sent uint32
30445pkg syscall (linux-arm), type TCPInfo struct, Last_data_recv uint32
30446pkg syscall (linux-arm), type TCPInfo struct, Last_data_sent uint32
30447pkg syscall (linux-arm), type TCPInfo struct, Lost uint32
30448pkg syscall (linux-arm), type TCPInfo struct, Options uint8
30449pkg syscall (linux-arm), type TCPInfo struct, Pad_cgo_0 [2]uint8
30450pkg syscall (linux-arm), type TCPInfo struct, Pmtu uint32
30451pkg syscall (linux-arm), type TCPInfo struct, Probes uint8
30452pkg syscall (linux-arm), type TCPInfo struct, Rcv_mss uint32
30453pkg syscall (linux-arm), type TCPInfo struct, Rcv_rtt uint32
30454pkg syscall (linux-arm), type TCPInfo struct, Rcv_space uint32
30455pkg syscall (linux-arm), type TCPInfo struct, Rcv_ssthresh uint32
30456pkg syscall (linux-arm), type TCPInfo struct, Reordering uint32
30457pkg syscall (linux-arm), type TCPInfo struct, Retrans uint32
30458pkg syscall (linux-arm), type TCPInfo struct, Retransmits uint8
30459pkg syscall (linux-arm), type TCPInfo struct, Rto uint32
30460pkg syscall (linux-arm), type TCPInfo struct, Rtt uint32
30461pkg syscall (linux-arm), type TCPInfo struct, Rttvar uint32
30462pkg syscall (linux-arm), type TCPInfo struct, Sacked uint32
30463pkg syscall (linux-arm), type TCPInfo struct, Snd_cwnd uint32
30464pkg syscall (linux-arm), type TCPInfo struct, Snd_mss uint32
30465pkg syscall (linux-arm), type TCPInfo struct, Snd_ssthresh uint32
30466pkg syscall (linux-arm), type TCPInfo struct, State uint8
30467pkg syscall (linux-arm), type TCPInfo struct, Total_retrans uint32
30468pkg syscall (linux-arm), type TCPInfo struct, Unacked uint32
30469pkg syscall (linux-arm-cgo), const AF_ALG = 38
30470pkg syscall (linux-arm-cgo), const AF_APPLETALK = 5
30471pkg syscall (linux-arm-cgo), const AF_ASH = 18
30472pkg syscall (linux-arm-cgo), const AF_ATMPVC = 8
30473pkg syscall (linux-arm-cgo), const AF_ATMSVC = 20
30474pkg syscall (linux-arm-cgo), const AF_AX25 = 3
30475pkg syscall (linux-arm-cgo), const AF_BLUETOOTH = 31
30476pkg syscall (linux-arm-cgo), const AF_BRIDGE = 7
30477pkg syscall (linux-arm-cgo), const AF_CAIF = 37
30478pkg syscall (linux-arm-cgo), const AF_CAN = 29
30479pkg syscall (linux-arm-cgo), const AF_DECnet = 12
30480pkg syscall (linux-arm-cgo), const AF_ECONET = 19
30481pkg syscall (linux-arm-cgo), const AF_FILE = 1
30482pkg syscall (linux-arm-cgo), const AF_IEEE802154 = 36
30483pkg syscall (linux-arm-cgo), const AF_INET6 = 10
30484pkg syscall (linux-arm-cgo), const AF_IPX = 4
30485pkg syscall (linux-arm-cgo), const AF_IRDA = 23
30486pkg syscall (linux-arm-cgo), const AF_ISDN = 34
30487pkg syscall (linux-arm-cgo), const AF_IUCV = 32
30488pkg syscall (linux-arm-cgo), const AF_KEY = 15
30489pkg syscall (linux-arm-cgo), const AF_LLC = 26
30490pkg syscall (linux-arm-cgo), const AF_LOCAL = 1
30491pkg syscall (linux-arm-cgo), const AF_MAX = 39
30492pkg syscall (linux-arm-cgo), const AF_NETBEUI = 13
30493pkg syscall (linux-arm-cgo), const AF_NETLINK = 16
30494pkg syscall (linux-arm-cgo), const AF_NETROM = 6
30495pkg syscall (linux-arm-cgo), const AF_PACKET = 17
30496pkg syscall (linux-arm-cgo), const AF_PHONET = 35
30497pkg syscall (linux-arm-cgo), const AF_PPPOX = 24
30498pkg syscall (linux-arm-cgo), const AF_RDS = 21
30499pkg syscall (linux-arm-cgo), const AF_ROSE = 11
30500pkg syscall (linux-arm-cgo), const AF_ROUTE = 16
30501pkg syscall (linux-arm-cgo), const AF_RXRPC = 33
30502pkg syscall (linux-arm-cgo), const AF_SECURITY = 14
30503pkg syscall (linux-arm-cgo), const AF_SNA = 22
30504pkg syscall (linux-arm-cgo), const AF_TIPC = 30
30505pkg syscall (linux-arm-cgo), const AF_WANPIPE = 25
30506pkg syscall (linux-arm-cgo), const AF_X25 = 9
30507pkg syscall (linux-arm-cgo), const ARPHRD_ADAPT = 264
30508pkg syscall (linux-arm-cgo), const ARPHRD_APPLETLK = 8
30509pkg syscall (linux-arm-cgo), const ARPHRD_ARCNET = 7
30510pkg syscall (linux-arm-cgo), const ARPHRD_ASH = 781
30511pkg syscall (linux-arm-cgo), const ARPHRD_ATM = 19
30512pkg syscall (linux-arm-cgo), const ARPHRD_AX25 = 3
30513pkg syscall (linux-arm-cgo), const ARPHRD_BIF = 775
30514pkg syscall (linux-arm-cgo), const ARPHRD_CHAOS = 5
30515pkg syscall (linux-arm-cgo), const ARPHRD_CISCO = 513
30516pkg syscall (linux-arm-cgo), const ARPHRD_CSLIP = 257
30517pkg syscall (linux-arm-cgo), const ARPHRD_CSLIP6 = 259
30518pkg syscall (linux-arm-cgo), const ARPHRD_DDCMP = 517
30519pkg syscall (linux-arm-cgo), const ARPHRD_DLCI = 15
30520pkg syscall (linux-arm-cgo), const ARPHRD_ECONET = 782
30521pkg syscall (linux-arm-cgo), const ARPHRD_EETHER = 2
30522pkg syscall (linux-arm-cgo), const ARPHRD_ETHER = 1
30523pkg syscall (linux-arm-cgo), const ARPHRD_EUI64 = 27
30524pkg syscall (linux-arm-cgo), const ARPHRD_FCAL = 785
30525pkg syscall (linux-arm-cgo), const ARPHRD_FCFABRIC = 787
30526pkg syscall (linux-arm-cgo), const ARPHRD_FCPL = 786
30527pkg syscall (linux-arm-cgo), const ARPHRD_FCPP = 784
30528pkg syscall (linux-arm-cgo), const ARPHRD_FDDI = 774
30529pkg syscall (linux-arm-cgo), const ARPHRD_FRAD = 770
30530pkg syscall (linux-arm-cgo), const ARPHRD_HDLC = 513
30531pkg syscall (linux-arm-cgo), const ARPHRD_HIPPI = 780
30532pkg syscall (linux-arm-cgo), const ARPHRD_HWX25 = 272
30533pkg syscall (linux-arm-cgo), const ARPHRD_IEEE1394 = 24
30534pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802 = 6
30535pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211 = 801
30536pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211_PRISM = 802
30537pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211_RADIOTAP = 803
30538pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802154 = 804
30539pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802154_PHY = 805
30540pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802_TR = 800
30541pkg syscall (linux-arm-cgo), const ARPHRD_INFINIBAND = 32
30542pkg syscall (linux-arm-cgo), const ARPHRD_IPDDP = 777
30543pkg syscall (linux-arm-cgo), const ARPHRD_IPGRE = 778
30544pkg syscall (linux-arm-cgo), const ARPHRD_IRDA = 783
30545pkg syscall (linux-arm-cgo), const ARPHRD_LAPB = 516
30546pkg syscall (linux-arm-cgo), const ARPHRD_LOCALTLK = 773
30547pkg syscall (linux-arm-cgo), const ARPHRD_LOOPBACK = 772
30548pkg syscall (linux-arm-cgo), const ARPHRD_METRICOM = 23
30549pkg syscall (linux-arm-cgo), const ARPHRD_NETROM = 0
30550pkg syscall (linux-arm-cgo), const ARPHRD_NONE = 65534
30551pkg syscall (linux-arm-cgo), const ARPHRD_PIMREG = 779
30552pkg syscall (linux-arm-cgo), const ARPHRD_PPP = 512
30553pkg syscall (linux-arm-cgo), const ARPHRD_PRONET = 4
30554pkg syscall (linux-arm-cgo), const ARPHRD_RAWHDLC = 518
30555pkg syscall (linux-arm-cgo), const ARPHRD_ROSE = 270
30556pkg syscall (linux-arm-cgo), const ARPHRD_RSRVD = 260
30557pkg syscall (linux-arm-cgo), const ARPHRD_SIT = 776
30558pkg syscall (linux-arm-cgo), const ARPHRD_SKIP = 771
30559pkg syscall (linux-arm-cgo), const ARPHRD_SLIP = 256
30560pkg syscall (linux-arm-cgo), const ARPHRD_SLIP6 = 258
30561pkg syscall (linux-arm-cgo), const ARPHRD_TUNNEL = 768
30562pkg syscall (linux-arm-cgo), const ARPHRD_TUNNEL6 = 769
30563pkg syscall (linux-arm-cgo), const ARPHRD_VOID = 65535
30564pkg syscall (linux-arm-cgo), const ARPHRD_X25 = 271
30565pkg syscall (linux-arm-cgo), const B0 = 0
30566pkg syscall (linux-arm-cgo), const B1000000 = 4104
30567pkg syscall (linux-arm-cgo), const B110 = 3
30568pkg syscall (linux-arm-cgo), const B115200 = 4098
30569pkg syscall (linux-arm-cgo), const B1152000 = 4105
30570pkg syscall (linux-arm-cgo), const B1200 = 9
30571pkg syscall (linux-arm-cgo), const B134 = 4
30572pkg syscall (linux-arm-cgo), const B150 = 5
30573pkg syscall (linux-arm-cgo), const B1500000 = 4106
30574pkg syscall (linux-arm-cgo), const B1800 = 10
30575pkg syscall (linux-arm-cgo), const B19200 = 14
30576pkg syscall (linux-arm-cgo), const B200 = 6
30577pkg syscall (linux-arm-cgo), const B2000000 = 4107
30578pkg syscall (linux-arm-cgo), const B230400 = 4099
30579pkg syscall (linux-arm-cgo), const B2400 = 11
30580pkg syscall (linux-arm-cgo), const B2500000 = 4108
30581pkg syscall (linux-arm-cgo), const B300 = 7
30582pkg syscall (linux-arm-cgo), const B3000000 = 4109
30583pkg syscall (linux-arm-cgo), const B3500000 = 4110
30584pkg syscall (linux-arm-cgo), const B38400 = 15
30585pkg syscall (linux-arm-cgo), const B4000000 = 4111
30586pkg syscall (linux-arm-cgo), const B460800 = 4100
30587pkg syscall (linux-arm-cgo), const B4800 = 12
30588pkg syscall (linux-arm-cgo), const B50 = 1
30589pkg syscall (linux-arm-cgo), const B500000 = 4101
30590pkg syscall (linux-arm-cgo), const B57600 = 4097
30591pkg syscall (linux-arm-cgo), const B576000 = 4102
30592pkg syscall (linux-arm-cgo), const B600 = 8
30593pkg syscall (linux-arm-cgo), const B75 = 2
30594pkg syscall (linux-arm-cgo), const B921600 = 4103
30595pkg syscall (linux-arm-cgo), const B9600 = 13
30596pkg syscall (linux-arm-cgo), const BPF_A = 16
30597pkg syscall (linux-arm-cgo), const BPF_ABS = 32
30598pkg syscall (linux-arm-cgo), const BPF_ADD = 0
30599pkg syscall (linux-arm-cgo), const BPF_ALU = 4
30600pkg syscall (linux-arm-cgo), const BPF_AND = 80
30601pkg syscall (linux-arm-cgo), const BPF_B = 16
30602pkg syscall (linux-arm-cgo), const BPF_DIV = 48
30603pkg syscall (linux-arm-cgo), const BPF_H = 8
30604pkg syscall (linux-arm-cgo), const BPF_IMM = 0
30605pkg syscall (linux-arm-cgo), const BPF_IND = 64
30606pkg syscall (linux-arm-cgo), const BPF_JA = 0
30607pkg syscall (linux-arm-cgo), const BPF_JEQ = 16
30608pkg syscall (linux-arm-cgo), const BPF_JGE = 48
30609pkg syscall (linux-arm-cgo), const BPF_JGT = 32
30610pkg syscall (linux-arm-cgo), const BPF_JMP = 5
30611pkg syscall (linux-arm-cgo), const BPF_JSET = 64
30612pkg syscall (linux-arm-cgo), const BPF_K = 0
30613pkg syscall (linux-arm-cgo), const BPF_LD = 0
30614pkg syscall (linux-arm-cgo), const BPF_LDX = 1
30615pkg syscall (linux-arm-cgo), const BPF_LEN = 128
30616pkg syscall (linux-arm-cgo), const BPF_LSH = 96
30617pkg syscall (linux-arm-cgo), const BPF_MAJOR_VERSION = 1
30618pkg syscall (linux-arm-cgo), const BPF_MAXINSNS = 4096
30619pkg syscall (linux-arm-cgo), const BPF_MEM = 96
30620pkg syscall (linux-arm-cgo), const BPF_MEMWORDS = 16
30621pkg syscall (linux-arm-cgo), const BPF_MINOR_VERSION = 1
30622pkg syscall (linux-arm-cgo), const BPF_MISC = 7
30623pkg syscall (linux-arm-cgo), const BPF_MSH = 160
30624pkg syscall (linux-arm-cgo), const BPF_MUL = 32
30625pkg syscall (linux-arm-cgo), const BPF_NEG = 128
30626pkg syscall (linux-arm-cgo), const BPF_OR = 64
30627pkg syscall (linux-arm-cgo), const BPF_RET = 6
30628pkg syscall (linux-arm-cgo), const BPF_RSH = 112
30629pkg syscall (linux-arm-cgo), const BPF_ST = 2
30630pkg syscall (linux-arm-cgo), const BPF_STX = 3
30631pkg syscall (linux-arm-cgo), const BPF_SUB = 16
30632pkg syscall (linux-arm-cgo), const BPF_TAX = 0
30633pkg syscall (linux-arm-cgo), const BPF_TXA = 128
30634pkg syscall (linux-arm-cgo), const BPF_W = 0
30635pkg syscall (linux-arm-cgo), const BPF_X = 8
30636pkg syscall (linux-arm-cgo), const BRKINT = 2
30637pkg syscall (linux-arm-cgo), const CLOCAL = 2048
30638pkg syscall (linux-arm-cgo), const CREAD = 128
30639pkg syscall (linux-arm-cgo), const CS5 = 0
30640pkg syscall (linux-arm-cgo), const CS6 = 16
30641pkg syscall (linux-arm-cgo), const CS7 = 32
30642pkg syscall (linux-arm-cgo), const CS8 = 48
30643pkg syscall (linux-arm-cgo), const CSIZE = 48
30644pkg syscall (linux-arm-cgo), const CSTOPB = 64
30645pkg syscall (linux-arm-cgo), const DT_BLK = 6
30646pkg syscall (linux-arm-cgo), const DT_CHR = 2
30647pkg syscall (linux-arm-cgo), const DT_DIR = 4
30648pkg syscall (linux-arm-cgo), const DT_FIFO = 1
30649pkg syscall (linux-arm-cgo), const DT_LNK = 10
30650pkg syscall (linux-arm-cgo), const DT_REG = 8
30651pkg syscall (linux-arm-cgo), const DT_SOCK = 12
30652pkg syscall (linux-arm-cgo), const DT_UNKNOWN = 0
30653pkg syscall (linux-arm-cgo), const DT_WHT = 14
30654pkg syscall (linux-arm-cgo), const E2BIG = 7
30655pkg syscall (linux-arm-cgo), const EACCES = 13
30656pkg syscall (linux-arm-cgo), const EADDRINUSE = 98
30657pkg syscall (linux-arm-cgo), const EADDRNOTAVAIL = 99
30658pkg syscall (linux-arm-cgo), const EADV = 68
30659pkg syscall (linux-arm-cgo), const EAFNOSUPPORT = 97
30660pkg syscall (linux-arm-cgo), const EAGAIN = 11
30661pkg syscall (linux-arm-cgo), const EALREADY = 114
30662pkg syscall (linux-arm-cgo), const EBADE = 52
30663pkg syscall (linux-arm-cgo), const EBADF = 9
30664pkg syscall (linux-arm-cgo), const EBADFD = 77
30665pkg syscall (linux-arm-cgo), const EBADMSG = 74
30666pkg syscall (linux-arm-cgo), const EBADR = 53
30667pkg syscall (linux-arm-cgo), const EBADRQC = 56
30668pkg syscall (linux-arm-cgo), const EBADSLT = 57
30669pkg syscall (linux-arm-cgo), const EBFONT = 59
30670pkg syscall (linux-arm-cgo), const EBUSY = 16
30671pkg syscall (linux-arm-cgo), const ECANCELED = 125
30672pkg syscall (linux-arm-cgo), const ECHILD = 10
30673pkg syscall (linux-arm-cgo), const ECHO = 8
30674pkg syscall (linux-arm-cgo), const ECHOCTL = 512
30675pkg syscall (linux-arm-cgo), const ECHOE = 16
30676pkg syscall (linux-arm-cgo), const ECHOK = 32
30677pkg syscall (linux-arm-cgo), const ECHOKE = 2048
30678pkg syscall (linux-arm-cgo), const ECHONL = 64
30679pkg syscall (linux-arm-cgo), const ECHOPRT = 1024
30680pkg syscall (linux-arm-cgo), const ECHRNG = 44
30681pkg syscall (linux-arm-cgo), const ECOMM = 70
30682pkg syscall (linux-arm-cgo), const ECONNABORTED = 103
30683pkg syscall (linux-arm-cgo), const ECONNREFUSED = 111
30684pkg syscall (linux-arm-cgo), const ECONNRESET = 104
30685pkg syscall (linux-arm-cgo), const EDEADLK = 35
30686pkg syscall (linux-arm-cgo), const EDEADLOCK = 35
30687pkg syscall (linux-arm-cgo), const EDESTADDRREQ = 89
30688pkg syscall (linux-arm-cgo), const EDOM = 33
30689pkg syscall (linux-arm-cgo), const EDOTDOT = 73
30690pkg syscall (linux-arm-cgo), const EDQUOT = 122
30691pkg syscall (linux-arm-cgo), const EEXIST = 17
30692pkg syscall (linux-arm-cgo), const EFAULT = 14
30693pkg syscall (linux-arm-cgo), const EFBIG = 27
30694pkg syscall (linux-arm-cgo), const EHOSTDOWN = 112
30695pkg syscall (linux-arm-cgo), const EHOSTUNREACH = 113
30696pkg syscall (linux-arm-cgo), const EHWPOISON = 133
30697pkg syscall (linux-arm-cgo), const EIDRM = 43
30698pkg syscall (linux-arm-cgo), const EILSEQ = 84
30699pkg syscall (linux-arm-cgo), const EINPROGRESS = 115
30700pkg syscall (linux-arm-cgo), const EINTR = 4
30701pkg syscall (linux-arm-cgo), const EINVAL = 22
30702pkg syscall (linux-arm-cgo), const EIO = 5
30703pkg syscall (linux-arm-cgo), const EISCONN = 106
30704pkg syscall (linux-arm-cgo), const EISDIR = 21
30705pkg syscall (linux-arm-cgo), const EISNAM = 120
30706pkg syscall (linux-arm-cgo), const EKEYEXPIRED = 127
30707pkg syscall (linux-arm-cgo), const EKEYREJECTED = 129
30708pkg syscall (linux-arm-cgo), const EKEYREVOKED = 128
30709pkg syscall (linux-arm-cgo), const EL2HLT = 51
30710pkg syscall (linux-arm-cgo), const EL2NSYNC = 45
30711pkg syscall (linux-arm-cgo), const EL3HLT = 46
30712pkg syscall (linux-arm-cgo), const EL3RST = 47
30713pkg syscall (linux-arm-cgo), const ELF_NGREG = 18
30714pkg syscall (linux-arm-cgo), const ELF_PRARGSZ = 80
30715pkg syscall (linux-arm-cgo), const ELIBACC = 79
30716pkg syscall (linux-arm-cgo), const ELIBBAD = 80
30717pkg syscall (linux-arm-cgo), const ELIBEXEC = 83
30718pkg syscall (linux-arm-cgo), const ELIBMAX = 82
30719pkg syscall (linux-arm-cgo), const ELIBSCN = 81
30720pkg syscall (linux-arm-cgo), const ELNRNG = 48
30721pkg syscall (linux-arm-cgo), const ELOOP = 40
30722pkg syscall (linux-arm-cgo), const EMEDIUMTYPE = 124
30723pkg syscall (linux-arm-cgo), const EMFILE = 24
30724pkg syscall (linux-arm-cgo), const EMLINK = 31
30725pkg syscall (linux-arm-cgo), const EMSGSIZE = 90
30726pkg syscall (linux-arm-cgo), const EMULTIHOP = 72
30727pkg syscall (linux-arm-cgo), const ENAMETOOLONG = 36
30728pkg syscall (linux-arm-cgo), const ENAVAIL = 119
30729pkg syscall (linux-arm-cgo), const ENETDOWN = 100
30730pkg syscall (linux-arm-cgo), const ENETRESET = 102
30731pkg syscall (linux-arm-cgo), const ENETUNREACH = 101
30732pkg syscall (linux-arm-cgo), const ENFILE = 23
30733pkg syscall (linux-arm-cgo), const ENOANO = 55
30734pkg syscall (linux-arm-cgo), const ENOBUFS = 105
30735pkg syscall (linux-arm-cgo), const ENOCSI = 50
30736pkg syscall (linux-arm-cgo), const ENODATA = 61
30737pkg syscall (linux-arm-cgo), const ENODEV = 19
30738pkg syscall (linux-arm-cgo), const ENOEXEC = 8
30739pkg syscall (linux-arm-cgo), const ENOKEY = 126
30740pkg syscall (linux-arm-cgo), const ENOLCK = 37
30741pkg syscall (linux-arm-cgo), const ENOLINK = 67
30742pkg syscall (linux-arm-cgo), const ENOMEDIUM = 123
30743pkg syscall (linux-arm-cgo), const ENOMEM = 12
30744pkg syscall (linux-arm-cgo), const ENOMSG = 42
30745pkg syscall (linux-arm-cgo), const ENONET = 64
30746pkg syscall (linux-arm-cgo), const ENOPKG = 65
30747pkg syscall (linux-arm-cgo), const ENOPROTOOPT = 92
30748pkg syscall (linux-arm-cgo), const ENOSPC = 28
30749pkg syscall (linux-arm-cgo), const ENOSR = 63
30750pkg syscall (linux-arm-cgo), const ENOSTR = 60
30751pkg syscall (linux-arm-cgo), const ENOSYS = 38
30752pkg syscall (linux-arm-cgo), const ENOTBLK = 15
30753pkg syscall (linux-arm-cgo), const ENOTCONN = 107
30754pkg syscall (linux-arm-cgo), const ENOTDIR = 20
30755pkg syscall (linux-arm-cgo), const ENOTEMPTY = 39
30756pkg syscall (linux-arm-cgo), const ENOTNAM = 118
30757pkg syscall (linux-arm-cgo), const ENOTRECOVERABLE = 131
30758pkg syscall (linux-arm-cgo), const ENOTSOCK = 88
30759pkg syscall (linux-arm-cgo), const ENOTSUP = 95
30760pkg syscall (linux-arm-cgo), const ENOTTY = 25
30761pkg syscall (linux-arm-cgo), const ENOTUNIQ = 76
30762pkg syscall (linux-arm-cgo), const ENXIO = 6
30763pkg syscall (linux-arm-cgo), const EOPNOTSUPP = 95
30764pkg syscall (linux-arm-cgo), const EOVERFLOW = 75
30765pkg syscall (linux-arm-cgo), const EOWNERDEAD = 130
30766pkg syscall (linux-arm-cgo), const EPERM = 1
30767pkg syscall (linux-arm-cgo), const EPFNOSUPPORT = 96
30768pkg syscall (linux-arm-cgo), const EPIPE = 32
30769pkg syscall (linux-arm-cgo), const EPOLLERR = 8
30770pkg syscall (linux-arm-cgo), const EPOLLET = -2147483648
30771pkg syscall (linux-arm-cgo), const EPOLLHUP = 16
30772pkg syscall (linux-arm-cgo), const EPOLLIN = 1
30773pkg syscall (linux-arm-cgo), const EPOLLMSG = 1024
30774pkg syscall (linux-arm-cgo), const EPOLLONESHOT = 1073741824
30775pkg syscall (linux-arm-cgo), const EPOLLOUT = 4
30776pkg syscall (linux-arm-cgo), const EPOLLPRI = 2
30777pkg syscall (linux-arm-cgo), const EPOLLRDBAND = 128
30778pkg syscall (linux-arm-cgo), const EPOLLRDHUP = 8192
30779pkg syscall (linux-arm-cgo), const EPOLLRDNORM = 64
30780pkg syscall (linux-arm-cgo), const EPOLLWRBAND = 512
30781pkg syscall (linux-arm-cgo), const EPOLLWRNORM = 256
30782pkg syscall (linux-arm-cgo), const EPOLL_CLOEXEC = 524288
30783pkg syscall (linux-arm-cgo), const EPOLL_CTL_ADD = 1
30784pkg syscall (linux-arm-cgo), const EPOLL_CTL_DEL = 2
30785pkg syscall (linux-arm-cgo), const EPOLL_CTL_MOD = 3
30786pkg syscall (linux-arm-cgo), const EPOLL_NONBLOCK = 2048
30787pkg syscall (linux-arm-cgo), const EPROTO = 71
30788pkg syscall (linux-arm-cgo), const EPROTONOSUPPORT = 93
30789pkg syscall (linux-arm-cgo), const EPROTOTYPE = 91
30790pkg syscall (linux-arm-cgo), const ERANGE = 34
30791pkg syscall (linux-arm-cgo), const EREMCHG = 78
30792pkg syscall (linux-arm-cgo), const EREMOTE = 66
30793pkg syscall (linux-arm-cgo), const EREMOTEIO = 121
30794pkg syscall (linux-arm-cgo), const ERESTART = 85
30795pkg syscall (linux-arm-cgo), const ERFKILL = 132
30796pkg syscall (linux-arm-cgo), const EROFS = 30
30797pkg syscall (linux-arm-cgo), const ESHUTDOWN = 108
30798pkg syscall (linux-arm-cgo), const ESOCKTNOSUPPORT = 94
30799pkg syscall (linux-arm-cgo), const ESPIPE = 29
30800pkg syscall (linux-arm-cgo), const ESRCH = 3
30801pkg syscall (linux-arm-cgo), const ESRMNT = 69
30802pkg syscall (linux-arm-cgo), const ESTALE = 116
30803pkg syscall (linux-arm-cgo), const ESTRPIPE = 86
30804pkg syscall (linux-arm-cgo), const ETH_P_1588 = 35063
30805pkg syscall (linux-arm-cgo), const ETH_P_8021Q = 33024
30806pkg syscall (linux-arm-cgo), const ETH_P_802_2 = 4
30807pkg syscall (linux-arm-cgo), const ETH_P_802_3 = 1
30808pkg syscall (linux-arm-cgo), const ETH_P_AARP = 33011
30809pkg syscall (linux-arm-cgo), const ETH_P_ALL = 3
30810pkg syscall (linux-arm-cgo), const ETH_P_AOE = 34978
30811pkg syscall (linux-arm-cgo), const ETH_P_ARCNET = 26
30812pkg syscall (linux-arm-cgo), const ETH_P_ARP = 2054
30813pkg syscall (linux-arm-cgo), const ETH_P_ATALK = 32923
30814pkg syscall (linux-arm-cgo), const ETH_P_ATMFATE = 34948
30815pkg syscall (linux-arm-cgo), const ETH_P_ATMMPOA = 34892
30816pkg syscall (linux-arm-cgo), const ETH_P_AX25 = 2
30817pkg syscall (linux-arm-cgo), const ETH_P_BPQ = 2303
30818pkg syscall (linux-arm-cgo), const ETH_P_CAIF = 247
30819pkg syscall (linux-arm-cgo), const ETH_P_CAN = 12
30820pkg syscall (linux-arm-cgo), const ETH_P_CONTROL = 22
30821pkg syscall (linux-arm-cgo), const ETH_P_CUST = 24582
30822pkg syscall (linux-arm-cgo), const ETH_P_DDCMP = 6
30823pkg syscall (linux-arm-cgo), const ETH_P_DEC = 24576
30824pkg syscall (linux-arm-cgo), const ETH_P_DIAG = 24581
30825pkg syscall (linux-arm-cgo), const ETH_P_DNA_DL = 24577
30826pkg syscall (linux-arm-cgo), const ETH_P_DNA_RC = 24578
30827pkg syscall (linux-arm-cgo), const ETH_P_DNA_RT = 24579
30828pkg syscall (linux-arm-cgo), const ETH_P_DSA = 27
30829pkg syscall (linux-arm-cgo), const ETH_P_ECONET = 24
30830pkg syscall (linux-arm-cgo), const ETH_P_EDSA = 56026
30831pkg syscall (linux-arm-cgo), const ETH_P_FCOE = 35078
30832pkg syscall (linux-arm-cgo), const ETH_P_FIP = 35092
30833pkg syscall (linux-arm-cgo), const ETH_P_HDLC = 25
30834pkg syscall (linux-arm-cgo), const ETH_P_IEEE802154 = 246
30835pkg syscall (linux-arm-cgo), const ETH_P_IEEEPUP = 2560
30836pkg syscall (linux-arm-cgo), const ETH_P_IEEEPUPAT = 2561
30837pkg syscall (linux-arm-cgo), const ETH_P_IP = 2048
30838pkg syscall (linux-arm-cgo), const ETH_P_IPV6 = 34525
30839pkg syscall (linux-arm-cgo), const ETH_P_IPX = 33079
30840pkg syscall (linux-arm-cgo), const ETH_P_IRDA = 23
30841pkg syscall (linux-arm-cgo), const ETH_P_LAT = 24580
30842pkg syscall (linux-arm-cgo), const ETH_P_LINK_CTL = 34924
30843pkg syscall (linux-arm-cgo), const ETH_P_LOCALTALK = 9
30844pkg syscall (linux-arm-cgo), const ETH_P_LOOP = 96
30845pkg syscall (linux-arm-cgo), const ETH_P_MOBITEX = 21
30846pkg syscall (linux-arm-cgo), const ETH_P_MPLS_MC = 34888
30847pkg syscall (linux-arm-cgo), const ETH_P_MPLS_UC = 34887
30848pkg syscall (linux-arm-cgo), const ETH_P_PAE = 34958
30849pkg syscall (linux-arm-cgo), const ETH_P_PAUSE = 34824
30850pkg syscall (linux-arm-cgo), const ETH_P_PHONET = 245
30851pkg syscall (linux-arm-cgo), const ETH_P_PPPTALK = 16
30852pkg syscall (linux-arm-cgo), const ETH_P_PPP_DISC = 34915
30853pkg syscall (linux-arm-cgo), const ETH_P_PPP_MP = 8
30854pkg syscall (linux-arm-cgo), const ETH_P_PPP_SES = 34916
30855pkg syscall (linux-arm-cgo), const ETH_P_PUP = 512
30856pkg syscall (linux-arm-cgo), const ETH_P_PUPAT = 513
30857pkg syscall (linux-arm-cgo), const ETH_P_RARP = 32821
30858pkg syscall (linux-arm-cgo), const ETH_P_SCA = 24583
30859pkg syscall (linux-arm-cgo), const ETH_P_SLOW = 34825
30860pkg syscall (linux-arm-cgo), const ETH_P_SNAP = 5
30861pkg syscall (linux-arm-cgo), const ETH_P_TEB = 25944
30862pkg syscall (linux-arm-cgo), const ETH_P_TIPC = 35018
30863pkg syscall (linux-arm-cgo), const ETH_P_TRAILER = 28
30864pkg syscall (linux-arm-cgo), const ETH_P_TR_802_2 = 17
30865pkg syscall (linux-arm-cgo), const ETH_P_WAN_PPP = 7
30866pkg syscall (linux-arm-cgo), const ETH_P_WCCP = 34878
30867pkg syscall (linux-arm-cgo), const ETH_P_X25 = 2053
30868pkg syscall (linux-arm-cgo), const ETIME = 62
30869pkg syscall (linux-arm-cgo), const ETIMEDOUT = 110
30870pkg syscall (linux-arm-cgo), const ETOOMANYREFS = 109
30871pkg syscall (linux-arm-cgo), const ETXTBSY = 26
30872pkg syscall (linux-arm-cgo), const EUCLEAN = 117
30873pkg syscall (linux-arm-cgo), const EUNATCH = 49
30874pkg syscall (linux-arm-cgo), const EUSERS = 87
30875pkg syscall (linux-arm-cgo), const EWOULDBLOCK = 11
30876pkg syscall (linux-arm-cgo), const EXDEV = 18
30877pkg syscall (linux-arm-cgo), const EXFULL = 54
30878pkg syscall (linux-arm-cgo), const FD_CLOEXEC = 1
30879pkg syscall (linux-arm-cgo), const FD_SETSIZE = 1024
30880pkg syscall (linux-arm-cgo), const FLUSHO = 4096
30881pkg syscall (linux-arm-cgo), const F_DUPFD = 0
30882pkg syscall (linux-arm-cgo), const F_DUPFD_CLOEXEC = 1030
30883pkg syscall (linux-arm-cgo), const F_EXLCK = 4
30884pkg syscall (linux-arm-cgo), const F_GETFD = 1
30885pkg syscall (linux-arm-cgo), const F_GETFL = 3
30886pkg syscall (linux-arm-cgo), const F_GETLEASE = 1025
30887pkg syscall (linux-arm-cgo), const F_GETLK = 12
30888pkg syscall (linux-arm-cgo), const F_GETLK64 = 12
30889pkg syscall (linux-arm-cgo), const F_GETOWN = 9
30890pkg syscall (linux-arm-cgo), const F_GETOWN_EX = 16
30891pkg syscall (linux-arm-cgo), const F_GETPIPE_SZ = 1032
30892pkg syscall (linux-arm-cgo), const F_GETSIG = 11
30893pkg syscall (linux-arm-cgo), const F_LOCK = 1
30894pkg syscall (linux-arm-cgo), const F_NOTIFY = 1026
30895pkg syscall (linux-arm-cgo), const F_OK = 0
30896pkg syscall (linux-arm-cgo), const F_RDLCK = 0
30897pkg syscall (linux-arm-cgo), const F_SETFD = 2
30898pkg syscall (linux-arm-cgo), const F_SETFL = 4
30899pkg syscall (linux-arm-cgo), const F_SETLEASE = 1024
30900pkg syscall (linux-arm-cgo), const F_SETLK = 13
30901pkg syscall (linux-arm-cgo), const F_SETLK64 = 13
30902pkg syscall (linux-arm-cgo), const F_SETLKW = 14
30903pkg syscall (linux-arm-cgo), const F_SETLKW64 = 14
30904pkg syscall (linux-arm-cgo), const F_SETOWN = 8
30905pkg syscall (linux-arm-cgo), const F_SETOWN_EX = 15
30906pkg syscall (linux-arm-cgo), const F_SETPIPE_SZ = 1031
30907pkg syscall (linux-arm-cgo), const F_SETSIG = 10
30908pkg syscall (linux-arm-cgo), const F_SHLCK = 8
30909pkg syscall (linux-arm-cgo), const F_TEST = 3
30910pkg syscall (linux-arm-cgo), const F_TLOCK = 2
30911pkg syscall (linux-arm-cgo), const F_ULOCK = 0
30912pkg syscall (linux-arm-cgo), const F_UNLCK = 2
30913pkg syscall (linux-arm-cgo), const F_WRLCK = 1
30914pkg syscall (linux-arm-cgo), const HUPCL = 1024
30915pkg syscall (linux-arm-cgo), const ICANON = 2
30916pkg syscall (linux-arm-cgo), const ICRNL = 256
30917pkg syscall (linux-arm-cgo), const IEXTEN = 32768
30918pkg syscall (linux-arm-cgo), const IFA_ADDRESS = 1
30919pkg syscall (linux-arm-cgo), const IFA_ANYCAST = 5
30920pkg syscall (linux-arm-cgo), const IFA_BROADCAST = 4
30921pkg syscall (linux-arm-cgo), const IFA_CACHEINFO = 6
30922pkg syscall (linux-arm-cgo), const IFA_F_DADFAILED = 8
30923pkg syscall (linux-arm-cgo), const IFA_F_DEPRECATED = 32
30924pkg syscall (linux-arm-cgo), const IFA_F_HOMEADDRESS = 16
30925pkg syscall (linux-arm-cgo), const IFA_F_NODAD = 2
30926pkg syscall (linux-arm-cgo), const IFA_F_OPTIMISTIC = 4
30927pkg syscall (linux-arm-cgo), const IFA_F_PERMANENT = 128
30928pkg syscall (linux-arm-cgo), const IFA_F_SECONDARY = 1
30929pkg syscall (linux-arm-cgo), const IFA_F_TEMPORARY = 1
30930pkg syscall (linux-arm-cgo), const IFA_F_TENTATIVE = 64
30931pkg syscall (linux-arm-cgo), const IFA_LABEL = 3
30932pkg syscall (linux-arm-cgo), const IFA_LOCAL = 2
30933pkg syscall (linux-arm-cgo), const IFA_MAX = 7
30934pkg syscall (linux-arm-cgo), const IFA_MULTICAST = 7
30935pkg syscall (linux-arm-cgo), const IFA_UNSPEC = 0
30936pkg syscall (linux-arm-cgo), const IFF_ALLMULTI = 512
30937pkg syscall (linux-arm-cgo), const IFF_AUTOMEDIA = 16384
30938pkg syscall (linux-arm-cgo), const IFF_DEBUG = 4
30939pkg syscall (linux-arm-cgo), const IFF_DYNAMIC = 32768
30940pkg syscall (linux-arm-cgo), const IFF_LOOPBACK = 8
30941pkg syscall (linux-arm-cgo), const IFF_MASTER = 1024
30942pkg syscall (linux-arm-cgo), const IFF_MULTICAST = 4096
30943pkg syscall (linux-arm-cgo), const IFF_NOARP = 128
30944pkg syscall (linux-arm-cgo), const IFF_NOTRAILERS = 32
30945pkg syscall (linux-arm-cgo), const IFF_NO_PI = 4096
30946pkg syscall (linux-arm-cgo), const IFF_ONE_QUEUE = 8192
30947pkg syscall (linux-arm-cgo), const IFF_POINTOPOINT = 16
30948pkg syscall (linux-arm-cgo), const IFF_PORTSEL = 8192
30949pkg syscall (linux-arm-cgo), const IFF_PROMISC = 256
30950pkg syscall (linux-arm-cgo), const IFF_RUNNING = 64
30951pkg syscall (linux-arm-cgo), const IFF_SLAVE = 2048
30952pkg syscall (linux-arm-cgo), const IFF_TAP = 2
30953pkg syscall (linux-arm-cgo), const IFF_TUN = 1
30954pkg syscall (linux-arm-cgo), const IFF_TUN_EXCL = 32768
30955pkg syscall (linux-arm-cgo), const IFF_VNET_HDR = 16384
30956pkg syscall (linux-arm-cgo), const IFLA_ADDRESS = 1
30957pkg syscall (linux-arm-cgo), const IFLA_BROADCAST = 2
30958pkg syscall (linux-arm-cgo), const IFLA_COST = 8
30959pkg syscall (linux-arm-cgo), const IFLA_IFALIAS = 20
30960pkg syscall (linux-arm-cgo), const IFLA_IFNAME = 3
30961pkg syscall (linux-arm-cgo), const IFLA_LINK = 5
30962pkg syscall (linux-arm-cgo), const IFLA_LINKINFO = 18
30963pkg syscall (linux-arm-cgo), const IFLA_LINKMODE = 17
30964pkg syscall (linux-arm-cgo), const IFLA_MAP = 14
30965pkg syscall (linux-arm-cgo), const IFLA_MASTER = 10
30966pkg syscall (linux-arm-cgo), const IFLA_MAX = 29
30967pkg syscall (linux-arm-cgo), const IFLA_MTU = 4
30968pkg syscall (linux-arm-cgo), const IFLA_NET_NS_PID = 19
30969pkg syscall (linux-arm-cgo), const IFLA_OPERSTATE = 16
30970pkg syscall (linux-arm-cgo), const IFLA_PRIORITY = 9
30971pkg syscall (linux-arm-cgo), const IFLA_PROTINFO = 12
30972pkg syscall (linux-arm-cgo), const IFLA_QDISC = 6
30973pkg syscall (linux-arm-cgo), const IFLA_STATS = 7
30974pkg syscall (linux-arm-cgo), const IFLA_TXQLEN = 13
30975pkg syscall (linux-arm-cgo), const IFLA_UNSPEC = 0
30976pkg syscall (linux-arm-cgo), const IFLA_WEIGHT = 15
30977pkg syscall (linux-arm-cgo), const IFLA_WIRELESS = 11
30978pkg syscall (linux-arm-cgo), const IFNAMSIZ = 16
30979pkg syscall (linux-arm-cgo), const IGNBRK = 1
30980pkg syscall (linux-arm-cgo), const IGNCR = 128
30981pkg syscall (linux-arm-cgo), const IGNPAR = 4
30982pkg syscall (linux-arm-cgo), const IMAXBEL = 8192
30983pkg syscall (linux-arm-cgo), const INLCR = 64
30984pkg syscall (linux-arm-cgo), const INPCK = 16
30985pkg syscall (linux-arm-cgo), const IN_ACCESS = 1
30986pkg syscall (linux-arm-cgo), const IN_ALL_EVENTS = 4095
30987pkg syscall (linux-arm-cgo), const IN_ATTRIB = 4
30988pkg syscall (linux-arm-cgo), const IN_CLASSA_HOST = 16777215
30989pkg syscall (linux-arm-cgo), const IN_CLASSA_MAX = 128
30990pkg syscall (linux-arm-cgo), const IN_CLASSA_NET = 4278190080
30991pkg syscall (linux-arm-cgo), const IN_CLASSA_NSHIFT = 24
30992pkg syscall (linux-arm-cgo), const IN_CLASSB_HOST = 65535
30993pkg syscall (linux-arm-cgo), const IN_CLASSB_MAX = 65536
30994pkg syscall (linux-arm-cgo), const IN_CLASSB_NET = 4294901760
30995pkg syscall (linux-arm-cgo), const IN_CLASSB_NSHIFT = 16
30996pkg syscall (linux-arm-cgo), const IN_CLASSC_HOST = 255
30997pkg syscall (linux-arm-cgo), const IN_CLASSC_NET = 4294967040
30998pkg syscall (linux-arm-cgo), const IN_CLASSC_NSHIFT = 8
30999pkg syscall (linux-arm-cgo), const IN_CLOEXEC = 524288
31000pkg syscall (linux-arm-cgo), const IN_CLOSE = 24
31001pkg syscall (linux-arm-cgo), const IN_CLOSE_NOWRITE = 16
31002pkg syscall (linux-arm-cgo), const IN_CLOSE_WRITE = 8
31003pkg syscall (linux-arm-cgo), const IN_CREATE = 256
31004pkg syscall (linux-arm-cgo), const IN_DELETE = 512
31005pkg syscall (linux-arm-cgo), const IN_DELETE_SELF = 1024
31006pkg syscall (linux-arm-cgo), const IN_DONT_FOLLOW = 33554432
31007pkg syscall (linux-arm-cgo), const IN_EXCL_UNLINK = 67108864
31008pkg syscall (linux-arm-cgo), const IN_IGNORED = 32768
31009pkg syscall (linux-arm-cgo), const IN_ISDIR = 1073741824
31010pkg syscall (linux-arm-cgo), const IN_LOOPBACKNET = 127
31011pkg syscall (linux-arm-cgo), const IN_MASK_ADD = 536870912
31012pkg syscall (linux-arm-cgo), const IN_MODIFY = 2
31013pkg syscall (linux-arm-cgo), const IN_MOVE = 192
31014pkg syscall (linux-arm-cgo), const IN_MOVED_FROM = 64
31015pkg syscall (linux-arm-cgo), const IN_MOVED_TO = 128
31016pkg syscall (linux-arm-cgo), const IN_MOVE_SELF = 2048
31017pkg syscall (linux-arm-cgo), const IN_NONBLOCK = 2048
31018pkg syscall (linux-arm-cgo), const IN_ONESHOT = 2147483648
31019pkg syscall (linux-arm-cgo), const IN_ONLYDIR = 16777216
31020pkg syscall (linux-arm-cgo), const IN_OPEN = 32
31021pkg syscall (linux-arm-cgo), const IN_Q_OVERFLOW = 16384
31022pkg syscall (linux-arm-cgo), const IN_UNMOUNT = 8192
31023pkg syscall (linux-arm-cgo), const IPPROTO_AH = 51
31024pkg syscall (linux-arm-cgo), const IPPROTO_COMP = 108
31025pkg syscall (linux-arm-cgo), const IPPROTO_DCCP = 33
31026pkg syscall (linux-arm-cgo), const IPPROTO_DSTOPTS = 60
31027pkg syscall (linux-arm-cgo), const IPPROTO_EGP = 8
31028pkg syscall (linux-arm-cgo), const IPPROTO_ENCAP = 98
31029pkg syscall (linux-arm-cgo), const IPPROTO_ESP = 50
31030pkg syscall (linux-arm-cgo), const IPPROTO_FRAGMENT = 44
31031pkg syscall (linux-arm-cgo), const IPPROTO_GRE = 47
31032pkg syscall (linux-arm-cgo), const IPPROTO_HOPOPTS = 0
31033pkg syscall (linux-arm-cgo), const IPPROTO_ICMP = 1
31034pkg syscall (linux-arm-cgo), const IPPROTO_ICMPV6 = 58
31035pkg syscall (linux-arm-cgo), const IPPROTO_IDP = 22
31036pkg syscall (linux-arm-cgo), const IPPROTO_IGMP = 2
31037pkg syscall (linux-arm-cgo), const IPPROTO_IPIP = 4
31038pkg syscall (linux-arm-cgo), const IPPROTO_MTP = 92
31039pkg syscall (linux-arm-cgo), const IPPROTO_NONE = 59
31040pkg syscall (linux-arm-cgo), const IPPROTO_PIM = 103
31041pkg syscall (linux-arm-cgo), const IPPROTO_PUP = 12
31042pkg syscall (linux-arm-cgo), const IPPROTO_RAW = 255
31043pkg syscall (linux-arm-cgo), const IPPROTO_ROUTING = 43
31044pkg syscall (linux-arm-cgo), const IPPROTO_RSVP = 46
31045pkg syscall (linux-arm-cgo), const IPPROTO_SCTP = 132
31046pkg syscall (linux-arm-cgo), const IPPROTO_TP = 29
31047pkg syscall (linux-arm-cgo), const IPPROTO_UDPLITE = 136
31048pkg syscall (linux-arm-cgo), const IPV6_2292DSTOPTS = 4
31049pkg syscall (linux-arm-cgo), const IPV6_2292HOPLIMIT = 8
31050pkg syscall (linux-arm-cgo), const IPV6_2292HOPOPTS = 3
31051pkg syscall (linux-arm-cgo), const IPV6_2292PKTINFO = 2
31052pkg syscall (linux-arm-cgo), const IPV6_2292PKTOPTIONS = 6
31053pkg syscall (linux-arm-cgo), const IPV6_2292RTHDR = 5
31054pkg syscall (linux-arm-cgo), const IPV6_ADDRFORM = 1
31055pkg syscall (linux-arm-cgo), const IPV6_ADD_MEMBERSHIP = 20
31056pkg syscall (linux-arm-cgo), const IPV6_AUTHHDR = 10
31057pkg syscall (linux-arm-cgo), const IPV6_CHECKSUM = 7
31058pkg syscall (linux-arm-cgo), const IPV6_DROP_MEMBERSHIP = 21
31059pkg syscall (linux-arm-cgo), const IPV6_DSTOPTS = 59
31060pkg syscall (linux-arm-cgo), const IPV6_HOPLIMIT = 52
31061pkg syscall (linux-arm-cgo), const IPV6_HOPOPTS = 54
31062pkg syscall (linux-arm-cgo), const IPV6_IPSEC_POLICY = 34
31063pkg syscall (linux-arm-cgo), const IPV6_JOIN_ANYCAST = 27
31064pkg syscall (linux-arm-cgo), const IPV6_JOIN_GROUP = 20
31065pkg syscall (linux-arm-cgo), const IPV6_LEAVE_ANYCAST = 28
31066pkg syscall (linux-arm-cgo), const IPV6_LEAVE_GROUP = 21
31067pkg syscall (linux-arm-cgo), const IPV6_MTU = 24
31068pkg syscall (linux-arm-cgo), const IPV6_MTU_DISCOVER = 23
31069pkg syscall (linux-arm-cgo), const IPV6_MULTICAST_HOPS = 18
31070pkg syscall (linux-arm-cgo), const IPV6_MULTICAST_IF = 17
31071pkg syscall (linux-arm-cgo), const IPV6_MULTICAST_LOOP = 19
31072pkg syscall (linux-arm-cgo), const IPV6_NEXTHOP = 9
31073pkg syscall (linux-arm-cgo), const IPV6_PKTINFO = 50
31074pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_DO = 2
31075pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_DONT = 0
31076pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_PROBE = 3
31077pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_WANT = 1
31078pkg syscall (linux-arm-cgo), const IPV6_RECVDSTOPTS = 58
31079pkg syscall (linux-arm-cgo), const IPV6_RECVERR = 25
31080pkg syscall (linux-arm-cgo), const IPV6_RECVHOPLIMIT = 51
31081pkg syscall (linux-arm-cgo), const IPV6_RECVHOPOPTS = 53
31082pkg syscall (linux-arm-cgo), const IPV6_RECVPKTINFO = 49
31083pkg syscall (linux-arm-cgo), const IPV6_RECVRTHDR = 56
31084pkg syscall (linux-arm-cgo), const IPV6_RECVTCLASS = 66
31085pkg syscall (linux-arm-cgo), const IPV6_ROUTER_ALERT = 22
31086pkg syscall (linux-arm-cgo), const IPV6_RTHDR = 57
31087pkg syscall (linux-arm-cgo), const IPV6_RTHDRDSTOPTS = 55
31088pkg syscall (linux-arm-cgo), const IPV6_RTHDR_LOOSE = 0
31089pkg syscall (linux-arm-cgo), const IPV6_RTHDR_STRICT = 1
31090pkg syscall (linux-arm-cgo), const IPV6_RTHDR_TYPE_0 = 0
31091pkg syscall (linux-arm-cgo), const IPV6_RXDSTOPTS = 59
31092pkg syscall (linux-arm-cgo), const IPV6_RXHOPOPTS = 54
31093pkg syscall (linux-arm-cgo), const IPV6_TCLASS = 67
31094pkg syscall (linux-arm-cgo), const IPV6_UNICAST_HOPS = 16
31095pkg syscall (linux-arm-cgo), const IPV6_V6ONLY = 26
31096pkg syscall (linux-arm-cgo), const IPV6_XFRM_POLICY = 35
31097pkg syscall (linux-arm-cgo), const IP_ADD_MEMBERSHIP = 35
31098pkg syscall (linux-arm-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 39
31099pkg syscall (linux-arm-cgo), const IP_BLOCK_SOURCE = 38
31100pkg syscall (linux-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
31101pkg syscall (linux-arm-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
31102pkg syscall (linux-arm-cgo), const IP_DF = 16384
31103pkg syscall (linux-arm-cgo), const IP_DROP_MEMBERSHIP = 36
31104pkg syscall (linux-arm-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 40
31105pkg syscall (linux-arm-cgo), const IP_FREEBIND = 15
31106pkg syscall (linux-arm-cgo), const IP_HDRINCL = 3
31107pkg syscall (linux-arm-cgo), const IP_IPSEC_POLICY = 16
31108pkg syscall (linux-arm-cgo), const IP_MAXPACKET = 65535
31109pkg syscall (linux-arm-cgo), const IP_MAX_MEMBERSHIPS = 20
31110pkg syscall (linux-arm-cgo), const IP_MF = 8192
31111pkg syscall (linux-arm-cgo), const IP_MINTTL = 21
31112pkg syscall (linux-arm-cgo), const IP_MSFILTER = 41
31113pkg syscall (linux-arm-cgo), const IP_MSS = 576
31114pkg syscall (linux-arm-cgo), const IP_MTU = 14
31115pkg syscall (linux-arm-cgo), const IP_MTU_DISCOVER = 10
31116pkg syscall (linux-arm-cgo), const IP_MULTICAST_IF = 32
31117pkg syscall (linux-arm-cgo), const IP_MULTICAST_LOOP = 34
31118pkg syscall (linux-arm-cgo), const IP_MULTICAST_TTL = 33
31119pkg syscall (linux-arm-cgo), const IP_OFFMASK = 8191
31120pkg syscall (linux-arm-cgo), const IP_OPTIONS = 4
31121pkg syscall (linux-arm-cgo), const IP_ORIGDSTADDR = 20
31122pkg syscall (linux-arm-cgo), const IP_PASSSEC = 18
31123pkg syscall (linux-arm-cgo), const IP_PKTINFO = 8
31124pkg syscall (linux-arm-cgo), const IP_PKTOPTIONS = 9
31125pkg syscall (linux-arm-cgo), const IP_PMTUDISC = 10
31126pkg syscall (linux-arm-cgo), const IP_PMTUDISC_DO = 2
31127pkg syscall (linux-arm-cgo), const IP_PMTUDISC_DONT = 0
31128pkg syscall (linux-arm-cgo), const IP_PMTUDISC_PROBE = 3
31129pkg syscall (linux-arm-cgo), const IP_PMTUDISC_WANT = 1
31130pkg syscall (linux-arm-cgo), const IP_RECVERR = 11
31131pkg syscall (linux-arm-cgo), const IP_RECVOPTS = 6
31132pkg syscall (linux-arm-cgo), const IP_RECVORIGDSTADDR = 20
31133pkg syscall (linux-arm-cgo), const IP_RECVRETOPTS = 7
31134pkg syscall (linux-arm-cgo), const IP_RECVTOS = 13
31135pkg syscall (linux-arm-cgo), const IP_RECVTTL = 12
31136pkg syscall (linux-arm-cgo), const IP_RETOPTS = 7
31137pkg syscall (linux-arm-cgo), const IP_RF = 32768
31138pkg syscall (linux-arm-cgo), const IP_ROUTER_ALERT = 5
31139pkg syscall (linux-arm-cgo), const IP_TOS = 1
31140pkg syscall (linux-arm-cgo), const IP_TRANSPARENT = 19
31141pkg syscall (linux-arm-cgo), const IP_TTL = 2
31142pkg syscall (linux-arm-cgo), const IP_UNBLOCK_SOURCE = 37
31143pkg syscall (linux-arm-cgo), const IP_XFRM_POLICY = 17
31144pkg syscall (linux-arm-cgo), const ISIG = 1
31145pkg syscall (linux-arm-cgo), const ISTRIP = 32
31146pkg syscall (linux-arm-cgo), const IUCLC = 512
31147pkg syscall (linux-arm-cgo), const IUTF8 = 16384
31148pkg syscall (linux-arm-cgo), const IXANY = 2048
31149pkg syscall (linux-arm-cgo), const IXOFF = 4096
31150pkg syscall (linux-arm-cgo), const IXON = 1024
31151pkg syscall (linux-arm-cgo), const ImplementsGetwd = true
31152pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_CAD_OFF = 0
31153pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
31154pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_HALT = 3454992675
31155pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_KEXEC = 1163412803
31156pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
31157pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_RESTART = 19088743
31158pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
31159pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
31160pkg syscall (linux-arm-cgo), const LINUX_REBOOT_MAGIC1 = 4276215469
31161pkg syscall (linux-arm-cgo), const LINUX_REBOOT_MAGIC2 = 672274793
31162pkg syscall (linux-arm-cgo), const LOCK_EX = 2
31163pkg syscall (linux-arm-cgo), const LOCK_NB = 4
31164pkg syscall (linux-arm-cgo), const LOCK_SH = 1
31165pkg syscall (linux-arm-cgo), const LOCK_UN = 8
31166pkg syscall (linux-arm-cgo), const MADV_DOFORK = 11
31167pkg syscall (linux-arm-cgo), const MADV_DONTFORK = 10
31168pkg syscall (linux-arm-cgo), const MADV_DONTNEED = 4
31169pkg syscall (linux-arm-cgo), const MADV_HUGEPAGE = 14
31170pkg syscall (linux-arm-cgo), const MADV_HWPOISON = 100
31171pkg syscall (linux-arm-cgo), const MADV_MERGEABLE = 12
31172pkg syscall (linux-arm-cgo), const MADV_NOHUGEPAGE = 15
31173pkg syscall (linux-arm-cgo), const MADV_NORMAL = 0
31174pkg syscall (linux-arm-cgo), const MADV_RANDOM = 1
31175pkg syscall (linux-arm-cgo), const MADV_REMOVE = 9
31176pkg syscall (linux-arm-cgo), const MADV_SEQUENTIAL = 2
31177pkg syscall (linux-arm-cgo), const MADV_UNMERGEABLE = 13
31178pkg syscall (linux-arm-cgo), const MADV_WILLNEED = 3
31179pkg syscall (linux-arm-cgo), const MAP_ANON = 32
31180pkg syscall (linux-arm-cgo), const MAP_ANONYMOUS = 32
31181pkg syscall (linux-arm-cgo), const MAP_DENYWRITE = 2048
31182pkg syscall (linux-arm-cgo), const MAP_EXECUTABLE = 4096
31183pkg syscall (linux-arm-cgo), const MAP_FILE = 0
31184pkg syscall (linux-arm-cgo), const MAP_FIXED = 16
31185pkg syscall (linux-arm-cgo), const MAP_GROWSDOWN = 256
31186pkg syscall (linux-arm-cgo), const MAP_LOCKED = 8192
31187pkg syscall (linux-arm-cgo), const MAP_NONBLOCK = 65536
31188pkg syscall (linux-arm-cgo), const MAP_NORESERVE = 16384
31189pkg syscall (linux-arm-cgo), const MAP_POPULATE = 32768
31190pkg syscall (linux-arm-cgo), const MAP_PRIVATE = 2
31191pkg syscall (linux-arm-cgo), const MAP_SHARED = 1
31192pkg syscall (linux-arm-cgo), const MAP_TYPE = 15
31193pkg syscall (linux-arm-cgo), const MCL_CURRENT = 1
31194pkg syscall (linux-arm-cgo), const MCL_FUTURE = 2
31195pkg syscall (linux-arm-cgo), const MNT_DETACH = 2
31196pkg syscall (linux-arm-cgo), const MNT_EXPIRE = 4
31197pkg syscall (linux-arm-cgo), const MNT_FORCE = 1
31198pkg syscall (linux-arm-cgo), const MSG_CMSG_CLOEXEC = 1073741824
31199pkg syscall (linux-arm-cgo), const MSG_CONFIRM = 2048
31200pkg syscall (linux-arm-cgo), const MSG_CTRUNC = 8
31201pkg syscall (linux-arm-cgo), const MSG_DONTROUTE = 4
31202pkg syscall (linux-arm-cgo), const MSG_DONTWAIT = 64
31203pkg syscall (linux-arm-cgo), const MSG_EOR = 128
31204pkg syscall (linux-arm-cgo), const MSG_ERRQUEUE = 8192
31205pkg syscall (linux-arm-cgo), const MSG_FASTOPEN = 536870912
31206pkg syscall (linux-arm-cgo), const MSG_FIN = 512
31207pkg syscall (linux-arm-cgo), const MSG_MORE = 32768
31208pkg syscall (linux-arm-cgo), const MSG_NOSIGNAL = 16384
31209pkg syscall (linux-arm-cgo), const MSG_OOB = 1
31210pkg syscall (linux-arm-cgo), const MSG_PEEK = 2
31211pkg syscall (linux-arm-cgo), const MSG_PROXY = 16
31212pkg syscall (linux-arm-cgo), const MSG_RST = 4096
31213pkg syscall (linux-arm-cgo), const MSG_SYN = 1024
31214pkg syscall (linux-arm-cgo), const MSG_TRUNC = 32
31215pkg syscall (linux-arm-cgo), const MSG_TRYHARD = 4
31216pkg syscall (linux-arm-cgo), const MSG_WAITALL = 256
31217pkg syscall (linux-arm-cgo), const MSG_WAITFORONE = 65536
31218pkg syscall (linux-arm-cgo), const MS_ACTIVE = 1073741824
31219pkg syscall (linux-arm-cgo), const MS_ASYNC = 1
31220pkg syscall (linux-arm-cgo), const MS_BIND = 4096
31221pkg syscall (linux-arm-cgo), const MS_DIRSYNC = 128
31222pkg syscall (linux-arm-cgo), const MS_INVALIDATE = 2
31223pkg syscall (linux-arm-cgo), const MS_I_VERSION = 8388608
31224pkg syscall (linux-arm-cgo), const MS_KERNMOUNT = 4194304
31225pkg syscall (linux-arm-cgo), const MS_MANDLOCK = 64
31226pkg syscall (linux-arm-cgo), const MS_MGC_MSK = 4294901760
31227pkg syscall (linux-arm-cgo), const MS_MGC_VAL = 3236757504
31228pkg syscall (linux-arm-cgo), const MS_MOVE = 8192
31229pkg syscall (linux-arm-cgo), const MS_NOATIME = 1024
31230pkg syscall (linux-arm-cgo), const MS_NODEV = 4
31231pkg syscall (linux-arm-cgo), const MS_NODIRATIME = 2048
31232pkg syscall (linux-arm-cgo), const MS_NOEXEC = 8
31233pkg syscall (linux-arm-cgo), const MS_NOSUID = 2
31234pkg syscall (linux-arm-cgo), const MS_NOUSER = -2147483648
31235pkg syscall (linux-arm-cgo), const MS_POSIXACL = 65536
31236pkg syscall (linux-arm-cgo), const MS_PRIVATE = 262144
31237pkg syscall (linux-arm-cgo), const MS_RDONLY = 1
31238pkg syscall (linux-arm-cgo), const MS_REC = 16384
31239pkg syscall (linux-arm-cgo), const MS_RELATIME = 2097152
31240pkg syscall (linux-arm-cgo), const MS_REMOUNT = 32
31241pkg syscall (linux-arm-cgo), const MS_RMT_MASK = 8388689
31242pkg syscall (linux-arm-cgo), const MS_SHARED = 1048576
31243pkg syscall (linux-arm-cgo), const MS_SILENT = 32768
31244pkg syscall (linux-arm-cgo), const MS_SLAVE = 524288
31245pkg syscall (linux-arm-cgo), const MS_STRICTATIME = 16777216
31246pkg syscall (linux-arm-cgo), const MS_SYNC = 4
31247pkg syscall (linux-arm-cgo), const MS_SYNCHRONOUS = 16
31248pkg syscall (linux-arm-cgo), const MS_UNBINDABLE = 131072
31249pkg syscall (linux-arm-cgo), const NAME_MAX = 255
31250pkg syscall (linux-arm-cgo), const NETLINK_ADD_MEMBERSHIP = 1
31251pkg syscall (linux-arm-cgo), const NETLINK_AUDIT = 9
31252pkg syscall (linux-arm-cgo), const NETLINK_BROADCAST_ERROR = 4
31253pkg syscall (linux-arm-cgo), const NETLINK_CONNECTOR = 11
31254pkg syscall (linux-arm-cgo), const NETLINK_DNRTMSG = 14
31255pkg syscall (linux-arm-cgo), const NETLINK_DROP_MEMBERSHIP = 2
31256pkg syscall (linux-arm-cgo), const NETLINK_ECRYPTFS = 19
31257pkg syscall (linux-arm-cgo), const NETLINK_FIB_LOOKUP = 10
31258pkg syscall (linux-arm-cgo), const NETLINK_FIREWALL = 3
31259pkg syscall (linux-arm-cgo), const NETLINK_GENERIC = 16
31260pkg syscall (linux-arm-cgo), const NETLINK_INET_DIAG = 4
31261pkg syscall (linux-arm-cgo), const NETLINK_IP6_FW = 13
31262pkg syscall (linux-arm-cgo), const NETLINK_ISCSI = 8
31263pkg syscall (linux-arm-cgo), const NETLINK_KOBJECT_UEVENT = 15
31264pkg syscall (linux-arm-cgo), const NETLINK_NETFILTER = 12
31265pkg syscall (linux-arm-cgo), const NETLINK_NFLOG = 5
31266pkg syscall (linux-arm-cgo), const NETLINK_NO_ENOBUFS = 5
31267pkg syscall (linux-arm-cgo), const NETLINK_PKTINFO = 3
31268pkg syscall (linux-arm-cgo), const NETLINK_RDMA = 20
31269pkg syscall (linux-arm-cgo), const NETLINK_ROUTE = 0
31270pkg syscall (linux-arm-cgo), const NETLINK_SCSITRANSPORT = 18
31271pkg syscall (linux-arm-cgo), const NETLINK_SELINUX = 7
31272pkg syscall (linux-arm-cgo), const NETLINK_UNUSED = 1
31273pkg syscall (linux-arm-cgo), const NETLINK_USERSOCK = 2
31274pkg syscall (linux-arm-cgo), const NETLINK_XFRM = 6
31275pkg syscall (linux-arm-cgo), const NLA_ALIGNTO = 4
31276pkg syscall (linux-arm-cgo), const NLA_F_NESTED = 32768
31277pkg syscall (linux-arm-cgo), const NLA_F_NET_BYTEORDER = 16384
31278pkg syscall (linux-arm-cgo), const NLA_HDRLEN = 4
31279pkg syscall (linux-arm-cgo), const NLMSG_ALIGNTO = 4
31280pkg syscall (linux-arm-cgo), const NLMSG_DONE = 3
31281pkg syscall (linux-arm-cgo), const NLMSG_ERROR = 2
31282pkg syscall (linux-arm-cgo), const NLMSG_HDRLEN = 16
31283pkg syscall (linux-arm-cgo), const NLMSG_MIN_TYPE = 16
31284pkg syscall (linux-arm-cgo), const NLMSG_NOOP = 1
31285pkg syscall (linux-arm-cgo), const NLMSG_OVERRUN = 4
31286pkg syscall (linux-arm-cgo), const NLM_F_ACK = 4
31287pkg syscall (linux-arm-cgo), const NLM_F_APPEND = 2048
31288pkg syscall (linux-arm-cgo), const NLM_F_ATOMIC = 1024
31289pkg syscall (linux-arm-cgo), const NLM_F_CREATE = 1024
31290pkg syscall (linux-arm-cgo), const NLM_F_DUMP = 768
31291pkg syscall (linux-arm-cgo), const NLM_F_ECHO = 8
31292pkg syscall (linux-arm-cgo), const NLM_F_EXCL = 512
31293pkg syscall (linux-arm-cgo), const NLM_F_MATCH = 512
31294pkg syscall (linux-arm-cgo), const NLM_F_MULTI = 2
31295pkg syscall (linux-arm-cgo), const NLM_F_REPLACE = 256
31296pkg syscall (linux-arm-cgo), const NLM_F_REQUEST = 1
31297pkg syscall (linux-arm-cgo), const NLM_F_ROOT = 256
31298pkg syscall (linux-arm-cgo), const NOFLSH = 128
31299pkg syscall (linux-arm-cgo), const OCRNL = 8
31300pkg syscall (linux-arm-cgo), const OFDEL = 128
31301pkg syscall (linux-arm-cgo), const OFILL = 64
31302pkg syscall (linux-arm-cgo), const OLCUC = 2
31303pkg syscall (linux-arm-cgo), const ONLCR = 4
31304pkg syscall (linux-arm-cgo), const ONLRET = 32
31305pkg syscall (linux-arm-cgo), const ONOCR = 16
31306pkg syscall (linux-arm-cgo), const OPOST = 1
31307pkg syscall (linux-arm-cgo), const O_ACCMODE = 3
31308pkg syscall (linux-arm-cgo), const O_APPEND = 1024
31309pkg syscall (linux-arm-cgo), const O_ASYNC = 8192
31310pkg syscall (linux-arm-cgo), const O_CLOEXEC = 524288
31311pkg syscall (linux-arm-cgo), const O_CREAT = 64
31312pkg syscall (linux-arm-cgo), const O_DIRECT = 65536
31313pkg syscall (linux-arm-cgo), const O_DIRECTORY = 16384
31314pkg syscall (linux-arm-cgo), const O_DSYNC = 4096
31315pkg syscall (linux-arm-cgo), const O_EXCL = 128
31316pkg syscall (linux-arm-cgo), const O_FSYNC = 4096
31317pkg syscall (linux-arm-cgo), const O_LARGEFILE = 131072
31318pkg syscall (linux-arm-cgo), const O_NDELAY = 2048
31319pkg syscall (linux-arm-cgo), const O_NOATIME = 262144
31320pkg syscall (linux-arm-cgo), const O_NOCTTY = 256
31321pkg syscall (linux-arm-cgo), const O_NOFOLLOW = 32768
31322pkg syscall (linux-arm-cgo), const O_NONBLOCK = 2048
31323pkg syscall (linux-arm-cgo), const O_RSYNC = 4096
31324pkg syscall (linux-arm-cgo), const O_SYNC = 4096
31325pkg syscall (linux-arm-cgo), const O_TRUNC = 512
31326pkg syscall (linux-arm-cgo), const PACKET_ADD_MEMBERSHIP = 1
31327pkg syscall (linux-arm-cgo), const PACKET_BROADCAST = 1
31328pkg syscall (linux-arm-cgo), const PACKET_DROP_MEMBERSHIP = 2
31329pkg syscall (linux-arm-cgo), const PACKET_FASTROUTE = 6
31330pkg syscall (linux-arm-cgo), const PACKET_HOST = 0
31331pkg syscall (linux-arm-cgo), const PACKET_LOOPBACK = 5
31332pkg syscall (linux-arm-cgo), const PACKET_MR_ALLMULTI = 2
31333pkg syscall (linux-arm-cgo), const PACKET_MR_MULTICAST = 0
31334pkg syscall (linux-arm-cgo), const PACKET_MR_PROMISC = 1
31335pkg syscall (linux-arm-cgo), const PACKET_MULTICAST = 2
31336pkg syscall (linux-arm-cgo), const PACKET_OTHERHOST = 3
31337pkg syscall (linux-arm-cgo), const PACKET_OUTGOING = 4
31338pkg syscall (linux-arm-cgo), const PACKET_RECV_OUTPUT = 3
31339pkg syscall (linux-arm-cgo), const PACKET_RX_RING = 5
31340pkg syscall (linux-arm-cgo), const PACKET_STATISTICS = 6
31341pkg syscall (linux-arm-cgo), const PARENB = 256
31342pkg syscall (linux-arm-cgo), const PARMRK = 8
31343pkg syscall (linux-arm-cgo), const PARODD = 512
31344pkg syscall (linux-arm-cgo), const PENDIN = 16384
31345pkg syscall (linux-arm-cgo), const PROT_EXEC = 4
31346pkg syscall (linux-arm-cgo), const PROT_GROWSDOWN = 16777216
31347pkg syscall (linux-arm-cgo), const PROT_GROWSUP = 33554432
31348pkg syscall (linux-arm-cgo), const PROT_NONE = 0
31349pkg syscall (linux-arm-cgo), const PROT_READ = 1
31350pkg syscall (linux-arm-cgo), const PROT_WRITE = 2
31351pkg syscall (linux-arm-cgo), const PR_CAPBSET_DROP = 24
31352pkg syscall (linux-arm-cgo), const PR_CAPBSET_READ = 23
31353pkg syscall (linux-arm-cgo), const PR_CLEAR_SECCOMP_FILTER = 37
31354pkg syscall (linux-arm-cgo), const PR_ENDIAN_BIG = 0
31355pkg syscall (linux-arm-cgo), const PR_ENDIAN_LITTLE = 1
31356pkg syscall (linux-arm-cgo), const PR_ENDIAN_PPC_LITTLE = 2
31357pkg syscall (linux-arm-cgo), const PR_FPEMU_NOPRINT = 1
31358pkg syscall (linux-arm-cgo), const PR_FPEMU_SIGFPE = 2
31359pkg syscall (linux-arm-cgo), const PR_FP_EXC_ASYNC = 2
31360pkg syscall (linux-arm-cgo), const PR_FP_EXC_DISABLED = 0
31361pkg syscall (linux-arm-cgo), const PR_FP_EXC_DIV = 65536
31362pkg syscall (linux-arm-cgo), const PR_FP_EXC_INV = 1048576
31363pkg syscall (linux-arm-cgo), const PR_FP_EXC_NONRECOV = 1
31364pkg syscall (linux-arm-cgo), const PR_FP_EXC_OVF = 131072
31365pkg syscall (linux-arm-cgo), const PR_FP_EXC_PRECISE = 3
31366pkg syscall (linux-arm-cgo), const PR_FP_EXC_RES = 524288
31367pkg syscall (linux-arm-cgo), const PR_FP_EXC_SW_ENABLE = 128
31368pkg syscall (linux-arm-cgo), const PR_FP_EXC_UND = 262144
31369pkg syscall (linux-arm-cgo), const PR_GET_DUMPABLE = 3
31370pkg syscall (linux-arm-cgo), const PR_GET_ENDIAN = 19
31371pkg syscall (linux-arm-cgo), const PR_GET_FPEMU = 9
31372pkg syscall (linux-arm-cgo), const PR_GET_FPEXC = 11
31373pkg syscall (linux-arm-cgo), const PR_GET_KEEPCAPS = 7
31374pkg syscall (linux-arm-cgo), const PR_GET_NAME = 16
31375pkg syscall (linux-arm-cgo), const PR_GET_PDEATHSIG = 2
31376pkg syscall (linux-arm-cgo), const PR_GET_SECCOMP = 21
31377pkg syscall (linux-arm-cgo), const PR_GET_SECCOMP_FILTER = 35
31378pkg syscall (linux-arm-cgo), const PR_GET_SECUREBITS = 27
31379pkg syscall (linux-arm-cgo), const PR_GET_TIMERSLACK = 30
31380pkg syscall (linux-arm-cgo), const PR_GET_TIMING = 13
31381pkg syscall (linux-arm-cgo), const PR_GET_TSC = 25
31382pkg syscall (linux-arm-cgo), const PR_GET_UNALIGN = 5
31383pkg syscall (linux-arm-cgo), const PR_MCE_KILL = 33
31384pkg syscall (linux-arm-cgo), const PR_MCE_KILL_CLEAR = 0
31385pkg syscall (linux-arm-cgo), const PR_MCE_KILL_DEFAULT = 2
31386pkg syscall (linux-arm-cgo), const PR_MCE_KILL_EARLY = 1
31387pkg syscall (linux-arm-cgo), const PR_MCE_KILL_GET = 34
31388pkg syscall (linux-arm-cgo), const PR_MCE_KILL_LATE = 0
31389pkg syscall (linux-arm-cgo), const PR_MCE_KILL_SET = 1
31390pkg syscall (linux-arm-cgo), const PR_SECCOMP_FILTER_EVENT = 1
31391pkg syscall (linux-arm-cgo), const PR_SECCOMP_FILTER_SYSCALL = 0
31392pkg syscall (linux-arm-cgo), const PR_SET_DUMPABLE = 4
31393pkg syscall (linux-arm-cgo), const PR_SET_ENDIAN = 20
31394pkg syscall (linux-arm-cgo), const PR_SET_FPEMU = 10
31395pkg syscall (linux-arm-cgo), const PR_SET_FPEXC = 12
31396pkg syscall (linux-arm-cgo), const PR_SET_KEEPCAPS = 8
31397pkg syscall (linux-arm-cgo), const PR_SET_NAME = 15
31398pkg syscall (linux-arm-cgo), const PR_SET_PDEATHSIG = 1
31399pkg syscall (linux-arm-cgo), const PR_SET_PTRACER = 1499557217
31400pkg syscall (linux-arm-cgo), const PR_SET_SECCOMP = 22
31401pkg syscall (linux-arm-cgo), const PR_SET_SECCOMP_FILTER = 36
31402pkg syscall (linux-arm-cgo), const PR_SET_SECUREBITS = 28
31403pkg syscall (linux-arm-cgo), const PR_SET_TIMERSLACK = 29
31404pkg syscall (linux-arm-cgo), const PR_SET_TIMING = 14
31405pkg syscall (linux-arm-cgo), const PR_SET_TSC = 26
31406pkg syscall (linux-arm-cgo), const PR_SET_UNALIGN = 6
31407pkg syscall (linux-arm-cgo), const PR_TASK_PERF_EVENTS_DISABLE = 31
31408pkg syscall (linux-arm-cgo), const PR_TASK_PERF_EVENTS_ENABLE = 32
31409pkg syscall (linux-arm-cgo), const PR_TIMING_STATISTICAL = 0
31410pkg syscall (linux-arm-cgo), const PR_TIMING_TIMESTAMP = 1
31411pkg syscall (linux-arm-cgo), const PR_TSC_ENABLE = 1
31412pkg syscall (linux-arm-cgo), const PR_TSC_SIGSEGV = 2
31413pkg syscall (linux-arm-cgo), const PR_UNALIGN_NOPRINT = 1
31414pkg syscall (linux-arm-cgo), const PR_UNALIGN_SIGBUS = 2
31415pkg syscall (linux-arm-cgo), const PTRACE_ATTACH = 16
31416pkg syscall (linux-arm-cgo), const PTRACE_CONT = 7
31417pkg syscall (linux-arm-cgo), const PTRACE_DETACH = 17
31418pkg syscall (linux-arm-cgo), const PTRACE_EVENT_CLONE = 3
31419pkg syscall (linux-arm-cgo), const PTRACE_EVENT_EXEC = 4
31420pkg syscall (linux-arm-cgo), const PTRACE_EVENT_EXIT = 6
31421pkg syscall (linux-arm-cgo), const PTRACE_EVENT_FORK = 1
31422pkg syscall (linux-arm-cgo), const PTRACE_EVENT_VFORK = 2
31423pkg syscall (linux-arm-cgo), const PTRACE_EVENT_VFORK_DONE = 5
31424pkg syscall (linux-arm-cgo), const PTRACE_GETCRUNCHREGS = 25
31425pkg syscall (linux-arm-cgo), const PTRACE_GETEVENTMSG = 16897
31426pkg syscall (linux-arm-cgo), const PTRACE_GETFPREGS = 14
31427pkg syscall (linux-arm-cgo), const PTRACE_GETHBPREGS = 29
31428pkg syscall (linux-arm-cgo), const PTRACE_GETREGS = 12
31429pkg syscall (linux-arm-cgo), const PTRACE_GETREGSET = 16900
31430pkg syscall (linux-arm-cgo), const PTRACE_GETSIGINFO = 16898
31431pkg syscall (linux-arm-cgo), const PTRACE_GETVFPREGS = 27
31432pkg syscall (linux-arm-cgo), const PTRACE_GETWMMXREGS = 18
31433pkg syscall (linux-arm-cgo), const PTRACE_GET_THREAD_AREA = 22
31434pkg syscall (linux-arm-cgo), const PTRACE_KILL = 8
31435pkg syscall (linux-arm-cgo), const PTRACE_OLDSETOPTIONS = 21
31436pkg syscall (linux-arm-cgo), const PTRACE_O_MASK = 127
31437pkg syscall (linux-arm-cgo), const PTRACE_O_TRACECLONE = 8
31438pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEEXEC = 16
31439pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEEXIT = 64
31440pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEFORK = 2
31441pkg syscall (linux-arm-cgo), const PTRACE_O_TRACESYSGOOD = 1
31442pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEVFORK = 4
31443pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEVFORKDONE = 32
31444pkg syscall (linux-arm-cgo), const PTRACE_PEEKDATA = 2
31445pkg syscall (linux-arm-cgo), const PTRACE_PEEKTEXT = 1
31446pkg syscall (linux-arm-cgo), const PTRACE_PEEKUSR = 3
31447pkg syscall (linux-arm-cgo), const PTRACE_POKEDATA = 5
31448pkg syscall (linux-arm-cgo), const PTRACE_POKETEXT = 4
31449pkg syscall (linux-arm-cgo), const PTRACE_POKEUSR = 6
31450pkg syscall (linux-arm-cgo), const PTRACE_SETCRUNCHREGS = 26
31451pkg syscall (linux-arm-cgo), const PTRACE_SETFPREGS = 15
31452pkg syscall (linux-arm-cgo), const PTRACE_SETHBPREGS = 30
31453pkg syscall (linux-arm-cgo), const PTRACE_SETOPTIONS = 16896
31454pkg syscall (linux-arm-cgo), const PTRACE_SETREGS = 13
31455pkg syscall (linux-arm-cgo), const PTRACE_SETREGSET = 16901
31456pkg syscall (linux-arm-cgo), const PTRACE_SETSIGINFO = 16899
31457pkg syscall (linux-arm-cgo), const PTRACE_SETVFPREGS = 28
31458pkg syscall (linux-arm-cgo), const PTRACE_SETWMMXREGS = 19
31459pkg syscall (linux-arm-cgo), const PTRACE_SET_SYSCALL = 23
31460pkg syscall (linux-arm-cgo), const PTRACE_SINGLESTEP = 9
31461pkg syscall (linux-arm-cgo), const PTRACE_SYSCALL = 24
31462pkg syscall (linux-arm-cgo), const PTRACE_TRACEME = 0
31463pkg syscall (linux-arm-cgo), const PT_DATA_ADDR = 65540
31464pkg syscall (linux-arm-cgo), const PT_TEXT_ADDR = 65536
31465pkg syscall (linux-arm-cgo), const PT_TEXT_END_ADDR = 65544
31466pkg syscall (linux-arm-cgo), const PathMax = 4096
31467pkg syscall (linux-arm-cgo), const RLIMIT_AS = 9
31468pkg syscall (linux-arm-cgo), const RLIMIT_CORE = 4
31469pkg syscall (linux-arm-cgo), const RLIMIT_CPU = 0
31470pkg syscall (linux-arm-cgo), const RLIMIT_DATA = 2
31471pkg syscall (linux-arm-cgo), const RLIMIT_FSIZE = 1
31472pkg syscall (linux-arm-cgo), const RLIMIT_NOFILE = 7
31473pkg syscall (linux-arm-cgo), const RLIMIT_STACK = 3
31474pkg syscall (linux-arm-cgo), const RLIM_INFINITY = -1
31475pkg syscall (linux-arm-cgo), const RTAX_ADVMSS = 8
31476pkg syscall (linux-arm-cgo), const RTAX_CWND = 7
31477pkg syscall (linux-arm-cgo), const RTAX_FEATURES = 12
31478pkg syscall (linux-arm-cgo), const RTAX_FEATURE_ALLFRAG = 8
31479pkg syscall (linux-arm-cgo), const RTAX_FEATURE_ECN = 1
31480pkg syscall (linux-arm-cgo), const RTAX_FEATURE_SACK = 2
31481pkg syscall (linux-arm-cgo), const RTAX_FEATURE_TIMESTAMP = 4
31482pkg syscall (linux-arm-cgo), const RTAX_HOPLIMIT = 10
31483pkg syscall (linux-arm-cgo), const RTAX_INITCWND = 11
31484pkg syscall (linux-arm-cgo), const RTAX_INITRWND = 14
31485pkg syscall (linux-arm-cgo), const RTAX_LOCK = 1
31486pkg syscall (linux-arm-cgo), const RTAX_MAX = 14
31487pkg syscall (linux-arm-cgo), const RTAX_MTU = 2
31488pkg syscall (linux-arm-cgo), const RTAX_REORDERING = 9
31489pkg syscall (linux-arm-cgo), const RTAX_RTO_MIN = 13
31490pkg syscall (linux-arm-cgo), const RTAX_RTT = 4
31491pkg syscall (linux-arm-cgo), const RTAX_RTTVAR = 5
31492pkg syscall (linux-arm-cgo), const RTAX_SSTHRESH = 6
31493pkg syscall (linux-arm-cgo), const RTAX_UNSPEC = 0
31494pkg syscall (linux-arm-cgo), const RTAX_WINDOW = 3
31495pkg syscall (linux-arm-cgo), const RTA_ALIGNTO = 4
31496pkg syscall (linux-arm-cgo), const RTA_CACHEINFO = 12
31497pkg syscall (linux-arm-cgo), const RTA_DST = 1
31498pkg syscall (linux-arm-cgo), const RTA_FLOW = 11
31499pkg syscall (linux-arm-cgo), const RTA_GATEWAY = 5
31500pkg syscall (linux-arm-cgo), const RTA_IIF = 3
31501pkg syscall (linux-arm-cgo), const RTA_MAX = 16
31502pkg syscall (linux-arm-cgo), const RTA_METRICS = 8
31503pkg syscall (linux-arm-cgo), const RTA_MULTIPATH = 9
31504pkg syscall (linux-arm-cgo), const RTA_OIF = 4
31505pkg syscall (linux-arm-cgo), const RTA_PREFSRC = 7
31506pkg syscall (linux-arm-cgo), const RTA_PRIORITY = 6
31507pkg syscall (linux-arm-cgo), const RTA_SRC = 2
31508pkg syscall (linux-arm-cgo), const RTA_TABLE = 15
31509pkg syscall (linux-arm-cgo), const RTA_UNSPEC = 0
31510pkg syscall (linux-arm-cgo), const RTCF_DIRECTSRC = 67108864
31511pkg syscall (linux-arm-cgo), const RTCF_DOREDIRECT = 16777216
31512pkg syscall (linux-arm-cgo), const RTCF_LOG = 33554432
31513pkg syscall (linux-arm-cgo), const RTCF_MASQ = 4194304
31514pkg syscall (linux-arm-cgo), const RTCF_NAT = 8388608
31515pkg syscall (linux-arm-cgo), const RTCF_VALVE = 2097152
31516pkg syscall (linux-arm-cgo), const RTF_ADDRCLASSMASK = 4160749568
31517pkg syscall (linux-arm-cgo), const RTF_ADDRCONF = 262144
31518pkg syscall (linux-arm-cgo), const RTF_ALLONLINK = 131072
31519pkg syscall (linux-arm-cgo), const RTF_BROADCAST = 268435456
31520pkg syscall (linux-arm-cgo), const RTF_CACHE = 16777216
31521pkg syscall (linux-arm-cgo), const RTF_DEFAULT = 65536
31522pkg syscall (linux-arm-cgo), const RTF_DYNAMIC = 16
31523pkg syscall (linux-arm-cgo), const RTF_FLOW = 33554432
31524pkg syscall (linux-arm-cgo), const RTF_GATEWAY = 2
31525pkg syscall (linux-arm-cgo), const RTF_HOST = 4
31526pkg syscall (linux-arm-cgo), const RTF_INTERFACE = 1073741824
31527pkg syscall (linux-arm-cgo), const RTF_IRTT = 256
31528pkg syscall (linux-arm-cgo), const RTF_LINKRT = 1048576
31529pkg syscall (linux-arm-cgo), const RTF_LOCAL = 2147483648
31530pkg syscall (linux-arm-cgo), const RTF_MODIFIED = 32
31531pkg syscall (linux-arm-cgo), const RTF_MSS = 64
31532pkg syscall (linux-arm-cgo), const RTF_MTU = 64
31533pkg syscall (linux-arm-cgo), const RTF_MULTICAST = 536870912
31534pkg syscall (linux-arm-cgo), const RTF_NAT = 134217728
31535pkg syscall (linux-arm-cgo), const RTF_NOFORWARD = 4096
31536pkg syscall (linux-arm-cgo), const RTF_NONEXTHOP = 2097152
31537pkg syscall (linux-arm-cgo), const RTF_NOPMTUDISC = 16384
31538pkg syscall (linux-arm-cgo), const RTF_POLICY = 67108864
31539pkg syscall (linux-arm-cgo), const RTF_REINSTATE = 8
31540pkg syscall (linux-arm-cgo), const RTF_REJECT = 512
31541pkg syscall (linux-arm-cgo), const RTF_STATIC = 1024
31542pkg syscall (linux-arm-cgo), const RTF_THROW = 8192
31543pkg syscall (linux-arm-cgo), const RTF_UP = 1
31544pkg syscall (linux-arm-cgo), const RTF_WINDOW = 128
31545pkg syscall (linux-arm-cgo), const RTF_XRESOLVE = 2048
31546pkg syscall (linux-arm-cgo), const RTM_BASE = 16
31547pkg syscall (linux-arm-cgo), const RTM_DELACTION = 49
31548pkg syscall (linux-arm-cgo), const RTM_DELADDR = 21
31549pkg syscall (linux-arm-cgo), const RTM_DELADDRLABEL = 73
31550pkg syscall (linux-arm-cgo), const RTM_DELLINK = 17
31551pkg syscall (linux-arm-cgo), const RTM_DELNEIGH = 29
31552pkg syscall (linux-arm-cgo), const RTM_DELQDISC = 37
31553pkg syscall (linux-arm-cgo), const RTM_DELROUTE = 25
31554pkg syscall (linux-arm-cgo), const RTM_DELRULE = 33
31555pkg syscall (linux-arm-cgo), const RTM_DELTCLASS = 41
31556pkg syscall (linux-arm-cgo), const RTM_DELTFILTER = 45
31557pkg syscall (linux-arm-cgo), const RTM_F_CLONED = 512
31558pkg syscall (linux-arm-cgo), const RTM_F_EQUALIZE = 1024
31559pkg syscall (linux-arm-cgo), const RTM_F_NOTIFY = 256
31560pkg syscall (linux-arm-cgo), const RTM_F_PREFIX = 2048
31561pkg syscall (linux-arm-cgo), const RTM_GETACTION = 50
31562pkg syscall (linux-arm-cgo), const RTM_GETADDR = 22
31563pkg syscall (linux-arm-cgo), const RTM_GETADDRLABEL = 74
31564pkg syscall (linux-arm-cgo), const RTM_GETANYCAST = 62
31565pkg syscall (linux-arm-cgo), const RTM_GETDCB = 78
31566pkg syscall (linux-arm-cgo), const RTM_GETLINK = 18
31567pkg syscall (linux-arm-cgo), const RTM_GETMULTICAST = 58
31568pkg syscall (linux-arm-cgo), const RTM_GETNEIGH = 30
31569pkg syscall (linux-arm-cgo), const RTM_GETNEIGHTBL = 66
31570pkg syscall (linux-arm-cgo), const RTM_GETQDISC = 38
31571pkg syscall (linux-arm-cgo), const RTM_GETROUTE = 26
31572pkg syscall (linux-arm-cgo), const RTM_GETRULE = 34
31573pkg syscall (linux-arm-cgo), const RTM_GETTCLASS = 42
31574pkg syscall (linux-arm-cgo), const RTM_GETTFILTER = 46
31575pkg syscall (linux-arm-cgo), const RTM_MAX = 79
31576pkg syscall (linux-arm-cgo), const RTM_NEWACTION = 48
31577pkg syscall (linux-arm-cgo), const RTM_NEWADDR = 20
31578pkg syscall (linux-arm-cgo), const RTM_NEWADDRLABEL = 72
31579pkg syscall (linux-arm-cgo), const RTM_NEWLINK = 16
31580pkg syscall (linux-arm-cgo), const RTM_NEWNDUSEROPT = 68
31581pkg syscall (linux-arm-cgo), const RTM_NEWNEIGH = 28
31582pkg syscall (linux-arm-cgo), const RTM_NEWNEIGHTBL = 64
31583pkg syscall (linux-arm-cgo), const RTM_NEWPREFIX = 52
31584pkg syscall (linux-arm-cgo), const RTM_NEWQDISC = 36
31585pkg syscall (linux-arm-cgo), const RTM_NEWROUTE = 24
31586pkg syscall (linux-arm-cgo), const RTM_NEWRULE = 32
31587pkg syscall (linux-arm-cgo), const RTM_NEWTCLASS = 40
31588pkg syscall (linux-arm-cgo), const RTM_NEWTFILTER = 44
31589pkg syscall (linux-arm-cgo), const RTM_NR_FAMILIES = 16
31590pkg syscall (linux-arm-cgo), const RTM_NR_MSGTYPES = 64
31591pkg syscall (linux-arm-cgo), const RTM_SETDCB = 79
31592pkg syscall (linux-arm-cgo), const RTM_SETLINK = 19
31593pkg syscall (linux-arm-cgo), const RTM_SETNEIGHTBL = 67
31594pkg syscall (linux-arm-cgo), const RTNH_ALIGNTO = 4
31595pkg syscall (linux-arm-cgo), const RTNH_F_DEAD = 1
31596pkg syscall (linux-arm-cgo), const RTNH_F_ONLINK = 4
31597pkg syscall (linux-arm-cgo), const RTNH_F_PERVASIVE = 2
31598pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_IFADDR = 5
31599pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_MROUTE = 6
31600pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_ROUTE = 7
31601pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_RULE = 8
31602pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_IFADDR = 9
31603pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_IFINFO = 12
31604pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_MROUTE = 10
31605pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_PREFIX = 18
31606pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_ROUTE = 11
31607pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_RULE = 19
31608pkg syscall (linux-arm-cgo), const RTNLGRP_LINK = 1
31609pkg syscall (linux-arm-cgo), const RTNLGRP_ND_USEROPT = 20
31610pkg syscall (linux-arm-cgo), const RTNLGRP_NEIGH = 3
31611pkg syscall (linux-arm-cgo), const RTNLGRP_NONE = 0
31612pkg syscall (linux-arm-cgo), const RTNLGRP_NOTIFY = 2
31613pkg syscall (linux-arm-cgo), const RTNLGRP_TC = 4
31614pkg syscall (linux-arm-cgo), const RTN_ANYCAST = 4
31615pkg syscall (linux-arm-cgo), const RTN_BLACKHOLE = 6
31616pkg syscall (linux-arm-cgo), const RTN_BROADCAST = 3
31617pkg syscall (linux-arm-cgo), const RTN_LOCAL = 2
31618pkg syscall (linux-arm-cgo), const RTN_MAX = 11
31619pkg syscall (linux-arm-cgo), const RTN_MULTICAST = 5
31620pkg syscall (linux-arm-cgo), const RTN_NAT = 10
31621pkg syscall (linux-arm-cgo), const RTN_PROHIBIT = 8
31622pkg syscall (linux-arm-cgo), const RTN_THROW = 9
31623pkg syscall (linux-arm-cgo), const RTN_UNICAST = 1
31624pkg syscall (linux-arm-cgo), const RTN_UNREACHABLE = 7
31625pkg syscall (linux-arm-cgo), const RTN_UNSPEC = 0
31626pkg syscall (linux-arm-cgo), const RTN_XRESOLVE = 11
31627pkg syscall (linux-arm-cgo), const RTPROT_BIRD = 12
31628pkg syscall (linux-arm-cgo), const RTPROT_BOOT = 3
31629pkg syscall (linux-arm-cgo), const RTPROT_DHCP = 16
31630pkg syscall (linux-arm-cgo), const RTPROT_DNROUTED = 13
31631pkg syscall (linux-arm-cgo), const RTPROT_GATED = 8
31632pkg syscall (linux-arm-cgo), const RTPROT_KERNEL = 2
31633pkg syscall (linux-arm-cgo), const RTPROT_MRT = 10
31634pkg syscall (linux-arm-cgo), const RTPROT_NTK = 15
31635pkg syscall (linux-arm-cgo), const RTPROT_RA = 9
31636pkg syscall (linux-arm-cgo), const RTPROT_REDIRECT = 1
31637pkg syscall (linux-arm-cgo), const RTPROT_STATIC = 4
31638pkg syscall (linux-arm-cgo), const RTPROT_UNSPEC = 0
31639pkg syscall (linux-arm-cgo), const RTPROT_XORP = 14
31640pkg syscall (linux-arm-cgo), const RTPROT_ZEBRA = 11
31641pkg syscall (linux-arm-cgo), const RT_CLASS_DEFAULT = 253
31642pkg syscall (linux-arm-cgo), const RT_CLASS_LOCAL = 255
31643pkg syscall (linux-arm-cgo), const RT_CLASS_MAIN = 254
31644pkg syscall (linux-arm-cgo), const RT_CLASS_MAX = 255
31645pkg syscall (linux-arm-cgo), const RT_CLASS_UNSPEC = 0
31646pkg syscall (linux-arm-cgo), const RT_SCOPE_HOST = 254
31647pkg syscall (linux-arm-cgo), const RT_SCOPE_LINK = 253
31648pkg syscall (linux-arm-cgo), const RT_SCOPE_NOWHERE = 255
31649pkg syscall (linux-arm-cgo), const RT_SCOPE_SITE = 200
31650pkg syscall (linux-arm-cgo), const RT_SCOPE_UNIVERSE = 0
31651pkg syscall (linux-arm-cgo), const RT_TABLE_COMPAT = 252
31652pkg syscall (linux-arm-cgo), const RT_TABLE_DEFAULT = 253
31653pkg syscall (linux-arm-cgo), const RT_TABLE_LOCAL = 255
31654pkg syscall (linux-arm-cgo), const RT_TABLE_MAIN = 254
31655pkg syscall (linux-arm-cgo), const RT_TABLE_MAX = 4294967295
31656pkg syscall (linux-arm-cgo), const RT_TABLE_UNSPEC = 0
31657pkg syscall (linux-arm-cgo), const RUSAGE_CHILDREN = -1
31658pkg syscall (linux-arm-cgo), const RUSAGE_SELF = 0
31659pkg syscall (linux-arm-cgo), const RUSAGE_THREAD = 1
31660pkg syscall (linux-arm-cgo), const SCM_CREDENTIALS = 2
31661pkg syscall (linux-arm-cgo), const SCM_RIGHTS = 1
31662pkg syscall (linux-arm-cgo), const SCM_TIMESTAMP = 29
31663pkg syscall (linux-arm-cgo), const SCM_TIMESTAMPING = 37
31664pkg syscall (linux-arm-cgo), const SCM_TIMESTAMPNS = 35
31665pkg syscall (linux-arm-cgo), const SIGBUS = 7
31666pkg syscall (linux-arm-cgo), const SIGCHLD = 17
31667pkg syscall (linux-arm-cgo), const SIGCLD = 17
31668pkg syscall (linux-arm-cgo), const SIGCONT = 18
31669pkg syscall (linux-arm-cgo), const SIGIO = 29
31670pkg syscall (linux-arm-cgo), const SIGIOT = 6
31671pkg syscall (linux-arm-cgo), const SIGPOLL = 29
31672pkg syscall (linux-arm-cgo), const SIGPROF = 27
31673pkg syscall (linux-arm-cgo), const SIGPWR = 30
31674pkg syscall (linux-arm-cgo), const SIGSTKFLT = 16
31675pkg syscall (linux-arm-cgo), const SIGSTOP = 19
31676pkg syscall (linux-arm-cgo), const SIGSYS = 31
31677pkg syscall (linux-arm-cgo), const SIGTSTP = 20
31678pkg syscall (linux-arm-cgo), const SIGTTIN = 21
31679pkg syscall (linux-arm-cgo), const SIGTTOU = 22
31680pkg syscall (linux-arm-cgo), const SIGUNUSED = 31
31681pkg syscall (linux-arm-cgo), const SIGURG = 23
31682pkg syscall (linux-arm-cgo), const SIGUSR1 = 10
31683pkg syscall (linux-arm-cgo), const SIGUSR2 = 12
31684pkg syscall (linux-arm-cgo), const SIGVTALRM = 26
31685pkg syscall (linux-arm-cgo), const SIGWINCH = 28
31686pkg syscall (linux-arm-cgo), const SIGXCPU = 24
31687pkg syscall (linux-arm-cgo), const SIGXFSZ = 25
31688pkg syscall (linux-arm-cgo), const SIOCADDDLCI = 35200
31689pkg syscall (linux-arm-cgo), const SIOCADDMULTI = 35121
31690pkg syscall (linux-arm-cgo), const SIOCADDRT = 35083
31691pkg syscall (linux-arm-cgo), const SIOCATMARK = 35077
31692pkg syscall (linux-arm-cgo), const SIOCDARP = 35155
31693pkg syscall (linux-arm-cgo), const SIOCDELDLCI = 35201
31694pkg syscall (linux-arm-cgo), const SIOCDELMULTI = 35122
31695pkg syscall (linux-arm-cgo), const SIOCDELRT = 35084
31696pkg syscall (linux-arm-cgo), const SIOCDEVPRIVATE = 35312
31697pkg syscall (linux-arm-cgo), const SIOCDIFADDR = 35126
31698pkg syscall (linux-arm-cgo), const SIOCDRARP = 35168
31699pkg syscall (linux-arm-cgo), const SIOCGARP = 35156
31700pkg syscall (linux-arm-cgo), const SIOCGIFADDR = 35093
31701pkg syscall (linux-arm-cgo), const SIOCGIFBR = 35136
31702pkg syscall (linux-arm-cgo), const SIOCGIFBRDADDR = 35097
31703pkg syscall (linux-arm-cgo), const SIOCGIFCONF = 35090
31704pkg syscall (linux-arm-cgo), const SIOCGIFCOUNT = 35128
31705pkg syscall (linux-arm-cgo), const SIOCGIFDSTADDR = 35095
31706pkg syscall (linux-arm-cgo), const SIOCGIFENCAP = 35109
31707pkg syscall (linux-arm-cgo), const SIOCGIFFLAGS = 35091
31708pkg syscall (linux-arm-cgo), const SIOCGIFHWADDR = 35111
31709pkg syscall (linux-arm-cgo), const SIOCGIFINDEX = 35123
31710pkg syscall (linux-arm-cgo), const SIOCGIFMAP = 35184
31711pkg syscall (linux-arm-cgo), const SIOCGIFMEM = 35103
31712pkg syscall (linux-arm-cgo), const SIOCGIFMETRIC = 35101
31713pkg syscall (linux-arm-cgo), const SIOCGIFMTU = 35105
31714pkg syscall (linux-arm-cgo), const SIOCGIFNAME = 35088
31715pkg syscall (linux-arm-cgo), const SIOCGIFNETMASK = 35099
31716pkg syscall (linux-arm-cgo), const SIOCGIFPFLAGS = 35125
31717pkg syscall (linux-arm-cgo), const SIOCGIFSLAVE = 35113
31718pkg syscall (linux-arm-cgo), const SIOCGIFTXQLEN = 35138
31719pkg syscall (linux-arm-cgo), const SIOCGPGRP = 35076
31720pkg syscall (linux-arm-cgo), const SIOCGRARP = 35169
31721pkg syscall (linux-arm-cgo), const SIOCGSTAMP = 35078
31722pkg syscall (linux-arm-cgo), const SIOCGSTAMPNS = 35079
31723pkg syscall (linux-arm-cgo), const SIOCPROTOPRIVATE = 35296
31724pkg syscall (linux-arm-cgo), const SIOCRTMSG = 35085
31725pkg syscall (linux-arm-cgo), const SIOCSARP = 35157
31726pkg syscall (linux-arm-cgo), const SIOCSIFADDR = 35094
31727pkg syscall (linux-arm-cgo), const SIOCSIFBR = 35137
31728pkg syscall (linux-arm-cgo), const SIOCSIFBRDADDR = 35098
31729pkg syscall (linux-arm-cgo), const SIOCSIFDSTADDR = 35096
31730pkg syscall (linux-arm-cgo), const SIOCSIFENCAP = 35110
31731pkg syscall (linux-arm-cgo), const SIOCSIFFLAGS = 35092
31732pkg syscall (linux-arm-cgo), const SIOCSIFHWADDR = 35108
31733pkg syscall (linux-arm-cgo), const SIOCSIFHWBROADCAST = 35127
31734pkg syscall (linux-arm-cgo), const SIOCSIFLINK = 35089
31735pkg syscall (linux-arm-cgo), const SIOCSIFMAP = 35185
31736pkg syscall (linux-arm-cgo), const SIOCSIFMEM = 35104
31737pkg syscall (linux-arm-cgo), const SIOCSIFMETRIC = 35102
31738pkg syscall (linux-arm-cgo), const SIOCSIFMTU = 35106
31739pkg syscall (linux-arm-cgo), const SIOCSIFNAME = 35107
31740pkg syscall (linux-arm-cgo), const SIOCSIFNETMASK = 35100
31741pkg syscall (linux-arm-cgo), const SIOCSIFPFLAGS = 35124
31742pkg syscall (linux-arm-cgo), const SIOCSIFSLAVE = 35120
31743pkg syscall (linux-arm-cgo), const SIOCSIFTXQLEN = 35139
31744pkg syscall (linux-arm-cgo), const SIOCSPGRP = 35074
31745pkg syscall (linux-arm-cgo), const SIOCSRARP = 35170
31746pkg syscall (linux-arm-cgo), const SOCK_CLOEXEC = 524288
31747pkg syscall (linux-arm-cgo), const SOCK_DCCP = 6
31748pkg syscall (linux-arm-cgo), const SOCK_NONBLOCK = 2048
31749pkg syscall (linux-arm-cgo), const SOCK_PACKET = 10
31750pkg syscall (linux-arm-cgo), const SOCK_RDM = 4
31751pkg syscall (linux-arm-cgo), const SOL_AAL = 265
31752pkg syscall (linux-arm-cgo), const SOL_ATM = 264
31753pkg syscall (linux-arm-cgo), const SOL_DECNET = 261
31754pkg syscall (linux-arm-cgo), const SOL_ICMPV6 = 58
31755pkg syscall (linux-arm-cgo), const SOL_IP = 0
31756pkg syscall (linux-arm-cgo), const SOL_IPV6 = 41
31757pkg syscall (linux-arm-cgo), const SOL_IRDA = 266
31758pkg syscall (linux-arm-cgo), const SOL_PACKET = 263
31759pkg syscall (linux-arm-cgo), const SOL_RAW = 255
31760pkg syscall (linux-arm-cgo), const SOL_SOCKET = 1
31761pkg syscall (linux-arm-cgo), const SOL_TCP = 6
31762pkg syscall (linux-arm-cgo), const SOL_X25 = 262
31763pkg syscall (linux-arm-cgo), const SOMAXCONN = 128
31764pkg syscall (linux-arm-cgo), const SO_ACCEPTCONN = 30
31765pkg syscall (linux-arm-cgo), const SO_ATTACH_FILTER = 26
31766pkg syscall (linux-arm-cgo), const SO_BINDTODEVICE = 25
31767pkg syscall (linux-arm-cgo), const SO_BROADCAST = 6
31768pkg syscall (linux-arm-cgo), const SO_BSDCOMPAT = 14
31769pkg syscall (linux-arm-cgo), const SO_DEBUG = 1
31770pkg syscall (linux-arm-cgo), const SO_DETACH_FILTER = 27
31771pkg syscall (linux-arm-cgo), const SO_DOMAIN = 39
31772pkg syscall (linux-arm-cgo), const SO_DONTROUTE = 5
31773pkg syscall (linux-arm-cgo), const SO_ERROR = 4
31774pkg syscall (linux-arm-cgo), const SO_KEEPALIVE = 9
31775pkg syscall (linux-arm-cgo), const SO_LINGER = 13
31776pkg syscall (linux-arm-cgo), const SO_MARK = 36
31777pkg syscall (linux-arm-cgo), const SO_NO_CHECK = 11
31778pkg syscall (linux-arm-cgo), const SO_OOBINLINE = 10
31779pkg syscall (linux-arm-cgo), const SO_PASSCRED = 16
31780pkg syscall (linux-arm-cgo), const SO_PASSSEC = 34
31781pkg syscall (linux-arm-cgo), const SO_PEERCRED = 17
31782pkg syscall (linux-arm-cgo), const SO_PEERNAME = 28
31783pkg syscall (linux-arm-cgo), const SO_PEERSEC = 31
31784pkg syscall (linux-arm-cgo), const SO_PRIORITY = 12
31785pkg syscall (linux-arm-cgo), const SO_PROTOCOL = 38
31786pkg syscall (linux-arm-cgo), const SO_RCVBUF = 8
31787pkg syscall (linux-arm-cgo), const SO_RCVBUFFORCE = 33
31788pkg syscall (linux-arm-cgo), const SO_RCVLOWAT = 18
31789pkg syscall (linux-arm-cgo), const SO_RCVTIMEO = 20
31790pkg syscall (linux-arm-cgo), const SO_REUSEADDR = 2
31791pkg syscall (linux-arm-cgo), const SO_RXQ_OVFL = 40
31792pkg syscall (linux-arm-cgo), const SO_SECURITY_AUTHENTICATION = 22
31793pkg syscall (linux-arm-cgo), const SO_SECURITY_ENCRYPTION_NETWORK = 24
31794pkg syscall (linux-arm-cgo), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
31795pkg syscall (linux-arm-cgo), const SO_SNDBUF = 7
31796pkg syscall (linux-arm-cgo), const SO_SNDBUFFORCE = 32
31797pkg syscall (linux-arm-cgo), const SO_SNDLOWAT = 19
31798pkg syscall (linux-arm-cgo), const SO_SNDTIMEO = 21
31799pkg syscall (linux-arm-cgo), const SO_TIMESTAMP = 29
31800pkg syscall (linux-arm-cgo), const SO_TIMESTAMPING = 37
31801pkg syscall (linux-arm-cgo), const SO_TIMESTAMPNS = 35
31802pkg syscall (linux-arm-cgo), const SO_TYPE = 3
31803pkg syscall (linux-arm-cgo), const SYS_ACCEPT = 285
31804pkg syscall (linux-arm-cgo), const SYS_ACCEPT4 = 366
31805pkg syscall (linux-arm-cgo), const SYS_ACCESS = 33
31806pkg syscall (linux-arm-cgo), const SYS_ACCT = 51
31807pkg syscall (linux-arm-cgo), const SYS_ADD_KEY = 309
31808pkg syscall (linux-arm-cgo), const SYS_ADJTIMEX = 124
31809pkg syscall (linux-arm-cgo), const SYS_ALARM = 27
31810pkg syscall (linux-arm-cgo), const SYS_ARM_FADVISE64_64 = 270
31811pkg syscall (linux-arm-cgo), const SYS_ARM_SYNC_FILE_RANGE = 341
31812pkg syscall (linux-arm-cgo), const SYS_BDFLUSH = 134
31813pkg syscall (linux-arm-cgo), const SYS_BIND = 282
31814pkg syscall (linux-arm-cgo), const SYS_BRK = 45
31815pkg syscall (linux-arm-cgo), const SYS_CAPGET = 184
31816pkg syscall (linux-arm-cgo), const SYS_CAPSET = 185
31817pkg syscall (linux-arm-cgo), const SYS_CHDIR = 12
31818pkg syscall (linux-arm-cgo), const SYS_CHMOD = 15
31819pkg syscall (linux-arm-cgo), const SYS_CHOWN = 182
31820pkg syscall (linux-arm-cgo), const SYS_CHOWN32 = 212
31821pkg syscall (linux-arm-cgo), const SYS_CHROOT = 61
31822pkg syscall (linux-arm-cgo), const SYS_CLOCK_ADJTIME = 372
31823pkg syscall (linux-arm-cgo), const SYS_CLOCK_GETRES = 264
31824pkg syscall (linux-arm-cgo), const SYS_CLOCK_GETTIME = 263
31825pkg syscall (linux-arm-cgo), const SYS_CLOCK_NANOSLEEP = 265
31826pkg syscall (linux-arm-cgo), const SYS_CLOCK_SETTIME = 262
31827pkg syscall (linux-arm-cgo), const SYS_CLONE = 120
31828pkg syscall (linux-arm-cgo), const SYS_CLOSE = 6
31829pkg syscall (linux-arm-cgo), const SYS_CONNECT = 283
31830pkg syscall (linux-arm-cgo), const SYS_CREAT = 8
31831pkg syscall (linux-arm-cgo), const SYS_DELETE_MODULE = 129
31832pkg syscall (linux-arm-cgo), const SYS_DUP = 41
31833pkg syscall (linux-arm-cgo), const SYS_DUP2 = 63
31834pkg syscall (linux-arm-cgo), const SYS_DUP3 = 358
31835pkg syscall (linux-arm-cgo), const SYS_EPOLL_CREATE = 250
31836pkg syscall (linux-arm-cgo), const SYS_EPOLL_CREATE1 = 357
31837pkg syscall (linux-arm-cgo), const SYS_EPOLL_CTL = 251
31838pkg syscall (linux-arm-cgo), const SYS_EPOLL_PWAIT = 346
31839pkg syscall (linux-arm-cgo), const SYS_EPOLL_WAIT = 252
31840pkg syscall (linux-arm-cgo), const SYS_EVENTFD = 351
31841pkg syscall (linux-arm-cgo), const SYS_EVENTFD2 = 356
31842pkg syscall (linux-arm-cgo), const SYS_EXECVE = 11
31843pkg syscall (linux-arm-cgo), const SYS_EXIT = 1
31844pkg syscall (linux-arm-cgo), const SYS_EXIT_GROUP = 248
31845pkg syscall (linux-arm-cgo), const SYS_FACCESSAT = 334
31846pkg syscall (linux-arm-cgo), const SYS_FALLOCATE = 352
31847pkg syscall (linux-arm-cgo), const SYS_FANOTIFY_INIT = 367
31848pkg syscall (linux-arm-cgo), const SYS_FANOTIFY_MARK = 368
31849pkg syscall (linux-arm-cgo), const SYS_FCHDIR = 133
31850pkg syscall (linux-arm-cgo), const SYS_FCHMOD = 94
31851pkg syscall (linux-arm-cgo), const SYS_FCHMODAT = 333
31852pkg syscall (linux-arm-cgo), const SYS_FCHOWN = 95
31853pkg syscall (linux-arm-cgo), const SYS_FCHOWN32 = 207
31854pkg syscall (linux-arm-cgo), const SYS_FCHOWNAT = 325
31855pkg syscall (linux-arm-cgo), const SYS_FCNTL = 55
31856pkg syscall (linux-arm-cgo), const SYS_FCNTL64 = 221
31857pkg syscall (linux-arm-cgo), const SYS_FDATASYNC = 148
31858pkg syscall (linux-arm-cgo), const SYS_FGETXATTR = 231
31859pkg syscall (linux-arm-cgo), const SYS_FLISTXATTR = 234
31860pkg syscall (linux-arm-cgo), const SYS_FLOCK = 143
31861pkg syscall (linux-arm-cgo), const SYS_FORK = 2
31862pkg syscall (linux-arm-cgo), const SYS_FREMOVEXATTR = 237
31863pkg syscall (linux-arm-cgo), const SYS_FSETXATTR = 228
31864pkg syscall (linux-arm-cgo), const SYS_FSTAT = 108
31865pkg syscall (linux-arm-cgo), const SYS_FSTAT64 = 197
31866pkg syscall (linux-arm-cgo), const SYS_FSTATAT64 = 327
31867pkg syscall (linux-arm-cgo), const SYS_FSTATFS = 100
31868pkg syscall (linux-arm-cgo), const SYS_FSTATFS64 = 267
31869pkg syscall (linux-arm-cgo), const SYS_FSYNC = 118
31870pkg syscall (linux-arm-cgo), const SYS_FTRUNCATE = 93
31871pkg syscall (linux-arm-cgo), const SYS_FTRUNCATE64 = 194
31872pkg syscall (linux-arm-cgo), const SYS_FUTEX = 240
31873pkg syscall (linux-arm-cgo), const SYS_FUTIMESAT = 326
31874pkg syscall (linux-arm-cgo), const SYS_GETCPU = 345
31875pkg syscall (linux-arm-cgo), const SYS_GETCWD = 183
31876pkg syscall (linux-arm-cgo), const SYS_GETDENTS = 141
31877pkg syscall (linux-arm-cgo), const SYS_GETDENTS64 = 217
31878pkg syscall (linux-arm-cgo), const SYS_GETEGID = 50
31879pkg syscall (linux-arm-cgo), const SYS_GETEGID32 = 202
31880pkg syscall (linux-arm-cgo), const SYS_GETEUID = 49
31881pkg syscall (linux-arm-cgo), const SYS_GETEUID32 = 201
31882pkg syscall (linux-arm-cgo), const SYS_GETGID = 47
31883pkg syscall (linux-arm-cgo), const SYS_GETGID32 = 200
31884pkg syscall (linux-arm-cgo), const SYS_GETGROUPS = 80
31885pkg syscall (linux-arm-cgo), const SYS_GETGROUPS32 = 205
31886pkg syscall (linux-arm-cgo), const SYS_GETITIMER = 105
31887pkg syscall (linux-arm-cgo), const SYS_GETPEERNAME = 287
31888pkg syscall (linux-arm-cgo), const SYS_GETPGID = 132
31889pkg syscall (linux-arm-cgo), const SYS_GETPGRP = 65
31890pkg syscall (linux-arm-cgo), const SYS_GETPID = 20
31891pkg syscall (linux-arm-cgo), const SYS_GETPPID = 64
31892pkg syscall (linux-arm-cgo), const SYS_GETPRIORITY = 96
31893pkg syscall (linux-arm-cgo), const SYS_GETRESGID = 171
31894pkg syscall (linux-arm-cgo), const SYS_GETRESGID32 = 211
31895pkg syscall (linux-arm-cgo), const SYS_GETRESUID = 165
31896pkg syscall (linux-arm-cgo), const SYS_GETRESUID32 = 209
31897pkg syscall (linux-arm-cgo), const SYS_GETRLIMIT = 76
31898pkg syscall (linux-arm-cgo), const SYS_GETRUSAGE = 77
31899pkg syscall (linux-arm-cgo), const SYS_GETSID = 147
31900pkg syscall (linux-arm-cgo), const SYS_GETSOCKNAME = 286
31901pkg syscall (linux-arm-cgo), const SYS_GETSOCKOPT = 295
31902pkg syscall (linux-arm-cgo), const SYS_GETTID = 224
31903pkg syscall (linux-arm-cgo), const SYS_GETTIMEOFDAY = 78
31904pkg syscall (linux-arm-cgo), const SYS_GETUID = 24
31905pkg syscall (linux-arm-cgo), const SYS_GETUID32 = 199
31906pkg syscall (linux-arm-cgo), const SYS_GETXATTR = 229
31907pkg syscall (linux-arm-cgo), const SYS_GET_MEMPOLICY = 320
31908pkg syscall (linux-arm-cgo), const SYS_GET_ROBUST_LIST = 339
31909pkg syscall (linux-arm-cgo), const SYS_INIT_MODULE = 128
31910pkg syscall (linux-arm-cgo), const SYS_INOTIFY_ADD_WATCH = 317
31911pkg syscall (linux-arm-cgo), const SYS_INOTIFY_INIT = 316
31912pkg syscall (linux-arm-cgo), const SYS_INOTIFY_INIT1 = 360
31913pkg syscall (linux-arm-cgo), const SYS_INOTIFY_RM_WATCH = 318
31914pkg syscall (linux-arm-cgo), const SYS_IOCTL = 54
31915pkg syscall (linux-arm-cgo), const SYS_IOPRIO_GET = 315
31916pkg syscall (linux-arm-cgo), const SYS_IOPRIO_SET = 314
31917pkg syscall (linux-arm-cgo), const SYS_IO_CANCEL = 247
31918pkg syscall (linux-arm-cgo), const SYS_IO_DESTROY = 244
31919pkg syscall (linux-arm-cgo), const SYS_IO_GETEVENTS = 245
31920pkg syscall (linux-arm-cgo), const SYS_IO_SETUP = 243
31921pkg syscall (linux-arm-cgo), const SYS_IO_SUBMIT = 246
31922pkg syscall (linux-arm-cgo), const SYS_IPC = 117
31923pkg syscall (linux-arm-cgo), const SYS_KEXEC_LOAD = 347
31924pkg syscall (linux-arm-cgo), const SYS_KEYCTL = 311
31925pkg syscall (linux-arm-cgo), const SYS_KILL = 37
31926pkg syscall (linux-arm-cgo), const SYS_LCHOWN = 16
31927pkg syscall (linux-arm-cgo), const SYS_LCHOWN32 = 198
31928pkg syscall (linux-arm-cgo), const SYS_LGETXATTR = 230
31929pkg syscall (linux-arm-cgo), const SYS_LINK = 9
31930pkg syscall (linux-arm-cgo), const SYS_LINKAT = 330
31931pkg syscall (linux-arm-cgo), const SYS_LISTEN = 284
31932pkg syscall (linux-arm-cgo), const SYS_LISTXATTR = 232
31933pkg syscall (linux-arm-cgo), const SYS_LLISTXATTR = 233
31934pkg syscall (linux-arm-cgo), const SYS_LOOKUP_DCOOKIE = 249
31935pkg syscall (linux-arm-cgo), const SYS_LREMOVEXATTR = 236
31936pkg syscall (linux-arm-cgo), const SYS_LSEEK = 19
31937pkg syscall (linux-arm-cgo), const SYS_LSETXATTR = 227
31938pkg syscall (linux-arm-cgo), const SYS_LSTAT = 107
31939pkg syscall (linux-arm-cgo), const SYS_LSTAT64 = 196
31940pkg syscall (linux-arm-cgo), const SYS_MADVISE = 220
31941pkg syscall (linux-arm-cgo), const SYS_MBIND = 319
31942pkg syscall (linux-arm-cgo), const SYS_MINCORE = 219
31943pkg syscall (linux-arm-cgo), const SYS_MKDIR = 39
31944pkg syscall (linux-arm-cgo), const SYS_MKDIRAT = 323
31945pkg syscall (linux-arm-cgo), const SYS_MKNOD = 14
31946pkg syscall (linux-arm-cgo), const SYS_MKNODAT = 324
31947pkg syscall (linux-arm-cgo), const SYS_MLOCK = 150
31948pkg syscall (linux-arm-cgo), const SYS_MLOCKALL = 152
31949pkg syscall (linux-arm-cgo), const SYS_MMAP = 90
31950pkg syscall (linux-arm-cgo), const SYS_MMAP2 = 192
31951pkg syscall (linux-arm-cgo), const SYS_MOUNT = 21
31952pkg syscall (linux-arm-cgo), const SYS_MOVE_PAGES = 344
31953pkg syscall (linux-arm-cgo), const SYS_MPROTECT = 125
31954pkg syscall (linux-arm-cgo), const SYS_MQ_GETSETATTR = 279
31955pkg syscall (linux-arm-cgo), const SYS_MQ_NOTIFY = 278
31956pkg syscall (linux-arm-cgo), const SYS_MQ_OPEN = 274
31957pkg syscall (linux-arm-cgo), const SYS_MQ_TIMEDRECEIVE = 277
31958pkg syscall (linux-arm-cgo), const SYS_MQ_TIMEDSEND = 276
31959pkg syscall (linux-arm-cgo), const SYS_MQ_UNLINK = 275
31960pkg syscall (linux-arm-cgo), const SYS_MREMAP = 163
31961pkg syscall (linux-arm-cgo), const SYS_MSGCTL = 304
31962pkg syscall (linux-arm-cgo), const SYS_MSGGET = 303
31963pkg syscall (linux-arm-cgo), const SYS_MSGRCV = 302
31964pkg syscall (linux-arm-cgo), const SYS_MSGSND = 301
31965pkg syscall (linux-arm-cgo), const SYS_MSYNC = 144
31966pkg syscall (linux-arm-cgo), const SYS_MUNLOCK = 151
31967pkg syscall (linux-arm-cgo), const SYS_MUNLOCKALL = 153
31968pkg syscall (linux-arm-cgo), const SYS_MUNMAP = 91
31969pkg syscall (linux-arm-cgo), const SYS_NAME_TO_HANDLE_AT = 370
31970pkg syscall (linux-arm-cgo), const SYS_NANOSLEEP = 162
31971pkg syscall (linux-arm-cgo), const SYS_NFSSERVCTL = 169
31972pkg syscall (linux-arm-cgo), const SYS_NICE = 34
31973pkg syscall (linux-arm-cgo), const SYS_OABI_SYSCALL_BASE = 0
31974pkg syscall (linux-arm-cgo), const SYS_OPEN = 5
31975pkg syscall (linux-arm-cgo), const SYS_OPENAT = 322
31976pkg syscall (linux-arm-cgo), const SYS_OPEN_BY_HANDLE_AT = 371
31977pkg syscall (linux-arm-cgo), const SYS_PAUSE = 29
31978pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_IOBASE = 271
31979pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_READ = 272
31980pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_WRITE = 273
31981pkg syscall (linux-arm-cgo), const SYS_PERF_EVENT_OPEN = 364
31982pkg syscall (linux-arm-cgo), const SYS_PERSONALITY = 136
31983pkg syscall (linux-arm-cgo), const SYS_PIPE = 42
31984pkg syscall (linux-arm-cgo), const SYS_PIPE2 = 359
31985pkg syscall (linux-arm-cgo), const SYS_PIVOT_ROOT = 218
31986pkg syscall (linux-arm-cgo), const SYS_POLL = 168
31987pkg syscall (linux-arm-cgo), const SYS_PPOLL = 336
31988pkg syscall (linux-arm-cgo), const SYS_PRCTL = 172
31989pkg syscall (linux-arm-cgo), const SYS_PREAD64 = 180
31990pkg syscall (linux-arm-cgo), const SYS_PREADV = 361
31991pkg syscall (linux-arm-cgo), const SYS_PRLIMIT64 = 369
31992pkg syscall (linux-arm-cgo), const SYS_PROCESS_VM_READV = 376
31993pkg syscall (linux-arm-cgo), const SYS_PROCESS_VM_WRITEV = 377
31994pkg syscall (linux-arm-cgo), const SYS_PSELECT6 = 335
31995pkg syscall (linux-arm-cgo), const SYS_PTRACE = 26
31996pkg syscall (linux-arm-cgo), const SYS_PWRITE64 = 181
31997pkg syscall (linux-arm-cgo), const SYS_PWRITEV = 362
31998pkg syscall (linux-arm-cgo), const SYS_QUOTACTL = 131
31999pkg syscall (linux-arm-cgo), const SYS_READ = 3
32000pkg syscall (linux-arm-cgo), const SYS_READAHEAD = 225
32001pkg syscall (linux-arm-cgo), const SYS_READDIR = 89
32002pkg syscall (linux-arm-cgo), const SYS_READLINK = 85
32003pkg syscall (linux-arm-cgo), const SYS_READLINKAT = 332
32004pkg syscall (linux-arm-cgo), const SYS_READV = 145
32005pkg syscall (linux-arm-cgo), const SYS_REBOOT = 88
32006pkg syscall (linux-arm-cgo), const SYS_RECV = 291
32007pkg syscall (linux-arm-cgo), const SYS_RECVFROM = 292
32008pkg syscall (linux-arm-cgo), const SYS_RECVMMSG = 365
32009pkg syscall (linux-arm-cgo), const SYS_RECVMSG = 297
32010pkg syscall (linux-arm-cgo), const SYS_REMAP_FILE_PAGES = 253
32011pkg syscall (linux-arm-cgo), const SYS_REMOVEXATTR = 235
32012pkg syscall (linux-arm-cgo), const SYS_RENAME = 38
32013pkg syscall (linux-arm-cgo), const SYS_RENAMEAT = 329
32014pkg syscall (linux-arm-cgo), const SYS_REQUEST_KEY = 310
32015pkg syscall (linux-arm-cgo), const SYS_RESTART_SYSCALL = 0
32016pkg syscall (linux-arm-cgo), const SYS_RMDIR = 40
32017pkg syscall (linux-arm-cgo), const SYS_RT_SIGACTION = 174
32018pkg syscall (linux-arm-cgo), const SYS_RT_SIGPENDING = 176
32019pkg syscall (linux-arm-cgo), const SYS_RT_SIGPROCMASK = 175
32020pkg syscall (linux-arm-cgo), const SYS_RT_SIGQUEUEINFO = 178
32021pkg syscall (linux-arm-cgo), const SYS_RT_SIGRETURN = 173
32022pkg syscall (linux-arm-cgo), const SYS_RT_SIGSUSPEND = 179
32023pkg syscall (linux-arm-cgo), const SYS_RT_SIGTIMEDWAIT = 177
32024pkg syscall (linux-arm-cgo), const SYS_RT_TGSIGQUEUEINFO = 363
32025pkg syscall (linux-arm-cgo), const SYS_SCHED_GETAFFINITY = 242
32026pkg syscall (linux-arm-cgo), const SYS_SCHED_GETPARAM = 155
32027pkg syscall (linux-arm-cgo), const SYS_SCHED_GETSCHEDULER = 157
32028pkg syscall (linux-arm-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 159
32029pkg syscall (linux-arm-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 160
32030pkg syscall (linux-arm-cgo), const SYS_SCHED_RR_GET_INTERVAL = 161
32031pkg syscall (linux-arm-cgo), const SYS_SCHED_SETAFFINITY = 241
32032pkg syscall (linux-arm-cgo), const SYS_SCHED_SETPARAM = 154
32033pkg syscall (linux-arm-cgo), const SYS_SCHED_SETSCHEDULER = 156
32034pkg syscall (linux-arm-cgo), const SYS_SCHED_YIELD = 158
32035pkg syscall (linux-arm-cgo), const SYS_SELECT = 82
32036pkg syscall (linux-arm-cgo), const SYS_SEMCTL = 300
32037pkg syscall (linux-arm-cgo), const SYS_SEMGET = 299
32038pkg syscall (linux-arm-cgo), const SYS_SEMOP = 298
32039pkg syscall (linux-arm-cgo), const SYS_SEMTIMEDOP = 312
32040pkg syscall (linux-arm-cgo), const SYS_SEND = 289
32041pkg syscall (linux-arm-cgo), const SYS_SENDFILE = 187
32042pkg syscall (linux-arm-cgo), const SYS_SENDFILE64 = 239
32043pkg syscall (linux-arm-cgo), const SYS_SENDMMSG = 374
32044pkg syscall (linux-arm-cgo), const SYS_SENDMSG = 296
32045pkg syscall (linux-arm-cgo), const SYS_SENDTO = 290
32046pkg syscall (linux-arm-cgo), const SYS_SETDOMAINNAME = 121
32047pkg syscall (linux-arm-cgo), const SYS_SETFSGID = 139
32048pkg syscall (linux-arm-cgo), const SYS_SETFSGID32 = 216
32049pkg syscall (linux-arm-cgo), const SYS_SETFSUID = 138
32050pkg syscall (linux-arm-cgo), const SYS_SETFSUID32 = 215
32051pkg syscall (linux-arm-cgo), const SYS_SETGID = 46
32052pkg syscall (linux-arm-cgo), const SYS_SETGID32 = 214
32053pkg syscall (linux-arm-cgo), const SYS_SETGROUPS = 81
32054pkg syscall (linux-arm-cgo), const SYS_SETGROUPS32 = 206
32055pkg syscall (linux-arm-cgo), const SYS_SETHOSTNAME = 74
32056pkg syscall (linux-arm-cgo), const SYS_SETITIMER = 104
32057pkg syscall (linux-arm-cgo), const SYS_SETNS = 375
32058pkg syscall (linux-arm-cgo), const SYS_SETPGID = 57
32059pkg syscall (linux-arm-cgo), const SYS_SETPRIORITY = 97
32060pkg syscall (linux-arm-cgo), const SYS_SETREGID = 71
32061pkg syscall (linux-arm-cgo), const SYS_SETREGID32 = 204
32062pkg syscall (linux-arm-cgo), const SYS_SETRESGID = 170
32063pkg syscall (linux-arm-cgo), const SYS_SETRESGID32 = 210
32064pkg syscall (linux-arm-cgo), const SYS_SETRESUID = 164
32065pkg syscall (linux-arm-cgo), const SYS_SETRESUID32 = 208
32066pkg syscall (linux-arm-cgo), const SYS_SETREUID = 70
32067pkg syscall (linux-arm-cgo), const SYS_SETREUID32 = 203
32068pkg syscall (linux-arm-cgo), const SYS_SETRLIMIT = 75
32069pkg syscall (linux-arm-cgo), const SYS_SETSID = 66
32070pkg syscall (linux-arm-cgo), const SYS_SETSOCKOPT = 294
32071pkg syscall (linux-arm-cgo), const SYS_SETTIMEOFDAY = 79
32072pkg syscall (linux-arm-cgo), const SYS_SETUID = 23
32073pkg syscall (linux-arm-cgo), const SYS_SETUID32 = 213
32074pkg syscall (linux-arm-cgo), const SYS_SETXATTR = 226
32075pkg syscall (linux-arm-cgo), const SYS_SET_MEMPOLICY = 321
32076pkg syscall (linux-arm-cgo), const SYS_SET_ROBUST_LIST = 338
32077pkg syscall (linux-arm-cgo), const SYS_SET_TID_ADDRESS = 256
32078pkg syscall (linux-arm-cgo), const SYS_SHMAT = 305
32079pkg syscall (linux-arm-cgo), const SYS_SHMCTL = 308
32080pkg syscall (linux-arm-cgo), const SYS_SHMDT = 306
32081pkg syscall (linux-arm-cgo), const SYS_SHMGET = 307
32082pkg syscall (linux-arm-cgo), const SYS_SHUTDOWN = 293
32083pkg syscall (linux-arm-cgo), const SYS_SIGACTION = 67
32084pkg syscall (linux-arm-cgo), const SYS_SIGALTSTACK = 186
32085pkg syscall (linux-arm-cgo), const SYS_SIGNALFD = 349
32086pkg syscall (linux-arm-cgo), const SYS_SIGNALFD4 = 355
32087pkg syscall (linux-arm-cgo), const SYS_SIGPENDING = 73
32088pkg syscall (linux-arm-cgo), const SYS_SIGPROCMASK = 126
32089pkg syscall (linux-arm-cgo), const SYS_SIGRETURN = 119
32090pkg syscall (linux-arm-cgo), const SYS_SIGSUSPEND = 72
32091pkg syscall (linux-arm-cgo), const SYS_SOCKET = 281
32092pkg syscall (linux-arm-cgo), const SYS_SOCKETCALL = 102
32093pkg syscall (linux-arm-cgo), const SYS_SOCKETPAIR = 288
32094pkg syscall (linux-arm-cgo), const SYS_SPLICE = 340
32095pkg syscall (linux-arm-cgo), const SYS_STAT = 106
32096pkg syscall (linux-arm-cgo), const SYS_STAT64 = 195
32097pkg syscall (linux-arm-cgo), const SYS_STATFS = 99
32098pkg syscall (linux-arm-cgo), const SYS_STATFS64 = 266
32099pkg syscall (linux-arm-cgo), const SYS_STIME = 25
32100pkg syscall (linux-arm-cgo), const SYS_SWAPOFF = 115
32101pkg syscall (linux-arm-cgo), const SYS_SWAPON = 87
32102pkg syscall (linux-arm-cgo), const SYS_SYMLINK = 83
32103pkg syscall (linux-arm-cgo), const SYS_SYMLINKAT = 331
32104pkg syscall (linux-arm-cgo), const SYS_SYNC = 36
32105pkg syscall (linux-arm-cgo), const SYS_SYNCFS = 373
32106pkg syscall (linux-arm-cgo), const SYS_SYSCALL = 113
32107pkg syscall (linux-arm-cgo), const SYS_SYSCALL_BASE = 0
32108pkg syscall (linux-arm-cgo), const SYS_SYSFS = 135
32109pkg syscall (linux-arm-cgo), const SYS_SYSINFO = 116
32110pkg syscall (linux-arm-cgo), const SYS_SYSLOG = 103
32111pkg syscall (linux-arm-cgo), const SYS_TEE = 342
32112pkg syscall (linux-arm-cgo), const SYS_TGKILL = 268
32113pkg syscall (linux-arm-cgo), const SYS_TIME = 13
32114pkg syscall (linux-arm-cgo), const SYS_TIMERFD_CREATE = 350
32115pkg syscall (linux-arm-cgo), const SYS_TIMERFD_GETTIME = 354
32116pkg syscall (linux-arm-cgo), const SYS_TIMERFD_SETTIME = 353
32117pkg syscall (linux-arm-cgo), const SYS_TIMER_CREATE = 257
32118pkg syscall (linux-arm-cgo), const SYS_TIMER_DELETE = 261
32119pkg syscall (linux-arm-cgo), const SYS_TIMER_GETOVERRUN = 260
32120pkg syscall (linux-arm-cgo), const SYS_TIMER_GETTIME = 259
32121pkg syscall (linux-arm-cgo), const SYS_TIMER_SETTIME = 258
32122pkg syscall (linux-arm-cgo), const SYS_TIMES = 43
32123pkg syscall (linux-arm-cgo), const SYS_TKILL = 238
32124pkg syscall (linux-arm-cgo), const SYS_TRUNCATE = 92
32125pkg syscall (linux-arm-cgo), const SYS_TRUNCATE64 = 193
32126pkg syscall (linux-arm-cgo), const SYS_UGETRLIMIT = 191
32127pkg syscall (linux-arm-cgo), const SYS_UMASK = 60
32128pkg syscall (linux-arm-cgo), const SYS_UMOUNT = 22
32129pkg syscall (linux-arm-cgo), const SYS_UMOUNT2 = 52
32130pkg syscall (linux-arm-cgo), const SYS_UNAME = 122
32131pkg syscall (linux-arm-cgo), const SYS_UNLINK = 10
32132pkg syscall (linux-arm-cgo), const SYS_UNLINKAT = 328
32133pkg syscall (linux-arm-cgo), const SYS_UNSHARE = 337
32134pkg syscall (linux-arm-cgo), const SYS_USELIB = 86
32135pkg syscall (linux-arm-cgo), const SYS_USTAT = 62
32136pkg syscall (linux-arm-cgo), const SYS_UTIME = 30
32137pkg syscall (linux-arm-cgo), const SYS_UTIMENSAT = 348
32138pkg syscall (linux-arm-cgo), const SYS_UTIMES = 269
32139pkg syscall (linux-arm-cgo), const SYS_VFORK = 190
32140pkg syscall (linux-arm-cgo), const SYS_VHANGUP = 111
32141pkg syscall (linux-arm-cgo), const SYS_VMSPLICE = 343
32142pkg syscall (linux-arm-cgo), const SYS_VSERVER = 313
32143pkg syscall (linux-arm-cgo), const SYS_WAIT4 = 114
32144pkg syscall (linux-arm-cgo), const SYS_WAITID = 280
32145pkg syscall (linux-arm-cgo), const SYS_WRITE = 4
32146pkg syscall (linux-arm-cgo), const SYS_WRITEV = 146
32147pkg syscall (linux-arm-cgo), const SYS__LLSEEK = 140
32148pkg syscall (linux-arm-cgo), const SYS__NEWSELECT = 142
32149pkg syscall (linux-arm-cgo), const SYS__SYSCTL = 149
32150pkg syscall (linux-arm-cgo), const S_BLKSIZE = 512
32151pkg syscall (linux-arm-cgo), const S_IEXEC = 64
32152pkg syscall (linux-arm-cgo), const S_IFMT = 61440
32153pkg syscall (linux-arm-cgo), const S_IREAD = 256
32154pkg syscall (linux-arm-cgo), const S_IRGRP = 32
32155pkg syscall (linux-arm-cgo), const S_IROTH = 4
32156pkg syscall (linux-arm-cgo), const S_IRWXG = 56
32157pkg syscall (linux-arm-cgo), const S_IRWXO = 7
32158pkg syscall (linux-arm-cgo), const S_IRWXU = 448
32159pkg syscall (linux-arm-cgo), const S_IWGRP = 16
32160pkg syscall (linux-arm-cgo), const S_IWOTH = 2
32161pkg syscall (linux-arm-cgo), const S_IWRITE = 128
32162pkg syscall (linux-arm-cgo), const S_IXGRP = 8
32163pkg syscall (linux-arm-cgo), const S_IXOTH = 1
32164pkg syscall (linux-arm-cgo), const SizeofCmsghdr = 12
32165pkg syscall (linux-arm-cgo), const SizeofIPMreq = 8
32166pkg syscall (linux-arm-cgo), const SizeofIPMreqn = 12
32167pkg syscall (linux-arm-cgo), const SizeofIPv6Mreq = 20
32168pkg syscall (linux-arm-cgo), const SizeofIfAddrmsg = 8
32169pkg syscall (linux-arm-cgo), const SizeofIfInfomsg = 16
32170pkg syscall (linux-arm-cgo), const SizeofInet4Pktinfo = 12
32171pkg syscall (linux-arm-cgo), const SizeofInet6Pktinfo = 20
32172pkg syscall (linux-arm-cgo), const SizeofInotifyEvent = 16
32173pkg syscall (linux-arm-cgo), const SizeofLinger = 8
32174pkg syscall (linux-arm-cgo), const SizeofMsghdr = 28
32175pkg syscall (linux-arm-cgo), const SizeofNlAttr = 4
32176pkg syscall (linux-arm-cgo), const SizeofNlMsgerr = 20
32177pkg syscall (linux-arm-cgo), const SizeofNlMsghdr = 16
32178pkg syscall (linux-arm-cgo), const SizeofRtAttr = 4
32179pkg syscall (linux-arm-cgo), const SizeofRtGenmsg = 1
32180pkg syscall (linux-arm-cgo), const SizeofRtMsg = 12
32181pkg syscall (linux-arm-cgo), const SizeofRtNexthop = 8
32182pkg syscall (linux-arm-cgo), const SizeofSockFilter = 8
32183pkg syscall (linux-arm-cgo), const SizeofSockFprog = 8
32184pkg syscall (linux-arm-cgo), const SizeofSockaddrAny = 112
32185pkg syscall (linux-arm-cgo), const SizeofSockaddrInet4 = 16
32186pkg syscall (linux-arm-cgo), const SizeofSockaddrInet6 = 28
32187pkg syscall (linux-arm-cgo), const SizeofSockaddrLinklayer = 20
32188pkg syscall (linux-arm-cgo), const SizeofSockaddrNetlink = 12
32189pkg syscall (linux-arm-cgo), const SizeofSockaddrUnix = 110
32190pkg syscall (linux-arm-cgo), const SizeofTCPInfo = 104
32191pkg syscall (linux-arm-cgo), const SizeofUcred = 12
32192pkg syscall (linux-arm-cgo), const TCGETS = 21505
32193pkg syscall (linux-arm-cgo), const TCP_CONGESTION = 13
32194pkg syscall (linux-arm-cgo), const TCP_CORK = 3
32195pkg syscall (linux-arm-cgo), const TCP_DEFER_ACCEPT = 9
32196pkg syscall (linux-arm-cgo), const TCP_INFO = 11
32197pkg syscall (linux-arm-cgo), const TCP_KEEPCNT = 6
32198pkg syscall (linux-arm-cgo), const TCP_KEEPIDLE = 4
32199pkg syscall (linux-arm-cgo), const TCP_KEEPINTVL = 5
32200pkg syscall (linux-arm-cgo), const TCP_LINGER2 = 8
32201pkg syscall (linux-arm-cgo), const TCP_MAXSEG = 2
32202pkg syscall (linux-arm-cgo), const TCP_MAXWIN = 65535
32203pkg syscall (linux-arm-cgo), const TCP_MAX_WINSHIFT = 14
32204pkg syscall (linux-arm-cgo), const TCP_MD5SIG = 14
32205pkg syscall (linux-arm-cgo), const TCP_MD5SIG_MAXKEYLEN = 80
32206pkg syscall (linux-arm-cgo), const TCP_MSS = 512
32207pkg syscall (linux-arm-cgo), const TCP_QUICKACK = 12
32208pkg syscall (linux-arm-cgo), const TCP_SYNCNT = 7
32209pkg syscall (linux-arm-cgo), const TCP_WINDOW_CLAMP = 10
32210pkg syscall (linux-arm-cgo), const TCSETS = 21506
32211pkg syscall (linux-arm-cgo), const TIOCCBRK = 21544
32212pkg syscall (linux-arm-cgo), const TIOCCONS = 21533
32213pkg syscall (linux-arm-cgo), const TIOCEXCL = 21516
32214pkg syscall (linux-arm-cgo), const TIOCGDEV = 2147767346
32215pkg syscall (linux-arm-cgo), const TIOCGETD = 21540
32216pkg syscall (linux-arm-cgo), const TIOCGICOUNT = 21597
32217pkg syscall (linux-arm-cgo), const TIOCGLCKTRMIOS = 21590
32218pkg syscall (linux-arm-cgo), const TIOCGPGRP = 21519
32219pkg syscall (linux-arm-cgo), const TIOCGPTN = 2147767344
32220pkg syscall (linux-arm-cgo), const TIOCGRS485 = 21550
32221pkg syscall (linux-arm-cgo), const TIOCGSERIAL = 21534
32222pkg syscall (linux-arm-cgo), const TIOCGSID = 21545
32223pkg syscall (linux-arm-cgo), const TIOCGSOFTCAR = 21529
32224pkg syscall (linux-arm-cgo), const TIOCGWINSZ = 21523
32225pkg syscall (linux-arm-cgo), const TIOCINQ = 21531
32226pkg syscall (linux-arm-cgo), const TIOCLINUX = 21532
32227pkg syscall (linux-arm-cgo), const TIOCMBIC = 21527
32228pkg syscall (linux-arm-cgo), const TIOCMBIS = 21526
32229pkg syscall (linux-arm-cgo), const TIOCMGET = 21525
32230pkg syscall (linux-arm-cgo), const TIOCMIWAIT = 21596
32231pkg syscall (linux-arm-cgo), const TIOCMSET = 21528
32232pkg syscall (linux-arm-cgo), const TIOCM_CAR = 64
32233pkg syscall (linux-arm-cgo), const TIOCM_CD = 64
32234pkg syscall (linux-arm-cgo), const TIOCM_CTS = 32
32235pkg syscall (linux-arm-cgo), const TIOCM_DSR = 256
32236pkg syscall (linux-arm-cgo), const TIOCM_DTR = 2
32237pkg syscall (linux-arm-cgo), const TIOCM_LE = 1
32238pkg syscall (linux-arm-cgo), const TIOCM_RI = 128
32239pkg syscall (linux-arm-cgo), const TIOCM_RNG = 128
32240pkg syscall (linux-arm-cgo), const TIOCM_RTS = 4
32241pkg syscall (linux-arm-cgo), const TIOCM_SR = 16
32242pkg syscall (linux-arm-cgo), const TIOCM_ST = 8
32243pkg syscall (linux-arm-cgo), const TIOCNOTTY = 21538
32244pkg syscall (linux-arm-cgo), const TIOCNXCL = 21517
32245pkg syscall (linux-arm-cgo), const TIOCOUTQ = 21521
32246pkg syscall (linux-arm-cgo), const TIOCPKT = 21536
32247pkg syscall (linux-arm-cgo), const TIOCPKT_DATA = 0
32248pkg syscall (linux-arm-cgo), const TIOCPKT_DOSTOP = 32
32249pkg syscall (linux-arm-cgo), const TIOCPKT_FLUSHREAD = 1
32250pkg syscall (linux-arm-cgo), const TIOCPKT_FLUSHWRITE = 2
32251pkg syscall (linux-arm-cgo), const TIOCPKT_IOCTL = 64
32252pkg syscall (linux-arm-cgo), const TIOCPKT_NOSTOP = 16
32253pkg syscall (linux-arm-cgo), const TIOCPKT_START = 8
32254pkg syscall (linux-arm-cgo), const TIOCPKT_STOP = 4
32255pkg syscall (linux-arm-cgo), const TIOCSBRK = 21543
32256pkg syscall (linux-arm-cgo), const TIOCSCTTY = 21518
32257pkg syscall (linux-arm-cgo), const TIOCSERCONFIG = 21587
32258pkg syscall (linux-arm-cgo), const TIOCSERGETLSR = 21593
32259pkg syscall (linux-arm-cgo), const TIOCSERGETMULTI = 21594
32260pkg syscall (linux-arm-cgo), const TIOCSERGSTRUCT = 21592
32261pkg syscall (linux-arm-cgo), const TIOCSERGWILD = 21588
32262pkg syscall (linux-arm-cgo), const TIOCSERSETMULTI = 21595
32263pkg syscall (linux-arm-cgo), const TIOCSERSWILD = 21589
32264pkg syscall (linux-arm-cgo), const TIOCSER_TEMT = 1
32265pkg syscall (linux-arm-cgo), const TIOCSETD = 21539
32266pkg syscall (linux-arm-cgo), const TIOCSIG = 1074025526
32267pkg syscall (linux-arm-cgo), const TIOCSLCKTRMIOS = 21591
32268pkg syscall (linux-arm-cgo), const TIOCSPGRP = 21520
32269pkg syscall (linux-arm-cgo), const TIOCSPTLCK = 1074025521
32270pkg syscall (linux-arm-cgo), const TIOCSRS485 = 21551
32271pkg syscall (linux-arm-cgo), const TIOCSSERIAL = 21535
32272pkg syscall (linux-arm-cgo), const TIOCSSOFTCAR = 21530
32273pkg syscall (linux-arm-cgo), const TIOCSTI = 21522
32274pkg syscall (linux-arm-cgo), const TIOCSWINSZ = 21524
32275pkg syscall (linux-arm-cgo), const TIOCVHANGUP = 21559
32276pkg syscall (linux-arm-cgo), const TOSTOP = 256
32277pkg syscall (linux-arm-cgo), const TUNATTACHFILTER = 1074287829
32278pkg syscall (linux-arm-cgo), const TUNDETACHFILTER = 1074287830
32279pkg syscall (linux-arm-cgo), const TUNGETFEATURES = 2147767503
32280pkg syscall (linux-arm-cgo), const TUNGETIFF = 2147767506
32281pkg syscall (linux-arm-cgo), const TUNGETSNDBUF = 2147767507
32282pkg syscall (linux-arm-cgo), const TUNGETVNETHDRSZ = 2147767511
32283pkg syscall (linux-arm-cgo), const TUNSETDEBUG = 1074025673
32284pkg syscall (linux-arm-cgo), const TUNSETGROUP = 1074025678
32285pkg syscall (linux-arm-cgo), const TUNSETIFF = 1074025674
32286pkg syscall (linux-arm-cgo), const TUNSETLINK = 1074025677
32287pkg syscall (linux-arm-cgo), const TUNSETNOCSUM = 1074025672
32288pkg syscall (linux-arm-cgo), const TUNSETOFFLOAD = 1074025680
32289pkg syscall (linux-arm-cgo), const TUNSETOWNER = 1074025676
32290pkg syscall (linux-arm-cgo), const TUNSETPERSIST = 1074025675
32291pkg syscall (linux-arm-cgo), const TUNSETSNDBUF = 1074025684
32292pkg syscall (linux-arm-cgo), const TUNSETTXFILTER = 1074025681
32293pkg syscall (linux-arm-cgo), const TUNSETVNETHDRSZ = 1074025688
32294pkg syscall (linux-arm-cgo), const VDISCARD = 13
32295pkg syscall (linux-arm-cgo), const VEOF = 4
32296pkg syscall (linux-arm-cgo), const VEOL = 11
32297pkg syscall (linux-arm-cgo), const VEOL2 = 16
32298pkg syscall (linux-arm-cgo), const VERASE = 2
32299pkg syscall (linux-arm-cgo), const VINTR = 0
32300pkg syscall (linux-arm-cgo), const VKILL = 3
32301pkg syscall (linux-arm-cgo), const VLNEXT = 15
32302pkg syscall (linux-arm-cgo), const VMIN = 6
32303pkg syscall (linux-arm-cgo), const VQUIT = 1
32304pkg syscall (linux-arm-cgo), const VREPRINT = 12
32305pkg syscall (linux-arm-cgo), const VSTART = 8
32306pkg syscall (linux-arm-cgo), const VSTOP = 9
32307pkg syscall (linux-arm-cgo), const VSUSP = 10
32308pkg syscall (linux-arm-cgo), const VSWTC = 7
32309pkg syscall (linux-arm-cgo), const VTIME = 5
32310pkg syscall (linux-arm-cgo), const VWERASE = 14
32311pkg syscall (linux-arm-cgo), const WALL = 1073741824
32312pkg syscall (linux-arm-cgo), const WCLONE = 2147483648
32313pkg syscall (linux-arm-cgo), const WCONTINUED = 8
32314pkg syscall (linux-arm-cgo), const WEXITED = 4
32315pkg syscall (linux-arm-cgo), const WNOHANG = 1
32316pkg syscall (linux-arm-cgo), const WNOTHREAD = 536870912
32317pkg syscall (linux-arm-cgo), const WNOWAIT = 16777216
32318pkg syscall (linux-arm-cgo), const WORDSIZE = 32
32319pkg syscall (linux-arm-cgo), const WSTOPPED = 2
32320pkg syscall (linux-arm-cgo), const WUNTRACED = 2
32321pkg syscall (linux-arm-cgo), const XCASE = 4
32322pkg syscall (netbsd-386), const AF_APPLETALK = 16
32323pkg syscall (netbsd-386), const AF_ARP = 28
32324pkg syscall (netbsd-386), const AF_BLUETOOTH = 31
32325pkg syscall (netbsd-386), const AF_CCITT = 10
32326pkg syscall (netbsd-386), const AF_CHAOS = 5
32327pkg syscall (netbsd-386), const AF_CNT = 21
32328pkg syscall (netbsd-386), const AF_COIP = 20
32329pkg syscall (netbsd-386), const AF_DATAKIT = 9
32330pkg syscall (netbsd-386), const AF_DECnet = 12
32331pkg syscall (netbsd-386), const AF_DLI = 13
32332pkg syscall (netbsd-386), const AF_E164 = 26
32333pkg syscall (netbsd-386), const AF_ECMA = 8
32334pkg syscall (netbsd-386), const AF_HYLINK = 15
32335pkg syscall (netbsd-386), const AF_IEEE80211 = 32
32336pkg syscall (netbsd-386), const AF_IMPLINK = 3
32337pkg syscall (netbsd-386), const AF_INET6 = 24
32338pkg syscall (netbsd-386), const AF_IPX = 23
32339pkg syscall (netbsd-386), const AF_ISDN = 26
32340pkg syscall (netbsd-386), const AF_ISO = 7
32341pkg syscall (netbsd-386), const AF_LAT = 14
32342pkg syscall (netbsd-386), const AF_LINK = 18
32343pkg syscall (netbsd-386), const AF_LOCAL = 1
32344pkg syscall (netbsd-386), const AF_MAX = 35
32345pkg syscall (netbsd-386), const AF_MPLS = 33
32346pkg syscall (netbsd-386), const AF_NATM = 27
32347pkg syscall (netbsd-386), const AF_NS = 6
32348pkg syscall (netbsd-386), const AF_OROUTE = 17
32349pkg syscall (netbsd-386), const AF_OSI = 7
32350pkg syscall (netbsd-386), const AF_PUP = 4
32351pkg syscall (netbsd-386), const AF_ROUTE = 34
32352pkg syscall (netbsd-386), const AF_SNA = 11
32353pkg syscall (netbsd-386), const ARPHRD_ARCNET = 7
32354pkg syscall (netbsd-386), const ARPHRD_ETHER = 1
32355pkg syscall (netbsd-386), const ARPHRD_FRELAY = 15
32356pkg syscall (netbsd-386), const ARPHRD_IEEE1394 = 24
32357pkg syscall (netbsd-386), const ARPHRD_IEEE802 = 6
32358pkg syscall (netbsd-386), const ARPHRD_STRIP = 23
32359pkg syscall (netbsd-386), const B0 = 0
32360pkg syscall (netbsd-386), const B110 = 110
32361pkg syscall (netbsd-386), const B115200 = 115200
32362pkg syscall (netbsd-386), const B1200 = 1200
32363pkg syscall (netbsd-386), const B134 = 134
32364pkg syscall (netbsd-386), const B14400 = 14400
32365pkg syscall (netbsd-386), const B150 = 150
32366pkg syscall (netbsd-386), const B1800 = 1800
32367pkg syscall (netbsd-386), const B19200 = 19200
32368pkg syscall (netbsd-386), const B200 = 200
32369pkg syscall (netbsd-386), const B230400 = 230400
32370pkg syscall (netbsd-386), const B2400 = 2400
32371pkg syscall (netbsd-386), const B28800 = 28800
32372pkg syscall (netbsd-386), const B300 = 300
32373pkg syscall (netbsd-386), const B38400 = 38400
32374pkg syscall (netbsd-386), const B460800 = 460800
32375pkg syscall (netbsd-386), const B4800 = 4800
32376pkg syscall (netbsd-386), const B50 = 50
32377pkg syscall (netbsd-386), const B57600 = 57600
32378pkg syscall (netbsd-386), const B600 = 600
32379pkg syscall (netbsd-386), const B7200 = 7200
32380pkg syscall (netbsd-386), const B75 = 75
32381pkg syscall (netbsd-386), const B76800 = 76800
32382pkg syscall (netbsd-386), const B921600 = 921600
32383pkg syscall (netbsd-386), const B9600 = 9600
32384pkg syscall (netbsd-386), const BIOCFEEDBACK = 2147762813
32385pkg syscall (netbsd-386), const BIOCFLUSH = 536887912
32386pkg syscall (netbsd-386), const BIOCGBLEN = 1074020966
32387pkg syscall (netbsd-386), const BIOCGDLT = 1074020970
32388pkg syscall (netbsd-386), const BIOCGDLTLIST = 3221766775
32389pkg syscall (netbsd-386), const BIOCGETIF = 1083196011
32390pkg syscall (netbsd-386), const BIOCGFEEDBACK = 1074020988
32391pkg syscall (netbsd-386), const BIOCGHDRCMPLT = 1074020980
32392pkg syscall (netbsd-386), const BIOCGRTIMEOUT = 1074545275
32393pkg syscall (netbsd-386), const BIOCGSEESENT = 1074020984
32394pkg syscall (netbsd-386), const BIOCGSTATS = 1082147439
32395pkg syscall (netbsd-386), const BIOCGSTATSOLD = 1074283119
32396pkg syscall (netbsd-386), const BIOCIMMEDIATE = 2147762800
32397pkg syscall (netbsd-386), const BIOCPROMISC = 536887913
32398pkg syscall (netbsd-386), const BIOCSBLEN = 3221504614
32399pkg syscall (netbsd-386), const BIOCSDLT = 2147762806
32400pkg syscall (netbsd-386), const BIOCSETF = 2148024935
32401pkg syscall (netbsd-386), const BIOCSETIF = 2156937836
32402pkg syscall (netbsd-386), const BIOCSFEEDBACK = 2147762813
32403pkg syscall (netbsd-386), const BIOCSHDRCMPLT = 2147762805
32404pkg syscall (netbsd-386), const BIOCSRTIMEOUT = 2148287098
32405pkg syscall (netbsd-386), const BIOCSSEESENT = 2147762809
32406pkg syscall (netbsd-386), const BIOCSTCPF = 2148024946
32407pkg syscall (netbsd-386), const BIOCSUDPF = 2148024947
32408pkg syscall (netbsd-386), const BIOCVERSION = 1074020977
32409pkg syscall (netbsd-386), const BPF_A = 16
32410pkg syscall (netbsd-386), const BPF_ABS = 32
32411pkg syscall (netbsd-386), const BPF_ADD = 0
32412pkg syscall (netbsd-386), const BPF_ALIGNMENT = 4
32413pkg syscall (netbsd-386), const BPF_ALIGNMENT32 = 4
32414pkg syscall (netbsd-386), const BPF_ALU = 4
32415pkg syscall (netbsd-386), const BPF_AND = 80
32416pkg syscall (netbsd-386), const BPF_B = 16
32417pkg syscall (netbsd-386), const BPF_DFLTBUFSIZE = 1048576
32418pkg syscall (netbsd-386), const BPF_DIV = 48
32419pkg syscall (netbsd-386), const BPF_H = 8
32420pkg syscall (netbsd-386), const BPF_IMM = 0
32421pkg syscall (netbsd-386), const BPF_IND = 64
32422pkg syscall (netbsd-386), const BPF_JA = 0
32423pkg syscall (netbsd-386), const BPF_JEQ = 16
32424pkg syscall (netbsd-386), const BPF_JGE = 48
32425pkg syscall (netbsd-386), const BPF_JGT = 32
32426pkg syscall (netbsd-386), const BPF_JMP = 5
32427pkg syscall (netbsd-386), const BPF_JSET = 64
32428pkg syscall (netbsd-386), const BPF_K = 0
32429pkg syscall (netbsd-386), const BPF_LD = 0
32430pkg syscall (netbsd-386), const BPF_LDX = 1
32431pkg syscall (netbsd-386), const BPF_LEN = 128
32432pkg syscall (netbsd-386), const BPF_LSH = 96
32433pkg syscall (netbsd-386), const BPF_MAJOR_VERSION = 1
32434pkg syscall (netbsd-386), const BPF_MAXBUFSIZE = 16777216
32435pkg syscall (netbsd-386), const BPF_MAXINSNS = 512
32436pkg syscall (netbsd-386), const BPF_MEM = 96
32437pkg syscall (netbsd-386), const BPF_MEMWORDS = 16
32438pkg syscall (netbsd-386), const BPF_MINBUFSIZE = 32
32439pkg syscall (netbsd-386), const BPF_MINOR_VERSION = 1
32440pkg syscall (netbsd-386), const BPF_MISC = 7
32441pkg syscall (netbsd-386), const BPF_MSH = 160
32442pkg syscall (netbsd-386), const BPF_MUL = 32
32443pkg syscall (netbsd-386), const BPF_NEG = 128
32444pkg syscall (netbsd-386), const BPF_OR = 64
32445pkg syscall (netbsd-386), const BPF_RELEASE = 199606
32446pkg syscall (netbsd-386), const BPF_RET = 6
32447pkg syscall (netbsd-386), const BPF_RSH = 112
32448pkg syscall (netbsd-386), const BPF_ST = 2
32449pkg syscall (netbsd-386), const BPF_STX = 3
32450pkg syscall (netbsd-386), const BPF_SUB = 16
32451pkg syscall (netbsd-386), const BPF_TAX = 0
32452pkg syscall (netbsd-386), const BPF_TXA = 128
32453pkg syscall (netbsd-386), const BPF_W = 0
32454pkg syscall (netbsd-386), const BPF_X = 8
32455pkg syscall (netbsd-386), const BRKINT = 2
32456pkg syscall (netbsd-386), const CFLUSH = 15
32457pkg syscall (netbsd-386), const CLOCAL = 32768
32458pkg syscall (netbsd-386), const CREAD = 2048
32459pkg syscall (netbsd-386), const CS5 = 0
32460pkg syscall (netbsd-386), const CS6 = 256
32461pkg syscall (netbsd-386), const CS7 = 512
32462pkg syscall (netbsd-386), const CS8 = 768
32463pkg syscall (netbsd-386), const CSIZE = 768
32464pkg syscall (netbsd-386), const CSTART = 17
32465pkg syscall (netbsd-386), const CSTATUS = 20
32466pkg syscall (netbsd-386), const CSTOP = 19
32467pkg syscall (netbsd-386), const CSTOPB = 1024
32468pkg syscall (netbsd-386), const CSUSP = 26
32469pkg syscall (netbsd-386), const CTL_MAXNAME = 12
32470pkg syscall (netbsd-386), const CTL_NET = 4
32471pkg syscall (netbsd-386), const CTL_QUERY = -2
32472pkg syscall (netbsd-386), const DIOCBSFLUSH = 536896632
32473pkg syscall (netbsd-386), const DLT_A429 = 184
32474pkg syscall (netbsd-386), const DLT_A653_ICM = 185
32475pkg syscall (netbsd-386), const DLT_AIRONET_HEADER = 120
32476pkg syscall (netbsd-386), const DLT_AOS = 222
32477pkg syscall (netbsd-386), const DLT_APPLE_IP_OVER_IEEE1394 = 138
32478pkg syscall (netbsd-386), const DLT_ARCNET = 7
32479pkg syscall (netbsd-386), const DLT_ARCNET_LINUX = 129
32480pkg syscall (netbsd-386), const DLT_ATM_CLIP = 19
32481pkg syscall (netbsd-386), const DLT_ATM_RFC1483 = 11
32482pkg syscall (netbsd-386), const DLT_AURORA = 126
32483pkg syscall (netbsd-386), const DLT_AX25 = 3
32484pkg syscall (netbsd-386), const DLT_AX25_KISS = 202
32485pkg syscall (netbsd-386), const DLT_BACNET_MS_TP = 165
32486pkg syscall (netbsd-386), const DLT_BLUETOOTH_HCI_H4 = 187
32487pkg syscall (netbsd-386), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
32488pkg syscall (netbsd-386), const DLT_CAN20B = 190
32489pkg syscall (netbsd-386), const DLT_CAN_SOCKETCAN = 227
32490pkg syscall (netbsd-386), const DLT_CHAOS = 5
32491pkg syscall (netbsd-386), const DLT_CISCO_IOS = 118
32492pkg syscall (netbsd-386), const DLT_C_HDLC = 104
32493pkg syscall (netbsd-386), const DLT_C_HDLC_WITH_DIR = 205
32494pkg syscall (netbsd-386), const DLT_DECT = 221
32495pkg syscall (netbsd-386), const DLT_DOCSIS = 143
32496pkg syscall (netbsd-386), const DLT_ECONET = 115
32497pkg syscall (netbsd-386), const DLT_EN10MB = 1
32498pkg syscall (netbsd-386), const DLT_EN3MB = 2
32499pkg syscall (netbsd-386), const DLT_ENC = 109
32500pkg syscall (netbsd-386), const DLT_ERF = 197
32501pkg syscall (netbsd-386), const DLT_ERF_ETH = 175
32502pkg syscall (netbsd-386), const DLT_ERF_POS = 176
32503pkg syscall (netbsd-386), const DLT_FC_2 = 224
32504pkg syscall (netbsd-386), const DLT_FC_2_WITH_FRAME_DELIMS = 225
32505pkg syscall (netbsd-386), const DLT_FDDI = 10
32506pkg syscall (netbsd-386), const DLT_FLEXRAY = 210
32507pkg syscall (netbsd-386), const DLT_FRELAY = 107
32508pkg syscall (netbsd-386), const DLT_FRELAY_WITH_DIR = 206
32509pkg syscall (netbsd-386), const DLT_GCOM_SERIAL = 173
32510pkg syscall (netbsd-386), const DLT_GCOM_T1E1 = 172
32511pkg syscall (netbsd-386), const DLT_GPF_F = 171
32512pkg syscall (netbsd-386), const DLT_GPF_T = 170
32513pkg syscall (netbsd-386), const DLT_GPRS_LLC = 169
32514pkg syscall (netbsd-386), const DLT_GSMTAP_ABIS = 218
32515pkg syscall (netbsd-386), const DLT_GSMTAP_UM = 217
32516pkg syscall (netbsd-386), const DLT_HDLC = 16
32517pkg syscall (netbsd-386), const DLT_HHDLC = 121
32518pkg syscall (netbsd-386), const DLT_HIPPI = 15
32519pkg syscall (netbsd-386), const DLT_IBM_SN = 146
32520pkg syscall (netbsd-386), const DLT_IBM_SP = 145
32521pkg syscall (netbsd-386), const DLT_IEEE802 = 6
32522pkg syscall (netbsd-386), const DLT_IEEE802_11 = 105
32523pkg syscall (netbsd-386), const DLT_IEEE802_11_RADIO = 127
32524pkg syscall (netbsd-386), const DLT_IEEE802_11_RADIO_AVS = 163
32525pkg syscall (netbsd-386), const DLT_IEEE802_15_4 = 195
32526pkg syscall (netbsd-386), const DLT_IEEE802_15_4_LINUX = 191
32527pkg syscall (netbsd-386), const DLT_IEEE802_15_4_NONASK_PHY = 215
32528pkg syscall (netbsd-386), const DLT_IEEE802_16_MAC_CPS = 188
32529pkg syscall (netbsd-386), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
32530pkg syscall (netbsd-386), const DLT_IPMB = 199
32531pkg syscall (netbsd-386), const DLT_IPMB_LINUX = 209
32532pkg syscall (netbsd-386), const DLT_IPNET = 226
32533pkg syscall (netbsd-386), const DLT_IPV4 = 228
32534pkg syscall (netbsd-386), const DLT_IPV6 = 229
32535pkg syscall (netbsd-386), const DLT_IP_OVER_FC = 122
32536pkg syscall (netbsd-386), const DLT_JUNIPER_ATM1 = 137
32537pkg syscall (netbsd-386), const DLT_JUNIPER_ATM2 = 135
32538pkg syscall (netbsd-386), const DLT_JUNIPER_CHDLC = 181
32539pkg syscall (netbsd-386), const DLT_JUNIPER_ES = 132
32540pkg syscall (netbsd-386), const DLT_JUNIPER_ETHER = 178
32541pkg syscall (netbsd-386), const DLT_JUNIPER_FRELAY = 180
32542pkg syscall (netbsd-386), const DLT_JUNIPER_GGSN = 133
32543pkg syscall (netbsd-386), const DLT_JUNIPER_ISM = 194
32544pkg syscall (netbsd-386), const DLT_JUNIPER_MFR = 134
32545pkg syscall (netbsd-386), const DLT_JUNIPER_MLFR = 131
32546pkg syscall (netbsd-386), const DLT_JUNIPER_MLPPP = 130
32547pkg syscall (netbsd-386), const DLT_JUNIPER_MONITOR = 164
32548pkg syscall (netbsd-386), const DLT_JUNIPER_PIC_PEER = 174
32549pkg syscall (netbsd-386), const DLT_JUNIPER_PPP = 179
32550pkg syscall (netbsd-386), const DLT_JUNIPER_PPPOE = 167
32551pkg syscall (netbsd-386), const DLT_JUNIPER_PPPOE_ATM = 168
32552pkg syscall (netbsd-386), const DLT_JUNIPER_SERVICES = 136
32553pkg syscall (netbsd-386), const DLT_JUNIPER_ST = 200
32554pkg syscall (netbsd-386), const DLT_JUNIPER_VP = 183
32555pkg syscall (netbsd-386), const DLT_LAPB_WITH_DIR = 207
32556pkg syscall (netbsd-386), const DLT_LAPD = 203
32557pkg syscall (netbsd-386), const DLT_LIN = 212
32558pkg syscall (netbsd-386), const DLT_LINUX_EVDEV = 216
32559pkg syscall (netbsd-386), const DLT_LINUX_IRDA = 144
32560pkg syscall (netbsd-386), const DLT_LINUX_LAPD = 177
32561pkg syscall (netbsd-386), const DLT_LINUX_SLL = 113
32562pkg syscall (netbsd-386), const DLT_LOOP = 108
32563pkg syscall (netbsd-386), const DLT_LTALK = 114
32564pkg syscall (netbsd-386), const DLT_MFR = 182
32565pkg syscall (netbsd-386), const DLT_MOST = 211
32566pkg syscall (netbsd-386), const DLT_MPLS = 219
32567pkg syscall (netbsd-386), const DLT_MTP2 = 140
32568pkg syscall (netbsd-386), const DLT_MTP2_WITH_PHDR = 139
32569pkg syscall (netbsd-386), const DLT_MTP3 = 141
32570pkg syscall (netbsd-386), const DLT_NULL = 0
32571pkg syscall (netbsd-386), const DLT_PCI_EXP = 125
32572pkg syscall (netbsd-386), const DLT_PFLOG = 117
32573pkg syscall (netbsd-386), const DLT_PFSYNC = 18
32574pkg syscall (netbsd-386), const DLT_PPI = 192
32575pkg syscall (netbsd-386), const DLT_PPP = 9
32576pkg syscall (netbsd-386), const DLT_PPP_BSDOS = 14
32577pkg syscall (netbsd-386), const DLT_PPP_ETHER = 51
32578pkg syscall (netbsd-386), const DLT_PPP_PPPD = 166
32579pkg syscall (netbsd-386), const DLT_PPP_SERIAL = 50
32580pkg syscall (netbsd-386), const DLT_PPP_WITH_DIR = 204
32581pkg syscall (netbsd-386), const DLT_PRISM_HEADER = 119
32582pkg syscall (netbsd-386), const DLT_PRONET = 4
32583pkg syscall (netbsd-386), const DLT_RAIF1 = 198
32584pkg syscall (netbsd-386), const DLT_RAW = 12
32585pkg syscall (netbsd-386), const DLT_RAWAF_MASK = 35913728
32586pkg syscall (netbsd-386), const DLT_RIO = 124
32587pkg syscall (netbsd-386), const DLT_SCCP = 142
32588pkg syscall (netbsd-386), const DLT_SITA = 196
32589pkg syscall (netbsd-386), const DLT_SLIP = 8
32590pkg syscall (netbsd-386), const DLT_SLIP_BSDOS = 13
32591pkg syscall (netbsd-386), const DLT_SUNATM = 123
32592pkg syscall (netbsd-386), const DLT_SYMANTEC_FIREWALL = 99
32593pkg syscall (netbsd-386), const DLT_TZSP = 128
32594pkg syscall (netbsd-386), const DLT_USB = 186
32595pkg syscall (netbsd-386), const DLT_USB_LINUX = 189
32596pkg syscall (netbsd-386), const DLT_USB_LINUX_MMAPPED = 220
32597pkg syscall (netbsd-386), const DLT_WIHART = 223
32598pkg syscall (netbsd-386), const DLT_X2E_SERIAL = 213
32599pkg syscall (netbsd-386), const DLT_X2E_XORAYA = 214
32600pkg syscall (netbsd-386), const DT_BLK = 6
32601pkg syscall (netbsd-386), const DT_CHR = 2
32602pkg syscall (netbsd-386), const DT_DIR = 4
32603pkg syscall (netbsd-386), const DT_FIFO = 1
32604pkg syscall (netbsd-386), const DT_LNK = 10
32605pkg syscall (netbsd-386), const DT_REG = 8
32606pkg syscall (netbsd-386), const DT_SOCK = 12
32607pkg syscall (netbsd-386), const DT_UNKNOWN = 0
32608pkg syscall (netbsd-386), const DT_WHT = 14
32609pkg syscall (netbsd-386), const E2BIG = 7
32610pkg syscall (netbsd-386), const EACCES = 13
32611pkg syscall (netbsd-386), const EADDRINUSE = 48
32612pkg syscall (netbsd-386), const EADDRNOTAVAIL = 49
32613pkg syscall (netbsd-386), const EAFNOSUPPORT = 47
32614pkg syscall (netbsd-386), const EAGAIN = 35
32615pkg syscall (netbsd-386), const EALREADY = 37
32616pkg syscall (netbsd-386), const EAUTH = 80
32617pkg syscall (netbsd-386), const EBADF = 9
32618pkg syscall (netbsd-386), const EBADMSG = 88
32619pkg syscall (netbsd-386), const EBADRPC = 72
32620pkg syscall (netbsd-386), const EBUSY = 16
32621pkg syscall (netbsd-386), const ECANCELED = 87
32622pkg syscall (netbsd-386), const ECHILD = 10
32623pkg syscall (netbsd-386), const ECHO = 8
32624pkg syscall (netbsd-386), const ECHOCTL = 64
32625pkg syscall (netbsd-386), const ECHOE = 2
32626pkg syscall (netbsd-386), const ECHOK = 4
32627pkg syscall (netbsd-386), const ECHOKE = 1
32628pkg syscall (netbsd-386), const ECHONL = 16
32629pkg syscall (netbsd-386), const ECHOPRT = 32
32630pkg syscall (netbsd-386), const ECONNABORTED = 53
32631pkg syscall (netbsd-386), const ECONNREFUSED = 61
32632pkg syscall (netbsd-386), const ECONNRESET = 54
32633pkg syscall (netbsd-386), const EDEADLK = 11
32634pkg syscall (netbsd-386), const EDESTADDRREQ = 39
32635pkg syscall (netbsd-386), const EDOM = 33
32636pkg syscall (netbsd-386), const EDQUOT = 69
32637pkg syscall (netbsd-386), const EEXIST = 17
32638pkg syscall (netbsd-386), const EFAULT = 14
32639pkg syscall (netbsd-386), const EFBIG = 27
32640pkg syscall (netbsd-386), const EFTYPE = 79
32641pkg syscall (netbsd-386), const EHOSTDOWN = 64
32642pkg syscall (netbsd-386), const EHOSTUNREACH = 65
32643pkg syscall (netbsd-386), const EIDRM = 82
32644pkg syscall (netbsd-386), const EILSEQ = 85
32645pkg syscall (netbsd-386), const EINPROGRESS = 36
32646pkg syscall (netbsd-386), const EINTR = 4
32647pkg syscall (netbsd-386), const EINVAL = 22
32648pkg syscall (netbsd-386), const EIO = 5
32649pkg syscall (netbsd-386), const EISCONN = 56
32650pkg syscall (netbsd-386), const EISDIR = 21
32651pkg syscall (netbsd-386), const ELAST = 96
32652pkg syscall (netbsd-386), const ELOOP = 62
32653pkg syscall (netbsd-386), const EMFILE = 24
32654pkg syscall (netbsd-386), const EMLINK = 31
32655pkg syscall (netbsd-386), const EMSGSIZE = 40
32656pkg syscall (netbsd-386), const EMULTIHOP = 94
32657pkg syscall (netbsd-386), const EMUL_LINUX = 1
32658pkg syscall (netbsd-386), const EMUL_LINUX32 = 5
32659pkg syscall (netbsd-386), const EMUL_MAXID = 6
32660pkg syscall (netbsd-386), const ENAMETOOLONG = 63
32661pkg syscall (netbsd-386), const ENEEDAUTH = 81
32662pkg syscall (netbsd-386), const ENETDOWN = 50
32663pkg syscall (netbsd-386), const ENETRESET = 52
32664pkg syscall (netbsd-386), const ENETUNREACH = 51
32665pkg syscall (netbsd-386), const ENFILE = 23
32666pkg syscall (netbsd-386), const ENOATTR = 93
32667pkg syscall (netbsd-386), const ENOBUFS = 55
32668pkg syscall (netbsd-386), const ENODATA = 89
32669pkg syscall (netbsd-386), const ENODEV = 19
32670pkg syscall (netbsd-386), const ENOEXEC = 8
32671pkg syscall (netbsd-386), const ENOLCK = 77
32672pkg syscall (netbsd-386), const ENOLINK = 95
32673pkg syscall (netbsd-386), const ENOMEM = 12
32674pkg syscall (netbsd-386), const ENOMSG = 83
32675pkg syscall (netbsd-386), const ENOPROTOOPT = 42
32676pkg syscall (netbsd-386), const ENOSPC = 28
32677pkg syscall (netbsd-386), const ENOSR = 90
32678pkg syscall (netbsd-386), const ENOSTR = 91
32679pkg syscall (netbsd-386), const ENOSYS = 78
32680pkg syscall (netbsd-386), const ENOTBLK = 15
32681pkg syscall (netbsd-386), const ENOTCONN = 57
32682pkg syscall (netbsd-386), const ENOTDIR = 20
32683pkg syscall (netbsd-386), const ENOTEMPTY = 66
32684pkg syscall (netbsd-386), const ENOTSOCK = 38
32685pkg syscall (netbsd-386), const ENOTSUP = 86
32686pkg syscall (netbsd-386), const ENOTTY = 25
32687pkg syscall (netbsd-386), const ENXIO = 6
32688pkg syscall (netbsd-386), const EN_SW_CTL_INF = 4096
32689pkg syscall (netbsd-386), const EN_SW_CTL_PREC = 768
32690pkg syscall (netbsd-386), const EN_SW_CTL_ROUND = 3072
32691pkg syscall (netbsd-386), const EN_SW_DATACHAIN = 128
32692pkg syscall (netbsd-386), const EN_SW_DENORM = 2
32693pkg syscall (netbsd-386), const EN_SW_INVOP = 1
32694pkg syscall (netbsd-386), const EN_SW_OVERFLOW = 8
32695pkg syscall (netbsd-386), const EN_SW_PRECLOSS = 32
32696pkg syscall (netbsd-386), const EN_SW_UNDERFLOW = 16
32697pkg syscall (netbsd-386), const EN_SW_ZERODIV = 4
32698pkg syscall (netbsd-386), const EOPNOTSUPP = 45
32699pkg syscall (netbsd-386), const EOVERFLOW = 84
32700pkg syscall (netbsd-386), const EPERM = 1
32701pkg syscall (netbsd-386), const EPFNOSUPPORT = 46
32702pkg syscall (netbsd-386), const EPIPE = 32
32703pkg syscall (netbsd-386), const EPROCLIM = 67
32704pkg syscall (netbsd-386), const EPROCUNAVAIL = 76
32705pkg syscall (netbsd-386), const EPROGMISMATCH = 75
32706pkg syscall (netbsd-386), const EPROGUNAVAIL = 74
32707pkg syscall (netbsd-386), const EPROTO = 96
32708pkg syscall (netbsd-386), const EPROTONOSUPPORT = 43
32709pkg syscall (netbsd-386), const EPROTOTYPE = 41
32710pkg syscall (netbsd-386), const ERANGE = 34
32711pkg syscall (netbsd-386), const EREMOTE = 71
32712pkg syscall (netbsd-386), const EROFS = 30
32713pkg syscall (netbsd-386), const ERPCMISMATCH = 73
32714pkg syscall (netbsd-386), const ESHUTDOWN = 58
32715pkg syscall (netbsd-386), const ESOCKTNOSUPPORT = 44
32716pkg syscall (netbsd-386), const ESPIPE = 29
32717pkg syscall (netbsd-386), const ESRCH = 3
32718pkg syscall (netbsd-386), const ESTALE = 70
32719pkg syscall (netbsd-386), const ETHERCAP_JUMBO_MTU = 4
32720pkg syscall (netbsd-386), const ETHERCAP_VLAN_HWTAGGING = 2
32721pkg syscall (netbsd-386), const ETHERCAP_VLAN_MTU = 1
32722pkg syscall (netbsd-386), const ETHERMIN = 46
32723pkg syscall (netbsd-386), const ETHERMTU = 1500
32724pkg syscall (netbsd-386), const ETHERMTU_JUMBO = 9000
32725pkg syscall (netbsd-386), const ETHERTYPE_8023 = 4
32726pkg syscall (netbsd-386), const ETHERTYPE_AARP = 33011
32727pkg syscall (netbsd-386), const ETHERTYPE_ACCTON = 33680
32728pkg syscall (netbsd-386), const ETHERTYPE_AEONIC = 32822
32729pkg syscall (netbsd-386), const ETHERTYPE_ALPHA = 33098
32730pkg syscall (netbsd-386), const ETHERTYPE_AMBER = 24584
32731pkg syscall (netbsd-386), const ETHERTYPE_AMOEBA = 33093
32732pkg syscall (netbsd-386), const ETHERTYPE_APOLLO = 33015
32733pkg syscall (netbsd-386), const ETHERTYPE_APOLLODOMAIN = 32793
32734pkg syscall (netbsd-386), const ETHERTYPE_APPLETALK = 32923
32735pkg syscall (netbsd-386), const ETHERTYPE_APPLITEK = 32967
32736pkg syscall (netbsd-386), const ETHERTYPE_ARGONAUT = 32826
32737pkg syscall (netbsd-386), const ETHERTYPE_ARP = 2054
32738pkg syscall (netbsd-386), const ETHERTYPE_AT = 32923
32739pkg syscall (netbsd-386), const ETHERTYPE_ATALK = 32923
32740pkg syscall (netbsd-386), const ETHERTYPE_ATOMIC = 34527
32741pkg syscall (netbsd-386), const ETHERTYPE_ATT = 32873
32742pkg syscall (netbsd-386), const ETHERTYPE_ATTSTANFORD = 32776
32743pkg syscall (netbsd-386), const ETHERTYPE_AUTOPHON = 32874
32744pkg syscall (netbsd-386), const ETHERTYPE_AXIS = 34902
32745pkg syscall (netbsd-386), const ETHERTYPE_BCLOOP = 36867
32746pkg syscall (netbsd-386), const ETHERTYPE_BOFL = 33026
32747pkg syscall (netbsd-386), const ETHERTYPE_CABLETRON = 28724
32748pkg syscall (netbsd-386), const ETHERTYPE_CHAOS = 2052
32749pkg syscall (netbsd-386), const ETHERTYPE_COMDESIGN = 32876
32750pkg syscall (netbsd-386), const ETHERTYPE_COMPUGRAPHIC = 32877
32751pkg syscall (netbsd-386), const ETHERTYPE_COUNTERPOINT = 32866
32752pkg syscall (netbsd-386), const ETHERTYPE_CRONUS = 32772
32753pkg syscall (netbsd-386), const ETHERTYPE_CRONUSVLN = 32771
32754pkg syscall (netbsd-386), const ETHERTYPE_DCA = 4660
32755pkg syscall (netbsd-386), const ETHERTYPE_DDE = 32891
32756pkg syscall (netbsd-386), const ETHERTYPE_DEBNI = 43690
32757pkg syscall (netbsd-386), const ETHERTYPE_DECAM = 32840
32758pkg syscall (netbsd-386), const ETHERTYPE_DECCUST = 24582
32759pkg syscall (netbsd-386), const ETHERTYPE_DECDIAG = 24581
32760pkg syscall (netbsd-386), const ETHERTYPE_DECDNS = 32828
32761pkg syscall (netbsd-386), const ETHERTYPE_DECDTS = 32830
32762pkg syscall (netbsd-386), const ETHERTYPE_DECEXPER = 24576
32763pkg syscall (netbsd-386), const ETHERTYPE_DECLAST = 32833
32764pkg syscall (netbsd-386), const ETHERTYPE_DECLTM = 32831
32765pkg syscall (netbsd-386), const ETHERTYPE_DECMUMPS = 24585
32766pkg syscall (netbsd-386), const ETHERTYPE_DECNETBIOS = 32832
32767pkg syscall (netbsd-386), const ETHERTYPE_DELTACON = 34526
32768pkg syscall (netbsd-386), const ETHERTYPE_DIDDLE = 17185
32769pkg syscall (netbsd-386), const ETHERTYPE_DLOG1 = 1632
32770pkg syscall (netbsd-386), const ETHERTYPE_DLOG2 = 1633
32771pkg syscall (netbsd-386), const ETHERTYPE_DN = 24579
32772pkg syscall (netbsd-386), const ETHERTYPE_DOGFIGHT = 6537
32773pkg syscall (netbsd-386), const ETHERTYPE_DSMD = 32825
32774pkg syscall (netbsd-386), const ETHERTYPE_ECMA = 2051
32775pkg syscall (netbsd-386), const ETHERTYPE_ENCRYPT = 32829
32776pkg syscall (netbsd-386), const ETHERTYPE_ES = 32861
32777pkg syscall (netbsd-386), const ETHERTYPE_EXCELAN = 32784
32778pkg syscall (netbsd-386), const ETHERTYPE_EXPERDATA = 32841
32779pkg syscall (netbsd-386), const ETHERTYPE_FLIP = 33094
32780pkg syscall (netbsd-386), const ETHERTYPE_FLOWCONTROL = 34824
32781pkg syscall (netbsd-386), const ETHERTYPE_FRARP = 2056
32782pkg syscall (netbsd-386), const ETHERTYPE_GENDYN = 32872
32783pkg syscall (netbsd-386), const ETHERTYPE_HAYES = 33072
32784pkg syscall (netbsd-386), const ETHERTYPE_HIPPI_FP = 33152
32785pkg syscall (netbsd-386), const ETHERTYPE_HITACHI = 34848
32786pkg syscall (netbsd-386), const ETHERTYPE_HP = 32773
32787pkg syscall (netbsd-386), const ETHERTYPE_IEEEPUP = 2560
32788pkg syscall (netbsd-386), const ETHERTYPE_IEEEPUPAT = 2561
32789pkg syscall (netbsd-386), const ETHERTYPE_IMLBL = 19522
32790pkg syscall (netbsd-386), const ETHERTYPE_IMLBLDIAG = 16972
32791pkg syscall (netbsd-386), const ETHERTYPE_IP = 2048
32792pkg syscall (netbsd-386), const ETHERTYPE_IPAS = 34668
32793pkg syscall (netbsd-386), const ETHERTYPE_IPV6 = 34525
32794pkg syscall (netbsd-386), const ETHERTYPE_IPX = 33079
32795pkg syscall (netbsd-386), const ETHERTYPE_IPXNEW = 32823
32796pkg syscall (netbsd-386), const ETHERTYPE_KALPANA = 34178
32797pkg syscall (netbsd-386), const ETHERTYPE_LANBRIDGE = 32824
32798pkg syscall (netbsd-386), const ETHERTYPE_LANPROBE = 34952
32799pkg syscall (netbsd-386), const ETHERTYPE_LAT = 24580
32800pkg syscall (netbsd-386), const ETHERTYPE_LBACK = 36864
32801pkg syscall (netbsd-386), const ETHERTYPE_LITTLE = 32864
32802pkg syscall (netbsd-386), const ETHERTYPE_LOGICRAFT = 33096
32803pkg syscall (netbsd-386), const ETHERTYPE_LOOPBACK = 36864
32804pkg syscall (netbsd-386), const ETHERTYPE_MATRA = 32890
32805pkg syscall (netbsd-386), const ETHERTYPE_MAX = 65535
32806pkg syscall (netbsd-386), const ETHERTYPE_MERIT = 32892
32807pkg syscall (netbsd-386), const ETHERTYPE_MICP = 34618
32808pkg syscall (netbsd-386), const ETHERTYPE_MOPDL = 24577
32809pkg syscall (netbsd-386), const ETHERTYPE_MOPRC = 24578
32810pkg syscall (netbsd-386), const ETHERTYPE_MOTOROLA = 33165
32811pkg syscall (netbsd-386), const ETHERTYPE_MPLS = 34887
32812pkg syscall (netbsd-386), const ETHERTYPE_MPLS_MCAST = 34888
32813pkg syscall (netbsd-386), const ETHERTYPE_MUMPS = 33087
32814pkg syscall (netbsd-386), const ETHERTYPE_NBPCC = 15364
32815pkg syscall (netbsd-386), const ETHERTYPE_NBPCLAIM = 15369
32816pkg syscall (netbsd-386), const ETHERTYPE_NBPCLREQ = 15365
32817pkg syscall (netbsd-386), const ETHERTYPE_NBPCLRSP = 15366
32818pkg syscall (netbsd-386), const ETHERTYPE_NBPCREQ = 15362
32819pkg syscall (netbsd-386), const ETHERTYPE_NBPCRSP = 15363
32820pkg syscall (netbsd-386), const ETHERTYPE_NBPDG = 15367
32821pkg syscall (netbsd-386), const ETHERTYPE_NBPDGB = 15368
32822pkg syscall (netbsd-386), const ETHERTYPE_NBPDLTE = 15370
32823pkg syscall (netbsd-386), const ETHERTYPE_NBPRAR = 15372
32824pkg syscall (netbsd-386), const ETHERTYPE_NBPRAS = 15371
32825pkg syscall (netbsd-386), const ETHERTYPE_NBPRST = 15373
32826pkg syscall (netbsd-386), const ETHERTYPE_NBPSCD = 15361
32827pkg syscall (netbsd-386), const ETHERTYPE_NBPVCD = 15360
32828pkg syscall (netbsd-386), const ETHERTYPE_NBS = 2050
32829pkg syscall (netbsd-386), const ETHERTYPE_NCD = 33097
32830pkg syscall (netbsd-386), const ETHERTYPE_NESTAR = 32774
32831pkg syscall (netbsd-386), const ETHERTYPE_NETBEUI = 33169
32832pkg syscall (netbsd-386), const ETHERTYPE_NOVELL = 33080
32833pkg syscall (netbsd-386), const ETHERTYPE_NS = 1536
32834pkg syscall (netbsd-386), const ETHERTYPE_NSAT = 1537
32835pkg syscall (netbsd-386), const ETHERTYPE_NSCOMPAT = 2055
32836pkg syscall (netbsd-386), const ETHERTYPE_NTRAILER = 16
32837pkg syscall (netbsd-386), const ETHERTYPE_OS9 = 28679
32838pkg syscall (netbsd-386), const ETHERTYPE_OS9NET = 28681
32839pkg syscall (netbsd-386), const ETHERTYPE_PACER = 32966
32840pkg syscall (netbsd-386), const ETHERTYPE_PAE = 34958
32841pkg syscall (netbsd-386), const ETHERTYPE_PCS = 16962
32842pkg syscall (netbsd-386), const ETHERTYPE_PLANNING = 32836
32843pkg syscall (netbsd-386), const ETHERTYPE_PPP = 34827
32844pkg syscall (netbsd-386), const ETHERTYPE_PPPOE = 34916
32845pkg syscall (netbsd-386), const ETHERTYPE_PPPOEDISC = 34915
32846pkg syscall (netbsd-386), const ETHERTYPE_PRIMENTS = 28721
32847pkg syscall (netbsd-386), const ETHERTYPE_PUP = 512
32848pkg syscall (netbsd-386), const ETHERTYPE_PUPAT = 512
32849pkg syscall (netbsd-386), const ETHERTYPE_RACAL = 28720
32850pkg syscall (netbsd-386), const ETHERTYPE_RATIONAL = 33104
32851pkg syscall (netbsd-386), const ETHERTYPE_RAWFR = 25945
32852pkg syscall (netbsd-386), const ETHERTYPE_RCL = 6549
32853pkg syscall (netbsd-386), const ETHERTYPE_RDP = 34617
32854pkg syscall (netbsd-386), const ETHERTYPE_RETIX = 33010
32855pkg syscall (netbsd-386), const ETHERTYPE_REVARP = 32821
32856pkg syscall (netbsd-386), const ETHERTYPE_SCA = 24583
32857pkg syscall (netbsd-386), const ETHERTYPE_SECTRA = 34523
32858pkg syscall (netbsd-386), const ETHERTYPE_SECUREDATA = 34669
32859pkg syscall (netbsd-386), const ETHERTYPE_SGITW = 33150
32860pkg syscall (netbsd-386), const ETHERTYPE_SG_BOUNCE = 32790
32861pkg syscall (netbsd-386), const ETHERTYPE_SG_DIAG = 32787
32862pkg syscall (netbsd-386), const ETHERTYPE_SG_NETGAMES = 32788
32863pkg syscall (netbsd-386), const ETHERTYPE_SG_RESV = 32789
32864pkg syscall (netbsd-386), const ETHERTYPE_SIMNET = 21000
32865pkg syscall (netbsd-386), const ETHERTYPE_SLOWPROTOCOLS = 34825
32866pkg syscall (netbsd-386), const ETHERTYPE_SNA = 32981
32867pkg syscall (netbsd-386), const ETHERTYPE_SNMP = 33100
32868pkg syscall (netbsd-386), const ETHERTYPE_SONIX = 64245
32869pkg syscall (netbsd-386), const ETHERTYPE_SPIDER = 32927
32870pkg syscall (netbsd-386), const ETHERTYPE_SPRITE = 1280
32871pkg syscall (netbsd-386), const ETHERTYPE_STP = 33153
32872pkg syscall (netbsd-386), const ETHERTYPE_TALARIS = 33067
32873pkg syscall (netbsd-386), const ETHERTYPE_TALARISMC = 34091
32874pkg syscall (netbsd-386), const ETHERTYPE_TCPCOMP = 34667
32875pkg syscall (netbsd-386), const ETHERTYPE_TCPSM = 36866
32876pkg syscall (netbsd-386), const ETHERTYPE_TEC = 33103
32877pkg syscall (netbsd-386), const ETHERTYPE_TIGAN = 32815
32878pkg syscall (netbsd-386), const ETHERTYPE_TRAIL = 4096
32879pkg syscall (netbsd-386), const ETHERTYPE_TRANSETHER = 25944
32880pkg syscall (netbsd-386), const ETHERTYPE_TYMSHARE = 32814
32881pkg syscall (netbsd-386), const ETHERTYPE_UBBST = 28677
32882pkg syscall (netbsd-386), const ETHERTYPE_UBDEBUG = 2304
32883pkg syscall (netbsd-386), const ETHERTYPE_UBDIAGLOOP = 28674
32884pkg syscall (netbsd-386), const ETHERTYPE_UBDL = 28672
32885pkg syscall (netbsd-386), const ETHERTYPE_UBNIU = 28673
32886pkg syscall (netbsd-386), const ETHERTYPE_UBNMC = 28675
32887pkg syscall (netbsd-386), const ETHERTYPE_VALID = 5632
32888pkg syscall (netbsd-386), const ETHERTYPE_VARIAN = 32989
32889pkg syscall (netbsd-386), const ETHERTYPE_VAXELN = 32827
32890pkg syscall (netbsd-386), const ETHERTYPE_VEECO = 32871
32891pkg syscall (netbsd-386), const ETHERTYPE_VEXP = 32859
32892pkg syscall (netbsd-386), const ETHERTYPE_VGLAB = 33073
32893pkg syscall (netbsd-386), const ETHERTYPE_VINES = 2989
32894pkg syscall (netbsd-386), const ETHERTYPE_VINESECHO = 2991
32895pkg syscall (netbsd-386), const ETHERTYPE_VINESLOOP = 2990
32896pkg syscall (netbsd-386), const ETHERTYPE_VITAL = 65280
32897pkg syscall (netbsd-386), const ETHERTYPE_VLAN = 33024
32898pkg syscall (netbsd-386), const ETHERTYPE_VLTLMAN = 32896
32899pkg syscall (netbsd-386), const ETHERTYPE_VPROD = 32860
32900pkg syscall (netbsd-386), const ETHERTYPE_VURESERVED = 33095
32901pkg syscall (netbsd-386), const ETHERTYPE_WATERLOO = 33072
32902pkg syscall (netbsd-386), const ETHERTYPE_WELLFLEET = 33027
32903pkg syscall (netbsd-386), const ETHERTYPE_X25 = 2053
32904pkg syscall (netbsd-386), const ETHERTYPE_X75 = 2049
32905pkg syscall (netbsd-386), const ETHERTYPE_XNSSM = 36865
32906pkg syscall (netbsd-386), const ETHERTYPE_XTP = 33149
32907pkg syscall (netbsd-386), const ETHER_ADDR_LEN = 6
32908pkg syscall (netbsd-386), const ETHER_CRC_LEN = 4
32909pkg syscall (netbsd-386), const ETHER_CRC_POLY_BE = 79764918
32910pkg syscall (netbsd-386), const ETHER_CRC_POLY_LE = 3988292384
32911pkg syscall (netbsd-386), const ETHER_HDR_LEN = 14
32912pkg syscall (netbsd-386), const ETHER_MAX_LEN = 1518
32913pkg syscall (netbsd-386), const ETHER_MAX_LEN_JUMBO = 9018
32914pkg syscall (netbsd-386), const ETHER_MIN_LEN = 64
32915pkg syscall (netbsd-386), const ETHER_PPPOE_ENCAP_LEN = 8
32916pkg syscall (netbsd-386), const ETHER_TYPE_LEN = 2
32917pkg syscall (netbsd-386), const ETHER_VLAN_ENCAP_LEN = 4
32918pkg syscall (netbsd-386), const ETIME = 92
32919pkg syscall (netbsd-386), const ETIMEDOUT = 60
32920pkg syscall (netbsd-386), const ETOOMANYREFS = 59
32921pkg syscall (netbsd-386), const ETXTBSY = 26
32922pkg syscall (netbsd-386), const EUSERS = 68
32923pkg syscall (netbsd-386), const EVFILT_AIO = 2
32924pkg syscall (netbsd-386), const EVFILT_PROC = 4
32925pkg syscall (netbsd-386), const EVFILT_READ = 0
32926pkg syscall (netbsd-386), const EVFILT_SIGNAL = 5
32927pkg syscall (netbsd-386), const EVFILT_SYSCOUNT = 7
32928pkg syscall (netbsd-386), const EVFILT_TIMER = 6
32929pkg syscall (netbsd-386), const EVFILT_VNODE = 3
32930pkg syscall (netbsd-386), const EVFILT_WRITE = 1
32931pkg syscall (netbsd-386), const EV_ADD = 1
32932pkg syscall (netbsd-386), const EV_CLEAR = 32
32933pkg syscall (netbsd-386), const EV_DELETE = 2
32934pkg syscall (netbsd-386), const EV_DISABLE = 8
32935pkg syscall (netbsd-386), const EV_ENABLE = 4
32936pkg syscall (netbsd-386), const EV_EOF = 32768
32937pkg syscall (netbsd-386), const EV_ERROR = 16384
32938pkg syscall (netbsd-386), const EV_FLAG1 = 8192
32939pkg syscall (netbsd-386), const EV_ONESHOT = 16
32940pkg syscall (netbsd-386), const EV_SYSFLAGS = 61440
32941pkg syscall (netbsd-386), const EWOULDBLOCK = 35
32942pkg syscall (netbsd-386), const EXDEV = 18
32943pkg syscall (netbsd-386), const EXTA = 19200
32944pkg syscall (netbsd-386), const EXTB = 38400
32945pkg syscall (netbsd-386), const EXTPROC = 2048
32946pkg syscall (netbsd-386), const FD_CLOEXEC = 1
32947pkg syscall (netbsd-386), const FD_SETSIZE = 256
32948pkg syscall (netbsd-386), const FLUSHO = 8388608
32949pkg syscall (netbsd-386), const F_CLOSEM = 10
32950pkg syscall (netbsd-386), const F_DUPFD = 0
32951pkg syscall (netbsd-386), const F_DUPFD_CLOEXEC = 12
32952pkg syscall (netbsd-386), const F_FSCTL = -2147483648
32953pkg syscall (netbsd-386), const F_FSDIRMASK = 1879048192
32954pkg syscall (netbsd-386), const F_FSIN = 268435456
32955pkg syscall (netbsd-386), const F_FSINOUT = 805306368
32956pkg syscall (netbsd-386), const F_FSOUT = 536870912
32957pkg syscall (netbsd-386), const F_FSPRIV = 32768
32958pkg syscall (netbsd-386), const F_FSVOID = 1073741824
32959pkg syscall (netbsd-386), const F_GETFD = 1
32960pkg syscall (netbsd-386), const F_GETFL = 3
32961pkg syscall (netbsd-386), const F_GETLK = 7
32962pkg syscall (netbsd-386), const F_GETNOSIGPIPE = 13
32963pkg syscall (netbsd-386), const F_GETOWN = 5
32964pkg syscall (netbsd-386), const F_MAXFD = 11
32965pkg syscall (netbsd-386), const F_OK = 0
32966pkg syscall (netbsd-386), const F_PARAM_MASK = 4095
32967pkg syscall (netbsd-386), const F_PARAM_MAX = 4095
32968pkg syscall (netbsd-386), const F_RDLCK = 1
32969pkg syscall (netbsd-386), const F_SETFD = 2
32970pkg syscall (netbsd-386), const F_SETFL = 4
32971pkg syscall (netbsd-386), const F_SETLK = 8
32972pkg syscall (netbsd-386), const F_SETLKW = 9
32973pkg syscall (netbsd-386), const F_SETNOSIGPIPE = 14
32974pkg syscall (netbsd-386), const F_SETOWN = 6
32975pkg syscall (netbsd-386), const F_UNLCK = 2
32976pkg syscall (netbsd-386), const F_WRLCK = 3
32977pkg syscall (netbsd-386), const HUPCL = 16384
32978pkg syscall (netbsd-386), const ICANON = 256
32979pkg syscall (netbsd-386), const ICRNL = 256
32980pkg syscall (netbsd-386), const IEXTEN = 1024
32981pkg syscall (netbsd-386), const IFAN_ARRIVAL = 0
32982pkg syscall (netbsd-386), const IFAN_DEPARTURE = 1
32983pkg syscall (netbsd-386), const IFA_ROUTE = 1
32984pkg syscall (netbsd-386), const IFF_ALLMULTI = 512
32985pkg syscall (netbsd-386), const IFF_CANTCHANGE = 36690
32986pkg syscall (netbsd-386), const IFF_DEBUG = 4
32987pkg syscall (netbsd-386), const IFF_LINK0 = 4096
32988pkg syscall (netbsd-386), const IFF_LINK1 = 8192
32989pkg syscall (netbsd-386), const IFF_LINK2 = 16384
32990pkg syscall (netbsd-386), const IFF_LOOPBACK = 8
32991pkg syscall (netbsd-386), const IFF_MULTICAST = 32768
32992pkg syscall (netbsd-386), const IFF_NOARP = 128
32993pkg syscall (netbsd-386), const IFF_NOTRAILERS = 32
32994pkg syscall (netbsd-386), const IFF_OACTIVE = 1024
32995pkg syscall (netbsd-386), const IFF_POINTOPOINT = 16
32996pkg syscall (netbsd-386), const IFF_PROMISC = 256
32997pkg syscall (netbsd-386), const IFF_RUNNING = 64
32998pkg syscall (netbsd-386), const IFF_SIMPLEX = 2048
32999pkg syscall (netbsd-386), const IFNAMSIZ = 16
33000pkg syscall (netbsd-386), const IFT_1822 = 2
33001pkg syscall (netbsd-386), const IFT_A12MPPSWITCH = 130
33002pkg syscall (netbsd-386), const IFT_AAL2 = 187
33003pkg syscall (netbsd-386), const IFT_AAL5 = 49
33004pkg syscall (netbsd-386), const IFT_ADSL = 94
33005pkg syscall (netbsd-386), const IFT_AFLANE8023 = 59
33006pkg syscall (netbsd-386), const IFT_AFLANE8025 = 60
33007pkg syscall (netbsd-386), const IFT_ARAP = 88
33008pkg syscall (netbsd-386), const IFT_ARCNET = 35
33009pkg syscall (netbsd-386), const IFT_ARCNETPLUS = 36
33010pkg syscall (netbsd-386), const IFT_ASYNC = 84
33011pkg syscall (netbsd-386), const IFT_ATM = 37
33012pkg syscall (netbsd-386), const IFT_ATMDXI = 105
33013pkg syscall (netbsd-386), const IFT_ATMFUNI = 106
33014pkg syscall (netbsd-386), const IFT_ATMIMA = 107
33015pkg syscall (netbsd-386), const IFT_ATMLOGICAL = 80
33016pkg syscall (netbsd-386), const IFT_ATMRADIO = 189
33017pkg syscall (netbsd-386), const IFT_ATMSUBINTERFACE = 134
33018pkg syscall (netbsd-386), const IFT_ATMVCIENDPT = 194
33019pkg syscall (netbsd-386), const IFT_ATMVIRTUAL = 149
33020pkg syscall (netbsd-386), const IFT_BGPPOLICYACCOUNTING = 162
33021pkg syscall (netbsd-386), const IFT_BRIDGE = 209
33022pkg syscall (netbsd-386), const IFT_BSC = 83
33023pkg syscall (netbsd-386), const IFT_CARP = 248
33024pkg syscall (netbsd-386), const IFT_CCTEMUL = 61
33025pkg syscall (netbsd-386), const IFT_CEPT = 19
33026pkg syscall (netbsd-386), const IFT_CES = 133
33027pkg syscall (netbsd-386), const IFT_CHANNEL = 70
33028pkg syscall (netbsd-386), const IFT_CNR = 85
33029pkg syscall (netbsd-386), const IFT_COFFEE = 132
33030pkg syscall (netbsd-386), const IFT_COMPOSITELINK = 155
33031pkg syscall (netbsd-386), const IFT_DCN = 141
33032pkg syscall (netbsd-386), const IFT_DIGITALPOWERLINE = 138
33033pkg syscall (netbsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
33034pkg syscall (netbsd-386), const IFT_DLSW = 74
33035pkg syscall (netbsd-386), const IFT_DOCSCABLEDOWNSTREAM = 128
33036pkg syscall (netbsd-386), const IFT_DOCSCABLEMACLAYER = 127
33037pkg syscall (netbsd-386), const IFT_DOCSCABLEUPSTREAM = 129
33038pkg syscall (netbsd-386), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
33039pkg syscall (netbsd-386), const IFT_DS0 = 81
33040pkg syscall (netbsd-386), const IFT_DS0BUNDLE = 82
33041pkg syscall (netbsd-386), const IFT_DS1FDL = 170
33042pkg syscall (netbsd-386), const IFT_DS3 = 30
33043pkg syscall (netbsd-386), const IFT_DTM = 140
33044pkg syscall (netbsd-386), const IFT_DVBASILN = 172
33045pkg syscall (netbsd-386), const IFT_DVBASIOUT = 173
33046pkg syscall (netbsd-386), const IFT_DVBRCCDOWNSTREAM = 147
33047pkg syscall (netbsd-386), const IFT_DVBRCCMACLAYER = 146
33048pkg syscall (netbsd-386), const IFT_DVBRCCUPSTREAM = 148
33049pkg syscall (netbsd-386), const IFT_ECONET = 206
33050pkg syscall (netbsd-386), const IFT_EON = 25
33051pkg syscall (netbsd-386), const IFT_EPLRS = 87
33052pkg syscall (netbsd-386), const IFT_ESCON = 73
33053pkg syscall (netbsd-386), const IFT_ETHER = 6
33054pkg syscall (netbsd-386), const IFT_FAITH = 242
33055pkg syscall (netbsd-386), const IFT_FAST = 125
33056pkg syscall (netbsd-386), const IFT_FASTETHER = 62
33057pkg syscall (netbsd-386), const IFT_FASTETHERFX = 69
33058pkg syscall (netbsd-386), const IFT_FDDI = 15
33059pkg syscall (netbsd-386), const IFT_FIBRECHANNEL = 56
33060pkg syscall (netbsd-386), const IFT_FRAMERELAYINTERCONNECT = 58
33061pkg syscall (netbsd-386), const IFT_FRAMERELAYMPI = 92
33062pkg syscall (netbsd-386), const IFT_FRDLCIENDPT = 193
33063pkg syscall (netbsd-386), const IFT_FRELAY = 32
33064pkg syscall (netbsd-386), const IFT_FRELAYDCE = 44
33065pkg syscall (netbsd-386), const IFT_FRF16MFRBUNDLE = 163
33066pkg syscall (netbsd-386), const IFT_FRFORWARD = 158
33067pkg syscall (netbsd-386), const IFT_G703AT2MB = 67
33068pkg syscall (netbsd-386), const IFT_G703AT64K = 66
33069pkg syscall (netbsd-386), const IFT_GIF = 240
33070pkg syscall (netbsd-386), const IFT_GIGABITETHERNET = 117
33071pkg syscall (netbsd-386), const IFT_GR303IDT = 178
33072pkg syscall (netbsd-386), const IFT_GR303RDT = 177
33073pkg syscall (netbsd-386), const IFT_H323GATEKEEPER = 164
33074pkg syscall (netbsd-386), const IFT_H323PROXY = 165
33075pkg syscall (netbsd-386), const IFT_HDH1822 = 3
33076pkg syscall (netbsd-386), const IFT_HDLC = 118
33077pkg syscall (netbsd-386), const IFT_HDSL2 = 168
33078pkg syscall (netbsd-386), const IFT_HIPERLAN2 = 183
33079pkg syscall (netbsd-386), const IFT_HIPPI = 47
33080pkg syscall (netbsd-386), const IFT_HIPPIINTERFACE = 57
33081pkg syscall (netbsd-386), const IFT_HOSTPAD = 90
33082pkg syscall (netbsd-386), const IFT_HSSI = 46
33083pkg syscall (netbsd-386), const IFT_HY = 14
33084pkg syscall (netbsd-386), const IFT_IBM370PARCHAN = 72
33085pkg syscall (netbsd-386), const IFT_IDSL = 154
33086pkg syscall (netbsd-386), const IFT_IEEE1394 = 144
33087pkg syscall (netbsd-386), const IFT_IEEE80211 = 71
33088pkg syscall (netbsd-386), const IFT_IEEE80212 = 55
33089pkg syscall (netbsd-386), const IFT_IEEE8023ADLAG = 161
33090pkg syscall (netbsd-386), const IFT_IFGSN = 145
33091pkg syscall (netbsd-386), const IFT_IMT = 190
33092pkg syscall (netbsd-386), const IFT_INFINIBAND = 199
33093pkg syscall (netbsd-386), const IFT_INTERLEAVE = 124
33094pkg syscall (netbsd-386), const IFT_IP = 126
33095pkg syscall (netbsd-386), const IFT_IPFORWARD = 142
33096pkg syscall (netbsd-386), const IFT_IPOVERATM = 114
33097pkg syscall (netbsd-386), const IFT_IPOVERCDLC = 109
33098pkg syscall (netbsd-386), const IFT_IPOVERCLAW = 110
33099pkg syscall (netbsd-386), const IFT_IPSWITCH = 78
33100pkg syscall (netbsd-386), const IFT_ISDN = 63
33101pkg syscall (netbsd-386), const IFT_ISDNBASIC = 20
33102pkg syscall (netbsd-386), const IFT_ISDNPRIMARY = 21
33103pkg syscall (netbsd-386), const IFT_ISDNS = 75
33104pkg syscall (netbsd-386), const IFT_ISDNU = 76
33105pkg syscall (netbsd-386), const IFT_ISO88022LLC = 41
33106pkg syscall (netbsd-386), const IFT_ISO88023 = 7
33107pkg syscall (netbsd-386), const IFT_ISO88024 = 8
33108pkg syscall (netbsd-386), const IFT_ISO88025 = 9
33109pkg syscall (netbsd-386), const IFT_ISO88025CRFPINT = 98
33110pkg syscall (netbsd-386), const IFT_ISO88025DTR = 86
33111pkg syscall (netbsd-386), const IFT_ISO88025FIBER = 115
33112pkg syscall (netbsd-386), const IFT_ISO88026 = 10
33113pkg syscall (netbsd-386), const IFT_ISUP = 179
33114pkg syscall (netbsd-386), const IFT_L2VLAN = 135
33115pkg syscall (netbsd-386), const IFT_L3IPVLAN = 136
33116pkg syscall (netbsd-386), const IFT_L3IPXVLAN = 137
33117pkg syscall (netbsd-386), const IFT_LAPB = 16
33118pkg syscall (netbsd-386), const IFT_LAPD = 77
33119pkg syscall (netbsd-386), const IFT_LAPF = 119
33120pkg syscall (netbsd-386), const IFT_LINEGROUP = 210
33121pkg syscall (netbsd-386), const IFT_LOCALTALK = 42
33122pkg syscall (netbsd-386), const IFT_LOOP = 24
33123pkg syscall (netbsd-386), const IFT_MEDIAMAILOVERIP = 139
33124pkg syscall (netbsd-386), const IFT_MFSIGLINK = 167
33125pkg syscall (netbsd-386), const IFT_MIOX25 = 38
33126pkg syscall (netbsd-386), const IFT_MODEM = 48
33127pkg syscall (netbsd-386), const IFT_MPC = 113
33128pkg syscall (netbsd-386), const IFT_MPLS = 166
33129pkg syscall (netbsd-386), const IFT_MPLSTUNNEL = 150
33130pkg syscall (netbsd-386), const IFT_MSDSL = 143
33131pkg syscall (netbsd-386), const IFT_MVL = 191
33132pkg syscall (netbsd-386), const IFT_MYRINET = 99
33133pkg syscall (netbsd-386), const IFT_NFAS = 175
33134pkg syscall (netbsd-386), const IFT_NSIP = 27
33135pkg syscall (netbsd-386), const IFT_OPTICALCHANNEL = 195
33136pkg syscall (netbsd-386), const IFT_OPTICALTRANSPORT = 196
33137pkg syscall (netbsd-386), const IFT_OTHER = 1
33138pkg syscall (netbsd-386), const IFT_P10 = 12
33139pkg syscall (netbsd-386), const IFT_P80 = 13
33140pkg syscall (netbsd-386), const IFT_PARA = 34
33141pkg syscall (netbsd-386), const IFT_PFLOG = 245
33142pkg syscall (netbsd-386), const IFT_PFSYNC = 246
33143pkg syscall (netbsd-386), const IFT_PLC = 174
33144pkg syscall (netbsd-386), const IFT_PON155 = 207
33145pkg syscall (netbsd-386), const IFT_PON622 = 208
33146pkg syscall (netbsd-386), const IFT_POS = 171
33147pkg syscall (netbsd-386), const IFT_PPP = 23
33148pkg syscall (netbsd-386), const IFT_PPPMULTILINKBUNDLE = 108
33149pkg syscall (netbsd-386), const IFT_PROPATM = 197
33150pkg syscall (netbsd-386), const IFT_PROPBWAP2MP = 184
33151pkg syscall (netbsd-386), const IFT_PROPCNLS = 89
33152pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
33153pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSMACLAYER = 180
33154pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
33155pkg syscall (netbsd-386), const IFT_PROPMUX = 54
33156pkg syscall (netbsd-386), const IFT_PROPVIRTUAL = 53
33157pkg syscall (netbsd-386), const IFT_PROPWIRELESSP2P = 157
33158pkg syscall (netbsd-386), const IFT_PTPSERIAL = 22
33159pkg syscall (netbsd-386), const IFT_PVC = 241
33160pkg syscall (netbsd-386), const IFT_Q2931 = 201
33161pkg syscall (netbsd-386), const IFT_QLLC = 68
33162pkg syscall (netbsd-386), const IFT_RADIOMAC = 188
33163pkg syscall (netbsd-386), const IFT_RADSL = 95
33164pkg syscall (netbsd-386), const IFT_REACHDSL = 192
33165pkg syscall (netbsd-386), const IFT_RFC1483 = 159
33166pkg syscall (netbsd-386), const IFT_RS232 = 33
33167pkg syscall (netbsd-386), const IFT_RSRB = 79
33168pkg syscall (netbsd-386), const IFT_SDLC = 17
33169pkg syscall (netbsd-386), const IFT_SDSL = 96
33170pkg syscall (netbsd-386), const IFT_SHDSL = 169
33171pkg syscall (netbsd-386), const IFT_SIP = 31
33172pkg syscall (netbsd-386), const IFT_SIPSIG = 204
33173pkg syscall (netbsd-386), const IFT_SIPTG = 203
33174pkg syscall (netbsd-386), const IFT_SLIP = 28
33175pkg syscall (netbsd-386), const IFT_SMDSDXI = 43
33176pkg syscall (netbsd-386), const IFT_SMDSICIP = 52
33177pkg syscall (netbsd-386), const IFT_SONET = 39
33178pkg syscall (netbsd-386), const IFT_SONETOVERHEADCHANNEL = 185
33179pkg syscall (netbsd-386), const IFT_SONETPATH = 50
33180pkg syscall (netbsd-386), const IFT_SONETVT = 51
33181pkg syscall (netbsd-386), const IFT_SRP = 151
33182pkg syscall (netbsd-386), const IFT_SS7SIGLINK = 156
33183pkg syscall (netbsd-386), const IFT_STACKTOSTACK = 111
33184pkg syscall (netbsd-386), const IFT_STARLAN = 11
33185pkg syscall (netbsd-386), const IFT_STF = 215
33186pkg syscall (netbsd-386), const IFT_T1 = 18
33187pkg syscall (netbsd-386), const IFT_TDLC = 116
33188pkg syscall (netbsd-386), const IFT_TELINK = 200
33189pkg syscall (netbsd-386), const IFT_TERMPAD = 91
33190pkg syscall (netbsd-386), const IFT_TR008 = 176
33191pkg syscall (netbsd-386), const IFT_TRANSPHDLC = 123
33192pkg syscall (netbsd-386), const IFT_TUNNEL = 131
33193pkg syscall (netbsd-386), const IFT_ULTRA = 29
33194pkg syscall (netbsd-386), const IFT_USB = 160
33195pkg syscall (netbsd-386), const IFT_V11 = 64
33196pkg syscall (netbsd-386), const IFT_V35 = 45
33197pkg syscall (netbsd-386), const IFT_V36 = 65
33198pkg syscall (netbsd-386), const IFT_V37 = 120
33199pkg syscall (netbsd-386), const IFT_VDSL = 97
33200pkg syscall (netbsd-386), const IFT_VIRTUALIPADDRESS = 112
33201pkg syscall (netbsd-386), const IFT_VIRTUALTG = 202
33202pkg syscall (netbsd-386), const IFT_VOICEDID = 213
33203pkg syscall (netbsd-386), const IFT_VOICEEM = 100
33204pkg syscall (netbsd-386), const IFT_VOICEEMFGD = 211
33205pkg syscall (netbsd-386), const IFT_VOICEENCAP = 103
33206pkg syscall (netbsd-386), const IFT_VOICEFGDEANA = 212
33207pkg syscall (netbsd-386), const IFT_VOICEFXO = 101
33208pkg syscall (netbsd-386), const IFT_VOICEFXS = 102
33209pkg syscall (netbsd-386), const IFT_VOICEOVERATM = 152
33210pkg syscall (netbsd-386), const IFT_VOICEOVERCABLE = 198
33211pkg syscall (netbsd-386), const IFT_VOICEOVERFRAMERELAY = 153
33212pkg syscall (netbsd-386), const IFT_VOICEOVERIP = 104
33213pkg syscall (netbsd-386), const IFT_X213 = 93
33214pkg syscall (netbsd-386), const IFT_X25 = 5
33215pkg syscall (netbsd-386), const IFT_X25DDN = 4
33216pkg syscall (netbsd-386), const IFT_X25HUNTGROUP = 122
33217pkg syscall (netbsd-386), const IFT_X25MLP = 121
33218pkg syscall (netbsd-386), const IFT_X25PLE = 40
33219pkg syscall (netbsd-386), const IFT_XETHER = 26
33220pkg syscall (netbsd-386), const IGNBRK = 1
33221pkg syscall (netbsd-386), const IGNCR = 128
33222pkg syscall (netbsd-386), const IGNPAR = 4
33223pkg syscall (netbsd-386), const IMAXBEL = 8192
33224pkg syscall (netbsd-386), const INLCR = 64
33225pkg syscall (netbsd-386), const INPCK = 16
33226pkg syscall (netbsd-386), const IN_CLASSA_HOST = 16777215
33227pkg syscall (netbsd-386), const IN_CLASSA_MAX = 128
33228pkg syscall (netbsd-386), const IN_CLASSA_NET = 4278190080
33229pkg syscall (netbsd-386), const IN_CLASSA_NSHIFT = 24
33230pkg syscall (netbsd-386), const IN_CLASSB_HOST = 65535
33231pkg syscall (netbsd-386), const IN_CLASSB_MAX = 65536
33232pkg syscall (netbsd-386), const IN_CLASSB_NET = 4294901760
33233pkg syscall (netbsd-386), const IN_CLASSB_NSHIFT = 16
33234pkg syscall (netbsd-386), const IN_CLASSC_HOST = 255
33235pkg syscall (netbsd-386), const IN_CLASSC_NET = 4294967040
33236pkg syscall (netbsd-386), const IN_CLASSC_NSHIFT = 8
33237pkg syscall (netbsd-386), const IN_CLASSD_HOST = 268435455
33238pkg syscall (netbsd-386), const IN_CLASSD_NET = 4026531840
33239pkg syscall (netbsd-386), const IN_CLASSD_NSHIFT = 28
33240pkg syscall (netbsd-386), const IN_LOOPBACKNET = 127
33241pkg syscall (netbsd-386), const IPPROTO_AH = 51
33242pkg syscall (netbsd-386), const IPPROTO_CARP = 112
33243pkg syscall (netbsd-386), const IPPROTO_DONE = 257
33244pkg syscall (netbsd-386), const IPPROTO_DSTOPTS = 60
33245pkg syscall (netbsd-386), const IPPROTO_EGP = 8
33246pkg syscall (netbsd-386), const IPPROTO_ENCAP = 98
33247pkg syscall (netbsd-386), const IPPROTO_EON = 80
33248pkg syscall (netbsd-386), const IPPROTO_ESP = 50
33249pkg syscall (netbsd-386), const IPPROTO_ETHERIP = 97
33250pkg syscall (netbsd-386), const IPPROTO_FRAGMENT = 44
33251pkg syscall (netbsd-386), const IPPROTO_GGP = 3
33252pkg syscall (netbsd-386), const IPPROTO_GRE = 47
33253pkg syscall (netbsd-386), const IPPROTO_HOPOPTS = 0
33254pkg syscall (netbsd-386), const IPPROTO_ICMP = 1
33255pkg syscall (netbsd-386), const IPPROTO_ICMPV6 = 58
33256pkg syscall (netbsd-386), const IPPROTO_IDP = 22
33257pkg syscall (netbsd-386), const IPPROTO_IGMP = 2
33258pkg syscall (netbsd-386), const IPPROTO_IPCOMP = 108
33259pkg syscall (netbsd-386), const IPPROTO_IPIP = 4
33260pkg syscall (netbsd-386), const IPPROTO_IPV4 = 4
33261pkg syscall (netbsd-386), const IPPROTO_IPV6_ICMP = 58
33262pkg syscall (netbsd-386), const IPPROTO_MAX = 256
33263pkg syscall (netbsd-386), const IPPROTO_MAXID = 52
33264pkg syscall (netbsd-386), const IPPROTO_MOBILE = 55
33265pkg syscall (netbsd-386), const IPPROTO_NONE = 59
33266pkg syscall (netbsd-386), const IPPROTO_PFSYNC = 240
33267pkg syscall (netbsd-386), const IPPROTO_PIM = 103
33268pkg syscall (netbsd-386), const IPPROTO_PUP = 12
33269pkg syscall (netbsd-386), const IPPROTO_RAW = 255
33270pkg syscall (netbsd-386), const IPPROTO_ROUTING = 43
33271pkg syscall (netbsd-386), const IPPROTO_RSVP = 46
33272pkg syscall (netbsd-386), const IPPROTO_TP = 29
33273pkg syscall (netbsd-386), const IPPROTO_VRRP = 112
33274pkg syscall (netbsd-386), const IPV6_CHECKSUM = 26
33275pkg syscall (netbsd-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1
33276pkg syscall (netbsd-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1
33277pkg syscall (netbsd-386), const IPV6_DEFHLIM = 64
33278pkg syscall (netbsd-386), const IPV6_DONTFRAG = 62
33279pkg syscall (netbsd-386), const IPV6_DSTOPTS = 50
33280pkg syscall (netbsd-386), const IPV6_FAITH = 29
33281pkg syscall (netbsd-386), const IPV6_FLOWINFO_MASK = 4294967055
33282pkg syscall (netbsd-386), const IPV6_FLOWLABEL_MASK = 4294905600
33283pkg syscall (netbsd-386), const IPV6_FRAGTTL = 120
33284pkg syscall (netbsd-386), const IPV6_HLIMDEC = 1
33285pkg syscall (netbsd-386), const IPV6_HOPLIMIT = 47
33286pkg syscall (netbsd-386), const IPV6_HOPOPTS = 49
33287pkg syscall (netbsd-386), const IPV6_IPSEC_POLICY = 28
33288pkg syscall (netbsd-386), const IPV6_JOIN_GROUP = 12
33289pkg syscall (netbsd-386), const IPV6_LEAVE_GROUP = 13
33290pkg syscall (netbsd-386), const IPV6_MAXHLIM = 255
33291pkg syscall (netbsd-386), const IPV6_MAXPACKET = 65535
33292pkg syscall (netbsd-386), const IPV6_MMTU = 1280
33293pkg syscall (netbsd-386), const IPV6_MULTICAST_HOPS = 10
33294pkg syscall (netbsd-386), const IPV6_MULTICAST_IF = 9
33295pkg syscall (netbsd-386), const IPV6_MULTICAST_LOOP = 11
33296pkg syscall (netbsd-386), const IPV6_NEXTHOP = 48
33297pkg syscall (netbsd-386), const IPV6_PATHMTU = 44
33298pkg syscall (netbsd-386), const IPV6_PKTINFO = 46
33299pkg syscall (netbsd-386), const IPV6_PORTRANGE = 14
33300pkg syscall (netbsd-386), const IPV6_PORTRANGE_DEFAULT = 0
33301pkg syscall (netbsd-386), const IPV6_PORTRANGE_HIGH = 1
33302pkg syscall (netbsd-386), const IPV6_PORTRANGE_LOW = 2
33303pkg syscall (netbsd-386), const IPV6_RECVDSTOPTS = 40
33304pkg syscall (netbsd-386), const IPV6_RECVHOPLIMIT = 37
33305pkg syscall (netbsd-386), const IPV6_RECVHOPOPTS = 39
33306pkg syscall (netbsd-386), const IPV6_RECVPATHMTU = 43
33307pkg syscall (netbsd-386), const IPV6_RECVPKTINFO = 36
33308pkg syscall (netbsd-386), const IPV6_RECVRTHDR = 38
33309pkg syscall (netbsd-386), const IPV6_RECVTCLASS = 57
33310pkg syscall (netbsd-386), const IPV6_RTHDR = 51
33311pkg syscall (netbsd-386), const IPV6_RTHDRDSTOPTS = 35
33312pkg syscall (netbsd-386), const IPV6_RTHDR_LOOSE = 0
33313pkg syscall (netbsd-386), const IPV6_RTHDR_STRICT = 1
33314pkg syscall (netbsd-386), const IPV6_RTHDR_TYPE_0 = 0
33315pkg syscall (netbsd-386), const IPV6_SOCKOPT_RESERVED1 = 3
33316pkg syscall (netbsd-386), const IPV6_TCLASS = 61
33317pkg syscall (netbsd-386), const IPV6_UNICAST_HOPS = 4
33318pkg syscall (netbsd-386), const IPV6_USE_MIN_MTU = 42
33319pkg syscall (netbsd-386), const IPV6_V6ONLY = 27
33320pkg syscall (netbsd-386), const IPV6_VERSION = 96
33321pkg syscall (netbsd-386), const IPV6_VERSION_MASK = 240
33322pkg syscall (netbsd-386), const IP_ADD_MEMBERSHIP = 12
33323pkg syscall (netbsd-386), const IP_DEFAULT_MULTICAST_LOOP = 1
33324pkg syscall (netbsd-386), const IP_DEFAULT_MULTICAST_TTL = 1
33325pkg syscall (netbsd-386), const IP_DF = 16384
33326pkg syscall (netbsd-386), const IP_DROP_MEMBERSHIP = 13
33327pkg syscall (netbsd-386), const IP_EF = 32768
33328pkg syscall (netbsd-386), const IP_ERRORMTU = 21
33329pkg syscall (netbsd-386), const IP_HDRINCL = 2
33330pkg syscall (netbsd-386), const IP_IPSEC_POLICY = 22
33331pkg syscall (netbsd-386), const IP_MAXPACKET = 65535
33332pkg syscall (netbsd-386), const IP_MAX_MEMBERSHIPS = 20
33333pkg syscall (netbsd-386), const IP_MF = 8192
33334pkg syscall (netbsd-386), const IP_MINFRAGSIZE = 69
33335pkg syscall (netbsd-386), const IP_MINTTL = 24
33336pkg syscall (netbsd-386), const IP_MSS = 576
33337pkg syscall (netbsd-386), const IP_MULTICAST_IF = 9
33338pkg syscall (netbsd-386), const IP_MULTICAST_LOOP = 11
33339pkg syscall (netbsd-386), const IP_MULTICAST_TTL = 10
33340pkg syscall (netbsd-386), const IP_OFFMASK = 8191
33341pkg syscall (netbsd-386), const IP_OPTIONS = 1
33342pkg syscall (netbsd-386), const IP_PORTRANGE = 19
33343pkg syscall (netbsd-386), const IP_PORTRANGE_DEFAULT = 0
33344pkg syscall (netbsd-386), const IP_PORTRANGE_HIGH = 1
33345pkg syscall (netbsd-386), const IP_PORTRANGE_LOW = 2
33346pkg syscall (netbsd-386), const IP_RECVDSTADDR = 7
33347pkg syscall (netbsd-386), const IP_RECVIF = 20
33348pkg syscall (netbsd-386), const IP_RECVOPTS = 5
33349pkg syscall (netbsd-386), const IP_RECVRETOPTS = 6
33350pkg syscall (netbsd-386), const IP_RECVTTL = 23
33351pkg syscall (netbsd-386), const IP_RETOPTS = 8
33352pkg syscall (netbsd-386), const IP_RF = 32768
33353pkg syscall (netbsd-386), const IP_TOS = 3
33354pkg syscall (netbsd-386), const IP_TTL = 4
33355pkg syscall (netbsd-386), const ISIG = 128
33356pkg syscall (netbsd-386), const ISTRIP = 32
33357pkg syscall (netbsd-386), const IXANY = 2048
33358pkg syscall (netbsd-386), const IXOFF = 1024
33359pkg syscall (netbsd-386), const IXON = 512
33360pkg syscall (netbsd-386), const ImplementsGetwd = false
33361pkg syscall (netbsd-386), const LOCK_EX = 2
33362pkg syscall (netbsd-386), const LOCK_NB = 4
33363pkg syscall (netbsd-386), const LOCK_SH = 1
33364pkg syscall (netbsd-386), const LOCK_UN = 8
33365pkg syscall (netbsd-386), const MSG_BCAST = 256
33366pkg syscall (netbsd-386), const MSG_CMSG_CLOEXEC = 2048
33367pkg syscall (netbsd-386), const MSG_CONTROLMBUF = 33554432
33368pkg syscall (netbsd-386), const MSG_CTRUNC = 32
33369pkg syscall (netbsd-386), const MSG_DONTROUTE = 4
33370pkg syscall (netbsd-386), const MSG_DONTWAIT = 128
33371pkg syscall (netbsd-386), const MSG_EOR = 8
33372pkg syscall (netbsd-386), const MSG_IOVUSRSPACE = 67108864
33373pkg syscall (netbsd-386), const MSG_LENUSRSPACE = 134217728
33374pkg syscall (netbsd-386), const MSG_MCAST = 512
33375pkg syscall (netbsd-386), const MSG_NAMEMBUF = 16777216
33376pkg syscall (netbsd-386), const MSG_NBIO = 4096
33377pkg syscall (netbsd-386), const MSG_NOSIGNAL = 1024
33378pkg syscall (netbsd-386), const MSG_OOB = 1
33379pkg syscall (netbsd-386), const MSG_PEEK = 2
33380pkg syscall (netbsd-386), const MSG_TRUNC = 16
33381pkg syscall (netbsd-386), const MSG_USERFLAGS = 16777215
33382pkg syscall (netbsd-386), const MSG_WAITALL = 64
33383pkg syscall (netbsd-386), const NAME_MAX = 511
33384pkg syscall (netbsd-386), const NET_RT_DUMP = 1
33385pkg syscall (netbsd-386), const NET_RT_FLAGS = 2
33386pkg syscall (netbsd-386), const NET_RT_IFLIST = 5
33387pkg syscall (netbsd-386), const NET_RT_MAXID = 6
33388pkg syscall (netbsd-386), const NET_RT_OIFLIST = 4
33389pkg syscall (netbsd-386), const NET_RT_OOIFLIST = 3
33390pkg syscall (netbsd-386), const NOFLSH = 2147483648
33391pkg syscall (netbsd-386), const NOTE_ATTRIB = 8
33392pkg syscall (netbsd-386), const NOTE_CHILD = 4
33393pkg syscall (netbsd-386), const NOTE_DELETE = 1
33394pkg syscall (netbsd-386), const NOTE_EXEC = 536870912
33395pkg syscall (netbsd-386), const NOTE_EXIT = 2147483648
33396pkg syscall (netbsd-386), const NOTE_EXTEND = 4
33397pkg syscall (netbsd-386), const NOTE_FORK = 1073741824
33398pkg syscall (netbsd-386), const NOTE_LINK = 16
33399pkg syscall (netbsd-386), const NOTE_LOWAT = 1
33400pkg syscall (netbsd-386), const NOTE_PCTRLMASK = 4026531840
33401pkg syscall (netbsd-386), const NOTE_PDATAMASK = 1048575
33402pkg syscall (netbsd-386), const NOTE_RENAME = 32
33403pkg syscall (netbsd-386), const NOTE_REVOKE = 64
33404pkg syscall (netbsd-386), const NOTE_TRACK = 1
33405pkg syscall (netbsd-386), const NOTE_TRACKERR = 2
33406pkg syscall (netbsd-386), const NOTE_WRITE = 2
33407pkg syscall (netbsd-386), const OCRNL = 16
33408pkg syscall (netbsd-386), const OFIOGETBMAP = 3221513850
33409pkg syscall (netbsd-386), const ONLCR = 2
33410pkg syscall (netbsd-386), const ONLRET = 64
33411pkg syscall (netbsd-386), const ONOCR = 32
33412pkg syscall (netbsd-386), const ONOEOT = 8
33413pkg syscall (netbsd-386), const OPOST = 1
33414pkg syscall (netbsd-386), const O_ACCMODE = 3
33415pkg syscall (netbsd-386), const O_ALT_IO = 262144
33416pkg syscall (netbsd-386), const O_APPEND = 8
33417pkg syscall (netbsd-386), const O_ASYNC = 64
33418pkg syscall (netbsd-386), const O_CLOEXEC = 4194304
33419pkg syscall (netbsd-386), const O_CREAT = 512
33420pkg syscall (netbsd-386), const O_DIRECT = 524288
33421pkg syscall (netbsd-386), const O_DIRECTORY = 2097152
33422pkg syscall (netbsd-386), const O_DSYNC = 65536
33423pkg syscall (netbsd-386), const O_EXCL = 2048
33424pkg syscall (netbsd-386), const O_EXLOCK = 32
33425pkg syscall (netbsd-386), const O_FSYNC = 128
33426pkg syscall (netbsd-386), const O_NDELAY = 4
33427pkg syscall (netbsd-386), const O_NOCTTY = 32768
33428pkg syscall (netbsd-386), const O_NOFOLLOW = 256
33429pkg syscall (netbsd-386), const O_NONBLOCK = 4
33430pkg syscall (netbsd-386), const O_NOSIGPIPE = 16777216
33431pkg syscall (netbsd-386), const O_RSYNC = 131072
33432pkg syscall (netbsd-386), const O_SHLOCK = 16
33433pkg syscall (netbsd-386), const O_SYNC = 128
33434pkg syscall (netbsd-386), const O_TRUNC = 1024
33435pkg syscall (netbsd-386), const PARENB = 4096
33436pkg syscall (netbsd-386), const PARMRK = 8
33437pkg syscall (netbsd-386), const PARODD = 8192
33438pkg syscall (netbsd-386), const PENDIN = 536870912
33439pkg syscall (netbsd-386), const PRI_IOFLUSH = 124
33440pkg syscall (netbsd-386), const PTRACE_CONT = 7
33441pkg syscall (netbsd-386), const PTRACE_KILL = 8
33442pkg syscall (netbsd-386), const PTRACE_TRACEME = 0
33443pkg syscall (netbsd-386), const RLIMIT_AS = 10
33444pkg syscall (netbsd-386), const RLIMIT_CORE = 4
33445pkg syscall (netbsd-386), const RLIMIT_CPU = 0
33446pkg syscall (netbsd-386), const RLIMIT_DATA = 2
33447pkg syscall (netbsd-386), const RLIMIT_FSIZE = 1
33448pkg syscall (netbsd-386), const RLIMIT_NOFILE = 8
33449pkg syscall (netbsd-386), const RLIMIT_STACK = 3
33450pkg syscall (netbsd-386), const RLIM_INFINITY = 9223372036854775807
33451pkg syscall (netbsd-386), const RTAX_AUTHOR = 6
33452pkg syscall (netbsd-386), const RTAX_BRD = 7
33453pkg syscall (netbsd-386), const RTAX_DST = 0
33454pkg syscall (netbsd-386), const RTAX_GATEWAY = 1
33455pkg syscall (netbsd-386), const RTAX_GENMASK = 3
33456pkg syscall (netbsd-386), const RTAX_IFA = 5
33457pkg syscall (netbsd-386), const RTAX_IFP = 4
33458pkg syscall (netbsd-386), const RTAX_MAX = 9
33459pkg syscall (netbsd-386), const RTAX_NETMASK = 2
33460pkg syscall (netbsd-386), const RTAX_TAG = 8
33461pkg syscall (netbsd-386), const RTA_AUTHOR = 64
33462pkg syscall (netbsd-386), const RTA_BRD = 128
33463pkg syscall (netbsd-386), const RTA_DST = 1
33464pkg syscall (netbsd-386), const RTA_GATEWAY = 2
33465pkg syscall (netbsd-386), const RTA_GENMASK = 8
33466pkg syscall (netbsd-386), const RTA_IFA = 32
33467pkg syscall (netbsd-386), const RTA_IFP = 16
33468pkg syscall (netbsd-386), const RTA_NETMASK = 4
33469pkg syscall (netbsd-386), const RTA_TAG = 256
33470pkg syscall (netbsd-386), const RTF_ANNOUNCE = 131072
33471pkg syscall (netbsd-386), const RTF_BLACKHOLE = 4096
33472pkg syscall (netbsd-386), const RTF_CLONED = 8192
33473pkg syscall (netbsd-386), const RTF_CLONING = 256
33474pkg syscall (netbsd-386), const RTF_DONE = 64
33475pkg syscall (netbsd-386), const RTF_DYNAMIC = 16
33476pkg syscall (netbsd-386), const RTF_GATEWAY = 2
33477pkg syscall (netbsd-386), const RTF_HOST = 4
33478pkg syscall (netbsd-386), const RTF_LLINFO = 1024
33479pkg syscall (netbsd-386), const RTF_MASK = 128
33480pkg syscall (netbsd-386), const RTF_MODIFIED = 32
33481pkg syscall (netbsd-386), const RTF_PROTO1 = 32768
33482pkg syscall (netbsd-386), const RTF_PROTO2 = 16384
33483pkg syscall (netbsd-386), const RTF_REJECT = 8
33484pkg syscall (netbsd-386), const RTF_SRC = 65536
33485pkg syscall (netbsd-386), const RTF_STATIC = 2048
33486pkg syscall (netbsd-386), const RTF_UP = 1
33487pkg syscall (netbsd-386), const RTF_XRESOLVE = 512
33488pkg syscall (netbsd-386), const RTM_ADD = 1
33489pkg syscall (netbsd-386), const RTM_CHANGE = 3
33490pkg syscall (netbsd-386), const RTM_CHGADDR = 21
33491pkg syscall (netbsd-386), const RTM_DELADDR = 13
33492pkg syscall (netbsd-386), const RTM_DELETE = 2
33493pkg syscall (netbsd-386), const RTM_GET = 4
33494pkg syscall (netbsd-386), const RTM_IEEE80211 = 17
33495pkg syscall (netbsd-386), const RTM_IFANNOUNCE = 16
33496pkg syscall (netbsd-386), const RTM_IFINFO = 20
33497pkg syscall (netbsd-386), const RTM_LLINFO_UPD = 19
33498pkg syscall (netbsd-386), const RTM_LOCK = 8
33499pkg syscall (netbsd-386), const RTM_LOSING = 5
33500pkg syscall (netbsd-386), const RTM_MISS = 7
33501pkg syscall (netbsd-386), const RTM_NEWADDR = 12
33502pkg syscall (netbsd-386), const RTM_OIFINFO = 15
33503pkg syscall (netbsd-386), const RTM_OLDADD = 9
33504pkg syscall (netbsd-386), const RTM_OLDDEL = 10
33505pkg syscall (netbsd-386), const RTM_OOIFINFO = 14
33506pkg syscall (netbsd-386), const RTM_REDIRECT = 6
33507pkg syscall (netbsd-386), const RTM_RESOLVE = 11
33508pkg syscall (netbsd-386), const RTM_RTTUNIT = 1000000
33509pkg syscall (netbsd-386), const RTM_SETGATE = 18
33510pkg syscall (netbsd-386), const RTM_VERSION = 4
33511pkg syscall (netbsd-386), const RTV_EXPIRE = 4
33512pkg syscall (netbsd-386), const RTV_HOPCOUNT = 2
33513pkg syscall (netbsd-386), const RTV_MTU = 1
33514pkg syscall (netbsd-386), const RTV_RPIPE = 8
33515pkg syscall (netbsd-386), const RTV_RTT = 64
33516pkg syscall (netbsd-386), const RTV_RTTVAR = 128
33517pkg syscall (netbsd-386), const RTV_SPIPE = 16
33518pkg syscall (netbsd-386), const RTV_SSTHRESH = 32
33519pkg syscall (netbsd-386), const RUSAGE_CHILDREN = -1
33520pkg syscall (netbsd-386), const RUSAGE_SELF = 0
33521pkg syscall (netbsd-386), const SCM_CREDS = 4
33522pkg syscall (netbsd-386), const SCM_RIGHTS = 1
33523pkg syscall (netbsd-386), const SCM_TIMESTAMP = 8
33524pkg syscall (netbsd-386), const SIGBUS = 10
33525pkg syscall (netbsd-386), const SIGCHLD = 20
33526pkg syscall (netbsd-386), const SIGCONT = 19
33527pkg syscall (netbsd-386), const SIGEMT = 7
33528pkg syscall (netbsd-386), const SIGINFO = 29
33529pkg syscall (netbsd-386), const SIGIO = 23
33530pkg syscall (netbsd-386), const SIGIOT = 6
33531pkg syscall (netbsd-386), const SIGPROF = 27
33532pkg syscall (netbsd-386), const SIGPWR = 32
33533pkg syscall (netbsd-386), const SIGSTOP = 17
33534pkg syscall (netbsd-386), const SIGSYS = 12
33535pkg syscall (netbsd-386), const SIGTSTP = 18
33536pkg syscall (netbsd-386), const SIGTTIN = 21
33537pkg syscall (netbsd-386), const SIGTTOU = 22
33538pkg syscall (netbsd-386), const SIGURG = 16
33539pkg syscall (netbsd-386), const SIGUSR1 = 30
33540pkg syscall (netbsd-386), const SIGUSR2 = 31
33541pkg syscall (netbsd-386), const SIGVTALRM = 26
33542pkg syscall (netbsd-386), const SIGWINCH = 28
33543pkg syscall (netbsd-386), const SIGXCPU = 24
33544pkg syscall (netbsd-386), const SIGXFSZ = 25
33545pkg syscall (netbsd-386), const SIOCADDMULTI = 2156947761
33546pkg syscall (netbsd-386), const SIOCADDRT = 2150658570
33547pkg syscall (netbsd-386), const SIOCAIFADDR = 2151704858
33548pkg syscall (netbsd-386), const SIOCALIFADDR = 2165860636
33549pkg syscall (netbsd-386), const SIOCATMARK = 1074033415
33550pkg syscall (netbsd-386), const SIOCDELMULTI = 2156947762
33551pkg syscall (netbsd-386), const SIOCDELRT = 2150658571
33552pkg syscall (netbsd-386), const SIOCDIFADDR = 2156947737
33553pkg syscall (netbsd-386), const SIOCDIFPHYADDR = 2156947785
33554pkg syscall (netbsd-386), const SIOCDLIFADDR = 2165860638
33555pkg syscall (netbsd-386), const SIOCGDRVSPEC = 3223087483
33556pkg syscall (netbsd-386), const SIOCGETPFSYNC = 3230689784
33557pkg syscall (netbsd-386), const SIOCGETSGCNT = 3222566196
33558pkg syscall (netbsd-386), const SIOCGETVIFCNT = 3222566195
33559pkg syscall (netbsd-386), const SIOCGHIWAT = 1074033409
33560pkg syscall (netbsd-386), const SIOCGIFADDR = 3230689569
33561pkg syscall (netbsd-386), const SIOCGIFADDRPREF = 3230951712
33562pkg syscall (netbsd-386), const SIOCGIFALIAS = 3225446683
33563pkg syscall (netbsd-386), const SIOCGIFBRDADDR = 3230689571
33564pkg syscall (netbsd-386), const SIOCGIFCAP = 3223349622
33565pkg syscall (netbsd-386), const SIOCGIFCONF = 3221776678
33566pkg syscall (netbsd-386), const SIOCGIFDATA = 3230951813
33567pkg syscall (netbsd-386), const SIOCGIFDLT = 3230689655
33568pkg syscall (netbsd-386), const SIOCGIFDSTADDR = 3230689570
33569pkg syscall (netbsd-386), const SIOCGIFFLAGS = 3230689553
33570pkg syscall (netbsd-386), const SIOCGIFGENERIC = 3230689594
33571pkg syscall (netbsd-386), const SIOCGIFMEDIA = 3223873846
33572pkg syscall (netbsd-386), const SIOCGIFMETRIC = 3230689559
33573pkg syscall (netbsd-386), const SIOCGIFMTU = 3230689662
33574pkg syscall (netbsd-386), const SIOCGIFNETMASK = 3230689573
33575pkg syscall (netbsd-386), const SIOCGIFPDSTADDR = 3230689608
33576pkg syscall (netbsd-386), const SIOCGIFPSRCADDR = 3230689607
33577pkg syscall (netbsd-386), const SIOCGLIFADDR = 3239602461
33578pkg syscall (netbsd-386), const SIOCGLIFPHYADDR = 3239602507
33579pkg syscall (netbsd-386), const SIOCGLINKSTR = 3223087495
33580pkg syscall (netbsd-386), const SIOCGLOWAT = 1074033411
33581pkg syscall (netbsd-386), const SIOCGPGRP = 1074033417
33582pkg syscall (netbsd-386), const SIOCGVH = 3230689667
33583pkg syscall (netbsd-386), const SIOCIFCREATE = 2156947834
33584pkg syscall (netbsd-386), const SIOCIFDESTROY = 2156947833
33585pkg syscall (netbsd-386), const SIOCIFGCLONERS = 3222038904
33586pkg syscall (netbsd-386), const SIOCINITIFADDR = 3225708932
33587pkg syscall (netbsd-386), const SIOCSDRVSPEC = 2149345659
33588pkg syscall (netbsd-386), const SIOCSETPFSYNC = 2156947959
33589pkg syscall (netbsd-386), const SIOCSHIWAT = 2147775232
33590pkg syscall (netbsd-386), const SIOCSIFADDR = 2156947724
33591pkg syscall (netbsd-386), const SIOCSIFADDRPREF = 2157209887
33592pkg syscall (netbsd-386), const SIOCSIFBRDADDR = 2156947731
33593pkg syscall (netbsd-386), const SIOCSIFCAP = 2149607797
33594pkg syscall (netbsd-386), const SIOCSIFDSTADDR = 2156947726
33595pkg syscall (netbsd-386), const SIOCSIFFLAGS = 2156947728
33596pkg syscall (netbsd-386), const SIOCSIFGENERIC = 2156947769
33597pkg syscall (netbsd-386), const SIOCSIFMEDIA = 3230689589
33598pkg syscall (netbsd-386), const SIOCSIFMETRIC = 2156947736
33599pkg syscall (netbsd-386), const SIOCSIFMTU = 2156947839
33600pkg syscall (netbsd-386), const SIOCSIFNETMASK = 2156947734
33601pkg syscall (netbsd-386), const SIOCSIFPHYADDR = 2151704902
33602pkg syscall (netbsd-386), const SIOCSLIFPHYADDR = 2165860682
33603pkg syscall (netbsd-386), const SIOCSLINKSTR = 2149345672
33604pkg syscall (netbsd-386), const SIOCSLOWAT = 2147775234
33605pkg syscall (netbsd-386), const SIOCSPGRP = 2147775240
33606pkg syscall (netbsd-386), const SIOCSVH = 3230689666
33607pkg syscall (netbsd-386), const SIOCZIFDATA = 3230951814
33608pkg syscall (netbsd-386), const SOCK_CLOEXEC = 268435456
33609pkg syscall (netbsd-386), const SOCK_FLAGS_MASK = 4026531840
33610pkg syscall (netbsd-386), const SOCK_NONBLOCK = 536870912
33611pkg syscall (netbsd-386), const SOCK_NOSIGPIPE = 1073741824
33612pkg syscall (netbsd-386), const SOCK_RDM = 4
33613pkg syscall (netbsd-386), const SOL_SOCKET = 65535
33614pkg syscall (netbsd-386), const SOMAXCONN = 128
33615pkg syscall (netbsd-386), const SO_ACCEPTCONN = 2
33616pkg syscall (netbsd-386), const SO_ACCEPTFILTER = 4096
33617pkg syscall (netbsd-386), const SO_BROADCAST = 32
33618pkg syscall (netbsd-386), const SO_DEBUG = 1
33619pkg syscall (netbsd-386), const SO_DONTROUTE = 16
33620pkg syscall (netbsd-386), const SO_ERROR = 4103
33621pkg syscall (netbsd-386), const SO_KEEPALIVE = 8
33622pkg syscall (netbsd-386), const SO_LINGER = 128
33623pkg syscall (netbsd-386), const SO_NOHEADER = 4106
33624pkg syscall (netbsd-386), const SO_NOSIGPIPE = 2048
33625pkg syscall (netbsd-386), const SO_OOBINLINE = 256
33626pkg syscall (netbsd-386), const SO_OVERFLOWED = 4105
33627pkg syscall (netbsd-386), const SO_RCVBUF = 4098
33628pkg syscall (netbsd-386), const SO_RCVLOWAT = 4100
33629pkg syscall (netbsd-386), const SO_RCVTIMEO = 4108
33630pkg syscall (netbsd-386), const SO_REUSEADDR = 4
33631pkg syscall (netbsd-386), const SO_REUSEPORT = 512
33632pkg syscall (netbsd-386), const SO_SNDBUF = 4097
33633pkg syscall (netbsd-386), const SO_SNDLOWAT = 4099
33634pkg syscall (netbsd-386), const SO_SNDTIMEO = 4107
33635pkg syscall (netbsd-386), const SO_TIMESTAMP = 8192
33636pkg syscall (netbsd-386), const SO_TYPE = 4104
33637pkg syscall (netbsd-386), const SO_USELOOPBACK = 64
33638pkg syscall (netbsd-386), const SYSCTL_VERSION = 16777216
33639pkg syscall (netbsd-386), const SYSCTL_VERS_0 = 0
33640pkg syscall (netbsd-386), const SYSCTL_VERS_1 = 16777216
33641pkg syscall (netbsd-386), const SYSCTL_VERS_MASK = 4278190080
33642pkg syscall (netbsd-386), const SYS_ACCEPT = 30
33643pkg syscall (netbsd-386), const SYS_ACCESS = 33
33644pkg syscall (netbsd-386), const SYS_ACCT = 51
33645pkg syscall (netbsd-386), const SYS_ADJTIME = 421
33646pkg syscall (netbsd-386), const SYS_BIND = 104
33647pkg syscall (netbsd-386), const SYS_BREAK = 17
33648pkg syscall (netbsd-386), const SYS_CHDIR = 12
33649pkg syscall (netbsd-386), const SYS_CHFLAGS = 34
33650pkg syscall (netbsd-386), const SYS_CHMOD = 15
33651pkg syscall (netbsd-386), const SYS_CHOWN = 16
33652pkg syscall (netbsd-386), const SYS_CHROOT = 61
33653pkg syscall (netbsd-386), const SYS_CLOCK_GETRES = 429
33654pkg syscall (netbsd-386), const SYS_CLOCK_GETTIME = 427
33655pkg syscall (netbsd-386), const SYS_CLOCK_SETTIME = 428
33656pkg syscall (netbsd-386), const SYS_CLOSE = 6
33657pkg syscall (netbsd-386), const SYS_CONNECT = 98
33658pkg syscall (netbsd-386), const SYS_DUP = 41
33659pkg syscall (netbsd-386), const SYS_DUP2 = 90
33660pkg syscall (netbsd-386), const SYS_DUP3 = 454
33661pkg syscall (netbsd-386), const SYS_EXECVE = 59
33662pkg syscall (netbsd-386), const SYS_EXIT = 1
33663pkg syscall (netbsd-386), const SYS_EXTATTRCTL = 360
33664pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_FD = 366
33665pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_FILE = 363
33666pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_LINK = 369
33667pkg syscall (netbsd-386), const SYS_EXTATTR_GET_FD = 365
33668pkg syscall (netbsd-386), const SYS_EXTATTR_GET_FILE = 362
33669pkg syscall (netbsd-386), const SYS_EXTATTR_GET_LINK = 368
33670pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_FD = 370
33671pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_FILE = 371
33672pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_LINK = 372
33673pkg syscall (netbsd-386), const SYS_EXTATTR_SET_FD = 364
33674pkg syscall (netbsd-386), const SYS_EXTATTR_SET_FILE = 361
33675pkg syscall (netbsd-386), const SYS_EXTATTR_SET_LINK = 367
33676pkg syscall (netbsd-386), const SYS_FACCESSAT = 462
33677pkg syscall (netbsd-386), const SYS_FCHDIR = 13
33678pkg syscall (netbsd-386), const SYS_FCHFLAGS = 35
33679pkg syscall (netbsd-386), const SYS_FCHMOD = 124
33680pkg syscall (netbsd-386), const SYS_FCHMODAT = 463
33681pkg syscall (netbsd-386), const SYS_FCHOWN = 123
33682pkg syscall (netbsd-386), const SYS_FCHOWNAT = 464
33683pkg syscall (netbsd-386), const SYS_FCHROOT = 297
33684pkg syscall (netbsd-386), const SYS_FCNTL = 92
33685pkg syscall (netbsd-386), const SYS_FDATASYNC = 241
33686pkg syscall (netbsd-386), const SYS_FEXECVE = 465
33687pkg syscall (netbsd-386), const SYS_FGETXATTR = 380
33688pkg syscall (netbsd-386), const SYS_FHSTAT = 451
33689pkg syscall (netbsd-386), const SYS_FKTRACE = 288
33690pkg syscall (netbsd-386), const SYS_FLISTXATTR = 383
33691pkg syscall (netbsd-386), const SYS_FLOCK = 131
33692pkg syscall (netbsd-386), const SYS_FORK = 2
33693pkg syscall (netbsd-386), const SYS_FPATHCONF = 192
33694pkg syscall (netbsd-386), const SYS_FREMOVEXATTR = 386
33695pkg syscall (netbsd-386), const SYS_FSETXATTR = 377
33696pkg syscall (netbsd-386), const SYS_FSTAT = 440
33697pkg syscall (netbsd-386), const SYS_FSTATAT = 466
33698pkg syscall (netbsd-386), const SYS_FSTATVFS1 = 358
33699pkg syscall (netbsd-386), const SYS_FSYNC = 95
33700pkg syscall (netbsd-386), const SYS_FSYNC_RANGE = 354
33701pkg syscall (netbsd-386), const SYS_FTRUNCATE = 201
33702pkg syscall (netbsd-386), const SYS_FUTIMENS = 472
33703pkg syscall (netbsd-386), const SYS_FUTIMES = 423
33704pkg syscall (netbsd-386), const SYS_GETCONTEXT = 307
33705pkg syscall (netbsd-386), const SYS_GETDENTS = 390
33706pkg syscall (netbsd-386), const SYS_GETEGID = 43
33707pkg syscall (netbsd-386), const SYS_GETEUID = 25
33708pkg syscall (netbsd-386), const SYS_GETFH = 395
33709pkg syscall (netbsd-386), const SYS_GETGID = 47
33710pkg syscall (netbsd-386), const SYS_GETGROUPS = 79
33711pkg syscall (netbsd-386), const SYS_GETITIMER = 426
33712pkg syscall (netbsd-386), const SYS_GETPEERNAME = 31
33713pkg syscall (netbsd-386), const SYS_GETPGID = 207
33714pkg syscall (netbsd-386), const SYS_GETPGRP = 81
33715pkg syscall (netbsd-386), const SYS_GETPID = 20
33716pkg syscall (netbsd-386), const SYS_GETPPID = 39
33717pkg syscall (netbsd-386), const SYS_GETPRIORITY = 100
33718pkg syscall (netbsd-386), const SYS_GETRLIMIT = 194
33719pkg syscall (netbsd-386), const SYS_GETRUSAGE = 445
33720pkg syscall (netbsd-386), const SYS_GETSID = 286
33721pkg syscall (netbsd-386), const SYS_GETSOCKNAME = 32
33722pkg syscall (netbsd-386), const SYS_GETSOCKOPT = 118
33723pkg syscall (netbsd-386), const SYS_GETTIMEOFDAY = 418
33724pkg syscall (netbsd-386), const SYS_GETUID = 24
33725pkg syscall (netbsd-386), const SYS_GETVFSSTAT = 356
33726pkg syscall (netbsd-386), const SYS_GETXATTR = 378
33727pkg syscall (netbsd-386), const SYS_IOCTL = 54
33728pkg syscall (netbsd-386), const SYS_ISSETUGID = 305
33729pkg syscall (netbsd-386), const SYS_KEVENT = 435
33730pkg syscall (netbsd-386), const SYS_KILL = 37
33731pkg syscall (netbsd-386), const SYS_KQUEUE = 344
33732pkg syscall (netbsd-386), const SYS_KQUEUE1 = 455
33733pkg syscall (netbsd-386), const SYS_KTRACE = 45
33734pkg syscall (netbsd-386), const SYS_LCHFLAGS = 304
33735pkg syscall (netbsd-386), const SYS_LCHMOD = 274
33736pkg syscall (netbsd-386), const SYS_LCHOWN = 275
33737pkg syscall (netbsd-386), const SYS_LGETXATTR = 379
33738pkg syscall (netbsd-386), const SYS_LINK = 9
33739pkg syscall (netbsd-386), const SYS_LINKAT = 457
33740pkg syscall (netbsd-386), const SYS_LISTEN = 106
33741pkg syscall (netbsd-386), const SYS_LISTXATTR = 381
33742pkg syscall (netbsd-386), const SYS_LLISTXATTR = 382
33743pkg syscall (netbsd-386), const SYS_LREMOVEXATTR = 385
33744pkg syscall (netbsd-386), const SYS_LSEEK = 199
33745pkg syscall (netbsd-386), const SYS_LSETXATTR = 376
33746pkg syscall (netbsd-386), const SYS_LSTAT = 441
33747pkg syscall (netbsd-386), const SYS_LUTIMES = 424
33748pkg syscall (netbsd-386), const SYS_MADVISE = 75
33749pkg syscall (netbsd-386), const SYS_MINCORE = 78
33750pkg syscall (netbsd-386), const SYS_MINHERIT = 273
33751pkg syscall (netbsd-386), const SYS_MKDIR = 136
33752pkg syscall (netbsd-386), const SYS_MKDIRAT = 461
33753pkg syscall (netbsd-386), const SYS_MKFIFO = 132
33754pkg syscall (netbsd-386), const SYS_MKFIFOAT = 459
33755pkg syscall (netbsd-386), const SYS_MKNOD = 450
33756pkg syscall (netbsd-386), const SYS_MKNODAT = 460
33757pkg syscall (netbsd-386), const SYS_MLOCK = 203
33758pkg syscall (netbsd-386), const SYS_MLOCKALL = 242
33759pkg syscall (netbsd-386), const SYS_MMAP = 197
33760pkg syscall (netbsd-386), const SYS_MODCTL = 246
33761pkg syscall (netbsd-386), const SYS_MOUNT = 410
33762pkg syscall (netbsd-386), const SYS_MPROTECT = 74
33763pkg syscall (netbsd-386), const SYS_MREMAP = 411
33764pkg syscall (netbsd-386), const SYS_MSGCTL = 444
33765pkg syscall (netbsd-386), const SYS_MSGGET = 225
33766pkg syscall (netbsd-386), const SYS_MSGRCV = 227
33767pkg syscall (netbsd-386), const SYS_MSGSND = 226
33768pkg syscall (netbsd-386), const SYS_MUNLOCK = 204
33769pkg syscall (netbsd-386), const SYS_MUNLOCKALL = 243
33770pkg syscall (netbsd-386), const SYS_MUNMAP = 73
33771pkg syscall (netbsd-386), const SYS_NANOSLEEP = 430
33772pkg syscall (netbsd-386), const SYS_NTP_ADJTIME = 176
33773pkg syscall (netbsd-386), const SYS_NTP_GETTIME = 448
33774pkg syscall (netbsd-386), const SYS_OPEN = 5
33775pkg syscall (netbsd-386), const SYS_OPENAT = 468
33776pkg syscall (netbsd-386), const SYS_PACCEPT = 456
33777pkg syscall (netbsd-386), const SYS_PATHCONF = 191
33778pkg syscall (netbsd-386), const SYS_PIPE = 42
33779pkg syscall (netbsd-386), const SYS_PIPE2 = 453
33780pkg syscall (netbsd-386), const SYS_PMC_CONTROL = 342
33781pkg syscall (netbsd-386), const SYS_PMC_GET_INFO = 341
33782pkg syscall (netbsd-386), const SYS_POLL = 209
33783pkg syscall (netbsd-386), const SYS_POLLTS = 437
33784pkg syscall (netbsd-386), const SYS_POSIX_FADVISE = 416
33785pkg syscall (netbsd-386), const SYS_POSIX_SPAWN = 474
33786pkg syscall (netbsd-386), const SYS_PREAD = 173
33787pkg syscall (netbsd-386), const SYS_PREADV = 289
33788pkg syscall (netbsd-386), const SYS_PROFIL = 44
33789pkg syscall (netbsd-386), const SYS_PSELECT = 436
33790pkg syscall (netbsd-386), const SYS_PSET_ASSIGN = 414
33791pkg syscall (netbsd-386), const SYS_PSET_CREATE = 412
33792pkg syscall (netbsd-386), const SYS_PSET_DESTROY = 413
33793pkg syscall (netbsd-386), const SYS_PTRACE = 26
33794pkg syscall (netbsd-386), const SYS_PWRITE = 174
33795pkg syscall (netbsd-386), const SYS_PWRITEV = 290
33796pkg syscall (netbsd-386), const SYS_RASCTL = 343
33797pkg syscall (netbsd-386), const SYS_READ = 3
33798pkg syscall (netbsd-386), const SYS_READLINK = 58
33799pkg syscall (netbsd-386), const SYS_READLINKAT = 469
33800pkg syscall (netbsd-386), const SYS_READV = 120
33801pkg syscall (netbsd-386), const SYS_REBOOT = 208
33802pkg syscall (netbsd-386), const SYS_RECVFROM = 29
33803pkg syscall (netbsd-386), const SYS_RECVMMSG = 475
33804pkg syscall (netbsd-386), const SYS_RECVMSG = 27
33805pkg syscall (netbsd-386), const SYS_REMOVEXATTR = 384
33806pkg syscall (netbsd-386), const SYS_RENAME = 128
33807pkg syscall (netbsd-386), const SYS_RENAMEAT = 458
33808pkg syscall (netbsd-386), const SYS_REVOKE = 56
33809pkg syscall (netbsd-386), const SYS_RMDIR = 137
33810pkg syscall (netbsd-386), const SYS_SBRK = 69
33811pkg syscall (netbsd-386), const SYS_SCHED_YIELD = 350
33812pkg syscall (netbsd-386), const SYS_SELECT = 417
33813pkg syscall (netbsd-386), const SYS_SEMCONFIG = 223
33814pkg syscall (netbsd-386), const SYS_SEMGET = 221
33815pkg syscall (netbsd-386), const SYS_SEMOP = 222
33816pkg syscall (netbsd-386), const SYS_SENDMMSG = 476
33817pkg syscall (netbsd-386), const SYS_SENDMSG = 28
33818pkg syscall (netbsd-386), const SYS_SENDTO = 133
33819pkg syscall (netbsd-386), const SYS_SETCONTEXT = 308
33820pkg syscall (netbsd-386), const SYS_SETEGID = 182
33821pkg syscall (netbsd-386), const SYS_SETEUID = 183
33822pkg syscall (netbsd-386), const SYS_SETGID = 181
33823pkg syscall (netbsd-386), const SYS_SETGROUPS = 80
33824pkg syscall (netbsd-386), const SYS_SETITIMER = 425
33825pkg syscall (netbsd-386), const SYS_SETPGID = 82
33826pkg syscall (netbsd-386), const SYS_SETPRIORITY = 96
33827pkg syscall (netbsd-386), const SYS_SETREGID = 127
33828pkg syscall (netbsd-386), const SYS_SETREUID = 126
33829pkg syscall (netbsd-386), const SYS_SETRLIMIT = 195
33830pkg syscall (netbsd-386), const SYS_SETSID = 147
33831pkg syscall (netbsd-386), const SYS_SETSOCKOPT = 105
33832pkg syscall (netbsd-386), const SYS_SETTIMEOFDAY = 419
33833pkg syscall (netbsd-386), const SYS_SETUID = 23
33834pkg syscall (netbsd-386), const SYS_SETXATTR = 375
33835pkg syscall (netbsd-386), const SYS_SHMAT = 228
33836pkg syscall (netbsd-386), const SYS_SHMCTL = 443
33837pkg syscall (netbsd-386), const SYS_SHMDT = 230
33838pkg syscall (netbsd-386), const SYS_SHMGET = 231
33839pkg syscall (netbsd-386), const SYS_SHUTDOWN = 134
33840pkg syscall (netbsd-386), const SYS_SIGQUEUEINFO = 245
33841pkg syscall (netbsd-386), const SYS_SOCKET = 394
33842pkg syscall (netbsd-386), const SYS_SOCKETPAIR = 135
33843pkg syscall (netbsd-386), const SYS_SSTK = 70
33844pkg syscall (netbsd-386), const SYS_STAT = 439
33845pkg syscall (netbsd-386), const SYS_STATVFS1 = 357
33846pkg syscall (netbsd-386), const SYS_SWAPCTL = 271
33847pkg syscall (netbsd-386), const SYS_SYMLINK = 57
33848pkg syscall (netbsd-386), const SYS_SYMLINKAT = 470
33849pkg syscall (netbsd-386), const SYS_SYNC = 36
33850pkg syscall (netbsd-386), const SYS_SYSARCH = 165
33851pkg syscall (netbsd-386), const SYS_TIMER_CREATE = 235
33852pkg syscall (netbsd-386), const SYS_TIMER_DELETE = 236
33853pkg syscall (netbsd-386), const SYS_TIMER_GETOVERRUN = 239
33854pkg syscall (netbsd-386), const SYS_TIMER_GETTIME = 447
33855pkg syscall (netbsd-386), const SYS_TIMER_SETTIME = 446
33856pkg syscall (netbsd-386), const SYS_TRUNCATE = 200
33857pkg syscall (netbsd-386), const SYS_UMASK = 60
33858pkg syscall (netbsd-386), const SYS_UNDELETE = 205
33859pkg syscall (netbsd-386), const SYS_UNLINK = 10
33860pkg syscall (netbsd-386), const SYS_UNLINKAT = 471
33861pkg syscall (netbsd-386), const SYS_UNMOUNT = 22
33862pkg syscall (netbsd-386), const SYS_UTIMENSAT = 467
33863pkg syscall (netbsd-386), const SYS_UTIMES = 420
33864pkg syscall (netbsd-386), const SYS_UTRACE = 306
33865pkg syscall (netbsd-386), const SYS_UUIDGEN = 355
33866pkg syscall (netbsd-386), const SYS_VADVISE = 72
33867pkg syscall (netbsd-386), const SYS_VFORK = 66
33868pkg syscall (netbsd-386), const SYS_WAIT4 = 449
33869pkg syscall (netbsd-386), const SYS_WRITE = 4
33870pkg syscall (netbsd-386), const SYS_WRITEV = 121
33871pkg syscall (netbsd-386), const SYS__LWP_CONTINUE = 314
33872pkg syscall (netbsd-386), const SYS__LWP_CREATE = 309
33873pkg syscall (netbsd-386), const SYS__LWP_CTL = 325
33874pkg syscall (netbsd-386), const SYS__LWP_DETACH = 319
33875pkg syscall (netbsd-386), const SYS__LWP_EXIT = 310
33876pkg syscall (netbsd-386), const SYS__LWP_GETNAME = 324
33877pkg syscall (netbsd-386), const SYS__LWP_GETPRIVATE = 316
33878pkg syscall (netbsd-386), const SYS__LWP_KILL = 318
33879pkg syscall (netbsd-386), const SYS__LWP_PARK = 434
33880pkg syscall (netbsd-386), const SYS__LWP_SELF = 311
33881pkg syscall (netbsd-386), const SYS__LWP_SETNAME = 323
33882pkg syscall (netbsd-386), const SYS__LWP_SETPRIVATE = 317
33883pkg syscall (netbsd-386), const SYS__LWP_SUSPEND = 313
33884pkg syscall (netbsd-386), const SYS__LWP_UNPARK = 321
33885pkg syscall (netbsd-386), const SYS__LWP_UNPARK_ALL = 322
33886pkg syscall (netbsd-386), const SYS__LWP_WAIT = 312
33887pkg syscall (netbsd-386), const SYS__LWP_WAKEUP = 315
33888pkg syscall (netbsd-386), const SYS__PSET_BIND = 415
33889pkg syscall (netbsd-386), const SYS__SCHED_GETAFFINITY = 349
33890pkg syscall (netbsd-386), const SYS__SCHED_GETPARAM = 347
33891pkg syscall (netbsd-386), const SYS__SCHED_SETAFFINITY = 348
33892pkg syscall (netbsd-386), const SYS__SCHED_SETPARAM = 346
33893pkg syscall (netbsd-386), const SYS___CLONE = 287
33894pkg syscall (netbsd-386), const SYS___GETCWD = 296
33895pkg syscall (netbsd-386), const SYS___GETLOGIN = 49
33896pkg syscall (netbsd-386), const SYS___POSIX_CHOWN = 283
33897pkg syscall (netbsd-386), const SYS___POSIX_FCHOWN = 284
33898pkg syscall (netbsd-386), const SYS___POSIX_LCHOWN = 285
33899pkg syscall (netbsd-386), const SYS___POSIX_RENAME = 270
33900pkg syscall (netbsd-386), const SYS___QUOTACTL = 473
33901pkg syscall (netbsd-386), const SYS___SEMCTL = 442
33902pkg syscall (netbsd-386), const SYS___SETLOGIN = 50
33903pkg syscall (netbsd-386), const SYS___SIGACTION_SIGTRAMP = 340
33904pkg syscall (netbsd-386), const SYS___SIGTIMEDWAIT = 431
33905pkg syscall (netbsd-386), const SYS___SYSCTL = 202
33906pkg syscall (netbsd-386), const S_ARCH1 = 65536
33907pkg syscall (netbsd-386), const S_ARCH2 = 131072
33908pkg syscall (netbsd-386), const S_BLKSIZE = 512
33909pkg syscall (netbsd-386), const S_IEXEC = 64
33910pkg syscall (netbsd-386), const S_IFMT = 61440
33911pkg syscall (netbsd-386), const S_IFWHT = 57344
33912pkg syscall (netbsd-386), const S_IREAD = 256
33913pkg syscall (netbsd-386), const S_IRGRP = 32
33914pkg syscall (netbsd-386), const S_IROTH = 4
33915pkg syscall (netbsd-386), const S_IRWXG = 56
33916pkg syscall (netbsd-386), const S_IRWXO = 7
33917pkg syscall (netbsd-386), const S_IRWXU = 448
33918pkg syscall (netbsd-386), const S_ISTXT = 512
33919pkg syscall (netbsd-386), const S_IWGRP = 16
33920pkg syscall (netbsd-386), const S_IWOTH = 2
33921pkg syscall (netbsd-386), const S_IWRITE = 128
33922pkg syscall (netbsd-386), const S_IXGRP = 8
33923pkg syscall (netbsd-386), const S_IXOTH = 1
33924pkg syscall (netbsd-386), const S_LOGIN_SET = 1
33925pkg syscall (netbsd-386), const SizeofBpfHdr = 20
33926pkg syscall (netbsd-386), const SizeofBpfInsn = 8
33927pkg syscall (netbsd-386), const SizeofBpfProgram = 8
33928pkg syscall (netbsd-386), const SizeofBpfStat = 128
33929pkg syscall (netbsd-386), const SizeofBpfVersion = 4
33930pkg syscall (netbsd-386), const SizeofCmsghdr = 12
33931pkg syscall (netbsd-386), const SizeofIPMreq = 8
33932pkg syscall (netbsd-386), const SizeofIPv6Mreq = 20
33933pkg syscall (netbsd-386), const SizeofIfAnnounceMsghdr = 24
33934pkg syscall (netbsd-386), const SizeofIfData = 132
33935pkg syscall (netbsd-386), const SizeofIfMsghdr = 152
33936pkg syscall (netbsd-386), const SizeofIfaMsghdr = 24
33937pkg syscall (netbsd-386), const SizeofInet6Pktinfo = 20
33938pkg syscall (netbsd-386), const SizeofLinger = 8
33939pkg syscall (netbsd-386), const SizeofMsghdr = 28
33940pkg syscall (netbsd-386), const SizeofRtMetrics = 80
33941pkg syscall (netbsd-386), const SizeofRtMsghdr = 120
33942pkg syscall (netbsd-386), const SizeofSockaddrAny = 108
33943pkg syscall (netbsd-386), const SizeofSockaddrDatalink = 20
33944pkg syscall (netbsd-386), const SizeofSockaddrInet4 = 16
33945pkg syscall (netbsd-386), const SizeofSockaddrInet6 = 28
33946pkg syscall (netbsd-386), const SizeofSockaddrUnix = 106
33947pkg syscall (netbsd-386), const TCIFLUSH = 1
33948pkg syscall (netbsd-386), const TCIOFLUSH = 3
33949pkg syscall (netbsd-386), const TCOFLUSH = 2
33950pkg syscall (netbsd-386), const TCP_CONGCTL = 32
33951pkg syscall (netbsd-386), const TCP_KEEPCNT = 6
33952pkg syscall (netbsd-386), const TCP_KEEPIDLE = 3
33953pkg syscall (netbsd-386), const TCP_KEEPINIT = 7
33954pkg syscall (netbsd-386), const TCP_KEEPINTVL = 5
33955pkg syscall (netbsd-386), const TCP_MAXBURST = 4
33956pkg syscall (netbsd-386), const TCP_MAXSEG = 2
33957pkg syscall (netbsd-386), const TCP_MAXWIN = 65535
33958pkg syscall (netbsd-386), const TCP_MAX_WINSHIFT = 14
33959pkg syscall (netbsd-386), const TCP_MD5SIG = 16
33960pkg syscall (netbsd-386), const TCP_MINMSS = 216
33961pkg syscall (netbsd-386), const TCP_MSS = 536
33962pkg syscall (netbsd-386), const TCSAFLUSH = 2
33963pkg syscall (netbsd-386), const TIOCCBRK = 536900730
33964pkg syscall (netbsd-386), const TIOCCDTR = 536900728
33965pkg syscall (netbsd-386), const TIOCCONS = 2147775586
33966pkg syscall (netbsd-386), const TIOCDCDTIMESTAMP = 1074558040
33967pkg syscall (netbsd-386), const TIOCDRAIN = 536900702
33968pkg syscall (netbsd-386), const TIOCEXCL = 536900621
33969pkg syscall (netbsd-386), const TIOCEXT = 2147775584
33970pkg syscall (netbsd-386), const TIOCFLAG_CDTRCTS = 16
33971pkg syscall (netbsd-386), const TIOCFLAG_CLOCAL = 2
33972pkg syscall (netbsd-386), const TIOCFLAG_CRTSCTS = 4
33973pkg syscall (netbsd-386), const TIOCFLAG_MDMBUF = 8
33974pkg syscall (netbsd-386), const TIOCFLAG_SOFTCAR = 1
33975pkg syscall (netbsd-386), const TIOCFLUSH = 2147775504
33976pkg syscall (netbsd-386), const TIOCGETA = 1076655123
33977pkg syscall (netbsd-386), const TIOCGETD = 1074033690
33978pkg syscall (netbsd-386), const TIOCGFLAGS = 1074033757
33979pkg syscall (netbsd-386), const TIOCGLINED = 1075868738
33980pkg syscall (netbsd-386), const TIOCGPGRP = 1074033783
33981pkg syscall (netbsd-386), const TIOCGQSIZE = 1074033793
33982pkg syscall (netbsd-386), const TIOCGRANTPT = 536900679
33983pkg syscall (netbsd-386), const TIOCGSID = 1074033763
33984pkg syscall (netbsd-386), const TIOCGSIZE = 1074295912
33985pkg syscall (netbsd-386), const TIOCGWINSZ = 1074295912
33986pkg syscall (netbsd-386), const TIOCMBIC = 2147775595
33987pkg syscall (netbsd-386), const TIOCMBIS = 2147775596
33988pkg syscall (netbsd-386), const TIOCMGET = 1074033770
33989pkg syscall (netbsd-386), const TIOCMSET = 2147775597
33990pkg syscall (netbsd-386), const TIOCM_CAR = 64
33991pkg syscall (netbsd-386), const TIOCM_CD = 64
33992pkg syscall (netbsd-386), const TIOCM_CTS = 32
33993pkg syscall (netbsd-386), const TIOCM_DSR = 256
33994pkg syscall (netbsd-386), const TIOCM_DTR = 2
33995pkg syscall (netbsd-386), const TIOCM_LE = 1
33996pkg syscall (netbsd-386), const TIOCM_RI = 128
33997pkg syscall (netbsd-386), const TIOCM_RNG = 128
33998pkg syscall (netbsd-386), const TIOCM_RTS = 4
33999pkg syscall (netbsd-386), const TIOCM_SR = 16
34000pkg syscall (netbsd-386), const TIOCM_ST = 8
34001pkg syscall (netbsd-386), const TIOCNOTTY = 536900721
34002pkg syscall (netbsd-386), const TIOCNXCL = 536900622
34003pkg syscall (netbsd-386), const TIOCOUTQ = 1074033779
34004pkg syscall (netbsd-386), const TIOCPKT = 2147775600
34005pkg syscall (netbsd-386), const TIOCPKT_DATA = 0
34006pkg syscall (netbsd-386), const TIOCPKT_DOSTOP = 32
34007pkg syscall (netbsd-386), const TIOCPKT_FLUSHREAD = 1
34008pkg syscall (netbsd-386), const TIOCPKT_FLUSHWRITE = 2
34009pkg syscall (netbsd-386), const TIOCPKT_IOCTL = 64
34010pkg syscall (netbsd-386), const TIOCPKT_NOSTOP = 16
34011pkg syscall (netbsd-386), const TIOCPKT_START = 8
34012pkg syscall (netbsd-386), const TIOCPKT_STOP = 4
34013pkg syscall (netbsd-386), const TIOCPTMGET = 1076393030
34014pkg syscall (netbsd-386), const TIOCPTSNAME = 1076393032
34015pkg syscall (netbsd-386), const TIOCRCVFRAME = 2147775557
34016pkg syscall (netbsd-386), const TIOCREMOTE = 2147775593
34017pkg syscall (netbsd-386), const TIOCSBRK = 536900731
34018pkg syscall (netbsd-386), const TIOCSCTTY = 536900705
34019pkg syscall (netbsd-386), const TIOCSDTR = 536900729
34020pkg syscall (netbsd-386), const TIOCSETA = 2150396948
34021pkg syscall (netbsd-386), const TIOCSETAF = 2150396950
34022pkg syscall (netbsd-386), const TIOCSETAW = 2150396949
34023pkg syscall (netbsd-386), const TIOCSETD = 2147775515
34024pkg syscall (netbsd-386), const TIOCSFLAGS = 2147775580
34025pkg syscall (netbsd-386), const TIOCSIG = 536900703
34026pkg syscall (netbsd-386), const TIOCSLINED = 2149610563
34027pkg syscall (netbsd-386), const TIOCSPGRP = 2147775606
34028pkg syscall (netbsd-386), const TIOCSQSIZE = 2147775616
34029pkg syscall (netbsd-386), const TIOCSSIZE = 2148037735
34030pkg syscall (netbsd-386), const TIOCSTART = 536900718
34031pkg syscall (netbsd-386), const TIOCSTAT = 2147775589
34032pkg syscall (netbsd-386), const TIOCSTI = 2147578994
34033pkg syscall (netbsd-386), const TIOCSTOP = 536900719
34034pkg syscall (netbsd-386), const TIOCSWINSZ = 2148037735
34035pkg syscall (netbsd-386), const TIOCUCNTL = 2147775590
34036pkg syscall (netbsd-386), const TIOCXMTFRAME = 2147775556
34037pkg syscall (netbsd-386), const TOSTOP = 4194304
34038pkg syscall (netbsd-386), const VDISCARD = 15
34039pkg syscall (netbsd-386), const VDSUSP = 11
34040pkg syscall (netbsd-386), const VEOF = 0
34041pkg syscall (netbsd-386), const VEOL = 1
34042pkg syscall (netbsd-386), const VEOL2 = 2
34043pkg syscall (netbsd-386), const VERASE = 3
34044pkg syscall (netbsd-386), const VINTR = 8
34045pkg syscall (netbsd-386), const VKILL = 5
34046pkg syscall (netbsd-386), const VLNEXT = 14
34047pkg syscall (netbsd-386), const VMIN = 16
34048pkg syscall (netbsd-386), const VQUIT = 9
34049pkg syscall (netbsd-386), const VREPRINT = 6
34050pkg syscall (netbsd-386), const VSTART = 12
34051pkg syscall (netbsd-386), const VSTATUS = 18
34052pkg syscall (netbsd-386), const VSTOP = 13
34053pkg syscall (netbsd-386), const VSUSP = 10
34054pkg syscall (netbsd-386), const VTIME = 17
34055pkg syscall (netbsd-386), const VWERASE = 4
34056pkg syscall (netbsd-386), const WALL = 8
34057pkg syscall (netbsd-386), const WALLSIG = 8
34058pkg syscall (netbsd-386), const WALTSIG = 4
34059pkg syscall (netbsd-386), const WCLONE = 4
34060pkg syscall (netbsd-386), const WCOREFLAG = 128
34061pkg syscall (netbsd-386), const WNOHANG = 1
34062pkg syscall (netbsd-386), const WNOWAIT = 65536
34063pkg syscall (netbsd-386), const WNOZOMBIE = 131072
34064pkg syscall (netbsd-386), const WOPTSCHECKED = 262144
34065pkg syscall (netbsd-386), const WSTOPPED = 127
34066pkg syscall (netbsd-386), const WUNTRACED = 2
34067pkg syscall (netbsd-386-cgo), const AF_APPLETALK = 16
34068pkg syscall (netbsd-386-cgo), const AF_ARP = 28
34069pkg syscall (netbsd-386-cgo), const AF_BLUETOOTH = 31
34070pkg syscall (netbsd-386-cgo), const AF_CCITT = 10
34071pkg syscall (netbsd-386-cgo), const AF_CHAOS = 5
34072pkg syscall (netbsd-386-cgo), const AF_CNT = 21
34073pkg syscall (netbsd-386-cgo), const AF_COIP = 20
34074pkg syscall (netbsd-386-cgo), const AF_DATAKIT = 9
34075pkg syscall (netbsd-386-cgo), const AF_DECnet = 12
34076pkg syscall (netbsd-386-cgo), const AF_DLI = 13
34077pkg syscall (netbsd-386-cgo), const AF_E164 = 26
34078pkg syscall (netbsd-386-cgo), const AF_ECMA = 8
34079pkg syscall (netbsd-386-cgo), const AF_HYLINK = 15
34080pkg syscall (netbsd-386-cgo), const AF_IEEE80211 = 32
34081pkg syscall (netbsd-386-cgo), const AF_IMPLINK = 3
34082pkg syscall (netbsd-386-cgo), const AF_INET6 = 24
34083pkg syscall (netbsd-386-cgo), const AF_IPX = 23
34084pkg syscall (netbsd-386-cgo), const AF_ISDN = 26
34085pkg syscall (netbsd-386-cgo), const AF_ISO = 7
34086pkg syscall (netbsd-386-cgo), const AF_LAT = 14
34087pkg syscall (netbsd-386-cgo), const AF_LINK = 18
34088pkg syscall (netbsd-386-cgo), const AF_LOCAL = 1
34089pkg syscall (netbsd-386-cgo), const AF_MAX = 35
34090pkg syscall (netbsd-386-cgo), const AF_MPLS = 33
34091pkg syscall (netbsd-386-cgo), const AF_NATM = 27
34092pkg syscall (netbsd-386-cgo), const AF_NS = 6
34093pkg syscall (netbsd-386-cgo), const AF_OROUTE = 17
34094pkg syscall (netbsd-386-cgo), const AF_OSI = 7
34095pkg syscall (netbsd-386-cgo), const AF_PUP = 4
34096pkg syscall (netbsd-386-cgo), const AF_ROUTE = 34
34097pkg syscall (netbsd-386-cgo), const AF_SNA = 11
34098pkg syscall (netbsd-386-cgo), const ARPHRD_ARCNET = 7
34099pkg syscall (netbsd-386-cgo), const ARPHRD_ETHER = 1
34100pkg syscall (netbsd-386-cgo), const ARPHRD_FRELAY = 15
34101pkg syscall (netbsd-386-cgo), const ARPHRD_IEEE1394 = 24
34102pkg syscall (netbsd-386-cgo), const ARPHRD_IEEE802 = 6
34103pkg syscall (netbsd-386-cgo), const ARPHRD_STRIP = 23
34104pkg syscall (netbsd-386-cgo), const B0 = 0
34105pkg syscall (netbsd-386-cgo), const B110 = 110
34106pkg syscall (netbsd-386-cgo), const B115200 = 115200
34107pkg syscall (netbsd-386-cgo), const B1200 = 1200
34108pkg syscall (netbsd-386-cgo), const B134 = 134
34109pkg syscall (netbsd-386-cgo), const B14400 = 14400
34110pkg syscall (netbsd-386-cgo), const B150 = 150
34111pkg syscall (netbsd-386-cgo), const B1800 = 1800
34112pkg syscall (netbsd-386-cgo), const B19200 = 19200
34113pkg syscall (netbsd-386-cgo), const B200 = 200
34114pkg syscall (netbsd-386-cgo), const B230400 = 230400
34115pkg syscall (netbsd-386-cgo), const B2400 = 2400
34116pkg syscall (netbsd-386-cgo), const B28800 = 28800
34117pkg syscall (netbsd-386-cgo), const B300 = 300
34118pkg syscall (netbsd-386-cgo), const B38400 = 38400
34119pkg syscall (netbsd-386-cgo), const B460800 = 460800
34120pkg syscall (netbsd-386-cgo), const B4800 = 4800
34121pkg syscall (netbsd-386-cgo), const B50 = 50
34122pkg syscall (netbsd-386-cgo), const B57600 = 57600
34123pkg syscall (netbsd-386-cgo), const B600 = 600
34124pkg syscall (netbsd-386-cgo), const B7200 = 7200
34125pkg syscall (netbsd-386-cgo), const B75 = 75
34126pkg syscall (netbsd-386-cgo), const B76800 = 76800
34127pkg syscall (netbsd-386-cgo), const B921600 = 921600
34128pkg syscall (netbsd-386-cgo), const B9600 = 9600
34129pkg syscall (netbsd-386-cgo), const BIOCFEEDBACK = 2147762813
34130pkg syscall (netbsd-386-cgo), const BIOCFLUSH = 536887912
34131pkg syscall (netbsd-386-cgo), const BIOCGBLEN = 1074020966
34132pkg syscall (netbsd-386-cgo), const BIOCGDLT = 1074020970
34133pkg syscall (netbsd-386-cgo), const BIOCGDLTLIST = 3221766775
34134pkg syscall (netbsd-386-cgo), const BIOCGETIF = 1083196011
34135pkg syscall (netbsd-386-cgo), const BIOCGFEEDBACK = 1074020988
34136pkg syscall (netbsd-386-cgo), const BIOCGHDRCMPLT = 1074020980
34137pkg syscall (netbsd-386-cgo), const BIOCGRTIMEOUT = 1074545275
34138pkg syscall (netbsd-386-cgo), const BIOCGSEESENT = 1074020984
34139pkg syscall (netbsd-386-cgo), const BIOCGSTATS = 1082147439
34140pkg syscall (netbsd-386-cgo), const BIOCGSTATSOLD = 1074283119
34141pkg syscall (netbsd-386-cgo), const BIOCIMMEDIATE = 2147762800
34142pkg syscall (netbsd-386-cgo), const BIOCPROMISC = 536887913
34143pkg syscall (netbsd-386-cgo), const BIOCSBLEN = 3221504614
34144pkg syscall (netbsd-386-cgo), const BIOCSDLT = 2147762806
34145pkg syscall (netbsd-386-cgo), const BIOCSETF = 2148024935
34146pkg syscall (netbsd-386-cgo), const BIOCSETIF = 2156937836
34147pkg syscall (netbsd-386-cgo), const BIOCSFEEDBACK = 2147762813
34148pkg syscall (netbsd-386-cgo), const BIOCSHDRCMPLT = 2147762805
34149pkg syscall (netbsd-386-cgo), const BIOCSRTIMEOUT = 2148287098
34150pkg syscall (netbsd-386-cgo), const BIOCSSEESENT = 2147762809
34151pkg syscall (netbsd-386-cgo), const BIOCSTCPF = 2148024946
34152pkg syscall (netbsd-386-cgo), const BIOCSUDPF = 2148024947
34153pkg syscall (netbsd-386-cgo), const BIOCVERSION = 1074020977
34154pkg syscall (netbsd-386-cgo), const BPF_A = 16
34155pkg syscall (netbsd-386-cgo), const BPF_ABS = 32
34156pkg syscall (netbsd-386-cgo), const BPF_ADD = 0
34157pkg syscall (netbsd-386-cgo), const BPF_ALIGNMENT = 4
34158pkg syscall (netbsd-386-cgo), const BPF_ALIGNMENT32 = 4
34159pkg syscall (netbsd-386-cgo), const BPF_ALU = 4
34160pkg syscall (netbsd-386-cgo), const BPF_AND = 80
34161pkg syscall (netbsd-386-cgo), const BPF_B = 16
34162pkg syscall (netbsd-386-cgo), const BPF_DFLTBUFSIZE = 1048576
34163pkg syscall (netbsd-386-cgo), const BPF_DIV = 48
34164pkg syscall (netbsd-386-cgo), const BPF_H = 8
34165pkg syscall (netbsd-386-cgo), const BPF_IMM = 0
34166pkg syscall (netbsd-386-cgo), const BPF_IND = 64
34167pkg syscall (netbsd-386-cgo), const BPF_JA = 0
34168pkg syscall (netbsd-386-cgo), const BPF_JEQ = 16
34169pkg syscall (netbsd-386-cgo), const BPF_JGE = 48
34170pkg syscall (netbsd-386-cgo), const BPF_JGT = 32
34171pkg syscall (netbsd-386-cgo), const BPF_JMP = 5
34172pkg syscall (netbsd-386-cgo), const BPF_JSET = 64
34173pkg syscall (netbsd-386-cgo), const BPF_K = 0
34174pkg syscall (netbsd-386-cgo), const BPF_LD = 0
34175pkg syscall (netbsd-386-cgo), const BPF_LDX = 1
34176pkg syscall (netbsd-386-cgo), const BPF_LEN = 128
34177pkg syscall (netbsd-386-cgo), const BPF_LSH = 96
34178pkg syscall (netbsd-386-cgo), const BPF_MAJOR_VERSION = 1
34179pkg syscall (netbsd-386-cgo), const BPF_MAXBUFSIZE = 16777216
34180pkg syscall (netbsd-386-cgo), const BPF_MAXINSNS = 512
34181pkg syscall (netbsd-386-cgo), const BPF_MEM = 96
34182pkg syscall (netbsd-386-cgo), const BPF_MEMWORDS = 16
34183pkg syscall (netbsd-386-cgo), const BPF_MINBUFSIZE = 32
34184pkg syscall (netbsd-386-cgo), const BPF_MINOR_VERSION = 1
34185pkg syscall (netbsd-386-cgo), const BPF_MISC = 7
34186pkg syscall (netbsd-386-cgo), const BPF_MSH = 160
34187pkg syscall (netbsd-386-cgo), const BPF_MUL = 32
34188pkg syscall (netbsd-386-cgo), const BPF_NEG = 128
34189pkg syscall (netbsd-386-cgo), const BPF_OR = 64
34190pkg syscall (netbsd-386-cgo), const BPF_RELEASE = 199606
34191pkg syscall (netbsd-386-cgo), const BPF_RET = 6
34192pkg syscall (netbsd-386-cgo), const BPF_RSH = 112
34193pkg syscall (netbsd-386-cgo), const BPF_ST = 2
34194pkg syscall (netbsd-386-cgo), const BPF_STX = 3
34195pkg syscall (netbsd-386-cgo), const BPF_SUB = 16
34196pkg syscall (netbsd-386-cgo), const BPF_TAX = 0
34197pkg syscall (netbsd-386-cgo), const BPF_TXA = 128
34198pkg syscall (netbsd-386-cgo), const BPF_W = 0
34199pkg syscall (netbsd-386-cgo), const BPF_X = 8
34200pkg syscall (netbsd-386-cgo), const BRKINT = 2
34201pkg syscall (netbsd-386-cgo), const CFLUSH = 15
34202pkg syscall (netbsd-386-cgo), const CLOCAL = 32768
34203pkg syscall (netbsd-386-cgo), const CREAD = 2048
34204pkg syscall (netbsd-386-cgo), const CS5 = 0
34205pkg syscall (netbsd-386-cgo), const CS6 = 256
34206pkg syscall (netbsd-386-cgo), const CS7 = 512
34207pkg syscall (netbsd-386-cgo), const CS8 = 768
34208pkg syscall (netbsd-386-cgo), const CSIZE = 768
34209pkg syscall (netbsd-386-cgo), const CSTART = 17
34210pkg syscall (netbsd-386-cgo), const CSTATUS = 20
34211pkg syscall (netbsd-386-cgo), const CSTOP = 19
34212pkg syscall (netbsd-386-cgo), const CSTOPB = 1024
34213pkg syscall (netbsd-386-cgo), const CSUSP = 26
34214pkg syscall (netbsd-386-cgo), const CTL_MAXNAME = 12
34215pkg syscall (netbsd-386-cgo), const CTL_NET = 4
34216pkg syscall (netbsd-386-cgo), const CTL_QUERY = -2
34217pkg syscall (netbsd-386-cgo), const DIOCBSFLUSH = 536896632
34218pkg syscall (netbsd-386-cgo), const DLT_A429 = 184
34219pkg syscall (netbsd-386-cgo), const DLT_A653_ICM = 185
34220pkg syscall (netbsd-386-cgo), const DLT_AIRONET_HEADER = 120
34221pkg syscall (netbsd-386-cgo), const DLT_AOS = 222
34222pkg syscall (netbsd-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
34223pkg syscall (netbsd-386-cgo), const DLT_ARCNET = 7
34224pkg syscall (netbsd-386-cgo), const DLT_ARCNET_LINUX = 129
34225pkg syscall (netbsd-386-cgo), const DLT_ATM_CLIP = 19
34226pkg syscall (netbsd-386-cgo), const DLT_ATM_RFC1483 = 11
34227pkg syscall (netbsd-386-cgo), const DLT_AURORA = 126
34228pkg syscall (netbsd-386-cgo), const DLT_AX25 = 3
34229pkg syscall (netbsd-386-cgo), const DLT_AX25_KISS = 202
34230pkg syscall (netbsd-386-cgo), const DLT_BACNET_MS_TP = 165
34231pkg syscall (netbsd-386-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
34232pkg syscall (netbsd-386-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
34233pkg syscall (netbsd-386-cgo), const DLT_CAN20B = 190
34234pkg syscall (netbsd-386-cgo), const DLT_CAN_SOCKETCAN = 227
34235pkg syscall (netbsd-386-cgo), const DLT_CHAOS = 5
34236pkg syscall (netbsd-386-cgo), const DLT_CISCO_IOS = 118
34237pkg syscall (netbsd-386-cgo), const DLT_C_HDLC = 104
34238pkg syscall (netbsd-386-cgo), const DLT_C_HDLC_WITH_DIR = 205
34239pkg syscall (netbsd-386-cgo), const DLT_DECT = 221
34240pkg syscall (netbsd-386-cgo), const DLT_DOCSIS = 143
34241pkg syscall (netbsd-386-cgo), const DLT_ECONET = 115
34242pkg syscall (netbsd-386-cgo), const DLT_EN10MB = 1
34243pkg syscall (netbsd-386-cgo), const DLT_EN3MB = 2
34244pkg syscall (netbsd-386-cgo), const DLT_ENC = 109
34245pkg syscall (netbsd-386-cgo), const DLT_ERF = 197
34246pkg syscall (netbsd-386-cgo), const DLT_ERF_ETH = 175
34247pkg syscall (netbsd-386-cgo), const DLT_ERF_POS = 176
34248pkg syscall (netbsd-386-cgo), const DLT_FC_2 = 224
34249pkg syscall (netbsd-386-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
34250pkg syscall (netbsd-386-cgo), const DLT_FDDI = 10
34251pkg syscall (netbsd-386-cgo), const DLT_FLEXRAY = 210
34252pkg syscall (netbsd-386-cgo), const DLT_FRELAY = 107
34253pkg syscall (netbsd-386-cgo), const DLT_FRELAY_WITH_DIR = 206
34254pkg syscall (netbsd-386-cgo), const DLT_GCOM_SERIAL = 173
34255pkg syscall (netbsd-386-cgo), const DLT_GCOM_T1E1 = 172
34256pkg syscall (netbsd-386-cgo), const DLT_GPF_F = 171
34257pkg syscall (netbsd-386-cgo), const DLT_GPF_T = 170
34258pkg syscall (netbsd-386-cgo), const DLT_GPRS_LLC = 169
34259pkg syscall (netbsd-386-cgo), const DLT_GSMTAP_ABIS = 218
34260pkg syscall (netbsd-386-cgo), const DLT_GSMTAP_UM = 217
34261pkg syscall (netbsd-386-cgo), const DLT_HDLC = 16
34262pkg syscall (netbsd-386-cgo), const DLT_HHDLC = 121
34263pkg syscall (netbsd-386-cgo), const DLT_HIPPI = 15
34264pkg syscall (netbsd-386-cgo), const DLT_IBM_SN = 146
34265pkg syscall (netbsd-386-cgo), const DLT_IBM_SP = 145
34266pkg syscall (netbsd-386-cgo), const DLT_IEEE802 = 6
34267pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11 = 105
34268pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11_RADIO = 127
34269pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
34270pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4 = 195
34271pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4_LINUX = 191
34272pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
34273pkg syscall (netbsd-386-cgo), const DLT_IEEE802_16_MAC_CPS = 188
34274pkg syscall (netbsd-386-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
34275pkg syscall (netbsd-386-cgo), const DLT_IPMB = 199
34276pkg syscall (netbsd-386-cgo), const DLT_IPMB_LINUX = 209
34277pkg syscall (netbsd-386-cgo), const DLT_IPNET = 226
34278pkg syscall (netbsd-386-cgo), const DLT_IPV4 = 228
34279pkg syscall (netbsd-386-cgo), const DLT_IPV6 = 229
34280pkg syscall (netbsd-386-cgo), const DLT_IP_OVER_FC = 122
34281pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ATM1 = 137
34282pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ATM2 = 135
34283pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_CHDLC = 181
34284pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ES = 132
34285pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ETHER = 178
34286pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_FRELAY = 180
34287pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_GGSN = 133
34288pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ISM = 194
34289pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MFR = 134
34290pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MLFR = 131
34291pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MLPPP = 130
34292pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MONITOR = 164
34293pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PIC_PEER = 174
34294pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPP = 179
34295pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPPOE = 167
34296pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
34297pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_SERVICES = 136
34298pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ST = 200
34299pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_VP = 183
34300pkg syscall (netbsd-386-cgo), const DLT_LAPB_WITH_DIR = 207
34301pkg syscall (netbsd-386-cgo), const DLT_LAPD = 203
34302pkg syscall (netbsd-386-cgo), const DLT_LIN = 212
34303pkg syscall (netbsd-386-cgo), const DLT_LINUX_EVDEV = 216
34304pkg syscall (netbsd-386-cgo), const DLT_LINUX_IRDA = 144
34305pkg syscall (netbsd-386-cgo), const DLT_LINUX_LAPD = 177
34306pkg syscall (netbsd-386-cgo), const DLT_LINUX_SLL = 113
34307pkg syscall (netbsd-386-cgo), const DLT_LOOP = 108
34308pkg syscall (netbsd-386-cgo), const DLT_LTALK = 114
34309pkg syscall (netbsd-386-cgo), const DLT_MFR = 182
34310pkg syscall (netbsd-386-cgo), const DLT_MOST = 211
34311pkg syscall (netbsd-386-cgo), const DLT_MPLS = 219
34312pkg syscall (netbsd-386-cgo), const DLT_MTP2 = 140
34313pkg syscall (netbsd-386-cgo), const DLT_MTP2_WITH_PHDR = 139
34314pkg syscall (netbsd-386-cgo), const DLT_MTP3 = 141
34315pkg syscall (netbsd-386-cgo), const DLT_NULL = 0
34316pkg syscall (netbsd-386-cgo), const DLT_PCI_EXP = 125
34317pkg syscall (netbsd-386-cgo), const DLT_PFLOG = 117
34318pkg syscall (netbsd-386-cgo), const DLT_PFSYNC = 18
34319pkg syscall (netbsd-386-cgo), const DLT_PPI = 192
34320pkg syscall (netbsd-386-cgo), const DLT_PPP = 9
34321pkg syscall (netbsd-386-cgo), const DLT_PPP_BSDOS = 14
34322pkg syscall (netbsd-386-cgo), const DLT_PPP_ETHER = 51
34323pkg syscall (netbsd-386-cgo), const DLT_PPP_PPPD = 166
34324pkg syscall (netbsd-386-cgo), const DLT_PPP_SERIAL = 50
34325pkg syscall (netbsd-386-cgo), const DLT_PPP_WITH_DIR = 204
34326pkg syscall (netbsd-386-cgo), const DLT_PRISM_HEADER = 119
34327pkg syscall (netbsd-386-cgo), const DLT_PRONET = 4
34328pkg syscall (netbsd-386-cgo), const DLT_RAIF1 = 198
34329pkg syscall (netbsd-386-cgo), const DLT_RAW = 12
34330pkg syscall (netbsd-386-cgo), const DLT_RAWAF_MASK = 35913728
34331pkg syscall (netbsd-386-cgo), const DLT_RIO = 124
34332pkg syscall (netbsd-386-cgo), const DLT_SCCP = 142
34333pkg syscall (netbsd-386-cgo), const DLT_SITA = 196
34334pkg syscall (netbsd-386-cgo), const DLT_SLIP = 8
34335pkg syscall (netbsd-386-cgo), const DLT_SLIP_BSDOS = 13
34336pkg syscall (netbsd-386-cgo), const DLT_SUNATM = 123
34337pkg syscall (netbsd-386-cgo), const DLT_SYMANTEC_FIREWALL = 99
34338pkg syscall (netbsd-386-cgo), const DLT_TZSP = 128
34339pkg syscall (netbsd-386-cgo), const DLT_USB = 186
34340pkg syscall (netbsd-386-cgo), const DLT_USB_LINUX = 189
34341pkg syscall (netbsd-386-cgo), const DLT_USB_LINUX_MMAPPED = 220
34342pkg syscall (netbsd-386-cgo), const DLT_WIHART = 223
34343pkg syscall (netbsd-386-cgo), const DLT_X2E_SERIAL = 213
34344pkg syscall (netbsd-386-cgo), const DLT_X2E_XORAYA = 214
34345pkg syscall (netbsd-386-cgo), const DT_BLK = 6
34346pkg syscall (netbsd-386-cgo), const DT_CHR = 2
34347pkg syscall (netbsd-386-cgo), const DT_DIR = 4
34348pkg syscall (netbsd-386-cgo), const DT_FIFO = 1
34349pkg syscall (netbsd-386-cgo), const DT_LNK = 10
34350pkg syscall (netbsd-386-cgo), const DT_REG = 8
34351pkg syscall (netbsd-386-cgo), const DT_SOCK = 12
34352pkg syscall (netbsd-386-cgo), const DT_UNKNOWN = 0
34353pkg syscall (netbsd-386-cgo), const DT_WHT = 14
34354pkg syscall (netbsd-386-cgo), const E2BIG = 7
34355pkg syscall (netbsd-386-cgo), const EACCES = 13
34356pkg syscall (netbsd-386-cgo), const EADDRINUSE = 48
34357pkg syscall (netbsd-386-cgo), const EADDRNOTAVAIL = 49
34358pkg syscall (netbsd-386-cgo), const EAFNOSUPPORT = 47
34359pkg syscall (netbsd-386-cgo), const EAGAIN = 35
34360pkg syscall (netbsd-386-cgo), const EALREADY = 37
34361pkg syscall (netbsd-386-cgo), const EAUTH = 80
34362pkg syscall (netbsd-386-cgo), const EBADF = 9
34363pkg syscall (netbsd-386-cgo), const EBADMSG = 88
34364pkg syscall (netbsd-386-cgo), const EBADRPC = 72
34365pkg syscall (netbsd-386-cgo), const EBUSY = 16
34366pkg syscall (netbsd-386-cgo), const ECANCELED = 87
34367pkg syscall (netbsd-386-cgo), const ECHILD = 10
34368pkg syscall (netbsd-386-cgo), const ECHO = 8
34369pkg syscall (netbsd-386-cgo), const ECHOCTL = 64
34370pkg syscall (netbsd-386-cgo), const ECHOE = 2
34371pkg syscall (netbsd-386-cgo), const ECHOK = 4
34372pkg syscall (netbsd-386-cgo), const ECHOKE = 1
34373pkg syscall (netbsd-386-cgo), const ECHONL = 16
34374pkg syscall (netbsd-386-cgo), const ECHOPRT = 32
34375pkg syscall (netbsd-386-cgo), const ECONNABORTED = 53
34376pkg syscall (netbsd-386-cgo), const ECONNREFUSED = 61
34377pkg syscall (netbsd-386-cgo), const ECONNRESET = 54
34378pkg syscall (netbsd-386-cgo), const EDEADLK = 11
34379pkg syscall (netbsd-386-cgo), const EDESTADDRREQ = 39
34380pkg syscall (netbsd-386-cgo), const EDOM = 33
34381pkg syscall (netbsd-386-cgo), const EDQUOT = 69
34382pkg syscall (netbsd-386-cgo), const EEXIST = 17
34383pkg syscall (netbsd-386-cgo), const EFAULT = 14
34384pkg syscall (netbsd-386-cgo), const EFBIG = 27
34385pkg syscall (netbsd-386-cgo), const EFTYPE = 79
34386pkg syscall (netbsd-386-cgo), const EHOSTDOWN = 64
34387pkg syscall (netbsd-386-cgo), const EHOSTUNREACH = 65
34388pkg syscall (netbsd-386-cgo), const EIDRM = 82
34389pkg syscall (netbsd-386-cgo), const EILSEQ = 85
34390pkg syscall (netbsd-386-cgo), const EINPROGRESS = 36
34391pkg syscall (netbsd-386-cgo), const EINTR = 4
34392pkg syscall (netbsd-386-cgo), const EINVAL = 22
34393pkg syscall (netbsd-386-cgo), const EIO = 5
34394pkg syscall (netbsd-386-cgo), const EISCONN = 56
34395pkg syscall (netbsd-386-cgo), const EISDIR = 21
34396pkg syscall (netbsd-386-cgo), const ELAST = 96
34397pkg syscall (netbsd-386-cgo), const ELOOP = 62
34398pkg syscall (netbsd-386-cgo), const EMFILE = 24
34399pkg syscall (netbsd-386-cgo), const EMLINK = 31
34400pkg syscall (netbsd-386-cgo), const EMSGSIZE = 40
34401pkg syscall (netbsd-386-cgo), const EMULTIHOP = 94
34402pkg syscall (netbsd-386-cgo), const EMUL_LINUX = 1
34403pkg syscall (netbsd-386-cgo), const EMUL_LINUX32 = 5
34404pkg syscall (netbsd-386-cgo), const EMUL_MAXID = 6
34405pkg syscall (netbsd-386-cgo), const ENAMETOOLONG = 63
34406pkg syscall (netbsd-386-cgo), const ENEEDAUTH = 81
34407pkg syscall (netbsd-386-cgo), const ENETDOWN = 50
34408pkg syscall (netbsd-386-cgo), const ENETRESET = 52
34409pkg syscall (netbsd-386-cgo), const ENETUNREACH = 51
34410pkg syscall (netbsd-386-cgo), const ENFILE = 23
34411pkg syscall (netbsd-386-cgo), const ENOATTR = 93
34412pkg syscall (netbsd-386-cgo), const ENOBUFS = 55
34413pkg syscall (netbsd-386-cgo), const ENODATA = 89
34414pkg syscall (netbsd-386-cgo), const ENODEV = 19
34415pkg syscall (netbsd-386-cgo), const ENOEXEC = 8
34416pkg syscall (netbsd-386-cgo), const ENOLCK = 77
34417pkg syscall (netbsd-386-cgo), const ENOLINK = 95
34418pkg syscall (netbsd-386-cgo), const ENOMEM = 12
34419pkg syscall (netbsd-386-cgo), const ENOMSG = 83
34420pkg syscall (netbsd-386-cgo), const ENOPROTOOPT = 42
34421pkg syscall (netbsd-386-cgo), const ENOSPC = 28
34422pkg syscall (netbsd-386-cgo), const ENOSR = 90
34423pkg syscall (netbsd-386-cgo), const ENOSTR = 91
34424pkg syscall (netbsd-386-cgo), const ENOSYS = 78
34425pkg syscall (netbsd-386-cgo), const ENOTBLK = 15
34426pkg syscall (netbsd-386-cgo), const ENOTCONN = 57
34427pkg syscall (netbsd-386-cgo), const ENOTDIR = 20
34428pkg syscall (netbsd-386-cgo), const ENOTEMPTY = 66
34429pkg syscall (netbsd-386-cgo), const ENOTSOCK = 38
34430pkg syscall (netbsd-386-cgo), const ENOTSUP = 86
34431pkg syscall (netbsd-386-cgo), const ENOTTY = 25
34432pkg syscall (netbsd-386-cgo), const ENXIO = 6
34433pkg syscall (netbsd-386-cgo), const EN_SW_CTL_INF = 4096
34434pkg syscall (netbsd-386-cgo), const EN_SW_CTL_PREC = 768
34435pkg syscall (netbsd-386-cgo), const EN_SW_CTL_ROUND = 3072
34436pkg syscall (netbsd-386-cgo), const EN_SW_DATACHAIN = 128
34437pkg syscall (netbsd-386-cgo), const EN_SW_DENORM = 2
34438pkg syscall (netbsd-386-cgo), const EN_SW_INVOP = 1
34439pkg syscall (netbsd-386-cgo), const EN_SW_OVERFLOW = 8
34440pkg syscall (netbsd-386-cgo), const EN_SW_PRECLOSS = 32
34441pkg syscall (netbsd-386-cgo), const EN_SW_UNDERFLOW = 16
34442pkg syscall (netbsd-386-cgo), const EN_SW_ZERODIV = 4
34443pkg syscall (netbsd-386-cgo), const EOPNOTSUPP = 45
34444pkg syscall (netbsd-386-cgo), const EOVERFLOW = 84
34445pkg syscall (netbsd-386-cgo), const EPERM = 1
34446pkg syscall (netbsd-386-cgo), const EPFNOSUPPORT = 46
34447pkg syscall (netbsd-386-cgo), const EPIPE = 32
34448pkg syscall (netbsd-386-cgo), const EPROCLIM = 67
34449pkg syscall (netbsd-386-cgo), const EPROCUNAVAIL = 76
34450pkg syscall (netbsd-386-cgo), const EPROGMISMATCH = 75
34451pkg syscall (netbsd-386-cgo), const EPROGUNAVAIL = 74
34452pkg syscall (netbsd-386-cgo), const EPROTO = 96
34453pkg syscall (netbsd-386-cgo), const EPROTONOSUPPORT = 43
34454pkg syscall (netbsd-386-cgo), const EPROTOTYPE = 41
34455pkg syscall (netbsd-386-cgo), const ERANGE = 34
34456pkg syscall (netbsd-386-cgo), const EREMOTE = 71
34457pkg syscall (netbsd-386-cgo), const EROFS = 30
34458pkg syscall (netbsd-386-cgo), const ERPCMISMATCH = 73
34459pkg syscall (netbsd-386-cgo), const ESHUTDOWN = 58
34460pkg syscall (netbsd-386-cgo), const ESOCKTNOSUPPORT = 44
34461pkg syscall (netbsd-386-cgo), const ESPIPE = 29
34462pkg syscall (netbsd-386-cgo), const ESRCH = 3
34463pkg syscall (netbsd-386-cgo), const ESTALE = 70
34464pkg syscall (netbsd-386-cgo), const ETHERCAP_JUMBO_MTU = 4
34465pkg syscall (netbsd-386-cgo), const ETHERCAP_VLAN_HWTAGGING = 2
34466pkg syscall (netbsd-386-cgo), const ETHERCAP_VLAN_MTU = 1
34467pkg syscall (netbsd-386-cgo), const ETHERMIN = 46
34468pkg syscall (netbsd-386-cgo), const ETHERMTU = 1500
34469pkg syscall (netbsd-386-cgo), const ETHERMTU_JUMBO = 9000
34470pkg syscall (netbsd-386-cgo), const ETHERTYPE_8023 = 4
34471pkg syscall (netbsd-386-cgo), const ETHERTYPE_AARP = 33011
34472pkg syscall (netbsd-386-cgo), const ETHERTYPE_ACCTON = 33680
34473pkg syscall (netbsd-386-cgo), const ETHERTYPE_AEONIC = 32822
34474pkg syscall (netbsd-386-cgo), const ETHERTYPE_ALPHA = 33098
34475pkg syscall (netbsd-386-cgo), const ETHERTYPE_AMBER = 24584
34476pkg syscall (netbsd-386-cgo), const ETHERTYPE_AMOEBA = 33093
34477pkg syscall (netbsd-386-cgo), const ETHERTYPE_APOLLO = 33015
34478pkg syscall (netbsd-386-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
34479pkg syscall (netbsd-386-cgo), const ETHERTYPE_APPLETALK = 32923
34480pkg syscall (netbsd-386-cgo), const ETHERTYPE_APPLITEK = 32967
34481pkg syscall (netbsd-386-cgo), const ETHERTYPE_ARGONAUT = 32826
34482pkg syscall (netbsd-386-cgo), const ETHERTYPE_ARP = 2054
34483pkg syscall (netbsd-386-cgo), const ETHERTYPE_AT = 32923
34484pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATALK = 32923
34485pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATOMIC = 34527
34486pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATT = 32873
34487pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATTSTANFORD = 32776
34488pkg syscall (netbsd-386-cgo), const ETHERTYPE_AUTOPHON = 32874
34489pkg syscall (netbsd-386-cgo), const ETHERTYPE_AXIS = 34902
34490pkg syscall (netbsd-386-cgo), const ETHERTYPE_BCLOOP = 36867
34491pkg syscall (netbsd-386-cgo), const ETHERTYPE_BOFL = 33026
34492pkg syscall (netbsd-386-cgo), const ETHERTYPE_CABLETRON = 28724
34493pkg syscall (netbsd-386-cgo), const ETHERTYPE_CHAOS = 2052
34494pkg syscall (netbsd-386-cgo), const ETHERTYPE_COMDESIGN = 32876
34495pkg syscall (netbsd-386-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
34496pkg syscall (netbsd-386-cgo), const ETHERTYPE_COUNTERPOINT = 32866
34497pkg syscall (netbsd-386-cgo), const ETHERTYPE_CRONUS = 32772
34498pkg syscall (netbsd-386-cgo), const ETHERTYPE_CRONUSVLN = 32771
34499pkg syscall (netbsd-386-cgo), const ETHERTYPE_DCA = 4660
34500pkg syscall (netbsd-386-cgo), const ETHERTYPE_DDE = 32891
34501pkg syscall (netbsd-386-cgo), const ETHERTYPE_DEBNI = 43690
34502pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECAM = 32840
34503pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECCUST = 24582
34504pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDIAG = 24581
34505pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDNS = 32828
34506pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDTS = 32830
34507pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECEXPER = 24576
34508pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECLAST = 32833
34509pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECLTM = 32831
34510pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECMUMPS = 24585
34511pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECNETBIOS = 32832
34512pkg syscall (netbsd-386-cgo), const ETHERTYPE_DELTACON = 34526
34513pkg syscall (netbsd-386-cgo), const ETHERTYPE_DIDDLE = 17185
34514pkg syscall (netbsd-386-cgo), const ETHERTYPE_DLOG1 = 1632
34515pkg syscall (netbsd-386-cgo), const ETHERTYPE_DLOG2 = 1633
34516pkg syscall (netbsd-386-cgo), const ETHERTYPE_DN = 24579
34517pkg syscall (netbsd-386-cgo), const ETHERTYPE_DOGFIGHT = 6537
34518pkg syscall (netbsd-386-cgo), const ETHERTYPE_DSMD = 32825
34519pkg syscall (netbsd-386-cgo), const ETHERTYPE_ECMA = 2051
34520pkg syscall (netbsd-386-cgo), const ETHERTYPE_ENCRYPT = 32829
34521pkg syscall (netbsd-386-cgo), const ETHERTYPE_ES = 32861
34522pkg syscall (netbsd-386-cgo), const ETHERTYPE_EXCELAN = 32784
34523pkg syscall (netbsd-386-cgo), const ETHERTYPE_EXPERDATA = 32841
34524pkg syscall (netbsd-386-cgo), const ETHERTYPE_FLIP = 33094
34525pkg syscall (netbsd-386-cgo), const ETHERTYPE_FLOWCONTROL = 34824
34526pkg syscall (netbsd-386-cgo), const ETHERTYPE_FRARP = 2056
34527pkg syscall (netbsd-386-cgo), const ETHERTYPE_GENDYN = 32872
34528pkg syscall (netbsd-386-cgo), const ETHERTYPE_HAYES = 33072
34529pkg syscall (netbsd-386-cgo), const ETHERTYPE_HIPPI_FP = 33152
34530pkg syscall (netbsd-386-cgo), const ETHERTYPE_HITACHI = 34848
34531pkg syscall (netbsd-386-cgo), const ETHERTYPE_HP = 32773
34532pkg syscall (netbsd-386-cgo), const ETHERTYPE_IEEEPUP = 2560
34533pkg syscall (netbsd-386-cgo), const ETHERTYPE_IEEEPUPAT = 2561
34534pkg syscall (netbsd-386-cgo), const ETHERTYPE_IMLBL = 19522
34535pkg syscall (netbsd-386-cgo), const ETHERTYPE_IMLBLDIAG = 16972
34536pkg syscall (netbsd-386-cgo), const ETHERTYPE_IP = 2048
34537pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPAS = 34668
34538pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPV6 = 34525
34539pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPX = 33079
34540pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPXNEW = 32823
34541pkg syscall (netbsd-386-cgo), const ETHERTYPE_KALPANA = 34178
34542pkg syscall (netbsd-386-cgo), const ETHERTYPE_LANBRIDGE = 32824
34543pkg syscall (netbsd-386-cgo), const ETHERTYPE_LANPROBE = 34952
34544pkg syscall (netbsd-386-cgo), const ETHERTYPE_LAT = 24580
34545pkg syscall (netbsd-386-cgo), const ETHERTYPE_LBACK = 36864
34546pkg syscall (netbsd-386-cgo), const ETHERTYPE_LITTLE = 32864
34547pkg syscall (netbsd-386-cgo), const ETHERTYPE_LOGICRAFT = 33096
34548pkg syscall (netbsd-386-cgo), const ETHERTYPE_LOOPBACK = 36864
34549pkg syscall (netbsd-386-cgo), const ETHERTYPE_MATRA = 32890
34550pkg syscall (netbsd-386-cgo), const ETHERTYPE_MAX = 65535
34551pkg syscall (netbsd-386-cgo), const ETHERTYPE_MERIT = 32892
34552pkg syscall (netbsd-386-cgo), const ETHERTYPE_MICP = 34618
34553pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOPDL = 24577
34554pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOPRC = 24578
34555pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOTOROLA = 33165
34556pkg syscall (netbsd-386-cgo), const ETHERTYPE_MPLS = 34887
34557pkg syscall (netbsd-386-cgo), const ETHERTYPE_MPLS_MCAST = 34888
34558pkg syscall (netbsd-386-cgo), const ETHERTYPE_MUMPS = 33087
34559pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCC = 15364
34560pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLAIM = 15369
34561pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLREQ = 15365
34562pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLRSP = 15366
34563pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCREQ = 15362
34564pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCRSP = 15363
34565pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDG = 15367
34566pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDGB = 15368
34567pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDLTE = 15370
34568pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRAR = 15372
34569pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRAS = 15371
34570pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRST = 15373
34571pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPSCD = 15361
34572pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPVCD = 15360
34573pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBS = 2050
34574pkg syscall (netbsd-386-cgo), const ETHERTYPE_NCD = 33097
34575pkg syscall (netbsd-386-cgo), const ETHERTYPE_NESTAR = 32774
34576pkg syscall (netbsd-386-cgo), const ETHERTYPE_NETBEUI = 33169
34577pkg syscall (netbsd-386-cgo), const ETHERTYPE_NOVELL = 33080
34578pkg syscall (netbsd-386-cgo), const ETHERTYPE_NS = 1536
34579pkg syscall (netbsd-386-cgo), const ETHERTYPE_NSAT = 1537
34580pkg syscall (netbsd-386-cgo), const ETHERTYPE_NSCOMPAT = 2055
34581pkg syscall (netbsd-386-cgo), const ETHERTYPE_NTRAILER = 16
34582pkg syscall (netbsd-386-cgo), const ETHERTYPE_OS9 = 28679
34583pkg syscall (netbsd-386-cgo), const ETHERTYPE_OS9NET = 28681
34584pkg syscall (netbsd-386-cgo), const ETHERTYPE_PACER = 32966
34585pkg syscall (netbsd-386-cgo), const ETHERTYPE_PAE = 34958
34586pkg syscall (netbsd-386-cgo), const ETHERTYPE_PCS = 16962
34587pkg syscall (netbsd-386-cgo), const ETHERTYPE_PLANNING = 32836
34588pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPP = 34827
34589pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPPOE = 34916
34590pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPPOEDISC = 34915
34591pkg syscall (netbsd-386-cgo), const ETHERTYPE_PRIMENTS = 28721
34592pkg syscall (netbsd-386-cgo), const ETHERTYPE_PUP = 512
34593pkg syscall (netbsd-386-cgo), const ETHERTYPE_PUPAT = 512
34594pkg syscall (netbsd-386-cgo), const ETHERTYPE_RACAL = 28720
34595pkg syscall (netbsd-386-cgo), const ETHERTYPE_RATIONAL = 33104
34596pkg syscall (netbsd-386-cgo), const ETHERTYPE_RAWFR = 25945
34597pkg syscall (netbsd-386-cgo), const ETHERTYPE_RCL = 6549
34598pkg syscall (netbsd-386-cgo), const ETHERTYPE_RDP = 34617
34599pkg syscall (netbsd-386-cgo), const ETHERTYPE_RETIX = 33010
34600pkg syscall (netbsd-386-cgo), const ETHERTYPE_REVARP = 32821
34601pkg syscall (netbsd-386-cgo), const ETHERTYPE_SCA = 24583
34602pkg syscall (netbsd-386-cgo), const ETHERTYPE_SECTRA = 34523
34603pkg syscall (netbsd-386-cgo), const ETHERTYPE_SECUREDATA = 34669
34604pkg syscall (netbsd-386-cgo), const ETHERTYPE_SGITW = 33150
34605pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_BOUNCE = 32790
34606pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_DIAG = 32787
34607pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_NETGAMES = 32788
34608pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_RESV = 32789
34609pkg syscall (netbsd-386-cgo), const ETHERTYPE_SIMNET = 21000
34610pkg syscall (netbsd-386-cgo), const ETHERTYPE_SLOWPROTOCOLS = 34825
34611pkg syscall (netbsd-386-cgo), const ETHERTYPE_SNA = 32981
34612pkg syscall (netbsd-386-cgo), const ETHERTYPE_SNMP = 33100
34613pkg syscall (netbsd-386-cgo), const ETHERTYPE_SONIX = 64245
34614pkg syscall (netbsd-386-cgo), const ETHERTYPE_SPIDER = 32927
34615pkg syscall (netbsd-386-cgo), const ETHERTYPE_SPRITE = 1280
34616pkg syscall (netbsd-386-cgo), const ETHERTYPE_STP = 33153
34617pkg syscall (netbsd-386-cgo), const ETHERTYPE_TALARIS = 33067
34618pkg syscall (netbsd-386-cgo), const ETHERTYPE_TALARISMC = 34091
34619pkg syscall (netbsd-386-cgo), const ETHERTYPE_TCPCOMP = 34667
34620pkg syscall (netbsd-386-cgo), const ETHERTYPE_TCPSM = 36866
34621pkg syscall (netbsd-386-cgo), const ETHERTYPE_TEC = 33103
34622pkg syscall (netbsd-386-cgo), const ETHERTYPE_TIGAN = 32815
34623pkg syscall (netbsd-386-cgo), const ETHERTYPE_TRAIL = 4096
34624pkg syscall (netbsd-386-cgo), const ETHERTYPE_TRANSETHER = 25944
34625pkg syscall (netbsd-386-cgo), const ETHERTYPE_TYMSHARE = 32814
34626pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBBST = 28677
34627pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDEBUG = 2304
34628pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
34629pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDL = 28672
34630pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBNIU = 28673
34631pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBNMC = 28675
34632pkg syscall (netbsd-386-cgo), const ETHERTYPE_VALID = 5632
34633pkg syscall (netbsd-386-cgo), const ETHERTYPE_VARIAN = 32989
34634pkg syscall (netbsd-386-cgo), const ETHERTYPE_VAXELN = 32827
34635pkg syscall (netbsd-386-cgo), const ETHERTYPE_VEECO = 32871
34636pkg syscall (netbsd-386-cgo), const ETHERTYPE_VEXP = 32859
34637pkg syscall (netbsd-386-cgo), const ETHERTYPE_VGLAB = 33073
34638pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINES = 2989
34639pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINESECHO = 2991
34640pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINESLOOP = 2990
34641pkg syscall (netbsd-386-cgo), const ETHERTYPE_VITAL = 65280
34642pkg syscall (netbsd-386-cgo), const ETHERTYPE_VLAN = 33024
34643pkg syscall (netbsd-386-cgo), const ETHERTYPE_VLTLMAN = 32896
34644pkg syscall (netbsd-386-cgo), const ETHERTYPE_VPROD = 32860
34645pkg syscall (netbsd-386-cgo), const ETHERTYPE_VURESERVED = 33095
34646pkg syscall (netbsd-386-cgo), const ETHERTYPE_WATERLOO = 33072
34647pkg syscall (netbsd-386-cgo), const ETHERTYPE_WELLFLEET = 33027
34648pkg syscall (netbsd-386-cgo), const ETHERTYPE_X25 = 2053
34649pkg syscall (netbsd-386-cgo), const ETHERTYPE_X75 = 2049
34650pkg syscall (netbsd-386-cgo), const ETHERTYPE_XNSSM = 36865
34651pkg syscall (netbsd-386-cgo), const ETHERTYPE_XTP = 33149
34652pkg syscall (netbsd-386-cgo), const ETHER_ADDR_LEN = 6
34653pkg syscall (netbsd-386-cgo), const ETHER_CRC_LEN = 4
34654pkg syscall (netbsd-386-cgo), const ETHER_CRC_POLY_BE = 79764918
34655pkg syscall (netbsd-386-cgo), const ETHER_CRC_POLY_LE = 3988292384
34656pkg syscall (netbsd-386-cgo), const ETHER_HDR_LEN = 14
34657pkg syscall (netbsd-386-cgo), const ETHER_MAX_LEN = 1518
34658pkg syscall (netbsd-386-cgo), const ETHER_MAX_LEN_JUMBO = 9018
34659pkg syscall (netbsd-386-cgo), const ETHER_MIN_LEN = 64
34660pkg syscall (netbsd-386-cgo), const ETHER_PPPOE_ENCAP_LEN = 8
34661pkg syscall (netbsd-386-cgo), const ETHER_TYPE_LEN = 2
34662pkg syscall (netbsd-386-cgo), const ETHER_VLAN_ENCAP_LEN = 4
34663pkg syscall (netbsd-386-cgo), const ETIME = 92
34664pkg syscall (netbsd-386-cgo), const ETIMEDOUT = 60
34665pkg syscall (netbsd-386-cgo), const ETOOMANYREFS = 59
34666pkg syscall (netbsd-386-cgo), const ETXTBSY = 26
34667pkg syscall (netbsd-386-cgo), const EUSERS = 68
34668pkg syscall (netbsd-386-cgo), const EVFILT_AIO = 2
34669pkg syscall (netbsd-386-cgo), const EVFILT_PROC = 4
34670pkg syscall (netbsd-386-cgo), const EVFILT_READ = 0
34671pkg syscall (netbsd-386-cgo), const EVFILT_SIGNAL = 5
34672pkg syscall (netbsd-386-cgo), const EVFILT_SYSCOUNT = 7
34673pkg syscall (netbsd-386-cgo), const EVFILT_TIMER = 6
34674pkg syscall (netbsd-386-cgo), const EVFILT_VNODE = 3
34675pkg syscall (netbsd-386-cgo), const EVFILT_WRITE = 1
34676pkg syscall (netbsd-386-cgo), const EV_ADD = 1
34677pkg syscall (netbsd-386-cgo), const EV_CLEAR = 32
34678pkg syscall (netbsd-386-cgo), const EV_DELETE = 2
34679pkg syscall (netbsd-386-cgo), const EV_DISABLE = 8
34680pkg syscall (netbsd-386-cgo), const EV_ENABLE = 4
34681pkg syscall (netbsd-386-cgo), const EV_EOF = 32768
34682pkg syscall (netbsd-386-cgo), const EV_ERROR = 16384
34683pkg syscall (netbsd-386-cgo), const EV_FLAG1 = 8192
34684pkg syscall (netbsd-386-cgo), const EV_ONESHOT = 16
34685pkg syscall (netbsd-386-cgo), const EV_SYSFLAGS = 61440
34686pkg syscall (netbsd-386-cgo), const EWOULDBLOCK = 35
34687pkg syscall (netbsd-386-cgo), const EXDEV = 18
34688pkg syscall (netbsd-386-cgo), const EXTA = 19200
34689pkg syscall (netbsd-386-cgo), const EXTB = 38400
34690pkg syscall (netbsd-386-cgo), const EXTPROC = 2048
34691pkg syscall (netbsd-386-cgo), const FD_CLOEXEC = 1
34692pkg syscall (netbsd-386-cgo), const FD_SETSIZE = 256
34693pkg syscall (netbsd-386-cgo), const FLUSHO = 8388608
34694pkg syscall (netbsd-386-cgo), const F_CLOSEM = 10
34695pkg syscall (netbsd-386-cgo), const F_DUPFD = 0
34696pkg syscall (netbsd-386-cgo), const F_DUPFD_CLOEXEC = 12
34697pkg syscall (netbsd-386-cgo), const F_FSCTL = -2147483648
34698pkg syscall (netbsd-386-cgo), const F_FSDIRMASK = 1879048192
34699pkg syscall (netbsd-386-cgo), const F_FSIN = 268435456
34700pkg syscall (netbsd-386-cgo), const F_FSINOUT = 805306368
34701pkg syscall (netbsd-386-cgo), const F_FSOUT = 536870912
34702pkg syscall (netbsd-386-cgo), const F_FSPRIV = 32768
34703pkg syscall (netbsd-386-cgo), const F_FSVOID = 1073741824
34704pkg syscall (netbsd-386-cgo), const F_GETFD = 1
34705pkg syscall (netbsd-386-cgo), const F_GETFL = 3
34706pkg syscall (netbsd-386-cgo), const F_GETLK = 7
34707pkg syscall (netbsd-386-cgo), const F_GETNOSIGPIPE = 13
34708pkg syscall (netbsd-386-cgo), const F_GETOWN = 5
34709pkg syscall (netbsd-386-cgo), const F_MAXFD = 11
34710pkg syscall (netbsd-386-cgo), const F_OK = 0
34711pkg syscall (netbsd-386-cgo), const F_PARAM_MASK = 4095
34712pkg syscall (netbsd-386-cgo), const F_PARAM_MAX = 4095
34713pkg syscall (netbsd-386-cgo), const F_RDLCK = 1
34714pkg syscall (netbsd-386-cgo), const F_SETFD = 2
34715pkg syscall (netbsd-386-cgo), const F_SETFL = 4
34716pkg syscall (netbsd-386-cgo), const F_SETLK = 8
34717pkg syscall (netbsd-386-cgo), const F_SETLKW = 9
34718pkg syscall (netbsd-386-cgo), const F_SETNOSIGPIPE = 14
34719pkg syscall (netbsd-386-cgo), const F_SETOWN = 6
34720pkg syscall (netbsd-386-cgo), const F_UNLCK = 2
34721pkg syscall (netbsd-386-cgo), const F_WRLCK = 3
34722pkg syscall (netbsd-386-cgo), const HUPCL = 16384
34723pkg syscall (netbsd-386-cgo), const ICANON = 256
34724pkg syscall (netbsd-386-cgo), const ICRNL = 256
34725pkg syscall (netbsd-386-cgo), const IEXTEN = 1024
34726pkg syscall (netbsd-386-cgo), const IFAN_ARRIVAL = 0
34727pkg syscall (netbsd-386-cgo), const IFAN_DEPARTURE = 1
34728pkg syscall (netbsd-386-cgo), const IFA_ROUTE = 1
34729pkg syscall (netbsd-386-cgo), const IFF_ALLMULTI = 512
34730pkg syscall (netbsd-386-cgo), const IFF_CANTCHANGE = 36690
34731pkg syscall (netbsd-386-cgo), const IFF_DEBUG = 4
34732pkg syscall (netbsd-386-cgo), const IFF_LINK0 = 4096
34733pkg syscall (netbsd-386-cgo), const IFF_LINK1 = 8192
34734pkg syscall (netbsd-386-cgo), const IFF_LINK2 = 16384
34735pkg syscall (netbsd-386-cgo), const IFF_LOOPBACK = 8
34736pkg syscall (netbsd-386-cgo), const IFF_MULTICAST = 32768
34737pkg syscall (netbsd-386-cgo), const IFF_NOARP = 128
34738pkg syscall (netbsd-386-cgo), const IFF_NOTRAILERS = 32
34739pkg syscall (netbsd-386-cgo), const IFF_OACTIVE = 1024
34740pkg syscall (netbsd-386-cgo), const IFF_POINTOPOINT = 16
34741pkg syscall (netbsd-386-cgo), const IFF_PROMISC = 256
34742pkg syscall (netbsd-386-cgo), const IFF_RUNNING = 64
34743pkg syscall (netbsd-386-cgo), const IFF_SIMPLEX = 2048
34744pkg syscall (netbsd-386-cgo), const IFNAMSIZ = 16
34745pkg syscall (netbsd-386-cgo), const IFT_1822 = 2
34746pkg syscall (netbsd-386-cgo), const IFT_A12MPPSWITCH = 130
34747pkg syscall (netbsd-386-cgo), const IFT_AAL2 = 187
34748pkg syscall (netbsd-386-cgo), const IFT_AAL5 = 49
34749pkg syscall (netbsd-386-cgo), const IFT_ADSL = 94
34750pkg syscall (netbsd-386-cgo), const IFT_AFLANE8023 = 59
34751pkg syscall (netbsd-386-cgo), const IFT_AFLANE8025 = 60
34752pkg syscall (netbsd-386-cgo), const IFT_ARAP = 88
34753pkg syscall (netbsd-386-cgo), const IFT_ARCNET = 35
34754pkg syscall (netbsd-386-cgo), const IFT_ARCNETPLUS = 36
34755pkg syscall (netbsd-386-cgo), const IFT_ASYNC = 84
34756pkg syscall (netbsd-386-cgo), const IFT_ATM = 37
34757pkg syscall (netbsd-386-cgo), const IFT_ATMDXI = 105
34758pkg syscall (netbsd-386-cgo), const IFT_ATMFUNI = 106
34759pkg syscall (netbsd-386-cgo), const IFT_ATMIMA = 107
34760pkg syscall (netbsd-386-cgo), const IFT_ATMLOGICAL = 80
34761pkg syscall (netbsd-386-cgo), const IFT_ATMRADIO = 189
34762pkg syscall (netbsd-386-cgo), const IFT_ATMSUBINTERFACE = 134
34763pkg syscall (netbsd-386-cgo), const IFT_ATMVCIENDPT = 194
34764pkg syscall (netbsd-386-cgo), const IFT_ATMVIRTUAL = 149
34765pkg syscall (netbsd-386-cgo), const IFT_BGPPOLICYACCOUNTING = 162
34766pkg syscall (netbsd-386-cgo), const IFT_BRIDGE = 209
34767pkg syscall (netbsd-386-cgo), const IFT_BSC = 83
34768pkg syscall (netbsd-386-cgo), const IFT_CARP = 248
34769pkg syscall (netbsd-386-cgo), const IFT_CCTEMUL = 61
34770pkg syscall (netbsd-386-cgo), const IFT_CEPT = 19
34771pkg syscall (netbsd-386-cgo), const IFT_CES = 133
34772pkg syscall (netbsd-386-cgo), const IFT_CHANNEL = 70
34773pkg syscall (netbsd-386-cgo), const IFT_CNR = 85
34774pkg syscall (netbsd-386-cgo), const IFT_COFFEE = 132
34775pkg syscall (netbsd-386-cgo), const IFT_COMPOSITELINK = 155
34776pkg syscall (netbsd-386-cgo), const IFT_DCN = 141
34777pkg syscall (netbsd-386-cgo), const IFT_DIGITALPOWERLINE = 138
34778pkg syscall (netbsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
34779pkg syscall (netbsd-386-cgo), const IFT_DLSW = 74
34780pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
34781pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEMACLAYER = 127
34782pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEUPSTREAM = 129
34783pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
34784pkg syscall (netbsd-386-cgo), const IFT_DS0 = 81
34785pkg syscall (netbsd-386-cgo), const IFT_DS0BUNDLE = 82
34786pkg syscall (netbsd-386-cgo), const IFT_DS1FDL = 170
34787pkg syscall (netbsd-386-cgo), const IFT_DS3 = 30
34788pkg syscall (netbsd-386-cgo), const IFT_DTM = 140
34789pkg syscall (netbsd-386-cgo), const IFT_DVBASILN = 172
34790pkg syscall (netbsd-386-cgo), const IFT_DVBASIOUT = 173
34791pkg syscall (netbsd-386-cgo), const IFT_DVBRCCDOWNSTREAM = 147
34792pkg syscall (netbsd-386-cgo), const IFT_DVBRCCMACLAYER = 146
34793pkg syscall (netbsd-386-cgo), const IFT_DVBRCCUPSTREAM = 148
34794pkg syscall (netbsd-386-cgo), const IFT_ECONET = 206
34795pkg syscall (netbsd-386-cgo), const IFT_EON = 25
34796pkg syscall (netbsd-386-cgo), const IFT_EPLRS = 87
34797pkg syscall (netbsd-386-cgo), const IFT_ESCON = 73
34798pkg syscall (netbsd-386-cgo), const IFT_ETHER = 6
34799pkg syscall (netbsd-386-cgo), const IFT_FAITH = 242
34800pkg syscall (netbsd-386-cgo), const IFT_FAST = 125
34801pkg syscall (netbsd-386-cgo), const IFT_FASTETHER = 62
34802pkg syscall (netbsd-386-cgo), const IFT_FASTETHERFX = 69
34803pkg syscall (netbsd-386-cgo), const IFT_FDDI = 15
34804pkg syscall (netbsd-386-cgo), const IFT_FIBRECHANNEL = 56
34805pkg syscall (netbsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
34806pkg syscall (netbsd-386-cgo), const IFT_FRAMERELAYMPI = 92
34807pkg syscall (netbsd-386-cgo), const IFT_FRDLCIENDPT = 193
34808pkg syscall (netbsd-386-cgo), const IFT_FRELAY = 32
34809pkg syscall (netbsd-386-cgo), const IFT_FRELAYDCE = 44
34810pkg syscall (netbsd-386-cgo), const IFT_FRF16MFRBUNDLE = 163
34811pkg syscall (netbsd-386-cgo), const IFT_FRFORWARD = 158
34812pkg syscall (netbsd-386-cgo), const IFT_G703AT2MB = 67
34813pkg syscall (netbsd-386-cgo), const IFT_G703AT64K = 66
34814pkg syscall (netbsd-386-cgo), const IFT_GIF = 240
34815pkg syscall (netbsd-386-cgo), const IFT_GIGABITETHERNET = 117
34816pkg syscall (netbsd-386-cgo), const IFT_GR303IDT = 178
34817pkg syscall (netbsd-386-cgo), const IFT_GR303RDT = 177
34818pkg syscall (netbsd-386-cgo), const IFT_H323GATEKEEPER = 164
34819pkg syscall (netbsd-386-cgo), const IFT_H323PROXY = 165
34820pkg syscall (netbsd-386-cgo), const IFT_HDH1822 = 3
34821pkg syscall (netbsd-386-cgo), const IFT_HDLC = 118
34822pkg syscall (netbsd-386-cgo), const IFT_HDSL2 = 168
34823pkg syscall (netbsd-386-cgo), const IFT_HIPERLAN2 = 183
34824pkg syscall (netbsd-386-cgo), const IFT_HIPPI = 47
34825pkg syscall (netbsd-386-cgo), const IFT_HIPPIINTERFACE = 57
34826pkg syscall (netbsd-386-cgo), const IFT_HOSTPAD = 90
34827pkg syscall (netbsd-386-cgo), const IFT_HSSI = 46
34828pkg syscall (netbsd-386-cgo), const IFT_HY = 14
34829pkg syscall (netbsd-386-cgo), const IFT_IBM370PARCHAN = 72
34830pkg syscall (netbsd-386-cgo), const IFT_IDSL = 154
34831pkg syscall (netbsd-386-cgo), const IFT_IEEE1394 = 144
34832pkg syscall (netbsd-386-cgo), const IFT_IEEE80211 = 71
34833pkg syscall (netbsd-386-cgo), const IFT_IEEE80212 = 55
34834pkg syscall (netbsd-386-cgo), const IFT_IEEE8023ADLAG = 161
34835pkg syscall (netbsd-386-cgo), const IFT_IFGSN = 145
34836pkg syscall (netbsd-386-cgo), const IFT_IMT = 190
34837pkg syscall (netbsd-386-cgo), const IFT_INFINIBAND = 199
34838pkg syscall (netbsd-386-cgo), const IFT_INTERLEAVE = 124
34839pkg syscall (netbsd-386-cgo), const IFT_IP = 126
34840pkg syscall (netbsd-386-cgo), const IFT_IPFORWARD = 142
34841pkg syscall (netbsd-386-cgo), const IFT_IPOVERATM = 114
34842pkg syscall (netbsd-386-cgo), const IFT_IPOVERCDLC = 109
34843pkg syscall (netbsd-386-cgo), const IFT_IPOVERCLAW = 110
34844pkg syscall (netbsd-386-cgo), const IFT_IPSWITCH = 78
34845pkg syscall (netbsd-386-cgo), const IFT_ISDN = 63
34846pkg syscall (netbsd-386-cgo), const IFT_ISDNBASIC = 20
34847pkg syscall (netbsd-386-cgo), const IFT_ISDNPRIMARY = 21
34848pkg syscall (netbsd-386-cgo), const IFT_ISDNS = 75
34849pkg syscall (netbsd-386-cgo), const IFT_ISDNU = 76
34850pkg syscall (netbsd-386-cgo), const IFT_ISO88022LLC = 41
34851pkg syscall (netbsd-386-cgo), const IFT_ISO88023 = 7
34852pkg syscall (netbsd-386-cgo), const IFT_ISO88024 = 8
34853pkg syscall (netbsd-386-cgo), const IFT_ISO88025 = 9
34854pkg syscall (netbsd-386-cgo), const IFT_ISO88025CRFPINT = 98
34855pkg syscall (netbsd-386-cgo), const IFT_ISO88025DTR = 86
34856pkg syscall (netbsd-386-cgo), const IFT_ISO88025FIBER = 115
34857pkg syscall (netbsd-386-cgo), const IFT_ISO88026 = 10
34858pkg syscall (netbsd-386-cgo), const IFT_ISUP = 179
34859pkg syscall (netbsd-386-cgo), const IFT_L2VLAN = 135
34860pkg syscall (netbsd-386-cgo), const IFT_L3IPVLAN = 136
34861pkg syscall (netbsd-386-cgo), const IFT_L3IPXVLAN = 137
34862pkg syscall (netbsd-386-cgo), const IFT_LAPB = 16
34863pkg syscall (netbsd-386-cgo), const IFT_LAPD = 77
34864pkg syscall (netbsd-386-cgo), const IFT_LAPF = 119
34865pkg syscall (netbsd-386-cgo), const IFT_LINEGROUP = 210
34866pkg syscall (netbsd-386-cgo), const IFT_LOCALTALK = 42
34867pkg syscall (netbsd-386-cgo), const IFT_LOOP = 24
34868pkg syscall (netbsd-386-cgo), const IFT_MEDIAMAILOVERIP = 139
34869pkg syscall (netbsd-386-cgo), const IFT_MFSIGLINK = 167
34870pkg syscall (netbsd-386-cgo), const IFT_MIOX25 = 38
34871pkg syscall (netbsd-386-cgo), const IFT_MODEM = 48
34872pkg syscall (netbsd-386-cgo), const IFT_MPC = 113
34873pkg syscall (netbsd-386-cgo), const IFT_MPLS = 166
34874pkg syscall (netbsd-386-cgo), const IFT_MPLSTUNNEL = 150
34875pkg syscall (netbsd-386-cgo), const IFT_MSDSL = 143
34876pkg syscall (netbsd-386-cgo), const IFT_MVL = 191
34877pkg syscall (netbsd-386-cgo), const IFT_MYRINET = 99
34878pkg syscall (netbsd-386-cgo), const IFT_NFAS = 175
34879pkg syscall (netbsd-386-cgo), const IFT_NSIP = 27
34880pkg syscall (netbsd-386-cgo), const IFT_OPTICALCHANNEL = 195
34881pkg syscall (netbsd-386-cgo), const IFT_OPTICALTRANSPORT = 196
34882pkg syscall (netbsd-386-cgo), const IFT_OTHER = 1
34883pkg syscall (netbsd-386-cgo), const IFT_P10 = 12
34884pkg syscall (netbsd-386-cgo), const IFT_P80 = 13
34885pkg syscall (netbsd-386-cgo), const IFT_PARA = 34
34886pkg syscall (netbsd-386-cgo), const IFT_PFLOG = 245
34887pkg syscall (netbsd-386-cgo), const IFT_PFSYNC = 246
34888pkg syscall (netbsd-386-cgo), const IFT_PLC = 174
34889pkg syscall (netbsd-386-cgo), const IFT_PON155 = 207
34890pkg syscall (netbsd-386-cgo), const IFT_PON622 = 208
34891pkg syscall (netbsd-386-cgo), const IFT_POS = 171
34892pkg syscall (netbsd-386-cgo), const IFT_PPP = 23
34893pkg syscall (netbsd-386-cgo), const IFT_PPPMULTILINKBUNDLE = 108
34894pkg syscall (netbsd-386-cgo), const IFT_PROPATM = 197
34895pkg syscall (netbsd-386-cgo), const IFT_PROPBWAP2MP = 184
34896pkg syscall (netbsd-386-cgo), const IFT_PROPCNLS = 89
34897pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
34898pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
34899pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
34900pkg syscall (netbsd-386-cgo), const IFT_PROPMUX = 54
34901pkg syscall (netbsd-386-cgo), const IFT_PROPVIRTUAL = 53
34902pkg syscall (netbsd-386-cgo), const IFT_PROPWIRELESSP2P = 157
34903pkg syscall (netbsd-386-cgo), const IFT_PTPSERIAL = 22
34904pkg syscall (netbsd-386-cgo), const IFT_PVC = 241
34905pkg syscall (netbsd-386-cgo), const IFT_Q2931 = 201
34906pkg syscall (netbsd-386-cgo), const IFT_QLLC = 68
34907pkg syscall (netbsd-386-cgo), const IFT_RADIOMAC = 188
34908pkg syscall (netbsd-386-cgo), const IFT_RADSL = 95
34909pkg syscall (netbsd-386-cgo), const IFT_REACHDSL = 192
34910pkg syscall (netbsd-386-cgo), const IFT_RFC1483 = 159
34911pkg syscall (netbsd-386-cgo), const IFT_RS232 = 33
34912pkg syscall (netbsd-386-cgo), const IFT_RSRB = 79
34913pkg syscall (netbsd-386-cgo), const IFT_SDLC = 17
34914pkg syscall (netbsd-386-cgo), const IFT_SDSL = 96
34915pkg syscall (netbsd-386-cgo), const IFT_SHDSL = 169
34916pkg syscall (netbsd-386-cgo), const IFT_SIP = 31
34917pkg syscall (netbsd-386-cgo), const IFT_SIPSIG = 204
34918pkg syscall (netbsd-386-cgo), const IFT_SIPTG = 203
34919pkg syscall (netbsd-386-cgo), const IFT_SLIP = 28
34920pkg syscall (netbsd-386-cgo), const IFT_SMDSDXI = 43
34921pkg syscall (netbsd-386-cgo), const IFT_SMDSICIP = 52
34922pkg syscall (netbsd-386-cgo), const IFT_SONET = 39
34923pkg syscall (netbsd-386-cgo), const IFT_SONETOVERHEADCHANNEL = 185
34924pkg syscall (netbsd-386-cgo), const IFT_SONETPATH = 50
34925pkg syscall (netbsd-386-cgo), const IFT_SONETVT = 51
34926pkg syscall (netbsd-386-cgo), const IFT_SRP = 151
34927pkg syscall (netbsd-386-cgo), const IFT_SS7SIGLINK = 156
34928pkg syscall (netbsd-386-cgo), const IFT_STACKTOSTACK = 111
34929pkg syscall (netbsd-386-cgo), const IFT_STARLAN = 11
34930pkg syscall (netbsd-386-cgo), const IFT_STF = 215
34931pkg syscall (netbsd-386-cgo), const IFT_T1 = 18
34932pkg syscall (netbsd-386-cgo), const IFT_TDLC = 116
34933pkg syscall (netbsd-386-cgo), const IFT_TELINK = 200
34934pkg syscall (netbsd-386-cgo), const IFT_TERMPAD = 91
34935pkg syscall (netbsd-386-cgo), const IFT_TR008 = 176
34936pkg syscall (netbsd-386-cgo), const IFT_TRANSPHDLC = 123
34937pkg syscall (netbsd-386-cgo), const IFT_TUNNEL = 131
34938pkg syscall (netbsd-386-cgo), const IFT_ULTRA = 29
34939pkg syscall (netbsd-386-cgo), const IFT_USB = 160
34940pkg syscall (netbsd-386-cgo), const IFT_V11 = 64
34941pkg syscall (netbsd-386-cgo), const IFT_V35 = 45
34942pkg syscall (netbsd-386-cgo), const IFT_V36 = 65
34943pkg syscall (netbsd-386-cgo), const IFT_V37 = 120
34944pkg syscall (netbsd-386-cgo), const IFT_VDSL = 97
34945pkg syscall (netbsd-386-cgo), const IFT_VIRTUALIPADDRESS = 112
34946pkg syscall (netbsd-386-cgo), const IFT_VIRTUALTG = 202
34947pkg syscall (netbsd-386-cgo), const IFT_VOICEDID = 213
34948pkg syscall (netbsd-386-cgo), const IFT_VOICEEM = 100
34949pkg syscall (netbsd-386-cgo), const IFT_VOICEEMFGD = 211
34950pkg syscall (netbsd-386-cgo), const IFT_VOICEENCAP = 103
34951pkg syscall (netbsd-386-cgo), const IFT_VOICEFGDEANA = 212
34952pkg syscall (netbsd-386-cgo), const IFT_VOICEFXO = 101
34953pkg syscall (netbsd-386-cgo), const IFT_VOICEFXS = 102
34954pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERATM = 152
34955pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERCABLE = 198
34956pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERFRAMERELAY = 153
34957pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERIP = 104
34958pkg syscall (netbsd-386-cgo), const IFT_X213 = 93
34959pkg syscall (netbsd-386-cgo), const IFT_X25 = 5
34960pkg syscall (netbsd-386-cgo), const IFT_X25DDN = 4
34961pkg syscall (netbsd-386-cgo), const IFT_X25HUNTGROUP = 122
34962pkg syscall (netbsd-386-cgo), const IFT_X25MLP = 121
34963pkg syscall (netbsd-386-cgo), const IFT_X25PLE = 40
34964pkg syscall (netbsd-386-cgo), const IFT_XETHER = 26
34965pkg syscall (netbsd-386-cgo), const IGNBRK = 1
34966pkg syscall (netbsd-386-cgo), const IGNCR = 128
34967pkg syscall (netbsd-386-cgo), const IGNPAR = 4
34968pkg syscall (netbsd-386-cgo), const IMAXBEL = 8192
34969pkg syscall (netbsd-386-cgo), const INLCR = 64
34970pkg syscall (netbsd-386-cgo), const INPCK = 16
34971pkg syscall (netbsd-386-cgo), const IN_CLASSA_HOST = 16777215
34972pkg syscall (netbsd-386-cgo), const IN_CLASSA_MAX = 128
34973pkg syscall (netbsd-386-cgo), const IN_CLASSA_NET = 4278190080
34974pkg syscall (netbsd-386-cgo), const IN_CLASSA_NSHIFT = 24
34975pkg syscall (netbsd-386-cgo), const IN_CLASSB_HOST = 65535
34976pkg syscall (netbsd-386-cgo), const IN_CLASSB_MAX = 65536
34977pkg syscall (netbsd-386-cgo), const IN_CLASSB_NET = 4294901760
34978pkg syscall (netbsd-386-cgo), const IN_CLASSB_NSHIFT = 16
34979pkg syscall (netbsd-386-cgo), const IN_CLASSC_HOST = 255
34980pkg syscall (netbsd-386-cgo), const IN_CLASSC_NET = 4294967040
34981pkg syscall (netbsd-386-cgo), const IN_CLASSC_NSHIFT = 8
34982pkg syscall (netbsd-386-cgo), const IN_CLASSD_HOST = 268435455
34983pkg syscall (netbsd-386-cgo), const IN_CLASSD_NET = 4026531840
34984pkg syscall (netbsd-386-cgo), const IN_CLASSD_NSHIFT = 28
34985pkg syscall (netbsd-386-cgo), const IN_LOOPBACKNET = 127
34986pkg syscall (netbsd-386-cgo), const IPPROTO_AH = 51
34987pkg syscall (netbsd-386-cgo), const IPPROTO_CARP = 112
34988pkg syscall (netbsd-386-cgo), const IPPROTO_DONE = 257
34989pkg syscall (netbsd-386-cgo), const IPPROTO_DSTOPTS = 60
34990pkg syscall (netbsd-386-cgo), const IPPROTO_EGP = 8
34991pkg syscall (netbsd-386-cgo), const IPPROTO_ENCAP = 98
34992pkg syscall (netbsd-386-cgo), const IPPROTO_EON = 80
34993pkg syscall (netbsd-386-cgo), const IPPROTO_ESP = 50
34994pkg syscall (netbsd-386-cgo), const IPPROTO_ETHERIP = 97
34995pkg syscall (netbsd-386-cgo), const IPPROTO_FRAGMENT = 44
34996pkg syscall (netbsd-386-cgo), const IPPROTO_GGP = 3
34997pkg syscall (netbsd-386-cgo), const IPPROTO_GRE = 47
34998pkg syscall (netbsd-386-cgo), const IPPROTO_HOPOPTS = 0
34999pkg syscall (netbsd-386-cgo), const IPPROTO_ICMP = 1
35000pkg syscall (netbsd-386-cgo), const IPPROTO_ICMPV6 = 58
35001pkg syscall (netbsd-386-cgo), const IPPROTO_IDP = 22
35002pkg syscall (netbsd-386-cgo), const IPPROTO_IGMP = 2
35003pkg syscall (netbsd-386-cgo), const IPPROTO_IPCOMP = 108
35004pkg syscall (netbsd-386-cgo), const IPPROTO_IPIP = 4
35005pkg syscall (netbsd-386-cgo), const IPPROTO_IPV4 = 4
35006pkg syscall (netbsd-386-cgo), const IPPROTO_IPV6_ICMP = 58
35007pkg syscall (netbsd-386-cgo), const IPPROTO_MAX = 256
35008pkg syscall (netbsd-386-cgo), const IPPROTO_MAXID = 52
35009pkg syscall (netbsd-386-cgo), const IPPROTO_MOBILE = 55
35010pkg syscall (netbsd-386-cgo), const IPPROTO_NONE = 59
35011pkg syscall (netbsd-386-cgo), const IPPROTO_PFSYNC = 240
35012pkg syscall (netbsd-386-cgo), const IPPROTO_PIM = 103
35013pkg syscall (netbsd-386-cgo), const IPPROTO_PUP = 12
35014pkg syscall (netbsd-386-cgo), const IPPROTO_RAW = 255
35015pkg syscall (netbsd-386-cgo), const IPPROTO_ROUTING = 43
35016pkg syscall (netbsd-386-cgo), const IPPROTO_RSVP = 46
35017pkg syscall (netbsd-386-cgo), const IPPROTO_TP = 29
35018pkg syscall (netbsd-386-cgo), const IPPROTO_VRRP = 112
35019pkg syscall (netbsd-386-cgo), const IPV6_CHECKSUM = 26
35020pkg syscall (netbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
35021pkg syscall (netbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
35022pkg syscall (netbsd-386-cgo), const IPV6_DEFHLIM = 64
35023pkg syscall (netbsd-386-cgo), const IPV6_DONTFRAG = 62
35024pkg syscall (netbsd-386-cgo), const IPV6_DSTOPTS = 50
35025pkg syscall (netbsd-386-cgo), const IPV6_FAITH = 29
35026pkg syscall (netbsd-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055
35027pkg syscall (netbsd-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
35028pkg syscall (netbsd-386-cgo), const IPV6_FRAGTTL = 120
35029pkg syscall (netbsd-386-cgo), const IPV6_HLIMDEC = 1
35030pkg syscall (netbsd-386-cgo), const IPV6_HOPLIMIT = 47
35031pkg syscall (netbsd-386-cgo), const IPV6_HOPOPTS = 49
35032pkg syscall (netbsd-386-cgo), const IPV6_IPSEC_POLICY = 28
35033pkg syscall (netbsd-386-cgo), const IPV6_JOIN_GROUP = 12
35034pkg syscall (netbsd-386-cgo), const IPV6_LEAVE_GROUP = 13
35035pkg syscall (netbsd-386-cgo), const IPV6_MAXHLIM = 255
35036pkg syscall (netbsd-386-cgo), const IPV6_MAXPACKET = 65535
35037pkg syscall (netbsd-386-cgo), const IPV6_MMTU = 1280
35038pkg syscall (netbsd-386-cgo), const IPV6_MULTICAST_HOPS = 10
35039pkg syscall (netbsd-386-cgo), const IPV6_MULTICAST_IF = 9
35040pkg syscall (netbsd-386-cgo), const IPV6_MULTICAST_LOOP = 11
35041pkg syscall (netbsd-386-cgo), const IPV6_NEXTHOP = 48
35042pkg syscall (netbsd-386-cgo), const IPV6_PATHMTU = 44
35043pkg syscall (netbsd-386-cgo), const IPV6_PKTINFO = 46
35044pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE = 14
35045pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0
35046pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_HIGH = 1
35047pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_LOW = 2
35048pkg syscall (netbsd-386-cgo), const IPV6_RECVDSTOPTS = 40
35049pkg syscall (netbsd-386-cgo), const IPV6_RECVHOPLIMIT = 37
35050pkg syscall (netbsd-386-cgo), const IPV6_RECVHOPOPTS = 39
35051pkg syscall (netbsd-386-cgo), const IPV6_RECVPATHMTU = 43
35052pkg syscall (netbsd-386-cgo), const IPV6_RECVPKTINFO = 36
35053pkg syscall (netbsd-386-cgo), const IPV6_RECVRTHDR = 38
35054pkg syscall (netbsd-386-cgo), const IPV6_RECVTCLASS = 57
35055pkg syscall (netbsd-386-cgo), const IPV6_RTHDR = 51
35056pkg syscall (netbsd-386-cgo), const IPV6_RTHDRDSTOPTS = 35
35057pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_LOOSE = 0
35058pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_STRICT = 1
35059pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
35060pkg syscall (netbsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
35061pkg syscall (netbsd-386-cgo), const IPV6_TCLASS = 61
35062pkg syscall (netbsd-386-cgo), const IPV6_UNICAST_HOPS = 4
35063pkg syscall (netbsd-386-cgo), const IPV6_USE_MIN_MTU = 42
35064pkg syscall (netbsd-386-cgo), const IPV6_V6ONLY = 27
35065pkg syscall (netbsd-386-cgo), const IPV6_VERSION = 96
35066pkg syscall (netbsd-386-cgo), const IPV6_VERSION_MASK = 240
35067pkg syscall (netbsd-386-cgo), const IP_ADD_MEMBERSHIP = 12
35068pkg syscall (netbsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
35069pkg syscall (netbsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
35070pkg syscall (netbsd-386-cgo), const IP_DF = 16384
35071pkg syscall (netbsd-386-cgo), const IP_DROP_MEMBERSHIP = 13
35072pkg syscall (netbsd-386-cgo), const IP_EF = 32768
35073pkg syscall (netbsd-386-cgo), const IP_ERRORMTU = 21
35074pkg syscall (netbsd-386-cgo), const IP_HDRINCL = 2
35075pkg syscall (netbsd-386-cgo), const IP_IPSEC_POLICY = 22
35076pkg syscall (netbsd-386-cgo), const IP_MAXPACKET = 65535
35077pkg syscall (netbsd-386-cgo), const IP_MAX_MEMBERSHIPS = 20
35078pkg syscall (netbsd-386-cgo), const IP_MF = 8192
35079pkg syscall (netbsd-386-cgo), const IP_MINFRAGSIZE = 69
35080pkg syscall (netbsd-386-cgo), const IP_MINTTL = 24
35081pkg syscall (netbsd-386-cgo), const IP_MSS = 576
35082pkg syscall (netbsd-386-cgo), const IP_MULTICAST_IF = 9
35083pkg syscall (netbsd-386-cgo), const IP_MULTICAST_LOOP = 11
35084pkg syscall (netbsd-386-cgo), const IP_MULTICAST_TTL = 10
35085pkg syscall (netbsd-386-cgo), const IP_OFFMASK = 8191
35086pkg syscall (netbsd-386-cgo), const IP_OPTIONS = 1
35087pkg syscall (netbsd-386-cgo), const IP_PORTRANGE = 19
35088pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_DEFAULT = 0
35089pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_HIGH = 1
35090pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_LOW = 2
35091pkg syscall (netbsd-386-cgo), const IP_RECVDSTADDR = 7
35092pkg syscall (netbsd-386-cgo), const IP_RECVIF = 20
35093pkg syscall (netbsd-386-cgo), const IP_RECVOPTS = 5
35094pkg syscall (netbsd-386-cgo), const IP_RECVRETOPTS = 6
35095pkg syscall (netbsd-386-cgo), const IP_RECVTTL = 23
35096pkg syscall (netbsd-386-cgo), const IP_RETOPTS = 8
35097pkg syscall (netbsd-386-cgo), const IP_RF = 32768
35098pkg syscall (netbsd-386-cgo), const IP_TOS = 3
35099pkg syscall (netbsd-386-cgo), const IP_TTL = 4
35100pkg syscall (netbsd-386-cgo), const ISIG = 128
35101pkg syscall (netbsd-386-cgo), const ISTRIP = 32
35102pkg syscall (netbsd-386-cgo), const IXANY = 2048
35103pkg syscall (netbsd-386-cgo), const IXOFF = 1024
35104pkg syscall (netbsd-386-cgo), const IXON = 512
35105pkg syscall (netbsd-386-cgo), const ImplementsGetwd = false
35106pkg syscall (netbsd-386-cgo), const LOCK_EX = 2
35107pkg syscall (netbsd-386-cgo), const LOCK_NB = 4
35108pkg syscall (netbsd-386-cgo), const LOCK_SH = 1
35109pkg syscall (netbsd-386-cgo), const LOCK_UN = 8
35110pkg syscall (netbsd-386-cgo), const MSG_BCAST = 256
35111pkg syscall (netbsd-386-cgo), const MSG_CMSG_CLOEXEC = 2048
35112pkg syscall (netbsd-386-cgo), const MSG_CONTROLMBUF = 33554432
35113pkg syscall (netbsd-386-cgo), const MSG_CTRUNC = 32
35114pkg syscall (netbsd-386-cgo), const MSG_DONTROUTE = 4
35115pkg syscall (netbsd-386-cgo), const MSG_DONTWAIT = 128
35116pkg syscall (netbsd-386-cgo), const MSG_EOR = 8
35117pkg syscall (netbsd-386-cgo), const MSG_IOVUSRSPACE = 67108864
35118pkg syscall (netbsd-386-cgo), const MSG_LENUSRSPACE = 134217728
35119pkg syscall (netbsd-386-cgo), const MSG_MCAST = 512
35120pkg syscall (netbsd-386-cgo), const MSG_NAMEMBUF = 16777216
35121pkg syscall (netbsd-386-cgo), const MSG_NBIO = 4096
35122pkg syscall (netbsd-386-cgo), const MSG_NOSIGNAL = 1024
35123pkg syscall (netbsd-386-cgo), const MSG_OOB = 1
35124pkg syscall (netbsd-386-cgo), const MSG_PEEK = 2
35125pkg syscall (netbsd-386-cgo), const MSG_TRUNC = 16
35126pkg syscall (netbsd-386-cgo), const MSG_USERFLAGS = 16777215
35127pkg syscall (netbsd-386-cgo), const MSG_WAITALL = 64
35128pkg syscall (netbsd-386-cgo), const NAME_MAX = 511
35129pkg syscall (netbsd-386-cgo), const NET_RT_DUMP = 1
35130pkg syscall (netbsd-386-cgo), const NET_RT_FLAGS = 2
35131pkg syscall (netbsd-386-cgo), const NET_RT_IFLIST = 5
35132pkg syscall (netbsd-386-cgo), const NET_RT_MAXID = 6
35133pkg syscall (netbsd-386-cgo), const NET_RT_OIFLIST = 4
35134pkg syscall (netbsd-386-cgo), const NET_RT_OOIFLIST = 3
35135pkg syscall (netbsd-386-cgo), const NOFLSH = 2147483648
35136pkg syscall (netbsd-386-cgo), const NOTE_ATTRIB = 8
35137pkg syscall (netbsd-386-cgo), const NOTE_CHILD = 4
35138pkg syscall (netbsd-386-cgo), const NOTE_DELETE = 1
35139pkg syscall (netbsd-386-cgo), const NOTE_EXEC = 536870912
35140pkg syscall (netbsd-386-cgo), const NOTE_EXIT = 2147483648
35141pkg syscall (netbsd-386-cgo), const NOTE_EXTEND = 4
35142pkg syscall (netbsd-386-cgo), const NOTE_FORK = 1073741824
35143pkg syscall (netbsd-386-cgo), const NOTE_LINK = 16
35144pkg syscall (netbsd-386-cgo), const NOTE_LOWAT = 1
35145pkg syscall (netbsd-386-cgo), const NOTE_PCTRLMASK = 4026531840
35146pkg syscall (netbsd-386-cgo), const NOTE_PDATAMASK = 1048575
35147pkg syscall (netbsd-386-cgo), const NOTE_RENAME = 32
35148pkg syscall (netbsd-386-cgo), const NOTE_REVOKE = 64
35149pkg syscall (netbsd-386-cgo), const NOTE_TRACK = 1
35150pkg syscall (netbsd-386-cgo), const NOTE_TRACKERR = 2
35151pkg syscall (netbsd-386-cgo), const NOTE_WRITE = 2
35152pkg syscall (netbsd-386-cgo), const OCRNL = 16
35153pkg syscall (netbsd-386-cgo), const OFIOGETBMAP = 3221513850
35154pkg syscall (netbsd-386-cgo), const ONLCR = 2
35155pkg syscall (netbsd-386-cgo), const ONLRET = 64
35156pkg syscall (netbsd-386-cgo), const ONOCR = 32
35157pkg syscall (netbsd-386-cgo), const ONOEOT = 8
35158pkg syscall (netbsd-386-cgo), const OPOST = 1
35159pkg syscall (netbsd-386-cgo), const O_ACCMODE = 3
35160pkg syscall (netbsd-386-cgo), const O_ALT_IO = 262144
35161pkg syscall (netbsd-386-cgo), const O_APPEND = 8
35162pkg syscall (netbsd-386-cgo), const O_ASYNC = 64
35163pkg syscall (netbsd-386-cgo), const O_CLOEXEC = 4194304
35164pkg syscall (netbsd-386-cgo), const O_CREAT = 512
35165pkg syscall (netbsd-386-cgo), const O_DIRECT = 524288
35166pkg syscall (netbsd-386-cgo), const O_DIRECTORY = 2097152
35167pkg syscall (netbsd-386-cgo), const O_DSYNC = 65536
35168pkg syscall (netbsd-386-cgo), const O_EXCL = 2048
35169pkg syscall (netbsd-386-cgo), const O_EXLOCK = 32
35170pkg syscall (netbsd-386-cgo), const O_FSYNC = 128
35171pkg syscall (netbsd-386-cgo), const O_NDELAY = 4
35172pkg syscall (netbsd-386-cgo), const O_NOCTTY = 32768
35173pkg syscall (netbsd-386-cgo), const O_NOFOLLOW = 256
35174pkg syscall (netbsd-386-cgo), const O_NONBLOCK = 4
35175pkg syscall (netbsd-386-cgo), const O_NOSIGPIPE = 16777216
35176pkg syscall (netbsd-386-cgo), const O_RSYNC = 131072
35177pkg syscall (netbsd-386-cgo), const O_SHLOCK = 16
35178pkg syscall (netbsd-386-cgo), const O_SYNC = 128
35179pkg syscall (netbsd-386-cgo), const O_TRUNC = 1024
35180pkg syscall (netbsd-386-cgo), const PARENB = 4096
35181pkg syscall (netbsd-386-cgo), const PARMRK = 8
35182pkg syscall (netbsd-386-cgo), const PARODD = 8192
35183pkg syscall (netbsd-386-cgo), const PENDIN = 536870912
35184pkg syscall (netbsd-386-cgo), const PRI_IOFLUSH = 124
35185pkg syscall (netbsd-386-cgo), const PTRACE_CONT = 7
35186pkg syscall (netbsd-386-cgo), const PTRACE_KILL = 8
35187pkg syscall (netbsd-386-cgo), const PTRACE_TRACEME = 0
35188pkg syscall (netbsd-386-cgo), const RLIMIT_AS = 10
35189pkg syscall (netbsd-386-cgo), const RLIMIT_CORE = 4
35190pkg syscall (netbsd-386-cgo), const RLIMIT_CPU = 0
35191pkg syscall (netbsd-386-cgo), const RLIMIT_DATA = 2
35192pkg syscall (netbsd-386-cgo), const RLIMIT_FSIZE = 1
35193pkg syscall (netbsd-386-cgo), const RLIMIT_NOFILE = 8
35194pkg syscall (netbsd-386-cgo), const RLIMIT_STACK = 3
35195pkg syscall (netbsd-386-cgo), const RLIM_INFINITY = 9223372036854775807
35196pkg syscall (netbsd-386-cgo), const RTAX_AUTHOR = 6
35197pkg syscall (netbsd-386-cgo), const RTAX_BRD = 7
35198pkg syscall (netbsd-386-cgo), const RTAX_DST = 0
35199pkg syscall (netbsd-386-cgo), const RTAX_GATEWAY = 1
35200pkg syscall (netbsd-386-cgo), const RTAX_GENMASK = 3
35201pkg syscall (netbsd-386-cgo), const RTAX_IFA = 5
35202pkg syscall (netbsd-386-cgo), const RTAX_IFP = 4
35203pkg syscall (netbsd-386-cgo), const RTAX_MAX = 9
35204pkg syscall (netbsd-386-cgo), const RTAX_NETMASK = 2
35205pkg syscall (netbsd-386-cgo), const RTAX_TAG = 8
35206pkg syscall (netbsd-386-cgo), const RTA_AUTHOR = 64
35207pkg syscall (netbsd-386-cgo), const RTA_BRD = 128
35208pkg syscall (netbsd-386-cgo), const RTA_DST = 1
35209pkg syscall (netbsd-386-cgo), const RTA_GATEWAY = 2
35210pkg syscall (netbsd-386-cgo), const RTA_GENMASK = 8
35211pkg syscall (netbsd-386-cgo), const RTA_IFA = 32
35212pkg syscall (netbsd-386-cgo), const RTA_IFP = 16
35213pkg syscall (netbsd-386-cgo), const RTA_NETMASK = 4
35214pkg syscall (netbsd-386-cgo), const RTA_TAG = 256
35215pkg syscall (netbsd-386-cgo), const RTF_ANNOUNCE = 131072
35216pkg syscall (netbsd-386-cgo), const RTF_BLACKHOLE = 4096
35217pkg syscall (netbsd-386-cgo), const RTF_CLONED = 8192
35218pkg syscall (netbsd-386-cgo), const RTF_CLONING = 256
35219pkg syscall (netbsd-386-cgo), const RTF_DONE = 64
35220pkg syscall (netbsd-386-cgo), const RTF_DYNAMIC = 16
35221pkg syscall (netbsd-386-cgo), const RTF_GATEWAY = 2
35222pkg syscall (netbsd-386-cgo), const RTF_HOST = 4
35223pkg syscall (netbsd-386-cgo), const RTF_LLINFO = 1024
35224pkg syscall (netbsd-386-cgo), const RTF_MASK = 128
35225pkg syscall (netbsd-386-cgo), const RTF_MODIFIED = 32
35226pkg syscall (netbsd-386-cgo), const RTF_PROTO1 = 32768
35227pkg syscall (netbsd-386-cgo), const RTF_PROTO2 = 16384
35228pkg syscall (netbsd-386-cgo), const RTF_REJECT = 8
35229pkg syscall (netbsd-386-cgo), const RTF_SRC = 65536
35230pkg syscall (netbsd-386-cgo), const RTF_STATIC = 2048
35231pkg syscall (netbsd-386-cgo), const RTF_UP = 1
35232pkg syscall (netbsd-386-cgo), const RTF_XRESOLVE = 512
35233pkg syscall (netbsd-386-cgo), const RTM_ADD = 1
35234pkg syscall (netbsd-386-cgo), const RTM_CHANGE = 3
35235pkg syscall (netbsd-386-cgo), const RTM_CHGADDR = 21
35236pkg syscall (netbsd-386-cgo), const RTM_DELADDR = 13
35237pkg syscall (netbsd-386-cgo), const RTM_DELETE = 2
35238pkg syscall (netbsd-386-cgo), const RTM_GET = 4
35239pkg syscall (netbsd-386-cgo), const RTM_IEEE80211 = 17
35240pkg syscall (netbsd-386-cgo), const RTM_IFANNOUNCE = 16
35241pkg syscall (netbsd-386-cgo), const RTM_IFINFO = 20
35242pkg syscall (netbsd-386-cgo), const RTM_LLINFO_UPD = 19
35243pkg syscall (netbsd-386-cgo), const RTM_LOCK = 8
35244pkg syscall (netbsd-386-cgo), const RTM_LOSING = 5
35245pkg syscall (netbsd-386-cgo), const RTM_MISS = 7
35246pkg syscall (netbsd-386-cgo), const RTM_NEWADDR = 12
35247pkg syscall (netbsd-386-cgo), const RTM_OIFINFO = 15
35248pkg syscall (netbsd-386-cgo), const RTM_OLDADD = 9
35249pkg syscall (netbsd-386-cgo), const RTM_OLDDEL = 10
35250pkg syscall (netbsd-386-cgo), const RTM_OOIFINFO = 14
35251pkg syscall (netbsd-386-cgo), const RTM_REDIRECT = 6
35252pkg syscall (netbsd-386-cgo), const RTM_RESOLVE = 11
35253pkg syscall (netbsd-386-cgo), const RTM_RTTUNIT = 1000000
35254pkg syscall (netbsd-386-cgo), const RTM_SETGATE = 18
35255pkg syscall (netbsd-386-cgo), const RTM_VERSION = 4
35256pkg syscall (netbsd-386-cgo), const RTV_EXPIRE = 4
35257pkg syscall (netbsd-386-cgo), const RTV_HOPCOUNT = 2
35258pkg syscall (netbsd-386-cgo), const RTV_MTU = 1
35259pkg syscall (netbsd-386-cgo), const RTV_RPIPE = 8
35260pkg syscall (netbsd-386-cgo), const RTV_RTT = 64
35261pkg syscall (netbsd-386-cgo), const RTV_RTTVAR = 128
35262pkg syscall (netbsd-386-cgo), const RTV_SPIPE = 16
35263pkg syscall (netbsd-386-cgo), const RTV_SSTHRESH = 32
35264pkg syscall (netbsd-386-cgo), const RUSAGE_CHILDREN = -1
35265pkg syscall (netbsd-386-cgo), const RUSAGE_SELF = 0
35266pkg syscall (netbsd-386-cgo), const SCM_CREDS = 4
35267pkg syscall (netbsd-386-cgo), const SCM_RIGHTS = 1
35268pkg syscall (netbsd-386-cgo), const SCM_TIMESTAMP = 8
35269pkg syscall (netbsd-386-cgo), const SIGBUS = 10
35270pkg syscall (netbsd-386-cgo), const SIGCHLD = 20
35271pkg syscall (netbsd-386-cgo), const SIGCONT = 19
35272pkg syscall (netbsd-386-cgo), const SIGEMT = 7
35273pkg syscall (netbsd-386-cgo), const SIGINFO = 29
35274pkg syscall (netbsd-386-cgo), const SIGIO = 23
35275pkg syscall (netbsd-386-cgo), const SIGIOT = 6
35276pkg syscall (netbsd-386-cgo), const SIGPROF = 27
35277pkg syscall (netbsd-386-cgo), const SIGPWR = 32
35278pkg syscall (netbsd-386-cgo), const SIGSTOP = 17
35279pkg syscall (netbsd-386-cgo), const SIGSYS = 12
35280pkg syscall (netbsd-386-cgo), const SIGTSTP = 18
35281pkg syscall (netbsd-386-cgo), const SIGTTIN = 21
35282pkg syscall (netbsd-386-cgo), const SIGTTOU = 22
35283pkg syscall (netbsd-386-cgo), const SIGURG = 16
35284pkg syscall (netbsd-386-cgo), const SIGUSR1 = 30
35285pkg syscall (netbsd-386-cgo), const SIGUSR2 = 31
35286pkg syscall (netbsd-386-cgo), const SIGVTALRM = 26
35287pkg syscall (netbsd-386-cgo), const SIGWINCH = 28
35288pkg syscall (netbsd-386-cgo), const SIGXCPU = 24
35289pkg syscall (netbsd-386-cgo), const SIGXFSZ = 25
35290pkg syscall (netbsd-386-cgo), const SIOCADDMULTI = 2156947761
35291pkg syscall (netbsd-386-cgo), const SIOCADDRT = 2150658570
35292pkg syscall (netbsd-386-cgo), const SIOCAIFADDR = 2151704858
35293pkg syscall (netbsd-386-cgo), const SIOCALIFADDR = 2165860636
35294pkg syscall (netbsd-386-cgo), const SIOCATMARK = 1074033415
35295pkg syscall (netbsd-386-cgo), const SIOCDELMULTI = 2156947762
35296pkg syscall (netbsd-386-cgo), const SIOCDELRT = 2150658571
35297pkg syscall (netbsd-386-cgo), const SIOCDIFADDR = 2156947737
35298pkg syscall (netbsd-386-cgo), const SIOCDIFPHYADDR = 2156947785
35299pkg syscall (netbsd-386-cgo), const SIOCDLIFADDR = 2165860638
35300pkg syscall (netbsd-386-cgo), const SIOCGDRVSPEC = 3223087483
35301pkg syscall (netbsd-386-cgo), const SIOCGETPFSYNC = 3230689784
35302pkg syscall (netbsd-386-cgo), const SIOCGETSGCNT = 3222566196
35303pkg syscall (netbsd-386-cgo), const SIOCGETVIFCNT = 3222566195
35304pkg syscall (netbsd-386-cgo), const SIOCGHIWAT = 1074033409
35305pkg syscall (netbsd-386-cgo), const SIOCGIFADDR = 3230689569
35306pkg syscall (netbsd-386-cgo), const SIOCGIFADDRPREF = 3230951712
35307pkg syscall (netbsd-386-cgo), const SIOCGIFALIAS = 3225446683
35308pkg syscall (netbsd-386-cgo), const SIOCGIFBRDADDR = 3230689571
35309pkg syscall (netbsd-386-cgo), const SIOCGIFCAP = 3223349622
35310pkg syscall (netbsd-386-cgo), const SIOCGIFCONF = 3221776678
35311pkg syscall (netbsd-386-cgo), const SIOCGIFDATA = 3230951813
35312pkg syscall (netbsd-386-cgo), const SIOCGIFDLT = 3230689655
35313pkg syscall (netbsd-386-cgo), const SIOCGIFDSTADDR = 3230689570
35314pkg syscall (netbsd-386-cgo), const SIOCGIFFLAGS = 3230689553
35315pkg syscall (netbsd-386-cgo), const SIOCGIFGENERIC = 3230689594
35316pkg syscall (netbsd-386-cgo), const SIOCGIFMEDIA = 3223873846
35317pkg syscall (netbsd-386-cgo), const SIOCGIFMETRIC = 3230689559
35318pkg syscall (netbsd-386-cgo), const SIOCGIFMTU = 3230689662
35319pkg syscall (netbsd-386-cgo), const SIOCGIFNETMASK = 3230689573
35320pkg syscall (netbsd-386-cgo), const SIOCGIFPDSTADDR = 3230689608
35321pkg syscall (netbsd-386-cgo), const SIOCGIFPSRCADDR = 3230689607
35322pkg syscall (netbsd-386-cgo), const SIOCGLIFADDR = 3239602461
35323pkg syscall (netbsd-386-cgo), const SIOCGLIFPHYADDR = 3239602507
35324pkg syscall (netbsd-386-cgo), const SIOCGLINKSTR = 3223087495
35325pkg syscall (netbsd-386-cgo), const SIOCGLOWAT = 1074033411
35326pkg syscall (netbsd-386-cgo), const SIOCGPGRP = 1074033417
35327pkg syscall (netbsd-386-cgo), const SIOCGVH = 3230689667
35328pkg syscall (netbsd-386-cgo), const SIOCIFCREATE = 2156947834
35329pkg syscall (netbsd-386-cgo), const SIOCIFDESTROY = 2156947833
35330pkg syscall (netbsd-386-cgo), const SIOCIFGCLONERS = 3222038904
35331pkg syscall (netbsd-386-cgo), const SIOCINITIFADDR = 3225708932
35332pkg syscall (netbsd-386-cgo), const SIOCSDRVSPEC = 2149345659
35333pkg syscall (netbsd-386-cgo), const SIOCSETPFSYNC = 2156947959
35334pkg syscall (netbsd-386-cgo), const SIOCSHIWAT = 2147775232
35335pkg syscall (netbsd-386-cgo), const SIOCSIFADDR = 2156947724
35336pkg syscall (netbsd-386-cgo), const SIOCSIFADDRPREF = 2157209887
35337pkg syscall (netbsd-386-cgo), const SIOCSIFBRDADDR = 2156947731
35338pkg syscall (netbsd-386-cgo), const SIOCSIFCAP = 2149607797
35339pkg syscall (netbsd-386-cgo), const SIOCSIFDSTADDR = 2156947726
35340pkg syscall (netbsd-386-cgo), const SIOCSIFFLAGS = 2156947728
35341pkg syscall (netbsd-386-cgo), const SIOCSIFGENERIC = 2156947769
35342pkg syscall (netbsd-386-cgo), const SIOCSIFMEDIA = 3230689589
35343pkg syscall (netbsd-386-cgo), const SIOCSIFMETRIC = 2156947736
35344pkg syscall (netbsd-386-cgo), const SIOCSIFMTU = 2156947839
35345pkg syscall (netbsd-386-cgo), const SIOCSIFNETMASK = 2156947734
35346pkg syscall (netbsd-386-cgo), const SIOCSIFPHYADDR = 2151704902
35347pkg syscall (netbsd-386-cgo), const SIOCSLIFPHYADDR = 2165860682
35348pkg syscall (netbsd-386-cgo), const SIOCSLINKSTR = 2149345672
35349pkg syscall (netbsd-386-cgo), const SIOCSLOWAT = 2147775234
35350pkg syscall (netbsd-386-cgo), const SIOCSPGRP = 2147775240
35351pkg syscall (netbsd-386-cgo), const SIOCSVH = 3230689666
35352pkg syscall (netbsd-386-cgo), const SIOCZIFDATA = 3230951814
35353pkg syscall (netbsd-386-cgo), const SOCK_CLOEXEC = 268435456
35354pkg syscall (netbsd-386-cgo), const SOCK_FLAGS_MASK = 4026531840
35355pkg syscall (netbsd-386-cgo), const SOCK_NONBLOCK = 536870912
35356pkg syscall (netbsd-386-cgo), const SOCK_NOSIGPIPE = 1073741824
35357pkg syscall (netbsd-386-cgo), const SOCK_RDM = 4
35358pkg syscall (netbsd-386-cgo), const SOL_SOCKET = 65535
35359pkg syscall (netbsd-386-cgo), const SOMAXCONN = 128
35360pkg syscall (netbsd-386-cgo), const SO_ACCEPTCONN = 2
35361pkg syscall (netbsd-386-cgo), const SO_ACCEPTFILTER = 4096
35362pkg syscall (netbsd-386-cgo), const SO_BROADCAST = 32
35363pkg syscall (netbsd-386-cgo), const SO_DEBUG = 1
35364pkg syscall (netbsd-386-cgo), const SO_DONTROUTE = 16
35365pkg syscall (netbsd-386-cgo), const SO_ERROR = 4103
35366pkg syscall (netbsd-386-cgo), const SO_KEEPALIVE = 8
35367pkg syscall (netbsd-386-cgo), const SO_LINGER = 128
35368pkg syscall (netbsd-386-cgo), const SO_NOHEADER = 4106
35369pkg syscall (netbsd-386-cgo), const SO_NOSIGPIPE = 2048
35370pkg syscall (netbsd-386-cgo), const SO_OOBINLINE = 256
35371pkg syscall (netbsd-386-cgo), const SO_OVERFLOWED = 4105
35372pkg syscall (netbsd-386-cgo), const SO_RCVBUF = 4098
35373pkg syscall (netbsd-386-cgo), const SO_RCVLOWAT = 4100
35374pkg syscall (netbsd-386-cgo), const SO_RCVTIMEO = 4108
35375pkg syscall (netbsd-386-cgo), const SO_REUSEADDR = 4
35376pkg syscall (netbsd-386-cgo), const SO_REUSEPORT = 512
35377pkg syscall (netbsd-386-cgo), const SO_SNDBUF = 4097
35378pkg syscall (netbsd-386-cgo), const SO_SNDLOWAT = 4099
35379pkg syscall (netbsd-386-cgo), const SO_SNDTIMEO = 4107
35380pkg syscall (netbsd-386-cgo), const SO_TIMESTAMP = 8192
35381pkg syscall (netbsd-386-cgo), const SO_TYPE = 4104
35382pkg syscall (netbsd-386-cgo), const SO_USELOOPBACK = 64
35383pkg syscall (netbsd-386-cgo), const SYSCTL_VERSION = 16777216
35384pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_0 = 0
35385pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_1 = 16777216
35386pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_MASK = 4278190080
35387pkg syscall (netbsd-386-cgo), const SYS_ACCEPT = 30
35388pkg syscall (netbsd-386-cgo), const SYS_ACCESS = 33
35389pkg syscall (netbsd-386-cgo), const SYS_ACCT = 51
35390pkg syscall (netbsd-386-cgo), const SYS_ADJTIME = 421
35391pkg syscall (netbsd-386-cgo), const SYS_BIND = 104
35392pkg syscall (netbsd-386-cgo), const SYS_BREAK = 17
35393pkg syscall (netbsd-386-cgo), const SYS_CHDIR = 12
35394pkg syscall (netbsd-386-cgo), const SYS_CHFLAGS = 34
35395pkg syscall (netbsd-386-cgo), const SYS_CHMOD = 15
35396pkg syscall (netbsd-386-cgo), const SYS_CHOWN = 16
35397pkg syscall (netbsd-386-cgo), const SYS_CHROOT = 61
35398pkg syscall (netbsd-386-cgo), const SYS_CLOCK_GETRES = 429
35399pkg syscall (netbsd-386-cgo), const SYS_CLOCK_GETTIME = 427
35400pkg syscall (netbsd-386-cgo), const SYS_CLOCK_SETTIME = 428
35401pkg syscall (netbsd-386-cgo), const SYS_CLOSE = 6
35402pkg syscall (netbsd-386-cgo), const SYS_CONNECT = 98
35403pkg syscall (netbsd-386-cgo), const SYS_DUP = 41
35404pkg syscall (netbsd-386-cgo), const SYS_DUP2 = 90
35405pkg syscall (netbsd-386-cgo), const SYS_DUP3 = 454
35406pkg syscall (netbsd-386-cgo), const SYS_EXECVE = 59
35407pkg syscall (netbsd-386-cgo), const SYS_EXIT = 1
35408pkg syscall (netbsd-386-cgo), const SYS_EXTATTRCTL = 360
35409pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_FD = 366
35410pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_FILE = 363
35411pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_LINK = 369
35412pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_FD = 365
35413pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_FILE = 362
35414pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_LINK = 368
35415pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_FD = 370
35416pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_FILE = 371
35417pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_LINK = 372
35418pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_FD = 364
35419pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_FILE = 361
35420pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_LINK = 367
35421pkg syscall (netbsd-386-cgo), const SYS_FACCESSAT = 462
35422pkg syscall (netbsd-386-cgo), const SYS_FCHDIR = 13
35423pkg syscall (netbsd-386-cgo), const SYS_FCHFLAGS = 35
35424pkg syscall (netbsd-386-cgo), const SYS_FCHMOD = 124
35425pkg syscall (netbsd-386-cgo), const SYS_FCHMODAT = 463
35426pkg syscall (netbsd-386-cgo), const SYS_FCHOWN = 123
35427pkg syscall (netbsd-386-cgo), const SYS_FCHOWNAT = 464
35428pkg syscall (netbsd-386-cgo), const SYS_FCHROOT = 297
35429pkg syscall (netbsd-386-cgo), const SYS_FCNTL = 92
35430pkg syscall (netbsd-386-cgo), const SYS_FDATASYNC = 241
35431pkg syscall (netbsd-386-cgo), const SYS_FEXECVE = 465
35432pkg syscall (netbsd-386-cgo), const SYS_FGETXATTR = 380
35433pkg syscall (netbsd-386-cgo), const SYS_FHSTAT = 451
35434pkg syscall (netbsd-386-cgo), const SYS_FKTRACE = 288
35435pkg syscall (netbsd-386-cgo), const SYS_FLISTXATTR = 383
35436pkg syscall (netbsd-386-cgo), const SYS_FLOCK = 131
35437pkg syscall (netbsd-386-cgo), const SYS_FORK = 2
35438pkg syscall (netbsd-386-cgo), const SYS_FPATHCONF = 192
35439pkg syscall (netbsd-386-cgo), const SYS_FREMOVEXATTR = 386
35440pkg syscall (netbsd-386-cgo), const SYS_FSETXATTR = 377
35441pkg syscall (netbsd-386-cgo), const SYS_FSTAT = 440
35442pkg syscall (netbsd-386-cgo), const SYS_FSTATAT = 466
35443pkg syscall (netbsd-386-cgo), const SYS_FSTATVFS1 = 358
35444pkg syscall (netbsd-386-cgo), const SYS_FSYNC = 95
35445pkg syscall (netbsd-386-cgo), const SYS_FSYNC_RANGE = 354
35446pkg syscall (netbsd-386-cgo), const SYS_FTRUNCATE = 201
35447pkg syscall (netbsd-386-cgo), const SYS_FUTIMENS = 472
35448pkg syscall (netbsd-386-cgo), const SYS_FUTIMES = 423
35449pkg syscall (netbsd-386-cgo), const SYS_GETCONTEXT = 307
35450pkg syscall (netbsd-386-cgo), const SYS_GETDENTS = 390
35451pkg syscall (netbsd-386-cgo), const SYS_GETEGID = 43
35452pkg syscall (netbsd-386-cgo), const SYS_GETEUID = 25
35453pkg syscall (netbsd-386-cgo), const SYS_GETFH = 395
35454pkg syscall (netbsd-386-cgo), const SYS_GETGID = 47
35455pkg syscall (netbsd-386-cgo), const SYS_GETGROUPS = 79
35456pkg syscall (netbsd-386-cgo), const SYS_GETITIMER = 426
35457pkg syscall (netbsd-386-cgo), const SYS_GETPEERNAME = 31
35458pkg syscall (netbsd-386-cgo), const SYS_GETPGID = 207
35459pkg syscall (netbsd-386-cgo), const SYS_GETPGRP = 81
35460pkg syscall (netbsd-386-cgo), const SYS_GETPID = 20
35461pkg syscall (netbsd-386-cgo), const SYS_GETPPID = 39
35462pkg syscall (netbsd-386-cgo), const SYS_GETPRIORITY = 100
35463pkg syscall (netbsd-386-cgo), const SYS_GETRLIMIT = 194
35464pkg syscall (netbsd-386-cgo), const SYS_GETRUSAGE = 445
35465pkg syscall (netbsd-386-cgo), const SYS_GETSID = 286
35466pkg syscall (netbsd-386-cgo), const SYS_GETSOCKNAME = 32
35467pkg syscall (netbsd-386-cgo), const SYS_GETSOCKOPT = 118
35468pkg syscall (netbsd-386-cgo), const SYS_GETTIMEOFDAY = 418
35469pkg syscall (netbsd-386-cgo), const SYS_GETUID = 24
35470pkg syscall (netbsd-386-cgo), const SYS_GETVFSSTAT = 356
35471pkg syscall (netbsd-386-cgo), const SYS_GETXATTR = 378
35472pkg syscall (netbsd-386-cgo), const SYS_IOCTL = 54
35473pkg syscall (netbsd-386-cgo), const SYS_ISSETUGID = 305
35474pkg syscall (netbsd-386-cgo), const SYS_KEVENT = 435
35475pkg syscall (netbsd-386-cgo), const SYS_KILL = 37
35476pkg syscall (netbsd-386-cgo), const SYS_KQUEUE = 344
35477pkg syscall (netbsd-386-cgo), const SYS_KQUEUE1 = 455
35478pkg syscall (netbsd-386-cgo), const SYS_KTRACE = 45
35479pkg syscall (netbsd-386-cgo), const SYS_LCHFLAGS = 304
35480pkg syscall (netbsd-386-cgo), const SYS_LCHMOD = 274
35481pkg syscall (netbsd-386-cgo), const SYS_LCHOWN = 275
35482pkg syscall (netbsd-386-cgo), const SYS_LGETXATTR = 379
35483pkg syscall (netbsd-386-cgo), const SYS_LINK = 9
35484pkg syscall (netbsd-386-cgo), const SYS_LINKAT = 457
35485pkg syscall (netbsd-386-cgo), const SYS_LISTEN = 106
35486pkg syscall (netbsd-386-cgo), const SYS_LISTXATTR = 381
35487pkg syscall (netbsd-386-cgo), const SYS_LLISTXATTR = 382
35488pkg syscall (netbsd-386-cgo), const SYS_LREMOVEXATTR = 385
35489pkg syscall (netbsd-386-cgo), const SYS_LSEEK = 199
35490pkg syscall (netbsd-386-cgo), const SYS_LSETXATTR = 376
35491pkg syscall (netbsd-386-cgo), const SYS_LSTAT = 441
35492pkg syscall (netbsd-386-cgo), const SYS_LUTIMES = 424
35493pkg syscall (netbsd-386-cgo), const SYS_MADVISE = 75
35494pkg syscall (netbsd-386-cgo), const SYS_MINCORE = 78
35495pkg syscall (netbsd-386-cgo), const SYS_MINHERIT = 273
35496pkg syscall (netbsd-386-cgo), const SYS_MKDIR = 136
35497pkg syscall (netbsd-386-cgo), const SYS_MKDIRAT = 461
35498pkg syscall (netbsd-386-cgo), const SYS_MKFIFO = 132
35499pkg syscall (netbsd-386-cgo), const SYS_MKFIFOAT = 459
35500pkg syscall (netbsd-386-cgo), const SYS_MKNOD = 450
35501pkg syscall (netbsd-386-cgo), const SYS_MKNODAT = 460
35502pkg syscall (netbsd-386-cgo), const SYS_MLOCK = 203
35503pkg syscall (netbsd-386-cgo), const SYS_MLOCKALL = 242
35504pkg syscall (netbsd-386-cgo), const SYS_MMAP = 197
35505pkg syscall (netbsd-386-cgo), const SYS_MODCTL = 246
35506pkg syscall (netbsd-386-cgo), const SYS_MOUNT = 410
35507pkg syscall (netbsd-386-cgo), const SYS_MPROTECT = 74
35508pkg syscall (netbsd-386-cgo), const SYS_MREMAP = 411
35509pkg syscall (netbsd-386-cgo), const SYS_MSGCTL = 444
35510pkg syscall (netbsd-386-cgo), const SYS_MSGGET = 225
35511pkg syscall (netbsd-386-cgo), const SYS_MSGRCV = 227
35512pkg syscall (netbsd-386-cgo), const SYS_MSGSND = 226
35513pkg syscall (netbsd-386-cgo), const SYS_MUNLOCK = 204
35514pkg syscall (netbsd-386-cgo), const SYS_MUNLOCKALL = 243
35515pkg syscall (netbsd-386-cgo), const SYS_MUNMAP = 73
35516pkg syscall (netbsd-386-cgo), const SYS_NANOSLEEP = 430
35517pkg syscall (netbsd-386-cgo), const SYS_NTP_ADJTIME = 176
35518pkg syscall (netbsd-386-cgo), const SYS_NTP_GETTIME = 448
35519pkg syscall (netbsd-386-cgo), const SYS_OPEN = 5
35520pkg syscall (netbsd-386-cgo), const SYS_OPENAT = 468
35521pkg syscall (netbsd-386-cgo), const SYS_PACCEPT = 456
35522pkg syscall (netbsd-386-cgo), const SYS_PATHCONF = 191
35523pkg syscall (netbsd-386-cgo), const SYS_PIPE = 42
35524pkg syscall (netbsd-386-cgo), const SYS_PIPE2 = 453
35525pkg syscall (netbsd-386-cgo), const SYS_PMC_CONTROL = 342
35526pkg syscall (netbsd-386-cgo), const SYS_PMC_GET_INFO = 341
35527pkg syscall (netbsd-386-cgo), const SYS_POLL = 209
35528pkg syscall (netbsd-386-cgo), const SYS_POLLTS = 437
35529pkg syscall (netbsd-386-cgo), const SYS_POSIX_FADVISE = 416
35530pkg syscall (netbsd-386-cgo), const SYS_POSIX_SPAWN = 474
35531pkg syscall (netbsd-386-cgo), const SYS_PREAD = 173
35532pkg syscall (netbsd-386-cgo), const SYS_PREADV = 289
35533pkg syscall (netbsd-386-cgo), const SYS_PROFIL = 44
35534pkg syscall (netbsd-386-cgo), const SYS_PSELECT = 436
35535pkg syscall (netbsd-386-cgo), const SYS_PSET_ASSIGN = 414
35536pkg syscall (netbsd-386-cgo), const SYS_PSET_CREATE = 412
35537pkg syscall (netbsd-386-cgo), const SYS_PSET_DESTROY = 413
35538pkg syscall (netbsd-386-cgo), const SYS_PTRACE = 26
35539pkg syscall (netbsd-386-cgo), const SYS_PWRITE = 174
35540pkg syscall (netbsd-386-cgo), const SYS_PWRITEV = 290
35541pkg syscall (netbsd-386-cgo), const SYS_RASCTL = 343
35542pkg syscall (netbsd-386-cgo), const SYS_READ = 3
35543pkg syscall (netbsd-386-cgo), const SYS_READLINK = 58
35544pkg syscall (netbsd-386-cgo), const SYS_READLINKAT = 469
35545pkg syscall (netbsd-386-cgo), const SYS_READV = 120
35546pkg syscall (netbsd-386-cgo), const SYS_REBOOT = 208
35547pkg syscall (netbsd-386-cgo), const SYS_RECVFROM = 29
35548pkg syscall (netbsd-386-cgo), const SYS_RECVMMSG = 475
35549pkg syscall (netbsd-386-cgo), const SYS_RECVMSG = 27
35550pkg syscall (netbsd-386-cgo), const SYS_REMOVEXATTR = 384
35551pkg syscall (netbsd-386-cgo), const SYS_RENAME = 128
35552pkg syscall (netbsd-386-cgo), const SYS_RENAMEAT = 458
35553pkg syscall (netbsd-386-cgo), const SYS_REVOKE = 56
35554pkg syscall (netbsd-386-cgo), const SYS_RMDIR = 137
35555pkg syscall (netbsd-386-cgo), const SYS_SBRK = 69
35556pkg syscall (netbsd-386-cgo), const SYS_SCHED_YIELD = 350
35557pkg syscall (netbsd-386-cgo), const SYS_SELECT = 417
35558pkg syscall (netbsd-386-cgo), const SYS_SEMCONFIG = 223
35559pkg syscall (netbsd-386-cgo), const SYS_SEMGET = 221
35560pkg syscall (netbsd-386-cgo), const SYS_SEMOP = 222
35561pkg syscall (netbsd-386-cgo), const SYS_SENDMMSG = 476
35562pkg syscall (netbsd-386-cgo), const SYS_SENDMSG = 28
35563pkg syscall (netbsd-386-cgo), const SYS_SENDTO = 133
35564pkg syscall (netbsd-386-cgo), const SYS_SETCONTEXT = 308
35565pkg syscall (netbsd-386-cgo), const SYS_SETEGID = 182
35566pkg syscall (netbsd-386-cgo), const SYS_SETEUID = 183
35567pkg syscall (netbsd-386-cgo), const SYS_SETGID = 181
35568pkg syscall (netbsd-386-cgo), const SYS_SETGROUPS = 80
35569pkg syscall (netbsd-386-cgo), const SYS_SETITIMER = 425
35570pkg syscall (netbsd-386-cgo), const SYS_SETPGID = 82
35571pkg syscall (netbsd-386-cgo), const SYS_SETPRIORITY = 96
35572pkg syscall (netbsd-386-cgo), const SYS_SETREGID = 127
35573pkg syscall (netbsd-386-cgo), const SYS_SETREUID = 126
35574pkg syscall (netbsd-386-cgo), const SYS_SETRLIMIT = 195
35575pkg syscall (netbsd-386-cgo), const SYS_SETSID = 147
35576pkg syscall (netbsd-386-cgo), const SYS_SETSOCKOPT = 105
35577pkg syscall (netbsd-386-cgo), const SYS_SETTIMEOFDAY = 419
35578pkg syscall (netbsd-386-cgo), const SYS_SETUID = 23
35579pkg syscall (netbsd-386-cgo), const SYS_SETXATTR = 375
35580pkg syscall (netbsd-386-cgo), const SYS_SHMAT = 228
35581pkg syscall (netbsd-386-cgo), const SYS_SHMCTL = 443
35582pkg syscall (netbsd-386-cgo), const SYS_SHMDT = 230
35583pkg syscall (netbsd-386-cgo), const SYS_SHMGET = 231
35584pkg syscall (netbsd-386-cgo), const SYS_SHUTDOWN = 134
35585pkg syscall (netbsd-386-cgo), const SYS_SIGQUEUEINFO = 245
35586pkg syscall (netbsd-386-cgo), const SYS_SOCKET = 394
35587pkg syscall (netbsd-386-cgo), const SYS_SOCKETPAIR = 135
35588pkg syscall (netbsd-386-cgo), const SYS_SSTK = 70
35589pkg syscall (netbsd-386-cgo), const SYS_STAT = 439
35590pkg syscall (netbsd-386-cgo), const SYS_STATVFS1 = 357
35591pkg syscall (netbsd-386-cgo), const SYS_SWAPCTL = 271
35592pkg syscall (netbsd-386-cgo), const SYS_SYMLINK = 57
35593pkg syscall (netbsd-386-cgo), const SYS_SYMLINKAT = 470
35594pkg syscall (netbsd-386-cgo), const SYS_SYNC = 36
35595pkg syscall (netbsd-386-cgo), const SYS_SYSARCH = 165
35596pkg syscall (netbsd-386-cgo), const SYS_TIMER_CREATE = 235
35597pkg syscall (netbsd-386-cgo), const SYS_TIMER_DELETE = 236
35598pkg syscall (netbsd-386-cgo), const SYS_TIMER_GETOVERRUN = 239
35599pkg syscall (netbsd-386-cgo), const SYS_TIMER_GETTIME = 447
35600pkg syscall (netbsd-386-cgo), const SYS_TIMER_SETTIME = 446
35601pkg syscall (netbsd-386-cgo), const SYS_TRUNCATE = 200
35602pkg syscall (netbsd-386-cgo), const SYS_UMASK = 60
35603pkg syscall (netbsd-386-cgo), const SYS_UNDELETE = 205
35604pkg syscall (netbsd-386-cgo), const SYS_UNLINK = 10
35605pkg syscall (netbsd-386-cgo), const SYS_UNLINKAT = 471
35606pkg syscall (netbsd-386-cgo), const SYS_UNMOUNT = 22
35607pkg syscall (netbsd-386-cgo), const SYS_UTIMENSAT = 467
35608pkg syscall (netbsd-386-cgo), const SYS_UTIMES = 420
35609pkg syscall (netbsd-386-cgo), const SYS_UTRACE = 306
35610pkg syscall (netbsd-386-cgo), const SYS_UUIDGEN = 355
35611pkg syscall (netbsd-386-cgo), const SYS_VADVISE = 72
35612pkg syscall (netbsd-386-cgo), const SYS_VFORK = 66
35613pkg syscall (netbsd-386-cgo), const SYS_WAIT4 = 449
35614pkg syscall (netbsd-386-cgo), const SYS_WRITE = 4
35615pkg syscall (netbsd-386-cgo), const SYS_WRITEV = 121
35616pkg syscall (netbsd-386-cgo), const SYS__LWP_CONTINUE = 314
35617pkg syscall (netbsd-386-cgo), const SYS__LWP_CREATE = 309
35618pkg syscall (netbsd-386-cgo), const SYS__LWP_CTL = 325
35619pkg syscall (netbsd-386-cgo), const SYS__LWP_DETACH = 319
35620pkg syscall (netbsd-386-cgo), const SYS__LWP_EXIT = 310
35621pkg syscall (netbsd-386-cgo), const SYS__LWP_GETNAME = 324
35622pkg syscall (netbsd-386-cgo), const SYS__LWP_GETPRIVATE = 316
35623pkg syscall (netbsd-386-cgo), const SYS__LWP_KILL = 318
35624pkg syscall (netbsd-386-cgo), const SYS__LWP_PARK = 434
35625pkg syscall (netbsd-386-cgo), const SYS__LWP_SELF = 311
35626pkg syscall (netbsd-386-cgo), const SYS__LWP_SETNAME = 323
35627pkg syscall (netbsd-386-cgo), const SYS__LWP_SETPRIVATE = 317
35628pkg syscall (netbsd-386-cgo), const SYS__LWP_SUSPEND = 313
35629pkg syscall (netbsd-386-cgo), const SYS__LWP_UNPARK = 321
35630pkg syscall (netbsd-386-cgo), const SYS__LWP_UNPARK_ALL = 322
35631pkg syscall (netbsd-386-cgo), const SYS__LWP_WAIT = 312
35632pkg syscall (netbsd-386-cgo), const SYS__LWP_WAKEUP = 315
35633pkg syscall (netbsd-386-cgo), const SYS__PSET_BIND = 415
35634pkg syscall (netbsd-386-cgo), const SYS__SCHED_GETAFFINITY = 349
35635pkg syscall (netbsd-386-cgo), const SYS__SCHED_GETPARAM = 347
35636pkg syscall (netbsd-386-cgo), const SYS__SCHED_SETAFFINITY = 348
35637pkg syscall (netbsd-386-cgo), const SYS__SCHED_SETPARAM = 346
35638pkg syscall (netbsd-386-cgo), const SYS___CLONE = 287
35639pkg syscall (netbsd-386-cgo), const SYS___GETCWD = 296
35640pkg syscall (netbsd-386-cgo), const SYS___GETLOGIN = 49
35641pkg syscall (netbsd-386-cgo), const SYS___POSIX_CHOWN = 283
35642pkg syscall (netbsd-386-cgo), const SYS___POSIX_FCHOWN = 284
35643pkg syscall (netbsd-386-cgo), const SYS___POSIX_LCHOWN = 285
35644pkg syscall (netbsd-386-cgo), const SYS___POSIX_RENAME = 270
35645pkg syscall (netbsd-386-cgo), const SYS___QUOTACTL = 473
35646pkg syscall (netbsd-386-cgo), const SYS___SEMCTL = 442
35647pkg syscall (netbsd-386-cgo), const SYS___SETLOGIN = 50
35648pkg syscall (netbsd-386-cgo), const SYS___SIGACTION_SIGTRAMP = 340
35649pkg syscall (netbsd-386-cgo), const SYS___SIGTIMEDWAIT = 431
35650pkg syscall (netbsd-386-cgo), const SYS___SYSCTL = 202
35651pkg syscall (netbsd-386-cgo), const S_ARCH1 = 65536
35652pkg syscall (netbsd-386-cgo), const S_ARCH2 = 131072
35653pkg syscall (netbsd-386-cgo), const S_BLKSIZE = 512
35654pkg syscall (netbsd-386-cgo), const S_IEXEC = 64
35655pkg syscall (netbsd-386-cgo), const S_IFMT = 61440
35656pkg syscall (netbsd-386-cgo), const S_IFWHT = 57344
35657pkg syscall (netbsd-386-cgo), const S_IREAD = 256
35658pkg syscall (netbsd-386-cgo), const S_IRGRP = 32
35659pkg syscall (netbsd-386-cgo), const S_IROTH = 4
35660pkg syscall (netbsd-386-cgo), const S_IRWXG = 56
35661pkg syscall (netbsd-386-cgo), const S_IRWXO = 7
35662pkg syscall (netbsd-386-cgo), const S_IRWXU = 448
35663pkg syscall (netbsd-386-cgo), const S_ISTXT = 512
35664pkg syscall (netbsd-386-cgo), const S_IWGRP = 16
35665pkg syscall (netbsd-386-cgo), const S_IWOTH = 2
35666pkg syscall (netbsd-386-cgo), const S_IWRITE = 128
35667pkg syscall (netbsd-386-cgo), const S_IXGRP = 8
35668pkg syscall (netbsd-386-cgo), const S_IXOTH = 1
35669pkg syscall (netbsd-386-cgo), const S_LOGIN_SET = 1
35670pkg syscall (netbsd-386-cgo), const SizeofBpfHdr = 20
35671pkg syscall (netbsd-386-cgo), const SizeofBpfInsn = 8
35672pkg syscall (netbsd-386-cgo), const SizeofBpfProgram = 8
35673pkg syscall (netbsd-386-cgo), const SizeofBpfStat = 128
35674pkg syscall (netbsd-386-cgo), const SizeofBpfVersion = 4
35675pkg syscall (netbsd-386-cgo), const SizeofCmsghdr = 12
35676pkg syscall (netbsd-386-cgo), const SizeofIPMreq = 8
35677pkg syscall (netbsd-386-cgo), const SizeofIPv6Mreq = 20
35678pkg syscall (netbsd-386-cgo), const SizeofIfAnnounceMsghdr = 24
35679pkg syscall (netbsd-386-cgo), const SizeofIfData = 132
35680pkg syscall (netbsd-386-cgo), const SizeofIfMsghdr = 152
35681pkg syscall (netbsd-386-cgo), const SizeofIfaMsghdr = 24
35682pkg syscall (netbsd-386-cgo), const SizeofInet6Pktinfo = 20
35683pkg syscall (netbsd-386-cgo), const SizeofLinger = 8
35684pkg syscall (netbsd-386-cgo), const SizeofMsghdr = 28
35685pkg syscall (netbsd-386-cgo), const SizeofRtMetrics = 80
35686pkg syscall (netbsd-386-cgo), const SizeofRtMsghdr = 120
35687pkg syscall (netbsd-386-cgo), const SizeofSockaddrAny = 108
35688pkg syscall (netbsd-386-cgo), const SizeofSockaddrDatalink = 20
35689pkg syscall (netbsd-386-cgo), const SizeofSockaddrInet4 = 16
35690pkg syscall (netbsd-386-cgo), const SizeofSockaddrInet6 = 28
35691pkg syscall (netbsd-386-cgo), const SizeofSockaddrUnix = 106
35692pkg syscall (netbsd-386-cgo), const TCIFLUSH = 1
35693pkg syscall (netbsd-386-cgo), const TCIOFLUSH = 3
35694pkg syscall (netbsd-386-cgo), const TCOFLUSH = 2
35695pkg syscall (netbsd-386-cgo), const TCP_CONGCTL = 32
35696pkg syscall (netbsd-386-cgo), const TCP_KEEPCNT = 6
35697pkg syscall (netbsd-386-cgo), const TCP_KEEPIDLE = 3
35698pkg syscall (netbsd-386-cgo), const TCP_KEEPINIT = 7
35699pkg syscall (netbsd-386-cgo), const TCP_KEEPINTVL = 5
35700pkg syscall (netbsd-386-cgo), const TCP_MAXBURST = 4
35701pkg syscall (netbsd-386-cgo), const TCP_MAXSEG = 2
35702pkg syscall (netbsd-386-cgo), const TCP_MAXWIN = 65535
35703pkg syscall (netbsd-386-cgo), const TCP_MAX_WINSHIFT = 14
35704pkg syscall (netbsd-386-cgo), const TCP_MD5SIG = 16
35705pkg syscall (netbsd-386-cgo), const TCP_MINMSS = 216
35706pkg syscall (netbsd-386-cgo), const TCP_MSS = 536
35707pkg syscall (netbsd-386-cgo), const TCSAFLUSH = 2
35708pkg syscall (netbsd-386-cgo), const TIOCCBRK = 536900730
35709pkg syscall (netbsd-386-cgo), const TIOCCDTR = 536900728
35710pkg syscall (netbsd-386-cgo), const TIOCCONS = 2147775586
35711pkg syscall (netbsd-386-cgo), const TIOCDCDTIMESTAMP = 1074558040
35712pkg syscall (netbsd-386-cgo), const TIOCDRAIN = 536900702
35713pkg syscall (netbsd-386-cgo), const TIOCEXCL = 536900621
35714pkg syscall (netbsd-386-cgo), const TIOCEXT = 2147775584
35715pkg syscall (netbsd-386-cgo), const TIOCFLAG_CDTRCTS = 16
35716pkg syscall (netbsd-386-cgo), const TIOCFLAG_CLOCAL = 2
35717pkg syscall (netbsd-386-cgo), const TIOCFLAG_CRTSCTS = 4
35718pkg syscall (netbsd-386-cgo), const TIOCFLAG_MDMBUF = 8
35719pkg syscall (netbsd-386-cgo), const TIOCFLAG_SOFTCAR = 1
35720pkg syscall (netbsd-386-cgo), const TIOCFLUSH = 2147775504
35721pkg syscall (netbsd-386-cgo), const TIOCGETA = 1076655123
35722pkg syscall (netbsd-386-cgo), const TIOCGETD = 1074033690
35723pkg syscall (netbsd-386-cgo), const TIOCGFLAGS = 1074033757
35724pkg syscall (netbsd-386-cgo), const TIOCGLINED = 1075868738
35725pkg syscall (netbsd-386-cgo), const TIOCGPGRP = 1074033783
35726pkg syscall (netbsd-386-cgo), const TIOCGQSIZE = 1074033793
35727pkg syscall (netbsd-386-cgo), const TIOCGRANTPT = 536900679
35728pkg syscall (netbsd-386-cgo), const TIOCGSID = 1074033763
35729pkg syscall (netbsd-386-cgo), const TIOCGSIZE = 1074295912
35730pkg syscall (netbsd-386-cgo), const TIOCGWINSZ = 1074295912
35731pkg syscall (netbsd-386-cgo), const TIOCMBIC = 2147775595
35732pkg syscall (netbsd-386-cgo), const TIOCMBIS = 2147775596
35733pkg syscall (netbsd-386-cgo), const TIOCMGET = 1074033770
35734pkg syscall (netbsd-386-cgo), const TIOCMSET = 2147775597
35735pkg syscall (netbsd-386-cgo), const TIOCM_CAR = 64
35736pkg syscall (netbsd-386-cgo), const TIOCM_CD = 64
35737pkg syscall (netbsd-386-cgo), const TIOCM_CTS = 32
35738pkg syscall (netbsd-386-cgo), const TIOCM_DSR = 256
35739pkg syscall (netbsd-386-cgo), const TIOCM_DTR = 2
35740pkg syscall (netbsd-386-cgo), const TIOCM_LE = 1
35741pkg syscall (netbsd-386-cgo), const TIOCM_RI = 128
35742pkg syscall (netbsd-386-cgo), const TIOCM_RNG = 128
35743pkg syscall (netbsd-386-cgo), const TIOCM_RTS = 4
35744pkg syscall (netbsd-386-cgo), const TIOCM_SR = 16
35745pkg syscall (netbsd-386-cgo), const TIOCM_ST = 8
35746pkg syscall (netbsd-386-cgo), const TIOCNOTTY = 536900721
35747pkg syscall (netbsd-386-cgo), const TIOCNXCL = 536900622
35748pkg syscall (netbsd-386-cgo), const TIOCOUTQ = 1074033779
35749pkg syscall (netbsd-386-cgo), const TIOCPKT = 2147775600
35750pkg syscall (netbsd-386-cgo), const TIOCPKT_DATA = 0
35751pkg syscall (netbsd-386-cgo), const TIOCPKT_DOSTOP = 32
35752pkg syscall (netbsd-386-cgo), const TIOCPKT_FLUSHREAD = 1
35753pkg syscall (netbsd-386-cgo), const TIOCPKT_FLUSHWRITE = 2
35754pkg syscall (netbsd-386-cgo), const TIOCPKT_IOCTL = 64
35755pkg syscall (netbsd-386-cgo), const TIOCPKT_NOSTOP = 16
35756pkg syscall (netbsd-386-cgo), const TIOCPKT_START = 8
35757pkg syscall (netbsd-386-cgo), const TIOCPKT_STOP = 4
35758pkg syscall (netbsd-386-cgo), const TIOCPTMGET = 1076393030
35759pkg syscall (netbsd-386-cgo), const TIOCPTSNAME = 1076393032
35760pkg syscall (netbsd-386-cgo), const TIOCRCVFRAME = 2147775557
35761pkg syscall (netbsd-386-cgo), const TIOCREMOTE = 2147775593
35762pkg syscall (netbsd-386-cgo), const TIOCSBRK = 536900731
35763pkg syscall (netbsd-386-cgo), const TIOCSCTTY = 536900705
35764pkg syscall (netbsd-386-cgo), const TIOCSDTR = 536900729
35765pkg syscall (netbsd-386-cgo), const TIOCSETA = 2150396948
35766pkg syscall (netbsd-386-cgo), const TIOCSETAF = 2150396950
35767pkg syscall (netbsd-386-cgo), const TIOCSETAW = 2150396949
35768pkg syscall (netbsd-386-cgo), const TIOCSETD = 2147775515
35769pkg syscall (netbsd-386-cgo), const TIOCSFLAGS = 2147775580
35770pkg syscall (netbsd-386-cgo), const TIOCSIG = 536900703
35771pkg syscall (netbsd-386-cgo), const TIOCSLINED = 2149610563
35772pkg syscall (netbsd-386-cgo), const TIOCSPGRP = 2147775606
35773pkg syscall (netbsd-386-cgo), const TIOCSQSIZE = 2147775616
35774pkg syscall (netbsd-386-cgo), const TIOCSSIZE = 2148037735
35775pkg syscall (netbsd-386-cgo), const TIOCSTART = 536900718
35776pkg syscall (netbsd-386-cgo), const TIOCSTAT = 2147775589
35777pkg syscall (netbsd-386-cgo), const TIOCSTI = 2147578994
35778pkg syscall (netbsd-386-cgo), const TIOCSTOP = 536900719
35779pkg syscall (netbsd-386-cgo), const TIOCSWINSZ = 2148037735
35780pkg syscall (netbsd-386-cgo), const TIOCUCNTL = 2147775590
35781pkg syscall (netbsd-386-cgo), const TIOCXMTFRAME = 2147775556
35782pkg syscall (netbsd-386-cgo), const TOSTOP = 4194304
35783pkg syscall (netbsd-386-cgo), const VDISCARD = 15
35784pkg syscall (netbsd-386-cgo), const VDSUSP = 11
35785pkg syscall (netbsd-386-cgo), const VEOF = 0
35786pkg syscall (netbsd-386-cgo), const VEOL = 1
35787pkg syscall (netbsd-386-cgo), const VEOL2 = 2
35788pkg syscall (netbsd-386-cgo), const VERASE = 3
35789pkg syscall (netbsd-386-cgo), const VINTR = 8
35790pkg syscall (netbsd-386-cgo), const VKILL = 5
35791pkg syscall (netbsd-386-cgo), const VLNEXT = 14
35792pkg syscall (netbsd-386-cgo), const VMIN = 16
35793pkg syscall (netbsd-386-cgo), const VQUIT = 9
35794pkg syscall (netbsd-386-cgo), const VREPRINT = 6
35795pkg syscall (netbsd-386-cgo), const VSTART = 12
35796pkg syscall (netbsd-386-cgo), const VSTATUS = 18
35797pkg syscall (netbsd-386-cgo), const VSTOP = 13
35798pkg syscall (netbsd-386-cgo), const VSUSP = 10
35799pkg syscall (netbsd-386-cgo), const VTIME = 17
35800pkg syscall (netbsd-386-cgo), const VWERASE = 4
35801pkg syscall (netbsd-386-cgo), const WALL = 8
35802pkg syscall (netbsd-386-cgo), const WALLSIG = 8
35803pkg syscall (netbsd-386-cgo), const WALTSIG = 4
35804pkg syscall (netbsd-386-cgo), const WCLONE = 4
35805pkg syscall (netbsd-386-cgo), const WCOREFLAG = 128
35806pkg syscall (netbsd-386-cgo), const WNOHANG = 1
35807pkg syscall (netbsd-386-cgo), const WNOWAIT = 65536
35808pkg syscall (netbsd-386-cgo), const WNOZOMBIE = 131072
35809pkg syscall (netbsd-386-cgo), const WOPTSCHECKED = 262144
35810pkg syscall (netbsd-386-cgo), const WSTOPPED = 127
35811pkg syscall (netbsd-386-cgo), const WUNTRACED = 2
35812pkg syscall (netbsd-amd64), const AF_APPLETALK = 16
35813pkg syscall (netbsd-amd64), const AF_ARP = 28
35814pkg syscall (netbsd-amd64), const AF_BLUETOOTH = 31
35815pkg syscall (netbsd-amd64), const AF_CCITT = 10
35816pkg syscall (netbsd-amd64), const AF_CHAOS = 5
35817pkg syscall (netbsd-amd64), const AF_CNT = 21
35818pkg syscall (netbsd-amd64), const AF_COIP = 20
35819pkg syscall (netbsd-amd64), const AF_DATAKIT = 9
35820pkg syscall (netbsd-amd64), const AF_DECnet = 12
35821pkg syscall (netbsd-amd64), const AF_DLI = 13
35822pkg syscall (netbsd-amd64), const AF_E164 = 26
35823pkg syscall (netbsd-amd64), const AF_ECMA = 8
35824pkg syscall (netbsd-amd64), const AF_HYLINK = 15
35825pkg syscall (netbsd-amd64), const AF_IEEE80211 = 32
35826pkg syscall (netbsd-amd64), const AF_IMPLINK = 3
35827pkg syscall (netbsd-amd64), const AF_INET6 = 24
35828pkg syscall (netbsd-amd64), const AF_IPX = 23
35829pkg syscall (netbsd-amd64), const AF_ISDN = 26
35830pkg syscall (netbsd-amd64), const AF_ISO = 7
35831pkg syscall (netbsd-amd64), const AF_LAT = 14
35832pkg syscall (netbsd-amd64), const AF_LINK = 18
35833pkg syscall (netbsd-amd64), const AF_LOCAL = 1
35834pkg syscall (netbsd-amd64), const AF_MAX = 35
35835pkg syscall (netbsd-amd64), const AF_MPLS = 33
35836pkg syscall (netbsd-amd64), const AF_NATM = 27
35837pkg syscall (netbsd-amd64), const AF_NS = 6
35838pkg syscall (netbsd-amd64), const AF_OROUTE = 17
35839pkg syscall (netbsd-amd64), const AF_OSI = 7
35840pkg syscall (netbsd-amd64), const AF_PUP = 4
35841pkg syscall (netbsd-amd64), const AF_ROUTE = 34
35842pkg syscall (netbsd-amd64), const AF_SNA = 11
35843pkg syscall (netbsd-amd64), const ARPHRD_ARCNET = 7
35844pkg syscall (netbsd-amd64), const ARPHRD_ETHER = 1
35845pkg syscall (netbsd-amd64), const ARPHRD_FRELAY = 15
35846pkg syscall (netbsd-amd64), const ARPHRD_IEEE1394 = 24
35847pkg syscall (netbsd-amd64), const ARPHRD_IEEE802 = 6
35848pkg syscall (netbsd-amd64), const ARPHRD_STRIP = 23
35849pkg syscall (netbsd-amd64), const B0 = 0
35850pkg syscall (netbsd-amd64), const B110 = 110
35851pkg syscall (netbsd-amd64), const B115200 = 115200
35852pkg syscall (netbsd-amd64), const B1200 = 1200
35853pkg syscall (netbsd-amd64), const B134 = 134
35854pkg syscall (netbsd-amd64), const B14400 = 14400
35855pkg syscall (netbsd-amd64), const B150 = 150
35856pkg syscall (netbsd-amd64), const B1800 = 1800
35857pkg syscall (netbsd-amd64), const B19200 = 19200
35858pkg syscall (netbsd-amd64), const B200 = 200
35859pkg syscall (netbsd-amd64), const B230400 = 230400
35860pkg syscall (netbsd-amd64), const B2400 = 2400
35861pkg syscall (netbsd-amd64), const B28800 = 28800
35862pkg syscall (netbsd-amd64), const B300 = 300
35863pkg syscall (netbsd-amd64), const B38400 = 38400
35864pkg syscall (netbsd-amd64), const B460800 = 460800
35865pkg syscall (netbsd-amd64), const B4800 = 4800
35866pkg syscall (netbsd-amd64), const B50 = 50
35867pkg syscall (netbsd-amd64), const B57600 = 57600
35868pkg syscall (netbsd-amd64), const B600 = 600
35869pkg syscall (netbsd-amd64), const B7200 = 7200
35870pkg syscall (netbsd-amd64), const B75 = 75
35871pkg syscall (netbsd-amd64), const B76800 = 76800
35872pkg syscall (netbsd-amd64), const B921600 = 921600
35873pkg syscall (netbsd-amd64), const B9600 = 9600
35874pkg syscall (netbsd-amd64), const BIOCFEEDBACK = 2147762813
35875pkg syscall (netbsd-amd64), const BIOCFLUSH = 536887912
35876pkg syscall (netbsd-amd64), const BIOCGBLEN = 1074020966
35877pkg syscall (netbsd-amd64), const BIOCGDLT = 1074020970
35878pkg syscall (netbsd-amd64), const BIOCGDLTLIST = 3222291063
35879pkg syscall (netbsd-amd64), const BIOCGETIF = 1083196011
35880pkg syscall (netbsd-amd64), const BIOCGFEEDBACK = 1074020988
35881pkg syscall (netbsd-amd64), const BIOCGHDRCMPLT = 1074020980
35882pkg syscall (netbsd-amd64), const BIOCGRTIMEOUT = 1074807419
35883pkg syscall (netbsd-amd64), const BIOCGSEESENT = 1074020984
35884pkg syscall (netbsd-amd64), const BIOCGSTATS = 1082147439
35885pkg syscall (netbsd-amd64), const BIOCGSTATSOLD = 1074283119
35886pkg syscall (netbsd-amd64), const BIOCIMMEDIATE = 2147762800
35887pkg syscall (netbsd-amd64), const BIOCPROMISC = 536887913
35888pkg syscall (netbsd-amd64), const BIOCSBLEN = 3221504614
35889pkg syscall (netbsd-amd64), const BIOCSDLT = 2147762806
35890pkg syscall (netbsd-amd64), const BIOCSETF = 2148549223
35891pkg syscall (netbsd-amd64), const BIOCSETIF = 2156937836
35892pkg syscall (netbsd-amd64), const BIOCSFEEDBACK = 2147762813
35893pkg syscall (netbsd-amd64), const BIOCSHDRCMPLT = 2147762805
35894pkg syscall (netbsd-amd64), const BIOCSRTIMEOUT = 2148549242
35895pkg syscall (netbsd-amd64), const BIOCSSEESENT = 2147762809
35896pkg syscall (netbsd-amd64), const BIOCSTCPF = 2148549234
35897pkg syscall (netbsd-amd64), const BIOCSUDPF = 2148549235
35898pkg syscall (netbsd-amd64), const BIOCVERSION = 1074020977
35899pkg syscall (netbsd-amd64), const BPF_A = 16
35900pkg syscall (netbsd-amd64), const BPF_ABS = 32
35901pkg syscall (netbsd-amd64), const BPF_ADD = 0
35902pkg syscall (netbsd-amd64), const BPF_ALIGNMENT = 8
35903pkg syscall (netbsd-amd64), const BPF_ALIGNMENT32 = 4
35904pkg syscall (netbsd-amd64), const BPF_ALU = 4
35905pkg syscall (netbsd-amd64), const BPF_AND = 80
35906pkg syscall (netbsd-amd64), const BPF_B = 16
35907pkg syscall (netbsd-amd64), const BPF_DFLTBUFSIZE = 1048576
35908pkg syscall (netbsd-amd64), const BPF_DIV = 48
35909pkg syscall (netbsd-amd64), const BPF_H = 8
35910pkg syscall (netbsd-amd64), const BPF_IMM = 0
35911pkg syscall (netbsd-amd64), const BPF_IND = 64
35912pkg syscall (netbsd-amd64), const BPF_JA = 0
35913pkg syscall (netbsd-amd64), const BPF_JEQ = 16
35914pkg syscall (netbsd-amd64), const BPF_JGE = 48
35915pkg syscall (netbsd-amd64), const BPF_JGT = 32
35916pkg syscall (netbsd-amd64), const BPF_JMP = 5
35917pkg syscall (netbsd-amd64), const BPF_JSET = 64
35918pkg syscall (netbsd-amd64), const BPF_K = 0
35919pkg syscall (netbsd-amd64), const BPF_LD = 0
35920pkg syscall (netbsd-amd64), const BPF_LDX = 1
35921pkg syscall (netbsd-amd64), const BPF_LEN = 128
35922pkg syscall (netbsd-amd64), const BPF_LSH = 96
35923pkg syscall (netbsd-amd64), const BPF_MAJOR_VERSION = 1
35924pkg syscall (netbsd-amd64), const BPF_MAXBUFSIZE = 16777216
35925pkg syscall (netbsd-amd64), const BPF_MAXINSNS = 512
35926pkg syscall (netbsd-amd64), const BPF_MEM = 96
35927pkg syscall (netbsd-amd64), const BPF_MEMWORDS = 16
35928pkg syscall (netbsd-amd64), const BPF_MINBUFSIZE = 32
35929pkg syscall (netbsd-amd64), const BPF_MINOR_VERSION = 1
35930pkg syscall (netbsd-amd64), const BPF_MISC = 7
35931pkg syscall (netbsd-amd64), const BPF_MSH = 160
35932pkg syscall (netbsd-amd64), const BPF_MUL = 32
35933pkg syscall (netbsd-amd64), const BPF_NEG = 128
35934pkg syscall (netbsd-amd64), const BPF_OR = 64
35935pkg syscall (netbsd-amd64), const BPF_RELEASE = 199606
35936pkg syscall (netbsd-amd64), const BPF_RET = 6
35937pkg syscall (netbsd-amd64), const BPF_RSH = 112
35938pkg syscall (netbsd-amd64), const BPF_ST = 2
35939pkg syscall (netbsd-amd64), const BPF_STX = 3
35940pkg syscall (netbsd-amd64), const BPF_SUB = 16
35941pkg syscall (netbsd-amd64), const BPF_TAX = 0
35942pkg syscall (netbsd-amd64), const BPF_TXA = 128
35943pkg syscall (netbsd-amd64), const BPF_W = 0
35944pkg syscall (netbsd-amd64), const BPF_X = 8
35945pkg syscall (netbsd-amd64), const BRKINT = 2
35946pkg syscall (netbsd-amd64), const CFLUSH = 15
35947pkg syscall (netbsd-amd64), const CLOCAL = 32768
35948pkg syscall (netbsd-amd64), const CREAD = 2048
35949pkg syscall (netbsd-amd64), const CS5 = 0
35950pkg syscall (netbsd-amd64), const CS6 = 256
35951pkg syscall (netbsd-amd64), const CS7 = 512
35952pkg syscall (netbsd-amd64), const CS8 = 768
35953pkg syscall (netbsd-amd64), const CSIZE = 768
35954pkg syscall (netbsd-amd64), const CSTART = 17
35955pkg syscall (netbsd-amd64), const CSTATUS = 20
35956pkg syscall (netbsd-amd64), const CSTOP = 19
35957pkg syscall (netbsd-amd64), const CSTOPB = 1024
35958pkg syscall (netbsd-amd64), const CSUSP = 26
35959pkg syscall (netbsd-amd64), const CTL_MAXNAME = 12
35960pkg syscall (netbsd-amd64), const CTL_NET = 4
35961pkg syscall (netbsd-amd64), const CTL_QUERY = -2
35962pkg syscall (netbsd-amd64), const DIOCBSFLUSH = 536896632
35963pkg syscall (netbsd-amd64), const DLT_A429 = 184
35964pkg syscall (netbsd-amd64), const DLT_A653_ICM = 185
35965pkg syscall (netbsd-amd64), const DLT_AIRONET_HEADER = 120
35966pkg syscall (netbsd-amd64), const DLT_AOS = 222
35967pkg syscall (netbsd-amd64), const DLT_APPLE_IP_OVER_IEEE1394 = 138
35968pkg syscall (netbsd-amd64), const DLT_ARCNET = 7
35969pkg syscall (netbsd-amd64), const DLT_ARCNET_LINUX = 129
35970pkg syscall (netbsd-amd64), const DLT_ATM_CLIP = 19
35971pkg syscall (netbsd-amd64), const DLT_ATM_RFC1483 = 11
35972pkg syscall (netbsd-amd64), const DLT_AURORA = 126
35973pkg syscall (netbsd-amd64), const DLT_AX25 = 3
35974pkg syscall (netbsd-amd64), const DLT_AX25_KISS = 202
35975pkg syscall (netbsd-amd64), const DLT_BACNET_MS_TP = 165
35976pkg syscall (netbsd-amd64), const DLT_BLUETOOTH_HCI_H4 = 187
35977pkg syscall (netbsd-amd64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
35978pkg syscall (netbsd-amd64), const DLT_CAN20B = 190
35979pkg syscall (netbsd-amd64), const DLT_CAN_SOCKETCAN = 227
35980pkg syscall (netbsd-amd64), const DLT_CHAOS = 5
35981pkg syscall (netbsd-amd64), const DLT_CISCO_IOS = 118
35982pkg syscall (netbsd-amd64), const DLT_C_HDLC = 104
35983pkg syscall (netbsd-amd64), const DLT_C_HDLC_WITH_DIR = 205
35984pkg syscall (netbsd-amd64), const DLT_DECT = 221
35985pkg syscall (netbsd-amd64), const DLT_DOCSIS = 143
35986pkg syscall (netbsd-amd64), const DLT_ECONET = 115
35987pkg syscall (netbsd-amd64), const DLT_EN10MB = 1
35988pkg syscall (netbsd-amd64), const DLT_EN3MB = 2
35989pkg syscall (netbsd-amd64), const DLT_ENC = 109
35990pkg syscall (netbsd-amd64), const DLT_ERF = 197
35991pkg syscall (netbsd-amd64), const DLT_ERF_ETH = 175
35992pkg syscall (netbsd-amd64), const DLT_ERF_POS = 176
35993pkg syscall (netbsd-amd64), const DLT_FC_2 = 224
35994pkg syscall (netbsd-amd64), const DLT_FC_2_WITH_FRAME_DELIMS = 225
35995pkg syscall (netbsd-amd64), const DLT_FDDI = 10
35996pkg syscall (netbsd-amd64), const DLT_FLEXRAY = 210
35997pkg syscall (netbsd-amd64), const DLT_FRELAY = 107
35998pkg syscall (netbsd-amd64), const DLT_FRELAY_WITH_DIR = 206
35999pkg syscall (netbsd-amd64), const DLT_GCOM_SERIAL = 173
36000pkg syscall (netbsd-amd64), const DLT_GCOM_T1E1 = 172
36001pkg syscall (netbsd-amd64), const DLT_GPF_F = 171
36002pkg syscall (netbsd-amd64), const DLT_GPF_T = 170
36003pkg syscall (netbsd-amd64), const DLT_GPRS_LLC = 169
36004pkg syscall (netbsd-amd64), const DLT_GSMTAP_ABIS = 218
36005pkg syscall (netbsd-amd64), const DLT_GSMTAP_UM = 217
36006pkg syscall (netbsd-amd64), const DLT_HDLC = 16
36007pkg syscall (netbsd-amd64), const DLT_HHDLC = 121
36008pkg syscall (netbsd-amd64), const DLT_HIPPI = 15
36009pkg syscall (netbsd-amd64), const DLT_IBM_SN = 146
36010pkg syscall (netbsd-amd64), const DLT_IBM_SP = 145
36011pkg syscall (netbsd-amd64), const DLT_IEEE802 = 6
36012pkg syscall (netbsd-amd64), const DLT_IEEE802_11 = 105
36013pkg syscall (netbsd-amd64), const DLT_IEEE802_11_RADIO = 127
36014pkg syscall (netbsd-amd64), const DLT_IEEE802_11_RADIO_AVS = 163
36015pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4 = 195
36016pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4_LINUX = 191
36017pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4_NONASK_PHY = 215
36018pkg syscall (netbsd-amd64), const DLT_IEEE802_16_MAC_CPS = 188
36019pkg syscall (netbsd-amd64), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
36020pkg syscall (netbsd-amd64), const DLT_IPMB = 199
36021pkg syscall (netbsd-amd64), const DLT_IPMB_LINUX = 209
36022pkg syscall (netbsd-amd64), const DLT_IPNET = 226
36023pkg syscall (netbsd-amd64), const DLT_IPV4 = 228
36024pkg syscall (netbsd-amd64), const DLT_IPV6 = 229
36025pkg syscall (netbsd-amd64), const DLT_IP_OVER_FC = 122
36026pkg syscall (netbsd-amd64), const DLT_JUNIPER_ATM1 = 137
36027pkg syscall (netbsd-amd64), const DLT_JUNIPER_ATM2 = 135
36028pkg syscall (netbsd-amd64), const DLT_JUNIPER_CHDLC = 181
36029pkg syscall (netbsd-amd64), const DLT_JUNIPER_ES = 132
36030pkg syscall (netbsd-amd64), const DLT_JUNIPER_ETHER = 178
36031pkg syscall (netbsd-amd64), const DLT_JUNIPER_FRELAY = 180
36032pkg syscall (netbsd-amd64), const DLT_JUNIPER_GGSN = 133
36033pkg syscall (netbsd-amd64), const DLT_JUNIPER_ISM = 194
36034pkg syscall (netbsd-amd64), const DLT_JUNIPER_MFR = 134
36035pkg syscall (netbsd-amd64), const DLT_JUNIPER_MLFR = 131
36036pkg syscall (netbsd-amd64), const DLT_JUNIPER_MLPPP = 130
36037pkg syscall (netbsd-amd64), const DLT_JUNIPER_MONITOR = 164
36038pkg syscall (netbsd-amd64), const DLT_JUNIPER_PIC_PEER = 174
36039pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPP = 179
36040pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPPOE = 167
36041pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPPOE_ATM = 168
36042pkg syscall (netbsd-amd64), const DLT_JUNIPER_SERVICES = 136
36043pkg syscall (netbsd-amd64), const DLT_JUNIPER_ST = 200
36044pkg syscall (netbsd-amd64), const DLT_JUNIPER_VP = 183
36045pkg syscall (netbsd-amd64), const DLT_LAPB_WITH_DIR = 207
36046pkg syscall (netbsd-amd64), const DLT_LAPD = 203
36047pkg syscall (netbsd-amd64), const DLT_LIN = 212
36048pkg syscall (netbsd-amd64), const DLT_LINUX_EVDEV = 216
36049pkg syscall (netbsd-amd64), const DLT_LINUX_IRDA = 144
36050pkg syscall (netbsd-amd64), const DLT_LINUX_LAPD = 177
36051pkg syscall (netbsd-amd64), const DLT_LINUX_SLL = 113
36052pkg syscall (netbsd-amd64), const DLT_LOOP = 108
36053pkg syscall (netbsd-amd64), const DLT_LTALK = 114
36054pkg syscall (netbsd-amd64), const DLT_MFR = 182
36055pkg syscall (netbsd-amd64), const DLT_MOST = 211
36056pkg syscall (netbsd-amd64), const DLT_MPLS = 219
36057pkg syscall (netbsd-amd64), const DLT_MTP2 = 140
36058pkg syscall (netbsd-amd64), const DLT_MTP2_WITH_PHDR = 139
36059pkg syscall (netbsd-amd64), const DLT_MTP3 = 141
36060pkg syscall (netbsd-amd64), const DLT_NULL = 0
36061pkg syscall (netbsd-amd64), const DLT_PCI_EXP = 125
36062pkg syscall (netbsd-amd64), const DLT_PFLOG = 117
36063pkg syscall (netbsd-amd64), const DLT_PFSYNC = 18
36064pkg syscall (netbsd-amd64), const DLT_PPI = 192
36065pkg syscall (netbsd-amd64), const DLT_PPP = 9
36066pkg syscall (netbsd-amd64), const DLT_PPP_BSDOS = 14
36067pkg syscall (netbsd-amd64), const DLT_PPP_ETHER = 51
36068pkg syscall (netbsd-amd64), const DLT_PPP_PPPD = 166
36069pkg syscall (netbsd-amd64), const DLT_PPP_SERIAL = 50
36070pkg syscall (netbsd-amd64), const DLT_PPP_WITH_DIR = 204
36071pkg syscall (netbsd-amd64), const DLT_PRISM_HEADER = 119
36072pkg syscall (netbsd-amd64), const DLT_PRONET = 4
36073pkg syscall (netbsd-amd64), const DLT_RAIF1 = 198
36074pkg syscall (netbsd-amd64), const DLT_RAW = 12
36075pkg syscall (netbsd-amd64), const DLT_RAWAF_MASK = 35913728
36076pkg syscall (netbsd-amd64), const DLT_RIO = 124
36077pkg syscall (netbsd-amd64), const DLT_SCCP = 142
36078pkg syscall (netbsd-amd64), const DLT_SITA = 196
36079pkg syscall (netbsd-amd64), const DLT_SLIP = 8
36080pkg syscall (netbsd-amd64), const DLT_SLIP_BSDOS = 13
36081pkg syscall (netbsd-amd64), const DLT_SUNATM = 123
36082pkg syscall (netbsd-amd64), const DLT_SYMANTEC_FIREWALL = 99
36083pkg syscall (netbsd-amd64), const DLT_TZSP = 128
36084pkg syscall (netbsd-amd64), const DLT_USB = 186
36085pkg syscall (netbsd-amd64), const DLT_USB_LINUX = 189
36086pkg syscall (netbsd-amd64), const DLT_USB_LINUX_MMAPPED = 220
36087pkg syscall (netbsd-amd64), const DLT_WIHART = 223
36088pkg syscall (netbsd-amd64), const DLT_X2E_SERIAL = 213
36089pkg syscall (netbsd-amd64), const DLT_X2E_XORAYA = 214
36090pkg syscall (netbsd-amd64), const DT_BLK = 6
36091pkg syscall (netbsd-amd64), const DT_CHR = 2
36092pkg syscall (netbsd-amd64), const DT_DIR = 4
36093pkg syscall (netbsd-amd64), const DT_FIFO = 1
36094pkg syscall (netbsd-amd64), const DT_LNK = 10
36095pkg syscall (netbsd-amd64), const DT_REG = 8
36096pkg syscall (netbsd-amd64), const DT_SOCK = 12
36097pkg syscall (netbsd-amd64), const DT_UNKNOWN = 0
36098pkg syscall (netbsd-amd64), const DT_WHT = 14
36099pkg syscall (netbsd-amd64), const E2BIG = 7
36100pkg syscall (netbsd-amd64), const EACCES = 13
36101pkg syscall (netbsd-amd64), const EADDRINUSE = 48
36102pkg syscall (netbsd-amd64), const EADDRNOTAVAIL = 49
36103pkg syscall (netbsd-amd64), const EAFNOSUPPORT = 47
36104pkg syscall (netbsd-amd64), const EAGAIN = 35
36105pkg syscall (netbsd-amd64), const EALREADY = 37
36106pkg syscall (netbsd-amd64), const EAUTH = 80
36107pkg syscall (netbsd-amd64), const EBADF = 9
36108pkg syscall (netbsd-amd64), const EBADMSG = 88
36109pkg syscall (netbsd-amd64), const EBADRPC = 72
36110pkg syscall (netbsd-amd64), const EBUSY = 16
36111pkg syscall (netbsd-amd64), const ECANCELED = 87
36112pkg syscall (netbsd-amd64), const ECHILD = 10
36113pkg syscall (netbsd-amd64), const ECHO = 8
36114pkg syscall (netbsd-amd64), const ECHOCTL = 64
36115pkg syscall (netbsd-amd64), const ECHOE = 2
36116pkg syscall (netbsd-amd64), const ECHOK = 4
36117pkg syscall (netbsd-amd64), const ECHOKE = 1
36118pkg syscall (netbsd-amd64), const ECHONL = 16
36119pkg syscall (netbsd-amd64), const ECHOPRT = 32
36120pkg syscall (netbsd-amd64), const ECONNABORTED = 53
36121pkg syscall (netbsd-amd64), const ECONNREFUSED = 61
36122pkg syscall (netbsd-amd64), const ECONNRESET = 54
36123pkg syscall (netbsd-amd64), const EDEADLK = 11
36124pkg syscall (netbsd-amd64), const EDESTADDRREQ = 39
36125pkg syscall (netbsd-amd64), const EDOM = 33
36126pkg syscall (netbsd-amd64), const EDQUOT = 69
36127pkg syscall (netbsd-amd64), const EEXIST = 17
36128pkg syscall (netbsd-amd64), const EFAULT = 14
36129pkg syscall (netbsd-amd64), const EFBIG = 27
36130pkg syscall (netbsd-amd64), const EFTYPE = 79
36131pkg syscall (netbsd-amd64), const EHOSTDOWN = 64
36132pkg syscall (netbsd-amd64), const EHOSTUNREACH = 65
36133pkg syscall (netbsd-amd64), const EIDRM = 82
36134pkg syscall (netbsd-amd64), const EILSEQ = 85
36135pkg syscall (netbsd-amd64), const EINPROGRESS = 36
36136pkg syscall (netbsd-amd64), const EINTR = 4
36137pkg syscall (netbsd-amd64), const EINVAL = 22
36138pkg syscall (netbsd-amd64), const EIO = 5
36139pkg syscall (netbsd-amd64), const EISCONN = 56
36140pkg syscall (netbsd-amd64), const EISDIR = 21
36141pkg syscall (netbsd-amd64), const ELAST = 96
36142pkg syscall (netbsd-amd64), const ELOOP = 62
36143pkg syscall (netbsd-amd64), const EMFILE = 24
36144pkg syscall (netbsd-amd64), const EMLINK = 31
36145pkg syscall (netbsd-amd64), const EMSGSIZE = 40
36146pkg syscall (netbsd-amd64), const EMULTIHOP = 94
36147pkg syscall (netbsd-amd64), const EMUL_LINUX = 1
36148pkg syscall (netbsd-amd64), const EMUL_LINUX32 = 5
36149pkg syscall (netbsd-amd64), const EMUL_MAXID = 6
36150pkg syscall (netbsd-amd64), const ENAMETOOLONG = 63
36151pkg syscall (netbsd-amd64), const ENEEDAUTH = 81
36152pkg syscall (netbsd-amd64), const ENETDOWN = 50
36153pkg syscall (netbsd-amd64), const ENETRESET = 52
36154pkg syscall (netbsd-amd64), const ENETUNREACH = 51
36155pkg syscall (netbsd-amd64), const ENFILE = 23
36156pkg syscall (netbsd-amd64), const ENOATTR = 93
36157pkg syscall (netbsd-amd64), const ENOBUFS = 55
36158pkg syscall (netbsd-amd64), const ENODATA = 89
36159pkg syscall (netbsd-amd64), const ENODEV = 19
36160pkg syscall (netbsd-amd64), const ENOEXEC = 8
36161pkg syscall (netbsd-amd64), const ENOLCK = 77
36162pkg syscall (netbsd-amd64), const ENOLINK = 95
36163pkg syscall (netbsd-amd64), const ENOMEM = 12
36164pkg syscall (netbsd-amd64), const ENOMSG = 83
36165pkg syscall (netbsd-amd64), const ENOPROTOOPT = 42
36166pkg syscall (netbsd-amd64), const ENOSPC = 28
36167pkg syscall (netbsd-amd64), const ENOSR = 90
36168pkg syscall (netbsd-amd64), const ENOSTR = 91
36169pkg syscall (netbsd-amd64), const ENOSYS = 78
36170pkg syscall (netbsd-amd64), const ENOTBLK = 15
36171pkg syscall (netbsd-amd64), const ENOTCONN = 57
36172pkg syscall (netbsd-amd64), const ENOTDIR = 20
36173pkg syscall (netbsd-amd64), const ENOTEMPTY = 66
36174pkg syscall (netbsd-amd64), const ENOTSOCK = 38
36175pkg syscall (netbsd-amd64), const ENOTSUP = 86
36176pkg syscall (netbsd-amd64), const ENOTTY = 25
36177pkg syscall (netbsd-amd64), const ENXIO = 6
36178pkg syscall (netbsd-amd64), const EOPNOTSUPP = 45
36179pkg syscall (netbsd-amd64), const EOVERFLOW = 84
36180pkg syscall (netbsd-amd64), const EPERM = 1
36181pkg syscall (netbsd-amd64), const EPFNOSUPPORT = 46
36182pkg syscall (netbsd-amd64), const EPIPE = 32
36183pkg syscall (netbsd-amd64), const EPROCLIM = 67
36184pkg syscall (netbsd-amd64), const EPROCUNAVAIL = 76
36185pkg syscall (netbsd-amd64), const EPROGMISMATCH = 75
36186pkg syscall (netbsd-amd64), const EPROGUNAVAIL = 74
36187pkg syscall (netbsd-amd64), const EPROTO = 96
36188pkg syscall (netbsd-amd64), const EPROTONOSUPPORT = 43
36189pkg syscall (netbsd-amd64), const EPROTOTYPE = 41
36190pkg syscall (netbsd-amd64), const ERANGE = 34
36191pkg syscall (netbsd-amd64), const EREMOTE = 71
36192pkg syscall (netbsd-amd64), const EROFS = 30
36193pkg syscall (netbsd-amd64), const ERPCMISMATCH = 73
36194pkg syscall (netbsd-amd64), const ESHUTDOWN = 58
36195pkg syscall (netbsd-amd64), const ESOCKTNOSUPPORT = 44
36196pkg syscall (netbsd-amd64), const ESPIPE = 29
36197pkg syscall (netbsd-amd64), const ESRCH = 3
36198pkg syscall (netbsd-amd64), const ESTALE = 70
36199pkg syscall (netbsd-amd64), const ETHERCAP_JUMBO_MTU = 4
36200pkg syscall (netbsd-amd64), const ETHERCAP_VLAN_HWTAGGING = 2
36201pkg syscall (netbsd-amd64), const ETHERCAP_VLAN_MTU = 1
36202pkg syscall (netbsd-amd64), const ETHERMIN = 46
36203pkg syscall (netbsd-amd64), const ETHERMTU = 1500
36204pkg syscall (netbsd-amd64), const ETHERMTU_JUMBO = 9000
36205pkg syscall (netbsd-amd64), const ETHERTYPE_8023 = 4
36206pkg syscall (netbsd-amd64), const ETHERTYPE_AARP = 33011
36207pkg syscall (netbsd-amd64), const ETHERTYPE_ACCTON = 33680
36208pkg syscall (netbsd-amd64), const ETHERTYPE_AEONIC = 32822
36209pkg syscall (netbsd-amd64), const ETHERTYPE_ALPHA = 33098
36210pkg syscall (netbsd-amd64), const ETHERTYPE_AMBER = 24584
36211pkg syscall (netbsd-amd64), const ETHERTYPE_AMOEBA = 33093
36212pkg syscall (netbsd-amd64), const ETHERTYPE_APOLLO = 33015
36213pkg syscall (netbsd-amd64), const ETHERTYPE_APOLLODOMAIN = 32793
36214pkg syscall (netbsd-amd64), const ETHERTYPE_APPLETALK = 32923
36215pkg syscall (netbsd-amd64), const ETHERTYPE_APPLITEK = 32967
36216pkg syscall (netbsd-amd64), const ETHERTYPE_ARGONAUT = 32826
36217pkg syscall (netbsd-amd64), const ETHERTYPE_ARP = 2054
36218pkg syscall (netbsd-amd64), const ETHERTYPE_AT = 32923
36219pkg syscall (netbsd-amd64), const ETHERTYPE_ATALK = 32923
36220pkg syscall (netbsd-amd64), const ETHERTYPE_ATOMIC = 34527
36221pkg syscall (netbsd-amd64), const ETHERTYPE_ATT = 32873
36222pkg syscall (netbsd-amd64), const ETHERTYPE_ATTSTANFORD = 32776
36223pkg syscall (netbsd-amd64), const ETHERTYPE_AUTOPHON = 32874
36224pkg syscall (netbsd-amd64), const ETHERTYPE_AXIS = 34902
36225pkg syscall (netbsd-amd64), const ETHERTYPE_BCLOOP = 36867
36226pkg syscall (netbsd-amd64), const ETHERTYPE_BOFL = 33026
36227pkg syscall (netbsd-amd64), const ETHERTYPE_CABLETRON = 28724
36228pkg syscall (netbsd-amd64), const ETHERTYPE_CHAOS = 2052
36229pkg syscall (netbsd-amd64), const ETHERTYPE_COMDESIGN = 32876
36230pkg syscall (netbsd-amd64), const ETHERTYPE_COMPUGRAPHIC = 32877
36231pkg syscall (netbsd-amd64), const ETHERTYPE_COUNTERPOINT = 32866
36232pkg syscall (netbsd-amd64), const ETHERTYPE_CRONUS = 32772
36233pkg syscall (netbsd-amd64), const ETHERTYPE_CRONUSVLN = 32771
36234pkg syscall (netbsd-amd64), const ETHERTYPE_DCA = 4660
36235pkg syscall (netbsd-amd64), const ETHERTYPE_DDE = 32891
36236pkg syscall (netbsd-amd64), const ETHERTYPE_DEBNI = 43690
36237pkg syscall (netbsd-amd64), const ETHERTYPE_DECAM = 32840
36238pkg syscall (netbsd-amd64), const ETHERTYPE_DECCUST = 24582
36239pkg syscall (netbsd-amd64), const ETHERTYPE_DECDIAG = 24581
36240pkg syscall (netbsd-amd64), const ETHERTYPE_DECDNS = 32828
36241pkg syscall (netbsd-amd64), const ETHERTYPE_DECDTS = 32830
36242pkg syscall (netbsd-amd64), const ETHERTYPE_DECEXPER = 24576
36243pkg syscall (netbsd-amd64), const ETHERTYPE_DECLAST = 32833
36244pkg syscall (netbsd-amd64), const ETHERTYPE_DECLTM = 32831
36245pkg syscall (netbsd-amd64), const ETHERTYPE_DECMUMPS = 24585
36246pkg syscall (netbsd-amd64), const ETHERTYPE_DECNETBIOS = 32832
36247pkg syscall (netbsd-amd64), const ETHERTYPE_DELTACON = 34526
36248pkg syscall (netbsd-amd64), const ETHERTYPE_DIDDLE = 17185
36249pkg syscall (netbsd-amd64), const ETHERTYPE_DLOG1 = 1632
36250pkg syscall (netbsd-amd64), const ETHERTYPE_DLOG2 = 1633
36251pkg syscall (netbsd-amd64), const ETHERTYPE_DN = 24579
36252pkg syscall (netbsd-amd64), const ETHERTYPE_DOGFIGHT = 6537
36253pkg syscall (netbsd-amd64), const ETHERTYPE_DSMD = 32825
36254pkg syscall (netbsd-amd64), const ETHERTYPE_ECMA = 2051
36255pkg syscall (netbsd-amd64), const ETHERTYPE_ENCRYPT = 32829
36256pkg syscall (netbsd-amd64), const ETHERTYPE_ES = 32861
36257pkg syscall (netbsd-amd64), const ETHERTYPE_EXCELAN = 32784
36258pkg syscall (netbsd-amd64), const ETHERTYPE_EXPERDATA = 32841
36259pkg syscall (netbsd-amd64), const ETHERTYPE_FLIP = 33094
36260pkg syscall (netbsd-amd64), const ETHERTYPE_FLOWCONTROL = 34824
36261pkg syscall (netbsd-amd64), const ETHERTYPE_FRARP = 2056
36262pkg syscall (netbsd-amd64), const ETHERTYPE_GENDYN = 32872
36263pkg syscall (netbsd-amd64), const ETHERTYPE_HAYES = 33072
36264pkg syscall (netbsd-amd64), const ETHERTYPE_HIPPI_FP = 33152
36265pkg syscall (netbsd-amd64), const ETHERTYPE_HITACHI = 34848
36266pkg syscall (netbsd-amd64), const ETHERTYPE_HP = 32773
36267pkg syscall (netbsd-amd64), const ETHERTYPE_IEEEPUP = 2560
36268pkg syscall (netbsd-amd64), const ETHERTYPE_IEEEPUPAT = 2561
36269pkg syscall (netbsd-amd64), const ETHERTYPE_IMLBL = 19522
36270pkg syscall (netbsd-amd64), const ETHERTYPE_IMLBLDIAG = 16972
36271pkg syscall (netbsd-amd64), const ETHERTYPE_IP = 2048
36272pkg syscall (netbsd-amd64), const ETHERTYPE_IPAS = 34668
36273pkg syscall (netbsd-amd64), const ETHERTYPE_IPV6 = 34525
36274pkg syscall (netbsd-amd64), const ETHERTYPE_IPX = 33079
36275pkg syscall (netbsd-amd64), const ETHERTYPE_IPXNEW = 32823
36276pkg syscall (netbsd-amd64), const ETHERTYPE_KALPANA = 34178
36277pkg syscall (netbsd-amd64), const ETHERTYPE_LANBRIDGE = 32824
36278pkg syscall (netbsd-amd64), const ETHERTYPE_LANPROBE = 34952
36279pkg syscall (netbsd-amd64), const ETHERTYPE_LAT = 24580
36280pkg syscall (netbsd-amd64), const ETHERTYPE_LBACK = 36864
36281pkg syscall (netbsd-amd64), const ETHERTYPE_LITTLE = 32864
36282pkg syscall (netbsd-amd64), const ETHERTYPE_LOGICRAFT = 33096
36283pkg syscall (netbsd-amd64), const ETHERTYPE_LOOPBACK = 36864
36284pkg syscall (netbsd-amd64), const ETHERTYPE_MATRA = 32890
36285pkg syscall (netbsd-amd64), const ETHERTYPE_MAX = 65535
36286pkg syscall (netbsd-amd64), const ETHERTYPE_MERIT = 32892
36287pkg syscall (netbsd-amd64), const ETHERTYPE_MICP = 34618
36288pkg syscall (netbsd-amd64), const ETHERTYPE_MOPDL = 24577
36289pkg syscall (netbsd-amd64), const ETHERTYPE_MOPRC = 24578
36290pkg syscall (netbsd-amd64), const ETHERTYPE_MOTOROLA = 33165
36291pkg syscall (netbsd-amd64), const ETHERTYPE_MPLS = 34887
36292pkg syscall (netbsd-amd64), const ETHERTYPE_MPLS_MCAST = 34888
36293pkg syscall (netbsd-amd64), const ETHERTYPE_MUMPS = 33087
36294pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCC = 15364
36295pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLAIM = 15369
36296pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLREQ = 15365
36297pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLRSP = 15366
36298pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCREQ = 15362
36299pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCRSP = 15363
36300pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDG = 15367
36301pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDGB = 15368
36302pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDLTE = 15370
36303pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRAR = 15372
36304pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRAS = 15371
36305pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRST = 15373
36306pkg syscall (netbsd-amd64), const ETHERTYPE_NBPSCD = 15361
36307pkg syscall (netbsd-amd64), const ETHERTYPE_NBPVCD = 15360
36308pkg syscall (netbsd-amd64), const ETHERTYPE_NBS = 2050
36309pkg syscall (netbsd-amd64), const ETHERTYPE_NCD = 33097
36310pkg syscall (netbsd-amd64), const ETHERTYPE_NESTAR = 32774
36311pkg syscall (netbsd-amd64), const ETHERTYPE_NETBEUI = 33169
36312pkg syscall (netbsd-amd64), const ETHERTYPE_NOVELL = 33080
36313pkg syscall (netbsd-amd64), const ETHERTYPE_NS = 1536
36314pkg syscall (netbsd-amd64), const ETHERTYPE_NSAT = 1537
36315pkg syscall (netbsd-amd64), const ETHERTYPE_NSCOMPAT = 2055
36316pkg syscall (netbsd-amd64), const ETHERTYPE_NTRAILER = 16
36317pkg syscall (netbsd-amd64), const ETHERTYPE_OS9 = 28679
36318pkg syscall (netbsd-amd64), const ETHERTYPE_OS9NET = 28681
36319pkg syscall (netbsd-amd64), const ETHERTYPE_PACER = 32966
36320pkg syscall (netbsd-amd64), const ETHERTYPE_PAE = 34958
36321pkg syscall (netbsd-amd64), const ETHERTYPE_PCS = 16962
36322pkg syscall (netbsd-amd64), const ETHERTYPE_PLANNING = 32836
36323pkg syscall (netbsd-amd64), const ETHERTYPE_PPP = 34827
36324pkg syscall (netbsd-amd64), const ETHERTYPE_PPPOE = 34916
36325pkg syscall (netbsd-amd64), const ETHERTYPE_PPPOEDISC = 34915
36326pkg syscall (netbsd-amd64), const ETHERTYPE_PRIMENTS = 28721
36327pkg syscall (netbsd-amd64), const ETHERTYPE_PUP = 512
36328pkg syscall (netbsd-amd64), const ETHERTYPE_PUPAT = 512
36329pkg syscall (netbsd-amd64), const ETHERTYPE_RACAL = 28720
36330pkg syscall (netbsd-amd64), const ETHERTYPE_RATIONAL = 33104
36331pkg syscall (netbsd-amd64), const ETHERTYPE_RAWFR = 25945
36332pkg syscall (netbsd-amd64), const ETHERTYPE_RCL = 6549
36333pkg syscall (netbsd-amd64), const ETHERTYPE_RDP = 34617
36334pkg syscall (netbsd-amd64), const ETHERTYPE_RETIX = 33010
36335pkg syscall (netbsd-amd64), const ETHERTYPE_REVARP = 32821
36336pkg syscall (netbsd-amd64), const ETHERTYPE_SCA = 24583
36337pkg syscall (netbsd-amd64), const ETHERTYPE_SECTRA = 34523
36338pkg syscall (netbsd-amd64), const ETHERTYPE_SECUREDATA = 34669
36339pkg syscall (netbsd-amd64), const ETHERTYPE_SGITW = 33150
36340pkg syscall (netbsd-amd64), const ETHERTYPE_SG_BOUNCE = 32790
36341pkg syscall (netbsd-amd64), const ETHERTYPE_SG_DIAG = 32787
36342pkg syscall (netbsd-amd64), const ETHERTYPE_SG_NETGAMES = 32788
36343pkg syscall (netbsd-amd64), const ETHERTYPE_SG_RESV = 32789
36344pkg syscall (netbsd-amd64), const ETHERTYPE_SIMNET = 21000
36345pkg syscall (netbsd-amd64), const ETHERTYPE_SLOWPROTOCOLS = 34825
36346pkg syscall (netbsd-amd64), const ETHERTYPE_SNA = 32981
36347pkg syscall (netbsd-amd64), const ETHERTYPE_SNMP = 33100
36348pkg syscall (netbsd-amd64), const ETHERTYPE_SONIX = 64245
36349pkg syscall (netbsd-amd64), const ETHERTYPE_SPIDER = 32927
36350pkg syscall (netbsd-amd64), const ETHERTYPE_SPRITE = 1280
36351pkg syscall (netbsd-amd64), const ETHERTYPE_STP = 33153
36352pkg syscall (netbsd-amd64), const ETHERTYPE_TALARIS = 33067
36353pkg syscall (netbsd-amd64), const ETHERTYPE_TALARISMC = 34091
36354pkg syscall (netbsd-amd64), const ETHERTYPE_TCPCOMP = 34667
36355pkg syscall (netbsd-amd64), const ETHERTYPE_TCPSM = 36866
36356pkg syscall (netbsd-amd64), const ETHERTYPE_TEC = 33103
36357pkg syscall (netbsd-amd64), const ETHERTYPE_TIGAN = 32815
36358pkg syscall (netbsd-amd64), const ETHERTYPE_TRAIL = 4096
36359pkg syscall (netbsd-amd64), const ETHERTYPE_TRANSETHER = 25944
36360pkg syscall (netbsd-amd64), const ETHERTYPE_TYMSHARE = 32814
36361pkg syscall (netbsd-amd64), const ETHERTYPE_UBBST = 28677
36362pkg syscall (netbsd-amd64), const ETHERTYPE_UBDEBUG = 2304
36363pkg syscall (netbsd-amd64), const ETHERTYPE_UBDIAGLOOP = 28674
36364pkg syscall (netbsd-amd64), const ETHERTYPE_UBDL = 28672
36365pkg syscall (netbsd-amd64), const ETHERTYPE_UBNIU = 28673
36366pkg syscall (netbsd-amd64), const ETHERTYPE_UBNMC = 28675
36367pkg syscall (netbsd-amd64), const ETHERTYPE_VALID = 5632
36368pkg syscall (netbsd-amd64), const ETHERTYPE_VARIAN = 32989
36369pkg syscall (netbsd-amd64), const ETHERTYPE_VAXELN = 32827
36370pkg syscall (netbsd-amd64), const ETHERTYPE_VEECO = 32871
36371pkg syscall (netbsd-amd64), const ETHERTYPE_VEXP = 32859
36372pkg syscall (netbsd-amd64), const ETHERTYPE_VGLAB = 33073
36373pkg syscall (netbsd-amd64), const ETHERTYPE_VINES = 2989
36374pkg syscall (netbsd-amd64), const ETHERTYPE_VINESECHO = 2991
36375pkg syscall (netbsd-amd64), const ETHERTYPE_VINESLOOP = 2990
36376pkg syscall (netbsd-amd64), const ETHERTYPE_VITAL = 65280
36377pkg syscall (netbsd-amd64), const ETHERTYPE_VLAN = 33024
36378pkg syscall (netbsd-amd64), const ETHERTYPE_VLTLMAN = 32896
36379pkg syscall (netbsd-amd64), const ETHERTYPE_VPROD = 32860
36380pkg syscall (netbsd-amd64), const ETHERTYPE_VURESERVED = 33095
36381pkg syscall (netbsd-amd64), const ETHERTYPE_WATERLOO = 33072
36382pkg syscall (netbsd-amd64), const ETHERTYPE_WELLFLEET = 33027
36383pkg syscall (netbsd-amd64), const ETHERTYPE_X25 = 2053
36384pkg syscall (netbsd-amd64), const ETHERTYPE_X75 = 2049
36385pkg syscall (netbsd-amd64), const ETHERTYPE_XNSSM = 36865
36386pkg syscall (netbsd-amd64), const ETHERTYPE_XTP = 33149
36387pkg syscall (netbsd-amd64), const ETHER_ADDR_LEN = 6
36388pkg syscall (netbsd-amd64), const ETHER_CRC_LEN = 4
36389pkg syscall (netbsd-amd64), const ETHER_CRC_POLY_BE = 79764918
36390pkg syscall (netbsd-amd64), const ETHER_CRC_POLY_LE = 3988292384
36391pkg syscall (netbsd-amd64), const ETHER_HDR_LEN = 14
36392pkg syscall (netbsd-amd64), const ETHER_MAX_LEN = 1518
36393pkg syscall (netbsd-amd64), const ETHER_MAX_LEN_JUMBO = 9018
36394pkg syscall (netbsd-amd64), const ETHER_MIN_LEN = 64
36395pkg syscall (netbsd-amd64), const ETHER_PPPOE_ENCAP_LEN = 8
36396pkg syscall (netbsd-amd64), const ETHER_TYPE_LEN = 2
36397pkg syscall (netbsd-amd64), const ETHER_VLAN_ENCAP_LEN = 4
36398pkg syscall (netbsd-amd64), const ETIME = 92
36399pkg syscall (netbsd-amd64), const ETIMEDOUT = 60
36400pkg syscall (netbsd-amd64), const ETOOMANYREFS = 59
36401pkg syscall (netbsd-amd64), const ETXTBSY = 26
36402pkg syscall (netbsd-amd64), const EUSERS = 68
36403pkg syscall (netbsd-amd64), const EVFILT_AIO = 2
36404pkg syscall (netbsd-amd64), const EVFILT_PROC = 4
36405pkg syscall (netbsd-amd64), const EVFILT_READ = 0
36406pkg syscall (netbsd-amd64), const EVFILT_SIGNAL = 5
36407pkg syscall (netbsd-amd64), const EVFILT_SYSCOUNT = 7
36408pkg syscall (netbsd-amd64), const EVFILT_TIMER = 6
36409pkg syscall (netbsd-amd64), const EVFILT_VNODE = 3
36410pkg syscall (netbsd-amd64), const EVFILT_WRITE = 1
36411pkg syscall (netbsd-amd64), const EV_ADD = 1
36412pkg syscall (netbsd-amd64), const EV_CLEAR = 32
36413pkg syscall (netbsd-amd64), const EV_DELETE = 2
36414pkg syscall (netbsd-amd64), const EV_DISABLE = 8
36415pkg syscall (netbsd-amd64), const EV_ENABLE = 4
36416pkg syscall (netbsd-amd64), const EV_EOF = 32768
36417pkg syscall (netbsd-amd64), const EV_ERROR = 16384
36418pkg syscall (netbsd-amd64), const EV_FLAG1 = 8192
36419pkg syscall (netbsd-amd64), const EV_ONESHOT = 16
36420pkg syscall (netbsd-amd64), const EV_SYSFLAGS = 61440
36421pkg syscall (netbsd-amd64), const EWOULDBLOCK = 35
36422pkg syscall (netbsd-amd64), const EXDEV = 18
36423pkg syscall (netbsd-amd64), const EXTA = 19200
36424pkg syscall (netbsd-amd64), const EXTB = 38400
36425pkg syscall (netbsd-amd64), const EXTPROC = 2048
36426pkg syscall (netbsd-amd64), const FD_CLOEXEC = 1
36427pkg syscall (netbsd-amd64), const FD_SETSIZE = 256
36428pkg syscall (netbsd-amd64), const FLUSHO = 8388608
36429pkg syscall (netbsd-amd64), const F_CLOSEM = 10
36430pkg syscall (netbsd-amd64), const F_DUPFD = 0
36431pkg syscall (netbsd-amd64), const F_DUPFD_CLOEXEC = 12
36432pkg syscall (netbsd-amd64), const F_FSCTL = -2147483648
36433pkg syscall (netbsd-amd64), const F_FSDIRMASK = 1879048192
36434pkg syscall (netbsd-amd64), const F_FSIN = 268435456
36435pkg syscall (netbsd-amd64), const F_FSINOUT = 805306368
36436pkg syscall (netbsd-amd64), const F_FSOUT = 536870912
36437pkg syscall (netbsd-amd64), const F_FSPRIV = 32768
36438pkg syscall (netbsd-amd64), const F_FSVOID = 1073741824
36439pkg syscall (netbsd-amd64), const F_GETFD = 1
36440pkg syscall (netbsd-amd64), const F_GETFL = 3
36441pkg syscall (netbsd-amd64), const F_GETLK = 7
36442pkg syscall (netbsd-amd64), const F_GETNOSIGPIPE = 13
36443pkg syscall (netbsd-amd64), const F_GETOWN = 5
36444pkg syscall (netbsd-amd64), const F_MAXFD = 11
36445pkg syscall (netbsd-amd64), const F_OK = 0
36446pkg syscall (netbsd-amd64), const F_PARAM_MASK = 4095
36447pkg syscall (netbsd-amd64), const F_PARAM_MAX = 4095
36448pkg syscall (netbsd-amd64), const F_RDLCK = 1
36449pkg syscall (netbsd-amd64), const F_SETFD = 2
36450pkg syscall (netbsd-amd64), const F_SETFL = 4
36451pkg syscall (netbsd-amd64), const F_SETLK = 8
36452pkg syscall (netbsd-amd64), const F_SETLKW = 9
36453pkg syscall (netbsd-amd64), const F_SETNOSIGPIPE = 14
36454pkg syscall (netbsd-amd64), const F_SETOWN = 6
36455pkg syscall (netbsd-amd64), const F_UNLCK = 2
36456pkg syscall (netbsd-amd64), const F_WRLCK = 3
36457pkg syscall (netbsd-amd64), const HUPCL = 16384
36458pkg syscall (netbsd-amd64), const ICANON = 256
36459pkg syscall (netbsd-amd64), const ICRNL = 256
36460pkg syscall (netbsd-amd64), const IEXTEN = 1024
36461pkg syscall (netbsd-amd64), const IFAN_ARRIVAL = 0
36462pkg syscall (netbsd-amd64), const IFAN_DEPARTURE = 1
36463pkg syscall (netbsd-amd64), const IFA_ROUTE = 1
36464pkg syscall (netbsd-amd64), const IFF_ALLMULTI = 512
36465pkg syscall (netbsd-amd64), const IFF_CANTCHANGE = 36690
36466pkg syscall (netbsd-amd64), const IFF_DEBUG = 4
36467pkg syscall (netbsd-amd64), const IFF_LINK0 = 4096
36468pkg syscall (netbsd-amd64), const IFF_LINK1 = 8192
36469pkg syscall (netbsd-amd64), const IFF_LINK2 = 16384
36470pkg syscall (netbsd-amd64), const IFF_LOOPBACK = 8
36471pkg syscall (netbsd-amd64), const IFF_MULTICAST = 32768
36472pkg syscall (netbsd-amd64), const IFF_NOARP = 128
36473pkg syscall (netbsd-amd64), const IFF_NOTRAILERS = 32
36474pkg syscall (netbsd-amd64), const IFF_OACTIVE = 1024
36475pkg syscall (netbsd-amd64), const IFF_POINTOPOINT = 16
36476pkg syscall (netbsd-amd64), const IFF_PROMISC = 256
36477pkg syscall (netbsd-amd64), const IFF_RUNNING = 64
36478pkg syscall (netbsd-amd64), const IFF_SIMPLEX = 2048
36479pkg syscall (netbsd-amd64), const IFNAMSIZ = 16
36480pkg syscall (netbsd-amd64), const IFT_1822 = 2
36481pkg syscall (netbsd-amd64), const IFT_A12MPPSWITCH = 130
36482pkg syscall (netbsd-amd64), const IFT_AAL2 = 187
36483pkg syscall (netbsd-amd64), const IFT_AAL5 = 49
36484pkg syscall (netbsd-amd64), const IFT_ADSL = 94
36485pkg syscall (netbsd-amd64), const IFT_AFLANE8023 = 59
36486pkg syscall (netbsd-amd64), const IFT_AFLANE8025 = 60
36487pkg syscall (netbsd-amd64), const IFT_ARAP = 88
36488pkg syscall (netbsd-amd64), const IFT_ARCNET = 35
36489pkg syscall (netbsd-amd64), const IFT_ARCNETPLUS = 36
36490pkg syscall (netbsd-amd64), const IFT_ASYNC = 84
36491pkg syscall (netbsd-amd64), const IFT_ATM = 37
36492pkg syscall (netbsd-amd64), const IFT_ATMDXI = 105
36493pkg syscall (netbsd-amd64), const IFT_ATMFUNI = 106
36494pkg syscall (netbsd-amd64), const IFT_ATMIMA = 107
36495pkg syscall (netbsd-amd64), const IFT_ATMLOGICAL = 80
36496pkg syscall (netbsd-amd64), const IFT_ATMRADIO = 189
36497pkg syscall (netbsd-amd64), const IFT_ATMSUBINTERFACE = 134
36498pkg syscall (netbsd-amd64), const IFT_ATMVCIENDPT = 194
36499pkg syscall (netbsd-amd64), const IFT_ATMVIRTUAL = 149
36500pkg syscall (netbsd-amd64), const IFT_BGPPOLICYACCOUNTING = 162
36501pkg syscall (netbsd-amd64), const IFT_BRIDGE = 209
36502pkg syscall (netbsd-amd64), const IFT_BSC = 83
36503pkg syscall (netbsd-amd64), const IFT_CARP = 248
36504pkg syscall (netbsd-amd64), const IFT_CCTEMUL = 61
36505pkg syscall (netbsd-amd64), const IFT_CEPT = 19
36506pkg syscall (netbsd-amd64), const IFT_CES = 133
36507pkg syscall (netbsd-amd64), const IFT_CHANNEL = 70
36508pkg syscall (netbsd-amd64), const IFT_CNR = 85
36509pkg syscall (netbsd-amd64), const IFT_COFFEE = 132
36510pkg syscall (netbsd-amd64), const IFT_COMPOSITELINK = 155
36511pkg syscall (netbsd-amd64), const IFT_DCN = 141
36512pkg syscall (netbsd-amd64), const IFT_DIGITALPOWERLINE = 138
36513pkg syscall (netbsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
36514pkg syscall (netbsd-amd64), const IFT_DLSW = 74
36515pkg syscall (netbsd-amd64), const IFT_DOCSCABLEDOWNSTREAM = 128
36516pkg syscall (netbsd-amd64), const IFT_DOCSCABLEMACLAYER = 127
36517pkg syscall (netbsd-amd64), const IFT_DOCSCABLEUPSTREAM = 129
36518pkg syscall (netbsd-amd64), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
36519pkg syscall (netbsd-amd64), const IFT_DS0 = 81
36520pkg syscall (netbsd-amd64), const IFT_DS0BUNDLE = 82
36521pkg syscall (netbsd-amd64), const IFT_DS1FDL = 170
36522pkg syscall (netbsd-amd64), const IFT_DS3 = 30
36523pkg syscall (netbsd-amd64), const IFT_DTM = 140
36524pkg syscall (netbsd-amd64), const IFT_DVBASILN = 172
36525pkg syscall (netbsd-amd64), const IFT_DVBASIOUT = 173
36526pkg syscall (netbsd-amd64), const IFT_DVBRCCDOWNSTREAM = 147
36527pkg syscall (netbsd-amd64), const IFT_DVBRCCMACLAYER = 146
36528pkg syscall (netbsd-amd64), const IFT_DVBRCCUPSTREAM = 148
36529pkg syscall (netbsd-amd64), const IFT_ECONET = 206
36530pkg syscall (netbsd-amd64), const IFT_EON = 25
36531pkg syscall (netbsd-amd64), const IFT_EPLRS = 87
36532pkg syscall (netbsd-amd64), const IFT_ESCON = 73
36533pkg syscall (netbsd-amd64), const IFT_ETHER = 6
36534pkg syscall (netbsd-amd64), const IFT_FAITH = 242
36535pkg syscall (netbsd-amd64), const IFT_FAST = 125
36536pkg syscall (netbsd-amd64), const IFT_FASTETHER = 62
36537pkg syscall (netbsd-amd64), const IFT_FASTETHERFX = 69
36538pkg syscall (netbsd-amd64), const IFT_FDDI = 15
36539pkg syscall (netbsd-amd64), const IFT_FIBRECHANNEL = 56
36540pkg syscall (netbsd-amd64), const IFT_FRAMERELAYINTERCONNECT = 58
36541pkg syscall (netbsd-amd64), const IFT_FRAMERELAYMPI = 92
36542pkg syscall (netbsd-amd64), const IFT_FRDLCIENDPT = 193
36543pkg syscall (netbsd-amd64), const IFT_FRELAY = 32
36544pkg syscall (netbsd-amd64), const IFT_FRELAYDCE = 44
36545pkg syscall (netbsd-amd64), const IFT_FRF16MFRBUNDLE = 163
36546pkg syscall (netbsd-amd64), const IFT_FRFORWARD = 158
36547pkg syscall (netbsd-amd64), const IFT_G703AT2MB = 67
36548pkg syscall (netbsd-amd64), const IFT_G703AT64K = 66
36549pkg syscall (netbsd-amd64), const IFT_GIF = 240
36550pkg syscall (netbsd-amd64), const IFT_GIGABITETHERNET = 117
36551pkg syscall (netbsd-amd64), const IFT_GR303IDT = 178
36552pkg syscall (netbsd-amd64), const IFT_GR303RDT = 177
36553pkg syscall (netbsd-amd64), const IFT_H323GATEKEEPER = 164
36554pkg syscall (netbsd-amd64), const IFT_H323PROXY = 165
36555pkg syscall (netbsd-amd64), const IFT_HDH1822 = 3
36556pkg syscall (netbsd-amd64), const IFT_HDLC = 118
36557pkg syscall (netbsd-amd64), const IFT_HDSL2 = 168
36558pkg syscall (netbsd-amd64), const IFT_HIPERLAN2 = 183
36559pkg syscall (netbsd-amd64), const IFT_HIPPI = 47
36560pkg syscall (netbsd-amd64), const IFT_HIPPIINTERFACE = 57
36561pkg syscall (netbsd-amd64), const IFT_HOSTPAD = 90
36562pkg syscall (netbsd-amd64), const IFT_HSSI = 46
36563pkg syscall (netbsd-amd64), const IFT_HY = 14
36564pkg syscall (netbsd-amd64), const IFT_IBM370PARCHAN = 72
36565pkg syscall (netbsd-amd64), const IFT_IDSL = 154
36566pkg syscall (netbsd-amd64), const IFT_IEEE1394 = 144
36567pkg syscall (netbsd-amd64), const IFT_IEEE80211 = 71
36568pkg syscall (netbsd-amd64), const IFT_IEEE80212 = 55
36569pkg syscall (netbsd-amd64), const IFT_IEEE8023ADLAG = 161
36570pkg syscall (netbsd-amd64), const IFT_IFGSN = 145
36571pkg syscall (netbsd-amd64), const IFT_IMT = 190
36572pkg syscall (netbsd-amd64), const IFT_INFINIBAND = 199
36573pkg syscall (netbsd-amd64), const IFT_INTERLEAVE = 124
36574pkg syscall (netbsd-amd64), const IFT_IP = 126
36575pkg syscall (netbsd-amd64), const IFT_IPFORWARD = 142
36576pkg syscall (netbsd-amd64), const IFT_IPOVERATM = 114
36577pkg syscall (netbsd-amd64), const IFT_IPOVERCDLC = 109
36578pkg syscall (netbsd-amd64), const IFT_IPOVERCLAW = 110
36579pkg syscall (netbsd-amd64), const IFT_IPSWITCH = 78
36580pkg syscall (netbsd-amd64), const IFT_ISDN = 63
36581pkg syscall (netbsd-amd64), const IFT_ISDNBASIC = 20
36582pkg syscall (netbsd-amd64), const IFT_ISDNPRIMARY = 21
36583pkg syscall (netbsd-amd64), const IFT_ISDNS = 75
36584pkg syscall (netbsd-amd64), const IFT_ISDNU = 76
36585pkg syscall (netbsd-amd64), const IFT_ISO88022LLC = 41
36586pkg syscall (netbsd-amd64), const IFT_ISO88023 = 7
36587pkg syscall (netbsd-amd64), const IFT_ISO88024 = 8
36588pkg syscall (netbsd-amd64), const IFT_ISO88025 = 9
36589pkg syscall (netbsd-amd64), const IFT_ISO88025CRFPINT = 98
36590pkg syscall (netbsd-amd64), const IFT_ISO88025DTR = 86
36591pkg syscall (netbsd-amd64), const IFT_ISO88025FIBER = 115
36592pkg syscall (netbsd-amd64), const IFT_ISO88026 = 10
36593pkg syscall (netbsd-amd64), const IFT_ISUP = 179
36594pkg syscall (netbsd-amd64), const IFT_L2VLAN = 135
36595pkg syscall (netbsd-amd64), const IFT_L3IPVLAN = 136
36596pkg syscall (netbsd-amd64), const IFT_L3IPXVLAN = 137
36597pkg syscall (netbsd-amd64), const IFT_LAPB = 16
36598pkg syscall (netbsd-amd64), const IFT_LAPD = 77
36599pkg syscall (netbsd-amd64), const IFT_LAPF = 119
36600pkg syscall (netbsd-amd64), const IFT_LINEGROUP = 210
36601pkg syscall (netbsd-amd64), const IFT_LOCALTALK = 42
36602pkg syscall (netbsd-amd64), const IFT_LOOP = 24
36603pkg syscall (netbsd-amd64), const IFT_MEDIAMAILOVERIP = 139
36604pkg syscall (netbsd-amd64), const IFT_MFSIGLINK = 167
36605pkg syscall (netbsd-amd64), const IFT_MIOX25 = 38
36606pkg syscall (netbsd-amd64), const IFT_MODEM = 48
36607pkg syscall (netbsd-amd64), const IFT_MPC = 113
36608pkg syscall (netbsd-amd64), const IFT_MPLS = 166
36609pkg syscall (netbsd-amd64), const IFT_MPLSTUNNEL = 150
36610pkg syscall (netbsd-amd64), const IFT_MSDSL = 143
36611pkg syscall (netbsd-amd64), const IFT_MVL = 191
36612pkg syscall (netbsd-amd64), const IFT_MYRINET = 99
36613pkg syscall (netbsd-amd64), const IFT_NFAS = 175
36614pkg syscall (netbsd-amd64), const IFT_NSIP = 27
36615pkg syscall (netbsd-amd64), const IFT_OPTICALCHANNEL = 195
36616pkg syscall (netbsd-amd64), const IFT_OPTICALTRANSPORT = 196
36617pkg syscall (netbsd-amd64), const IFT_OTHER = 1
36618pkg syscall (netbsd-amd64), const IFT_P10 = 12
36619pkg syscall (netbsd-amd64), const IFT_P80 = 13
36620pkg syscall (netbsd-amd64), const IFT_PARA = 34
36621pkg syscall (netbsd-amd64), const IFT_PFLOG = 245
36622pkg syscall (netbsd-amd64), const IFT_PFSYNC = 246
36623pkg syscall (netbsd-amd64), const IFT_PLC = 174
36624pkg syscall (netbsd-amd64), const IFT_PON155 = 207
36625pkg syscall (netbsd-amd64), const IFT_PON622 = 208
36626pkg syscall (netbsd-amd64), const IFT_POS = 171
36627pkg syscall (netbsd-amd64), const IFT_PPP = 23
36628pkg syscall (netbsd-amd64), const IFT_PPPMULTILINKBUNDLE = 108
36629pkg syscall (netbsd-amd64), const IFT_PROPATM = 197
36630pkg syscall (netbsd-amd64), const IFT_PROPBWAP2MP = 184
36631pkg syscall (netbsd-amd64), const IFT_PROPCNLS = 89
36632pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
36633pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER = 180
36634pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
36635pkg syscall (netbsd-amd64), const IFT_PROPMUX = 54
36636pkg syscall (netbsd-amd64), const IFT_PROPVIRTUAL = 53
36637pkg syscall (netbsd-amd64), const IFT_PROPWIRELESSP2P = 157
36638pkg syscall (netbsd-amd64), const IFT_PTPSERIAL = 22
36639pkg syscall (netbsd-amd64), const IFT_PVC = 241
36640pkg syscall (netbsd-amd64), const IFT_Q2931 = 201
36641pkg syscall (netbsd-amd64), const IFT_QLLC = 68
36642pkg syscall (netbsd-amd64), const IFT_RADIOMAC = 188
36643pkg syscall (netbsd-amd64), const IFT_RADSL = 95
36644pkg syscall (netbsd-amd64), const IFT_REACHDSL = 192
36645pkg syscall (netbsd-amd64), const IFT_RFC1483 = 159
36646pkg syscall (netbsd-amd64), const IFT_RS232 = 33
36647pkg syscall (netbsd-amd64), const IFT_RSRB = 79
36648pkg syscall (netbsd-amd64), const IFT_SDLC = 17
36649pkg syscall (netbsd-amd64), const IFT_SDSL = 96
36650pkg syscall (netbsd-amd64), const IFT_SHDSL = 169
36651pkg syscall (netbsd-amd64), const IFT_SIP = 31
36652pkg syscall (netbsd-amd64), const IFT_SIPSIG = 204
36653pkg syscall (netbsd-amd64), const IFT_SIPTG = 203
36654pkg syscall (netbsd-amd64), const IFT_SLIP = 28
36655pkg syscall (netbsd-amd64), const IFT_SMDSDXI = 43
36656pkg syscall (netbsd-amd64), const IFT_SMDSICIP = 52
36657pkg syscall (netbsd-amd64), const IFT_SONET = 39
36658pkg syscall (netbsd-amd64), const IFT_SONETOVERHEADCHANNEL = 185
36659pkg syscall (netbsd-amd64), const IFT_SONETPATH = 50
36660pkg syscall (netbsd-amd64), const IFT_SONETVT = 51
36661pkg syscall (netbsd-amd64), const IFT_SRP = 151
36662pkg syscall (netbsd-amd64), const IFT_SS7SIGLINK = 156
36663pkg syscall (netbsd-amd64), const IFT_STACKTOSTACK = 111
36664pkg syscall (netbsd-amd64), const IFT_STARLAN = 11
36665pkg syscall (netbsd-amd64), const IFT_STF = 215
36666pkg syscall (netbsd-amd64), const IFT_T1 = 18
36667pkg syscall (netbsd-amd64), const IFT_TDLC = 116
36668pkg syscall (netbsd-amd64), const IFT_TELINK = 200
36669pkg syscall (netbsd-amd64), const IFT_TERMPAD = 91
36670pkg syscall (netbsd-amd64), const IFT_TR008 = 176
36671pkg syscall (netbsd-amd64), const IFT_TRANSPHDLC = 123
36672pkg syscall (netbsd-amd64), const IFT_TUNNEL = 131
36673pkg syscall (netbsd-amd64), const IFT_ULTRA = 29
36674pkg syscall (netbsd-amd64), const IFT_USB = 160
36675pkg syscall (netbsd-amd64), const IFT_V11 = 64
36676pkg syscall (netbsd-amd64), const IFT_V35 = 45
36677pkg syscall (netbsd-amd64), const IFT_V36 = 65
36678pkg syscall (netbsd-amd64), const IFT_V37 = 120
36679pkg syscall (netbsd-amd64), const IFT_VDSL = 97
36680pkg syscall (netbsd-amd64), const IFT_VIRTUALIPADDRESS = 112
36681pkg syscall (netbsd-amd64), const IFT_VIRTUALTG = 202
36682pkg syscall (netbsd-amd64), const IFT_VOICEDID = 213
36683pkg syscall (netbsd-amd64), const IFT_VOICEEM = 100
36684pkg syscall (netbsd-amd64), const IFT_VOICEEMFGD = 211
36685pkg syscall (netbsd-amd64), const IFT_VOICEENCAP = 103
36686pkg syscall (netbsd-amd64), const IFT_VOICEFGDEANA = 212
36687pkg syscall (netbsd-amd64), const IFT_VOICEFXO = 101
36688pkg syscall (netbsd-amd64), const IFT_VOICEFXS = 102
36689pkg syscall (netbsd-amd64), const IFT_VOICEOVERATM = 152
36690pkg syscall (netbsd-amd64), const IFT_VOICEOVERCABLE = 198
36691pkg syscall (netbsd-amd64), const IFT_VOICEOVERFRAMERELAY = 153
36692pkg syscall (netbsd-amd64), const IFT_VOICEOVERIP = 104
36693pkg syscall (netbsd-amd64), const IFT_X213 = 93
36694pkg syscall (netbsd-amd64), const IFT_X25 = 5
36695pkg syscall (netbsd-amd64), const IFT_X25DDN = 4
36696pkg syscall (netbsd-amd64), const IFT_X25HUNTGROUP = 122
36697pkg syscall (netbsd-amd64), const IFT_X25MLP = 121
36698pkg syscall (netbsd-amd64), const IFT_X25PLE = 40
36699pkg syscall (netbsd-amd64), const IFT_XETHER = 26
36700pkg syscall (netbsd-amd64), const IGNBRK = 1
36701pkg syscall (netbsd-amd64), const IGNCR = 128
36702pkg syscall (netbsd-amd64), const IGNPAR = 4
36703pkg syscall (netbsd-amd64), const IMAXBEL = 8192
36704pkg syscall (netbsd-amd64), const INLCR = 64
36705pkg syscall (netbsd-amd64), const INPCK = 16
36706pkg syscall (netbsd-amd64), const IN_CLASSA_HOST = 16777215
36707pkg syscall (netbsd-amd64), const IN_CLASSA_MAX = 128
36708pkg syscall (netbsd-amd64), const IN_CLASSA_NET = 4278190080
36709pkg syscall (netbsd-amd64), const IN_CLASSA_NSHIFT = 24
36710pkg syscall (netbsd-amd64), const IN_CLASSB_HOST = 65535
36711pkg syscall (netbsd-amd64), const IN_CLASSB_MAX = 65536
36712pkg syscall (netbsd-amd64), const IN_CLASSB_NET = 4294901760
36713pkg syscall (netbsd-amd64), const IN_CLASSB_NSHIFT = 16
36714pkg syscall (netbsd-amd64), const IN_CLASSC_HOST = 255
36715pkg syscall (netbsd-amd64), const IN_CLASSC_NET = 4294967040
36716pkg syscall (netbsd-amd64), const IN_CLASSC_NSHIFT = 8
36717pkg syscall (netbsd-amd64), const IN_CLASSD_HOST = 268435455
36718pkg syscall (netbsd-amd64), const IN_CLASSD_NET = 4026531840
36719pkg syscall (netbsd-amd64), const IN_CLASSD_NSHIFT = 28
36720pkg syscall (netbsd-amd64), const IN_LOOPBACKNET = 127
36721pkg syscall (netbsd-amd64), const IPPROTO_AH = 51
36722pkg syscall (netbsd-amd64), const IPPROTO_CARP = 112
36723pkg syscall (netbsd-amd64), const IPPROTO_DONE = 257
36724pkg syscall (netbsd-amd64), const IPPROTO_DSTOPTS = 60
36725pkg syscall (netbsd-amd64), const IPPROTO_EGP = 8
36726pkg syscall (netbsd-amd64), const IPPROTO_ENCAP = 98
36727pkg syscall (netbsd-amd64), const IPPROTO_EON = 80
36728pkg syscall (netbsd-amd64), const IPPROTO_ESP = 50
36729pkg syscall (netbsd-amd64), const IPPROTO_ETHERIP = 97
36730pkg syscall (netbsd-amd64), const IPPROTO_FRAGMENT = 44
36731pkg syscall (netbsd-amd64), const IPPROTO_GGP = 3
36732pkg syscall (netbsd-amd64), const IPPROTO_GRE = 47
36733pkg syscall (netbsd-amd64), const IPPROTO_HOPOPTS = 0
36734pkg syscall (netbsd-amd64), const IPPROTO_ICMP = 1
36735pkg syscall (netbsd-amd64), const IPPROTO_ICMPV6 = 58
36736pkg syscall (netbsd-amd64), const IPPROTO_IDP = 22
36737pkg syscall (netbsd-amd64), const IPPROTO_IGMP = 2
36738pkg syscall (netbsd-amd64), const IPPROTO_IPCOMP = 108
36739pkg syscall (netbsd-amd64), const IPPROTO_IPIP = 4
36740pkg syscall (netbsd-amd64), const IPPROTO_IPV4 = 4
36741pkg syscall (netbsd-amd64), const IPPROTO_IPV6_ICMP = 58
36742pkg syscall (netbsd-amd64), const IPPROTO_MAX = 256
36743pkg syscall (netbsd-amd64), const IPPROTO_MAXID = 52
36744pkg syscall (netbsd-amd64), const IPPROTO_MOBILE = 55
36745pkg syscall (netbsd-amd64), const IPPROTO_NONE = 59
36746pkg syscall (netbsd-amd64), const IPPROTO_PFSYNC = 240
36747pkg syscall (netbsd-amd64), const IPPROTO_PIM = 103
36748pkg syscall (netbsd-amd64), const IPPROTO_PUP = 12
36749pkg syscall (netbsd-amd64), const IPPROTO_RAW = 255
36750pkg syscall (netbsd-amd64), const IPPROTO_ROUTING = 43
36751pkg syscall (netbsd-amd64), const IPPROTO_RSVP = 46
36752pkg syscall (netbsd-amd64), const IPPROTO_TP = 29
36753pkg syscall (netbsd-amd64), const IPPROTO_VRRP = 112
36754pkg syscall (netbsd-amd64), const IPV6_CHECKSUM = 26
36755pkg syscall (netbsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1
36756pkg syscall (netbsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1
36757pkg syscall (netbsd-amd64), const IPV6_DEFHLIM = 64
36758pkg syscall (netbsd-amd64), const IPV6_DONTFRAG = 62
36759pkg syscall (netbsd-amd64), const IPV6_DSTOPTS = 50
36760pkg syscall (netbsd-amd64), const IPV6_FAITH = 29
36761pkg syscall (netbsd-amd64), const IPV6_FLOWINFO_MASK = 4294967055
36762pkg syscall (netbsd-amd64), const IPV6_FLOWLABEL_MASK = 4294905600
36763pkg syscall (netbsd-amd64), const IPV6_FRAGTTL = 120
36764pkg syscall (netbsd-amd64), const IPV6_HLIMDEC = 1
36765pkg syscall (netbsd-amd64), const IPV6_HOPLIMIT = 47
36766pkg syscall (netbsd-amd64), const IPV6_HOPOPTS = 49
36767pkg syscall (netbsd-amd64), const IPV6_IPSEC_POLICY = 28
36768pkg syscall (netbsd-amd64), const IPV6_JOIN_GROUP = 12
36769pkg syscall (netbsd-amd64), const IPV6_LEAVE_GROUP = 13
36770pkg syscall (netbsd-amd64), const IPV6_MAXHLIM = 255
36771pkg syscall (netbsd-amd64), const IPV6_MAXPACKET = 65535
36772pkg syscall (netbsd-amd64), const IPV6_MMTU = 1280
36773pkg syscall (netbsd-amd64), const IPV6_MULTICAST_HOPS = 10
36774pkg syscall (netbsd-amd64), const IPV6_MULTICAST_IF = 9
36775pkg syscall (netbsd-amd64), const IPV6_MULTICAST_LOOP = 11
36776pkg syscall (netbsd-amd64), const IPV6_NEXTHOP = 48
36777pkg syscall (netbsd-amd64), const IPV6_PATHMTU = 44
36778pkg syscall (netbsd-amd64), const IPV6_PKTINFO = 46
36779pkg syscall (netbsd-amd64), const IPV6_PORTRANGE = 14
36780pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_DEFAULT = 0
36781pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_HIGH = 1
36782pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_LOW = 2
36783pkg syscall (netbsd-amd64), const IPV6_RECVDSTOPTS = 40
36784pkg syscall (netbsd-amd64), const IPV6_RECVHOPLIMIT = 37
36785pkg syscall (netbsd-amd64), const IPV6_RECVHOPOPTS = 39
36786pkg syscall (netbsd-amd64), const IPV6_RECVPATHMTU = 43
36787pkg syscall (netbsd-amd64), const IPV6_RECVPKTINFO = 36
36788pkg syscall (netbsd-amd64), const IPV6_RECVRTHDR = 38
36789pkg syscall (netbsd-amd64), const IPV6_RECVTCLASS = 57
36790pkg syscall (netbsd-amd64), const IPV6_RTHDR = 51
36791pkg syscall (netbsd-amd64), const IPV6_RTHDRDSTOPTS = 35
36792pkg syscall (netbsd-amd64), const IPV6_RTHDR_LOOSE = 0
36793pkg syscall (netbsd-amd64), const IPV6_RTHDR_STRICT = 1
36794pkg syscall (netbsd-amd64), const IPV6_RTHDR_TYPE_0 = 0
36795pkg syscall (netbsd-amd64), const IPV6_SOCKOPT_RESERVED1 = 3
36796pkg syscall (netbsd-amd64), const IPV6_TCLASS = 61
36797pkg syscall (netbsd-amd64), const IPV6_UNICAST_HOPS = 4
36798pkg syscall (netbsd-amd64), const IPV6_USE_MIN_MTU = 42
36799pkg syscall (netbsd-amd64), const IPV6_V6ONLY = 27
36800pkg syscall (netbsd-amd64), const IPV6_VERSION = 96
36801pkg syscall (netbsd-amd64), const IPV6_VERSION_MASK = 240
36802pkg syscall (netbsd-amd64), const IP_ADD_MEMBERSHIP = 12
36803pkg syscall (netbsd-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
36804pkg syscall (netbsd-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
36805pkg syscall (netbsd-amd64), const IP_DF = 16384
36806pkg syscall (netbsd-amd64), const IP_DROP_MEMBERSHIP = 13
36807pkg syscall (netbsd-amd64), const IP_EF = 32768
36808pkg syscall (netbsd-amd64), const IP_ERRORMTU = 21
36809pkg syscall (netbsd-amd64), const IP_HDRINCL = 2
36810pkg syscall (netbsd-amd64), const IP_IPSEC_POLICY = 22
36811pkg syscall (netbsd-amd64), const IP_MAXPACKET = 65535
36812pkg syscall (netbsd-amd64), const IP_MAX_MEMBERSHIPS = 20
36813pkg syscall (netbsd-amd64), const IP_MF = 8192
36814pkg syscall (netbsd-amd64), const IP_MINFRAGSIZE = 69
36815pkg syscall (netbsd-amd64), const IP_MINTTL = 24
36816pkg syscall (netbsd-amd64), const IP_MSS = 576
36817pkg syscall (netbsd-amd64), const IP_MULTICAST_IF = 9
36818pkg syscall (netbsd-amd64), const IP_MULTICAST_LOOP = 11
36819pkg syscall (netbsd-amd64), const IP_MULTICAST_TTL = 10
36820pkg syscall (netbsd-amd64), const IP_OFFMASK = 8191
36821pkg syscall (netbsd-amd64), const IP_OPTIONS = 1
36822pkg syscall (netbsd-amd64), const IP_PORTRANGE = 19
36823pkg syscall (netbsd-amd64), const IP_PORTRANGE_DEFAULT = 0
36824pkg syscall (netbsd-amd64), const IP_PORTRANGE_HIGH = 1
36825pkg syscall (netbsd-amd64), const IP_PORTRANGE_LOW = 2
36826pkg syscall (netbsd-amd64), const IP_RECVDSTADDR = 7
36827pkg syscall (netbsd-amd64), const IP_RECVIF = 20
36828pkg syscall (netbsd-amd64), const IP_RECVOPTS = 5
36829pkg syscall (netbsd-amd64), const IP_RECVRETOPTS = 6
36830pkg syscall (netbsd-amd64), const IP_RECVTTL = 23
36831pkg syscall (netbsd-amd64), const IP_RETOPTS = 8
36832pkg syscall (netbsd-amd64), const IP_RF = 32768
36833pkg syscall (netbsd-amd64), const IP_TOS = 3
36834pkg syscall (netbsd-amd64), const IP_TTL = 4
36835pkg syscall (netbsd-amd64), const ISIG = 128
36836pkg syscall (netbsd-amd64), const ISTRIP = 32
36837pkg syscall (netbsd-amd64), const IXANY = 2048
36838pkg syscall (netbsd-amd64), const IXOFF = 1024
36839pkg syscall (netbsd-amd64), const IXON = 512
36840pkg syscall (netbsd-amd64), const ImplementsGetwd = false
36841pkg syscall (netbsd-amd64), const LOCK_EX = 2
36842pkg syscall (netbsd-amd64), const LOCK_NB = 4
36843pkg syscall (netbsd-amd64), const LOCK_SH = 1
36844pkg syscall (netbsd-amd64), const LOCK_UN = 8
36845pkg syscall (netbsd-amd64), const MSG_BCAST = 256
36846pkg syscall (netbsd-amd64), const MSG_CMSG_CLOEXEC = 2048
36847pkg syscall (netbsd-amd64), const MSG_CONTROLMBUF = 33554432
36848pkg syscall (netbsd-amd64), const MSG_CTRUNC = 32
36849pkg syscall (netbsd-amd64), const MSG_DONTROUTE = 4
36850pkg syscall (netbsd-amd64), const MSG_DONTWAIT = 128
36851pkg syscall (netbsd-amd64), const MSG_EOR = 8
36852pkg syscall (netbsd-amd64), const MSG_IOVUSRSPACE = 67108864
36853pkg syscall (netbsd-amd64), const MSG_LENUSRSPACE = 134217728
36854pkg syscall (netbsd-amd64), const MSG_MCAST = 512
36855pkg syscall (netbsd-amd64), const MSG_NAMEMBUF = 16777216
36856pkg syscall (netbsd-amd64), const MSG_NBIO = 4096
36857pkg syscall (netbsd-amd64), const MSG_NOSIGNAL = 1024
36858pkg syscall (netbsd-amd64), const MSG_OOB = 1
36859pkg syscall (netbsd-amd64), const MSG_PEEK = 2
36860pkg syscall (netbsd-amd64), const MSG_TRUNC = 16
36861pkg syscall (netbsd-amd64), const MSG_USERFLAGS = 16777215
36862pkg syscall (netbsd-amd64), const MSG_WAITALL = 64
36863pkg syscall (netbsd-amd64), const NAME_MAX = 511
36864pkg syscall (netbsd-amd64), const NET_RT_DUMP = 1
36865pkg syscall (netbsd-amd64), const NET_RT_FLAGS = 2
36866pkg syscall (netbsd-amd64), const NET_RT_IFLIST = 5
36867pkg syscall (netbsd-amd64), const NET_RT_MAXID = 6
36868pkg syscall (netbsd-amd64), const NET_RT_OIFLIST = 4
36869pkg syscall (netbsd-amd64), const NET_RT_OOIFLIST = 3
36870pkg syscall (netbsd-amd64), const NOFLSH = 2147483648
36871pkg syscall (netbsd-amd64), const NOTE_ATTRIB = 8
36872pkg syscall (netbsd-amd64), const NOTE_CHILD = 4
36873pkg syscall (netbsd-amd64), const NOTE_DELETE = 1
36874pkg syscall (netbsd-amd64), const NOTE_EXEC = 536870912
36875pkg syscall (netbsd-amd64), const NOTE_EXIT = 2147483648
36876pkg syscall (netbsd-amd64), const NOTE_EXTEND = 4
36877pkg syscall (netbsd-amd64), const NOTE_FORK = 1073741824
36878pkg syscall (netbsd-amd64), const NOTE_LINK = 16
36879pkg syscall (netbsd-amd64), const NOTE_LOWAT = 1
36880pkg syscall (netbsd-amd64), const NOTE_PCTRLMASK = 4026531840
36881pkg syscall (netbsd-amd64), const NOTE_PDATAMASK = 1048575
36882pkg syscall (netbsd-amd64), const NOTE_RENAME = 32
36883pkg syscall (netbsd-amd64), const NOTE_REVOKE = 64
36884pkg syscall (netbsd-amd64), const NOTE_TRACK = 1
36885pkg syscall (netbsd-amd64), const NOTE_TRACKERR = 2
36886pkg syscall (netbsd-amd64), const NOTE_WRITE = 2
36887pkg syscall (netbsd-amd64), const OCRNL = 16
36888pkg syscall (netbsd-amd64), const OFIOGETBMAP = 3221513850
36889pkg syscall (netbsd-amd64), const ONLCR = 2
36890pkg syscall (netbsd-amd64), const ONLRET = 64
36891pkg syscall (netbsd-amd64), const ONOCR = 32
36892pkg syscall (netbsd-amd64), const ONOEOT = 8
36893pkg syscall (netbsd-amd64), const OPOST = 1
36894pkg syscall (netbsd-amd64), const O_ACCMODE = 3
36895pkg syscall (netbsd-amd64), const O_ALT_IO = 262144
36896pkg syscall (netbsd-amd64), const O_APPEND = 8
36897pkg syscall (netbsd-amd64), const O_ASYNC = 64
36898pkg syscall (netbsd-amd64), const O_CLOEXEC = 4194304
36899pkg syscall (netbsd-amd64), const O_CREAT = 512
36900pkg syscall (netbsd-amd64), const O_DIRECT = 524288
36901pkg syscall (netbsd-amd64), const O_DIRECTORY = 2097152
36902pkg syscall (netbsd-amd64), const O_DSYNC = 65536
36903pkg syscall (netbsd-amd64), const O_EXCL = 2048
36904pkg syscall (netbsd-amd64), const O_EXLOCK = 32
36905pkg syscall (netbsd-amd64), const O_FSYNC = 128
36906pkg syscall (netbsd-amd64), const O_NDELAY = 4
36907pkg syscall (netbsd-amd64), const O_NOCTTY = 32768
36908pkg syscall (netbsd-amd64), const O_NOFOLLOW = 256
36909pkg syscall (netbsd-amd64), const O_NONBLOCK = 4
36910pkg syscall (netbsd-amd64), const O_NOSIGPIPE = 16777216
36911pkg syscall (netbsd-amd64), const O_RSYNC = 131072
36912pkg syscall (netbsd-amd64), const O_SHLOCK = 16
36913pkg syscall (netbsd-amd64), const O_SYNC = 128
36914pkg syscall (netbsd-amd64), const O_TRUNC = 1024
36915pkg syscall (netbsd-amd64), const PARENB = 4096
36916pkg syscall (netbsd-amd64), const PARMRK = 8
36917pkg syscall (netbsd-amd64), const PARODD = 8192
36918pkg syscall (netbsd-amd64), const PENDIN = 536870912
36919pkg syscall (netbsd-amd64), const PRI_IOFLUSH = 124
36920pkg syscall (netbsd-amd64), const PTRACE_CONT = 7
36921pkg syscall (netbsd-amd64), const PTRACE_KILL = 8
36922pkg syscall (netbsd-amd64), const PTRACE_TRACEME = 0
36923pkg syscall (netbsd-amd64), const RLIMIT_AS = 10
36924pkg syscall (netbsd-amd64), const RLIMIT_CORE = 4
36925pkg syscall (netbsd-amd64), const RLIMIT_CPU = 0
36926pkg syscall (netbsd-amd64), const RLIMIT_DATA = 2
36927pkg syscall (netbsd-amd64), const RLIMIT_FSIZE = 1
36928pkg syscall (netbsd-amd64), const RLIMIT_NOFILE = 8
36929pkg syscall (netbsd-amd64), const RLIMIT_STACK = 3
36930pkg syscall (netbsd-amd64), const RLIM_INFINITY = 9223372036854775807
36931pkg syscall (netbsd-amd64), const RTAX_AUTHOR = 6
36932pkg syscall (netbsd-amd64), const RTAX_BRD = 7
36933pkg syscall (netbsd-amd64), const RTAX_DST = 0
36934pkg syscall (netbsd-amd64), const RTAX_GATEWAY = 1
36935pkg syscall (netbsd-amd64), const RTAX_GENMASK = 3
36936pkg syscall (netbsd-amd64), const RTAX_IFA = 5
36937pkg syscall (netbsd-amd64), const RTAX_IFP = 4
36938pkg syscall (netbsd-amd64), const RTAX_MAX = 9
36939pkg syscall (netbsd-amd64), const RTAX_NETMASK = 2
36940pkg syscall (netbsd-amd64), const RTAX_TAG = 8
36941pkg syscall (netbsd-amd64), const RTA_AUTHOR = 64
36942pkg syscall (netbsd-amd64), const RTA_BRD = 128
36943pkg syscall (netbsd-amd64), const RTA_DST = 1
36944pkg syscall (netbsd-amd64), const RTA_GATEWAY = 2
36945pkg syscall (netbsd-amd64), const RTA_GENMASK = 8
36946pkg syscall (netbsd-amd64), const RTA_IFA = 32
36947pkg syscall (netbsd-amd64), const RTA_IFP = 16
36948pkg syscall (netbsd-amd64), const RTA_NETMASK = 4
36949pkg syscall (netbsd-amd64), const RTA_TAG = 256
36950pkg syscall (netbsd-amd64), const RTF_ANNOUNCE = 131072
36951pkg syscall (netbsd-amd64), const RTF_BLACKHOLE = 4096
36952pkg syscall (netbsd-amd64), const RTF_CLONED = 8192
36953pkg syscall (netbsd-amd64), const RTF_CLONING = 256
36954pkg syscall (netbsd-amd64), const RTF_DONE = 64
36955pkg syscall (netbsd-amd64), const RTF_DYNAMIC = 16
36956pkg syscall (netbsd-amd64), const RTF_GATEWAY = 2
36957pkg syscall (netbsd-amd64), const RTF_HOST = 4
36958pkg syscall (netbsd-amd64), const RTF_LLINFO = 1024
36959pkg syscall (netbsd-amd64), const RTF_MASK = 128
36960pkg syscall (netbsd-amd64), const RTF_MODIFIED = 32
36961pkg syscall (netbsd-amd64), const RTF_PROTO1 = 32768
36962pkg syscall (netbsd-amd64), const RTF_PROTO2 = 16384
36963pkg syscall (netbsd-amd64), const RTF_REJECT = 8
36964pkg syscall (netbsd-amd64), const RTF_SRC = 65536
36965pkg syscall (netbsd-amd64), const RTF_STATIC = 2048
36966pkg syscall (netbsd-amd64), const RTF_UP = 1
36967pkg syscall (netbsd-amd64), const RTF_XRESOLVE = 512
36968pkg syscall (netbsd-amd64), const RTM_ADD = 1
36969pkg syscall (netbsd-amd64), const RTM_CHANGE = 3
36970pkg syscall (netbsd-amd64), const RTM_CHGADDR = 21
36971pkg syscall (netbsd-amd64), const RTM_DELADDR = 13
36972pkg syscall (netbsd-amd64), const RTM_DELETE = 2
36973pkg syscall (netbsd-amd64), const RTM_GET = 4
36974pkg syscall (netbsd-amd64), const RTM_IEEE80211 = 17
36975pkg syscall (netbsd-amd64), const RTM_IFANNOUNCE = 16
36976pkg syscall (netbsd-amd64), const RTM_IFINFO = 20
36977pkg syscall (netbsd-amd64), const RTM_LLINFO_UPD = 19
36978pkg syscall (netbsd-amd64), const RTM_LOCK = 8
36979pkg syscall (netbsd-amd64), const RTM_LOSING = 5
36980pkg syscall (netbsd-amd64), const RTM_MISS = 7
36981pkg syscall (netbsd-amd64), const RTM_NEWADDR = 12
36982pkg syscall (netbsd-amd64), const RTM_OIFINFO = 15
36983pkg syscall (netbsd-amd64), const RTM_OLDADD = 9
36984pkg syscall (netbsd-amd64), const RTM_OLDDEL = 10
36985pkg syscall (netbsd-amd64), const RTM_OOIFINFO = 14
36986pkg syscall (netbsd-amd64), const RTM_REDIRECT = 6
36987pkg syscall (netbsd-amd64), const RTM_RESOLVE = 11
36988pkg syscall (netbsd-amd64), const RTM_RTTUNIT = 1000000
36989pkg syscall (netbsd-amd64), const RTM_SETGATE = 18
36990pkg syscall (netbsd-amd64), const RTM_VERSION = 4
36991pkg syscall (netbsd-amd64), const RTV_EXPIRE = 4
36992pkg syscall (netbsd-amd64), const RTV_HOPCOUNT = 2
36993pkg syscall (netbsd-amd64), const RTV_MTU = 1
36994pkg syscall (netbsd-amd64), const RTV_RPIPE = 8
36995pkg syscall (netbsd-amd64), const RTV_RTT = 64
36996pkg syscall (netbsd-amd64), const RTV_RTTVAR = 128
36997pkg syscall (netbsd-amd64), const RTV_SPIPE = 16
36998pkg syscall (netbsd-amd64), const RTV_SSTHRESH = 32
36999pkg syscall (netbsd-amd64), const RUSAGE_CHILDREN = -1
37000pkg syscall (netbsd-amd64), const RUSAGE_SELF = 0
37001pkg syscall (netbsd-amd64), const SCM_CREDS = 4
37002pkg syscall (netbsd-amd64), const SCM_RIGHTS = 1
37003pkg syscall (netbsd-amd64), const SCM_TIMESTAMP = 8
37004pkg syscall (netbsd-amd64), const SIGBUS = 10
37005pkg syscall (netbsd-amd64), const SIGCHLD = 20
37006pkg syscall (netbsd-amd64), const SIGCONT = 19
37007pkg syscall (netbsd-amd64), const SIGEMT = 7
37008pkg syscall (netbsd-amd64), const SIGINFO = 29
37009pkg syscall (netbsd-amd64), const SIGIO = 23
37010pkg syscall (netbsd-amd64), const SIGIOT = 6
37011pkg syscall (netbsd-amd64), const SIGPROF = 27
37012pkg syscall (netbsd-amd64), const SIGPWR = 32
37013pkg syscall (netbsd-amd64), const SIGSTOP = 17
37014pkg syscall (netbsd-amd64), const SIGSYS = 12
37015pkg syscall (netbsd-amd64), const SIGTSTP = 18
37016pkg syscall (netbsd-amd64), const SIGTTIN = 21
37017pkg syscall (netbsd-amd64), const SIGTTOU = 22
37018pkg syscall (netbsd-amd64), const SIGURG = 16
37019pkg syscall (netbsd-amd64), const SIGUSR1 = 30
37020pkg syscall (netbsd-amd64), const SIGUSR2 = 31
37021pkg syscall (netbsd-amd64), const SIGVTALRM = 26
37022pkg syscall (netbsd-amd64), const SIGWINCH = 28
37023pkg syscall (netbsd-amd64), const SIGXCPU = 24
37024pkg syscall (netbsd-amd64), const SIGXFSZ = 25
37025pkg syscall (netbsd-amd64), const SIOCADDMULTI = 2156947761
37026pkg syscall (netbsd-amd64), const SIOCADDRT = 2151182858
37027pkg syscall (netbsd-amd64), const SIOCAIFADDR = 2151704858
37028pkg syscall (netbsd-amd64), const SIOCALIFADDR = 2165860636
37029pkg syscall (netbsd-amd64), const SIOCATMARK = 1074033415
37030pkg syscall (netbsd-amd64), const SIOCDELMULTI = 2156947762
37031pkg syscall (netbsd-amd64), const SIOCDELRT = 2151182859
37032pkg syscall (netbsd-amd64), const SIOCDIFADDR = 2156947737
37033pkg syscall (netbsd-amd64), const SIOCDIFPHYADDR = 2156947785
37034pkg syscall (netbsd-amd64), const SIOCDLIFADDR = 2165860638
37035pkg syscall (netbsd-amd64), const SIOCGDRVSPEC = 3223873915
37036pkg syscall (netbsd-amd64), const SIOCGETPFSYNC = 3230689784
37037pkg syscall (netbsd-amd64), const SIOCGETSGCNT = 3223352628
37038pkg syscall (netbsd-amd64), const SIOCGETVIFCNT = 3223876915
37039pkg syscall (netbsd-amd64), const SIOCGHIWAT = 1074033409
37040pkg syscall (netbsd-amd64), const SIOCGIFADDR = 3230689569
37041pkg syscall (netbsd-amd64), const SIOCGIFADDRPREF = 3231213856
37042pkg syscall (netbsd-amd64), const SIOCGIFALIAS = 3225446683
37043pkg syscall (netbsd-amd64), const SIOCGIFBRDADDR = 3230689571
37044pkg syscall (netbsd-amd64), const SIOCGIFCAP = 3223349622
37045pkg syscall (netbsd-amd64), const SIOCGIFCONF = 3222300966
37046pkg syscall (netbsd-amd64), const SIOCGIFDATA = 3231213957
37047pkg syscall (netbsd-amd64), const SIOCGIFDLT = 3230689655
37048pkg syscall (netbsd-amd64), const SIOCGIFDSTADDR = 3230689570
37049pkg syscall (netbsd-amd64), const SIOCGIFFLAGS = 3230689553
37050pkg syscall (netbsd-amd64), const SIOCGIFGENERIC = 3230689594
37051pkg syscall (netbsd-amd64), const SIOCGIFMEDIA = 3224398134
37052pkg syscall (netbsd-amd64), const SIOCGIFMETRIC = 3230689559
37053pkg syscall (netbsd-amd64), const SIOCGIFMTU = 3230689662
37054pkg syscall (netbsd-amd64), const SIOCGIFNETMASK = 3230689573
37055pkg syscall (netbsd-amd64), const SIOCGIFPDSTADDR = 3230689608
37056pkg syscall (netbsd-amd64), const SIOCGIFPSRCADDR = 3230689607
37057pkg syscall (netbsd-amd64), const SIOCGLIFADDR = 3239602461
37058pkg syscall (netbsd-amd64), const SIOCGLIFPHYADDR = 3239602507
37059pkg syscall (netbsd-amd64), const SIOCGLINKSTR = 3223873927
37060pkg syscall (netbsd-amd64), const SIOCGLOWAT = 1074033411
37061pkg syscall (netbsd-amd64), const SIOCGPGRP = 1074033417
37062pkg syscall (netbsd-amd64), const SIOCGVH = 3230689667
37063pkg syscall (netbsd-amd64), const SIOCIFCREATE = 2156947834
37064pkg syscall (netbsd-amd64), const SIOCIFDESTROY = 2156947833
37065pkg syscall (netbsd-amd64), const SIOCIFGCLONERS = 3222301048
37066pkg syscall (netbsd-amd64), const SIOCINITIFADDR = 3228592516
37067pkg syscall (netbsd-amd64), const SIOCSDRVSPEC = 2150132091
37068pkg syscall (netbsd-amd64), const SIOCSETPFSYNC = 2156947959
37069pkg syscall (netbsd-amd64), const SIOCSHIWAT = 2147775232
37070pkg syscall (netbsd-amd64), const SIOCSIFADDR = 2156947724
37071pkg syscall (netbsd-amd64), const SIOCSIFADDRPREF = 2157472031
37072pkg syscall (netbsd-amd64), const SIOCSIFBRDADDR = 2156947731
37073pkg syscall (netbsd-amd64), const SIOCSIFCAP = 2149607797
37074pkg syscall (netbsd-amd64), const SIOCSIFDSTADDR = 2156947726
37075pkg syscall (netbsd-amd64), const SIOCSIFFLAGS = 2156947728
37076pkg syscall (netbsd-amd64), const SIOCSIFGENERIC = 2156947769
37077pkg syscall (netbsd-amd64), const SIOCSIFMEDIA = 3230689589
37078pkg syscall (netbsd-amd64), const SIOCSIFMETRIC = 2156947736
37079pkg syscall (netbsd-amd64), const SIOCSIFMTU = 2156947839
37080pkg syscall (netbsd-amd64), const SIOCSIFNETMASK = 2156947734
37081pkg syscall (netbsd-amd64), const SIOCSIFPHYADDR = 2151704902
37082pkg syscall (netbsd-amd64), const SIOCSLIFPHYADDR = 2165860682
37083pkg syscall (netbsd-amd64), const SIOCSLINKSTR = 2150132104
37084pkg syscall (netbsd-amd64), const SIOCSLOWAT = 2147775234
37085pkg syscall (netbsd-amd64), const SIOCSPGRP = 2147775240
37086pkg syscall (netbsd-amd64), const SIOCSVH = 3230689666
37087pkg syscall (netbsd-amd64), const SIOCZIFDATA = 3231213958
37088pkg syscall (netbsd-amd64), const SOCK_CLOEXEC = 268435456
37089pkg syscall (netbsd-amd64), const SOCK_FLAGS_MASK = 4026531840
37090pkg syscall (netbsd-amd64), const SOCK_NONBLOCK = 536870912
37091pkg syscall (netbsd-amd64), const SOCK_NOSIGPIPE = 1073741824
37092pkg syscall (netbsd-amd64), const SOCK_RDM = 4
37093pkg syscall (netbsd-amd64), const SOL_SOCKET = 65535
37094pkg syscall (netbsd-amd64), const SOMAXCONN = 128
37095pkg syscall (netbsd-amd64), const SO_ACCEPTCONN = 2
37096pkg syscall (netbsd-amd64), const SO_ACCEPTFILTER = 4096
37097pkg syscall (netbsd-amd64), const SO_BROADCAST = 32
37098pkg syscall (netbsd-amd64), const SO_DEBUG = 1
37099pkg syscall (netbsd-amd64), const SO_DONTROUTE = 16
37100pkg syscall (netbsd-amd64), const SO_ERROR = 4103
37101pkg syscall (netbsd-amd64), const SO_KEEPALIVE = 8
37102pkg syscall (netbsd-amd64), const SO_LINGER = 128
37103pkg syscall (netbsd-amd64), const SO_NOHEADER = 4106
37104pkg syscall (netbsd-amd64), const SO_NOSIGPIPE = 2048
37105pkg syscall (netbsd-amd64), const SO_OOBINLINE = 256
37106pkg syscall (netbsd-amd64), const SO_OVERFLOWED = 4105
37107pkg syscall (netbsd-amd64), const SO_RCVBUF = 4098
37108pkg syscall (netbsd-amd64), const SO_RCVLOWAT = 4100
37109pkg syscall (netbsd-amd64), const SO_RCVTIMEO = 4108
37110pkg syscall (netbsd-amd64), const SO_REUSEADDR = 4
37111pkg syscall (netbsd-amd64), const SO_REUSEPORT = 512
37112pkg syscall (netbsd-amd64), const SO_SNDBUF = 4097
37113pkg syscall (netbsd-amd64), const SO_SNDLOWAT = 4099
37114pkg syscall (netbsd-amd64), const SO_SNDTIMEO = 4107
37115pkg syscall (netbsd-amd64), const SO_TIMESTAMP = 8192
37116pkg syscall (netbsd-amd64), const SO_TYPE = 4104
37117pkg syscall (netbsd-amd64), const SO_USELOOPBACK = 64
37118pkg syscall (netbsd-amd64), const SYSCTL_VERSION = 16777216
37119pkg syscall (netbsd-amd64), const SYSCTL_VERS_0 = 0
37120pkg syscall (netbsd-amd64), const SYSCTL_VERS_1 = 16777216
37121pkg syscall (netbsd-amd64), const SYSCTL_VERS_MASK = 4278190080
37122pkg syscall (netbsd-amd64), const SYS_ACCEPT = 30
37123pkg syscall (netbsd-amd64), const SYS_ACCESS = 33
37124pkg syscall (netbsd-amd64), const SYS_ACCT = 51
37125pkg syscall (netbsd-amd64), const SYS_ADJTIME = 421
37126pkg syscall (netbsd-amd64), const SYS_BIND = 104
37127pkg syscall (netbsd-amd64), const SYS_BREAK = 17
37128pkg syscall (netbsd-amd64), const SYS_CHDIR = 12
37129pkg syscall (netbsd-amd64), const SYS_CHFLAGS = 34
37130pkg syscall (netbsd-amd64), const SYS_CHMOD = 15
37131pkg syscall (netbsd-amd64), const SYS_CHOWN = 16
37132pkg syscall (netbsd-amd64), const SYS_CHROOT = 61
37133pkg syscall (netbsd-amd64), const SYS_CLOCK_GETRES = 429
37134pkg syscall (netbsd-amd64), const SYS_CLOCK_GETTIME = 427
37135pkg syscall (netbsd-amd64), const SYS_CLOCK_SETTIME = 428
37136pkg syscall (netbsd-amd64), const SYS_CLOSE = 6
37137pkg syscall (netbsd-amd64), const SYS_CONNECT = 98
37138pkg syscall (netbsd-amd64), const SYS_DUP = 41
37139pkg syscall (netbsd-amd64), const SYS_DUP2 = 90
37140pkg syscall (netbsd-amd64), const SYS_DUP3 = 454
37141pkg syscall (netbsd-amd64), const SYS_EXECVE = 59
37142pkg syscall (netbsd-amd64), const SYS_EXIT = 1
37143pkg syscall (netbsd-amd64), const SYS_EXTATTRCTL = 360
37144pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_FD = 366
37145pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_FILE = 363
37146pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_LINK = 369
37147pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_FD = 365
37148pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_FILE = 362
37149pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_LINK = 368
37150pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_FD = 370
37151pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_FILE = 371
37152pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_LINK = 372
37153pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_FD = 364
37154pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_FILE = 361
37155pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_LINK = 367
37156pkg syscall (netbsd-amd64), const SYS_FACCESSAT = 462
37157pkg syscall (netbsd-amd64), const SYS_FCHDIR = 13
37158pkg syscall (netbsd-amd64), const SYS_FCHFLAGS = 35
37159pkg syscall (netbsd-amd64), const SYS_FCHMOD = 124
37160pkg syscall (netbsd-amd64), const SYS_FCHMODAT = 463
37161pkg syscall (netbsd-amd64), const SYS_FCHOWN = 123
37162pkg syscall (netbsd-amd64), const SYS_FCHOWNAT = 464
37163pkg syscall (netbsd-amd64), const SYS_FCHROOT = 297
37164pkg syscall (netbsd-amd64), const SYS_FCNTL = 92
37165pkg syscall (netbsd-amd64), const SYS_FDATASYNC = 241
37166pkg syscall (netbsd-amd64), const SYS_FEXECVE = 465
37167pkg syscall (netbsd-amd64), const SYS_FGETXATTR = 380
37168pkg syscall (netbsd-amd64), const SYS_FHSTAT = 451
37169pkg syscall (netbsd-amd64), const SYS_FKTRACE = 288
37170pkg syscall (netbsd-amd64), const SYS_FLISTXATTR = 383
37171pkg syscall (netbsd-amd64), const SYS_FLOCK = 131
37172pkg syscall (netbsd-amd64), const SYS_FORK = 2
37173pkg syscall (netbsd-amd64), const SYS_FPATHCONF = 192
37174pkg syscall (netbsd-amd64), const SYS_FREMOVEXATTR = 386
37175pkg syscall (netbsd-amd64), const SYS_FSETXATTR = 377
37176pkg syscall (netbsd-amd64), const SYS_FSTAT = 440
37177pkg syscall (netbsd-amd64), const SYS_FSTATAT = 466
37178pkg syscall (netbsd-amd64), const SYS_FSTATVFS1 = 358
37179pkg syscall (netbsd-amd64), const SYS_FSYNC = 95
37180pkg syscall (netbsd-amd64), const SYS_FSYNC_RANGE = 354
37181pkg syscall (netbsd-amd64), const SYS_FTRUNCATE = 201
37182pkg syscall (netbsd-amd64), const SYS_FUTIMENS = 472
37183pkg syscall (netbsd-amd64), const SYS_FUTIMES = 423
37184pkg syscall (netbsd-amd64), const SYS_GETCONTEXT = 307
37185pkg syscall (netbsd-amd64), const SYS_GETDENTS = 390
37186pkg syscall (netbsd-amd64), const SYS_GETEGID = 43
37187pkg syscall (netbsd-amd64), const SYS_GETEUID = 25
37188pkg syscall (netbsd-amd64), const SYS_GETFH = 395
37189pkg syscall (netbsd-amd64), const SYS_GETGID = 47
37190pkg syscall (netbsd-amd64), const SYS_GETGROUPS = 79
37191pkg syscall (netbsd-amd64), const SYS_GETITIMER = 426
37192pkg syscall (netbsd-amd64), const SYS_GETPEERNAME = 31
37193pkg syscall (netbsd-amd64), const SYS_GETPGID = 207
37194pkg syscall (netbsd-amd64), const SYS_GETPGRP = 81
37195pkg syscall (netbsd-amd64), const SYS_GETPID = 20
37196pkg syscall (netbsd-amd64), const SYS_GETPPID = 39
37197pkg syscall (netbsd-amd64), const SYS_GETPRIORITY = 100
37198pkg syscall (netbsd-amd64), const SYS_GETRLIMIT = 194
37199pkg syscall (netbsd-amd64), const SYS_GETRUSAGE = 445
37200pkg syscall (netbsd-amd64), const SYS_GETSID = 286
37201pkg syscall (netbsd-amd64), const SYS_GETSOCKNAME = 32
37202pkg syscall (netbsd-amd64), const SYS_GETSOCKOPT = 118
37203pkg syscall (netbsd-amd64), const SYS_GETTIMEOFDAY = 418
37204pkg syscall (netbsd-amd64), const SYS_GETUID = 24
37205pkg syscall (netbsd-amd64), const SYS_GETVFSSTAT = 356
37206pkg syscall (netbsd-amd64), const SYS_GETXATTR = 378
37207pkg syscall (netbsd-amd64), const SYS_IOCTL = 54
37208pkg syscall (netbsd-amd64), const SYS_ISSETUGID = 305
37209pkg syscall (netbsd-amd64), const SYS_KEVENT = 435
37210pkg syscall (netbsd-amd64), const SYS_KILL = 37
37211pkg syscall (netbsd-amd64), const SYS_KQUEUE = 344
37212pkg syscall (netbsd-amd64), const SYS_KQUEUE1 = 455
37213pkg syscall (netbsd-amd64), const SYS_KTRACE = 45
37214pkg syscall (netbsd-amd64), const SYS_LCHFLAGS = 304
37215pkg syscall (netbsd-amd64), const SYS_LCHMOD = 274
37216pkg syscall (netbsd-amd64), const SYS_LCHOWN = 275
37217pkg syscall (netbsd-amd64), const SYS_LGETXATTR = 379
37218pkg syscall (netbsd-amd64), const SYS_LINK = 9
37219pkg syscall (netbsd-amd64), const SYS_LINKAT = 457
37220pkg syscall (netbsd-amd64), const SYS_LISTEN = 106
37221pkg syscall (netbsd-amd64), const SYS_LISTXATTR = 381
37222pkg syscall (netbsd-amd64), const SYS_LLISTXATTR = 382
37223pkg syscall (netbsd-amd64), const SYS_LREMOVEXATTR = 385
37224pkg syscall (netbsd-amd64), const SYS_LSEEK = 199
37225pkg syscall (netbsd-amd64), const SYS_LSETXATTR = 376
37226pkg syscall (netbsd-amd64), const SYS_LSTAT = 441
37227pkg syscall (netbsd-amd64), const SYS_LUTIMES = 424
37228pkg syscall (netbsd-amd64), const SYS_MADVISE = 75
37229pkg syscall (netbsd-amd64), const SYS_MINCORE = 78
37230pkg syscall (netbsd-amd64), const SYS_MINHERIT = 273
37231pkg syscall (netbsd-amd64), const SYS_MKDIR = 136
37232pkg syscall (netbsd-amd64), const SYS_MKDIRAT = 461
37233pkg syscall (netbsd-amd64), const SYS_MKFIFO = 132
37234pkg syscall (netbsd-amd64), const SYS_MKFIFOAT = 459
37235pkg syscall (netbsd-amd64), const SYS_MKNOD = 450
37236pkg syscall (netbsd-amd64), const SYS_MKNODAT = 460
37237pkg syscall (netbsd-amd64), const SYS_MLOCK = 203
37238pkg syscall (netbsd-amd64), const SYS_MLOCKALL = 242
37239pkg syscall (netbsd-amd64), const SYS_MMAP = 197
37240pkg syscall (netbsd-amd64), const SYS_MODCTL = 246
37241pkg syscall (netbsd-amd64), const SYS_MOUNT = 410
37242pkg syscall (netbsd-amd64), const SYS_MPROTECT = 74
37243pkg syscall (netbsd-amd64), const SYS_MREMAP = 411
37244pkg syscall (netbsd-amd64), const SYS_MSGCTL = 444
37245pkg syscall (netbsd-amd64), const SYS_MSGGET = 225
37246pkg syscall (netbsd-amd64), const SYS_MSGRCV = 227
37247pkg syscall (netbsd-amd64), const SYS_MSGSND = 226
37248pkg syscall (netbsd-amd64), const SYS_MUNLOCK = 204
37249pkg syscall (netbsd-amd64), const SYS_MUNLOCKALL = 243
37250pkg syscall (netbsd-amd64), const SYS_MUNMAP = 73
37251pkg syscall (netbsd-amd64), const SYS_NANOSLEEP = 430
37252pkg syscall (netbsd-amd64), const SYS_NTP_ADJTIME = 176
37253pkg syscall (netbsd-amd64), const SYS_NTP_GETTIME = 448
37254pkg syscall (netbsd-amd64), const SYS_OPEN = 5
37255pkg syscall (netbsd-amd64), const SYS_OPENAT = 468
37256pkg syscall (netbsd-amd64), const SYS_PACCEPT = 456
37257pkg syscall (netbsd-amd64), const SYS_PATHCONF = 191
37258pkg syscall (netbsd-amd64), const SYS_PIPE = 42
37259pkg syscall (netbsd-amd64), const SYS_PIPE2 = 453
37260pkg syscall (netbsd-amd64), const SYS_PMC_CONTROL = 342
37261pkg syscall (netbsd-amd64), const SYS_PMC_GET_INFO = 341
37262pkg syscall (netbsd-amd64), const SYS_POLL = 209
37263pkg syscall (netbsd-amd64), const SYS_POLLTS = 437
37264pkg syscall (netbsd-amd64), const SYS_POSIX_FADVISE = 416
37265pkg syscall (netbsd-amd64), const SYS_POSIX_SPAWN = 474
37266pkg syscall (netbsd-amd64), const SYS_PREAD = 173
37267pkg syscall (netbsd-amd64), const SYS_PREADV = 289
37268pkg syscall (netbsd-amd64), const SYS_PROFIL = 44
37269pkg syscall (netbsd-amd64), const SYS_PSELECT = 436
37270pkg syscall (netbsd-amd64), const SYS_PSET_ASSIGN = 414
37271pkg syscall (netbsd-amd64), const SYS_PSET_CREATE = 412
37272pkg syscall (netbsd-amd64), const SYS_PSET_DESTROY = 413
37273pkg syscall (netbsd-amd64), const SYS_PTRACE = 26
37274pkg syscall (netbsd-amd64), const SYS_PWRITE = 174
37275pkg syscall (netbsd-amd64), const SYS_PWRITEV = 290
37276pkg syscall (netbsd-amd64), const SYS_RASCTL = 343
37277pkg syscall (netbsd-amd64), const SYS_READ = 3
37278pkg syscall (netbsd-amd64), const SYS_READLINK = 58
37279pkg syscall (netbsd-amd64), const SYS_READLINKAT = 469
37280pkg syscall (netbsd-amd64), const SYS_READV = 120
37281pkg syscall (netbsd-amd64), const SYS_REBOOT = 208
37282pkg syscall (netbsd-amd64), const SYS_RECVFROM = 29
37283pkg syscall (netbsd-amd64), const SYS_RECVMMSG = 475
37284pkg syscall (netbsd-amd64), const SYS_RECVMSG = 27
37285pkg syscall (netbsd-amd64), const SYS_REMOVEXATTR = 384
37286pkg syscall (netbsd-amd64), const SYS_RENAME = 128
37287pkg syscall (netbsd-amd64), const SYS_RENAMEAT = 458
37288pkg syscall (netbsd-amd64), const SYS_REVOKE = 56
37289pkg syscall (netbsd-amd64), const SYS_RMDIR = 137
37290pkg syscall (netbsd-amd64), const SYS_SBRK = 69
37291pkg syscall (netbsd-amd64), const SYS_SCHED_YIELD = 350
37292pkg syscall (netbsd-amd64), const SYS_SELECT = 417
37293pkg syscall (netbsd-amd64), const SYS_SEMCONFIG = 223
37294pkg syscall (netbsd-amd64), const SYS_SEMGET = 221
37295pkg syscall (netbsd-amd64), const SYS_SEMOP = 222
37296pkg syscall (netbsd-amd64), const SYS_SENDMMSG = 476
37297pkg syscall (netbsd-amd64), const SYS_SENDMSG = 28
37298pkg syscall (netbsd-amd64), const SYS_SENDTO = 133
37299pkg syscall (netbsd-amd64), const SYS_SETCONTEXT = 308
37300pkg syscall (netbsd-amd64), const SYS_SETEGID = 182
37301pkg syscall (netbsd-amd64), const SYS_SETEUID = 183
37302pkg syscall (netbsd-amd64), const SYS_SETGID = 181
37303pkg syscall (netbsd-amd64), const SYS_SETGROUPS = 80
37304pkg syscall (netbsd-amd64), const SYS_SETITIMER = 425
37305pkg syscall (netbsd-amd64), const SYS_SETPGID = 82
37306pkg syscall (netbsd-amd64), const SYS_SETPRIORITY = 96
37307pkg syscall (netbsd-amd64), const SYS_SETREGID = 127
37308pkg syscall (netbsd-amd64), const SYS_SETREUID = 126
37309pkg syscall (netbsd-amd64), const SYS_SETRLIMIT = 195
37310pkg syscall (netbsd-amd64), const SYS_SETSID = 147
37311pkg syscall (netbsd-amd64), const SYS_SETSOCKOPT = 105
37312pkg syscall (netbsd-amd64), const SYS_SETTIMEOFDAY = 419
37313pkg syscall (netbsd-amd64), const SYS_SETUID = 23
37314pkg syscall (netbsd-amd64), const SYS_SETXATTR = 375
37315pkg syscall (netbsd-amd64), const SYS_SHMAT = 228
37316pkg syscall (netbsd-amd64), const SYS_SHMCTL = 443
37317pkg syscall (netbsd-amd64), const SYS_SHMDT = 230
37318pkg syscall (netbsd-amd64), const SYS_SHMGET = 231
37319pkg syscall (netbsd-amd64), const SYS_SHUTDOWN = 134
37320pkg syscall (netbsd-amd64), const SYS_SIGQUEUEINFO = 245
37321pkg syscall (netbsd-amd64), const SYS_SOCKET = 394
37322pkg syscall (netbsd-amd64), const SYS_SOCKETPAIR = 135
37323pkg syscall (netbsd-amd64), const SYS_SSTK = 70
37324pkg syscall (netbsd-amd64), const SYS_STAT = 439
37325pkg syscall (netbsd-amd64), const SYS_STATVFS1 = 357
37326pkg syscall (netbsd-amd64), const SYS_SWAPCTL = 271
37327pkg syscall (netbsd-amd64), const SYS_SYMLINK = 57
37328pkg syscall (netbsd-amd64), const SYS_SYMLINKAT = 470
37329pkg syscall (netbsd-amd64), const SYS_SYNC = 36
37330pkg syscall (netbsd-amd64), const SYS_SYSARCH = 165
37331pkg syscall (netbsd-amd64), const SYS_TIMER_CREATE = 235
37332pkg syscall (netbsd-amd64), const SYS_TIMER_DELETE = 236
37333pkg syscall (netbsd-amd64), const SYS_TIMER_GETOVERRUN = 239
37334pkg syscall (netbsd-amd64), const SYS_TIMER_GETTIME = 447
37335pkg syscall (netbsd-amd64), const SYS_TIMER_SETTIME = 446
37336pkg syscall (netbsd-amd64), const SYS_TRUNCATE = 200
37337pkg syscall (netbsd-amd64), const SYS_UMASK = 60
37338pkg syscall (netbsd-amd64), const SYS_UNDELETE = 205
37339pkg syscall (netbsd-amd64), const SYS_UNLINK = 10
37340pkg syscall (netbsd-amd64), const SYS_UNLINKAT = 471
37341pkg syscall (netbsd-amd64), const SYS_UNMOUNT = 22
37342pkg syscall (netbsd-amd64), const SYS_UTIMENSAT = 467
37343pkg syscall (netbsd-amd64), const SYS_UTIMES = 420
37344pkg syscall (netbsd-amd64), const SYS_UTRACE = 306
37345pkg syscall (netbsd-amd64), const SYS_UUIDGEN = 355
37346pkg syscall (netbsd-amd64), const SYS_VADVISE = 72
37347pkg syscall (netbsd-amd64), const SYS_VFORK = 66
37348pkg syscall (netbsd-amd64), const SYS_WAIT4 = 449
37349pkg syscall (netbsd-amd64), const SYS_WRITE = 4
37350pkg syscall (netbsd-amd64), const SYS_WRITEV = 121
37351pkg syscall (netbsd-amd64), const SYS__LWP_CONTINUE = 314
37352pkg syscall (netbsd-amd64), const SYS__LWP_CREATE = 309
37353pkg syscall (netbsd-amd64), const SYS__LWP_CTL = 325
37354pkg syscall (netbsd-amd64), const SYS__LWP_DETACH = 319
37355pkg syscall (netbsd-amd64), const SYS__LWP_EXIT = 310
37356pkg syscall (netbsd-amd64), const SYS__LWP_GETNAME = 324
37357pkg syscall (netbsd-amd64), const SYS__LWP_GETPRIVATE = 316
37358pkg syscall (netbsd-amd64), const SYS__LWP_KILL = 318
37359pkg syscall (netbsd-amd64), const SYS__LWP_PARK = 434
37360pkg syscall (netbsd-amd64), const SYS__LWP_SELF = 311
37361pkg syscall (netbsd-amd64), const SYS__LWP_SETNAME = 323
37362pkg syscall (netbsd-amd64), const SYS__LWP_SETPRIVATE = 317
37363pkg syscall (netbsd-amd64), const SYS__LWP_SUSPEND = 313
37364pkg syscall (netbsd-amd64), const SYS__LWP_UNPARK = 321
37365pkg syscall (netbsd-amd64), const SYS__LWP_UNPARK_ALL = 322
37366pkg syscall (netbsd-amd64), const SYS__LWP_WAIT = 312
37367pkg syscall (netbsd-amd64), const SYS__LWP_WAKEUP = 315
37368pkg syscall (netbsd-amd64), const SYS__PSET_BIND = 415
37369pkg syscall (netbsd-amd64), const SYS__SCHED_GETAFFINITY = 349
37370pkg syscall (netbsd-amd64), const SYS__SCHED_GETPARAM = 347
37371pkg syscall (netbsd-amd64), const SYS__SCHED_SETAFFINITY = 348
37372pkg syscall (netbsd-amd64), const SYS__SCHED_SETPARAM = 346
37373pkg syscall (netbsd-amd64), const SYS___CLONE = 287
37374pkg syscall (netbsd-amd64), const SYS___GETCWD = 296
37375pkg syscall (netbsd-amd64), const SYS___GETLOGIN = 49
37376pkg syscall (netbsd-amd64), const SYS___POSIX_CHOWN = 283
37377pkg syscall (netbsd-amd64), const SYS___POSIX_FCHOWN = 284
37378pkg syscall (netbsd-amd64), const SYS___POSIX_LCHOWN = 285
37379pkg syscall (netbsd-amd64), const SYS___POSIX_RENAME = 270
37380pkg syscall (netbsd-amd64), const SYS___QUOTACTL = 473
37381pkg syscall (netbsd-amd64), const SYS___SEMCTL = 442
37382pkg syscall (netbsd-amd64), const SYS___SETLOGIN = 50
37383pkg syscall (netbsd-amd64), const SYS___SIGACTION_SIGTRAMP = 340
37384pkg syscall (netbsd-amd64), const SYS___SIGTIMEDWAIT = 431
37385pkg syscall (netbsd-amd64), const SYS___SYSCTL = 202
37386pkg syscall (netbsd-amd64), const S_ARCH1 = 65536
37387pkg syscall (netbsd-amd64), const S_ARCH2 = 131072
37388pkg syscall (netbsd-amd64), const S_BLKSIZE = 512
37389pkg syscall (netbsd-amd64), const S_IEXEC = 64
37390pkg syscall (netbsd-amd64), const S_IFMT = 61440
37391pkg syscall (netbsd-amd64), const S_IFWHT = 57344
37392pkg syscall (netbsd-amd64), const S_IREAD = 256
37393pkg syscall (netbsd-amd64), const S_IRGRP = 32
37394pkg syscall (netbsd-amd64), const S_IROTH = 4
37395pkg syscall (netbsd-amd64), const S_IRWXG = 56
37396pkg syscall (netbsd-amd64), const S_IRWXO = 7
37397pkg syscall (netbsd-amd64), const S_IRWXU = 448
37398pkg syscall (netbsd-amd64), const S_ISTXT = 512
37399pkg syscall (netbsd-amd64), const S_IWGRP = 16
37400pkg syscall (netbsd-amd64), const S_IWOTH = 2
37401pkg syscall (netbsd-amd64), const S_IWRITE = 128
37402pkg syscall (netbsd-amd64), const S_IXGRP = 8
37403pkg syscall (netbsd-amd64), const S_IXOTH = 1
37404pkg syscall (netbsd-amd64), const S_LOGIN_SET = 1
37405pkg syscall (netbsd-amd64), const SizeofBpfHdr = 32
37406pkg syscall (netbsd-amd64), const SizeofBpfInsn = 8
37407pkg syscall (netbsd-amd64), const SizeofBpfProgram = 16
37408pkg syscall (netbsd-amd64), const SizeofBpfStat = 128
37409pkg syscall (netbsd-amd64), const SizeofBpfVersion = 4
37410pkg syscall (netbsd-amd64), const SizeofCmsghdr = 12
37411pkg syscall (netbsd-amd64), const SizeofIPMreq = 8
37412pkg syscall (netbsd-amd64), const SizeofIPv6Mreq = 20
37413pkg syscall (netbsd-amd64), const SizeofIfAnnounceMsghdr = 24
37414pkg syscall (netbsd-amd64), const SizeofIfData = 136
37415pkg syscall (netbsd-amd64), const SizeofIfMsghdr = 152
37416pkg syscall (netbsd-amd64), const SizeofIfaMsghdr = 24
37417pkg syscall (netbsd-amd64), const SizeofInet6Pktinfo = 20
37418pkg syscall (netbsd-amd64), const SizeofLinger = 8
37419pkg syscall (netbsd-amd64), const SizeofMsghdr = 48
37420pkg syscall (netbsd-amd64), const SizeofRtMetrics = 80
37421pkg syscall (netbsd-amd64), const SizeofRtMsghdr = 120
37422pkg syscall (netbsd-amd64), const SizeofSockaddrAny = 108
37423pkg syscall (netbsd-amd64), const SizeofSockaddrDatalink = 20
37424pkg syscall (netbsd-amd64), const SizeofSockaddrInet4 = 16
37425pkg syscall (netbsd-amd64), const SizeofSockaddrInet6 = 28
37426pkg syscall (netbsd-amd64), const SizeofSockaddrUnix = 106
37427pkg syscall (netbsd-amd64), const TCIFLUSH = 1
37428pkg syscall (netbsd-amd64), const TCIOFLUSH = 3
37429pkg syscall (netbsd-amd64), const TCOFLUSH = 2
37430pkg syscall (netbsd-amd64), const TCP_CONGCTL = 32
37431pkg syscall (netbsd-amd64), const TCP_KEEPCNT = 6
37432pkg syscall (netbsd-amd64), const TCP_KEEPIDLE = 3
37433pkg syscall (netbsd-amd64), const TCP_KEEPINIT = 7
37434pkg syscall (netbsd-amd64), const TCP_KEEPINTVL = 5
37435pkg syscall (netbsd-amd64), const TCP_MAXBURST = 4
37436pkg syscall (netbsd-amd64), const TCP_MAXSEG = 2
37437pkg syscall (netbsd-amd64), const TCP_MAXWIN = 65535
37438pkg syscall (netbsd-amd64), const TCP_MAX_WINSHIFT = 14
37439pkg syscall (netbsd-amd64), const TCP_MD5SIG = 16
37440pkg syscall (netbsd-amd64), const TCP_MINMSS = 216
37441pkg syscall (netbsd-amd64), const TCP_MSS = 536
37442pkg syscall (netbsd-amd64), const TCSAFLUSH = 2
37443pkg syscall (netbsd-amd64), const TIOCCBRK = 536900730
37444pkg syscall (netbsd-amd64), const TIOCCDTR = 536900728
37445pkg syscall (netbsd-amd64), const TIOCCONS = 2147775586
37446pkg syscall (netbsd-amd64), const TIOCDCDTIMESTAMP = 1074820184
37447pkg syscall (netbsd-amd64), const TIOCDRAIN = 536900702
37448pkg syscall (netbsd-amd64), const TIOCEXCL = 536900621
37449pkg syscall (netbsd-amd64), const TIOCEXT = 2147775584
37450pkg syscall (netbsd-amd64), const TIOCFLAG_CDTRCTS = 16
37451pkg syscall (netbsd-amd64), const TIOCFLAG_CLOCAL = 2
37452pkg syscall (netbsd-amd64), const TIOCFLAG_CRTSCTS = 4
37453pkg syscall (netbsd-amd64), const TIOCFLAG_MDMBUF = 8
37454pkg syscall (netbsd-amd64), const TIOCFLAG_SOFTCAR = 1
37455pkg syscall (netbsd-amd64), const TIOCFLUSH = 2147775504
37456pkg syscall (netbsd-amd64), const TIOCGETA = 1076655123
37457pkg syscall (netbsd-amd64), const TIOCGETD = 1074033690
37458pkg syscall (netbsd-amd64), const TIOCGFLAGS = 1074033757
37459pkg syscall (netbsd-amd64), const TIOCGLINED = 1075868738
37460pkg syscall (netbsd-amd64), const TIOCGPGRP = 1074033783
37461pkg syscall (netbsd-amd64), const TIOCGQSIZE = 1074033793
37462pkg syscall (netbsd-amd64), const TIOCGRANTPT = 536900679
37463pkg syscall (netbsd-amd64), const TIOCGSID = 1074033763
37464pkg syscall (netbsd-amd64), const TIOCGSIZE = 1074295912
37465pkg syscall (netbsd-amd64), const TIOCGWINSZ = 1074295912
37466pkg syscall (netbsd-amd64), const TIOCMBIC = 2147775595
37467pkg syscall (netbsd-amd64), const TIOCMBIS = 2147775596
37468pkg syscall (netbsd-amd64), const TIOCMGET = 1074033770
37469pkg syscall (netbsd-amd64), const TIOCMSET = 2147775597
37470pkg syscall (netbsd-amd64), const TIOCM_CAR = 64
37471pkg syscall (netbsd-amd64), const TIOCM_CD = 64
37472pkg syscall (netbsd-amd64), const TIOCM_CTS = 32
37473pkg syscall (netbsd-amd64), const TIOCM_DSR = 256
37474pkg syscall (netbsd-amd64), const TIOCM_DTR = 2
37475pkg syscall (netbsd-amd64), const TIOCM_LE = 1
37476pkg syscall (netbsd-amd64), const TIOCM_RI = 128
37477pkg syscall (netbsd-amd64), const TIOCM_RNG = 128
37478pkg syscall (netbsd-amd64), const TIOCM_RTS = 4
37479pkg syscall (netbsd-amd64), const TIOCM_SR = 16
37480pkg syscall (netbsd-amd64), const TIOCM_ST = 8
37481pkg syscall (netbsd-amd64), const TIOCNOTTY = 536900721
37482pkg syscall (netbsd-amd64), const TIOCNXCL = 536900622
37483pkg syscall (netbsd-amd64), const TIOCOUTQ = 1074033779
37484pkg syscall (netbsd-amd64), const TIOCPKT = 2147775600
37485pkg syscall (netbsd-amd64), const TIOCPKT_DATA = 0
37486pkg syscall (netbsd-amd64), const TIOCPKT_DOSTOP = 32
37487pkg syscall (netbsd-amd64), const TIOCPKT_FLUSHREAD = 1
37488pkg syscall (netbsd-amd64), const TIOCPKT_FLUSHWRITE = 2
37489pkg syscall (netbsd-amd64), const TIOCPKT_IOCTL = 64
37490pkg syscall (netbsd-amd64), const TIOCPKT_NOSTOP = 16
37491pkg syscall (netbsd-amd64), const TIOCPKT_START = 8
37492pkg syscall (netbsd-amd64), const TIOCPKT_STOP = 4
37493pkg syscall (netbsd-amd64), const TIOCPTMGET = 1076393030
37494pkg syscall (netbsd-amd64), const TIOCPTSNAME = 1076393032
37495pkg syscall (netbsd-amd64), const TIOCRCVFRAME = 2148037701
37496pkg syscall (netbsd-amd64), const TIOCREMOTE = 2147775593
37497pkg syscall (netbsd-amd64), const TIOCSBRK = 536900731
37498pkg syscall (netbsd-amd64), const TIOCSCTTY = 536900705
37499pkg syscall (netbsd-amd64), const TIOCSDTR = 536900729
37500pkg syscall (netbsd-amd64), const TIOCSETA = 2150396948
37501pkg syscall (netbsd-amd64), const TIOCSETAF = 2150396950
37502pkg syscall (netbsd-amd64), const TIOCSETAW = 2150396949
37503pkg syscall (netbsd-amd64), const TIOCSETD = 2147775515
37504pkg syscall (netbsd-amd64), const TIOCSFLAGS = 2147775580
37505pkg syscall (netbsd-amd64), const TIOCSIG = 536900703
37506pkg syscall (netbsd-amd64), const TIOCSLINED = 2149610563
37507pkg syscall (netbsd-amd64), const TIOCSPGRP = 2147775606
37508pkg syscall (netbsd-amd64), const TIOCSQSIZE = 2147775616
37509pkg syscall (netbsd-amd64), const TIOCSSIZE = 2148037735
37510pkg syscall (netbsd-amd64), const TIOCSTART = 536900718
37511pkg syscall (netbsd-amd64), const TIOCSTAT = 2147775589
37512pkg syscall (netbsd-amd64), const TIOCSTI = 2147578994
37513pkg syscall (netbsd-amd64), const TIOCSTOP = 536900719
37514pkg syscall (netbsd-amd64), const TIOCSWINSZ = 2148037735
37515pkg syscall (netbsd-amd64), const TIOCUCNTL = 2147775590
37516pkg syscall (netbsd-amd64), const TIOCXMTFRAME = 2148037700
37517pkg syscall (netbsd-amd64), const TOSTOP = 4194304
37518pkg syscall (netbsd-amd64), const VDISCARD = 15
37519pkg syscall (netbsd-amd64), const VDSUSP = 11
37520pkg syscall (netbsd-amd64), const VEOF = 0
37521pkg syscall (netbsd-amd64), const VEOL = 1
37522pkg syscall (netbsd-amd64), const VEOL2 = 2
37523pkg syscall (netbsd-amd64), const VERASE = 3
37524pkg syscall (netbsd-amd64), const VINTR = 8
37525pkg syscall (netbsd-amd64), const VKILL = 5
37526pkg syscall (netbsd-amd64), const VLNEXT = 14
37527pkg syscall (netbsd-amd64), const VMIN = 16
37528pkg syscall (netbsd-amd64), const VQUIT = 9
37529pkg syscall (netbsd-amd64), const VREPRINT = 6
37530pkg syscall (netbsd-amd64), const VSTART = 12
37531pkg syscall (netbsd-amd64), const VSTATUS = 18
37532pkg syscall (netbsd-amd64), const VSTOP = 13
37533pkg syscall (netbsd-amd64), const VSUSP = 10
37534pkg syscall (netbsd-amd64), const VTIME = 17
37535pkg syscall (netbsd-amd64), const VWERASE = 4
37536pkg syscall (netbsd-amd64), const WALL = 8
37537pkg syscall (netbsd-amd64), const WALLSIG = 8
37538pkg syscall (netbsd-amd64), const WALTSIG = 4
37539pkg syscall (netbsd-amd64), const WCLONE = 4
37540pkg syscall (netbsd-amd64), const WCOREFLAG = 128
37541pkg syscall (netbsd-amd64), const WNOHANG = 1
37542pkg syscall (netbsd-amd64), const WNOWAIT = 65536
37543pkg syscall (netbsd-amd64), const WNOZOMBIE = 131072
37544pkg syscall (netbsd-amd64), const WOPTSCHECKED = 262144
37545pkg syscall (netbsd-amd64), const WSTOPPED = 127
37546pkg syscall (netbsd-amd64), const WUNTRACED = 2
37547pkg syscall (netbsd-amd64-cgo), const AF_APPLETALK = 16
37548pkg syscall (netbsd-amd64-cgo), const AF_ARP = 28
37549pkg syscall (netbsd-amd64-cgo), const AF_BLUETOOTH = 31
37550pkg syscall (netbsd-amd64-cgo), const AF_CCITT = 10
37551pkg syscall (netbsd-amd64-cgo), const AF_CHAOS = 5
37552pkg syscall (netbsd-amd64-cgo), const AF_CNT = 21
37553pkg syscall (netbsd-amd64-cgo), const AF_COIP = 20
37554pkg syscall (netbsd-amd64-cgo), const AF_DATAKIT = 9
37555pkg syscall (netbsd-amd64-cgo), const AF_DECnet = 12
37556pkg syscall (netbsd-amd64-cgo), const AF_DLI = 13
37557pkg syscall (netbsd-amd64-cgo), const AF_E164 = 26
37558pkg syscall (netbsd-amd64-cgo), const AF_ECMA = 8
37559pkg syscall (netbsd-amd64-cgo), const AF_HYLINK = 15
37560pkg syscall (netbsd-amd64-cgo), const AF_IEEE80211 = 32
37561pkg syscall (netbsd-amd64-cgo), const AF_IMPLINK = 3
37562pkg syscall (netbsd-amd64-cgo), const AF_INET6 = 24
37563pkg syscall (netbsd-amd64-cgo), const AF_IPX = 23
37564pkg syscall (netbsd-amd64-cgo), const AF_ISDN = 26
37565pkg syscall (netbsd-amd64-cgo), const AF_ISO = 7
37566pkg syscall (netbsd-amd64-cgo), const AF_LAT = 14
37567pkg syscall (netbsd-amd64-cgo), const AF_LINK = 18
37568pkg syscall (netbsd-amd64-cgo), const AF_LOCAL = 1
37569pkg syscall (netbsd-amd64-cgo), const AF_MAX = 35
37570pkg syscall (netbsd-amd64-cgo), const AF_MPLS = 33
37571pkg syscall (netbsd-amd64-cgo), const AF_NATM = 27
37572pkg syscall (netbsd-amd64-cgo), const AF_NS = 6
37573pkg syscall (netbsd-amd64-cgo), const AF_OROUTE = 17
37574pkg syscall (netbsd-amd64-cgo), const AF_OSI = 7
37575pkg syscall (netbsd-amd64-cgo), const AF_PUP = 4
37576pkg syscall (netbsd-amd64-cgo), const AF_ROUTE = 34
37577pkg syscall (netbsd-amd64-cgo), const AF_SNA = 11
37578pkg syscall (netbsd-amd64-cgo), const ARPHRD_ARCNET = 7
37579pkg syscall (netbsd-amd64-cgo), const ARPHRD_ETHER = 1
37580pkg syscall (netbsd-amd64-cgo), const ARPHRD_FRELAY = 15
37581pkg syscall (netbsd-amd64-cgo), const ARPHRD_IEEE1394 = 24
37582pkg syscall (netbsd-amd64-cgo), const ARPHRD_IEEE802 = 6
37583pkg syscall (netbsd-amd64-cgo), const ARPHRD_STRIP = 23
37584pkg syscall (netbsd-amd64-cgo), const B0 = 0
37585pkg syscall (netbsd-amd64-cgo), const B110 = 110
37586pkg syscall (netbsd-amd64-cgo), const B115200 = 115200
37587pkg syscall (netbsd-amd64-cgo), const B1200 = 1200
37588pkg syscall (netbsd-amd64-cgo), const B134 = 134
37589pkg syscall (netbsd-amd64-cgo), const B14400 = 14400
37590pkg syscall (netbsd-amd64-cgo), const B150 = 150
37591pkg syscall (netbsd-amd64-cgo), const B1800 = 1800
37592pkg syscall (netbsd-amd64-cgo), const B19200 = 19200
37593pkg syscall (netbsd-amd64-cgo), const B200 = 200
37594pkg syscall (netbsd-amd64-cgo), const B230400 = 230400
37595pkg syscall (netbsd-amd64-cgo), const B2400 = 2400
37596pkg syscall (netbsd-amd64-cgo), const B28800 = 28800
37597pkg syscall (netbsd-amd64-cgo), const B300 = 300
37598pkg syscall (netbsd-amd64-cgo), const B38400 = 38400
37599pkg syscall (netbsd-amd64-cgo), const B460800 = 460800
37600pkg syscall (netbsd-amd64-cgo), const B4800 = 4800
37601pkg syscall (netbsd-amd64-cgo), const B50 = 50
37602pkg syscall (netbsd-amd64-cgo), const B57600 = 57600
37603pkg syscall (netbsd-amd64-cgo), const B600 = 600
37604pkg syscall (netbsd-amd64-cgo), const B7200 = 7200
37605pkg syscall (netbsd-amd64-cgo), const B75 = 75
37606pkg syscall (netbsd-amd64-cgo), const B76800 = 76800
37607pkg syscall (netbsd-amd64-cgo), const B921600 = 921600
37608pkg syscall (netbsd-amd64-cgo), const B9600 = 9600
37609pkg syscall (netbsd-amd64-cgo), const BIOCFEEDBACK = 2147762813
37610pkg syscall (netbsd-amd64-cgo), const BIOCFLUSH = 536887912
37611pkg syscall (netbsd-amd64-cgo), const BIOCGBLEN = 1074020966
37612pkg syscall (netbsd-amd64-cgo), const BIOCGDLT = 1074020970
37613pkg syscall (netbsd-amd64-cgo), const BIOCGDLTLIST = 3222291063
37614pkg syscall (netbsd-amd64-cgo), const BIOCGETIF = 1083196011
37615pkg syscall (netbsd-amd64-cgo), const BIOCGFEEDBACK = 1074020988
37616pkg syscall (netbsd-amd64-cgo), const BIOCGHDRCMPLT = 1074020980
37617pkg syscall (netbsd-amd64-cgo), const BIOCGRTIMEOUT = 1074807419
37618pkg syscall (netbsd-amd64-cgo), const BIOCGSEESENT = 1074020984
37619pkg syscall (netbsd-amd64-cgo), const BIOCGSTATS = 1082147439
37620pkg syscall (netbsd-amd64-cgo), const BIOCGSTATSOLD = 1074283119
37621pkg syscall (netbsd-amd64-cgo), const BIOCIMMEDIATE = 2147762800
37622pkg syscall (netbsd-amd64-cgo), const BIOCPROMISC = 536887913
37623pkg syscall (netbsd-amd64-cgo), const BIOCSBLEN = 3221504614
37624pkg syscall (netbsd-amd64-cgo), const BIOCSDLT = 2147762806
37625pkg syscall (netbsd-amd64-cgo), const BIOCSETF = 2148549223
37626pkg syscall (netbsd-amd64-cgo), const BIOCSETIF = 2156937836
37627pkg syscall (netbsd-amd64-cgo), const BIOCSFEEDBACK = 2147762813
37628pkg syscall (netbsd-amd64-cgo), const BIOCSHDRCMPLT = 2147762805
37629pkg syscall (netbsd-amd64-cgo), const BIOCSRTIMEOUT = 2148549242
37630pkg syscall (netbsd-amd64-cgo), const BIOCSSEESENT = 2147762809
37631pkg syscall (netbsd-amd64-cgo), const BIOCSTCPF = 2148549234
37632pkg syscall (netbsd-amd64-cgo), const BIOCSUDPF = 2148549235
37633pkg syscall (netbsd-amd64-cgo), const BIOCVERSION = 1074020977
37634pkg syscall (netbsd-amd64-cgo), const BPF_A = 16
37635pkg syscall (netbsd-amd64-cgo), const BPF_ABS = 32
37636pkg syscall (netbsd-amd64-cgo), const BPF_ADD = 0
37637pkg syscall (netbsd-amd64-cgo), const BPF_ALIGNMENT = 8
37638pkg syscall (netbsd-amd64-cgo), const BPF_ALIGNMENT32 = 4
37639pkg syscall (netbsd-amd64-cgo), const BPF_ALU = 4
37640pkg syscall (netbsd-amd64-cgo), const BPF_AND = 80
37641pkg syscall (netbsd-amd64-cgo), const BPF_B = 16
37642pkg syscall (netbsd-amd64-cgo), const BPF_DFLTBUFSIZE = 1048576
37643pkg syscall (netbsd-amd64-cgo), const BPF_DIV = 48
37644pkg syscall (netbsd-amd64-cgo), const BPF_H = 8
37645pkg syscall (netbsd-amd64-cgo), const BPF_IMM = 0
37646pkg syscall (netbsd-amd64-cgo), const BPF_IND = 64
37647pkg syscall (netbsd-amd64-cgo), const BPF_JA = 0
37648pkg syscall (netbsd-amd64-cgo), const BPF_JEQ = 16
37649pkg syscall (netbsd-amd64-cgo), const BPF_JGE = 48
37650pkg syscall (netbsd-amd64-cgo), const BPF_JGT = 32
37651pkg syscall (netbsd-amd64-cgo), const BPF_JMP = 5
37652pkg syscall (netbsd-amd64-cgo), const BPF_JSET = 64
37653pkg syscall (netbsd-amd64-cgo), const BPF_K = 0
37654pkg syscall (netbsd-amd64-cgo), const BPF_LD = 0
37655pkg syscall (netbsd-amd64-cgo), const BPF_LDX = 1
37656pkg syscall (netbsd-amd64-cgo), const BPF_LEN = 128
37657pkg syscall (netbsd-amd64-cgo), const BPF_LSH = 96
37658pkg syscall (netbsd-amd64-cgo), const BPF_MAJOR_VERSION = 1
37659pkg syscall (netbsd-amd64-cgo), const BPF_MAXBUFSIZE = 16777216
37660pkg syscall (netbsd-amd64-cgo), const BPF_MAXINSNS = 512
37661pkg syscall (netbsd-amd64-cgo), const BPF_MEM = 96
37662pkg syscall (netbsd-amd64-cgo), const BPF_MEMWORDS = 16
37663pkg syscall (netbsd-amd64-cgo), const BPF_MINBUFSIZE = 32
37664pkg syscall (netbsd-amd64-cgo), const BPF_MINOR_VERSION = 1
37665pkg syscall (netbsd-amd64-cgo), const BPF_MISC = 7
37666pkg syscall (netbsd-amd64-cgo), const BPF_MSH = 160
37667pkg syscall (netbsd-amd64-cgo), const BPF_MUL = 32
37668pkg syscall (netbsd-amd64-cgo), const BPF_NEG = 128
37669pkg syscall (netbsd-amd64-cgo), const BPF_OR = 64
37670pkg syscall (netbsd-amd64-cgo), const BPF_RELEASE = 199606
37671pkg syscall (netbsd-amd64-cgo), const BPF_RET = 6
37672pkg syscall (netbsd-amd64-cgo), const BPF_RSH = 112
37673pkg syscall (netbsd-amd64-cgo), const BPF_ST = 2
37674pkg syscall (netbsd-amd64-cgo), const BPF_STX = 3
37675pkg syscall (netbsd-amd64-cgo), const BPF_SUB = 16
37676pkg syscall (netbsd-amd64-cgo), const BPF_TAX = 0
37677pkg syscall (netbsd-amd64-cgo), const BPF_TXA = 128
37678pkg syscall (netbsd-amd64-cgo), const BPF_W = 0
37679pkg syscall (netbsd-amd64-cgo), const BPF_X = 8
37680pkg syscall (netbsd-amd64-cgo), const BRKINT = 2
37681pkg syscall (netbsd-amd64-cgo), const CFLUSH = 15
37682pkg syscall (netbsd-amd64-cgo), const CLOCAL = 32768
37683pkg syscall (netbsd-amd64-cgo), const CREAD = 2048
37684pkg syscall (netbsd-amd64-cgo), const CS5 = 0
37685pkg syscall (netbsd-amd64-cgo), const CS6 = 256
37686pkg syscall (netbsd-amd64-cgo), const CS7 = 512
37687pkg syscall (netbsd-amd64-cgo), const CS8 = 768
37688pkg syscall (netbsd-amd64-cgo), const CSIZE = 768
37689pkg syscall (netbsd-amd64-cgo), const CSTART = 17
37690pkg syscall (netbsd-amd64-cgo), const CSTATUS = 20
37691pkg syscall (netbsd-amd64-cgo), const CSTOP = 19
37692pkg syscall (netbsd-amd64-cgo), const CSTOPB = 1024
37693pkg syscall (netbsd-amd64-cgo), const CSUSP = 26
37694pkg syscall (netbsd-amd64-cgo), const CTL_MAXNAME = 12
37695pkg syscall (netbsd-amd64-cgo), const CTL_NET = 4
37696pkg syscall (netbsd-amd64-cgo), const CTL_QUERY = -2
37697pkg syscall (netbsd-amd64-cgo), const DIOCBSFLUSH = 536896632
37698pkg syscall (netbsd-amd64-cgo), const DLT_A429 = 184
37699pkg syscall (netbsd-amd64-cgo), const DLT_A653_ICM = 185
37700pkg syscall (netbsd-amd64-cgo), const DLT_AIRONET_HEADER = 120
37701pkg syscall (netbsd-amd64-cgo), const DLT_AOS = 222
37702pkg syscall (netbsd-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
37703pkg syscall (netbsd-amd64-cgo), const DLT_ARCNET = 7
37704pkg syscall (netbsd-amd64-cgo), const DLT_ARCNET_LINUX = 129
37705pkg syscall (netbsd-amd64-cgo), const DLT_ATM_CLIP = 19
37706pkg syscall (netbsd-amd64-cgo), const DLT_ATM_RFC1483 = 11
37707pkg syscall (netbsd-amd64-cgo), const DLT_AURORA = 126
37708pkg syscall (netbsd-amd64-cgo), const DLT_AX25 = 3
37709pkg syscall (netbsd-amd64-cgo), const DLT_AX25_KISS = 202
37710pkg syscall (netbsd-amd64-cgo), const DLT_BACNET_MS_TP = 165
37711pkg syscall (netbsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
37712pkg syscall (netbsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
37713pkg syscall (netbsd-amd64-cgo), const DLT_CAN20B = 190
37714pkg syscall (netbsd-amd64-cgo), const DLT_CAN_SOCKETCAN = 227
37715pkg syscall (netbsd-amd64-cgo), const DLT_CHAOS = 5
37716pkg syscall (netbsd-amd64-cgo), const DLT_CISCO_IOS = 118
37717pkg syscall (netbsd-amd64-cgo), const DLT_C_HDLC = 104
37718pkg syscall (netbsd-amd64-cgo), const DLT_C_HDLC_WITH_DIR = 205
37719pkg syscall (netbsd-amd64-cgo), const DLT_DECT = 221
37720pkg syscall (netbsd-amd64-cgo), const DLT_DOCSIS = 143
37721pkg syscall (netbsd-amd64-cgo), const DLT_ECONET = 115
37722pkg syscall (netbsd-amd64-cgo), const DLT_EN10MB = 1
37723pkg syscall (netbsd-amd64-cgo), const DLT_EN3MB = 2
37724pkg syscall (netbsd-amd64-cgo), const DLT_ENC = 109
37725pkg syscall (netbsd-amd64-cgo), const DLT_ERF = 197
37726pkg syscall (netbsd-amd64-cgo), const DLT_ERF_ETH = 175
37727pkg syscall (netbsd-amd64-cgo), const DLT_ERF_POS = 176
37728pkg syscall (netbsd-amd64-cgo), const DLT_FC_2 = 224
37729pkg syscall (netbsd-amd64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
37730pkg syscall (netbsd-amd64-cgo), const DLT_FDDI = 10
37731pkg syscall (netbsd-amd64-cgo), const DLT_FLEXRAY = 210
37732pkg syscall (netbsd-amd64-cgo), const DLT_FRELAY = 107
37733pkg syscall (netbsd-amd64-cgo), const DLT_FRELAY_WITH_DIR = 206
37734pkg syscall (netbsd-amd64-cgo), const DLT_GCOM_SERIAL = 173
37735pkg syscall (netbsd-amd64-cgo), const DLT_GCOM_T1E1 = 172
37736pkg syscall (netbsd-amd64-cgo), const DLT_GPF_F = 171
37737pkg syscall (netbsd-amd64-cgo), const DLT_GPF_T = 170
37738pkg syscall (netbsd-amd64-cgo), const DLT_GPRS_LLC = 169
37739pkg syscall (netbsd-amd64-cgo), const DLT_GSMTAP_ABIS = 218
37740pkg syscall (netbsd-amd64-cgo), const DLT_GSMTAP_UM = 217
37741pkg syscall (netbsd-amd64-cgo), const DLT_HDLC = 16
37742pkg syscall (netbsd-amd64-cgo), const DLT_HHDLC = 121
37743pkg syscall (netbsd-amd64-cgo), const DLT_HIPPI = 15
37744pkg syscall (netbsd-amd64-cgo), const DLT_IBM_SN = 146
37745pkg syscall (netbsd-amd64-cgo), const DLT_IBM_SP = 145
37746pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802 = 6
37747pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11 = 105
37748pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11_RADIO = 127
37749pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
37750pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4 = 195
37751pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4_LINUX = 191
37752pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
37753pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS = 188
37754pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
37755pkg syscall (netbsd-amd64-cgo), const DLT_IPMB = 199
37756pkg syscall (netbsd-amd64-cgo), const DLT_IPMB_LINUX = 209
37757pkg syscall (netbsd-amd64-cgo), const DLT_IPNET = 226
37758pkg syscall (netbsd-amd64-cgo), const DLT_IPV4 = 228
37759pkg syscall (netbsd-amd64-cgo), const DLT_IPV6 = 229
37760pkg syscall (netbsd-amd64-cgo), const DLT_IP_OVER_FC = 122
37761pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ATM1 = 137
37762pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ATM2 = 135
37763pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_CHDLC = 181
37764pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ES = 132
37765pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ETHER = 178
37766pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_FRELAY = 180
37767pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_GGSN = 133
37768pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ISM = 194
37769pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MFR = 134
37770pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MLFR = 131
37771pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MLPPP = 130
37772pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MONITOR = 164
37773pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PIC_PEER = 174
37774pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPP = 179
37775pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPPOE = 167
37776pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
37777pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_SERVICES = 136
37778pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ST = 200
37779pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_VP = 183
37780pkg syscall (netbsd-amd64-cgo), const DLT_LAPB_WITH_DIR = 207
37781pkg syscall (netbsd-amd64-cgo), const DLT_LAPD = 203
37782pkg syscall (netbsd-amd64-cgo), const DLT_LIN = 212
37783pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_EVDEV = 216
37784pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_IRDA = 144
37785pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_LAPD = 177
37786pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_SLL = 113
37787pkg syscall (netbsd-amd64-cgo), const DLT_LOOP = 108
37788pkg syscall (netbsd-amd64-cgo), const DLT_LTALK = 114
37789pkg syscall (netbsd-amd64-cgo), const DLT_MFR = 182
37790pkg syscall (netbsd-amd64-cgo), const DLT_MOST = 211
37791pkg syscall (netbsd-amd64-cgo), const DLT_MPLS = 219
37792pkg syscall (netbsd-amd64-cgo), const DLT_MTP2 = 140
37793pkg syscall (netbsd-amd64-cgo), const DLT_MTP2_WITH_PHDR = 139
37794pkg syscall (netbsd-amd64-cgo), const DLT_MTP3 = 141
37795pkg syscall (netbsd-amd64-cgo), const DLT_NULL = 0
37796pkg syscall (netbsd-amd64-cgo), const DLT_PCI_EXP = 125
37797pkg syscall (netbsd-amd64-cgo), const DLT_PFLOG = 117
37798pkg syscall (netbsd-amd64-cgo), const DLT_PFSYNC = 18
37799pkg syscall (netbsd-amd64-cgo), const DLT_PPI = 192
37800pkg syscall (netbsd-amd64-cgo), const DLT_PPP = 9
37801pkg syscall (netbsd-amd64-cgo), const DLT_PPP_BSDOS = 14
37802pkg syscall (netbsd-amd64-cgo), const DLT_PPP_ETHER = 51
37803pkg syscall (netbsd-amd64-cgo), const DLT_PPP_PPPD = 166
37804pkg syscall (netbsd-amd64-cgo), const DLT_PPP_SERIAL = 50
37805pkg syscall (netbsd-amd64-cgo), const DLT_PPP_WITH_DIR = 204
37806pkg syscall (netbsd-amd64-cgo), const DLT_PRISM_HEADER = 119
37807pkg syscall (netbsd-amd64-cgo), const DLT_PRONET = 4
37808pkg syscall (netbsd-amd64-cgo), const DLT_RAIF1 = 198
37809pkg syscall (netbsd-amd64-cgo), const DLT_RAW = 12
37810pkg syscall (netbsd-amd64-cgo), const DLT_RAWAF_MASK = 35913728
37811pkg syscall (netbsd-amd64-cgo), const DLT_RIO = 124
37812pkg syscall (netbsd-amd64-cgo), const DLT_SCCP = 142
37813pkg syscall (netbsd-amd64-cgo), const DLT_SITA = 196
37814pkg syscall (netbsd-amd64-cgo), const DLT_SLIP = 8
37815pkg syscall (netbsd-amd64-cgo), const DLT_SLIP_BSDOS = 13
37816pkg syscall (netbsd-amd64-cgo), const DLT_SUNATM = 123
37817pkg syscall (netbsd-amd64-cgo), const DLT_SYMANTEC_FIREWALL = 99
37818pkg syscall (netbsd-amd64-cgo), const DLT_TZSP = 128
37819pkg syscall (netbsd-amd64-cgo), const DLT_USB = 186
37820pkg syscall (netbsd-amd64-cgo), const DLT_USB_LINUX = 189
37821pkg syscall (netbsd-amd64-cgo), const DLT_USB_LINUX_MMAPPED = 220
37822pkg syscall (netbsd-amd64-cgo), const DLT_WIHART = 223
37823pkg syscall (netbsd-amd64-cgo), const DLT_X2E_SERIAL = 213
37824pkg syscall (netbsd-amd64-cgo), const DLT_X2E_XORAYA = 214
37825pkg syscall (netbsd-amd64-cgo), const DT_BLK = 6
37826pkg syscall (netbsd-amd64-cgo), const DT_CHR = 2
37827pkg syscall (netbsd-amd64-cgo), const DT_DIR = 4
37828pkg syscall (netbsd-amd64-cgo), const DT_FIFO = 1
37829pkg syscall (netbsd-amd64-cgo), const DT_LNK = 10
37830pkg syscall (netbsd-amd64-cgo), const DT_REG = 8
37831pkg syscall (netbsd-amd64-cgo), const DT_SOCK = 12
37832pkg syscall (netbsd-amd64-cgo), const DT_UNKNOWN = 0
37833pkg syscall (netbsd-amd64-cgo), const DT_WHT = 14
37834pkg syscall (netbsd-amd64-cgo), const E2BIG = 7
37835pkg syscall (netbsd-amd64-cgo), const EACCES = 13
37836pkg syscall (netbsd-amd64-cgo), const EADDRINUSE = 48
37837pkg syscall (netbsd-amd64-cgo), const EADDRNOTAVAIL = 49
37838pkg syscall (netbsd-amd64-cgo), const EAFNOSUPPORT = 47
37839pkg syscall (netbsd-amd64-cgo), const EAGAIN = 35
37840pkg syscall (netbsd-amd64-cgo), const EALREADY = 37
37841pkg syscall (netbsd-amd64-cgo), const EAUTH = 80
37842pkg syscall (netbsd-amd64-cgo), const EBADF = 9
37843pkg syscall (netbsd-amd64-cgo), const EBADMSG = 88
37844pkg syscall (netbsd-amd64-cgo), const EBADRPC = 72
37845pkg syscall (netbsd-amd64-cgo), const EBUSY = 16
37846pkg syscall (netbsd-amd64-cgo), const ECANCELED = 87
37847pkg syscall (netbsd-amd64-cgo), const ECHILD = 10
37848pkg syscall (netbsd-amd64-cgo), const ECHO = 8
37849pkg syscall (netbsd-amd64-cgo), const ECHOCTL = 64
37850pkg syscall (netbsd-amd64-cgo), const ECHOE = 2
37851pkg syscall (netbsd-amd64-cgo), const ECHOK = 4
37852pkg syscall (netbsd-amd64-cgo), const ECHOKE = 1
37853pkg syscall (netbsd-amd64-cgo), const ECHONL = 16
37854pkg syscall (netbsd-amd64-cgo), const ECHOPRT = 32
37855pkg syscall (netbsd-amd64-cgo), const ECONNABORTED = 53
37856pkg syscall (netbsd-amd64-cgo), const ECONNREFUSED = 61
37857pkg syscall (netbsd-amd64-cgo), const ECONNRESET = 54
37858pkg syscall (netbsd-amd64-cgo), const EDEADLK = 11
37859pkg syscall (netbsd-amd64-cgo), const EDESTADDRREQ = 39
37860pkg syscall (netbsd-amd64-cgo), const EDOM = 33
37861pkg syscall (netbsd-amd64-cgo), const EDQUOT = 69
37862pkg syscall (netbsd-amd64-cgo), const EEXIST = 17
37863pkg syscall (netbsd-amd64-cgo), const EFAULT = 14
37864pkg syscall (netbsd-amd64-cgo), const EFBIG = 27
37865pkg syscall (netbsd-amd64-cgo), const EFTYPE = 79
37866pkg syscall (netbsd-amd64-cgo), const EHOSTDOWN = 64
37867pkg syscall (netbsd-amd64-cgo), const EHOSTUNREACH = 65
37868pkg syscall (netbsd-amd64-cgo), const EIDRM = 82
37869pkg syscall (netbsd-amd64-cgo), const EILSEQ = 85
37870pkg syscall (netbsd-amd64-cgo), const EINPROGRESS = 36
37871pkg syscall (netbsd-amd64-cgo), const EINTR = 4
37872pkg syscall (netbsd-amd64-cgo), const EINVAL = 22
37873pkg syscall (netbsd-amd64-cgo), const EIO = 5
37874pkg syscall (netbsd-amd64-cgo), const EISCONN = 56
37875pkg syscall (netbsd-amd64-cgo), const EISDIR = 21
37876pkg syscall (netbsd-amd64-cgo), const ELAST = 96
37877pkg syscall (netbsd-amd64-cgo), const ELOOP = 62
37878pkg syscall (netbsd-amd64-cgo), const EMFILE = 24
37879pkg syscall (netbsd-amd64-cgo), const EMLINK = 31
37880pkg syscall (netbsd-amd64-cgo), const EMSGSIZE = 40
37881pkg syscall (netbsd-amd64-cgo), const EMULTIHOP = 94
37882pkg syscall (netbsd-amd64-cgo), const EMUL_LINUX = 1
37883pkg syscall (netbsd-amd64-cgo), const EMUL_LINUX32 = 5
37884pkg syscall (netbsd-amd64-cgo), const EMUL_MAXID = 6
37885pkg syscall (netbsd-amd64-cgo), const ENAMETOOLONG = 63
37886pkg syscall (netbsd-amd64-cgo), const ENEEDAUTH = 81
37887pkg syscall (netbsd-amd64-cgo), const ENETDOWN = 50
37888pkg syscall (netbsd-amd64-cgo), const ENETRESET = 52
37889pkg syscall (netbsd-amd64-cgo), const ENETUNREACH = 51
37890pkg syscall (netbsd-amd64-cgo), const ENFILE = 23
37891pkg syscall (netbsd-amd64-cgo), const ENOATTR = 93
37892pkg syscall (netbsd-amd64-cgo), const ENOBUFS = 55
37893pkg syscall (netbsd-amd64-cgo), const ENODATA = 89
37894pkg syscall (netbsd-amd64-cgo), const ENODEV = 19
37895pkg syscall (netbsd-amd64-cgo), const ENOEXEC = 8
37896pkg syscall (netbsd-amd64-cgo), const ENOLCK = 77
37897pkg syscall (netbsd-amd64-cgo), const ENOLINK = 95
37898pkg syscall (netbsd-amd64-cgo), const ENOMEM = 12
37899pkg syscall (netbsd-amd64-cgo), const ENOMSG = 83
37900pkg syscall (netbsd-amd64-cgo), const ENOPROTOOPT = 42
37901pkg syscall (netbsd-amd64-cgo), const ENOSPC = 28
37902pkg syscall (netbsd-amd64-cgo), const ENOSR = 90
37903pkg syscall (netbsd-amd64-cgo), const ENOSTR = 91
37904pkg syscall (netbsd-amd64-cgo), const ENOSYS = 78
37905pkg syscall (netbsd-amd64-cgo), const ENOTBLK = 15
37906pkg syscall (netbsd-amd64-cgo), const ENOTCONN = 57
37907pkg syscall (netbsd-amd64-cgo), const ENOTDIR = 20
37908pkg syscall (netbsd-amd64-cgo), const ENOTEMPTY = 66
37909pkg syscall (netbsd-amd64-cgo), const ENOTSOCK = 38
37910pkg syscall (netbsd-amd64-cgo), const ENOTSUP = 86
37911pkg syscall (netbsd-amd64-cgo), const ENOTTY = 25
37912pkg syscall (netbsd-amd64-cgo), const ENXIO = 6
37913pkg syscall (netbsd-amd64-cgo), const EOPNOTSUPP = 45
37914pkg syscall (netbsd-amd64-cgo), const EOVERFLOW = 84
37915pkg syscall (netbsd-amd64-cgo), const EPERM = 1
37916pkg syscall (netbsd-amd64-cgo), const EPFNOSUPPORT = 46
37917pkg syscall (netbsd-amd64-cgo), const EPIPE = 32
37918pkg syscall (netbsd-amd64-cgo), const EPROCLIM = 67
37919pkg syscall (netbsd-amd64-cgo), const EPROCUNAVAIL = 76
37920pkg syscall (netbsd-amd64-cgo), const EPROGMISMATCH = 75
37921pkg syscall (netbsd-amd64-cgo), const EPROGUNAVAIL = 74
37922pkg syscall (netbsd-amd64-cgo), const EPROTO = 96
37923pkg syscall (netbsd-amd64-cgo), const EPROTONOSUPPORT = 43
37924pkg syscall (netbsd-amd64-cgo), const EPROTOTYPE = 41
37925pkg syscall (netbsd-amd64-cgo), const ERANGE = 34
37926pkg syscall (netbsd-amd64-cgo), const EREMOTE = 71
37927pkg syscall (netbsd-amd64-cgo), const EROFS = 30
37928pkg syscall (netbsd-amd64-cgo), const ERPCMISMATCH = 73
37929pkg syscall (netbsd-amd64-cgo), const ESHUTDOWN = 58
37930pkg syscall (netbsd-amd64-cgo), const ESOCKTNOSUPPORT = 44
37931pkg syscall (netbsd-amd64-cgo), const ESPIPE = 29
37932pkg syscall (netbsd-amd64-cgo), const ESRCH = 3
37933pkg syscall (netbsd-amd64-cgo), const ESTALE = 70
37934pkg syscall (netbsd-amd64-cgo), const ETHERCAP_JUMBO_MTU = 4
37935pkg syscall (netbsd-amd64-cgo), const ETHERCAP_VLAN_HWTAGGING = 2
37936pkg syscall (netbsd-amd64-cgo), const ETHERCAP_VLAN_MTU = 1
37937pkg syscall (netbsd-amd64-cgo), const ETHERMIN = 46
37938pkg syscall (netbsd-amd64-cgo), const ETHERMTU = 1500
37939pkg syscall (netbsd-amd64-cgo), const ETHERMTU_JUMBO = 9000
37940pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_8023 = 4
37941pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AARP = 33011
37942pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ACCTON = 33680
37943pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AEONIC = 32822
37944pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ALPHA = 33098
37945pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AMBER = 24584
37946pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AMOEBA = 33093
37947pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APOLLO = 33015
37948pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
37949pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APPLETALK = 32923
37950pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APPLITEK = 32967
37951pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ARGONAUT = 32826
37952pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ARP = 2054
37953pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AT = 32923
37954pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATALK = 32923
37955pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATOMIC = 34527
37956pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATT = 32873
37957pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATTSTANFORD = 32776
37958pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AUTOPHON = 32874
37959pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AXIS = 34902
37960pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_BCLOOP = 36867
37961pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_BOFL = 33026
37962pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CABLETRON = 28724
37963pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CHAOS = 2052
37964pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COMDESIGN = 32876
37965pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
37966pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COUNTERPOINT = 32866
37967pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CRONUS = 32772
37968pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CRONUSVLN = 32771
37969pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DCA = 4660
37970pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DDE = 32891
37971pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DEBNI = 43690
37972pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECAM = 32840
37973pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECCUST = 24582
37974pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDIAG = 24581
37975pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDNS = 32828
37976pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDTS = 32830
37977pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECEXPER = 24576
37978pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECLAST = 32833
37979pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECLTM = 32831
37980pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECMUMPS = 24585
37981pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECNETBIOS = 32832
37982pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DELTACON = 34526
37983pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DIDDLE = 17185
37984pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DLOG1 = 1632
37985pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DLOG2 = 1633
37986pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DN = 24579
37987pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DOGFIGHT = 6537
37988pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DSMD = 32825
37989pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ECMA = 2051
37990pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ENCRYPT = 32829
37991pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ES = 32861
37992pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_EXCELAN = 32784
37993pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_EXPERDATA = 32841
37994pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FLIP = 33094
37995pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FLOWCONTROL = 34824
37996pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FRARP = 2056
37997pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_GENDYN = 32872
37998pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HAYES = 33072
37999pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HIPPI_FP = 33152
38000pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HITACHI = 34848
38001pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HP = 32773
38002pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IEEEPUP = 2560
38003pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IEEEPUPAT = 2561
38004pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IMLBL = 19522
38005pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IMLBLDIAG = 16972
38006pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IP = 2048
38007pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPAS = 34668
38008pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPV6 = 34525
38009pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPX = 33079
38010pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPXNEW = 32823
38011pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_KALPANA = 34178
38012pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LANBRIDGE = 32824
38013pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LANPROBE = 34952
38014pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LAT = 24580
38015pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LBACK = 36864
38016pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LITTLE = 32864
38017pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LOGICRAFT = 33096
38018pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LOOPBACK = 36864
38019pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MATRA = 32890
38020pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MAX = 65535
38021pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MERIT = 32892
38022pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MICP = 34618
38023pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOPDL = 24577
38024pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOPRC = 24578
38025pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOTOROLA = 33165
38026pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MPLS = 34887
38027pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MPLS_MCAST = 34888
38028pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MUMPS = 33087
38029pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCC = 15364
38030pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLAIM = 15369
38031pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLREQ = 15365
38032pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLRSP = 15366
38033pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCREQ = 15362
38034pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCRSP = 15363
38035pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDG = 15367
38036pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDGB = 15368
38037pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDLTE = 15370
38038pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRAR = 15372
38039pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRAS = 15371
38040pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRST = 15373
38041pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPSCD = 15361
38042pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPVCD = 15360
38043pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBS = 2050
38044pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NCD = 33097
38045pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NESTAR = 32774
38046pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NETBEUI = 33169
38047pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NOVELL = 33080
38048pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NS = 1536
38049pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NSAT = 1537
38050pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NSCOMPAT = 2055
38051pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NTRAILER = 16
38052pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_OS9 = 28679
38053pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_OS9NET = 28681
38054pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PACER = 32966
38055pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PAE = 34958
38056pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PCS = 16962
38057pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PLANNING = 32836
38058pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPP = 34827
38059pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPPOE = 34916
38060pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPPOEDISC = 34915
38061pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PRIMENTS = 28721
38062pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PUP = 512
38063pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PUPAT = 512
38064pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RACAL = 28720
38065pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RATIONAL = 33104
38066pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RAWFR = 25945
38067pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RCL = 6549
38068pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RDP = 34617
38069pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RETIX = 33010
38070pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_REVARP = 32821
38071pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SCA = 24583
38072pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SECTRA = 34523
38073pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SECUREDATA = 34669
38074pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SGITW = 33150
38075pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_BOUNCE = 32790
38076pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_DIAG = 32787
38077pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_NETGAMES = 32788
38078pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_RESV = 32789
38079pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SIMNET = 21000
38080pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SLOWPROTOCOLS = 34825
38081pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SNA = 32981
38082pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SNMP = 33100
38083pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SONIX = 64245
38084pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SPIDER = 32927
38085pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SPRITE = 1280
38086pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_STP = 33153
38087pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TALARIS = 33067
38088pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TALARISMC = 34091
38089pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TCPCOMP = 34667
38090pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TCPSM = 36866
38091pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TEC = 33103
38092pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TIGAN = 32815
38093pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TRAIL = 4096
38094pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TRANSETHER = 25944
38095pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TYMSHARE = 32814
38096pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBBST = 28677
38097pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDEBUG = 2304
38098pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
38099pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDL = 28672
38100pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBNIU = 28673
38101pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBNMC = 28675
38102pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VALID = 5632
38103pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VARIAN = 32989
38104pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VAXELN = 32827
38105pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VEECO = 32871
38106pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VEXP = 32859
38107pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VGLAB = 33073
38108pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINES = 2989
38109pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINESECHO = 2991
38110pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINESLOOP = 2990
38111pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VITAL = 65280
38112pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VLAN = 33024
38113pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VLTLMAN = 32896
38114pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VPROD = 32860
38115pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VURESERVED = 33095
38116pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_WATERLOO = 33072
38117pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_WELLFLEET = 33027
38118pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_X25 = 2053
38119pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_X75 = 2049
38120pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_XNSSM = 36865
38121pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_XTP = 33149
38122pkg syscall (netbsd-amd64-cgo), const ETHER_ADDR_LEN = 6
38123pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_LEN = 4
38124pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_POLY_BE = 79764918
38125pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_POLY_LE = 3988292384
38126pkg syscall (netbsd-amd64-cgo), const ETHER_HDR_LEN = 14
38127pkg syscall (netbsd-amd64-cgo), const ETHER_MAX_LEN = 1518
38128pkg syscall (netbsd-amd64-cgo), const ETHER_MAX_LEN_JUMBO = 9018
38129pkg syscall (netbsd-amd64-cgo), const ETHER_MIN_LEN = 64
38130pkg syscall (netbsd-amd64-cgo), const ETHER_PPPOE_ENCAP_LEN = 8
38131pkg syscall (netbsd-amd64-cgo), const ETHER_TYPE_LEN = 2
38132pkg syscall (netbsd-amd64-cgo), const ETHER_VLAN_ENCAP_LEN = 4
38133pkg syscall (netbsd-amd64-cgo), const ETIME = 92
38134pkg syscall (netbsd-amd64-cgo), const ETIMEDOUT = 60
38135pkg syscall (netbsd-amd64-cgo), const ETOOMANYREFS = 59
38136pkg syscall (netbsd-amd64-cgo), const ETXTBSY = 26
38137pkg syscall (netbsd-amd64-cgo), const EUSERS = 68
38138pkg syscall (netbsd-amd64-cgo), const EVFILT_AIO = 2
38139pkg syscall (netbsd-amd64-cgo), const EVFILT_PROC = 4
38140pkg syscall (netbsd-amd64-cgo), const EVFILT_READ = 0
38141pkg syscall (netbsd-amd64-cgo), const EVFILT_SIGNAL = 5
38142pkg syscall (netbsd-amd64-cgo), const EVFILT_SYSCOUNT = 7
38143pkg syscall (netbsd-amd64-cgo), const EVFILT_TIMER = 6
38144pkg syscall (netbsd-amd64-cgo), const EVFILT_VNODE = 3
38145pkg syscall (netbsd-amd64-cgo), const EVFILT_WRITE = 1
38146pkg syscall (netbsd-amd64-cgo), const EV_ADD = 1
38147pkg syscall (netbsd-amd64-cgo), const EV_CLEAR = 32
38148pkg syscall (netbsd-amd64-cgo), const EV_DELETE = 2
38149pkg syscall (netbsd-amd64-cgo), const EV_DISABLE = 8
38150pkg syscall (netbsd-amd64-cgo), const EV_ENABLE = 4
38151pkg syscall (netbsd-amd64-cgo), const EV_EOF = 32768
38152pkg syscall (netbsd-amd64-cgo), const EV_ERROR = 16384
38153pkg syscall (netbsd-amd64-cgo), const EV_FLAG1 = 8192
38154pkg syscall (netbsd-amd64-cgo), const EV_ONESHOT = 16
38155pkg syscall (netbsd-amd64-cgo), const EV_SYSFLAGS = 61440
38156pkg syscall (netbsd-amd64-cgo), const EWOULDBLOCK = 35
38157pkg syscall (netbsd-amd64-cgo), const EXDEV = 18
38158pkg syscall (netbsd-amd64-cgo), const EXTA = 19200
38159pkg syscall (netbsd-amd64-cgo), const EXTB = 38400
38160pkg syscall (netbsd-amd64-cgo), const EXTPROC = 2048
38161pkg syscall (netbsd-amd64-cgo), const FD_CLOEXEC = 1
38162pkg syscall (netbsd-amd64-cgo), const FD_SETSIZE = 256
38163pkg syscall (netbsd-amd64-cgo), const FLUSHO = 8388608
38164pkg syscall (netbsd-amd64-cgo), const F_CLOSEM = 10
38165pkg syscall (netbsd-amd64-cgo), const F_DUPFD = 0
38166pkg syscall (netbsd-amd64-cgo), const F_DUPFD_CLOEXEC = 12
38167pkg syscall (netbsd-amd64-cgo), const F_FSCTL = -2147483648
38168pkg syscall (netbsd-amd64-cgo), const F_FSDIRMASK = 1879048192
38169pkg syscall (netbsd-amd64-cgo), const F_FSIN = 268435456
38170pkg syscall (netbsd-amd64-cgo), const F_FSINOUT = 805306368
38171pkg syscall (netbsd-amd64-cgo), const F_FSOUT = 536870912
38172pkg syscall (netbsd-amd64-cgo), const F_FSPRIV = 32768
38173pkg syscall (netbsd-amd64-cgo), const F_FSVOID = 1073741824
38174pkg syscall (netbsd-amd64-cgo), const F_GETFD = 1
38175pkg syscall (netbsd-amd64-cgo), const F_GETFL = 3
38176pkg syscall (netbsd-amd64-cgo), const F_GETLK = 7
38177pkg syscall (netbsd-amd64-cgo), const F_GETNOSIGPIPE = 13
38178pkg syscall (netbsd-amd64-cgo), const F_GETOWN = 5
38179pkg syscall (netbsd-amd64-cgo), const F_MAXFD = 11
38180pkg syscall (netbsd-amd64-cgo), const F_OK = 0
38181pkg syscall (netbsd-amd64-cgo), const F_PARAM_MASK = 4095
38182pkg syscall (netbsd-amd64-cgo), const F_PARAM_MAX = 4095
38183pkg syscall (netbsd-amd64-cgo), const F_RDLCK = 1
38184pkg syscall (netbsd-amd64-cgo), const F_SETFD = 2
38185pkg syscall (netbsd-amd64-cgo), const F_SETFL = 4
38186pkg syscall (netbsd-amd64-cgo), const F_SETLK = 8
38187pkg syscall (netbsd-amd64-cgo), const F_SETLKW = 9
38188pkg syscall (netbsd-amd64-cgo), const F_SETNOSIGPIPE = 14
38189pkg syscall (netbsd-amd64-cgo), const F_SETOWN = 6
38190pkg syscall (netbsd-amd64-cgo), const F_UNLCK = 2
38191pkg syscall (netbsd-amd64-cgo), const F_WRLCK = 3
38192pkg syscall (netbsd-amd64-cgo), const HUPCL = 16384
38193pkg syscall (netbsd-amd64-cgo), const ICANON = 256
38194pkg syscall (netbsd-amd64-cgo), const ICRNL = 256
38195pkg syscall (netbsd-amd64-cgo), const IEXTEN = 1024
38196pkg syscall (netbsd-amd64-cgo), const IFAN_ARRIVAL = 0
38197pkg syscall (netbsd-amd64-cgo), const IFAN_DEPARTURE = 1
38198pkg syscall (netbsd-amd64-cgo), const IFA_ROUTE = 1
38199pkg syscall (netbsd-amd64-cgo), const IFF_ALLMULTI = 512
38200pkg syscall (netbsd-amd64-cgo), const IFF_CANTCHANGE = 36690
38201pkg syscall (netbsd-amd64-cgo), const IFF_DEBUG = 4
38202pkg syscall (netbsd-amd64-cgo), const IFF_LINK0 = 4096
38203pkg syscall (netbsd-amd64-cgo), const IFF_LINK1 = 8192
38204pkg syscall (netbsd-amd64-cgo), const IFF_LINK2 = 16384
38205pkg syscall (netbsd-amd64-cgo), const IFF_LOOPBACK = 8
38206pkg syscall (netbsd-amd64-cgo), const IFF_MULTICAST = 32768
38207pkg syscall (netbsd-amd64-cgo), const IFF_NOARP = 128
38208pkg syscall (netbsd-amd64-cgo), const IFF_NOTRAILERS = 32
38209pkg syscall (netbsd-amd64-cgo), const IFF_OACTIVE = 1024
38210pkg syscall (netbsd-amd64-cgo), const IFF_POINTOPOINT = 16
38211pkg syscall (netbsd-amd64-cgo), const IFF_PROMISC = 256
38212pkg syscall (netbsd-amd64-cgo), const IFF_RUNNING = 64
38213pkg syscall (netbsd-amd64-cgo), const IFF_SIMPLEX = 2048
38214pkg syscall (netbsd-amd64-cgo), const IFNAMSIZ = 16
38215pkg syscall (netbsd-amd64-cgo), const IFT_1822 = 2
38216pkg syscall (netbsd-amd64-cgo), const IFT_A12MPPSWITCH = 130
38217pkg syscall (netbsd-amd64-cgo), const IFT_AAL2 = 187
38218pkg syscall (netbsd-amd64-cgo), const IFT_AAL5 = 49
38219pkg syscall (netbsd-amd64-cgo), const IFT_ADSL = 94
38220pkg syscall (netbsd-amd64-cgo), const IFT_AFLANE8023 = 59
38221pkg syscall (netbsd-amd64-cgo), const IFT_AFLANE8025 = 60
38222pkg syscall (netbsd-amd64-cgo), const IFT_ARAP = 88
38223pkg syscall (netbsd-amd64-cgo), const IFT_ARCNET = 35
38224pkg syscall (netbsd-amd64-cgo), const IFT_ARCNETPLUS = 36
38225pkg syscall (netbsd-amd64-cgo), const IFT_ASYNC = 84
38226pkg syscall (netbsd-amd64-cgo), const IFT_ATM = 37
38227pkg syscall (netbsd-amd64-cgo), const IFT_ATMDXI = 105
38228pkg syscall (netbsd-amd64-cgo), const IFT_ATMFUNI = 106
38229pkg syscall (netbsd-amd64-cgo), const IFT_ATMIMA = 107
38230pkg syscall (netbsd-amd64-cgo), const IFT_ATMLOGICAL = 80
38231pkg syscall (netbsd-amd64-cgo), const IFT_ATMRADIO = 189
38232pkg syscall (netbsd-amd64-cgo), const IFT_ATMSUBINTERFACE = 134
38233pkg syscall (netbsd-amd64-cgo), const IFT_ATMVCIENDPT = 194
38234pkg syscall (netbsd-amd64-cgo), const IFT_ATMVIRTUAL = 149
38235pkg syscall (netbsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING = 162
38236pkg syscall (netbsd-amd64-cgo), const IFT_BRIDGE = 209
38237pkg syscall (netbsd-amd64-cgo), const IFT_BSC = 83
38238pkg syscall (netbsd-amd64-cgo), const IFT_CARP = 248
38239pkg syscall (netbsd-amd64-cgo), const IFT_CCTEMUL = 61
38240pkg syscall (netbsd-amd64-cgo), const IFT_CEPT = 19
38241pkg syscall (netbsd-amd64-cgo), const IFT_CES = 133
38242pkg syscall (netbsd-amd64-cgo), const IFT_CHANNEL = 70
38243pkg syscall (netbsd-amd64-cgo), const IFT_CNR = 85
38244pkg syscall (netbsd-amd64-cgo), const IFT_COFFEE = 132
38245pkg syscall (netbsd-amd64-cgo), const IFT_COMPOSITELINK = 155
38246pkg syscall (netbsd-amd64-cgo), const IFT_DCN = 141
38247pkg syscall (netbsd-amd64-cgo), const IFT_DIGITALPOWERLINE = 138
38248pkg syscall (netbsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
38249pkg syscall (netbsd-amd64-cgo), const IFT_DLSW = 74
38250pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
38251pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER = 127
38252pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM = 129
38253pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
38254pkg syscall (netbsd-amd64-cgo), const IFT_DS0 = 81
38255pkg syscall (netbsd-amd64-cgo), const IFT_DS0BUNDLE = 82
38256pkg syscall (netbsd-amd64-cgo), const IFT_DS1FDL = 170
38257pkg syscall (netbsd-amd64-cgo), const IFT_DS3 = 30
38258pkg syscall (netbsd-amd64-cgo), const IFT_DTM = 140
38259pkg syscall (netbsd-amd64-cgo), const IFT_DVBASILN = 172
38260pkg syscall (netbsd-amd64-cgo), const IFT_DVBASIOUT = 173
38261pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM = 147
38262pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCMACLAYER = 146
38263pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCUPSTREAM = 148
38264pkg syscall (netbsd-amd64-cgo), const IFT_ECONET = 206
38265pkg syscall (netbsd-amd64-cgo), const IFT_EON = 25
38266pkg syscall (netbsd-amd64-cgo), const IFT_EPLRS = 87
38267pkg syscall (netbsd-amd64-cgo), const IFT_ESCON = 73
38268pkg syscall (netbsd-amd64-cgo), const IFT_ETHER = 6
38269pkg syscall (netbsd-amd64-cgo), const IFT_FAITH = 242
38270pkg syscall (netbsd-amd64-cgo), const IFT_FAST = 125
38271pkg syscall (netbsd-amd64-cgo), const IFT_FASTETHER = 62
38272pkg syscall (netbsd-amd64-cgo), const IFT_FASTETHERFX = 69
38273pkg syscall (netbsd-amd64-cgo), const IFT_FDDI = 15
38274pkg syscall (netbsd-amd64-cgo), const IFT_FIBRECHANNEL = 56
38275pkg syscall (netbsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
38276pkg syscall (netbsd-amd64-cgo), const IFT_FRAMERELAYMPI = 92
38277pkg syscall (netbsd-amd64-cgo), const IFT_FRDLCIENDPT = 193
38278pkg syscall (netbsd-amd64-cgo), const IFT_FRELAY = 32
38279pkg syscall (netbsd-amd64-cgo), const IFT_FRELAYDCE = 44
38280pkg syscall (netbsd-amd64-cgo), const IFT_FRF16MFRBUNDLE = 163
38281pkg syscall (netbsd-amd64-cgo), const IFT_FRFORWARD = 158
38282pkg syscall (netbsd-amd64-cgo), const IFT_G703AT2MB = 67
38283pkg syscall (netbsd-amd64-cgo), const IFT_G703AT64K = 66
38284pkg syscall (netbsd-amd64-cgo), const IFT_GIF = 240
38285pkg syscall (netbsd-amd64-cgo), const IFT_GIGABITETHERNET = 117
38286pkg syscall (netbsd-amd64-cgo), const IFT_GR303IDT = 178
38287pkg syscall (netbsd-amd64-cgo), const IFT_GR303RDT = 177
38288pkg syscall (netbsd-amd64-cgo), const IFT_H323GATEKEEPER = 164
38289pkg syscall (netbsd-amd64-cgo), const IFT_H323PROXY = 165
38290pkg syscall (netbsd-amd64-cgo), const IFT_HDH1822 = 3
38291pkg syscall (netbsd-amd64-cgo), const IFT_HDLC = 118
38292pkg syscall (netbsd-amd64-cgo), const IFT_HDSL2 = 168
38293pkg syscall (netbsd-amd64-cgo), const IFT_HIPERLAN2 = 183
38294pkg syscall (netbsd-amd64-cgo), const IFT_HIPPI = 47
38295pkg syscall (netbsd-amd64-cgo), const IFT_HIPPIINTERFACE = 57
38296pkg syscall (netbsd-amd64-cgo), const IFT_HOSTPAD = 90
38297pkg syscall (netbsd-amd64-cgo), const IFT_HSSI = 46
38298pkg syscall (netbsd-amd64-cgo), const IFT_HY = 14
38299pkg syscall (netbsd-amd64-cgo), const IFT_IBM370PARCHAN = 72
38300pkg syscall (netbsd-amd64-cgo), const IFT_IDSL = 154
38301pkg syscall (netbsd-amd64-cgo), const IFT_IEEE1394 = 144
38302pkg syscall (netbsd-amd64-cgo), const IFT_IEEE80211 = 71
38303pkg syscall (netbsd-amd64-cgo), const IFT_IEEE80212 = 55
38304pkg syscall (netbsd-amd64-cgo), const IFT_IEEE8023ADLAG = 161
38305pkg syscall (netbsd-amd64-cgo), const IFT_IFGSN = 145
38306pkg syscall (netbsd-amd64-cgo), const IFT_IMT = 190
38307pkg syscall (netbsd-amd64-cgo), const IFT_INFINIBAND = 199
38308pkg syscall (netbsd-amd64-cgo), const IFT_INTERLEAVE = 124
38309pkg syscall (netbsd-amd64-cgo), const IFT_IP = 126
38310pkg syscall (netbsd-amd64-cgo), const IFT_IPFORWARD = 142
38311pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERATM = 114
38312pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERCDLC = 109
38313pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERCLAW = 110
38314pkg syscall (netbsd-amd64-cgo), const IFT_IPSWITCH = 78
38315pkg syscall (netbsd-amd64-cgo), const IFT_ISDN = 63
38316pkg syscall (netbsd-amd64-cgo), const IFT_ISDNBASIC = 20
38317pkg syscall (netbsd-amd64-cgo), const IFT_ISDNPRIMARY = 21
38318pkg syscall (netbsd-amd64-cgo), const IFT_ISDNS = 75
38319pkg syscall (netbsd-amd64-cgo), const IFT_ISDNU = 76
38320pkg syscall (netbsd-amd64-cgo), const IFT_ISO88022LLC = 41
38321pkg syscall (netbsd-amd64-cgo), const IFT_ISO88023 = 7
38322pkg syscall (netbsd-amd64-cgo), const IFT_ISO88024 = 8
38323pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025 = 9
38324pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025CRFPINT = 98
38325pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025DTR = 86
38326pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025FIBER = 115
38327pkg syscall (netbsd-amd64-cgo), const IFT_ISO88026 = 10
38328pkg syscall (netbsd-amd64-cgo), const IFT_ISUP = 179
38329pkg syscall (netbsd-amd64-cgo), const IFT_L2VLAN = 135
38330pkg syscall (netbsd-amd64-cgo), const IFT_L3IPVLAN = 136
38331pkg syscall (netbsd-amd64-cgo), const IFT_L3IPXVLAN = 137
38332pkg syscall (netbsd-amd64-cgo), const IFT_LAPB = 16
38333pkg syscall (netbsd-amd64-cgo), const IFT_LAPD = 77
38334pkg syscall (netbsd-amd64-cgo), const IFT_LAPF = 119
38335pkg syscall (netbsd-amd64-cgo), const IFT_LINEGROUP = 210
38336pkg syscall (netbsd-amd64-cgo), const IFT_LOCALTALK = 42
38337pkg syscall (netbsd-amd64-cgo), const IFT_LOOP = 24
38338pkg syscall (netbsd-amd64-cgo), const IFT_MEDIAMAILOVERIP = 139
38339pkg syscall (netbsd-amd64-cgo), const IFT_MFSIGLINK = 167
38340pkg syscall (netbsd-amd64-cgo), const IFT_MIOX25 = 38
38341pkg syscall (netbsd-amd64-cgo), const IFT_MODEM = 48
38342pkg syscall (netbsd-amd64-cgo), const IFT_MPC = 113
38343pkg syscall (netbsd-amd64-cgo), const IFT_MPLS = 166
38344pkg syscall (netbsd-amd64-cgo), const IFT_MPLSTUNNEL = 150
38345pkg syscall (netbsd-amd64-cgo), const IFT_MSDSL = 143
38346pkg syscall (netbsd-amd64-cgo), const IFT_MVL = 191
38347pkg syscall (netbsd-amd64-cgo), const IFT_MYRINET = 99
38348pkg syscall (netbsd-amd64-cgo), const IFT_NFAS = 175
38349pkg syscall (netbsd-amd64-cgo), const IFT_NSIP = 27
38350pkg syscall (netbsd-amd64-cgo), const IFT_OPTICALCHANNEL = 195
38351pkg syscall (netbsd-amd64-cgo), const IFT_OPTICALTRANSPORT = 196
38352pkg syscall (netbsd-amd64-cgo), const IFT_OTHER = 1
38353pkg syscall (netbsd-amd64-cgo), const IFT_P10 = 12
38354pkg syscall (netbsd-amd64-cgo), const IFT_P80 = 13
38355pkg syscall (netbsd-amd64-cgo), const IFT_PARA = 34
38356pkg syscall (netbsd-amd64-cgo), const IFT_PFLOG = 245
38357pkg syscall (netbsd-amd64-cgo), const IFT_PFSYNC = 246
38358pkg syscall (netbsd-amd64-cgo), const IFT_PLC = 174
38359pkg syscall (netbsd-amd64-cgo), const IFT_PON155 = 207
38360pkg syscall (netbsd-amd64-cgo), const IFT_PON622 = 208
38361pkg syscall (netbsd-amd64-cgo), const IFT_POS = 171
38362pkg syscall (netbsd-amd64-cgo), const IFT_PPP = 23
38363pkg syscall (netbsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE = 108
38364pkg syscall (netbsd-amd64-cgo), const IFT_PROPATM = 197
38365pkg syscall (netbsd-amd64-cgo), const IFT_PROPBWAP2MP = 184
38366pkg syscall (netbsd-amd64-cgo), const IFT_PROPCNLS = 89
38367pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
38368pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
38369pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
38370pkg syscall (netbsd-amd64-cgo), const IFT_PROPMUX = 54
38371pkg syscall (netbsd-amd64-cgo), const IFT_PROPVIRTUAL = 53
38372pkg syscall (netbsd-amd64-cgo), const IFT_PROPWIRELESSP2P = 157
38373pkg syscall (netbsd-amd64-cgo), const IFT_PTPSERIAL = 22
38374pkg syscall (netbsd-amd64-cgo), const IFT_PVC = 241
38375pkg syscall (netbsd-amd64-cgo), const IFT_Q2931 = 201
38376pkg syscall (netbsd-amd64-cgo), const IFT_QLLC = 68
38377pkg syscall (netbsd-amd64-cgo), const IFT_RADIOMAC = 188
38378pkg syscall (netbsd-amd64-cgo), const IFT_RADSL = 95
38379pkg syscall (netbsd-amd64-cgo), const IFT_REACHDSL = 192
38380pkg syscall (netbsd-amd64-cgo), const IFT_RFC1483 = 159
38381pkg syscall (netbsd-amd64-cgo), const IFT_RS232 = 33
38382pkg syscall (netbsd-amd64-cgo), const IFT_RSRB = 79
38383pkg syscall (netbsd-amd64-cgo), const IFT_SDLC = 17
38384pkg syscall (netbsd-amd64-cgo), const IFT_SDSL = 96
38385pkg syscall (netbsd-amd64-cgo), const IFT_SHDSL = 169
38386pkg syscall (netbsd-amd64-cgo), const IFT_SIP = 31
38387pkg syscall (netbsd-amd64-cgo), const IFT_SIPSIG = 204
38388pkg syscall (netbsd-amd64-cgo), const IFT_SIPTG = 203
38389pkg syscall (netbsd-amd64-cgo), const IFT_SLIP = 28
38390pkg syscall (netbsd-amd64-cgo), const IFT_SMDSDXI = 43
38391pkg syscall (netbsd-amd64-cgo), const IFT_SMDSICIP = 52
38392pkg syscall (netbsd-amd64-cgo), const IFT_SONET = 39
38393pkg syscall (netbsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL = 185
38394pkg syscall (netbsd-amd64-cgo), const IFT_SONETPATH = 50
38395pkg syscall (netbsd-amd64-cgo), const IFT_SONETVT = 51
38396pkg syscall (netbsd-amd64-cgo), const IFT_SRP = 151
38397pkg syscall (netbsd-amd64-cgo), const IFT_SS7SIGLINK = 156
38398pkg syscall (netbsd-amd64-cgo), const IFT_STACKTOSTACK = 111
38399pkg syscall (netbsd-amd64-cgo), const IFT_STARLAN = 11
38400pkg syscall (netbsd-amd64-cgo), const IFT_STF = 215
38401pkg syscall (netbsd-amd64-cgo), const IFT_T1 = 18
38402pkg syscall (netbsd-amd64-cgo), const IFT_TDLC = 116
38403pkg syscall (netbsd-amd64-cgo), const IFT_TELINK = 200
38404pkg syscall (netbsd-amd64-cgo), const IFT_TERMPAD = 91
38405pkg syscall (netbsd-amd64-cgo), const IFT_TR008 = 176
38406pkg syscall (netbsd-amd64-cgo), const IFT_TRANSPHDLC = 123
38407pkg syscall (netbsd-amd64-cgo), const IFT_TUNNEL = 131
38408pkg syscall (netbsd-amd64-cgo), const IFT_ULTRA = 29
38409pkg syscall (netbsd-amd64-cgo), const IFT_USB = 160
38410pkg syscall (netbsd-amd64-cgo), const IFT_V11 = 64
38411pkg syscall (netbsd-amd64-cgo), const IFT_V35 = 45
38412pkg syscall (netbsd-amd64-cgo), const IFT_V36 = 65
38413pkg syscall (netbsd-amd64-cgo), const IFT_V37 = 120
38414pkg syscall (netbsd-amd64-cgo), const IFT_VDSL = 97
38415pkg syscall (netbsd-amd64-cgo), const IFT_VIRTUALIPADDRESS = 112
38416pkg syscall (netbsd-amd64-cgo), const IFT_VIRTUALTG = 202
38417pkg syscall (netbsd-amd64-cgo), const IFT_VOICEDID = 213
38418pkg syscall (netbsd-amd64-cgo), const IFT_VOICEEM = 100
38419pkg syscall (netbsd-amd64-cgo), const IFT_VOICEEMFGD = 211
38420pkg syscall (netbsd-amd64-cgo), const IFT_VOICEENCAP = 103
38421pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFGDEANA = 212
38422pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFXO = 101
38423pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFXS = 102
38424pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERATM = 152
38425pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERCABLE = 198
38426pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY = 153
38427pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERIP = 104
38428pkg syscall (netbsd-amd64-cgo), const IFT_X213 = 93
38429pkg syscall (netbsd-amd64-cgo), const IFT_X25 = 5
38430pkg syscall (netbsd-amd64-cgo), const IFT_X25DDN = 4
38431pkg syscall (netbsd-amd64-cgo), const IFT_X25HUNTGROUP = 122
38432pkg syscall (netbsd-amd64-cgo), const IFT_X25MLP = 121
38433pkg syscall (netbsd-amd64-cgo), const IFT_X25PLE = 40
38434pkg syscall (netbsd-amd64-cgo), const IFT_XETHER = 26
38435pkg syscall (netbsd-amd64-cgo), const IGNBRK = 1
38436pkg syscall (netbsd-amd64-cgo), const IGNCR = 128
38437pkg syscall (netbsd-amd64-cgo), const IGNPAR = 4
38438pkg syscall (netbsd-amd64-cgo), const IMAXBEL = 8192
38439pkg syscall (netbsd-amd64-cgo), const INLCR = 64
38440pkg syscall (netbsd-amd64-cgo), const INPCK = 16
38441pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_HOST = 16777215
38442pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_MAX = 128
38443pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_NET = 4278190080
38444pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_NSHIFT = 24
38445pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_HOST = 65535
38446pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_MAX = 65536
38447pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_NET = 4294901760
38448pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_NSHIFT = 16
38449pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_HOST = 255
38450pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_NET = 4294967040
38451pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_NSHIFT = 8
38452pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_HOST = 268435455
38453pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_NET = 4026531840
38454pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_NSHIFT = 28
38455pkg syscall (netbsd-amd64-cgo), const IN_LOOPBACKNET = 127
38456pkg syscall (netbsd-amd64-cgo), const IPPROTO_AH = 51
38457pkg syscall (netbsd-amd64-cgo), const IPPROTO_CARP = 112
38458pkg syscall (netbsd-amd64-cgo), const IPPROTO_DONE = 257
38459pkg syscall (netbsd-amd64-cgo), const IPPROTO_DSTOPTS = 60
38460pkg syscall (netbsd-amd64-cgo), const IPPROTO_EGP = 8
38461pkg syscall (netbsd-amd64-cgo), const IPPROTO_ENCAP = 98
38462pkg syscall (netbsd-amd64-cgo), const IPPROTO_EON = 80
38463pkg syscall (netbsd-amd64-cgo), const IPPROTO_ESP = 50
38464pkg syscall (netbsd-amd64-cgo), const IPPROTO_ETHERIP = 97
38465pkg syscall (netbsd-amd64-cgo), const IPPROTO_FRAGMENT = 44
38466pkg syscall (netbsd-amd64-cgo), const IPPROTO_GGP = 3
38467pkg syscall (netbsd-amd64-cgo), const IPPROTO_GRE = 47
38468pkg syscall (netbsd-amd64-cgo), const IPPROTO_HOPOPTS = 0
38469pkg syscall (netbsd-amd64-cgo), const IPPROTO_ICMP = 1
38470pkg syscall (netbsd-amd64-cgo), const IPPROTO_ICMPV6 = 58
38471pkg syscall (netbsd-amd64-cgo), const IPPROTO_IDP = 22
38472pkg syscall (netbsd-amd64-cgo), const IPPROTO_IGMP = 2
38473pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPCOMP = 108
38474pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPIP = 4
38475pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPV4 = 4
38476pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPV6_ICMP = 58
38477pkg syscall (netbsd-amd64-cgo), const IPPROTO_MAX = 256
38478pkg syscall (netbsd-amd64-cgo), const IPPROTO_MAXID = 52
38479pkg syscall (netbsd-amd64-cgo), const IPPROTO_MOBILE = 55
38480pkg syscall (netbsd-amd64-cgo), const IPPROTO_NONE = 59
38481pkg syscall (netbsd-amd64-cgo), const IPPROTO_PFSYNC = 240
38482pkg syscall (netbsd-amd64-cgo), const IPPROTO_PIM = 103
38483pkg syscall (netbsd-amd64-cgo), const IPPROTO_PUP = 12
38484pkg syscall (netbsd-amd64-cgo), const IPPROTO_RAW = 255
38485pkg syscall (netbsd-amd64-cgo), const IPPROTO_ROUTING = 43
38486pkg syscall (netbsd-amd64-cgo), const IPPROTO_RSVP = 46
38487pkg syscall (netbsd-amd64-cgo), const IPPROTO_TP = 29
38488pkg syscall (netbsd-amd64-cgo), const IPPROTO_VRRP = 112
38489pkg syscall (netbsd-amd64-cgo), const IPV6_CHECKSUM = 26
38490pkg syscall (netbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
38491pkg syscall (netbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
38492pkg syscall (netbsd-amd64-cgo), const IPV6_DEFHLIM = 64
38493pkg syscall (netbsd-amd64-cgo), const IPV6_DONTFRAG = 62
38494pkg syscall (netbsd-amd64-cgo), const IPV6_DSTOPTS = 50
38495pkg syscall (netbsd-amd64-cgo), const IPV6_FAITH = 29
38496pkg syscall (netbsd-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055
38497pkg syscall (netbsd-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
38498pkg syscall (netbsd-amd64-cgo), const IPV6_FRAGTTL = 120
38499pkg syscall (netbsd-amd64-cgo), const IPV6_HLIMDEC = 1
38500pkg syscall (netbsd-amd64-cgo), const IPV6_HOPLIMIT = 47
38501pkg syscall (netbsd-amd64-cgo), const IPV6_HOPOPTS = 49
38502pkg syscall (netbsd-amd64-cgo), const IPV6_IPSEC_POLICY = 28
38503pkg syscall (netbsd-amd64-cgo), const IPV6_JOIN_GROUP = 12
38504pkg syscall (netbsd-amd64-cgo), const IPV6_LEAVE_GROUP = 13
38505pkg syscall (netbsd-amd64-cgo), const IPV6_MAXHLIM = 255
38506pkg syscall (netbsd-amd64-cgo), const IPV6_MAXPACKET = 65535
38507pkg syscall (netbsd-amd64-cgo), const IPV6_MMTU = 1280
38508pkg syscall (netbsd-amd64-cgo), const IPV6_MULTICAST_HOPS = 10
38509pkg syscall (netbsd-amd64-cgo), const IPV6_MULTICAST_IF = 9
38510pkg syscall (netbsd-amd64-cgo), const IPV6_MULTICAST_LOOP = 11
38511pkg syscall (netbsd-amd64-cgo), const IPV6_NEXTHOP = 48
38512pkg syscall (netbsd-amd64-cgo), const IPV6_PATHMTU = 44
38513pkg syscall (netbsd-amd64-cgo), const IPV6_PKTINFO = 46
38514pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE = 14
38515pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0
38516pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1
38517pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_LOW = 2
38518pkg syscall (netbsd-amd64-cgo), const IPV6_RECVDSTOPTS = 40
38519pkg syscall (netbsd-amd64-cgo), const IPV6_RECVHOPLIMIT = 37
38520pkg syscall (netbsd-amd64-cgo), const IPV6_RECVHOPOPTS = 39
38521pkg syscall (netbsd-amd64-cgo), const IPV6_RECVPATHMTU = 43
38522pkg syscall (netbsd-amd64-cgo), const IPV6_RECVPKTINFO = 36
38523pkg syscall (netbsd-amd64-cgo), const IPV6_RECVRTHDR = 38
38524pkg syscall (netbsd-amd64-cgo), const IPV6_RECVTCLASS = 57
38525pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR = 51
38526pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDRDSTOPTS = 35
38527pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
38528pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_STRICT = 1
38529pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
38530pkg syscall (netbsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
38531pkg syscall (netbsd-amd64-cgo), const IPV6_TCLASS = 61
38532pkg syscall (netbsd-amd64-cgo), const IPV6_UNICAST_HOPS = 4
38533pkg syscall (netbsd-amd64-cgo), const IPV6_USE_MIN_MTU = 42
38534pkg syscall (netbsd-amd64-cgo), const IPV6_V6ONLY = 27
38535pkg syscall (netbsd-amd64-cgo), const IPV6_VERSION = 96
38536pkg syscall (netbsd-amd64-cgo), const IPV6_VERSION_MASK = 240
38537pkg syscall (netbsd-amd64-cgo), const IP_ADD_MEMBERSHIP = 12
38538pkg syscall (netbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
38539pkg syscall (netbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
38540pkg syscall (netbsd-amd64-cgo), const IP_DF = 16384
38541pkg syscall (netbsd-amd64-cgo), const IP_DROP_MEMBERSHIP = 13
38542pkg syscall (netbsd-amd64-cgo), const IP_EF = 32768
38543pkg syscall (netbsd-amd64-cgo), const IP_ERRORMTU = 21
38544pkg syscall (netbsd-amd64-cgo), const IP_HDRINCL = 2
38545pkg syscall (netbsd-amd64-cgo), const IP_IPSEC_POLICY = 22
38546pkg syscall (netbsd-amd64-cgo), const IP_MAXPACKET = 65535
38547pkg syscall (netbsd-amd64-cgo), const IP_MAX_MEMBERSHIPS = 20
38548pkg syscall (netbsd-amd64-cgo), const IP_MF = 8192
38549pkg syscall (netbsd-amd64-cgo), const IP_MINFRAGSIZE = 69
38550pkg syscall (netbsd-amd64-cgo), const IP_MINTTL = 24
38551pkg syscall (netbsd-amd64-cgo), const IP_MSS = 576
38552pkg syscall (netbsd-amd64-cgo), const IP_MULTICAST_IF = 9
38553pkg syscall (netbsd-amd64-cgo), const IP_MULTICAST_LOOP = 11
38554pkg syscall (netbsd-amd64-cgo), const IP_MULTICAST_TTL = 10
38555pkg syscall (netbsd-amd64-cgo), const IP_OFFMASK = 8191
38556pkg syscall (netbsd-amd64-cgo), const IP_OPTIONS = 1
38557pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE = 19
38558pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0
38559pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_HIGH = 1
38560pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_LOW = 2
38561pkg syscall (netbsd-amd64-cgo), const IP_RECVDSTADDR = 7
38562pkg syscall (netbsd-amd64-cgo), const IP_RECVIF = 20
38563pkg syscall (netbsd-amd64-cgo), const IP_RECVOPTS = 5
38564pkg syscall (netbsd-amd64-cgo), const IP_RECVRETOPTS = 6
38565pkg syscall (netbsd-amd64-cgo), const IP_RECVTTL = 23
38566pkg syscall (netbsd-amd64-cgo), const IP_RETOPTS = 8
38567pkg syscall (netbsd-amd64-cgo), const IP_RF = 32768
38568pkg syscall (netbsd-amd64-cgo), const IP_TOS = 3
38569pkg syscall (netbsd-amd64-cgo), const IP_TTL = 4
38570pkg syscall (netbsd-amd64-cgo), const ISIG = 128
38571pkg syscall (netbsd-amd64-cgo), const ISTRIP = 32
38572pkg syscall (netbsd-amd64-cgo), const IXANY = 2048
38573pkg syscall (netbsd-amd64-cgo), const IXOFF = 1024
38574pkg syscall (netbsd-amd64-cgo), const IXON = 512
38575pkg syscall (netbsd-amd64-cgo), const ImplementsGetwd = false
38576pkg syscall (netbsd-amd64-cgo), const LOCK_EX = 2
38577pkg syscall (netbsd-amd64-cgo), const LOCK_NB = 4
38578pkg syscall (netbsd-amd64-cgo), const LOCK_SH = 1
38579pkg syscall (netbsd-amd64-cgo), const LOCK_UN = 8
38580pkg syscall (netbsd-amd64-cgo), const MSG_BCAST = 256
38581pkg syscall (netbsd-amd64-cgo), const MSG_CMSG_CLOEXEC = 2048
38582pkg syscall (netbsd-amd64-cgo), const MSG_CONTROLMBUF = 33554432
38583pkg syscall (netbsd-amd64-cgo), const MSG_CTRUNC = 32
38584pkg syscall (netbsd-amd64-cgo), const MSG_DONTROUTE = 4
38585pkg syscall (netbsd-amd64-cgo), const MSG_DONTWAIT = 128
38586pkg syscall (netbsd-amd64-cgo), const MSG_EOR = 8
38587pkg syscall (netbsd-amd64-cgo), const MSG_IOVUSRSPACE = 67108864
38588pkg syscall (netbsd-amd64-cgo), const MSG_LENUSRSPACE = 134217728
38589pkg syscall (netbsd-amd64-cgo), const MSG_MCAST = 512
38590pkg syscall (netbsd-amd64-cgo), const MSG_NAMEMBUF = 16777216
38591pkg syscall (netbsd-amd64-cgo), const MSG_NBIO = 4096
38592pkg syscall (netbsd-amd64-cgo), const MSG_NOSIGNAL = 1024
38593pkg syscall (netbsd-amd64-cgo), const MSG_OOB = 1
38594pkg syscall (netbsd-amd64-cgo), const MSG_PEEK = 2
38595pkg syscall (netbsd-amd64-cgo), const MSG_TRUNC = 16
38596pkg syscall (netbsd-amd64-cgo), const MSG_USERFLAGS = 16777215
38597pkg syscall (netbsd-amd64-cgo), const MSG_WAITALL = 64
38598pkg syscall (netbsd-amd64-cgo), const NAME_MAX = 511
38599pkg syscall (netbsd-amd64-cgo), const NET_RT_DUMP = 1
38600pkg syscall (netbsd-amd64-cgo), const NET_RT_FLAGS = 2
38601pkg syscall (netbsd-amd64-cgo), const NET_RT_IFLIST = 5
38602pkg syscall (netbsd-amd64-cgo), const NET_RT_MAXID = 6
38603pkg syscall (netbsd-amd64-cgo), const NET_RT_OIFLIST = 4
38604pkg syscall (netbsd-amd64-cgo), const NET_RT_OOIFLIST = 3
38605pkg syscall (netbsd-amd64-cgo), const NOFLSH = 2147483648
38606pkg syscall (netbsd-amd64-cgo), const NOTE_ATTRIB = 8
38607pkg syscall (netbsd-amd64-cgo), const NOTE_CHILD = 4
38608pkg syscall (netbsd-amd64-cgo), const NOTE_DELETE = 1
38609pkg syscall (netbsd-amd64-cgo), const NOTE_EXEC = 536870912
38610pkg syscall (netbsd-amd64-cgo), const NOTE_EXIT = 2147483648
38611pkg syscall (netbsd-amd64-cgo), const NOTE_EXTEND = 4
38612pkg syscall (netbsd-amd64-cgo), const NOTE_FORK = 1073741824
38613pkg syscall (netbsd-amd64-cgo), const NOTE_LINK = 16
38614pkg syscall (netbsd-amd64-cgo), const NOTE_LOWAT = 1
38615pkg syscall (netbsd-amd64-cgo), const NOTE_PCTRLMASK = 4026531840
38616pkg syscall (netbsd-amd64-cgo), const NOTE_PDATAMASK = 1048575
38617pkg syscall (netbsd-amd64-cgo), const NOTE_RENAME = 32
38618pkg syscall (netbsd-amd64-cgo), const NOTE_REVOKE = 64
38619pkg syscall (netbsd-amd64-cgo), const NOTE_TRACK = 1
38620pkg syscall (netbsd-amd64-cgo), const NOTE_TRACKERR = 2
38621pkg syscall (netbsd-amd64-cgo), const NOTE_WRITE = 2
38622pkg syscall (netbsd-amd64-cgo), const OCRNL = 16
38623pkg syscall (netbsd-amd64-cgo), const OFIOGETBMAP = 3221513850
38624pkg syscall (netbsd-amd64-cgo), const ONLCR = 2
38625pkg syscall (netbsd-amd64-cgo), const ONLRET = 64
38626pkg syscall (netbsd-amd64-cgo), const ONOCR = 32
38627pkg syscall (netbsd-amd64-cgo), const ONOEOT = 8
38628pkg syscall (netbsd-amd64-cgo), const OPOST = 1
38629pkg syscall (netbsd-amd64-cgo), const O_ACCMODE = 3
38630pkg syscall (netbsd-amd64-cgo), const O_ALT_IO = 262144
38631pkg syscall (netbsd-amd64-cgo), const O_APPEND = 8
38632pkg syscall (netbsd-amd64-cgo), const O_ASYNC = 64
38633pkg syscall (netbsd-amd64-cgo), const O_CLOEXEC = 4194304
38634pkg syscall (netbsd-amd64-cgo), const O_CREAT = 512
38635pkg syscall (netbsd-amd64-cgo), const O_DIRECT = 524288
38636pkg syscall (netbsd-amd64-cgo), const O_DIRECTORY = 2097152
38637pkg syscall (netbsd-amd64-cgo), const O_DSYNC = 65536
38638pkg syscall (netbsd-amd64-cgo), const O_EXCL = 2048
38639pkg syscall (netbsd-amd64-cgo), const O_EXLOCK = 32
38640pkg syscall (netbsd-amd64-cgo), const O_FSYNC = 128
38641pkg syscall (netbsd-amd64-cgo), const O_NDELAY = 4
38642pkg syscall (netbsd-amd64-cgo), const O_NOCTTY = 32768
38643pkg syscall (netbsd-amd64-cgo), const O_NOFOLLOW = 256
38644pkg syscall (netbsd-amd64-cgo), const O_NONBLOCK = 4
38645pkg syscall (netbsd-amd64-cgo), const O_NOSIGPIPE = 16777216
38646pkg syscall (netbsd-amd64-cgo), const O_RSYNC = 131072
38647pkg syscall (netbsd-amd64-cgo), const O_SHLOCK = 16
38648pkg syscall (netbsd-amd64-cgo), const O_SYNC = 128
38649pkg syscall (netbsd-amd64-cgo), const O_TRUNC = 1024
38650pkg syscall (netbsd-amd64-cgo), const PARENB = 4096
38651pkg syscall (netbsd-amd64-cgo), const PARMRK = 8
38652pkg syscall (netbsd-amd64-cgo), const PARODD = 8192
38653pkg syscall (netbsd-amd64-cgo), const PENDIN = 536870912
38654pkg syscall (netbsd-amd64-cgo), const PRI_IOFLUSH = 124
38655pkg syscall (netbsd-amd64-cgo), const PTRACE_CONT = 7
38656pkg syscall (netbsd-amd64-cgo), const PTRACE_KILL = 8
38657pkg syscall (netbsd-amd64-cgo), const PTRACE_TRACEME = 0
38658pkg syscall (netbsd-amd64-cgo), const RLIMIT_AS = 10
38659pkg syscall (netbsd-amd64-cgo), const RLIMIT_CORE = 4
38660pkg syscall (netbsd-amd64-cgo), const RLIMIT_CPU = 0
38661pkg syscall (netbsd-amd64-cgo), const RLIMIT_DATA = 2
38662pkg syscall (netbsd-amd64-cgo), const RLIMIT_FSIZE = 1
38663pkg syscall (netbsd-amd64-cgo), const RLIMIT_NOFILE = 8
38664pkg syscall (netbsd-amd64-cgo), const RLIMIT_STACK = 3
38665pkg syscall (netbsd-amd64-cgo), const RLIM_INFINITY = 9223372036854775807
38666pkg syscall (netbsd-amd64-cgo), const RTAX_AUTHOR = 6
38667pkg syscall (netbsd-amd64-cgo), const RTAX_BRD = 7
38668pkg syscall (netbsd-amd64-cgo), const RTAX_DST = 0
38669pkg syscall (netbsd-amd64-cgo), const RTAX_GATEWAY = 1
38670pkg syscall (netbsd-amd64-cgo), const RTAX_GENMASK = 3
38671pkg syscall (netbsd-amd64-cgo), const RTAX_IFA = 5
38672pkg syscall (netbsd-amd64-cgo), const RTAX_IFP = 4
38673pkg syscall (netbsd-amd64-cgo), const RTAX_MAX = 9
38674pkg syscall (netbsd-amd64-cgo), const RTAX_NETMASK = 2
38675pkg syscall (netbsd-amd64-cgo), const RTAX_TAG = 8
38676pkg syscall (netbsd-amd64-cgo), const RTA_AUTHOR = 64
38677pkg syscall (netbsd-amd64-cgo), const RTA_BRD = 128
38678pkg syscall (netbsd-amd64-cgo), const RTA_DST = 1
38679pkg syscall (netbsd-amd64-cgo), const RTA_GATEWAY = 2
38680pkg syscall (netbsd-amd64-cgo), const RTA_GENMASK = 8
38681pkg syscall (netbsd-amd64-cgo), const RTA_IFA = 32
38682pkg syscall (netbsd-amd64-cgo), const RTA_IFP = 16
38683pkg syscall (netbsd-amd64-cgo), const RTA_NETMASK = 4
38684pkg syscall (netbsd-amd64-cgo), const RTA_TAG = 256
38685pkg syscall (netbsd-amd64-cgo), const RTF_ANNOUNCE = 131072
38686pkg syscall (netbsd-amd64-cgo), const RTF_BLACKHOLE = 4096
38687pkg syscall (netbsd-amd64-cgo), const RTF_CLONED = 8192
38688pkg syscall (netbsd-amd64-cgo), const RTF_CLONING = 256
38689pkg syscall (netbsd-amd64-cgo), const RTF_DONE = 64
38690pkg syscall (netbsd-amd64-cgo), const RTF_DYNAMIC = 16
38691pkg syscall (netbsd-amd64-cgo), const RTF_GATEWAY = 2
38692pkg syscall (netbsd-amd64-cgo), const RTF_HOST = 4
38693pkg syscall (netbsd-amd64-cgo), const RTF_LLINFO = 1024
38694pkg syscall (netbsd-amd64-cgo), const RTF_MASK = 128
38695pkg syscall (netbsd-amd64-cgo), const RTF_MODIFIED = 32
38696pkg syscall (netbsd-amd64-cgo), const RTF_PROTO1 = 32768
38697pkg syscall (netbsd-amd64-cgo), const RTF_PROTO2 = 16384
38698pkg syscall (netbsd-amd64-cgo), const RTF_REJECT = 8
38699pkg syscall (netbsd-amd64-cgo), const RTF_SRC = 65536
38700pkg syscall (netbsd-amd64-cgo), const RTF_STATIC = 2048
38701pkg syscall (netbsd-amd64-cgo), const RTF_UP = 1
38702pkg syscall (netbsd-amd64-cgo), const RTF_XRESOLVE = 512
38703pkg syscall (netbsd-amd64-cgo), const RTM_ADD = 1
38704pkg syscall (netbsd-amd64-cgo), const RTM_CHANGE = 3
38705pkg syscall (netbsd-amd64-cgo), const RTM_CHGADDR = 21
38706pkg syscall (netbsd-amd64-cgo), const RTM_DELADDR = 13
38707pkg syscall (netbsd-amd64-cgo), const RTM_DELETE = 2
38708pkg syscall (netbsd-amd64-cgo), const RTM_GET = 4
38709pkg syscall (netbsd-amd64-cgo), const RTM_IEEE80211 = 17
38710pkg syscall (netbsd-amd64-cgo), const RTM_IFANNOUNCE = 16
38711pkg syscall (netbsd-amd64-cgo), const RTM_IFINFO = 20
38712pkg syscall (netbsd-amd64-cgo), const RTM_LLINFO_UPD = 19
38713pkg syscall (netbsd-amd64-cgo), const RTM_LOCK = 8
38714pkg syscall (netbsd-amd64-cgo), const RTM_LOSING = 5
38715pkg syscall (netbsd-amd64-cgo), const RTM_MISS = 7
38716pkg syscall (netbsd-amd64-cgo), const RTM_NEWADDR = 12
38717pkg syscall (netbsd-amd64-cgo), const RTM_OIFINFO = 15
38718pkg syscall (netbsd-amd64-cgo), const RTM_OLDADD = 9
38719pkg syscall (netbsd-amd64-cgo), const RTM_OLDDEL = 10
38720pkg syscall (netbsd-amd64-cgo), const RTM_OOIFINFO = 14
38721pkg syscall (netbsd-amd64-cgo), const RTM_REDIRECT = 6
38722pkg syscall (netbsd-amd64-cgo), const RTM_RESOLVE = 11
38723pkg syscall (netbsd-amd64-cgo), const RTM_RTTUNIT = 1000000
38724pkg syscall (netbsd-amd64-cgo), const RTM_SETGATE = 18
38725pkg syscall (netbsd-amd64-cgo), const RTM_VERSION = 4
38726pkg syscall (netbsd-amd64-cgo), const RTV_EXPIRE = 4
38727pkg syscall (netbsd-amd64-cgo), const RTV_HOPCOUNT = 2
38728pkg syscall (netbsd-amd64-cgo), const RTV_MTU = 1
38729pkg syscall (netbsd-amd64-cgo), const RTV_RPIPE = 8
38730pkg syscall (netbsd-amd64-cgo), const RTV_RTT = 64
38731pkg syscall (netbsd-amd64-cgo), const RTV_RTTVAR = 128
38732pkg syscall (netbsd-amd64-cgo), const RTV_SPIPE = 16
38733pkg syscall (netbsd-amd64-cgo), const RTV_SSTHRESH = 32
38734pkg syscall (netbsd-amd64-cgo), const RUSAGE_CHILDREN = -1
38735pkg syscall (netbsd-amd64-cgo), const RUSAGE_SELF = 0
38736pkg syscall (netbsd-amd64-cgo), const SCM_CREDS = 4
38737pkg syscall (netbsd-amd64-cgo), const SCM_RIGHTS = 1
38738pkg syscall (netbsd-amd64-cgo), const SCM_TIMESTAMP = 8
38739pkg syscall (netbsd-amd64-cgo), const SIGBUS = 10
38740pkg syscall (netbsd-amd64-cgo), const SIGCHLD = 20
38741pkg syscall (netbsd-amd64-cgo), const SIGCONT = 19
38742pkg syscall (netbsd-amd64-cgo), const SIGEMT = 7
38743pkg syscall (netbsd-amd64-cgo), const SIGINFO = 29
38744pkg syscall (netbsd-amd64-cgo), const SIGIO = 23
38745pkg syscall (netbsd-amd64-cgo), const SIGIOT = 6
38746pkg syscall (netbsd-amd64-cgo), const SIGPROF = 27
38747pkg syscall (netbsd-amd64-cgo), const SIGPWR = 32
38748pkg syscall (netbsd-amd64-cgo), const SIGSTOP = 17
38749pkg syscall (netbsd-amd64-cgo), const SIGSYS = 12
38750pkg syscall (netbsd-amd64-cgo), const SIGTSTP = 18
38751pkg syscall (netbsd-amd64-cgo), const SIGTTIN = 21
38752pkg syscall (netbsd-amd64-cgo), const SIGTTOU = 22
38753pkg syscall (netbsd-amd64-cgo), const SIGURG = 16
38754pkg syscall (netbsd-amd64-cgo), const SIGUSR1 = 30
38755pkg syscall (netbsd-amd64-cgo), const SIGUSR2 = 31
38756pkg syscall (netbsd-amd64-cgo), const SIGVTALRM = 26
38757pkg syscall (netbsd-amd64-cgo), const SIGWINCH = 28
38758pkg syscall (netbsd-amd64-cgo), const SIGXCPU = 24
38759pkg syscall (netbsd-amd64-cgo), const SIGXFSZ = 25
38760pkg syscall (netbsd-amd64-cgo), const SIOCADDMULTI = 2156947761
38761pkg syscall (netbsd-amd64-cgo), const SIOCADDRT = 2151182858
38762pkg syscall (netbsd-amd64-cgo), const SIOCAIFADDR = 2151704858
38763pkg syscall (netbsd-amd64-cgo), const SIOCALIFADDR = 2165860636
38764pkg syscall (netbsd-amd64-cgo), const SIOCATMARK = 1074033415
38765pkg syscall (netbsd-amd64-cgo), const SIOCDELMULTI = 2156947762
38766pkg syscall (netbsd-amd64-cgo), const SIOCDELRT = 2151182859
38767pkg syscall (netbsd-amd64-cgo), const SIOCDIFADDR = 2156947737
38768pkg syscall (netbsd-amd64-cgo), const SIOCDIFPHYADDR = 2156947785
38769pkg syscall (netbsd-amd64-cgo), const SIOCDLIFADDR = 2165860638
38770pkg syscall (netbsd-amd64-cgo), const SIOCGDRVSPEC = 3223873915
38771pkg syscall (netbsd-amd64-cgo), const SIOCGETPFSYNC = 3230689784
38772pkg syscall (netbsd-amd64-cgo), const SIOCGETSGCNT = 3223352628
38773pkg syscall (netbsd-amd64-cgo), const SIOCGETVIFCNT = 3223876915
38774pkg syscall (netbsd-amd64-cgo), const SIOCGHIWAT = 1074033409
38775pkg syscall (netbsd-amd64-cgo), const SIOCGIFADDR = 3230689569
38776pkg syscall (netbsd-amd64-cgo), const SIOCGIFADDRPREF = 3231213856
38777pkg syscall (netbsd-amd64-cgo), const SIOCGIFALIAS = 3225446683
38778pkg syscall (netbsd-amd64-cgo), const SIOCGIFBRDADDR = 3230689571
38779pkg syscall (netbsd-amd64-cgo), const SIOCGIFCAP = 3223349622
38780pkg syscall (netbsd-amd64-cgo), const SIOCGIFCONF = 3222300966
38781pkg syscall (netbsd-amd64-cgo), const SIOCGIFDATA = 3231213957
38782pkg syscall (netbsd-amd64-cgo), const SIOCGIFDLT = 3230689655
38783pkg syscall (netbsd-amd64-cgo), const SIOCGIFDSTADDR = 3230689570
38784pkg syscall (netbsd-amd64-cgo), const SIOCGIFFLAGS = 3230689553
38785pkg syscall (netbsd-amd64-cgo), const SIOCGIFGENERIC = 3230689594
38786pkg syscall (netbsd-amd64-cgo), const SIOCGIFMEDIA = 3224398134
38787pkg syscall (netbsd-amd64-cgo), const SIOCGIFMETRIC = 3230689559
38788pkg syscall (netbsd-amd64-cgo), const SIOCGIFMTU = 3230689662
38789pkg syscall (netbsd-amd64-cgo), const SIOCGIFNETMASK = 3230689573
38790pkg syscall (netbsd-amd64-cgo), const SIOCGIFPDSTADDR = 3230689608
38791pkg syscall (netbsd-amd64-cgo), const SIOCGIFPSRCADDR = 3230689607
38792pkg syscall (netbsd-amd64-cgo), const SIOCGLIFADDR = 3239602461
38793pkg syscall (netbsd-amd64-cgo), const SIOCGLIFPHYADDR = 3239602507
38794pkg syscall (netbsd-amd64-cgo), const SIOCGLINKSTR = 3223873927
38795pkg syscall (netbsd-amd64-cgo), const SIOCGLOWAT = 1074033411
38796pkg syscall (netbsd-amd64-cgo), const SIOCGPGRP = 1074033417
38797pkg syscall (netbsd-amd64-cgo), const SIOCGVH = 3230689667
38798pkg syscall (netbsd-amd64-cgo), const SIOCIFCREATE = 2156947834
38799pkg syscall (netbsd-amd64-cgo), const SIOCIFDESTROY = 2156947833
38800pkg syscall (netbsd-amd64-cgo), const SIOCIFGCLONERS = 3222301048
38801pkg syscall (netbsd-amd64-cgo), const SIOCINITIFADDR = 3228592516
38802pkg syscall (netbsd-amd64-cgo), const SIOCSDRVSPEC = 2150132091
38803pkg syscall (netbsd-amd64-cgo), const SIOCSETPFSYNC = 2156947959
38804pkg syscall (netbsd-amd64-cgo), const SIOCSHIWAT = 2147775232
38805pkg syscall (netbsd-amd64-cgo), const SIOCSIFADDR = 2156947724
38806pkg syscall (netbsd-amd64-cgo), const SIOCSIFADDRPREF = 2157472031
38807pkg syscall (netbsd-amd64-cgo), const SIOCSIFBRDADDR = 2156947731
38808pkg syscall (netbsd-amd64-cgo), const SIOCSIFCAP = 2149607797
38809pkg syscall (netbsd-amd64-cgo), const SIOCSIFDSTADDR = 2156947726
38810pkg syscall (netbsd-amd64-cgo), const SIOCSIFFLAGS = 2156947728
38811pkg syscall (netbsd-amd64-cgo), const SIOCSIFGENERIC = 2156947769
38812pkg syscall (netbsd-amd64-cgo), const SIOCSIFMEDIA = 3230689589
38813pkg syscall (netbsd-amd64-cgo), const SIOCSIFMETRIC = 2156947736
38814pkg syscall (netbsd-amd64-cgo), const SIOCSIFMTU = 2156947839
38815pkg syscall (netbsd-amd64-cgo), const SIOCSIFNETMASK = 2156947734
38816pkg syscall (netbsd-amd64-cgo), const SIOCSIFPHYADDR = 2151704902
38817pkg syscall (netbsd-amd64-cgo), const SIOCSLIFPHYADDR = 2165860682
38818pkg syscall (netbsd-amd64-cgo), const SIOCSLINKSTR = 2150132104
38819pkg syscall (netbsd-amd64-cgo), const SIOCSLOWAT = 2147775234
38820pkg syscall (netbsd-amd64-cgo), const SIOCSPGRP = 2147775240
38821pkg syscall (netbsd-amd64-cgo), const SIOCSVH = 3230689666
38822pkg syscall (netbsd-amd64-cgo), const SIOCZIFDATA = 3231213958
38823pkg syscall (netbsd-amd64-cgo), const SOCK_CLOEXEC = 268435456
38824pkg syscall (netbsd-amd64-cgo), const SOCK_FLAGS_MASK = 4026531840
38825pkg syscall (netbsd-amd64-cgo), const SOCK_NONBLOCK = 536870912
38826pkg syscall (netbsd-amd64-cgo), const SOCK_NOSIGPIPE = 1073741824
38827pkg syscall (netbsd-amd64-cgo), const SOCK_RDM = 4
38828pkg syscall (netbsd-amd64-cgo), const SOL_SOCKET = 65535
38829pkg syscall (netbsd-amd64-cgo), const SOMAXCONN = 128
38830pkg syscall (netbsd-amd64-cgo), const SO_ACCEPTCONN = 2
38831pkg syscall (netbsd-amd64-cgo), const SO_ACCEPTFILTER = 4096
38832pkg syscall (netbsd-amd64-cgo), const SO_BROADCAST = 32
38833pkg syscall (netbsd-amd64-cgo), const SO_DEBUG = 1
38834pkg syscall (netbsd-amd64-cgo), const SO_DONTROUTE = 16
38835pkg syscall (netbsd-amd64-cgo), const SO_ERROR = 4103
38836pkg syscall (netbsd-amd64-cgo), const SO_KEEPALIVE = 8
38837pkg syscall (netbsd-amd64-cgo), const SO_LINGER = 128
38838pkg syscall (netbsd-amd64-cgo), const SO_NOHEADER = 4106
38839pkg syscall (netbsd-amd64-cgo), const SO_NOSIGPIPE = 2048
38840pkg syscall (netbsd-amd64-cgo), const SO_OOBINLINE = 256
38841pkg syscall (netbsd-amd64-cgo), const SO_OVERFLOWED = 4105
38842pkg syscall (netbsd-amd64-cgo), const SO_RCVBUF = 4098
38843pkg syscall (netbsd-amd64-cgo), const SO_RCVLOWAT = 4100
38844pkg syscall (netbsd-amd64-cgo), const SO_RCVTIMEO = 4108
38845pkg syscall (netbsd-amd64-cgo), const SO_REUSEADDR = 4
38846pkg syscall (netbsd-amd64-cgo), const SO_REUSEPORT = 512
38847pkg syscall (netbsd-amd64-cgo), const SO_SNDBUF = 4097
38848pkg syscall (netbsd-amd64-cgo), const SO_SNDLOWAT = 4099
38849pkg syscall (netbsd-amd64-cgo), const SO_SNDTIMEO = 4107
38850pkg syscall (netbsd-amd64-cgo), const SO_TIMESTAMP = 8192
38851pkg syscall (netbsd-amd64-cgo), const SO_TYPE = 4104
38852pkg syscall (netbsd-amd64-cgo), const SO_USELOOPBACK = 64
38853pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERSION = 16777216
38854pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_0 = 0
38855pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_1 = 16777216
38856pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_MASK = 4278190080
38857pkg syscall (netbsd-amd64-cgo), const SYS_ACCEPT = 30
38858pkg syscall (netbsd-amd64-cgo), const SYS_ACCESS = 33
38859pkg syscall (netbsd-amd64-cgo), const SYS_ACCT = 51
38860pkg syscall (netbsd-amd64-cgo), const SYS_ADJTIME = 421
38861pkg syscall (netbsd-amd64-cgo), const SYS_BIND = 104
38862pkg syscall (netbsd-amd64-cgo), const SYS_BREAK = 17
38863pkg syscall (netbsd-amd64-cgo), const SYS_CHDIR = 12
38864pkg syscall (netbsd-amd64-cgo), const SYS_CHFLAGS = 34
38865pkg syscall (netbsd-amd64-cgo), const SYS_CHMOD = 15
38866pkg syscall (netbsd-amd64-cgo), const SYS_CHOWN = 16
38867pkg syscall (netbsd-amd64-cgo), const SYS_CHROOT = 61
38868pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_GETRES = 429
38869pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_GETTIME = 427
38870pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_SETTIME = 428
38871pkg syscall (netbsd-amd64-cgo), const SYS_CLOSE = 6
38872pkg syscall (netbsd-amd64-cgo), const SYS_CONNECT = 98
38873pkg syscall (netbsd-amd64-cgo), const SYS_DUP = 41
38874pkg syscall (netbsd-amd64-cgo), const SYS_DUP2 = 90
38875pkg syscall (netbsd-amd64-cgo), const SYS_DUP3 = 454
38876pkg syscall (netbsd-amd64-cgo), const SYS_EXECVE = 59
38877pkg syscall (netbsd-amd64-cgo), const SYS_EXIT = 1
38878pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTRCTL = 360
38879pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_FD = 366
38880pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_FILE = 363
38881pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_LINK = 369
38882pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_FD = 365
38883pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_FILE = 362
38884pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_LINK = 368
38885pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_FD = 370
38886pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_FILE = 371
38887pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_LINK = 372
38888pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_FD = 364
38889pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_FILE = 361
38890pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_LINK = 367
38891pkg syscall (netbsd-amd64-cgo), const SYS_FACCESSAT = 462
38892pkg syscall (netbsd-amd64-cgo), const SYS_FCHDIR = 13
38893pkg syscall (netbsd-amd64-cgo), const SYS_FCHFLAGS = 35
38894pkg syscall (netbsd-amd64-cgo), const SYS_FCHMOD = 124
38895pkg syscall (netbsd-amd64-cgo), const SYS_FCHMODAT = 463
38896pkg syscall (netbsd-amd64-cgo), const SYS_FCHOWN = 123
38897pkg syscall (netbsd-amd64-cgo), const SYS_FCHOWNAT = 464
38898pkg syscall (netbsd-amd64-cgo), const SYS_FCHROOT = 297
38899pkg syscall (netbsd-amd64-cgo), const SYS_FCNTL = 92
38900pkg syscall (netbsd-amd64-cgo), const SYS_FDATASYNC = 241
38901pkg syscall (netbsd-amd64-cgo), const SYS_FEXECVE = 465
38902pkg syscall (netbsd-amd64-cgo), const SYS_FGETXATTR = 380
38903pkg syscall (netbsd-amd64-cgo), const SYS_FHSTAT = 451
38904pkg syscall (netbsd-amd64-cgo), const SYS_FKTRACE = 288
38905pkg syscall (netbsd-amd64-cgo), const SYS_FLISTXATTR = 383
38906pkg syscall (netbsd-amd64-cgo), const SYS_FLOCK = 131
38907pkg syscall (netbsd-amd64-cgo), const SYS_FORK = 2
38908pkg syscall (netbsd-amd64-cgo), const SYS_FPATHCONF = 192
38909pkg syscall (netbsd-amd64-cgo), const SYS_FREMOVEXATTR = 386
38910pkg syscall (netbsd-amd64-cgo), const SYS_FSETXATTR = 377
38911pkg syscall (netbsd-amd64-cgo), const SYS_FSTAT = 440
38912pkg syscall (netbsd-amd64-cgo), const SYS_FSTATAT = 466
38913pkg syscall (netbsd-amd64-cgo), const SYS_FSTATVFS1 = 358
38914pkg syscall (netbsd-amd64-cgo), const SYS_FSYNC = 95
38915pkg syscall (netbsd-amd64-cgo), const SYS_FSYNC_RANGE = 354
38916pkg syscall (netbsd-amd64-cgo), const SYS_FTRUNCATE = 201
38917pkg syscall (netbsd-amd64-cgo), const SYS_FUTIMENS = 472
38918pkg syscall (netbsd-amd64-cgo), const SYS_FUTIMES = 423
38919pkg syscall (netbsd-amd64-cgo), const SYS_GETCONTEXT = 307
38920pkg syscall (netbsd-amd64-cgo), const SYS_GETDENTS = 390
38921pkg syscall (netbsd-amd64-cgo), const SYS_GETEGID = 43
38922pkg syscall (netbsd-amd64-cgo), const SYS_GETEUID = 25
38923pkg syscall (netbsd-amd64-cgo), const SYS_GETFH = 395
38924pkg syscall (netbsd-amd64-cgo), const SYS_GETGID = 47
38925pkg syscall (netbsd-amd64-cgo), const SYS_GETGROUPS = 79
38926pkg syscall (netbsd-amd64-cgo), const SYS_GETITIMER = 426
38927pkg syscall (netbsd-amd64-cgo), const SYS_GETPEERNAME = 31
38928pkg syscall (netbsd-amd64-cgo), const SYS_GETPGID = 207
38929pkg syscall (netbsd-amd64-cgo), const SYS_GETPGRP = 81
38930pkg syscall (netbsd-amd64-cgo), const SYS_GETPID = 20
38931pkg syscall (netbsd-amd64-cgo), const SYS_GETPPID = 39
38932pkg syscall (netbsd-amd64-cgo), const SYS_GETPRIORITY = 100
38933pkg syscall (netbsd-amd64-cgo), const SYS_GETRLIMIT = 194
38934pkg syscall (netbsd-amd64-cgo), const SYS_GETRUSAGE = 445
38935pkg syscall (netbsd-amd64-cgo), const SYS_GETSID = 286
38936pkg syscall (netbsd-amd64-cgo), const SYS_GETSOCKNAME = 32
38937pkg syscall (netbsd-amd64-cgo), const SYS_GETSOCKOPT = 118
38938pkg syscall (netbsd-amd64-cgo), const SYS_GETTIMEOFDAY = 418
38939pkg syscall (netbsd-amd64-cgo), const SYS_GETUID = 24
38940pkg syscall (netbsd-amd64-cgo), const SYS_GETVFSSTAT = 356
38941pkg syscall (netbsd-amd64-cgo), const SYS_GETXATTR = 378
38942pkg syscall (netbsd-amd64-cgo), const SYS_IOCTL = 54
38943pkg syscall (netbsd-amd64-cgo), const SYS_ISSETUGID = 305
38944pkg syscall (netbsd-amd64-cgo), const SYS_KEVENT = 435
38945pkg syscall (netbsd-amd64-cgo), const SYS_KILL = 37
38946pkg syscall (netbsd-amd64-cgo), const SYS_KQUEUE = 344
38947pkg syscall (netbsd-amd64-cgo), const SYS_KQUEUE1 = 455
38948pkg syscall (netbsd-amd64-cgo), const SYS_KTRACE = 45
38949pkg syscall (netbsd-amd64-cgo), const SYS_LCHFLAGS = 304
38950pkg syscall (netbsd-amd64-cgo), const SYS_LCHMOD = 274
38951pkg syscall (netbsd-amd64-cgo), const SYS_LCHOWN = 275
38952pkg syscall (netbsd-amd64-cgo), const SYS_LGETXATTR = 379
38953pkg syscall (netbsd-amd64-cgo), const SYS_LINK = 9
38954pkg syscall (netbsd-amd64-cgo), const SYS_LINKAT = 457
38955pkg syscall (netbsd-amd64-cgo), const SYS_LISTEN = 106
38956pkg syscall (netbsd-amd64-cgo), const SYS_LISTXATTR = 381
38957pkg syscall (netbsd-amd64-cgo), const SYS_LLISTXATTR = 382
38958pkg syscall (netbsd-amd64-cgo), const SYS_LREMOVEXATTR = 385
38959pkg syscall (netbsd-amd64-cgo), const SYS_LSEEK = 199
38960pkg syscall (netbsd-amd64-cgo), const SYS_LSETXATTR = 376
38961pkg syscall (netbsd-amd64-cgo), const SYS_LSTAT = 441
38962pkg syscall (netbsd-amd64-cgo), const SYS_LUTIMES = 424
38963pkg syscall (netbsd-amd64-cgo), const SYS_MADVISE = 75
38964pkg syscall (netbsd-amd64-cgo), const SYS_MINCORE = 78
38965pkg syscall (netbsd-amd64-cgo), const SYS_MINHERIT = 273
38966pkg syscall (netbsd-amd64-cgo), const SYS_MKDIR = 136
38967pkg syscall (netbsd-amd64-cgo), const SYS_MKDIRAT = 461
38968pkg syscall (netbsd-amd64-cgo), const SYS_MKFIFO = 132
38969pkg syscall (netbsd-amd64-cgo), const SYS_MKFIFOAT = 459
38970pkg syscall (netbsd-amd64-cgo), const SYS_MKNOD = 450
38971pkg syscall (netbsd-amd64-cgo), const SYS_MKNODAT = 460
38972pkg syscall (netbsd-amd64-cgo), const SYS_MLOCK = 203
38973pkg syscall (netbsd-amd64-cgo), const SYS_MLOCKALL = 242
38974pkg syscall (netbsd-amd64-cgo), const SYS_MMAP = 197
38975pkg syscall (netbsd-amd64-cgo), const SYS_MODCTL = 246
38976pkg syscall (netbsd-amd64-cgo), const SYS_MOUNT = 410
38977pkg syscall (netbsd-amd64-cgo), const SYS_MPROTECT = 74
38978pkg syscall (netbsd-amd64-cgo), const SYS_MREMAP = 411
38979pkg syscall (netbsd-amd64-cgo), const SYS_MSGCTL = 444
38980pkg syscall (netbsd-amd64-cgo), const SYS_MSGGET = 225
38981pkg syscall (netbsd-amd64-cgo), const SYS_MSGRCV = 227
38982pkg syscall (netbsd-amd64-cgo), const SYS_MSGSND = 226
38983pkg syscall (netbsd-amd64-cgo), const SYS_MUNLOCK = 204
38984pkg syscall (netbsd-amd64-cgo), const SYS_MUNLOCKALL = 243
38985pkg syscall (netbsd-amd64-cgo), const SYS_MUNMAP = 73
38986pkg syscall (netbsd-amd64-cgo), const SYS_NANOSLEEP = 430
38987pkg syscall (netbsd-amd64-cgo), const SYS_NTP_ADJTIME = 176
38988pkg syscall (netbsd-amd64-cgo), const SYS_NTP_GETTIME = 448
38989pkg syscall (netbsd-amd64-cgo), const SYS_OPEN = 5
38990pkg syscall (netbsd-amd64-cgo), const SYS_OPENAT = 468
38991pkg syscall (netbsd-amd64-cgo), const SYS_PACCEPT = 456
38992pkg syscall (netbsd-amd64-cgo), const SYS_PATHCONF = 191
38993pkg syscall (netbsd-amd64-cgo), const SYS_PIPE = 42
38994pkg syscall (netbsd-amd64-cgo), const SYS_PIPE2 = 453
38995pkg syscall (netbsd-amd64-cgo), const SYS_PMC_CONTROL = 342
38996pkg syscall (netbsd-amd64-cgo), const SYS_PMC_GET_INFO = 341
38997pkg syscall (netbsd-amd64-cgo), const SYS_POLL = 209
38998pkg syscall (netbsd-amd64-cgo), const SYS_POLLTS = 437
38999pkg syscall (netbsd-amd64-cgo), const SYS_POSIX_FADVISE = 416
39000pkg syscall (netbsd-amd64-cgo), const SYS_POSIX_SPAWN = 474
39001pkg syscall (netbsd-amd64-cgo), const SYS_PREAD = 173
39002pkg syscall (netbsd-amd64-cgo), const SYS_PREADV = 289
39003pkg syscall (netbsd-amd64-cgo), const SYS_PROFIL = 44
39004pkg syscall (netbsd-amd64-cgo), const SYS_PSELECT = 436
39005pkg syscall (netbsd-amd64-cgo), const SYS_PSET_ASSIGN = 414
39006pkg syscall (netbsd-amd64-cgo), const SYS_PSET_CREATE = 412
39007pkg syscall (netbsd-amd64-cgo), const SYS_PSET_DESTROY = 413
39008pkg syscall (netbsd-amd64-cgo), const SYS_PTRACE = 26
39009pkg syscall (netbsd-amd64-cgo), const SYS_PWRITE = 174
39010pkg syscall (netbsd-amd64-cgo), const SYS_PWRITEV = 290
39011pkg syscall (netbsd-amd64-cgo), const SYS_RASCTL = 343
39012pkg syscall (netbsd-amd64-cgo), const SYS_READ = 3
39013pkg syscall (netbsd-amd64-cgo), const SYS_READLINK = 58
39014pkg syscall (netbsd-amd64-cgo), const SYS_READLINKAT = 469
39015pkg syscall (netbsd-amd64-cgo), const SYS_READV = 120
39016pkg syscall (netbsd-amd64-cgo), const SYS_REBOOT = 208
39017pkg syscall (netbsd-amd64-cgo), const SYS_RECVFROM = 29
39018pkg syscall (netbsd-amd64-cgo), const SYS_RECVMMSG = 475
39019pkg syscall (netbsd-amd64-cgo), const SYS_RECVMSG = 27
39020pkg syscall (netbsd-amd64-cgo), const SYS_REMOVEXATTR = 384
39021pkg syscall (netbsd-amd64-cgo), const SYS_RENAME = 128
39022pkg syscall (netbsd-amd64-cgo), const SYS_RENAMEAT = 458
39023pkg syscall (netbsd-amd64-cgo), const SYS_REVOKE = 56
39024pkg syscall (netbsd-amd64-cgo), const SYS_RMDIR = 137
39025pkg syscall (netbsd-amd64-cgo), const SYS_SBRK = 69
39026pkg syscall (netbsd-amd64-cgo), const SYS_SCHED_YIELD = 350
39027pkg syscall (netbsd-amd64-cgo), const SYS_SELECT = 417
39028pkg syscall (netbsd-amd64-cgo), const SYS_SEMCONFIG = 223
39029pkg syscall (netbsd-amd64-cgo), const SYS_SEMGET = 221
39030pkg syscall (netbsd-amd64-cgo), const SYS_SEMOP = 222
39031pkg syscall (netbsd-amd64-cgo), const SYS_SENDMMSG = 476
39032pkg syscall (netbsd-amd64-cgo), const SYS_SENDMSG = 28
39033pkg syscall (netbsd-amd64-cgo), const SYS_SENDTO = 133
39034pkg syscall (netbsd-amd64-cgo), const SYS_SETCONTEXT = 308
39035pkg syscall (netbsd-amd64-cgo), const SYS_SETEGID = 182
39036pkg syscall (netbsd-amd64-cgo), const SYS_SETEUID = 183
39037pkg syscall (netbsd-amd64-cgo), const SYS_SETGID = 181
39038pkg syscall (netbsd-amd64-cgo), const SYS_SETGROUPS = 80
39039pkg syscall (netbsd-amd64-cgo), const SYS_SETITIMER = 425
39040pkg syscall (netbsd-amd64-cgo), const SYS_SETPGID = 82
39041pkg syscall (netbsd-amd64-cgo), const SYS_SETPRIORITY = 96
39042pkg syscall (netbsd-amd64-cgo), const SYS_SETREGID = 127
39043pkg syscall (netbsd-amd64-cgo), const SYS_SETREUID = 126
39044pkg syscall (netbsd-amd64-cgo), const SYS_SETRLIMIT = 195
39045pkg syscall (netbsd-amd64-cgo), const SYS_SETSID = 147
39046pkg syscall (netbsd-amd64-cgo), const SYS_SETSOCKOPT = 105
39047pkg syscall (netbsd-amd64-cgo), const SYS_SETTIMEOFDAY = 419
39048pkg syscall (netbsd-amd64-cgo), const SYS_SETUID = 23
39049pkg syscall (netbsd-amd64-cgo), const SYS_SETXATTR = 375
39050pkg syscall (netbsd-amd64-cgo), const SYS_SHMAT = 228
39051pkg syscall (netbsd-amd64-cgo), const SYS_SHMCTL = 443
39052pkg syscall (netbsd-amd64-cgo), const SYS_SHMDT = 230
39053pkg syscall (netbsd-amd64-cgo), const SYS_SHMGET = 231
39054pkg syscall (netbsd-amd64-cgo), const SYS_SHUTDOWN = 134
39055pkg syscall (netbsd-amd64-cgo), const SYS_SIGQUEUEINFO = 245
39056pkg syscall (netbsd-amd64-cgo), const SYS_SOCKET = 394
39057pkg syscall (netbsd-amd64-cgo), const SYS_SOCKETPAIR = 135
39058pkg syscall (netbsd-amd64-cgo), const SYS_SSTK = 70
39059pkg syscall (netbsd-amd64-cgo), const SYS_STAT = 439
39060pkg syscall (netbsd-amd64-cgo), const SYS_STATVFS1 = 357
39061pkg syscall (netbsd-amd64-cgo), const SYS_SWAPCTL = 271
39062pkg syscall (netbsd-amd64-cgo), const SYS_SYMLINK = 57
39063pkg syscall (netbsd-amd64-cgo), const SYS_SYMLINKAT = 470
39064pkg syscall (netbsd-amd64-cgo), const SYS_SYNC = 36
39065pkg syscall (netbsd-amd64-cgo), const SYS_SYSARCH = 165
39066pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_CREATE = 235
39067pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_DELETE = 236
39068pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_GETOVERRUN = 239
39069pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_GETTIME = 447
39070pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_SETTIME = 446
39071pkg syscall (netbsd-amd64-cgo), const SYS_TRUNCATE = 200
39072pkg syscall (netbsd-amd64-cgo), const SYS_UMASK = 60
39073pkg syscall (netbsd-amd64-cgo), const SYS_UNDELETE = 205
39074pkg syscall (netbsd-amd64-cgo), const SYS_UNLINK = 10
39075pkg syscall (netbsd-amd64-cgo), const SYS_UNLINKAT = 471
39076pkg syscall (netbsd-amd64-cgo), const SYS_UNMOUNT = 22
39077pkg syscall (netbsd-amd64-cgo), const SYS_UTIMENSAT = 467
39078pkg syscall (netbsd-amd64-cgo), const SYS_UTIMES = 420
39079pkg syscall (netbsd-amd64-cgo), const SYS_UTRACE = 306
39080pkg syscall (netbsd-amd64-cgo), const SYS_UUIDGEN = 355
39081pkg syscall (netbsd-amd64-cgo), const SYS_VADVISE = 72
39082pkg syscall (netbsd-amd64-cgo), const SYS_VFORK = 66
39083pkg syscall (netbsd-amd64-cgo), const SYS_WAIT4 = 449
39084pkg syscall (netbsd-amd64-cgo), const SYS_WRITE = 4
39085pkg syscall (netbsd-amd64-cgo), const SYS_WRITEV = 121
39086pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CONTINUE = 314
39087pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CREATE = 309
39088pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CTL = 325
39089pkg syscall (netbsd-amd64-cgo), const SYS__LWP_DETACH = 319
39090pkg syscall (netbsd-amd64-cgo), const SYS__LWP_EXIT = 310
39091pkg syscall (netbsd-amd64-cgo), const SYS__LWP_GETNAME = 324
39092pkg syscall (netbsd-amd64-cgo), const SYS__LWP_GETPRIVATE = 316
39093pkg syscall (netbsd-amd64-cgo), const SYS__LWP_KILL = 318
39094pkg syscall (netbsd-amd64-cgo), const SYS__LWP_PARK = 434
39095pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SELF = 311
39096pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SETNAME = 323
39097pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SETPRIVATE = 317
39098pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SUSPEND = 313
39099pkg syscall (netbsd-amd64-cgo), const SYS__LWP_UNPARK = 321
39100pkg syscall (netbsd-amd64-cgo), const SYS__LWP_UNPARK_ALL = 322
39101pkg syscall (netbsd-amd64-cgo), const SYS__LWP_WAIT = 312
39102pkg syscall (netbsd-amd64-cgo), const SYS__LWP_WAKEUP = 315
39103pkg syscall (netbsd-amd64-cgo), const SYS__PSET_BIND = 415
39104pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_GETAFFINITY = 349
39105pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_GETPARAM = 347
39106pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_SETAFFINITY = 348
39107pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_SETPARAM = 346
39108pkg syscall (netbsd-amd64-cgo), const SYS___CLONE = 287
39109pkg syscall (netbsd-amd64-cgo), const SYS___GETCWD = 296
39110pkg syscall (netbsd-amd64-cgo), const SYS___GETLOGIN = 49
39111pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_CHOWN = 283
39112pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_FCHOWN = 284
39113pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_LCHOWN = 285
39114pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_RENAME = 270
39115pkg syscall (netbsd-amd64-cgo), const SYS___QUOTACTL = 473
39116pkg syscall (netbsd-amd64-cgo), const SYS___SEMCTL = 442
39117pkg syscall (netbsd-amd64-cgo), const SYS___SETLOGIN = 50
39118pkg syscall (netbsd-amd64-cgo), const SYS___SIGACTION_SIGTRAMP = 340
39119pkg syscall (netbsd-amd64-cgo), const SYS___SIGTIMEDWAIT = 431
39120pkg syscall (netbsd-amd64-cgo), const SYS___SYSCTL = 202
39121pkg syscall (netbsd-amd64-cgo), const S_ARCH1 = 65536
39122pkg syscall (netbsd-amd64-cgo), const S_ARCH2 = 131072
39123pkg syscall (netbsd-amd64-cgo), const S_BLKSIZE = 512
39124pkg syscall (netbsd-amd64-cgo), const S_IEXEC = 64
39125pkg syscall (netbsd-amd64-cgo), const S_IFMT = 61440
39126pkg syscall (netbsd-amd64-cgo), const S_IFWHT = 57344
39127pkg syscall (netbsd-amd64-cgo), const S_IREAD = 256
39128pkg syscall (netbsd-amd64-cgo), const S_IRGRP = 32
39129pkg syscall (netbsd-amd64-cgo), const S_IROTH = 4
39130pkg syscall (netbsd-amd64-cgo), const S_IRWXG = 56
39131pkg syscall (netbsd-amd64-cgo), const S_IRWXO = 7
39132pkg syscall (netbsd-amd64-cgo), const S_IRWXU = 448
39133pkg syscall (netbsd-amd64-cgo), const S_ISTXT = 512
39134pkg syscall (netbsd-amd64-cgo), const S_IWGRP = 16
39135pkg syscall (netbsd-amd64-cgo), const S_IWOTH = 2
39136pkg syscall (netbsd-amd64-cgo), const S_IWRITE = 128
39137pkg syscall (netbsd-amd64-cgo), const S_IXGRP = 8
39138pkg syscall (netbsd-amd64-cgo), const S_IXOTH = 1
39139pkg syscall (netbsd-amd64-cgo), const S_LOGIN_SET = 1
39140pkg syscall (netbsd-amd64-cgo), const SizeofBpfHdr = 32
39141pkg syscall (netbsd-amd64-cgo), const SizeofBpfInsn = 8
39142pkg syscall (netbsd-amd64-cgo), const SizeofBpfProgram = 16
39143pkg syscall (netbsd-amd64-cgo), const SizeofBpfStat = 128
39144pkg syscall (netbsd-amd64-cgo), const SizeofBpfVersion = 4
39145pkg syscall (netbsd-amd64-cgo), const SizeofCmsghdr = 12
39146pkg syscall (netbsd-amd64-cgo), const SizeofIPMreq = 8
39147pkg syscall (netbsd-amd64-cgo), const SizeofIPv6Mreq = 20
39148pkg syscall (netbsd-amd64-cgo), const SizeofIfAnnounceMsghdr = 24
39149pkg syscall (netbsd-amd64-cgo), const SizeofIfData = 136
39150pkg syscall (netbsd-amd64-cgo), const SizeofIfMsghdr = 152
39151pkg syscall (netbsd-amd64-cgo), const SizeofIfaMsghdr = 24
39152pkg syscall (netbsd-amd64-cgo), const SizeofInet6Pktinfo = 20
39153pkg syscall (netbsd-amd64-cgo), const SizeofLinger = 8
39154pkg syscall (netbsd-amd64-cgo), const SizeofMsghdr = 48
39155pkg syscall (netbsd-amd64-cgo), const SizeofRtMetrics = 80
39156pkg syscall (netbsd-amd64-cgo), const SizeofRtMsghdr = 120
39157pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrAny = 108
39158pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrDatalink = 20
39159pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrInet4 = 16
39160pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrInet6 = 28
39161pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrUnix = 106
39162pkg syscall (netbsd-amd64-cgo), const TCIFLUSH = 1
39163pkg syscall (netbsd-amd64-cgo), const TCIOFLUSH = 3
39164pkg syscall (netbsd-amd64-cgo), const TCOFLUSH = 2
39165pkg syscall (netbsd-amd64-cgo), const TCP_CONGCTL = 32
39166pkg syscall (netbsd-amd64-cgo), const TCP_KEEPCNT = 6
39167pkg syscall (netbsd-amd64-cgo), const TCP_KEEPIDLE = 3
39168pkg syscall (netbsd-amd64-cgo), const TCP_KEEPINIT = 7
39169pkg syscall (netbsd-amd64-cgo), const TCP_KEEPINTVL = 5
39170pkg syscall (netbsd-amd64-cgo), const TCP_MAXBURST = 4
39171pkg syscall (netbsd-amd64-cgo), const TCP_MAXSEG = 2
39172pkg syscall (netbsd-amd64-cgo), const TCP_MAXWIN = 65535
39173pkg syscall (netbsd-amd64-cgo), const TCP_MAX_WINSHIFT = 14
39174pkg syscall (netbsd-amd64-cgo), const TCP_MD5SIG = 16
39175pkg syscall (netbsd-amd64-cgo), const TCP_MINMSS = 216
39176pkg syscall (netbsd-amd64-cgo), const TCP_MSS = 536
39177pkg syscall (netbsd-amd64-cgo), const TCSAFLUSH = 2
39178pkg syscall (netbsd-amd64-cgo), const TIOCCBRK = 536900730
39179pkg syscall (netbsd-amd64-cgo), const TIOCCDTR = 536900728
39180pkg syscall (netbsd-amd64-cgo), const TIOCCONS = 2147775586
39181pkg syscall (netbsd-amd64-cgo), const TIOCDCDTIMESTAMP = 1074820184
39182pkg syscall (netbsd-amd64-cgo), const TIOCDRAIN = 536900702
39183pkg syscall (netbsd-amd64-cgo), const TIOCEXCL = 536900621
39184pkg syscall (netbsd-amd64-cgo), const TIOCEXT = 2147775584
39185pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CDTRCTS = 16
39186pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CLOCAL = 2
39187pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CRTSCTS = 4
39188pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_MDMBUF = 8
39189pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_SOFTCAR = 1
39190pkg syscall (netbsd-amd64-cgo), const TIOCFLUSH = 2147775504
39191pkg syscall (netbsd-amd64-cgo), const TIOCGETA = 1076655123
39192pkg syscall (netbsd-amd64-cgo), const TIOCGETD = 1074033690
39193pkg syscall (netbsd-amd64-cgo), const TIOCGFLAGS = 1074033757
39194pkg syscall (netbsd-amd64-cgo), const TIOCGLINED = 1075868738
39195pkg syscall (netbsd-amd64-cgo), const TIOCGPGRP = 1074033783
39196pkg syscall (netbsd-amd64-cgo), const TIOCGQSIZE = 1074033793
39197pkg syscall (netbsd-amd64-cgo), const TIOCGRANTPT = 536900679
39198pkg syscall (netbsd-amd64-cgo), const TIOCGSID = 1074033763
39199pkg syscall (netbsd-amd64-cgo), const TIOCGSIZE = 1074295912
39200pkg syscall (netbsd-amd64-cgo), const TIOCGWINSZ = 1074295912
39201pkg syscall (netbsd-amd64-cgo), const TIOCMBIC = 2147775595
39202pkg syscall (netbsd-amd64-cgo), const TIOCMBIS = 2147775596
39203pkg syscall (netbsd-amd64-cgo), const TIOCMGET = 1074033770
39204pkg syscall (netbsd-amd64-cgo), const TIOCMSET = 2147775597
39205pkg syscall (netbsd-amd64-cgo), const TIOCM_CAR = 64
39206pkg syscall (netbsd-amd64-cgo), const TIOCM_CD = 64
39207pkg syscall (netbsd-amd64-cgo), const TIOCM_CTS = 32
39208pkg syscall (netbsd-amd64-cgo), const TIOCM_DSR = 256
39209pkg syscall (netbsd-amd64-cgo), const TIOCM_DTR = 2
39210pkg syscall (netbsd-amd64-cgo), const TIOCM_LE = 1
39211pkg syscall (netbsd-amd64-cgo), const TIOCM_RI = 128
39212pkg syscall (netbsd-amd64-cgo), const TIOCM_RNG = 128
39213pkg syscall (netbsd-amd64-cgo), const TIOCM_RTS = 4
39214pkg syscall (netbsd-amd64-cgo), const TIOCM_SR = 16
39215pkg syscall (netbsd-amd64-cgo), const TIOCM_ST = 8
39216pkg syscall (netbsd-amd64-cgo), const TIOCNOTTY = 536900721
39217pkg syscall (netbsd-amd64-cgo), const TIOCNXCL = 536900622
39218pkg syscall (netbsd-amd64-cgo), const TIOCOUTQ = 1074033779
39219pkg syscall (netbsd-amd64-cgo), const TIOCPKT = 2147775600
39220pkg syscall (netbsd-amd64-cgo), const TIOCPKT_DATA = 0
39221pkg syscall (netbsd-amd64-cgo), const TIOCPKT_DOSTOP = 32
39222pkg syscall (netbsd-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
39223pkg syscall (netbsd-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
39224pkg syscall (netbsd-amd64-cgo), const TIOCPKT_IOCTL = 64
39225pkg syscall (netbsd-amd64-cgo), const TIOCPKT_NOSTOP = 16
39226pkg syscall (netbsd-amd64-cgo), const TIOCPKT_START = 8
39227pkg syscall (netbsd-amd64-cgo), const TIOCPKT_STOP = 4
39228pkg syscall (netbsd-amd64-cgo), const TIOCPTMGET = 1076393030
39229pkg syscall (netbsd-amd64-cgo), const TIOCPTSNAME = 1076393032
39230pkg syscall (netbsd-amd64-cgo), const TIOCRCVFRAME = 2148037701
39231pkg syscall (netbsd-amd64-cgo), const TIOCREMOTE = 2147775593
39232pkg syscall (netbsd-amd64-cgo), const TIOCSBRK = 536900731
39233pkg syscall (netbsd-amd64-cgo), const TIOCSCTTY = 536900705
39234pkg syscall (netbsd-amd64-cgo), const TIOCSDTR = 536900729
39235pkg syscall (netbsd-amd64-cgo), const TIOCSETA = 2150396948
39236pkg syscall (netbsd-amd64-cgo), const TIOCSETAF = 2150396950
39237pkg syscall (netbsd-amd64-cgo), const TIOCSETAW = 2150396949
39238pkg syscall (netbsd-amd64-cgo), const TIOCSETD = 2147775515
39239pkg syscall (netbsd-amd64-cgo), const TIOCSFLAGS = 2147775580
39240pkg syscall (netbsd-amd64-cgo), const TIOCSIG = 536900703
39241pkg syscall (netbsd-amd64-cgo), const TIOCSLINED = 2149610563
39242pkg syscall (netbsd-amd64-cgo), const TIOCSPGRP = 2147775606
39243pkg syscall (netbsd-amd64-cgo), const TIOCSQSIZE = 2147775616
39244pkg syscall (netbsd-amd64-cgo), const TIOCSSIZE = 2148037735
39245pkg syscall (netbsd-amd64-cgo), const TIOCSTART = 536900718
39246pkg syscall (netbsd-amd64-cgo), const TIOCSTAT = 2147775589
39247pkg syscall (netbsd-amd64-cgo), const TIOCSTI = 2147578994
39248pkg syscall (netbsd-amd64-cgo), const TIOCSTOP = 536900719
39249pkg syscall (netbsd-amd64-cgo), const TIOCSWINSZ = 2148037735
39250pkg syscall (netbsd-amd64-cgo), const TIOCUCNTL = 2147775590
39251pkg syscall (netbsd-amd64-cgo), const TIOCXMTFRAME = 2148037700
39252pkg syscall (netbsd-amd64-cgo), const TOSTOP = 4194304
39253pkg syscall (netbsd-amd64-cgo), const VDISCARD = 15
39254pkg syscall (netbsd-amd64-cgo), const VDSUSP = 11
39255pkg syscall (netbsd-amd64-cgo), const VEOF = 0
39256pkg syscall (netbsd-amd64-cgo), const VEOL = 1
39257pkg syscall (netbsd-amd64-cgo), const VEOL2 = 2
39258pkg syscall (netbsd-amd64-cgo), const VERASE = 3
39259pkg syscall (netbsd-amd64-cgo), const VINTR = 8
39260pkg syscall (netbsd-amd64-cgo), const VKILL = 5
39261pkg syscall (netbsd-amd64-cgo), const VLNEXT = 14
39262pkg syscall (netbsd-amd64-cgo), const VMIN = 16
39263pkg syscall (netbsd-amd64-cgo), const VQUIT = 9
39264pkg syscall (netbsd-amd64-cgo), const VREPRINT = 6
39265pkg syscall (netbsd-amd64-cgo), const VSTART = 12
39266pkg syscall (netbsd-amd64-cgo), const VSTATUS = 18
39267pkg syscall (netbsd-amd64-cgo), const VSTOP = 13
39268pkg syscall (netbsd-amd64-cgo), const VSUSP = 10
39269pkg syscall (netbsd-amd64-cgo), const VTIME = 17
39270pkg syscall (netbsd-amd64-cgo), const VWERASE = 4
39271pkg syscall (netbsd-amd64-cgo), const WALL = 8
39272pkg syscall (netbsd-amd64-cgo), const WALLSIG = 8
39273pkg syscall (netbsd-amd64-cgo), const WALTSIG = 4
39274pkg syscall (netbsd-amd64-cgo), const WCLONE = 4
39275pkg syscall (netbsd-amd64-cgo), const WCOREFLAG = 128
39276pkg syscall (netbsd-amd64-cgo), const WNOHANG = 1
39277pkg syscall (netbsd-amd64-cgo), const WNOWAIT = 65536
39278pkg syscall (netbsd-amd64-cgo), const WNOZOMBIE = 131072
39279pkg syscall (netbsd-amd64-cgo), const WOPTSCHECKED = 262144
39280pkg syscall (netbsd-amd64-cgo), const WSTOPPED = 127
39281pkg syscall (netbsd-amd64-cgo), const WUNTRACED = 2
39282pkg syscall (netbsd-arm), const AF_APPLETALK = 16
39283pkg syscall (netbsd-arm), const AF_ARP = 28
39284pkg syscall (netbsd-arm), const AF_BLUETOOTH = 31
39285pkg syscall (netbsd-arm), const AF_CCITT = 10
39286pkg syscall (netbsd-arm), const AF_CHAOS = 5
39287pkg syscall (netbsd-arm), const AF_CNT = 21
39288pkg syscall (netbsd-arm), const AF_COIP = 20
39289pkg syscall (netbsd-arm), const AF_DATAKIT = 9
39290pkg syscall (netbsd-arm), const AF_DECnet = 12
39291pkg syscall (netbsd-arm), const AF_DLI = 13
39292pkg syscall (netbsd-arm), const AF_E164 = 26
39293pkg syscall (netbsd-arm), const AF_ECMA = 8
39294pkg syscall (netbsd-arm), const AF_HYLINK = 15
39295pkg syscall (netbsd-arm), const AF_IEEE80211 = 32
39296pkg syscall (netbsd-arm), const AF_IMPLINK = 3
39297pkg syscall (netbsd-arm), const AF_INET6 = 24
39298pkg syscall (netbsd-arm), const AF_IPX = 23
39299pkg syscall (netbsd-arm), const AF_ISDN = 26
39300pkg syscall (netbsd-arm), const AF_ISO = 7
39301pkg syscall (netbsd-arm), const AF_LAT = 14
39302pkg syscall (netbsd-arm), const AF_LINK = 18
39303pkg syscall (netbsd-arm), const AF_LOCAL = 1
39304pkg syscall (netbsd-arm), const AF_MAX = 35
39305pkg syscall (netbsd-arm), const AF_MPLS = 33
39306pkg syscall (netbsd-arm), const AF_NATM = 27
39307pkg syscall (netbsd-arm), const AF_NS = 6
39308pkg syscall (netbsd-arm), const AF_OROUTE = 17
39309pkg syscall (netbsd-arm), const AF_OSI = 7
39310pkg syscall (netbsd-arm), const AF_PUP = 4
39311pkg syscall (netbsd-arm), const AF_ROUTE = 34
39312pkg syscall (netbsd-arm), const AF_SNA = 11
39313pkg syscall (netbsd-arm), const ARPHRD_ARCNET = 7
39314pkg syscall (netbsd-arm), const ARPHRD_ETHER = 1
39315pkg syscall (netbsd-arm), const ARPHRD_FRELAY = 15
39316pkg syscall (netbsd-arm), const ARPHRD_IEEE1394 = 24
39317pkg syscall (netbsd-arm), const ARPHRD_IEEE802 = 6
39318pkg syscall (netbsd-arm), const ARPHRD_STRIP = 23
39319pkg syscall (netbsd-arm), const B0 = 0
39320pkg syscall (netbsd-arm), const B110 = 110
39321pkg syscall (netbsd-arm), const B115200 = 115200
39322pkg syscall (netbsd-arm), const B1200 = 1200
39323pkg syscall (netbsd-arm), const B134 = 134
39324pkg syscall (netbsd-arm), const B14400 = 14400
39325pkg syscall (netbsd-arm), const B150 = 150
39326pkg syscall (netbsd-arm), const B1800 = 1800
39327pkg syscall (netbsd-arm), const B19200 = 19200
39328pkg syscall (netbsd-arm), const B200 = 200
39329pkg syscall (netbsd-arm), const B230400 = 230400
39330pkg syscall (netbsd-arm), const B2400 = 2400
39331pkg syscall (netbsd-arm), const B28800 = 28800
39332pkg syscall (netbsd-arm), const B300 = 300
39333pkg syscall (netbsd-arm), const B38400 = 38400
39334pkg syscall (netbsd-arm), const B460800 = 460800
39335pkg syscall (netbsd-arm), const B4800 = 4800
39336pkg syscall (netbsd-arm), const B50 = 50
39337pkg syscall (netbsd-arm), const B57600 = 57600
39338pkg syscall (netbsd-arm), const B600 = 600
39339pkg syscall (netbsd-arm), const B7200 = 7200
39340pkg syscall (netbsd-arm), const B75 = 75
39341pkg syscall (netbsd-arm), const B76800 = 76800
39342pkg syscall (netbsd-arm), const B921600 = 921600
39343pkg syscall (netbsd-arm), const B9600 = 9600
39344pkg syscall (netbsd-arm), const BIOCFEEDBACK = 2147762813
39345pkg syscall (netbsd-arm), const BIOCFLUSH = 536887912
39346pkg syscall (netbsd-arm), const BIOCGBLEN = 1074020966
39347pkg syscall (netbsd-arm), const BIOCGDLT = 1074020970
39348pkg syscall (netbsd-arm), const BIOCGDLTLIST = 3221766775
39349pkg syscall (netbsd-arm), const BIOCGETIF = 1083196011
39350pkg syscall (netbsd-arm), const BIOCGFEEDBACK = 1074020988
39351pkg syscall (netbsd-arm), const BIOCGHDRCMPLT = 1074020980
39352pkg syscall (netbsd-arm), const BIOCGRTIMEOUT = 1074545275
39353pkg syscall (netbsd-arm), const BIOCGSEESENT = 1074020984
39354pkg syscall (netbsd-arm), const BIOCGSTATS = 1082147439
39355pkg syscall (netbsd-arm), const BIOCGSTATSOLD = 1074283119
39356pkg syscall (netbsd-arm), const BIOCIMMEDIATE = 2147762800
39357pkg syscall (netbsd-arm), const BIOCPROMISC = 536887913
39358pkg syscall (netbsd-arm), const BIOCSBLEN = 3221504614
39359pkg syscall (netbsd-arm), const BIOCSDLT = 2147762806
39360pkg syscall (netbsd-arm), const BIOCSETF = 2148024935
39361pkg syscall (netbsd-arm), const BIOCSETIF = 2156937836
39362pkg syscall (netbsd-arm), const BIOCSFEEDBACK = 2147762813
39363pkg syscall (netbsd-arm), const BIOCSHDRCMPLT = 2147762805
39364pkg syscall (netbsd-arm), const BIOCSRTIMEOUT = 2148287098
39365pkg syscall (netbsd-arm), const BIOCSSEESENT = 2147762809
39366pkg syscall (netbsd-arm), const BIOCSTCPF = 2148024946
39367pkg syscall (netbsd-arm), const BIOCSUDPF = 2148024947
39368pkg syscall (netbsd-arm), const BIOCVERSION = 1074020977
39369pkg syscall (netbsd-arm), const BPF_A = 16
39370pkg syscall (netbsd-arm), const BPF_ABS = 32
39371pkg syscall (netbsd-arm), const BPF_ADD = 0
39372pkg syscall (netbsd-arm), const BPF_ALIGNMENT = 4
39373pkg syscall (netbsd-arm), const BPF_ALIGNMENT32 = 4
39374pkg syscall (netbsd-arm), const BPF_ALU = 4
39375pkg syscall (netbsd-arm), const BPF_AND = 80
39376pkg syscall (netbsd-arm), const BPF_B = 16
39377pkg syscall (netbsd-arm), const BPF_DFLTBUFSIZE = 1048576
39378pkg syscall (netbsd-arm), const BPF_DIV = 48
39379pkg syscall (netbsd-arm), const BPF_H = 8
39380pkg syscall (netbsd-arm), const BPF_IMM = 0
39381pkg syscall (netbsd-arm), const BPF_IND = 64
39382pkg syscall (netbsd-arm), const BPF_JA = 0
39383pkg syscall (netbsd-arm), const BPF_JEQ = 16
39384pkg syscall (netbsd-arm), const BPF_JGE = 48
39385pkg syscall (netbsd-arm), const BPF_JGT = 32
39386pkg syscall (netbsd-arm), const BPF_JMP = 5
39387pkg syscall (netbsd-arm), const BPF_JSET = 64
39388pkg syscall (netbsd-arm), const BPF_K = 0
39389pkg syscall (netbsd-arm), const BPF_LD = 0
39390pkg syscall (netbsd-arm), const BPF_LDX = 1
39391pkg syscall (netbsd-arm), const BPF_LEN = 128
39392pkg syscall (netbsd-arm), const BPF_LSH = 96
39393pkg syscall (netbsd-arm), const BPF_MAJOR_VERSION = 1
39394pkg syscall (netbsd-arm), const BPF_MAXBUFSIZE = 16777216
39395pkg syscall (netbsd-arm), const BPF_MAXINSNS = 512
39396pkg syscall (netbsd-arm), const BPF_MEM = 96
39397pkg syscall (netbsd-arm), const BPF_MEMWORDS = 16
39398pkg syscall (netbsd-arm), const BPF_MINBUFSIZE = 32
39399pkg syscall (netbsd-arm), const BPF_MINOR_VERSION = 1
39400pkg syscall (netbsd-arm), const BPF_MISC = 7
39401pkg syscall (netbsd-arm), const BPF_MSH = 160
39402pkg syscall (netbsd-arm), const BPF_MUL = 32
39403pkg syscall (netbsd-arm), const BPF_NEG = 128
39404pkg syscall (netbsd-arm), const BPF_OR = 64
39405pkg syscall (netbsd-arm), const BPF_RELEASE = 199606
39406pkg syscall (netbsd-arm), const BPF_RET = 6
39407pkg syscall (netbsd-arm), const BPF_RSH = 112
39408pkg syscall (netbsd-arm), const BPF_ST = 2
39409pkg syscall (netbsd-arm), const BPF_STX = 3
39410pkg syscall (netbsd-arm), const BPF_SUB = 16
39411pkg syscall (netbsd-arm), const BPF_TAX = 0
39412pkg syscall (netbsd-arm), const BPF_TXA = 128
39413pkg syscall (netbsd-arm), const BPF_W = 0
39414pkg syscall (netbsd-arm), const BPF_X = 8
39415pkg syscall (netbsd-arm), const BRKINT = 2
39416pkg syscall (netbsd-arm), const CFLUSH = 15
39417pkg syscall (netbsd-arm), const CLOCAL = 32768
39418pkg syscall (netbsd-arm), const CREAD = 2048
39419pkg syscall (netbsd-arm), const CS5 = 0
39420pkg syscall (netbsd-arm), const CS6 = 256
39421pkg syscall (netbsd-arm), const CS7 = 512
39422pkg syscall (netbsd-arm), const CS8 = 768
39423pkg syscall (netbsd-arm), const CSIZE = 768
39424pkg syscall (netbsd-arm), const CSTART = 17
39425pkg syscall (netbsd-arm), const CSTATUS = 20
39426pkg syscall (netbsd-arm), const CSTOP = 19
39427pkg syscall (netbsd-arm), const CSTOPB = 1024
39428pkg syscall (netbsd-arm), const CSUSP = 26
39429pkg syscall (netbsd-arm), const CTL_MAXNAME = 12
39430pkg syscall (netbsd-arm), const CTL_NET = 4
39431pkg syscall (netbsd-arm), const CTL_QUERY = -2
39432pkg syscall (netbsd-arm), const DIOCBSFLUSH = 536896632
39433pkg syscall (netbsd-arm), const DLT_A429 = 184
39434pkg syscall (netbsd-arm), const DLT_A653_ICM = 185
39435pkg syscall (netbsd-arm), const DLT_AIRONET_HEADER = 120
39436pkg syscall (netbsd-arm), const DLT_AOS = 222
39437pkg syscall (netbsd-arm), const DLT_APPLE_IP_OVER_IEEE1394 = 138
39438pkg syscall (netbsd-arm), const DLT_ARCNET = 7
39439pkg syscall (netbsd-arm), const DLT_ARCNET_LINUX = 129
39440pkg syscall (netbsd-arm), const DLT_ATM_CLIP = 19
39441pkg syscall (netbsd-arm), const DLT_ATM_RFC1483 = 11
39442pkg syscall (netbsd-arm), const DLT_AURORA = 126
39443pkg syscall (netbsd-arm), const DLT_AX25 = 3
39444pkg syscall (netbsd-arm), const DLT_AX25_KISS = 202
39445pkg syscall (netbsd-arm), const DLT_BACNET_MS_TP = 165
39446pkg syscall (netbsd-arm), const DLT_BLUETOOTH_HCI_H4 = 187
39447pkg syscall (netbsd-arm), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
39448pkg syscall (netbsd-arm), const DLT_CAN20B = 190
39449pkg syscall (netbsd-arm), const DLT_CAN_SOCKETCAN = 227
39450pkg syscall (netbsd-arm), const DLT_CHAOS = 5
39451pkg syscall (netbsd-arm), const DLT_CISCO_IOS = 118
39452pkg syscall (netbsd-arm), const DLT_C_HDLC = 104
39453pkg syscall (netbsd-arm), const DLT_C_HDLC_WITH_DIR = 205
39454pkg syscall (netbsd-arm), const DLT_DECT = 221
39455pkg syscall (netbsd-arm), const DLT_DOCSIS = 143
39456pkg syscall (netbsd-arm), const DLT_ECONET = 115
39457pkg syscall (netbsd-arm), const DLT_EN10MB = 1
39458pkg syscall (netbsd-arm), const DLT_EN3MB = 2
39459pkg syscall (netbsd-arm), const DLT_ENC = 109
39460pkg syscall (netbsd-arm), const DLT_ERF = 197
39461pkg syscall (netbsd-arm), const DLT_ERF_ETH = 175
39462pkg syscall (netbsd-arm), const DLT_ERF_POS = 176
39463pkg syscall (netbsd-arm), const DLT_FC_2 = 224
39464pkg syscall (netbsd-arm), const DLT_FC_2_WITH_FRAME_DELIMS = 225
39465pkg syscall (netbsd-arm), const DLT_FDDI = 10
39466pkg syscall (netbsd-arm), const DLT_FLEXRAY = 210
39467pkg syscall (netbsd-arm), const DLT_FRELAY = 107
39468pkg syscall (netbsd-arm), const DLT_FRELAY_WITH_DIR = 206
39469pkg syscall (netbsd-arm), const DLT_GCOM_SERIAL = 173
39470pkg syscall (netbsd-arm), const DLT_GCOM_T1E1 = 172
39471pkg syscall (netbsd-arm), const DLT_GPF_F = 171
39472pkg syscall (netbsd-arm), const DLT_GPF_T = 170
39473pkg syscall (netbsd-arm), const DLT_GPRS_LLC = 169
39474pkg syscall (netbsd-arm), const DLT_GSMTAP_ABIS = 218
39475pkg syscall (netbsd-arm), const DLT_GSMTAP_UM = 217
39476pkg syscall (netbsd-arm), const DLT_HDLC = 16
39477pkg syscall (netbsd-arm), const DLT_HHDLC = 121
39478pkg syscall (netbsd-arm), const DLT_HIPPI = 15
39479pkg syscall (netbsd-arm), const DLT_IBM_SN = 146
39480pkg syscall (netbsd-arm), const DLT_IBM_SP = 145
39481pkg syscall (netbsd-arm), const DLT_IEEE802 = 6
39482pkg syscall (netbsd-arm), const DLT_IEEE802_11 = 105
39483pkg syscall (netbsd-arm), const DLT_IEEE802_11_RADIO = 127
39484pkg syscall (netbsd-arm), const DLT_IEEE802_11_RADIO_AVS = 163
39485pkg syscall (netbsd-arm), const DLT_IEEE802_15_4 = 195
39486pkg syscall (netbsd-arm), const DLT_IEEE802_15_4_LINUX = 191
39487pkg syscall (netbsd-arm), const DLT_IEEE802_15_4_NONASK_PHY = 215
39488pkg syscall (netbsd-arm), const DLT_IEEE802_16_MAC_CPS = 188
39489pkg syscall (netbsd-arm), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
39490pkg syscall (netbsd-arm), const DLT_IPMB = 199
39491pkg syscall (netbsd-arm), const DLT_IPMB_LINUX = 209
39492pkg syscall (netbsd-arm), const DLT_IPNET = 226
39493pkg syscall (netbsd-arm), const DLT_IPV4 = 228
39494pkg syscall (netbsd-arm), const DLT_IPV6 = 229
39495pkg syscall (netbsd-arm), const DLT_IP_OVER_FC = 122
39496pkg syscall (netbsd-arm), const DLT_JUNIPER_ATM1 = 137
39497pkg syscall (netbsd-arm), const DLT_JUNIPER_ATM2 = 135
39498pkg syscall (netbsd-arm), const DLT_JUNIPER_CHDLC = 181
39499pkg syscall (netbsd-arm), const DLT_JUNIPER_ES = 132
39500pkg syscall (netbsd-arm), const DLT_JUNIPER_ETHER = 178
39501pkg syscall (netbsd-arm), const DLT_JUNIPER_FRELAY = 180
39502pkg syscall (netbsd-arm), const DLT_JUNIPER_GGSN = 133
39503pkg syscall (netbsd-arm), const DLT_JUNIPER_ISM = 194
39504pkg syscall (netbsd-arm), const DLT_JUNIPER_MFR = 134
39505pkg syscall (netbsd-arm), const DLT_JUNIPER_MLFR = 131
39506pkg syscall (netbsd-arm), const DLT_JUNIPER_MLPPP = 130
39507pkg syscall (netbsd-arm), const DLT_JUNIPER_MONITOR = 164
39508pkg syscall (netbsd-arm), const DLT_JUNIPER_PIC_PEER = 174
39509pkg syscall (netbsd-arm), const DLT_JUNIPER_PPP = 179
39510pkg syscall (netbsd-arm), const DLT_JUNIPER_PPPOE = 167
39511pkg syscall (netbsd-arm), const DLT_JUNIPER_PPPOE_ATM = 168
39512pkg syscall (netbsd-arm), const DLT_JUNIPER_SERVICES = 136
39513pkg syscall (netbsd-arm), const DLT_JUNIPER_ST = 200
39514pkg syscall (netbsd-arm), const DLT_JUNIPER_VP = 183
39515pkg syscall (netbsd-arm), const DLT_LAPB_WITH_DIR = 207
39516pkg syscall (netbsd-arm), const DLT_LAPD = 203
39517pkg syscall (netbsd-arm), const DLT_LIN = 212
39518pkg syscall (netbsd-arm), const DLT_LINUX_EVDEV = 216
39519pkg syscall (netbsd-arm), const DLT_LINUX_IRDA = 144
39520pkg syscall (netbsd-arm), const DLT_LINUX_LAPD = 177
39521pkg syscall (netbsd-arm), const DLT_LINUX_SLL = 113
39522pkg syscall (netbsd-arm), const DLT_LOOP = 108
39523pkg syscall (netbsd-arm), const DLT_LTALK = 114
39524pkg syscall (netbsd-arm), const DLT_MFR = 182
39525pkg syscall (netbsd-arm), const DLT_MOST = 211
39526pkg syscall (netbsd-arm), const DLT_MPLS = 219
39527pkg syscall (netbsd-arm), const DLT_MTP2 = 140
39528pkg syscall (netbsd-arm), const DLT_MTP2_WITH_PHDR = 139
39529pkg syscall (netbsd-arm), const DLT_MTP3 = 141
39530pkg syscall (netbsd-arm), const DLT_NULL = 0
39531pkg syscall (netbsd-arm), const DLT_PCI_EXP = 125
39532pkg syscall (netbsd-arm), const DLT_PFLOG = 117
39533pkg syscall (netbsd-arm), const DLT_PFSYNC = 18
39534pkg syscall (netbsd-arm), const DLT_PPI = 192
39535pkg syscall (netbsd-arm), const DLT_PPP = 9
39536pkg syscall (netbsd-arm), const DLT_PPP_BSDOS = 14
39537pkg syscall (netbsd-arm), const DLT_PPP_ETHER = 51
39538pkg syscall (netbsd-arm), const DLT_PPP_PPPD = 166
39539pkg syscall (netbsd-arm), const DLT_PPP_SERIAL = 50
39540pkg syscall (netbsd-arm), const DLT_PPP_WITH_DIR = 204
39541pkg syscall (netbsd-arm), const DLT_PRISM_HEADER = 119
39542pkg syscall (netbsd-arm), const DLT_PRONET = 4
39543pkg syscall (netbsd-arm), const DLT_RAIF1 = 198
39544pkg syscall (netbsd-arm), const DLT_RAW = 12
39545pkg syscall (netbsd-arm), const DLT_RAWAF_MASK = 35913728
39546pkg syscall (netbsd-arm), const DLT_RIO = 124
39547pkg syscall (netbsd-arm), const DLT_SCCP = 142
39548pkg syscall (netbsd-arm), const DLT_SITA = 196
39549pkg syscall (netbsd-arm), const DLT_SLIP = 8
39550pkg syscall (netbsd-arm), const DLT_SLIP_BSDOS = 13
39551pkg syscall (netbsd-arm), const DLT_SUNATM = 123
39552pkg syscall (netbsd-arm), const DLT_SYMANTEC_FIREWALL = 99
39553pkg syscall (netbsd-arm), const DLT_TZSP = 128
39554pkg syscall (netbsd-arm), const DLT_USB = 186
39555pkg syscall (netbsd-arm), const DLT_USB_LINUX = 189
39556pkg syscall (netbsd-arm), const DLT_USB_LINUX_MMAPPED = 220
39557pkg syscall (netbsd-arm), const DLT_WIHART = 223
39558pkg syscall (netbsd-arm), const DLT_X2E_SERIAL = 213
39559pkg syscall (netbsd-arm), const DLT_X2E_XORAYA = 214
39560pkg syscall (netbsd-arm), const DT_BLK = 6
39561pkg syscall (netbsd-arm), const DT_CHR = 2
39562pkg syscall (netbsd-arm), const DT_DIR = 4
39563pkg syscall (netbsd-arm), const DT_FIFO = 1
39564pkg syscall (netbsd-arm), const DT_LNK = 10
39565pkg syscall (netbsd-arm), const DT_REG = 8
39566pkg syscall (netbsd-arm), const DT_SOCK = 12
39567pkg syscall (netbsd-arm), const DT_UNKNOWN = 0
39568pkg syscall (netbsd-arm), const DT_WHT = 14
39569pkg syscall (netbsd-arm), const E2BIG = 7
39570pkg syscall (netbsd-arm), const EACCES = 13
39571pkg syscall (netbsd-arm), const EADDRINUSE = 48
39572pkg syscall (netbsd-arm), const EADDRNOTAVAIL = 49
39573pkg syscall (netbsd-arm), const EAFNOSUPPORT = 47
39574pkg syscall (netbsd-arm), const EAGAIN = 35
39575pkg syscall (netbsd-arm), const EALREADY = 37
39576pkg syscall (netbsd-arm), const EAUTH = 80
39577pkg syscall (netbsd-arm), const EBADF = 9
39578pkg syscall (netbsd-arm), const EBADMSG = 88
39579pkg syscall (netbsd-arm), const EBADRPC = 72
39580pkg syscall (netbsd-arm), const EBUSY = 16
39581pkg syscall (netbsd-arm), const ECANCELED = 87
39582pkg syscall (netbsd-arm), const ECHILD = 10
39583pkg syscall (netbsd-arm), const ECHO = 8
39584pkg syscall (netbsd-arm), const ECHOCTL = 64
39585pkg syscall (netbsd-arm), const ECHOE = 2
39586pkg syscall (netbsd-arm), const ECHOK = 4
39587pkg syscall (netbsd-arm), const ECHOKE = 1
39588pkg syscall (netbsd-arm), const ECHONL = 16
39589pkg syscall (netbsd-arm), const ECHOPRT = 32
39590pkg syscall (netbsd-arm), const ECONNABORTED = 53
39591pkg syscall (netbsd-arm), const ECONNREFUSED = 61
39592pkg syscall (netbsd-arm), const ECONNRESET = 54
39593pkg syscall (netbsd-arm), const EDEADLK = 11
39594pkg syscall (netbsd-arm), const EDESTADDRREQ = 39
39595pkg syscall (netbsd-arm), const EDOM = 33
39596pkg syscall (netbsd-arm), const EDQUOT = 69
39597pkg syscall (netbsd-arm), const EEXIST = 17
39598pkg syscall (netbsd-arm), const EFAULT = 14
39599pkg syscall (netbsd-arm), const EFBIG = 27
39600pkg syscall (netbsd-arm), const EFTYPE = 79
39601pkg syscall (netbsd-arm), const EHOSTDOWN = 64
39602pkg syscall (netbsd-arm), const EHOSTUNREACH = 65
39603pkg syscall (netbsd-arm), const EIDRM = 82
39604pkg syscall (netbsd-arm), const EILSEQ = 85
39605pkg syscall (netbsd-arm), const EINPROGRESS = 36
39606pkg syscall (netbsd-arm), const EINTR = 4
39607pkg syscall (netbsd-arm), const EINVAL = 22
39608pkg syscall (netbsd-arm), const EIO = 5
39609pkg syscall (netbsd-arm), const EISCONN = 56
39610pkg syscall (netbsd-arm), const EISDIR = 21
39611pkg syscall (netbsd-arm), const ELAST = 96
39612pkg syscall (netbsd-arm), const ELOOP = 62
39613pkg syscall (netbsd-arm), const EMFILE = 24
39614pkg syscall (netbsd-arm), const EMLINK = 31
39615pkg syscall (netbsd-arm), const EMSGSIZE = 40
39616pkg syscall (netbsd-arm), const EMULTIHOP = 94
39617pkg syscall (netbsd-arm), const EMUL_LINUX = 1
39618pkg syscall (netbsd-arm), const EMUL_LINUX32 = 5
39619pkg syscall (netbsd-arm), const EMUL_MAXID = 6
39620pkg syscall (netbsd-arm), const ENAMETOOLONG = 63
39621pkg syscall (netbsd-arm), const ENEEDAUTH = 81
39622pkg syscall (netbsd-arm), const ENETDOWN = 50
39623pkg syscall (netbsd-arm), const ENETRESET = 52
39624pkg syscall (netbsd-arm), const ENETUNREACH = 51
39625pkg syscall (netbsd-arm), const ENFILE = 23
39626pkg syscall (netbsd-arm), const ENOATTR = 93
39627pkg syscall (netbsd-arm), const ENOBUFS = 55
39628pkg syscall (netbsd-arm), const ENODATA = 89
39629pkg syscall (netbsd-arm), const ENODEV = 19
39630pkg syscall (netbsd-arm), const ENOEXEC = 8
39631pkg syscall (netbsd-arm), const ENOLCK = 77
39632pkg syscall (netbsd-arm), const ENOLINK = 95
39633pkg syscall (netbsd-arm), const ENOMEM = 12
39634pkg syscall (netbsd-arm), const ENOMSG = 83
39635pkg syscall (netbsd-arm), const ENOPROTOOPT = 42
39636pkg syscall (netbsd-arm), const ENOSPC = 28
39637pkg syscall (netbsd-arm), const ENOSR = 90
39638pkg syscall (netbsd-arm), const ENOSTR = 91
39639pkg syscall (netbsd-arm), const ENOSYS = 78
39640pkg syscall (netbsd-arm), const ENOTBLK = 15
39641pkg syscall (netbsd-arm), const ENOTCONN = 57
39642pkg syscall (netbsd-arm), const ENOTDIR = 20
39643pkg syscall (netbsd-arm), const ENOTEMPTY = 66
39644pkg syscall (netbsd-arm), const ENOTSOCK = 38
39645pkg syscall (netbsd-arm), const ENOTSUP = 86
39646pkg syscall (netbsd-arm), const ENOTTY = 25
39647pkg syscall (netbsd-arm), const ENXIO = 6
39648pkg syscall (netbsd-arm), const EOPNOTSUPP = 45
39649pkg syscall (netbsd-arm), const EOVERFLOW = 84
39650pkg syscall (netbsd-arm), const EPERM = 1
39651pkg syscall (netbsd-arm), const EPFNOSUPPORT = 46
39652pkg syscall (netbsd-arm), const EPIPE = 32
39653pkg syscall (netbsd-arm), const EPROCLIM = 67
39654pkg syscall (netbsd-arm), const EPROCUNAVAIL = 76
39655pkg syscall (netbsd-arm), const EPROGMISMATCH = 75
39656pkg syscall (netbsd-arm), const EPROGUNAVAIL = 74
39657pkg syscall (netbsd-arm), const EPROTO = 96
39658pkg syscall (netbsd-arm), const EPROTONOSUPPORT = 43
39659pkg syscall (netbsd-arm), const EPROTOTYPE = 41
39660pkg syscall (netbsd-arm), const ERANGE = 34
39661pkg syscall (netbsd-arm), const EREMOTE = 71
39662pkg syscall (netbsd-arm), const EROFS = 30
39663pkg syscall (netbsd-arm), const ERPCMISMATCH = 73
39664pkg syscall (netbsd-arm), const ESHUTDOWN = 58
39665pkg syscall (netbsd-arm), const ESOCKTNOSUPPORT = 44
39666pkg syscall (netbsd-arm), const ESPIPE = 29
39667pkg syscall (netbsd-arm), const ESRCH = 3
39668pkg syscall (netbsd-arm), const ESTALE = 70
39669pkg syscall (netbsd-arm), const ETHERCAP_JUMBO_MTU = 4
39670pkg syscall (netbsd-arm), const ETHERCAP_VLAN_HWTAGGING = 2
39671pkg syscall (netbsd-arm), const ETHERCAP_VLAN_MTU = 1
39672pkg syscall (netbsd-arm), const ETHERMIN = 46
39673pkg syscall (netbsd-arm), const ETHERMTU = 1500
39674pkg syscall (netbsd-arm), const ETHERMTU_JUMBO = 9000
39675pkg syscall (netbsd-arm), const ETHERTYPE_8023 = 4
39676pkg syscall (netbsd-arm), const ETHERTYPE_AARP = 33011
39677pkg syscall (netbsd-arm), const ETHERTYPE_ACCTON = 33680
39678pkg syscall (netbsd-arm), const ETHERTYPE_AEONIC = 32822
39679pkg syscall (netbsd-arm), const ETHERTYPE_ALPHA = 33098
39680pkg syscall (netbsd-arm), const ETHERTYPE_AMBER = 24584
39681pkg syscall (netbsd-arm), const ETHERTYPE_AMOEBA = 33093
39682pkg syscall (netbsd-arm), const ETHERTYPE_APOLLO = 33015
39683pkg syscall (netbsd-arm), const ETHERTYPE_APOLLODOMAIN = 32793
39684pkg syscall (netbsd-arm), const ETHERTYPE_APPLETALK = 32923
39685pkg syscall (netbsd-arm), const ETHERTYPE_APPLITEK = 32967
39686pkg syscall (netbsd-arm), const ETHERTYPE_ARGONAUT = 32826
39687pkg syscall (netbsd-arm), const ETHERTYPE_ARP = 2054
39688pkg syscall (netbsd-arm), const ETHERTYPE_AT = 32923
39689pkg syscall (netbsd-arm), const ETHERTYPE_ATALK = 32923
39690pkg syscall (netbsd-arm), const ETHERTYPE_ATOMIC = 34527
39691pkg syscall (netbsd-arm), const ETHERTYPE_ATT = 32873
39692pkg syscall (netbsd-arm), const ETHERTYPE_ATTSTANFORD = 32776
39693pkg syscall (netbsd-arm), const ETHERTYPE_AUTOPHON = 32874
39694pkg syscall (netbsd-arm), const ETHERTYPE_AXIS = 34902
39695pkg syscall (netbsd-arm), const ETHERTYPE_BCLOOP = 36867
39696pkg syscall (netbsd-arm), const ETHERTYPE_BOFL = 33026
39697pkg syscall (netbsd-arm), const ETHERTYPE_CABLETRON = 28724
39698pkg syscall (netbsd-arm), const ETHERTYPE_CHAOS = 2052
39699pkg syscall (netbsd-arm), const ETHERTYPE_COMDESIGN = 32876
39700pkg syscall (netbsd-arm), const ETHERTYPE_COMPUGRAPHIC = 32877
39701pkg syscall (netbsd-arm), const ETHERTYPE_COUNTERPOINT = 32866
39702pkg syscall (netbsd-arm), const ETHERTYPE_CRONUS = 32772
39703pkg syscall (netbsd-arm), const ETHERTYPE_CRONUSVLN = 32771
39704pkg syscall (netbsd-arm), const ETHERTYPE_DCA = 4660
39705pkg syscall (netbsd-arm), const ETHERTYPE_DDE = 32891
39706pkg syscall (netbsd-arm), const ETHERTYPE_DEBNI = 43690
39707pkg syscall (netbsd-arm), const ETHERTYPE_DECAM = 32840
39708pkg syscall (netbsd-arm), const ETHERTYPE_DECCUST = 24582
39709pkg syscall (netbsd-arm), const ETHERTYPE_DECDIAG = 24581
39710pkg syscall (netbsd-arm), const ETHERTYPE_DECDNS = 32828
39711pkg syscall (netbsd-arm), const ETHERTYPE_DECDTS = 32830
39712pkg syscall (netbsd-arm), const ETHERTYPE_DECEXPER = 24576
39713pkg syscall (netbsd-arm), const ETHERTYPE_DECLAST = 32833
39714pkg syscall (netbsd-arm), const ETHERTYPE_DECLTM = 32831
39715pkg syscall (netbsd-arm), const ETHERTYPE_DECMUMPS = 24585
39716pkg syscall (netbsd-arm), const ETHERTYPE_DECNETBIOS = 32832
39717pkg syscall (netbsd-arm), const ETHERTYPE_DELTACON = 34526
39718pkg syscall (netbsd-arm), const ETHERTYPE_DIDDLE = 17185
39719pkg syscall (netbsd-arm), const ETHERTYPE_DLOG1 = 1632
39720pkg syscall (netbsd-arm), const ETHERTYPE_DLOG2 = 1633
39721pkg syscall (netbsd-arm), const ETHERTYPE_DN = 24579
39722pkg syscall (netbsd-arm), const ETHERTYPE_DOGFIGHT = 6537
39723pkg syscall (netbsd-arm), const ETHERTYPE_DSMD = 32825
39724pkg syscall (netbsd-arm), const ETHERTYPE_ECMA = 2051
39725pkg syscall (netbsd-arm), const ETHERTYPE_ENCRYPT = 32829
39726pkg syscall (netbsd-arm), const ETHERTYPE_ES = 32861
39727pkg syscall (netbsd-arm), const ETHERTYPE_EXCELAN = 32784
39728pkg syscall (netbsd-arm), const ETHERTYPE_EXPERDATA = 32841
39729pkg syscall (netbsd-arm), const ETHERTYPE_FLIP = 33094
39730pkg syscall (netbsd-arm), const ETHERTYPE_FLOWCONTROL = 34824
39731pkg syscall (netbsd-arm), const ETHERTYPE_FRARP = 2056
39732pkg syscall (netbsd-arm), const ETHERTYPE_GENDYN = 32872
39733pkg syscall (netbsd-arm), const ETHERTYPE_HAYES = 33072
39734pkg syscall (netbsd-arm), const ETHERTYPE_HIPPI_FP = 33152
39735pkg syscall (netbsd-arm), const ETHERTYPE_HITACHI = 34848
39736pkg syscall (netbsd-arm), const ETHERTYPE_HP = 32773
39737pkg syscall (netbsd-arm), const ETHERTYPE_IEEEPUP = 2560
39738pkg syscall (netbsd-arm), const ETHERTYPE_IEEEPUPAT = 2561
39739pkg syscall (netbsd-arm), const ETHERTYPE_IMLBL = 19522
39740pkg syscall (netbsd-arm), const ETHERTYPE_IMLBLDIAG = 16972
39741pkg syscall (netbsd-arm), const ETHERTYPE_IP = 2048
39742pkg syscall (netbsd-arm), const ETHERTYPE_IPAS = 34668
39743pkg syscall (netbsd-arm), const ETHERTYPE_IPV6 = 34525
39744pkg syscall (netbsd-arm), const ETHERTYPE_IPX = 33079
39745pkg syscall (netbsd-arm), const ETHERTYPE_IPXNEW = 32823
39746pkg syscall (netbsd-arm), const ETHERTYPE_KALPANA = 34178
39747pkg syscall (netbsd-arm), const ETHERTYPE_LANBRIDGE = 32824
39748pkg syscall (netbsd-arm), const ETHERTYPE_LANPROBE = 34952
39749pkg syscall (netbsd-arm), const ETHERTYPE_LAT = 24580
39750pkg syscall (netbsd-arm), const ETHERTYPE_LBACK = 36864
39751pkg syscall (netbsd-arm), const ETHERTYPE_LITTLE = 32864
39752pkg syscall (netbsd-arm), const ETHERTYPE_LOGICRAFT = 33096
39753pkg syscall (netbsd-arm), const ETHERTYPE_LOOPBACK = 36864
39754pkg syscall (netbsd-arm), const ETHERTYPE_MATRA = 32890
39755pkg syscall (netbsd-arm), const ETHERTYPE_MAX = 65535
39756pkg syscall (netbsd-arm), const ETHERTYPE_MERIT = 32892
39757pkg syscall (netbsd-arm), const ETHERTYPE_MICP = 34618
39758pkg syscall (netbsd-arm), const ETHERTYPE_MOPDL = 24577
39759pkg syscall (netbsd-arm), const ETHERTYPE_MOPRC = 24578
39760pkg syscall (netbsd-arm), const ETHERTYPE_MOTOROLA = 33165
39761pkg syscall (netbsd-arm), const ETHERTYPE_MPLS = 34887
39762pkg syscall (netbsd-arm), const ETHERTYPE_MPLS_MCAST = 34888
39763pkg syscall (netbsd-arm), const ETHERTYPE_MUMPS = 33087
39764pkg syscall (netbsd-arm), const ETHERTYPE_NBPCC = 15364
39765pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLAIM = 15369
39766pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLREQ = 15365
39767pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLRSP = 15366
39768pkg syscall (netbsd-arm), const ETHERTYPE_NBPCREQ = 15362
39769pkg syscall (netbsd-arm), const ETHERTYPE_NBPCRSP = 15363
39770pkg syscall (netbsd-arm), const ETHERTYPE_NBPDG = 15367
39771pkg syscall (netbsd-arm), const ETHERTYPE_NBPDGB = 15368
39772pkg syscall (netbsd-arm), const ETHERTYPE_NBPDLTE = 15370
39773pkg syscall (netbsd-arm), const ETHERTYPE_NBPRAR = 15372
39774pkg syscall (netbsd-arm), const ETHERTYPE_NBPRAS = 15371
39775pkg syscall (netbsd-arm), const ETHERTYPE_NBPRST = 15373
39776pkg syscall (netbsd-arm), const ETHERTYPE_NBPSCD = 15361
39777pkg syscall (netbsd-arm), const ETHERTYPE_NBPVCD = 15360
39778pkg syscall (netbsd-arm), const ETHERTYPE_NBS = 2050
39779pkg syscall (netbsd-arm), const ETHERTYPE_NCD = 33097
39780pkg syscall (netbsd-arm), const ETHERTYPE_NESTAR = 32774
39781pkg syscall (netbsd-arm), const ETHERTYPE_NETBEUI = 33169
39782pkg syscall (netbsd-arm), const ETHERTYPE_NOVELL = 33080
39783pkg syscall (netbsd-arm), const ETHERTYPE_NS = 1536
39784pkg syscall (netbsd-arm), const ETHERTYPE_NSAT = 1537
39785pkg syscall (netbsd-arm), const ETHERTYPE_NSCOMPAT = 2055
39786pkg syscall (netbsd-arm), const ETHERTYPE_NTRAILER = 16
39787pkg syscall (netbsd-arm), const ETHERTYPE_OS9 = 28679
39788pkg syscall (netbsd-arm), const ETHERTYPE_OS9NET = 28681
39789pkg syscall (netbsd-arm), const ETHERTYPE_PACER = 32966
39790pkg syscall (netbsd-arm), const ETHERTYPE_PAE = 34958
39791pkg syscall (netbsd-arm), const ETHERTYPE_PCS = 16962
39792pkg syscall (netbsd-arm), const ETHERTYPE_PLANNING = 32836
39793pkg syscall (netbsd-arm), const ETHERTYPE_PPP = 34827
39794pkg syscall (netbsd-arm), const ETHERTYPE_PPPOE = 34916
39795pkg syscall (netbsd-arm), const ETHERTYPE_PPPOEDISC = 34915
39796pkg syscall (netbsd-arm), const ETHERTYPE_PRIMENTS = 28721
39797pkg syscall (netbsd-arm), const ETHERTYPE_PUP = 512
39798pkg syscall (netbsd-arm), const ETHERTYPE_PUPAT = 512
39799pkg syscall (netbsd-arm), const ETHERTYPE_RACAL = 28720
39800pkg syscall (netbsd-arm), const ETHERTYPE_RATIONAL = 33104
39801pkg syscall (netbsd-arm), const ETHERTYPE_RAWFR = 25945
39802pkg syscall (netbsd-arm), const ETHERTYPE_RCL = 6549
39803pkg syscall (netbsd-arm), const ETHERTYPE_RDP = 34617
39804pkg syscall (netbsd-arm), const ETHERTYPE_RETIX = 33010
39805pkg syscall (netbsd-arm), const ETHERTYPE_REVARP = 32821
39806pkg syscall (netbsd-arm), const ETHERTYPE_SCA = 24583
39807pkg syscall (netbsd-arm), const ETHERTYPE_SECTRA = 34523
39808pkg syscall (netbsd-arm), const ETHERTYPE_SECUREDATA = 34669
39809pkg syscall (netbsd-arm), const ETHERTYPE_SGITW = 33150
39810pkg syscall (netbsd-arm), const ETHERTYPE_SG_BOUNCE = 32790
39811pkg syscall (netbsd-arm), const ETHERTYPE_SG_DIAG = 32787
39812pkg syscall (netbsd-arm), const ETHERTYPE_SG_NETGAMES = 32788
39813pkg syscall (netbsd-arm), const ETHERTYPE_SG_RESV = 32789
39814pkg syscall (netbsd-arm), const ETHERTYPE_SIMNET = 21000
39815pkg syscall (netbsd-arm), const ETHERTYPE_SLOWPROTOCOLS = 34825
39816pkg syscall (netbsd-arm), const ETHERTYPE_SNA = 32981
39817pkg syscall (netbsd-arm), const ETHERTYPE_SNMP = 33100
39818pkg syscall (netbsd-arm), const ETHERTYPE_SONIX = 64245
39819pkg syscall (netbsd-arm), const ETHERTYPE_SPIDER = 32927
39820pkg syscall (netbsd-arm), const ETHERTYPE_SPRITE = 1280
39821pkg syscall (netbsd-arm), const ETHERTYPE_STP = 33153
39822pkg syscall (netbsd-arm), const ETHERTYPE_TALARIS = 33067
39823pkg syscall (netbsd-arm), const ETHERTYPE_TALARISMC = 34091
39824pkg syscall (netbsd-arm), const ETHERTYPE_TCPCOMP = 34667
39825pkg syscall (netbsd-arm), const ETHERTYPE_TCPSM = 36866
39826pkg syscall (netbsd-arm), const ETHERTYPE_TEC = 33103
39827pkg syscall (netbsd-arm), const ETHERTYPE_TIGAN = 32815
39828pkg syscall (netbsd-arm), const ETHERTYPE_TRAIL = 4096
39829pkg syscall (netbsd-arm), const ETHERTYPE_TRANSETHER = 25944
39830pkg syscall (netbsd-arm), const ETHERTYPE_TYMSHARE = 32814
39831pkg syscall (netbsd-arm), const ETHERTYPE_UBBST = 28677
39832pkg syscall (netbsd-arm), const ETHERTYPE_UBDEBUG = 2304
39833pkg syscall (netbsd-arm), const ETHERTYPE_UBDIAGLOOP = 28674
39834pkg syscall (netbsd-arm), const ETHERTYPE_UBDL = 28672
39835pkg syscall (netbsd-arm), const ETHERTYPE_UBNIU = 28673
39836pkg syscall (netbsd-arm), const ETHERTYPE_UBNMC = 28675
39837pkg syscall (netbsd-arm), const ETHERTYPE_VALID = 5632
39838pkg syscall (netbsd-arm), const ETHERTYPE_VARIAN = 32989
39839pkg syscall (netbsd-arm), const ETHERTYPE_VAXELN = 32827
39840pkg syscall (netbsd-arm), const ETHERTYPE_VEECO = 32871
39841pkg syscall (netbsd-arm), const ETHERTYPE_VEXP = 32859
39842pkg syscall (netbsd-arm), const ETHERTYPE_VGLAB = 33073
39843pkg syscall (netbsd-arm), const ETHERTYPE_VINES = 2989
39844pkg syscall (netbsd-arm), const ETHERTYPE_VINESECHO = 2991
39845pkg syscall (netbsd-arm), const ETHERTYPE_VINESLOOP = 2990
39846pkg syscall (netbsd-arm), const ETHERTYPE_VITAL = 65280
39847pkg syscall (netbsd-arm), const ETHERTYPE_VLAN = 33024
39848pkg syscall (netbsd-arm), const ETHERTYPE_VLTLMAN = 32896
39849pkg syscall (netbsd-arm), const ETHERTYPE_VPROD = 32860
39850pkg syscall (netbsd-arm), const ETHERTYPE_VURESERVED = 33095
39851pkg syscall (netbsd-arm), const ETHERTYPE_WATERLOO = 33072
39852pkg syscall (netbsd-arm), const ETHERTYPE_WELLFLEET = 33027
39853pkg syscall (netbsd-arm), const ETHERTYPE_X25 = 2053
39854pkg syscall (netbsd-arm), const ETHERTYPE_X75 = 2049
39855pkg syscall (netbsd-arm), const ETHERTYPE_XNSSM = 36865
39856pkg syscall (netbsd-arm), const ETHERTYPE_XTP = 33149
39857pkg syscall (netbsd-arm), const ETHER_ADDR_LEN = 6
39858pkg syscall (netbsd-arm), const ETHER_CRC_LEN = 4
39859pkg syscall (netbsd-arm), const ETHER_CRC_POLY_BE = 79764918
39860pkg syscall (netbsd-arm), const ETHER_CRC_POLY_LE = 3988292384
39861pkg syscall (netbsd-arm), const ETHER_HDR_LEN = 14
39862pkg syscall (netbsd-arm), const ETHER_MAX_LEN = 1518
39863pkg syscall (netbsd-arm), const ETHER_MAX_LEN_JUMBO = 9018
39864pkg syscall (netbsd-arm), const ETHER_MIN_LEN = 64
39865pkg syscall (netbsd-arm), const ETHER_PPPOE_ENCAP_LEN = 8
39866pkg syscall (netbsd-arm), const ETHER_TYPE_LEN = 2
39867pkg syscall (netbsd-arm), const ETHER_VLAN_ENCAP_LEN = 4
39868pkg syscall (netbsd-arm), const ETIME = 92
39869pkg syscall (netbsd-arm), const ETIMEDOUT = 60
39870pkg syscall (netbsd-arm), const ETOOMANYREFS = 59
39871pkg syscall (netbsd-arm), const ETXTBSY = 26
39872pkg syscall (netbsd-arm), const EUSERS = 68
39873pkg syscall (netbsd-arm), const EVFILT_AIO = 2
39874pkg syscall (netbsd-arm), const EVFILT_PROC = 4
39875pkg syscall (netbsd-arm), const EVFILT_READ = 0
39876pkg syscall (netbsd-arm), const EVFILT_SIGNAL = 5
39877pkg syscall (netbsd-arm), const EVFILT_SYSCOUNT = 7
39878pkg syscall (netbsd-arm), const EVFILT_TIMER = 6
39879pkg syscall (netbsd-arm), const EVFILT_VNODE = 3
39880pkg syscall (netbsd-arm), const EVFILT_WRITE = 1
39881pkg syscall (netbsd-arm), const EV_ADD = 1
39882pkg syscall (netbsd-arm), const EV_CLEAR = 32
39883pkg syscall (netbsd-arm), const EV_DELETE = 2
39884pkg syscall (netbsd-arm), const EV_DISABLE = 8
39885pkg syscall (netbsd-arm), const EV_ENABLE = 4
39886pkg syscall (netbsd-arm), const EV_EOF = 32768
39887pkg syscall (netbsd-arm), const EV_ERROR = 16384
39888pkg syscall (netbsd-arm), const EV_FLAG1 = 8192
39889pkg syscall (netbsd-arm), const EV_ONESHOT = 16
39890pkg syscall (netbsd-arm), const EV_SYSFLAGS = 61440
39891pkg syscall (netbsd-arm), const EWOULDBLOCK = 35
39892pkg syscall (netbsd-arm), const EXDEV = 18
39893pkg syscall (netbsd-arm), const EXTA = 19200
39894pkg syscall (netbsd-arm), const EXTB = 38400
39895pkg syscall (netbsd-arm), const EXTPROC = 2048
39896pkg syscall (netbsd-arm), const FD_CLOEXEC = 1
39897pkg syscall (netbsd-arm), const FD_SETSIZE = 256
39898pkg syscall (netbsd-arm), const FLUSHO = 8388608
39899pkg syscall (netbsd-arm), const F_CLOSEM = 10
39900pkg syscall (netbsd-arm), const F_DUPFD = 0
39901pkg syscall (netbsd-arm), const F_DUPFD_CLOEXEC = 12
39902pkg syscall (netbsd-arm), const F_FSCTL = -2147483648
39903pkg syscall (netbsd-arm), const F_FSDIRMASK = 1879048192
39904pkg syscall (netbsd-arm), const F_FSIN = 268435456
39905pkg syscall (netbsd-arm), const F_FSINOUT = 805306368
39906pkg syscall (netbsd-arm), const F_FSOUT = 536870912
39907pkg syscall (netbsd-arm), const F_FSPRIV = 32768
39908pkg syscall (netbsd-arm), const F_FSVOID = 1073741824
39909pkg syscall (netbsd-arm), const F_GETFD = 1
39910pkg syscall (netbsd-arm), const F_GETFL = 3
39911pkg syscall (netbsd-arm), const F_GETLK = 7
39912pkg syscall (netbsd-arm), const F_GETNOSIGPIPE = 13
39913pkg syscall (netbsd-arm), const F_GETOWN = 5
39914pkg syscall (netbsd-arm), const F_MAXFD = 11
39915pkg syscall (netbsd-arm), const F_OK = 0
39916pkg syscall (netbsd-arm), const F_PARAM_MASK = 4095
39917pkg syscall (netbsd-arm), const F_PARAM_MAX = 4095
39918pkg syscall (netbsd-arm), const F_RDLCK = 1
39919pkg syscall (netbsd-arm), const F_SETFD = 2
39920pkg syscall (netbsd-arm), const F_SETFL = 4
39921pkg syscall (netbsd-arm), const F_SETLK = 8
39922pkg syscall (netbsd-arm), const F_SETLKW = 9
39923pkg syscall (netbsd-arm), const F_SETNOSIGPIPE = 14
39924pkg syscall (netbsd-arm), const F_SETOWN = 6
39925pkg syscall (netbsd-arm), const F_UNLCK = 2
39926pkg syscall (netbsd-arm), const F_WRLCK = 3
39927pkg syscall (netbsd-arm), const HUPCL = 16384
39928pkg syscall (netbsd-arm), const ICANON = 256
39929pkg syscall (netbsd-arm), const ICRNL = 256
39930pkg syscall (netbsd-arm), const IEXTEN = 1024
39931pkg syscall (netbsd-arm), const IFAN_ARRIVAL = 0
39932pkg syscall (netbsd-arm), const IFAN_DEPARTURE = 1
39933pkg syscall (netbsd-arm), const IFA_ROUTE = 1
39934pkg syscall (netbsd-arm), const IFF_ALLMULTI = 512
39935pkg syscall (netbsd-arm), const IFF_CANTCHANGE = 36690
39936pkg syscall (netbsd-arm), const IFF_DEBUG = 4
39937pkg syscall (netbsd-arm), const IFF_LINK0 = 4096
39938pkg syscall (netbsd-arm), const IFF_LINK1 = 8192
39939pkg syscall (netbsd-arm), const IFF_LINK2 = 16384
39940pkg syscall (netbsd-arm), const IFF_LOOPBACK = 8
39941pkg syscall (netbsd-arm), const IFF_MULTICAST = 32768
39942pkg syscall (netbsd-arm), const IFF_NOARP = 128
39943pkg syscall (netbsd-arm), const IFF_NOTRAILERS = 32
39944pkg syscall (netbsd-arm), const IFF_OACTIVE = 1024
39945pkg syscall (netbsd-arm), const IFF_POINTOPOINT = 16
39946pkg syscall (netbsd-arm), const IFF_PROMISC = 256
39947pkg syscall (netbsd-arm), const IFF_RUNNING = 64
39948pkg syscall (netbsd-arm), const IFF_SIMPLEX = 2048
39949pkg syscall (netbsd-arm), const IFNAMSIZ = 16
39950pkg syscall (netbsd-arm), const IFT_1822 = 2
39951pkg syscall (netbsd-arm), const IFT_A12MPPSWITCH = 130
39952pkg syscall (netbsd-arm), const IFT_AAL2 = 187
39953pkg syscall (netbsd-arm), const IFT_AAL5 = 49
39954pkg syscall (netbsd-arm), const IFT_ADSL = 94
39955pkg syscall (netbsd-arm), const IFT_AFLANE8023 = 59
39956pkg syscall (netbsd-arm), const IFT_AFLANE8025 = 60
39957pkg syscall (netbsd-arm), const IFT_ARAP = 88
39958pkg syscall (netbsd-arm), const IFT_ARCNET = 35
39959pkg syscall (netbsd-arm), const IFT_ARCNETPLUS = 36
39960pkg syscall (netbsd-arm), const IFT_ASYNC = 84
39961pkg syscall (netbsd-arm), const IFT_ATM = 37
39962pkg syscall (netbsd-arm), const IFT_ATMDXI = 105
39963pkg syscall (netbsd-arm), const IFT_ATMFUNI = 106
39964pkg syscall (netbsd-arm), const IFT_ATMIMA = 107
39965pkg syscall (netbsd-arm), const IFT_ATMLOGICAL = 80
39966pkg syscall (netbsd-arm), const IFT_ATMRADIO = 189
39967pkg syscall (netbsd-arm), const IFT_ATMSUBINTERFACE = 134
39968pkg syscall (netbsd-arm), const IFT_ATMVCIENDPT = 194
39969pkg syscall (netbsd-arm), const IFT_ATMVIRTUAL = 149
39970pkg syscall (netbsd-arm), const IFT_BGPPOLICYACCOUNTING = 162
39971pkg syscall (netbsd-arm), const IFT_BRIDGE = 209
39972pkg syscall (netbsd-arm), const IFT_BSC = 83
39973pkg syscall (netbsd-arm), const IFT_CARP = 248
39974pkg syscall (netbsd-arm), const IFT_CCTEMUL = 61
39975pkg syscall (netbsd-arm), const IFT_CEPT = 19
39976pkg syscall (netbsd-arm), const IFT_CES = 133
39977pkg syscall (netbsd-arm), const IFT_CHANNEL = 70
39978pkg syscall (netbsd-arm), const IFT_CNR = 85
39979pkg syscall (netbsd-arm), const IFT_COFFEE = 132
39980pkg syscall (netbsd-arm), const IFT_COMPOSITELINK = 155
39981pkg syscall (netbsd-arm), const IFT_DCN = 141
39982pkg syscall (netbsd-arm), const IFT_DIGITALPOWERLINE = 138
39983pkg syscall (netbsd-arm), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
39984pkg syscall (netbsd-arm), const IFT_DLSW = 74
39985pkg syscall (netbsd-arm), const IFT_DOCSCABLEDOWNSTREAM = 128
39986pkg syscall (netbsd-arm), const IFT_DOCSCABLEMACLAYER = 127
39987pkg syscall (netbsd-arm), const IFT_DOCSCABLEUPSTREAM = 129
39988pkg syscall (netbsd-arm), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
39989pkg syscall (netbsd-arm), const IFT_DS0 = 81
39990pkg syscall (netbsd-arm), const IFT_DS0BUNDLE = 82
39991pkg syscall (netbsd-arm), const IFT_DS1FDL = 170
39992pkg syscall (netbsd-arm), const IFT_DS3 = 30
39993pkg syscall (netbsd-arm), const IFT_DTM = 140
39994pkg syscall (netbsd-arm), const IFT_DVBASILN = 172
39995pkg syscall (netbsd-arm), const IFT_DVBASIOUT = 173
39996pkg syscall (netbsd-arm), const IFT_DVBRCCDOWNSTREAM = 147
39997pkg syscall (netbsd-arm), const IFT_DVBRCCMACLAYER = 146
39998pkg syscall (netbsd-arm), const IFT_DVBRCCUPSTREAM = 148
39999pkg syscall (netbsd-arm), const IFT_ECONET = 206
40000pkg syscall (netbsd-arm), const IFT_EON = 25
40001pkg syscall (netbsd-arm), const IFT_EPLRS = 87
40002pkg syscall (netbsd-arm), const IFT_ESCON = 73
40003pkg syscall (netbsd-arm), const IFT_ETHER = 6
40004pkg syscall (netbsd-arm), const IFT_FAITH = 242
40005pkg syscall (netbsd-arm), const IFT_FAST = 125
40006pkg syscall (netbsd-arm), const IFT_FASTETHER = 62
40007pkg syscall (netbsd-arm), const IFT_FASTETHERFX = 69
40008pkg syscall (netbsd-arm), const IFT_FDDI = 15
40009pkg syscall (netbsd-arm), const IFT_FIBRECHANNEL = 56
40010pkg syscall (netbsd-arm), const IFT_FRAMERELAYINTERCONNECT = 58
40011pkg syscall (netbsd-arm), const IFT_FRAMERELAYMPI = 92
40012pkg syscall (netbsd-arm), const IFT_FRDLCIENDPT = 193
40013pkg syscall (netbsd-arm), const IFT_FRELAY = 32
40014pkg syscall (netbsd-arm), const IFT_FRELAYDCE = 44
40015pkg syscall (netbsd-arm), const IFT_FRF16MFRBUNDLE = 163
40016pkg syscall (netbsd-arm), const IFT_FRFORWARD = 158
40017pkg syscall (netbsd-arm), const IFT_G703AT2MB = 67
40018pkg syscall (netbsd-arm), const IFT_G703AT64K = 66
40019pkg syscall (netbsd-arm), const IFT_GIF = 240
40020pkg syscall (netbsd-arm), const IFT_GIGABITETHERNET = 117
40021pkg syscall (netbsd-arm), const IFT_GR303IDT = 178
40022pkg syscall (netbsd-arm), const IFT_GR303RDT = 177
40023pkg syscall (netbsd-arm), const IFT_H323GATEKEEPER = 164
40024pkg syscall (netbsd-arm), const IFT_H323PROXY = 165
40025pkg syscall (netbsd-arm), const IFT_HDH1822 = 3
40026pkg syscall (netbsd-arm), const IFT_HDLC = 118
40027pkg syscall (netbsd-arm), const IFT_HDSL2 = 168
40028pkg syscall (netbsd-arm), const IFT_HIPERLAN2 = 183
40029pkg syscall (netbsd-arm), const IFT_HIPPI = 47
40030pkg syscall (netbsd-arm), const IFT_HIPPIINTERFACE = 57
40031pkg syscall (netbsd-arm), const IFT_HOSTPAD = 90
40032pkg syscall (netbsd-arm), const IFT_HSSI = 46
40033pkg syscall (netbsd-arm), const IFT_HY = 14
40034pkg syscall (netbsd-arm), const IFT_IBM370PARCHAN = 72
40035pkg syscall (netbsd-arm), const IFT_IDSL = 154
40036pkg syscall (netbsd-arm), const IFT_IEEE1394 = 144
40037pkg syscall (netbsd-arm), const IFT_IEEE80211 = 71
40038pkg syscall (netbsd-arm), const IFT_IEEE80212 = 55
40039pkg syscall (netbsd-arm), const IFT_IEEE8023ADLAG = 161
40040pkg syscall (netbsd-arm), const IFT_IFGSN = 145
40041pkg syscall (netbsd-arm), const IFT_IMT = 190
40042pkg syscall (netbsd-arm), const IFT_INFINIBAND = 199
40043pkg syscall (netbsd-arm), const IFT_INTERLEAVE = 124
40044pkg syscall (netbsd-arm), const IFT_IP = 126
40045pkg syscall (netbsd-arm), const IFT_IPFORWARD = 142
40046pkg syscall (netbsd-arm), const IFT_IPOVERATM = 114
40047pkg syscall (netbsd-arm), const IFT_IPOVERCDLC = 109
40048pkg syscall (netbsd-arm), const IFT_IPOVERCLAW = 110
40049pkg syscall (netbsd-arm), const IFT_IPSWITCH = 78
40050pkg syscall (netbsd-arm), const IFT_ISDN = 63
40051pkg syscall (netbsd-arm), const IFT_ISDNBASIC = 20
40052pkg syscall (netbsd-arm), const IFT_ISDNPRIMARY = 21
40053pkg syscall (netbsd-arm), const IFT_ISDNS = 75
40054pkg syscall (netbsd-arm), const IFT_ISDNU = 76
40055pkg syscall (netbsd-arm), const IFT_ISO88022LLC = 41
40056pkg syscall (netbsd-arm), const IFT_ISO88023 = 7
40057pkg syscall (netbsd-arm), const IFT_ISO88024 = 8
40058pkg syscall (netbsd-arm), const IFT_ISO88025 = 9
40059pkg syscall (netbsd-arm), const IFT_ISO88025CRFPINT = 98
40060pkg syscall (netbsd-arm), const IFT_ISO88025DTR = 86
40061pkg syscall (netbsd-arm), const IFT_ISO88025FIBER = 115
40062pkg syscall (netbsd-arm), const IFT_ISO88026 = 10
40063pkg syscall (netbsd-arm), const IFT_ISUP = 179
40064pkg syscall (netbsd-arm), const IFT_L2VLAN = 135
40065pkg syscall (netbsd-arm), const IFT_L3IPVLAN = 136
40066pkg syscall (netbsd-arm), const IFT_L3IPXVLAN = 137
40067pkg syscall (netbsd-arm), const IFT_LAPB = 16
40068pkg syscall (netbsd-arm), const IFT_LAPD = 77
40069pkg syscall (netbsd-arm), const IFT_LAPF = 119
40070pkg syscall (netbsd-arm), const IFT_LINEGROUP = 210
40071pkg syscall (netbsd-arm), const IFT_LOCALTALK = 42
40072pkg syscall (netbsd-arm), const IFT_LOOP = 24
40073pkg syscall (netbsd-arm), const IFT_MEDIAMAILOVERIP = 139
40074pkg syscall (netbsd-arm), const IFT_MFSIGLINK = 167
40075pkg syscall (netbsd-arm), const IFT_MIOX25 = 38
40076pkg syscall (netbsd-arm), const IFT_MODEM = 48
40077pkg syscall (netbsd-arm), const IFT_MPC = 113
40078pkg syscall (netbsd-arm), const IFT_MPLS = 166
40079pkg syscall (netbsd-arm), const IFT_MPLSTUNNEL = 150
40080pkg syscall (netbsd-arm), const IFT_MSDSL = 143
40081pkg syscall (netbsd-arm), const IFT_MVL = 191
40082pkg syscall (netbsd-arm), const IFT_MYRINET = 99
40083pkg syscall (netbsd-arm), const IFT_NFAS = 175
40084pkg syscall (netbsd-arm), const IFT_NSIP = 27
40085pkg syscall (netbsd-arm), const IFT_OPTICALCHANNEL = 195
40086pkg syscall (netbsd-arm), const IFT_OPTICALTRANSPORT = 196
40087pkg syscall (netbsd-arm), const IFT_OTHER = 1
40088pkg syscall (netbsd-arm), const IFT_P10 = 12
40089pkg syscall (netbsd-arm), const IFT_P80 = 13
40090pkg syscall (netbsd-arm), const IFT_PARA = 34
40091pkg syscall (netbsd-arm), const IFT_PFLOG = 245
40092pkg syscall (netbsd-arm), const IFT_PFSYNC = 246
40093pkg syscall (netbsd-arm), const IFT_PLC = 174
40094pkg syscall (netbsd-arm), const IFT_PON155 = 207
40095pkg syscall (netbsd-arm), const IFT_PON622 = 208
40096pkg syscall (netbsd-arm), const IFT_POS = 171
40097pkg syscall (netbsd-arm), const IFT_PPP = 23
40098pkg syscall (netbsd-arm), const IFT_PPPMULTILINKBUNDLE = 108
40099pkg syscall (netbsd-arm), const IFT_PROPATM = 197
40100pkg syscall (netbsd-arm), const IFT_PROPBWAP2MP = 184
40101pkg syscall (netbsd-arm), const IFT_PROPCNLS = 89
40102pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
40103pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSMACLAYER = 180
40104pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
40105pkg syscall (netbsd-arm), const IFT_PROPMUX = 54
40106pkg syscall (netbsd-arm), const IFT_PROPVIRTUAL = 53
40107pkg syscall (netbsd-arm), const IFT_PROPWIRELESSP2P = 157
40108pkg syscall (netbsd-arm), const IFT_PTPSERIAL = 22
40109pkg syscall (netbsd-arm), const IFT_PVC = 241
40110pkg syscall (netbsd-arm), const IFT_Q2931 = 201
40111pkg syscall (netbsd-arm), const IFT_QLLC = 68
40112pkg syscall (netbsd-arm), const IFT_RADIOMAC = 188
40113pkg syscall (netbsd-arm), const IFT_RADSL = 95
40114pkg syscall (netbsd-arm), const IFT_REACHDSL = 192
40115pkg syscall (netbsd-arm), const IFT_RFC1483 = 159
40116pkg syscall (netbsd-arm), const IFT_RS232 = 33
40117pkg syscall (netbsd-arm), const IFT_RSRB = 79
40118pkg syscall (netbsd-arm), const IFT_SDLC = 17
40119pkg syscall (netbsd-arm), const IFT_SDSL = 96
40120pkg syscall (netbsd-arm), const IFT_SHDSL = 169
40121pkg syscall (netbsd-arm), const IFT_SIP = 31
40122pkg syscall (netbsd-arm), const IFT_SIPSIG = 204
40123pkg syscall (netbsd-arm), const IFT_SIPTG = 203
40124pkg syscall (netbsd-arm), const IFT_SLIP = 28
40125pkg syscall (netbsd-arm), const IFT_SMDSDXI = 43
40126pkg syscall (netbsd-arm), const IFT_SMDSICIP = 52
40127pkg syscall (netbsd-arm), const IFT_SONET = 39
40128pkg syscall (netbsd-arm), const IFT_SONETOVERHEADCHANNEL = 185
40129pkg syscall (netbsd-arm), const IFT_SONETPATH = 50
40130pkg syscall (netbsd-arm), const IFT_SONETVT = 51
40131pkg syscall (netbsd-arm), const IFT_SRP = 151
40132pkg syscall (netbsd-arm), const IFT_SS7SIGLINK = 156
40133pkg syscall (netbsd-arm), const IFT_STACKTOSTACK = 111
40134pkg syscall (netbsd-arm), const IFT_STARLAN = 11
40135pkg syscall (netbsd-arm), const IFT_STF = 215
40136pkg syscall (netbsd-arm), const IFT_T1 = 18
40137pkg syscall (netbsd-arm), const IFT_TDLC = 116
40138pkg syscall (netbsd-arm), const IFT_TELINK = 200
40139pkg syscall (netbsd-arm), const IFT_TERMPAD = 91
40140pkg syscall (netbsd-arm), const IFT_TR008 = 176
40141pkg syscall (netbsd-arm), const IFT_TRANSPHDLC = 123
40142pkg syscall (netbsd-arm), const IFT_TUNNEL = 131
40143pkg syscall (netbsd-arm), const IFT_ULTRA = 29
40144pkg syscall (netbsd-arm), const IFT_USB = 160
40145pkg syscall (netbsd-arm), const IFT_V11 = 64
40146pkg syscall (netbsd-arm), const IFT_V35 = 45
40147pkg syscall (netbsd-arm), const IFT_V36 = 65
40148pkg syscall (netbsd-arm), const IFT_V37 = 120
40149pkg syscall (netbsd-arm), const IFT_VDSL = 97
40150pkg syscall (netbsd-arm), const IFT_VIRTUALIPADDRESS = 112
40151pkg syscall (netbsd-arm), const IFT_VIRTUALTG = 202
40152pkg syscall (netbsd-arm), const IFT_VOICEDID = 213
40153pkg syscall (netbsd-arm), const IFT_VOICEEM = 100
40154pkg syscall (netbsd-arm), const IFT_VOICEEMFGD = 211
40155pkg syscall (netbsd-arm), const IFT_VOICEENCAP = 103
40156pkg syscall (netbsd-arm), const IFT_VOICEFGDEANA = 212
40157pkg syscall (netbsd-arm), const IFT_VOICEFXO = 101
40158pkg syscall (netbsd-arm), const IFT_VOICEFXS = 102
40159pkg syscall (netbsd-arm), const IFT_VOICEOVERATM = 152
40160pkg syscall (netbsd-arm), const IFT_VOICEOVERCABLE = 198
40161pkg syscall (netbsd-arm), const IFT_VOICEOVERFRAMERELAY = 153
40162pkg syscall (netbsd-arm), const IFT_VOICEOVERIP = 104
40163pkg syscall (netbsd-arm), const IFT_X213 = 93
40164pkg syscall (netbsd-arm), const IFT_X25 = 5
40165pkg syscall (netbsd-arm), const IFT_X25DDN = 4
40166pkg syscall (netbsd-arm), const IFT_X25HUNTGROUP = 122
40167pkg syscall (netbsd-arm), const IFT_X25MLP = 121
40168pkg syscall (netbsd-arm), const IFT_X25PLE = 40
40169pkg syscall (netbsd-arm), const IFT_XETHER = 26
40170pkg syscall (netbsd-arm), const IGNBRK = 1
40171pkg syscall (netbsd-arm), const IGNCR = 128
40172pkg syscall (netbsd-arm), const IGNPAR = 4
40173pkg syscall (netbsd-arm), const IMAXBEL = 8192
40174pkg syscall (netbsd-arm), const INLCR = 64
40175pkg syscall (netbsd-arm), const INPCK = 16
40176pkg syscall (netbsd-arm), const IN_CLASSA_HOST = 16777215
40177pkg syscall (netbsd-arm), const IN_CLASSA_MAX = 128
40178pkg syscall (netbsd-arm), const IN_CLASSA_NET = 4278190080
40179pkg syscall (netbsd-arm), const IN_CLASSA_NSHIFT = 24
40180pkg syscall (netbsd-arm), const IN_CLASSB_HOST = 65535
40181pkg syscall (netbsd-arm), const IN_CLASSB_MAX = 65536
40182pkg syscall (netbsd-arm), const IN_CLASSB_NET = 4294901760
40183pkg syscall (netbsd-arm), const IN_CLASSB_NSHIFT = 16
40184pkg syscall (netbsd-arm), const IN_CLASSC_HOST = 255
40185pkg syscall (netbsd-arm), const IN_CLASSC_NET = 4294967040
40186pkg syscall (netbsd-arm), const IN_CLASSC_NSHIFT = 8
40187pkg syscall (netbsd-arm), const IN_CLASSD_HOST = 268435455
40188pkg syscall (netbsd-arm), const IN_CLASSD_NET = 4026531840
40189pkg syscall (netbsd-arm), const IN_CLASSD_NSHIFT = 28
40190pkg syscall (netbsd-arm), const IN_LOOPBACKNET = 127
40191pkg syscall (netbsd-arm), const IPPROTO_AH = 51
40192pkg syscall (netbsd-arm), const IPPROTO_CARP = 112
40193pkg syscall (netbsd-arm), const IPPROTO_DONE = 257
40194pkg syscall (netbsd-arm), const IPPROTO_DSTOPTS = 60
40195pkg syscall (netbsd-arm), const IPPROTO_EGP = 8
40196pkg syscall (netbsd-arm), const IPPROTO_ENCAP = 98
40197pkg syscall (netbsd-arm), const IPPROTO_EON = 80
40198pkg syscall (netbsd-arm), const IPPROTO_ESP = 50
40199pkg syscall (netbsd-arm), const IPPROTO_ETHERIP = 97
40200pkg syscall (netbsd-arm), const IPPROTO_FRAGMENT = 44
40201pkg syscall (netbsd-arm), const IPPROTO_GGP = 3
40202pkg syscall (netbsd-arm), const IPPROTO_GRE = 47
40203pkg syscall (netbsd-arm), const IPPROTO_HOPOPTS = 0
40204pkg syscall (netbsd-arm), const IPPROTO_ICMP = 1
40205pkg syscall (netbsd-arm), const IPPROTO_ICMPV6 = 58
40206pkg syscall (netbsd-arm), const IPPROTO_IDP = 22
40207pkg syscall (netbsd-arm), const IPPROTO_IGMP = 2
40208pkg syscall (netbsd-arm), const IPPROTO_IPCOMP = 108
40209pkg syscall (netbsd-arm), const IPPROTO_IPIP = 4
40210pkg syscall (netbsd-arm), const IPPROTO_IPV4 = 4
40211pkg syscall (netbsd-arm), const IPPROTO_IPV6_ICMP = 58
40212pkg syscall (netbsd-arm), const IPPROTO_MAX = 256
40213pkg syscall (netbsd-arm), const IPPROTO_MAXID = 52
40214pkg syscall (netbsd-arm), const IPPROTO_MOBILE = 55
40215pkg syscall (netbsd-arm), const IPPROTO_NONE = 59
40216pkg syscall (netbsd-arm), const IPPROTO_PFSYNC = 240
40217pkg syscall (netbsd-arm), const IPPROTO_PIM = 103
40218pkg syscall (netbsd-arm), const IPPROTO_PUP = 12
40219pkg syscall (netbsd-arm), const IPPROTO_RAW = 255
40220pkg syscall (netbsd-arm), const IPPROTO_ROUTING = 43
40221pkg syscall (netbsd-arm), const IPPROTO_RSVP = 46
40222pkg syscall (netbsd-arm), const IPPROTO_TP = 29
40223pkg syscall (netbsd-arm), const IPPROTO_VRRP = 112
40224pkg syscall (netbsd-arm), const IPV6_CHECKSUM = 26
40225pkg syscall (netbsd-arm), const IPV6_DEFAULT_MULTICAST_HOPS = 1
40226pkg syscall (netbsd-arm), const IPV6_DEFAULT_MULTICAST_LOOP = 1
40227pkg syscall (netbsd-arm), const IPV6_DEFHLIM = 64
40228pkg syscall (netbsd-arm), const IPV6_DONTFRAG = 62
40229pkg syscall (netbsd-arm), const IPV6_DSTOPTS = 50
40230pkg syscall (netbsd-arm), const IPV6_FAITH = 29
40231pkg syscall (netbsd-arm), const IPV6_FLOWINFO_MASK = 4294967055
40232pkg syscall (netbsd-arm), const IPV6_FLOWLABEL_MASK = 4294905600
40233pkg syscall (netbsd-arm), const IPV6_FRAGTTL = 120
40234pkg syscall (netbsd-arm), const IPV6_HLIMDEC = 1
40235pkg syscall (netbsd-arm), const IPV6_HOPLIMIT = 47
40236pkg syscall (netbsd-arm), const IPV6_HOPOPTS = 49
40237pkg syscall (netbsd-arm), const IPV6_IPSEC_POLICY = 28
40238pkg syscall (netbsd-arm), const IPV6_JOIN_GROUP = 12
40239pkg syscall (netbsd-arm), const IPV6_LEAVE_GROUP = 13
40240pkg syscall (netbsd-arm), const IPV6_MAXHLIM = 255
40241pkg syscall (netbsd-arm), const IPV6_MAXPACKET = 65535
40242pkg syscall (netbsd-arm), const IPV6_MMTU = 1280
40243pkg syscall (netbsd-arm), const IPV6_MULTICAST_HOPS = 10
40244pkg syscall (netbsd-arm), const IPV6_MULTICAST_IF = 9
40245pkg syscall (netbsd-arm), const IPV6_MULTICAST_LOOP = 11
40246pkg syscall (netbsd-arm), const IPV6_NEXTHOP = 48
40247pkg syscall (netbsd-arm), const IPV6_PATHMTU = 44
40248pkg syscall (netbsd-arm), const IPV6_PKTINFO = 46
40249pkg syscall (netbsd-arm), const IPV6_PORTRANGE = 14
40250pkg syscall (netbsd-arm), const IPV6_PORTRANGE_DEFAULT = 0
40251pkg syscall (netbsd-arm), const IPV6_PORTRANGE_HIGH = 1
40252pkg syscall (netbsd-arm), const IPV6_PORTRANGE_LOW = 2
40253pkg syscall (netbsd-arm), const IPV6_RECVDSTOPTS = 40
40254pkg syscall (netbsd-arm), const IPV6_RECVHOPLIMIT = 37
40255pkg syscall (netbsd-arm), const IPV6_RECVHOPOPTS = 39
40256pkg syscall (netbsd-arm), const IPV6_RECVPATHMTU = 43
40257pkg syscall (netbsd-arm), const IPV6_RECVPKTINFO = 36
40258pkg syscall (netbsd-arm), const IPV6_RECVRTHDR = 38
40259pkg syscall (netbsd-arm), const IPV6_RECVTCLASS = 57
40260pkg syscall (netbsd-arm), const IPV6_RTHDR = 51
40261pkg syscall (netbsd-arm), const IPV6_RTHDRDSTOPTS = 35
40262pkg syscall (netbsd-arm), const IPV6_RTHDR_LOOSE = 0
40263pkg syscall (netbsd-arm), const IPV6_RTHDR_STRICT = 1
40264pkg syscall (netbsd-arm), const IPV6_RTHDR_TYPE_0 = 0
40265pkg syscall (netbsd-arm), const IPV6_SOCKOPT_RESERVED1 = 3
40266pkg syscall (netbsd-arm), const IPV6_TCLASS = 61
40267pkg syscall (netbsd-arm), const IPV6_UNICAST_HOPS = 4
40268pkg syscall (netbsd-arm), const IPV6_USE_MIN_MTU = 42
40269pkg syscall (netbsd-arm), const IPV6_V6ONLY = 27
40270pkg syscall (netbsd-arm), const IPV6_VERSION = 96
40271pkg syscall (netbsd-arm), const IPV6_VERSION_MASK = 240
40272pkg syscall (netbsd-arm), const IP_ADD_MEMBERSHIP = 12
40273pkg syscall (netbsd-arm), const IP_DEFAULT_MULTICAST_LOOP = 1
40274pkg syscall (netbsd-arm), const IP_DEFAULT_MULTICAST_TTL = 1
40275pkg syscall (netbsd-arm), const IP_DF = 16384
40276pkg syscall (netbsd-arm), const IP_DROP_MEMBERSHIP = 13
40277pkg syscall (netbsd-arm), const IP_EF = 32768
40278pkg syscall (netbsd-arm), const IP_ERRORMTU = 21
40279pkg syscall (netbsd-arm), const IP_HDRINCL = 2
40280pkg syscall (netbsd-arm), const IP_IPSEC_POLICY = 22
40281pkg syscall (netbsd-arm), const IP_MAXPACKET = 65535
40282pkg syscall (netbsd-arm), const IP_MAX_MEMBERSHIPS = 20
40283pkg syscall (netbsd-arm), const IP_MF = 8192
40284pkg syscall (netbsd-arm), const IP_MINFRAGSIZE = 69
40285pkg syscall (netbsd-arm), const IP_MINTTL = 24
40286pkg syscall (netbsd-arm), const IP_MSS = 576
40287pkg syscall (netbsd-arm), const IP_MULTICAST_IF = 9
40288pkg syscall (netbsd-arm), const IP_MULTICAST_LOOP = 11
40289pkg syscall (netbsd-arm), const IP_MULTICAST_TTL = 10
40290pkg syscall (netbsd-arm), const IP_OFFMASK = 8191
40291pkg syscall (netbsd-arm), const IP_OPTIONS = 1
40292pkg syscall (netbsd-arm), const IP_PORTRANGE = 19
40293pkg syscall (netbsd-arm), const IP_PORTRANGE_DEFAULT = 0
40294pkg syscall (netbsd-arm), const IP_PORTRANGE_HIGH = 1
40295pkg syscall (netbsd-arm), const IP_PORTRANGE_LOW = 2
40296pkg syscall (netbsd-arm), const IP_RECVDSTADDR = 7
40297pkg syscall (netbsd-arm), const IP_RECVIF = 20
40298pkg syscall (netbsd-arm), const IP_RECVOPTS = 5
40299pkg syscall (netbsd-arm), const IP_RECVRETOPTS = 6
40300pkg syscall (netbsd-arm), const IP_RECVTTL = 23
40301pkg syscall (netbsd-arm), const IP_RETOPTS = 8
40302pkg syscall (netbsd-arm), const IP_RF = 32768
40303pkg syscall (netbsd-arm), const IP_TOS = 3
40304pkg syscall (netbsd-arm), const IP_TTL = 4
40305pkg syscall (netbsd-arm), const ISIG = 128
40306pkg syscall (netbsd-arm), const ISTRIP = 32
40307pkg syscall (netbsd-arm), const IXANY = 2048
40308pkg syscall (netbsd-arm), const IXOFF = 1024
40309pkg syscall (netbsd-arm), const IXON = 512
40310pkg syscall (netbsd-arm), const ImplementsGetwd = false
40311pkg syscall (netbsd-arm), const LOCK_EX = 2
40312pkg syscall (netbsd-arm), const LOCK_NB = 4
40313pkg syscall (netbsd-arm), const LOCK_SH = 1
40314pkg syscall (netbsd-arm), const LOCK_UN = 8
40315pkg syscall (netbsd-arm), const MSG_BCAST = 256
40316pkg syscall (netbsd-arm), const MSG_CMSG_CLOEXEC = 2048
40317pkg syscall (netbsd-arm), const MSG_CONTROLMBUF = 33554432
40318pkg syscall (netbsd-arm), const MSG_CTRUNC = 32
40319pkg syscall (netbsd-arm), const MSG_DONTROUTE = 4
40320pkg syscall (netbsd-arm), const MSG_DONTWAIT = 128
40321pkg syscall (netbsd-arm), const MSG_EOR = 8
40322pkg syscall (netbsd-arm), const MSG_IOVUSRSPACE = 67108864
40323pkg syscall (netbsd-arm), const MSG_LENUSRSPACE = 134217728
40324pkg syscall (netbsd-arm), const MSG_MCAST = 512
40325pkg syscall (netbsd-arm), const MSG_NAMEMBUF = 16777216
40326pkg syscall (netbsd-arm), const MSG_NBIO = 4096
40327pkg syscall (netbsd-arm), const MSG_NOSIGNAL = 1024
40328pkg syscall (netbsd-arm), const MSG_OOB = 1
40329pkg syscall (netbsd-arm), const MSG_PEEK = 2
40330pkg syscall (netbsd-arm), const MSG_TRUNC = 16
40331pkg syscall (netbsd-arm), const MSG_USERFLAGS = 16777215
40332pkg syscall (netbsd-arm), const MSG_WAITALL = 64
40333pkg syscall (netbsd-arm), const NAME_MAX = 511
40334pkg syscall (netbsd-arm), const NET_RT_DUMP = 1
40335pkg syscall (netbsd-arm), const NET_RT_FLAGS = 2
40336pkg syscall (netbsd-arm), const NET_RT_IFLIST = 5
40337pkg syscall (netbsd-arm), const NET_RT_MAXID = 6
40338pkg syscall (netbsd-arm), const NET_RT_OIFLIST = 4
40339pkg syscall (netbsd-arm), const NET_RT_OOIFLIST = 3
40340pkg syscall (netbsd-arm), const NOFLSH = 2147483648
40341pkg syscall (netbsd-arm), const NOTE_ATTRIB = 8
40342pkg syscall (netbsd-arm), const NOTE_CHILD = 4
40343pkg syscall (netbsd-arm), const NOTE_DELETE = 1
40344pkg syscall (netbsd-arm), const NOTE_EXEC = 536870912
40345pkg syscall (netbsd-arm), const NOTE_EXIT = 2147483648
40346pkg syscall (netbsd-arm), const NOTE_EXTEND = 4
40347pkg syscall (netbsd-arm), const NOTE_FORK = 1073741824
40348pkg syscall (netbsd-arm), const NOTE_LINK = 16
40349pkg syscall (netbsd-arm), const NOTE_LOWAT = 1
40350pkg syscall (netbsd-arm), const NOTE_PCTRLMASK = 4026531840
40351pkg syscall (netbsd-arm), const NOTE_PDATAMASK = 1048575
40352pkg syscall (netbsd-arm), const NOTE_RENAME = 32
40353pkg syscall (netbsd-arm), const NOTE_REVOKE = 64
40354pkg syscall (netbsd-arm), const NOTE_TRACK = 1
40355pkg syscall (netbsd-arm), const NOTE_TRACKERR = 2
40356pkg syscall (netbsd-arm), const NOTE_WRITE = 2
40357pkg syscall (netbsd-arm), const OCRNL = 16
40358pkg syscall (netbsd-arm), const OFIOGETBMAP = 3221513850
40359pkg syscall (netbsd-arm), const ONLCR = 2
40360pkg syscall (netbsd-arm), const ONLRET = 64
40361pkg syscall (netbsd-arm), const ONOCR = 32
40362pkg syscall (netbsd-arm), const ONOEOT = 8
40363pkg syscall (netbsd-arm), const OPOST = 1
40364pkg syscall (netbsd-arm), const O_ACCMODE = 3
40365pkg syscall (netbsd-arm), const O_ALT_IO = 262144
40366pkg syscall (netbsd-arm), const O_APPEND = 8
40367pkg syscall (netbsd-arm), const O_ASYNC = 64
40368pkg syscall (netbsd-arm), const O_CLOEXEC = 4194304
40369pkg syscall (netbsd-arm), const O_CREAT = 512
40370pkg syscall (netbsd-arm), const O_DIRECT = 524288
40371pkg syscall (netbsd-arm), const O_DIRECTORY = 2097152
40372pkg syscall (netbsd-arm), const O_DSYNC = 65536
40373pkg syscall (netbsd-arm), const O_EXCL = 2048
40374pkg syscall (netbsd-arm), const O_EXLOCK = 32
40375pkg syscall (netbsd-arm), const O_FSYNC = 128
40376pkg syscall (netbsd-arm), const O_NDELAY = 4
40377pkg syscall (netbsd-arm), const O_NOCTTY = 32768
40378pkg syscall (netbsd-arm), const O_NOFOLLOW = 256
40379pkg syscall (netbsd-arm), const O_NONBLOCK = 4
40380pkg syscall (netbsd-arm), const O_NOSIGPIPE = 16777216
40381pkg syscall (netbsd-arm), const O_RSYNC = 131072
40382pkg syscall (netbsd-arm), const O_SHLOCK = 16
40383pkg syscall (netbsd-arm), const O_SYNC = 128
40384pkg syscall (netbsd-arm), const O_TRUNC = 1024
40385pkg syscall (netbsd-arm), const PARENB = 4096
40386pkg syscall (netbsd-arm), const PARMRK = 8
40387pkg syscall (netbsd-arm), const PARODD = 8192
40388pkg syscall (netbsd-arm), const PENDIN = 536870912
40389pkg syscall (netbsd-arm), const PRI_IOFLUSH = 124
40390pkg syscall (netbsd-arm), const PTRACE_CONT = 7
40391pkg syscall (netbsd-arm), const PTRACE_KILL = 8
40392pkg syscall (netbsd-arm), const PTRACE_TRACEME = 0
40393pkg syscall (netbsd-arm), const RLIMIT_AS = 10
40394pkg syscall (netbsd-arm), const RLIMIT_CORE = 4
40395pkg syscall (netbsd-arm), const RLIMIT_CPU = 0
40396pkg syscall (netbsd-arm), const RLIMIT_DATA = 2
40397pkg syscall (netbsd-arm), const RLIMIT_FSIZE = 1
40398pkg syscall (netbsd-arm), const RLIMIT_NOFILE = 8
40399pkg syscall (netbsd-arm), const RLIMIT_STACK = 3
40400pkg syscall (netbsd-arm), const RLIM_INFINITY = 9223372036854775807
40401pkg syscall (netbsd-arm), const RTAX_AUTHOR = 6
40402pkg syscall (netbsd-arm), const RTAX_BRD = 7
40403pkg syscall (netbsd-arm), const RTAX_DST = 0
40404pkg syscall (netbsd-arm), const RTAX_GATEWAY = 1
40405pkg syscall (netbsd-arm), const RTAX_GENMASK = 3
40406pkg syscall (netbsd-arm), const RTAX_IFA = 5
40407pkg syscall (netbsd-arm), const RTAX_IFP = 4
40408pkg syscall (netbsd-arm), const RTAX_MAX = 9
40409pkg syscall (netbsd-arm), const RTAX_NETMASK = 2
40410pkg syscall (netbsd-arm), const RTAX_TAG = 8
40411pkg syscall (netbsd-arm), const RTA_AUTHOR = 64
40412pkg syscall (netbsd-arm), const RTA_BRD = 128
40413pkg syscall (netbsd-arm), const RTA_DST = 1
40414pkg syscall (netbsd-arm), const RTA_GATEWAY = 2
40415pkg syscall (netbsd-arm), const RTA_GENMASK = 8
40416pkg syscall (netbsd-arm), const RTA_IFA = 32
40417pkg syscall (netbsd-arm), const RTA_IFP = 16
40418pkg syscall (netbsd-arm), const RTA_NETMASK = 4
40419pkg syscall (netbsd-arm), const RTA_TAG = 256
40420pkg syscall (netbsd-arm), const RTF_ANNOUNCE = 131072
40421pkg syscall (netbsd-arm), const RTF_BLACKHOLE = 4096
40422pkg syscall (netbsd-arm), const RTF_CLONED = 8192
40423pkg syscall (netbsd-arm), const RTF_CLONING = 256
40424pkg syscall (netbsd-arm), const RTF_DONE = 64
40425pkg syscall (netbsd-arm), const RTF_DYNAMIC = 16
40426pkg syscall (netbsd-arm), const RTF_GATEWAY = 2
40427pkg syscall (netbsd-arm), const RTF_HOST = 4
40428pkg syscall (netbsd-arm), const RTF_LLINFO = 1024
40429pkg syscall (netbsd-arm), const RTF_MASK = 128
40430pkg syscall (netbsd-arm), const RTF_MODIFIED = 32
40431pkg syscall (netbsd-arm), const RTF_PROTO1 = 32768
40432pkg syscall (netbsd-arm), const RTF_PROTO2 = 16384
40433pkg syscall (netbsd-arm), const RTF_REJECT = 8
40434pkg syscall (netbsd-arm), const RTF_SRC = 65536
40435pkg syscall (netbsd-arm), const RTF_STATIC = 2048
40436pkg syscall (netbsd-arm), const RTF_UP = 1
40437pkg syscall (netbsd-arm), const RTF_XRESOLVE = 512
40438pkg syscall (netbsd-arm), const RTM_ADD = 1
40439pkg syscall (netbsd-arm), const RTM_CHANGE = 3
40440pkg syscall (netbsd-arm), const RTM_CHGADDR = 21
40441pkg syscall (netbsd-arm), const RTM_DELADDR = 13
40442pkg syscall (netbsd-arm), const RTM_DELETE = 2
40443pkg syscall (netbsd-arm), const RTM_GET = 4
40444pkg syscall (netbsd-arm), const RTM_IEEE80211 = 17
40445pkg syscall (netbsd-arm), const RTM_IFANNOUNCE = 16
40446pkg syscall (netbsd-arm), const RTM_IFINFO = 20
40447pkg syscall (netbsd-arm), const RTM_LLINFO_UPD = 19
40448pkg syscall (netbsd-arm), const RTM_LOCK = 8
40449pkg syscall (netbsd-arm), const RTM_LOSING = 5
40450pkg syscall (netbsd-arm), const RTM_MISS = 7
40451pkg syscall (netbsd-arm), const RTM_NEWADDR = 12
40452pkg syscall (netbsd-arm), const RTM_OIFINFO = 15
40453pkg syscall (netbsd-arm), const RTM_OLDADD = 9
40454pkg syscall (netbsd-arm), const RTM_OLDDEL = 10
40455pkg syscall (netbsd-arm), const RTM_OOIFINFO = 14
40456pkg syscall (netbsd-arm), const RTM_REDIRECT = 6
40457pkg syscall (netbsd-arm), const RTM_RESOLVE = 11
40458pkg syscall (netbsd-arm), const RTM_RTTUNIT = 1000000
40459pkg syscall (netbsd-arm), const RTM_SETGATE = 18
40460pkg syscall (netbsd-arm), const RTM_VERSION = 4
40461pkg syscall (netbsd-arm), const RTV_EXPIRE = 4
40462pkg syscall (netbsd-arm), const RTV_HOPCOUNT = 2
40463pkg syscall (netbsd-arm), const RTV_MTU = 1
40464pkg syscall (netbsd-arm), const RTV_RPIPE = 8
40465pkg syscall (netbsd-arm), const RTV_RTT = 64
40466pkg syscall (netbsd-arm), const RTV_RTTVAR = 128
40467pkg syscall (netbsd-arm), const RTV_SPIPE = 16
40468pkg syscall (netbsd-arm), const RTV_SSTHRESH = 32
40469pkg syscall (netbsd-arm), const RUSAGE_CHILDREN = -1
40470pkg syscall (netbsd-arm), const RUSAGE_SELF = 0
40471pkg syscall (netbsd-arm), const SCM_CREDS = 4
40472pkg syscall (netbsd-arm), const SCM_RIGHTS = 1
40473pkg syscall (netbsd-arm), const SCM_TIMESTAMP = 8
40474pkg syscall (netbsd-arm), const SIGBUS = 10
40475pkg syscall (netbsd-arm), const SIGCHLD = 20
40476pkg syscall (netbsd-arm), const SIGCONT = 19
40477pkg syscall (netbsd-arm), const SIGEMT = 7
40478pkg syscall (netbsd-arm), const SIGINFO = 29
40479pkg syscall (netbsd-arm), const SIGIO = 23
40480pkg syscall (netbsd-arm), const SIGIOT = 6
40481pkg syscall (netbsd-arm), const SIGPROF = 27
40482pkg syscall (netbsd-arm), const SIGPWR = 32
40483pkg syscall (netbsd-arm), const SIGSTOP = 17
40484pkg syscall (netbsd-arm), const SIGSYS = 12
40485pkg syscall (netbsd-arm), const SIGTSTP = 18
40486pkg syscall (netbsd-arm), const SIGTTIN = 21
40487pkg syscall (netbsd-arm), const SIGTTOU = 22
40488pkg syscall (netbsd-arm), const SIGURG = 16
40489pkg syscall (netbsd-arm), const SIGUSR1 = 30
40490pkg syscall (netbsd-arm), const SIGUSR2 = 31
40491pkg syscall (netbsd-arm), const SIGVTALRM = 26
40492pkg syscall (netbsd-arm), const SIGWINCH = 28
40493pkg syscall (netbsd-arm), const SIGXCPU = 24
40494pkg syscall (netbsd-arm), const SIGXFSZ = 25
40495pkg syscall (netbsd-arm), const SIOCADDMULTI = 2156947761
40496pkg syscall (netbsd-arm), const SIOCADDRT = 2150658570
40497pkg syscall (netbsd-arm), const SIOCAIFADDR = 2151704858
40498pkg syscall (netbsd-arm), const SIOCALIFADDR = 2165860636
40499pkg syscall (netbsd-arm), const SIOCATMARK = 1074033415
40500pkg syscall (netbsd-arm), const SIOCDELMULTI = 2156947762
40501pkg syscall (netbsd-arm), const SIOCDELRT = 2150658571
40502pkg syscall (netbsd-arm), const SIOCDIFADDR = 2156947737
40503pkg syscall (netbsd-arm), const SIOCDIFPHYADDR = 2156947785
40504pkg syscall (netbsd-arm), const SIOCDLIFADDR = 2165860638
40505pkg syscall (netbsd-arm), const SIOCGDRVSPEC = 3223087483
40506pkg syscall (netbsd-arm), const SIOCGETPFSYNC = 3230689784
40507pkg syscall (netbsd-arm), const SIOCGETSGCNT = 3222566196
40508pkg syscall (netbsd-arm), const SIOCGETVIFCNT = 3222566195
40509pkg syscall (netbsd-arm), const SIOCGHIWAT = 1074033409
40510pkg syscall (netbsd-arm), const SIOCGIFADDR = 3230689569
40511pkg syscall (netbsd-arm), const SIOCGIFADDRPREF = 3230951712
40512pkg syscall (netbsd-arm), const SIOCGIFALIAS = 3225446683
40513pkg syscall (netbsd-arm), const SIOCGIFBRDADDR = 3230689571
40514pkg syscall (netbsd-arm), const SIOCGIFCAP = 3223349622
40515pkg syscall (netbsd-arm), const SIOCGIFCONF = 3221776678
40516pkg syscall (netbsd-arm), const SIOCGIFDATA = 3230951813
40517pkg syscall (netbsd-arm), const SIOCGIFDLT = 3230689655
40518pkg syscall (netbsd-arm), const SIOCGIFDSTADDR = 3230689570
40519pkg syscall (netbsd-arm), const SIOCGIFFLAGS = 3230689553
40520pkg syscall (netbsd-arm), const SIOCGIFGENERIC = 3230689594
40521pkg syscall (netbsd-arm), const SIOCGIFMEDIA = 3223873846
40522pkg syscall (netbsd-arm), const SIOCGIFMETRIC = 3230689559
40523pkg syscall (netbsd-arm), const SIOCGIFMTU = 3230689662
40524pkg syscall (netbsd-arm), const SIOCGIFNETMASK = 3230689573
40525pkg syscall (netbsd-arm), const SIOCGIFPDSTADDR = 3230689608
40526pkg syscall (netbsd-arm), const SIOCGIFPSRCADDR = 3230689607
40527pkg syscall (netbsd-arm), const SIOCGLIFADDR = 3239602461
40528pkg syscall (netbsd-arm), const SIOCGLIFPHYADDR = 3239602507
40529pkg syscall (netbsd-arm), const SIOCGLINKSTR = 3223087495
40530pkg syscall (netbsd-arm), const SIOCGLOWAT = 1074033411
40531pkg syscall (netbsd-arm), const SIOCGPGRP = 1074033417
40532pkg syscall (netbsd-arm), const SIOCGVH = 3230689667
40533pkg syscall (netbsd-arm), const SIOCIFCREATE = 2156947834
40534pkg syscall (netbsd-arm), const SIOCIFDESTROY = 2156947833
40535pkg syscall (netbsd-arm), const SIOCIFGCLONERS = 3222038904
40536pkg syscall (netbsd-arm), const SIOCINITIFADDR = 3225708932
40537pkg syscall (netbsd-arm), const SIOCSDRVSPEC = 2149345659
40538pkg syscall (netbsd-arm), const SIOCSETPFSYNC = 2156947959
40539pkg syscall (netbsd-arm), const SIOCSHIWAT = 2147775232
40540pkg syscall (netbsd-arm), const SIOCSIFADDR = 2156947724
40541pkg syscall (netbsd-arm), const SIOCSIFADDRPREF = 2157209887
40542pkg syscall (netbsd-arm), const SIOCSIFBRDADDR = 2156947731
40543pkg syscall (netbsd-arm), const SIOCSIFCAP = 2149607797
40544pkg syscall (netbsd-arm), const SIOCSIFDSTADDR = 2156947726
40545pkg syscall (netbsd-arm), const SIOCSIFFLAGS = 2156947728
40546pkg syscall (netbsd-arm), const SIOCSIFGENERIC = 2156947769
40547pkg syscall (netbsd-arm), const SIOCSIFMEDIA = 3230689589
40548pkg syscall (netbsd-arm), const SIOCSIFMETRIC = 2156947736
40549pkg syscall (netbsd-arm), const SIOCSIFMTU = 2156947839
40550pkg syscall (netbsd-arm), const SIOCSIFNETMASK = 2156947734
40551pkg syscall (netbsd-arm), const SIOCSIFPHYADDR = 2151704902
40552pkg syscall (netbsd-arm), const SIOCSLIFPHYADDR = 2165860682
40553pkg syscall (netbsd-arm), const SIOCSLINKSTR = 2149345672
40554pkg syscall (netbsd-arm), const SIOCSLOWAT = 2147775234
40555pkg syscall (netbsd-arm), const SIOCSPGRP = 2147775240
40556pkg syscall (netbsd-arm), const SIOCSVH = 3230689666
40557pkg syscall (netbsd-arm), const SIOCZIFDATA = 3230951814
40558pkg syscall (netbsd-arm), const SOCK_CLOEXEC = 268435456
40559pkg syscall (netbsd-arm), const SOCK_FLAGS_MASK = 4026531840
40560pkg syscall (netbsd-arm), const SOCK_NONBLOCK = 536870912
40561pkg syscall (netbsd-arm), const SOCK_NOSIGPIPE = 1073741824
40562pkg syscall (netbsd-arm), const SOCK_RDM = 4
40563pkg syscall (netbsd-arm), const SOL_SOCKET = 65535
40564pkg syscall (netbsd-arm), const SOMAXCONN = 128
40565pkg syscall (netbsd-arm), const SO_ACCEPTCONN = 2
40566pkg syscall (netbsd-arm), const SO_ACCEPTFILTER = 4096
40567pkg syscall (netbsd-arm), const SO_BROADCAST = 32
40568pkg syscall (netbsd-arm), const SO_DEBUG = 1
40569pkg syscall (netbsd-arm), const SO_DONTROUTE = 16
40570pkg syscall (netbsd-arm), const SO_ERROR = 4103
40571pkg syscall (netbsd-arm), const SO_KEEPALIVE = 8
40572pkg syscall (netbsd-arm), const SO_LINGER = 128
40573pkg syscall (netbsd-arm), const SO_NOHEADER = 4106
40574pkg syscall (netbsd-arm), const SO_NOSIGPIPE = 2048
40575pkg syscall (netbsd-arm), const SO_OOBINLINE = 256
40576pkg syscall (netbsd-arm), const SO_OVERFLOWED = 4105
40577pkg syscall (netbsd-arm), const SO_RCVBUF = 4098
40578pkg syscall (netbsd-arm), const SO_RCVLOWAT = 4100
40579pkg syscall (netbsd-arm), const SO_RCVTIMEO = 4108
40580pkg syscall (netbsd-arm), const SO_REUSEADDR = 4
40581pkg syscall (netbsd-arm), const SO_REUSEPORT = 512
40582pkg syscall (netbsd-arm), const SO_SNDBUF = 4097
40583pkg syscall (netbsd-arm), const SO_SNDLOWAT = 4099
40584pkg syscall (netbsd-arm), const SO_SNDTIMEO = 4107
40585pkg syscall (netbsd-arm), const SO_TIMESTAMP = 8192
40586pkg syscall (netbsd-arm), const SO_TYPE = 4104
40587pkg syscall (netbsd-arm), const SO_USELOOPBACK = 64
40588pkg syscall (netbsd-arm), const SYSCTL_VERSION = 16777216
40589pkg syscall (netbsd-arm), const SYSCTL_VERS_0 = 0
40590pkg syscall (netbsd-arm), const SYSCTL_VERS_1 = 16777216
40591pkg syscall (netbsd-arm), const SYSCTL_VERS_MASK = 4278190080
40592pkg syscall (netbsd-arm), const SYS_ACCEPT = 30
40593pkg syscall (netbsd-arm), const SYS_ACCESS = 33
40594pkg syscall (netbsd-arm), const SYS_ACCT = 51
40595pkg syscall (netbsd-arm), const SYS_ADJTIME = 421
40596pkg syscall (netbsd-arm), const SYS_BIND = 104
40597pkg syscall (netbsd-arm), const SYS_BREAK = 17
40598pkg syscall (netbsd-arm), const SYS_CHDIR = 12
40599pkg syscall (netbsd-arm), const SYS_CHFLAGS = 34
40600pkg syscall (netbsd-arm), const SYS_CHMOD = 15
40601pkg syscall (netbsd-arm), const SYS_CHOWN = 16
40602pkg syscall (netbsd-arm), const SYS_CHROOT = 61
40603pkg syscall (netbsd-arm), const SYS_CLOCK_GETRES = 429
40604pkg syscall (netbsd-arm), const SYS_CLOCK_GETTIME = 427
40605pkg syscall (netbsd-arm), const SYS_CLOCK_SETTIME = 428
40606pkg syscall (netbsd-arm), const SYS_CLOSE = 6
40607pkg syscall (netbsd-arm), const SYS_CONNECT = 98
40608pkg syscall (netbsd-arm), const SYS_DUP = 41
40609pkg syscall (netbsd-arm), const SYS_DUP2 = 90
40610pkg syscall (netbsd-arm), const SYS_DUP3 = 454
40611pkg syscall (netbsd-arm), const SYS_EXECVE = 59
40612pkg syscall (netbsd-arm), const SYS_EXIT = 1
40613pkg syscall (netbsd-arm), const SYS_EXTATTRCTL = 360
40614pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_FD = 366
40615pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_FILE = 363
40616pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_LINK = 369
40617pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_FD = 365
40618pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_FILE = 362
40619pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_LINK = 368
40620pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_FD = 370
40621pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_FILE = 371
40622pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_LINK = 372
40623pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_FD = 364
40624pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_FILE = 361
40625pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_LINK = 367
40626pkg syscall (netbsd-arm), const SYS_FACCESSAT = 462
40627pkg syscall (netbsd-arm), const SYS_FCHDIR = 13
40628pkg syscall (netbsd-arm), const SYS_FCHFLAGS = 35
40629pkg syscall (netbsd-arm), const SYS_FCHMOD = 124
40630pkg syscall (netbsd-arm), const SYS_FCHMODAT = 463
40631pkg syscall (netbsd-arm), const SYS_FCHOWN = 123
40632pkg syscall (netbsd-arm), const SYS_FCHOWNAT = 464
40633pkg syscall (netbsd-arm), const SYS_FCHROOT = 297
40634pkg syscall (netbsd-arm), const SYS_FCNTL = 92
40635pkg syscall (netbsd-arm), const SYS_FDATASYNC = 241
40636pkg syscall (netbsd-arm), const SYS_FEXECVE = 465
40637pkg syscall (netbsd-arm), const SYS_FGETXATTR = 380
40638pkg syscall (netbsd-arm), const SYS_FHSTAT = 451
40639pkg syscall (netbsd-arm), const SYS_FKTRACE = 288
40640pkg syscall (netbsd-arm), const SYS_FLISTXATTR = 383
40641pkg syscall (netbsd-arm), const SYS_FLOCK = 131
40642pkg syscall (netbsd-arm), const SYS_FORK = 2
40643pkg syscall (netbsd-arm), const SYS_FPATHCONF = 192
40644pkg syscall (netbsd-arm), const SYS_FREMOVEXATTR = 386
40645pkg syscall (netbsd-arm), const SYS_FSETXATTR = 377
40646pkg syscall (netbsd-arm), const SYS_FSTAT = 440
40647pkg syscall (netbsd-arm), const SYS_FSTATAT = 466
40648pkg syscall (netbsd-arm), const SYS_FSTATVFS1 = 358
40649pkg syscall (netbsd-arm), const SYS_FSYNC = 95
40650pkg syscall (netbsd-arm), const SYS_FSYNC_RANGE = 354
40651pkg syscall (netbsd-arm), const SYS_FTRUNCATE = 201
40652pkg syscall (netbsd-arm), const SYS_FUTIMENS = 472
40653pkg syscall (netbsd-arm), const SYS_FUTIMES = 423
40654pkg syscall (netbsd-arm), const SYS_GETCONTEXT = 307
40655pkg syscall (netbsd-arm), const SYS_GETDENTS = 390
40656pkg syscall (netbsd-arm), const SYS_GETEGID = 43
40657pkg syscall (netbsd-arm), const SYS_GETEUID = 25
40658pkg syscall (netbsd-arm), const SYS_GETFH = 395
40659pkg syscall (netbsd-arm), const SYS_GETGID = 47
40660pkg syscall (netbsd-arm), const SYS_GETGROUPS = 79
40661pkg syscall (netbsd-arm), const SYS_GETITIMER = 426
40662pkg syscall (netbsd-arm), const SYS_GETPEERNAME = 31
40663pkg syscall (netbsd-arm), const SYS_GETPGID = 207
40664pkg syscall (netbsd-arm), const SYS_GETPGRP = 81
40665pkg syscall (netbsd-arm), const SYS_GETPID = 20
40666pkg syscall (netbsd-arm), const SYS_GETPPID = 39
40667pkg syscall (netbsd-arm), const SYS_GETPRIORITY = 100
40668pkg syscall (netbsd-arm), const SYS_GETRLIMIT = 194
40669pkg syscall (netbsd-arm), const SYS_GETRUSAGE = 445
40670pkg syscall (netbsd-arm), const SYS_GETSID = 286
40671pkg syscall (netbsd-arm), const SYS_GETSOCKNAME = 32
40672pkg syscall (netbsd-arm), const SYS_GETSOCKOPT = 118
40673pkg syscall (netbsd-arm), const SYS_GETTIMEOFDAY = 418
40674pkg syscall (netbsd-arm), const SYS_GETUID = 24
40675pkg syscall (netbsd-arm), const SYS_GETVFSSTAT = 356
40676pkg syscall (netbsd-arm), const SYS_GETXATTR = 378
40677pkg syscall (netbsd-arm), const SYS_IOCTL = 54
40678pkg syscall (netbsd-arm), const SYS_ISSETUGID = 305
40679pkg syscall (netbsd-arm), const SYS_KEVENT = 435
40680pkg syscall (netbsd-arm), const SYS_KILL = 37
40681pkg syscall (netbsd-arm), const SYS_KQUEUE = 344
40682pkg syscall (netbsd-arm), const SYS_KQUEUE1 = 455
40683pkg syscall (netbsd-arm), const SYS_KTRACE = 45
40684pkg syscall (netbsd-arm), const SYS_LCHFLAGS = 304
40685pkg syscall (netbsd-arm), const SYS_LCHMOD = 274
40686pkg syscall (netbsd-arm), const SYS_LCHOWN = 275
40687pkg syscall (netbsd-arm), const SYS_LGETXATTR = 379
40688pkg syscall (netbsd-arm), const SYS_LINK = 9
40689pkg syscall (netbsd-arm), const SYS_LINKAT = 457
40690pkg syscall (netbsd-arm), const SYS_LISTEN = 106
40691pkg syscall (netbsd-arm), const SYS_LISTXATTR = 381
40692pkg syscall (netbsd-arm), const SYS_LLISTXATTR = 382
40693pkg syscall (netbsd-arm), const SYS_LREMOVEXATTR = 385
40694pkg syscall (netbsd-arm), const SYS_LSEEK = 199
40695pkg syscall (netbsd-arm), const SYS_LSETXATTR = 376
40696pkg syscall (netbsd-arm), const SYS_LSTAT = 441
40697pkg syscall (netbsd-arm), const SYS_LUTIMES = 424
40698pkg syscall (netbsd-arm), const SYS_MADVISE = 75
40699pkg syscall (netbsd-arm), const SYS_MINCORE = 78
40700pkg syscall (netbsd-arm), const SYS_MINHERIT = 273
40701pkg syscall (netbsd-arm), const SYS_MKDIR = 136
40702pkg syscall (netbsd-arm), const SYS_MKDIRAT = 461
40703pkg syscall (netbsd-arm), const SYS_MKFIFO = 132
40704pkg syscall (netbsd-arm), const SYS_MKFIFOAT = 459
40705pkg syscall (netbsd-arm), const SYS_MKNOD = 450
40706pkg syscall (netbsd-arm), const SYS_MKNODAT = 460
40707pkg syscall (netbsd-arm), const SYS_MLOCK = 203
40708pkg syscall (netbsd-arm), const SYS_MLOCKALL = 242
40709pkg syscall (netbsd-arm), const SYS_MMAP = 197
40710pkg syscall (netbsd-arm), const SYS_MODCTL = 246
40711pkg syscall (netbsd-arm), const SYS_MOUNT = 410
40712pkg syscall (netbsd-arm), const SYS_MPROTECT = 74
40713pkg syscall (netbsd-arm), const SYS_MREMAP = 411
40714pkg syscall (netbsd-arm), const SYS_MSGCTL = 444
40715pkg syscall (netbsd-arm), const SYS_MSGGET = 225
40716pkg syscall (netbsd-arm), const SYS_MSGRCV = 227
40717pkg syscall (netbsd-arm), const SYS_MSGSND = 226
40718pkg syscall (netbsd-arm), const SYS_MUNLOCK = 204
40719pkg syscall (netbsd-arm), const SYS_MUNLOCKALL = 243
40720pkg syscall (netbsd-arm), const SYS_MUNMAP = 73
40721pkg syscall (netbsd-arm), const SYS_NANOSLEEP = 430
40722pkg syscall (netbsd-arm), const SYS_NTP_ADJTIME = 176
40723pkg syscall (netbsd-arm), const SYS_NTP_GETTIME = 448
40724pkg syscall (netbsd-arm), const SYS_OPEN = 5
40725pkg syscall (netbsd-arm), const SYS_OPENAT = 468
40726pkg syscall (netbsd-arm), const SYS_PACCEPT = 456
40727pkg syscall (netbsd-arm), const SYS_PATHCONF = 191
40728pkg syscall (netbsd-arm), const SYS_PIPE = 42
40729pkg syscall (netbsd-arm), const SYS_PIPE2 = 453
40730pkg syscall (netbsd-arm), const SYS_PMC_CONTROL = 342
40731pkg syscall (netbsd-arm), const SYS_PMC_GET_INFO = 341
40732pkg syscall (netbsd-arm), const SYS_POLL = 209
40733pkg syscall (netbsd-arm), const SYS_POLLTS = 437
40734pkg syscall (netbsd-arm), const SYS_POSIX_FADVISE = 416
40735pkg syscall (netbsd-arm), const SYS_POSIX_SPAWN = 474
40736pkg syscall (netbsd-arm), const SYS_PREAD = 173
40737pkg syscall (netbsd-arm), const SYS_PREADV = 289
40738pkg syscall (netbsd-arm), const SYS_PROFIL = 44
40739pkg syscall (netbsd-arm), const SYS_PSELECT = 436
40740pkg syscall (netbsd-arm), const SYS_PSET_ASSIGN = 414
40741pkg syscall (netbsd-arm), const SYS_PSET_CREATE = 412
40742pkg syscall (netbsd-arm), const SYS_PSET_DESTROY = 413
40743pkg syscall (netbsd-arm), const SYS_PTRACE = 26
40744pkg syscall (netbsd-arm), const SYS_PWRITE = 174
40745pkg syscall (netbsd-arm), const SYS_PWRITEV = 290
40746pkg syscall (netbsd-arm), const SYS_RASCTL = 343
40747pkg syscall (netbsd-arm), const SYS_READ = 3
40748pkg syscall (netbsd-arm), const SYS_READLINK = 58
40749pkg syscall (netbsd-arm), const SYS_READLINKAT = 469
40750pkg syscall (netbsd-arm), const SYS_READV = 120
40751pkg syscall (netbsd-arm), const SYS_REBOOT = 208
40752pkg syscall (netbsd-arm), const SYS_RECVFROM = 29
40753pkg syscall (netbsd-arm), const SYS_RECVMMSG = 475
40754pkg syscall (netbsd-arm), const SYS_RECVMSG = 27
40755pkg syscall (netbsd-arm), const SYS_REMOVEXATTR = 384
40756pkg syscall (netbsd-arm), const SYS_RENAME = 128
40757pkg syscall (netbsd-arm), const SYS_RENAMEAT = 458
40758pkg syscall (netbsd-arm), const SYS_REVOKE = 56
40759pkg syscall (netbsd-arm), const SYS_RMDIR = 137
40760pkg syscall (netbsd-arm), const SYS_SBRK = 69
40761pkg syscall (netbsd-arm), const SYS_SCHED_YIELD = 350
40762pkg syscall (netbsd-arm), const SYS_SELECT = 417
40763pkg syscall (netbsd-arm), const SYS_SEMCONFIG = 223
40764pkg syscall (netbsd-arm), const SYS_SEMGET = 221
40765pkg syscall (netbsd-arm), const SYS_SEMOP = 222
40766pkg syscall (netbsd-arm), const SYS_SENDMMSG = 476
40767pkg syscall (netbsd-arm), const SYS_SENDMSG = 28
40768pkg syscall (netbsd-arm), const SYS_SENDTO = 133
40769pkg syscall (netbsd-arm), const SYS_SETCONTEXT = 308
40770pkg syscall (netbsd-arm), const SYS_SETEGID = 182
40771pkg syscall (netbsd-arm), const SYS_SETEUID = 183
40772pkg syscall (netbsd-arm), const SYS_SETGID = 181
40773pkg syscall (netbsd-arm), const SYS_SETGROUPS = 80
40774pkg syscall (netbsd-arm), const SYS_SETITIMER = 425
40775pkg syscall (netbsd-arm), const SYS_SETPGID = 82
40776pkg syscall (netbsd-arm), const SYS_SETPRIORITY = 96
40777pkg syscall (netbsd-arm), const SYS_SETREGID = 127
40778pkg syscall (netbsd-arm), const SYS_SETREUID = 126
40779pkg syscall (netbsd-arm), const SYS_SETRLIMIT = 195
40780pkg syscall (netbsd-arm), const SYS_SETSID = 147
40781pkg syscall (netbsd-arm), const SYS_SETSOCKOPT = 105
40782pkg syscall (netbsd-arm), const SYS_SETTIMEOFDAY = 419
40783pkg syscall (netbsd-arm), const SYS_SETUID = 23
40784pkg syscall (netbsd-arm), const SYS_SETXATTR = 375
40785pkg syscall (netbsd-arm), const SYS_SHMAT = 228
40786pkg syscall (netbsd-arm), const SYS_SHMCTL = 443
40787pkg syscall (netbsd-arm), const SYS_SHMDT = 230
40788pkg syscall (netbsd-arm), const SYS_SHMGET = 231
40789pkg syscall (netbsd-arm), const SYS_SHUTDOWN = 134
40790pkg syscall (netbsd-arm), const SYS_SIGQUEUEINFO = 245
40791pkg syscall (netbsd-arm), const SYS_SOCKET = 394
40792pkg syscall (netbsd-arm), const SYS_SOCKETPAIR = 135
40793pkg syscall (netbsd-arm), const SYS_SSTK = 70
40794pkg syscall (netbsd-arm), const SYS_STAT = 439
40795pkg syscall (netbsd-arm), const SYS_STATVFS1 = 357
40796pkg syscall (netbsd-arm), const SYS_SWAPCTL = 271
40797pkg syscall (netbsd-arm), const SYS_SYMLINK = 57
40798pkg syscall (netbsd-arm), const SYS_SYMLINKAT = 470
40799pkg syscall (netbsd-arm), const SYS_SYNC = 36
40800pkg syscall (netbsd-arm), const SYS_SYSARCH = 165
40801pkg syscall (netbsd-arm), const SYS_TIMER_CREATE = 235
40802pkg syscall (netbsd-arm), const SYS_TIMER_DELETE = 236
40803pkg syscall (netbsd-arm), const SYS_TIMER_GETOVERRUN = 239
40804pkg syscall (netbsd-arm), const SYS_TIMER_GETTIME = 447
40805pkg syscall (netbsd-arm), const SYS_TIMER_SETTIME = 446
40806pkg syscall (netbsd-arm), const SYS_TRUNCATE = 200
40807pkg syscall (netbsd-arm), const SYS_UMASK = 60
40808pkg syscall (netbsd-arm), const SYS_UNDELETE = 205
40809pkg syscall (netbsd-arm), const SYS_UNLINK = 10
40810pkg syscall (netbsd-arm), const SYS_UNLINKAT = 471
40811pkg syscall (netbsd-arm), const SYS_UNMOUNT = 22
40812pkg syscall (netbsd-arm), const SYS_UTIMENSAT = 467
40813pkg syscall (netbsd-arm), const SYS_UTIMES = 420
40814pkg syscall (netbsd-arm), const SYS_UTRACE = 306
40815pkg syscall (netbsd-arm), const SYS_UUIDGEN = 355
40816pkg syscall (netbsd-arm), const SYS_VADVISE = 72
40817pkg syscall (netbsd-arm), const SYS_VFORK = 66
40818pkg syscall (netbsd-arm), const SYS_WAIT4 = 449
40819pkg syscall (netbsd-arm), const SYS_WRITE = 4
40820pkg syscall (netbsd-arm), const SYS_WRITEV = 121
40821pkg syscall (netbsd-arm), const SYS__LWP_CONTINUE = 314
40822pkg syscall (netbsd-arm), const SYS__LWP_CREATE = 309
40823pkg syscall (netbsd-arm), const SYS__LWP_CTL = 325
40824pkg syscall (netbsd-arm), const SYS__LWP_DETACH = 319
40825pkg syscall (netbsd-arm), const SYS__LWP_EXIT = 310
40826pkg syscall (netbsd-arm), const SYS__LWP_GETNAME = 324
40827pkg syscall (netbsd-arm), const SYS__LWP_GETPRIVATE = 316
40828pkg syscall (netbsd-arm), const SYS__LWP_KILL = 318
40829pkg syscall (netbsd-arm), const SYS__LWP_PARK = 434
40830pkg syscall (netbsd-arm), const SYS__LWP_SELF = 311
40831pkg syscall (netbsd-arm), const SYS__LWP_SETNAME = 323
40832pkg syscall (netbsd-arm), const SYS__LWP_SETPRIVATE = 317
40833pkg syscall (netbsd-arm), const SYS__LWP_SUSPEND = 313
40834pkg syscall (netbsd-arm), const SYS__LWP_UNPARK = 321
40835pkg syscall (netbsd-arm), const SYS__LWP_UNPARK_ALL = 322
40836pkg syscall (netbsd-arm), const SYS__LWP_WAIT = 312
40837pkg syscall (netbsd-arm), const SYS__LWP_WAKEUP = 315
40838pkg syscall (netbsd-arm), const SYS__PSET_BIND = 415
40839pkg syscall (netbsd-arm), const SYS__SCHED_GETAFFINITY = 349
40840pkg syscall (netbsd-arm), const SYS__SCHED_GETPARAM = 347
40841pkg syscall (netbsd-arm), const SYS__SCHED_SETAFFINITY = 348
40842pkg syscall (netbsd-arm), const SYS__SCHED_SETPARAM = 346
40843pkg syscall (netbsd-arm), const SYS___CLONE = 287
40844pkg syscall (netbsd-arm), const SYS___GETCWD = 296
40845pkg syscall (netbsd-arm), const SYS___GETLOGIN = 49
40846pkg syscall (netbsd-arm), const SYS___POSIX_CHOWN = 283
40847pkg syscall (netbsd-arm), const SYS___POSIX_FCHOWN = 284
40848pkg syscall (netbsd-arm), const SYS___POSIX_LCHOWN = 285
40849pkg syscall (netbsd-arm), const SYS___POSIX_RENAME = 270
40850pkg syscall (netbsd-arm), const SYS___QUOTACTL = 473
40851pkg syscall (netbsd-arm), const SYS___SEMCTL = 442
40852pkg syscall (netbsd-arm), const SYS___SETLOGIN = 50
40853pkg syscall (netbsd-arm), const SYS___SIGACTION_SIGTRAMP = 340
40854pkg syscall (netbsd-arm), const SYS___SIGTIMEDWAIT = 431
40855pkg syscall (netbsd-arm), const SYS___SYSCTL = 202
40856pkg syscall (netbsd-arm), const S_ARCH1 = 65536
40857pkg syscall (netbsd-arm), const S_ARCH2 = 131072
40858pkg syscall (netbsd-arm), const S_BLKSIZE = 512
40859pkg syscall (netbsd-arm), const S_IEXEC = 64
40860pkg syscall (netbsd-arm), const S_IFMT = 61440
40861pkg syscall (netbsd-arm), const S_IFWHT = 57344
40862pkg syscall (netbsd-arm), const S_IREAD = 256
40863pkg syscall (netbsd-arm), const S_IRGRP = 32
40864pkg syscall (netbsd-arm), const S_IROTH = 4
40865pkg syscall (netbsd-arm), const S_IRWXG = 56
40866pkg syscall (netbsd-arm), const S_IRWXO = 7
40867pkg syscall (netbsd-arm), const S_IRWXU = 448
40868pkg syscall (netbsd-arm), const S_ISTXT = 512
40869pkg syscall (netbsd-arm), const S_IWGRP = 16
40870pkg syscall (netbsd-arm), const S_IWOTH = 2
40871pkg syscall (netbsd-arm), const S_IWRITE = 128
40872pkg syscall (netbsd-arm), const S_IXGRP = 8
40873pkg syscall (netbsd-arm), const S_IXOTH = 1
40874pkg syscall (netbsd-arm), const SizeofBpfHdr = 20
40875pkg syscall (netbsd-arm), const SizeofBpfInsn = 8
40876pkg syscall (netbsd-arm), const SizeofBpfProgram = 8
40877pkg syscall (netbsd-arm), const SizeofBpfStat = 128
40878pkg syscall (netbsd-arm), const SizeofBpfVersion = 4
40879pkg syscall (netbsd-arm), const SizeofCmsghdr = 12
40880pkg syscall (netbsd-arm), const SizeofIPMreq = 8
40881pkg syscall (netbsd-arm), const SizeofIPv6Mreq = 20
40882pkg syscall (netbsd-arm), const SizeofIfAnnounceMsghdr = 24
40883pkg syscall (netbsd-arm), const SizeofIfData = 132
40884pkg syscall (netbsd-arm), const SizeofIfMsghdr = 152
40885pkg syscall (netbsd-arm), const SizeofIfaMsghdr = 24
40886pkg syscall (netbsd-arm), const SizeofInet6Pktinfo = 20
40887pkg syscall (netbsd-arm), const SizeofLinger = 8
40888pkg syscall (netbsd-arm), const SizeofMsghdr = 28
40889pkg syscall (netbsd-arm), const SizeofRtMetrics = 80
40890pkg syscall (netbsd-arm), const SizeofRtMsghdr = 120
40891pkg syscall (netbsd-arm), const SizeofSockaddrAny = 108
40892pkg syscall (netbsd-arm), const SizeofSockaddrDatalink = 20
40893pkg syscall (netbsd-arm), const SizeofSockaddrInet4 = 16
40894pkg syscall (netbsd-arm), const SizeofSockaddrInet6 = 28
40895pkg syscall (netbsd-arm), const SizeofSockaddrUnix = 106
40896pkg syscall (netbsd-arm), const TCIFLUSH = 1
40897pkg syscall (netbsd-arm), const TCIOFLUSH = 3
40898pkg syscall (netbsd-arm), const TCOFLUSH = 2
40899pkg syscall (netbsd-arm), const TCP_CONGCTL = 32
40900pkg syscall (netbsd-arm), const TCP_KEEPCNT = 6
40901pkg syscall (netbsd-arm), const TCP_KEEPIDLE = 3
40902pkg syscall (netbsd-arm), const TCP_KEEPINIT = 7
40903pkg syscall (netbsd-arm), const TCP_KEEPINTVL = 5
40904pkg syscall (netbsd-arm), const TCP_MAXBURST = 4
40905pkg syscall (netbsd-arm), const TCP_MAXSEG = 2
40906pkg syscall (netbsd-arm), const TCP_MAXWIN = 65535
40907pkg syscall (netbsd-arm), const TCP_MAX_WINSHIFT = 14
40908pkg syscall (netbsd-arm), const TCP_MD5SIG = 16
40909pkg syscall (netbsd-arm), const TCP_MINMSS = 216
40910pkg syscall (netbsd-arm), const TCP_MSS = 536
40911pkg syscall (netbsd-arm), const TCSAFLUSH = 2
40912pkg syscall (netbsd-arm), const TIOCCBRK = 536900730
40913pkg syscall (netbsd-arm), const TIOCCDTR = 536900728
40914pkg syscall (netbsd-arm), const TIOCCONS = 2147775586
40915pkg syscall (netbsd-arm), const TIOCDCDTIMESTAMP = 1074558040
40916pkg syscall (netbsd-arm), const TIOCDRAIN = 536900702
40917pkg syscall (netbsd-arm), const TIOCEXCL = 536900621
40918pkg syscall (netbsd-arm), const TIOCEXT = 2147775584
40919pkg syscall (netbsd-arm), const TIOCFLAG_CDTRCTS = 16
40920pkg syscall (netbsd-arm), const TIOCFLAG_CLOCAL = 2
40921pkg syscall (netbsd-arm), const TIOCFLAG_CRTSCTS = 4
40922pkg syscall (netbsd-arm), const TIOCFLAG_MDMBUF = 8
40923pkg syscall (netbsd-arm), const TIOCFLAG_SOFTCAR = 1
40924pkg syscall (netbsd-arm), const TIOCFLUSH = 2147775504
40925pkg syscall (netbsd-arm), const TIOCGETA = 1076655123
40926pkg syscall (netbsd-arm), const TIOCGETD = 1074033690
40927pkg syscall (netbsd-arm), const TIOCGFLAGS = 1074033757
40928pkg syscall (netbsd-arm), const TIOCGLINED = 1075868738
40929pkg syscall (netbsd-arm), const TIOCGPGRP = 1074033783
40930pkg syscall (netbsd-arm), const TIOCGQSIZE = 1074033793
40931pkg syscall (netbsd-arm), const TIOCGRANTPT = 536900679
40932pkg syscall (netbsd-arm), const TIOCGSID = 1074033763
40933pkg syscall (netbsd-arm), const TIOCGSIZE = 1074295912
40934pkg syscall (netbsd-arm), const TIOCGWINSZ = 1074295912
40935pkg syscall (netbsd-arm), const TIOCMBIC = 2147775595
40936pkg syscall (netbsd-arm), const TIOCMBIS = 2147775596
40937pkg syscall (netbsd-arm), const TIOCMGET = 1074033770
40938pkg syscall (netbsd-arm), const TIOCMSET = 2147775597
40939pkg syscall (netbsd-arm), const TIOCM_CAR = 64
40940pkg syscall (netbsd-arm), const TIOCM_CD = 64
40941pkg syscall (netbsd-arm), const TIOCM_CTS = 32
40942pkg syscall (netbsd-arm), const TIOCM_DSR = 256
40943pkg syscall (netbsd-arm), const TIOCM_DTR = 2
40944pkg syscall (netbsd-arm), const TIOCM_LE = 1
40945pkg syscall (netbsd-arm), const TIOCM_RI = 128
40946pkg syscall (netbsd-arm), const TIOCM_RNG = 128
40947pkg syscall (netbsd-arm), const TIOCM_RTS = 4
40948pkg syscall (netbsd-arm), const TIOCM_SR = 16
40949pkg syscall (netbsd-arm), const TIOCM_ST = 8
40950pkg syscall (netbsd-arm), const TIOCNOTTY = 536900721
40951pkg syscall (netbsd-arm), const TIOCNXCL = 536900622
40952pkg syscall (netbsd-arm), const TIOCOUTQ = 1074033779
40953pkg syscall (netbsd-arm), const TIOCPKT = 2147775600
40954pkg syscall (netbsd-arm), const TIOCPKT_DATA = 0
40955pkg syscall (netbsd-arm), const TIOCPKT_DOSTOP = 32
40956pkg syscall (netbsd-arm), const TIOCPKT_FLUSHREAD = 1
40957pkg syscall (netbsd-arm), const TIOCPKT_FLUSHWRITE = 2
40958pkg syscall (netbsd-arm), const TIOCPKT_IOCTL = 64
40959pkg syscall (netbsd-arm), const TIOCPKT_NOSTOP = 16
40960pkg syscall (netbsd-arm), const TIOCPKT_START = 8
40961pkg syscall (netbsd-arm), const TIOCPKT_STOP = 4
40962pkg syscall (netbsd-arm), const TIOCPTMGET = 1208513606
40963pkg syscall (netbsd-arm), const TIOCPTSNAME = 1208513608
40964pkg syscall (netbsd-arm), const TIOCRCVFRAME = 2147775557
40965pkg syscall (netbsd-arm), const TIOCREMOTE = 2147775593
40966pkg syscall (netbsd-arm), const TIOCSBRK = 536900731
40967pkg syscall (netbsd-arm), const TIOCSCTTY = 536900705
40968pkg syscall (netbsd-arm), const TIOCSDTR = 536900729
40969pkg syscall (netbsd-arm), const TIOCSETA = 2150396948
40970pkg syscall (netbsd-arm), const TIOCSETAF = 2150396950
40971pkg syscall (netbsd-arm), const TIOCSETAW = 2150396949
40972pkg syscall (netbsd-arm), const TIOCSETD = 2147775515
40973pkg syscall (netbsd-arm), const TIOCSFLAGS = 2147775580
40974pkg syscall (netbsd-arm), const TIOCSIG = 536900703
40975pkg syscall (netbsd-arm), const TIOCSLINED = 2149610563
40976pkg syscall (netbsd-arm), const TIOCSPGRP = 2147775606
40977pkg syscall (netbsd-arm), const TIOCSQSIZE = 2147775616
40978pkg syscall (netbsd-arm), const TIOCSSIZE = 2148037735
40979pkg syscall (netbsd-arm), const TIOCSTART = 536900718
40980pkg syscall (netbsd-arm), const TIOCSTAT = 2147775589
40981pkg syscall (netbsd-arm), const TIOCSTI = 2147578994
40982pkg syscall (netbsd-arm), const TIOCSTOP = 536900719
40983pkg syscall (netbsd-arm), const TIOCSWINSZ = 2148037735
40984pkg syscall (netbsd-arm), const TIOCUCNTL = 2147775590
40985pkg syscall (netbsd-arm), const TIOCXMTFRAME = 2147775556
40986pkg syscall (netbsd-arm), const TOSTOP = 4194304
40987pkg syscall (netbsd-arm), const VDISCARD = 15
40988pkg syscall (netbsd-arm), const VDSUSP = 11
40989pkg syscall (netbsd-arm), const VEOF = 0
40990pkg syscall (netbsd-arm), const VEOL = 1
40991pkg syscall (netbsd-arm), const VEOL2 = 2
40992pkg syscall (netbsd-arm), const VERASE = 3
40993pkg syscall (netbsd-arm), const VINTR = 8
40994pkg syscall (netbsd-arm), const VKILL = 5
40995pkg syscall (netbsd-arm), const VLNEXT = 14
40996pkg syscall (netbsd-arm), const VMIN = 16
40997pkg syscall (netbsd-arm), const VQUIT = 9
40998pkg syscall (netbsd-arm), const VREPRINT = 6
40999pkg syscall (netbsd-arm), const VSTART = 12
41000pkg syscall (netbsd-arm), const VSTATUS = 18
41001pkg syscall (netbsd-arm), const VSTOP = 13
41002pkg syscall (netbsd-arm), const VSUSP = 10
41003pkg syscall (netbsd-arm), const VTIME = 17
41004pkg syscall (netbsd-arm), const VWERASE = 4
41005pkg syscall (netbsd-arm), const WALL = 8
41006pkg syscall (netbsd-arm), const WALLSIG = 8
41007pkg syscall (netbsd-arm), const WALTSIG = 4
41008pkg syscall (netbsd-arm), const WCLONE = 4
41009pkg syscall (netbsd-arm), const WCOREFLAG = 128
41010pkg syscall (netbsd-arm), const WNOHANG = 1
41011pkg syscall (netbsd-arm), const WNOWAIT = 65536
41012pkg syscall (netbsd-arm), const WNOZOMBIE = 131072
41013pkg syscall (netbsd-arm), const WOPTSCHECKED = 262144
41014pkg syscall (netbsd-arm), const WSTOPPED = 127
41015pkg syscall (netbsd-arm), const WUNTRACED = 2
41016pkg syscall (netbsd-arm-cgo), const AF_APPLETALK = 16
41017pkg syscall (netbsd-arm-cgo), const AF_ARP = 28
41018pkg syscall (netbsd-arm-cgo), const AF_BLUETOOTH = 31
41019pkg syscall (netbsd-arm-cgo), const AF_CCITT = 10
41020pkg syscall (netbsd-arm-cgo), const AF_CHAOS = 5
41021pkg syscall (netbsd-arm-cgo), const AF_CNT = 21
41022pkg syscall (netbsd-arm-cgo), const AF_COIP = 20
41023pkg syscall (netbsd-arm-cgo), const AF_DATAKIT = 9
41024pkg syscall (netbsd-arm-cgo), const AF_DECnet = 12
41025pkg syscall (netbsd-arm-cgo), const AF_DLI = 13
41026pkg syscall (netbsd-arm-cgo), const AF_E164 = 26
41027pkg syscall (netbsd-arm-cgo), const AF_ECMA = 8
41028pkg syscall (netbsd-arm-cgo), const AF_HYLINK = 15
41029pkg syscall (netbsd-arm-cgo), const AF_IEEE80211 = 32
41030pkg syscall (netbsd-arm-cgo), const AF_IMPLINK = 3
41031pkg syscall (netbsd-arm-cgo), const AF_INET6 = 24
41032pkg syscall (netbsd-arm-cgo), const AF_IPX = 23
41033pkg syscall (netbsd-arm-cgo), const AF_ISDN = 26
41034pkg syscall (netbsd-arm-cgo), const AF_ISO = 7
41035pkg syscall (netbsd-arm-cgo), const AF_LAT = 14
41036pkg syscall (netbsd-arm-cgo), const AF_LINK = 18
41037pkg syscall (netbsd-arm-cgo), const AF_LOCAL = 1
41038pkg syscall (netbsd-arm-cgo), const AF_MAX = 35
41039pkg syscall (netbsd-arm-cgo), const AF_MPLS = 33
41040pkg syscall (netbsd-arm-cgo), const AF_NATM = 27
41041pkg syscall (netbsd-arm-cgo), const AF_NS = 6
41042pkg syscall (netbsd-arm-cgo), const AF_OROUTE = 17
41043pkg syscall (netbsd-arm-cgo), const AF_OSI = 7
41044pkg syscall (netbsd-arm-cgo), const AF_PUP = 4
41045pkg syscall (netbsd-arm-cgo), const AF_ROUTE = 34
41046pkg syscall (netbsd-arm-cgo), const AF_SNA = 11
41047pkg syscall (netbsd-arm-cgo), const ARPHRD_ARCNET = 7
41048pkg syscall (netbsd-arm-cgo), const ARPHRD_ETHER = 1
41049pkg syscall (netbsd-arm-cgo), const ARPHRD_FRELAY = 15
41050pkg syscall (netbsd-arm-cgo), const ARPHRD_IEEE1394 = 24
41051pkg syscall (netbsd-arm-cgo), const ARPHRD_IEEE802 = 6
41052pkg syscall (netbsd-arm-cgo), const ARPHRD_STRIP = 23
41053pkg syscall (netbsd-arm-cgo), const B0 = 0
41054pkg syscall (netbsd-arm-cgo), const B110 = 110
41055pkg syscall (netbsd-arm-cgo), const B115200 = 115200
41056pkg syscall (netbsd-arm-cgo), const B1200 = 1200
41057pkg syscall (netbsd-arm-cgo), const B134 = 134
41058pkg syscall (netbsd-arm-cgo), const B14400 = 14400
41059pkg syscall (netbsd-arm-cgo), const B150 = 150
41060pkg syscall (netbsd-arm-cgo), const B1800 = 1800
41061pkg syscall (netbsd-arm-cgo), const B19200 = 19200
41062pkg syscall (netbsd-arm-cgo), const B200 = 200
41063pkg syscall (netbsd-arm-cgo), const B230400 = 230400
41064pkg syscall (netbsd-arm-cgo), const B2400 = 2400
41065pkg syscall (netbsd-arm-cgo), const B28800 = 28800
41066pkg syscall (netbsd-arm-cgo), const B300 = 300
41067pkg syscall (netbsd-arm-cgo), const B38400 = 38400
41068pkg syscall (netbsd-arm-cgo), const B460800 = 460800
41069pkg syscall (netbsd-arm-cgo), const B4800 = 4800
41070pkg syscall (netbsd-arm-cgo), const B50 = 50
41071pkg syscall (netbsd-arm-cgo), const B57600 = 57600
41072pkg syscall (netbsd-arm-cgo), const B600 = 600
41073pkg syscall (netbsd-arm-cgo), const B7200 = 7200
41074pkg syscall (netbsd-arm-cgo), const B75 = 75
41075pkg syscall (netbsd-arm-cgo), const B76800 = 76800
41076pkg syscall (netbsd-arm-cgo), const B921600 = 921600
41077pkg syscall (netbsd-arm-cgo), const B9600 = 9600
41078pkg syscall (netbsd-arm-cgo), const BIOCFEEDBACK = 2147762813
41079pkg syscall (netbsd-arm-cgo), const BIOCFLUSH = 536887912
41080pkg syscall (netbsd-arm-cgo), const BIOCGBLEN = 1074020966
41081pkg syscall (netbsd-arm-cgo), const BIOCGDLT = 1074020970
41082pkg syscall (netbsd-arm-cgo), const BIOCGDLTLIST = 3221766775
41083pkg syscall (netbsd-arm-cgo), const BIOCGETIF = 1083196011
41084pkg syscall (netbsd-arm-cgo), const BIOCGFEEDBACK = 1074020988
41085pkg syscall (netbsd-arm-cgo), const BIOCGHDRCMPLT = 1074020980
41086pkg syscall (netbsd-arm-cgo), const BIOCGRTIMEOUT = 1074545275
41087pkg syscall (netbsd-arm-cgo), const BIOCGSEESENT = 1074020984
41088pkg syscall (netbsd-arm-cgo), const BIOCGSTATS = 1082147439
41089pkg syscall (netbsd-arm-cgo), const BIOCGSTATSOLD = 1074283119
41090pkg syscall (netbsd-arm-cgo), const BIOCIMMEDIATE = 2147762800
41091pkg syscall (netbsd-arm-cgo), const BIOCPROMISC = 536887913
41092pkg syscall (netbsd-arm-cgo), const BIOCSBLEN = 3221504614
41093pkg syscall (netbsd-arm-cgo), const BIOCSDLT = 2147762806
41094pkg syscall (netbsd-arm-cgo), const BIOCSETF = 2148024935
41095pkg syscall (netbsd-arm-cgo), const BIOCSETIF = 2156937836
41096pkg syscall (netbsd-arm-cgo), const BIOCSFEEDBACK = 2147762813
41097pkg syscall (netbsd-arm-cgo), const BIOCSHDRCMPLT = 2147762805
41098pkg syscall (netbsd-arm-cgo), const BIOCSRTIMEOUT = 2148287098
41099pkg syscall (netbsd-arm-cgo), const BIOCSSEESENT = 2147762809
41100pkg syscall (netbsd-arm-cgo), const BIOCSTCPF = 2148024946
41101pkg syscall (netbsd-arm-cgo), const BIOCSUDPF = 2148024947
41102pkg syscall (netbsd-arm-cgo), const BIOCVERSION = 1074020977
41103pkg syscall (netbsd-arm-cgo), const BPF_A = 16
41104pkg syscall (netbsd-arm-cgo), const BPF_ABS = 32
41105pkg syscall (netbsd-arm-cgo), const BPF_ADD = 0
41106pkg syscall (netbsd-arm-cgo), const BPF_ALIGNMENT = 4
41107pkg syscall (netbsd-arm-cgo), const BPF_ALIGNMENT32 = 4
41108pkg syscall (netbsd-arm-cgo), const BPF_ALU = 4
41109pkg syscall (netbsd-arm-cgo), const BPF_AND = 80
41110pkg syscall (netbsd-arm-cgo), const BPF_B = 16
41111pkg syscall (netbsd-arm-cgo), const BPF_DFLTBUFSIZE = 1048576
41112pkg syscall (netbsd-arm-cgo), const BPF_DIV = 48
41113pkg syscall (netbsd-arm-cgo), const BPF_H = 8
41114pkg syscall (netbsd-arm-cgo), const BPF_IMM = 0
41115pkg syscall (netbsd-arm-cgo), const BPF_IND = 64
41116pkg syscall (netbsd-arm-cgo), const BPF_JA = 0
41117pkg syscall (netbsd-arm-cgo), const BPF_JEQ = 16
41118pkg syscall (netbsd-arm-cgo), const BPF_JGE = 48
41119pkg syscall (netbsd-arm-cgo), const BPF_JGT = 32
41120pkg syscall (netbsd-arm-cgo), const BPF_JMP = 5
41121pkg syscall (netbsd-arm-cgo), const BPF_JSET = 64
41122pkg syscall (netbsd-arm-cgo), const BPF_K = 0
41123pkg syscall (netbsd-arm-cgo), const BPF_LD = 0
41124pkg syscall (netbsd-arm-cgo), const BPF_LDX = 1
41125pkg syscall (netbsd-arm-cgo), const BPF_LEN = 128
41126pkg syscall (netbsd-arm-cgo), const BPF_LSH = 96
41127pkg syscall (netbsd-arm-cgo), const BPF_MAJOR_VERSION = 1
41128pkg syscall (netbsd-arm-cgo), const BPF_MAXBUFSIZE = 16777216
41129pkg syscall (netbsd-arm-cgo), const BPF_MAXINSNS = 512
41130pkg syscall (netbsd-arm-cgo), const BPF_MEM = 96
41131pkg syscall (netbsd-arm-cgo), const BPF_MEMWORDS = 16
41132pkg syscall (netbsd-arm-cgo), const BPF_MINBUFSIZE = 32
41133pkg syscall (netbsd-arm-cgo), const BPF_MINOR_VERSION = 1
41134pkg syscall (netbsd-arm-cgo), const BPF_MISC = 7
41135pkg syscall (netbsd-arm-cgo), const BPF_MSH = 160
41136pkg syscall (netbsd-arm-cgo), const BPF_MUL = 32
41137pkg syscall (netbsd-arm-cgo), const BPF_NEG = 128
41138pkg syscall (netbsd-arm-cgo), const BPF_OR = 64
41139pkg syscall (netbsd-arm-cgo), const BPF_RELEASE = 199606
41140pkg syscall (netbsd-arm-cgo), const BPF_RET = 6
41141pkg syscall (netbsd-arm-cgo), const BPF_RSH = 112
41142pkg syscall (netbsd-arm-cgo), const BPF_ST = 2
41143pkg syscall (netbsd-arm-cgo), const BPF_STX = 3
41144pkg syscall (netbsd-arm-cgo), const BPF_SUB = 16
41145pkg syscall (netbsd-arm-cgo), const BPF_TAX = 0
41146pkg syscall (netbsd-arm-cgo), const BPF_TXA = 128
41147pkg syscall (netbsd-arm-cgo), const BPF_W = 0
41148pkg syscall (netbsd-arm-cgo), const BPF_X = 8
41149pkg syscall (netbsd-arm-cgo), const BRKINT = 2
41150pkg syscall (netbsd-arm-cgo), const CFLUSH = 15
41151pkg syscall (netbsd-arm-cgo), const CLOCAL = 32768
41152pkg syscall (netbsd-arm-cgo), const CREAD = 2048
41153pkg syscall (netbsd-arm-cgo), const CS5 = 0
41154pkg syscall (netbsd-arm-cgo), const CS6 = 256
41155pkg syscall (netbsd-arm-cgo), const CS7 = 512
41156pkg syscall (netbsd-arm-cgo), const CS8 = 768
41157pkg syscall (netbsd-arm-cgo), const CSIZE = 768
41158pkg syscall (netbsd-arm-cgo), const CSTART = 17
41159pkg syscall (netbsd-arm-cgo), const CSTATUS = 20
41160pkg syscall (netbsd-arm-cgo), const CSTOP = 19
41161pkg syscall (netbsd-arm-cgo), const CSTOPB = 1024
41162pkg syscall (netbsd-arm-cgo), const CSUSP = 26
41163pkg syscall (netbsd-arm-cgo), const CTL_MAXNAME = 12
41164pkg syscall (netbsd-arm-cgo), const CTL_NET = 4
41165pkg syscall (netbsd-arm-cgo), const CTL_QUERY = -2
41166pkg syscall (netbsd-arm-cgo), const DIOCBSFLUSH = 536896632
41167pkg syscall (netbsd-arm-cgo), const DLT_A429 = 184
41168pkg syscall (netbsd-arm-cgo), const DLT_A653_ICM = 185
41169pkg syscall (netbsd-arm-cgo), const DLT_AIRONET_HEADER = 120
41170pkg syscall (netbsd-arm-cgo), const DLT_AOS = 222
41171pkg syscall (netbsd-arm-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
41172pkg syscall (netbsd-arm-cgo), const DLT_ARCNET = 7
41173pkg syscall (netbsd-arm-cgo), const DLT_ARCNET_LINUX = 129
41174pkg syscall (netbsd-arm-cgo), const DLT_ATM_CLIP = 19
41175pkg syscall (netbsd-arm-cgo), const DLT_ATM_RFC1483 = 11
41176pkg syscall (netbsd-arm-cgo), const DLT_AURORA = 126
41177pkg syscall (netbsd-arm-cgo), const DLT_AX25 = 3
41178pkg syscall (netbsd-arm-cgo), const DLT_AX25_KISS = 202
41179pkg syscall (netbsd-arm-cgo), const DLT_BACNET_MS_TP = 165
41180pkg syscall (netbsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
41181pkg syscall (netbsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
41182pkg syscall (netbsd-arm-cgo), const DLT_CAN20B = 190
41183pkg syscall (netbsd-arm-cgo), const DLT_CAN_SOCKETCAN = 227
41184pkg syscall (netbsd-arm-cgo), const DLT_CHAOS = 5
41185pkg syscall (netbsd-arm-cgo), const DLT_CISCO_IOS = 118
41186pkg syscall (netbsd-arm-cgo), const DLT_C_HDLC = 104
41187pkg syscall (netbsd-arm-cgo), const DLT_C_HDLC_WITH_DIR = 205
41188pkg syscall (netbsd-arm-cgo), const DLT_DECT = 221
41189pkg syscall (netbsd-arm-cgo), const DLT_DOCSIS = 143
41190pkg syscall (netbsd-arm-cgo), const DLT_ECONET = 115
41191pkg syscall (netbsd-arm-cgo), const DLT_EN10MB = 1
41192pkg syscall (netbsd-arm-cgo), const DLT_EN3MB = 2
41193pkg syscall (netbsd-arm-cgo), const DLT_ENC = 109
41194pkg syscall (netbsd-arm-cgo), const DLT_ERF = 197
41195pkg syscall (netbsd-arm-cgo), const DLT_ERF_ETH = 175
41196pkg syscall (netbsd-arm-cgo), const DLT_ERF_POS = 176
41197pkg syscall (netbsd-arm-cgo), const DLT_FC_2 = 224
41198pkg syscall (netbsd-arm-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
41199pkg syscall (netbsd-arm-cgo), const DLT_FDDI = 10
41200pkg syscall (netbsd-arm-cgo), const DLT_FLEXRAY = 210
41201pkg syscall (netbsd-arm-cgo), const DLT_FRELAY = 107
41202pkg syscall (netbsd-arm-cgo), const DLT_FRELAY_WITH_DIR = 206
41203pkg syscall (netbsd-arm-cgo), const DLT_GCOM_SERIAL = 173
41204pkg syscall (netbsd-arm-cgo), const DLT_GCOM_T1E1 = 172
41205pkg syscall (netbsd-arm-cgo), const DLT_GPF_F = 171
41206pkg syscall (netbsd-arm-cgo), const DLT_GPF_T = 170
41207pkg syscall (netbsd-arm-cgo), const DLT_GPRS_LLC = 169
41208pkg syscall (netbsd-arm-cgo), const DLT_GSMTAP_ABIS = 218
41209pkg syscall (netbsd-arm-cgo), const DLT_GSMTAP_UM = 217
41210pkg syscall (netbsd-arm-cgo), const DLT_HDLC = 16
41211pkg syscall (netbsd-arm-cgo), const DLT_HHDLC = 121
41212pkg syscall (netbsd-arm-cgo), const DLT_HIPPI = 15
41213pkg syscall (netbsd-arm-cgo), const DLT_IBM_SN = 146
41214pkg syscall (netbsd-arm-cgo), const DLT_IBM_SP = 145
41215pkg syscall (netbsd-arm-cgo), const DLT_IEEE802 = 6
41216pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11 = 105
41217pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11_RADIO = 127
41218pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
41219pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4 = 195
41220pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4_LINUX = 191
41221pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
41222pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS = 188
41223pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
41224pkg syscall (netbsd-arm-cgo), const DLT_IPMB = 199
41225pkg syscall (netbsd-arm-cgo), const DLT_IPMB_LINUX = 209
41226pkg syscall (netbsd-arm-cgo), const DLT_IPNET = 226
41227pkg syscall (netbsd-arm-cgo), const DLT_IPV4 = 228
41228pkg syscall (netbsd-arm-cgo), const DLT_IPV6 = 229
41229pkg syscall (netbsd-arm-cgo), const DLT_IP_OVER_FC = 122
41230pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ATM1 = 137
41231pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ATM2 = 135
41232pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_CHDLC = 181
41233pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ES = 132
41234pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ETHER = 178
41235pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_FRELAY = 180
41236pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_GGSN = 133
41237pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ISM = 194
41238pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MFR = 134
41239pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MLFR = 131
41240pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MLPPP = 130
41241pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MONITOR = 164
41242pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PIC_PEER = 174
41243pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPP = 179
41244pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPPOE = 167
41245pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
41246pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_SERVICES = 136
41247pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ST = 200
41248pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_VP = 183
41249pkg syscall (netbsd-arm-cgo), const DLT_LAPB_WITH_DIR = 207
41250pkg syscall (netbsd-arm-cgo), const DLT_LAPD = 203
41251pkg syscall (netbsd-arm-cgo), const DLT_LIN = 212
41252pkg syscall (netbsd-arm-cgo), const DLT_LINUX_EVDEV = 216
41253pkg syscall (netbsd-arm-cgo), const DLT_LINUX_IRDA = 144
41254pkg syscall (netbsd-arm-cgo), const DLT_LINUX_LAPD = 177
41255pkg syscall (netbsd-arm-cgo), const DLT_LINUX_SLL = 113
41256pkg syscall (netbsd-arm-cgo), const DLT_LOOP = 108
41257pkg syscall (netbsd-arm-cgo), const DLT_LTALK = 114
41258pkg syscall (netbsd-arm-cgo), const DLT_MFR = 182
41259pkg syscall (netbsd-arm-cgo), const DLT_MOST = 211
41260pkg syscall (netbsd-arm-cgo), const DLT_MPLS = 219
41261pkg syscall (netbsd-arm-cgo), const DLT_MTP2 = 140
41262pkg syscall (netbsd-arm-cgo), const DLT_MTP2_WITH_PHDR = 139
41263pkg syscall (netbsd-arm-cgo), const DLT_MTP3 = 141
41264pkg syscall (netbsd-arm-cgo), const DLT_NULL = 0
41265pkg syscall (netbsd-arm-cgo), const DLT_PCI_EXP = 125
41266pkg syscall (netbsd-arm-cgo), const DLT_PFLOG = 117
41267pkg syscall (netbsd-arm-cgo), const DLT_PFSYNC = 18
41268pkg syscall (netbsd-arm-cgo), const DLT_PPI = 192
41269pkg syscall (netbsd-arm-cgo), const DLT_PPP = 9
41270pkg syscall (netbsd-arm-cgo), const DLT_PPP_BSDOS = 14
41271pkg syscall (netbsd-arm-cgo), const DLT_PPP_ETHER = 51
41272pkg syscall (netbsd-arm-cgo), const DLT_PPP_PPPD = 166
41273pkg syscall (netbsd-arm-cgo), const DLT_PPP_SERIAL = 50
41274pkg syscall (netbsd-arm-cgo), const DLT_PPP_WITH_DIR = 204
41275pkg syscall (netbsd-arm-cgo), const DLT_PRISM_HEADER = 119
41276pkg syscall (netbsd-arm-cgo), const DLT_PRONET = 4
41277pkg syscall (netbsd-arm-cgo), const DLT_RAIF1 = 198
41278pkg syscall (netbsd-arm-cgo), const DLT_RAW = 12
41279pkg syscall (netbsd-arm-cgo), const DLT_RAWAF_MASK = 35913728
41280pkg syscall (netbsd-arm-cgo), const DLT_RIO = 124
41281pkg syscall (netbsd-arm-cgo), const DLT_SCCP = 142
41282pkg syscall (netbsd-arm-cgo), const DLT_SITA = 196
41283pkg syscall (netbsd-arm-cgo), const DLT_SLIP = 8
41284pkg syscall (netbsd-arm-cgo), const DLT_SLIP_BSDOS = 13
41285pkg syscall (netbsd-arm-cgo), const DLT_SUNATM = 123
41286pkg syscall (netbsd-arm-cgo), const DLT_SYMANTEC_FIREWALL = 99
41287pkg syscall (netbsd-arm-cgo), const DLT_TZSP = 128
41288pkg syscall (netbsd-arm-cgo), const DLT_USB = 186
41289pkg syscall (netbsd-arm-cgo), const DLT_USB_LINUX = 189
41290pkg syscall (netbsd-arm-cgo), const DLT_USB_LINUX_MMAPPED = 220
41291pkg syscall (netbsd-arm-cgo), const DLT_WIHART = 223
41292pkg syscall (netbsd-arm-cgo), const DLT_X2E_SERIAL = 213
41293pkg syscall (netbsd-arm-cgo), const DLT_X2E_XORAYA = 214
41294pkg syscall (netbsd-arm-cgo), const DT_BLK = 6
41295pkg syscall (netbsd-arm-cgo), const DT_CHR = 2
41296pkg syscall (netbsd-arm-cgo), const DT_DIR = 4
41297pkg syscall (netbsd-arm-cgo), const DT_FIFO = 1
41298pkg syscall (netbsd-arm-cgo), const DT_LNK = 10
41299pkg syscall (netbsd-arm-cgo), const DT_REG = 8
41300pkg syscall (netbsd-arm-cgo), const DT_SOCK = 12
41301pkg syscall (netbsd-arm-cgo), const DT_UNKNOWN = 0
41302pkg syscall (netbsd-arm-cgo), const DT_WHT = 14
41303pkg syscall (netbsd-arm-cgo), const E2BIG = 7
41304pkg syscall (netbsd-arm-cgo), const EACCES = 13
41305pkg syscall (netbsd-arm-cgo), const EADDRINUSE = 48
41306pkg syscall (netbsd-arm-cgo), const EADDRNOTAVAIL = 49
41307pkg syscall (netbsd-arm-cgo), const EAFNOSUPPORT = 47
41308pkg syscall (netbsd-arm-cgo), const EAGAIN = 35
41309pkg syscall (netbsd-arm-cgo), const EALREADY = 37
41310pkg syscall (netbsd-arm-cgo), const EAUTH = 80
41311pkg syscall (netbsd-arm-cgo), const EBADF = 9
41312pkg syscall (netbsd-arm-cgo), const EBADMSG = 88
41313pkg syscall (netbsd-arm-cgo), const EBADRPC = 72
41314pkg syscall (netbsd-arm-cgo), const EBUSY = 16
41315pkg syscall (netbsd-arm-cgo), const ECANCELED = 87
41316pkg syscall (netbsd-arm-cgo), const ECHILD = 10
41317pkg syscall (netbsd-arm-cgo), const ECHO = 8
41318pkg syscall (netbsd-arm-cgo), const ECHOCTL = 64
41319pkg syscall (netbsd-arm-cgo), const ECHOE = 2
41320pkg syscall (netbsd-arm-cgo), const ECHOK = 4
41321pkg syscall (netbsd-arm-cgo), const ECHOKE = 1
41322pkg syscall (netbsd-arm-cgo), const ECHONL = 16
41323pkg syscall (netbsd-arm-cgo), const ECHOPRT = 32
41324pkg syscall (netbsd-arm-cgo), const ECONNABORTED = 53
41325pkg syscall (netbsd-arm-cgo), const ECONNREFUSED = 61
41326pkg syscall (netbsd-arm-cgo), const ECONNRESET = 54
41327pkg syscall (netbsd-arm-cgo), const EDEADLK = 11
41328pkg syscall (netbsd-arm-cgo), const EDESTADDRREQ = 39
41329pkg syscall (netbsd-arm-cgo), const EDOM = 33
41330pkg syscall (netbsd-arm-cgo), const EDQUOT = 69
41331pkg syscall (netbsd-arm-cgo), const EEXIST = 17
41332pkg syscall (netbsd-arm-cgo), const EFAULT = 14
41333pkg syscall (netbsd-arm-cgo), const EFBIG = 27
41334pkg syscall (netbsd-arm-cgo), const EFTYPE = 79
41335pkg syscall (netbsd-arm-cgo), const EHOSTDOWN = 64
41336pkg syscall (netbsd-arm-cgo), const EHOSTUNREACH = 65
41337pkg syscall (netbsd-arm-cgo), const EIDRM = 82
41338pkg syscall (netbsd-arm-cgo), const EILSEQ = 85
41339pkg syscall (netbsd-arm-cgo), const EINPROGRESS = 36
41340pkg syscall (netbsd-arm-cgo), const EINTR = 4
41341pkg syscall (netbsd-arm-cgo), const EINVAL = 22
41342pkg syscall (netbsd-arm-cgo), const EIO = 5
41343pkg syscall (netbsd-arm-cgo), const EISCONN = 56
41344pkg syscall (netbsd-arm-cgo), const EISDIR = 21
41345pkg syscall (netbsd-arm-cgo), const ELAST = 96
41346pkg syscall (netbsd-arm-cgo), const ELOOP = 62
41347pkg syscall (netbsd-arm-cgo), const EMFILE = 24
41348pkg syscall (netbsd-arm-cgo), const EMLINK = 31
41349pkg syscall (netbsd-arm-cgo), const EMSGSIZE = 40
41350pkg syscall (netbsd-arm-cgo), const EMULTIHOP = 94
41351pkg syscall (netbsd-arm-cgo), const EMUL_LINUX = 1
41352pkg syscall (netbsd-arm-cgo), const EMUL_LINUX32 = 5
41353pkg syscall (netbsd-arm-cgo), const EMUL_MAXID = 6
41354pkg syscall (netbsd-arm-cgo), const ENAMETOOLONG = 63
41355pkg syscall (netbsd-arm-cgo), const ENEEDAUTH = 81
41356pkg syscall (netbsd-arm-cgo), const ENETDOWN = 50
41357pkg syscall (netbsd-arm-cgo), const ENETRESET = 52
41358pkg syscall (netbsd-arm-cgo), const ENETUNREACH = 51
41359pkg syscall (netbsd-arm-cgo), const ENFILE = 23
41360pkg syscall (netbsd-arm-cgo), const ENOATTR = 93
41361pkg syscall (netbsd-arm-cgo), const ENOBUFS = 55
41362pkg syscall (netbsd-arm-cgo), const ENODATA = 89
41363pkg syscall (netbsd-arm-cgo), const ENODEV = 19
41364pkg syscall (netbsd-arm-cgo), const ENOEXEC = 8
41365pkg syscall (netbsd-arm-cgo), const ENOLCK = 77
41366pkg syscall (netbsd-arm-cgo), const ENOLINK = 95
41367pkg syscall (netbsd-arm-cgo), const ENOMEM = 12
41368pkg syscall (netbsd-arm-cgo), const ENOMSG = 83
41369pkg syscall (netbsd-arm-cgo), const ENOPROTOOPT = 42
41370pkg syscall (netbsd-arm-cgo), const ENOSPC = 28
41371pkg syscall (netbsd-arm-cgo), const ENOSR = 90
41372pkg syscall (netbsd-arm-cgo), const ENOSTR = 91
41373pkg syscall (netbsd-arm-cgo), const ENOSYS = 78
41374pkg syscall (netbsd-arm-cgo), const ENOTBLK = 15
41375pkg syscall (netbsd-arm-cgo), const ENOTCONN = 57
41376pkg syscall (netbsd-arm-cgo), const ENOTDIR = 20
41377pkg syscall (netbsd-arm-cgo), const ENOTEMPTY = 66
41378pkg syscall (netbsd-arm-cgo), const ENOTSOCK = 38
41379pkg syscall (netbsd-arm-cgo), const ENOTSUP = 86
41380pkg syscall (netbsd-arm-cgo), const ENOTTY = 25
41381pkg syscall (netbsd-arm-cgo), const ENXIO = 6
41382pkg syscall (netbsd-arm-cgo), const EOPNOTSUPP = 45
41383pkg syscall (netbsd-arm-cgo), const EOVERFLOW = 84
41384pkg syscall (netbsd-arm-cgo), const EPERM = 1
41385pkg syscall (netbsd-arm-cgo), const EPFNOSUPPORT = 46
41386pkg syscall (netbsd-arm-cgo), const EPIPE = 32
41387pkg syscall (netbsd-arm-cgo), const EPROCLIM = 67
41388pkg syscall (netbsd-arm-cgo), const EPROCUNAVAIL = 76
41389pkg syscall (netbsd-arm-cgo), const EPROGMISMATCH = 75
41390pkg syscall (netbsd-arm-cgo), const EPROGUNAVAIL = 74
41391pkg syscall (netbsd-arm-cgo), const EPROTO = 96
41392pkg syscall (netbsd-arm-cgo), const EPROTONOSUPPORT = 43
41393pkg syscall (netbsd-arm-cgo), const EPROTOTYPE = 41
41394pkg syscall (netbsd-arm-cgo), const ERANGE = 34
41395pkg syscall (netbsd-arm-cgo), const EREMOTE = 71
41396pkg syscall (netbsd-arm-cgo), const EROFS = 30
41397pkg syscall (netbsd-arm-cgo), const ERPCMISMATCH = 73
41398pkg syscall (netbsd-arm-cgo), const ESHUTDOWN = 58
41399pkg syscall (netbsd-arm-cgo), const ESOCKTNOSUPPORT = 44
41400pkg syscall (netbsd-arm-cgo), const ESPIPE = 29
41401pkg syscall (netbsd-arm-cgo), const ESRCH = 3
41402pkg syscall (netbsd-arm-cgo), const ESTALE = 70
41403pkg syscall (netbsd-arm-cgo), const ETHERCAP_JUMBO_MTU = 4
41404pkg syscall (netbsd-arm-cgo), const ETHERCAP_VLAN_HWTAGGING = 2
41405pkg syscall (netbsd-arm-cgo), const ETHERCAP_VLAN_MTU = 1
41406pkg syscall (netbsd-arm-cgo), const ETHERMIN = 46
41407pkg syscall (netbsd-arm-cgo), const ETHERMTU = 1500
41408pkg syscall (netbsd-arm-cgo), const ETHERMTU_JUMBO = 9000
41409pkg syscall (netbsd-arm-cgo), const ETHERTYPE_8023 = 4
41410pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AARP = 33011
41411pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ACCTON = 33680
41412pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AEONIC = 32822
41413pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ALPHA = 33098
41414pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AMBER = 24584
41415pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AMOEBA = 33093
41416pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APOLLO = 33015
41417pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
41418pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APPLETALK = 32923
41419pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APPLITEK = 32967
41420pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ARGONAUT = 32826
41421pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ARP = 2054
41422pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AT = 32923
41423pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATALK = 32923
41424pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATOMIC = 34527
41425pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATT = 32873
41426pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATTSTANFORD = 32776
41427pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AUTOPHON = 32874
41428pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AXIS = 34902
41429pkg syscall (netbsd-arm-cgo), const ETHERTYPE_BCLOOP = 36867
41430pkg syscall (netbsd-arm-cgo), const ETHERTYPE_BOFL = 33026
41431pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CABLETRON = 28724
41432pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CHAOS = 2052
41433pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COMDESIGN = 32876
41434pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
41435pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COUNTERPOINT = 32866
41436pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CRONUS = 32772
41437pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CRONUSVLN = 32771
41438pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DCA = 4660
41439pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DDE = 32891
41440pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DEBNI = 43690
41441pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECAM = 32840
41442pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECCUST = 24582
41443pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDIAG = 24581
41444pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDNS = 32828
41445pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDTS = 32830
41446pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECEXPER = 24576
41447pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECLAST = 32833
41448pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECLTM = 32831
41449pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECMUMPS = 24585
41450pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECNETBIOS = 32832
41451pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DELTACON = 34526
41452pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DIDDLE = 17185
41453pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DLOG1 = 1632
41454pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DLOG2 = 1633
41455pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DN = 24579
41456pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DOGFIGHT = 6537
41457pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DSMD = 32825
41458pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ECMA = 2051
41459pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ENCRYPT = 32829
41460pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ES = 32861
41461pkg syscall (netbsd-arm-cgo), const ETHERTYPE_EXCELAN = 32784
41462pkg syscall (netbsd-arm-cgo), const ETHERTYPE_EXPERDATA = 32841
41463pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FLIP = 33094
41464pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FLOWCONTROL = 34824
41465pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FRARP = 2056
41466pkg syscall (netbsd-arm-cgo), const ETHERTYPE_GENDYN = 32872
41467pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HAYES = 33072
41468pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HIPPI_FP = 33152
41469pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HITACHI = 34848
41470pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HP = 32773
41471pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IEEEPUP = 2560
41472pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IEEEPUPAT = 2561
41473pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IMLBL = 19522
41474pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IMLBLDIAG = 16972
41475pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IP = 2048
41476pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPAS = 34668
41477pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPV6 = 34525
41478pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPX = 33079
41479pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPXNEW = 32823
41480pkg syscall (netbsd-arm-cgo), const ETHERTYPE_KALPANA = 34178
41481pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LANBRIDGE = 32824
41482pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LANPROBE = 34952
41483pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LAT = 24580
41484pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LBACK = 36864
41485pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LITTLE = 32864
41486pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LOGICRAFT = 33096
41487pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LOOPBACK = 36864
41488pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MATRA = 32890
41489pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MAX = 65535
41490pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MERIT = 32892
41491pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MICP = 34618
41492pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOPDL = 24577
41493pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOPRC = 24578
41494pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOTOROLA = 33165
41495pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MPLS = 34887
41496pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MPLS_MCAST = 34888
41497pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MUMPS = 33087
41498pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCC = 15364
41499pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLAIM = 15369
41500pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLREQ = 15365
41501pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLRSP = 15366
41502pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCREQ = 15362
41503pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCRSP = 15363
41504pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDG = 15367
41505pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDGB = 15368
41506pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDLTE = 15370
41507pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRAR = 15372
41508pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRAS = 15371
41509pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRST = 15373
41510pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPSCD = 15361
41511pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPVCD = 15360
41512pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBS = 2050
41513pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NCD = 33097
41514pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NESTAR = 32774
41515pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NETBEUI = 33169
41516pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NOVELL = 33080
41517pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NS = 1536
41518pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NSAT = 1537
41519pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NSCOMPAT = 2055
41520pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NTRAILER = 16
41521pkg syscall (netbsd-arm-cgo), const ETHERTYPE_OS9 = 28679
41522pkg syscall (netbsd-arm-cgo), const ETHERTYPE_OS9NET = 28681
41523pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PACER = 32966
41524pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PAE = 34958
41525pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PCS = 16962
41526pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PLANNING = 32836
41527pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPP = 34827
41528pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPPOE = 34916
41529pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPPOEDISC = 34915
41530pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PRIMENTS = 28721
41531pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PUP = 512
41532pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PUPAT = 512
41533pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RACAL = 28720
41534pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RATIONAL = 33104
41535pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RAWFR = 25945
41536pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RCL = 6549
41537pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RDP = 34617
41538pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RETIX = 33010
41539pkg syscall (netbsd-arm-cgo), const ETHERTYPE_REVARP = 32821
41540pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SCA = 24583
41541pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SECTRA = 34523
41542pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SECUREDATA = 34669
41543pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SGITW = 33150
41544pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_BOUNCE = 32790
41545pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_DIAG = 32787
41546pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_NETGAMES = 32788
41547pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_RESV = 32789
41548pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SIMNET = 21000
41549pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SLOWPROTOCOLS = 34825
41550pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SNA = 32981
41551pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SNMP = 33100
41552pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SONIX = 64245
41553pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SPIDER = 32927
41554pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SPRITE = 1280
41555pkg syscall (netbsd-arm-cgo), const ETHERTYPE_STP = 33153
41556pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TALARIS = 33067
41557pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TALARISMC = 34091
41558pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TCPCOMP = 34667
41559pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TCPSM = 36866
41560pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TEC = 33103
41561pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TIGAN = 32815
41562pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TRAIL = 4096
41563pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TRANSETHER = 25944
41564pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TYMSHARE = 32814
41565pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBBST = 28677
41566pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDEBUG = 2304
41567pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
41568pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDL = 28672
41569pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBNIU = 28673
41570pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBNMC = 28675
41571pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VALID = 5632
41572pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VARIAN = 32989
41573pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VAXELN = 32827
41574pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VEECO = 32871
41575pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VEXP = 32859
41576pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VGLAB = 33073
41577pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINES = 2989
41578pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINESECHO = 2991
41579pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINESLOOP = 2990
41580pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VITAL = 65280
41581pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VLAN = 33024
41582pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VLTLMAN = 32896
41583pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VPROD = 32860
41584pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VURESERVED = 33095
41585pkg syscall (netbsd-arm-cgo), const ETHERTYPE_WATERLOO = 33072
41586pkg syscall (netbsd-arm-cgo), const ETHERTYPE_WELLFLEET = 33027
41587pkg syscall (netbsd-arm-cgo), const ETHERTYPE_X25 = 2053
41588pkg syscall (netbsd-arm-cgo), const ETHERTYPE_X75 = 2049
41589pkg syscall (netbsd-arm-cgo), const ETHERTYPE_XNSSM = 36865
41590pkg syscall (netbsd-arm-cgo), const ETHERTYPE_XTP = 33149
41591pkg syscall (netbsd-arm-cgo), const ETHER_ADDR_LEN = 6
41592pkg syscall (netbsd-arm-cgo), const ETHER_CRC_LEN = 4
41593pkg syscall (netbsd-arm-cgo), const ETHER_CRC_POLY_BE = 79764918
41594pkg syscall (netbsd-arm-cgo), const ETHER_CRC_POLY_LE = 3988292384
41595pkg syscall (netbsd-arm-cgo), const ETHER_HDR_LEN = 14
41596pkg syscall (netbsd-arm-cgo), const ETHER_MAX_LEN = 1518
41597pkg syscall (netbsd-arm-cgo), const ETHER_MAX_LEN_JUMBO = 9018
41598pkg syscall (netbsd-arm-cgo), const ETHER_MIN_LEN = 64
41599pkg syscall (netbsd-arm-cgo), const ETHER_PPPOE_ENCAP_LEN = 8
41600pkg syscall (netbsd-arm-cgo), const ETHER_TYPE_LEN = 2
41601pkg syscall (netbsd-arm-cgo), const ETHER_VLAN_ENCAP_LEN = 4
41602pkg syscall (netbsd-arm-cgo), const ETIME = 92
41603pkg syscall (netbsd-arm-cgo), const ETIMEDOUT = 60
41604pkg syscall (netbsd-arm-cgo), const ETOOMANYREFS = 59
41605pkg syscall (netbsd-arm-cgo), const ETXTBSY = 26
41606pkg syscall (netbsd-arm-cgo), const EUSERS = 68
41607pkg syscall (netbsd-arm-cgo), const EVFILT_AIO = 2
41608pkg syscall (netbsd-arm-cgo), const EVFILT_PROC = 4
41609pkg syscall (netbsd-arm-cgo), const EVFILT_READ = 0
41610pkg syscall (netbsd-arm-cgo), const EVFILT_SIGNAL = 5
41611pkg syscall (netbsd-arm-cgo), const EVFILT_SYSCOUNT = 7
41612pkg syscall (netbsd-arm-cgo), const EVFILT_TIMER = 6
41613pkg syscall (netbsd-arm-cgo), const EVFILT_VNODE = 3
41614pkg syscall (netbsd-arm-cgo), const EVFILT_WRITE = 1
41615pkg syscall (netbsd-arm-cgo), const EV_ADD = 1
41616pkg syscall (netbsd-arm-cgo), const EV_CLEAR = 32
41617pkg syscall (netbsd-arm-cgo), const EV_DELETE = 2
41618pkg syscall (netbsd-arm-cgo), const EV_DISABLE = 8
41619pkg syscall (netbsd-arm-cgo), const EV_ENABLE = 4
41620pkg syscall (netbsd-arm-cgo), const EV_EOF = 32768
41621pkg syscall (netbsd-arm-cgo), const EV_ERROR = 16384
41622pkg syscall (netbsd-arm-cgo), const EV_FLAG1 = 8192
41623pkg syscall (netbsd-arm-cgo), const EV_ONESHOT = 16
41624pkg syscall (netbsd-arm-cgo), const EV_SYSFLAGS = 61440
41625pkg syscall (netbsd-arm-cgo), const EWOULDBLOCK = 35
41626pkg syscall (netbsd-arm-cgo), const EXDEV = 18
41627pkg syscall (netbsd-arm-cgo), const EXTA = 19200
41628pkg syscall (netbsd-arm-cgo), const EXTB = 38400
41629pkg syscall (netbsd-arm-cgo), const EXTPROC = 2048
41630pkg syscall (netbsd-arm-cgo), const FD_CLOEXEC = 1
41631pkg syscall (netbsd-arm-cgo), const FD_SETSIZE = 256
41632pkg syscall (netbsd-arm-cgo), const FLUSHO = 8388608
41633pkg syscall (netbsd-arm-cgo), const F_CLOSEM = 10
41634pkg syscall (netbsd-arm-cgo), const F_DUPFD = 0
41635pkg syscall (netbsd-arm-cgo), const F_DUPFD_CLOEXEC = 12
41636pkg syscall (netbsd-arm-cgo), const F_FSCTL = -2147483648
41637pkg syscall (netbsd-arm-cgo), const F_FSDIRMASK = 1879048192
41638pkg syscall (netbsd-arm-cgo), const F_FSIN = 268435456
41639pkg syscall (netbsd-arm-cgo), const F_FSINOUT = 805306368
41640pkg syscall (netbsd-arm-cgo), const F_FSOUT = 536870912
41641pkg syscall (netbsd-arm-cgo), const F_FSPRIV = 32768
41642pkg syscall (netbsd-arm-cgo), const F_FSVOID = 1073741824
41643pkg syscall (netbsd-arm-cgo), const F_GETFD = 1
41644pkg syscall (netbsd-arm-cgo), const F_GETFL = 3
41645pkg syscall (netbsd-arm-cgo), const F_GETLK = 7
41646pkg syscall (netbsd-arm-cgo), const F_GETNOSIGPIPE = 13
41647pkg syscall (netbsd-arm-cgo), const F_GETOWN = 5
41648pkg syscall (netbsd-arm-cgo), const F_MAXFD = 11
41649pkg syscall (netbsd-arm-cgo), const F_OK = 0
41650pkg syscall (netbsd-arm-cgo), const F_PARAM_MASK = 4095
41651pkg syscall (netbsd-arm-cgo), const F_PARAM_MAX = 4095
41652pkg syscall (netbsd-arm-cgo), const F_RDLCK = 1
41653pkg syscall (netbsd-arm-cgo), const F_SETFD = 2
41654pkg syscall (netbsd-arm-cgo), const F_SETFL = 4
41655pkg syscall (netbsd-arm-cgo), const F_SETLK = 8
41656pkg syscall (netbsd-arm-cgo), const F_SETLKW = 9
41657pkg syscall (netbsd-arm-cgo), const F_SETNOSIGPIPE = 14
41658pkg syscall (netbsd-arm-cgo), const F_SETOWN = 6
41659pkg syscall (netbsd-arm-cgo), const F_UNLCK = 2
41660pkg syscall (netbsd-arm-cgo), const F_WRLCK = 3
41661pkg syscall (netbsd-arm-cgo), const HUPCL = 16384
41662pkg syscall (netbsd-arm-cgo), const ICANON = 256
41663pkg syscall (netbsd-arm-cgo), const ICRNL = 256
41664pkg syscall (netbsd-arm-cgo), const IEXTEN = 1024
41665pkg syscall (netbsd-arm-cgo), const IFAN_ARRIVAL = 0
41666pkg syscall (netbsd-arm-cgo), const IFAN_DEPARTURE = 1
41667pkg syscall (netbsd-arm-cgo), const IFA_ROUTE = 1
41668pkg syscall (netbsd-arm-cgo), const IFF_ALLMULTI = 512
41669pkg syscall (netbsd-arm-cgo), const IFF_CANTCHANGE = 36690
41670pkg syscall (netbsd-arm-cgo), const IFF_DEBUG = 4
41671pkg syscall (netbsd-arm-cgo), const IFF_LINK0 = 4096
41672pkg syscall (netbsd-arm-cgo), const IFF_LINK1 = 8192
41673pkg syscall (netbsd-arm-cgo), const IFF_LINK2 = 16384
41674pkg syscall (netbsd-arm-cgo), const IFF_LOOPBACK = 8
41675pkg syscall (netbsd-arm-cgo), const IFF_MULTICAST = 32768
41676pkg syscall (netbsd-arm-cgo), const IFF_NOARP = 128
41677pkg syscall (netbsd-arm-cgo), const IFF_NOTRAILERS = 32
41678pkg syscall (netbsd-arm-cgo), const IFF_OACTIVE = 1024
41679pkg syscall (netbsd-arm-cgo), const IFF_POINTOPOINT = 16
41680pkg syscall (netbsd-arm-cgo), const IFF_PROMISC = 256
41681pkg syscall (netbsd-arm-cgo), const IFF_RUNNING = 64
41682pkg syscall (netbsd-arm-cgo), const IFF_SIMPLEX = 2048
41683pkg syscall (netbsd-arm-cgo), const IFNAMSIZ = 16
41684pkg syscall (netbsd-arm-cgo), const IFT_1822 = 2
41685pkg syscall (netbsd-arm-cgo), const IFT_A12MPPSWITCH = 130
41686pkg syscall (netbsd-arm-cgo), const IFT_AAL2 = 187
41687pkg syscall (netbsd-arm-cgo), const IFT_AAL5 = 49
41688pkg syscall (netbsd-arm-cgo), const IFT_ADSL = 94
41689pkg syscall (netbsd-arm-cgo), const IFT_AFLANE8023 = 59
41690pkg syscall (netbsd-arm-cgo), const IFT_AFLANE8025 = 60
41691pkg syscall (netbsd-arm-cgo), const IFT_ARAP = 88
41692pkg syscall (netbsd-arm-cgo), const IFT_ARCNET = 35
41693pkg syscall (netbsd-arm-cgo), const IFT_ARCNETPLUS = 36
41694pkg syscall (netbsd-arm-cgo), const IFT_ASYNC = 84
41695pkg syscall (netbsd-arm-cgo), const IFT_ATM = 37
41696pkg syscall (netbsd-arm-cgo), const IFT_ATMDXI = 105
41697pkg syscall (netbsd-arm-cgo), const IFT_ATMFUNI = 106
41698pkg syscall (netbsd-arm-cgo), const IFT_ATMIMA = 107
41699pkg syscall (netbsd-arm-cgo), const IFT_ATMLOGICAL = 80
41700pkg syscall (netbsd-arm-cgo), const IFT_ATMRADIO = 189
41701pkg syscall (netbsd-arm-cgo), const IFT_ATMSUBINTERFACE = 134
41702pkg syscall (netbsd-arm-cgo), const IFT_ATMVCIENDPT = 194
41703pkg syscall (netbsd-arm-cgo), const IFT_ATMVIRTUAL = 149
41704pkg syscall (netbsd-arm-cgo), const IFT_BGPPOLICYACCOUNTING = 162
41705pkg syscall (netbsd-arm-cgo), const IFT_BRIDGE = 209
41706pkg syscall (netbsd-arm-cgo), const IFT_BSC = 83
41707pkg syscall (netbsd-arm-cgo), const IFT_CARP = 248
41708pkg syscall (netbsd-arm-cgo), const IFT_CCTEMUL = 61
41709pkg syscall (netbsd-arm-cgo), const IFT_CEPT = 19
41710pkg syscall (netbsd-arm-cgo), const IFT_CES = 133
41711pkg syscall (netbsd-arm-cgo), const IFT_CHANNEL = 70
41712pkg syscall (netbsd-arm-cgo), const IFT_CNR = 85
41713pkg syscall (netbsd-arm-cgo), const IFT_COFFEE = 132
41714pkg syscall (netbsd-arm-cgo), const IFT_COMPOSITELINK = 155
41715pkg syscall (netbsd-arm-cgo), const IFT_DCN = 141
41716pkg syscall (netbsd-arm-cgo), const IFT_DIGITALPOWERLINE = 138
41717pkg syscall (netbsd-arm-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
41718pkg syscall (netbsd-arm-cgo), const IFT_DLSW = 74
41719pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
41720pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEMACLAYER = 127
41721pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEUPSTREAM = 129
41722pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
41723pkg syscall (netbsd-arm-cgo), const IFT_DS0 = 81
41724pkg syscall (netbsd-arm-cgo), const IFT_DS0BUNDLE = 82
41725pkg syscall (netbsd-arm-cgo), const IFT_DS1FDL = 170
41726pkg syscall (netbsd-arm-cgo), const IFT_DS3 = 30
41727pkg syscall (netbsd-arm-cgo), const IFT_DTM = 140
41728pkg syscall (netbsd-arm-cgo), const IFT_DVBASILN = 172
41729pkg syscall (netbsd-arm-cgo), const IFT_DVBASIOUT = 173
41730pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCDOWNSTREAM = 147
41731pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCMACLAYER = 146
41732pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCUPSTREAM = 148
41733pkg syscall (netbsd-arm-cgo), const IFT_ECONET = 206
41734pkg syscall (netbsd-arm-cgo), const IFT_EON = 25
41735pkg syscall (netbsd-arm-cgo), const IFT_EPLRS = 87
41736pkg syscall (netbsd-arm-cgo), const IFT_ESCON = 73
41737pkg syscall (netbsd-arm-cgo), const IFT_ETHER = 6
41738pkg syscall (netbsd-arm-cgo), const IFT_FAITH = 242
41739pkg syscall (netbsd-arm-cgo), const IFT_FAST = 125
41740pkg syscall (netbsd-arm-cgo), const IFT_FASTETHER = 62
41741pkg syscall (netbsd-arm-cgo), const IFT_FASTETHERFX = 69
41742pkg syscall (netbsd-arm-cgo), const IFT_FDDI = 15
41743pkg syscall (netbsd-arm-cgo), const IFT_FIBRECHANNEL = 56
41744pkg syscall (netbsd-arm-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
41745pkg syscall (netbsd-arm-cgo), const IFT_FRAMERELAYMPI = 92
41746pkg syscall (netbsd-arm-cgo), const IFT_FRDLCIENDPT = 193
41747pkg syscall (netbsd-arm-cgo), const IFT_FRELAY = 32
41748pkg syscall (netbsd-arm-cgo), const IFT_FRELAYDCE = 44
41749pkg syscall (netbsd-arm-cgo), const IFT_FRF16MFRBUNDLE = 163
41750pkg syscall (netbsd-arm-cgo), const IFT_FRFORWARD = 158
41751pkg syscall (netbsd-arm-cgo), const IFT_G703AT2MB = 67
41752pkg syscall (netbsd-arm-cgo), const IFT_G703AT64K = 66
41753pkg syscall (netbsd-arm-cgo), const IFT_GIF = 240
41754pkg syscall (netbsd-arm-cgo), const IFT_GIGABITETHERNET = 117
41755pkg syscall (netbsd-arm-cgo), const IFT_GR303IDT = 178
41756pkg syscall (netbsd-arm-cgo), const IFT_GR303RDT = 177
41757pkg syscall (netbsd-arm-cgo), const IFT_H323GATEKEEPER = 164
41758pkg syscall (netbsd-arm-cgo), const IFT_H323PROXY = 165
41759pkg syscall (netbsd-arm-cgo), const IFT_HDH1822 = 3
41760pkg syscall (netbsd-arm-cgo), const IFT_HDLC = 118
41761pkg syscall (netbsd-arm-cgo), const IFT_HDSL2 = 168
41762pkg syscall (netbsd-arm-cgo), const IFT_HIPERLAN2 = 183
41763pkg syscall (netbsd-arm-cgo), const IFT_HIPPI = 47
41764pkg syscall (netbsd-arm-cgo), const IFT_HIPPIINTERFACE = 57
41765pkg syscall (netbsd-arm-cgo), const IFT_HOSTPAD = 90
41766pkg syscall (netbsd-arm-cgo), const IFT_HSSI = 46
41767pkg syscall (netbsd-arm-cgo), const IFT_HY = 14
41768pkg syscall (netbsd-arm-cgo), const IFT_IBM370PARCHAN = 72
41769pkg syscall (netbsd-arm-cgo), const IFT_IDSL = 154
41770pkg syscall (netbsd-arm-cgo), const IFT_IEEE1394 = 144
41771pkg syscall (netbsd-arm-cgo), const IFT_IEEE80211 = 71
41772pkg syscall (netbsd-arm-cgo), const IFT_IEEE80212 = 55
41773pkg syscall (netbsd-arm-cgo), const IFT_IEEE8023ADLAG = 161
41774pkg syscall (netbsd-arm-cgo), const IFT_IFGSN = 145
41775pkg syscall (netbsd-arm-cgo), const IFT_IMT = 190
41776pkg syscall (netbsd-arm-cgo), const IFT_INFINIBAND = 199
41777pkg syscall (netbsd-arm-cgo), const IFT_INTERLEAVE = 124
41778pkg syscall (netbsd-arm-cgo), const IFT_IP = 126
41779pkg syscall (netbsd-arm-cgo), const IFT_IPFORWARD = 142
41780pkg syscall (netbsd-arm-cgo), const IFT_IPOVERATM = 114
41781pkg syscall (netbsd-arm-cgo), const IFT_IPOVERCDLC = 109
41782pkg syscall (netbsd-arm-cgo), const IFT_IPOVERCLAW = 110
41783pkg syscall (netbsd-arm-cgo), const IFT_IPSWITCH = 78
41784pkg syscall (netbsd-arm-cgo), const IFT_ISDN = 63
41785pkg syscall (netbsd-arm-cgo), const IFT_ISDNBASIC = 20
41786pkg syscall (netbsd-arm-cgo), const IFT_ISDNPRIMARY = 21
41787pkg syscall (netbsd-arm-cgo), const IFT_ISDNS = 75
41788pkg syscall (netbsd-arm-cgo), const IFT_ISDNU = 76
41789pkg syscall (netbsd-arm-cgo), const IFT_ISO88022LLC = 41
41790pkg syscall (netbsd-arm-cgo), const IFT_ISO88023 = 7
41791pkg syscall (netbsd-arm-cgo), const IFT_ISO88024 = 8
41792pkg syscall (netbsd-arm-cgo), const IFT_ISO88025 = 9
41793pkg syscall (netbsd-arm-cgo), const IFT_ISO88025CRFPINT = 98
41794pkg syscall (netbsd-arm-cgo), const IFT_ISO88025DTR = 86
41795pkg syscall (netbsd-arm-cgo), const IFT_ISO88025FIBER = 115
41796pkg syscall (netbsd-arm-cgo), const IFT_ISO88026 = 10
41797pkg syscall (netbsd-arm-cgo), const IFT_ISUP = 179
41798pkg syscall (netbsd-arm-cgo), const IFT_L2VLAN = 135
41799pkg syscall (netbsd-arm-cgo), const IFT_L3IPVLAN = 136
41800pkg syscall (netbsd-arm-cgo), const IFT_L3IPXVLAN = 137
41801pkg syscall (netbsd-arm-cgo), const IFT_LAPB = 16
41802pkg syscall (netbsd-arm-cgo), const IFT_LAPD = 77
41803pkg syscall (netbsd-arm-cgo), const IFT_LAPF = 119
41804pkg syscall (netbsd-arm-cgo), const IFT_LINEGROUP = 210
41805pkg syscall (netbsd-arm-cgo), const IFT_LOCALTALK = 42
41806pkg syscall (netbsd-arm-cgo), const IFT_LOOP = 24
41807pkg syscall (netbsd-arm-cgo), const IFT_MEDIAMAILOVERIP = 139
41808pkg syscall (netbsd-arm-cgo), const IFT_MFSIGLINK = 167
41809pkg syscall (netbsd-arm-cgo), const IFT_MIOX25 = 38
41810pkg syscall (netbsd-arm-cgo), const IFT_MODEM = 48
41811pkg syscall (netbsd-arm-cgo), const IFT_MPC = 113
41812pkg syscall (netbsd-arm-cgo), const IFT_MPLS = 166
41813pkg syscall (netbsd-arm-cgo), const IFT_MPLSTUNNEL = 150
41814pkg syscall (netbsd-arm-cgo), const IFT_MSDSL = 143
41815pkg syscall (netbsd-arm-cgo), const IFT_MVL = 191
41816pkg syscall (netbsd-arm-cgo), const IFT_MYRINET = 99
41817pkg syscall (netbsd-arm-cgo), const IFT_NFAS = 175
41818pkg syscall (netbsd-arm-cgo), const IFT_NSIP = 27
41819pkg syscall (netbsd-arm-cgo), const IFT_OPTICALCHANNEL = 195
41820pkg syscall (netbsd-arm-cgo), const IFT_OPTICALTRANSPORT = 196
41821pkg syscall (netbsd-arm-cgo), const IFT_OTHER = 1
41822pkg syscall (netbsd-arm-cgo), const IFT_P10 = 12
41823pkg syscall (netbsd-arm-cgo), const IFT_P80 = 13
41824pkg syscall (netbsd-arm-cgo), const IFT_PARA = 34
41825pkg syscall (netbsd-arm-cgo), const IFT_PFLOG = 245
41826pkg syscall (netbsd-arm-cgo), const IFT_PFSYNC = 246
41827pkg syscall (netbsd-arm-cgo), const IFT_PLC = 174
41828pkg syscall (netbsd-arm-cgo), const IFT_PON155 = 207
41829pkg syscall (netbsd-arm-cgo), const IFT_PON622 = 208
41830pkg syscall (netbsd-arm-cgo), const IFT_POS = 171
41831pkg syscall (netbsd-arm-cgo), const IFT_PPP = 23
41832pkg syscall (netbsd-arm-cgo), const IFT_PPPMULTILINKBUNDLE = 108
41833pkg syscall (netbsd-arm-cgo), const IFT_PROPATM = 197
41834pkg syscall (netbsd-arm-cgo), const IFT_PROPBWAP2MP = 184
41835pkg syscall (netbsd-arm-cgo), const IFT_PROPCNLS = 89
41836pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
41837pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
41838pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
41839pkg syscall (netbsd-arm-cgo), const IFT_PROPMUX = 54
41840pkg syscall (netbsd-arm-cgo), const IFT_PROPVIRTUAL = 53
41841pkg syscall (netbsd-arm-cgo), const IFT_PROPWIRELESSP2P = 157
41842pkg syscall (netbsd-arm-cgo), const IFT_PTPSERIAL = 22
41843pkg syscall (netbsd-arm-cgo), const IFT_PVC = 241
41844pkg syscall (netbsd-arm-cgo), const IFT_Q2931 = 201
41845pkg syscall (netbsd-arm-cgo), const IFT_QLLC = 68
41846pkg syscall (netbsd-arm-cgo), const IFT_RADIOMAC = 188
41847pkg syscall (netbsd-arm-cgo), const IFT_RADSL = 95
41848pkg syscall (netbsd-arm-cgo), const IFT_REACHDSL = 192
41849pkg syscall (netbsd-arm-cgo), const IFT_RFC1483 = 159
41850pkg syscall (netbsd-arm-cgo), const IFT_RS232 = 33
41851pkg syscall (netbsd-arm-cgo), const IFT_RSRB = 79
41852pkg syscall (netbsd-arm-cgo), const IFT_SDLC = 17
41853pkg syscall (netbsd-arm-cgo), const IFT_SDSL = 96
41854pkg syscall (netbsd-arm-cgo), const IFT_SHDSL = 169
41855pkg syscall (netbsd-arm-cgo), const IFT_SIP = 31
41856pkg syscall (netbsd-arm-cgo), const IFT_SIPSIG = 204
41857pkg syscall (netbsd-arm-cgo), const IFT_SIPTG = 203
41858pkg syscall (netbsd-arm-cgo), const IFT_SLIP = 28
41859pkg syscall (netbsd-arm-cgo), const IFT_SMDSDXI = 43
41860pkg syscall (netbsd-arm-cgo), const IFT_SMDSICIP = 52
41861pkg syscall (netbsd-arm-cgo), const IFT_SONET = 39
41862pkg syscall (netbsd-arm-cgo), const IFT_SONETOVERHEADCHANNEL = 185
41863pkg syscall (netbsd-arm-cgo), const IFT_SONETPATH = 50
41864pkg syscall (netbsd-arm-cgo), const IFT_SONETVT = 51
41865pkg syscall (netbsd-arm-cgo), const IFT_SRP = 151
41866pkg syscall (netbsd-arm-cgo), const IFT_SS7SIGLINK = 156
41867pkg syscall (netbsd-arm-cgo), const IFT_STACKTOSTACK = 111
41868pkg syscall (netbsd-arm-cgo), const IFT_STARLAN = 11
41869pkg syscall (netbsd-arm-cgo), const IFT_STF = 215
41870pkg syscall (netbsd-arm-cgo), const IFT_T1 = 18
41871pkg syscall (netbsd-arm-cgo), const IFT_TDLC = 116
41872pkg syscall (netbsd-arm-cgo), const IFT_TELINK = 200
41873pkg syscall (netbsd-arm-cgo), const IFT_TERMPAD = 91
41874pkg syscall (netbsd-arm-cgo), const IFT_TR008 = 176
41875pkg syscall (netbsd-arm-cgo), const IFT_TRANSPHDLC = 123
41876pkg syscall (netbsd-arm-cgo), const IFT_TUNNEL = 131
41877pkg syscall (netbsd-arm-cgo), const IFT_ULTRA = 29
41878pkg syscall (netbsd-arm-cgo), const IFT_USB = 160
41879pkg syscall (netbsd-arm-cgo), const IFT_V11 = 64
41880pkg syscall (netbsd-arm-cgo), const IFT_V35 = 45
41881pkg syscall (netbsd-arm-cgo), const IFT_V36 = 65
41882pkg syscall (netbsd-arm-cgo), const IFT_V37 = 120
41883pkg syscall (netbsd-arm-cgo), const IFT_VDSL = 97
41884pkg syscall (netbsd-arm-cgo), const IFT_VIRTUALIPADDRESS = 112
41885pkg syscall (netbsd-arm-cgo), const IFT_VIRTUALTG = 202
41886pkg syscall (netbsd-arm-cgo), const IFT_VOICEDID = 213
41887pkg syscall (netbsd-arm-cgo), const IFT_VOICEEM = 100
41888pkg syscall (netbsd-arm-cgo), const IFT_VOICEEMFGD = 211
41889pkg syscall (netbsd-arm-cgo), const IFT_VOICEENCAP = 103
41890pkg syscall (netbsd-arm-cgo), const IFT_VOICEFGDEANA = 212
41891pkg syscall (netbsd-arm-cgo), const IFT_VOICEFXO = 101
41892pkg syscall (netbsd-arm-cgo), const IFT_VOICEFXS = 102
41893pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERATM = 152
41894pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERCABLE = 198
41895pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERFRAMERELAY = 153
41896pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERIP = 104
41897pkg syscall (netbsd-arm-cgo), const IFT_X213 = 93
41898pkg syscall (netbsd-arm-cgo), const IFT_X25 = 5
41899pkg syscall (netbsd-arm-cgo), const IFT_X25DDN = 4
41900pkg syscall (netbsd-arm-cgo), const IFT_X25HUNTGROUP = 122
41901pkg syscall (netbsd-arm-cgo), const IFT_X25MLP = 121
41902pkg syscall (netbsd-arm-cgo), const IFT_X25PLE = 40
41903pkg syscall (netbsd-arm-cgo), const IFT_XETHER = 26
41904pkg syscall (netbsd-arm-cgo), const IGNBRK = 1
41905pkg syscall (netbsd-arm-cgo), const IGNCR = 128
41906pkg syscall (netbsd-arm-cgo), const IGNPAR = 4
41907pkg syscall (netbsd-arm-cgo), const IMAXBEL = 8192
41908pkg syscall (netbsd-arm-cgo), const INLCR = 64
41909pkg syscall (netbsd-arm-cgo), const INPCK = 16
41910pkg syscall (netbsd-arm-cgo), const IN_CLASSA_HOST = 16777215
41911pkg syscall (netbsd-arm-cgo), const IN_CLASSA_MAX = 128
41912pkg syscall (netbsd-arm-cgo), const IN_CLASSA_NET = 4278190080
41913pkg syscall (netbsd-arm-cgo), const IN_CLASSA_NSHIFT = 24
41914pkg syscall (netbsd-arm-cgo), const IN_CLASSB_HOST = 65535
41915pkg syscall (netbsd-arm-cgo), const IN_CLASSB_MAX = 65536
41916pkg syscall (netbsd-arm-cgo), const IN_CLASSB_NET = 4294901760
41917pkg syscall (netbsd-arm-cgo), const IN_CLASSB_NSHIFT = 16
41918pkg syscall (netbsd-arm-cgo), const IN_CLASSC_HOST = 255
41919pkg syscall (netbsd-arm-cgo), const IN_CLASSC_NET = 4294967040
41920pkg syscall (netbsd-arm-cgo), const IN_CLASSC_NSHIFT = 8
41921pkg syscall (netbsd-arm-cgo), const IN_CLASSD_HOST = 268435455
41922pkg syscall (netbsd-arm-cgo), const IN_CLASSD_NET = 4026531840
41923pkg syscall (netbsd-arm-cgo), const IN_CLASSD_NSHIFT = 28
41924pkg syscall (netbsd-arm-cgo), const IN_LOOPBACKNET = 127
41925pkg syscall (netbsd-arm-cgo), const IPPROTO_AH = 51
41926pkg syscall (netbsd-arm-cgo), const IPPROTO_CARP = 112
41927pkg syscall (netbsd-arm-cgo), const IPPROTO_DONE = 257
41928pkg syscall (netbsd-arm-cgo), const IPPROTO_DSTOPTS = 60
41929pkg syscall (netbsd-arm-cgo), const IPPROTO_EGP = 8
41930pkg syscall (netbsd-arm-cgo), const IPPROTO_ENCAP = 98
41931pkg syscall (netbsd-arm-cgo), const IPPROTO_EON = 80
41932pkg syscall (netbsd-arm-cgo), const IPPROTO_ESP = 50
41933pkg syscall (netbsd-arm-cgo), const IPPROTO_ETHERIP = 97
41934pkg syscall (netbsd-arm-cgo), const IPPROTO_FRAGMENT = 44
41935pkg syscall (netbsd-arm-cgo), const IPPROTO_GGP = 3
41936pkg syscall (netbsd-arm-cgo), const IPPROTO_GRE = 47
41937pkg syscall (netbsd-arm-cgo), const IPPROTO_HOPOPTS = 0
41938pkg syscall (netbsd-arm-cgo), const IPPROTO_ICMP = 1
41939pkg syscall (netbsd-arm-cgo), const IPPROTO_ICMPV6 = 58
41940pkg syscall (netbsd-arm-cgo), const IPPROTO_IDP = 22
41941pkg syscall (netbsd-arm-cgo), const IPPROTO_IGMP = 2
41942pkg syscall (netbsd-arm-cgo), const IPPROTO_IPCOMP = 108
41943pkg syscall (netbsd-arm-cgo), const IPPROTO_IPIP = 4
41944pkg syscall (netbsd-arm-cgo), const IPPROTO_IPV4 = 4
41945pkg syscall (netbsd-arm-cgo), const IPPROTO_IPV6_ICMP = 58
41946pkg syscall (netbsd-arm-cgo), const IPPROTO_MAX = 256
41947pkg syscall (netbsd-arm-cgo), const IPPROTO_MAXID = 52
41948pkg syscall (netbsd-arm-cgo), const IPPROTO_MOBILE = 55
41949pkg syscall (netbsd-arm-cgo), const IPPROTO_NONE = 59
41950pkg syscall (netbsd-arm-cgo), const IPPROTO_PFSYNC = 240
41951pkg syscall (netbsd-arm-cgo), const IPPROTO_PIM = 103
41952pkg syscall (netbsd-arm-cgo), const IPPROTO_PUP = 12
41953pkg syscall (netbsd-arm-cgo), const IPPROTO_RAW = 255
41954pkg syscall (netbsd-arm-cgo), const IPPROTO_ROUTING = 43
41955pkg syscall (netbsd-arm-cgo), const IPPROTO_RSVP = 46
41956pkg syscall (netbsd-arm-cgo), const IPPROTO_TP = 29
41957pkg syscall (netbsd-arm-cgo), const IPPROTO_VRRP = 112
41958pkg syscall (netbsd-arm-cgo), const IPV6_CHECKSUM = 26
41959pkg syscall (netbsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
41960pkg syscall (netbsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
41961pkg syscall (netbsd-arm-cgo), const IPV6_DEFHLIM = 64
41962pkg syscall (netbsd-arm-cgo), const IPV6_DONTFRAG = 62
41963pkg syscall (netbsd-arm-cgo), const IPV6_DSTOPTS = 50
41964pkg syscall (netbsd-arm-cgo), const IPV6_FAITH = 29
41965pkg syscall (netbsd-arm-cgo), const IPV6_FLOWINFO_MASK = 4294967055
41966pkg syscall (netbsd-arm-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
41967pkg syscall (netbsd-arm-cgo), const IPV6_FRAGTTL = 120
41968pkg syscall (netbsd-arm-cgo), const IPV6_HLIMDEC = 1
41969pkg syscall (netbsd-arm-cgo), const IPV6_HOPLIMIT = 47
41970pkg syscall (netbsd-arm-cgo), const IPV6_HOPOPTS = 49
41971pkg syscall (netbsd-arm-cgo), const IPV6_IPSEC_POLICY = 28
41972pkg syscall (netbsd-arm-cgo), const IPV6_JOIN_GROUP = 12
41973pkg syscall (netbsd-arm-cgo), const IPV6_LEAVE_GROUP = 13
41974pkg syscall (netbsd-arm-cgo), const IPV6_MAXHLIM = 255
41975pkg syscall (netbsd-arm-cgo), const IPV6_MAXPACKET = 65535
41976pkg syscall (netbsd-arm-cgo), const IPV6_MMTU = 1280
41977pkg syscall (netbsd-arm-cgo), const IPV6_MULTICAST_HOPS = 10
41978pkg syscall (netbsd-arm-cgo), const IPV6_MULTICAST_IF = 9
41979pkg syscall (netbsd-arm-cgo), const IPV6_MULTICAST_LOOP = 11
41980pkg syscall (netbsd-arm-cgo), const IPV6_NEXTHOP = 48
41981pkg syscall (netbsd-arm-cgo), const IPV6_PATHMTU = 44
41982pkg syscall (netbsd-arm-cgo), const IPV6_PKTINFO = 46
41983pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE = 14
41984pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_DEFAULT = 0
41985pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_HIGH = 1
41986pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_LOW = 2
41987pkg syscall (netbsd-arm-cgo), const IPV6_RECVDSTOPTS = 40
41988pkg syscall (netbsd-arm-cgo), const IPV6_RECVHOPLIMIT = 37
41989pkg syscall (netbsd-arm-cgo), const IPV6_RECVHOPOPTS = 39
41990pkg syscall (netbsd-arm-cgo), const IPV6_RECVPATHMTU = 43
41991pkg syscall (netbsd-arm-cgo), const IPV6_RECVPKTINFO = 36
41992pkg syscall (netbsd-arm-cgo), const IPV6_RECVRTHDR = 38
41993pkg syscall (netbsd-arm-cgo), const IPV6_RECVTCLASS = 57
41994pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR = 51
41995pkg syscall (netbsd-arm-cgo), const IPV6_RTHDRDSTOPTS = 35
41996pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_LOOSE = 0
41997pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_STRICT = 1
41998pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_TYPE_0 = 0
41999pkg syscall (netbsd-arm-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
42000pkg syscall (netbsd-arm-cgo), const IPV6_TCLASS = 61
42001pkg syscall (netbsd-arm-cgo), const IPV6_UNICAST_HOPS = 4
42002pkg syscall (netbsd-arm-cgo), const IPV6_USE_MIN_MTU = 42
42003pkg syscall (netbsd-arm-cgo), const IPV6_V6ONLY = 27
42004pkg syscall (netbsd-arm-cgo), const IPV6_VERSION = 96
42005pkg syscall (netbsd-arm-cgo), const IPV6_VERSION_MASK = 240
42006pkg syscall (netbsd-arm-cgo), const IP_ADD_MEMBERSHIP = 12
42007pkg syscall (netbsd-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
42008pkg syscall (netbsd-arm-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
42009pkg syscall (netbsd-arm-cgo), const IP_DF = 16384
42010pkg syscall (netbsd-arm-cgo), const IP_DROP_MEMBERSHIP = 13
42011pkg syscall (netbsd-arm-cgo), const IP_EF = 32768
42012pkg syscall (netbsd-arm-cgo), const IP_ERRORMTU = 21
42013pkg syscall (netbsd-arm-cgo), const IP_HDRINCL = 2
42014pkg syscall (netbsd-arm-cgo), const IP_IPSEC_POLICY = 22
42015pkg syscall (netbsd-arm-cgo), const IP_MAXPACKET = 65535
42016pkg syscall (netbsd-arm-cgo), const IP_MAX_MEMBERSHIPS = 20
42017pkg syscall (netbsd-arm-cgo), const IP_MF = 8192
42018pkg syscall (netbsd-arm-cgo), const IP_MINFRAGSIZE = 69
42019pkg syscall (netbsd-arm-cgo), const IP_MINTTL = 24
42020pkg syscall (netbsd-arm-cgo), const IP_MSS = 576
42021pkg syscall (netbsd-arm-cgo), const IP_MULTICAST_IF = 9
42022pkg syscall (netbsd-arm-cgo), const IP_MULTICAST_LOOP = 11
42023pkg syscall (netbsd-arm-cgo), const IP_MULTICAST_TTL = 10
42024pkg syscall (netbsd-arm-cgo), const IP_OFFMASK = 8191
42025pkg syscall (netbsd-arm-cgo), const IP_OPTIONS = 1
42026pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE = 19
42027pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_DEFAULT = 0
42028pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_HIGH = 1
42029pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_LOW = 2
42030pkg syscall (netbsd-arm-cgo), const IP_RECVDSTADDR = 7
42031pkg syscall (netbsd-arm-cgo), const IP_RECVIF = 20
42032pkg syscall (netbsd-arm-cgo), const IP_RECVOPTS = 5
42033pkg syscall (netbsd-arm-cgo), const IP_RECVRETOPTS = 6
42034pkg syscall (netbsd-arm-cgo), const IP_RECVTTL = 23
42035pkg syscall (netbsd-arm-cgo), const IP_RETOPTS = 8
42036pkg syscall (netbsd-arm-cgo), const IP_RF = 32768
42037pkg syscall (netbsd-arm-cgo), const IP_TOS = 3
42038pkg syscall (netbsd-arm-cgo), const IP_TTL = 4
42039pkg syscall (netbsd-arm-cgo), const ISIG = 128
42040pkg syscall (netbsd-arm-cgo), const ISTRIP = 32
42041pkg syscall (netbsd-arm-cgo), const IXANY = 2048
42042pkg syscall (netbsd-arm-cgo), const IXOFF = 1024
42043pkg syscall (netbsd-arm-cgo), const IXON = 512
42044pkg syscall (netbsd-arm-cgo), const ImplementsGetwd = false
42045pkg syscall (netbsd-arm-cgo), const LOCK_EX = 2
42046pkg syscall (netbsd-arm-cgo), const LOCK_NB = 4
42047pkg syscall (netbsd-arm-cgo), const LOCK_SH = 1
42048pkg syscall (netbsd-arm-cgo), const LOCK_UN = 8
42049pkg syscall (netbsd-arm-cgo), const MSG_BCAST = 256
42050pkg syscall (netbsd-arm-cgo), const MSG_CMSG_CLOEXEC = 2048
42051pkg syscall (netbsd-arm-cgo), const MSG_CONTROLMBUF = 33554432
42052pkg syscall (netbsd-arm-cgo), const MSG_CTRUNC = 32
42053pkg syscall (netbsd-arm-cgo), const MSG_DONTROUTE = 4
42054pkg syscall (netbsd-arm-cgo), const MSG_DONTWAIT = 128
42055pkg syscall (netbsd-arm-cgo), const MSG_EOR = 8
42056pkg syscall (netbsd-arm-cgo), const MSG_IOVUSRSPACE = 67108864
42057pkg syscall (netbsd-arm-cgo), const MSG_LENUSRSPACE = 134217728
42058pkg syscall (netbsd-arm-cgo), const MSG_MCAST = 512
42059pkg syscall (netbsd-arm-cgo), const MSG_NAMEMBUF = 16777216
42060pkg syscall (netbsd-arm-cgo), const MSG_NBIO = 4096
42061pkg syscall (netbsd-arm-cgo), const MSG_NOSIGNAL = 1024
42062pkg syscall (netbsd-arm-cgo), const MSG_OOB = 1
42063pkg syscall (netbsd-arm-cgo), const MSG_PEEK = 2
42064pkg syscall (netbsd-arm-cgo), const MSG_TRUNC = 16
42065pkg syscall (netbsd-arm-cgo), const MSG_USERFLAGS = 16777215
42066pkg syscall (netbsd-arm-cgo), const MSG_WAITALL = 64
42067pkg syscall (netbsd-arm-cgo), const NAME_MAX = 511
42068pkg syscall (netbsd-arm-cgo), const NET_RT_DUMP = 1
42069pkg syscall (netbsd-arm-cgo), const NET_RT_FLAGS = 2
42070pkg syscall (netbsd-arm-cgo), const NET_RT_IFLIST = 5
42071pkg syscall (netbsd-arm-cgo), const NET_RT_MAXID = 6
42072pkg syscall (netbsd-arm-cgo), const NET_RT_OIFLIST = 4
42073pkg syscall (netbsd-arm-cgo), const NET_RT_OOIFLIST = 3
42074pkg syscall (netbsd-arm-cgo), const NOFLSH = 2147483648
42075pkg syscall (netbsd-arm-cgo), const NOTE_ATTRIB = 8
42076pkg syscall (netbsd-arm-cgo), const NOTE_CHILD = 4
42077pkg syscall (netbsd-arm-cgo), const NOTE_DELETE = 1
42078pkg syscall (netbsd-arm-cgo), const NOTE_EXEC = 536870912
42079pkg syscall (netbsd-arm-cgo), const NOTE_EXIT = 2147483648
42080pkg syscall (netbsd-arm-cgo), const NOTE_EXTEND = 4
42081pkg syscall (netbsd-arm-cgo), const NOTE_FORK = 1073741824
42082pkg syscall (netbsd-arm-cgo), const NOTE_LINK = 16
42083pkg syscall (netbsd-arm-cgo), const NOTE_LOWAT = 1
42084pkg syscall (netbsd-arm-cgo), const NOTE_PCTRLMASK = 4026531840
42085pkg syscall (netbsd-arm-cgo), const NOTE_PDATAMASK = 1048575
42086pkg syscall (netbsd-arm-cgo), const NOTE_RENAME = 32
42087pkg syscall (netbsd-arm-cgo), const NOTE_REVOKE = 64
42088pkg syscall (netbsd-arm-cgo), const NOTE_TRACK = 1
42089pkg syscall (netbsd-arm-cgo), const NOTE_TRACKERR = 2
42090pkg syscall (netbsd-arm-cgo), const NOTE_WRITE = 2
42091pkg syscall (netbsd-arm-cgo), const OCRNL = 16
42092pkg syscall (netbsd-arm-cgo), const OFIOGETBMAP = 3221513850
42093pkg syscall (netbsd-arm-cgo), const ONLCR = 2
42094pkg syscall (netbsd-arm-cgo), const ONLRET = 64
42095pkg syscall (netbsd-arm-cgo), const ONOCR = 32
42096pkg syscall (netbsd-arm-cgo), const ONOEOT = 8
42097pkg syscall (netbsd-arm-cgo), const OPOST = 1
42098pkg syscall (netbsd-arm-cgo), const O_ACCMODE = 3
42099pkg syscall (netbsd-arm-cgo), const O_ALT_IO = 262144
42100pkg syscall (netbsd-arm-cgo), const O_APPEND = 8
42101pkg syscall (netbsd-arm-cgo), const O_ASYNC = 64
42102pkg syscall (netbsd-arm-cgo), const O_CLOEXEC = 4194304
42103pkg syscall (netbsd-arm-cgo), const O_CREAT = 512
42104pkg syscall (netbsd-arm-cgo), const O_DIRECT = 524288
42105pkg syscall (netbsd-arm-cgo), const O_DIRECTORY = 2097152
42106pkg syscall (netbsd-arm-cgo), const O_DSYNC = 65536
42107pkg syscall (netbsd-arm-cgo), const O_EXCL = 2048
42108pkg syscall (netbsd-arm-cgo), const O_EXLOCK = 32
42109pkg syscall (netbsd-arm-cgo), const O_FSYNC = 128
42110pkg syscall (netbsd-arm-cgo), const O_NDELAY = 4
42111pkg syscall (netbsd-arm-cgo), const O_NOCTTY = 32768
42112pkg syscall (netbsd-arm-cgo), const O_NOFOLLOW = 256
42113pkg syscall (netbsd-arm-cgo), const O_NONBLOCK = 4
42114pkg syscall (netbsd-arm-cgo), const O_NOSIGPIPE = 16777216
42115pkg syscall (netbsd-arm-cgo), const O_RSYNC = 131072
42116pkg syscall (netbsd-arm-cgo), const O_SHLOCK = 16
42117pkg syscall (netbsd-arm-cgo), const O_SYNC = 128
42118pkg syscall (netbsd-arm-cgo), const O_TRUNC = 1024
42119pkg syscall (netbsd-arm-cgo), const PARENB = 4096
42120pkg syscall (netbsd-arm-cgo), const PARMRK = 8
42121pkg syscall (netbsd-arm-cgo), const PARODD = 8192
42122pkg syscall (netbsd-arm-cgo), const PENDIN = 536870912
42123pkg syscall (netbsd-arm-cgo), const PRI_IOFLUSH = 124
42124pkg syscall (netbsd-arm-cgo), const PTRACE_CONT = 7
42125pkg syscall (netbsd-arm-cgo), const PTRACE_KILL = 8
42126pkg syscall (netbsd-arm-cgo), const PTRACE_TRACEME = 0
42127pkg syscall (netbsd-arm-cgo), const RLIMIT_AS = 10
42128pkg syscall (netbsd-arm-cgo), const RLIMIT_CORE = 4
42129pkg syscall (netbsd-arm-cgo), const RLIMIT_CPU = 0
42130pkg syscall (netbsd-arm-cgo), const RLIMIT_DATA = 2
42131pkg syscall (netbsd-arm-cgo), const RLIMIT_FSIZE = 1
42132pkg syscall (netbsd-arm-cgo), const RLIMIT_NOFILE = 8
42133pkg syscall (netbsd-arm-cgo), const RLIMIT_STACK = 3
42134pkg syscall (netbsd-arm-cgo), const RLIM_INFINITY = 9223372036854775807
42135pkg syscall (netbsd-arm-cgo), const RTAX_AUTHOR = 6
42136pkg syscall (netbsd-arm-cgo), const RTAX_BRD = 7
42137pkg syscall (netbsd-arm-cgo), const RTAX_DST = 0
42138pkg syscall (netbsd-arm-cgo), const RTAX_GATEWAY = 1
42139pkg syscall (netbsd-arm-cgo), const RTAX_GENMASK = 3
42140pkg syscall (netbsd-arm-cgo), const RTAX_IFA = 5
42141pkg syscall (netbsd-arm-cgo), const RTAX_IFP = 4
42142pkg syscall (netbsd-arm-cgo), const RTAX_MAX = 9
42143pkg syscall (netbsd-arm-cgo), const RTAX_NETMASK = 2
42144pkg syscall (netbsd-arm-cgo), const RTAX_TAG = 8
42145pkg syscall (netbsd-arm-cgo), const RTA_AUTHOR = 64
42146pkg syscall (netbsd-arm-cgo), const RTA_BRD = 128
42147pkg syscall (netbsd-arm-cgo), const RTA_DST = 1
42148pkg syscall (netbsd-arm-cgo), const RTA_GATEWAY = 2
42149pkg syscall (netbsd-arm-cgo), const RTA_GENMASK = 8
42150pkg syscall (netbsd-arm-cgo), const RTA_IFA = 32
42151pkg syscall (netbsd-arm-cgo), const RTA_IFP = 16
42152pkg syscall (netbsd-arm-cgo), const RTA_NETMASK = 4
42153pkg syscall (netbsd-arm-cgo), const RTA_TAG = 256
42154pkg syscall (netbsd-arm-cgo), const RTF_ANNOUNCE = 131072
42155pkg syscall (netbsd-arm-cgo), const RTF_BLACKHOLE = 4096
42156pkg syscall (netbsd-arm-cgo), const RTF_CLONED = 8192
42157pkg syscall (netbsd-arm-cgo), const RTF_CLONING = 256
42158pkg syscall (netbsd-arm-cgo), const RTF_DONE = 64
42159pkg syscall (netbsd-arm-cgo), const RTF_DYNAMIC = 16
42160pkg syscall (netbsd-arm-cgo), const RTF_GATEWAY = 2
42161pkg syscall (netbsd-arm-cgo), const RTF_HOST = 4
42162pkg syscall (netbsd-arm-cgo), const RTF_LLINFO = 1024
42163pkg syscall (netbsd-arm-cgo), const RTF_MASK = 128
42164pkg syscall (netbsd-arm-cgo), const RTF_MODIFIED = 32
42165pkg syscall (netbsd-arm-cgo), const RTF_PROTO1 = 32768
42166pkg syscall (netbsd-arm-cgo), const RTF_PROTO2 = 16384
42167pkg syscall (netbsd-arm-cgo), const RTF_REJECT = 8
42168pkg syscall (netbsd-arm-cgo), const RTF_SRC = 65536
42169pkg syscall (netbsd-arm-cgo), const RTF_STATIC = 2048
42170pkg syscall (netbsd-arm-cgo), const RTF_UP = 1
42171pkg syscall (netbsd-arm-cgo), const RTF_XRESOLVE = 512
42172pkg syscall (netbsd-arm-cgo), const RTM_ADD = 1
42173pkg syscall (netbsd-arm-cgo), const RTM_CHANGE = 3
42174pkg syscall (netbsd-arm-cgo), const RTM_CHGADDR = 21
42175pkg syscall (netbsd-arm-cgo), const RTM_DELADDR = 13
42176pkg syscall (netbsd-arm-cgo), const RTM_DELETE = 2
42177pkg syscall (netbsd-arm-cgo), const RTM_GET = 4
42178pkg syscall (netbsd-arm-cgo), const RTM_IEEE80211 = 17
42179pkg syscall (netbsd-arm-cgo), const RTM_IFANNOUNCE = 16
42180pkg syscall (netbsd-arm-cgo), const RTM_IFINFO = 20
42181pkg syscall (netbsd-arm-cgo), const RTM_LLINFO_UPD = 19
42182pkg syscall (netbsd-arm-cgo), const RTM_LOCK = 8
42183pkg syscall (netbsd-arm-cgo), const RTM_LOSING = 5
42184pkg syscall (netbsd-arm-cgo), const RTM_MISS = 7
42185pkg syscall (netbsd-arm-cgo), const RTM_NEWADDR = 12
42186pkg syscall (netbsd-arm-cgo), const RTM_OIFINFO = 15
42187pkg syscall (netbsd-arm-cgo), const RTM_OLDADD = 9
42188pkg syscall (netbsd-arm-cgo), const RTM_OLDDEL = 10
42189pkg syscall (netbsd-arm-cgo), const RTM_OOIFINFO = 14
42190pkg syscall (netbsd-arm-cgo), const RTM_REDIRECT = 6
42191pkg syscall (netbsd-arm-cgo), const RTM_RESOLVE = 11
42192pkg syscall (netbsd-arm-cgo), const RTM_RTTUNIT = 1000000
42193pkg syscall (netbsd-arm-cgo), const RTM_SETGATE = 18
42194pkg syscall (netbsd-arm-cgo), const RTM_VERSION = 4
42195pkg syscall (netbsd-arm-cgo), const RTV_EXPIRE = 4
42196pkg syscall (netbsd-arm-cgo), const RTV_HOPCOUNT = 2
42197pkg syscall (netbsd-arm-cgo), const RTV_MTU = 1
42198pkg syscall (netbsd-arm-cgo), const RTV_RPIPE = 8
42199pkg syscall (netbsd-arm-cgo), const RTV_RTT = 64
42200pkg syscall (netbsd-arm-cgo), const RTV_RTTVAR = 128
42201pkg syscall (netbsd-arm-cgo), const RTV_SPIPE = 16
42202pkg syscall (netbsd-arm-cgo), const RTV_SSTHRESH = 32
42203pkg syscall (netbsd-arm-cgo), const RUSAGE_CHILDREN = -1
42204pkg syscall (netbsd-arm-cgo), const RUSAGE_SELF = 0
42205pkg syscall (netbsd-arm-cgo), const SCM_CREDS = 4
42206pkg syscall (netbsd-arm-cgo), const SCM_RIGHTS = 1
42207pkg syscall (netbsd-arm-cgo), const SCM_TIMESTAMP = 8
42208pkg syscall (netbsd-arm-cgo), const SIGBUS = 10
42209pkg syscall (netbsd-arm-cgo), const SIGCHLD = 20
42210pkg syscall (netbsd-arm-cgo), const SIGCONT = 19
42211pkg syscall (netbsd-arm-cgo), const SIGEMT = 7
42212pkg syscall (netbsd-arm-cgo), const SIGINFO = 29
42213pkg syscall (netbsd-arm-cgo), const SIGIO = 23
42214pkg syscall (netbsd-arm-cgo), const SIGIOT = 6
42215pkg syscall (netbsd-arm-cgo), const SIGPROF = 27
42216pkg syscall (netbsd-arm-cgo), const SIGPWR = 32
42217pkg syscall (netbsd-arm-cgo), const SIGSTOP = 17
42218pkg syscall (netbsd-arm-cgo), const SIGSYS = 12
42219pkg syscall (netbsd-arm-cgo), const SIGTSTP = 18
42220pkg syscall (netbsd-arm-cgo), const SIGTTIN = 21
42221pkg syscall (netbsd-arm-cgo), const SIGTTOU = 22
42222pkg syscall (netbsd-arm-cgo), const SIGURG = 16
42223pkg syscall (netbsd-arm-cgo), const SIGUSR1 = 30
42224pkg syscall (netbsd-arm-cgo), const SIGUSR2 = 31
42225pkg syscall (netbsd-arm-cgo), const SIGVTALRM = 26
42226pkg syscall (netbsd-arm-cgo), const SIGWINCH = 28
42227pkg syscall (netbsd-arm-cgo), const SIGXCPU = 24
42228pkg syscall (netbsd-arm-cgo), const SIGXFSZ = 25
42229pkg syscall (netbsd-arm-cgo), const SIOCADDMULTI = 2156947761
42230pkg syscall (netbsd-arm-cgo), const SIOCADDRT = 2150658570
42231pkg syscall (netbsd-arm-cgo), const SIOCAIFADDR = 2151704858
42232pkg syscall (netbsd-arm-cgo), const SIOCALIFADDR = 2165860636
42233pkg syscall (netbsd-arm-cgo), const SIOCATMARK = 1074033415
42234pkg syscall (netbsd-arm-cgo), const SIOCDELMULTI = 2156947762
42235pkg syscall (netbsd-arm-cgo), const SIOCDELRT = 2150658571
42236pkg syscall (netbsd-arm-cgo), const SIOCDIFADDR = 2156947737
42237pkg syscall (netbsd-arm-cgo), const SIOCDIFPHYADDR = 2156947785
42238pkg syscall (netbsd-arm-cgo), const SIOCDLIFADDR = 2165860638
42239pkg syscall (netbsd-arm-cgo), const SIOCGDRVSPEC = 3223087483
42240pkg syscall (netbsd-arm-cgo), const SIOCGETPFSYNC = 3230689784
42241pkg syscall (netbsd-arm-cgo), const SIOCGETSGCNT = 3222566196
42242pkg syscall (netbsd-arm-cgo), const SIOCGETVIFCNT = 3222566195
42243pkg syscall (netbsd-arm-cgo), const SIOCGHIWAT = 1074033409
42244pkg syscall (netbsd-arm-cgo), const SIOCGIFADDR = 3230689569
42245pkg syscall (netbsd-arm-cgo), const SIOCGIFADDRPREF = 3230951712
42246pkg syscall (netbsd-arm-cgo), const SIOCGIFALIAS = 3225446683
42247pkg syscall (netbsd-arm-cgo), const SIOCGIFBRDADDR = 3230689571
42248pkg syscall (netbsd-arm-cgo), const SIOCGIFCAP = 3223349622
42249pkg syscall (netbsd-arm-cgo), const SIOCGIFCONF = 3221776678
42250pkg syscall (netbsd-arm-cgo), const SIOCGIFDATA = 3230951813
42251pkg syscall (netbsd-arm-cgo), const SIOCGIFDLT = 3230689655
42252pkg syscall (netbsd-arm-cgo), const SIOCGIFDSTADDR = 3230689570
42253pkg syscall (netbsd-arm-cgo), const SIOCGIFFLAGS = 3230689553
42254pkg syscall (netbsd-arm-cgo), const SIOCGIFGENERIC = 3230689594
42255pkg syscall (netbsd-arm-cgo), const SIOCGIFMEDIA = 3223873846
42256pkg syscall (netbsd-arm-cgo), const SIOCGIFMETRIC = 3230689559
42257pkg syscall (netbsd-arm-cgo), const SIOCGIFMTU = 3230689662
42258pkg syscall (netbsd-arm-cgo), const SIOCGIFNETMASK = 3230689573
42259pkg syscall (netbsd-arm-cgo), const SIOCGIFPDSTADDR = 3230689608
42260pkg syscall (netbsd-arm-cgo), const SIOCGIFPSRCADDR = 3230689607
42261pkg syscall (netbsd-arm-cgo), const SIOCGLIFADDR = 3239602461
42262pkg syscall (netbsd-arm-cgo), const SIOCGLIFPHYADDR = 3239602507
42263pkg syscall (netbsd-arm-cgo), const SIOCGLINKSTR = 3223087495
42264pkg syscall (netbsd-arm-cgo), const SIOCGLOWAT = 1074033411
42265pkg syscall (netbsd-arm-cgo), const SIOCGPGRP = 1074033417
42266pkg syscall (netbsd-arm-cgo), const SIOCGVH = 3230689667
42267pkg syscall (netbsd-arm-cgo), const SIOCIFCREATE = 2156947834
42268pkg syscall (netbsd-arm-cgo), const SIOCIFDESTROY = 2156947833
42269pkg syscall (netbsd-arm-cgo), const SIOCIFGCLONERS = 3222038904
42270pkg syscall (netbsd-arm-cgo), const SIOCINITIFADDR = 3225708932
42271pkg syscall (netbsd-arm-cgo), const SIOCSDRVSPEC = 2149345659
42272pkg syscall (netbsd-arm-cgo), const SIOCSETPFSYNC = 2156947959
42273pkg syscall (netbsd-arm-cgo), const SIOCSHIWAT = 2147775232
42274pkg syscall (netbsd-arm-cgo), const SIOCSIFADDR = 2156947724
42275pkg syscall (netbsd-arm-cgo), const SIOCSIFADDRPREF = 2157209887
42276pkg syscall (netbsd-arm-cgo), const SIOCSIFBRDADDR = 2156947731
42277pkg syscall (netbsd-arm-cgo), const SIOCSIFCAP = 2149607797
42278pkg syscall (netbsd-arm-cgo), const SIOCSIFDSTADDR = 2156947726
42279pkg syscall (netbsd-arm-cgo), const SIOCSIFFLAGS = 2156947728
42280pkg syscall (netbsd-arm-cgo), const SIOCSIFGENERIC = 2156947769
42281pkg syscall (netbsd-arm-cgo), const SIOCSIFMEDIA = 3230689589
42282pkg syscall (netbsd-arm-cgo), const SIOCSIFMETRIC = 2156947736
42283pkg syscall (netbsd-arm-cgo), const SIOCSIFMTU = 2156947839
42284pkg syscall (netbsd-arm-cgo), const SIOCSIFNETMASK = 2156947734
42285pkg syscall (netbsd-arm-cgo), const SIOCSIFPHYADDR = 2151704902
42286pkg syscall (netbsd-arm-cgo), const SIOCSLIFPHYADDR = 2165860682
42287pkg syscall (netbsd-arm-cgo), const SIOCSLINKSTR = 2149345672
42288pkg syscall (netbsd-arm-cgo), const SIOCSLOWAT = 2147775234
42289pkg syscall (netbsd-arm-cgo), const SIOCSPGRP = 2147775240
42290pkg syscall (netbsd-arm-cgo), const SIOCSVH = 3230689666
42291pkg syscall (netbsd-arm-cgo), const SIOCZIFDATA = 3230951814
42292pkg syscall (netbsd-arm-cgo), const SOCK_CLOEXEC = 268435456
42293pkg syscall (netbsd-arm-cgo), const SOCK_FLAGS_MASK = 4026531840
42294pkg syscall (netbsd-arm-cgo), const SOCK_NONBLOCK = 536870912
42295pkg syscall (netbsd-arm-cgo), const SOCK_NOSIGPIPE = 1073741824
42296pkg syscall (netbsd-arm-cgo), const SOCK_RDM = 4
42297pkg syscall (netbsd-arm-cgo), const SOL_SOCKET = 65535
42298pkg syscall (netbsd-arm-cgo), const SOMAXCONN = 128
42299pkg syscall (netbsd-arm-cgo), const SO_ACCEPTCONN = 2
42300pkg syscall (netbsd-arm-cgo), const SO_ACCEPTFILTER = 4096
42301pkg syscall (netbsd-arm-cgo), const SO_BROADCAST = 32
42302pkg syscall (netbsd-arm-cgo), const SO_DEBUG = 1
42303pkg syscall (netbsd-arm-cgo), const SO_DONTROUTE = 16
42304pkg syscall (netbsd-arm-cgo), const SO_ERROR = 4103
42305pkg syscall (netbsd-arm-cgo), const SO_KEEPALIVE = 8
42306pkg syscall (netbsd-arm-cgo), const SO_LINGER = 128
42307pkg syscall (netbsd-arm-cgo), const SO_NOHEADER = 4106
42308pkg syscall (netbsd-arm-cgo), const SO_NOSIGPIPE = 2048
42309pkg syscall (netbsd-arm-cgo), const SO_OOBINLINE = 256
42310pkg syscall (netbsd-arm-cgo), const SO_OVERFLOWED = 4105
42311pkg syscall (netbsd-arm-cgo), const SO_RCVBUF = 4098
42312pkg syscall (netbsd-arm-cgo), const SO_RCVLOWAT = 4100
42313pkg syscall (netbsd-arm-cgo), const SO_RCVTIMEO = 4108
42314pkg syscall (netbsd-arm-cgo), const SO_REUSEADDR = 4
42315pkg syscall (netbsd-arm-cgo), const SO_REUSEPORT = 512
42316pkg syscall (netbsd-arm-cgo), const SO_SNDBUF = 4097
42317pkg syscall (netbsd-arm-cgo), const SO_SNDLOWAT = 4099
42318pkg syscall (netbsd-arm-cgo), const SO_SNDTIMEO = 4107
42319pkg syscall (netbsd-arm-cgo), const SO_TIMESTAMP = 8192
42320pkg syscall (netbsd-arm-cgo), const SO_TYPE = 4104
42321pkg syscall (netbsd-arm-cgo), const SO_USELOOPBACK = 64
42322pkg syscall (netbsd-arm-cgo), const SYSCTL_VERSION = 16777216
42323pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_0 = 0
42324pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_1 = 16777216
42325pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_MASK = 4278190080
42326pkg syscall (netbsd-arm-cgo), const SYS_ACCEPT = 30
42327pkg syscall (netbsd-arm-cgo), const SYS_ACCESS = 33
42328pkg syscall (netbsd-arm-cgo), const SYS_ACCT = 51
42329pkg syscall (netbsd-arm-cgo), const SYS_ADJTIME = 421
42330pkg syscall (netbsd-arm-cgo), const SYS_BIND = 104
42331pkg syscall (netbsd-arm-cgo), const SYS_BREAK = 17
42332pkg syscall (netbsd-arm-cgo), const SYS_CHDIR = 12
42333pkg syscall (netbsd-arm-cgo), const SYS_CHFLAGS = 34
42334pkg syscall (netbsd-arm-cgo), const SYS_CHMOD = 15
42335pkg syscall (netbsd-arm-cgo), const SYS_CHOWN = 16
42336pkg syscall (netbsd-arm-cgo), const SYS_CHROOT = 61
42337pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_GETRES = 429
42338pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_GETTIME = 427
42339pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_SETTIME = 428
42340pkg syscall (netbsd-arm-cgo), const SYS_CLOSE = 6
42341pkg syscall (netbsd-arm-cgo), const SYS_CONNECT = 98
42342pkg syscall (netbsd-arm-cgo), const SYS_DUP = 41
42343pkg syscall (netbsd-arm-cgo), const SYS_DUP2 = 90
42344pkg syscall (netbsd-arm-cgo), const SYS_DUP3 = 454
42345pkg syscall (netbsd-arm-cgo), const SYS_EXECVE = 59
42346pkg syscall (netbsd-arm-cgo), const SYS_EXIT = 1
42347pkg syscall (netbsd-arm-cgo), const SYS_EXTATTRCTL = 360
42348pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_FD = 366
42349pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_FILE = 363
42350pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_LINK = 369
42351pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_FD = 365
42352pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_FILE = 362
42353pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_LINK = 368
42354pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_FD = 370
42355pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_FILE = 371
42356pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_LINK = 372
42357pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_FD = 364
42358pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_FILE = 361
42359pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_LINK = 367
42360pkg syscall (netbsd-arm-cgo), const SYS_FACCESSAT = 462
42361pkg syscall (netbsd-arm-cgo), const SYS_FCHDIR = 13
42362pkg syscall (netbsd-arm-cgo), const SYS_FCHFLAGS = 35
42363pkg syscall (netbsd-arm-cgo), const SYS_FCHMOD = 124
42364pkg syscall (netbsd-arm-cgo), const SYS_FCHMODAT = 463
42365pkg syscall (netbsd-arm-cgo), const SYS_FCHOWN = 123
42366pkg syscall (netbsd-arm-cgo), const SYS_FCHOWNAT = 464
42367pkg syscall (netbsd-arm-cgo), const SYS_FCHROOT = 297
42368pkg syscall (netbsd-arm-cgo), const SYS_FCNTL = 92
42369pkg syscall (netbsd-arm-cgo), const SYS_FDATASYNC = 241
42370pkg syscall (netbsd-arm-cgo), const SYS_FEXECVE = 465
42371pkg syscall (netbsd-arm-cgo), const SYS_FGETXATTR = 380
42372pkg syscall (netbsd-arm-cgo), const SYS_FHSTAT = 451
42373pkg syscall (netbsd-arm-cgo), const SYS_FKTRACE = 288
42374pkg syscall (netbsd-arm-cgo), const SYS_FLISTXATTR = 383
42375pkg syscall (netbsd-arm-cgo), const SYS_FLOCK = 131
42376pkg syscall (netbsd-arm-cgo), const SYS_FORK = 2
42377pkg syscall (netbsd-arm-cgo), const SYS_FPATHCONF = 192
42378pkg syscall (netbsd-arm-cgo), const SYS_FREMOVEXATTR = 386
42379pkg syscall (netbsd-arm-cgo), const SYS_FSETXATTR = 377
42380pkg syscall (netbsd-arm-cgo), const SYS_FSTAT = 440
42381pkg syscall (netbsd-arm-cgo), const SYS_FSTATAT = 466
42382pkg syscall (netbsd-arm-cgo), const SYS_FSTATVFS1 = 358
42383pkg syscall (netbsd-arm-cgo), const SYS_FSYNC = 95
42384pkg syscall (netbsd-arm-cgo), const SYS_FSYNC_RANGE = 354
42385pkg syscall (netbsd-arm-cgo), const SYS_FTRUNCATE = 201
42386pkg syscall (netbsd-arm-cgo), const SYS_FUTIMENS = 472
42387pkg syscall (netbsd-arm-cgo), const SYS_FUTIMES = 423
42388pkg syscall (netbsd-arm-cgo), const SYS_GETCONTEXT = 307
42389pkg syscall (netbsd-arm-cgo), const SYS_GETDENTS = 390
42390pkg syscall (netbsd-arm-cgo), const SYS_GETEGID = 43
42391pkg syscall (netbsd-arm-cgo), const SYS_GETEUID = 25
42392pkg syscall (netbsd-arm-cgo), const SYS_GETFH = 395
42393pkg syscall (netbsd-arm-cgo), const SYS_GETGID = 47
42394pkg syscall (netbsd-arm-cgo), const SYS_GETGROUPS = 79
42395pkg syscall (netbsd-arm-cgo), const SYS_GETITIMER = 426
42396pkg syscall (netbsd-arm-cgo), const SYS_GETPEERNAME = 31
42397pkg syscall (netbsd-arm-cgo), const SYS_GETPGID = 207
42398pkg syscall (netbsd-arm-cgo), const SYS_GETPGRP = 81
42399pkg syscall (netbsd-arm-cgo), const SYS_GETPID = 20
42400pkg syscall (netbsd-arm-cgo), const SYS_GETPPID = 39
42401pkg syscall (netbsd-arm-cgo), const SYS_GETPRIORITY = 100
42402pkg syscall (netbsd-arm-cgo), const SYS_GETRLIMIT = 194
42403pkg syscall (netbsd-arm-cgo), const SYS_GETRUSAGE = 445
42404pkg syscall (netbsd-arm-cgo), const SYS_GETSID = 286
42405pkg syscall (netbsd-arm-cgo), const SYS_GETSOCKNAME = 32
42406pkg syscall (netbsd-arm-cgo), const SYS_GETSOCKOPT = 118
42407pkg syscall (netbsd-arm-cgo), const SYS_GETTIMEOFDAY = 418
42408pkg syscall (netbsd-arm-cgo), const SYS_GETUID = 24
42409pkg syscall (netbsd-arm-cgo), const SYS_GETVFSSTAT = 356
42410pkg syscall (netbsd-arm-cgo), const SYS_GETXATTR = 378
42411pkg syscall (netbsd-arm-cgo), const SYS_IOCTL = 54
42412pkg syscall (netbsd-arm-cgo), const SYS_ISSETUGID = 305
42413pkg syscall (netbsd-arm-cgo), const SYS_KEVENT = 435
42414pkg syscall (netbsd-arm-cgo), const SYS_KILL = 37
42415pkg syscall (netbsd-arm-cgo), const SYS_KQUEUE = 344
42416pkg syscall (netbsd-arm-cgo), const SYS_KQUEUE1 = 455
42417pkg syscall (netbsd-arm-cgo), const SYS_KTRACE = 45
42418pkg syscall (netbsd-arm-cgo), const SYS_LCHFLAGS = 304
42419pkg syscall (netbsd-arm-cgo), const SYS_LCHMOD = 274
42420pkg syscall (netbsd-arm-cgo), const SYS_LCHOWN = 275
42421pkg syscall (netbsd-arm-cgo), const SYS_LGETXATTR = 379
42422pkg syscall (netbsd-arm-cgo), const SYS_LINK = 9
42423pkg syscall (netbsd-arm-cgo), const SYS_LINKAT = 457
42424pkg syscall (netbsd-arm-cgo), const SYS_LISTEN = 106
42425pkg syscall (netbsd-arm-cgo), const SYS_LISTXATTR = 381
42426pkg syscall (netbsd-arm-cgo), const SYS_LLISTXATTR = 382
42427pkg syscall (netbsd-arm-cgo), const SYS_LREMOVEXATTR = 385
42428pkg syscall (netbsd-arm-cgo), const SYS_LSEEK = 199
42429pkg syscall (netbsd-arm-cgo), const SYS_LSETXATTR = 376
42430pkg syscall (netbsd-arm-cgo), const SYS_LSTAT = 441
42431pkg syscall (netbsd-arm-cgo), const SYS_LUTIMES = 424
42432pkg syscall (netbsd-arm-cgo), const SYS_MADVISE = 75
42433pkg syscall (netbsd-arm-cgo), const SYS_MINCORE = 78
42434pkg syscall (netbsd-arm-cgo), const SYS_MINHERIT = 273
42435pkg syscall (netbsd-arm-cgo), const SYS_MKDIR = 136
42436pkg syscall (netbsd-arm-cgo), const SYS_MKDIRAT = 461
42437pkg syscall (netbsd-arm-cgo), const SYS_MKFIFO = 132
42438pkg syscall (netbsd-arm-cgo), const SYS_MKFIFOAT = 459
42439pkg syscall (netbsd-arm-cgo), const SYS_MKNOD = 450
42440pkg syscall (netbsd-arm-cgo), const SYS_MKNODAT = 460
42441pkg syscall (netbsd-arm-cgo), const SYS_MLOCK = 203
42442pkg syscall (netbsd-arm-cgo), const SYS_MLOCKALL = 242
42443pkg syscall (netbsd-arm-cgo), const SYS_MMAP = 197
42444pkg syscall (netbsd-arm-cgo), const SYS_MODCTL = 246
42445pkg syscall (netbsd-arm-cgo), const SYS_MOUNT = 410
42446pkg syscall (netbsd-arm-cgo), const SYS_MPROTECT = 74
42447pkg syscall (netbsd-arm-cgo), const SYS_MREMAP = 411
42448pkg syscall (netbsd-arm-cgo), const SYS_MSGCTL = 444
42449pkg syscall (netbsd-arm-cgo), const SYS_MSGGET = 225
42450pkg syscall (netbsd-arm-cgo), const SYS_MSGRCV = 227
42451pkg syscall (netbsd-arm-cgo), const SYS_MSGSND = 226
42452pkg syscall (netbsd-arm-cgo), const SYS_MUNLOCK = 204
42453pkg syscall (netbsd-arm-cgo), const SYS_MUNLOCKALL = 243
42454pkg syscall (netbsd-arm-cgo), const SYS_MUNMAP = 73
42455pkg syscall (netbsd-arm-cgo), const SYS_NANOSLEEP = 430
42456pkg syscall (netbsd-arm-cgo), const SYS_NTP_ADJTIME = 176
42457pkg syscall (netbsd-arm-cgo), const SYS_NTP_GETTIME = 448
42458pkg syscall (netbsd-arm-cgo), const SYS_OPEN = 5
42459pkg syscall (netbsd-arm-cgo), const SYS_OPENAT = 468
42460pkg syscall (netbsd-arm-cgo), const SYS_PACCEPT = 456
42461pkg syscall (netbsd-arm-cgo), const SYS_PATHCONF = 191
42462pkg syscall (netbsd-arm-cgo), const SYS_PIPE = 42
42463pkg syscall (netbsd-arm-cgo), const SYS_PIPE2 = 453
42464pkg syscall (netbsd-arm-cgo), const SYS_PMC_CONTROL = 342
42465pkg syscall (netbsd-arm-cgo), const SYS_PMC_GET_INFO = 341
42466pkg syscall (netbsd-arm-cgo), const SYS_POLL = 209
42467pkg syscall (netbsd-arm-cgo), const SYS_POLLTS = 437
42468pkg syscall (netbsd-arm-cgo), const SYS_POSIX_FADVISE = 416
42469pkg syscall (netbsd-arm-cgo), const SYS_POSIX_SPAWN = 474
42470pkg syscall (netbsd-arm-cgo), const SYS_PREAD = 173
42471pkg syscall (netbsd-arm-cgo), const SYS_PREADV = 289
42472pkg syscall (netbsd-arm-cgo), const SYS_PROFIL = 44
42473pkg syscall (netbsd-arm-cgo), const SYS_PSELECT = 436
42474pkg syscall (netbsd-arm-cgo), const SYS_PSET_ASSIGN = 414
42475pkg syscall (netbsd-arm-cgo), const SYS_PSET_CREATE = 412
42476pkg syscall (netbsd-arm-cgo), const SYS_PSET_DESTROY = 413
42477pkg syscall (netbsd-arm-cgo), const SYS_PTRACE = 26
42478pkg syscall (netbsd-arm-cgo), const SYS_PWRITE = 174
42479pkg syscall (netbsd-arm-cgo), const SYS_PWRITEV = 290
42480pkg syscall (netbsd-arm-cgo), const SYS_RASCTL = 343
42481pkg syscall (netbsd-arm-cgo), const SYS_READ = 3
42482pkg syscall (netbsd-arm-cgo), const SYS_READLINK = 58
42483pkg syscall (netbsd-arm-cgo), const SYS_READLINKAT = 469
42484pkg syscall (netbsd-arm-cgo), const SYS_READV = 120
42485pkg syscall (netbsd-arm-cgo), const SYS_REBOOT = 208
42486pkg syscall (netbsd-arm-cgo), const SYS_RECVFROM = 29
42487pkg syscall (netbsd-arm-cgo), const SYS_RECVMMSG = 475
42488pkg syscall (netbsd-arm-cgo), const SYS_RECVMSG = 27
42489pkg syscall (netbsd-arm-cgo), const SYS_REMOVEXATTR = 384
42490pkg syscall (netbsd-arm-cgo), const SYS_RENAME = 128
42491pkg syscall (netbsd-arm-cgo), const SYS_RENAMEAT = 458
42492pkg syscall (netbsd-arm-cgo), const SYS_REVOKE = 56
42493pkg syscall (netbsd-arm-cgo), const SYS_RMDIR = 137
42494pkg syscall (netbsd-arm-cgo), const SYS_SBRK = 69
42495pkg syscall (netbsd-arm-cgo), const SYS_SCHED_YIELD = 350
42496pkg syscall (netbsd-arm-cgo), const SYS_SELECT = 417
42497pkg syscall (netbsd-arm-cgo), const SYS_SEMCONFIG = 223
42498pkg syscall (netbsd-arm-cgo), const SYS_SEMGET = 221
42499pkg syscall (netbsd-arm-cgo), const SYS_SEMOP = 222
42500pkg syscall (netbsd-arm-cgo), const SYS_SENDMMSG = 476
42501pkg syscall (netbsd-arm-cgo), const SYS_SENDMSG = 28
42502pkg syscall (netbsd-arm-cgo), const SYS_SENDTO = 133
42503pkg syscall (netbsd-arm-cgo), const SYS_SETCONTEXT = 308
42504pkg syscall (netbsd-arm-cgo), const SYS_SETEGID = 182
42505pkg syscall (netbsd-arm-cgo), const SYS_SETEUID = 183
42506pkg syscall (netbsd-arm-cgo), const SYS_SETGID = 181
42507pkg syscall (netbsd-arm-cgo), const SYS_SETGROUPS = 80
42508pkg syscall (netbsd-arm-cgo), const SYS_SETITIMER = 425
42509pkg syscall (netbsd-arm-cgo), const SYS_SETPGID = 82
42510pkg syscall (netbsd-arm-cgo), const SYS_SETPRIORITY = 96
42511pkg syscall (netbsd-arm-cgo), const SYS_SETREGID = 127
42512pkg syscall (netbsd-arm-cgo), const SYS_SETREUID = 126
42513pkg syscall (netbsd-arm-cgo), const SYS_SETRLIMIT = 195
42514pkg syscall (netbsd-arm-cgo), const SYS_SETSID = 147
42515pkg syscall (netbsd-arm-cgo), const SYS_SETSOCKOPT = 105
42516pkg syscall (netbsd-arm-cgo), const SYS_SETTIMEOFDAY = 419
42517pkg syscall (netbsd-arm-cgo), const SYS_SETUID = 23
42518pkg syscall (netbsd-arm-cgo), const SYS_SETXATTR = 375
42519pkg syscall (netbsd-arm-cgo), const SYS_SHMAT = 228
42520pkg syscall (netbsd-arm-cgo), const SYS_SHMCTL = 443
42521pkg syscall (netbsd-arm-cgo), const SYS_SHMDT = 230
42522pkg syscall (netbsd-arm-cgo), const SYS_SHMGET = 231
42523pkg syscall (netbsd-arm-cgo), const SYS_SHUTDOWN = 134
42524pkg syscall (netbsd-arm-cgo), const SYS_SIGQUEUEINFO = 245
42525pkg syscall (netbsd-arm-cgo), const SYS_SOCKET = 394
42526pkg syscall (netbsd-arm-cgo), const SYS_SOCKETPAIR = 135
42527pkg syscall (netbsd-arm-cgo), const SYS_SSTK = 70
42528pkg syscall (netbsd-arm-cgo), const SYS_STAT = 439
42529pkg syscall (netbsd-arm-cgo), const SYS_STATVFS1 = 357
42530pkg syscall (netbsd-arm-cgo), const SYS_SWAPCTL = 271
42531pkg syscall (netbsd-arm-cgo), const SYS_SYMLINK = 57
42532pkg syscall (netbsd-arm-cgo), const SYS_SYMLINKAT = 470
42533pkg syscall (netbsd-arm-cgo), const SYS_SYNC = 36
42534pkg syscall (netbsd-arm-cgo), const SYS_SYSARCH = 165
42535pkg syscall (netbsd-arm-cgo), const SYS_TIMER_CREATE = 235
42536pkg syscall (netbsd-arm-cgo), const SYS_TIMER_DELETE = 236
42537pkg syscall (netbsd-arm-cgo), const SYS_TIMER_GETOVERRUN = 239
42538pkg syscall (netbsd-arm-cgo), const SYS_TIMER_GETTIME = 447
42539pkg syscall (netbsd-arm-cgo), const SYS_TIMER_SETTIME = 446
42540pkg syscall (netbsd-arm-cgo), const SYS_TRUNCATE = 200
42541pkg syscall (netbsd-arm-cgo), const SYS_UMASK = 60
42542pkg syscall (netbsd-arm-cgo), const SYS_UNDELETE = 205
42543pkg syscall (netbsd-arm-cgo), const SYS_UNLINK = 10
42544pkg syscall (netbsd-arm-cgo), const SYS_UNLINKAT = 471
42545pkg syscall (netbsd-arm-cgo), const SYS_UNMOUNT = 22
42546pkg syscall (netbsd-arm-cgo), const SYS_UTIMENSAT = 467
42547pkg syscall (netbsd-arm-cgo), const SYS_UTIMES = 420
42548pkg syscall (netbsd-arm-cgo), const SYS_UTRACE = 306
42549pkg syscall (netbsd-arm-cgo), const SYS_UUIDGEN = 355
42550pkg syscall (netbsd-arm-cgo), const SYS_VADVISE = 72
42551pkg syscall (netbsd-arm-cgo), const SYS_VFORK = 66
42552pkg syscall (netbsd-arm-cgo), const SYS_WAIT4 = 449
42553pkg syscall (netbsd-arm-cgo), const SYS_WRITE = 4
42554pkg syscall (netbsd-arm-cgo), const SYS_WRITEV = 121
42555pkg syscall (netbsd-arm-cgo), const SYS__LWP_CONTINUE = 314
42556pkg syscall (netbsd-arm-cgo), const SYS__LWP_CREATE = 309
42557pkg syscall (netbsd-arm-cgo), const SYS__LWP_CTL = 325
42558pkg syscall (netbsd-arm-cgo), const SYS__LWP_DETACH = 319
42559pkg syscall (netbsd-arm-cgo), const SYS__LWP_EXIT = 310
42560pkg syscall (netbsd-arm-cgo), const SYS__LWP_GETNAME = 324
42561pkg syscall (netbsd-arm-cgo), const SYS__LWP_GETPRIVATE = 316
42562pkg syscall (netbsd-arm-cgo), const SYS__LWP_KILL = 318
42563pkg syscall (netbsd-arm-cgo), const SYS__LWP_PARK = 434
42564pkg syscall (netbsd-arm-cgo), const SYS__LWP_SELF = 311
42565pkg syscall (netbsd-arm-cgo), const SYS__LWP_SETNAME = 323
42566pkg syscall (netbsd-arm-cgo), const SYS__LWP_SETPRIVATE = 317
42567pkg syscall (netbsd-arm-cgo), const SYS__LWP_SUSPEND = 313
42568pkg syscall (netbsd-arm-cgo), const SYS__LWP_UNPARK = 321
42569pkg syscall (netbsd-arm-cgo), const SYS__LWP_UNPARK_ALL = 322
42570pkg syscall (netbsd-arm-cgo), const SYS__LWP_WAIT = 312
42571pkg syscall (netbsd-arm-cgo), const SYS__LWP_WAKEUP = 315
42572pkg syscall (netbsd-arm-cgo), const SYS__PSET_BIND = 415
42573pkg syscall (netbsd-arm-cgo), const SYS__SCHED_GETAFFINITY = 349
42574pkg syscall (netbsd-arm-cgo), const SYS__SCHED_GETPARAM = 347
42575pkg syscall (netbsd-arm-cgo), const SYS__SCHED_SETAFFINITY = 348
42576pkg syscall (netbsd-arm-cgo), const SYS__SCHED_SETPARAM = 346
42577pkg syscall (netbsd-arm-cgo), const SYS___CLONE = 287
42578pkg syscall (netbsd-arm-cgo), const SYS___GETCWD = 296
42579pkg syscall (netbsd-arm-cgo), const SYS___GETLOGIN = 49
42580pkg syscall (netbsd-arm-cgo), const SYS___POSIX_CHOWN = 283
42581pkg syscall (netbsd-arm-cgo), const SYS___POSIX_FCHOWN = 284
42582pkg syscall (netbsd-arm-cgo), const SYS___POSIX_LCHOWN = 285
42583pkg syscall (netbsd-arm-cgo), const SYS___POSIX_RENAME = 270
42584pkg syscall (netbsd-arm-cgo), const SYS___QUOTACTL = 473
42585pkg syscall (netbsd-arm-cgo), const SYS___SEMCTL = 442
42586pkg syscall (netbsd-arm-cgo), const SYS___SETLOGIN = 50
42587pkg syscall (netbsd-arm-cgo), const SYS___SIGACTION_SIGTRAMP = 340
42588pkg syscall (netbsd-arm-cgo), const SYS___SIGTIMEDWAIT = 431
42589pkg syscall (netbsd-arm-cgo), const SYS___SYSCTL = 202
42590pkg syscall (netbsd-arm-cgo), const S_ARCH1 = 65536
42591pkg syscall (netbsd-arm-cgo), const S_ARCH2 = 131072
42592pkg syscall (netbsd-arm-cgo), const S_BLKSIZE = 512
42593pkg syscall (netbsd-arm-cgo), const S_IEXEC = 64
42594pkg syscall (netbsd-arm-cgo), const S_IFMT = 61440
42595pkg syscall (netbsd-arm-cgo), const S_IFWHT = 57344
42596pkg syscall (netbsd-arm-cgo), const S_IREAD = 256
42597pkg syscall (netbsd-arm-cgo), const S_IRGRP = 32
42598pkg syscall (netbsd-arm-cgo), const S_IROTH = 4
42599pkg syscall (netbsd-arm-cgo), const S_IRWXG = 56
42600pkg syscall (netbsd-arm-cgo), const S_IRWXO = 7
42601pkg syscall (netbsd-arm-cgo), const S_IRWXU = 448
42602pkg syscall (netbsd-arm-cgo), const S_ISTXT = 512
42603pkg syscall (netbsd-arm-cgo), const S_IWGRP = 16
42604pkg syscall (netbsd-arm-cgo), const S_IWOTH = 2
42605pkg syscall (netbsd-arm-cgo), const S_IWRITE = 128
42606pkg syscall (netbsd-arm-cgo), const S_IXGRP = 8
42607pkg syscall (netbsd-arm-cgo), const S_IXOTH = 1
42608pkg syscall (netbsd-arm-cgo), const SizeofBpfHdr = 20
42609pkg syscall (netbsd-arm-cgo), const SizeofBpfInsn = 8
42610pkg syscall (netbsd-arm-cgo), const SizeofBpfProgram = 8
42611pkg syscall (netbsd-arm-cgo), const SizeofBpfStat = 128
42612pkg syscall (netbsd-arm-cgo), const SizeofBpfVersion = 4
42613pkg syscall (netbsd-arm-cgo), const SizeofCmsghdr = 12
42614pkg syscall (netbsd-arm-cgo), const SizeofIPMreq = 8
42615pkg syscall (netbsd-arm-cgo), const SizeofIPv6Mreq = 20
42616pkg syscall (netbsd-arm-cgo), const SizeofIfAnnounceMsghdr = 24
42617pkg syscall (netbsd-arm-cgo), const SizeofIfData = 132
42618pkg syscall (netbsd-arm-cgo), const SizeofIfMsghdr = 152
42619pkg syscall (netbsd-arm-cgo), const SizeofIfaMsghdr = 24
42620pkg syscall (netbsd-arm-cgo), const SizeofInet6Pktinfo = 20
42621pkg syscall (netbsd-arm-cgo), const SizeofLinger = 8
42622pkg syscall (netbsd-arm-cgo), const SizeofMsghdr = 28
42623pkg syscall (netbsd-arm-cgo), const SizeofRtMetrics = 80
42624pkg syscall (netbsd-arm-cgo), const SizeofRtMsghdr = 120
42625pkg syscall (netbsd-arm-cgo), const SizeofSockaddrAny = 108
42626pkg syscall (netbsd-arm-cgo), const SizeofSockaddrDatalink = 20
42627pkg syscall (netbsd-arm-cgo), const SizeofSockaddrInet4 = 16
42628pkg syscall (netbsd-arm-cgo), const SizeofSockaddrInet6 = 28
42629pkg syscall (netbsd-arm-cgo), const SizeofSockaddrUnix = 106
42630pkg syscall (netbsd-arm-cgo), const TCIFLUSH = 1
42631pkg syscall (netbsd-arm-cgo), const TCIOFLUSH = 3
42632pkg syscall (netbsd-arm-cgo), const TCOFLUSH = 2
42633pkg syscall (netbsd-arm-cgo), const TCP_CONGCTL = 32
42634pkg syscall (netbsd-arm-cgo), const TCP_KEEPCNT = 6
42635pkg syscall (netbsd-arm-cgo), const TCP_KEEPIDLE = 3
42636pkg syscall (netbsd-arm-cgo), const TCP_KEEPINIT = 7
42637pkg syscall (netbsd-arm-cgo), const TCP_KEEPINTVL = 5
42638pkg syscall (netbsd-arm-cgo), const TCP_MAXBURST = 4
42639pkg syscall (netbsd-arm-cgo), const TCP_MAXSEG = 2
42640pkg syscall (netbsd-arm-cgo), const TCP_MAXWIN = 65535
42641pkg syscall (netbsd-arm-cgo), const TCP_MAX_WINSHIFT = 14
42642pkg syscall (netbsd-arm-cgo), const TCP_MD5SIG = 16
42643pkg syscall (netbsd-arm-cgo), const TCP_MINMSS = 216
42644pkg syscall (netbsd-arm-cgo), const TCP_MSS = 536
42645pkg syscall (netbsd-arm-cgo), const TCSAFLUSH = 2
42646pkg syscall (netbsd-arm-cgo), const TIOCCBRK = 536900730
42647pkg syscall (netbsd-arm-cgo), const TIOCCDTR = 536900728
42648pkg syscall (netbsd-arm-cgo), const TIOCCONS = 2147775586
42649pkg syscall (netbsd-arm-cgo), const TIOCDCDTIMESTAMP = 1074558040
42650pkg syscall (netbsd-arm-cgo), const TIOCDRAIN = 536900702
42651pkg syscall (netbsd-arm-cgo), const TIOCEXCL = 536900621
42652pkg syscall (netbsd-arm-cgo), const TIOCEXT = 2147775584
42653pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CDTRCTS = 16
42654pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CLOCAL = 2
42655pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CRTSCTS = 4
42656pkg syscall (netbsd-arm-cgo), const TIOCFLAG_MDMBUF = 8
42657pkg syscall (netbsd-arm-cgo), const TIOCFLAG_SOFTCAR = 1
42658pkg syscall (netbsd-arm-cgo), const TIOCFLUSH = 2147775504
42659pkg syscall (netbsd-arm-cgo), const TIOCGETA = 1076655123
42660pkg syscall (netbsd-arm-cgo), const TIOCGETD = 1074033690
42661pkg syscall (netbsd-arm-cgo), const TIOCGFLAGS = 1074033757
42662pkg syscall (netbsd-arm-cgo), const TIOCGLINED = 1075868738
42663pkg syscall (netbsd-arm-cgo), const TIOCGPGRP = 1074033783
42664pkg syscall (netbsd-arm-cgo), const TIOCGQSIZE = 1074033793
42665pkg syscall (netbsd-arm-cgo), const TIOCGRANTPT = 536900679
42666pkg syscall (netbsd-arm-cgo), const TIOCGSID = 1074033763
42667pkg syscall (netbsd-arm-cgo), const TIOCGSIZE = 1074295912
42668pkg syscall (netbsd-arm-cgo), const TIOCGWINSZ = 1074295912
42669pkg syscall (netbsd-arm-cgo), const TIOCMBIC = 2147775595
42670pkg syscall (netbsd-arm-cgo), const TIOCMBIS = 2147775596
42671pkg syscall (netbsd-arm-cgo), const TIOCMGET = 1074033770
42672pkg syscall (netbsd-arm-cgo), const TIOCMSET = 2147775597
42673pkg syscall (netbsd-arm-cgo), const TIOCM_CAR = 64
42674pkg syscall (netbsd-arm-cgo), const TIOCM_CD = 64
42675pkg syscall (netbsd-arm-cgo), const TIOCM_CTS = 32
42676pkg syscall (netbsd-arm-cgo), const TIOCM_DSR = 256
42677pkg syscall (netbsd-arm-cgo), const TIOCM_DTR = 2
42678pkg syscall (netbsd-arm-cgo), const TIOCM_LE = 1
42679pkg syscall (netbsd-arm-cgo), const TIOCM_RI = 128
42680pkg syscall (netbsd-arm-cgo), const TIOCM_RNG = 128
42681pkg syscall (netbsd-arm-cgo), const TIOCM_RTS = 4
42682pkg syscall (netbsd-arm-cgo), const TIOCM_SR = 16
42683pkg syscall (netbsd-arm-cgo), const TIOCM_ST = 8
42684pkg syscall (netbsd-arm-cgo), const TIOCNOTTY = 536900721
42685pkg syscall (netbsd-arm-cgo), const TIOCNXCL = 536900622
42686pkg syscall (netbsd-arm-cgo), const TIOCOUTQ = 1074033779
42687pkg syscall (netbsd-arm-cgo), const TIOCPKT = 2147775600
42688pkg syscall (netbsd-arm-cgo), const TIOCPKT_DATA = 0
42689pkg syscall (netbsd-arm-cgo), const TIOCPKT_DOSTOP = 32
42690pkg syscall (netbsd-arm-cgo), const TIOCPKT_FLUSHREAD = 1
42691pkg syscall (netbsd-arm-cgo), const TIOCPKT_FLUSHWRITE = 2
42692pkg syscall (netbsd-arm-cgo), const TIOCPKT_IOCTL = 64
42693pkg syscall (netbsd-arm-cgo), const TIOCPKT_NOSTOP = 16
42694pkg syscall (netbsd-arm-cgo), const TIOCPKT_START = 8
42695pkg syscall (netbsd-arm-cgo), const TIOCPKT_STOP = 4
42696pkg syscall (netbsd-arm-cgo), const TIOCPTMGET = 1208513606
42697pkg syscall (netbsd-arm-cgo), const TIOCPTSNAME = 1208513608
42698pkg syscall (netbsd-arm-cgo), const TIOCRCVFRAME = 2147775557
42699pkg syscall (netbsd-arm-cgo), const TIOCREMOTE = 2147775593
42700pkg syscall (netbsd-arm-cgo), const TIOCSBRK = 536900731
42701pkg syscall (netbsd-arm-cgo), const TIOCSCTTY = 536900705
42702pkg syscall (netbsd-arm-cgo), const TIOCSDTR = 536900729
42703pkg syscall (netbsd-arm-cgo), const TIOCSETA = 2150396948
42704pkg syscall (netbsd-arm-cgo), const TIOCSETAF = 2150396950
42705pkg syscall (netbsd-arm-cgo), const TIOCSETAW = 2150396949
42706pkg syscall (netbsd-arm-cgo), const TIOCSETD = 2147775515
42707pkg syscall (netbsd-arm-cgo), const TIOCSFLAGS = 2147775580
42708pkg syscall (netbsd-arm-cgo), const TIOCSIG = 536900703
42709pkg syscall (netbsd-arm-cgo), const TIOCSLINED = 2149610563
42710pkg syscall (netbsd-arm-cgo), const TIOCSPGRP = 2147775606
42711pkg syscall (netbsd-arm-cgo), const TIOCSQSIZE = 2147775616
42712pkg syscall (netbsd-arm-cgo), const TIOCSSIZE = 2148037735
42713pkg syscall (netbsd-arm-cgo), const TIOCSTART = 536900718
42714pkg syscall (netbsd-arm-cgo), const TIOCSTAT = 2147775589
42715pkg syscall (netbsd-arm-cgo), const TIOCSTI = 2147578994
42716pkg syscall (netbsd-arm-cgo), const TIOCSTOP = 536900719
42717pkg syscall (netbsd-arm-cgo), const TIOCSWINSZ = 2148037735
42718pkg syscall (netbsd-arm-cgo), const TIOCUCNTL = 2147775590
42719pkg syscall (netbsd-arm-cgo), const TIOCXMTFRAME = 2147775556
42720pkg syscall (netbsd-arm-cgo), const TOSTOP = 4194304
42721pkg syscall (netbsd-arm-cgo), const VDISCARD = 15
42722pkg syscall (netbsd-arm-cgo), const VDSUSP = 11
42723pkg syscall (netbsd-arm-cgo), const VEOF = 0
42724pkg syscall (netbsd-arm-cgo), const VEOL = 1
42725pkg syscall (netbsd-arm-cgo), const VEOL2 = 2
42726pkg syscall (netbsd-arm-cgo), const VERASE = 3
42727pkg syscall (netbsd-arm-cgo), const VINTR = 8
42728pkg syscall (netbsd-arm-cgo), const VKILL = 5
42729pkg syscall (netbsd-arm-cgo), const VLNEXT = 14
42730pkg syscall (netbsd-arm-cgo), const VMIN = 16
42731pkg syscall (netbsd-arm-cgo), const VQUIT = 9
42732pkg syscall (netbsd-arm-cgo), const VREPRINT = 6
42733pkg syscall (netbsd-arm-cgo), const VSTART = 12
42734pkg syscall (netbsd-arm-cgo), const VSTATUS = 18
42735pkg syscall (netbsd-arm-cgo), const VSTOP = 13
42736pkg syscall (netbsd-arm-cgo), const VSUSP = 10
42737pkg syscall (netbsd-arm-cgo), const VTIME = 17
42738pkg syscall (netbsd-arm-cgo), const VWERASE = 4
42739pkg syscall (netbsd-arm-cgo), const WALL = 8
42740pkg syscall (netbsd-arm-cgo), const WALLSIG = 8
42741pkg syscall (netbsd-arm-cgo), const WALTSIG = 4
42742pkg syscall (netbsd-arm-cgo), const WCLONE = 4
42743pkg syscall (netbsd-arm-cgo), const WCOREFLAG = 128
42744pkg syscall (netbsd-arm-cgo), const WNOHANG = 1
42745pkg syscall (netbsd-arm-cgo), const WNOWAIT = 65536
42746pkg syscall (netbsd-arm-cgo), const WNOZOMBIE = 131072
42747pkg syscall (netbsd-arm-cgo), const WOPTSCHECKED = 262144
42748pkg syscall (netbsd-arm-cgo), const WSTOPPED = 127
42749pkg syscall (netbsd-arm-cgo), const WUNTRACED = 2
42750pkg syscall (openbsd-386), const AF_APPLETALK = 16
42751pkg syscall (openbsd-386), const AF_BLUETOOTH = 32
42752pkg syscall (openbsd-386), const AF_CCITT = 10
42753pkg syscall (openbsd-386), const AF_CHAOS = 5
42754pkg syscall (openbsd-386), const AF_CNT = 21
42755pkg syscall (openbsd-386), const AF_COIP = 20
42756pkg syscall (openbsd-386), const AF_DATAKIT = 9
42757pkg syscall (openbsd-386), const AF_DECnet = 12
42758pkg syscall (openbsd-386), const AF_DLI = 13
42759pkg syscall (openbsd-386), const AF_E164 = 26
42760pkg syscall (openbsd-386), const AF_ECMA = 8
42761pkg syscall (openbsd-386), const AF_ENCAP = 28
42762pkg syscall (openbsd-386), const AF_HYLINK = 15
42763pkg syscall (openbsd-386), const AF_IMPLINK = 3
42764pkg syscall (openbsd-386), const AF_INET6 = 24
42765pkg syscall (openbsd-386), const AF_IPX = 23
42766pkg syscall (openbsd-386), const AF_ISDN = 26
42767pkg syscall (openbsd-386), const AF_ISO = 7
42768pkg syscall (openbsd-386), const AF_KEY = 30
42769pkg syscall (openbsd-386), const AF_LAT = 14
42770pkg syscall (openbsd-386), const AF_LINK = 18
42771pkg syscall (openbsd-386), const AF_LOCAL = 1
42772pkg syscall (openbsd-386), const AF_MAX = 36
42773pkg syscall (openbsd-386), const AF_MPLS = 33
42774pkg syscall (openbsd-386), const AF_NATM = 27
42775pkg syscall (openbsd-386), const AF_NS = 6
42776pkg syscall (openbsd-386), const AF_OSI = 7
42777pkg syscall (openbsd-386), const AF_PUP = 4
42778pkg syscall (openbsd-386), const AF_ROUTE = 17
42779pkg syscall (openbsd-386), const AF_SIP = 29
42780pkg syscall (openbsd-386), const AF_SNA = 11
42781pkg syscall (openbsd-386), const ARPHRD_ETHER = 1
42782pkg syscall (openbsd-386), const ARPHRD_FRELAY = 15
42783pkg syscall (openbsd-386), const ARPHRD_IEEE1394 = 24
42784pkg syscall (openbsd-386), const ARPHRD_IEEE802 = 6
42785pkg syscall (openbsd-386), const B0 = 0
42786pkg syscall (openbsd-386), const B110 = 110
42787pkg syscall (openbsd-386), const B115200 = 115200
42788pkg syscall (openbsd-386), const B1200 = 1200
42789pkg syscall (openbsd-386), const B134 = 134
42790pkg syscall (openbsd-386), const B14400 = 14400
42791pkg syscall (openbsd-386), const B150 = 150
42792pkg syscall (openbsd-386), const B1800 = 1800
42793pkg syscall (openbsd-386), const B19200 = 19200
42794pkg syscall (openbsd-386), const B200 = 200
42795pkg syscall (openbsd-386), const B230400 = 230400
42796pkg syscall (openbsd-386), const B2400 = 2400
42797pkg syscall (openbsd-386), const B28800 = 28800
42798pkg syscall (openbsd-386), const B300 = 300
42799pkg syscall (openbsd-386), const B38400 = 38400
42800pkg syscall (openbsd-386), const B4800 = 4800
42801pkg syscall (openbsd-386), const B50 = 50
42802pkg syscall (openbsd-386), const B57600 = 57600
42803pkg syscall (openbsd-386), const B600 = 600
42804pkg syscall (openbsd-386), const B7200 = 7200
42805pkg syscall (openbsd-386), const B75 = 75
42806pkg syscall (openbsd-386), const B76800 = 76800
42807pkg syscall (openbsd-386), const B9600 = 9600
42808pkg syscall (openbsd-386), const BIOCFLUSH = 536887912
42809pkg syscall (openbsd-386), const BIOCGBLEN = 1074020966
42810pkg syscall (openbsd-386), const BIOCGDIRFILT = 1074020988
42811pkg syscall (openbsd-386), const BIOCGDLT = 1074020970
42812pkg syscall (openbsd-386), const BIOCGDLTLIST = 3221766779
42813pkg syscall (openbsd-386), const BIOCGETIF = 1075855979
42814pkg syscall (openbsd-386), const BIOCGFILDROP = 1074020984
42815pkg syscall (openbsd-386), const BIOCGHDRCMPLT = 1074020980
42816pkg syscall (openbsd-386), const BIOCGRSIG = 1074020979
42817pkg syscall (openbsd-386), const BIOCGRTIMEOUT = 1074283118
42818pkg syscall (openbsd-386), const BIOCGSTATS = 1074283119
42819pkg syscall (openbsd-386), const BIOCIMMEDIATE = 2147762800
42820pkg syscall (openbsd-386), const BIOCLOCK = 536887926
42821pkg syscall (openbsd-386), const BIOCPROMISC = 536887913
42822pkg syscall (openbsd-386), const BIOCSBLEN = 3221504614
42823pkg syscall (openbsd-386), const BIOCSDIRFILT = 2147762813
42824pkg syscall (openbsd-386), const BIOCSDLT = 2147762810
42825pkg syscall (openbsd-386), const BIOCSETF = 2148024935
42826pkg syscall (openbsd-386), const BIOCSETIF = 2149597804
42827pkg syscall (openbsd-386), const BIOCSETWF = 2148024951
42828pkg syscall (openbsd-386), const BIOCSFILDROP = 2147762809
42829pkg syscall (openbsd-386), const BIOCSHDRCMPLT = 2147762805
42830pkg syscall (openbsd-386), const BIOCSRSIG = 2147762802
42831pkg syscall (openbsd-386), const BIOCSRTIMEOUT = 2148024941
42832pkg syscall (openbsd-386), const BIOCVERSION = 1074020977
42833pkg syscall (openbsd-386), const BPF_A = 16
42834pkg syscall (openbsd-386), const BPF_ABS = 32
42835pkg syscall (openbsd-386), const BPF_ADD = 0
42836pkg syscall (openbsd-386), const BPF_ALIGNMENT = 4
42837pkg syscall (openbsd-386), const BPF_ALU = 4
42838pkg syscall (openbsd-386), const BPF_AND = 80
42839pkg syscall (openbsd-386), const BPF_B = 16
42840pkg syscall (openbsd-386), const BPF_DIRECTION_IN = 1
42841pkg syscall (openbsd-386), const BPF_DIRECTION_OUT = 2
42842pkg syscall (openbsd-386), const BPF_DIV = 48
42843pkg syscall (openbsd-386), const BPF_H = 8
42844pkg syscall (openbsd-386), const BPF_IMM = 0
42845pkg syscall (openbsd-386), const BPF_IND = 64
42846pkg syscall (openbsd-386), const BPF_JA = 0
42847pkg syscall (openbsd-386), const BPF_JEQ = 16
42848pkg syscall (openbsd-386), const BPF_JGE = 48
42849pkg syscall (openbsd-386), const BPF_JGT = 32
42850pkg syscall (openbsd-386), const BPF_JMP = 5
42851pkg syscall (openbsd-386), const BPF_JSET = 64
42852pkg syscall (openbsd-386), const BPF_K = 0
42853pkg syscall (openbsd-386), const BPF_LD = 0
42854pkg syscall (openbsd-386), const BPF_LDX = 1
42855pkg syscall (openbsd-386), const BPF_LEN = 128
42856pkg syscall (openbsd-386), const BPF_LSH = 96
42857pkg syscall (openbsd-386), const BPF_MAJOR_VERSION = 1
42858pkg syscall (openbsd-386), const BPF_MAXBUFSIZE = 2097152
42859pkg syscall (openbsd-386), const BPF_MAXINSNS = 512
42860pkg syscall (openbsd-386), const BPF_MEM = 96
42861pkg syscall (openbsd-386), const BPF_MEMWORDS = 16
42862pkg syscall (openbsd-386), const BPF_MINBUFSIZE = 32
42863pkg syscall (openbsd-386), const BPF_MINOR_VERSION = 1
42864pkg syscall (openbsd-386), const BPF_MISC = 7
42865pkg syscall (openbsd-386), const BPF_MSH = 160
42866pkg syscall (openbsd-386), const BPF_MUL = 32
42867pkg syscall (openbsd-386), const BPF_NEG = 128
42868pkg syscall (openbsd-386), const BPF_OR = 64
42869pkg syscall (openbsd-386), const BPF_RELEASE = 199606
42870pkg syscall (openbsd-386), const BPF_RET = 6
42871pkg syscall (openbsd-386), const BPF_RSH = 112
42872pkg syscall (openbsd-386), const BPF_ST = 2
42873pkg syscall (openbsd-386), const BPF_STX = 3
42874pkg syscall (openbsd-386), const BPF_SUB = 16
42875pkg syscall (openbsd-386), const BPF_TAX = 0
42876pkg syscall (openbsd-386), const BPF_TXA = 128
42877pkg syscall (openbsd-386), const BPF_W = 0
42878pkg syscall (openbsd-386), const BPF_X = 8
42879pkg syscall (openbsd-386), const BRKINT = 2
42880pkg syscall (openbsd-386), const CFLUSH = 15
42881pkg syscall (openbsd-386), const CLOCAL = 32768
42882pkg syscall (openbsd-386), const CREAD = 2048
42883pkg syscall (openbsd-386), const CS5 = 0
42884pkg syscall (openbsd-386), const CS6 = 256
42885pkg syscall (openbsd-386), const CS7 = 512
42886pkg syscall (openbsd-386), const CS8 = 768
42887pkg syscall (openbsd-386), const CSIZE = 768
42888pkg syscall (openbsd-386), const CSTART = 17
42889pkg syscall (openbsd-386), const CSTATUS = 255
42890pkg syscall (openbsd-386), const CSTOP = 19
42891pkg syscall (openbsd-386), const CSTOPB = 1024
42892pkg syscall (openbsd-386), const CSUSP = 26
42893pkg syscall (openbsd-386), const CTL_MAXNAME = 12
42894pkg syscall (openbsd-386), const CTL_NET = 4
42895pkg syscall (openbsd-386), const DIOCOSFPFLUSH = 536888398
42896pkg syscall (openbsd-386), const DLT_ARCNET = 7
42897pkg syscall (openbsd-386), const DLT_ATM_RFC1483 = 11
42898pkg syscall (openbsd-386), const DLT_AX25 = 3
42899pkg syscall (openbsd-386), const DLT_CHAOS = 5
42900pkg syscall (openbsd-386), const DLT_C_HDLC = 104
42901pkg syscall (openbsd-386), const DLT_EN10MB = 1
42902pkg syscall (openbsd-386), const DLT_EN3MB = 2
42903pkg syscall (openbsd-386), const DLT_ENC = 13
42904pkg syscall (openbsd-386), const DLT_FDDI = 10
42905pkg syscall (openbsd-386), const DLT_IEEE802 = 6
42906pkg syscall (openbsd-386), const DLT_IEEE802_11 = 105
42907pkg syscall (openbsd-386), const DLT_IEEE802_11_RADIO = 127
42908pkg syscall (openbsd-386), const DLT_LOOP = 12
42909pkg syscall (openbsd-386), const DLT_MPLS = 219
42910pkg syscall (openbsd-386), const DLT_NULL = 0
42911pkg syscall (openbsd-386), const DLT_PFLOG = 117
42912pkg syscall (openbsd-386), const DLT_PFSYNC = 18
42913pkg syscall (openbsd-386), const DLT_PPP = 9
42914pkg syscall (openbsd-386), const DLT_PPP_BSDOS = 16
42915pkg syscall (openbsd-386), const DLT_PPP_ETHER = 51
42916pkg syscall (openbsd-386), const DLT_PPP_SERIAL = 50
42917pkg syscall (openbsd-386), const DLT_PRONET = 4
42918pkg syscall (openbsd-386), const DLT_RAW = 14
42919pkg syscall (openbsd-386), const DLT_SLIP = 8
42920pkg syscall (openbsd-386), const DLT_SLIP_BSDOS = 15
42921pkg syscall (openbsd-386), const DT_BLK = 6
42922pkg syscall (openbsd-386), const DT_CHR = 2
42923pkg syscall (openbsd-386), const DT_DIR = 4
42924pkg syscall (openbsd-386), const DT_FIFO = 1
42925pkg syscall (openbsd-386), const DT_LNK = 10
42926pkg syscall (openbsd-386), const DT_REG = 8
42927pkg syscall (openbsd-386), const DT_SOCK = 12
42928pkg syscall (openbsd-386), const DT_UNKNOWN = 0
42929pkg syscall (openbsd-386), const E2BIG = 7
42930pkg syscall (openbsd-386), const EACCES = 13
42931pkg syscall (openbsd-386), const EADDRINUSE = 48
42932pkg syscall (openbsd-386), const EADDRNOTAVAIL = 49
42933pkg syscall (openbsd-386), const EAFNOSUPPORT = 47
42934pkg syscall (openbsd-386), const EAGAIN = 35
42935pkg syscall (openbsd-386), const EALREADY = 37
42936pkg syscall (openbsd-386), const EAUTH = 80
42937pkg syscall (openbsd-386), const EBADF = 9
42938pkg syscall (openbsd-386), const EBADRPC = 72
42939pkg syscall (openbsd-386), const EBUSY = 16
42940pkg syscall (openbsd-386), const ECANCELED = 88
42941pkg syscall (openbsd-386), const ECHILD = 10
42942pkg syscall (openbsd-386), const ECHO = 8
42943pkg syscall (openbsd-386), const ECHOCTL = 64
42944pkg syscall (openbsd-386), const ECHOE = 2
42945pkg syscall (openbsd-386), const ECHOK = 4
42946pkg syscall (openbsd-386), const ECHOKE = 1
42947pkg syscall (openbsd-386), const ECHONL = 16
42948pkg syscall (openbsd-386), const ECHOPRT = 32
42949pkg syscall (openbsd-386), const ECONNABORTED = 53
42950pkg syscall (openbsd-386), const ECONNREFUSED = 61
42951pkg syscall (openbsd-386), const ECONNRESET = 54
42952pkg syscall (openbsd-386), const EDEADLK = 11
42953pkg syscall (openbsd-386), const EDESTADDRREQ = 39
42954pkg syscall (openbsd-386), const EDOM = 33
42955pkg syscall (openbsd-386), const EDQUOT = 69
42956pkg syscall (openbsd-386), const EEXIST = 17
42957pkg syscall (openbsd-386), const EFAULT = 14
42958pkg syscall (openbsd-386), const EFBIG = 27
42959pkg syscall (openbsd-386), const EFTYPE = 79
42960pkg syscall (openbsd-386), const EHOSTDOWN = 64
42961pkg syscall (openbsd-386), const EHOSTUNREACH = 65
42962pkg syscall (openbsd-386), const EIDRM = 89
42963pkg syscall (openbsd-386), const EILSEQ = 84
42964pkg syscall (openbsd-386), const EINPROGRESS = 36
42965pkg syscall (openbsd-386), const EINTR = 4
42966pkg syscall (openbsd-386), const EINVAL = 22
42967pkg syscall (openbsd-386), const EIO = 5
42968pkg syscall (openbsd-386), const EIPSEC = 82
42969pkg syscall (openbsd-386), const EISCONN = 56
42970pkg syscall (openbsd-386), const EISDIR = 21
42971pkg syscall (openbsd-386), const ELAST = 91
42972pkg syscall (openbsd-386), const ELOOP = 62
42973pkg syscall (openbsd-386), const EMEDIUMTYPE = 86
42974pkg syscall (openbsd-386), const EMFILE = 24
42975pkg syscall (openbsd-386), const EMLINK = 31
42976pkg syscall (openbsd-386), const EMSGSIZE = 40
42977pkg syscall (openbsd-386), const EMT_TAGOVF = 1
42978pkg syscall (openbsd-386), const EMUL_ENABLED = 1
42979pkg syscall (openbsd-386), const EMUL_NATIVE = 2
42980pkg syscall (openbsd-386), const ENAMETOOLONG = 63
42981pkg syscall (openbsd-386), const ENDRUNDISC = 9
42982pkg syscall (openbsd-386), const ENEEDAUTH = 81
42983pkg syscall (openbsd-386), const ENETDOWN = 50
42984pkg syscall (openbsd-386), const ENETRESET = 52
42985pkg syscall (openbsd-386), const ENETUNREACH = 51
42986pkg syscall (openbsd-386), const ENFILE = 23
42987pkg syscall (openbsd-386), const ENOATTR = 83
42988pkg syscall (openbsd-386), const ENOBUFS = 55
42989pkg syscall (openbsd-386), const ENODEV = 19
42990pkg syscall (openbsd-386), const ENOEXEC = 8
42991pkg syscall (openbsd-386), const ENOLCK = 77
42992pkg syscall (openbsd-386), const ENOMEDIUM = 85
42993pkg syscall (openbsd-386), const ENOMEM = 12
42994pkg syscall (openbsd-386), const ENOMSG = 90
42995pkg syscall (openbsd-386), const ENOPROTOOPT = 42
42996pkg syscall (openbsd-386), const ENOSPC = 28
42997pkg syscall (openbsd-386), const ENOSYS = 78
42998pkg syscall (openbsd-386), const ENOTBLK = 15
42999pkg syscall (openbsd-386), const ENOTCONN = 57
43000pkg syscall (openbsd-386), const ENOTDIR = 20
43001pkg syscall (openbsd-386), const ENOTEMPTY = 66
43002pkg syscall (openbsd-386), const ENOTSOCK = 38
43003pkg syscall (openbsd-386), const ENOTSUP = 91
43004pkg syscall (openbsd-386), const ENOTTY = 25
43005pkg syscall (openbsd-386), const ENXIO = 6
43006pkg syscall (openbsd-386), const EOPNOTSUPP = 45
43007pkg syscall (openbsd-386), const EOVERFLOW = 87
43008pkg syscall (openbsd-386), const EPERM = 1
43009pkg syscall (openbsd-386), const EPFNOSUPPORT = 46
43010pkg syscall (openbsd-386), const EPIPE = 32
43011pkg syscall (openbsd-386), const EPROCLIM = 67
43012pkg syscall (openbsd-386), const EPROCUNAVAIL = 76
43013pkg syscall (openbsd-386), const EPROGMISMATCH = 75
43014pkg syscall (openbsd-386), const EPROGUNAVAIL = 74
43015pkg syscall (openbsd-386), const EPROTONOSUPPORT = 43
43016pkg syscall (openbsd-386), const EPROTOTYPE = 41
43017pkg syscall (openbsd-386), const ERANGE = 34
43018pkg syscall (openbsd-386), const EREMOTE = 71
43019pkg syscall (openbsd-386), const EROFS = 30
43020pkg syscall (openbsd-386), const ERPCMISMATCH = 73
43021pkg syscall (openbsd-386), const ESHUTDOWN = 58
43022pkg syscall (openbsd-386), const ESOCKTNOSUPPORT = 44
43023pkg syscall (openbsd-386), const ESPIPE = 29
43024pkg syscall (openbsd-386), const ESRCH = 3
43025pkg syscall (openbsd-386), const ESTALE = 70
43026pkg syscall (openbsd-386), const ETHERMIN = 46
43027pkg syscall (openbsd-386), const ETHERMTU = 1500
43028pkg syscall (openbsd-386), const ETHERTYPE_8023 = 4
43029pkg syscall (openbsd-386), const ETHERTYPE_AARP = 33011
43030pkg syscall (openbsd-386), const ETHERTYPE_ACCTON = 33680
43031pkg syscall (openbsd-386), const ETHERTYPE_AEONIC = 32822
43032pkg syscall (openbsd-386), const ETHERTYPE_ALPHA = 33098
43033pkg syscall (openbsd-386), const ETHERTYPE_AMBER = 24584
43034pkg syscall (openbsd-386), const ETHERTYPE_AMOEBA = 33093
43035pkg syscall (openbsd-386), const ETHERTYPE_AOE = 34978
43036pkg syscall (openbsd-386), const ETHERTYPE_APOLLO = 33015
43037pkg syscall (openbsd-386), const ETHERTYPE_APOLLODOMAIN = 32793
43038pkg syscall (openbsd-386), const ETHERTYPE_APPLETALK = 32923
43039pkg syscall (openbsd-386), const ETHERTYPE_APPLITEK = 32967
43040pkg syscall (openbsd-386), const ETHERTYPE_ARGONAUT = 32826
43041pkg syscall (openbsd-386), const ETHERTYPE_ARP = 2054
43042pkg syscall (openbsd-386), const ETHERTYPE_AT = 32923
43043pkg syscall (openbsd-386), const ETHERTYPE_ATALK = 32923
43044pkg syscall (openbsd-386), const ETHERTYPE_ATOMIC = 34527
43045pkg syscall (openbsd-386), const ETHERTYPE_ATT = 32873
43046pkg syscall (openbsd-386), const ETHERTYPE_ATTSTANFORD = 32776
43047pkg syscall (openbsd-386), const ETHERTYPE_AUTOPHON = 32874
43048pkg syscall (openbsd-386), const ETHERTYPE_AXIS = 34902
43049pkg syscall (openbsd-386), const ETHERTYPE_BCLOOP = 36867
43050pkg syscall (openbsd-386), const ETHERTYPE_BOFL = 33026
43051pkg syscall (openbsd-386), const ETHERTYPE_CABLETRON = 28724
43052pkg syscall (openbsd-386), const ETHERTYPE_CHAOS = 2052
43053pkg syscall (openbsd-386), const ETHERTYPE_COMDESIGN = 32876
43054pkg syscall (openbsd-386), const ETHERTYPE_COMPUGRAPHIC = 32877
43055pkg syscall (openbsd-386), const ETHERTYPE_COUNTERPOINT = 32866
43056pkg syscall (openbsd-386), const ETHERTYPE_CRONUS = 32772
43057pkg syscall (openbsd-386), const ETHERTYPE_CRONUSVLN = 32771
43058pkg syscall (openbsd-386), const ETHERTYPE_DCA = 4660
43059pkg syscall (openbsd-386), const ETHERTYPE_DDE = 32891
43060pkg syscall (openbsd-386), const ETHERTYPE_DEBNI = 43690
43061pkg syscall (openbsd-386), const ETHERTYPE_DECAM = 32840
43062pkg syscall (openbsd-386), const ETHERTYPE_DECCUST = 24582
43063pkg syscall (openbsd-386), const ETHERTYPE_DECDIAG = 24581
43064pkg syscall (openbsd-386), const ETHERTYPE_DECDNS = 32828
43065pkg syscall (openbsd-386), const ETHERTYPE_DECDTS = 32830
43066pkg syscall (openbsd-386), const ETHERTYPE_DECEXPER = 24576
43067pkg syscall (openbsd-386), const ETHERTYPE_DECLAST = 32833
43068pkg syscall (openbsd-386), const ETHERTYPE_DECLTM = 32831
43069pkg syscall (openbsd-386), const ETHERTYPE_DECMUMPS = 24585
43070pkg syscall (openbsd-386), const ETHERTYPE_DECNETBIOS = 32832
43071pkg syscall (openbsd-386), const ETHERTYPE_DELTACON = 34526
43072pkg syscall (openbsd-386), const ETHERTYPE_DIDDLE = 17185
43073pkg syscall (openbsd-386), const ETHERTYPE_DLOG1 = 1632
43074pkg syscall (openbsd-386), const ETHERTYPE_DLOG2 = 1633
43075pkg syscall (openbsd-386), const ETHERTYPE_DN = 24579
43076pkg syscall (openbsd-386), const ETHERTYPE_DOGFIGHT = 6537
43077pkg syscall (openbsd-386), const ETHERTYPE_DSMD = 32825
43078pkg syscall (openbsd-386), const ETHERTYPE_ECMA = 2051
43079pkg syscall (openbsd-386), const ETHERTYPE_ENCRYPT = 32829
43080pkg syscall (openbsd-386), const ETHERTYPE_ES = 32861
43081pkg syscall (openbsd-386), const ETHERTYPE_EXCELAN = 32784
43082pkg syscall (openbsd-386), const ETHERTYPE_EXPERDATA = 32841
43083pkg syscall (openbsd-386), const ETHERTYPE_FLIP = 33094
43084pkg syscall (openbsd-386), const ETHERTYPE_FLOWCONTROL = 34824
43085pkg syscall (openbsd-386), const ETHERTYPE_FRARP = 2056
43086pkg syscall (openbsd-386), const ETHERTYPE_GENDYN = 32872
43087pkg syscall (openbsd-386), const ETHERTYPE_HAYES = 33072
43088pkg syscall (openbsd-386), const ETHERTYPE_HIPPI_FP = 33152
43089pkg syscall (openbsd-386), const ETHERTYPE_HITACHI = 34848
43090pkg syscall (openbsd-386), const ETHERTYPE_HP = 32773
43091pkg syscall (openbsd-386), const ETHERTYPE_IEEEPUP = 2560
43092pkg syscall (openbsd-386), const ETHERTYPE_IEEEPUPAT = 2561
43093pkg syscall (openbsd-386), const ETHERTYPE_IMLBL = 19522
43094pkg syscall (openbsd-386), const ETHERTYPE_IMLBLDIAG = 16972
43095pkg syscall (openbsd-386), const ETHERTYPE_IP = 2048
43096pkg syscall (openbsd-386), const ETHERTYPE_IPAS = 34668
43097pkg syscall (openbsd-386), const ETHERTYPE_IPV6 = 34525
43098pkg syscall (openbsd-386), const ETHERTYPE_IPX = 33079
43099pkg syscall (openbsd-386), const ETHERTYPE_IPXNEW = 32823
43100pkg syscall (openbsd-386), const ETHERTYPE_KALPANA = 34178
43101pkg syscall (openbsd-386), const ETHERTYPE_LANBRIDGE = 32824
43102pkg syscall (openbsd-386), const ETHERTYPE_LANPROBE = 34952
43103pkg syscall (openbsd-386), const ETHERTYPE_LAT = 24580
43104pkg syscall (openbsd-386), const ETHERTYPE_LBACK = 36864
43105pkg syscall (openbsd-386), const ETHERTYPE_LITTLE = 32864
43106pkg syscall (openbsd-386), const ETHERTYPE_LLDP = 35020
43107pkg syscall (openbsd-386), const ETHERTYPE_LOGICRAFT = 33096
43108pkg syscall (openbsd-386), const ETHERTYPE_LOOPBACK = 36864
43109pkg syscall (openbsd-386), const ETHERTYPE_MATRA = 32890
43110pkg syscall (openbsd-386), const ETHERTYPE_MAX = 65535
43111pkg syscall (openbsd-386), const ETHERTYPE_MERIT = 32892
43112pkg syscall (openbsd-386), const ETHERTYPE_MICP = 34618
43113pkg syscall (openbsd-386), const ETHERTYPE_MOPDL = 24577
43114pkg syscall (openbsd-386), const ETHERTYPE_MOPRC = 24578
43115pkg syscall (openbsd-386), const ETHERTYPE_MOTOROLA = 33165
43116pkg syscall (openbsd-386), const ETHERTYPE_MPLS = 34887
43117pkg syscall (openbsd-386), const ETHERTYPE_MPLS_MCAST = 34888
43118pkg syscall (openbsd-386), const ETHERTYPE_MUMPS = 33087
43119pkg syscall (openbsd-386), const ETHERTYPE_NBPCC = 15364
43120pkg syscall (openbsd-386), const ETHERTYPE_NBPCLAIM = 15369
43121pkg syscall (openbsd-386), const ETHERTYPE_NBPCLREQ = 15365
43122pkg syscall (openbsd-386), const ETHERTYPE_NBPCLRSP = 15366
43123pkg syscall (openbsd-386), const ETHERTYPE_NBPCREQ = 15362
43124pkg syscall (openbsd-386), const ETHERTYPE_NBPCRSP = 15363
43125pkg syscall (openbsd-386), const ETHERTYPE_NBPDG = 15367
43126pkg syscall (openbsd-386), const ETHERTYPE_NBPDGB = 15368
43127pkg syscall (openbsd-386), const ETHERTYPE_NBPDLTE = 15370
43128pkg syscall (openbsd-386), const ETHERTYPE_NBPRAR = 15372
43129pkg syscall (openbsd-386), const ETHERTYPE_NBPRAS = 15371
43130pkg syscall (openbsd-386), const ETHERTYPE_NBPRST = 15373
43131pkg syscall (openbsd-386), const ETHERTYPE_NBPSCD = 15361
43132pkg syscall (openbsd-386), const ETHERTYPE_NBPVCD = 15360
43133pkg syscall (openbsd-386), const ETHERTYPE_NBS = 2050
43134pkg syscall (openbsd-386), const ETHERTYPE_NCD = 33097
43135pkg syscall (openbsd-386), const ETHERTYPE_NESTAR = 32774
43136pkg syscall (openbsd-386), const ETHERTYPE_NETBEUI = 33169
43137pkg syscall (openbsd-386), const ETHERTYPE_NOVELL = 33080
43138pkg syscall (openbsd-386), const ETHERTYPE_NS = 1536
43139pkg syscall (openbsd-386), const ETHERTYPE_NSAT = 1537
43140pkg syscall (openbsd-386), const ETHERTYPE_NSCOMPAT = 2055
43141pkg syscall (openbsd-386), const ETHERTYPE_NTRAILER = 16
43142pkg syscall (openbsd-386), const ETHERTYPE_OS9 = 28679
43143pkg syscall (openbsd-386), const ETHERTYPE_OS9NET = 28681
43144pkg syscall (openbsd-386), const ETHERTYPE_PACER = 32966
43145pkg syscall (openbsd-386), const ETHERTYPE_PAE = 34958
43146pkg syscall (openbsd-386), const ETHERTYPE_PCS = 16962
43147pkg syscall (openbsd-386), const ETHERTYPE_PLANNING = 32836
43148pkg syscall (openbsd-386), const ETHERTYPE_PPP = 34827
43149pkg syscall (openbsd-386), const ETHERTYPE_PPPOE = 34916
43150pkg syscall (openbsd-386), const ETHERTYPE_PPPOEDISC = 34915
43151pkg syscall (openbsd-386), const ETHERTYPE_PRIMENTS = 28721
43152pkg syscall (openbsd-386), const ETHERTYPE_PUP = 512
43153pkg syscall (openbsd-386), const ETHERTYPE_PUPAT = 512
43154pkg syscall (openbsd-386), const ETHERTYPE_QINQ = 34984
43155pkg syscall (openbsd-386), const ETHERTYPE_RACAL = 28720
43156pkg syscall (openbsd-386), const ETHERTYPE_RATIONAL = 33104
43157pkg syscall (openbsd-386), const ETHERTYPE_RAWFR = 25945
43158pkg syscall (openbsd-386), const ETHERTYPE_RCL = 6549
43159pkg syscall (openbsd-386), const ETHERTYPE_RDP = 34617
43160pkg syscall (openbsd-386), const ETHERTYPE_RETIX = 33010
43161pkg syscall (openbsd-386), const ETHERTYPE_REVARP = 32821
43162pkg syscall (openbsd-386), const ETHERTYPE_SCA = 24583
43163pkg syscall (openbsd-386), const ETHERTYPE_SECTRA = 34523
43164pkg syscall (openbsd-386), const ETHERTYPE_SECUREDATA = 34669
43165pkg syscall (openbsd-386), const ETHERTYPE_SGITW = 33150
43166pkg syscall (openbsd-386), const ETHERTYPE_SG_BOUNCE = 32790
43167pkg syscall (openbsd-386), const ETHERTYPE_SG_DIAG = 32787
43168pkg syscall (openbsd-386), const ETHERTYPE_SG_NETGAMES = 32788
43169pkg syscall (openbsd-386), const ETHERTYPE_SG_RESV = 32789
43170pkg syscall (openbsd-386), const ETHERTYPE_SIMNET = 21000
43171pkg syscall (openbsd-386), const ETHERTYPE_SLOW = 34825
43172pkg syscall (openbsd-386), const ETHERTYPE_SNA = 32981
43173pkg syscall (openbsd-386), const ETHERTYPE_SNMP = 33100
43174pkg syscall (openbsd-386), const ETHERTYPE_SONIX = 64245
43175pkg syscall (openbsd-386), const ETHERTYPE_SPIDER = 32927
43176pkg syscall (openbsd-386), const ETHERTYPE_SPRITE = 1280
43177pkg syscall (openbsd-386), const ETHERTYPE_STP = 33153
43178pkg syscall (openbsd-386), const ETHERTYPE_TALARIS = 33067
43179pkg syscall (openbsd-386), const ETHERTYPE_TALARISMC = 34091
43180pkg syscall (openbsd-386), const ETHERTYPE_TCPCOMP = 34667
43181pkg syscall (openbsd-386), const ETHERTYPE_TCPSM = 36866
43182pkg syscall (openbsd-386), const ETHERTYPE_TEC = 33103
43183pkg syscall (openbsd-386), const ETHERTYPE_TIGAN = 32815
43184pkg syscall (openbsd-386), const ETHERTYPE_TRAIL = 4096
43185pkg syscall (openbsd-386), const ETHERTYPE_TRANSETHER = 25944
43186pkg syscall (openbsd-386), const ETHERTYPE_TYMSHARE = 32814
43187pkg syscall (openbsd-386), const ETHERTYPE_UBBST = 28677
43188pkg syscall (openbsd-386), const ETHERTYPE_UBDEBUG = 2304
43189pkg syscall (openbsd-386), const ETHERTYPE_UBDIAGLOOP = 28674
43190pkg syscall (openbsd-386), const ETHERTYPE_UBDL = 28672
43191pkg syscall (openbsd-386), const ETHERTYPE_UBNIU = 28673
43192pkg syscall (openbsd-386), const ETHERTYPE_UBNMC = 28675
43193pkg syscall (openbsd-386), const ETHERTYPE_VALID = 5632
43194pkg syscall (openbsd-386), const ETHERTYPE_VARIAN = 32989
43195pkg syscall (openbsd-386), const ETHERTYPE_VAXELN = 32827
43196pkg syscall (openbsd-386), const ETHERTYPE_VEECO = 32871
43197pkg syscall (openbsd-386), const ETHERTYPE_VEXP = 32859
43198pkg syscall (openbsd-386), const ETHERTYPE_VGLAB = 33073
43199pkg syscall (openbsd-386), const ETHERTYPE_VINES = 2989
43200pkg syscall (openbsd-386), const ETHERTYPE_VINESECHO = 2991
43201pkg syscall (openbsd-386), const ETHERTYPE_VINESLOOP = 2990
43202pkg syscall (openbsd-386), const ETHERTYPE_VITAL = 65280
43203pkg syscall (openbsd-386), const ETHERTYPE_VLAN = 33024
43204pkg syscall (openbsd-386), const ETHERTYPE_VLTLMAN = 32896
43205pkg syscall (openbsd-386), const ETHERTYPE_VPROD = 32860
43206pkg syscall (openbsd-386), const ETHERTYPE_VURESERVED = 33095
43207pkg syscall (openbsd-386), const ETHERTYPE_WATERLOO = 33072
43208pkg syscall (openbsd-386), const ETHERTYPE_WELLFLEET = 33027
43209pkg syscall (openbsd-386), const ETHERTYPE_X25 = 2053
43210pkg syscall (openbsd-386), const ETHERTYPE_X75 = 2049
43211pkg syscall (openbsd-386), const ETHERTYPE_XNSSM = 36865
43212pkg syscall (openbsd-386), const ETHERTYPE_XTP = 33149
43213pkg syscall (openbsd-386), const ETHER_ADDR_LEN = 6
43214pkg syscall (openbsd-386), const ETHER_ALIGN = 2
43215pkg syscall (openbsd-386), const ETHER_CRC_LEN = 4
43216pkg syscall (openbsd-386), const ETHER_CRC_POLY_BE = 79764918
43217pkg syscall (openbsd-386), const ETHER_CRC_POLY_LE = 3988292384
43218pkg syscall (openbsd-386), const ETHER_HDR_LEN = 14
43219pkg syscall (openbsd-386), const ETHER_MAX_DIX_LEN = 1536
43220pkg syscall (openbsd-386), const ETHER_MAX_LEN = 1518
43221pkg syscall (openbsd-386), const ETHER_MIN_LEN = 64
43222pkg syscall (openbsd-386), const ETHER_TYPE_LEN = 2
43223pkg syscall (openbsd-386), const ETHER_VLAN_ENCAP_LEN = 4
43224pkg syscall (openbsd-386), const ETIMEDOUT = 60
43225pkg syscall (openbsd-386), const ETOOMANYREFS = 59
43226pkg syscall (openbsd-386), const ETXTBSY = 26
43227pkg syscall (openbsd-386), const EUSERS = 68
43228pkg syscall (openbsd-386), const EVFILT_AIO = -3
43229pkg syscall (openbsd-386), const EVFILT_PROC = -5
43230pkg syscall (openbsd-386), const EVFILT_READ = -1
43231pkg syscall (openbsd-386), const EVFILT_SIGNAL = -6
43232pkg syscall (openbsd-386), const EVFILT_SYSCOUNT = 7
43233pkg syscall (openbsd-386), const EVFILT_TIMER = -7
43234pkg syscall (openbsd-386), const EVFILT_VNODE = -4
43235pkg syscall (openbsd-386), const EVFILT_WRITE = -2
43236pkg syscall (openbsd-386), const EV_ADD = 1
43237pkg syscall (openbsd-386), const EV_CLEAR = 32
43238pkg syscall (openbsd-386), const EV_DELETE = 2
43239pkg syscall (openbsd-386), const EV_DISABLE = 8
43240pkg syscall (openbsd-386), const EV_ENABLE = 4
43241pkg syscall (openbsd-386), const EV_EOF = 32768
43242pkg syscall (openbsd-386), const EV_ERROR = 16384
43243pkg syscall (openbsd-386), const EV_FLAG1 = 8192
43244pkg syscall (openbsd-386), const EV_ONESHOT = 16
43245pkg syscall (openbsd-386), const EV_SYSFLAGS = 61440
43246pkg syscall (openbsd-386), const EWOULDBLOCK = 35
43247pkg syscall (openbsd-386), const EXDEV = 18
43248pkg syscall (openbsd-386), const EXTA = 19200
43249pkg syscall (openbsd-386), const EXTB = 38400
43250pkg syscall (openbsd-386), const EXTPROC = 2048
43251pkg syscall (openbsd-386), const FD_CLOEXEC = 1
43252pkg syscall (openbsd-386), const FD_SETSIZE = 1024
43253pkg syscall (openbsd-386), const FLUSHO = 8388608
43254pkg syscall (openbsd-386), const F_DUPFD = 0
43255pkg syscall (openbsd-386), const F_DUPFD_CLOEXEC = 10
43256pkg syscall (openbsd-386), const F_GETFD = 1
43257pkg syscall (openbsd-386), const F_GETFL = 3
43258pkg syscall (openbsd-386), const F_GETLK = 7
43259pkg syscall (openbsd-386), const F_GETOWN = 5
43260pkg syscall (openbsd-386), const F_OK = 0
43261pkg syscall (openbsd-386), const F_RDLCK = 1
43262pkg syscall (openbsd-386), const F_SETFD = 2
43263pkg syscall (openbsd-386), const F_SETFL = 4
43264pkg syscall (openbsd-386), const F_SETLK = 8
43265pkg syscall (openbsd-386), const F_SETLKW = 9
43266pkg syscall (openbsd-386), const F_SETOWN = 6
43267pkg syscall (openbsd-386), const F_UNLCK = 2
43268pkg syscall (openbsd-386), const F_WRLCK = 3
43269pkg syscall (openbsd-386), const HUPCL = 16384
43270pkg syscall (openbsd-386), const ICANON = 256
43271pkg syscall (openbsd-386), const ICRNL = 256
43272pkg syscall (openbsd-386), const IEXTEN = 1024
43273pkg syscall (openbsd-386), const IFAN_ARRIVAL = 0
43274pkg syscall (openbsd-386), const IFAN_DEPARTURE = 1
43275pkg syscall (openbsd-386), const IFA_ROUTE = 1
43276pkg syscall (openbsd-386), const IFF_ALLMULTI = 512
43277pkg syscall (openbsd-386), const IFF_CANTCHANGE = 36434
43278pkg syscall (openbsd-386), const IFF_DEBUG = 4
43279pkg syscall (openbsd-386), const IFF_LINK0 = 4096
43280pkg syscall (openbsd-386), const IFF_LINK1 = 8192
43281pkg syscall (openbsd-386), const IFF_LINK2 = 16384
43282pkg syscall (openbsd-386), const IFF_LOOPBACK = 8
43283pkg syscall (openbsd-386), const IFF_MULTICAST = 32768
43284pkg syscall (openbsd-386), const IFF_NOARP = 128
43285pkg syscall (openbsd-386), const IFF_NOTRAILERS = 32
43286pkg syscall (openbsd-386), const IFF_OACTIVE = 1024
43287pkg syscall (openbsd-386), const IFF_POINTOPOINT = 16
43288pkg syscall (openbsd-386), const IFF_PROMISC = 256
43289pkg syscall (openbsd-386), const IFF_RUNNING = 64
43290pkg syscall (openbsd-386), const IFF_SIMPLEX = 2048
43291pkg syscall (openbsd-386), const IFNAMSIZ = 16
43292pkg syscall (openbsd-386), const IFT_1822 = 2
43293pkg syscall (openbsd-386), const IFT_A12MPPSWITCH = 130
43294pkg syscall (openbsd-386), const IFT_AAL2 = 187
43295pkg syscall (openbsd-386), const IFT_AAL5 = 49
43296pkg syscall (openbsd-386), const IFT_ADSL = 94
43297pkg syscall (openbsd-386), const IFT_AFLANE8023 = 59
43298pkg syscall (openbsd-386), const IFT_AFLANE8025 = 60
43299pkg syscall (openbsd-386), const IFT_ARAP = 88
43300pkg syscall (openbsd-386), const IFT_ARCNET = 35
43301pkg syscall (openbsd-386), const IFT_ARCNETPLUS = 36
43302pkg syscall (openbsd-386), const IFT_ASYNC = 84
43303pkg syscall (openbsd-386), const IFT_ATM = 37
43304pkg syscall (openbsd-386), const IFT_ATMDXI = 105
43305pkg syscall (openbsd-386), const IFT_ATMFUNI = 106
43306pkg syscall (openbsd-386), const IFT_ATMIMA = 107
43307pkg syscall (openbsd-386), const IFT_ATMLOGICAL = 80
43308pkg syscall (openbsd-386), const IFT_ATMRADIO = 189
43309pkg syscall (openbsd-386), const IFT_ATMSUBINTERFACE = 134
43310pkg syscall (openbsd-386), const IFT_ATMVCIENDPT = 194
43311pkg syscall (openbsd-386), const IFT_ATMVIRTUAL = 149
43312pkg syscall (openbsd-386), const IFT_BGPPOLICYACCOUNTING = 162
43313pkg syscall (openbsd-386), const IFT_BLUETOOTH = 248
43314pkg syscall (openbsd-386), const IFT_BRIDGE = 209
43315pkg syscall (openbsd-386), const IFT_BSC = 83
43316pkg syscall (openbsd-386), const IFT_CARP = 247
43317pkg syscall (openbsd-386), const IFT_CCTEMUL = 61
43318pkg syscall (openbsd-386), const IFT_CEPT = 19
43319pkg syscall (openbsd-386), const IFT_CES = 133
43320pkg syscall (openbsd-386), const IFT_CHANNEL = 70
43321pkg syscall (openbsd-386), const IFT_CNR = 85
43322pkg syscall (openbsd-386), const IFT_COFFEE = 132
43323pkg syscall (openbsd-386), const IFT_COMPOSITELINK = 155
43324pkg syscall (openbsd-386), const IFT_DCN = 141
43325pkg syscall (openbsd-386), const IFT_DIGITALPOWERLINE = 138
43326pkg syscall (openbsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
43327pkg syscall (openbsd-386), const IFT_DLSW = 74
43328pkg syscall (openbsd-386), const IFT_DOCSCABLEDOWNSTREAM = 128
43329pkg syscall (openbsd-386), const IFT_DOCSCABLEMACLAYER = 127
43330pkg syscall (openbsd-386), const IFT_DOCSCABLEUPSTREAM = 129
43331pkg syscall (openbsd-386), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
43332pkg syscall (openbsd-386), const IFT_DS0 = 81
43333pkg syscall (openbsd-386), const IFT_DS0BUNDLE = 82
43334pkg syscall (openbsd-386), const IFT_DS1FDL = 170
43335pkg syscall (openbsd-386), const IFT_DS3 = 30
43336pkg syscall (openbsd-386), const IFT_DTM = 140
43337pkg syscall (openbsd-386), const IFT_DUMMY = 241
43338pkg syscall (openbsd-386), const IFT_DVBASILN = 172
43339pkg syscall (openbsd-386), const IFT_DVBASIOUT = 173
43340pkg syscall (openbsd-386), const IFT_DVBRCCDOWNSTREAM = 147
43341pkg syscall (openbsd-386), const IFT_DVBRCCMACLAYER = 146
43342pkg syscall (openbsd-386), const IFT_DVBRCCUPSTREAM = 148
43343pkg syscall (openbsd-386), const IFT_ECONET = 206
43344pkg syscall (openbsd-386), const IFT_ENC = 244
43345pkg syscall (openbsd-386), const IFT_EON = 25
43346pkg syscall (openbsd-386), const IFT_EPLRS = 87
43347pkg syscall (openbsd-386), const IFT_ESCON = 73
43348pkg syscall (openbsd-386), const IFT_ETHER = 6
43349pkg syscall (openbsd-386), const IFT_FAITH = 243
43350pkg syscall (openbsd-386), const IFT_FAST = 125
43351pkg syscall (openbsd-386), const IFT_FASTETHER = 62
43352pkg syscall (openbsd-386), const IFT_FASTETHERFX = 69
43353pkg syscall (openbsd-386), const IFT_FDDI = 15
43354pkg syscall (openbsd-386), const IFT_FIBRECHANNEL = 56
43355pkg syscall (openbsd-386), const IFT_FRAMERELAYINTERCONNECT = 58
43356pkg syscall (openbsd-386), const IFT_FRAMERELAYMPI = 92
43357pkg syscall (openbsd-386), const IFT_FRDLCIENDPT = 193
43358pkg syscall (openbsd-386), const IFT_FRELAY = 32
43359pkg syscall (openbsd-386), const IFT_FRELAYDCE = 44
43360pkg syscall (openbsd-386), const IFT_FRF16MFRBUNDLE = 163
43361pkg syscall (openbsd-386), const IFT_FRFORWARD = 158
43362pkg syscall (openbsd-386), const IFT_G703AT2MB = 67
43363pkg syscall (openbsd-386), const IFT_G703AT64K = 66
43364pkg syscall (openbsd-386), const IFT_GIF = 240
43365pkg syscall (openbsd-386), const IFT_GIGABITETHERNET = 117
43366pkg syscall (openbsd-386), const IFT_GR303IDT = 178
43367pkg syscall (openbsd-386), const IFT_GR303RDT = 177
43368pkg syscall (openbsd-386), const IFT_H323GATEKEEPER = 164
43369pkg syscall (openbsd-386), const IFT_H323PROXY = 165
43370pkg syscall (openbsd-386), const IFT_HDH1822 = 3
43371pkg syscall (openbsd-386), const IFT_HDLC = 118
43372pkg syscall (openbsd-386), const IFT_HDSL2 = 168
43373pkg syscall (openbsd-386), const IFT_HIPERLAN2 = 183
43374pkg syscall (openbsd-386), const IFT_HIPPI = 47
43375pkg syscall (openbsd-386), const IFT_HIPPIINTERFACE = 57
43376pkg syscall (openbsd-386), const IFT_HOSTPAD = 90
43377pkg syscall (openbsd-386), const IFT_HSSI = 46
43378pkg syscall (openbsd-386), const IFT_HY = 14
43379pkg syscall (openbsd-386), const IFT_IBM370PARCHAN = 72
43380pkg syscall (openbsd-386), const IFT_IDSL = 154
43381pkg syscall (openbsd-386), const IFT_IEEE1394 = 144
43382pkg syscall (openbsd-386), const IFT_IEEE80211 = 71
43383pkg syscall (openbsd-386), const IFT_IEEE80212 = 55
43384pkg syscall (openbsd-386), const IFT_IEEE8023ADLAG = 161
43385pkg syscall (openbsd-386), const IFT_IFGSN = 145
43386pkg syscall (openbsd-386), const IFT_IMT = 190
43387pkg syscall (openbsd-386), const IFT_INFINIBAND = 199
43388pkg syscall (openbsd-386), const IFT_INTERLEAVE = 124
43389pkg syscall (openbsd-386), const IFT_IP = 126
43390pkg syscall (openbsd-386), const IFT_IPFORWARD = 142
43391pkg syscall (openbsd-386), const IFT_IPOVERATM = 114
43392pkg syscall (openbsd-386), const IFT_IPOVERCDLC = 109
43393pkg syscall (openbsd-386), const IFT_IPOVERCLAW = 110
43394pkg syscall (openbsd-386), const IFT_IPSWITCH = 78
43395pkg syscall (openbsd-386), const IFT_ISDN = 63
43396pkg syscall (openbsd-386), const IFT_ISDNBASIC = 20
43397pkg syscall (openbsd-386), const IFT_ISDNPRIMARY = 21
43398pkg syscall (openbsd-386), const IFT_ISDNS = 75
43399pkg syscall (openbsd-386), const IFT_ISDNU = 76
43400pkg syscall (openbsd-386), const IFT_ISO88022LLC = 41
43401pkg syscall (openbsd-386), const IFT_ISO88023 = 7
43402pkg syscall (openbsd-386), const IFT_ISO88024 = 8
43403pkg syscall (openbsd-386), const IFT_ISO88025 = 9
43404pkg syscall (openbsd-386), const IFT_ISO88025CRFPINT = 98
43405pkg syscall (openbsd-386), const IFT_ISO88025DTR = 86
43406pkg syscall (openbsd-386), const IFT_ISO88025FIBER = 115
43407pkg syscall (openbsd-386), const IFT_ISO88026 = 10
43408pkg syscall (openbsd-386), const IFT_ISUP = 179
43409pkg syscall (openbsd-386), const IFT_L2VLAN = 135
43410pkg syscall (openbsd-386), const IFT_L3IPVLAN = 136
43411pkg syscall (openbsd-386), const IFT_L3IPXVLAN = 137
43412pkg syscall (openbsd-386), const IFT_LAPB = 16
43413pkg syscall (openbsd-386), const IFT_LAPD = 77
43414pkg syscall (openbsd-386), const IFT_LAPF = 119
43415pkg syscall (openbsd-386), const IFT_LINEGROUP = 210
43416pkg syscall (openbsd-386), const IFT_LOCALTALK = 42
43417pkg syscall (openbsd-386), const IFT_LOOP = 24
43418pkg syscall (openbsd-386), const IFT_MEDIAMAILOVERIP = 139
43419pkg syscall (openbsd-386), const IFT_MFSIGLINK = 167
43420pkg syscall (openbsd-386), const IFT_MIOX25 = 38
43421pkg syscall (openbsd-386), const IFT_MODEM = 48
43422pkg syscall (openbsd-386), const IFT_MPC = 113
43423pkg syscall (openbsd-386), const IFT_MPLS = 166
43424pkg syscall (openbsd-386), const IFT_MPLSTUNNEL = 150
43425pkg syscall (openbsd-386), const IFT_MSDSL = 143
43426pkg syscall (openbsd-386), const IFT_MVL = 191
43427pkg syscall (openbsd-386), const IFT_MYRINET = 99
43428pkg syscall (openbsd-386), const IFT_NFAS = 175
43429pkg syscall (openbsd-386), const IFT_NSIP = 27
43430pkg syscall (openbsd-386), const IFT_OPTICALCHANNEL = 195
43431pkg syscall (openbsd-386), const IFT_OPTICALTRANSPORT = 196
43432pkg syscall (openbsd-386), const IFT_OTHER = 1
43433pkg syscall (openbsd-386), const IFT_P10 = 12
43434pkg syscall (openbsd-386), const IFT_P80 = 13
43435pkg syscall (openbsd-386), const IFT_PARA = 34
43436pkg syscall (openbsd-386), const IFT_PFLOG = 245
43437pkg syscall (openbsd-386), const IFT_PFLOW = 249
43438pkg syscall (openbsd-386), const IFT_PFSYNC = 246
43439pkg syscall (openbsd-386), const IFT_PLC = 174
43440pkg syscall (openbsd-386), const IFT_PON155 = 207
43441pkg syscall (openbsd-386), const IFT_PON622 = 208
43442pkg syscall (openbsd-386), const IFT_POS = 171
43443pkg syscall (openbsd-386), const IFT_PPP = 23
43444pkg syscall (openbsd-386), const IFT_PPPMULTILINKBUNDLE = 108
43445pkg syscall (openbsd-386), const IFT_PROPATM = 197
43446pkg syscall (openbsd-386), const IFT_PROPBWAP2MP = 184
43447pkg syscall (openbsd-386), const IFT_PROPCNLS = 89
43448pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
43449pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSMACLAYER = 180
43450pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
43451pkg syscall (openbsd-386), const IFT_PROPMUX = 54
43452pkg syscall (openbsd-386), const IFT_PROPVIRTUAL = 53
43453pkg syscall (openbsd-386), const IFT_PROPWIRELESSP2P = 157
43454pkg syscall (openbsd-386), const IFT_PTPSERIAL = 22
43455pkg syscall (openbsd-386), const IFT_PVC = 242
43456pkg syscall (openbsd-386), const IFT_Q2931 = 201
43457pkg syscall (openbsd-386), const IFT_QLLC = 68
43458pkg syscall (openbsd-386), const IFT_RADIOMAC = 188
43459pkg syscall (openbsd-386), const IFT_RADSL = 95
43460pkg syscall (openbsd-386), const IFT_REACHDSL = 192
43461pkg syscall (openbsd-386), const IFT_RFC1483 = 159
43462pkg syscall (openbsd-386), const IFT_RS232 = 33
43463pkg syscall (openbsd-386), const IFT_RSRB = 79
43464pkg syscall (openbsd-386), const IFT_SDLC = 17
43465pkg syscall (openbsd-386), const IFT_SDSL = 96
43466pkg syscall (openbsd-386), const IFT_SHDSL = 169
43467pkg syscall (openbsd-386), const IFT_SIP = 31
43468pkg syscall (openbsd-386), const IFT_SIPSIG = 204
43469pkg syscall (openbsd-386), const IFT_SIPTG = 203
43470pkg syscall (openbsd-386), const IFT_SLIP = 28
43471pkg syscall (openbsd-386), const IFT_SMDSDXI = 43
43472pkg syscall (openbsd-386), const IFT_SMDSICIP = 52
43473pkg syscall (openbsd-386), const IFT_SONET = 39
43474pkg syscall (openbsd-386), const IFT_SONETOVERHEADCHANNEL = 185
43475pkg syscall (openbsd-386), const IFT_SONETPATH = 50
43476pkg syscall (openbsd-386), const IFT_SONETVT = 51
43477pkg syscall (openbsd-386), const IFT_SRP = 151
43478pkg syscall (openbsd-386), const IFT_SS7SIGLINK = 156
43479pkg syscall (openbsd-386), const IFT_STACKTOSTACK = 111
43480pkg syscall (openbsd-386), const IFT_STARLAN = 11
43481pkg syscall (openbsd-386), const IFT_T1 = 18
43482pkg syscall (openbsd-386), const IFT_TDLC = 116
43483pkg syscall (openbsd-386), const IFT_TELINK = 200
43484pkg syscall (openbsd-386), const IFT_TERMPAD = 91
43485pkg syscall (openbsd-386), const IFT_TR008 = 176
43486pkg syscall (openbsd-386), const IFT_TRANSPHDLC = 123
43487pkg syscall (openbsd-386), const IFT_TUNNEL = 131
43488pkg syscall (openbsd-386), const IFT_ULTRA = 29
43489pkg syscall (openbsd-386), const IFT_USB = 160
43490pkg syscall (openbsd-386), const IFT_V11 = 64
43491pkg syscall (openbsd-386), const IFT_V35 = 45
43492pkg syscall (openbsd-386), const IFT_V36 = 65
43493pkg syscall (openbsd-386), const IFT_V37 = 120
43494pkg syscall (openbsd-386), const IFT_VDSL = 97
43495pkg syscall (openbsd-386), const IFT_VIRTUALIPADDRESS = 112
43496pkg syscall (openbsd-386), const IFT_VIRTUALTG = 202
43497pkg syscall (openbsd-386), const IFT_VOICEDID = 213
43498pkg syscall (openbsd-386), const IFT_VOICEEM = 100
43499pkg syscall (openbsd-386), const IFT_VOICEEMFGD = 211
43500pkg syscall (openbsd-386), const IFT_VOICEENCAP = 103
43501pkg syscall (openbsd-386), const IFT_VOICEFGDEANA = 212
43502pkg syscall (openbsd-386), const IFT_VOICEFXO = 101
43503pkg syscall (openbsd-386), const IFT_VOICEFXS = 102
43504pkg syscall (openbsd-386), const IFT_VOICEOVERATM = 152
43505pkg syscall (openbsd-386), const IFT_VOICEOVERCABLE = 198
43506pkg syscall (openbsd-386), const IFT_VOICEOVERFRAMERELAY = 153
43507pkg syscall (openbsd-386), const IFT_VOICEOVERIP = 104
43508pkg syscall (openbsd-386), const IFT_X213 = 93
43509pkg syscall (openbsd-386), const IFT_X25 = 5
43510pkg syscall (openbsd-386), const IFT_X25DDN = 4
43511pkg syscall (openbsd-386), const IFT_X25HUNTGROUP = 122
43512pkg syscall (openbsd-386), const IFT_X25MLP = 121
43513pkg syscall (openbsd-386), const IFT_X25PLE = 40
43514pkg syscall (openbsd-386), const IFT_XETHER = 26
43515pkg syscall (openbsd-386), const IGNBRK = 1
43516pkg syscall (openbsd-386), const IGNCR = 128
43517pkg syscall (openbsd-386), const IGNPAR = 4
43518pkg syscall (openbsd-386), const IMAXBEL = 8192
43519pkg syscall (openbsd-386), const INLCR = 64
43520pkg syscall (openbsd-386), const INPCK = 16
43521pkg syscall (openbsd-386), const IN_CLASSA_HOST = 16777215
43522pkg syscall (openbsd-386), const IN_CLASSA_MAX = 128
43523pkg syscall (openbsd-386), const IN_CLASSA_NET = 4278190080
43524pkg syscall (openbsd-386), const IN_CLASSA_NSHIFT = 24
43525pkg syscall (openbsd-386), const IN_CLASSB_HOST = 65535
43526pkg syscall (openbsd-386), const IN_CLASSB_MAX = 65536
43527pkg syscall (openbsd-386), const IN_CLASSB_NET = 4294901760
43528pkg syscall (openbsd-386), const IN_CLASSB_NSHIFT = 16
43529pkg syscall (openbsd-386), const IN_CLASSC_HOST = 255
43530pkg syscall (openbsd-386), const IN_CLASSC_NET = 4294967040
43531pkg syscall (openbsd-386), const IN_CLASSC_NSHIFT = 8
43532pkg syscall (openbsd-386), const IN_CLASSD_HOST = 268435455
43533pkg syscall (openbsd-386), const IN_CLASSD_NET = 4026531840
43534pkg syscall (openbsd-386), const IN_CLASSD_NSHIFT = 28
43535pkg syscall (openbsd-386), const IN_LOOPBACKNET = 127
43536pkg syscall (openbsd-386), const IN_RFC3021_HOST = 1
43537pkg syscall (openbsd-386), const IN_RFC3021_NET = 4294967294
43538pkg syscall (openbsd-386), const IN_RFC3021_NSHIFT = 31
43539pkg syscall (openbsd-386), const IPPROTO_AH = 51
43540pkg syscall (openbsd-386), const IPPROTO_CARP = 112
43541pkg syscall (openbsd-386), const IPPROTO_DIVERT = 258
43542pkg syscall (openbsd-386), const IPPROTO_DONE = 257
43543pkg syscall (openbsd-386), const IPPROTO_DSTOPTS = 60
43544pkg syscall (openbsd-386), const IPPROTO_EGP = 8
43545pkg syscall (openbsd-386), const IPPROTO_ENCAP = 98
43546pkg syscall (openbsd-386), const IPPROTO_EON = 80
43547pkg syscall (openbsd-386), const IPPROTO_ESP = 50
43548pkg syscall (openbsd-386), const IPPROTO_ETHERIP = 97
43549pkg syscall (openbsd-386), const IPPROTO_FRAGMENT = 44
43550pkg syscall (openbsd-386), const IPPROTO_GGP = 3
43551pkg syscall (openbsd-386), const IPPROTO_GRE = 47
43552pkg syscall (openbsd-386), const IPPROTO_HOPOPTS = 0
43553pkg syscall (openbsd-386), const IPPROTO_ICMP = 1
43554pkg syscall (openbsd-386), const IPPROTO_ICMPV6 = 58
43555pkg syscall (openbsd-386), const IPPROTO_IDP = 22
43556pkg syscall (openbsd-386), const IPPROTO_IGMP = 2
43557pkg syscall (openbsd-386), const IPPROTO_IPCOMP = 108
43558pkg syscall (openbsd-386), const IPPROTO_IPIP = 4
43559pkg syscall (openbsd-386), const IPPROTO_IPV4 = 4
43560pkg syscall (openbsd-386), const IPPROTO_MAX = 256
43561pkg syscall (openbsd-386), const IPPROTO_MAXID = 259
43562pkg syscall (openbsd-386), const IPPROTO_MOBILE = 55
43563pkg syscall (openbsd-386), const IPPROTO_MPLS = 137
43564pkg syscall (openbsd-386), const IPPROTO_NONE = 59
43565pkg syscall (openbsd-386), const IPPROTO_PFSYNC = 240
43566pkg syscall (openbsd-386), const IPPROTO_PIM = 103
43567pkg syscall (openbsd-386), const IPPROTO_PUP = 12
43568pkg syscall (openbsd-386), const IPPROTO_RAW = 255
43569pkg syscall (openbsd-386), const IPPROTO_ROUTING = 43
43570pkg syscall (openbsd-386), const IPPROTO_RSVP = 46
43571pkg syscall (openbsd-386), const IPPROTO_TP = 29
43572pkg syscall (openbsd-386), const IPV6_AUTH_LEVEL = 53
43573pkg syscall (openbsd-386), const IPV6_AUTOFLOWLABEL = 59
43574pkg syscall (openbsd-386), const IPV6_CHECKSUM = 26
43575pkg syscall (openbsd-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1
43576pkg syscall (openbsd-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1
43577pkg syscall (openbsd-386), const IPV6_DEFHLIM = 64
43578pkg syscall (openbsd-386), const IPV6_DONTFRAG = 62
43579pkg syscall (openbsd-386), const IPV6_DSTOPTS = 50
43580pkg syscall (openbsd-386), const IPV6_ESP_NETWORK_LEVEL = 55
43581pkg syscall (openbsd-386), const IPV6_ESP_TRANS_LEVEL = 54
43582pkg syscall (openbsd-386), const IPV6_FAITH = 29
43583pkg syscall (openbsd-386), const IPV6_FLOWINFO_MASK = 4294967055
43584pkg syscall (openbsd-386), const IPV6_FLOWLABEL_MASK = 4294905600
43585pkg syscall (openbsd-386), const IPV6_FRAGTTL = 120
43586pkg syscall (openbsd-386), const IPV6_HLIMDEC = 1
43587pkg syscall (openbsd-386), const IPV6_HOPLIMIT = 47
43588pkg syscall (openbsd-386), const IPV6_HOPOPTS = 49
43589pkg syscall (openbsd-386), const IPV6_IPCOMP_LEVEL = 60
43590pkg syscall (openbsd-386), const IPV6_JOIN_GROUP = 12
43591pkg syscall (openbsd-386), const IPV6_LEAVE_GROUP = 13
43592pkg syscall (openbsd-386), const IPV6_MAXHLIM = 255
43593pkg syscall (openbsd-386), const IPV6_MAXPACKET = 65535
43594pkg syscall (openbsd-386), const IPV6_MMTU = 1280
43595pkg syscall (openbsd-386), const IPV6_MULTICAST_HOPS = 10
43596pkg syscall (openbsd-386), const IPV6_MULTICAST_IF = 9
43597pkg syscall (openbsd-386), const IPV6_MULTICAST_LOOP = 11
43598pkg syscall (openbsd-386), const IPV6_NEXTHOP = 48
43599pkg syscall (openbsd-386), const IPV6_OPTIONS = 1
43600pkg syscall (openbsd-386), const IPV6_PATHMTU = 44
43601pkg syscall (openbsd-386), const IPV6_PIPEX = 63
43602pkg syscall (openbsd-386), const IPV6_PKTINFO = 46
43603pkg syscall (openbsd-386), const IPV6_PORTRANGE = 14
43604pkg syscall (openbsd-386), const IPV6_PORTRANGE_DEFAULT = 0
43605pkg syscall (openbsd-386), const IPV6_PORTRANGE_HIGH = 1
43606pkg syscall (openbsd-386), const IPV6_PORTRANGE_LOW = 2
43607pkg syscall (openbsd-386), const IPV6_RECVDSTOPTS = 40
43608pkg syscall (openbsd-386), const IPV6_RECVHOPLIMIT = 37
43609pkg syscall (openbsd-386), const IPV6_RECVHOPOPTS = 39
43610pkg syscall (openbsd-386), const IPV6_RECVPATHMTU = 43
43611pkg syscall (openbsd-386), const IPV6_RECVPKTINFO = 36
43612pkg syscall (openbsd-386), const IPV6_RECVRTHDR = 38
43613pkg syscall (openbsd-386), const IPV6_RECVTCLASS = 57
43614pkg syscall (openbsd-386), const IPV6_RTABLE = 4129
43615pkg syscall (openbsd-386), const IPV6_RTHDR = 51
43616pkg syscall (openbsd-386), const IPV6_RTHDRDSTOPTS = 35
43617pkg syscall (openbsd-386), const IPV6_RTHDR_LOOSE = 0
43618pkg syscall (openbsd-386), const IPV6_RTHDR_STRICT = 1
43619pkg syscall (openbsd-386), const IPV6_RTHDR_TYPE_0 = 0
43620pkg syscall (openbsd-386), const IPV6_SOCKOPT_RESERVED1 = 3
43621pkg syscall (openbsd-386), const IPV6_TCLASS = 61
43622pkg syscall (openbsd-386), const IPV6_UNICAST_HOPS = 4
43623pkg syscall (openbsd-386), const IPV6_USE_MIN_MTU = 42
43624pkg syscall (openbsd-386), const IPV6_V6ONLY = 27
43625pkg syscall (openbsd-386), const IPV6_VERSION = 96
43626pkg syscall (openbsd-386), const IPV6_VERSION_MASK = 240
43627pkg syscall (openbsd-386), const IP_ADD_MEMBERSHIP = 12
43628pkg syscall (openbsd-386), const IP_AUTH_LEVEL = 20
43629pkg syscall (openbsd-386), const IP_DEFAULT_MULTICAST_LOOP = 1
43630pkg syscall (openbsd-386), const IP_DEFAULT_MULTICAST_TTL = 1
43631pkg syscall (openbsd-386), const IP_DF = 16384
43632pkg syscall (openbsd-386), const IP_DROP_MEMBERSHIP = 13
43633pkg syscall (openbsd-386), const IP_ESP_NETWORK_LEVEL = 22
43634pkg syscall (openbsd-386), const IP_ESP_TRANS_LEVEL = 21
43635pkg syscall (openbsd-386), const IP_HDRINCL = 2
43636pkg syscall (openbsd-386), const IP_IPCOMP_LEVEL = 29
43637pkg syscall (openbsd-386), const IP_IPSECFLOWINFO = 36
43638pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_AUTH = 27
43639pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_CRED = 25
43640pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_ID = 23
43641pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_AUTH = 28
43642pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_CRED = 26
43643pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_ID = 24
43644pkg syscall (openbsd-386), const IP_MAXPACKET = 65535
43645pkg syscall (openbsd-386), const IP_MAX_MEMBERSHIPS = 4095
43646pkg syscall (openbsd-386), const IP_MF = 8192
43647pkg syscall (openbsd-386), const IP_MINTTL = 32
43648pkg syscall (openbsd-386), const IP_MIN_MEMBERSHIPS = 15
43649pkg syscall (openbsd-386), const IP_MSS = 576
43650pkg syscall (openbsd-386), const IP_MULTICAST_IF = 9
43651pkg syscall (openbsd-386), const IP_MULTICAST_LOOP = 11
43652pkg syscall (openbsd-386), const IP_MULTICAST_TTL = 10
43653pkg syscall (openbsd-386), const IP_OFFMASK = 8191
43654pkg syscall (openbsd-386), const IP_OPTIONS = 1
43655pkg syscall (openbsd-386), const IP_PIPEX = 34
43656pkg syscall (openbsd-386), const IP_PORTRANGE = 19
43657pkg syscall (openbsd-386), const IP_PORTRANGE_DEFAULT = 0
43658pkg syscall (openbsd-386), const IP_PORTRANGE_HIGH = 1
43659pkg syscall (openbsd-386), const IP_PORTRANGE_LOW = 2
43660pkg syscall (openbsd-386), const IP_RECVDSTADDR = 7
43661pkg syscall (openbsd-386), const IP_RECVDSTPORT = 33
43662pkg syscall (openbsd-386), const IP_RECVIF = 30
43663pkg syscall (openbsd-386), const IP_RECVOPTS = 5
43664pkg syscall (openbsd-386), const IP_RECVRETOPTS = 6
43665pkg syscall (openbsd-386), const IP_RECVRTABLE = 35
43666pkg syscall (openbsd-386), const IP_RECVTTL = 31
43667pkg syscall (openbsd-386), const IP_RETOPTS = 8
43668pkg syscall (openbsd-386), const IP_RF = 32768
43669pkg syscall (openbsd-386), const IP_RTABLE = 4129
43670pkg syscall (openbsd-386), const IP_TOS = 3
43671pkg syscall (openbsd-386), const IP_TTL = 4
43672pkg syscall (openbsd-386), const ISIG = 128
43673pkg syscall (openbsd-386), const ISTRIP = 32
43674pkg syscall (openbsd-386), const IXANY = 2048
43675pkg syscall (openbsd-386), const IXOFF = 1024
43676pkg syscall (openbsd-386), const IXON = 512
43677pkg syscall (openbsd-386), const ImplementsGetwd = false
43678pkg syscall (openbsd-386), const LCNT_OVERLOAD_FLUSH = 6
43679pkg syscall (openbsd-386), const LOCK_EX = 2
43680pkg syscall (openbsd-386), const LOCK_NB = 4
43681pkg syscall (openbsd-386), const LOCK_SH = 1
43682pkg syscall (openbsd-386), const LOCK_UN = 8
43683pkg syscall (openbsd-386), const MSG_BCAST = 256
43684pkg syscall (openbsd-386), const MSG_CTRUNC = 32
43685pkg syscall (openbsd-386), const MSG_DONTROUTE = 4
43686pkg syscall (openbsd-386), const MSG_DONTWAIT = 128
43687pkg syscall (openbsd-386), const MSG_EOR = 8
43688pkg syscall (openbsd-386), const MSG_MCAST = 512
43689pkg syscall (openbsd-386), const MSG_NOSIGNAL = 1024
43690pkg syscall (openbsd-386), const MSG_OOB = 1
43691pkg syscall (openbsd-386), const MSG_PEEK = 2
43692pkg syscall (openbsd-386), const MSG_TRUNC = 16
43693pkg syscall (openbsd-386), const MSG_WAITALL = 64
43694pkg syscall (openbsd-386), const NAME_MAX = 255
43695pkg syscall (openbsd-386), const NET_RT_DUMP = 1
43696pkg syscall (openbsd-386), const NET_RT_FLAGS = 2
43697pkg syscall (openbsd-386), const NET_RT_IFLIST = 3
43698pkg syscall (openbsd-386), const NET_RT_MAXID = 6
43699pkg syscall (openbsd-386), const NET_RT_STATS = 4
43700pkg syscall (openbsd-386), const NET_RT_TABLE = 5
43701pkg syscall (openbsd-386), const NOFLSH = 2147483648
43702pkg syscall (openbsd-386), const NOTE_ATTRIB = 8
43703pkg syscall (openbsd-386), const NOTE_CHILD = 4
43704pkg syscall (openbsd-386), const NOTE_DELETE = 1
43705pkg syscall (openbsd-386), const NOTE_EOF = 2
43706pkg syscall (openbsd-386), const NOTE_EXEC = 536870912
43707pkg syscall (openbsd-386), const NOTE_EXIT = 2147483648
43708pkg syscall (openbsd-386), const NOTE_EXTEND = 4
43709pkg syscall (openbsd-386), const NOTE_FORK = 1073741824
43710pkg syscall (openbsd-386), const NOTE_LINK = 16
43711pkg syscall (openbsd-386), const NOTE_LOWAT = 1
43712pkg syscall (openbsd-386), const NOTE_PCTRLMASK = 4026531840
43713pkg syscall (openbsd-386), const NOTE_PDATAMASK = 1048575
43714pkg syscall (openbsd-386), const NOTE_RENAME = 32
43715pkg syscall (openbsd-386), const NOTE_REVOKE = 64
43716pkg syscall (openbsd-386), const NOTE_TRACK = 1
43717pkg syscall (openbsd-386), const NOTE_TRACKERR = 2
43718pkg syscall (openbsd-386), const NOTE_TRUNCATE = 128
43719pkg syscall (openbsd-386), const NOTE_WRITE = 2
43720pkg syscall (openbsd-386), const OCRNL = 16
43721pkg syscall (openbsd-386), const ONLCR = 2
43722pkg syscall (openbsd-386), const ONLRET = 128
43723pkg syscall (openbsd-386), const ONOCR = 64
43724pkg syscall (openbsd-386), const ONOEOT = 8
43725pkg syscall (openbsd-386), const OPOST = 1
43726pkg syscall (openbsd-386), const O_ACCMODE = 3
43727pkg syscall (openbsd-386), const O_APPEND = 8
43728pkg syscall (openbsd-386), const O_ASYNC = 64
43729pkg syscall (openbsd-386), const O_CLOEXEC = 65536
43730pkg syscall (openbsd-386), const O_CREAT = 512
43731pkg syscall (openbsd-386), const O_DIRECTORY = 131072
43732pkg syscall (openbsd-386), const O_DSYNC = 128
43733pkg syscall (openbsd-386), const O_EXCL = 2048
43734pkg syscall (openbsd-386), const O_EXLOCK = 32
43735pkg syscall (openbsd-386), const O_FSYNC = 128
43736pkg syscall (openbsd-386), const O_NDELAY = 4
43737pkg syscall (openbsd-386), const O_NOCTTY = 32768
43738pkg syscall (openbsd-386), const O_NOFOLLOW = 256
43739pkg syscall (openbsd-386), const O_NONBLOCK = 4
43740pkg syscall (openbsd-386), const O_RSYNC = 128
43741pkg syscall (openbsd-386), const O_SHLOCK = 16
43742pkg syscall (openbsd-386), const O_SYNC = 128
43743pkg syscall (openbsd-386), const O_TRUNC = 1024
43744pkg syscall (openbsd-386), const PARENB = 4096
43745pkg syscall (openbsd-386), const PARMRK = 8
43746pkg syscall (openbsd-386), const PARODD = 8192
43747pkg syscall (openbsd-386), const PENDIN = 536870912
43748pkg syscall (openbsd-386), const PF_FLUSH = 1
43749pkg syscall (openbsd-386), const PTRACE_CONT = 7
43750pkg syscall (openbsd-386), const PTRACE_KILL = 8
43751pkg syscall (openbsd-386), const PTRACE_TRACEME = 0
43752pkg syscall (openbsd-386), const PT_MASK = 4190208
43753pkg syscall (openbsd-386), const RLIMIT_CORE = 4
43754pkg syscall (openbsd-386), const RLIMIT_CPU = 0
43755pkg syscall (openbsd-386), const RLIMIT_DATA = 2
43756pkg syscall (openbsd-386), const RLIMIT_FSIZE = 1
43757pkg syscall (openbsd-386), const RLIMIT_NOFILE = 8
43758pkg syscall (openbsd-386), const RLIMIT_STACK = 3
43759pkg syscall (openbsd-386), const RLIM_INFINITY = 9223372036854775807
43760pkg syscall (openbsd-386), const RTAX_AUTHOR = 6
43761pkg syscall (openbsd-386), const RTAX_BRD = 7
43762pkg syscall (openbsd-386), const RTAX_DST = 0
43763pkg syscall (openbsd-386), const RTAX_GATEWAY = 1
43764pkg syscall (openbsd-386), const RTAX_GENMASK = 3
43765pkg syscall (openbsd-386), const RTAX_IFA = 5
43766pkg syscall (openbsd-386), const RTAX_IFP = 4
43767pkg syscall (openbsd-386), const RTAX_LABEL = 10
43768pkg syscall (openbsd-386), const RTAX_MAX = 11
43769pkg syscall (openbsd-386), const RTAX_NETMASK = 2
43770pkg syscall (openbsd-386), const RTAX_SRC = 8
43771pkg syscall (openbsd-386), const RTAX_SRCMASK = 9
43772pkg syscall (openbsd-386), const RTA_AUTHOR = 64
43773pkg syscall (openbsd-386), const RTA_BRD = 128
43774pkg syscall (openbsd-386), const RTA_DST = 1
43775pkg syscall (openbsd-386), const RTA_GATEWAY = 2
43776pkg syscall (openbsd-386), const RTA_GENMASK = 8
43777pkg syscall (openbsd-386), const RTA_IFA = 32
43778pkg syscall (openbsd-386), const RTA_IFP = 16
43779pkg syscall (openbsd-386), const RTA_LABEL = 1024
43780pkg syscall (openbsd-386), const RTA_NETMASK = 4
43781pkg syscall (openbsd-386), const RTA_SRC = 256
43782pkg syscall (openbsd-386), const RTA_SRCMASK = 512
43783pkg syscall (openbsd-386), const RTF_ANNOUNCE = 16384
43784pkg syscall (openbsd-386), const RTF_BLACKHOLE = 4096
43785pkg syscall (openbsd-386), const RTF_CLONED = 65536
43786pkg syscall (openbsd-386), const RTF_CLONING = 256
43787pkg syscall (openbsd-386), const RTF_DONE = 64
43788pkg syscall (openbsd-386), const RTF_DYNAMIC = 16
43789pkg syscall (openbsd-386), const RTF_FMASK = 63496
43790pkg syscall (openbsd-386), const RTF_GATEWAY = 2
43791pkg syscall (openbsd-386), const RTF_HOST = 4
43792pkg syscall (openbsd-386), const RTF_LLINFO = 1024
43793pkg syscall (openbsd-386), const RTF_MASK = 128
43794pkg syscall (openbsd-386), const RTF_MODIFIED = 32
43795pkg syscall (openbsd-386), const RTF_MPATH = 262144
43796pkg syscall (openbsd-386), const RTF_MPLS = 1048576
43797pkg syscall (openbsd-386), const RTF_PERMANENT_ARP = 8192
43798pkg syscall (openbsd-386), const RTF_PROTO1 = 32768
43799pkg syscall (openbsd-386), const RTF_PROTO2 = 16384
43800pkg syscall (openbsd-386), const RTF_PROTO3 = 8192
43801pkg syscall (openbsd-386), const RTF_REJECT = 8
43802pkg syscall (openbsd-386), const RTF_SOURCE = 131072
43803pkg syscall (openbsd-386), const RTF_STATIC = 2048
43804pkg syscall (openbsd-386), const RTF_TUNNEL = 1048576
43805pkg syscall (openbsd-386), const RTF_UP = 1
43806pkg syscall (openbsd-386), const RTF_USETRAILERS = 32768
43807pkg syscall (openbsd-386), const RTF_XRESOLVE = 512
43808pkg syscall (openbsd-386), const RTM_ADD = 1
43809pkg syscall (openbsd-386), const RTM_CHANGE = 3
43810pkg syscall (openbsd-386), const RTM_DELADDR = 13
43811pkg syscall (openbsd-386), const RTM_DELETE = 2
43812pkg syscall (openbsd-386), const RTM_DESYNC = 16
43813pkg syscall (openbsd-386), const RTM_GET = 4
43814pkg syscall (openbsd-386), const RTM_IFANNOUNCE = 15
43815pkg syscall (openbsd-386), const RTM_IFINFO = 14
43816pkg syscall (openbsd-386), const RTM_LOCK = 8
43817pkg syscall (openbsd-386), const RTM_LOSING = 5
43818pkg syscall (openbsd-386), const RTM_MAXSIZE = 2048
43819pkg syscall (openbsd-386), const RTM_MISS = 7
43820pkg syscall (openbsd-386), const RTM_NEWADDR = 12
43821pkg syscall (openbsd-386), const RTM_REDIRECT = 6
43822pkg syscall (openbsd-386), const RTM_RESOLVE = 11
43823pkg syscall (openbsd-386), const RTM_RTTUNIT = 1000000
43824pkg syscall (openbsd-386), const RTM_VERSION = 4
43825pkg syscall (openbsd-386), const RTV_EXPIRE = 4
43826pkg syscall (openbsd-386), const RTV_HOPCOUNT = 2
43827pkg syscall (openbsd-386), const RTV_MTU = 1
43828pkg syscall (openbsd-386), const RTV_RPIPE = 8
43829pkg syscall (openbsd-386), const RTV_RTT = 64
43830pkg syscall (openbsd-386), const RTV_RTTVAR = 128
43831pkg syscall (openbsd-386), const RTV_SPIPE = 16
43832pkg syscall (openbsd-386), const RTV_SSTHRESH = 32
43833pkg syscall (openbsd-386), const RT_TABLEID_MAX = 255
43834pkg syscall (openbsd-386), const RUSAGE_CHILDREN = -1
43835pkg syscall (openbsd-386), const RUSAGE_SELF = 0
43836pkg syscall (openbsd-386), const RUSAGE_THREAD = 1
43837pkg syscall (openbsd-386), const SCM_RIGHTS = 1
43838pkg syscall (openbsd-386), const SCM_TIMESTAMP = 4
43839pkg syscall (openbsd-386), const SIGBUS = 10
43840pkg syscall (openbsd-386), const SIGCHLD = 20
43841pkg syscall (openbsd-386), const SIGCONT = 19
43842pkg syscall (openbsd-386), const SIGEMT = 7
43843pkg syscall (openbsd-386), const SIGINFO = 29
43844pkg syscall (openbsd-386), const SIGIO = 23
43845pkg syscall (openbsd-386), const SIGIOT = 6
43846pkg syscall (openbsd-386), const SIGPROF = 27
43847pkg syscall (openbsd-386), const SIGSTOP = 17
43848pkg syscall (openbsd-386), const SIGSYS = 12
43849pkg syscall (openbsd-386), const SIGTHR = 32
43850pkg syscall (openbsd-386), const SIGTSTP = 18
43851pkg syscall (openbsd-386), const SIGTTIN = 21
43852pkg syscall (openbsd-386), const SIGTTOU = 22
43853pkg syscall (openbsd-386), const SIGURG = 16
43854pkg syscall (openbsd-386), const SIGUSR1 = 30
43855pkg syscall (openbsd-386), const SIGUSR2 = 31
43856pkg syscall (openbsd-386), const SIGVTALRM = 26
43857pkg syscall (openbsd-386), const SIGWINCH = 28
43858pkg syscall (openbsd-386), const SIGXCPU = 24
43859pkg syscall (openbsd-386), const SIGXFSZ = 25
43860pkg syscall (openbsd-386), const SIOCADDMULTI = 2149607729
43861pkg syscall (openbsd-386), const SIOCAIFADDR = 2151704858
43862pkg syscall (openbsd-386), const SIOCAIFGROUP = 2149869959
43863pkg syscall (openbsd-386), const SIOCALIFADDR = 2182637852
43864pkg syscall (openbsd-386), const SIOCATMARK = 1074033415
43865pkg syscall (openbsd-386), const SIOCBRDGADD = 2153015612
43866pkg syscall (openbsd-386), const SIOCBRDGADDS = 2153015617
43867pkg syscall (openbsd-386), const SIOCBRDGARL = 2154719565
43868pkg syscall (openbsd-386), const SIOCBRDGDADDR = 2150132039
43869pkg syscall (openbsd-386), const SIOCBRDGDEL = 2153015613
43870pkg syscall (openbsd-386), const SIOCBRDGDELS = 2153015618
43871pkg syscall (openbsd-386), const SIOCBRDGFLUSH = 2153015624
43872pkg syscall (openbsd-386), const SIOCBRDGFRL = 2154719566
43873pkg syscall (openbsd-386), const SIOCBRDGGCACHE = 3222563137
43874pkg syscall (openbsd-386), const SIOCBRDGGFD = 3222563154
43875pkg syscall (openbsd-386), const SIOCBRDGGHT = 3222563153
43876pkg syscall (openbsd-386), const SIOCBRDGGIFFLGS = 3226757438
43877pkg syscall (openbsd-386), const SIOCBRDGGMA = 3222563155
43878pkg syscall (openbsd-386), const SIOCBRDGGPARAM = 3224922456
43879pkg syscall (openbsd-386), const SIOCBRDGGPRI = 3222563152
43880pkg syscall (openbsd-386), const SIOCBRDGGRL = 3223873871
43881pkg syscall (openbsd-386), const SIOCBRDGGSIFS = 3226757436
43882pkg syscall (openbsd-386), const SIOCBRDGGTO = 3222563142
43883pkg syscall (openbsd-386), const SIOCBRDGIFS = 3226757442
43884pkg syscall (openbsd-386), const SIOCBRDGRTS = 3222825283
43885pkg syscall (openbsd-386), const SIOCBRDGSADDR = 3223873860
43886pkg syscall (openbsd-386), const SIOCBRDGSCACHE = 2148821312
43887pkg syscall (openbsd-386), const SIOCBRDGSFD = 2148821330
43888pkg syscall (openbsd-386), const SIOCBRDGSHT = 2148821329
43889pkg syscall (openbsd-386), const SIOCBRDGSIFCOST = 2153015637
43890pkg syscall (openbsd-386), const SIOCBRDGSIFFLGS = 2153015615
43891pkg syscall (openbsd-386), const SIOCBRDGSIFPRIO = 2153015636
43892pkg syscall (openbsd-386), const SIOCBRDGSMA = 2148821331
43893pkg syscall (openbsd-386), const SIOCBRDGSPRI = 2148821328
43894pkg syscall (openbsd-386), const SIOCBRDGSPROTO = 2148821338
43895pkg syscall (openbsd-386), const SIOCBRDGSTO = 2148821317
43896pkg syscall (openbsd-386), const SIOCBRDGSTXHC = 2148821337
43897pkg syscall (openbsd-386), const SIOCDELMULTI = 2149607730
43898pkg syscall (openbsd-386), const SIOCDIFADDR = 2149607705
43899pkg syscall (openbsd-386), const SIOCDIFGROUP = 2149869961
43900pkg syscall (openbsd-386), const SIOCDIFPHYADDR = 2149607753
43901pkg syscall (openbsd-386), const SIOCDLIFADDR = 2182637854
43902pkg syscall (openbsd-386), const SIOCGETKALIVE = 3222825380
43903pkg syscall (openbsd-386), const SIOCGETLABEL = 2149607834
43904pkg syscall (openbsd-386), const SIOCGETPFLOW = 3223349758
43905pkg syscall (openbsd-386), const SIOCGETPFSYNC = 3223349752
43906pkg syscall (openbsd-386), const SIOCGETSGCNT = 3222566196
43907pkg syscall (openbsd-386), const SIOCGETVIFCNT = 3222566195
43908pkg syscall (openbsd-386), const SIOCGHIWAT = 1074033409
43909pkg syscall (openbsd-386), const SIOCGIFADDR = 3223349537
43910pkg syscall (openbsd-386), const SIOCGIFASYNCMAP = 3223349628
43911pkg syscall (openbsd-386), const SIOCGIFBRDADDR = 3223349539
43912pkg syscall (openbsd-386), const SIOCGIFCONF = 3221776676
43913pkg syscall (openbsd-386), const SIOCGIFDATA = 3223349531
43914pkg syscall (openbsd-386), const SIOCGIFDESCR = 3223349633
43915pkg syscall (openbsd-386), const SIOCGIFDSTADDR = 3223349538
43916pkg syscall (openbsd-386), const SIOCGIFFLAGS = 3223349521
43917pkg syscall (openbsd-386), const SIOCGIFGATTR = 3223611787
43918pkg syscall (openbsd-386), const SIOCGIFGENERIC = 3223349562
43919pkg syscall (openbsd-386), const SIOCGIFGMEMB = 3223611786
43920pkg syscall (openbsd-386), const SIOCGIFGROUP = 3223611784
43921pkg syscall (openbsd-386), const SIOCGIFMEDIA = 3223873846
43922pkg syscall (openbsd-386), const SIOCGIFMETRIC = 3223349527
43923pkg syscall (openbsd-386), const SIOCGIFMTU = 3223349630
43924pkg syscall (openbsd-386), const SIOCGIFNETMASK = 3223349541
43925pkg syscall (openbsd-386), const SIOCGIFPDSTADDR = 3223349576
43926pkg syscall (openbsd-386), const SIOCGIFPRIORITY = 3223349660
43927pkg syscall (openbsd-386), const SIOCGIFPSRCADDR = 3223349575
43928pkg syscall (openbsd-386), const SIOCGIFRDOMAIN = 3223349664
43929pkg syscall (openbsd-386), const SIOCGIFRTLABEL = 3223349635
43930pkg syscall (openbsd-386), const SIOCGIFTIMESLOT = 3223349638
43931pkg syscall (openbsd-386), const SIOCGIFXFLAGS = 3223349662
43932pkg syscall (openbsd-386), const SIOCGLIFADDR = 3256379677
43933pkg syscall (openbsd-386), const SIOCGLIFPHYADDR = 3256379723
43934pkg syscall (openbsd-386), const SIOCGLIFPHYRTABLE = 3223349666
43935pkg syscall (openbsd-386), const SIOCGLOWAT = 1074033411
43936pkg syscall (openbsd-386), const SIOCGPGRP = 1074033417
43937pkg syscall (openbsd-386), const SIOCGVH = 3223349750
43938pkg syscall (openbsd-386), const SIOCIFCREATE = 2149607802
43939pkg syscall (openbsd-386), const SIOCIFDESTROY = 2149607801
43940pkg syscall (openbsd-386), const SIOCIFGCLONERS = 3222038904
43941pkg syscall (openbsd-386), const SIOCSETKALIVE = 2149083555
43942pkg syscall (openbsd-386), const SIOCSETLABEL = 2149607833
43943pkg syscall (openbsd-386), const SIOCSETPFLOW = 2149607933
43944pkg syscall (openbsd-386), const SIOCSETPFSYNC = 2149607927
43945pkg syscall (openbsd-386), const SIOCSHIWAT = 2147775232
43946pkg syscall (openbsd-386), const SIOCSIFADDR = 2149607692
43947pkg syscall (openbsd-386), const SIOCSIFASYNCMAP = 2149607805
43948pkg syscall (openbsd-386), const SIOCSIFBRDADDR = 2149607699
43949pkg syscall (openbsd-386), const SIOCSIFDESCR = 2149607808
43950pkg syscall (openbsd-386), const SIOCSIFDSTADDR = 2149607694
43951pkg syscall (openbsd-386), const SIOCSIFFLAGS = 2149607696
43952pkg syscall (openbsd-386), const SIOCSIFGATTR = 2149869964
43953pkg syscall (openbsd-386), const SIOCSIFGENERIC = 2149607737
43954pkg syscall (openbsd-386), const SIOCSIFLLADDR = 2149607711
43955pkg syscall (openbsd-386), const SIOCSIFMEDIA = 3223349557
43956pkg syscall (openbsd-386), const SIOCSIFMETRIC = 2149607704
43957pkg syscall (openbsd-386), const SIOCSIFMTU = 2149607807
43958pkg syscall (openbsd-386), const SIOCSIFNETMASK = 2149607702
43959pkg syscall (openbsd-386), const SIOCSIFPHYADDR = 2151704902
43960pkg syscall (openbsd-386), const SIOCSIFPRIORITY = 2149607835
43961pkg syscall (openbsd-386), const SIOCSIFRDOMAIN = 2149607839
43962pkg syscall (openbsd-386), const SIOCSIFRTLABEL = 2149607810
43963pkg syscall (openbsd-386), const SIOCSIFTIMESLOT = 2149607813
43964pkg syscall (openbsd-386), const SIOCSIFXFLAGS = 2149607837
43965pkg syscall (openbsd-386), const SIOCSLIFPHYADDR = 2182637898
43966pkg syscall (openbsd-386), const SIOCSLIFPHYRTABLE = 2149607841
43967pkg syscall (openbsd-386), const SIOCSLOWAT = 2147775234
43968pkg syscall (openbsd-386), const SIOCSPGRP = 2147775240
43969pkg syscall (openbsd-386), const SIOCSVH = 3223349749
43970pkg syscall (openbsd-386), const SOCK_RDM = 4
43971pkg syscall (openbsd-386), const SOL_SOCKET = 65535
43972pkg syscall (openbsd-386), const SOMAXCONN = 128
43973pkg syscall (openbsd-386), const SO_ACCEPTCONN = 2
43974pkg syscall (openbsd-386), const SO_BINDANY = 4096
43975pkg syscall (openbsd-386), const SO_BROADCAST = 32
43976pkg syscall (openbsd-386), const SO_DEBUG = 1
43977pkg syscall (openbsd-386), const SO_DONTROUTE = 16
43978pkg syscall (openbsd-386), const SO_ERROR = 4103
43979pkg syscall (openbsd-386), const SO_KEEPALIVE = 8
43980pkg syscall (openbsd-386), const SO_LINGER = 128
43981pkg syscall (openbsd-386), const SO_NETPROC = 4128
43982pkg syscall (openbsd-386), const SO_OOBINLINE = 256
43983pkg syscall (openbsd-386), const SO_PEERCRED = 4130
43984pkg syscall (openbsd-386), const SO_RCVBUF = 4098
43985pkg syscall (openbsd-386), const SO_RCVLOWAT = 4100
43986pkg syscall (openbsd-386), const SO_RCVTIMEO = 4102
43987pkg syscall (openbsd-386), const SO_REUSEADDR = 4
43988pkg syscall (openbsd-386), const SO_REUSEPORT = 512
43989pkg syscall (openbsd-386), const SO_RTABLE = 4129
43990pkg syscall (openbsd-386), const SO_SNDBUF = 4097
43991pkg syscall (openbsd-386), const SO_SNDLOWAT = 4099
43992pkg syscall (openbsd-386), const SO_SNDTIMEO = 4101
43993pkg syscall (openbsd-386), const SO_SPLICE = 4131
43994pkg syscall (openbsd-386), const SO_TIMESTAMP = 2048
43995pkg syscall (openbsd-386), const SO_TYPE = 4104
43996pkg syscall (openbsd-386), const SO_USELOOPBACK = 64
43997pkg syscall (openbsd-386), const SYS_ACCEPT = 30
43998pkg syscall (openbsd-386), const SYS_ACCESS = 33
43999pkg syscall (openbsd-386), const SYS_ACCT = 51
44000pkg syscall (openbsd-386), const SYS_ADJFREQ = 305
44001pkg syscall (openbsd-386), const SYS_ADJTIME = 140
44002pkg syscall (openbsd-386), const SYS_BIND = 104
44003pkg syscall (openbsd-386), const SYS_CHDIR = 12
44004pkg syscall (openbsd-386), const SYS_CHFLAGS = 34
44005pkg syscall (openbsd-386), const SYS_CHMOD = 15
44006pkg syscall (openbsd-386), const SYS_CHOWN = 16
44007pkg syscall (openbsd-386), const SYS_CHROOT = 61
44008pkg syscall (openbsd-386), const SYS_CLOCK_GETRES = 234
44009pkg syscall (openbsd-386), const SYS_CLOCK_GETTIME = 232
44010pkg syscall (openbsd-386), const SYS_CLOCK_SETTIME = 233
44011pkg syscall (openbsd-386), const SYS_CLOSE = 6
44012pkg syscall (openbsd-386), const SYS_CLOSEFROM = 287
44013pkg syscall (openbsd-386), const SYS_CONNECT = 98
44014pkg syscall (openbsd-386), const SYS_DUP = 41
44015pkg syscall (openbsd-386), const SYS_DUP2 = 90
44016pkg syscall (openbsd-386), const SYS_EXECVE = 59
44017pkg syscall (openbsd-386), const SYS_EXIT = 1
44018pkg syscall (openbsd-386), const SYS_FACCESSAT = 313
44019pkg syscall (openbsd-386), const SYS_FCHDIR = 13
44020pkg syscall (openbsd-386), const SYS_FCHFLAGS = 35
44021pkg syscall (openbsd-386), const SYS_FCHMOD = 124
44022pkg syscall (openbsd-386), const SYS_FCHMODAT = 314
44023pkg syscall (openbsd-386), const SYS_FCHOWN = 123
44024pkg syscall (openbsd-386), const SYS_FCHOWNAT = 315
44025pkg syscall (openbsd-386), const SYS_FCNTL = 92
44026pkg syscall (openbsd-386), const SYS_FHOPEN = 264
44027pkg syscall (openbsd-386), const SYS_FHSTAT = 294
44028pkg syscall (openbsd-386), const SYS_FHSTATFS = 309
44029pkg syscall (openbsd-386), const SYS_FLOCK = 131
44030pkg syscall (openbsd-386), const SYS_FORK = 2
44031pkg syscall (openbsd-386), const SYS_FPATHCONF = 192
44032pkg syscall (openbsd-386), const SYS_FSTAT = 292
44033pkg syscall (openbsd-386), const SYS_FSTATAT = 316
44034pkg syscall (openbsd-386), const SYS_FSTATFS = 308
44035pkg syscall (openbsd-386), const SYS_FSYNC = 95
44036pkg syscall (openbsd-386), const SYS_FTRUNCATE = 201
44037pkg syscall (openbsd-386), const SYS_FUTIMENS = 327
44038pkg syscall (openbsd-386), const SYS_FUTIMES = 206
44039pkg syscall (openbsd-386), const SYS_GETDIRENTRIES = 312
44040pkg syscall (openbsd-386), const SYS_GETDTABLECOUNT = 18
44041pkg syscall (openbsd-386), const SYS_GETEGID = 43
44042pkg syscall (openbsd-386), const SYS_GETEUID = 25
44043pkg syscall (openbsd-386), const SYS_GETFH = 161
44044pkg syscall (openbsd-386), const SYS_GETFSSTAT = 306
44045pkg syscall (openbsd-386), const SYS_GETGID = 47
44046pkg syscall (openbsd-386), const SYS_GETGROUPS = 79
44047pkg syscall (openbsd-386), const SYS_GETITIMER = 86
44048pkg syscall (openbsd-386), const SYS_GETLOGIN = 49
44049pkg syscall (openbsd-386), const SYS_GETPEERNAME = 31
44050pkg syscall (openbsd-386), const SYS_GETPGID = 207
44051pkg syscall (openbsd-386), const SYS_GETPGRP = 81
44052pkg syscall (openbsd-386), const SYS_GETPID = 20
44053pkg syscall (openbsd-386), const SYS_GETPPID = 39
44054pkg syscall (openbsd-386), const SYS_GETPRIORITY = 100
44055pkg syscall (openbsd-386), const SYS_GETRESGID = 283
44056pkg syscall (openbsd-386), const SYS_GETRESUID = 281
44057pkg syscall (openbsd-386), const SYS_GETRLIMIT = 194
44058pkg syscall (openbsd-386), const SYS_GETRTABLE = 311
44059pkg syscall (openbsd-386), const SYS_GETRUSAGE = 117
44060pkg syscall (openbsd-386), const SYS_GETSID = 255
44061pkg syscall (openbsd-386), const SYS_GETSOCKNAME = 32
44062pkg syscall (openbsd-386), const SYS_GETSOCKOPT = 118
44063pkg syscall (openbsd-386), const SYS_GETTHRID = 299
44064pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY = 116
44065pkg syscall (openbsd-386), const SYS_GETUID = 24
44066pkg syscall (openbsd-386), const SYS_IOCTL = 54
44067pkg syscall (openbsd-386), const SYS_ISSETUGID = 253
44068pkg syscall (openbsd-386), const SYS_KEVENT = 270
44069pkg syscall (openbsd-386), const SYS_KILL = 37
44070pkg syscall (openbsd-386), const SYS_KQUEUE = 269
44071pkg syscall (openbsd-386), const SYS_KTRACE = 45
44072pkg syscall (openbsd-386), const SYS_LCHOWN = 254
44073pkg syscall (openbsd-386), const SYS_LINK = 9
44074pkg syscall (openbsd-386), const SYS_LINKAT = 317
44075pkg syscall (openbsd-386), const SYS_LISTEN = 106
44076pkg syscall (openbsd-386), const SYS_LSEEK = 199
44077pkg syscall (openbsd-386), const SYS_LSTAT = 293
44078pkg syscall (openbsd-386), const SYS_MADVISE = 75
44079pkg syscall (openbsd-386), const SYS_MINCORE = 78
44080pkg syscall (openbsd-386), const SYS_MINHERIT = 250
44081pkg syscall (openbsd-386), const SYS_MKDIR = 136
44082pkg syscall (openbsd-386), const SYS_MKDIRAT = 318
44083pkg syscall (openbsd-386), const SYS_MKFIFO = 132
44084pkg syscall (openbsd-386), const SYS_MKFIFOAT = 319
44085pkg syscall (openbsd-386), const SYS_MKNOD = 14
44086pkg syscall (openbsd-386), const SYS_MKNODAT = 320
44087pkg syscall (openbsd-386), const SYS_MLOCK = 203
44088pkg syscall (openbsd-386), const SYS_MLOCKALL = 271
44089pkg syscall (openbsd-386), const SYS_MMAP = 197
44090pkg syscall (openbsd-386), const SYS_MOUNT = 21
44091pkg syscall (openbsd-386), const SYS_MPROTECT = 74
44092pkg syscall (openbsd-386), const SYS_MQUERY = 286
44093pkg syscall (openbsd-386), const SYS_MSGCTL = 297
44094pkg syscall (openbsd-386), const SYS_MSGGET = 225
44095pkg syscall (openbsd-386), const SYS_MSGRCV = 227
44096pkg syscall (openbsd-386), const SYS_MSGSND = 226
44097pkg syscall (openbsd-386), const SYS_MSYNC = 256
44098pkg syscall (openbsd-386), const SYS_MUNLOCK = 204
44099pkg syscall (openbsd-386), const SYS_MUNLOCKALL = 272
44100pkg syscall (openbsd-386), const SYS_MUNMAP = 73
44101pkg syscall (openbsd-386), const SYS_NANOSLEEP = 240
44102pkg syscall (openbsd-386), const SYS_NFSSVC = 155
44103pkg syscall (openbsd-386), const SYS_OBREAK = 17
44104pkg syscall (openbsd-386), const SYS_OPEN = 5
44105pkg syscall (openbsd-386), const SYS_OPENAT = 321
44106pkg syscall (openbsd-386), const SYS_PATHCONF = 191
44107pkg syscall (openbsd-386), const SYS_PIPE = 263
44108pkg syscall (openbsd-386), const SYS_POLL = 252
44109pkg syscall (openbsd-386), const SYS_PREAD = 173
44110pkg syscall (openbsd-386), const SYS_PREADV = 267
44111pkg syscall (openbsd-386), const SYS_PROFIL = 44
44112pkg syscall (openbsd-386), const SYS_PTRACE = 26
44113pkg syscall (openbsd-386), const SYS_PWRITE = 174
44114pkg syscall (openbsd-386), const SYS_PWRITEV = 268
44115pkg syscall (openbsd-386), const SYS_QUOTACTL = 148
44116pkg syscall (openbsd-386), const SYS_READ = 3
44117pkg syscall (openbsd-386), const SYS_READLINK = 58
44118pkg syscall (openbsd-386), const SYS_READLINKAT = 322
44119pkg syscall (openbsd-386), const SYS_READV = 120
44120pkg syscall (openbsd-386), const SYS_REBOOT = 55
44121pkg syscall (openbsd-386), const SYS_RECVFROM = 29
44122pkg syscall (openbsd-386), const SYS_RECVMSG = 27
44123pkg syscall (openbsd-386), const SYS_RENAME = 128
44124pkg syscall (openbsd-386), const SYS_RENAMEAT = 323
44125pkg syscall (openbsd-386), const SYS_REVOKE = 56
44126pkg syscall (openbsd-386), const SYS_RMDIR = 137
44127pkg syscall (openbsd-386), const SYS_SCHED_YIELD = 298
44128pkg syscall (openbsd-386), const SYS_SELECT = 93
44129pkg syscall (openbsd-386), const SYS_SEMGET = 221
44130pkg syscall (openbsd-386), const SYS_SEMOP = 290
44131pkg syscall (openbsd-386), const SYS_SENDMSG = 28
44132pkg syscall (openbsd-386), const SYS_SENDTO = 133
44133pkg syscall (openbsd-386), const SYS_SETEGID = 182
44134pkg syscall (openbsd-386), const SYS_SETEUID = 183
44135pkg syscall (openbsd-386), const SYS_SETGID = 181
44136pkg syscall (openbsd-386), const SYS_SETGROUPS = 80
44137pkg syscall (openbsd-386), const SYS_SETITIMER = 83
44138pkg syscall (openbsd-386), const SYS_SETLOGIN = 50
44139pkg syscall (openbsd-386), const SYS_SETPGID = 82
44140pkg syscall (openbsd-386), const SYS_SETPRIORITY = 96
44141pkg syscall (openbsd-386), const SYS_SETREGID = 127
44142pkg syscall (openbsd-386), const SYS_SETRESGID = 284
44143pkg syscall (openbsd-386), const SYS_SETRESUID = 282
44144pkg syscall (openbsd-386), const SYS_SETREUID = 126
44145pkg syscall (openbsd-386), const SYS_SETRLIMIT = 195
44146pkg syscall (openbsd-386), const SYS_SETRTABLE = 310
44147pkg syscall (openbsd-386), const SYS_SETSID = 147
44148pkg syscall (openbsd-386), const SYS_SETSOCKOPT = 105
44149pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 122
44150pkg syscall (openbsd-386), const SYS_SETUID = 23
44151pkg syscall (openbsd-386), const SYS_SHMAT = 228
44152pkg syscall (openbsd-386), const SYS_SHMCTL = 296
44153pkg syscall (openbsd-386), const SYS_SHMDT = 230
44154pkg syscall (openbsd-386), const SYS_SHMGET = 289
44155pkg syscall (openbsd-386), const SYS_SHUTDOWN = 134
44156pkg syscall (openbsd-386), const SYS_SIGACTION = 46
44157pkg syscall (openbsd-386), const SYS_SIGALTSTACK = 288
44158pkg syscall (openbsd-386), const SYS_SIGPENDING = 52
44159pkg syscall (openbsd-386), const SYS_SIGPROCMASK = 48
44160pkg syscall (openbsd-386), const SYS_SIGRETURN = 103
44161pkg syscall (openbsd-386), const SYS_SIGSUSPEND = 111
44162pkg syscall (openbsd-386), const SYS_SOCKET = 97
44163pkg syscall (openbsd-386), const SYS_SOCKETPAIR = 135
44164pkg syscall (openbsd-386), const SYS_STAT = 291
44165pkg syscall (openbsd-386), const SYS_STATFS = 307
44166pkg syscall (openbsd-386), const SYS_SWAPCTL = 193
44167pkg syscall (openbsd-386), const SYS_SYMLINK = 57
44168pkg syscall (openbsd-386), const SYS_SYMLINKAT = 324
44169pkg syscall (openbsd-386), const SYS_SYNC = 36
44170pkg syscall (openbsd-386), const SYS_SYSARCH = 165
44171pkg syscall (openbsd-386), const SYS_TRUNCATE = 200
44172pkg syscall (openbsd-386), const SYS_UMASK = 60
44173pkg syscall (openbsd-386), const SYS_UNLINK = 10
44174pkg syscall (openbsd-386), const SYS_UNLINKAT = 325
44175pkg syscall (openbsd-386), const SYS_UNMOUNT = 22
44176pkg syscall (openbsd-386), const SYS_UTIMENSAT = 326
44177pkg syscall (openbsd-386), const SYS_UTIMES = 138
44178pkg syscall (openbsd-386), const SYS_VFORK = 66
44179pkg syscall (openbsd-386), const SYS_WAIT4 = 7
44180pkg syscall (openbsd-386), const SYS_WRITE = 4
44181pkg syscall (openbsd-386), const SYS_WRITEV = 121
44182pkg syscall (openbsd-386), const SYS___GETCWD = 304
44183pkg syscall (openbsd-386), const SYS___GET_TCB = 330
44184pkg syscall (openbsd-386), const SYS___SEMCTL = 295
44185pkg syscall (openbsd-386), const SYS___SET_TCB = 329
44186pkg syscall (openbsd-386), const SYS___SYSCTL = 202
44187pkg syscall (openbsd-386), const SYS___TFORK = 8
44188pkg syscall (openbsd-386), const SYS___THREXIT = 302
44189pkg syscall (openbsd-386), const SYS___THRSIGDIVERT = 303
44190pkg syscall (openbsd-386), const SYS___THRSLEEP = 300
44191pkg syscall (openbsd-386), const SYS___THRWAKEUP = 301
44192pkg syscall (openbsd-386), const S_IFMT = 61440
44193pkg syscall (openbsd-386), const SizeofBpfHdr = 20
44194pkg syscall (openbsd-386), const SizeofBpfInsn = 8
44195pkg syscall (openbsd-386), const SizeofBpfProgram = 8
44196pkg syscall (openbsd-386), const SizeofBpfStat = 8
44197pkg syscall (openbsd-386), const SizeofBpfVersion = 4
44198pkg syscall (openbsd-386), const SizeofCmsghdr = 12
44199pkg syscall (openbsd-386), const SizeofIPMreq = 8
44200pkg syscall (openbsd-386), const SizeofIPv6Mreq = 20
44201pkg syscall (openbsd-386), const SizeofIfAnnounceMsghdr = 26
44202pkg syscall (openbsd-386), const SizeofIfData = 208
44203pkg syscall (openbsd-386), const SizeofIfMsghdr = 232
44204pkg syscall (openbsd-386), const SizeofIfaMsghdr = 24
44205pkg syscall (openbsd-386), const SizeofInet6Pktinfo = 20
44206pkg syscall (openbsd-386), const SizeofLinger = 8
44207pkg syscall (openbsd-386), const SizeofMsghdr = 28
44208pkg syscall (openbsd-386), const SizeofRtMetrics = 48
44209pkg syscall (openbsd-386), const SizeofRtMsghdr = 88
44210pkg syscall (openbsd-386), const SizeofSockaddrAny = 108
44211pkg syscall (openbsd-386), const SizeofSockaddrDatalink = 32
44212pkg syscall (openbsd-386), const SizeofSockaddrInet4 = 16
44213pkg syscall (openbsd-386), const SizeofSockaddrInet6 = 28
44214pkg syscall (openbsd-386), const SizeofSockaddrUnix = 106
44215pkg syscall (openbsd-386), const TCIFLUSH = 1
44216pkg syscall (openbsd-386), const TCIOFLUSH = 3
44217pkg syscall (openbsd-386), const TCOFLUSH = 2
44218pkg syscall (openbsd-386), const TCP_MAXBURST = 4
44219pkg syscall (openbsd-386), const TCP_MAXSEG = 2
44220pkg syscall (openbsd-386), const TCP_MAXWIN = 65535
44221pkg syscall (openbsd-386), const TCP_MAX_SACK = 3
44222pkg syscall (openbsd-386), const TCP_MAX_WINSHIFT = 14
44223pkg syscall (openbsd-386), const TCP_MD5SIG = 4
44224pkg syscall (openbsd-386), const TCP_MSS = 512
44225pkg syscall (openbsd-386), const TCP_NSTATES = 11
44226pkg syscall (openbsd-386), const TCP_SACK_ENABLE = 8
44227pkg syscall (openbsd-386), const TCSAFLUSH = 2
44228pkg syscall (openbsd-386), const TIOCCBRK = 536900730
44229pkg syscall (openbsd-386), const TIOCCDTR = 536900728
44230pkg syscall (openbsd-386), const TIOCCONS = 2147775586
44231pkg syscall (openbsd-386), const TIOCDRAIN = 536900702
44232pkg syscall (openbsd-386), const TIOCEXCL = 536900621
44233pkg syscall (openbsd-386), const TIOCEXT = 2147775584
44234pkg syscall (openbsd-386), const TIOCFLAG_CLOCAL = 2
44235pkg syscall (openbsd-386), const TIOCFLAG_CRTSCTS = 4
44236pkg syscall (openbsd-386), const TIOCFLAG_MDMBUF = 8
44237pkg syscall (openbsd-386), const TIOCFLAG_PPS = 16
44238pkg syscall (openbsd-386), const TIOCFLAG_SOFTCAR = 1
44239pkg syscall (openbsd-386), const TIOCFLUSH = 2147775504
44240pkg syscall (openbsd-386), const TIOCGETA = 1076655123
44241pkg syscall (openbsd-386), const TIOCGETD = 1074033690
44242pkg syscall (openbsd-386), const TIOCGFLAGS = 1074033757
44243pkg syscall (openbsd-386), const TIOCGPGRP = 1074033783
44244pkg syscall (openbsd-386), const TIOCGTSTAMP = 1074295899
44245pkg syscall (openbsd-386), const TIOCGWINSZ = 1074295912
44246pkg syscall (openbsd-386), const TIOCMBIC = 2147775595
44247pkg syscall (openbsd-386), const TIOCMBIS = 2147775596
44248pkg syscall (openbsd-386), const TIOCMGET = 1074033770
44249pkg syscall (openbsd-386), const TIOCMODG = 1074033770
44250pkg syscall (openbsd-386), const TIOCMODS = 2147775597
44251pkg syscall (openbsd-386), const TIOCMSET = 2147775597
44252pkg syscall (openbsd-386), const TIOCM_CAR = 64
44253pkg syscall (openbsd-386), const TIOCM_CD = 64
44254pkg syscall (openbsd-386), const TIOCM_CTS = 32
44255pkg syscall (openbsd-386), const TIOCM_DSR = 256
44256pkg syscall (openbsd-386), const TIOCM_DTR = 2
44257pkg syscall (openbsd-386), const TIOCM_LE = 1
44258pkg syscall (openbsd-386), const TIOCM_RI = 128
44259pkg syscall (openbsd-386), const TIOCM_RNG = 128
44260pkg syscall (openbsd-386), const TIOCM_RTS = 4
44261pkg syscall (openbsd-386), const TIOCM_SR = 16
44262pkg syscall (openbsd-386), const TIOCM_ST = 8
44263pkg syscall (openbsd-386), const TIOCNOTTY = 536900721
44264pkg syscall (openbsd-386), const TIOCNXCL = 536900622
44265pkg syscall (openbsd-386), const TIOCOUTQ = 1074033779
44266pkg syscall (openbsd-386), const TIOCPKT = 2147775600
44267pkg syscall (openbsd-386), const TIOCPKT_DATA = 0
44268pkg syscall (openbsd-386), const TIOCPKT_DOSTOP = 32
44269pkg syscall (openbsd-386), const TIOCPKT_FLUSHREAD = 1
44270pkg syscall (openbsd-386), const TIOCPKT_FLUSHWRITE = 2
44271pkg syscall (openbsd-386), const TIOCPKT_IOCTL = 64
44272pkg syscall (openbsd-386), const TIOCPKT_NOSTOP = 16
44273pkg syscall (openbsd-386), const TIOCPKT_START = 8
44274pkg syscall (openbsd-386), const TIOCPKT_STOP = 4
44275pkg syscall (openbsd-386), const TIOCREMOTE = 2147775593
44276pkg syscall (openbsd-386), const TIOCSBRK = 536900731
44277pkg syscall (openbsd-386), const TIOCSCTTY = 536900705
44278pkg syscall (openbsd-386), const TIOCSDTR = 536900729
44279pkg syscall (openbsd-386), const TIOCSETA = 2150396948
44280pkg syscall (openbsd-386), const TIOCSETAF = 2150396950
44281pkg syscall (openbsd-386), const TIOCSETAW = 2150396949
44282pkg syscall (openbsd-386), const TIOCSETD = 2147775515
44283pkg syscall (openbsd-386), const TIOCSFLAGS = 2147775580
44284pkg syscall (openbsd-386), const TIOCSIG = 2147775583
44285pkg syscall (openbsd-386), const TIOCSPGRP = 2147775606
44286pkg syscall (openbsd-386), const TIOCSTART = 536900718
44287pkg syscall (openbsd-386), const TIOCSTAT = 2147775589
44288pkg syscall (openbsd-386), const TIOCSTI = 2147578994
44289pkg syscall (openbsd-386), const TIOCSTOP = 536900719
44290pkg syscall (openbsd-386), const TIOCSTSTAMP = 2148037722
44291pkg syscall (openbsd-386), const TIOCSWINSZ = 2148037735
44292pkg syscall (openbsd-386), const TIOCUCNTL = 2147775590
44293pkg syscall (openbsd-386), const TOSTOP = 4194304
44294pkg syscall (openbsd-386), const VDISCARD = 15
44295pkg syscall (openbsd-386), const VDSUSP = 11
44296pkg syscall (openbsd-386), const VEOF = 0
44297pkg syscall (openbsd-386), const VEOL = 1
44298pkg syscall (openbsd-386), const VEOL2 = 2
44299pkg syscall (openbsd-386), const VERASE = 3
44300pkg syscall (openbsd-386), const VINTR = 8
44301pkg syscall (openbsd-386), const VKILL = 5
44302pkg syscall (openbsd-386), const VLNEXT = 14
44303pkg syscall (openbsd-386), const VMIN = 16
44304pkg syscall (openbsd-386), const VQUIT = 9
44305pkg syscall (openbsd-386), const VREPRINT = 6
44306pkg syscall (openbsd-386), const VSTART = 12
44307pkg syscall (openbsd-386), const VSTATUS = 18
44308pkg syscall (openbsd-386), const VSTOP = 13
44309pkg syscall (openbsd-386), const VSUSP = 10
44310pkg syscall (openbsd-386), const VTIME = 17
44311pkg syscall (openbsd-386), const VWERASE = 4
44312pkg syscall (openbsd-386), const WALTSIG = 4
44313pkg syscall (openbsd-386), const WCONTINUED = 8
44314pkg syscall (openbsd-386), const WCOREFLAG = 128
44315pkg syscall (openbsd-386), const WNOHANG = 1
44316pkg syscall (openbsd-386), const WSTOPPED = 127
44317pkg syscall (openbsd-386), const WUNTRACED = 2
44318pkg syscall (openbsd-386-cgo), const AF_APPLETALK = 16
44319pkg syscall (openbsd-386-cgo), const AF_BLUETOOTH = 32
44320pkg syscall (openbsd-386-cgo), const AF_CCITT = 10
44321pkg syscall (openbsd-386-cgo), const AF_CHAOS = 5
44322pkg syscall (openbsd-386-cgo), const AF_CNT = 21
44323pkg syscall (openbsd-386-cgo), const AF_COIP = 20
44324pkg syscall (openbsd-386-cgo), const AF_DATAKIT = 9
44325pkg syscall (openbsd-386-cgo), const AF_DECnet = 12
44326pkg syscall (openbsd-386-cgo), const AF_DLI = 13
44327pkg syscall (openbsd-386-cgo), const AF_E164 = 26
44328pkg syscall (openbsd-386-cgo), const AF_ECMA = 8
44329pkg syscall (openbsd-386-cgo), const AF_ENCAP = 28
44330pkg syscall (openbsd-386-cgo), const AF_HYLINK = 15
44331pkg syscall (openbsd-386-cgo), const AF_IMPLINK = 3
44332pkg syscall (openbsd-386-cgo), const AF_INET6 = 24
44333pkg syscall (openbsd-386-cgo), const AF_IPX = 23
44334pkg syscall (openbsd-386-cgo), const AF_ISDN = 26
44335pkg syscall (openbsd-386-cgo), const AF_ISO = 7
44336pkg syscall (openbsd-386-cgo), const AF_KEY = 30
44337pkg syscall (openbsd-386-cgo), const AF_LAT = 14
44338pkg syscall (openbsd-386-cgo), const AF_LINK = 18
44339pkg syscall (openbsd-386-cgo), const AF_LOCAL = 1
44340pkg syscall (openbsd-386-cgo), const AF_MAX = 36
44341pkg syscall (openbsd-386-cgo), const AF_MPLS = 33
44342pkg syscall (openbsd-386-cgo), const AF_NATM = 27
44343pkg syscall (openbsd-386-cgo), const AF_NS = 6
44344pkg syscall (openbsd-386-cgo), const AF_OSI = 7
44345pkg syscall (openbsd-386-cgo), const AF_PUP = 4
44346pkg syscall (openbsd-386-cgo), const AF_ROUTE = 17
44347pkg syscall (openbsd-386-cgo), const AF_SIP = 29
44348pkg syscall (openbsd-386-cgo), const AF_SNA = 11
44349pkg syscall (openbsd-386-cgo), const ARPHRD_ETHER = 1
44350pkg syscall (openbsd-386-cgo), const ARPHRD_FRELAY = 15
44351pkg syscall (openbsd-386-cgo), const ARPHRD_IEEE1394 = 24
44352pkg syscall (openbsd-386-cgo), const ARPHRD_IEEE802 = 6
44353pkg syscall (openbsd-386-cgo), const B0 = 0
44354pkg syscall (openbsd-386-cgo), const B110 = 110
44355pkg syscall (openbsd-386-cgo), const B115200 = 115200
44356pkg syscall (openbsd-386-cgo), const B1200 = 1200
44357pkg syscall (openbsd-386-cgo), const B134 = 134
44358pkg syscall (openbsd-386-cgo), const B14400 = 14400
44359pkg syscall (openbsd-386-cgo), const B150 = 150
44360pkg syscall (openbsd-386-cgo), const B1800 = 1800
44361pkg syscall (openbsd-386-cgo), const B19200 = 19200
44362pkg syscall (openbsd-386-cgo), const B200 = 200
44363pkg syscall (openbsd-386-cgo), const B230400 = 230400
44364pkg syscall (openbsd-386-cgo), const B2400 = 2400
44365pkg syscall (openbsd-386-cgo), const B28800 = 28800
44366pkg syscall (openbsd-386-cgo), const B300 = 300
44367pkg syscall (openbsd-386-cgo), const B38400 = 38400
44368pkg syscall (openbsd-386-cgo), const B4800 = 4800
44369pkg syscall (openbsd-386-cgo), const B50 = 50
44370pkg syscall (openbsd-386-cgo), const B57600 = 57600
44371pkg syscall (openbsd-386-cgo), const B600 = 600
44372pkg syscall (openbsd-386-cgo), const B7200 = 7200
44373pkg syscall (openbsd-386-cgo), const B75 = 75
44374pkg syscall (openbsd-386-cgo), const B76800 = 76800
44375pkg syscall (openbsd-386-cgo), const B9600 = 9600
44376pkg syscall (openbsd-386-cgo), const BIOCFLUSH = 536887912
44377pkg syscall (openbsd-386-cgo), const BIOCGBLEN = 1074020966
44378pkg syscall (openbsd-386-cgo), const BIOCGDIRFILT = 1074020988
44379pkg syscall (openbsd-386-cgo), const BIOCGDLT = 1074020970
44380pkg syscall (openbsd-386-cgo), const BIOCGDLTLIST = 3221766779
44381pkg syscall (openbsd-386-cgo), const BIOCGETIF = 1075855979
44382pkg syscall (openbsd-386-cgo), const BIOCGFILDROP = 1074020984
44383pkg syscall (openbsd-386-cgo), const BIOCGHDRCMPLT = 1074020980
44384pkg syscall (openbsd-386-cgo), const BIOCGRSIG = 1074020979
44385pkg syscall (openbsd-386-cgo), const BIOCGRTIMEOUT = 1074283118
44386pkg syscall (openbsd-386-cgo), const BIOCGSTATS = 1074283119
44387pkg syscall (openbsd-386-cgo), const BIOCIMMEDIATE = 2147762800
44388pkg syscall (openbsd-386-cgo), const BIOCLOCK = 536887926
44389pkg syscall (openbsd-386-cgo), const BIOCPROMISC = 536887913
44390pkg syscall (openbsd-386-cgo), const BIOCSBLEN = 3221504614
44391pkg syscall (openbsd-386-cgo), const BIOCSDIRFILT = 2147762813
44392pkg syscall (openbsd-386-cgo), const BIOCSDLT = 2147762810
44393pkg syscall (openbsd-386-cgo), const BIOCSETF = 2148024935
44394pkg syscall (openbsd-386-cgo), const BIOCSETIF = 2149597804
44395pkg syscall (openbsd-386-cgo), const BIOCSETWF = 2148024951
44396pkg syscall (openbsd-386-cgo), const BIOCSFILDROP = 2147762809
44397pkg syscall (openbsd-386-cgo), const BIOCSHDRCMPLT = 2147762805
44398pkg syscall (openbsd-386-cgo), const BIOCSRSIG = 2147762802
44399pkg syscall (openbsd-386-cgo), const BIOCSRTIMEOUT = 2148024941
44400pkg syscall (openbsd-386-cgo), const BIOCVERSION = 1074020977
44401pkg syscall (openbsd-386-cgo), const BPF_A = 16
44402pkg syscall (openbsd-386-cgo), const BPF_ABS = 32
44403pkg syscall (openbsd-386-cgo), const BPF_ADD = 0
44404pkg syscall (openbsd-386-cgo), const BPF_ALIGNMENT = 4
44405pkg syscall (openbsd-386-cgo), const BPF_ALU = 4
44406pkg syscall (openbsd-386-cgo), const BPF_AND = 80
44407pkg syscall (openbsd-386-cgo), const BPF_B = 16
44408pkg syscall (openbsd-386-cgo), const BPF_DIRECTION_IN = 1
44409pkg syscall (openbsd-386-cgo), const BPF_DIRECTION_OUT = 2
44410pkg syscall (openbsd-386-cgo), const BPF_DIV = 48
44411pkg syscall (openbsd-386-cgo), const BPF_H = 8
44412pkg syscall (openbsd-386-cgo), const BPF_IMM = 0
44413pkg syscall (openbsd-386-cgo), const BPF_IND = 64
44414pkg syscall (openbsd-386-cgo), const BPF_JA = 0
44415pkg syscall (openbsd-386-cgo), const BPF_JEQ = 16
44416pkg syscall (openbsd-386-cgo), const BPF_JGE = 48
44417pkg syscall (openbsd-386-cgo), const BPF_JGT = 32
44418pkg syscall (openbsd-386-cgo), const BPF_JMP = 5
44419pkg syscall (openbsd-386-cgo), const BPF_JSET = 64
44420pkg syscall (openbsd-386-cgo), const BPF_K = 0
44421pkg syscall (openbsd-386-cgo), const BPF_LD = 0
44422pkg syscall (openbsd-386-cgo), const BPF_LDX = 1
44423pkg syscall (openbsd-386-cgo), const BPF_LEN = 128
44424pkg syscall (openbsd-386-cgo), const BPF_LSH = 96
44425pkg syscall (openbsd-386-cgo), const BPF_MAJOR_VERSION = 1
44426pkg syscall (openbsd-386-cgo), const BPF_MAXBUFSIZE = 2097152
44427pkg syscall (openbsd-386-cgo), const BPF_MAXINSNS = 512
44428pkg syscall (openbsd-386-cgo), const BPF_MEM = 96
44429pkg syscall (openbsd-386-cgo), const BPF_MEMWORDS = 16
44430pkg syscall (openbsd-386-cgo), const BPF_MINBUFSIZE = 32
44431pkg syscall (openbsd-386-cgo), const BPF_MINOR_VERSION = 1
44432pkg syscall (openbsd-386-cgo), const BPF_MISC = 7
44433pkg syscall (openbsd-386-cgo), const BPF_MSH = 160
44434pkg syscall (openbsd-386-cgo), const BPF_MUL = 32
44435pkg syscall (openbsd-386-cgo), const BPF_NEG = 128
44436pkg syscall (openbsd-386-cgo), const BPF_OR = 64
44437pkg syscall (openbsd-386-cgo), const BPF_RELEASE = 199606
44438pkg syscall (openbsd-386-cgo), const BPF_RET = 6
44439pkg syscall (openbsd-386-cgo), const BPF_RSH = 112
44440pkg syscall (openbsd-386-cgo), const BPF_ST = 2
44441pkg syscall (openbsd-386-cgo), const BPF_STX = 3
44442pkg syscall (openbsd-386-cgo), const BPF_SUB = 16
44443pkg syscall (openbsd-386-cgo), const BPF_TAX = 0
44444pkg syscall (openbsd-386-cgo), const BPF_TXA = 128
44445pkg syscall (openbsd-386-cgo), const BPF_W = 0
44446pkg syscall (openbsd-386-cgo), const BPF_X = 8
44447pkg syscall (openbsd-386-cgo), const BRKINT = 2
44448pkg syscall (openbsd-386-cgo), const CFLUSH = 15
44449pkg syscall (openbsd-386-cgo), const CLOCAL = 32768
44450pkg syscall (openbsd-386-cgo), const CREAD = 2048
44451pkg syscall (openbsd-386-cgo), const CS5 = 0
44452pkg syscall (openbsd-386-cgo), const CS6 = 256
44453pkg syscall (openbsd-386-cgo), const CS7 = 512
44454pkg syscall (openbsd-386-cgo), const CS8 = 768
44455pkg syscall (openbsd-386-cgo), const CSIZE = 768
44456pkg syscall (openbsd-386-cgo), const CSTART = 17
44457pkg syscall (openbsd-386-cgo), const CSTATUS = 255
44458pkg syscall (openbsd-386-cgo), const CSTOP = 19
44459pkg syscall (openbsd-386-cgo), const CSTOPB = 1024
44460pkg syscall (openbsd-386-cgo), const CSUSP = 26
44461pkg syscall (openbsd-386-cgo), const CTL_MAXNAME = 12
44462pkg syscall (openbsd-386-cgo), const CTL_NET = 4
44463pkg syscall (openbsd-386-cgo), const DIOCOSFPFLUSH = 536888398
44464pkg syscall (openbsd-386-cgo), const DLT_ARCNET = 7
44465pkg syscall (openbsd-386-cgo), const DLT_ATM_RFC1483 = 11
44466pkg syscall (openbsd-386-cgo), const DLT_AX25 = 3
44467pkg syscall (openbsd-386-cgo), const DLT_CHAOS = 5
44468pkg syscall (openbsd-386-cgo), const DLT_C_HDLC = 104
44469pkg syscall (openbsd-386-cgo), const DLT_EN10MB = 1
44470pkg syscall (openbsd-386-cgo), const DLT_EN3MB = 2
44471pkg syscall (openbsd-386-cgo), const DLT_ENC = 13
44472pkg syscall (openbsd-386-cgo), const DLT_FDDI = 10
44473pkg syscall (openbsd-386-cgo), const DLT_IEEE802 = 6
44474pkg syscall (openbsd-386-cgo), const DLT_IEEE802_11 = 105
44475pkg syscall (openbsd-386-cgo), const DLT_IEEE802_11_RADIO = 127
44476pkg syscall (openbsd-386-cgo), const DLT_LOOP = 12
44477pkg syscall (openbsd-386-cgo), const DLT_MPLS = 219
44478pkg syscall (openbsd-386-cgo), const DLT_NULL = 0
44479pkg syscall (openbsd-386-cgo), const DLT_PFLOG = 117
44480pkg syscall (openbsd-386-cgo), const DLT_PFSYNC = 18
44481pkg syscall (openbsd-386-cgo), const DLT_PPP = 9
44482pkg syscall (openbsd-386-cgo), const DLT_PPP_BSDOS = 16
44483pkg syscall (openbsd-386-cgo), const DLT_PPP_ETHER = 51
44484pkg syscall (openbsd-386-cgo), const DLT_PPP_SERIAL = 50
44485pkg syscall (openbsd-386-cgo), const DLT_PRONET = 4
44486pkg syscall (openbsd-386-cgo), const DLT_RAW = 14
44487pkg syscall (openbsd-386-cgo), const DLT_SLIP = 8
44488pkg syscall (openbsd-386-cgo), const DLT_SLIP_BSDOS = 15
44489pkg syscall (openbsd-386-cgo), const DT_BLK = 6
44490pkg syscall (openbsd-386-cgo), const DT_CHR = 2
44491pkg syscall (openbsd-386-cgo), const DT_DIR = 4
44492pkg syscall (openbsd-386-cgo), const DT_FIFO = 1
44493pkg syscall (openbsd-386-cgo), const DT_LNK = 10
44494pkg syscall (openbsd-386-cgo), const DT_REG = 8
44495pkg syscall (openbsd-386-cgo), const DT_SOCK = 12
44496pkg syscall (openbsd-386-cgo), const DT_UNKNOWN = 0
44497pkg syscall (openbsd-386-cgo), const E2BIG = 7
44498pkg syscall (openbsd-386-cgo), const EACCES = 13
44499pkg syscall (openbsd-386-cgo), const EADDRINUSE = 48
44500pkg syscall (openbsd-386-cgo), const EADDRNOTAVAIL = 49
44501pkg syscall (openbsd-386-cgo), const EAFNOSUPPORT = 47
44502pkg syscall (openbsd-386-cgo), const EAGAIN = 35
44503pkg syscall (openbsd-386-cgo), const EALREADY = 37
44504pkg syscall (openbsd-386-cgo), const EAUTH = 80
44505pkg syscall (openbsd-386-cgo), const EBADF = 9
44506pkg syscall (openbsd-386-cgo), const EBADRPC = 72
44507pkg syscall (openbsd-386-cgo), const EBUSY = 16
44508pkg syscall (openbsd-386-cgo), const ECANCELED = 88
44509pkg syscall (openbsd-386-cgo), const ECHILD = 10
44510pkg syscall (openbsd-386-cgo), const ECHO = 8
44511pkg syscall (openbsd-386-cgo), const ECHOCTL = 64
44512pkg syscall (openbsd-386-cgo), const ECHOE = 2
44513pkg syscall (openbsd-386-cgo), const ECHOK = 4
44514pkg syscall (openbsd-386-cgo), const ECHOKE = 1
44515pkg syscall (openbsd-386-cgo), const ECHONL = 16
44516pkg syscall (openbsd-386-cgo), const ECHOPRT = 32
44517pkg syscall (openbsd-386-cgo), const ECONNABORTED = 53
44518pkg syscall (openbsd-386-cgo), const ECONNREFUSED = 61
44519pkg syscall (openbsd-386-cgo), const ECONNRESET = 54
44520pkg syscall (openbsd-386-cgo), const EDEADLK = 11
44521pkg syscall (openbsd-386-cgo), const EDESTADDRREQ = 39
44522pkg syscall (openbsd-386-cgo), const EDOM = 33
44523pkg syscall (openbsd-386-cgo), const EDQUOT = 69
44524pkg syscall (openbsd-386-cgo), const EEXIST = 17
44525pkg syscall (openbsd-386-cgo), const EFAULT = 14
44526pkg syscall (openbsd-386-cgo), const EFBIG = 27
44527pkg syscall (openbsd-386-cgo), const EFTYPE = 79
44528pkg syscall (openbsd-386-cgo), const EHOSTDOWN = 64
44529pkg syscall (openbsd-386-cgo), const EHOSTUNREACH = 65
44530pkg syscall (openbsd-386-cgo), const EIDRM = 89
44531pkg syscall (openbsd-386-cgo), const EILSEQ = 84
44532pkg syscall (openbsd-386-cgo), const EINPROGRESS = 36
44533pkg syscall (openbsd-386-cgo), const EINTR = 4
44534pkg syscall (openbsd-386-cgo), const EINVAL = 22
44535pkg syscall (openbsd-386-cgo), const EIO = 5
44536pkg syscall (openbsd-386-cgo), const EIPSEC = 82
44537pkg syscall (openbsd-386-cgo), const EISCONN = 56
44538pkg syscall (openbsd-386-cgo), const EISDIR = 21
44539pkg syscall (openbsd-386-cgo), const ELAST = 91
44540pkg syscall (openbsd-386-cgo), const ELOOP = 62
44541pkg syscall (openbsd-386-cgo), const EMEDIUMTYPE = 86
44542pkg syscall (openbsd-386-cgo), const EMFILE = 24
44543pkg syscall (openbsd-386-cgo), const EMLINK = 31
44544pkg syscall (openbsd-386-cgo), const EMSGSIZE = 40
44545pkg syscall (openbsd-386-cgo), const EMT_TAGOVF = 1
44546pkg syscall (openbsd-386-cgo), const EMUL_ENABLED = 1
44547pkg syscall (openbsd-386-cgo), const EMUL_NATIVE = 2
44548pkg syscall (openbsd-386-cgo), const ENAMETOOLONG = 63
44549pkg syscall (openbsd-386-cgo), const ENDRUNDISC = 9
44550pkg syscall (openbsd-386-cgo), const ENEEDAUTH = 81
44551pkg syscall (openbsd-386-cgo), const ENETDOWN = 50
44552pkg syscall (openbsd-386-cgo), const ENETRESET = 52
44553pkg syscall (openbsd-386-cgo), const ENETUNREACH = 51
44554pkg syscall (openbsd-386-cgo), const ENFILE = 23
44555pkg syscall (openbsd-386-cgo), const ENOATTR = 83
44556pkg syscall (openbsd-386-cgo), const ENOBUFS = 55
44557pkg syscall (openbsd-386-cgo), const ENODEV = 19
44558pkg syscall (openbsd-386-cgo), const ENOEXEC = 8
44559pkg syscall (openbsd-386-cgo), const ENOLCK = 77
44560pkg syscall (openbsd-386-cgo), const ENOMEDIUM = 85
44561pkg syscall (openbsd-386-cgo), const ENOMEM = 12
44562pkg syscall (openbsd-386-cgo), const ENOMSG = 90
44563pkg syscall (openbsd-386-cgo), const ENOPROTOOPT = 42
44564pkg syscall (openbsd-386-cgo), const ENOSPC = 28
44565pkg syscall (openbsd-386-cgo), const ENOSYS = 78
44566pkg syscall (openbsd-386-cgo), const ENOTBLK = 15
44567pkg syscall (openbsd-386-cgo), const ENOTCONN = 57
44568pkg syscall (openbsd-386-cgo), const ENOTDIR = 20
44569pkg syscall (openbsd-386-cgo), const ENOTEMPTY = 66
44570pkg syscall (openbsd-386-cgo), const ENOTSOCK = 38
44571pkg syscall (openbsd-386-cgo), const ENOTSUP = 91
44572pkg syscall (openbsd-386-cgo), const ENOTTY = 25
44573pkg syscall (openbsd-386-cgo), const ENXIO = 6
44574pkg syscall (openbsd-386-cgo), const EOPNOTSUPP = 45
44575pkg syscall (openbsd-386-cgo), const EOVERFLOW = 87
44576pkg syscall (openbsd-386-cgo), const EPERM = 1
44577pkg syscall (openbsd-386-cgo), const EPFNOSUPPORT = 46
44578pkg syscall (openbsd-386-cgo), const EPIPE = 32
44579pkg syscall (openbsd-386-cgo), const EPROCLIM = 67
44580pkg syscall (openbsd-386-cgo), const EPROCUNAVAIL = 76
44581pkg syscall (openbsd-386-cgo), const EPROGMISMATCH = 75
44582pkg syscall (openbsd-386-cgo), const EPROGUNAVAIL = 74
44583pkg syscall (openbsd-386-cgo), const EPROTONOSUPPORT = 43
44584pkg syscall (openbsd-386-cgo), const EPROTOTYPE = 41
44585pkg syscall (openbsd-386-cgo), const ERANGE = 34
44586pkg syscall (openbsd-386-cgo), const EREMOTE = 71
44587pkg syscall (openbsd-386-cgo), const EROFS = 30
44588pkg syscall (openbsd-386-cgo), const ERPCMISMATCH = 73
44589pkg syscall (openbsd-386-cgo), const ESHUTDOWN = 58
44590pkg syscall (openbsd-386-cgo), const ESOCKTNOSUPPORT = 44
44591pkg syscall (openbsd-386-cgo), const ESPIPE = 29
44592pkg syscall (openbsd-386-cgo), const ESRCH = 3
44593pkg syscall (openbsd-386-cgo), const ESTALE = 70
44594pkg syscall (openbsd-386-cgo), const ETHERMIN = 46
44595pkg syscall (openbsd-386-cgo), const ETHERMTU = 1500
44596pkg syscall (openbsd-386-cgo), const ETHERTYPE_8023 = 4
44597pkg syscall (openbsd-386-cgo), const ETHERTYPE_AARP = 33011
44598pkg syscall (openbsd-386-cgo), const ETHERTYPE_ACCTON = 33680
44599pkg syscall (openbsd-386-cgo), const ETHERTYPE_AEONIC = 32822
44600pkg syscall (openbsd-386-cgo), const ETHERTYPE_ALPHA = 33098
44601pkg syscall (openbsd-386-cgo), const ETHERTYPE_AMBER = 24584
44602pkg syscall (openbsd-386-cgo), const ETHERTYPE_AMOEBA = 33093
44603pkg syscall (openbsd-386-cgo), const ETHERTYPE_AOE = 34978
44604pkg syscall (openbsd-386-cgo), const ETHERTYPE_APOLLO = 33015
44605pkg syscall (openbsd-386-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
44606pkg syscall (openbsd-386-cgo), const ETHERTYPE_APPLETALK = 32923
44607pkg syscall (openbsd-386-cgo), const ETHERTYPE_APPLITEK = 32967
44608pkg syscall (openbsd-386-cgo), const ETHERTYPE_ARGONAUT = 32826
44609pkg syscall (openbsd-386-cgo), const ETHERTYPE_ARP = 2054
44610pkg syscall (openbsd-386-cgo), const ETHERTYPE_AT = 32923
44611pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATALK = 32923
44612pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATOMIC = 34527
44613pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATT = 32873
44614pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATTSTANFORD = 32776
44615pkg syscall (openbsd-386-cgo), const ETHERTYPE_AUTOPHON = 32874
44616pkg syscall (openbsd-386-cgo), const ETHERTYPE_AXIS = 34902
44617pkg syscall (openbsd-386-cgo), const ETHERTYPE_BCLOOP = 36867
44618pkg syscall (openbsd-386-cgo), const ETHERTYPE_BOFL = 33026
44619pkg syscall (openbsd-386-cgo), const ETHERTYPE_CABLETRON = 28724
44620pkg syscall (openbsd-386-cgo), const ETHERTYPE_CHAOS = 2052
44621pkg syscall (openbsd-386-cgo), const ETHERTYPE_COMDESIGN = 32876
44622pkg syscall (openbsd-386-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
44623pkg syscall (openbsd-386-cgo), const ETHERTYPE_COUNTERPOINT = 32866
44624pkg syscall (openbsd-386-cgo), const ETHERTYPE_CRONUS = 32772
44625pkg syscall (openbsd-386-cgo), const ETHERTYPE_CRONUSVLN = 32771
44626pkg syscall (openbsd-386-cgo), const ETHERTYPE_DCA = 4660
44627pkg syscall (openbsd-386-cgo), const ETHERTYPE_DDE = 32891
44628pkg syscall (openbsd-386-cgo), const ETHERTYPE_DEBNI = 43690
44629pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECAM = 32840
44630pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECCUST = 24582
44631pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDIAG = 24581
44632pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDNS = 32828
44633pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDTS = 32830
44634pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECEXPER = 24576
44635pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECLAST = 32833
44636pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECLTM = 32831
44637pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECMUMPS = 24585
44638pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECNETBIOS = 32832
44639pkg syscall (openbsd-386-cgo), const ETHERTYPE_DELTACON = 34526
44640pkg syscall (openbsd-386-cgo), const ETHERTYPE_DIDDLE = 17185
44641pkg syscall (openbsd-386-cgo), const ETHERTYPE_DLOG1 = 1632
44642pkg syscall (openbsd-386-cgo), const ETHERTYPE_DLOG2 = 1633
44643pkg syscall (openbsd-386-cgo), const ETHERTYPE_DN = 24579
44644pkg syscall (openbsd-386-cgo), const ETHERTYPE_DOGFIGHT = 6537
44645pkg syscall (openbsd-386-cgo), const ETHERTYPE_DSMD = 32825
44646pkg syscall (openbsd-386-cgo), const ETHERTYPE_ECMA = 2051
44647pkg syscall (openbsd-386-cgo), const ETHERTYPE_ENCRYPT = 32829
44648pkg syscall (openbsd-386-cgo), const ETHERTYPE_ES = 32861
44649pkg syscall (openbsd-386-cgo), const ETHERTYPE_EXCELAN = 32784
44650pkg syscall (openbsd-386-cgo), const ETHERTYPE_EXPERDATA = 32841
44651pkg syscall (openbsd-386-cgo), const ETHERTYPE_FLIP = 33094
44652pkg syscall (openbsd-386-cgo), const ETHERTYPE_FLOWCONTROL = 34824
44653pkg syscall (openbsd-386-cgo), const ETHERTYPE_FRARP = 2056
44654pkg syscall (openbsd-386-cgo), const ETHERTYPE_GENDYN = 32872
44655pkg syscall (openbsd-386-cgo), const ETHERTYPE_HAYES = 33072
44656pkg syscall (openbsd-386-cgo), const ETHERTYPE_HIPPI_FP = 33152
44657pkg syscall (openbsd-386-cgo), const ETHERTYPE_HITACHI = 34848
44658pkg syscall (openbsd-386-cgo), const ETHERTYPE_HP = 32773
44659pkg syscall (openbsd-386-cgo), const ETHERTYPE_IEEEPUP = 2560
44660pkg syscall (openbsd-386-cgo), const ETHERTYPE_IEEEPUPAT = 2561
44661pkg syscall (openbsd-386-cgo), const ETHERTYPE_IMLBL = 19522
44662pkg syscall (openbsd-386-cgo), const ETHERTYPE_IMLBLDIAG = 16972
44663pkg syscall (openbsd-386-cgo), const ETHERTYPE_IP = 2048
44664pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPAS = 34668
44665pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPV6 = 34525
44666pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPX = 33079
44667pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPXNEW = 32823
44668pkg syscall (openbsd-386-cgo), const ETHERTYPE_KALPANA = 34178
44669pkg syscall (openbsd-386-cgo), const ETHERTYPE_LANBRIDGE = 32824
44670pkg syscall (openbsd-386-cgo), const ETHERTYPE_LANPROBE = 34952
44671pkg syscall (openbsd-386-cgo), const ETHERTYPE_LAT = 24580
44672pkg syscall (openbsd-386-cgo), const ETHERTYPE_LBACK = 36864
44673pkg syscall (openbsd-386-cgo), const ETHERTYPE_LITTLE = 32864
44674pkg syscall (openbsd-386-cgo), const ETHERTYPE_LLDP = 35020
44675pkg syscall (openbsd-386-cgo), const ETHERTYPE_LOGICRAFT = 33096
44676pkg syscall (openbsd-386-cgo), const ETHERTYPE_LOOPBACK = 36864
44677pkg syscall (openbsd-386-cgo), const ETHERTYPE_MATRA = 32890
44678pkg syscall (openbsd-386-cgo), const ETHERTYPE_MAX = 65535
44679pkg syscall (openbsd-386-cgo), const ETHERTYPE_MERIT = 32892
44680pkg syscall (openbsd-386-cgo), const ETHERTYPE_MICP = 34618
44681pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOPDL = 24577
44682pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOPRC = 24578
44683pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOTOROLA = 33165
44684pkg syscall (openbsd-386-cgo), const ETHERTYPE_MPLS = 34887
44685pkg syscall (openbsd-386-cgo), const ETHERTYPE_MPLS_MCAST = 34888
44686pkg syscall (openbsd-386-cgo), const ETHERTYPE_MUMPS = 33087
44687pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCC = 15364
44688pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLAIM = 15369
44689pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLREQ = 15365
44690pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLRSP = 15366
44691pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCREQ = 15362
44692pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCRSP = 15363
44693pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDG = 15367
44694pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDGB = 15368
44695pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDLTE = 15370
44696pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRAR = 15372
44697pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRAS = 15371
44698pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRST = 15373
44699pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPSCD = 15361
44700pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPVCD = 15360
44701pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBS = 2050
44702pkg syscall (openbsd-386-cgo), const ETHERTYPE_NCD = 33097
44703pkg syscall (openbsd-386-cgo), const ETHERTYPE_NESTAR = 32774
44704pkg syscall (openbsd-386-cgo), const ETHERTYPE_NETBEUI = 33169
44705pkg syscall (openbsd-386-cgo), const ETHERTYPE_NOVELL = 33080
44706pkg syscall (openbsd-386-cgo), const ETHERTYPE_NS = 1536
44707pkg syscall (openbsd-386-cgo), const ETHERTYPE_NSAT = 1537
44708pkg syscall (openbsd-386-cgo), const ETHERTYPE_NSCOMPAT = 2055
44709pkg syscall (openbsd-386-cgo), const ETHERTYPE_NTRAILER = 16
44710pkg syscall (openbsd-386-cgo), const ETHERTYPE_OS9 = 28679
44711pkg syscall (openbsd-386-cgo), const ETHERTYPE_OS9NET = 28681
44712pkg syscall (openbsd-386-cgo), const ETHERTYPE_PACER = 32966
44713pkg syscall (openbsd-386-cgo), const ETHERTYPE_PAE = 34958
44714pkg syscall (openbsd-386-cgo), const ETHERTYPE_PCS = 16962
44715pkg syscall (openbsd-386-cgo), const ETHERTYPE_PLANNING = 32836
44716pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPP = 34827
44717pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPPOE = 34916
44718pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPPOEDISC = 34915
44719pkg syscall (openbsd-386-cgo), const ETHERTYPE_PRIMENTS = 28721
44720pkg syscall (openbsd-386-cgo), const ETHERTYPE_PUP = 512
44721pkg syscall (openbsd-386-cgo), const ETHERTYPE_PUPAT = 512
44722pkg syscall (openbsd-386-cgo), const ETHERTYPE_QINQ = 34984
44723pkg syscall (openbsd-386-cgo), const ETHERTYPE_RACAL = 28720
44724pkg syscall (openbsd-386-cgo), const ETHERTYPE_RATIONAL = 33104
44725pkg syscall (openbsd-386-cgo), const ETHERTYPE_RAWFR = 25945
44726pkg syscall (openbsd-386-cgo), const ETHERTYPE_RCL = 6549
44727pkg syscall (openbsd-386-cgo), const ETHERTYPE_RDP = 34617
44728pkg syscall (openbsd-386-cgo), const ETHERTYPE_RETIX = 33010
44729pkg syscall (openbsd-386-cgo), const ETHERTYPE_REVARP = 32821
44730pkg syscall (openbsd-386-cgo), const ETHERTYPE_SCA = 24583
44731pkg syscall (openbsd-386-cgo), const ETHERTYPE_SECTRA = 34523
44732pkg syscall (openbsd-386-cgo), const ETHERTYPE_SECUREDATA = 34669
44733pkg syscall (openbsd-386-cgo), const ETHERTYPE_SGITW = 33150
44734pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_BOUNCE = 32790
44735pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_DIAG = 32787
44736pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_NETGAMES = 32788
44737pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_RESV = 32789
44738pkg syscall (openbsd-386-cgo), const ETHERTYPE_SIMNET = 21000
44739pkg syscall (openbsd-386-cgo), const ETHERTYPE_SLOW = 34825
44740pkg syscall (openbsd-386-cgo), const ETHERTYPE_SNA = 32981
44741pkg syscall (openbsd-386-cgo), const ETHERTYPE_SNMP = 33100
44742pkg syscall (openbsd-386-cgo), const ETHERTYPE_SONIX = 64245
44743pkg syscall (openbsd-386-cgo), const ETHERTYPE_SPIDER = 32927
44744pkg syscall (openbsd-386-cgo), const ETHERTYPE_SPRITE = 1280
44745pkg syscall (openbsd-386-cgo), const ETHERTYPE_STP = 33153
44746pkg syscall (openbsd-386-cgo), const ETHERTYPE_TALARIS = 33067
44747pkg syscall (openbsd-386-cgo), const ETHERTYPE_TALARISMC = 34091
44748pkg syscall (openbsd-386-cgo), const ETHERTYPE_TCPCOMP = 34667
44749pkg syscall (openbsd-386-cgo), const ETHERTYPE_TCPSM = 36866
44750pkg syscall (openbsd-386-cgo), const ETHERTYPE_TEC = 33103
44751pkg syscall (openbsd-386-cgo), const ETHERTYPE_TIGAN = 32815
44752pkg syscall (openbsd-386-cgo), const ETHERTYPE_TRAIL = 4096
44753pkg syscall (openbsd-386-cgo), const ETHERTYPE_TRANSETHER = 25944
44754pkg syscall (openbsd-386-cgo), const ETHERTYPE_TYMSHARE = 32814
44755pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBBST = 28677
44756pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDEBUG = 2304
44757pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
44758pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDL = 28672
44759pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBNIU = 28673
44760pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBNMC = 28675
44761pkg syscall (openbsd-386-cgo), const ETHERTYPE_VALID = 5632
44762pkg syscall (openbsd-386-cgo), const ETHERTYPE_VARIAN = 32989
44763pkg syscall (openbsd-386-cgo), const ETHERTYPE_VAXELN = 32827
44764pkg syscall (openbsd-386-cgo), const ETHERTYPE_VEECO = 32871
44765pkg syscall (openbsd-386-cgo), const ETHERTYPE_VEXP = 32859
44766pkg syscall (openbsd-386-cgo), const ETHERTYPE_VGLAB = 33073
44767pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINES = 2989
44768pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINESECHO = 2991
44769pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINESLOOP = 2990
44770pkg syscall (openbsd-386-cgo), const ETHERTYPE_VITAL = 65280
44771pkg syscall (openbsd-386-cgo), const ETHERTYPE_VLAN = 33024
44772pkg syscall (openbsd-386-cgo), const ETHERTYPE_VLTLMAN = 32896
44773pkg syscall (openbsd-386-cgo), const ETHERTYPE_VPROD = 32860
44774pkg syscall (openbsd-386-cgo), const ETHERTYPE_VURESERVED = 33095
44775pkg syscall (openbsd-386-cgo), const ETHERTYPE_WATERLOO = 33072
44776pkg syscall (openbsd-386-cgo), const ETHERTYPE_WELLFLEET = 33027
44777pkg syscall (openbsd-386-cgo), const ETHERTYPE_X25 = 2053
44778pkg syscall (openbsd-386-cgo), const ETHERTYPE_X75 = 2049
44779pkg syscall (openbsd-386-cgo), const ETHERTYPE_XNSSM = 36865
44780pkg syscall (openbsd-386-cgo), const ETHERTYPE_XTP = 33149
44781pkg syscall (openbsd-386-cgo), const ETHER_ADDR_LEN = 6
44782pkg syscall (openbsd-386-cgo), const ETHER_ALIGN = 2
44783pkg syscall (openbsd-386-cgo), const ETHER_CRC_LEN = 4
44784pkg syscall (openbsd-386-cgo), const ETHER_CRC_POLY_BE = 79764918
44785pkg syscall (openbsd-386-cgo), const ETHER_CRC_POLY_LE = 3988292384
44786pkg syscall (openbsd-386-cgo), const ETHER_HDR_LEN = 14
44787pkg syscall (openbsd-386-cgo), const ETHER_MAX_DIX_LEN = 1536
44788pkg syscall (openbsd-386-cgo), const ETHER_MAX_LEN = 1518
44789pkg syscall (openbsd-386-cgo), const ETHER_MIN_LEN = 64
44790pkg syscall (openbsd-386-cgo), const ETHER_TYPE_LEN = 2
44791pkg syscall (openbsd-386-cgo), const ETHER_VLAN_ENCAP_LEN = 4
44792pkg syscall (openbsd-386-cgo), const ETIMEDOUT = 60
44793pkg syscall (openbsd-386-cgo), const ETOOMANYREFS = 59
44794pkg syscall (openbsd-386-cgo), const ETXTBSY = 26
44795pkg syscall (openbsd-386-cgo), const EUSERS = 68
44796pkg syscall (openbsd-386-cgo), const EVFILT_AIO = -3
44797pkg syscall (openbsd-386-cgo), const EVFILT_PROC = -5
44798pkg syscall (openbsd-386-cgo), const EVFILT_READ = -1
44799pkg syscall (openbsd-386-cgo), const EVFILT_SIGNAL = -6
44800pkg syscall (openbsd-386-cgo), const EVFILT_SYSCOUNT = 7
44801pkg syscall (openbsd-386-cgo), const EVFILT_TIMER = -7
44802pkg syscall (openbsd-386-cgo), const EVFILT_VNODE = -4
44803pkg syscall (openbsd-386-cgo), const EVFILT_WRITE = -2
44804pkg syscall (openbsd-386-cgo), const EV_ADD = 1
44805pkg syscall (openbsd-386-cgo), const EV_CLEAR = 32
44806pkg syscall (openbsd-386-cgo), const EV_DELETE = 2
44807pkg syscall (openbsd-386-cgo), const EV_DISABLE = 8
44808pkg syscall (openbsd-386-cgo), const EV_ENABLE = 4
44809pkg syscall (openbsd-386-cgo), const EV_EOF = 32768
44810pkg syscall (openbsd-386-cgo), const EV_ERROR = 16384
44811pkg syscall (openbsd-386-cgo), const EV_FLAG1 = 8192
44812pkg syscall (openbsd-386-cgo), const EV_ONESHOT = 16
44813pkg syscall (openbsd-386-cgo), const EV_SYSFLAGS = 61440
44814pkg syscall (openbsd-386-cgo), const EWOULDBLOCK = 35
44815pkg syscall (openbsd-386-cgo), const EXDEV = 18
44816pkg syscall (openbsd-386-cgo), const EXTA = 19200
44817pkg syscall (openbsd-386-cgo), const EXTB = 38400
44818pkg syscall (openbsd-386-cgo), const EXTPROC = 2048
44819pkg syscall (openbsd-386-cgo), const FD_CLOEXEC = 1
44820pkg syscall (openbsd-386-cgo), const FD_SETSIZE = 1024
44821pkg syscall (openbsd-386-cgo), const FLUSHO = 8388608
44822pkg syscall (openbsd-386-cgo), const F_DUPFD = 0
44823pkg syscall (openbsd-386-cgo), const F_DUPFD_CLOEXEC = 10
44824pkg syscall (openbsd-386-cgo), const F_GETFD = 1
44825pkg syscall (openbsd-386-cgo), const F_GETFL = 3
44826pkg syscall (openbsd-386-cgo), const F_GETLK = 7
44827pkg syscall (openbsd-386-cgo), const F_GETOWN = 5
44828pkg syscall (openbsd-386-cgo), const F_OK = 0
44829pkg syscall (openbsd-386-cgo), const F_RDLCK = 1
44830pkg syscall (openbsd-386-cgo), const F_SETFD = 2
44831pkg syscall (openbsd-386-cgo), const F_SETFL = 4
44832pkg syscall (openbsd-386-cgo), const F_SETLK = 8
44833pkg syscall (openbsd-386-cgo), const F_SETLKW = 9
44834pkg syscall (openbsd-386-cgo), const F_SETOWN = 6
44835pkg syscall (openbsd-386-cgo), const F_UNLCK = 2
44836pkg syscall (openbsd-386-cgo), const F_WRLCK = 3
44837pkg syscall (openbsd-386-cgo), const HUPCL = 16384
44838pkg syscall (openbsd-386-cgo), const ICANON = 256
44839pkg syscall (openbsd-386-cgo), const ICRNL = 256
44840pkg syscall (openbsd-386-cgo), const IEXTEN = 1024
44841pkg syscall (openbsd-386-cgo), const IFAN_ARRIVAL = 0
44842pkg syscall (openbsd-386-cgo), const IFAN_DEPARTURE = 1
44843pkg syscall (openbsd-386-cgo), const IFA_ROUTE = 1
44844pkg syscall (openbsd-386-cgo), const IFF_ALLMULTI = 512
44845pkg syscall (openbsd-386-cgo), const IFF_CANTCHANGE = 36434
44846pkg syscall (openbsd-386-cgo), const IFF_DEBUG = 4
44847pkg syscall (openbsd-386-cgo), const IFF_LINK0 = 4096
44848pkg syscall (openbsd-386-cgo), const IFF_LINK1 = 8192
44849pkg syscall (openbsd-386-cgo), const IFF_LINK2 = 16384
44850pkg syscall (openbsd-386-cgo), const IFF_LOOPBACK = 8
44851pkg syscall (openbsd-386-cgo), const IFF_MULTICAST = 32768
44852pkg syscall (openbsd-386-cgo), const IFF_NOARP = 128
44853pkg syscall (openbsd-386-cgo), const IFF_NOTRAILERS = 32
44854pkg syscall (openbsd-386-cgo), const IFF_OACTIVE = 1024
44855pkg syscall (openbsd-386-cgo), const IFF_POINTOPOINT = 16
44856pkg syscall (openbsd-386-cgo), const IFF_PROMISC = 256
44857pkg syscall (openbsd-386-cgo), const IFF_RUNNING = 64
44858pkg syscall (openbsd-386-cgo), const IFF_SIMPLEX = 2048
44859pkg syscall (openbsd-386-cgo), const IFNAMSIZ = 16
44860pkg syscall (openbsd-386-cgo), const IFT_1822 = 2
44861pkg syscall (openbsd-386-cgo), const IFT_A12MPPSWITCH = 130
44862pkg syscall (openbsd-386-cgo), const IFT_AAL2 = 187
44863pkg syscall (openbsd-386-cgo), const IFT_AAL5 = 49
44864pkg syscall (openbsd-386-cgo), const IFT_ADSL = 94
44865pkg syscall (openbsd-386-cgo), const IFT_AFLANE8023 = 59
44866pkg syscall (openbsd-386-cgo), const IFT_AFLANE8025 = 60
44867pkg syscall (openbsd-386-cgo), const IFT_ARAP = 88
44868pkg syscall (openbsd-386-cgo), const IFT_ARCNET = 35
44869pkg syscall (openbsd-386-cgo), const IFT_ARCNETPLUS = 36
44870pkg syscall (openbsd-386-cgo), const IFT_ASYNC = 84
44871pkg syscall (openbsd-386-cgo), const IFT_ATM = 37
44872pkg syscall (openbsd-386-cgo), const IFT_ATMDXI = 105
44873pkg syscall (openbsd-386-cgo), const IFT_ATMFUNI = 106
44874pkg syscall (openbsd-386-cgo), const IFT_ATMIMA = 107
44875pkg syscall (openbsd-386-cgo), const IFT_ATMLOGICAL = 80
44876pkg syscall (openbsd-386-cgo), const IFT_ATMRADIO = 189
44877pkg syscall (openbsd-386-cgo), const IFT_ATMSUBINTERFACE = 134
44878pkg syscall (openbsd-386-cgo), const IFT_ATMVCIENDPT = 194
44879pkg syscall (openbsd-386-cgo), const IFT_ATMVIRTUAL = 149
44880pkg syscall (openbsd-386-cgo), const IFT_BGPPOLICYACCOUNTING = 162
44881pkg syscall (openbsd-386-cgo), const IFT_BLUETOOTH = 248
44882pkg syscall (openbsd-386-cgo), const IFT_BRIDGE = 209
44883pkg syscall (openbsd-386-cgo), const IFT_BSC = 83
44884pkg syscall (openbsd-386-cgo), const IFT_CARP = 247
44885pkg syscall (openbsd-386-cgo), const IFT_CCTEMUL = 61
44886pkg syscall (openbsd-386-cgo), const IFT_CEPT = 19
44887pkg syscall (openbsd-386-cgo), const IFT_CES = 133
44888pkg syscall (openbsd-386-cgo), const IFT_CHANNEL = 70
44889pkg syscall (openbsd-386-cgo), const IFT_CNR = 85
44890pkg syscall (openbsd-386-cgo), const IFT_COFFEE = 132
44891pkg syscall (openbsd-386-cgo), const IFT_COMPOSITELINK = 155
44892pkg syscall (openbsd-386-cgo), const IFT_DCN = 141
44893pkg syscall (openbsd-386-cgo), const IFT_DIGITALPOWERLINE = 138
44894pkg syscall (openbsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
44895pkg syscall (openbsd-386-cgo), const IFT_DLSW = 74
44896pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
44897pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEMACLAYER = 127
44898pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEUPSTREAM = 129
44899pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
44900pkg syscall (openbsd-386-cgo), const IFT_DS0 = 81
44901pkg syscall (openbsd-386-cgo), const IFT_DS0BUNDLE = 82
44902pkg syscall (openbsd-386-cgo), const IFT_DS1FDL = 170
44903pkg syscall (openbsd-386-cgo), const IFT_DS3 = 30
44904pkg syscall (openbsd-386-cgo), const IFT_DTM = 140
44905pkg syscall (openbsd-386-cgo), const IFT_DUMMY = 241
44906pkg syscall (openbsd-386-cgo), const IFT_DVBASILN = 172
44907pkg syscall (openbsd-386-cgo), const IFT_DVBASIOUT = 173
44908pkg syscall (openbsd-386-cgo), const IFT_DVBRCCDOWNSTREAM = 147
44909pkg syscall (openbsd-386-cgo), const IFT_DVBRCCMACLAYER = 146
44910pkg syscall (openbsd-386-cgo), const IFT_DVBRCCUPSTREAM = 148
44911pkg syscall (openbsd-386-cgo), const IFT_ECONET = 206
44912pkg syscall (openbsd-386-cgo), const IFT_ENC = 244
44913pkg syscall (openbsd-386-cgo), const IFT_EON = 25
44914pkg syscall (openbsd-386-cgo), const IFT_EPLRS = 87
44915pkg syscall (openbsd-386-cgo), const IFT_ESCON = 73
44916pkg syscall (openbsd-386-cgo), const IFT_ETHER = 6
44917pkg syscall (openbsd-386-cgo), const IFT_FAITH = 243
44918pkg syscall (openbsd-386-cgo), const IFT_FAST = 125
44919pkg syscall (openbsd-386-cgo), const IFT_FASTETHER = 62
44920pkg syscall (openbsd-386-cgo), const IFT_FASTETHERFX = 69
44921pkg syscall (openbsd-386-cgo), const IFT_FDDI = 15
44922pkg syscall (openbsd-386-cgo), const IFT_FIBRECHANNEL = 56
44923pkg syscall (openbsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
44924pkg syscall (openbsd-386-cgo), const IFT_FRAMERELAYMPI = 92
44925pkg syscall (openbsd-386-cgo), const IFT_FRDLCIENDPT = 193
44926pkg syscall (openbsd-386-cgo), const IFT_FRELAY = 32
44927pkg syscall (openbsd-386-cgo), const IFT_FRELAYDCE = 44
44928pkg syscall (openbsd-386-cgo), const IFT_FRF16MFRBUNDLE = 163
44929pkg syscall (openbsd-386-cgo), const IFT_FRFORWARD = 158
44930pkg syscall (openbsd-386-cgo), const IFT_G703AT2MB = 67
44931pkg syscall (openbsd-386-cgo), const IFT_G703AT64K = 66
44932pkg syscall (openbsd-386-cgo), const IFT_GIF = 240
44933pkg syscall (openbsd-386-cgo), const IFT_GIGABITETHERNET = 117
44934pkg syscall (openbsd-386-cgo), const IFT_GR303IDT = 178
44935pkg syscall (openbsd-386-cgo), const IFT_GR303RDT = 177
44936pkg syscall (openbsd-386-cgo), const IFT_H323GATEKEEPER = 164
44937pkg syscall (openbsd-386-cgo), const IFT_H323PROXY = 165
44938pkg syscall (openbsd-386-cgo), const IFT_HDH1822 = 3
44939pkg syscall (openbsd-386-cgo), const IFT_HDLC = 118
44940pkg syscall (openbsd-386-cgo), const IFT_HDSL2 = 168
44941pkg syscall (openbsd-386-cgo), const IFT_HIPERLAN2 = 183
44942pkg syscall (openbsd-386-cgo), const IFT_HIPPI = 47
44943pkg syscall (openbsd-386-cgo), const IFT_HIPPIINTERFACE = 57
44944pkg syscall (openbsd-386-cgo), const IFT_HOSTPAD = 90
44945pkg syscall (openbsd-386-cgo), const IFT_HSSI = 46
44946pkg syscall (openbsd-386-cgo), const IFT_HY = 14
44947pkg syscall (openbsd-386-cgo), const IFT_IBM370PARCHAN = 72
44948pkg syscall (openbsd-386-cgo), const IFT_IDSL = 154
44949pkg syscall (openbsd-386-cgo), const IFT_IEEE1394 = 144
44950pkg syscall (openbsd-386-cgo), const IFT_IEEE80211 = 71
44951pkg syscall (openbsd-386-cgo), const IFT_IEEE80212 = 55
44952pkg syscall (openbsd-386-cgo), const IFT_IEEE8023ADLAG = 161
44953pkg syscall (openbsd-386-cgo), const IFT_IFGSN = 145
44954pkg syscall (openbsd-386-cgo), const IFT_IMT = 190
44955pkg syscall (openbsd-386-cgo), const IFT_INFINIBAND = 199
44956pkg syscall (openbsd-386-cgo), const IFT_INTERLEAVE = 124
44957pkg syscall (openbsd-386-cgo), const IFT_IP = 126
44958pkg syscall (openbsd-386-cgo), const IFT_IPFORWARD = 142
44959pkg syscall (openbsd-386-cgo), const IFT_IPOVERATM = 114
44960pkg syscall (openbsd-386-cgo), const IFT_IPOVERCDLC = 109
44961pkg syscall (openbsd-386-cgo), const IFT_IPOVERCLAW = 110
44962pkg syscall (openbsd-386-cgo), const IFT_IPSWITCH = 78
44963pkg syscall (openbsd-386-cgo), const IFT_ISDN = 63
44964pkg syscall (openbsd-386-cgo), const IFT_ISDNBASIC = 20
44965pkg syscall (openbsd-386-cgo), const IFT_ISDNPRIMARY = 21
44966pkg syscall (openbsd-386-cgo), const IFT_ISDNS = 75
44967pkg syscall (openbsd-386-cgo), const IFT_ISDNU = 76
44968pkg syscall (openbsd-386-cgo), const IFT_ISO88022LLC = 41
44969pkg syscall (openbsd-386-cgo), const IFT_ISO88023 = 7
44970pkg syscall (openbsd-386-cgo), const IFT_ISO88024 = 8
44971pkg syscall (openbsd-386-cgo), const IFT_ISO88025 = 9
44972pkg syscall (openbsd-386-cgo), const IFT_ISO88025CRFPINT = 98
44973pkg syscall (openbsd-386-cgo), const IFT_ISO88025DTR = 86
44974pkg syscall (openbsd-386-cgo), const IFT_ISO88025FIBER = 115
44975pkg syscall (openbsd-386-cgo), const IFT_ISO88026 = 10
44976pkg syscall (openbsd-386-cgo), const IFT_ISUP = 179
44977pkg syscall (openbsd-386-cgo), const IFT_L2VLAN = 135
44978pkg syscall (openbsd-386-cgo), const IFT_L3IPVLAN = 136
44979pkg syscall (openbsd-386-cgo), const IFT_L3IPXVLAN = 137
44980pkg syscall (openbsd-386-cgo), const IFT_LAPB = 16
44981pkg syscall (openbsd-386-cgo), const IFT_LAPD = 77
44982pkg syscall (openbsd-386-cgo), const IFT_LAPF = 119
44983pkg syscall (openbsd-386-cgo), const IFT_LINEGROUP = 210
44984pkg syscall (openbsd-386-cgo), const IFT_LOCALTALK = 42
44985pkg syscall (openbsd-386-cgo), const IFT_LOOP = 24
44986pkg syscall (openbsd-386-cgo), const IFT_MEDIAMAILOVERIP = 139
44987pkg syscall (openbsd-386-cgo), const IFT_MFSIGLINK = 167
44988pkg syscall (openbsd-386-cgo), const IFT_MIOX25 = 38
44989pkg syscall (openbsd-386-cgo), const IFT_MODEM = 48
44990pkg syscall (openbsd-386-cgo), const IFT_MPC = 113
44991pkg syscall (openbsd-386-cgo), const IFT_MPLS = 166
44992pkg syscall (openbsd-386-cgo), const IFT_MPLSTUNNEL = 150
44993pkg syscall (openbsd-386-cgo), const IFT_MSDSL = 143
44994pkg syscall (openbsd-386-cgo), const IFT_MVL = 191
44995pkg syscall (openbsd-386-cgo), const IFT_MYRINET = 99
44996pkg syscall (openbsd-386-cgo), const IFT_NFAS = 175
44997pkg syscall (openbsd-386-cgo), const IFT_NSIP = 27
44998pkg syscall (openbsd-386-cgo), const IFT_OPTICALCHANNEL = 195
44999pkg syscall (openbsd-386-cgo), const IFT_OPTICALTRANSPORT = 196
45000pkg syscall (openbsd-386-cgo), const IFT_OTHER = 1
45001pkg syscall (openbsd-386-cgo), const IFT_P10 = 12
45002pkg syscall (openbsd-386-cgo), const IFT_P80 = 13
45003pkg syscall (openbsd-386-cgo), const IFT_PARA = 34
45004pkg syscall (openbsd-386-cgo), const IFT_PFLOG = 245
45005pkg syscall (openbsd-386-cgo), const IFT_PFLOW = 249
45006pkg syscall (openbsd-386-cgo), const IFT_PFSYNC = 246
45007pkg syscall (openbsd-386-cgo), const IFT_PLC = 174
45008pkg syscall (openbsd-386-cgo), const IFT_PON155 = 207
45009pkg syscall (openbsd-386-cgo), const IFT_PON622 = 208
45010pkg syscall (openbsd-386-cgo), const IFT_POS = 171
45011pkg syscall (openbsd-386-cgo), const IFT_PPP = 23
45012pkg syscall (openbsd-386-cgo), const IFT_PPPMULTILINKBUNDLE = 108
45013pkg syscall (openbsd-386-cgo), const IFT_PROPATM = 197
45014pkg syscall (openbsd-386-cgo), const IFT_PROPBWAP2MP = 184
45015pkg syscall (openbsd-386-cgo), const IFT_PROPCNLS = 89
45016pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
45017pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
45018pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
45019pkg syscall (openbsd-386-cgo), const IFT_PROPMUX = 54
45020pkg syscall (openbsd-386-cgo), const IFT_PROPVIRTUAL = 53
45021pkg syscall (openbsd-386-cgo), const IFT_PROPWIRELESSP2P = 157
45022pkg syscall (openbsd-386-cgo), const IFT_PTPSERIAL = 22
45023pkg syscall (openbsd-386-cgo), const IFT_PVC = 242
45024pkg syscall (openbsd-386-cgo), const IFT_Q2931 = 201
45025pkg syscall (openbsd-386-cgo), const IFT_QLLC = 68
45026pkg syscall (openbsd-386-cgo), const IFT_RADIOMAC = 188
45027pkg syscall (openbsd-386-cgo), const IFT_RADSL = 95
45028pkg syscall (openbsd-386-cgo), const IFT_REACHDSL = 192
45029pkg syscall (openbsd-386-cgo), const IFT_RFC1483 = 159
45030pkg syscall (openbsd-386-cgo), const IFT_RS232 = 33
45031pkg syscall (openbsd-386-cgo), const IFT_RSRB = 79
45032pkg syscall (openbsd-386-cgo), const IFT_SDLC = 17
45033pkg syscall (openbsd-386-cgo), const IFT_SDSL = 96
45034pkg syscall (openbsd-386-cgo), const IFT_SHDSL = 169
45035pkg syscall (openbsd-386-cgo), const IFT_SIP = 31
45036pkg syscall (openbsd-386-cgo), const IFT_SIPSIG = 204
45037pkg syscall (openbsd-386-cgo), const IFT_SIPTG = 203
45038pkg syscall (openbsd-386-cgo), const IFT_SLIP = 28
45039pkg syscall (openbsd-386-cgo), const IFT_SMDSDXI = 43
45040pkg syscall (openbsd-386-cgo), const IFT_SMDSICIP = 52
45041pkg syscall (openbsd-386-cgo), const IFT_SONET = 39
45042pkg syscall (openbsd-386-cgo), const IFT_SONETOVERHEADCHANNEL = 185
45043pkg syscall (openbsd-386-cgo), const IFT_SONETPATH = 50
45044pkg syscall (openbsd-386-cgo), const IFT_SONETVT = 51
45045pkg syscall (openbsd-386-cgo), const IFT_SRP = 151
45046pkg syscall (openbsd-386-cgo), const IFT_SS7SIGLINK = 156
45047pkg syscall (openbsd-386-cgo), const IFT_STACKTOSTACK = 111
45048pkg syscall (openbsd-386-cgo), const IFT_STARLAN = 11
45049pkg syscall (openbsd-386-cgo), const IFT_T1 = 18
45050pkg syscall (openbsd-386-cgo), const IFT_TDLC = 116
45051pkg syscall (openbsd-386-cgo), const IFT_TELINK = 200
45052pkg syscall (openbsd-386-cgo), const IFT_TERMPAD = 91
45053pkg syscall (openbsd-386-cgo), const IFT_TR008 = 176
45054pkg syscall (openbsd-386-cgo), const IFT_TRANSPHDLC = 123
45055pkg syscall (openbsd-386-cgo), const IFT_TUNNEL = 131
45056pkg syscall (openbsd-386-cgo), const IFT_ULTRA = 29
45057pkg syscall (openbsd-386-cgo), const IFT_USB = 160
45058pkg syscall (openbsd-386-cgo), const IFT_V11 = 64
45059pkg syscall (openbsd-386-cgo), const IFT_V35 = 45
45060pkg syscall (openbsd-386-cgo), const IFT_V36 = 65
45061pkg syscall (openbsd-386-cgo), const IFT_V37 = 120
45062pkg syscall (openbsd-386-cgo), const IFT_VDSL = 97
45063pkg syscall (openbsd-386-cgo), const IFT_VIRTUALIPADDRESS = 112
45064pkg syscall (openbsd-386-cgo), const IFT_VIRTUALTG = 202
45065pkg syscall (openbsd-386-cgo), const IFT_VOICEDID = 213
45066pkg syscall (openbsd-386-cgo), const IFT_VOICEEM = 100
45067pkg syscall (openbsd-386-cgo), const IFT_VOICEEMFGD = 211
45068pkg syscall (openbsd-386-cgo), const IFT_VOICEENCAP = 103
45069pkg syscall (openbsd-386-cgo), const IFT_VOICEFGDEANA = 212
45070pkg syscall (openbsd-386-cgo), const IFT_VOICEFXO = 101
45071pkg syscall (openbsd-386-cgo), const IFT_VOICEFXS = 102
45072pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERATM = 152
45073pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERCABLE = 198
45074pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERFRAMERELAY = 153
45075pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERIP = 104
45076pkg syscall (openbsd-386-cgo), const IFT_X213 = 93
45077pkg syscall (openbsd-386-cgo), const IFT_X25 = 5
45078pkg syscall (openbsd-386-cgo), const IFT_X25DDN = 4
45079pkg syscall (openbsd-386-cgo), const IFT_X25HUNTGROUP = 122
45080pkg syscall (openbsd-386-cgo), const IFT_X25MLP = 121
45081pkg syscall (openbsd-386-cgo), const IFT_X25PLE = 40
45082pkg syscall (openbsd-386-cgo), const IFT_XETHER = 26
45083pkg syscall (openbsd-386-cgo), const IGNBRK = 1
45084pkg syscall (openbsd-386-cgo), const IGNCR = 128
45085pkg syscall (openbsd-386-cgo), const IGNPAR = 4
45086pkg syscall (openbsd-386-cgo), const IMAXBEL = 8192
45087pkg syscall (openbsd-386-cgo), const INLCR = 64
45088pkg syscall (openbsd-386-cgo), const INPCK = 16
45089pkg syscall (openbsd-386-cgo), const IN_CLASSA_HOST = 16777215
45090pkg syscall (openbsd-386-cgo), const IN_CLASSA_MAX = 128
45091pkg syscall (openbsd-386-cgo), const IN_CLASSA_NET = 4278190080
45092pkg syscall (openbsd-386-cgo), const IN_CLASSA_NSHIFT = 24
45093pkg syscall (openbsd-386-cgo), const IN_CLASSB_HOST = 65535
45094pkg syscall (openbsd-386-cgo), const IN_CLASSB_MAX = 65536
45095pkg syscall (openbsd-386-cgo), const IN_CLASSB_NET = 4294901760
45096pkg syscall (openbsd-386-cgo), const IN_CLASSB_NSHIFT = 16
45097pkg syscall (openbsd-386-cgo), const IN_CLASSC_HOST = 255
45098pkg syscall (openbsd-386-cgo), const IN_CLASSC_NET = 4294967040
45099pkg syscall (openbsd-386-cgo), const IN_CLASSC_NSHIFT = 8
45100pkg syscall (openbsd-386-cgo), const IN_CLASSD_HOST = 268435455
45101pkg syscall (openbsd-386-cgo), const IN_CLASSD_NET = 4026531840
45102pkg syscall (openbsd-386-cgo), const IN_CLASSD_NSHIFT = 28
45103pkg syscall (openbsd-386-cgo), const IN_LOOPBACKNET = 127
45104pkg syscall (openbsd-386-cgo), const IN_RFC3021_HOST = 1
45105pkg syscall (openbsd-386-cgo), const IN_RFC3021_NET = 4294967294
45106pkg syscall (openbsd-386-cgo), const IN_RFC3021_NSHIFT = 31
45107pkg syscall (openbsd-386-cgo), const IPPROTO_AH = 51
45108pkg syscall (openbsd-386-cgo), const IPPROTO_CARP = 112
45109pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT = 258
45110pkg syscall (openbsd-386-cgo), const IPPROTO_DONE = 257
45111pkg syscall (openbsd-386-cgo), const IPPROTO_DSTOPTS = 60
45112pkg syscall (openbsd-386-cgo), const IPPROTO_EGP = 8
45113pkg syscall (openbsd-386-cgo), const IPPROTO_ENCAP = 98
45114pkg syscall (openbsd-386-cgo), const IPPROTO_EON = 80
45115pkg syscall (openbsd-386-cgo), const IPPROTO_ESP = 50
45116pkg syscall (openbsd-386-cgo), const IPPROTO_ETHERIP = 97
45117pkg syscall (openbsd-386-cgo), const IPPROTO_FRAGMENT = 44
45118pkg syscall (openbsd-386-cgo), const IPPROTO_GGP = 3
45119pkg syscall (openbsd-386-cgo), const IPPROTO_GRE = 47
45120pkg syscall (openbsd-386-cgo), const IPPROTO_HOPOPTS = 0
45121pkg syscall (openbsd-386-cgo), const IPPROTO_ICMP = 1
45122pkg syscall (openbsd-386-cgo), const IPPROTO_ICMPV6 = 58
45123pkg syscall (openbsd-386-cgo), const IPPROTO_IDP = 22
45124pkg syscall (openbsd-386-cgo), const IPPROTO_IGMP = 2
45125pkg syscall (openbsd-386-cgo), const IPPROTO_IPCOMP = 108
45126pkg syscall (openbsd-386-cgo), const IPPROTO_IPIP = 4
45127pkg syscall (openbsd-386-cgo), const IPPROTO_IPV4 = 4
45128pkg syscall (openbsd-386-cgo), const IPPROTO_MAX = 256
45129pkg syscall (openbsd-386-cgo), const IPPROTO_MAXID = 259
45130pkg syscall (openbsd-386-cgo), const IPPROTO_MOBILE = 55
45131pkg syscall (openbsd-386-cgo), const IPPROTO_MPLS = 137
45132pkg syscall (openbsd-386-cgo), const IPPROTO_NONE = 59
45133pkg syscall (openbsd-386-cgo), const IPPROTO_PFSYNC = 240
45134pkg syscall (openbsd-386-cgo), const IPPROTO_PIM = 103
45135pkg syscall (openbsd-386-cgo), const IPPROTO_PUP = 12
45136pkg syscall (openbsd-386-cgo), const IPPROTO_RAW = 255
45137pkg syscall (openbsd-386-cgo), const IPPROTO_ROUTING = 43
45138pkg syscall (openbsd-386-cgo), const IPPROTO_RSVP = 46
45139pkg syscall (openbsd-386-cgo), const IPPROTO_TP = 29
45140pkg syscall (openbsd-386-cgo), const IPV6_AUTH_LEVEL = 53
45141pkg syscall (openbsd-386-cgo), const IPV6_AUTOFLOWLABEL = 59
45142pkg syscall (openbsd-386-cgo), const IPV6_CHECKSUM = 26
45143pkg syscall (openbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
45144pkg syscall (openbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
45145pkg syscall (openbsd-386-cgo), const IPV6_DEFHLIM = 64
45146pkg syscall (openbsd-386-cgo), const IPV6_DONTFRAG = 62
45147pkg syscall (openbsd-386-cgo), const IPV6_DSTOPTS = 50
45148pkg syscall (openbsd-386-cgo), const IPV6_ESP_NETWORK_LEVEL = 55
45149pkg syscall (openbsd-386-cgo), const IPV6_ESP_TRANS_LEVEL = 54
45150pkg syscall (openbsd-386-cgo), const IPV6_FAITH = 29
45151pkg syscall (openbsd-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055
45152pkg syscall (openbsd-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
45153pkg syscall (openbsd-386-cgo), const IPV6_FRAGTTL = 120
45154pkg syscall (openbsd-386-cgo), const IPV6_HLIMDEC = 1
45155pkg syscall (openbsd-386-cgo), const IPV6_HOPLIMIT = 47
45156pkg syscall (openbsd-386-cgo), const IPV6_HOPOPTS = 49
45157pkg syscall (openbsd-386-cgo), const IPV6_IPCOMP_LEVEL = 60
45158pkg syscall (openbsd-386-cgo), const IPV6_JOIN_GROUP = 12
45159pkg syscall (openbsd-386-cgo), const IPV6_LEAVE_GROUP = 13
45160pkg syscall (openbsd-386-cgo), const IPV6_MAXHLIM = 255
45161pkg syscall (openbsd-386-cgo), const IPV6_MAXPACKET = 65535
45162pkg syscall (openbsd-386-cgo), const IPV6_MMTU = 1280
45163pkg syscall (openbsd-386-cgo), const IPV6_MULTICAST_HOPS = 10
45164pkg syscall (openbsd-386-cgo), const IPV6_MULTICAST_IF = 9
45165pkg syscall (openbsd-386-cgo), const IPV6_MULTICAST_LOOP = 11
45166pkg syscall (openbsd-386-cgo), const IPV6_NEXTHOP = 48
45167pkg syscall (openbsd-386-cgo), const IPV6_OPTIONS = 1
45168pkg syscall (openbsd-386-cgo), const IPV6_PATHMTU = 44
45169pkg syscall (openbsd-386-cgo), const IPV6_PIPEX = 63
45170pkg syscall (openbsd-386-cgo), const IPV6_PKTINFO = 46
45171pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE = 14
45172pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0
45173pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_HIGH = 1
45174pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_LOW = 2
45175pkg syscall (openbsd-386-cgo), const IPV6_RECVDSTOPTS = 40
45176pkg syscall (openbsd-386-cgo), const IPV6_RECVHOPLIMIT = 37
45177pkg syscall (openbsd-386-cgo), const IPV6_RECVHOPOPTS = 39
45178pkg syscall (openbsd-386-cgo), const IPV6_RECVPATHMTU = 43
45179pkg syscall (openbsd-386-cgo), const IPV6_RECVPKTINFO = 36
45180pkg syscall (openbsd-386-cgo), const IPV6_RECVRTHDR = 38
45181pkg syscall (openbsd-386-cgo), const IPV6_RECVTCLASS = 57
45182pkg syscall (openbsd-386-cgo), const IPV6_RTABLE = 4129
45183pkg syscall (openbsd-386-cgo), const IPV6_RTHDR = 51
45184pkg syscall (openbsd-386-cgo), const IPV6_RTHDRDSTOPTS = 35
45185pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_LOOSE = 0
45186pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_STRICT = 1
45187pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
45188pkg syscall (openbsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
45189pkg syscall (openbsd-386-cgo), const IPV6_TCLASS = 61
45190pkg syscall (openbsd-386-cgo), const IPV6_UNICAST_HOPS = 4
45191pkg syscall (openbsd-386-cgo), const IPV6_USE_MIN_MTU = 42
45192pkg syscall (openbsd-386-cgo), const IPV6_V6ONLY = 27
45193pkg syscall (openbsd-386-cgo), const IPV6_VERSION = 96
45194pkg syscall (openbsd-386-cgo), const IPV6_VERSION_MASK = 240
45195pkg syscall (openbsd-386-cgo), const IP_ADD_MEMBERSHIP = 12
45196pkg syscall (openbsd-386-cgo), const IP_AUTH_LEVEL = 20
45197pkg syscall (openbsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
45198pkg syscall (openbsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
45199pkg syscall (openbsd-386-cgo), const IP_DF = 16384
45200pkg syscall (openbsd-386-cgo), const IP_DROP_MEMBERSHIP = 13
45201pkg syscall (openbsd-386-cgo), const IP_ESP_NETWORK_LEVEL = 22
45202pkg syscall (openbsd-386-cgo), const IP_ESP_TRANS_LEVEL = 21
45203pkg syscall (openbsd-386-cgo), const IP_HDRINCL = 2
45204pkg syscall (openbsd-386-cgo), const IP_IPCOMP_LEVEL = 29
45205pkg syscall (openbsd-386-cgo), const IP_IPSECFLOWINFO = 36
45206pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_AUTH = 27
45207pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_CRED = 25
45208pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_ID = 23
45209pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_AUTH = 28
45210pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_CRED = 26
45211pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_ID = 24
45212pkg syscall (openbsd-386-cgo), const IP_MAXPACKET = 65535
45213pkg syscall (openbsd-386-cgo), const IP_MAX_MEMBERSHIPS = 4095
45214pkg syscall (openbsd-386-cgo), const IP_MF = 8192
45215pkg syscall (openbsd-386-cgo), const IP_MINTTL = 32
45216pkg syscall (openbsd-386-cgo), const IP_MIN_MEMBERSHIPS = 15
45217pkg syscall (openbsd-386-cgo), const IP_MSS = 576
45218pkg syscall (openbsd-386-cgo), const IP_MULTICAST_IF = 9
45219pkg syscall (openbsd-386-cgo), const IP_MULTICAST_LOOP = 11
45220pkg syscall (openbsd-386-cgo), const IP_MULTICAST_TTL = 10
45221pkg syscall (openbsd-386-cgo), const IP_OFFMASK = 8191
45222pkg syscall (openbsd-386-cgo), const IP_OPTIONS = 1
45223pkg syscall (openbsd-386-cgo), const IP_PIPEX = 34
45224pkg syscall (openbsd-386-cgo), const IP_PORTRANGE = 19
45225pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_DEFAULT = 0
45226pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_HIGH = 1
45227pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_LOW = 2
45228pkg syscall (openbsd-386-cgo), const IP_RECVDSTADDR = 7
45229pkg syscall (openbsd-386-cgo), const IP_RECVDSTPORT = 33
45230pkg syscall (openbsd-386-cgo), const IP_RECVIF = 30
45231pkg syscall (openbsd-386-cgo), const IP_RECVOPTS = 5
45232pkg syscall (openbsd-386-cgo), const IP_RECVRETOPTS = 6
45233pkg syscall (openbsd-386-cgo), const IP_RECVRTABLE = 35
45234pkg syscall (openbsd-386-cgo), const IP_RECVTTL = 31
45235pkg syscall (openbsd-386-cgo), const IP_RETOPTS = 8
45236pkg syscall (openbsd-386-cgo), const IP_RF = 32768
45237pkg syscall (openbsd-386-cgo), const IP_RTABLE = 4129
45238pkg syscall (openbsd-386-cgo), const IP_TOS = 3
45239pkg syscall (openbsd-386-cgo), const IP_TTL = 4
45240pkg syscall (openbsd-386-cgo), const ISIG = 128
45241pkg syscall (openbsd-386-cgo), const ISTRIP = 32
45242pkg syscall (openbsd-386-cgo), const IXANY = 2048
45243pkg syscall (openbsd-386-cgo), const IXOFF = 1024
45244pkg syscall (openbsd-386-cgo), const IXON = 512
45245pkg syscall (openbsd-386-cgo), const ImplementsGetwd = false
45246pkg syscall (openbsd-386-cgo), const LCNT_OVERLOAD_FLUSH = 6
45247pkg syscall (openbsd-386-cgo), const LOCK_EX = 2
45248pkg syscall (openbsd-386-cgo), const LOCK_NB = 4
45249pkg syscall (openbsd-386-cgo), const LOCK_SH = 1
45250pkg syscall (openbsd-386-cgo), const LOCK_UN = 8
45251pkg syscall (openbsd-386-cgo), const MSG_BCAST = 256
45252pkg syscall (openbsd-386-cgo), const MSG_CTRUNC = 32
45253pkg syscall (openbsd-386-cgo), const MSG_DONTROUTE = 4
45254pkg syscall (openbsd-386-cgo), const MSG_DONTWAIT = 128
45255pkg syscall (openbsd-386-cgo), const MSG_EOR = 8
45256pkg syscall (openbsd-386-cgo), const MSG_MCAST = 512
45257pkg syscall (openbsd-386-cgo), const MSG_NOSIGNAL = 1024
45258pkg syscall (openbsd-386-cgo), const MSG_OOB = 1
45259pkg syscall (openbsd-386-cgo), const MSG_PEEK = 2
45260pkg syscall (openbsd-386-cgo), const MSG_TRUNC = 16
45261pkg syscall (openbsd-386-cgo), const MSG_WAITALL = 64
45262pkg syscall (openbsd-386-cgo), const NAME_MAX = 255
45263pkg syscall (openbsd-386-cgo), const NET_RT_DUMP = 1
45264pkg syscall (openbsd-386-cgo), const NET_RT_FLAGS = 2
45265pkg syscall (openbsd-386-cgo), const NET_RT_IFLIST = 3
45266pkg syscall (openbsd-386-cgo), const NET_RT_MAXID = 6
45267pkg syscall (openbsd-386-cgo), const NET_RT_STATS = 4
45268pkg syscall (openbsd-386-cgo), const NET_RT_TABLE = 5
45269pkg syscall (openbsd-386-cgo), const NOFLSH = 2147483648
45270pkg syscall (openbsd-386-cgo), const NOTE_ATTRIB = 8
45271pkg syscall (openbsd-386-cgo), const NOTE_CHILD = 4
45272pkg syscall (openbsd-386-cgo), const NOTE_DELETE = 1
45273pkg syscall (openbsd-386-cgo), const NOTE_EOF = 2
45274pkg syscall (openbsd-386-cgo), const NOTE_EXEC = 536870912
45275pkg syscall (openbsd-386-cgo), const NOTE_EXIT = 2147483648
45276pkg syscall (openbsd-386-cgo), const NOTE_EXTEND = 4
45277pkg syscall (openbsd-386-cgo), const NOTE_FORK = 1073741824
45278pkg syscall (openbsd-386-cgo), const NOTE_LINK = 16
45279pkg syscall (openbsd-386-cgo), const NOTE_LOWAT = 1
45280pkg syscall (openbsd-386-cgo), const NOTE_PCTRLMASK = 4026531840
45281pkg syscall (openbsd-386-cgo), const NOTE_PDATAMASK = 1048575
45282pkg syscall (openbsd-386-cgo), const NOTE_RENAME = 32
45283pkg syscall (openbsd-386-cgo), const NOTE_REVOKE = 64
45284pkg syscall (openbsd-386-cgo), const NOTE_TRACK = 1
45285pkg syscall (openbsd-386-cgo), const NOTE_TRACKERR = 2
45286pkg syscall (openbsd-386-cgo), const NOTE_TRUNCATE = 128
45287pkg syscall (openbsd-386-cgo), const NOTE_WRITE = 2
45288pkg syscall (openbsd-386-cgo), const OCRNL = 16
45289pkg syscall (openbsd-386-cgo), const ONLCR = 2
45290pkg syscall (openbsd-386-cgo), const ONLRET = 128
45291pkg syscall (openbsd-386-cgo), const ONOCR = 64
45292pkg syscall (openbsd-386-cgo), const ONOEOT = 8
45293pkg syscall (openbsd-386-cgo), const OPOST = 1
45294pkg syscall (openbsd-386-cgo), const O_ACCMODE = 3
45295pkg syscall (openbsd-386-cgo), const O_APPEND = 8
45296pkg syscall (openbsd-386-cgo), const O_ASYNC = 64
45297pkg syscall (openbsd-386-cgo), const O_CLOEXEC = 65536
45298pkg syscall (openbsd-386-cgo), const O_CREAT = 512
45299pkg syscall (openbsd-386-cgo), const O_DIRECTORY = 131072
45300pkg syscall (openbsd-386-cgo), const O_DSYNC = 128
45301pkg syscall (openbsd-386-cgo), const O_EXCL = 2048
45302pkg syscall (openbsd-386-cgo), const O_EXLOCK = 32
45303pkg syscall (openbsd-386-cgo), const O_FSYNC = 128
45304pkg syscall (openbsd-386-cgo), const O_NDELAY = 4
45305pkg syscall (openbsd-386-cgo), const O_NOCTTY = 32768
45306pkg syscall (openbsd-386-cgo), const O_NOFOLLOW = 256
45307pkg syscall (openbsd-386-cgo), const O_NONBLOCK = 4
45308pkg syscall (openbsd-386-cgo), const O_RSYNC = 128
45309pkg syscall (openbsd-386-cgo), const O_SHLOCK = 16
45310pkg syscall (openbsd-386-cgo), const O_SYNC = 128
45311pkg syscall (openbsd-386-cgo), const O_TRUNC = 1024
45312pkg syscall (openbsd-386-cgo), const PARENB = 4096
45313pkg syscall (openbsd-386-cgo), const PARMRK = 8
45314pkg syscall (openbsd-386-cgo), const PARODD = 8192
45315pkg syscall (openbsd-386-cgo), const PENDIN = 536870912
45316pkg syscall (openbsd-386-cgo), const PF_FLUSH = 1
45317pkg syscall (openbsd-386-cgo), const PTRACE_CONT = 7
45318pkg syscall (openbsd-386-cgo), const PTRACE_KILL = 8
45319pkg syscall (openbsd-386-cgo), const PTRACE_TRACEME = 0
45320pkg syscall (openbsd-386-cgo), const PT_MASK = 4190208
45321pkg syscall (openbsd-386-cgo), const RLIMIT_CORE = 4
45322pkg syscall (openbsd-386-cgo), const RLIMIT_CPU = 0
45323pkg syscall (openbsd-386-cgo), const RLIMIT_DATA = 2
45324pkg syscall (openbsd-386-cgo), const RLIMIT_FSIZE = 1
45325pkg syscall (openbsd-386-cgo), const RLIMIT_NOFILE = 8
45326pkg syscall (openbsd-386-cgo), const RLIMIT_STACK = 3
45327pkg syscall (openbsd-386-cgo), const RLIM_INFINITY = 9223372036854775807
45328pkg syscall (openbsd-386-cgo), const RTAX_AUTHOR = 6
45329pkg syscall (openbsd-386-cgo), const RTAX_BRD = 7
45330pkg syscall (openbsd-386-cgo), const RTAX_DST = 0
45331pkg syscall (openbsd-386-cgo), const RTAX_GATEWAY = 1
45332pkg syscall (openbsd-386-cgo), const RTAX_GENMASK = 3
45333pkg syscall (openbsd-386-cgo), const RTAX_IFA = 5
45334pkg syscall (openbsd-386-cgo), const RTAX_IFP = 4
45335pkg syscall (openbsd-386-cgo), const RTAX_LABEL = 10
45336pkg syscall (openbsd-386-cgo), const RTAX_MAX = 11
45337pkg syscall (openbsd-386-cgo), const RTAX_NETMASK = 2
45338pkg syscall (openbsd-386-cgo), const RTAX_SRC = 8
45339pkg syscall (openbsd-386-cgo), const RTAX_SRCMASK = 9
45340pkg syscall (openbsd-386-cgo), const RTA_AUTHOR = 64
45341pkg syscall (openbsd-386-cgo), const RTA_BRD = 128
45342pkg syscall (openbsd-386-cgo), const RTA_DST = 1
45343pkg syscall (openbsd-386-cgo), const RTA_GATEWAY = 2
45344pkg syscall (openbsd-386-cgo), const RTA_GENMASK = 8
45345pkg syscall (openbsd-386-cgo), const RTA_IFA = 32
45346pkg syscall (openbsd-386-cgo), const RTA_IFP = 16
45347pkg syscall (openbsd-386-cgo), const RTA_LABEL = 1024
45348pkg syscall (openbsd-386-cgo), const RTA_NETMASK = 4
45349pkg syscall (openbsd-386-cgo), const RTA_SRC = 256
45350pkg syscall (openbsd-386-cgo), const RTA_SRCMASK = 512
45351pkg syscall (openbsd-386-cgo), const RTF_ANNOUNCE = 16384
45352pkg syscall (openbsd-386-cgo), const RTF_BLACKHOLE = 4096
45353pkg syscall (openbsd-386-cgo), const RTF_CLONED = 65536
45354pkg syscall (openbsd-386-cgo), const RTF_CLONING = 256
45355pkg syscall (openbsd-386-cgo), const RTF_DONE = 64
45356pkg syscall (openbsd-386-cgo), const RTF_DYNAMIC = 16
45357pkg syscall (openbsd-386-cgo), const RTF_FMASK = 63496
45358pkg syscall (openbsd-386-cgo), const RTF_GATEWAY = 2
45359pkg syscall (openbsd-386-cgo), const RTF_HOST = 4
45360pkg syscall (openbsd-386-cgo), const RTF_LLINFO = 1024
45361pkg syscall (openbsd-386-cgo), const RTF_MASK = 128
45362pkg syscall (openbsd-386-cgo), const RTF_MODIFIED = 32
45363pkg syscall (openbsd-386-cgo), const RTF_MPATH = 262144
45364pkg syscall (openbsd-386-cgo), const RTF_MPLS = 1048576
45365pkg syscall (openbsd-386-cgo), const RTF_PERMANENT_ARP = 8192
45366pkg syscall (openbsd-386-cgo), const RTF_PROTO1 = 32768
45367pkg syscall (openbsd-386-cgo), const RTF_PROTO2 = 16384
45368pkg syscall (openbsd-386-cgo), const RTF_PROTO3 = 8192
45369pkg syscall (openbsd-386-cgo), const RTF_REJECT = 8
45370pkg syscall (openbsd-386-cgo), const RTF_SOURCE = 131072
45371pkg syscall (openbsd-386-cgo), const RTF_STATIC = 2048
45372pkg syscall (openbsd-386-cgo), const RTF_TUNNEL = 1048576
45373pkg syscall (openbsd-386-cgo), const RTF_UP = 1
45374pkg syscall (openbsd-386-cgo), const RTF_USETRAILERS = 32768
45375pkg syscall (openbsd-386-cgo), const RTF_XRESOLVE = 512
45376pkg syscall (openbsd-386-cgo), const RTM_ADD = 1
45377pkg syscall (openbsd-386-cgo), const RTM_CHANGE = 3
45378pkg syscall (openbsd-386-cgo), const RTM_DELADDR = 13
45379pkg syscall (openbsd-386-cgo), const RTM_DELETE = 2
45380pkg syscall (openbsd-386-cgo), const RTM_DESYNC = 16
45381pkg syscall (openbsd-386-cgo), const RTM_GET = 4
45382pkg syscall (openbsd-386-cgo), const RTM_IFANNOUNCE = 15
45383pkg syscall (openbsd-386-cgo), const RTM_IFINFO = 14
45384pkg syscall (openbsd-386-cgo), const RTM_LOCK = 8
45385pkg syscall (openbsd-386-cgo), const RTM_LOSING = 5
45386pkg syscall (openbsd-386-cgo), const RTM_MAXSIZE = 2048
45387pkg syscall (openbsd-386-cgo), const RTM_MISS = 7
45388pkg syscall (openbsd-386-cgo), const RTM_NEWADDR = 12
45389pkg syscall (openbsd-386-cgo), const RTM_REDIRECT = 6
45390pkg syscall (openbsd-386-cgo), const RTM_RESOLVE = 11
45391pkg syscall (openbsd-386-cgo), const RTM_RTTUNIT = 1000000
45392pkg syscall (openbsd-386-cgo), const RTM_VERSION = 4
45393pkg syscall (openbsd-386-cgo), const RTV_EXPIRE = 4
45394pkg syscall (openbsd-386-cgo), const RTV_HOPCOUNT = 2
45395pkg syscall (openbsd-386-cgo), const RTV_MTU = 1
45396pkg syscall (openbsd-386-cgo), const RTV_RPIPE = 8
45397pkg syscall (openbsd-386-cgo), const RTV_RTT = 64
45398pkg syscall (openbsd-386-cgo), const RTV_RTTVAR = 128
45399pkg syscall (openbsd-386-cgo), const RTV_SPIPE = 16
45400pkg syscall (openbsd-386-cgo), const RTV_SSTHRESH = 32
45401pkg syscall (openbsd-386-cgo), const RT_TABLEID_MAX = 255
45402pkg syscall (openbsd-386-cgo), const RUSAGE_CHILDREN = -1
45403pkg syscall (openbsd-386-cgo), const RUSAGE_SELF = 0
45404pkg syscall (openbsd-386-cgo), const RUSAGE_THREAD = 1
45405pkg syscall (openbsd-386-cgo), const SCM_RIGHTS = 1
45406pkg syscall (openbsd-386-cgo), const SCM_TIMESTAMP = 4
45407pkg syscall (openbsd-386-cgo), const SIGBUS = 10
45408pkg syscall (openbsd-386-cgo), const SIGCHLD = 20
45409pkg syscall (openbsd-386-cgo), const SIGCONT = 19
45410pkg syscall (openbsd-386-cgo), const SIGEMT = 7
45411pkg syscall (openbsd-386-cgo), const SIGINFO = 29
45412pkg syscall (openbsd-386-cgo), const SIGIO = 23
45413pkg syscall (openbsd-386-cgo), const SIGIOT = 6
45414pkg syscall (openbsd-386-cgo), const SIGPROF = 27
45415pkg syscall (openbsd-386-cgo), const SIGSTOP = 17
45416pkg syscall (openbsd-386-cgo), const SIGSYS = 12
45417pkg syscall (openbsd-386-cgo), const SIGTHR = 32
45418pkg syscall (openbsd-386-cgo), const SIGTSTP = 18
45419pkg syscall (openbsd-386-cgo), const SIGTTIN = 21
45420pkg syscall (openbsd-386-cgo), const SIGTTOU = 22
45421pkg syscall (openbsd-386-cgo), const SIGURG = 16
45422pkg syscall (openbsd-386-cgo), const SIGUSR1 = 30
45423pkg syscall (openbsd-386-cgo), const SIGUSR2 = 31
45424pkg syscall (openbsd-386-cgo), const SIGVTALRM = 26
45425pkg syscall (openbsd-386-cgo), const SIGWINCH = 28
45426pkg syscall (openbsd-386-cgo), const SIGXCPU = 24
45427pkg syscall (openbsd-386-cgo), const SIGXFSZ = 25
45428pkg syscall (openbsd-386-cgo), const SIOCADDMULTI = 2149607729
45429pkg syscall (openbsd-386-cgo), const SIOCAIFADDR = 2151704858
45430pkg syscall (openbsd-386-cgo), const SIOCAIFGROUP = 2149869959
45431pkg syscall (openbsd-386-cgo), const SIOCALIFADDR = 2182637852
45432pkg syscall (openbsd-386-cgo), const SIOCATMARK = 1074033415
45433pkg syscall (openbsd-386-cgo), const SIOCBRDGADD = 2153015612
45434pkg syscall (openbsd-386-cgo), const SIOCBRDGADDS = 2153015617
45435pkg syscall (openbsd-386-cgo), const SIOCBRDGARL = 2154719565
45436pkg syscall (openbsd-386-cgo), const SIOCBRDGDADDR = 2150132039
45437pkg syscall (openbsd-386-cgo), const SIOCBRDGDEL = 2153015613
45438pkg syscall (openbsd-386-cgo), const SIOCBRDGDELS = 2153015618
45439pkg syscall (openbsd-386-cgo), const SIOCBRDGFLUSH = 2153015624
45440pkg syscall (openbsd-386-cgo), const SIOCBRDGFRL = 2154719566
45441pkg syscall (openbsd-386-cgo), const SIOCBRDGGCACHE = 3222563137
45442pkg syscall (openbsd-386-cgo), const SIOCBRDGGFD = 3222563154
45443pkg syscall (openbsd-386-cgo), const SIOCBRDGGHT = 3222563153
45444pkg syscall (openbsd-386-cgo), const SIOCBRDGGIFFLGS = 3226757438
45445pkg syscall (openbsd-386-cgo), const SIOCBRDGGMA = 3222563155
45446pkg syscall (openbsd-386-cgo), const SIOCBRDGGPARAM = 3224922456
45447pkg syscall (openbsd-386-cgo), const SIOCBRDGGPRI = 3222563152
45448pkg syscall (openbsd-386-cgo), const SIOCBRDGGRL = 3223873871
45449pkg syscall (openbsd-386-cgo), const SIOCBRDGGSIFS = 3226757436
45450pkg syscall (openbsd-386-cgo), const SIOCBRDGGTO = 3222563142
45451pkg syscall (openbsd-386-cgo), const SIOCBRDGIFS = 3226757442
45452pkg syscall (openbsd-386-cgo), const SIOCBRDGRTS = 3222825283
45453pkg syscall (openbsd-386-cgo), const SIOCBRDGSADDR = 3223873860
45454pkg syscall (openbsd-386-cgo), const SIOCBRDGSCACHE = 2148821312
45455pkg syscall (openbsd-386-cgo), const SIOCBRDGSFD = 2148821330
45456pkg syscall (openbsd-386-cgo), const SIOCBRDGSHT = 2148821329
45457pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFCOST = 2153015637
45458pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFFLGS = 2153015615
45459pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFPRIO = 2153015636
45460pkg syscall (openbsd-386-cgo), const SIOCBRDGSMA = 2148821331
45461pkg syscall (openbsd-386-cgo), const SIOCBRDGSPRI = 2148821328
45462pkg syscall (openbsd-386-cgo), const SIOCBRDGSPROTO = 2148821338
45463pkg syscall (openbsd-386-cgo), const SIOCBRDGSTO = 2148821317
45464pkg syscall (openbsd-386-cgo), const SIOCBRDGSTXHC = 2148821337
45465pkg syscall (openbsd-386-cgo), const SIOCDELMULTI = 2149607730
45466pkg syscall (openbsd-386-cgo), const SIOCDIFADDR = 2149607705
45467pkg syscall (openbsd-386-cgo), const SIOCDIFGROUP = 2149869961
45468pkg syscall (openbsd-386-cgo), const SIOCDIFPHYADDR = 2149607753
45469pkg syscall (openbsd-386-cgo), const SIOCDLIFADDR = 2182637854
45470pkg syscall (openbsd-386-cgo), const SIOCGETKALIVE = 3222825380
45471pkg syscall (openbsd-386-cgo), const SIOCGETLABEL = 2149607834
45472pkg syscall (openbsd-386-cgo), const SIOCGETPFLOW = 3223349758
45473pkg syscall (openbsd-386-cgo), const SIOCGETPFSYNC = 3223349752
45474pkg syscall (openbsd-386-cgo), const SIOCGETSGCNT = 3222566196
45475pkg syscall (openbsd-386-cgo), const SIOCGETVIFCNT = 3222566195
45476pkg syscall (openbsd-386-cgo), const SIOCGHIWAT = 1074033409
45477pkg syscall (openbsd-386-cgo), const SIOCGIFADDR = 3223349537
45478pkg syscall (openbsd-386-cgo), const SIOCGIFASYNCMAP = 3223349628
45479pkg syscall (openbsd-386-cgo), const SIOCGIFBRDADDR = 3223349539
45480pkg syscall (openbsd-386-cgo), const SIOCGIFCONF = 3221776676
45481pkg syscall (openbsd-386-cgo), const SIOCGIFDATA = 3223349531
45482pkg syscall (openbsd-386-cgo), const SIOCGIFDESCR = 3223349633
45483pkg syscall (openbsd-386-cgo), const SIOCGIFDSTADDR = 3223349538
45484pkg syscall (openbsd-386-cgo), const SIOCGIFFLAGS = 3223349521
45485pkg syscall (openbsd-386-cgo), const SIOCGIFGATTR = 3223611787
45486pkg syscall (openbsd-386-cgo), const SIOCGIFGENERIC = 3223349562
45487pkg syscall (openbsd-386-cgo), const SIOCGIFGMEMB = 3223611786
45488pkg syscall (openbsd-386-cgo), const SIOCGIFGROUP = 3223611784
45489pkg syscall (openbsd-386-cgo), const SIOCGIFMEDIA = 3223873846
45490pkg syscall (openbsd-386-cgo), const SIOCGIFMETRIC = 3223349527
45491pkg syscall (openbsd-386-cgo), const SIOCGIFMTU = 3223349630
45492pkg syscall (openbsd-386-cgo), const SIOCGIFNETMASK = 3223349541
45493pkg syscall (openbsd-386-cgo), const SIOCGIFPDSTADDR = 3223349576
45494pkg syscall (openbsd-386-cgo), const SIOCGIFPRIORITY = 3223349660
45495pkg syscall (openbsd-386-cgo), const SIOCGIFPSRCADDR = 3223349575
45496pkg syscall (openbsd-386-cgo), const SIOCGIFRDOMAIN = 3223349664
45497pkg syscall (openbsd-386-cgo), const SIOCGIFRTLABEL = 3223349635
45498pkg syscall (openbsd-386-cgo), const SIOCGIFTIMESLOT = 3223349638
45499pkg syscall (openbsd-386-cgo), const SIOCGIFXFLAGS = 3223349662
45500pkg syscall (openbsd-386-cgo), const SIOCGLIFADDR = 3256379677
45501pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYADDR = 3256379723
45502pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYRTABLE = 3223349666
45503pkg syscall (openbsd-386-cgo), const SIOCGLOWAT = 1074033411
45504pkg syscall (openbsd-386-cgo), const SIOCGPGRP = 1074033417
45505pkg syscall (openbsd-386-cgo), const SIOCGVH = 3223349750
45506pkg syscall (openbsd-386-cgo), const SIOCIFCREATE = 2149607802
45507pkg syscall (openbsd-386-cgo), const SIOCIFDESTROY = 2149607801
45508pkg syscall (openbsd-386-cgo), const SIOCIFGCLONERS = 3222038904
45509pkg syscall (openbsd-386-cgo), const SIOCSETKALIVE = 2149083555
45510pkg syscall (openbsd-386-cgo), const SIOCSETLABEL = 2149607833
45511pkg syscall (openbsd-386-cgo), const SIOCSETPFLOW = 2149607933
45512pkg syscall (openbsd-386-cgo), const SIOCSETPFSYNC = 2149607927
45513pkg syscall (openbsd-386-cgo), const SIOCSHIWAT = 2147775232
45514pkg syscall (openbsd-386-cgo), const SIOCSIFADDR = 2149607692
45515pkg syscall (openbsd-386-cgo), const SIOCSIFASYNCMAP = 2149607805
45516pkg syscall (openbsd-386-cgo), const SIOCSIFBRDADDR = 2149607699
45517pkg syscall (openbsd-386-cgo), const SIOCSIFDESCR = 2149607808
45518pkg syscall (openbsd-386-cgo), const SIOCSIFDSTADDR = 2149607694
45519pkg syscall (openbsd-386-cgo), const SIOCSIFFLAGS = 2149607696
45520pkg syscall (openbsd-386-cgo), const SIOCSIFGATTR = 2149869964
45521pkg syscall (openbsd-386-cgo), const SIOCSIFGENERIC = 2149607737
45522pkg syscall (openbsd-386-cgo), const SIOCSIFLLADDR = 2149607711
45523pkg syscall (openbsd-386-cgo), const SIOCSIFMEDIA = 3223349557
45524pkg syscall (openbsd-386-cgo), const SIOCSIFMETRIC = 2149607704
45525pkg syscall (openbsd-386-cgo), const SIOCSIFMTU = 2149607807
45526pkg syscall (openbsd-386-cgo), const SIOCSIFNETMASK = 2149607702
45527pkg syscall (openbsd-386-cgo), const SIOCSIFPHYADDR = 2151704902
45528pkg syscall (openbsd-386-cgo), const SIOCSIFPRIORITY = 2149607835
45529pkg syscall (openbsd-386-cgo), const SIOCSIFRDOMAIN = 2149607839
45530pkg syscall (openbsd-386-cgo), const SIOCSIFRTLABEL = 2149607810
45531pkg syscall (openbsd-386-cgo), const SIOCSIFTIMESLOT = 2149607813
45532pkg syscall (openbsd-386-cgo), const SIOCSIFXFLAGS = 2149607837
45533pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYADDR = 2182637898
45534pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYRTABLE = 2149607841
45535pkg syscall (openbsd-386-cgo), const SIOCSLOWAT = 2147775234
45536pkg syscall (openbsd-386-cgo), const SIOCSPGRP = 2147775240
45537pkg syscall (openbsd-386-cgo), const SIOCSVH = 3223349749
45538pkg syscall (openbsd-386-cgo), const SOCK_RDM = 4
45539pkg syscall (openbsd-386-cgo), const SOL_SOCKET = 65535
45540pkg syscall (openbsd-386-cgo), const SOMAXCONN = 128
45541pkg syscall (openbsd-386-cgo), const SO_ACCEPTCONN = 2
45542pkg syscall (openbsd-386-cgo), const SO_BINDANY = 4096
45543pkg syscall (openbsd-386-cgo), const SO_BROADCAST = 32
45544pkg syscall (openbsd-386-cgo), const SO_DEBUG = 1
45545pkg syscall (openbsd-386-cgo), const SO_DONTROUTE = 16
45546pkg syscall (openbsd-386-cgo), const SO_ERROR = 4103
45547pkg syscall (openbsd-386-cgo), const SO_KEEPALIVE = 8
45548pkg syscall (openbsd-386-cgo), const SO_LINGER = 128
45549pkg syscall (openbsd-386-cgo), const SO_NETPROC = 4128
45550pkg syscall (openbsd-386-cgo), const SO_OOBINLINE = 256
45551pkg syscall (openbsd-386-cgo), const SO_PEERCRED = 4130
45552pkg syscall (openbsd-386-cgo), const SO_RCVBUF = 4098
45553pkg syscall (openbsd-386-cgo), const SO_RCVLOWAT = 4100
45554pkg syscall (openbsd-386-cgo), const SO_RCVTIMEO = 4102
45555pkg syscall (openbsd-386-cgo), const SO_REUSEADDR = 4
45556pkg syscall (openbsd-386-cgo), const SO_REUSEPORT = 512
45557pkg syscall (openbsd-386-cgo), const SO_RTABLE = 4129
45558pkg syscall (openbsd-386-cgo), const SO_SNDBUF = 4097
45559pkg syscall (openbsd-386-cgo), const SO_SNDLOWAT = 4099
45560pkg syscall (openbsd-386-cgo), const SO_SNDTIMEO = 4101
45561pkg syscall (openbsd-386-cgo), const SO_SPLICE = 4131
45562pkg syscall (openbsd-386-cgo), const SO_TIMESTAMP = 2048
45563pkg syscall (openbsd-386-cgo), const SO_TYPE = 4104
45564pkg syscall (openbsd-386-cgo), const SO_USELOOPBACK = 64
45565pkg syscall (openbsd-386-cgo), const SYS_ACCEPT = 30
45566pkg syscall (openbsd-386-cgo), const SYS_ACCESS = 33
45567pkg syscall (openbsd-386-cgo), const SYS_ACCT = 51
45568pkg syscall (openbsd-386-cgo), const SYS_ADJFREQ = 305
45569pkg syscall (openbsd-386-cgo), const SYS_ADJTIME = 140
45570pkg syscall (openbsd-386-cgo), const SYS_BIND = 104
45571pkg syscall (openbsd-386-cgo), const SYS_CHDIR = 12
45572pkg syscall (openbsd-386-cgo), const SYS_CHFLAGS = 34
45573pkg syscall (openbsd-386-cgo), const SYS_CHMOD = 15
45574pkg syscall (openbsd-386-cgo), const SYS_CHOWN = 16
45575pkg syscall (openbsd-386-cgo), const SYS_CHROOT = 61
45576pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETRES = 234
45577pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETTIME = 232
45578pkg syscall (openbsd-386-cgo), const SYS_CLOCK_SETTIME = 233
45579pkg syscall (openbsd-386-cgo), const SYS_CLOSE = 6
45580pkg syscall (openbsd-386-cgo), const SYS_CLOSEFROM = 287
45581pkg syscall (openbsd-386-cgo), const SYS_CONNECT = 98
45582pkg syscall (openbsd-386-cgo), const SYS_DUP = 41
45583pkg syscall (openbsd-386-cgo), const SYS_DUP2 = 90
45584pkg syscall (openbsd-386-cgo), const SYS_EXECVE = 59
45585pkg syscall (openbsd-386-cgo), const SYS_EXIT = 1
45586pkg syscall (openbsd-386-cgo), const SYS_FACCESSAT = 313
45587pkg syscall (openbsd-386-cgo), const SYS_FCHDIR = 13
45588pkg syscall (openbsd-386-cgo), const SYS_FCHFLAGS = 35
45589pkg syscall (openbsd-386-cgo), const SYS_FCHMOD = 124
45590pkg syscall (openbsd-386-cgo), const SYS_FCHMODAT = 314
45591pkg syscall (openbsd-386-cgo), const SYS_FCHOWN = 123
45592pkg syscall (openbsd-386-cgo), const SYS_FCHOWNAT = 315
45593pkg syscall (openbsd-386-cgo), const SYS_FCNTL = 92
45594pkg syscall (openbsd-386-cgo), const SYS_FHOPEN = 264
45595pkg syscall (openbsd-386-cgo), const SYS_FHSTAT = 294
45596pkg syscall (openbsd-386-cgo), const SYS_FHSTATFS = 309
45597pkg syscall (openbsd-386-cgo), const SYS_FLOCK = 131
45598pkg syscall (openbsd-386-cgo), const SYS_FORK = 2
45599pkg syscall (openbsd-386-cgo), const SYS_FPATHCONF = 192
45600pkg syscall (openbsd-386-cgo), const SYS_FSTAT = 292
45601pkg syscall (openbsd-386-cgo), const SYS_FSTATAT = 316
45602pkg syscall (openbsd-386-cgo), const SYS_FSTATFS = 308
45603pkg syscall (openbsd-386-cgo), const SYS_FSYNC = 95
45604pkg syscall (openbsd-386-cgo), const SYS_FTRUNCATE = 201
45605pkg syscall (openbsd-386-cgo), const SYS_FUTIMENS = 327
45606pkg syscall (openbsd-386-cgo), const SYS_FUTIMES = 206
45607pkg syscall (openbsd-386-cgo), const SYS_GETDIRENTRIES = 312
45608pkg syscall (openbsd-386-cgo), const SYS_GETDTABLECOUNT = 18
45609pkg syscall (openbsd-386-cgo), const SYS_GETEGID = 43
45610pkg syscall (openbsd-386-cgo), const SYS_GETEUID = 25
45611pkg syscall (openbsd-386-cgo), const SYS_GETFH = 161
45612pkg syscall (openbsd-386-cgo), const SYS_GETFSSTAT = 306
45613pkg syscall (openbsd-386-cgo), const SYS_GETGID = 47
45614pkg syscall (openbsd-386-cgo), const SYS_GETGROUPS = 79
45615pkg syscall (openbsd-386-cgo), const SYS_GETITIMER = 86
45616pkg syscall (openbsd-386-cgo), const SYS_GETLOGIN = 49
45617pkg syscall (openbsd-386-cgo), const SYS_GETPEERNAME = 31
45618pkg syscall (openbsd-386-cgo), const SYS_GETPGID = 207
45619pkg syscall (openbsd-386-cgo), const SYS_GETPGRP = 81
45620pkg syscall (openbsd-386-cgo), const SYS_GETPID = 20
45621pkg syscall (openbsd-386-cgo), const SYS_GETPPID = 39
45622pkg syscall (openbsd-386-cgo), const SYS_GETPRIORITY = 100
45623pkg syscall (openbsd-386-cgo), const SYS_GETRESGID = 283
45624pkg syscall (openbsd-386-cgo), const SYS_GETRESUID = 281
45625pkg syscall (openbsd-386-cgo), const SYS_GETRLIMIT = 194
45626pkg syscall (openbsd-386-cgo), const SYS_GETRTABLE = 311
45627pkg syscall (openbsd-386-cgo), const SYS_GETRUSAGE = 117
45628pkg syscall (openbsd-386-cgo), const SYS_GETSID = 255
45629pkg syscall (openbsd-386-cgo), const SYS_GETSOCKNAME = 32
45630pkg syscall (openbsd-386-cgo), const SYS_GETSOCKOPT = 118
45631pkg syscall (openbsd-386-cgo), const SYS_GETTHRID = 299
45632pkg syscall (openbsd-386-cgo), const SYS_GETTIMEOFDAY = 116
45633pkg syscall (openbsd-386-cgo), const SYS_GETUID = 24
45634pkg syscall (openbsd-386-cgo), const SYS_IOCTL = 54
45635pkg syscall (openbsd-386-cgo), const SYS_ISSETUGID = 253
45636pkg syscall (openbsd-386-cgo), const SYS_KEVENT = 270
45637pkg syscall (openbsd-386-cgo), const SYS_KILL = 37
45638pkg syscall (openbsd-386-cgo), const SYS_KQUEUE = 269
45639pkg syscall (openbsd-386-cgo), const SYS_KTRACE = 45
45640pkg syscall (openbsd-386-cgo), const SYS_LCHOWN = 254
45641pkg syscall (openbsd-386-cgo), const SYS_LINK = 9
45642pkg syscall (openbsd-386-cgo), const SYS_LINKAT = 317
45643pkg syscall (openbsd-386-cgo), const SYS_LISTEN = 106
45644pkg syscall (openbsd-386-cgo), const SYS_LSEEK = 199
45645pkg syscall (openbsd-386-cgo), const SYS_LSTAT = 293
45646pkg syscall (openbsd-386-cgo), const SYS_MADVISE = 75
45647pkg syscall (openbsd-386-cgo), const SYS_MINCORE = 78
45648pkg syscall (openbsd-386-cgo), const SYS_MINHERIT = 250
45649pkg syscall (openbsd-386-cgo), const SYS_MKDIR = 136
45650pkg syscall (openbsd-386-cgo), const SYS_MKDIRAT = 318
45651pkg syscall (openbsd-386-cgo), const SYS_MKFIFO = 132
45652pkg syscall (openbsd-386-cgo), const SYS_MKFIFOAT = 319
45653pkg syscall (openbsd-386-cgo), const SYS_MKNOD = 14
45654pkg syscall (openbsd-386-cgo), const SYS_MKNODAT = 320
45655pkg syscall (openbsd-386-cgo), const SYS_MLOCK = 203
45656pkg syscall (openbsd-386-cgo), const SYS_MLOCKALL = 271
45657pkg syscall (openbsd-386-cgo), const SYS_MMAP = 197
45658pkg syscall (openbsd-386-cgo), const SYS_MOUNT = 21
45659pkg syscall (openbsd-386-cgo), const SYS_MPROTECT = 74
45660pkg syscall (openbsd-386-cgo), const SYS_MQUERY = 286
45661pkg syscall (openbsd-386-cgo), const SYS_MSGCTL = 297
45662pkg syscall (openbsd-386-cgo), const SYS_MSGGET = 225
45663pkg syscall (openbsd-386-cgo), const SYS_MSGRCV = 227
45664pkg syscall (openbsd-386-cgo), const SYS_MSGSND = 226
45665pkg syscall (openbsd-386-cgo), const SYS_MSYNC = 256
45666pkg syscall (openbsd-386-cgo), const SYS_MUNLOCK = 204
45667pkg syscall (openbsd-386-cgo), const SYS_MUNLOCKALL = 272
45668pkg syscall (openbsd-386-cgo), const SYS_MUNMAP = 73
45669pkg syscall (openbsd-386-cgo), const SYS_NANOSLEEP = 240
45670pkg syscall (openbsd-386-cgo), const SYS_NFSSVC = 155
45671pkg syscall (openbsd-386-cgo), const SYS_OBREAK = 17
45672pkg syscall (openbsd-386-cgo), const SYS_OPEN = 5
45673pkg syscall (openbsd-386-cgo), const SYS_OPENAT = 321
45674pkg syscall (openbsd-386-cgo), const SYS_PATHCONF = 191
45675pkg syscall (openbsd-386-cgo), const SYS_PIPE = 263
45676pkg syscall (openbsd-386-cgo), const SYS_POLL = 252
45677pkg syscall (openbsd-386-cgo), const SYS_PREAD = 173
45678pkg syscall (openbsd-386-cgo), const SYS_PREADV = 267
45679pkg syscall (openbsd-386-cgo), const SYS_PROFIL = 44
45680pkg syscall (openbsd-386-cgo), const SYS_PTRACE = 26
45681pkg syscall (openbsd-386-cgo), const SYS_PWRITE = 174
45682pkg syscall (openbsd-386-cgo), const SYS_PWRITEV = 268
45683pkg syscall (openbsd-386-cgo), const SYS_QUOTACTL = 148
45684pkg syscall (openbsd-386-cgo), const SYS_READ = 3
45685pkg syscall (openbsd-386-cgo), const SYS_READLINK = 58
45686pkg syscall (openbsd-386-cgo), const SYS_READLINKAT = 322
45687pkg syscall (openbsd-386-cgo), const SYS_READV = 120
45688pkg syscall (openbsd-386-cgo), const SYS_REBOOT = 55
45689pkg syscall (openbsd-386-cgo), const SYS_RECVFROM = 29
45690pkg syscall (openbsd-386-cgo), const SYS_RECVMSG = 27
45691pkg syscall (openbsd-386-cgo), const SYS_RENAME = 128
45692pkg syscall (openbsd-386-cgo), const SYS_RENAMEAT = 323
45693pkg syscall (openbsd-386-cgo), const SYS_REVOKE = 56
45694pkg syscall (openbsd-386-cgo), const SYS_RMDIR = 137
45695pkg syscall (openbsd-386-cgo), const SYS_SCHED_YIELD = 298
45696pkg syscall (openbsd-386-cgo), const SYS_SELECT = 93
45697pkg syscall (openbsd-386-cgo), const SYS_SEMGET = 221
45698pkg syscall (openbsd-386-cgo), const SYS_SEMOP = 290
45699pkg syscall (openbsd-386-cgo), const SYS_SENDMSG = 28
45700pkg syscall (openbsd-386-cgo), const SYS_SENDTO = 133
45701pkg syscall (openbsd-386-cgo), const SYS_SETEGID = 182
45702pkg syscall (openbsd-386-cgo), const SYS_SETEUID = 183
45703pkg syscall (openbsd-386-cgo), const SYS_SETGID = 181
45704pkg syscall (openbsd-386-cgo), const SYS_SETGROUPS = 80
45705pkg syscall (openbsd-386-cgo), const SYS_SETITIMER = 83
45706pkg syscall (openbsd-386-cgo), const SYS_SETLOGIN = 50
45707pkg syscall (openbsd-386-cgo), const SYS_SETPGID = 82
45708pkg syscall (openbsd-386-cgo), const SYS_SETPRIORITY = 96
45709pkg syscall (openbsd-386-cgo), const SYS_SETREGID = 127
45710pkg syscall (openbsd-386-cgo), const SYS_SETRESGID = 284
45711pkg syscall (openbsd-386-cgo), const SYS_SETRESUID = 282
45712pkg syscall (openbsd-386-cgo), const SYS_SETREUID = 126
45713pkg syscall (openbsd-386-cgo), const SYS_SETRLIMIT = 195
45714pkg syscall (openbsd-386-cgo), const SYS_SETRTABLE = 310
45715pkg syscall (openbsd-386-cgo), const SYS_SETSID = 147
45716pkg syscall (openbsd-386-cgo), const SYS_SETSOCKOPT = 105
45717pkg syscall (openbsd-386-cgo), const SYS_SETTIMEOFDAY = 122
45718pkg syscall (openbsd-386-cgo), const SYS_SETUID = 23
45719pkg syscall (openbsd-386-cgo), const SYS_SHMAT = 228
45720pkg syscall (openbsd-386-cgo), const SYS_SHMCTL = 296
45721pkg syscall (openbsd-386-cgo), const SYS_SHMDT = 230
45722pkg syscall (openbsd-386-cgo), const SYS_SHMGET = 289
45723pkg syscall (openbsd-386-cgo), const SYS_SHUTDOWN = 134
45724pkg syscall (openbsd-386-cgo), const SYS_SIGACTION = 46
45725pkg syscall (openbsd-386-cgo), const SYS_SIGALTSTACK = 288
45726pkg syscall (openbsd-386-cgo), const SYS_SIGPENDING = 52
45727pkg syscall (openbsd-386-cgo), const SYS_SIGPROCMASK = 48
45728pkg syscall (openbsd-386-cgo), const SYS_SIGRETURN = 103
45729pkg syscall (openbsd-386-cgo), const SYS_SIGSUSPEND = 111
45730pkg syscall (openbsd-386-cgo), const SYS_SOCKET = 97
45731pkg syscall (openbsd-386-cgo), const SYS_SOCKETPAIR = 135
45732pkg syscall (openbsd-386-cgo), const SYS_STAT = 291
45733pkg syscall (openbsd-386-cgo), const SYS_STATFS = 307
45734pkg syscall (openbsd-386-cgo), const SYS_SWAPCTL = 193
45735pkg syscall (openbsd-386-cgo), const SYS_SYMLINK = 57
45736pkg syscall (openbsd-386-cgo), const SYS_SYMLINKAT = 324
45737pkg syscall (openbsd-386-cgo), const SYS_SYNC = 36
45738pkg syscall (openbsd-386-cgo), const SYS_SYSARCH = 165
45739pkg syscall (openbsd-386-cgo), const SYS_TRUNCATE = 200
45740pkg syscall (openbsd-386-cgo), const SYS_UMASK = 60
45741pkg syscall (openbsd-386-cgo), const SYS_UNLINK = 10
45742pkg syscall (openbsd-386-cgo), const SYS_UNLINKAT = 325
45743pkg syscall (openbsd-386-cgo), const SYS_UNMOUNT = 22
45744pkg syscall (openbsd-386-cgo), const SYS_UTIMENSAT = 326
45745pkg syscall (openbsd-386-cgo), const SYS_UTIMES = 138
45746pkg syscall (openbsd-386-cgo), const SYS_VFORK = 66
45747pkg syscall (openbsd-386-cgo), const SYS_WAIT4 = 7
45748pkg syscall (openbsd-386-cgo), const SYS_WRITE = 4
45749pkg syscall (openbsd-386-cgo), const SYS_WRITEV = 121
45750pkg syscall (openbsd-386-cgo), const SYS___GETCWD = 304
45751pkg syscall (openbsd-386-cgo), const SYS___GET_TCB = 330
45752pkg syscall (openbsd-386-cgo), const SYS___SEMCTL = 295
45753pkg syscall (openbsd-386-cgo), const SYS___SET_TCB = 329
45754pkg syscall (openbsd-386-cgo), const SYS___SYSCTL = 202
45755pkg syscall (openbsd-386-cgo), const SYS___TFORK = 8
45756pkg syscall (openbsd-386-cgo), const SYS___THREXIT = 302
45757pkg syscall (openbsd-386-cgo), const SYS___THRSIGDIVERT = 303
45758pkg syscall (openbsd-386-cgo), const SYS___THRSLEEP = 300
45759pkg syscall (openbsd-386-cgo), const SYS___THRWAKEUP = 301
45760pkg syscall (openbsd-386-cgo), const S_IFMT = 61440
45761pkg syscall (openbsd-386-cgo), const SizeofBpfHdr = 20
45762pkg syscall (openbsd-386-cgo), const SizeofBpfInsn = 8
45763pkg syscall (openbsd-386-cgo), const SizeofBpfProgram = 8
45764pkg syscall (openbsd-386-cgo), const SizeofBpfStat = 8
45765pkg syscall (openbsd-386-cgo), const SizeofBpfVersion = 4
45766pkg syscall (openbsd-386-cgo), const SizeofCmsghdr = 12
45767pkg syscall (openbsd-386-cgo), const SizeofIPMreq = 8
45768pkg syscall (openbsd-386-cgo), const SizeofIPv6Mreq = 20
45769pkg syscall (openbsd-386-cgo), const SizeofIfAnnounceMsghdr = 26
45770pkg syscall (openbsd-386-cgo), const SizeofIfData = 208
45771pkg syscall (openbsd-386-cgo), const SizeofIfMsghdr = 232
45772pkg syscall (openbsd-386-cgo), const SizeofIfaMsghdr = 24
45773pkg syscall (openbsd-386-cgo), const SizeofInet6Pktinfo = 20
45774pkg syscall (openbsd-386-cgo), const SizeofLinger = 8
45775pkg syscall (openbsd-386-cgo), const SizeofMsghdr = 28
45776pkg syscall (openbsd-386-cgo), const SizeofRtMetrics = 48
45777pkg syscall (openbsd-386-cgo), const SizeofRtMsghdr = 88
45778pkg syscall (openbsd-386-cgo), const SizeofSockaddrAny = 108
45779pkg syscall (openbsd-386-cgo), const SizeofSockaddrDatalink = 32
45780pkg syscall (openbsd-386-cgo), const SizeofSockaddrInet4 = 16
45781pkg syscall (openbsd-386-cgo), const SizeofSockaddrInet6 = 28
45782pkg syscall (openbsd-386-cgo), const SizeofSockaddrUnix = 106
45783pkg syscall (openbsd-386-cgo), const TCIFLUSH = 1
45784pkg syscall (openbsd-386-cgo), const TCIOFLUSH = 3
45785pkg syscall (openbsd-386-cgo), const TCOFLUSH = 2
45786pkg syscall (openbsd-386-cgo), const TCP_MAXBURST = 4
45787pkg syscall (openbsd-386-cgo), const TCP_MAXSEG = 2
45788pkg syscall (openbsd-386-cgo), const TCP_MAXWIN = 65535
45789pkg syscall (openbsd-386-cgo), const TCP_MAX_SACK = 3
45790pkg syscall (openbsd-386-cgo), const TCP_MAX_WINSHIFT = 14
45791pkg syscall (openbsd-386-cgo), const TCP_MD5SIG = 4
45792pkg syscall (openbsd-386-cgo), const TCP_MSS = 512
45793pkg syscall (openbsd-386-cgo), const TCP_NSTATES = 11
45794pkg syscall (openbsd-386-cgo), const TCP_SACK_ENABLE = 8
45795pkg syscall (openbsd-386-cgo), const TCSAFLUSH = 2
45796pkg syscall (openbsd-386-cgo), const TIOCCBRK = 536900730
45797pkg syscall (openbsd-386-cgo), const TIOCCDTR = 536900728
45798pkg syscall (openbsd-386-cgo), const TIOCCONS = 2147775586
45799pkg syscall (openbsd-386-cgo), const TIOCDRAIN = 536900702
45800pkg syscall (openbsd-386-cgo), const TIOCEXCL = 536900621
45801pkg syscall (openbsd-386-cgo), const TIOCEXT = 2147775584
45802pkg syscall (openbsd-386-cgo), const TIOCFLAG_CLOCAL = 2
45803pkg syscall (openbsd-386-cgo), const TIOCFLAG_CRTSCTS = 4
45804pkg syscall (openbsd-386-cgo), const TIOCFLAG_MDMBUF = 8
45805pkg syscall (openbsd-386-cgo), const TIOCFLAG_PPS = 16
45806pkg syscall (openbsd-386-cgo), const TIOCFLAG_SOFTCAR = 1
45807pkg syscall (openbsd-386-cgo), const TIOCFLUSH = 2147775504
45808pkg syscall (openbsd-386-cgo), const TIOCGETA = 1076655123
45809pkg syscall (openbsd-386-cgo), const TIOCGETD = 1074033690
45810pkg syscall (openbsd-386-cgo), const TIOCGFLAGS = 1074033757
45811pkg syscall (openbsd-386-cgo), const TIOCGPGRP = 1074033783
45812pkg syscall (openbsd-386-cgo), const TIOCGTSTAMP = 1074295899
45813pkg syscall (openbsd-386-cgo), const TIOCGWINSZ = 1074295912
45814pkg syscall (openbsd-386-cgo), const TIOCMBIC = 2147775595
45815pkg syscall (openbsd-386-cgo), const TIOCMBIS = 2147775596
45816pkg syscall (openbsd-386-cgo), const TIOCMGET = 1074033770
45817pkg syscall (openbsd-386-cgo), const TIOCMODG = 1074033770
45818pkg syscall (openbsd-386-cgo), const TIOCMODS = 2147775597
45819pkg syscall (openbsd-386-cgo), const TIOCMSET = 2147775597
45820pkg syscall (openbsd-386-cgo), const TIOCM_CAR = 64
45821pkg syscall (openbsd-386-cgo), const TIOCM_CD = 64
45822pkg syscall (openbsd-386-cgo), const TIOCM_CTS = 32
45823pkg syscall (openbsd-386-cgo), const TIOCM_DSR = 256
45824pkg syscall (openbsd-386-cgo), const TIOCM_DTR = 2
45825pkg syscall (openbsd-386-cgo), const TIOCM_LE = 1
45826pkg syscall (openbsd-386-cgo), const TIOCM_RI = 128
45827pkg syscall (openbsd-386-cgo), const TIOCM_RNG = 128
45828pkg syscall (openbsd-386-cgo), const TIOCM_RTS = 4
45829pkg syscall (openbsd-386-cgo), const TIOCM_SR = 16
45830pkg syscall (openbsd-386-cgo), const TIOCM_ST = 8
45831pkg syscall (openbsd-386-cgo), const TIOCNOTTY = 536900721
45832pkg syscall (openbsd-386-cgo), const TIOCNXCL = 536900622
45833pkg syscall (openbsd-386-cgo), const TIOCOUTQ = 1074033779
45834pkg syscall (openbsd-386-cgo), const TIOCPKT = 2147775600
45835pkg syscall (openbsd-386-cgo), const TIOCPKT_DATA = 0
45836pkg syscall (openbsd-386-cgo), const TIOCPKT_DOSTOP = 32
45837pkg syscall (openbsd-386-cgo), const TIOCPKT_FLUSHREAD = 1
45838pkg syscall (openbsd-386-cgo), const TIOCPKT_FLUSHWRITE = 2
45839pkg syscall (openbsd-386-cgo), const TIOCPKT_IOCTL = 64
45840pkg syscall (openbsd-386-cgo), const TIOCPKT_NOSTOP = 16
45841pkg syscall (openbsd-386-cgo), const TIOCPKT_START = 8
45842pkg syscall (openbsd-386-cgo), const TIOCPKT_STOP = 4
45843pkg syscall (openbsd-386-cgo), const TIOCREMOTE = 2147775593
45844pkg syscall (openbsd-386-cgo), const TIOCSBRK = 536900731
45845pkg syscall (openbsd-386-cgo), const TIOCSCTTY = 536900705
45846pkg syscall (openbsd-386-cgo), const TIOCSDTR = 536900729
45847pkg syscall (openbsd-386-cgo), const TIOCSETA = 2150396948
45848pkg syscall (openbsd-386-cgo), const TIOCSETAF = 2150396950
45849pkg syscall (openbsd-386-cgo), const TIOCSETAW = 2150396949
45850pkg syscall (openbsd-386-cgo), const TIOCSETD = 2147775515
45851pkg syscall (openbsd-386-cgo), const TIOCSFLAGS = 2147775580
45852pkg syscall (openbsd-386-cgo), const TIOCSIG = 2147775583
45853pkg syscall (openbsd-386-cgo), const TIOCSPGRP = 2147775606
45854pkg syscall (openbsd-386-cgo), const TIOCSTART = 536900718
45855pkg syscall (openbsd-386-cgo), const TIOCSTAT = 2147775589
45856pkg syscall (openbsd-386-cgo), const TIOCSTI = 2147578994
45857pkg syscall (openbsd-386-cgo), const TIOCSTOP = 536900719
45858pkg syscall (openbsd-386-cgo), const TIOCSTSTAMP = 2148037722
45859pkg syscall (openbsd-386-cgo), const TIOCSWINSZ = 2148037735
45860pkg syscall (openbsd-386-cgo), const TIOCUCNTL = 2147775590
45861pkg syscall (openbsd-386-cgo), const TOSTOP = 4194304
45862pkg syscall (openbsd-386-cgo), const VDISCARD = 15
45863pkg syscall (openbsd-386-cgo), const VDSUSP = 11
45864pkg syscall (openbsd-386-cgo), const VEOF = 0
45865pkg syscall (openbsd-386-cgo), const VEOL = 1
45866pkg syscall (openbsd-386-cgo), const VEOL2 = 2
45867pkg syscall (openbsd-386-cgo), const VERASE = 3
45868pkg syscall (openbsd-386-cgo), const VINTR = 8
45869pkg syscall (openbsd-386-cgo), const VKILL = 5
45870pkg syscall (openbsd-386-cgo), const VLNEXT = 14
45871pkg syscall (openbsd-386-cgo), const VMIN = 16
45872pkg syscall (openbsd-386-cgo), const VQUIT = 9
45873pkg syscall (openbsd-386-cgo), const VREPRINT = 6
45874pkg syscall (openbsd-386-cgo), const VSTART = 12
45875pkg syscall (openbsd-386-cgo), const VSTATUS = 18
45876pkg syscall (openbsd-386-cgo), const VSTOP = 13
45877pkg syscall (openbsd-386-cgo), const VSUSP = 10
45878pkg syscall (openbsd-386-cgo), const VTIME = 17
45879pkg syscall (openbsd-386-cgo), const VWERASE = 4
45880pkg syscall (openbsd-386-cgo), const WALTSIG = 4
45881pkg syscall (openbsd-386-cgo), const WCONTINUED = 8
45882pkg syscall (openbsd-386-cgo), const WCOREFLAG = 128
45883pkg syscall (openbsd-386-cgo), const WNOHANG = 1
45884pkg syscall (openbsd-386-cgo), const WSTOPPED = 127
45885pkg syscall (openbsd-386-cgo), const WUNTRACED = 2
45886pkg syscall (openbsd-amd64), const AF_APPLETALK = 16
45887pkg syscall (openbsd-amd64), const AF_BLUETOOTH = 32
45888pkg syscall (openbsd-amd64), const AF_CCITT = 10
45889pkg syscall (openbsd-amd64), const AF_CHAOS = 5
45890pkg syscall (openbsd-amd64), const AF_CNT = 21
45891pkg syscall (openbsd-amd64), const AF_COIP = 20
45892pkg syscall (openbsd-amd64), const AF_DATAKIT = 9
45893pkg syscall (openbsd-amd64), const AF_DECnet = 12
45894pkg syscall (openbsd-amd64), const AF_DLI = 13
45895pkg syscall (openbsd-amd64), const AF_E164 = 26
45896pkg syscall (openbsd-amd64), const AF_ECMA = 8
45897pkg syscall (openbsd-amd64), const AF_ENCAP = 28
45898pkg syscall (openbsd-amd64), const AF_HYLINK = 15
45899pkg syscall (openbsd-amd64), const AF_IMPLINK = 3
45900pkg syscall (openbsd-amd64), const AF_INET6 = 24
45901pkg syscall (openbsd-amd64), const AF_IPX = 23
45902pkg syscall (openbsd-amd64), const AF_ISDN = 26
45903pkg syscall (openbsd-amd64), const AF_ISO = 7
45904pkg syscall (openbsd-amd64), const AF_KEY = 30
45905pkg syscall (openbsd-amd64), const AF_LAT = 14
45906pkg syscall (openbsd-amd64), const AF_LINK = 18
45907pkg syscall (openbsd-amd64), const AF_LOCAL = 1
45908pkg syscall (openbsd-amd64), const AF_MAX = 36
45909pkg syscall (openbsd-amd64), const AF_MPLS = 33
45910pkg syscall (openbsd-amd64), const AF_NATM = 27
45911pkg syscall (openbsd-amd64), const AF_NS = 6
45912pkg syscall (openbsd-amd64), const AF_OSI = 7
45913pkg syscall (openbsd-amd64), const AF_PUP = 4
45914pkg syscall (openbsd-amd64), const AF_ROUTE = 17
45915pkg syscall (openbsd-amd64), const AF_SIP = 29
45916pkg syscall (openbsd-amd64), const AF_SNA = 11
45917pkg syscall (openbsd-amd64), const ARPHRD_ETHER = 1
45918pkg syscall (openbsd-amd64), const ARPHRD_FRELAY = 15
45919pkg syscall (openbsd-amd64), const ARPHRD_IEEE1394 = 24
45920pkg syscall (openbsd-amd64), const ARPHRD_IEEE802 = 6
45921pkg syscall (openbsd-amd64), const B0 = 0
45922pkg syscall (openbsd-amd64), const B110 = 110
45923pkg syscall (openbsd-amd64), const B115200 = 115200
45924pkg syscall (openbsd-amd64), const B1200 = 1200
45925pkg syscall (openbsd-amd64), const B134 = 134
45926pkg syscall (openbsd-amd64), const B14400 = 14400
45927pkg syscall (openbsd-amd64), const B150 = 150
45928pkg syscall (openbsd-amd64), const B1800 = 1800
45929pkg syscall (openbsd-amd64), const B19200 = 19200
45930pkg syscall (openbsd-amd64), const B200 = 200
45931pkg syscall (openbsd-amd64), const B230400 = 230400
45932pkg syscall (openbsd-amd64), const B2400 = 2400
45933pkg syscall (openbsd-amd64), const B28800 = 28800
45934pkg syscall (openbsd-amd64), const B300 = 300
45935pkg syscall (openbsd-amd64), const B38400 = 38400
45936pkg syscall (openbsd-amd64), const B4800 = 4800
45937pkg syscall (openbsd-amd64), const B50 = 50
45938pkg syscall (openbsd-amd64), const B57600 = 57600
45939pkg syscall (openbsd-amd64), const B600 = 600
45940pkg syscall (openbsd-amd64), const B7200 = 7200
45941pkg syscall (openbsd-amd64), const B75 = 75
45942pkg syscall (openbsd-amd64), const B76800 = 76800
45943pkg syscall (openbsd-amd64), const B9600 = 9600
45944pkg syscall (openbsd-amd64), const BIOCFLUSH = 536887912
45945pkg syscall (openbsd-amd64), const BIOCGBLEN = 1074020966
45946pkg syscall (openbsd-amd64), const BIOCGDIRFILT = 1074020988
45947pkg syscall (openbsd-amd64), const BIOCGDLT = 1074020970
45948pkg syscall (openbsd-amd64), const BIOCGDLTLIST = 3222291067
45949pkg syscall (openbsd-amd64), const BIOCGETIF = 1075855979
45950pkg syscall (openbsd-amd64), const BIOCGFILDROP = 1074020984
45951pkg syscall (openbsd-amd64), const BIOCGHDRCMPLT = 1074020980
45952pkg syscall (openbsd-amd64), const BIOCGRSIG = 1074020979
45953pkg syscall (openbsd-amd64), const BIOCGRTIMEOUT = 1074807406
45954pkg syscall (openbsd-amd64), const BIOCGSTATS = 1074283119
45955pkg syscall (openbsd-amd64), const BIOCIMMEDIATE = 2147762800
45956pkg syscall (openbsd-amd64), const BIOCLOCK = 536887926
45957pkg syscall (openbsd-amd64), const BIOCPROMISC = 536887913
45958pkg syscall (openbsd-amd64), const BIOCSBLEN = 3221504614
45959pkg syscall (openbsd-amd64), const BIOCSDIRFILT = 2147762813
45960pkg syscall (openbsd-amd64), const BIOCSDLT = 2147762810
45961pkg syscall (openbsd-amd64), const BIOCSETF = 2148549223
45962pkg syscall (openbsd-amd64), const BIOCSETIF = 2149597804
45963pkg syscall (openbsd-amd64), const BIOCSETWF = 2148549239
45964pkg syscall (openbsd-amd64), const BIOCSFILDROP = 2147762809
45965pkg syscall (openbsd-amd64), const BIOCSHDRCMPLT = 2147762805
45966pkg syscall (openbsd-amd64), const BIOCSRSIG = 2147762802
45967pkg syscall (openbsd-amd64), const BIOCSRTIMEOUT = 2148549229
45968pkg syscall (openbsd-amd64), const BIOCVERSION = 1074020977
45969pkg syscall (openbsd-amd64), const BPF_A = 16
45970pkg syscall (openbsd-amd64), const BPF_ABS = 32
45971pkg syscall (openbsd-amd64), const BPF_ADD = 0
45972pkg syscall (openbsd-amd64), const BPF_ALIGNMENT = 4
45973pkg syscall (openbsd-amd64), const BPF_ALU = 4
45974pkg syscall (openbsd-amd64), const BPF_AND = 80
45975pkg syscall (openbsd-amd64), const BPF_B = 16
45976pkg syscall (openbsd-amd64), const BPF_DIRECTION_IN = 1
45977pkg syscall (openbsd-amd64), const BPF_DIRECTION_OUT = 2
45978pkg syscall (openbsd-amd64), const BPF_DIV = 48
45979pkg syscall (openbsd-amd64), const BPF_H = 8
45980pkg syscall (openbsd-amd64), const BPF_IMM = 0
45981pkg syscall (openbsd-amd64), const BPF_IND = 64
45982pkg syscall (openbsd-amd64), const BPF_JA = 0
45983pkg syscall (openbsd-amd64), const BPF_JEQ = 16
45984pkg syscall (openbsd-amd64), const BPF_JGE = 48
45985pkg syscall (openbsd-amd64), const BPF_JGT = 32
45986pkg syscall (openbsd-amd64), const BPF_JMP = 5
45987pkg syscall (openbsd-amd64), const BPF_JSET = 64
45988pkg syscall (openbsd-amd64), const BPF_K = 0
45989pkg syscall (openbsd-amd64), const BPF_LD = 0
45990pkg syscall (openbsd-amd64), const BPF_LDX = 1
45991pkg syscall (openbsd-amd64), const BPF_LEN = 128
45992pkg syscall (openbsd-amd64), const BPF_LSH = 96
45993pkg syscall (openbsd-amd64), const BPF_MAJOR_VERSION = 1
45994pkg syscall (openbsd-amd64), const BPF_MAXBUFSIZE = 2097152
45995pkg syscall (openbsd-amd64), const BPF_MAXINSNS = 512
45996pkg syscall (openbsd-amd64), const BPF_MEM = 96
45997pkg syscall (openbsd-amd64), const BPF_MEMWORDS = 16
45998pkg syscall (openbsd-amd64), const BPF_MINBUFSIZE = 32
45999pkg syscall (openbsd-amd64), const BPF_MINOR_VERSION = 1
46000pkg syscall (openbsd-amd64), const BPF_MISC = 7
46001pkg syscall (openbsd-amd64), const BPF_MSH = 160
46002pkg syscall (openbsd-amd64), const BPF_MUL = 32
46003pkg syscall (openbsd-amd64), const BPF_NEG = 128
46004pkg syscall (openbsd-amd64), const BPF_OR = 64
46005pkg syscall (openbsd-amd64), const BPF_RELEASE = 199606
46006pkg syscall (openbsd-amd64), const BPF_RET = 6
46007pkg syscall (openbsd-amd64), const BPF_RSH = 112
46008pkg syscall (openbsd-amd64), const BPF_ST = 2
46009pkg syscall (openbsd-amd64), const BPF_STX = 3
46010pkg syscall (openbsd-amd64), const BPF_SUB = 16
46011pkg syscall (openbsd-amd64), const BPF_TAX = 0
46012pkg syscall (openbsd-amd64), const BPF_TXA = 128
46013pkg syscall (openbsd-amd64), const BPF_W = 0
46014pkg syscall (openbsd-amd64), const BPF_X = 8
46015pkg syscall (openbsd-amd64), const BRKINT = 2
46016pkg syscall (openbsd-amd64), const CCR0_FLUSH = 16
46017pkg syscall (openbsd-amd64), const CFLUSH = 15
46018pkg syscall (openbsd-amd64), const CLOCAL = 32768
46019pkg syscall (openbsd-amd64), const CPUID_CFLUSH = 524288
46020pkg syscall (openbsd-amd64), const CREAD = 2048
46021pkg syscall (openbsd-amd64), const CS5 = 0
46022pkg syscall (openbsd-amd64), const CS6 = 256
46023pkg syscall (openbsd-amd64), const CS7 = 512
46024pkg syscall (openbsd-amd64), const CS8 = 768
46025pkg syscall (openbsd-amd64), const CSIZE = 768
46026pkg syscall (openbsd-amd64), const CSTART = 17
46027pkg syscall (openbsd-amd64), const CSTATUS = 255
46028pkg syscall (openbsd-amd64), const CSTOP = 19
46029pkg syscall (openbsd-amd64), const CSTOPB = 1024
46030pkg syscall (openbsd-amd64), const CSUSP = 26
46031pkg syscall (openbsd-amd64), const CTL_MAXNAME = 12
46032pkg syscall (openbsd-amd64), const CTL_NET = 4
46033pkg syscall (openbsd-amd64), const DIOCOSFPFLUSH = 536888398
46034pkg syscall (openbsd-amd64), const DLT_ARCNET = 7
46035pkg syscall (openbsd-amd64), const DLT_ATM_RFC1483 = 11
46036pkg syscall (openbsd-amd64), const DLT_AX25 = 3
46037pkg syscall (openbsd-amd64), const DLT_CHAOS = 5
46038pkg syscall (openbsd-amd64), const DLT_C_HDLC = 104
46039pkg syscall (openbsd-amd64), const DLT_EN10MB = 1
46040pkg syscall (openbsd-amd64), const DLT_EN3MB = 2
46041pkg syscall (openbsd-amd64), const DLT_ENC = 13
46042pkg syscall (openbsd-amd64), const DLT_FDDI = 10
46043pkg syscall (openbsd-amd64), const DLT_IEEE802 = 6
46044pkg syscall (openbsd-amd64), const DLT_IEEE802_11 = 105
46045pkg syscall (openbsd-amd64), const DLT_IEEE802_11_RADIO = 127
46046pkg syscall (openbsd-amd64), const DLT_LOOP = 12
46047pkg syscall (openbsd-amd64), const DLT_MPLS = 219
46048pkg syscall (openbsd-amd64), const DLT_NULL = 0
46049pkg syscall (openbsd-amd64), const DLT_PFLOG = 117
46050pkg syscall (openbsd-amd64), const DLT_PFSYNC = 18
46051pkg syscall (openbsd-amd64), const DLT_PPP = 9
46052pkg syscall (openbsd-amd64), const DLT_PPP_BSDOS = 16
46053pkg syscall (openbsd-amd64), const DLT_PPP_ETHER = 51
46054pkg syscall (openbsd-amd64), const DLT_PPP_SERIAL = 50
46055pkg syscall (openbsd-amd64), const DLT_PRONET = 4
46056pkg syscall (openbsd-amd64), const DLT_RAW = 14
46057pkg syscall (openbsd-amd64), const DLT_SLIP = 8
46058pkg syscall (openbsd-amd64), const DLT_SLIP_BSDOS = 15
46059pkg syscall (openbsd-amd64), const DT_BLK = 6
46060pkg syscall (openbsd-amd64), const DT_CHR = 2
46061pkg syscall (openbsd-amd64), const DT_DIR = 4
46062pkg syscall (openbsd-amd64), const DT_FIFO = 1
46063pkg syscall (openbsd-amd64), const DT_LNK = 10
46064pkg syscall (openbsd-amd64), const DT_REG = 8
46065pkg syscall (openbsd-amd64), const DT_SOCK = 12
46066pkg syscall (openbsd-amd64), const DT_UNKNOWN = 0
46067pkg syscall (openbsd-amd64), const E2BIG = 7
46068pkg syscall (openbsd-amd64), const EACCES = 13
46069pkg syscall (openbsd-amd64), const EADDRINUSE = 48
46070pkg syscall (openbsd-amd64), const EADDRNOTAVAIL = 49
46071pkg syscall (openbsd-amd64), const EAFNOSUPPORT = 47
46072pkg syscall (openbsd-amd64), const EAGAIN = 35
46073pkg syscall (openbsd-amd64), const EALREADY = 37
46074pkg syscall (openbsd-amd64), const EAUTH = 80
46075pkg syscall (openbsd-amd64), const EBADF = 9
46076pkg syscall (openbsd-amd64), const EBADRPC = 72
46077pkg syscall (openbsd-amd64), const EBUSY = 16
46078pkg syscall (openbsd-amd64), const ECANCELED = 88
46079pkg syscall (openbsd-amd64), const ECHILD = 10
46080pkg syscall (openbsd-amd64), const ECHO = 8
46081pkg syscall (openbsd-amd64), const ECHOCTL = 64
46082pkg syscall (openbsd-amd64), const ECHOE = 2
46083pkg syscall (openbsd-amd64), const ECHOK = 4
46084pkg syscall (openbsd-amd64), const ECHOKE = 1
46085pkg syscall (openbsd-amd64), const ECHONL = 16
46086pkg syscall (openbsd-amd64), const ECHOPRT = 32
46087pkg syscall (openbsd-amd64), const ECONNABORTED = 53
46088pkg syscall (openbsd-amd64), const ECONNREFUSED = 61
46089pkg syscall (openbsd-amd64), const ECONNRESET = 54
46090pkg syscall (openbsd-amd64), const EDEADLK = 11
46091pkg syscall (openbsd-amd64), const EDESTADDRREQ = 39
46092pkg syscall (openbsd-amd64), const EDOM = 33
46093pkg syscall (openbsd-amd64), const EDQUOT = 69
46094pkg syscall (openbsd-amd64), const EEXIST = 17
46095pkg syscall (openbsd-amd64), const EFAULT = 14
46096pkg syscall (openbsd-amd64), const EFBIG = 27
46097pkg syscall (openbsd-amd64), const EFER_LMA = 1024
46098pkg syscall (openbsd-amd64), const EFER_LME = 256
46099pkg syscall (openbsd-amd64), const EFER_NXE = 2048
46100pkg syscall (openbsd-amd64), const EFER_SCE = 1
46101pkg syscall (openbsd-amd64), const EFTYPE = 79
46102pkg syscall (openbsd-amd64), const EHOSTDOWN = 64
46103pkg syscall (openbsd-amd64), const EHOSTUNREACH = 65
46104pkg syscall (openbsd-amd64), const EIDRM = 89
46105pkg syscall (openbsd-amd64), const EILSEQ = 84
46106pkg syscall (openbsd-amd64), const EINPROGRESS = 36
46107pkg syscall (openbsd-amd64), const EINTR = 4
46108pkg syscall (openbsd-amd64), const EINVAL = 22
46109pkg syscall (openbsd-amd64), const EIO = 5
46110pkg syscall (openbsd-amd64), const EIPSEC = 82
46111pkg syscall (openbsd-amd64), const EISCONN = 56
46112pkg syscall (openbsd-amd64), const EISDIR = 21
46113pkg syscall (openbsd-amd64), const ELAST = 91
46114pkg syscall (openbsd-amd64), const ELOOP = 62
46115pkg syscall (openbsd-amd64), const EMEDIUMTYPE = 86
46116pkg syscall (openbsd-amd64), const EMFILE = 24
46117pkg syscall (openbsd-amd64), const EMLINK = 31
46118pkg syscall (openbsd-amd64), const EMSGSIZE = 40
46119pkg syscall (openbsd-amd64), const EMT_TAGOVF = 1
46120pkg syscall (openbsd-amd64), const EMUL_ENABLED = 1
46121pkg syscall (openbsd-amd64), const EMUL_NATIVE = 2
46122pkg syscall (openbsd-amd64), const ENAMETOOLONG = 63
46123pkg syscall (openbsd-amd64), const ENDRUNDISC = 9
46124pkg syscall (openbsd-amd64), const ENEEDAUTH = 81
46125pkg syscall (openbsd-amd64), const ENETDOWN = 50
46126pkg syscall (openbsd-amd64), const ENETRESET = 52
46127pkg syscall (openbsd-amd64), const ENETUNREACH = 51
46128pkg syscall (openbsd-amd64), const ENFILE = 23
46129pkg syscall (openbsd-amd64), const ENOATTR = 83
46130pkg syscall (openbsd-amd64), const ENOBUFS = 55
46131pkg syscall (openbsd-amd64), const ENODEV = 19
46132pkg syscall (openbsd-amd64), const ENOEXEC = 8
46133pkg syscall (openbsd-amd64), const ENOLCK = 77
46134pkg syscall (openbsd-amd64), const ENOMEDIUM = 85
46135pkg syscall (openbsd-amd64), const ENOMEM = 12
46136pkg syscall (openbsd-amd64), const ENOMSG = 90
46137pkg syscall (openbsd-amd64), const ENOPROTOOPT = 42
46138pkg syscall (openbsd-amd64), const ENOSPC = 28
46139pkg syscall (openbsd-amd64), const ENOSYS = 78
46140pkg syscall (openbsd-amd64), const ENOTBLK = 15
46141pkg syscall (openbsd-amd64), const ENOTCONN = 57
46142pkg syscall (openbsd-amd64), const ENOTDIR = 20
46143pkg syscall (openbsd-amd64), const ENOTEMPTY = 66
46144pkg syscall (openbsd-amd64), const ENOTSOCK = 38
46145pkg syscall (openbsd-amd64), const ENOTSUP = 91
46146pkg syscall (openbsd-amd64), const ENOTTY = 25
46147pkg syscall (openbsd-amd64), const ENXIO = 6
46148pkg syscall (openbsd-amd64), const EOPNOTSUPP = 45
46149pkg syscall (openbsd-amd64), const EOVERFLOW = 87
46150pkg syscall (openbsd-amd64), const EPERM = 1
46151pkg syscall (openbsd-amd64), const EPFNOSUPPORT = 46
46152pkg syscall (openbsd-amd64), const EPIPE = 32
46153pkg syscall (openbsd-amd64), const EPROCLIM = 67
46154pkg syscall (openbsd-amd64), const EPROCUNAVAIL = 76
46155pkg syscall (openbsd-amd64), const EPROGMISMATCH = 75
46156pkg syscall (openbsd-amd64), const EPROGUNAVAIL = 74
46157pkg syscall (openbsd-amd64), const EPROTONOSUPPORT = 43
46158pkg syscall (openbsd-amd64), const EPROTOTYPE = 41
46159pkg syscall (openbsd-amd64), const ERANGE = 34
46160pkg syscall (openbsd-amd64), const EREMOTE = 71
46161pkg syscall (openbsd-amd64), const EROFS = 30
46162pkg syscall (openbsd-amd64), const ERPCMISMATCH = 73
46163pkg syscall (openbsd-amd64), const ESHUTDOWN = 58
46164pkg syscall (openbsd-amd64), const ESOCKTNOSUPPORT = 44
46165pkg syscall (openbsd-amd64), const ESPIPE = 29
46166pkg syscall (openbsd-amd64), const ESRCH = 3
46167pkg syscall (openbsd-amd64), const ESTALE = 70
46168pkg syscall (openbsd-amd64), const ETHERMIN = 46
46169pkg syscall (openbsd-amd64), const ETHERMTU = 1500
46170pkg syscall (openbsd-amd64), const ETHERTYPE_8023 = 4
46171pkg syscall (openbsd-amd64), const ETHERTYPE_AARP = 33011
46172pkg syscall (openbsd-amd64), const ETHERTYPE_ACCTON = 33680
46173pkg syscall (openbsd-amd64), const ETHERTYPE_AEONIC = 32822
46174pkg syscall (openbsd-amd64), const ETHERTYPE_ALPHA = 33098
46175pkg syscall (openbsd-amd64), const ETHERTYPE_AMBER = 24584
46176pkg syscall (openbsd-amd64), const ETHERTYPE_AMOEBA = 33093
46177pkg syscall (openbsd-amd64), const ETHERTYPE_AOE = 34978
46178pkg syscall (openbsd-amd64), const ETHERTYPE_APOLLO = 33015
46179pkg syscall (openbsd-amd64), const ETHERTYPE_APOLLODOMAIN = 32793
46180pkg syscall (openbsd-amd64), const ETHERTYPE_APPLETALK = 32923
46181pkg syscall (openbsd-amd64), const ETHERTYPE_APPLITEK = 32967
46182pkg syscall (openbsd-amd64), const ETHERTYPE_ARGONAUT = 32826
46183pkg syscall (openbsd-amd64), const ETHERTYPE_ARP = 2054
46184pkg syscall (openbsd-amd64), const ETHERTYPE_AT = 32923
46185pkg syscall (openbsd-amd64), const ETHERTYPE_ATALK = 32923
46186pkg syscall (openbsd-amd64), const ETHERTYPE_ATOMIC = 34527
46187pkg syscall (openbsd-amd64), const ETHERTYPE_ATT = 32873
46188pkg syscall (openbsd-amd64), const ETHERTYPE_ATTSTANFORD = 32776
46189pkg syscall (openbsd-amd64), const ETHERTYPE_AUTOPHON = 32874
46190pkg syscall (openbsd-amd64), const ETHERTYPE_AXIS = 34902
46191pkg syscall (openbsd-amd64), const ETHERTYPE_BCLOOP = 36867
46192pkg syscall (openbsd-amd64), const ETHERTYPE_BOFL = 33026
46193pkg syscall (openbsd-amd64), const ETHERTYPE_CABLETRON = 28724
46194pkg syscall (openbsd-amd64), const ETHERTYPE_CHAOS = 2052
46195pkg syscall (openbsd-amd64), const ETHERTYPE_COMDESIGN = 32876
46196pkg syscall (openbsd-amd64), const ETHERTYPE_COMPUGRAPHIC = 32877
46197pkg syscall (openbsd-amd64), const ETHERTYPE_COUNTERPOINT = 32866
46198pkg syscall (openbsd-amd64), const ETHERTYPE_CRONUS = 32772
46199pkg syscall (openbsd-amd64), const ETHERTYPE_CRONUSVLN = 32771
46200pkg syscall (openbsd-amd64), const ETHERTYPE_DCA = 4660
46201pkg syscall (openbsd-amd64), const ETHERTYPE_DDE = 32891
46202pkg syscall (openbsd-amd64), const ETHERTYPE_DEBNI = 43690
46203pkg syscall (openbsd-amd64), const ETHERTYPE_DECAM = 32840
46204pkg syscall (openbsd-amd64), const ETHERTYPE_DECCUST = 24582
46205pkg syscall (openbsd-amd64), const ETHERTYPE_DECDIAG = 24581
46206pkg syscall (openbsd-amd64), const ETHERTYPE_DECDNS = 32828
46207pkg syscall (openbsd-amd64), const ETHERTYPE_DECDTS = 32830
46208pkg syscall (openbsd-amd64), const ETHERTYPE_DECEXPER = 24576
46209pkg syscall (openbsd-amd64), const ETHERTYPE_DECLAST = 32833
46210pkg syscall (openbsd-amd64), const ETHERTYPE_DECLTM = 32831
46211pkg syscall (openbsd-amd64), const ETHERTYPE_DECMUMPS = 24585
46212pkg syscall (openbsd-amd64), const ETHERTYPE_DECNETBIOS = 32832
46213pkg syscall (openbsd-amd64), const ETHERTYPE_DELTACON = 34526
46214pkg syscall (openbsd-amd64), const ETHERTYPE_DIDDLE = 17185
46215pkg syscall (openbsd-amd64), const ETHERTYPE_DLOG1 = 1632
46216pkg syscall (openbsd-amd64), const ETHERTYPE_DLOG2 = 1633
46217pkg syscall (openbsd-amd64), const ETHERTYPE_DN = 24579
46218pkg syscall (openbsd-amd64), const ETHERTYPE_DOGFIGHT = 6537
46219pkg syscall (openbsd-amd64), const ETHERTYPE_DSMD = 32825
46220pkg syscall (openbsd-amd64), const ETHERTYPE_ECMA = 2051
46221pkg syscall (openbsd-amd64), const ETHERTYPE_ENCRYPT = 32829
46222pkg syscall (openbsd-amd64), const ETHERTYPE_ES = 32861
46223pkg syscall (openbsd-amd64), const ETHERTYPE_EXCELAN = 32784
46224pkg syscall (openbsd-amd64), const ETHERTYPE_EXPERDATA = 32841
46225pkg syscall (openbsd-amd64), const ETHERTYPE_FLIP = 33094
46226pkg syscall (openbsd-amd64), const ETHERTYPE_FLOWCONTROL = 34824
46227pkg syscall (openbsd-amd64), const ETHERTYPE_FRARP = 2056
46228pkg syscall (openbsd-amd64), const ETHERTYPE_GENDYN = 32872
46229pkg syscall (openbsd-amd64), const ETHERTYPE_HAYES = 33072
46230pkg syscall (openbsd-amd64), const ETHERTYPE_HIPPI_FP = 33152
46231pkg syscall (openbsd-amd64), const ETHERTYPE_HITACHI = 34848
46232pkg syscall (openbsd-amd64), const ETHERTYPE_HP = 32773
46233pkg syscall (openbsd-amd64), const ETHERTYPE_IEEEPUP = 2560
46234pkg syscall (openbsd-amd64), const ETHERTYPE_IEEEPUPAT = 2561
46235pkg syscall (openbsd-amd64), const ETHERTYPE_IMLBL = 19522
46236pkg syscall (openbsd-amd64), const ETHERTYPE_IMLBLDIAG = 16972
46237pkg syscall (openbsd-amd64), const ETHERTYPE_IP = 2048
46238pkg syscall (openbsd-amd64), const ETHERTYPE_IPAS = 34668
46239pkg syscall (openbsd-amd64), const ETHERTYPE_IPV6 = 34525
46240pkg syscall (openbsd-amd64), const ETHERTYPE_IPX = 33079
46241pkg syscall (openbsd-amd64), const ETHERTYPE_IPXNEW = 32823
46242pkg syscall (openbsd-amd64), const ETHERTYPE_KALPANA = 34178
46243pkg syscall (openbsd-amd64), const ETHERTYPE_LANBRIDGE = 32824
46244pkg syscall (openbsd-amd64), const ETHERTYPE_LANPROBE = 34952
46245pkg syscall (openbsd-amd64), const ETHERTYPE_LAT = 24580
46246pkg syscall (openbsd-amd64), const ETHERTYPE_LBACK = 36864
46247pkg syscall (openbsd-amd64), const ETHERTYPE_LITTLE = 32864
46248pkg syscall (openbsd-amd64), const ETHERTYPE_LLDP = 35020
46249pkg syscall (openbsd-amd64), const ETHERTYPE_LOGICRAFT = 33096
46250pkg syscall (openbsd-amd64), const ETHERTYPE_LOOPBACK = 36864
46251pkg syscall (openbsd-amd64), const ETHERTYPE_MATRA = 32890
46252pkg syscall (openbsd-amd64), const ETHERTYPE_MAX = 65535
46253pkg syscall (openbsd-amd64), const ETHERTYPE_MERIT = 32892
46254pkg syscall (openbsd-amd64), const ETHERTYPE_MICP = 34618
46255pkg syscall (openbsd-amd64), const ETHERTYPE_MOPDL = 24577
46256pkg syscall (openbsd-amd64), const ETHERTYPE_MOPRC = 24578
46257pkg syscall (openbsd-amd64), const ETHERTYPE_MOTOROLA = 33165
46258pkg syscall (openbsd-amd64), const ETHERTYPE_MPLS = 34887
46259pkg syscall (openbsd-amd64), const ETHERTYPE_MPLS_MCAST = 34888
46260pkg syscall (openbsd-amd64), const ETHERTYPE_MUMPS = 33087
46261pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCC = 15364
46262pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLAIM = 15369
46263pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLREQ = 15365
46264pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLRSP = 15366
46265pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCREQ = 15362
46266pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCRSP = 15363
46267pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDG = 15367
46268pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDGB = 15368
46269pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDLTE = 15370
46270pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRAR = 15372
46271pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRAS = 15371
46272pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRST = 15373
46273pkg syscall (openbsd-amd64), const ETHERTYPE_NBPSCD = 15361
46274pkg syscall (openbsd-amd64), const ETHERTYPE_NBPVCD = 15360
46275pkg syscall (openbsd-amd64), const ETHERTYPE_NBS = 2050
46276pkg syscall (openbsd-amd64), const ETHERTYPE_NCD = 33097
46277pkg syscall (openbsd-amd64), const ETHERTYPE_NESTAR = 32774
46278pkg syscall (openbsd-amd64), const ETHERTYPE_NETBEUI = 33169
46279pkg syscall (openbsd-amd64), const ETHERTYPE_NOVELL = 33080
46280pkg syscall (openbsd-amd64), const ETHERTYPE_NS = 1536
46281pkg syscall (openbsd-amd64), const ETHERTYPE_NSAT = 1537
46282pkg syscall (openbsd-amd64), const ETHERTYPE_NSCOMPAT = 2055
46283pkg syscall (openbsd-amd64), const ETHERTYPE_NTRAILER = 16
46284pkg syscall (openbsd-amd64), const ETHERTYPE_OS9 = 28679
46285pkg syscall (openbsd-amd64), const ETHERTYPE_OS9NET = 28681
46286pkg syscall (openbsd-amd64), const ETHERTYPE_PACER = 32966
46287pkg syscall (openbsd-amd64), const ETHERTYPE_PAE = 34958
46288pkg syscall (openbsd-amd64), const ETHERTYPE_PCS = 16962
46289pkg syscall (openbsd-amd64), const ETHERTYPE_PLANNING = 32836
46290pkg syscall (openbsd-amd64), const ETHERTYPE_PPP = 34827
46291pkg syscall (openbsd-amd64), const ETHERTYPE_PPPOE = 34916
46292pkg syscall (openbsd-amd64), const ETHERTYPE_PPPOEDISC = 34915
46293pkg syscall (openbsd-amd64), const ETHERTYPE_PRIMENTS = 28721
46294pkg syscall (openbsd-amd64), const ETHERTYPE_PUP = 512
46295pkg syscall (openbsd-amd64), const ETHERTYPE_PUPAT = 512
46296pkg syscall (openbsd-amd64), const ETHERTYPE_QINQ = 34984
46297pkg syscall (openbsd-amd64), const ETHERTYPE_RACAL = 28720
46298pkg syscall (openbsd-amd64), const ETHERTYPE_RATIONAL = 33104
46299pkg syscall (openbsd-amd64), const ETHERTYPE_RAWFR = 25945
46300pkg syscall (openbsd-amd64), const ETHERTYPE_RCL = 6549
46301pkg syscall (openbsd-amd64), const ETHERTYPE_RDP = 34617
46302pkg syscall (openbsd-amd64), const ETHERTYPE_RETIX = 33010
46303pkg syscall (openbsd-amd64), const ETHERTYPE_REVARP = 32821
46304pkg syscall (openbsd-amd64), const ETHERTYPE_SCA = 24583
46305pkg syscall (openbsd-amd64), const ETHERTYPE_SECTRA = 34523
46306pkg syscall (openbsd-amd64), const ETHERTYPE_SECUREDATA = 34669
46307pkg syscall (openbsd-amd64), const ETHERTYPE_SGITW = 33150
46308pkg syscall (openbsd-amd64), const ETHERTYPE_SG_BOUNCE = 32790
46309pkg syscall (openbsd-amd64), const ETHERTYPE_SG_DIAG = 32787
46310pkg syscall (openbsd-amd64), const ETHERTYPE_SG_NETGAMES = 32788
46311pkg syscall (openbsd-amd64), const ETHERTYPE_SG_RESV = 32789
46312pkg syscall (openbsd-amd64), const ETHERTYPE_SIMNET = 21000
46313pkg syscall (openbsd-amd64), const ETHERTYPE_SLOW = 34825
46314pkg syscall (openbsd-amd64), const ETHERTYPE_SNA = 32981
46315pkg syscall (openbsd-amd64), const ETHERTYPE_SNMP = 33100
46316pkg syscall (openbsd-amd64), const ETHERTYPE_SONIX = 64245
46317pkg syscall (openbsd-amd64), const ETHERTYPE_SPIDER = 32927
46318pkg syscall (openbsd-amd64), const ETHERTYPE_SPRITE = 1280
46319pkg syscall (openbsd-amd64), const ETHERTYPE_STP = 33153
46320pkg syscall (openbsd-amd64), const ETHERTYPE_TALARIS = 33067
46321pkg syscall (openbsd-amd64), const ETHERTYPE_TALARISMC = 34091
46322pkg syscall (openbsd-amd64), const ETHERTYPE_TCPCOMP = 34667
46323pkg syscall (openbsd-amd64), const ETHERTYPE_TCPSM = 36866
46324pkg syscall (openbsd-amd64), const ETHERTYPE_TEC = 33103
46325pkg syscall (openbsd-amd64), const ETHERTYPE_TIGAN = 32815
46326pkg syscall (openbsd-amd64), const ETHERTYPE_TRAIL = 4096
46327pkg syscall (openbsd-amd64), const ETHERTYPE_TRANSETHER = 25944
46328pkg syscall (openbsd-amd64), const ETHERTYPE_TYMSHARE = 32814
46329pkg syscall (openbsd-amd64), const ETHERTYPE_UBBST = 28677
46330pkg syscall (openbsd-amd64), const ETHERTYPE_UBDEBUG = 2304
46331pkg syscall (openbsd-amd64), const ETHERTYPE_UBDIAGLOOP = 28674
46332pkg syscall (openbsd-amd64), const ETHERTYPE_UBDL = 28672
46333pkg syscall (openbsd-amd64), const ETHERTYPE_UBNIU = 28673
46334pkg syscall (openbsd-amd64), const ETHERTYPE_UBNMC = 28675
46335pkg syscall (openbsd-amd64), const ETHERTYPE_VALID = 5632
46336pkg syscall (openbsd-amd64), const ETHERTYPE_VARIAN = 32989
46337pkg syscall (openbsd-amd64), const ETHERTYPE_VAXELN = 32827
46338pkg syscall (openbsd-amd64), const ETHERTYPE_VEECO = 32871
46339pkg syscall (openbsd-amd64), const ETHERTYPE_VEXP = 32859
46340pkg syscall (openbsd-amd64), const ETHERTYPE_VGLAB = 33073
46341pkg syscall (openbsd-amd64), const ETHERTYPE_VINES = 2989
46342pkg syscall (openbsd-amd64), const ETHERTYPE_VINESECHO = 2991
46343pkg syscall (openbsd-amd64), const ETHERTYPE_VINESLOOP = 2990
46344pkg syscall (openbsd-amd64), const ETHERTYPE_VITAL = 65280
46345pkg syscall (openbsd-amd64), const ETHERTYPE_VLAN = 33024
46346pkg syscall (openbsd-amd64), const ETHERTYPE_VLTLMAN = 32896
46347pkg syscall (openbsd-amd64), const ETHERTYPE_VPROD = 32860
46348pkg syscall (openbsd-amd64), const ETHERTYPE_VURESERVED = 33095
46349pkg syscall (openbsd-amd64), const ETHERTYPE_WATERLOO = 33072
46350pkg syscall (openbsd-amd64), const ETHERTYPE_WELLFLEET = 33027
46351pkg syscall (openbsd-amd64), const ETHERTYPE_X25 = 2053
46352pkg syscall (openbsd-amd64), const ETHERTYPE_X75 = 2049
46353pkg syscall (openbsd-amd64), const ETHERTYPE_XNSSM = 36865
46354pkg syscall (openbsd-amd64), const ETHERTYPE_XTP = 33149
46355pkg syscall (openbsd-amd64), const ETHER_ADDR_LEN = 6
46356pkg syscall (openbsd-amd64), const ETHER_ALIGN = 2
46357pkg syscall (openbsd-amd64), const ETHER_CRC_LEN = 4
46358pkg syscall (openbsd-amd64), const ETHER_CRC_POLY_BE = 79764918
46359pkg syscall (openbsd-amd64), const ETHER_CRC_POLY_LE = 3988292384
46360pkg syscall (openbsd-amd64), const ETHER_HDR_LEN = 14
46361pkg syscall (openbsd-amd64), const ETHER_MAX_DIX_LEN = 1536
46362pkg syscall (openbsd-amd64), const ETHER_MAX_LEN = 1518
46363pkg syscall (openbsd-amd64), const ETHER_MIN_LEN = 64
46364pkg syscall (openbsd-amd64), const ETHER_TYPE_LEN = 2
46365pkg syscall (openbsd-amd64), const ETHER_VLAN_ENCAP_LEN = 4
46366pkg syscall (openbsd-amd64), const ETIMEDOUT = 60
46367pkg syscall (openbsd-amd64), const ETOOMANYREFS = 59
46368pkg syscall (openbsd-amd64), const ETXTBSY = 26
46369pkg syscall (openbsd-amd64), const EUSERS = 68
46370pkg syscall (openbsd-amd64), const EVFILT_AIO = -3
46371pkg syscall (openbsd-amd64), const EVFILT_PROC = -5
46372pkg syscall (openbsd-amd64), const EVFILT_READ = -1
46373pkg syscall (openbsd-amd64), const EVFILT_SIGNAL = -6
46374pkg syscall (openbsd-amd64), const EVFILT_SYSCOUNT = 7
46375pkg syscall (openbsd-amd64), const EVFILT_TIMER = -7
46376pkg syscall (openbsd-amd64), const EVFILT_VNODE = -4
46377pkg syscall (openbsd-amd64), const EVFILT_WRITE = -2
46378pkg syscall (openbsd-amd64), const EV_ADD = 1
46379pkg syscall (openbsd-amd64), const EV_CLEAR = 32
46380pkg syscall (openbsd-amd64), const EV_DELETE = 2
46381pkg syscall (openbsd-amd64), const EV_DISABLE = 8
46382pkg syscall (openbsd-amd64), const EV_ENABLE = 4
46383pkg syscall (openbsd-amd64), const EV_EOF = 32768
46384pkg syscall (openbsd-amd64), const EV_ERROR = 16384
46385pkg syscall (openbsd-amd64), const EV_FLAG1 = 8192
46386pkg syscall (openbsd-amd64), const EV_ONESHOT = 16
46387pkg syscall (openbsd-amd64), const EV_SYSFLAGS = 61440
46388pkg syscall (openbsd-amd64), const EWOULDBLOCK = 35
46389pkg syscall (openbsd-amd64), const EXDEV = 18
46390pkg syscall (openbsd-amd64), const EXTA = 19200
46391pkg syscall (openbsd-amd64), const EXTB = 38400
46392pkg syscall (openbsd-amd64), const EXTPROC = 2048
46393pkg syscall (openbsd-amd64), const FD_CLOEXEC = 1
46394pkg syscall (openbsd-amd64), const FD_SETSIZE = 1024
46395pkg syscall (openbsd-amd64), const FLUSHO = 8388608
46396pkg syscall (openbsd-amd64), const F_DUPFD = 0
46397pkg syscall (openbsd-amd64), const F_DUPFD_CLOEXEC = 10
46398pkg syscall (openbsd-amd64), const F_GETFD = 1
46399pkg syscall (openbsd-amd64), const F_GETFL = 3
46400pkg syscall (openbsd-amd64), const F_GETLK = 7
46401pkg syscall (openbsd-amd64), const F_GETOWN = 5
46402pkg syscall (openbsd-amd64), const F_OK = 0
46403pkg syscall (openbsd-amd64), const F_RDLCK = 1
46404pkg syscall (openbsd-amd64), const F_SETFD = 2
46405pkg syscall (openbsd-amd64), const F_SETFL = 4
46406pkg syscall (openbsd-amd64), const F_SETLK = 8
46407pkg syscall (openbsd-amd64), const F_SETLKW = 9
46408pkg syscall (openbsd-amd64), const F_SETOWN = 6
46409pkg syscall (openbsd-amd64), const F_UNLCK = 2
46410pkg syscall (openbsd-amd64), const F_WRLCK = 3
46411pkg syscall (openbsd-amd64), const HUPCL = 16384
46412pkg syscall (openbsd-amd64), const ICANON = 256
46413pkg syscall (openbsd-amd64), const ICRNL = 256
46414pkg syscall (openbsd-amd64), const IEXTEN = 1024
46415pkg syscall (openbsd-amd64), const IFAN_ARRIVAL = 0
46416pkg syscall (openbsd-amd64), const IFAN_DEPARTURE = 1
46417pkg syscall (openbsd-amd64), const IFA_ROUTE = 1
46418pkg syscall (openbsd-amd64), const IFF_ALLMULTI = 512
46419pkg syscall (openbsd-amd64), const IFF_CANTCHANGE = 36434
46420pkg syscall (openbsd-amd64), const IFF_DEBUG = 4
46421pkg syscall (openbsd-amd64), const IFF_LINK0 = 4096
46422pkg syscall (openbsd-amd64), const IFF_LINK1 = 8192
46423pkg syscall (openbsd-amd64), const IFF_LINK2 = 16384
46424pkg syscall (openbsd-amd64), const IFF_LOOPBACK = 8
46425pkg syscall (openbsd-amd64), const IFF_MULTICAST = 32768
46426pkg syscall (openbsd-amd64), const IFF_NOARP = 128
46427pkg syscall (openbsd-amd64), const IFF_NOTRAILERS = 32
46428pkg syscall (openbsd-amd64), const IFF_OACTIVE = 1024
46429pkg syscall (openbsd-amd64), const IFF_POINTOPOINT = 16
46430pkg syscall (openbsd-amd64), const IFF_PROMISC = 256
46431pkg syscall (openbsd-amd64), const IFF_RUNNING = 64
46432pkg syscall (openbsd-amd64), const IFF_SIMPLEX = 2048
46433pkg syscall (openbsd-amd64), const IFNAMSIZ = 16
46434pkg syscall (openbsd-amd64), const IFT_1822 = 2
46435pkg syscall (openbsd-amd64), const IFT_A12MPPSWITCH = 130
46436pkg syscall (openbsd-amd64), const IFT_AAL2 = 187
46437pkg syscall (openbsd-amd64), const IFT_AAL5 = 49
46438pkg syscall (openbsd-amd64), const IFT_ADSL = 94
46439pkg syscall (openbsd-amd64), const IFT_AFLANE8023 = 59
46440pkg syscall (openbsd-amd64), const IFT_AFLANE8025 = 60
46441pkg syscall (openbsd-amd64), const IFT_ARAP = 88
46442pkg syscall (openbsd-amd64), const IFT_ARCNET = 35
46443pkg syscall (openbsd-amd64), const IFT_ARCNETPLUS = 36
46444pkg syscall (openbsd-amd64), const IFT_ASYNC = 84
46445pkg syscall (openbsd-amd64), const IFT_ATM = 37
46446pkg syscall (openbsd-amd64), const IFT_ATMDXI = 105
46447pkg syscall (openbsd-amd64), const IFT_ATMFUNI = 106
46448pkg syscall (openbsd-amd64), const IFT_ATMIMA = 107
46449pkg syscall (openbsd-amd64), const IFT_ATMLOGICAL = 80
46450pkg syscall (openbsd-amd64), const IFT_ATMRADIO = 189
46451pkg syscall (openbsd-amd64), const IFT_ATMSUBINTERFACE = 134
46452pkg syscall (openbsd-amd64), const IFT_ATMVCIENDPT = 194
46453pkg syscall (openbsd-amd64), const IFT_ATMVIRTUAL = 149
46454pkg syscall (openbsd-amd64), const IFT_BGPPOLICYACCOUNTING = 162
46455pkg syscall (openbsd-amd64), const IFT_BLUETOOTH = 248
46456pkg syscall (openbsd-amd64), const IFT_BRIDGE = 209
46457pkg syscall (openbsd-amd64), const IFT_BSC = 83
46458pkg syscall (openbsd-amd64), const IFT_CARP = 247
46459pkg syscall (openbsd-amd64), const IFT_CCTEMUL = 61
46460pkg syscall (openbsd-amd64), const IFT_CEPT = 19
46461pkg syscall (openbsd-amd64), const IFT_CES = 133
46462pkg syscall (openbsd-amd64), const IFT_CHANNEL = 70
46463pkg syscall (openbsd-amd64), const IFT_CNR = 85
46464pkg syscall (openbsd-amd64), const IFT_COFFEE = 132
46465pkg syscall (openbsd-amd64), const IFT_COMPOSITELINK = 155
46466pkg syscall (openbsd-amd64), const IFT_DCN = 141
46467pkg syscall (openbsd-amd64), const IFT_DIGITALPOWERLINE = 138
46468pkg syscall (openbsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
46469pkg syscall (openbsd-amd64), const IFT_DLSW = 74
46470pkg syscall (openbsd-amd64), const IFT_DOCSCABLEDOWNSTREAM = 128
46471pkg syscall (openbsd-amd64), const IFT_DOCSCABLEMACLAYER = 127
46472pkg syscall (openbsd-amd64), const IFT_DOCSCABLEUPSTREAM = 129
46473pkg syscall (openbsd-amd64), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
46474pkg syscall (openbsd-amd64), const IFT_DS0 = 81
46475pkg syscall (openbsd-amd64), const IFT_DS0BUNDLE = 82
46476pkg syscall (openbsd-amd64), const IFT_DS1FDL = 170
46477pkg syscall (openbsd-amd64), const IFT_DS3 = 30
46478pkg syscall (openbsd-amd64), const IFT_DTM = 140
46479pkg syscall (openbsd-amd64), const IFT_DUMMY = 241
46480pkg syscall (openbsd-amd64), const IFT_DVBASILN = 172
46481pkg syscall (openbsd-amd64), const IFT_DVBASIOUT = 173
46482pkg syscall (openbsd-amd64), const IFT_DVBRCCDOWNSTREAM = 147
46483pkg syscall (openbsd-amd64), const IFT_DVBRCCMACLAYER = 146
46484pkg syscall (openbsd-amd64), const IFT_DVBRCCUPSTREAM = 148
46485pkg syscall (openbsd-amd64), const IFT_ECONET = 206
46486pkg syscall (openbsd-amd64), const IFT_ENC = 244
46487pkg syscall (openbsd-amd64), const IFT_EON = 25
46488pkg syscall (openbsd-amd64), const IFT_EPLRS = 87
46489pkg syscall (openbsd-amd64), const IFT_ESCON = 73
46490pkg syscall (openbsd-amd64), const IFT_ETHER = 6
46491pkg syscall (openbsd-amd64), const IFT_FAITH = 243
46492pkg syscall (openbsd-amd64), const IFT_FAST = 125
46493pkg syscall (openbsd-amd64), const IFT_FASTETHER = 62
46494pkg syscall (openbsd-amd64), const IFT_FASTETHERFX = 69
46495pkg syscall (openbsd-amd64), const IFT_FDDI = 15
46496pkg syscall (openbsd-amd64), const IFT_FIBRECHANNEL = 56
46497pkg syscall (openbsd-amd64), const IFT_FRAMERELAYINTERCONNECT = 58
46498pkg syscall (openbsd-amd64), const IFT_FRAMERELAYMPI = 92
46499pkg syscall (openbsd-amd64), const IFT_FRDLCIENDPT = 193
46500pkg syscall (openbsd-amd64), const IFT_FRELAY = 32
46501pkg syscall (openbsd-amd64), const IFT_FRELAYDCE = 44
46502pkg syscall (openbsd-amd64), const IFT_FRF16MFRBUNDLE = 163
46503pkg syscall (openbsd-amd64), const IFT_FRFORWARD = 158
46504pkg syscall (openbsd-amd64), const IFT_G703AT2MB = 67
46505pkg syscall (openbsd-amd64), const IFT_G703AT64K = 66
46506pkg syscall (openbsd-amd64), const IFT_GIF = 240
46507pkg syscall (openbsd-amd64), const IFT_GIGABITETHERNET = 117
46508pkg syscall (openbsd-amd64), const IFT_GR303IDT = 178
46509pkg syscall (openbsd-amd64), const IFT_GR303RDT = 177
46510pkg syscall (openbsd-amd64), const IFT_H323GATEKEEPER = 164
46511pkg syscall (openbsd-amd64), const IFT_H323PROXY = 165
46512pkg syscall (openbsd-amd64), const IFT_HDH1822 = 3
46513pkg syscall (openbsd-amd64), const IFT_HDLC = 118
46514pkg syscall (openbsd-amd64), const IFT_HDSL2 = 168
46515pkg syscall (openbsd-amd64), const IFT_HIPERLAN2 = 183
46516pkg syscall (openbsd-amd64), const IFT_HIPPI = 47
46517pkg syscall (openbsd-amd64), const IFT_HIPPIINTERFACE = 57
46518pkg syscall (openbsd-amd64), const IFT_HOSTPAD = 90
46519pkg syscall (openbsd-amd64), const IFT_HSSI = 46
46520pkg syscall (openbsd-amd64), const IFT_HY = 14
46521pkg syscall (openbsd-amd64), const IFT_IBM370PARCHAN = 72
46522pkg syscall (openbsd-amd64), const IFT_IDSL = 154
46523pkg syscall (openbsd-amd64), const IFT_IEEE1394 = 144
46524pkg syscall (openbsd-amd64), const IFT_IEEE80211 = 71
46525pkg syscall (openbsd-amd64), const IFT_IEEE80212 = 55
46526pkg syscall (openbsd-amd64), const IFT_IEEE8023ADLAG = 161
46527pkg syscall (openbsd-amd64), const IFT_IFGSN = 145
46528pkg syscall (openbsd-amd64), const IFT_IMT = 190
46529pkg syscall (openbsd-amd64), const IFT_INFINIBAND = 199
46530pkg syscall (openbsd-amd64), const IFT_INTERLEAVE = 124
46531pkg syscall (openbsd-amd64), const IFT_IP = 126
46532pkg syscall (openbsd-amd64), const IFT_IPFORWARD = 142
46533pkg syscall (openbsd-amd64), const IFT_IPOVERATM = 114
46534pkg syscall (openbsd-amd64), const IFT_IPOVERCDLC = 109
46535pkg syscall (openbsd-amd64), const IFT_IPOVERCLAW = 110
46536pkg syscall (openbsd-amd64), const IFT_IPSWITCH = 78
46537pkg syscall (openbsd-amd64), const IFT_ISDN = 63
46538pkg syscall (openbsd-amd64), const IFT_ISDNBASIC = 20
46539pkg syscall (openbsd-amd64), const IFT_ISDNPRIMARY = 21
46540pkg syscall (openbsd-amd64), const IFT_ISDNS = 75
46541pkg syscall (openbsd-amd64), const IFT_ISDNU = 76
46542pkg syscall (openbsd-amd64), const IFT_ISO88022LLC = 41
46543pkg syscall (openbsd-amd64), const IFT_ISO88023 = 7
46544pkg syscall (openbsd-amd64), const IFT_ISO88024 = 8
46545pkg syscall (openbsd-amd64), const IFT_ISO88025 = 9
46546pkg syscall (openbsd-amd64), const IFT_ISO88025CRFPINT = 98
46547pkg syscall (openbsd-amd64), const IFT_ISO88025DTR = 86
46548pkg syscall (openbsd-amd64), const IFT_ISO88025FIBER = 115
46549pkg syscall (openbsd-amd64), const IFT_ISO88026 = 10
46550pkg syscall (openbsd-amd64), const IFT_ISUP = 179
46551pkg syscall (openbsd-amd64), const IFT_L2VLAN = 135
46552pkg syscall (openbsd-amd64), const IFT_L3IPVLAN = 136
46553pkg syscall (openbsd-amd64), const IFT_L3IPXVLAN = 137
46554pkg syscall (openbsd-amd64), const IFT_LAPB = 16
46555pkg syscall (openbsd-amd64), const IFT_LAPD = 77
46556pkg syscall (openbsd-amd64), const IFT_LAPF = 119
46557pkg syscall (openbsd-amd64), const IFT_LINEGROUP = 210
46558pkg syscall (openbsd-amd64), const IFT_LOCALTALK = 42
46559pkg syscall (openbsd-amd64), const IFT_LOOP = 24
46560pkg syscall (openbsd-amd64), const IFT_MEDIAMAILOVERIP = 139
46561pkg syscall (openbsd-amd64), const IFT_MFSIGLINK = 167
46562pkg syscall (openbsd-amd64), const IFT_MIOX25 = 38
46563pkg syscall (openbsd-amd64), const IFT_MODEM = 48
46564pkg syscall (openbsd-amd64), const IFT_MPC = 113
46565pkg syscall (openbsd-amd64), const IFT_MPLS = 166
46566pkg syscall (openbsd-amd64), const IFT_MPLSTUNNEL = 150
46567pkg syscall (openbsd-amd64), const IFT_MSDSL = 143
46568pkg syscall (openbsd-amd64), const IFT_MVL = 191
46569pkg syscall (openbsd-amd64), const IFT_MYRINET = 99
46570pkg syscall (openbsd-amd64), const IFT_NFAS = 175
46571pkg syscall (openbsd-amd64), const IFT_NSIP = 27
46572pkg syscall (openbsd-amd64), const IFT_OPTICALCHANNEL = 195
46573pkg syscall (openbsd-amd64), const IFT_OPTICALTRANSPORT = 196
46574pkg syscall (openbsd-amd64), const IFT_OTHER = 1
46575pkg syscall (openbsd-amd64), const IFT_P10 = 12
46576pkg syscall (openbsd-amd64), const IFT_P80 = 13
46577pkg syscall (openbsd-amd64), const IFT_PARA = 34
46578pkg syscall (openbsd-amd64), const IFT_PFLOG = 245
46579pkg syscall (openbsd-amd64), const IFT_PFLOW = 249
46580pkg syscall (openbsd-amd64), const IFT_PFSYNC = 246
46581pkg syscall (openbsd-amd64), const IFT_PLC = 174
46582pkg syscall (openbsd-amd64), const IFT_PON155 = 207
46583pkg syscall (openbsd-amd64), const IFT_PON622 = 208
46584pkg syscall (openbsd-amd64), const IFT_POS = 171
46585pkg syscall (openbsd-amd64), const IFT_PPP = 23
46586pkg syscall (openbsd-amd64), const IFT_PPPMULTILINKBUNDLE = 108
46587pkg syscall (openbsd-amd64), const IFT_PROPATM = 197
46588pkg syscall (openbsd-amd64), const IFT_PROPBWAP2MP = 184
46589pkg syscall (openbsd-amd64), const IFT_PROPCNLS = 89
46590pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
46591pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER = 180
46592pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
46593pkg syscall (openbsd-amd64), const IFT_PROPMUX = 54
46594pkg syscall (openbsd-amd64), const IFT_PROPVIRTUAL = 53
46595pkg syscall (openbsd-amd64), const IFT_PROPWIRELESSP2P = 157
46596pkg syscall (openbsd-amd64), const IFT_PTPSERIAL = 22
46597pkg syscall (openbsd-amd64), const IFT_PVC = 242
46598pkg syscall (openbsd-amd64), const IFT_Q2931 = 201
46599pkg syscall (openbsd-amd64), const IFT_QLLC = 68
46600pkg syscall (openbsd-amd64), const IFT_RADIOMAC = 188
46601pkg syscall (openbsd-amd64), const IFT_RADSL = 95
46602pkg syscall (openbsd-amd64), const IFT_REACHDSL = 192
46603pkg syscall (openbsd-amd64), const IFT_RFC1483 = 159
46604pkg syscall (openbsd-amd64), const IFT_RS232 = 33
46605pkg syscall (openbsd-amd64), const IFT_RSRB = 79
46606pkg syscall (openbsd-amd64), const IFT_SDLC = 17
46607pkg syscall (openbsd-amd64), const IFT_SDSL = 96
46608pkg syscall (openbsd-amd64), const IFT_SHDSL = 169
46609pkg syscall (openbsd-amd64), const IFT_SIP = 31
46610pkg syscall (openbsd-amd64), const IFT_SIPSIG = 204
46611pkg syscall (openbsd-amd64), const IFT_SIPTG = 203
46612pkg syscall (openbsd-amd64), const IFT_SLIP = 28
46613pkg syscall (openbsd-amd64), const IFT_SMDSDXI = 43
46614pkg syscall (openbsd-amd64), const IFT_SMDSICIP = 52
46615pkg syscall (openbsd-amd64), const IFT_SONET = 39
46616pkg syscall (openbsd-amd64), const IFT_SONETOVERHEADCHANNEL = 185
46617pkg syscall (openbsd-amd64), const IFT_SONETPATH = 50
46618pkg syscall (openbsd-amd64), const IFT_SONETVT = 51
46619pkg syscall (openbsd-amd64), const IFT_SRP = 151
46620pkg syscall (openbsd-amd64), const IFT_SS7SIGLINK = 156
46621pkg syscall (openbsd-amd64), const IFT_STACKTOSTACK = 111
46622pkg syscall (openbsd-amd64), const IFT_STARLAN = 11
46623pkg syscall (openbsd-amd64), const IFT_T1 = 18
46624pkg syscall (openbsd-amd64), const IFT_TDLC = 116
46625pkg syscall (openbsd-amd64), const IFT_TELINK = 200
46626pkg syscall (openbsd-amd64), const IFT_TERMPAD = 91
46627pkg syscall (openbsd-amd64), const IFT_TR008 = 176
46628pkg syscall (openbsd-amd64), const IFT_TRANSPHDLC = 123
46629pkg syscall (openbsd-amd64), const IFT_TUNNEL = 131
46630pkg syscall (openbsd-amd64), const IFT_ULTRA = 29
46631pkg syscall (openbsd-amd64), const IFT_USB = 160
46632pkg syscall (openbsd-amd64), const IFT_V11 = 64
46633pkg syscall (openbsd-amd64), const IFT_V35 = 45
46634pkg syscall (openbsd-amd64), const IFT_V36 = 65
46635pkg syscall (openbsd-amd64), const IFT_V37 = 120
46636pkg syscall (openbsd-amd64), const IFT_VDSL = 97
46637pkg syscall (openbsd-amd64), const IFT_VIRTUALIPADDRESS = 112
46638pkg syscall (openbsd-amd64), const IFT_VIRTUALTG = 202
46639pkg syscall (openbsd-amd64), const IFT_VOICEDID = 213
46640pkg syscall (openbsd-amd64), const IFT_VOICEEM = 100
46641pkg syscall (openbsd-amd64), const IFT_VOICEEMFGD = 211
46642pkg syscall (openbsd-amd64), const IFT_VOICEENCAP = 103
46643pkg syscall (openbsd-amd64), const IFT_VOICEFGDEANA = 212
46644pkg syscall (openbsd-amd64), const IFT_VOICEFXO = 101
46645pkg syscall (openbsd-amd64), const IFT_VOICEFXS = 102
46646pkg syscall (openbsd-amd64), const IFT_VOICEOVERATM = 152
46647pkg syscall (openbsd-amd64), const IFT_VOICEOVERCABLE = 198
46648pkg syscall (openbsd-amd64), const IFT_VOICEOVERFRAMERELAY = 153
46649pkg syscall (openbsd-amd64), const IFT_VOICEOVERIP = 104
46650pkg syscall (openbsd-amd64), const IFT_X213 = 93
46651pkg syscall (openbsd-amd64), const IFT_X25 = 5
46652pkg syscall (openbsd-amd64), const IFT_X25DDN = 4
46653pkg syscall (openbsd-amd64), const IFT_X25HUNTGROUP = 122
46654pkg syscall (openbsd-amd64), const IFT_X25MLP = 121
46655pkg syscall (openbsd-amd64), const IFT_X25PLE = 40
46656pkg syscall (openbsd-amd64), const IFT_XETHER = 26
46657pkg syscall (openbsd-amd64), const IGNBRK = 1
46658pkg syscall (openbsd-amd64), const IGNCR = 128
46659pkg syscall (openbsd-amd64), const IGNPAR = 4
46660pkg syscall (openbsd-amd64), const IMAXBEL = 8192
46661pkg syscall (openbsd-amd64), const INLCR = 64
46662pkg syscall (openbsd-amd64), const INPCK = 16
46663pkg syscall (openbsd-amd64), const IN_CLASSA_HOST = 16777215
46664pkg syscall (openbsd-amd64), const IN_CLASSA_MAX = 128
46665pkg syscall (openbsd-amd64), const IN_CLASSA_NET = 4278190080
46666pkg syscall (openbsd-amd64), const IN_CLASSA_NSHIFT = 24
46667pkg syscall (openbsd-amd64), const IN_CLASSB_HOST = 65535
46668pkg syscall (openbsd-amd64), const IN_CLASSB_MAX = 65536
46669pkg syscall (openbsd-amd64), const IN_CLASSB_NET = 4294901760
46670pkg syscall (openbsd-amd64), const IN_CLASSB_NSHIFT = 16
46671pkg syscall (openbsd-amd64), const IN_CLASSC_HOST = 255
46672pkg syscall (openbsd-amd64), const IN_CLASSC_NET = 4294967040
46673pkg syscall (openbsd-amd64), const IN_CLASSC_NSHIFT = 8
46674pkg syscall (openbsd-amd64), const IN_CLASSD_HOST = 268435455
46675pkg syscall (openbsd-amd64), const IN_CLASSD_NET = 4026531840
46676pkg syscall (openbsd-amd64), const IN_CLASSD_NSHIFT = 28
46677pkg syscall (openbsd-amd64), const IN_LOOPBACKNET = 127
46678pkg syscall (openbsd-amd64), const IN_RFC3021_HOST = 1
46679pkg syscall (openbsd-amd64), const IN_RFC3021_NET = 4294967294
46680pkg syscall (openbsd-amd64), const IN_RFC3021_NSHIFT = 31
46681pkg syscall (openbsd-amd64), const IPPROTO_AH = 51
46682pkg syscall (openbsd-amd64), const IPPROTO_CARP = 112
46683pkg syscall (openbsd-amd64), const IPPROTO_DIVERT = 258
46684pkg syscall (openbsd-amd64), const IPPROTO_DONE = 257
46685pkg syscall (openbsd-amd64), const IPPROTO_DSTOPTS = 60
46686pkg syscall (openbsd-amd64), const IPPROTO_EGP = 8
46687pkg syscall (openbsd-amd64), const IPPROTO_ENCAP = 98
46688pkg syscall (openbsd-amd64), const IPPROTO_EON = 80
46689pkg syscall (openbsd-amd64), const IPPROTO_ESP = 50
46690pkg syscall (openbsd-amd64), const IPPROTO_ETHERIP = 97
46691pkg syscall (openbsd-amd64), const IPPROTO_FRAGMENT = 44
46692pkg syscall (openbsd-amd64), const IPPROTO_GGP = 3
46693pkg syscall (openbsd-amd64), const IPPROTO_GRE = 47
46694pkg syscall (openbsd-amd64), const IPPROTO_HOPOPTS = 0
46695pkg syscall (openbsd-amd64), const IPPROTO_ICMP = 1
46696pkg syscall (openbsd-amd64), const IPPROTO_ICMPV6 = 58
46697pkg syscall (openbsd-amd64), const IPPROTO_IDP = 22
46698pkg syscall (openbsd-amd64), const IPPROTO_IGMP = 2
46699pkg syscall (openbsd-amd64), const IPPROTO_IPCOMP = 108
46700pkg syscall (openbsd-amd64), const IPPROTO_IPIP = 4
46701pkg syscall (openbsd-amd64), const IPPROTO_IPV4 = 4
46702pkg syscall (openbsd-amd64), const IPPROTO_MAX = 256
46703pkg syscall (openbsd-amd64), const IPPROTO_MAXID = 259
46704pkg syscall (openbsd-amd64), const IPPROTO_MOBILE = 55
46705pkg syscall (openbsd-amd64), const IPPROTO_MPLS = 137
46706pkg syscall (openbsd-amd64), const IPPROTO_NONE = 59
46707pkg syscall (openbsd-amd64), const IPPROTO_PFSYNC = 240
46708pkg syscall (openbsd-amd64), const IPPROTO_PIM = 103
46709pkg syscall (openbsd-amd64), const IPPROTO_PUP = 12
46710pkg syscall (openbsd-amd64), const IPPROTO_RAW = 255
46711pkg syscall (openbsd-amd64), const IPPROTO_ROUTING = 43
46712pkg syscall (openbsd-amd64), const IPPROTO_RSVP = 46
46713pkg syscall (openbsd-amd64), const IPPROTO_TP = 29
46714pkg syscall (openbsd-amd64), const IPV6_AUTH_LEVEL = 53
46715pkg syscall (openbsd-amd64), const IPV6_AUTOFLOWLABEL = 59
46716pkg syscall (openbsd-amd64), const IPV6_CHECKSUM = 26
46717pkg syscall (openbsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1
46718pkg syscall (openbsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1
46719pkg syscall (openbsd-amd64), const IPV6_DEFHLIM = 64
46720pkg syscall (openbsd-amd64), const IPV6_DONTFRAG = 62
46721pkg syscall (openbsd-amd64), const IPV6_DSTOPTS = 50
46722pkg syscall (openbsd-amd64), const IPV6_ESP_NETWORK_LEVEL = 55
46723pkg syscall (openbsd-amd64), const IPV6_ESP_TRANS_LEVEL = 54
46724pkg syscall (openbsd-amd64), const IPV6_FAITH = 29
46725pkg syscall (openbsd-amd64), const IPV6_FLOWINFO_MASK = 4294967055
46726pkg syscall (openbsd-amd64), const IPV6_FLOWLABEL_MASK = 4294905600
46727pkg syscall (openbsd-amd64), const IPV6_FRAGTTL = 120
46728pkg syscall (openbsd-amd64), const IPV6_HLIMDEC = 1
46729pkg syscall (openbsd-amd64), const IPV6_HOPLIMIT = 47
46730pkg syscall (openbsd-amd64), const IPV6_HOPOPTS = 49
46731pkg syscall (openbsd-amd64), const IPV6_IPCOMP_LEVEL = 60
46732pkg syscall (openbsd-amd64), const IPV6_JOIN_GROUP = 12
46733pkg syscall (openbsd-amd64), const IPV6_LEAVE_GROUP = 13
46734pkg syscall (openbsd-amd64), const IPV6_MAXHLIM = 255
46735pkg syscall (openbsd-amd64), const IPV6_MAXPACKET = 65535
46736pkg syscall (openbsd-amd64), const IPV6_MMTU = 1280
46737pkg syscall (openbsd-amd64), const IPV6_MULTICAST_HOPS = 10
46738pkg syscall (openbsd-amd64), const IPV6_MULTICAST_IF = 9
46739pkg syscall (openbsd-amd64), const IPV6_MULTICAST_LOOP = 11
46740pkg syscall (openbsd-amd64), const IPV6_NEXTHOP = 48
46741pkg syscall (openbsd-amd64), const IPV6_OPTIONS = 1
46742pkg syscall (openbsd-amd64), const IPV6_PATHMTU = 44
46743pkg syscall (openbsd-amd64), const IPV6_PIPEX = 63
46744pkg syscall (openbsd-amd64), const IPV6_PKTINFO = 46
46745pkg syscall (openbsd-amd64), const IPV6_PORTRANGE = 14
46746pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_DEFAULT = 0
46747pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_HIGH = 1
46748pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_LOW = 2
46749pkg syscall (openbsd-amd64), const IPV6_RECVDSTOPTS = 40
46750pkg syscall (openbsd-amd64), const IPV6_RECVHOPLIMIT = 37
46751pkg syscall (openbsd-amd64), const IPV6_RECVHOPOPTS = 39
46752pkg syscall (openbsd-amd64), const IPV6_RECVPATHMTU = 43
46753pkg syscall (openbsd-amd64), const IPV6_RECVPKTINFO = 36
46754pkg syscall (openbsd-amd64), const IPV6_RECVRTHDR = 38
46755pkg syscall (openbsd-amd64), const IPV6_RECVTCLASS = 57
46756pkg syscall (openbsd-amd64), const IPV6_RTABLE = 4129
46757pkg syscall (openbsd-amd64), const IPV6_RTHDR = 51
46758pkg syscall (openbsd-amd64), const IPV6_RTHDRDSTOPTS = 35
46759pkg syscall (openbsd-amd64), const IPV6_RTHDR_LOOSE = 0
46760pkg syscall (openbsd-amd64), const IPV6_RTHDR_STRICT = 1
46761pkg syscall (openbsd-amd64), const IPV6_RTHDR_TYPE_0 = 0
46762pkg syscall (openbsd-amd64), const IPV6_SOCKOPT_RESERVED1 = 3
46763pkg syscall (openbsd-amd64), const IPV6_TCLASS = 61
46764pkg syscall (openbsd-amd64), const IPV6_UNICAST_HOPS = 4
46765pkg syscall (openbsd-amd64), const IPV6_USE_MIN_MTU = 42
46766pkg syscall (openbsd-amd64), const IPV6_V6ONLY = 27
46767pkg syscall (openbsd-amd64), const IPV6_VERSION = 96
46768pkg syscall (openbsd-amd64), const IPV6_VERSION_MASK = 240
46769pkg syscall (openbsd-amd64), const IP_ADD_MEMBERSHIP = 12
46770pkg syscall (openbsd-amd64), const IP_AUTH_LEVEL = 20
46771pkg syscall (openbsd-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
46772pkg syscall (openbsd-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
46773pkg syscall (openbsd-amd64), const IP_DF = 16384
46774pkg syscall (openbsd-amd64), const IP_DROP_MEMBERSHIP = 13
46775pkg syscall (openbsd-amd64), const IP_ESP_NETWORK_LEVEL = 22
46776pkg syscall (openbsd-amd64), const IP_ESP_TRANS_LEVEL = 21
46777pkg syscall (openbsd-amd64), const IP_HDRINCL = 2
46778pkg syscall (openbsd-amd64), const IP_IPCOMP_LEVEL = 29
46779pkg syscall (openbsd-amd64), const IP_IPSECFLOWINFO = 36
46780pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_AUTH = 27
46781pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_CRED = 25
46782pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_ID = 23
46783pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_AUTH = 28
46784pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_CRED = 26
46785pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_ID = 24
46786pkg syscall (openbsd-amd64), const IP_MAXPACKET = 65535
46787pkg syscall (openbsd-amd64), const IP_MAX_MEMBERSHIPS = 4095
46788pkg syscall (openbsd-amd64), const IP_MF = 8192
46789pkg syscall (openbsd-amd64), const IP_MINTTL = 32
46790pkg syscall (openbsd-amd64), const IP_MIN_MEMBERSHIPS = 15
46791pkg syscall (openbsd-amd64), const IP_MSS = 576
46792pkg syscall (openbsd-amd64), const IP_MULTICAST_IF = 9
46793pkg syscall (openbsd-amd64), const IP_MULTICAST_LOOP = 11
46794pkg syscall (openbsd-amd64), const IP_MULTICAST_TTL = 10
46795pkg syscall (openbsd-amd64), const IP_OFFMASK = 8191
46796pkg syscall (openbsd-amd64), const IP_OPTIONS = 1
46797pkg syscall (openbsd-amd64), const IP_PIPEX = 34
46798pkg syscall (openbsd-amd64), const IP_PORTRANGE = 19
46799pkg syscall (openbsd-amd64), const IP_PORTRANGE_DEFAULT = 0
46800pkg syscall (openbsd-amd64), const IP_PORTRANGE_HIGH = 1
46801pkg syscall (openbsd-amd64), const IP_PORTRANGE_LOW = 2
46802pkg syscall (openbsd-amd64), const IP_RECVDSTADDR = 7
46803pkg syscall (openbsd-amd64), const IP_RECVDSTPORT = 33
46804pkg syscall (openbsd-amd64), const IP_RECVIF = 30
46805pkg syscall (openbsd-amd64), const IP_RECVOPTS = 5
46806pkg syscall (openbsd-amd64), const IP_RECVRETOPTS = 6
46807pkg syscall (openbsd-amd64), const IP_RECVRTABLE = 35
46808pkg syscall (openbsd-amd64), const IP_RECVTTL = 31
46809pkg syscall (openbsd-amd64), const IP_RETOPTS = 8
46810pkg syscall (openbsd-amd64), const IP_RF = 32768
46811pkg syscall (openbsd-amd64), const IP_RTABLE = 4129
46812pkg syscall (openbsd-amd64), const IP_TOS = 3
46813pkg syscall (openbsd-amd64), const IP_TTL = 4
46814pkg syscall (openbsd-amd64), const ISIG = 128
46815pkg syscall (openbsd-amd64), const ISTRIP = 32
46816pkg syscall (openbsd-amd64), const IXANY = 2048
46817pkg syscall (openbsd-amd64), const IXOFF = 1024
46818pkg syscall (openbsd-amd64), const IXON = 512
46819pkg syscall (openbsd-amd64), const ImplementsGetwd = false
46820pkg syscall (openbsd-amd64), const LCNT_OVERLOAD_FLUSH = 6
46821pkg syscall (openbsd-amd64), const LOCK_EX = 2
46822pkg syscall (openbsd-amd64), const LOCK_NB = 4
46823pkg syscall (openbsd-amd64), const LOCK_SH = 1
46824pkg syscall (openbsd-amd64), const LOCK_UN = 8
46825pkg syscall (openbsd-amd64), const MSG_BCAST = 256
46826pkg syscall (openbsd-amd64), const MSG_CTRUNC = 32
46827pkg syscall (openbsd-amd64), const MSG_DONTROUTE = 4
46828pkg syscall (openbsd-amd64), const MSG_DONTWAIT = 128
46829pkg syscall (openbsd-amd64), const MSG_EOR = 8
46830pkg syscall (openbsd-amd64), const MSG_MCAST = 512
46831pkg syscall (openbsd-amd64), const MSG_NOSIGNAL = 1024
46832pkg syscall (openbsd-amd64), const MSG_OOB = 1
46833pkg syscall (openbsd-amd64), const MSG_PEEK = 2
46834pkg syscall (openbsd-amd64), const MSG_TRUNC = 16
46835pkg syscall (openbsd-amd64), const MSG_WAITALL = 64
46836pkg syscall (openbsd-amd64), const NAME_MAX = 255
46837pkg syscall (openbsd-amd64), const NET_RT_DUMP = 1
46838pkg syscall (openbsd-amd64), const NET_RT_FLAGS = 2
46839pkg syscall (openbsd-amd64), const NET_RT_IFLIST = 3
46840pkg syscall (openbsd-amd64), const NET_RT_MAXID = 6
46841pkg syscall (openbsd-amd64), const NET_RT_STATS = 4
46842pkg syscall (openbsd-amd64), const NET_RT_TABLE = 5
46843pkg syscall (openbsd-amd64), const NOFLSH = 2147483648
46844pkg syscall (openbsd-amd64), const NOTE_ATTRIB = 8
46845pkg syscall (openbsd-amd64), const NOTE_CHILD = 4
46846pkg syscall (openbsd-amd64), const NOTE_DELETE = 1
46847pkg syscall (openbsd-amd64), const NOTE_EOF = 2
46848pkg syscall (openbsd-amd64), const NOTE_EXEC = 536870912
46849pkg syscall (openbsd-amd64), const NOTE_EXIT = 2147483648
46850pkg syscall (openbsd-amd64), const NOTE_EXTEND = 4
46851pkg syscall (openbsd-amd64), const NOTE_FORK = 1073741824
46852pkg syscall (openbsd-amd64), const NOTE_LINK = 16
46853pkg syscall (openbsd-amd64), const NOTE_LOWAT = 1
46854pkg syscall (openbsd-amd64), const NOTE_PCTRLMASK = 4026531840
46855pkg syscall (openbsd-amd64), const NOTE_PDATAMASK = 1048575
46856pkg syscall (openbsd-amd64), const NOTE_RENAME = 32
46857pkg syscall (openbsd-amd64), const NOTE_REVOKE = 64
46858pkg syscall (openbsd-amd64), const NOTE_TRACK = 1
46859pkg syscall (openbsd-amd64), const NOTE_TRACKERR = 2
46860pkg syscall (openbsd-amd64), const NOTE_TRUNCATE = 128
46861pkg syscall (openbsd-amd64), const NOTE_WRITE = 2
46862pkg syscall (openbsd-amd64), const OCRNL = 16
46863pkg syscall (openbsd-amd64), const ONLCR = 2
46864pkg syscall (openbsd-amd64), const ONLRET = 128
46865pkg syscall (openbsd-amd64), const ONOCR = 64
46866pkg syscall (openbsd-amd64), const ONOEOT = 8
46867pkg syscall (openbsd-amd64), const OPOST = 1
46868pkg syscall (openbsd-amd64), const O_ACCMODE = 3
46869pkg syscall (openbsd-amd64), const O_APPEND = 8
46870pkg syscall (openbsd-amd64), const O_ASYNC = 64
46871pkg syscall (openbsd-amd64), const O_CLOEXEC = 65536
46872pkg syscall (openbsd-amd64), const O_CREAT = 512
46873pkg syscall (openbsd-amd64), const O_DIRECTORY = 131072
46874pkg syscall (openbsd-amd64), const O_DSYNC = 128
46875pkg syscall (openbsd-amd64), const O_EXCL = 2048
46876pkg syscall (openbsd-amd64), const O_EXLOCK = 32
46877pkg syscall (openbsd-amd64), const O_FSYNC = 128
46878pkg syscall (openbsd-amd64), const O_NDELAY = 4
46879pkg syscall (openbsd-amd64), const O_NOCTTY = 32768
46880pkg syscall (openbsd-amd64), const O_NOFOLLOW = 256
46881pkg syscall (openbsd-amd64), const O_NONBLOCK = 4
46882pkg syscall (openbsd-amd64), const O_RSYNC = 128
46883pkg syscall (openbsd-amd64), const O_SHLOCK = 16
46884pkg syscall (openbsd-amd64), const O_SYNC = 128
46885pkg syscall (openbsd-amd64), const O_TRUNC = 1024
46886pkg syscall (openbsd-amd64), const PARENB = 4096
46887pkg syscall (openbsd-amd64), const PARMRK = 8
46888pkg syscall (openbsd-amd64), const PARODD = 8192
46889pkg syscall (openbsd-amd64), const PENDIN = 536870912
46890pkg syscall (openbsd-amd64), const PF_FLUSH = 1
46891pkg syscall (openbsd-amd64), const PMC5_PIPELINE_FLUSH = 21
46892pkg syscall (openbsd-amd64), const PTRACE_CONT = 7
46893pkg syscall (openbsd-amd64), const PTRACE_KILL = 8
46894pkg syscall (openbsd-amd64), const PTRACE_TRACEME = 0
46895pkg syscall (openbsd-amd64), const RLIMIT_CORE = 4
46896pkg syscall (openbsd-amd64), const RLIMIT_CPU = 0
46897pkg syscall (openbsd-amd64), const RLIMIT_DATA = 2
46898pkg syscall (openbsd-amd64), const RLIMIT_FSIZE = 1
46899pkg syscall (openbsd-amd64), const RLIMIT_NOFILE = 8
46900pkg syscall (openbsd-amd64), const RLIMIT_STACK = 3
46901pkg syscall (openbsd-amd64), const RLIM_INFINITY = 9223372036854775807
46902pkg syscall (openbsd-amd64), const RTAX_AUTHOR = 6
46903pkg syscall (openbsd-amd64), const RTAX_BRD = 7
46904pkg syscall (openbsd-amd64), const RTAX_DST = 0
46905pkg syscall (openbsd-amd64), const RTAX_GATEWAY = 1
46906pkg syscall (openbsd-amd64), const RTAX_GENMASK = 3
46907pkg syscall (openbsd-amd64), const RTAX_IFA = 5
46908pkg syscall (openbsd-amd64), const RTAX_IFP = 4
46909pkg syscall (openbsd-amd64), const RTAX_LABEL = 10
46910pkg syscall (openbsd-amd64), const RTAX_MAX = 11
46911pkg syscall (openbsd-amd64), const RTAX_NETMASK = 2
46912pkg syscall (openbsd-amd64), const RTAX_SRC = 8
46913pkg syscall (openbsd-amd64), const RTAX_SRCMASK = 9
46914pkg syscall (openbsd-amd64), const RTA_AUTHOR = 64
46915pkg syscall (openbsd-amd64), const RTA_BRD = 128
46916pkg syscall (openbsd-amd64), const RTA_DST = 1
46917pkg syscall (openbsd-amd64), const RTA_GATEWAY = 2
46918pkg syscall (openbsd-amd64), const RTA_GENMASK = 8
46919pkg syscall (openbsd-amd64), const RTA_IFA = 32
46920pkg syscall (openbsd-amd64), const RTA_IFP = 16
46921pkg syscall (openbsd-amd64), const RTA_LABEL = 1024
46922pkg syscall (openbsd-amd64), const RTA_NETMASK = 4
46923pkg syscall (openbsd-amd64), const RTA_SRC = 256
46924pkg syscall (openbsd-amd64), const RTA_SRCMASK = 512
46925pkg syscall (openbsd-amd64), const RTF_ANNOUNCE = 16384
46926pkg syscall (openbsd-amd64), const RTF_BLACKHOLE = 4096
46927pkg syscall (openbsd-amd64), const RTF_CLONED = 65536
46928pkg syscall (openbsd-amd64), const RTF_CLONING = 256
46929pkg syscall (openbsd-amd64), const RTF_DONE = 64
46930pkg syscall (openbsd-amd64), const RTF_DYNAMIC = 16
46931pkg syscall (openbsd-amd64), const RTF_FMASK = 63496
46932pkg syscall (openbsd-amd64), const RTF_GATEWAY = 2
46933pkg syscall (openbsd-amd64), const RTF_HOST = 4
46934pkg syscall (openbsd-amd64), const RTF_LLINFO = 1024
46935pkg syscall (openbsd-amd64), const RTF_MASK = 128
46936pkg syscall (openbsd-amd64), const RTF_MODIFIED = 32
46937pkg syscall (openbsd-amd64), const RTF_MPATH = 262144
46938pkg syscall (openbsd-amd64), const RTF_MPLS = 1048576
46939pkg syscall (openbsd-amd64), const RTF_PERMANENT_ARP = 8192
46940pkg syscall (openbsd-amd64), const RTF_PROTO1 = 32768
46941pkg syscall (openbsd-amd64), const RTF_PROTO2 = 16384
46942pkg syscall (openbsd-amd64), const RTF_PROTO3 = 8192
46943pkg syscall (openbsd-amd64), const RTF_REJECT = 8
46944pkg syscall (openbsd-amd64), const RTF_SOURCE = 131072
46945pkg syscall (openbsd-amd64), const RTF_STATIC = 2048
46946pkg syscall (openbsd-amd64), const RTF_TUNNEL = 1048576
46947pkg syscall (openbsd-amd64), const RTF_UP = 1
46948pkg syscall (openbsd-amd64), const RTF_USETRAILERS = 32768
46949pkg syscall (openbsd-amd64), const RTF_XRESOLVE = 512
46950pkg syscall (openbsd-amd64), const RTM_ADD = 1
46951pkg syscall (openbsd-amd64), const RTM_CHANGE = 3
46952pkg syscall (openbsd-amd64), const RTM_DELADDR = 13
46953pkg syscall (openbsd-amd64), const RTM_DELETE = 2
46954pkg syscall (openbsd-amd64), const RTM_DESYNC = 16
46955pkg syscall (openbsd-amd64), const RTM_GET = 4
46956pkg syscall (openbsd-amd64), const RTM_IFANNOUNCE = 15
46957pkg syscall (openbsd-amd64), const RTM_IFINFO = 14
46958pkg syscall (openbsd-amd64), const RTM_LOCK = 8
46959pkg syscall (openbsd-amd64), const RTM_LOSING = 5
46960pkg syscall (openbsd-amd64), const RTM_MAXSIZE = 2048
46961pkg syscall (openbsd-amd64), const RTM_MISS = 7
46962pkg syscall (openbsd-amd64), const RTM_NEWADDR = 12
46963pkg syscall (openbsd-amd64), const RTM_REDIRECT = 6
46964pkg syscall (openbsd-amd64), const RTM_RESOLVE = 11
46965pkg syscall (openbsd-amd64), const RTM_RTTUNIT = 1000000
46966pkg syscall (openbsd-amd64), const RTM_VERSION = 4
46967pkg syscall (openbsd-amd64), const RTV_EXPIRE = 4
46968pkg syscall (openbsd-amd64), const RTV_HOPCOUNT = 2
46969pkg syscall (openbsd-amd64), const RTV_MTU = 1
46970pkg syscall (openbsd-amd64), const RTV_RPIPE = 8
46971pkg syscall (openbsd-amd64), const RTV_RTT = 64
46972pkg syscall (openbsd-amd64), const RTV_RTTVAR = 128
46973pkg syscall (openbsd-amd64), const RTV_SPIPE = 16
46974pkg syscall (openbsd-amd64), const RTV_SSTHRESH = 32
46975pkg syscall (openbsd-amd64), const RT_TABLEID_MAX = 255
46976pkg syscall (openbsd-amd64), const RUSAGE_CHILDREN = -1
46977pkg syscall (openbsd-amd64), const RUSAGE_SELF = 0
46978pkg syscall (openbsd-amd64), const RUSAGE_THREAD = 1
46979pkg syscall (openbsd-amd64), const SCM_RIGHTS = 1
46980pkg syscall (openbsd-amd64), const SCM_TIMESTAMP = 4
46981pkg syscall (openbsd-amd64), const SIGBUS = 10
46982pkg syscall (openbsd-amd64), const SIGCHLD = 20
46983pkg syscall (openbsd-amd64), const SIGCONT = 19
46984pkg syscall (openbsd-amd64), const SIGEMT = 7
46985pkg syscall (openbsd-amd64), const SIGINFO = 29
46986pkg syscall (openbsd-amd64), const SIGIO = 23
46987pkg syscall (openbsd-amd64), const SIGIOT = 6
46988pkg syscall (openbsd-amd64), const SIGPROF = 27
46989pkg syscall (openbsd-amd64), const SIGSTOP = 17
46990pkg syscall (openbsd-amd64), const SIGSYS = 12
46991pkg syscall (openbsd-amd64), const SIGTHR = 32
46992pkg syscall (openbsd-amd64), const SIGTSTP = 18
46993pkg syscall (openbsd-amd64), const SIGTTIN = 21
46994pkg syscall (openbsd-amd64), const SIGTTOU = 22
46995pkg syscall (openbsd-amd64), const SIGURG = 16
46996pkg syscall (openbsd-amd64), const SIGUSR1 = 30
46997pkg syscall (openbsd-amd64), const SIGUSR2 = 31
46998pkg syscall (openbsd-amd64), const SIGVTALRM = 26
46999pkg syscall (openbsd-amd64), const SIGWINCH = 28
47000pkg syscall (openbsd-amd64), const SIGXCPU = 24
47001pkg syscall (openbsd-amd64), const SIGXFSZ = 25
47002pkg syscall (openbsd-amd64), const SIOCADDMULTI = 2149607729
47003pkg syscall (openbsd-amd64), const SIOCAIFADDR = 2151704858
47004pkg syscall (openbsd-amd64), const SIOCAIFGROUP = 2150132103
47005pkg syscall (openbsd-amd64), const SIOCALIFADDR = 2182637852
47006pkg syscall (openbsd-amd64), const SIOCATMARK = 1074033415
47007pkg syscall (openbsd-amd64), const SIOCBRDGADD = 2153277756
47008pkg syscall (openbsd-amd64), const SIOCBRDGADDS = 2153277761
47009pkg syscall (openbsd-amd64), const SIOCBRDGARL = 2154719565
47010pkg syscall (openbsd-amd64), const SIOCBRDGDADDR = 2150132039
47011pkg syscall (openbsd-amd64), const SIOCBRDGDEL = 2153277757
47012pkg syscall (openbsd-amd64), const SIOCBRDGDELS = 2153277762
47013pkg syscall (openbsd-amd64), const SIOCBRDGFLUSH = 2153277768
47014pkg syscall (openbsd-amd64), const SIOCBRDGFRL = 2154719566
47015pkg syscall (openbsd-amd64), const SIOCBRDGGCACHE = 3222563137
47016pkg syscall (openbsd-amd64), const SIOCBRDGGFD = 3222563154
47017pkg syscall (openbsd-amd64), const SIOCBRDGGHT = 3222563153
47018pkg syscall (openbsd-amd64), const SIOCBRDGGIFFLGS = 3227019582
47019pkg syscall (openbsd-amd64), const SIOCBRDGGMA = 3222563155
47020pkg syscall (openbsd-amd64), const SIOCBRDGGPARAM = 3225446744
47021pkg syscall (openbsd-amd64), const SIOCBRDGGPRI = 3222563152
47022pkg syscall (openbsd-amd64), const SIOCBRDGGRL = 3224398159
47023pkg syscall (openbsd-amd64), const SIOCBRDGGSIFS = 3227019580
47024pkg syscall (openbsd-amd64), const SIOCBRDGGTO = 3222563142
47025pkg syscall (openbsd-amd64), const SIOCBRDGIFS = 3227019586
47026pkg syscall (openbsd-amd64), const SIOCBRDGRTS = 3223349571
47027pkg syscall (openbsd-amd64), const SIOCBRDGSADDR = 3223873860
47028pkg syscall (openbsd-amd64), const SIOCBRDGSCACHE = 2148821312
47029pkg syscall (openbsd-amd64), const SIOCBRDGSFD = 2148821330
47030pkg syscall (openbsd-amd64), const SIOCBRDGSHT = 2148821329
47031pkg syscall (openbsd-amd64), const SIOCBRDGSIFCOST = 2153277781
47032pkg syscall (openbsd-amd64), const SIOCBRDGSIFFLGS = 2153277759
47033pkg syscall (openbsd-amd64), const SIOCBRDGSIFPRIO = 2153277780
47034pkg syscall (openbsd-amd64), const SIOCBRDGSMA = 2148821331
47035pkg syscall (openbsd-amd64), const SIOCBRDGSPRI = 2148821328
47036pkg syscall (openbsd-amd64), const SIOCBRDGSPROTO = 2148821338
47037pkg syscall (openbsd-amd64), const SIOCBRDGSTO = 2148821317
47038pkg syscall (openbsd-amd64), const SIOCBRDGSTXHC = 2148821337
47039pkg syscall (openbsd-amd64), const SIOCDELMULTI = 2149607730
47040pkg syscall (openbsd-amd64), const SIOCDIFADDR = 2149607705
47041pkg syscall (openbsd-amd64), const SIOCDIFGROUP = 2150132105
47042pkg syscall (openbsd-amd64), const SIOCDIFPHYADDR = 2149607753
47043pkg syscall (openbsd-amd64), const SIOCDLIFADDR = 2182637854
47044pkg syscall (openbsd-amd64), const SIOCGETKALIVE = 3222825380
47045pkg syscall (openbsd-amd64), const SIOCGETLABEL = 2149607834
47046pkg syscall (openbsd-amd64), const SIOCGETPFLOW = 3223349758
47047pkg syscall (openbsd-amd64), const SIOCGETPFSYNC = 3223349752
47048pkg syscall (openbsd-amd64), const SIOCGETSGCNT = 3223352628
47049pkg syscall (openbsd-amd64), const SIOCGETVIFCNT = 3223876915
47050pkg syscall (openbsd-amd64), const SIOCGHIWAT = 1074033409
47051pkg syscall (openbsd-amd64), const SIOCGIFADDR = 3223349537
47052pkg syscall (openbsd-amd64), const SIOCGIFASYNCMAP = 3223349628
47053pkg syscall (openbsd-amd64), const SIOCGIFBRDADDR = 3223349539
47054pkg syscall (openbsd-amd64), const SIOCGIFCONF = 3222300964
47055pkg syscall (openbsd-amd64), const SIOCGIFDATA = 3223349531
47056pkg syscall (openbsd-amd64), const SIOCGIFDESCR = 3223349633
47057pkg syscall (openbsd-amd64), const SIOCGIFDSTADDR = 3223349538
47058pkg syscall (openbsd-amd64), const SIOCGIFFLAGS = 3223349521
47059pkg syscall (openbsd-amd64), const SIOCGIFGATTR = 3223873931
47060pkg syscall (openbsd-amd64), const SIOCGIFGENERIC = 3223349562
47061pkg syscall (openbsd-amd64), const SIOCGIFGMEMB = 3223873930
47062pkg syscall (openbsd-amd64), const SIOCGIFGROUP = 3223873928
47063pkg syscall (openbsd-amd64), const SIOCGIFMEDIA = 3224398134
47064pkg syscall (openbsd-amd64), const SIOCGIFMETRIC = 3223349527
47065pkg syscall (openbsd-amd64), const SIOCGIFMTU = 3223349630
47066pkg syscall (openbsd-amd64), const SIOCGIFNETMASK = 3223349541
47067pkg syscall (openbsd-amd64), const SIOCGIFPDSTADDR = 3223349576
47068pkg syscall (openbsd-amd64), const SIOCGIFPRIORITY = 3223349660
47069pkg syscall (openbsd-amd64), const SIOCGIFPSRCADDR = 3223349575
47070pkg syscall (openbsd-amd64), const SIOCGIFRDOMAIN = 3223349664
47071pkg syscall (openbsd-amd64), const SIOCGIFRTLABEL = 3223349635
47072pkg syscall (openbsd-amd64), const SIOCGIFTIMESLOT = 3223349638
47073pkg syscall (openbsd-amd64), const SIOCGIFXFLAGS = 3223349662
47074pkg syscall (openbsd-amd64), const SIOCGLIFADDR = 3256379677
47075pkg syscall (openbsd-amd64), const SIOCGLIFPHYADDR = 3256379723
47076pkg syscall (openbsd-amd64), const SIOCGLIFPHYRTABLE = 3223349666
47077pkg syscall (openbsd-amd64), const SIOCGLOWAT = 1074033411
47078pkg syscall (openbsd-amd64), const SIOCGPGRP = 1074033417
47079pkg syscall (openbsd-amd64), const SIOCGVH = 3223349750
47080pkg syscall (openbsd-amd64), const SIOCIFCREATE = 2149607802
47081pkg syscall (openbsd-amd64), const SIOCIFDESTROY = 2149607801
47082pkg syscall (openbsd-amd64), const SIOCIFGCLONERS = 3222301048
47083pkg syscall (openbsd-amd64), const SIOCSETKALIVE = 2149083555
47084pkg syscall (openbsd-amd64), const SIOCSETLABEL = 2149607833
47085pkg syscall (openbsd-amd64), const SIOCSETPFLOW = 2149607933
47086pkg syscall (openbsd-amd64), const SIOCSETPFSYNC = 2149607927
47087pkg syscall (openbsd-amd64), const SIOCSHIWAT = 2147775232
47088pkg syscall (openbsd-amd64), const SIOCSIFADDR = 2149607692
47089pkg syscall (openbsd-amd64), const SIOCSIFASYNCMAP = 2149607805
47090pkg syscall (openbsd-amd64), const SIOCSIFBRDADDR = 2149607699
47091pkg syscall (openbsd-amd64), const SIOCSIFDESCR = 2149607808
47092pkg syscall (openbsd-amd64), const SIOCSIFDSTADDR = 2149607694
47093pkg syscall (openbsd-amd64), const SIOCSIFFLAGS = 2149607696
47094pkg syscall (openbsd-amd64), const SIOCSIFGATTR = 2150132108
47095pkg syscall (openbsd-amd64), const SIOCSIFGENERIC = 2149607737
47096pkg syscall (openbsd-amd64), const SIOCSIFLLADDR = 2149607711
47097pkg syscall (openbsd-amd64), const SIOCSIFMEDIA = 3223349557
47098pkg syscall (openbsd-amd64), const SIOCSIFMETRIC = 2149607704
47099pkg syscall (openbsd-amd64), const SIOCSIFMTU = 2149607807
47100pkg syscall (openbsd-amd64), const SIOCSIFNETMASK = 2149607702
47101pkg syscall (openbsd-amd64), const SIOCSIFPHYADDR = 2151704902
47102pkg syscall (openbsd-amd64), const SIOCSIFPRIORITY = 2149607835
47103pkg syscall (openbsd-amd64), const SIOCSIFRDOMAIN = 2149607839
47104pkg syscall (openbsd-amd64), const SIOCSIFRTLABEL = 2149607810
47105pkg syscall (openbsd-amd64), const SIOCSIFTIMESLOT = 2149607813
47106pkg syscall (openbsd-amd64), const SIOCSIFXFLAGS = 2149607837
47107pkg syscall (openbsd-amd64), const SIOCSLIFPHYADDR = 2182637898
47108pkg syscall (openbsd-amd64), const SIOCSLIFPHYRTABLE = 2149607841
47109pkg syscall (openbsd-amd64), const SIOCSLOWAT = 2147775234
47110pkg syscall (openbsd-amd64), const SIOCSPGRP = 2147775240
47111pkg syscall (openbsd-amd64), const SIOCSVH = 3223349749
47112pkg syscall (openbsd-amd64), const SOCK_RDM = 4
47113pkg syscall (openbsd-amd64), const SOL_SOCKET = 65535
47114pkg syscall (openbsd-amd64), const SOMAXCONN = 128
47115pkg syscall (openbsd-amd64), const SO_ACCEPTCONN = 2
47116pkg syscall (openbsd-amd64), const SO_BINDANY = 4096
47117pkg syscall (openbsd-amd64), const SO_BROADCAST = 32
47118pkg syscall (openbsd-amd64), const SO_DEBUG = 1
47119pkg syscall (openbsd-amd64), const SO_DONTROUTE = 16
47120pkg syscall (openbsd-amd64), const SO_ERROR = 4103
47121pkg syscall (openbsd-amd64), const SO_KEEPALIVE = 8
47122pkg syscall (openbsd-amd64), const SO_LINGER = 128
47123pkg syscall (openbsd-amd64), const SO_NETPROC = 4128
47124pkg syscall (openbsd-amd64), const SO_OOBINLINE = 256
47125pkg syscall (openbsd-amd64), const SO_PEERCRED = 4130
47126pkg syscall (openbsd-amd64), const SO_RCVBUF = 4098
47127pkg syscall (openbsd-amd64), const SO_RCVLOWAT = 4100
47128pkg syscall (openbsd-amd64), const SO_RCVTIMEO = 4102
47129pkg syscall (openbsd-amd64), const SO_REUSEADDR = 4
47130pkg syscall (openbsd-amd64), const SO_REUSEPORT = 512
47131pkg syscall (openbsd-amd64), const SO_RTABLE = 4129
47132pkg syscall (openbsd-amd64), const SO_SNDBUF = 4097
47133pkg syscall (openbsd-amd64), const SO_SNDLOWAT = 4099
47134pkg syscall (openbsd-amd64), const SO_SNDTIMEO = 4101
47135pkg syscall (openbsd-amd64), const SO_SPLICE = 4131
47136pkg syscall (openbsd-amd64), const SO_TIMESTAMP = 2048
47137pkg syscall (openbsd-amd64), const SO_TYPE = 4104
47138pkg syscall (openbsd-amd64), const SO_USELOOPBACK = 64
47139pkg syscall (openbsd-amd64), const SYS_ACCEPT = 30
47140pkg syscall (openbsd-amd64), const SYS_ACCESS = 33
47141pkg syscall (openbsd-amd64), const SYS_ACCT = 51
47142pkg syscall (openbsd-amd64), const SYS_ADJFREQ = 305
47143pkg syscall (openbsd-amd64), const SYS_ADJTIME = 140
47144pkg syscall (openbsd-amd64), const SYS_BIND = 104
47145pkg syscall (openbsd-amd64), const SYS_CHDIR = 12
47146pkg syscall (openbsd-amd64), const SYS_CHFLAGS = 34
47147pkg syscall (openbsd-amd64), const SYS_CHMOD = 15
47148pkg syscall (openbsd-amd64), const SYS_CHOWN = 16
47149pkg syscall (openbsd-amd64), const SYS_CHROOT = 61
47150pkg syscall (openbsd-amd64), const SYS_CLOCK_GETRES = 234
47151pkg syscall (openbsd-amd64), const SYS_CLOCK_GETTIME = 232
47152pkg syscall (openbsd-amd64), const SYS_CLOCK_SETTIME = 233
47153pkg syscall (openbsd-amd64), const SYS_CLOSE = 6
47154pkg syscall (openbsd-amd64), const SYS_CLOSEFROM = 287
47155pkg syscall (openbsd-amd64), const SYS_CONNECT = 98
47156pkg syscall (openbsd-amd64), const SYS_DUP = 41
47157pkg syscall (openbsd-amd64), const SYS_DUP2 = 90
47158pkg syscall (openbsd-amd64), const SYS_EXECVE = 59
47159pkg syscall (openbsd-amd64), const SYS_EXIT = 1
47160pkg syscall (openbsd-amd64), const SYS_FACCESSAT = 313
47161pkg syscall (openbsd-amd64), const SYS_FCHDIR = 13
47162pkg syscall (openbsd-amd64), const SYS_FCHFLAGS = 35
47163pkg syscall (openbsd-amd64), const SYS_FCHMOD = 124
47164pkg syscall (openbsd-amd64), const SYS_FCHMODAT = 314
47165pkg syscall (openbsd-amd64), const SYS_FCHOWN = 123
47166pkg syscall (openbsd-amd64), const SYS_FCHOWNAT = 315
47167pkg syscall (openbsd-amd64), const SYS_FCNTL = 92
47168pkg syscall (openbsd-amd64), const SYS_FHOPEN = 264
47169pkg syscall (openbsd-amd64), const SYS_FHSTAT = 294
47170pkg syscall (openbsd-amd64), const SYS_FHSTATFS = 309
47171pkg syscall (openbsd-amd64), const SYS_FLOCK = 131
47172pkg syscall (openbsd-amd64), const SYS_FORK = 2
47173pkg syscall (openbsd-amd64), const SYS_FPATHCONF = 192
47174pkg syscall (openbsd-amd64), const SYS_FSTAT = 292
47175pkg syscall (openbsd-amd64), const SYS_FSTATAT = 316
47176pkg syscall (openbsd-amd64), const SYS_FSTATFS = 308
47177pkg syscall (openbsd-amd64), const SYS_FSYNC = 95
47178pkg syscall (openbsd-amd64), const SYS_FTRUNCATE = 201
47179pkg syscall (openbsd-amd64), const SYS_FUTIMENS = 327
47180pkg syscall (openbsd-amd64), const SYS_FUTIMES = 206
47181pkg syscall (openbsd-amd64), const SYS_GETDIRENTRIES = 312
47182pkg syscall (openbsd-amd64), const SYS_GETDTABLECOUNT = 18
47183pkg syscall (openbsd-amd64), const SYS_GETEGID = 43
47184pkg syscall (openbsd-amd64), const SYS_GETEUID = 25
47185pkg syscall (openbsd-amd64), const SYS_GETFH = 161
47186pkg syscall (openbsd-amd64), const SYS_GETFSSTAT = 306
47187pkg syscall (openbsd-amd64), const SYS_GETGID = 47
47188pkg syscall (openbsd-amd64), const SYS_GETGROUPS = 79
47189pkg syscall (openbsd-amd64), const SYS_GETITIMER = 86
47190pkg syscall (openbsd-amd64), const SYS_GETLOGIN = 49
47191pkg syscall (openbsd-amd64), const SYS_GETPEERNAME = 31
47192pkg syscall (openbsd-amd64), const SYS_GETPGID = 207
47193pkg syscall (openbsd-amd64), const SYS_GETPGRP = 81
47194pkg syscall (openbsd-amd64), const SYS_GETPID = 20
47195pkg syscall (openbsd-amd64), const SYS_GETPPID = 39
47196pkg syscall (openbsd-amd64), const SYS_GETPRIORITY = 100
47197pkg syscall (openbsd-amd64), const SYS_GETRESGID = 283
47198pkg syscall (openbsd-amd64), const SYS_GETRESUID = 281
47199pkg syscall (openbsd-amd64), const SYS_GETRLIMIT = 194
47200pkg syscall (openbsd-amd64), const SYS_GETRTABLE = 311
47201pkg syscall (openbsd-amd64), const SYS_GETRUSAGE = 117
47202pkg syscall (openbsd-amd64), const SYS_GETSID = 255
47203pkg syscall (openbsd-amd64), const SYS_GETSOCKNAME = 32
47204pkg syscall (openbsd-amd64), const SYS_GETSOCKOPT = 118
47205pkg syscall (openbsd-amd64), const SYS_GETTHRID = 299
47206pkg syscall (openbsd-amd64), const SYS_GETTIMEOFDAY = 116
47207pkg syscall (openbsd-amd64), const SYS_GETUID = 24
47208pkg syscall (openbsd-amd64), const SYS_IOCTL = 54
47209pkg syscall (openbsd-amd64), const SYS_ISSETUGID = 253
47210pkg syscall (openbsd-amd64), const SYS_KEVENT = 270
47211pkg syscall (openbsd-amd64), const SYS_KILL = 37
47212pkg syscall (openbsd-amd64), const SYS_KQUEUE = 269
47213pkg syscall (openbsd-amd64), const SYS_KTRACE = 45
47214pkg syscall (openbsd-amd64), const SYS_LCHOWN = 254
47215pkg syscall (openbsd-amd64), const SYS_LINK = 9
47216pkg syscall (openbsd-amd64), const SYS_LINKAT = 317
47217pkg syscall (openbsd-amd64), const SYS_LISTEN = 106
47218pkg syscall (openbsd-amd64), const SYS_LSEEK = 199
47219pkg syscall (openbsd-amd64), const SYS_LSTAT = 293
47220pkg syscall (openbsd-amd64), const SYS_MADVISE = 75
47221pkg syscall (openbsd-amd64), const SYS_MINCORE = 78
47222pkg syscall (openbsd-amd64), const SYS_MINHERIT = 250
47223pkg syscall (openbsd-amd64), const SYS_MKDIR = 136
47224pkg syscall (openbsd-amd64), const SYS_MKDIRAT = 318
47225pkg syscall (openbsd-amd64), const SYS_MKFIFO = 132
47226pkg syscall (openbsd-amd64), const SYS_MKFIFOAT = 319
47227pkg syscall (openbsd-amd64), const SYS_MKNOD = 14
47228pkg syscall (openbsd-amd64), const SYS_MKNODAT = 320
47229pkg syscall (openbsd-amd64), const SYS_MLOCK = 203
47230pkg syscall (openbsd-amd64), const SYS_MLOCKALL = 271
47231pkg syscall (openbsd-amd64), const SYS_MMAP = 197
47232pkg syscall (openbsd-amd64), const SYS_MOUNT = 21
47233pkg syscall (openbsd-amd64), const SYS_MPROTECT = 74
47234pkg syscall (openbsd-amd64), const SYS_MQUERY = 286
47235pkg syscall (openbsd-amd64), const SYS_MSGCTL = 297
47236pkg syscall (openbsd-amd64), const SYS_MSGGET = 225
47237pkg syscall (openbsd-amd64), const SYS_MSGRCV = 227
47238pkg syscall (openbsd-amd64), const SYS_MSGSND = 226
47239pkg syscall (openbsd-amd64), const SYS_MSYNC = 256
47240pkg syscall (openbsd-amd64), const SYS_MUNLOCK = 204
47241pkg syscall (openbsd-amd64), const SYS_MUNLOCKALL = 272
47242pkg syscall (openbsd-amd64), const SYS_MUNMAP = 73
47243pkg syscall (openbsd-amd64), const SYS_NANOSLEEP = 240
47244pkg syscall (openbsd-amd64), const SYS_NFSSVC = 155
47245pkg syscall (openbsd-amd64), const SYS_OBREAK = 17
47246pkg syscall (openbsd-amd64), const SYS_OPEN = 5
47247pkg syscall (openbsd-amd64), const SYS_OPENAT = 321
47248pkg syscall (openbsd-amd64), const SYS_PATHCONF = 191
47249pkg syscall (openbsd-amd64), const SYS_PIPE = 263
47250pkg syscall (openbsd-amd64), const SYS_POLL = 252
47251pkg syscall (openbsd-amd64), const SYS_PREAD = 173
47252pkg syscall (openbsd-amd64), const SYS_PREADV = 267
47253pkg syscall (openbsd-amd64), const SYS_PROFIL = 44
47254pkg syscall (openbsd-amd64), const SYS_PTRACE = 26
47255pkg syscall (openbsd-amd64), const SYS_PWRITE = 174
47256pkg syscall (openbsd-amd64), const SYS_PWRITEV = 268
47257pkg syscall (openbsd-amd64), const SYS_QUOTACTL = 148
47258pkg syscall (openbsd-amd64), const SYS_READ = 3
47259pkg syscall (openbsd-amd64), const SYS_READLINK = 58
47260pkg syscall (openbsd-amd64), const SYS_READLINKAT = 322
47261pkg syscall (openbsd-amd64), const SYS_READV = 120
47262pkg syscall (openbsd-amd64), const SYS_REBOOT = 55
47263pkg syscall (openbsd-amd64), const SYS_RECVFROM = 29
47264pkg syscall (openbsd-amd64), const SYS_RECVMSG = 27
47265pkg syscall (openbsd-amd64), const SYS_RENAME = 128
47266pkg syscall (openbsd-amd64), const SYS_RENAMEAT = 323
47267pkg syscall (openbsd-amd64), const SYS_REVOKE = 56
47268pkg syscall (openbsd-amd64), const SYS_RMDIR = 137
47269pkg syscall (openbsd-amd64), const SYS_SCHED_YIELD = 298
47270pkg syscall (openbsd-amd64), const SYS_SELECT = 93
47271pkg syscall (openbsd-amd64), const SYS_SEMGET = 221
47272pkg syscall (openbsd-amd64), const SYS_SEMOP = 290
47273pkg syscall (openbsd-amd64), const SYS_SENDMSG = 28
47274pkg syscall (openbsd-amd64), const SYS_SENDTO = 133
47275pkg syscall (openbsd-amd64), const SYS_SETEGID = 182
47276pkg syscall (openbsd-amd64), const SYS_SETEUID = 183
47277pkg syscall (openbsd-amd64), const SYS_SETGID = 181
47278pkg syscall (openbsd-amd64), const SYS_SETGROUPS = 80
47279pkg syscall (openbsd-amd64), const SYS_SETITIMER = 83
47280pkg syscall (openbsd-amd64), const SYS_SETLOGIN = 50
47281pkg syscall (openbsd-amd64), const SYS_SETPGID = 82
47282pkg syscall (openbsd-amd64), const SYS_SETPRIORITY = 96
47283pkg syscall (openbsd-amd64), const SYS_SETREGID = 127
47284pkg syscall (openbsd-amd64), const SYS_SETRESGID = 284
47285pkg syscall (openbsd-amd64), const SYS_SETRESUID = 282
47286pkg syscall (openbsd-amd64), const SYS_SETREUID = 126
47287pkg syscall (openbsd-amd64), const SYS_SETRLIMIT = 195
47288pkg syscall (openbsd-amd64), const SYS_SETRTABLE = 310
47289pkg syscall (openbsd-amd64), const SYS_SETSID = 147
47290pkg syscall (openbsd-amd64), const SYS_SETSOCKOPT = 105
47291pkg syscall (openbsd-amd64), const SYS_SETTIMEOFDAY = 122
47292pkg syscall (openbsd-amd64), const SYS_SETUID = 23
47293pkg syscall (openbsd-amd64), const SYS_SHMAT = 228
47294pkg syscall (openbsd-amd64), const SYS_SHMCTL = 296
47295pkg syscall (openbsd-amd64), const SYS_SHMDT = 230
47296pkg syscall (openbsd-amd64), const SYS_SHMGET = 289
47297pkg syscall (openbsd-amd64), const SYS_SHUTDOWN = 134
47298pkg syscall (openbsd-amd64), const SYS_SIGACTION = 46
47299pkg syscall (openbsd-amd64), const SYS_SIGALTSTACK = 288
47300pkg syscall (openbsd-amd64), const SYS_SIGPENDING = 52
47301pkg syscall (openbsd-amd64), const SYS_SIGPROCMASK = 48
47302pkg syscall (openbsd-amd64), const SYS_SIGRETURN = 103
47303pkg syscall (openbsd-amd64), const SYS_SIGSUSPEND = 111
47304pkg syscall (openbsd-amd64), const SYS_SOCKET = 97
47305pkg syscall (openbsd-amd64), const SYS_SOCKETPAIR = 135
47306pkg syscall (openbsd-amd64), const SYS_STAT = 291
47307pkg syscall (openbsd-amd64), const SYS_STATFS = 307
47308pkg syscall (openbsd-amd64), const SYS_SWAPCTL = 193
47309pkg syscall (openbsd-amd64), const SYS_SYMLINK = 57
47310pkg syscall (openbsd-amd64), const SYS_SYMLINKAT = 324
47311pkg syscall (openbsd-amd64), const SYS_SYNC = 36
47312pkg syscall (openbsd-amd64), const SYS_SYSARCH = 165
47313pkg syscall (openbsd-amd64), const SYS_TRUNCATE = 200
47314pkg syscall (openbsd-amd64), const SYS_UMASK = 60
47315pkg syscall (openbsd-amd64), const SYS_UNLINK = 10
47316pkg syscall (openbsd-amd64), const SYS_UNLINKAT = 325
47317pkg syscall (openbsd-amd64), const SYS_UNMOUNT = 22
47318pkg syscall (openbsd-amd64), const SYS_UTIMENSAT = 326
47319pkg syscall (openbsd-amd64), const SYS_UTIMES = 138
47320pkg syscall (openbsd-amd64), const SYS_VFORK = 66
47321pkg syscall (openbsd-amd64), const SYS_WAIT4 = 7
47322pkg syscall (openbsd-amd64), const SYS_WRITE = 4
47323pkg syscall (openbsd-amd64), const SYS_WRITEV = 121
47324pkg syscall (openbsd-amd64), const SYS___GETCWD = 304
47325pkg syscall (openbsd-amd64), const SYS___GET_TCB = 330
47326pkg syscall (openbsd-amd64), const SYS___SEMCTL = 295
47327pkg syscall (openbsd-amd64), const SYS___SET_TCB = 329
47328pkg syscall (openbsd-amd64), const SYS___SYSCTL = 202
47329pkg syscall (openbsd-amd64), const SYS___TFORK = 8
47330pkg syscall (openbsd-amd64), const SYS___THREXIT = 302
47331pkg syscall (openbsd-amd64), const SYS___THRSIGDIVERT = 303
47332pkg syscall (openbsd-amd64), const SYS___THRSLEEP = 300
47333pkg syscall (openbsd-amd64), const SYS___THRWAKEUP = 301
47334pkg syscall (openbsd-amd64), const S_IFMT = 61440
47335pkg syscall (openbsd-amd64), const SizeofBpfHdr = 20
47336pkg syscall (openbsd-amd64), const SizeofBpfInsn = 8
47337pkg syscall (openbsd-amd64), const SizeofBpfProgram = 16
47338pkg syscall (openbsd-amd64), const SizeofBpfStat = 8
47339pkg syscall (openbsd-amd64), const SizeofBpfVersion = 4
47340pkg syscall (openbsd-amd64), const SizeofCmsghdr = 12
47341pkg syscall (openbsd-amd64), const SizeofIPMreq = 8
47342pkg syscall (openbsd-amd64), const SizeofIPv6Mreq = 20
47343pkg syscall (openbsd-amd64), const SizeofIfAnnounceMsghdr = 26
47344pkg syscall (openbsd-amd64), const SizeofIfData = 224
47345pkg syscall (openbsd-amd64), const SizeofIfMsghdr = 248
47346pkg syscall (openbsd-amd64), const SizeofIfaMsghdr = 24
47347pkg syscall (openbsd-amd64), const SizeofInet6Pktinfo = 20
47348pkg syscall (openbsd-amd64), const SizeofLinger = 8
47349pkg syscall (openbsd-amd64), const SizeofMsghdr = 48
47350pkg syscall (openbsd-amd64), const SizeofRtMetrics = 48
47351pkg syscall (openbsd-amd64), const SizeofRtMsghdr = 88
47352pkg syscall (openbsd-amd64), const SizeofSockaddrAny = 108
47353pkg syscall (openbsd-amd64), const SizeofSockaddrDatalink = 32
47354pkg syscall (openbsd-amd64), const SizeofSockaddrInet4 = 16
47355pkg syscall (openbsd-amd64), const SizeofSockaddrInet6 = 28
47356pkg syscall (openbsd-amd64), const SizeofSockaddrUnix = 106
47357pkg syscall (openbsd-amd64), const TCIFLUSH = 1
47358pkg syscall (openbsd-amd64), const TCIOFLUSH = 3
47359pkg syscall (openbsd-amd64), const TCOFLUSH = 2
47360pkg syscall (openbsd-amd64), const TCP_MAXBURST = 4
47361pkg syscall (openbsd-amd64), const TCP_MAXSEG = 2
47362pkg syscall (openbsd-amd64), const TCP_MAXWIN = 65535
47363pkg syscall (openbsd-amd64), const TCP_MAX_SACK = 3
47364pkg syscall (openbsd-amd64), const TCP_MAX_WINSHIFT = 14
47365pkg syscall (openbsd-amd64), const TCP_MD5SIG = 4
47366pkg syscall (openbsd-amd64), const TCP_MSS = 512
47367pkg syscall (openbsd-amd64), const TCP_NSTATES = 11
47368pkg syscall (openbsd-amd64), const TCP_SACK_ENABLE = 8
47369pkg syscall (openbsd-amd64), const TCSAFLUSH = 2
47370pkg syscall (openbsd-amd64), const TIOCCBRK = 536900730
47371pkg syscall (openbsd-amd64), const TIOCCDTR = 536900728
47372pkg syscall (openbsd-amd64), const TIOCCONS = 2147775586
47373pkg syscall (openbsd-amd64), const TIOCDRAIN = 536900702
47374pkg syscall (openbsd-amd64), const TIOCEXCL = 536900621
47375pkg syscall (openbsd-amd64), const TIOCEXT = 2147775584
47376pkg syscall (openbsd-amd64), const TIOCFLAG_CLOCAL = 2
47377pkg syscall (openbsd-amd64), const TIOCFLAG_CRTSCTS = 4
47378pkg syscall (openbsd-amd64), const TIOCFLAG_MDMBUF = 8
47379pkg syscall (openbsd-amd64), const TIOCFLAG_PPS = 16
47380pkg syscall (openbsd-amd64), const TIOCFLAG_SOFTCAR = 1
47381pkg syscall (openbsd-amd64), const TIOCFLUSH = 2147775504
47382pkg syscall (openbsd-amd64), const TIOCGETA = 1076655123
47383pkg syscall (openbsd-amd64), const TIOCGETD = 1074033690
47384pkg syscall (openbsd-amd64), const TIOCGFLAGS = 1074033757
47385pkg syscall (openbsd-amd64), const TIOCGPGRP = 1074033783
47386pkg syscall (openbsd-amd64), const TIOCGTSTAMP = 1074820187
47387pkg syscall (openbsd-amd64), const TIOCGWINSZ = 1074295912
47388pkg syscall (openbsd-amd64), const TIOCMBIC = 2147775595
47389pkg syscall (openbsd-amd64), const TIOCMBIS = 2147775596
47390pkg syscall (openbsd-amd64), const TIOCMGET = 1074033770
47391pkg syscall (openbsd-amd64), const TIOCMODG = 1074033770
47392pkg syscall (openbsd-amd64), const TIOCMODS = 2147775597
47393pkg syscall (openbsd-amd64), const TIOCMSET = 2147775597
47394pkg syscall (openbsd-amd64), const TIOCM_CAR = 64
47395pkg syscall (openbsd-amd64), const TIOCM_CD = 64
47396pkg syscall (openbsd-amd64), const TIOCM_CTS = 32
47397pkg syscall (openbsd-amd64), const TIOCM_DSR = 256
47398pkg syscall (openbsd-amd64), const TIOCM_DTR = 2
47399pkg syscall (openbsd-amd64), const TIOCM_LE = 1
47400pkg syscall (openbsd-amd64), const TIOCM_RI = 128
47401pkg syscall (openbsd-amd64), const TIOCM_RNG = 128
47402pkg syscall (openbsd-amd64), const TIOCM_RTS = 4
47403pkg syscall (openbsd-amd64), const TIOCM_SR = 16
47404pkg syscall (openbsd-amd64), const TIOCM_ST = 8
47405pkg syscall (openbsd-amd64), const TIOCNOTTY = 536900721
47406pkg syscall (openbsd-amd64), const TIOCNXCL = 536900622
47407pkg syscall (openbsd-amd64), const TIOCOUTQ = 1074033779
47408pkg syscall (openbsd-amd64), const TIOCPKT = 2147775600
47409pkg syscall (openbsd-amd64), const TIOCPKT_DATA = 0
47410pkg syscall (openbsd-amd64), const TIOCPKT_DOSTOP = 32
47411pkg syscall (openbsd-amd64), const TIOCPKT_FLUSHREAD = 1
47412pkg syscall (openbsd-amd64), const TIOCPKT_FLUSHWRITE = 2
47413pkg syscall (openbsd-amd64), const TIOCPKT_IOCTL = 64
47414pkg syscall (openbsd-amd64), const TIOCPKT_NOSTOP = 16
47415pkg syscall (openbsd-amd64), const TIOCPKT_START = 8
47416pkg syscall (openbsd-amd64), const TIOCPKT_STOP = 4
47417pkg syscall (openbsd-amd64), const TIOCREMOTE = 2147775593
47418pkg syscall (openbsd-amd64), const TIOCSBRK = 536900731
47419pkg syscall (openbsd-amd64), const TIOCSCTTY = 536900705
47420pkg syscall (openbsd-amd64), const TIOCSDTR = 536900729
47421pkg syscall (openbsd-amd64), const TIOCSETA = 2150396948
47422pkg syscall (openbsd-amd64), const TIOCSETAF = 2150396950
47423pkg syscall (openbsd-amd64), const TIOCSETAW = 2150396949
47424pkg syscall (openbsd-amd64), const TIOCSETD = 2147775515
47425pkg syscall (openbsd-amd64), const TIOCSFLAGS = 2147775580
47426pkg syscall (openbsd-amd64), const TIOCSIG = 2147775583
47427pkg syscall (openbsd-amd64), const TIOCSPGRP = 2147775606
47428pkg syscall (openbsd-amd64), const TIOCSTART = 536900718
47429pkg syscall (openbsd-amd64), const TIOCSTAT = 2147775589
47430pkg syscall (openbsd-amd64), const TIOCSTI = 2147578994
47431pkg syscall (openbsd-amd64), const TIOCSTOP = 536900719
47432pkg syscall (openbsd-amd64), const TIOCSTSTAMP = 2148037722
47433pkg syscall (openbsd-amd64), const TIOCSWINSZ = 2148037735
47434pkg syscall (openbsd-amd64), const TIOCUCNTL = 2147775590
47435pkg syscall (openbsd-amd64), const TOSTOP = 4194304
47436pkg syscall (openbsd-amd64), const VDISCARD = 15
47437pkg syscall (openbsd-amd64), const VDSUSP = 11
47438pkg syscall (openbsd-amd64), const VEOF = 0
47439pkg syscall (openbsd-amd64), const VEOL = 1
47440pkg syscall (openbsd-amd64), const VEOL2 = 2
47441pkg syscall (openbsd-amd64), const VERASE = 3
47442pkg syscall (openbsd-amd64), const VINTR = 8
47443pkg syscall (openbsd-amd64), const VKILL = 5
47444pkg syscall (openbsd-amd64), const VLNEXT = 14
47445pkg syscall (openbsd-amd64), const VMIN = 16
47446pkg syscall (openbsd-amd64), const VQUIT = 9
47447pkg syscall (openbsd-amd64), const VREPRINT = 6
47448pkg syscall (openbsd-amd64), const VSTART = 12
47449pkg syscall (openbsd-amd64), const VSTATUS = 18
47450pkg syscall (openbsd-amd64), const VSTOP = 13
47451pkg syscall (openbsd-amd64), const VSUSP = 10
47452pkg syscall (openbsd-amd64), const VTIME = 17
47453pkg syscall (openbsd-amd64), const VWERASE = 4
47454pkg syscall (openbsd-amd64), const WALTSIG = 4
47455pkg syscall (openbsd-amd64), const WCONTINUED = 8
47456pkg syscall (openbsd-amd64), const WCOREFLAG = 128
47457pkg syscall (openbsd-amd64), const WNOHANG = 1
47458pkg syscall (openbsd-amd64), const WSTOPPED = 127
47459pkg syscall (openbsd-amd64), const WUNTRACED = 2
47460pkg syscall (openbsd-amd64-cgo), const AF_APPLETALK = 16
47461pkg syscall (openbsd-amd64-cgo), const AF_BLUETOOTH = 32
47462pkg syscall (openbsd-amd64-cgo), const AF_CCITT = 10
47463pkg syscall (openbsd-amd64-cgo), const AF_CHAOS = 5
47464pkg syscall (openbsd-amd64-cgo), const AF_CNT = 21
47465pkg syscall (openbsd-amd64-cgo), const AF_COIP = 20
47466pkg syscall (openbsd-amd64-cgo), const AF_DATAKIT = 9
47467pkg syscall (openbsd-amd64-cgo), const AF_DECnet = 12
47468pkg syscall (openbsd-amd64-cgo), const AF_DLI = 13
47469pkg syscall (openbsd-amd64-cgo), const AF_E164 = 26
47470pkg syscall (openbsd-amd64-cgo), const AF_ECMA = 8
47471pkg syscall (openbsd-amd64-cgo), const AF_ENCAP = 28
47472pkg syscall (openbsd-amd64-cgo), const AF_HYLINK = 15
47473pkg syscall (openbsd-amd64-cgo), const AF_IMPLINK = 3
47474pkg syscall (openbsd-amd64-cgo), const AF_INET6 = 24
47475pkg syscall (openbsd-amd64-cgo), const AF_IPX = 23
47476pkg syscall (openbsd-amd64-cgo), const AF_ISDN = 26
47477pkg syscall (openbsd-amd64-cgo), const AF_ISO = 7
47478pkg syscall (openbsd-amd64-cgo), const AF_KEY = 30
47479pkg syscall (openbsd-amd64-cgo), const AF_LAT = 14
47480pkg syscall (openbsd-amd64-cgo), const AF_LINK = 18
47481pkg syscall (openbsd-amd64-cgo), const AF_LOCAL = 1
47482pkg syscall (openbsd-amd64-cgo), const AF_MAX = 36
47483pkg syscall (openbsd-amd64-cgo), const AF_MPLS = 33
47484pkg syscall (openbsd-amd64-cgo), const AF_NATM = 27
47485pkg syscall (openbsd-amd64-cgo), const AF_NS = 6
47486pkg syscall (openbsd-amd64-cgo), const AF_OSI = 7
47487pkg syscall (openbsd-amd64-cgo), const AF_PUP = 4
47488pkg syscall (openbsd-amd64-cgo), const AF_ROUTE = 17
47489pkg syscall (openbsd-amd64-cgo), const AF_SIP = 29
47490pkg syscall (openbsd-amd64-cgo), const AF_SNA = 11
47491pkg syscall (openbsd-amd64-cgo), const ARPHRD_ETHER = 1
47492pkg syscall (openbsd-amd64-cgo), const ARPHRD_FRELAY = 15
47493pkg syscall (openbsd-amd64-cgo), const ARPHRD_IEEE1394 = 24
47494pkg syscall (openbsd-amd64-cgo), const ARPHRD_IEEE802 = 6
47495pkg syscall (openbsd-amd64-cgo), const B0 = 0
47496pkg syscall (openbsd-amd64-cgo), const B110 = 110
47497pkg syscall (openbsd-amd64-cgo), const B115200 = 115200
47498pkg syscall (openbsd-amd64-cgo), const B1200 = 1200
47499pkg syscall (openbsd-amd64-cgo), const B134 = 134
47500pkg syscall (openbsd-amd64-cgo), const B14400 = 14400
47501pkg syscall (openbsd-amd64-cgo), const B150 = 150
47502pkg syscall (openbsd-amd64-cgo), const B1800 = 1800
47503pkg syscall (openbsd-amd64-cgo), const B19200 = 19200
47504pkg syscall (openbsd-amd64-cgo), const B200 = 200
47505pkg syscall (openbsd-amd64-cgo), const B230400 = 230400
47506pkg syscall (openbsd-amd64-cgo), const B2400 = 2400
47507pkg syscall (openbsd-amd64-cgo), const B28800 = 28800
47508pkg syscall (openbsd-amd64-cgo), const B300 = 300
47509pkg syscall (openbsd-amd64-cgo), const B38400 = 38400
47510pkg syscall (openbsd-amd64-cgo), const B4800 = 4800
47511pkg syscall (openbsd-amd64-cgo), const B50 = 50
47512pkg syscall (openbsd-amd64-cgo), const B57600 = 57600
47513pkg syscall (openbsd-amd64-cgo), const B600 = 600
47514pkg syscall (openbsd-amd64-cgo), const B7200 = 7200
47515pkg syscall (openbsd-amd64-cgo), const B75 = 75
47516pkg syscall (openbsd-amd64-cgo), const B76800 = 76800
47517pkg syscall (openbsd-amd64-cgo), const B9600 = 9600
47518pkg syscall (openbsd-amd64-cgo), const BIOCFLUSH = 536887912
47519pkg syscall (openbsd-amd64-cgo), const BIOCGBLEN = 1074020966
47520pkg syscall (openbsd-amd64-cgo), const BIOCGDIRFILT = 1074020988
47521pkg syscall (openbsd-amd64-cgo), const BIOCGDLT = 1074020970
47522pkg syscall (openbsd-amd64-cgo), const BIOCGDLTLIST = 3222291067
47523pkg syscall (openbsd-amd64-cgo), const BIOCGETIF = 1075855979
47524pkg syscall (openbsd-amd64-cgo), const BIOCGFILDROP = 1074020984
47525pkg syscall (openbsd-amd64-cgo), const BIOCGHDRCMPLT = 1074020980
47526pkg syscall (openbsd-amd64-cgo), const BIOCGRSIG = 1074020979
47527pkg syscall (openbsd-amd64-cgo), const BIOCGRTIMEOUT = 1074807406
47528pkg syscall (openbsd-amd64-cgo), const BIOCGSTATS = 1074283119
47529pkg syscall (openbsd-amd64-cgo), const BIOCIMMEDIATE = 2147762800
47530pkg syscall (openbsd-amd64-cgo), const BIOCLOCK = 536887926
47531pkg syscall (openbsd-amd64-cgo), const BIOCPROMISC = 536887913
47532pkg syscall (openbsd-amd64-cgo), const BIOCSBLEN = 3221504614
47533pkg syscall (openbsd-amd64-cgo), const BIOCSDIRFILT = 2147762813
47534pkg syscall (openbsd-amd64-cgo), const BIOCSDLT = 2147762810
47535pkg syscall (openbsd-amd64-cgo), const BIOCSETF = 2148549223
47536pkg syscall (openbsd-amd64-cgo), const BIOCSETIF = 2149597804
47537pkg syscall (openbsd-amd64-cgo), const BIOCSETWF = 2148549239
47538pkg syscall (openbsd-amd64-cgo), const BIOCSFILDROP = 2147762809
47539pkg syscall (openbsd-amd64-cgo), const BIOCSHDRCMPLT = 2147762805
47540pkg syscall (openbsd-amd64-cgo), const BIOCSRSIG = 2147762802
47541pkg syscall (openbsd-amd64-cgo), const BIOCSRTIMEOUT = 2148549229
47542pkg syscall (openbsd-amd64-cgo), const BIOCVERSION = 1074020977
47543pkg syscall (openbsd-amd64-cgo), const BPF_A = 16
47544pkg syscall (openbsd-amd64-cgo), const BPF_ABS = 32
47545pkg syscall (openbsd-amd64-cgo), const BPF_ADD = 0
47546pkg syscall (openbsd-amd64-cgo), const BPF_ALIGNMENT = 4
47547pkg syscall (openbsd-amd64-cgo), const BPF_ALU = 4
47548pkg syscall (openbsd-amd64-cgo), const BPF_AND = 80
47549pkg syscall (openbsd-amd64-cgo), const BPF_B = 16
47550pkg syscall (openbsd-amd64-cgo), const BPF_DIRECTION_IN = 1
47551pkg syscall (openbsd-amd64-cgo), const BPF_DIRECTION_OUT = 2
47552pkg syscall (openbsd-amd64-cgo), const BPF_DIV = 48
47553pkg syscall (openbsd-amd64-cgo), const BPF_H = 8
47554pkg syscall (openbsd-amd64-cgo), const BPF_IMM = 0
47555pkg syscall (openbsd-amd64-cgo), const BPF_IND = 64
47556pkg syscall (openbsd-amd64-cgo), const BPF_JA = 0
47557pkg syscall (openbsd-amd64-cgo), const BPF_JEQ = 16
47558pkg syscall (openbsd-amd64-cgo), const BPF_JGE = 48
47559pkg syscall (openbsd-amd64-cgo), const BPF_JGT = 32
47560pkg syscall (openbsd-amd64-cgo), const BPF_JMP = 5
47561pkg syscall (openbsd-amd64-cgo), const BPF_JSET = 64
47562pkg syscall (openbsd-amd64-cgo), const BPF_K = 0
47563pkg syscall (openbsd-amd64-cgo), const BPF_LD = 0
47564pkg syscall (openbsd-amd64-cgo), const BPF_LDX = 1
47565pkg syscall (openbsd-amd64-cgo), const BPF_LEN = 128
47566pkg syscall (openbsd-amd64-cgo), const BPF_LSH = 96
47567pkg syscall (openbsd-amd64-cgo), const BPF_MAJOR_VERSION = 1
47568pkg syscall (openbsd-amd64-cgo), const BPF_MAXBUFSIZE = 2097152
47569pkg syscall (openbsd-amd64-cgo), const BPF_MAXINSNS = 512
47570pkg syscall (openbsd-amd64-cgo), const BPF_MEM = 96
47571pkg syscall (openbsd-amd64-cgo), const BPF_MEMWORDS = 16
47572pkg syscall (openbsd-amd64-cgo), const BPF_MINBUFSIZE = 32
47573pkg syscall (openbsd-amd64-cgo), const BPF_MINOR_VERSION = 1
47574pkg syscall (openbsd-amd64-cgo), const BPF_MISC = 7
47575pkg syscall (openbsd-amd64-cgo), const BPF_MSH = 160
47576pkg syscall (openbsd-amd64-cgo), const BPF_MUL = 32
47577pkg syscall (openbsd-amd64-cgo), const BPF_NEG = 128
47578pkg syscall (openbsd-amd64-cgo), const BPF_OR = 64
47579pkg syscall (openbsd-amd64-cgo), const BPF_RELEASE = 199606
47580pkg syscall (openbsd-amd64-cgo), const BPF_RET = 6
47581pkg syscall (openbsd-amd64-cgo), const BPF_RSH = 112
47582pkg syscall (openbsd-amd64-cgo), const BPF_ST = 2
47583pkg syscall (openbsd-amd64-cgo), const BPF_STX = 3
47584pkg syscall (openbsd-amd64-cgo), const BPF_SUB = 16
47585pkg syscall (openbsd-amd64-cgo), const BPF_TAX = 0
47586pkg syscall (openbsd-amd64-cgo), const BPF_TXA = 128
47587pkg syscall (openbsd-amd64-cgo), const BPF_W = 0
47588pkg syscall (openbsd-amd64-cgo), const BPF_X = 8
47589pkg syscall (openbsd-amd64-cgo), const BRKINT = 2
47590pkg syscall (openbsd-amd64-cgo), const CCR0_FLUSH = 16
47591pkg syscall (openbsd-amd64-cgo), const CFLUSH = 15
47592pkg syscall (openbsd-amd64-cgo), const CLOCAL = 32768
47593pkg syscall (openbsd-amd64-cgo), const CPUID_CFLUSH = 524288
47594pkg syscall (openbsd-amd64-cgo), const CREAD = 2048
47595pkg syscall (openbsd-amd64-cgo), const CS5 = 0
47596pkg syscall (openbsd-amd64-cgo), const CS6 = 256
47597pkg syscall (openbsd-amd64-cgo), const CS7 = 512
47598pkg syscall (openbsd-amd64-cgo), const CS8 = 768
47599pkg syscall (openbsd-amd64-cgo), const CSIZE = 768
47600pkg syscall (openbsd-amd64-cgo), const CSTART = 17
47601pkg syscall (openbsd-amd64-cgo), const CSTATUS = 255
47602pkg syscall (openbsd-amd64-cgo), const CSTOP = 19
47603pkg syscall (openbsd-amd64-cgo), const CSTOPB = 1024
47604pkg syscall (openbsd-amd64-cgo), const CSUSP = 26
47605pkg syscall (openbsd-amd64-cgo), const CTL_MAXNAME = 12
47606pkg syscall (openbsd-amd64-cgo), const CTL_NET = 4
47607pkg syscall (openbsd-amd64-cgo), const DIOCOSFPFLUSH = 536888398
47608pkg syscall (openbsd-amd64-cgo), const DLT_ARCNET = 7
47609pkg syscall (openbsd-amd64-cgo), const DLT_ATM_RFC1483 = 11
47610pkg syscall (openbsd-amd64-cgo), const DLT_AX25 = 3
47611pkg syscall (openbsd-amd64-cgo), const DLT_CHAOS = 5
47612pkg syscall (openbsd-amd64-cgo), const DLT_C_HDLC = 104
47613pkg syscall (openbsd-amd64-cgo), const DLT_EN10MB = 1
47614pkg syscall (openbsd-amd64-cgo), const DLT_EN3MB = 2
47615pkg syscall (openbsd-amd64-cgo), const DLT_ENC = 13
47616pkg syscall (openbsd-amd64-cgo), const DLT_FDDI = 10
47617pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802 = 6
47618pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802_11 = 105
47619pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802_11_RADIO = 127
47620pkg syscall (openbsd-amd64-cgo), const DLT_LOOP = 12
47621pkg syscall (openbsd-amd64-cgo), const DLT_MPLS = 219
47622pkg syscall (openbsd-amd64-cgo), const DLT_NULL = 0
47623pkg syscall (openbsd-amd64-cgo), const DLT_PFLOG = 117
47624pkg syscall (openbsd-amd64-cgo), const DLT_PFSYNC = 18
47625pkg syscall (openbsd-amd64-cgo), const DLT_PPP = 9
47626pkg syscall (openbsd-amd64-cgo), const DLT_PPP_BSDOS = 16
47627pkg syscall (openbsd-amd64-cgo), const DLT_PPP_ETHER = 51
47628pkg syscall (openbsd-amd64-cgo), const DLT_PPP_SERIAL = 50
47629pkg syscall (openbsd-amd64-cgo), const DLT_PRONET = 4
47630pkg syscall (openbsd-amd64-cgo), const DLT_RAW = 14
47631pkg syscall (openbsd-amd64-cgo), const DLT_SLIP = 8
47632pkg syscall (openbsd-amd64-cgo), const DLT_SLIP_BSDOS = 15
47633pkg syscall (openbsd-amd64-cgo), const DT_BLK = 6
47634pkg syscall (openbsd-amd64-cgo), const DT_CHR = 2
47635pkg syscall (openbsd-amd64-cgo), const DT_DIR = 4
47636pkg syscall (openbsd-amd64-cgo), const DT_FIFO = 1
47637pkg syscall (openbsd-amd64-cgo), const DT_LNK = 10
47638pkg syscall (openbsd-amd64-cgo), const DT_REG = 8
47639pkg syscall (openbsd-amd64-cgo), const DT_SOCK = 12
47640pkg syscall (openbsd-amd64-cgo), const DT_UNKNOWN = 0
47641pkg syscall (openbsd-amd64-cgo), const E2BIG = 7
47642pkg syscall (openbsd-amd64-cgo), const EACCES = 13
47643pkg syscall (openbsd-amd64-cgo), const EADDRINUSE = 48
47644pkg syscall (openbsd-amd64-cgo), const EADDRNOTAVAIL = 49
47645pkg syscall (openbsd-amd64-cgo), const EAFNOSUPPORT = 47
47646pkg syscall (openbsd-amd64-cgo), const EAGAIN = 35
47647pkg syscall (openbsd-amd64-cgo), const EALREADY = 37
47648pkg syscall (openbsd-amd64-cgo), const EAUTH = 80
47649pkg syscall (openbsd-amd64-cgo), const EBADF = 9
47650pkg syscall (openbsd-amd64-cgo), const EBADRPC = 72
47651pkg syscall (openbsd-amd64-cgo), const EBUSY = 16
47652pkg syscall (openbsd-amd64-cgo), const ECANCELED = 88
47653pkg syscall (openbsd-amd64-cgo), const ECHILD = 10
47654pkg syscall (openbsd-amd64-cgo), const ECHO = 8
47655pkg syscall (openbsd-amd64-cgo), const ECHOCTL = 64
47656pkg syscall (openbsd-amd64-cgo), const ECHOE = 2
47657pkg syscall (openbsd-amd64-cgo), const ECHOK = 4
47658pkg syscall (openbsd-amd64-cgo), const ECHOKE = 1
47659pkg syscall (openbsd-amd64-cgo), const ECHONL = 16
47660pkg syscall (openbsd-amd64-cgo), const ECHOPRT = 32
47661pkg syscall (openbsd-amd64-cgo), const ECONNABORTED = 53
47662pkg syscall (openbsd-amd64-cgo), const ECONNREFUSED = 61
47663pkg syscall (openbsd-amd64-cgo), const ECONNRESET = 54
47664pkg syscall (openbsd-amd64-cgo), const EDEADLK = 11
47665pkg syscall (openbsd-amd64-cgo), const EDESTADDRREQ = 39
47666pkg syscall (openbsd-amd64-cgo), const EDOM = 33
47667pkg syscall (openbsd-amd64-cgo), const EDQUOT = 69
47668pkg syscall (openbsd-amd64-cgo), const EEXIST = 17
47669pkg syscall (openbsd-amd64-cgo), const EFAULT = 14
47670pkg syscall (openbsd-amd64-cgo), const EFBIG = 27
47671pkg syscall (openbsd-amd64-cgo), const EFER_LMA = 1024
47672pkg syscall (openbsd-amd64-cgo), const EFER_LME = 256
47673pkg syscall (openbsd-amd64-cgo), const EFER_NXE = 2048
47674pkg syscall (openbsd-amd64-cgo), const EFER_SCE = 1
47675pkg syscall (openbsd-amd64-cgo), const EFTYPE = 79
47676pkg syscall (openbsd-amd64-cgo), const EHOSTDOWN = 64
47677pkg syscall (openbsd-amd64-cgo), const EHOSTUNREACH = 65
47678pkg syscall (openbsd-amd64-cgo), const EIDRM = 89
47679pkg syscall (openbsd-amd64-cgo), const EILSEQ = 84
47680pkg syscall (openbsd-amd64-cgo), const EINPROGRESS = 36
47681pkg syscall (openbsd-amd64-cgo), const EINTR = 4
47682pkg syscall (openbsd-amd64-cgo), const EINVAL = 22
47683pkg syscall (openbsd-amd64-cgo), const EIO = 5
47684pkg syscall (openbsd-amd64-cgo), const EIPSEC = 82
47685pkg syscall (openbsd-amd64-cgo), const EISCONN = 56
47686pkg syscall (openbsd-amd64-cgo), const EISDIR = 21
47687pkg syscall (openbsd-amd64-cgo), const ELAST = 91
47688pkg syscall (openbsd-amd64-cgo), const ELOOP = 62
47689pkg syscall (openbsd-amd64-cgo), const EMEDIUMTYPE = 86
47690pkg syscall (openbsd-amd64-cgo), const EMFILE = 24
47691pkg syscall (openbsd-amd64-cgo), const EMLINK = 31
47692pkg syscall (openbsd-amd64-cgo), const EMSGSIZE = 40
47693pkg syscall (openbsd-amd64-cgo), const EMT_TAGOVF = 1
47694pkg syscall (openbsd-amd64-cgo), const EMUL_ENABLED = 1
47695pkg syscall (openbsd-amd64-cgo), const EMUL_NATIVE = 2
47696pkg syscall (openbsd-amd64-cgo), const ENAMETOOLONG = 63
47697pkg syscall (openbsd-amd64-cgo), const ENDRUNDISC = 9
47698pkg syscall (openbsd-amd64-cgo), const ENEEDAUTH = 81
47699pkg syscall (openbsd-amd64-cgo), const ENETDOWN = 50
47700pkg syscall (openbsd-amd64-cgo), const ENETRESET = 52
47701pkg syscall (openbsd-amd64-cgo), const ENETUNREACH = 51
47702pkg syscall (openbsd-amd64-cgo), const ENFILE = 23
47703pkg syscall (openbsd-amd64-cgo), const ENOATTR = 83
47704pkg syscall (openbsd-amd64-cgo), const ENOBUFS = 55
47705pkg syscall (openbsd-amd64-cgo), const ENODEV = 19
47706pkg syscall (openbsd-amd64-cgo), const ENOEXEC = 8
47707pkg syscall (openbsd-amd64-cgo), const ENOLCK = 77
47708pkg syscall (openbsd-amd64-cgo), const ENOMEDIUM = 85
47709pkg syscall (openbsd-amd64-cgo), const ENOMEM = 12
47710pkg syscall (openbsd-amd64-cgo), const ENOMSG = 90
47711pkg syscall (openbsd-amd64-cgo), const ENOPROTOOPT = 42
47712pkg syscall (openbsd-amd64-cgo), const ENOSPC = 28
47713pkg syscall (openbsd-amd64-cgo), const ENOSYS = 78
47714pkg syscall (openbsd-amd64-cgo), const ENOTBLK = 15
47715pkg syscall (openbsd-amd64-cgo), const ENOTCONN = 57
47716pkg syscall (openbsd-amd64-cgo), const ENOTDIR = 20
47717pkg syscall (openbsd-amd64-cgo), const ENOTEMPTY = 66
47718pkg syscall (openbsd-amd64-cgo), const ENOTSOCK = 38
47719pkg syscall (openbsd-amd64-cgo), const ENOTSUP = 91
47720pkg syscall (openbsd-amd64-cgo), const ENOTTY = 25
47721pkg syscall (openbsd-amd64-cgo), const ENXIO = 6
47722pkg syscall (openbsd-amd64-cgo), const EOPNOTSUPP = 45
47723pkg syscall (openbsd-amd64-cgo), const EOVERFLOW = 87
47724pkg syscall (openbsd-amd64-cgo), const EPERM = 1
47725pkg syscall (openbsd-amd64-cgo), const EPFNOSUPPORT = 46
47726pkg syscall (openbsd-amd64-cgo), const EPIPE = 32
47727pkg syscall (openbsd-amd64-cgo), const EPROCLIM = 67
47728pkg syscall (openbsd-amd64-cgo), const EPROCUNAVAIL = 76
47729pkg syscall (openbsd-amd64-cgo), const EPROGMISMATCH = 75
47730pkg syscall (openbsd-amd64-cgo), const EPROGUNAVAIL = 74
47731pkg syscall (openbsd-amd64-cgo), const EPROTONOSUPPORT = 43
47732pkg syscall (openbsd-amd64-cgo), const EPROTOTYPE = 41
47733pkg syscall (openbsd-amd64-cgo), const ERANGE = 34
47734pkg syscall (openbsd-amd64-cgo), const EREMOTE = 71
47735pkg syscall (openbsd-amd64-cgo), const EROFS = 30
47736pkg syscall (openbsd-amd64-cgo), const ERPCMISMATCH = 73
47737pkg syscall (openbsd-amd64-cgo), const ESHUTDOWN = 58
47738pkg syscall (openbsd-amd64-cgo), const ESOCKTNOSUPPORT = 44
47739pkg syscall (openbsd-amd64-cgo), const ESPIPE = 29
47740pkg syscall (openbsd-amd64-cgo), const ESRCH = 3
47741pkg syscall (openbsd-amd64-cgo), const ESTALE = 70
47742pkg syscall (openbsd-amd64-cgo), const ETHERMIN = 46
47743pkg syscall (openbsd-amd64-cgo), const ETHERMTU = 1500
47744pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_8023 = 4
47745pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AARP = 33011
47746pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ACCTON = 33680
47747pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AEONIC = 32822
47748pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ALPHA = 33098
47749pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AMBER = 24584
47750pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AMOEBA = 33093
47751pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AOE = 34978
47752pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APOLLO = 33015
47753pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
47754pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APPLETALK = 32923
47755pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APPLITEK = 32967
47756pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ARGONAUT = 32826
47757pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ARP = 2054
47758pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AT = 32923
47759pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATALK = 32923
47760pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATOMIC = 34527
47761pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATT = 32873
47762pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATTSTANFORD = 32776
47763pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AUTOPHON = 32874
47764pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AXIS = 34902
47765pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_BCLOOP = 36867
47766pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_BOFL = 33026
47767pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CABLETRON = 28724
47768pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CHAOS = 2052
47769pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COMDESIGN = 32876
47770pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
47771pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COUNTERPOINT = 32866
47772pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CRONUS = 32772
47773pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CRONUSVLN = 32771
47774pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DCA = 4660
47775pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DDE = 32891
47776pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DEBNI = 43690
47777pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECAM = 32840
47778pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECCUST = 24582
47779pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDIAG = 24581
47780pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDNS = 32828
47781pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDTS = 32830
47782pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECEXPER = 24576
47783pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECLAST = 32833
47784pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECLTM = 32831
47785pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECMUMPS = 24585
47786pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECNETBIOS = 32832
47787pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DELTACON = 34526
47788pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DIDDLE = 17185
47789pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DLOG1 = 1632
47790pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DLOG2 = 1633
47791pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DN = 24579
47792pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DOGFIGHT = 6537
47793pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DSMD = 32825
47794pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ECMA = 2051
47795pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ENCRYPT = 32829
47796pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ES = 32861
47797pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_EXCELAN = 32784
47798pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_EXPERDATA = 32841
47799pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FLIP = 33094
47800pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FLOWCONTROL = 34824
47801pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FRARP = 2056
47802pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_GENDYN = 32872
47803pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HAYES = 33072
47804pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HIPPI_FP = 33152
47805pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HITACHI = 34848
47806pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HP = 32773
47807pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IEEEPUP = 2560
47808pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IEEEPUPAT = 2561
47809pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IMLBL = 19522
47810pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IMLBLDIAG = 16972
47811pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IP = 2048
47812pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPAS = 34668
47813pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPV6 = 34525
47814pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPX = 33079
47815pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPXNEW = 32823
47816pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_KALPANA = 34178
47817pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LANBRIDGE = 32824
47818pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LANPROBE = 34952
47819pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LAT = 24580
47820pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LBACK = 36864
47821pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LITTLE = 32864
47822pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LLDP = 35020
47823pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LOGICRAFT = 33096
47824pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LOOPBACK = 36864
47825pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MATRA = 32890
47826pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MAX = 65535
47827pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MERIT = 32892
47828pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MICP = 34618
47829pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOPDL = 24577
47830pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOPRC = 24578
47831pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOTOROLA = 33165
47832pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MPLS = 34887
47833pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MPLS_MCAST = 34888
47834pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MUMPS = 33087
47835pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCC = 15364
47836pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLAIM = 15369
47837pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLREQ = 15365
47838pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLRSP = 15366
47839pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCREQ = 15362
47840pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCRSP = 15363
47841pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDG = 15367
47842pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDGB = 15368
47843pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDLTE = 15370
47844pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRAR = 15372
47845pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRAS = 15371
47846pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRST = 15373
47847pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPSCD = 15361
47848pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPVCD = 15360
47849pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBS = 2050
47850pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NCD = 33097
47851pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NESTAR = 32774
47852pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NETBEUI = 33169
47853pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NOVELL = 33080
47854pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NS = 1536
47855pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NSAT = 1537
47856pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NSCOMPAT = 2055
47857pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NTRAILER = 16
47858pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_OS9 = 28679
47859pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_OS9NET = 28681
47860pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PACER = 32966
47861pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PAE = 34958
47862pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PCS = 16962
47863pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PLANNING = 32836
47864pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPP = 34827
47865pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPPOE = 34916
47866pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPPOEDISC = 34915
47867pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PRIMENTS = 28721
47868pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PUP = 512
47869pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PUPAT = 512
47870pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_QINQ = 34984
47871pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RACAL = 28720
47872pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RATIONAL = 33104
47873pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RAWFR = 25945
47874pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RCL = 6549
47875pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RDP = 34617
47876pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RETIX = 33010
47877pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_REVARP = 32821
47878pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SCA = 24583
47879pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SECTRA = 34523
47880pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SECUREDATA = 34669
47881pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SGITW = 33150
47882pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_BOUNCE = 32790
47883pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_DIAG = 32787
47884pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_NETGAMES = 32788
47885pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_RESV = 32789
47886pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SIMNET = 21000
47887pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SLOW = 34825
47888pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SNA = 32981
47889pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SNMP = 33100
47890pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SONIX = 64245
47891pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SPIDER = 32927
47892pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SPRITE = 1280
47893pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_STP = 33153
47894pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TALARIS = 33067
47895pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TALARISMC = 34091
47896pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TCPCOMP = 34667
47897pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TCPSM = 36866
47898pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TEC = 33103
47899pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TIGAN = 32815
47900pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TRAIL = 4096
47901pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TRANSETHER = 25944
47902pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TYMSHARE = 32814
47903pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBBST = 28677
47904pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDEBUG = 2304
47905pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
47906pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDL = 28672
47907pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBNIU = 28673
47908pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBNMC = 28675
47909pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VALID = 5632
47910pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VARIAN = 32989
47911pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VAXELN = 32827
47912pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VEECO = 32871
47913pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VEXP = 32859
47914pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VGLAB = 33073
47915pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINES = 2989
47916pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINESECHO = 2991
47917pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINESLOOP = 2990
47918pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VITAL = 65280
47919pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VLAN = 33024
47920pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VLTLMAN = 32896
47921pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VPROD = 32860
47922pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VURESERVED = 33095
47923pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_WATERLOO = 33072
47924pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_WELLFLEET = 33027
47925pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_X25 = 2053
47926pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_X75 = 2049
47927pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_XNSSM = 36865
47928pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_XTP = 33149
47929pkg syscall (openbsd-amd64-cgo), const ETHER_ADDR_LEN = 6
47930pkg syscall (openbsd-amd64-cgo), const ETHER_ALIGN = 2
47931pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_LEN = 4
47932pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_POLY_BE = 79764918
47933pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_POLY_LE = 3988292384
47934pkg syscall (openbsd-amd64-cgo), const ETHER_HDR_LEN = 14
47935pkg syscall (openbsd-amd64-cgo), const ETHER_MAX_DIX_LEN = 1536
47936pkg syscall (openbsd-amd64-cgo), const ETHER_MAX_LEN = 1518
47937pkg syscall (openbsd-amd64-cgo), const ETHER_MIN_LEN = 64
47938pkg syscall (openbsd-amd64-cgo), const ETHER_TYPE_LEN = 2
47939pkg syscall (openbsd-amd64-cgo), const ETHER_VLAN_ENCAP_LEN = 4
47940pkg syscall (openbsd-amd64-cgo), const ETIMEDOUT = 60
47941pkg syscall (openbsd-amd64-cgo), const ETOOMANYREFS = 59
47942pkg syscall (openbsd-amd64-cgo), const ETXTBSY = 26
47943pkg syscall (openbsd-amd64-cgo), const EUSERS = 68
47944pkg syscall (openbsd-amd64-cgo), const EVFILT_AIO = -3
47945pkg syscall (openbsd-amd64-cgo), const EVFILT_PROC = -5
47946pkg syscall (openbsd-amd64-cgo), const EVFILT_READ = -1
47947pkg syscall (openbsd-amd64-cgo), const EVFILT_SIGNAL = -6
47948pkg syscall (openbsd-amd64-cgo), const EVFILT_SYSCOUNT = 7
47949pkg syscall (openbsd-amd64-cgo), const EVFILT_TIMER = -7
47950pkg syscall (openbsd-amd64-cgo), const EVFILT_VNODE = -4
47951pkg syscall (openbsd-amd64-cgo), const EVFILT_WRITE = -2
47952pkg syscall (openbsd-amd64-cgo), const EV_ADD = 1
47953pkg syscall (openbsd-amd64-cgo), const EV_CLEAR = 32
47954pkg syscall (openbsd-amd64-cgo), const EV_DELETE = 2
47955pkg syscall (openbsd-amd64-cgo), const EV_DISABLE = 8
47956pkg syscall (openbsd-amd64-cgo), const EV_ENABLE = 4
47957pkg syscall (openbsd-amd64-cgo), const EV_EOF = 32768
47958pkg syscall (openbsd-amd64-cgo), const EV_ERROR = 16384
47959pkg syscall (openbsd-amd64-cgo), const EV_FLAG1 = 8192
47960pkg syscall (openbsd-amd64-cgo), const EV_ONESHOT = 16
47961pkg syscall (openbsd-amd64-cgo), const EV_SYSFLAGS = 61440
47962pkg syscall (openbsd-amd64-cgo), const EWOULDBLOCK = 35
47963pkg syscall (openbsd-amd64-cgo), const EXDEV = 18
47964pkg syscall (openbsd-amd64-cgo), const EXTA = 19200
47965pkg syscall (openbsd-amd64-cgo), const EXTB = 38400
47966pkg syscall (openbsd-amd64-cgo), const EXTPROC = 2048
47967pkg syscall (openbsd-amd64-cgo), const FD_CLOEXEC = 1
47968pkg syscall (openbsd-amd64-cgo), const FD_SETSIZE = 1024
47969pkg syscall (openbsd-amd64-cgo), const FLUSHO = 8388608
47970pkg syscall (openbsd-amd64-cgo), const F_DUPFD = 0
47971pkg syscall (openbsd-amd64-cgo), const F_DUPFD_CLOEXEC = 10
47972pkg syscall (openbsd-amd64-cgo), const F_GETFD = 1
47973pkg syscall (openbsd-amd64-cgo), const F_GETFL = 3
47974pkg syscall (openbsd-amd64-cgo), const F_GETLK = 7
47975pkg syscall (openbsd-amd64-cgo), const F_GETOWN = 5
47976pkg syscall (openbsd-amd64-cgo), const F_OK = 0
47977pkg syscall (openbsd-amd64-cgo), const F_RDLCK = 1
47978pkg syscall (openbsd-amd64-cgo), const F_SETFD = 2
47979pkg syscall (openbsd-amd64-cgo), const F_SETFL = 4
47980pkg syscall (openbsd-amd64-cgo), const F_SETLK = 8
47981pkg syscall (openbsd-amd64-cgo), const F_SETLKW = 9
47982pkg syscall (openbsd-amd64-cgo), const F_SETOWN = 6
47983pkg syscall (openbsd-amd64-cgo), const F_UNLCK = 2
47984pkg syscall (openbsd-amd64-cgo), const F_WRLCK = 3
47985pkg syscall (openbsd-amd64-cgo), const HUPCL = 16384
47986pkg syscall (openbsd-amd64-cgo), const ICANON = 256
47987pkg syscall (openbsd-amd64-cgo), const ICRNL = 256
47988pkg syscall (openbsd-amd64-cgo), const IEXTEN = 1024
47989pkg syscall (openbsd-amd64-cgo), const IFAN_ARRIVAL = 0
47990pkg syscall (openbsd-amd64-cgo), const IFAN_DEPARTURE = 1
47991pkg syscall (openbsd-amd64-cgo), const IFA_ROUTE = 1
47992pkg syscall (openbsd-amd64-cgo), const IFF_ALLMULTI = 512
47993pkg syscall (openbsd-amd64-cgo), const IFF_CANTCHANGE = 36434
47994pkg syscall (openbsd-amd64-cgo), const IFF_DEBUG = 4
47995pkg syscall (openbsd-amd64-cgo), const IFF_LINK0 = 4096
47996pkg syscall (openbsd-amd64-cgo), const IFF_LINK1 = 8192
47997pkg syscall (openbsd-amd64-cgo), const IFF_LINK2 = 16384
47998pkg syscall (openbsd-amd64-cgo), const IFF_LOOPBACK = 8
47999pkg syscall (openbsd-amd64-cgo), const IFF_MULTICAST = 32768
48000pkg syscall (openbsd-amd64-cgo), const IFF_NOARP = 128
48001pkg syscall (openbsd-amd64-cgo), const IFF_NOTRAILERS = 32
48002pkg syscall (openbsd-amd64-cgo), const IFF_OACTIVE = 1024
48003pkg syscall (openbsd-amd64-cgo), const IFF_POINTOPOINT = 16
48004pkg syscall (openbsd-amd64-cgo), const IFF_PROMISC = 256
48005pkg syscall (openbsd-amd64-cgo), const IFF_RUNNING = 64
48006pkg syscall (openbsd-amd64-cgo), const IFF_SIMPLEX = 2048
48007pkg syscall (openbsd-amd64-cgo), const IFNAMSIZ = 16
48008pkg syscall (openbsd-amd64-cgo), const IFT_1822 = 2
48009pkg syscall (openbsd-amd64-cgo), const IFT_A12MPPSWITCH = 130
48010pkg syscall (openbsd-amd64-cgo), const IFT_AAL2 = 187
48011pkg syscall (openbsd-amd64-cgo), const IFT_AAL5 = 49
48012pkg syscall (openbsd-amd64-cgo), const IFT_ADSL = 94
48013pkg syscall (openbsd-amd64-cgo), const IFT_AFLANE8023 = 59
48014pkg syscall (openbsd-amd64-cgo), const IFT_AFLANE8025 = 60
48015pkg syscall (openbsd-amd64-cgo), const IFT_ARAP = 88
48016pkg syscall (openbsd-amd64-cgo), const IFT_ARCNET = 35
48017pkg syscall (openbsd-amd64-cgo), const IFT_ARCNETPLUS = 36
48018pkg syscall (openbsd-amd64-cgo), const IFT_ASYNC = 84
48019pkg syscall (openbsd-amd64-cgo), const IFT_ATM = 37
48020pkg syscall (openbsd-amd64-cgo), const IFT_ATMDXI = 105
48021pkg syscall (openbsd-amd64-cgo), const IFT_ATMFUNI = 106
48022pkg syscall (openbsd-amd64-cgo), const IFT_ATMIMA = 107
48023pkg syscall (openbsd-amd64-cgo), const IFT_ATMLOGICAL = 80
48024pkg syscall (openbsd-amd64-cgo), const IFT_ATMRADIO = 189
48025pkg syscall (openbsd-amd64-cgo), const IFT_ATMSUBINTERFACE = 134
48026pkg syscall (openbsd-amd64-cgo), const IFT_ATMVCIENDPT = 194
48027pkg syscall (openbsd-amd64-cgo), const IFT_ATMVIRTUAL = 149
48028pkg syscall (openbsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING = 162
48029pkg syscall (openbsd-amd64-cgo), const IFT_BLUETOOTH = 248
48030pkg syscall (openbsd-amd64-cgo), const IFT_BRIDGE = 209
48031pkg syscall (openbsd-amd64-cgo), const IFT_BSC = 83
48032pkg syscall (openbsd-amd64-cgo), const IFT_CARP = 247
48033pkg syscall (openbsd-amd64-cgo), const IFT_CCTEMUL = 61
48034pkg syscall (openbsd-amd64-cgo), const IFT_CEPT = 19
48035pkg syscall (openbsd-amd64-cgo), const IFT_CES = 133
48036pkg syscall (openbsd-amd64-cgo), const IFT_CHANNEL = 70
48037pkg syscall (openbsd-amd64-cgo), const IFT_CNR = 85
48038pkg syscall (openbsd-amd64-cgo), const IFT_COFFEE = 132
48039pkg syscall (openbsd-amd64-cgo), const IFT_COMPOSITELINK = 155
48040pkg syscall (openbsd-amd64-cgo), const IFT_DCN = 141
48041pkg syscall (openbsd-amd64-cgo), const IFT_DIGITALPOWERLINE = 138
48042pkg syscall (openbsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
48043pkg syscall (openbsd-amd64-cgo), const IFT_DLSW = 74
48044pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
48045pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER = 127
48046pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM = 129
48047pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
48048pkg syscall (openbsd-amd64-cgo), const IFT_DS0 = 81
48049pkg syscall (openbsd-amd64-cgo), const IFT_DS0BUNDLE = 82
48050pkg syscall (openbsd-amd64-cgo), const IFT_DS1FDL = 170
48051pkg syscall (openbsd-amd64-cgo), const IFT_DS3 = 30
48052pkg syscall (openbsd-amd64-cgo), const IFT_DTM = 140
48053pkg syscall (openbsd-amd64-cgo), const IFT_DUMMY = 241
48054pkg syscall (openbsd-amd64-cgo), const IFT_DVBASILN = 172
48055pkg syscall (openbsd-amd64-cgo), const IFT_DVBASIOUT = 173
48056pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM = 147
48057pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCMACLAYER = 146
48058pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCUPSTREAM = 148
48059pkg syscall (openbsd-amd64-cgo), const IFT_ECONET = 206
48060pkg syscall (openbsd-amd64-cgo), const IFT_ENC = 244
48061pkg syscall (openbsd-amd64-cgo), const IFT_EON = 25
48062pkg syscall (openbsd-amd64-cgo), const IFT_EPLRS = 87
48063pkg syscall (openbsd-amd64-cgo), const IFT_ESCON = 73
48064pkg syscall (openbsd-amd64-cgo), const IFT_ETHER = 6
48065pkg syscall (openbsd-amd64-cgo), const IFT_FAITH = 243
48066pkg syscall (openbsd-amd64-cgo), const IFT_FAST = 125
48067pkg syscall (openbsd-amd64-cgo), const IFT_FASTETHER = 62
48068pkg syscall (openbsd-amd64-cgo), const IFT_FASTETHERFX = 69
48069pkg syscall (openbsd-amd64-cgo), const IFT_FDDI = 15
48070pkg syscall (openbsd-amd64-cgo), const IFT_FIBRECHANNEL = 56
48071pkg syscall (openbsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
48072pkg syscall (openbsd-amd64-cgo), const IFT_FRAMERELAYMPI = 92
48073pkg syscall (openbsd-amd64-cgo), const IFT_FRDLCIENDPT = 193
48074pkg syscall (openbsd-amd64-cgo), const IFT_FRELAY = 32
48075pkg syscall (openbsd-amd64-cgo), const IFT_FRELAYDCE = 44
48076pkg syscall (openbsd-amd64-cgo), const IFT_FRF16MFRBUNDLE = 163
48077pkg syscall (openbsd-amd64-cgo), const IFT_FRFORWARD = 158
48078pkg syscall (openbsd-amd64-cgo), const IFT_G703AT2MB = 67
48079pkg syscall (openbsd-amd64-cgo), const IFT_G703AT64K = 66
48080pkg syscall (openbsd-amd64-cgo), const IFT_GIF = 240
48081pkg syscall (openbsd-amd64-cgo), const IFT_GIGABITETHERNET = 117
48082pkg syscall (openbsd-amd64-cgo), const IFT_GR303IDT = 178
48083pkg syscall (openbsd-amd64-cgo), const IFT_GR303RDT = 177
48084pkg syscall (openbsd-amd64-cgo), const IFT_H323GATEKEEPER = 164
48085pkg syscall (openbsd-amd64-cgo), const IFT_H323PROXY = 165
48086pkg syscall (openbsd-amd64-cgo), const IFT_HDH1822 = 3
48087pkg syscall (openbsd-amd64-cgo), const IFT_HDLC = 118
48088pkg syscall (openbsd-amd64-cgo), const IFT_HDSL2 = 168
48089pkg syscall (openbsd-amd64-cgo), const IFT_HIPERLAN2 = 183
48090pkg syscall (openbsd-amd64-cgo), const IFT_HIPPI = 47
48091pkg syscall (openbsd-amd64-cgo), const IFT_HIPPIINTERFACE = 57
48092pkg syscall (openbsd-amd64-cgo), const IFT_HOSTPAD = 90
48093pkg syscall (openbsd-amd64-cgo), const IFT_HSSI = 46
48094pkg syscall (openbsd-amd64-cgo), const IFT_HY = 14
48095pkg syscall (openbsd-amd64-cgo), const IFT_IBM370PARCHAN = 72
48096pkg syscall (openbsd-amd64-cgo), const IFT_IDSL = 154
48097pkg syscall (openbsd-amd64-cgo), const IFT_IEEE1394 = 144
48098pkg syscall (openbsd-amd64-cgo), const IFT_IEEE80211 = 71
48099pkg syscall (openbsd-amd64-cgo), const IFT_IEEE80212 = 55
48100pkg syscall (openbsd-amd64-cgo), const IFT_IEEE8023ADLAG = 161
48101pkg syscall (openbsd-amd64-cgo), const IFT_IFGSN = 145
48102pkg syscall (openbsd-amd64-cgo), const IFT_IMT = 190
48103pkg syscall (openbsd-amd64-cgo), const IFT_INFINIBAND = 199
48104pkg syscall (openbsd-amd64-cgo), const IFT_INTERLEAVE = 124
48105pkg syscall (openbsd-amd64-cgo), const IFT_IP = 126
48106pkg syscall (openbsd-amd64-cgo), const IFT_IPFORWARD = 142
48107pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERATM = 114
48108pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERCDLC = 109
48109pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERCLAW = 110
48110pkg syscall (openbsd-amd64-cgo), const IFT_IPSWITCH = 78
48111pkg syscall (openbsd-amd64-cgo), const IFT_ISDN = 63
48112pkg syscall (openbsd-amd64-cgo), const IFT_ISDNBASIC = 20
48113pkg syscall (openbsd-amd64-cgo), const IFT_ISDNPRIMARY = 21
48114pkg syscall (openbsd-amd64-cgo), const IFT_ISDNS = 75
48115pkg syscall (openbsd-amd64-cgo), const IFT_ISDNU = 76
48116pkg syscall (openbsd-amd64-cgo), const IFT_ISO88022LLC = 41
48117pkg syscall (openbsd-amd64-cgo), const IFT_ISO88023 = 7
48118pkg syscall (openbsd-amd64-cgo), const IFT_ISO88024 = 8
48119pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025 = 9
48120pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025CRFPINT = 98
48121pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025DTR = 86
48122pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025FIBER = 115
48123pkg syscall (openbsd-amd64-cgo), const IFT_ISO88026 = 10
48124pkg syscall (openbsd-amd64-cgo), const IFT_ISUP = 179
48125pkg syscall (openbsd-amd64-cgo), const IFT_L2VLAN = 135
48126pkg syscall (openbsd-amd64-cgo), const IFT_L3IPVLAN = 136
48127pkg syscall (openbsd-amd64-cgo), const IFT_L3IPXVLAN = 137
48128pkg syscall (openbsd-amd64-cgo), const IFT_LAPB = 16
48129pkg syscall (openbsd-amd64-cgo), const IFT_LAPD = 77
48130pkg syscall (openbsd-amd64-cgo), const IFT_LAPF = 119
48131pkg syscall (openbsd-amd64-cgo), const IFT_LINEGROUP = 210
48132pkg syscall (openbsd-amd64-cgo), const IFT_LOCALTALK = 42
48133pkg syscall (openbsd-amd64-cgo), const IFT_LOOP = 24
48134pkg syscall (openbsd-amd64-cgo), const IFT_MEDIAMAILOVERIP = 139
48135pkg syscall (openbsd-amd64-cgo), const IFT_MFSIGLINK = 167
48136pkg syscall (openbsd-amd64-cgo), const IFT_MIOX25 = 38
48137pkg syscall (openbsd-amd64-cgo), const IFT_MODEM = 48
48138pkg syscall (openbsd-amd64-cgo), const IFT_MPC = 113
48139pkg syscall (openbsd-amd64-cgo), const IFT_MPLS = 166
48140pkg syscall (openbsd-amd64-cgo), const IFT_MPLSTUNNEL = 150
48141pkg syscall (openbsd-amd64-cgo), const IFT_MSDSL = 143
48142pkg syscall (openbsd-amd64-cgo), const IFT_MVL = 191
48143pkg syscall (openbsd-amd64-cgo), const IFT_MYRINET = 99
48144pkg syscall (openbsd-amd64-cgo), const IFT_NFAS = 175
48145pkg syscall (openbsd-amd64-cgo), const IFT_NSIP = 27
48146pkg syscall (openbsd-amd64-cgo), const IFT_OPTICALCHANNEL = 195
48147pkg syscall (openbsd-amd64-cgo), const IFT_OPTICALTRANSPORT = 196
48148pkg syscall (openbsd-amd64-cgo), const IFT_OTHER = 1
48149pkg syscall (openbsd-amd64-cgo), const IFT_P10 = 12
48150pkg syscall (openbsd-amd64-cgo), const IFT_P80 = 13
48151pkg syscall (openbsd-amd64-cgo), const IFT_PARA = 34
48152pkg syscall (openbsd-amd64-cgo), const IFT_PFLOG = 245
48153pkg syscall (openbsd-amd64-cgo), const IFT_PFLOW = 249
48154pkg syscall (openbsd-amd64-cgo), const IFT_PFSYNC = 246
48155pkg syscall (openbsd-amd64-cgo), const IFT_PLC = 174
48156pkg syscall (openbsd-amd64-cgo), const IFT_PON155 = 207
48157pkg syscall (openbsd-amd64-cgo), const IFT_PON622 = 208
48158pkg syscall (openbsd-amd64-cgo), const IFT_POS = 171
48159pkg syscall (openbsd-amd64-cgo), const IFT_PPP = 23
48160pkg syscall (openbsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE = 108
48161pkg syscall (openbsd-amd64-cgo), const IFT_PROPATM = 197
48162pkg syscall (openbsd-amd64-cgo), const IFT_PROPBWAP2MP = 184
48163pkg syscall (openbsd-amd64-cgo), const IFT_PROPCNLS = 89
48164pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
48165pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
48166pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
48167pkg syscall (openbsd-amd64-cgo), const IFT_PROPMUX = 54
48168pkg syscall (openbsd-amd64-cgo), const IFT_PROPVIRTUAL = 53
48169pkg syscall (openbsd-amd64-cgo), const IFT_PROPWIRELESSP2P = 157
48170pkg syscall (openbsd-amd64-cgo), const IFT_PTPSERIAL = 22
48171pkg syscall (openbsd-amd64-cgo), const IFT_PVC = 242
48172pkg syscall (openbsd-amd64-cgo), const IFT_Q2931 = 201
48173pkg syscall (openbsd-amd64-cgo), const IFT_QLLC = 68
48174pkg syscall (openbsd-amd64-cgo), const IFT_RADIOMAC = 188
48175pkg syscall (openbsd-amd64-cgo), const IFT_RADSL = 95
48176pkg syscall (openbsd-amd64-cgo), const IFT_REACHDSL = 192
48177pkg syscall (openbsd-amd64-cgo), const IFT_RFC1483 = 159
48178pkg syscall (openbsd-amd64-cgo), const IFT_RS232 = 33
48179pkg syscall (openbsd-amd64-cgo), const IFT_RSRB = 79
48180pkg syscall (openbsd-amd64-cgo), const IFT_SDLC = 17
48181pkg syscall (openbsd-amd64-cgo), const IFT_SDSL = 96
48182pkg syscall (openbsd-amd64-cgo), const IFT_SHDSL = 169
48183pkg syscall (openbsd-amd64-cgo), const IFT_SIP = 31
48184pkg syscall (openbsd-amd64-cgo), const IFT_SIPSIG = 204
48185pkg syscall (openbsd-amd64-cgo), const IFT_SIPTG = 203
48186pkg syscall (openbsd-amd64-cgo), const IFT_SLIP = 28
48187pkg syscall (openbsd-amd64-cgo), const IFT_SMDSDXI = 43
48188pkg syscall (openbsd-amd64-cgo), const IFT_SMDSICIP = 52
48189pkg syscall (openbsd-amd64-cgo), const IFT_SONET = 39
48190pkg syscall (openbsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL = 185
48191pkg syscall (openbsd-amd64-cgo), const IFT_SONETPATH = 50
48192pkg syscall (openbsd-amd64-cgo), const IFT_SONETVT = 51
48193pkg syscall (openbsd-amd64-cgo), const IFT_SRP = 151
48194pkg syscall (openbsd-amd64-cgo), const IFT_SS7SIGLINK = 156
48195pkg syscall (openbsd-amd64-cgo), const IFT_STACKTOSTACK = 111
48196pkg syscall (openbsd-amd64-cgo), const IFT_STARLAN = 11
48197pkg syscall (openbsd-amd64-cgo), const IFT_T1 = 18
48198pkg syscall (openbsd-amd64-cgo), const IFT_TDLC = 116
48199pkg syscall (openbsd-amd64-cgo), const IFT_TELINK = 200
48200pkg syscall (openbsd-amd64-cgo), const IFT_TERMPAD = 91
48201pkg syscall (openbsd-amd64-cgo), const IFT_TR008 = 176
48202pkg syscall (openbsd-amd64-cgo), const IFT_TRANSPHDLC = 123
48203pkg syscall (openbsd-amd64-cgo), const IFT_TUNNEL = 131
48204pkg syscall (openbsd-amd64-cgo), const IFT_ULTRA = 29
48205pkg syscall (openbsd-amd64-cgo), const IFT_USB = 160
48206pkg syscall (openbsd-amd64-cgo), const IFT_V11 = 64
48207pkg syscall (openbsd-amd64-cgo), const IFT_V35 = 45
48208pkg syscall (openbsd-amd64-cgo), const IFT_V36 = 65
48209pkg syscall (openbsd-amd64-cgo), const IFT_V37 = 120
48210pkg syscall (openbsd-amd64-cgo), const IFT_VDSL = 97
48211pkg syscall (openbsd-amd64-cgo), const IFT_VIRTUALIPADDRESS = 112
48212pkg syscall (openbsd-amd64-cgo), const IFT_VIRTUALTG = 202
48213pkg syscall (openbsd-amd64-cgo), const IFT_VOICEDID = 213
48214pkg syscall (openbsd-amd64-cgo), const IFT_VOICEEM = 100
48215pkg syscall (openbsd-amd64-cgo), const IFT_VOICEEMFGD = 211
48216pkg syscall (openbsd-amd64-cgo), const IFT_VOICEENCAP = 103
48217pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFGDEANA = 212
48218pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFXO = 101
48219pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFXS = 102
48220pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERATM = 152
48221pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERCABLE = 198
48222pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY = 153
48223pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERIP = 104
48224pkg syscall (openbsd-amd64-cgo), const IFT_X213 = 93
48225pkg syscall (openbsd-amd64-cgo), const IFT_X25 = 5
48226pkg syscall (openbsd-amd64-cgo), const IFT_X25DDN = 4
48227pkg syscall (openbsd-amd64-cgo), const IFT_X25HUNTGROUP = 122
48228pkg syscall (openbsd-amd64-cgo), const IFT_X25MLP = 121
48229pkg syscall (openbsd-amd64-cgo), const IFT_X25PLE = 40
48230pkg syscall (openbsd-amd64-cgo), const IFT_XETHER = 26
48231pkg syscall (openbsd-amd64-cgo), const IGNBRK = 1
48232pkg syscall (openbsd-amd64-cgo), const IGNCR = 128
48233pkg syscall (openbsd-amd64-cgo), const IGNPAR = 4
48234pkg syscall (openbsd-amd64-cgo), const IMAXBEL = 8192
48235pkg syscall (openbsd-amd64-cgo), const INLCR = 64
48236pkg syscall (openbsd-amd64-cgo), const INPCK = 16
48237pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_HOST = 16777215
48238pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_MAX = 128
48239pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_NET = 4278190080
48240pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_NSHIFT = 24
48241pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_HOST = 65535
48242pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_MAX = 65536
48243pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_NET = 4294901760
48244pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_NSHIFT = 16
48245pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_HOST = 255
48246pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_NET = 4294967040
48247pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_NSHIFT = 8
48248pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_HOST = 268435455
48249pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_NET = 4026531840
48250pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_NSHIFT = 28
48251pkg syscall (openbsd-amd64-cgo), const IN_LOOPBACKNET = 127
48252pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_HOST = 1
48253pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_NET = 4294967294
48254pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_NSHIFT = 31
48255pkg syscall (openbsd-amd64-cgo), const IPPROTO_AH = 51
48256pkg syscall (openbsd-amd64-cgo), const IPPROTO_CARP = 112
48257pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT = 258
48258pkg syscall (openbsd-amd64-cgo), const IPPROTO_DONE = 257
48259pkg syscall (openbsd-amd64-cgo), const IPPROTO_DSTOPTS = 60
48260pkg syscall (openbsd-amd64-cgo), const IPPROTO_EGP = 8
48261pkg syscall (openbsd-amd64-cgo), const IPPROTO_ENCAP = 98
48262pkg syscall (openbsd-amd64-cgo), const IPPROTO_EON = 80
48263pkg syscall (openbsd-amd64-cgo), const IPPROTO_ESP = 50
48264pkg syscall (openbsd-amd64-cgo), const IPPROTO_ETHERIP = 97
48265pkg syscall (openbsd-amd64-cgo), const IPPROTO_FRAGMENT = 44
48266pkg syscall (openbsd-amd64-cgo), const IPPROTO_GGP = 3
48267pkg syscall (openbsd-amd64-cgo), const IPPROTO_GRE = 47
48268pkg syscall (openbsd-amd64-cgo), const IPPROTO_HOPOPTS = 0
48269pkg syscall (openbsd-amd64-cgo), const IPPROTO_ICMP = 1
48270pkg syscall (openbsd-amd64-cgo), const IPPROTO_ICMPV6 = 58
48271pkg syscall (openbsd-amd64-cgo), const IPPROTO_IDP = 22
48272pkg syscall (openbsd-amd64-cgo), const IPPROTO_IGMP = 2
48273pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPCOMP = 108
48274pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPIP = 4
48275pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPV4 = 4
48276pkg syscall (openbsd-amd64-cgo), const IPPROTO_MAX = 256
48277pkg syscall (openbsd-amd64-cgo), const IPPROTO_MAXID = 259
48278pkg syscall (openbsd-amd64-cgo), const IPPROTO_MOBILE = 55
48279pkg syscall (openbsd-amd64-cgo), const IPPROTO_MPLS = 137
48280pkg syscall (openbsd-amd64-cgo), const IPPROTO_NONE = 59
48281pkg syscall (openbsd-amd64-cgo), const IPPROTO_PFSYNC = 240
48282pkg syscall (openbsd-amd64-cgo), const IPPROTO_PIM = 103
48283pkg syscall (openbsd-amd64-cgo), const IPPROTO_PUP = 12
48284pkg syscall (openbsd-amd64-cgo), const IPPROTO_RAW = 255
48285pkg syscall (openbsd-amd64-cgo), const IPPROTO_ROUTING = 43
48286pkg syscall (openbsd-amd64-cgo), const IPPROTO_RSVP = 46
48287pkg syscall (openbsd-amd64-cgo), const IPPROTO_TP = 29
48288pkg syscall (openbsd-amd64-cgo), const IPV6_AUTH_LEVEL = 53
48289pkg syscall (openbsd-amd64-cgo), const IPV6_AUTOFLOWLABEL = 59
48290pkg syscall (openbsd-amd64-cgo), const IPV6_CHECKSUM = 26
48291pkg syscall (openbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
48292pkg syscall (openbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
48293pkg syscall (openbsd-amd64-cgo), const IPV6_DEFHLIM = 64
48294pkg syscall (openbsd-amd64-cgo), const IPV6_DONTFRAG = 62
48295pkg syscall (openbsd-amd64-cgo), const IPV6_DSTOPTS = 50
48296pkg syscall (openbsd-amd64-cgo), const IPV6_ESP_NETWORK_LEVEL = 55
48297pkg syscall (openbsd-amd64-cgo), const IPV6_ESP_TRANS_LEVEL = 54
48298pkg syscall (openbsd-amd64-cgo), const IPV6_FAITH = 29
48299pkg syscall (openbsd-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055
48300pkg syscall (openbsd-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
48301pkg syscall (openbsd-amd64-cgo), const IPV6_FRAGTTL = 120
48302pkg syscall (openbsd-amd64-cgo), const IPV6_HLIMDEC = 1
48303pkg syscall (openbsd-amd64-cgo), const IPV6_HOPLIMIT = 47
48304pkg syscall (openbsd-amd64-cgo), const IPV6_HOPOPTS = 49
48305pkg syscall (openbsd-amd64-cgo), const IPV6_IPCOMP_LEVEL = 60
48306pkg syscall (openbsd-amd64-cgo), const IPV6_JOIN_GROUP = 12
48307pkg syscall (openbsd-amd64-cgo), const IPV6_LEAVE_GROUP = 13
48308pkg syscall (openbsd-amd64-cgo), const IPV6_MAXHLIM = 255
48309pkg syscall (openbsd-amd64-cgo), const IPV6_MAXPACKET = 65535
48310pkg syscall (openbsd-amd64-cgo), const IPV6_MMTU = 1280
48311pkg syscall (openbsd-amd64-cgo), const IPV6_MULTICAST_HOPS = 10
48312pkg syscall (openbsd-amd64-cgo), const IPV6_MULTICAST_IF = 9
48313pkg syscall (openbsd-amd64-cgo), const IPV6_MULTICAST_LOOP = 11
48314pkg syscall (openbsd-amd64-cgo), const IPV6_NEXTHOP = 48
48315pkg syscall (openbsd-amd64-cgo), const IPV6_OPTIONS = 1
48316pkg syscall (openbsd-amd64-cgo), const IPV6_PATHMTU = 44
48317pkg syscall (openbsd-amd64-cgo), const IPV6_PIPEX = 63
48318pkg syscall (openbsd-amd64-cgo), const IPV6_PKTINFO = 46
48319pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE = 14
48320pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0
48321pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1
48322pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_LOW = 2
48323pkg syscall (openbsd-amd64-cgo), const IPV6_RECVDSTOPTS = 40
48324pkg syscall (openbsd-amd64-cgo), const IPV6_RECVHOPLIMIT = 37
48325pkg syscall (openbsd-amd64-cgo), const IPV6_RECVHOPOPTS = 39
48326pkg syscall (openbsd-amd64-cgo), const IPV6_RECVPATHMTU = 43
48327pkg syscall (openbsd-amd64-cgo), const IPV6_RECVPKTINFO = 36
48328pkg syscall (openbsd-amd64-cgo), const IPV6_RECVRTHDR = 38
48329pkg syscall (openbsd-amd64-cgo), const IPV6_RECVTCLASS = 57
48330pkg syscall (openbsd-amd64-cgo), const IPV6_RTABLE = 4129
48331pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR = 51
48332pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDRDSTOPTS = 35
48333pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
48334pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_STRICT = 1
48335pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
48336pkg syscall (openbsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
48337pkg syscall (openbsd-amd64-cgo), const IPV6_TCLASS = 61
48338pkg syscall (openbsd-amd64-cgo), const IPV6_UNICAST_HOPS = 4
48339pkg syscall (openbsd-amd64-cgo), const IPV6_USE_MIN_MTU = 42
48340pkg syscall (openbsd-amd64-cgo), const IPV6_V6ONLY = 27
48341pkg syscall (openbsd-amd64-cgo), const IPV6_VERSION = 96
48342pkg syscall (openbsd-amd64-cgo), const IPV6_VERSION_MASK = 240
48343pkg syscall (openbsd-amd64-cgo), const IP_ADD_MEMBERSHIP = 12
48344pkg syscall (openbsd-amd64-cgo), const IP_AUTH_LEVEL = 20
48345pkg syscall (openbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
48346pkg syscall (openbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
48347pkg syscall (openbsd-amd64-cgo), const IP_DF = 16384
48348pkg syscall (openbsd-amd64-cgo), const IP_DROP_MEMBERSHIP = 13
48349pkg syscall (openbsd-amd64-cgo), const IP_ESP_NETWORK_LEVEL = 22
48350pkg syscall (openbsd-amd64-cgo), const IP_ESP_TRANS_LEVEL = 21
48351pkg syscall (openbsd-amd64-cgo), const IP_HDRINCL = 2
48352pkg syscall (openbsd-amd64-cgo), const IP_IPCOMP_LEVEL = 29
48353pkg syscall (openbsd-amd64-cgo), const IP_IPSECFLOWINFO = 36
48354pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_AUTH = 27
48355pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_CRED = 25
48356pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_ID = 23
48357pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_AUTH = 28
48358pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_CRED = 26
48359pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_ID = 24
48360pkg syscall (openbsd-amd64-cgo), const IP_MAXPACKET = 65535
48361pkg syscall (openbsd-amd64-cgo), const IP_MAX_MEMBERSHIPS = 4095
48362pkg syscall (openbsd-amd64-cgo), const IP_MF = 8192
48363pkg syscall (openbsd-amd64-cgo), const IP_MINTTL = 32
48364pkg syscall (openbsd-amd64-cgo), const IP_MIN_MEMBERSHIPS = 15
48365pkg syscall (openbsd-amd64-cgo), const IP_MSS = 576
48366pkg syscall (openbsd-amd64-cgo), const IP_MULTICAST_IF = 9
48367pkg syscall (openbsd-amd64-cgo), const IP_MULTICAST_LOOP = 11
48368pkg syscall (openbsd-amd64-cgo), const IP_MULTICAST_TTL = 10
48369pkg syscall (openbsd-amd64-cgo), const IP_OFFMASK = 8191
48370pkg syscall (openbsd-amd64-cgo), const IP_OPTIONS = 1
48371pkg syscall (openbsd-amd64-cgo), const IP_PIPEX = 34
48372pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE = 19
48373pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0
48374pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_HIGH = 1
48375pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_LOW = 2
48376pkg syscall (openbsd-amd64-cgo), const IP_RECVDSTADDR = 7
48377pkg syscall (openbsd-amd64-cgo), const IP_RECVDSTPORT = 33
48378pkg syscall (openbsd-amd64-cgo), const IP_RECVIF = 30
48379pkg syscall (openbsd-amd64-cgo), const IP_RECVOPTS = 5
48380pkg syscall (openbsd-amd64-cgo), const IP_RECVRETOPTS = 6
48381pkg syscall (openbsd-amd64-cgo), const IP_RECVRTABLE = 35
48382pkg syscall (openbsd-amd64-cgo), const IP_RECVTTL = 31
48383pkg syscall (openbsd-amd64-cgo), const IP_RETOPTS = 8
48384pkg syscall (openbsd-amd64-cgo), const IP_RF = 32768
48385pkg syscall (openbsd-amd64-cgo), const IP_RTABLE = 4129
48386pkg syscall (openbsd-amd64-cgo), const IP_TOS = 3
48387pkg syscall (openbsd-amd64-cgo), const IP_TTL = 4
48388pkg syscall (openbsd-amd64-cgo), const ISIG = 128
48389pkg syscall (openbsd-amd64-cgo), const ISTRIP = 32
48390pkg syscall (openbsd-amd64-cgo), const IXANY = 2048
48391pkg syscall (openbsd-amd64-cgo), const IXOFF = 1024
48392pkg syscall (openbsd-amd64-cgo), const IXON = 512
48393pkg syscall (openbsd-amd64-cgo), const ImplementsGetwd = false
48394pkg syscall (openbsd-amd64-cgo), const LCNT_OVERLOAD_FLUSH = 6
48395pkg syscall (openbsd-amd64-cgo), const LOCK_EX = 2
48396pkg syscall (openbsd-amd64-cgo), const LOCK_NB = 4
48397pkg syscall (openbsd-amd64-cgo), const LOCK_SH = 1
48398pkg syscall (openbsd-amd64-cgo), const LOCK_UN = 8
48399pkg syscall (openbsd-amd64-cgo), const MSG_BCAST = 256
48400pkg syscall (openbsd-amd64-cgo), const MSG_CTRUNC = 32
48401pkg syscall (openbsd-amd64-cgo), const MSG_DONTROUTE = 4
48402pkg syscall (openbsd-amd64-cgo), const MSG_DONTWAIT = 128
48403pkg syscall (openbsd-amd64-cgo), const MSG_EOR = 8
48404pkg syscall (openbsd-amd64-cgo), const MSG_MCAST = 512
48405pkg syscall (openbsd-amd64-cgo), const MSG_NOSIGNAL = 1024
48406pkg syscall (openbsd-amd64-cgo), const MSG_OOB = 1
48407pkg syscall (openbsd-amd64-cgo), const MSG_PEEK = 2
48408pkg syscall (openbsd-amd64-cgo), const MSG_TRUNC = 16
48409pkg syscall (openbsd-amd64-cgo), const MSG_WAITALL = 64
48410pkg syscall (openbsd-amd64-cgo), const NAME_MAX = 255
48411pkg syscall (openbsd-amd64-cgo), const NET_RT_DUMP = 1
48412pkg syscall (openbsd-amd64-cgo), const NET_RT_FLAGS = 2
48413pkg syscall (openbsd-amd64-cgo), const NET_RT_IFLIST = 3
48414pkg syscall (openbsd-amd64-cgo), const NET_RT_MAXID = 6
48415pkg syscall (openbsd-amd64-cgo), const NET_RT_STATS = 4
48416pkg syscall (openbsd-amd64-cgo), const NET_RT_TABLE = 5
48417pkg syscall (openbsd-amd64-cgo), const NOFLSH = 2147483648
48418pkg syscall (openbsd-amd64-cgo), const NOTE_ATTRIB = 8
48419pkg syscall (openbsd-amd64-cgo), const NOTE_CHILD = 4
48420pkg syscall (openbsd-amd64-cgo), const NOTE_DELETE = 1
48421pkg syscall (openbsd-amd64-cgo), const NOTE_EOF = 2
48422pkg syscall (openbsd-amd64-cgo), const NOTE_EXEC = 536870912
48423pkg syscall (openbsd-amd64-cgo), const NOTE_EXIT = 2147483648
48424pkg syscall (openbsd-amd64-cgo), const NOTE_EXTEND = 4
48425pkg syscall (openbsd-amd64-cgo), const NOTE_FORK = 1073741824
48426pkg syscall (openbsd-amd64-cgo), const NOTE_LINK = 16
48427pkg syscall (openbsd-amd64-cgo), const NOTE_LOWAT = 1
48428pkg syscall (openbsd-amd64-cgo), const NOTE_PCTRLMASK = 4026531840
48429pkg syscall (openbsd-amd64-cgo), const NOTE_PDATAMASK = 1048575
48430pkg syscall (openbsd-amd64-cgo), const NOTE_RENAME = 32
48431pkg syscall (openbsd-amd64-cgo), const NOTE_REVOKE = 64
48432pkg syscall (openbsd-amd64-cgo), const NOTE_TRACK = 1
48433pkg syscall (openbsd-amd64-cgo), const NOTE_TRACKERR = 2
48434pkg syscall (openbsd-amd64-cgo), const NOTE_TRUNCATE = 128
48435pkg syscall (openbsd-amd64-cgo), const NOTE_WRITE = 2
48436pkg syscall (openbsd-amd64-cgo), const OCRNL = 16
48437pkg syscall (openbsd-amd64-cgo), const ONLCR = 2
48438pkg syscall (openbsd-amd64-cgo), const ONLRET = 128
48439pkg syscall (openbsd-amd64-cgo), const ONOCR = 64
48440pkg syscall (openbsd-amd64-cgo), const ONOEOT = 8
48441pkg syscall (openbsd-amd64-cgo), const OPOST = 1
48442pkg syscall (openbsd-amd64-cgo), const O_ACCMODE = 3
48443pkg syscall (openbsd-amd64-cgo), const O_APPEND = 8
48444pkg syscall (openbsd-amd64-cgo), const O_ASYNC = 64
48445pkg syscall (openbsd-amd64-cgo), const O_CLOEXEC = 65536
48446pkg syscall (openbsd-amd64-cgo), const O_CREAT = 512
48447pkg syscall (openbsd-amd64-cgo), const O_DIRECTORY = 131072
48448pkg syscall (openbsd-amd64-cgo), const O_DSYNC = 128
48449pkg syscall (openbsd-amd64-cgo), const O_EXCL = 2048
48450pkg syscall (openbsd-amd64-cgo), const O_EXLOCK = 32
48451pkg syscall (openbsd-amd64-cgo), const O_FSYNC = 128
48452pkg syscall (openbsd-amd64-cgo), const O_NDELAY = 4
48453pkg syscall (openbsd-amd64-cgo), const O_NOCTTY = 32768
48454pkg syscall (openbsd-amd64-cgo), const O_NOFOLLOW = 256
48455pkg syscall (openbsd-amd64-cgo), const O_NONBLOCK = 4
48456pkg syscall (openbsd-amd64-cgo), const O_RSYNC = 128
48457pkg syscall (openbsd-amd64-cgo), const O_SHLOCK = 16
48458pkg syscall (openbsd-amd64-cgo), const O_SYNC = 128
48459pkg syscall (openbsd-amd64-cgo), const O_TRUNC = 1024
48460pkg syscall (openbsd-amd64-cgo), const PARENB = 4096
48461pkg syscall (openbsd-amd64-cgo), const PARMRK = 8
48462pkg syscall (openbsd-amd64-cgo), const PARODD = 8192
48463pkg syscall (openbsd-amd64-cgo), const PENDIN = 536870912
48464pkg syscall (openbsd-amd64-cgo), const PF_FLUSH = 1
48465pkg syscall (openbsd-amd64-cgo), const PMC5_PIPELINE_FLUSH = 21
48466pkg syscall (openbsd-amd64-cgo), const PTRACE_CONT = 7
48467pkg syscall (openbsd-amd64-cgo), const PTRACE_KILL = 8
48468pkg syscall (openbsd-amd64-cgo), const PTRACE_TRACEME = 0
48469pkg syscall (openbsd-amd64-cgo), const RLIMIT_CORE = 4
48470pkg syscall (openbsd-amd64-cgo), const RLIMIT_CPU = 0
48471pkg syscall (openbsd-amd64-cgo), const RLIMIT_DATA = 2
48472pkg syscall (openbsd-amd64-cgo), const RLIMIT_FSIZE = 1
48473pkg syscall (openbsd-amd64-cgo), const RLIMIT_NOFILE = 8
48474pkg syscall (openbsd-amd64-cgo), const RLIMIT_STACK = 3
48475pkg syscall (openbsd-amd64-cgo), const RLIM_INFINITY = 9223372036854775807
48476pkg syscall (openbsd-amd64-cgo), const RTAX_AUTHOR = 6
48477pkg syscall (openbsd-amd64-cgo), const RTAX_BRD = 7
48478pkg syscall (openbsd-amd64-cgo), const RTAX_DST = 0
48479pkg syscall (openbsd-amd64-cgo), const RTAX_GATEWAY = 1
48480pkg syscall (openbsd-amd64-cgo), const RTAX_GENMASK = 3
48481pkg syscall (openbsd-amd64-cgo), const RTAX_IFA = 5
48482pkg syscall (openbsd-amd64-cgo), const RTAX_IFP = 4
48483pkg syscall (openbsd-amd64-cgo), const RTAX_LABEL = 10
48484pkg syscall (openbsd-amd64-cgo), const RTAX_MAX = 11
48485pkg syscall (openbsd-amd64-cgo), const RTAX_NETMASK = 2
48486pkg syscall (openbsd-amd64-cgo), const RTAX_SRC = 8
48487pkg syscall (openbsd-amd64-cgo), const RTAX_SRCMASK = 9
48488pkg syscall (openbsd-amd64-cgo), const RTA_AUTHOR = 64
48489pkg syscall (openbsd-amd64-cgo), const RTA_BRD = 128
48490pkg syscall (openbsd-amd64-cgo), const RTA_DST = 1
48491pkg syscall (openbsd-amd64-cgo), const RTA_GATEWAY = 2
48492pkg syscall (openbsd-amd64-cgo), const RTA_GENMASK = 8
48493pkg syscall (openbsd-amd64-cgo), const RTA_IFA = 32
48494pkg syscall (openbsd-amd64-cgo), const RTA_IFP = 16
48495pkg syscall (openbsd-amd64-cgo), const RTA_LABEL = 1024
48496pkg syscall (openbsd-amd64-cgo), const RTA_NETMASK = 4
48497pkg syscall (openbsd-amd64-cgo), const RTA_SRC = 256
48498pkg syscall (openbsd-amd64-cgo), const RTA_SRCMASK = 512
48499pkg syscall (openbsd-amd64-cgo), const RTF_ANNOUNCE = 16384
48500pkg syscall (openbsd-amd64-cgo), const RTF_BLACKHOLE = 4096
48501pkg syscall (openbsd-amd64-cgo), const RTF_CLONED = 65536
48502pkg syscall (openbsd-amd64-cgo), const RTF_CLONING = 256
48503pkg syscall (openbsd-amd64-cgo), const RTF_DONE = 64
48504pkg syscall (openbsd-amd64-cgo), const RTF_DYNAMIC = 16
48505pkg syscall (openbsd-amd64-cgo), const RTF_FMASK = 63496
48506pkg syscall (openbsd-amd64-cgo), const RTF_GATEWAY = 2
48507pkg syscall (openbsd-amd64-cgo), const RTF_HOST = 4
48508pkg syscall (openbsd-amd64-cgo), const RTF_LLINFO = 1024
48509pkg syscall (openbsd-amd64-cgo), const RTF_MASK = 128
48510pkg syscall (openbsd-amd64-cgo), const RTF_MODIFIED = 32
48511pkg syscall (openbsd-amd64-cgo), const RTF_MPATH = 262144
48512pkg syscall (openbsd-amd64-cgo), const RTF_MPLS = 1048576
48513pkg syscall (openbsd-amd64-cgo), const RTF_PERMANENT_ARP = 8192
48514pkg syscall (openbsd-amd64-cgo), const RTF_PROTO1 = 32768
48515pkg syscall (openbsd-amd64-cgo), const RTF_PROTO2 = 16384
48516pkg syscall (openbsd-amd64-cgo), const RTF_PROTO3 = 8192
48517pkg syscall (openbsd-amd64-cgo), const RTF_REJECT = 8
48518pkg syscall (openbsd-amd64-cgo), const RTF_SOURCE = 131072
48519pkg syscall (openbsd-amd64-cgo), const RTF_STATIC = 2048
48520pkg syscall (openbsd-amd64-cgo), const RTF_TUNNEL = 1048576
48521pkg syscall (openbsd-amd64-cgo), const RTF_UP = 1
48522pkg syscall (openbsd-amd64-cgo), const RTF_USETRAILERS = 32768
48523pkg syscall (openbsd-amd64-cgo), const RTF_XRESOLVE = 512
48524pkg syscall (openbsd-amd64-cgo), const RTM_ADD = 1
48525pkg syscall (openbsd-amd64-cgo), const RTM_CHANGE = 3
48526pkg syscall (openbsd-amd64-cgo), const RTM_DELADDR = 13
48527pkg syscall (openbsd-amd64-cgo), const RTM_DELETE = 2
48528pkg syscall (openbsd-amd64-cgo), const RTM_DESYNC = 16
48529pkg syscall (openbsd-amd64-cgo), const RTM_GET = 4
48530pkg syscall (openbsd-amd64-cgo), const RTM_IFANNOUNCE = 15
48531pkg syscall (openbsd-amd64-cgo), const RTM_IFINFO = 14
48532pkg syscall (openbsd-amd64-cgo), const RTM_LOCK = 8
48533pkg syscall (openbsd-amd64-cgo), const RTM_LOSING = 5
48534pkg syscall (openbsd-amd64-cgo), const RTM_MAXSIZE = 2048
48535pkg syscall (openbsd-amd64-cgo), const RTM_MISS = 7
48536pkg syscall (openbsd-amd64-cgo), const RTM_NEWADDR = 12
48537pkg syscall (openbsd-amd64-cgo), const RTM_REDIRECT = 6
48538pkg syscall (openbsd-amd64-cgo), const RTM_RESOLVE = 11
48539pkg syscall (openbsd-amd64-cgo), const RTM_RTTUNIT = 1000000
48540pkg syscall (openbsd-amd64-cgo), const RTM_VERSION = 4
48541pkg syscall (openbsd-amd64-cgo), const RTV_EXPIRE = 4
48542pkg syscall (openbsd-amd64-cgo), const RTV_HOPCOUNT = 2
48543pkg syscall (openbsd-amd64-cgo), const RTV_MTU = 1
48544pkg syscall (openbsd-amd64-cgo), const RTV_RPIPE = 8
48545pkg syscall (openbsd-amd64-cgo), const RTV_RTT = 64
48546pkg syscall (openbsd-amd64-cgo), const RTV_RTTVAR = 128
48547pkg syscall (openbsd-amd64-cgo), const RTV_SPIPE = 16
48548pkg syscall (openbsd-amd64-cgo), const RTV_SSTHRESH = 32
48549pkg syscall (openbsd-amd64-cgo), const RT_TABLEID_MAX = 255
48550pkg syscall (openbsd-amd64-cgo), const RUSAGE_CHILDREN = -1
48551pkg syscall (openbsd-amd64-cgo), const RUSAGE_SELF = 0
48552pkg syscall (openbsd-amd64-cgo), const RUSAGE_THREAD = 1
48553pkg syscall (openbsd-amd64-cgo), const SCM_RIGHTS = 1
48554pkg syscall (openbsd-amd64-cgo), const SCM_TIMESTAMP = 4
48555pkg syscall (openbsd-amd64-cgo), const SIGBUS = 10
48556pkg syscall (openbsd-amd64-cgo), const SIGCHLD = 20
48557pkg syscall (openbsd-amd64-cgo), const SIGCONT = 19
48558pkg syscall (openbsd-amd64-cgo), const SIGEMT = 7
48559pkg syscall (openbsd-amd64-cgo), const SIGINFO = 29
48560pkg syscall (openbsd-amd64-cgo), const SIGIO = 23
48561pkg syscall (openbsd-amd64-cgo), const SIGIOT = 6
48562pkg syscall (openbsd-amd64-cgo), const SIGPROF = 27
48563pkg syscall (openbsd-amd64-cgo), const SIGSTOP = 17
48564pkg syscall (openbsd-amd64-cgo), const SIGSYS = 12
48565pkg syscall (openbsd-amd64-cgo), const SIGTHR = 32
48566pkg syscall (openbsd-amd64-cgo), const SIGTSTP = 18
48567pkg syscall (openbsd-amd64-cgo), const SIGTTIN = 21
48568pkg syscall (openbsd-amd64-cgo), const SIGTTOU = 22
48569pkg syscall (openbsd-amd64-cgo), const SIGURG = 16
48570pkg syscall (openbsd-amd64-cgo), const SIGUSR1 = 30
48571pkg syscall (openbsd-amd64-cgo), const SIGUSR2 = 31
48572pkg syscall (openbsd-amd64-cgo), const SIGVTALRM = 26
48573pkg syscall (openbsd-amd64-cgo), const SIGWINCH = 28
48574pkg syscall (openbsd-amd64-cgo), const SIGXCPU = 24
48575pkg syscall (openbsd-amd64-cgo), const SIGXFSZ = 25
48576pkg syscall (openbsd-amd64-cgo), const SIOCADDMULTI = 2149607729
48577pkg syscall (openbsd-amd64-cgo), const SIOCAIFADDR = 2151704858
48578pkg syscall (openbsd-amd64-cgo), const SIOCAIFGROUP = 2150132103
48579pkg syscall (openbsd-amd64-cgo), const SIOCALIFADDR = 2182637852
48580pkg syscall (openbsd-amd64-cgo), const SIOCATMARK = 1074033415
48581pkg syscall (openbsd-amd64-cgo), const SIOCBRDGADD = 2153277756
48582pkg syscall (openbsd-amd64-cgo), const SIOCBRDGADDS = 2153277761
48583pkg syscall (openbsd-amd64-cgo), const SIOCBRDGARL = 2154719565
48584pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDADDR = 2150132039
48585pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDEL = 2153277757
48586pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDELS = 2153277762
48587pkg syscall (openbsd-amd64-cgo), const SIOCBRDGFLUSH = 2153277768
48588pkg syscall (openbsd-amd64-cgo), const SIOCBRDGFRL = 2154719566
48589pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGCACHE = 3222563137
48590pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGFD = 3222563154
48591pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGHT = 3222563153
48592pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGIFFLGS = 3227019582
48593pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGMA = 3222563155
48594pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGPARAM = 3225446744
48595pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGPRI = 3222563152
48596pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGRL = 3224398159
48597pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGSIFS = 3227019580
48598pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGTO = 3222563142
48599pkg syscall (openbsd-amd64-cgo), const SIOCBRDGIFS = 3227019586
48600pkg syscall (openbsd-amd64-cgo), const SIOCBRDGRTS = 3223349571
48601pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSADDR = 3223873860
48602pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSCACHE = 2148821312
48603pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSFD = 2148821330
48604pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSHT = 2148821329
48605pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFCOST = 2153277781
48606pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFFLGS = 2153277759
48607pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFPRIO = 2153277780
48608pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSMA = 2148821331
48609pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSPRI = 2148821328
48610pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSPROTO = 2148821338
48611pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSTO = 2148821317
48612pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSTXHC = 2148821337
48613pkg syscall (openbsd-amd64-cgo), const SIOCDELMULTI = 2149607730
48614pkg syscall (openbsd-amd64-cgo), const SIOCDIFADDR = 2149607705
48615pkg syscall (openbsd-amd64-cgo), const SIOCDIFGROUP = 2150132105
48616pkg syscall (openbsd-amd64-cgo), const SIOCDIFPHYADDR = 2149607753
48617pkg syscall (openbsd-amd64-cgo), const SIOCDLIFADDR = 2182637854
48618pkg syscall (openbsd-amd64-cgo), const SIOCGETKALIVE = 3222825380
48619pkg syscall (openbsd-amd64-cgo), const SIOCGETLABEL = 2149607834
48620pkg syscall (openbsd-amd64-cgo), const SIOCGETPFLOW = 3223349758
48621pkg syscall (openbsd-amd64-cgo), const SIOCGETPFSYNC = 3223349752
48622pkg syscall (openbsd-amd64-cgo), const SIOCGETSGCNT = 3223352628
48623pkg syscall (openbsd-amd64-cgo), const SIOCGETVIFCNT = 3223876915
48624pkg syscall (openbsd-amd64-cgo), const SIOCGHIWAT = 1074033409
48625pkg syscall (openbsd-amd64-cgo), const SIOCGIFADDR = 3223349537
48626pkg syscall (openbsd-amd64-cgo), const SIOCGIFASYNCMAP = 3223349628
48627pkg syscall (openbsd-amd64-cgo), const SIOCGIFBRDADDR = 3223349539
48628pkg syscall (openbsd-amd64-cgo), const SIOCGIFCONF = 3222300964
48629pkg syscall (openbsd-amd64-cgo), const SIOCGIFDATA = 3223349531
48630pkg syscall (openbsd-amd64-cgo), const SIOCGIFDESCR = 3223349633
48631pkg syscall (openbsd-amd64-cgo), const SIOCGIFDSTADDR = 3223349538
48632pkg syscall (openbsd-amd64-cgo), const SIOCGIFFLAGS = 3223349521
48633pkg syscall (openbsd-amd64-cgo), const SIOCGIFGATTR = 3223873931
48634pkg syscall (openbsd-amd64-cgo), const SIOCGIFGENERIC = 3223349562
48635pkg syscall (openbsd-amd64-cgo), const SIOCGIFGMEMB = 3223873930
48636pkg syscall (openbsd-amd64-cgo), const SIOCGIFGROUP = 3223873928
48637pkg syscall (openbsd-amd64-cgo), const SIOCGIFMEDIA = 3224398134
48638pkg syscall (openbsd-amd64-cgo), const SIOCGIFMETRIC = 3223349527
48639pkg syscall (openbsd-amd64-cgo), const SIOCGIFMTU = 3223349630
48640pkg syscall (openbsd-amd64-cgo), const SIOCGIFNETMASK = 3223349541
48641pkg syscall (openbsd-amd64-cgo), const SIOCGIFPDSTADDR = 3223349576
48642pkg syscall (openbsd-amd64-cgo), const SIOCGIFPRIORITY = 3223349660
48643pkg syscall (openbsd-amd64-cgo), const SIOCGIFPSRCADDR = 3223349575
48644pkg syscall (openbsd-amd64-cgo), const SIOCGIFRDOMAIN = 3223349664
48645pkg syscall (openbsd-amd64-cgo), const SIOCGIFRTLABEL = 3223349635
48646pkg syscall (openbsd-amd64-cgo), const SIOCGIFTIMESLOT = 3223349638
48647pkg syscall (openbsd-amd64-cgo), const SIOCGIFXFLAGS = 3223349662
48648pkg syscall (openbsd-amd64-cgo), const SIOCGLIFADDR = 3256379677
48649pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYADDR = 3256379723
48650pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYRTABLE = 3223349666
48651pkg syscall (openbsd-amd64-cgo), const SIOCGLOWAT = 1074033411
48652pkg syscall (openbsd-amd64-cgo), const SIOCGPGRP = 1074033417
48653pkg syscall (openbsd-amd64-cgo), const SIOCGVH = 3223349750
48654pkg syscall (openbsd-amd64-cgo), const SIOCIFCREATE = 2149607802
48655pkg syscall (openbsd-amd64-cgo), const SIOCIFDESTROY = 2149607801
48656pkg syscall (openbsd-amd64-cgo), const SIOCIFGCLONERS = 3222301048
48657pkg syscall (openbsd-amd64-cgo), const SIOCSETKALIVE = 2149083555
48658pkg syscall (openbsd-amd64-cgo), const SIOCSETLABEL = 2149607833
48659pkg syscall (openbsd-amd64-cgo), const SIOCSETPFLOW = 2149607933
48660pkg syscall (openbsd-amd64-cgo), const SIOCSETPFSYNC = 2149607927
48661pkg syscall (openbsd-amd64-cgo), const SIOCSHIWAT = 2147775232
48662pkg syscall (openbsd-amd64-cgo), const SIOCSIFADDR = 2149607692
48663pkg syscall (openbsd-amd64-cgo), const SIOCSIFASYNCMAP = 2149607805
48664pkg syscall (openbsd-amd64-cgo), const SIOCSIFBRDADDR = 2149607699
48665pkg syscall (openbsd-amd64-cgo), const SIOCSIFDESCR = 2149607808
48666pkg syscall (openbsd-amd64-cgo), const SIOCSIFDSTADDR = 2149607694
48667pkg syscall (openbsd-amd64-cgo), const SIOCSIFFLAGS = 2149607696
48668pkg syscall (openbsd-amd64-cgo), const SIOCSIFGATTR = 2150132108
48669pkg syscall (openbsd-amd64-cgo), const SIOCSIFGENERIC = 2149607737
48670pkg syscall (openbsd-amd64-cgo), const SIOCSIFLLADDR = 2149607711
48671pkg syscall (openbsd-amd64-cgo), const SIOCSIFMEDIA = 3223349557
48672pkg syscall (openbsd-amd64-cgo), const SIOCSIFMETRIC = 2149607704
48673pkg syscall (openbsd-amd64-cgo), const SIOCSIFMTU = 2149607807
48674pkg syscall (openbsd-amd64-cgo), const SIOCSIFNETMASK = 2149607702
48675pkg syscall (openbsd-amd64-cgo), const SIOCSIFPHYADDR = 2151704902
48676pkg syscall (openbsd-amd64-cgo), const SIOCSIFPRIORITY = 2149607835
48677pkg syscall (openbsd-amd64-cgo), const SIOCSIFRDOMAIN = 2149607839
48678pkg syscall (openbsd-amd64-cgo), const SIOCSIFRTLABEL = 2149607810
48679pkg syscall (openbsd-amd64-cgo), const SIOCSIFTIMESLOT = 2149607813
48680pkg syscall (openbsd-amd64-cgo), const SIOCSIFXFLAGS = 2149607837
48681pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYADDR = 2182637898
48682pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYRTABLE = 2149607841
48683pkg syscall (openbsd-amd64-cgo), const SIOCSLOWAT = 2147775234
48684pkg syscall (openbsd-amd64-cgo), const SIOCSPGRP = 2147775240
48685pkg syscall (openbsd-amd64-cgo), const SIOCSVH = 3223349749
48686pkg syscall (openbsd-amd64-cgo), const SOCK_RDM = 4
48687pkg syscall (openbsd-amd64-cgo), const SOL_SOCKET = 65535
48688pkg syscall (openbsd-amd64-cgo), const SOMAXCONN = 128
48689pkg syscall (openbsd-amd64-cgo), const SO_ACCEPTCONN = 2
48690pkg syscall (openbsd-amd64-cgo), const SO_BINDANY = 4096
48691pkg syscall (openbsd-amd64-cgo), const SO_BROADCAST = 32
48692pkg syscall (openbsd-amd64-cgo), const SO_DEBUG = 1
48693pkg syscall (openbsd-amd64-cgo), const SO_DONTROUTE = 16
48694pkg syscall (openbsd-amd64-cgo), const SO_ERROR = 4103
48695pkg syscall (openbsd-amd64-cgo), const SO_KEEPALIVE = 8
48696pkg syscall (openbsd-amd64-cgo), const SO_LINGER = 128
48697pkg syscall (openbsd-amd64-cgo), const SO_NETPROC = 4128
48698pkg syscall (openbsd-amd64-cgo), const SO_OOBINLINE = 256
48699pkg syscall (openbsd-amd64-cgo), const SO_PEERCRED = 4130
48700pkg syscall (openbsd-amd64-cgo), const SO_RCVBUF = 4098
48701pkg syscall (openbsd-amd64-cgo), const SO_RCVLOWAT = 4100
48702pkg syscall (openbsd-amd64-cgo), const SO_RCVTIMEO = 4102
48703pkg syscall (openbsd-amd64-cgo), const SO_REUSEADDR = 4
48704pkg syscall (openbsd-amd64-cgo), const SO_REUSEPORT = 512
48705pkg syscall (openbsd-amd64-cgo), const SO_RTABLE = 4129
48706pkg syscall (openbsd-amd64-cgo), const SO_SNDBUF = 4097
48707pkg syscall (openbsd-amd64-cgo), const SO_SNDLOWAT = 4099
48708pkg syscall (openbsd-amd64-cgo), const SO_SNDTIMEO = 4101
48709pkg syscall (openbsd-amd64-cgo), const SO_SPLICE = 4131
48710pkg syscall (openbsd-amd64-cgo), const SO_TIMESTAMP = 2048
48711pkg syscall (openbsd-amd64-cgo), const SO_TYPE = 4104
48712pkg syscall (openbsd-amd64-cgo), const SO_USELOOPBACK = 64
48713pkg syscall (openbsd-amd64-cgo), const SYS_ACCEPT = 30
48714pkg syscall (openbsd-amd64-cgo), const SYS_ACCESS = 33
48715pkg syscall (openbsd-amd64-cgo), const SYS_ACCT = 51
48716pkg syscall (openbsd-amd64-cgo), const SYS_ADJFREQ = 305
48717pkg syscall (openbsd-amd64-cgo), const SYS_ADJTIME = 140
48718pkg syscall (openbsd-amd64-cgo), const SYS_BIND = 104
48719pkg syscall (openbsd-amd64-cgo), const SYS_CHDIR = 12
48720pkg syscall (openbsd-amd64-cgo), const SYS_CHFLAGS = 34
48721pkg syscall (openbsd-amd64-cgo), const SYS_CHMOD = 15
48722pkg syscall (openbsd-amd64-cgo), const SYS_CHOWN = 16
48723pkg syscall (openbsd-amd64-cgo), const SYS_CHROOT = 61
48724pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETRES = 234
48725pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETTIME = 232
48726pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_SETTIME = 233
48727pkg syscall (openbsd-amd64-cgo), const SYS_CLOSE = 6
48728pkg syscall (openbsd-amd64-cgo), const SYS_CLOSEFROM = 287
48729pkg syscall (openbsd-amd64-cgo), const SYS_CONNECT = 98
48730pkg syscall (openbsd-amd64-cgo), const SYS_DUP = 41
48731pkg syscall (openbsd-amd64-cgo), const SYS_DUP2 = 90
48732pkg syscall (openbsd-amd64-cgo), const SYS_EXECVE = 59
48733pkg syscall (openbsd-amd64-cgo), const SYS_EXIT = 1
48734pkg syscall (openbsd-amd64-cgo), const SYS_FACCESSAT = 313
48735pkg syscall (openbsd-amd64-cgo), const SYS_FCHDIR = 13
48736pkg syscall (openbsd-amd64-cgo), const SYS_FCHFLAGS = 35
48737pkg syscall (openbsd-amd64-cgo), const SYS_FCHMOD = 124
48738pkg syscall (openbsd-amd64-cgo), const SYS_FCHMODAT = 314
48739pkg syscall (openbsd-amd64-cgo), const SYS_FCHOWN = 123
48740pkg syscall (openbsd-amd64-cgo), const SYS_FCHOWNAT = 315
48741pkg syscall (openbsd-amd64-cgo), const SYS_FCNTL = 92
48742pkg syscall (openbsd-amd64-cgo), const SYS_FHOPEN = 264
48743pkg syscall (openbsd-amd64-cgo), const SYS_FHSTAT = 294
48744pkg syscall (openbsd-amd64-cgo), const SYS_FHSTATFS = 309
48745pkg syscall (openbsd-amd64-cgo), const SYS_FLOCK = 131
48746pkg syscall (openbsd-amd64-cgo), const SYS_FORK = 2
48747pkg syscall (openbsd-amd64-cgo), const SYS_FPATHCONF = 192
48748pkg syscall (openbsd-amd64-cgo), const SYS_FSTAT = 292
48749pkg syscall (openbsd-amd64-cgo), const SYS_FSTATAT = 316
48750pkg syscall (openbsd-amd64-cgo), const SYS_FSTATFS = 308
48751pkg syscall (openbsd-amd64-cgo), const SYS_FSYNC = 95
48752pkg syscall (openbsd-amd64-cgo), const SYS_FTRUNCATE = 201
48753pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMENS = 327
48754pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMES = 206
48755pkg syscall (openbsd-amd64-cgo), const SYS_GETDIRENTRIES = 312
48756pkg syscall (openbsd-amd64-cgo), const SYS_GETDTABLECOUNT = 18
48757pkg syscall (openbsd-amd64-cgo), const SYS_GETEGID = 43
48758pkg syscall (openbsd-amd64-cgo), const SYS_GETEUID = 25
48759pkg syscall (openbsd-amd64-cgo), const SYS_GETFH = 161
48760pkg syscall (openbsd-amd64-cgo), const SYS_GETFSSTAT = 306
48761pkg syscall (openbsd-amd64-cgo), const SYS_GETGID = 47
48762pkg syscall (openbsd-amd64-cgo), const SYS_GETGROUPS = 79
48763pkg syscall (openbsd-amd64-cgo), const SYS_GETITIMER = 86
48764pkg syscall (openbsd-amd64-cgo), const SYS_GETLOGIN = 49
48765pkg syscall (openbsd-amd64-cgo), const SYS_GETPEERNAME = 31
48766pkg syscall (openbsd-amd64-cgo), const SYS_GETPGID = 207
48767pkg syscall (openbsd-amd64-cgo), const SYS_GETPGRP = 81
48768pkg syscall (openbsd-amd64-cgo), const SYS_GETPID = 20
48769pkg syscall (openbsd-amd64-cgo), const SYS_GETPPID = 39
48770pkg syscall (openbsd-amd64-cgo), const SYS_GETPRIORITY = 100
48771pkg syscall (openbsd-amd64-cgo), const SYS_GETRESGID = 283
48772pkg syscall (openbsd-amd64-cgo), const SYS_GETRESUID = 281
48773pkg syscall (openbsd-amd64-cgo), const SYS_GETRLIMIT = 194
48774pkg syscall (openbsd-amd64-cgo), const SYS_GETRTABLE = 311
48775pkg syscall (openbsd-amd64-cgo), const SYS_GETRUSAGE = 117
48776pkg syscall (openbsd-amd64-cgo), const SYS_GETSID = 255
48777pkg syscall (openbsd-amd64-cgo), const SYS_GETSOCKNAME = 32
48778pkg syscall (openbsd-amd64-cgo), const SYS_GETSOCKOPT = 118
48779pkg syscall (openbsd-amd64-cgo), const SYS_GETTHRID = 299
48780pkg syscall (openbsd-amd64-cgo), const SYS_GETTIMEOFDAY = 116
48781pkg syscall (openbsd-amd64-cgo), const SYS_GETUID = 24
48782pkg syscall (openbsd-amd64-cgo), const SYS_IOCTL = 54
48783pkg syscall (openbsd-amd64-cgo), const SYS_ISSETUGID = 253
48784pkg syscall (openbsd-amd64-cgo), const SYS_KEVENT = 270
48785pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 37
48786pkg syscall (openbsd-amd64-cgo), const SYS_KQUEUE = 269
48787pkg syscall (openbsd-amd64-cgo), const SYS_KTRACE = 45
48788pkg syscall (openbsd-amd64-cgo), const SYS_LCHOWN = 254
48789pkg syscall (openbsd-amd64-cgo), const SYS_LINK = 9
48790pkg syscall (openbsd-amd64-cgo), const SYS_LINKAT = 317
48791pkg syscall (openbsd-amd64-cgo), const SYS_LISTEN = 106
48792pkg syscall (openbsd-amd64-cgo), const SYS_LSEEK = 199
48793pkg syscall (openbsd-amd64-cgo), const SYS_LSTAT = 293
48794pkg syscall (openbsd-amd64-cgo), const SYS_MADVISE = 75
48795pkg syscall (openbsd-amd64-cgo), const SYS_MINCORE = 78
48796pkg syscall (openbsd-amd64-cgo), const SYS_MINHERIT = 250
48797pkg syscall (openbsd-amd64-cgo), const SYS_MKDIR = 136
48798pkg syscall (openbsd-amd64-cgo), const SYS_MKDIRAT = 318
48799pkg syscall (openbsd-amd64-cgo), const SYS_MKFIFO = 132
48800pkg syscall (openbsd-amd64-cgo), const SYS_MKFIFOAT = 319
48801pkg syscall (openbsd-amd64-cgo), const SYS_MKNOD = 14
48802pkg syscall (openbsd-amd64-cgo), const SYS_MKNODAT = 320
48803pkg syscall (openbsd-amd64-cgo), const SYS_MLOCK = 203
48804pkg syscall (openbsd-amd64-cgo), const SYS_MLOCKALL = 271
48805pkg syscall (openbsd-amd64-cgo), const SYS_MMAP = 197
48806pkg syscall (openbsd-amd64-cgo), const SYS_MOUNT = 21
48807pkg syscall (openbsd-amd64-cgo), const SYS_MPROTECT = 74
48808pkg syscall (openbsd-amd64-cgo), const SYS_MQUERY = 286
48809pkg syscall (openbsd-amd64-cgo), const SYS_MSGCTL = 297
48810pkg syscall (openbsd-amd64-cgo), const SYS_MSGGET = 225
48811pkg syscall (openbsd-amd64-cgo), const SYS_MSGRCV = 227
48812pkg syscall (openbsd-amd64-cgo), const SYS_MSGSND = 226
48813pkg syscall (openbsd-amd64-cgo), const SYS_MSYNC = 256
48814pkg syscall (openbsd-amd64-cgo), const SYS_MUNLOCK = 204
48815pkg syscall (openbsd-amd64-cgo), const SYS_MUNLOCKALL = 272
48816pkg syscall (openbsd-amd64-cgo), const SYS_MUNMAP = 73
48817pkg syscall (openbsd-amd64-cgo), const SYS_NANOSLEEP = 240
48818pkg syscall (openbsd-amd64-cgo), const SYS_NFSSVC = 155
48819pkg syscall (openbsd-amd64-cgo), const SYS_OBREAK = 17
48820pkg syscall (openbsd-amd64-cgo), const SYS_OPEN = 5
48821pkg syscall (openbsd-amd64-cgo), const SYS_OPENAT = 321
48822pkg syscall (openbsd-amd64-cgo), const SYS_PATHCONF = 191
48823pkg syscall (openbsd-amd64-cgo), const SYS_PIPE = 263
48824pkg syscall (openbsd-amd64-cgo), const SYS_POLL = 252
48825pkg syscall (openbsd-amd64-cgo), const SYS_PREAD = 173
48826pkg syscall (openbsd-amd64-cgo), const SYS_PREADV = 267
48827pkg syscall (openbsd-amd64-cgo), const SYS_PROFIL = 44
48828pkg syscall (openbsd-amd64-cgo), const SYS_PTRACE = 26
48829pkg syscall (openbsd-amd64-cgo), const SYS_PWRITE = 174
48830pkg syscall (openbsd-amd64-cgo), const SYS_PWRITEV = 268
48831pkg syscall (openbsd-amd64-cgo), const SYS_QUOTACTL = 148
48832pkg syscall (openbsd-amd64-cgo), const SYS_READ = 3
48833pkg syscall (openbsd-amd64-cgo), const SYS_READLINK = 58
48834pkg syscall (openbsd-amd64-cgo), const SYS_READLINKAT = 322
48835pkg syscall (openbsd-amd64-cgo), const SYS_READV = 120
48836pkg syscall (openbsd-amd64-cgo), const SYS_REBOOT = 55
48837pkg syscall (openbsd-amd64-cgo), const SYS_RECVFROM = 29
48838pkg syscall (openbsd-amd64-cgo), const SYS_RECVMSG = 27
48839pkg syscall (openbsd-amd64-cgo), const SYS_RENAME = 128
48840pkg syscall (openbsd-amd64-cgo), const SYS_RENAMEAT = 323
48841pkg syscall (openbsd-amd64-cgo), const SYS_REVOKE = 56
48842pkg syscall (openbsd-amd64-cgo), const SYS_RMDIR = 137
48843pkg syscall (openbsd-amd64-cgo), const SYS_SCHED_YIELD = 298
48844pkg syscall (openbsd-amd64-cgo), const SYS_SELECT = 93
48845pkg syscall (openbsd-amd64-cgo), const SYS_SEMGET = 221
48846pkg syscall (openbsd-amd64-cgo), const SYS_SEMOP = 290
48847pkg syscall (openbsd-amd64-cgo), const SYS_SENDMSG = 28
48848pkg syscall (openbsd-amd64-cgo), const SYS_SENDTO = 133
48849pkg syscall (openbsd-amd64-cgo), const SYS_SETEGID = 182
48850pkg syscall (openbsd-amd64-cgo), const SYS_SETEUID = 183
48851pkg syscall (openbsd-amd64-cgo), const SYS_SETGID = 181
48852pkg syscall (openbsd-amd64-cgo), const SYS_SETGROUPS = 80
48853pkg syscall (openbsd-amd64-cgo), const SYS_SETITIMER = 83
48854pkg syscall (openbsd-amd64-cgo), const SYS_SETLOGIN = 50
48855pkg syscall (openbsd-amd64-cgo), const SYS_SETPGID = 82
48856pkg syscall (openbsd-amd64-cgo), const SYS_SETPRIORITY = 96
48857pkg syscall (openbsd-amd64-cgo), const SYS_SETREGID = 127
48858pkg syscall (openbsd-amd64-cgo), const SYS_SETRESGID = 284
48859pkg syscall (openbsd-amd64-cgo), const SYS_SETRESUID = 282
48860pkg syscall (openbsd-amd64-cgo), const SYS_SETREUID = 126
48861pkg syscall (openbsd-amd64-cgo), const SYS_SETRLIMIT = 195
48862pkg syscall (openbsd-amd64-cgo), const SYS_SETRTABLE = 310
48863pkg syscall (openbsd-amd64-cgo), const SYS_SETSID = 147
48864pkg syscall (openbsd-amd64-cgo), const SYS_SETSOCKOPT = 105
48865pkg syscall (openbsd-amd64-cgo), const SYS_SETTIMEOFDAY = 122
48866pkg syscall (openbsd-amd64-cgo), const SYS_SETUID = 23
48867pkg syscall (openbsd-amd64-cgo), const SYS_SHMAT = 228
48868pkg syscall (openbsd-amd64-cgo), const SYS_SHMCTL = 296
48869pkg syscall (openbsd-amd64-cgo), const SYS_SHMDT = 230
48870pkg syscall (openbsd-amd64-cgo), const SYS_SHMGET = 289
48871pkg syscall (openbsd-amd64-cgo), const SYS_SHUTDOWN = 134
48872pkg syscall (openbsd-amd64-cgo), const SYS_SIGACTION = 46
48873pkg syscall (openbsd-amd64-cgo), const SYS_SIGALTSTACK = 288
48874pkg syscall (openbsd-amd64-cgo), const SYS_SIGPENDING = 52
48875pkg syscall (openbsd-amd64-cgo), const SYS_SIGPROCMASK = 48
48876pkg syscall (openbsd-amd64-cgo), const SYS_SIGRETURN = 103
48877pkg syscall (openbsd-amd64-cgo), const SYS_SIGSUSPEND = 111
48878pkg syscall (openbsd-amd64-cgo), const SYS_SOCKET = 97
48879pkg syscall (openbsd-amd64-cgo), const SYS_SOCKETPAIR = 135
48880pkg syscall (openbsd-amd64-cgo), const SYS_STAT = 291
48881pkg syscall (openbsd-amd64-cgo), const SYS_STATFS = 307
48882pkg syscall (openbsd-amd64-cgo), const SYS_SWAPCTL = 193
48883pkg syscall (openbsd-amd64-cgo), const SYS_SYMLINK = 57
48884pkg syscall (openbsd-amd64-cgo), const SYS_SYMLINKAT = 324
48885pkg syscall (openbsd-amd64-cgo), const SYS_SYNC = 36
48886pkg syscall (openbsd-amd64-cgo), const SYS_SYSARCH = 165
48887pkg syscall (openbsd-amd64-cgo), const SYS_TRUNCATE = 200
48888pkg syscall (openbsd-amd64-cgo), const SYS_UMASK = 60
48889pkg syscall (openbsd-amd64-cgo), const SYS_UNLINK = 10
48890pkg syscall (openbsd-amd64-cgo), const SYS_UNLINKAT = 325
48891pkg syscall (openbsd-amd64-cgo), const SYS_UNMOUNT = 22
48892pkg syscall (openbsd-amd64-cgo), const SYS_UTIMENSAT = 326
48893pkg syscall (openbsd-amd64-cgo), const SYS_UTIMES = 138
48894pkg syscall (openbsd-amd64-cgo), const SYS_VFORK = 66
48895pkg syscall (openbsd-amd64-cgo), const SYS_WAIT4 = 7
48896pkg syscall (openbsd-amd64-cgo), const SYS_WRITE = 4
48897pkg syscall (openbsd-amd64-cgo), const SYS_WRITEV = 121
48898pkg syscall (openbsd-amd64-cgo), const SYS___GETCWD = 304
48899pkg syscall (openbsd-amd64-cgo), const SYS___GET_TCB = 330
48900pkg syscall (openbsd-amd64-cgo), const SYS___SEMCTL = 295
48901pkg syscall (openbsd-amd64-cgo), const SYS___SET_TCB = 329
48902pkg syscall (openbsd-amd64-cgo), const SYS___SYSCTL = 202
48903pkg syscall (openbsd-amd64-cgo), const SYS___TFORK = 8
48904pkg syscall (openbsd-amd64-cgo), const SYS___THREXIT = 302
48905pkg syscall (openbsd-amd64-cgo), const SYS___THRSIGDIVERT = 303
48906pkg syscall (openbsd-amd64-cgo), const SYS___THRSLEEP = 300
48907pkg syscall (openbsd-amd64-cgo), const SYS___THRWAKEUP = 301
48908pkg syscall (openbsd-amd64-cgo), const S_IFMT = 61440
48909pkg syscall (openbsd-amd64-cgo), const SizeofBpfHdr = 20
48910pkg syscall (openbsd-amd64-cgo), const SizeofBpfInsn = 8
48911pkg syscall (openbsd-amd64-cgo), const SizeofBpfProgram = 16
48912pkg syscall (openbsd-amd64-cgo), const SizeofBpfStat = 8
48913pkg syscall (openbsd-amd64-cgo), const SizeofBpfVersion = 4
48914pkg syscall (openbsd-amd64-cgo), const SizeofCmsghdr = 12
48915pkg syscall (openbsd-amd64-cgo), const SizeofIPMreq = 8
48916pkg syscall (openbsd-amd64-cgo), const SizeofIPv6Mreq = 20
48917pkg syscall (openbsd-amd64-cgo), const SizeofIfAnnounceMsghdr = 26
48918pkg syscall (openbsd-amd64-cgo), const SizeofIfData = 224
48919pkg syscall (openbsd-amd64-cgo), const SizeofIfMsghdr = 248
48920pkg syscall (openbsd-amd64-cgo), const SizeofIfaMsghdr = 24
48921pkg syscall (openbsd-amd64-cgo), const SizeofInet6Pktinfo = 20
48922pkg syscall (openbsd-amd64-cgo), const SizeofLinger = 8
48923pkg syscall (openbsd-amd64-cgo), const SizeofMsghdr = 48
48924pkg syscall (openbsd-amd64-cgo), const SizeofRtMetrics = 48
48925pkg syscall (openbsd-amd64-cgo), const SizeofRtMsghdr = 88
48926pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrAny = 108
48927pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrDatalink = 32
48928pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrInet4 = 16
48929pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrInet6 = 28
48930pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrUnix = 106
48931pkg syscall (openbsd-amd64-cgo), const TCIFLUSH = 1
48932pkg syscall (openbsd-amd64-cgo), const TCIOFLUSH = 3
48933pkg syscall (openbsd-amd64-cgo), const TCOFLUSH = 2
48934pkg syscall (openbsd-amd64-cgo), const TCP_MAXBURST = 4
48935pkg syscall (openbsd-amd64-cgo), const TCP_MAXSEG = 2
48936pkg syscall (openbsd-amd64-cgo), const TCP_MAXWIN = 65535
48937pkg syscall (openbsd-amd64-cgo), const TCP_MAX_SACK = 3
48938pkg syscall (openbsd-amd64-cgo), const TCP_MAX_WINSHIFT = 14
48939pkg syscall (openbsd-amd64-cgo), const TCP_MD5SIG = 4
48940pkg syscall (openbsd-amd64-cgo), const TCP_MSS = 512
48941pkg syscall (openbsd-amd64-cgo), const TCP_NSTATES = 11
48942pkg syscall (openbsd-amd64-cgo), const TCP_SACK_ENABLE = 8
48943pkg syscall (openbsd-amd64-cgo), const TCSAFLUSH = 2
48944pkg syscall (openbsd-amd64-cgo), const TIOCCBRK = 536900730
48945pkg syscall (openbsd-amd64-cgo), const TIOCCDTR = 536900728
48946pkg syscall (openbsd-amd64-cgo), const TIOCCONS = 2147775586
48947pkg syscall (openbsd-amd64-cgo), const TIOCDRAIN = 536900702
48948pkg syscall (openbsd-amd64-cgo), const TIOCEXCL = 536900621
48949pkg syscall (openbsd-amd64-cgo), const TIOCEXT = 2147775584
48950pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_CLOCAL = 2
48951pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_CRTSCTS = 4
48952pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_MDMBUF = 8
48953pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_PPS = 16
48954pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_SOFTCAR = 1
48955pkg syscall (openbsd-amd64-cgo), const TIOCFLUSH = 2147775504
48956pkg syscall (openbsd-amd64-cgo), const TIOCGETA = 1076655123
48957pkg syscall (openbsd-amd64-cgo), const TIOCGETD = 1074033690
48958pkg syscall (openbsd-amd64-cgo), const TIOCGFLAGS = 1074033757
48959pkg syscall (openbsd-amd64-cgo), const TIOCGPGRP = 1074033783
48960pkg syscall (openbsd-amd64-cgo), const TIOCGTSTAMP = 1074820187
48961pkg syscall (openbsd-amd64-cgo), const TIOCGWINSZ = 1074295912
48962pkg syscall (openbsd-amd64-cgo), const TIOCMBIC = 2147775595
48963pkg syscall (openbsd-amd64-cgo), const TIOCMBIS = 2147775596
48964pkg syscall (openbsd-amd64-cgo), const TIOCMGET = 1074033770
48965pkg syscall (openbsd-amd64-cgo), const TIOCMODG = 1074033770
48966pkg syscall (openbsd-amd64-cgo), const TIOCMODS = 2147775597
48967pkg syscall (openbsd-amd64-cgo), const TIOCMSET = 2147775597
48968pkg syscall (openbsd-amd64-cgo), const TIOCM_CAR = 64
48969pkg syscall (openbsd-amd64-cgo), const TIOCM_CD = 64
48970pkg syscall (openbsd-amd64-cgo), const TIOCM_CTS = 32
48971pkg syscall (openbsd-amd64-cgo), const TIOCM_DSR = 256
48972pkg syscall (openbsd-amd64-cgo), const TIOCM_DTR = 2
48973pkg syscall (openbsd-amd64-cgo), const TIOCM_LE = 1
48974pkg syscall (openbsd-amd64-cgo), const TIOCM_RI = 128
48975pkg syscall (openbsd-amd64-cgo), const TIOCM_RNG = 128
48976pkg syscall (openbsd-amd64-cgo), const TIOCM_RTS = 4
48977pkg syscall (openbsd-amd64-cgo), const TIOCM_SR = 16
48978pkg syscall (openbsd-amd64-cgo), const TIOCM_ST = 8
48979pkg syscall (openbsd-amd64-cgo), const TIOCNOTTY = 536900721
48980pkg syscall (openbsd-amd64-cgo), const TIOCNXCL = 536900622
48981pkg syscall (openbsd-amd64-cgo), const TIOCOUTQ = 1074033779
48982pkg syscall (openbsd-amd64-cgo), const TIOCPKT = 2147775600
48983pkg syscall (openbsd-amd64-cgo), const TIOCPKT_DATA = 0
48984pkg syscall (openbsd-amd64-cgo), const TIOCPKT_DOSTOP = 32
48985pkg syscall (openbsd-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
48986pkg syscall (openbsd-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
48987pkg syscall (openbsd-amd64-cgo), const TIOCPKT_IOCTL = 64
48988pkg syscall (openbsd-amd64-cgo), const TIOCPKT_NOSTOP = 16
48989pkg syscall (openbsd-amd64-cgo), const TIOCPKT_START = 8
48990pkg syscall (openbsd-amd64-cgo), const TIOCPKT_STOP = 4
48991pkg syscall (openbsd-amd64-cgo), const TIOCREMOTE = 2147775593
48992pkg syscall (openbsd-amd64-cgo), const TIOCSBRK = 536900731
48993pkg syscall (openbsd-amd64-cgo), const TIOCSCTTY = 536900705
48994pkg syscall (openbsd-amd64-cgo), const TIOCSDTR = 536900729
48995pkg syscall (openbsd-amd64-cgo), const TIOCSETA = 2150396948
48996pkg syscall (openbsd-amd64-cgo), const TIOCSETAF = 2150396950
48997pkg syscall (openbsd-amd64-cgo), const TIOCSETAW = 2150396949
48998pkg syscall (openbsd-amd64-cgo), const TIOCSETD = 2147775515
48999pkg syscall (openbsd-amd64-cgo), const TIOCSFLAGS = 2147775580
49000pkg syscall (openbsd-amd64-cgo), const TIOCSIG = 2147775583
49001pkg syscall (openbsd-amd64-cgo), const TIOCSPGRP = 2147775606
49002pkg syscall (openbsd-amd64-cgo), const TIOCSTART = 536900718
49003pkg syscall (openbsd-amd64-cgo), const TIOCSTAT = 2147775589
49004pkg syscall (openbsd-amd64-cgo), const TIOCSTI = 2147578994
49005pkg syscall (openbsd-amd64-cgo), const TIOCSTOP = 536900719
49006pkg syscall (openbsd-amd64-cgo), const TIOCSTSTAMP = 2148037722
49007pkg syscall (openbsd-amd64-cgo), const TIOCSWINSZ = 2148037735
49008pkg syscall (openbsd-amd64-cgo), const TIOCUCNTL = 2147775590
49009pkg syscall (openbsd-amd64-cgo), const TOSTOP = 4194304
49010pkg syscall (openbsd-amd64-cgo), const VDISCARD = 15
49011pkg syscall (openbsd-amd64-cgo), const VDSUSP = 11
49012pkg syscall (openbsd-amd64-cgo), const VEOF = 0
49013pkg syscall (openbsd-amd64-cgo), const VEOL = 1
49014pkg syscall (openbsd-amd64-cgo), const VEOL2 = 2
49015pkg syscall (openbsd-amd64-cgo), const VERASE = 3
49016pkg syscall (openbsd-amd64-cgo), const VINTR = 8
49017pkg syscall (openbsd-amd64-cgo), const VKILL = 5
49018pkg syscall (openbsd-amd64-cgo), const VLNEXT = 14
49019pkg syscall (openbsd-amd64-cgo), const VMIN = 16
49020pkg syscall (openbsd-amd64-cgo), const VQUIT = 9
49021pkg syscall (openbsd-amd64-cgo), const VREPRINT = 6
49022pkg syscall (openbsd-amd64-cgo), const VSTART = 12
49023pkg syscall (openbsd-amd64-cgo), const VSTATUS = 18
49024pkg syscall (openbsd-amd64-cgo), const VSTOP = 13
49025pkg syscall (openbsd-amd64-cgo), const VSUSP = 10
49026pkg syscall (openbsd-amd64-cgo), const VTIME = 17
49027pkg syscall (openbsd-amd64-cgo), const VWERASE = 4
49028pkg syscall (openbsd-amd64-cgo), const WALTSIG = 4
49029pkg syscall (openbsd-amd64-cgo), const WCONTINUED = 8
49030pkg syscall (openbsd-amd64-cgo), const WCOREFLAG = 128
49031pkg syscall (openbsd-amd64-cgo), const WNOHANG = 1
49032pkg syscall (openbsd-amd64-cgo), const WSTOPPED = 127
49033pkg syscall (openbsd-amd64-cgo), const WUNTRACED = 2
49034pkg syscall (windows-386), const AF_INET6 = 23
49035pkg syscall (windows-386), const AF_NETBIOS = 17
49036pkg syscall (windows-386), const AI_CANONNAME = 2
49037pkg syscall (windows-386), const AI_CANONNAME ideal-int
49038pkg syscall (windows-386), const AI_NUMERICHOST = 4
49039pkg syscall (windows-386), const AI_NUMERICHOST ideal-int
49040pkg syscall (windows-386), const AI_PASSIVE = 1
49041pkg syscall (windows-386), const AI_PASSIVE ideal-int
49042pkg syscall (windows-386), const APPLICATION_ERROR = 536870912
49043pkg syscall (windows-386), const AUTHTYPE_CLIENT = 1
49044pkg syscall (windows-386), const AUTHTYPE_SERVER = 2
49045pkg syscall (windows-386), const CERT_CHAIN_POLICY_AUTHENTICODE = 2
49046pkg syscall (windows-386), const CERT_CHAIN_POLICY_AUTHENTICODE_TS = 3
49047pkg syscall (windows-386), const CERT_CHAIN_POLICY_BASE = 1
49048pkg syscall (windows-386), const CERT_CHAIN_POLICY_BASIC_CONSTRAINTS = 5
49049pkg syscall (windows-386), const CERT_CHAIN_POLICY_EV = 8
49050pkg syscall (windows-386), const CERT_CHAIN_POLICY_MICROSOFT_ROOT = 7
49051pkg syscall (windows-386), const CERT_CHAIN_POLICY_NT_AUTH = 6
49052pkg syscall (windows-386), const CERT_CHAIN_POLICY_SSL = 4
49053pkg syscall (windows-386), const CERT_E_CN_NO_MATCH = 2148204815
49054pkg syscall (windows-386), const CERT_E_EXPIRED = 2148204801
49055pkg syscall (windows-386), const CERT_E_PURPOSE = 2148204806
49056pkg syscall (windows-386), const CERT_E_ROLE = 2148204803
49057pkg syscall (windows-386), const CERT_E_UNTRUSTEDROOT = 2148204809
49058pkg syscall (windows-386), const CERT_STORE_ADD_ALWAYS = 4
49059pkg syscall (windows-386), const CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG = 4
49060pkg syscall (windows-386), const CERT_STORE_PROV_MEMORY = 2
49061pkg syscall (windows-386), const CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT = 32768
49062pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT = 8192
49063pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT = 16384
49064pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT = 134217728
49065pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT = 4096
49066pkg syscall (windows-386), const CERT_TRUST_INVALID_BASIC_CONSTRAINTS = 1024
49067pkg syscall (windows-386), const CERT_TRUST_INVALID_EXTENSION = 256
49068pkg syscall (windows-386), const CERT_TRUST_INVALID_NAME_CONSTRAINTS = 2048
49069pkg syscall (windows-386), const CERT_TRUST_INVALID_POLICY_CONSTRAINTS = 512
49070pkg syscall (windows-386), const CERT_TRUST_IS_CYCLIC = 128
49071pkg syscall (windows-386), const CERT_TRUST_IS_EXPLICIT_DISTRUST = 67108864
49072pkg syscall (windows-386), const CERT_TRUST_IS_NOT_SIGNATURE_VALID = 8
49073pkg syscall (windows-386), const CERT_TRUST_IS_NOT_TIME_VALID = 1
49074pkg syscall (windows-386), const CERT_TRUST_IS_NOT_VALID_FOR_USAGE = 16
49075pkg syscall (windows-386), const CERT_TRUST_IS_OFFLINE_REVOCATION = 16777216
49076pkg syscall (windows-386), const CERT_TRUST_IS_REVOKED = 4
49077pkg syscall (windows-386), const CERT_TRUST_IS_UNTRUSTED_ROOT = 32
49078pkg syscall (windows-386), const CERT_TRUST_NO_ERROR = 0
49079pkg syscall (windows-386), const CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY = 33554432
49080pkg syscall (windows-386), const CERT_TRUST_REVOCATION_STATUS_UNKNOWN = 64
49081pkg syscall (windows-386), const CREATE_ALWAYS = 2
49082pkg syscall (windows-386), const CREATE_NEW = 1
49083pkg syscall (windows-386), const CREATE_NEW_PROCESS_GROUP = 512
49084pkg syscall (windows-386), const CREATE_NEW_PROCESS_GROUP ideal-int
49085pkg syscall (windows-386), const CREATE_UNICODE_ENVIRONMENT = 1024
49086pkg syscall (windows-386), const CRYPT_DEFAULT_CONTAINER_OPTIONAL = 128
49087pkg syscall (windows-386), const CRYPT_DELETEKEYSET = 16
49088pkg syscall (windows-386), const CRYPT_MACHINE_KEYSET = 32
49089pkg syscall (windows-386), const CRYPT_NEWKEYSET = 8
49090pkg syscall (windows-386), const CRYPT_SILENT = 64
49091pkg syscall (windows-386), const CRYPT_VERIFYCONTEXT = 4026531840
49092pkg syscall (windows-386), const CTRL_BREAK_EVENT = 1
49093pkg syscall (windows-386), const CTRL_BREAK_EVENT ideal-int
49094pkg syscall (windows-386), const CTRL_C_EVENT = 0
49095pkg syscall (windows-386), const CTRL_C_EVENT ideal-int
49096pkg syscall (windows-386), const DNS_TYPE_A = 1
49097pkg syscall (windows-386), const DNS_TYPE_A6 = 38
49098pkg syscall (windows-386), const DNS_TYPE_AAAA = 28
49099pkg syscall (windows-386), const DNS_TYPE_ADDRS = 248
49100pkg syscall (windows-386), const DNS_TYPE_AFSDB = 18
49101pkg syscall (windows-386), const DNS_TYPE_ALL = 255
49102pkg syscall (windows-386), const DNS_TYPE_ANY = 255
49103pkg syscall (windows-386), const DNS_TYPE_ATMA = 34
49104pkg syscall (windows-386), const DNS_TYPE_AXFR = 252
49105pkg syscall (windows-386), const DNS_TYPE_CERT = 37
49106pkg syscall (windows-386), const DNS_TYPE_CNAME = 5
49107pkg syscall (windows-386), const DNS_TYPE_DHCID = 49
49108pkg syscall (windows-386), const DNS_TYPE_DNAME = 39
49109pkg syscall (windows-386), const DNS_TYPE_DNSKEY = 48
49110pkg syscall (windows-386), const DNS_TYPE_DS = 43
49111pkg syscall (windows-386), const DNS_TYPE_EID = 31
49112pkg syscall (windows-386), const DNS_TYPE_GID = 102
49113pkg syscall (windows-386), const DNS_TYPE_GPOS = 27
49114pkg syscall (windows-386), const DNS_TYPE_HINFO = 13
49115pkg syscall (windows-386), const DNS_TYPE_ISDN = 20
49116pkg syscall (windows-386), const DNS_TYPE_IXFR = 251
49117pkg syscall (windows-386), const DNS_TYPE_KEY = 25
49118pkg syscall (windows-386), const DNS_TYPE_KX = 36
49119pkg syscall (windows-386), const DNS_TYPE_LOC = 29
49120pkg syscall (windows-386), const DNS_TYPE_MAILA = 254
49121pkg syscall (windows-386), const DNS_TYPE_MAILB = 253
49122pkg syscall (windows-386), const DNS_TYPE_MB = 7
49123pkg syscall (windows-386), const DNS_TYPE_MD = 3
49124pkg syscall (windows-386), const DNS_TYPE_MF = 4
49125pkg syscall (windows-386), const DNS_TYPE_MG = 8
49126pkg syscall (windows-386), const DNS_TYPE_MINFO = 14
49127pkg syscall (windows-386), const DNS_TYPE_MR = 9
49128pkg syscall (windows-386), const DNS_TYPE_MX = 15
49129pkg syscall (windows-386), const DNS_TYPE_NAPTR = 35
49130pkg syscall (windows-386), const DNS_TYPE_NBSTAT = 65281
49131pkg syscall (windows-386), const DNS_TYPE_NIMLOC = 32
49132pkg syscall (windows-386), const DNS_TYPE_NS = 2
49133pkg syscall (windows-386), const DNS_TYPE_NSAP = 22
49134pkg syscall (windows-386), const DNS_TYPE_NSAPPTR = 23
49135pkg syscall (windows-386), const DNS_TYPE_NSEC = 47
49136pkg syscall (windows-386), const DNS_TYPE_NULL = 10
49137pkg syscall (windows-386), const DNS_TYPE_NXT = 30
49138pkg syscall (windows-386), const DNS_TYPE_OPT = 41
49139pkg syscall (windows-386), const DNS_TYPE_PTR = 12
49140pkg syscall (windows-386), const DNS_TYPE_PX = 26
49141pkg syscall (windows-386), const DNS_TYPE_RP = 17
49142pkg syscall (windows-386), const DNS_TYPE_RRSIG = 46
49143pkg syscall (windows-386), const DNS_TYPE_RT = 21
49144pkg syscall (windows-386), const DNS_TYPE_SIG = 24
49145pkg syscall (windows-386), const DNS_TYPE_SINK = 40
49146pkg syscall (windows-386), const DNS_TYPE_SOA = 6
49147pkg syscall (windows-386), const DNS_TYPE_SRV = 33
49148pkg syscall (windows-386), const DNS_TYPE_TEXT = 16
49149pkg syscall (windows-386), const DNS_TYPE_TKEY = 249
49150pkg syscall (windows-386), const DNS_TYPE_TSIG = 250
49151pkg syscall (windows-386), const DNS_TYPE_UID = 101
49152pkg syscall (windows-386), const DNS_TYPE_UINFO = 100
49153pkg syscall (windows-386), const DNS_TYPE_UNSPEC = 103
49154pkg syscall (windows-386), const DNS_TYPE_WINS = 65281
49155pkg syscall (windows-386), const DNS_TYPE_WINSR = 65282
49156pkg syscall (windows-386), const DNS_TYPE_WKS = 11
49157pkg syscall (windows-386), const DNS_TYPE_X25 = 19
49158pkg syscall (windows-386), const DUPLICATE_CLOSE_SOURCE = 1
49159pkg syscall (windows-386), const DUPLICATE_SAME_ACCESS = 2
49160pkg syscall (windows-386), const E2BIG = 536870912
49161pkg syscall (windows-386), const EACCES = 536870913
49162pkg syscall (windows-386), const EADDRINUSE = 536870914
49163pkg syscall (windows-386), const EADDRNOTAVAIL = 536870915
49164pkg syscall (windows-386), const EADV = 536870916
49165pkg syscall (windows-386), const EAFNOSUPPORT = 536870917
49166pkg syscall (windows-386), const EAGAIN = 536870918
49167pkg syscall (windows-386), const EALREADY = 536870919
49168pkg syscall (windows-386), const EBADE = 536870920
49169pkg syscall (windows-386), const EBADF = 536870921
49170pkg syscall (windows-386), const EBADFD = 536870922
49171pkg syscall (windows-386), const EBADMSG = 536870923
49172pkg syscall (windows-386), const EBADR = 536870924
49173pkg syscall (windows-386), const EBADRQC = 536870925
49174pkg syscall (windows-386), const EBADSLT = 536870926
49175pkg syscall (windows-386), const EBFONT = 536870927
49176pkg syscall (windows-386), const EBUSY = 536870928
49177pkg syscall (windows-386), const ECANCELED = 536870929
49178pkg syscall (windows-386), const ECHILD = 536870930
49179pkg syscall (windows-386), const ECHRNG = 536870931
49180pkg syscall (windows-386), const ECOMM = 536870932
49181pkg syscall (windows-386), const ECONNABORTED = 536870933
49182pkg syscall (windows-386), const ECONNREFUSED = 536870934
49183pkg syscall (windows-386), const ECONNRESET = 536870935
49184pkg syscall (windows-386), const EDEADLK = 536870936
49185pkg syscall (windows-386), const EDEADLOCK = 536870937
49186pkg syscall (windows-386), const EDESTADDRREQ = 536870938
49187pkg syscall (windows-386), const EDOM = 536870939
49188pkg syscall (windows-386), const EDOTDOT = 536870940
49189pkg syscall (windows-386), const EDQUOT = 536870941
49190pkg syscall (windows-386), const EEXIST = 536870942
49191pkg syscall (windows-386), const EFAULT = 536870943
49192pkg syscall (windows-386), const EFBIG = 536870944
49193pkg syscall (windows-386), const EHOSTDOWN = 536870945
49194pkg syscall (windows-386), const EHOSTUNREACH = 536870946
49195pkg syscall (windows-386), const EIDRM = 536870947
49196pkg syscall (windows-386), const EILSEQ = 536870948
49197pkg syscall (windows-386), const EINPROGRESS = 536870949
49198pkg syscall (windows-386), const EINTR = 536870950
49199pkg syscall (windows-386), const EINVAL = 536870951
49200pkg syscall (windows-386), const EIO = 536870952
49201pkg syscall (windows-386), const EISCONN = 536870953
49202pkg syscall (windows-386), const EISDIR = 536870954
49203pkg syscall (windows-386), const EISNAM = 536870955
49204pkg syscall (windows-386), const EKEYEXPIRED = 536870956
49205pkg syscall (windows-386), const EKEYREJECTED = 536870957
49206pkg syscall (windows-386), const EKEYREVOKED = 536870958
49207pkg syscall (windows-386), const EL2HLT = 536870959
49208pkg syscall (windows-386), const EL2NSYNC = 536870960
49209pkg syscall (windows-386), const EL3HLT = 536870961
49210pkg syscall (windows-386), const EL3RST = 536870962
49211pkg syscall (windows-386), const ELIBACC = 536870963
49212pkg syscall (windows-386), const ELIBBAD = 536870964
49213pkg syscall (windows-386), const ELIBEXEC = 536870965
49214pkg syscall (windows-386), const ELIBMAX = 536870966
49215pkg syscall (windows-386), const ELIBSCN = 536870967
49216pkg syscall (windows-386), const ELNRNG = 536870968
49217pkg syscall (windows-386), const ELOOP = 536870969
49218pkg syscall (windows-386), const EMEDIUMTYPE = 536870970
49219pkg syscall (windows-386), const EMFILE = 536870971
49220pkg syscall (windows-386), const EMLINK = 536870972
49221pkg syscall (windows-386), const EMSGSIZE = 536870973
49222pkg syscall (windows-386), const EMULTIHOP = 536870974
49223pkg syscall (windows-386), const ENAMETOOLONG = 536870975
49224pkg syscall (windows-386), const ENAVAIL = 536870976
49225pkg syscall (windows-386), const ENETDOWN = 536870977
49226pkg syscall (windows-386), const ENETRESET = 536870978
49227pkg syscall (windows-386), const ENETUNREACH = 536870979
49228pkg syscall (windows-386), const ENFILE = 536870980
49229pkg syscall (windows-386), const ENOANO = 536870981
49230pkg syscall (windows-386), const ENOBUFS = 536870982
49231pkg syscall (windows-386), const ENOCSI = 536870983
49232pkg syscall (windows-386), const ENODATA = 536870984
49233pkg syscall (windows-386), const ENODEV = 536870985
49234pkg syscall (windows-386), const ENOEXEC = 536870986
49235pkg syscall (windows-386), const ENOKEY = 536870987
49236pkg syscall (windows-386), const ENOLCK = 536870988
49237pkg syscall (windows-386), const ENOLINK = 536870989
49238pkg syscall (windows-386), const ENOMEDIUM = 536870990
49239pkg syscall (windows-386), const ENOMEM = 536870991
49240pkg syscall (windows-386), const ENOMSG = 536870992
49241pkg syscall (windows-386), const ENONET = 536870993
49242pkg syscall (windows-386), const ENOPKG = 536870994
49243pkg syscall (windows-386), const ENOPROTOOPT = 536870995
49244pkg syscall (windows-386), const ENOSPC = 536870996
49245pkg syscall (windows-386), const ENOSR = 536870997
49246pkg syscall (windows-386), const ENOSTR = 536870998
49247pkg syscall (windows-386), const ENOSYS = 536870999
49248pkg syscall (windows-386), const ENOTBLK = 536871000
49249pkg syscall (windows-386), const ENOTCONN = 536871001
49250pkg syscall (windows-386), const ENOTDIR = 3
49251pkg syscall (windows-386), const ENOTEMPTY = 536871002
49252pkg syscall (windows-386), const ENOTNAM = 536871003
49253pkg syscall (windows-386), const ENOTRECOVERABLE = 536871004
49254pkg syscall (windows-386), const ENOTSOCK = 536871005
49255pkg syscall (windows-386), const ENOTSUP = 536871006
49256pkg syscall (windows-386), const ENOTTY = 536871007
49257pkg syscall (windows-386), const ENOTUNIQ = 536871008
49258pkg syscall (windows-386), const ENXIO = 536871009
49259pkg syscall (windows-386), const EOPNOTSUPP = 536871010
49260pkg syscall (windows-386), const EOVERFLOW = 536871011
49261pkg syscall (windows-386), const EOWNERDEAD = 536871012
49262pkg syscall (windows-386), const EPERM = 536871013
49263pkg syscall (windows-386), const EPFNOSUPPORT = 536871014
49264pkg syscall (windows-386), const EPIPE = 536871015
49265pkg syscall (windows-386), const EPROTO = 536871016
49266pkg syscall (windows-386), const EPROTONOSUPPORT = 536871017
49267pkg syscall (windows-386), const EPROTOTYPE = 536871018
49268pkg syscall (windows-386), const ERANGE = 536871019
49269pkg syscall (windows-386), const EREMCHG = 536871020
49270pkg syscall (windows-386), const EREMOTE = 536871021
49271pkg syscall (windows-386), const EREMOTEIO = 536871022
49272pkg syscall (windows-386), const ERESTART = 536871023
49273pkg syscall (windows-386), const EROFS = 536871024
49274pkg syscall (windows-386), const ERROR_ACCESS_DENIED = 5
49275pkg syscall (windows-386), const ERROR_ALREADY_EXISTS = 183
49276pkg syscall (windows-386), const ERROR_BROKEN_PIPE = 109
49277pkg syscall (windows-386), const ERROR_BUFFER_OVERFLOW = 111
49278pkg syscall (windows-386), const ERROR_ENVVAR_NOT_FOUND = 203
49279pkg syscall (windows-386), const ERROR_FILE_EXISTS = 80
49280pkg syscall (windows-386), const ERROR_FILE_NOT_FOUND = 2
49281pkg syscall (windows-386), const ERROR_INSUFFICIENT_BUFFER = 122
49282pkg syscall (windows-386), const ERROR_IO_PENDING = 997
49283pkg syscall (windows-386), const ERROR_MOD_NOT_FOUND = 126
49284pkg syscall (windows-386), const ERROR_NOT_FOUND = 1168
49285pkg syscall (windows-386), const ERROR_NOT_FOUND Errno
49286pkg syscall (windows-386), const ERROR_NO_MORE_FILES = 18
49287pkg syscall (windows-386), const ERROR_OPERATION_ABORTED = 995
49288pkg syscall (windows-386), const ERROR_PATH_NOT_FOUND = 3
49289pkg syscall (windows-386), const ERROR_PROC_NOT_FOUND = 127
49290pkg syscall (windows-386), const ESHUTDOWN = 536871025
49291pkg syscall (windows-386), const ESOCKTNOSUPPORT = 536871026
49292pkg syscall (windows-386), const ESPIPE = 536871027
49293pkg syscall (windows-386), const ESRCH = 536871028
49294pkg syscall (windows-386), const ESRMNT = 536871029
49295pkg syscall (windows-386), const ESTALE = 536871030
49296pkg syscall (windows-386), const ESTRPIPE = 536871031
49297pkg syscall (windows-386), const ETIME = 536871032
49298pkg syscall (windows-386), const ETIMEDOUT = 536871033
49299pkg syscall (windows-386), const ETOOMANYREFS = 536871034
49300pkg syscall (windows-386), const ETXTBSY = 536871035
49301pkg syscall (windows-386), const EUCLEAN = 536871036
49302pkg syscall (windows-386), const EUNATCH = 536871037
49303pkg syscall (windows-386), const EUSERS = 536871038
49304pkg syscall (windows-386), const EWINDOWS = 536871042
49305pkg syscall (windows-386), const EWOULDBLOCK = 536871039
49306pkg syscall (windows-386), const EXDEV = 536871040
49307pkg syscall (windows-386), const EXFULL = 536871041
49308pkg syscall (windows-386), const FILE_ACTION_ADDED = 1
49309pkg syscall (windows-386), const FILE_ACTION_MODIFIED = 3
49310pkg syscall (windows-386), const FILE_ACTION_REMOVED = 2
49311pkg syscall (windows-386), const FILE_ACTION_RENAMED_NEW_NAME = 5
49312pkg syscall (windows-386), const FILE_ACTION_RENAMED_OLD_NAME = 4
49313pkg syscall (windows-386), const FILE_APPEND_DATA = 4
49314pkg syscall (windows-386), const FILE_ATTRIBUTE_ARCHIVE = 32
49315pkg syscall (windows-386), const FILE_ATTRIBUTE_DIRECTORY = 16
49316pkg syscall (windows-386), const FILE_ATTRIBUTE_HIDDEN = 2
49317pkg syscall (windows-386), const FILE_ATTRIBUTE_NORMAL = 128
49318pkg syscall (windows-386), const FILE_ATTRIBUTE_READONLY = 1
49319pkg syscall (windows-386), const FILE_ATTRIBUTE_SYSTEM = 4
49320pkg syscall (windows-386), const FILE_BEGIN = 0
49321pkg syscall (windows-386), const FILE_CURRENT = 1
49322pkg syscall (windows-386), const FILE_END = 2
49323pkg syscall (windows-386), const FILE_FLAG_BACKUP_SEMANTICS = 33554432
49324pkg syscall (windows-386), const FILE_FLAG_OVERLAPPED = 1073741824
49325pkg syscall (windows-386), const FILE_LIST_DIRECTORY = 1
49326pkg syscall (windows-386), const FILE_MAP_COPY = 1
49327pkg syscall (windows-386), const FILE_MAP_EXECUTE = 32
49328pkg syscall (windows-386), const FILE_MAP_READ = 4
49329pkg syscall (windows-386), const FILE_MAP_WRITE = 2
49330pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_ATTRIBUTES = 4
49331pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_CREATION = 64
49332pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_DIR_NAME = 2
49333pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_FILE_NAME = 1
49334pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_LAST_ACCESS = 32
49335pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_LAST_WRITE = 16
49336pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_SIZE = 8
49337pkg syscall (windows-386), const FILE_SHARE_DELETE = 4
49338pkg syscall (windows-386), const FILE_SHARE_READ = 1
49339pkg syscall (windows-386), const FILE_SHARE_WRITE = 2
49340pkg syscall (windows-386), const FILE_TYPE_CHAR = 2
49341pkg syscall (windows-386), const FILE_TYPE_DISK = 1
49342pkg syscall (windows-386), const FILE_TYPE_PIPE = 3
49343pkg syscall (windows-386), const FILE_TYPE_REMOTE = 32768
49344pkg syscall (windows-386), const FILE_TYPE_UNKNOWN = 0
49345pkg syscall (windows-386), const FILE_WRITE_ATTRIBUTES = 256
49346pkg syscall (windows-386), const FORMAT_MESSAGE_ALLOCATE_BUFFER = 256
49347pkg syscall (windows-386), const FORMAT_MESSAGE_ARGUMENT_ARRAY = 8192
49348pkg syscall (windows-386), const FORMAT_MESSAGE_FROM_HMODULE = 2048
49349pkg syscall (windows-386), const FORMAT_MESSAGE_FROM_STRING = 1024
49350pkg syscall (windows-386), const FORMAT_MESSAGE_FROM_SYSTEM = 4096
49351pkg syscall (windows-386), const FORMAT_MESSAGE_IGNORE_INSERTS = 512
49352pkg syscall (windows-386), const FORMAT_MESSAGE_MAX_WIDTH_MASK = 255
49353pkg syscall (windows-386), const GENERIC_ALL = 268435456
49354pkg syscall (windows-386), const GENERIC_EXECUTE = 536870912
49355pkg syscall (windows-386), const GENERIC_READ = 2147483648
49356pkg syscall (windows-386), const GENERIC_WRITE = 1073741824
49357pkg syscall (windows-386), const GetFileExInfoStandard = 0
49358pkg syscall (windows-386), const GetFileExMaxInfoLevel = 1
49359pkg syscall (windows-386), const HANDLE_FLAG_INHERIT = 1
49360pkg syscall (windows-386), const HKEY_CLASSES_ROOT = 2147483648
49361pkg syscall (windows-386), const HKEY_CURRENT_CONFIG = 2147483653
49362pkg syscall (windows-386), const HKEY_CURRENT_USER = 2147483649
49363pkg syscall (windows-386), const HKEY_DYN_DATA = 2147483654
49364pkg syscall (windows-386), const HKEY_LOCAL_MACHINE = 2147483650
49365pkg syscall (windows-386), const HKEY_PERFORMANCE_DATA = 2147483652
49366pkg syscall (windows-386), const HKEY_USERS = 2147483651
49367pkg syscall (windows-386), const IFF_LOOPBACK = 4
49368pkg syscall (windows-386), const IFF_MULTICAST = 16
49369pkg syscall (windows-386), const IFF_POINTTOPOINT = 8
49370pkg syscall (windows-386), const IGNORE = 0
49371pkg syscall (windows-386), const INFINITE = 4294967295
49372pkg syscall (windows-386), const INVALID_FILE_ATTRIBUTES = 4294967295
49373pkg syscall (windows-386), const IOC_IN = 2147483648
49374pkg syscall (windows-386), const IOC_IN ideal-int
49375pkg syscall (windows-386), const IOC_INOUT = 3221225472
49376pkg syscall (windows-386), const IOC_INOUT ideal-int
49377pkg syscall (windows-386), const IOC_OUT = 1073741824
49378pkg syscall (windows-386), const IOC_OUT ideal-int
49379pkg syscall (windows-386), const IOC_WS2 = 134217728
49380pkg syscall (windows-386), const IOC_WS2 ideal-int
49381pkg syscall (windows-386), const IPV6_JOIN_GROUP = 12
49382pkg syscall (windows-386), const IPV6_LEAVE_GROUP = 13
49383pkg syscall (windows-386), const IPV6_MULTICAST_HOPS = 10
49384pkg syscall (windows-386), const IPV6_MULTICAST_IF = 9
49385pkg syscall (windows-386), const IPV6_MULTICAST_LOOP = 11
49386pkg syscall (windows-386), const IPV6_UNICAST_HOPS = 4
49387pkg syscall (windows-386), const IPV6_V6ONLY = 27
49388pkg syscall (windows-386), const IP_ADD_MEMBERSHIP = 12
49389pkg syscall (windows-386), const IP_DROP_MEMBERSHIP = 13
49390pkg syscall (windows-386), const IP_MULTICAST_IF = 9
49391pkg syscall (windows-386), const IP_MULTICAST_LOOP = 11
49392pkg syscall (windows-386), const IP_MULTICAST_TTL = 10
49393pkg syscall (windows-386), const IP_TOS = 3
49394pkg syscall (windows-386), const IP_TTL = 4
49395pkg syscall (windows-386), const ImplementsGetwd = true
49396pkg syscall (windows-386), const InvalidHandle = 4294967295
49397pkg syscall (windows-386), const KEY_ALL_ACCESS = 983103
49398pkg syscall (windows-386), const KEY_CREATE_LINK = 32
49399pkg syscall (windows-386), const KEY_CREATE_SUB_KEY = 4
49400pkg syscall (windows-386), const KEY_ENUMERATE_SUB_KEYS = 8
49401pkg syscall (windows-386), const KEY_EXECUTE = 131097
49402pkg syscall (windows-386), const KEY_NOTIFY = 16
49403pkg syscall (windows-386), const KEY_QUERY_VALUE = 1
49404pkg syscall (windows-386), const KEY_READ = 131097
49405pkg syscall (windows-386), const KEY_SET_VALUE = 2
49406pkg syscall (windows-386), const KEY_WOW64_32KEY = 512
49407pkg syscall (windows-386), const KEY_WOW64_64KEY = 256
49408pkg syscall (windows-386), const KEY_WRITE = 131078
49409pkg syscall (windows-386), const LANG_ENGLISH = 9
49410pkg syscall (windows-386), const MAXLEN_IFDESCR = 256
49411pkg syscall (windows-386), const MAXLEN_PHYSADDR = 8
49412pkg syscall (windows-386), const MAX_ADAPTER_ADDRESS_LENGTH = 8
49413pkg syscall (windows-386), const MAX_ADAPTER_DESCRIPTION_LENGTH = 128
49414pkg syscall (windows-386), const MAX_ADAPTER_NAME_LENGTH = 256
49415pkg syscall (windows-386), const MAX_COMPUTERNAME_LENGTH = 15
49416pkg syscall (windows-386), const MAX_INTERFACE_NAME_LEN = 256
49417pkg syscall (windows-386), const MAX_LONG_PATH = 32768
49418pkg syscall (windows-386), const MAX_PATH = 260
49419pkg syscall (windows-386), const MaxTokenInfoClass = 29
49420pkg syscall (windows-386), const NameCanonical = 7
49421pkg syscall (windows-386), const NameCanonicalEx = 9
49422pkg syscall (windows-386), const NameDisplay = 3
49423pkg syscall (windows-386), const NameDnsDomain = 12
49424pkg syscall (windows-386), const NameFullyQualifiedDN = 1
49425pkg syscall (windows-386), const NameSamCompatible = 2
49426pkg syscall (windows-386), const NameServicePrincipal = 10
49427pkg syscall (windows-386), const NameUniqueId = 6
49428pkg syscall (windows-386), const NameUnknown = 0
49429pkg syscall (windows-386), const NameUserPrincipal = 8
49430pkg syscall (windows-386), const OPEN_ALWAYS = 4
49431pkg syscall (windows-386), const OPEN_EXISTING = 3
49432pkg syscall (windows-386), const O_APPEND = 1024
49433pkg syscall (windows-386), const O_ASYNC = 8192
49434pkg syscall (windows-386), const O_CLOEXEC = 524288
49435pkg syscall (windows-386), const O_CREAT = 64
49436pkg syscall (windows-386), const O_EXCL = 128
49437pkg syscall (windows-386), const O_NOCTTY = 256
49438pkg syscall (windows-386), const O_NONBLOCK = 2048
49439pkg syscall (windows-386), const O_SYNC = 4096
49440pkg syscall (windows-386), const O_TRUNC = 512
49441pkg syscall (windows-386), const PAGE_EXECUTE_READ = 32
49442pkg syscall (windows-386), const PAGE_EXECUTE_READWRITE = 64
49443pkg syscall (windows-386), const PAGE_EXECUTE_WRITECOPY = 128
49444pkg syscall (windows-386), const PAGE_READONLY = 2
49445pkg syscall (windows-386), const PAGE_READWRITE = 4
49446pkg syscall (windows-386), const PAGE_WRITECOPY = 8
49447pkg syscall (windows-386), const PKCS_7_ASN_ENCODING = 65536
49448pkg syscall (windows-386), const PROCESS_QUERY_INFORMATION = 1024
49449pkg syscall (windows-386), const PROV_DH_SCHANNEL = 18
49450pkg syscall (windows-386), const PROV_DSS = 3
49451pkg syscall (windows-386), const PROV_DSS_DH = 13
49452pkg syscall (windows-386), const PROV_EC_ECDSA_FULL = 16
49453pkg syscall (windows-386), const PROV_EC_ECDSA_SIG = 14
49454pkg syscall (windows-386), const PROV_EC_ECNRA_FULL = 17
49455pkg syscall (windows-386), const PROV_EC_ECNRA_SIG = 15
49456pkg syscall (windows-386), const PROV_FORTEZZA = 4
49457pkg syscall (windows-386), const PROV_INTEL_SEC = 22
49458pkg syscall (windows-386), const PROV_MS_EXCHANGE = 5
49459pkg syscall (windows-386), const PROV_REPLACE_OWF = 23
49460pkg syscall (windows-386), const PROV_RNG = 21
49461pkg syscall (windows-386), const PROV_RSA_AES = 24
49462pkg syscall (windows-386), const PROV_RSA_FULL = 1
49463pkg syscall (windows-386), const PROV_RSA_SCHANNEL = 12
49464pkg syscall (windows-386), const PROV_RSA_SIG = 2
49465pkg syscall (windows-386), const PROV_SPYRUS_LYNKS = 20
49466pkg syscall (windows-386), const PROV_SSL = 6
49467pkg syscall (windows-386), const REG_BINARY = 3
49468pkg syscall (windows-386), const REG_DWORD = 4
49469pkg syscall (windows-386), const REG_DWORD_BIG_ENDIAN = 5
49470pkg syscall (windows-386), const REG_DWORD_LITTLE_ENDIAN = 4
49471pkg syscall (windows-386), const REG_EXPAND_SZ = 2
49472pkg syscall (windows-386), const REG_FULL_RESOURCE_DESCRIPTOR = 9
49473pkg syscall (windows-386), const REG_LINK = 6
49474pkg syscall (windows-386), const REG_MULTI_SZ = 7
49475pkg syscall (windows-386), const REG_NONE = 0
49476pkg syscall (windows-386), const REG_QWORD = 11
49477pkg syscall (windows-386), const REG_QWORD_LITTLE_ENDIAN = 11
49478pkg syscall (windows-386), const REG_RESOURCE_LIST = 8
49479pkg syscall (windows-386), const REG_RESOURCE_REQUIREMENTS_LIST = 10
49480pkg syscall (windows-386), const REG_SZ = 1
49481pkg syscall (windows-386), const SIGBUS = 7
49482pkg syscall (windows-386), const SIO_GET_EXTENSION_FUNCTION_POINTER = 3355443206
49483pkg syscall (windows-386), const SIO_GET_EXTENSION_FUNCTION_POINTER ideal-int
49484pkg syscall (windows-386), const SIO_GET_INTERFACE_LIST = 1074033791
49485pkg syscall (windows-386), const SOL_SOCKET = 65535
49486pkg syscall (windows-386), const SOMAXCONN = 2147483647
49487pkg syscall (windows-386), const SO_BROADCAST = 32
49488pkg syscall (windows-386), const SO_DONTROUTE = 16
49489pkg syscall (windows-386), const SO_KEEPALIVE = 8
49490pkg syscall (windows-386), const SO_LINGER = 128
49491pkg syscall (windows-386), const SO_RCVBUF = 4098
49492pkg syscall (windows-386), const SO_REUSEADDR = 4
49493pkg syscall (windows-386), const SO_SNDBUF = 4097
49494pkg syscall (windows-386), const SO_UPDATE_ACCEPT_CONTEXT = 28683
49495pkg syscall (windows-386), const SO_UPDATE_CONNECT_CONTEXT = 28688
49496pkg syscall (windows-386), const SO_UPDATE_CONNECT_CONTEXT ideal-int
49497pkg syscall (windows-386), const STANDARD_RIGHTS_ALL = 2031616
49498pkg syscall (windows-386), const STANDARD_RIGHTS_EXECUTE = 131072
49499pkg syscall (windows-386), const STANDARD_RIGHTS_READ = 131072
49500pkg syscall (windows-386), const STANDARD_RIGHTS_REQUIRED = 983040
49501pkg syscall (windows-386), const STANDARD_RIGHTS_WRITE = 131072
49502pkg syscall (windows-386), const STARTF_USESHOWWINDOW = 1
49503pkg syscall (windows-386), const STARTF_USESTDHANDLES = 256
49504pkg syscall (windows-386), const STD_ERROR_HANDLE = -12
49505pkg syscall (windows-386), const STD_INPUT_HANDLE = -10
49506pkg syscall (windows-386), const STD_OUTPUT_HANDLE = -11
49507pkg syscall (windows-386), const SUBLANG_ENGLISH_US = 1
49508pkg syscall (windows-386), const SW_FORCEMINIMIZE = 11
49509pkg syscall (windows-386), const SW_HIDE = 0
49510pkg syscall (windows-386), const SW_MAXIMIZE = 3
49511pkg syscall (windows-386), const SW_MINIMIZE = 6
49512pkg syscall (windows-386), const SW_NORMAL = 1
49513pkg syscall (windows-386), const SW_RESTORE = 9
49514pkg syscall (windows-386), const SW_SHOW = 5
49515pkg syscall (windows-386), const SW_SHOWDEFAULT = 10
49516pkg syscall (windows-386), const SW_SHOWMAXIMIZED = 3
49517pkg syscall (windows-386), const SW_SHOWMINIMIZED = 2
49518pkg syscall (windows-386), const SW_SHOWMINNOACTIVE = 7
49519pkg syscall (windows-386), const SW_SHOWNA = 8
49520pkg syscall (windows-386), const SW_SHOWNOACTIVATE = 4
49521pkg syscall (windows-386), const SW_SHOWNORMAL = 1
49522pkg syscall (windows-386), const SYNCHRONIZE = 1048576
49523pkg syscall (windows-386), const S_IFMT = 126976
49524pkg syscall (windows-386), const S_IWRITE = 128
49525pkg syscall (windows-386), const SidTypeAlias = 4
49526pkg syscall (windows-386), const SidTypeComputer = 9
49527pkg syscall (windows-386), const SidTypeDeletedAccount = 6
49528pkg syscall (windows-386), const SidTypeDomain = 3
49529pkg syscall (windows-386), const SidTypeGroup = 2
49530pkg syscall (windows-386), const SidTypeInvalid = 7
49531pkg syscall (windows-386), const SidTypeLabel = 10
49532pkg syscall (windows-386), const SidTypeUnknown = 8
49533pkg syscall (windows-386), const SidTypeUser = 1
49534pkg syscall (windows-386), const SidTypeWellKnownGroup = 5
49535pkg syscall (windows-386), const TF_DISCONNECT = 1
49536pkg syscall (windows-386), const TF_REUSE_SOCKET = 2
49537pkg syscall (windows-386), const TF_USE_DEFAULT_WORKER = 0
49538pkg syscall (windows-386), const TF_USE_KERNEL_APC = 32
49539pkg syscall (windows-386), const TF_USE_SYSTEM_THREAD = 16
49540pkg syscall (windows-386), const TF_WRITE_BEHIND = 4
49541pkg syscall (windows-386), const TIME_ZONE_ID_DAYLIGHT = 2
49542pkg syscall (windows-386), const TIME_ZONE_ID_STANDARD = 1
49543pkg syscall (windows-386), const TIME_ZONE_ID_UNKNOWN = 0
49544pkg syscall (windows-386), const TOKEN_ADJUST_DEFAULT = 128
49545pkg syscall (windows-386), const TOKEN_ADJUST_GROUPS = 64
49546pkg syscall (windows-386), const TOKEN_ADJUST_PRIVILEGES = 32
49547pkg syscall (windows-386), const TOKEN_ALL_ACCESS = 983295
49548pkg syscall (windows-386), const TOKEN_ASSIGN_PRIMARY = 1
49549pkg syscall (windows-386), const TOKEN_DUPLICATE = 2
49550pkg syscall (windows-386), const TOKEN_EXECUTE = 131072
49551pkg syscall (windows-386), const TOKEN_IMPERSONATE = 4
49552pkg syscall (windows-386), const TOKEN_QUERY = 8
49553pkg syscall (windows-386), const TOKEN_QUERY_SOURCE = 16
49554pkg syscall (windows-386), const TOKEN_READ = 131080
49555pkg syscall (windows-386), const TOKEN_WRITE = 131296
49556pkg syscall (windows-386), const TRUNCATE_EXISTING = 5
49557pkg syscall (windows-386), const TokenAccessInformation = 22
49558pkg syscall (windows-386), const TokenAuditPolicy = 16
49559pkg syscall (windows-386), const TokenDefaultDacl = 6
49560pkg syscall (windows-386), const TokenElevation = 20
49561pkg syscall (windows-386), const TokenElevationType = 18
49562pkg syscall (windows-386), const TokenGroups = 2
49563pkg syscall (windows-386), const TokenGroupsAndPrivileges = 13
49564pkg syscall (windows-386), const TokenHasRestrictions = 21
49565pkg syscall (windows-386), const TokenImpersonationLevel = 9
49566pkg syscall (windows-386), const TokenIntegrityLevel = 25
49567pkg syscall (windows-386), const TokenLinkedToken = 19
49568pkg syscall (windows-386), const TokenLogonSid = 28
49569pkg syscall (windows-386), const TokenMandatoryPolicy = 27
49570pkg syscall (windows-386), const TokenOrigin = 17
49571pkg syscall (windows-386), const TokenOwner = 4
49572pkg syscall (windows-386), const TokenPrimaryGroup = 5
49573pkg syscall (windows-386), const TokenPrivileges = 3
49574pkg syscall (windows-386), const TokenRestrictedSids = 11
49575pkg syscall (windows-386), const TokenSandBoxInert = 15
49576pkg syscall (windows-386), const TokenSessionId = 12
49577pkg syscall (windows-386), const TokenSessionReference = 14
49578pkg syscall (windows-386), const TokenSource = 7
49579pkg syscall (windows-386), const TokenStatistics = 10
49580pkg syscall (windows-386), const TokenType = 8
49581pkg syscall (windows-386), const TokenUIAccess = 26
49582pkg syscall (windows-386), const TokenUser = 1
49583pkg syscall (windows-386), const TokenVirtualizationAllowed = 23
49584pkg syscall (windows-386), const TokenVirtualizationEnabled = 24
49585pkg syscall (windows-386), const USAGE_MATCH_TYPE_AND = 0
49586pkg syscall (windows-386), const USAGE_MATCH_TYPE_OR = 1
49587pkg syscall (windows-386), const WAIT_ABANDONED = 128
49588pkg syscall (windows-386), const WAIT_FAILED = 4294967295
49589pkg syscall (windows-386), const WAIT_OBJECT_0 = 0
49590pkg syscall (windows-386), const WAIT_TIMEOUT = 258
49591pkg syscall (windows-386), const WSADESCRIPTION_LEN = 256
49592pkg syscall (windows-386), const WSASYS_STATUS_LEN = 128
49593pkg syscall (windows-386), const X509_ASN_ENCODING = 1
49594pkg syscall (windows-386), func CancelIoEx(Handle, *Overlapped) error
49595pkg syscall (windows-386), func ConnectEx(Handle, Sockaddr, *uint8, uint32, *uint32, *Overlapped) error
49596pkg syscall (windows-386), func FreeAddrInfoW(*AddrinfoW)
49597pkg syscall (windows-386), func GetAddrInfoW(*uint16, *uint16, *AddrinfoW, **AddrinfoW) error
49598pkg syscall (windows-386), func GetConsoleMode(Handle, *uint32) error
49599pkg syscall (windows-386), func Getsockopt(Handle, int32, int32, *uint8, *int32) error
49600pkg syscall (windows-386), func LoadCancelIoEx() error
49601pkg syscall (windows-386), func LoadConnectEx() error
49602pkg syscall (windows-386), func LoadGetAddrInfo() error
49603pkg syscall (windows-386), func ReadConsole(Handle, *uint16, uint32, *uint32, *uint8) error
49604pkg syscall (windows-386), func UTF16FromString(string) ([]uint16, error)
49605pkg syscall (windows-386), func UTF16PtrFromString(string) (*uint16, error)
49606pkg syscall (windows-386), func WriteConsole(Handle, *uint16, uint32, *uint32, *uint8) error
49607pkg syscall (windows-386), type AddrinfoW struct
49608pkg syscall (windows-386), type AddrinfoW struct, Addr uintptr
49609pkg syscall (windows-386), type AddrinfoW struct, Addrlen uintptr
49610pkg syscall (windows-386), type AddrinfoW struct, Canonname *uint16
49611pkg syscall (windows-386), type AddrinfoW struct, Family int32
49612pkg syscall (windows-386), type AddrinfoW struct, Flags int32
49613pkg syscall (windows-386), type AddrinfoW struct, Next *AddrinfoW
49614pkg syscall (windows-386), type AddrinfoW struct, Protocol int32
49615pkg syscall (windows-386), type AddrinfoW struct, Socktype int32
49616pkg syscall (windows-386), type GUID struct
49617pkg syscall (windows-386), type GUID struct, Data1 uint32
49618pkg syscall (windows-386), type GUID struct, Data2 uint16
49619pkg syscall (windows-386), type GUID struct, Data3 uint16
49620pkg syscall (windows-386), type GUID struct, Data4 [8]uint8
49621pkg syscall (windows-386), type RawSockaddrInet6 struct, Family uint16
49622pkg syscall (windows-386), type SysProcAttr struct, CreationFlags uint32
49623pkg syscall (windows-386), var WSAID_CONNECTEX GUID
49624pkg syscall (windows-amd64), const AF_INET6 = 23
49625pkg syscall (windows-amd64), const AF_NETBIOS = 17
49626pkg syscall (windows-amd64), const AI_CANONNAME = 2
49627pkg syscall (windows-amd64), const AI_CANONNAME ideal-int
49628pkg syscall (windows-amd64), const AI_NUMERICHOST = 4
49629pkg syscall (windows-amd64), const AI_NUMERICHOST ideal-int
49630pkg syscall (windows-amd64), const AI_PASSIVE = 1
49631pkg syscall (windows-amd64), const AI_PASSIVE ideal-int
49632pkg syscall (windows-amd64), const APPLICATION_ERROR = 536870912
49633pkg syscall (windows-amd64), const AUTHTYPE_CLIENT = 1
49634pkg syscall (windows-amd64), const AUTHTYPE_SERVER = 2
49635pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_AUTHENTICODE = 2
49636pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_AUTHENTICODE_TS = 3
49637pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_BASE = 1
49638pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_BASIC_CONSTRAINTS = 5
49639pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_EV = 8
49640pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_MICROSOFT_ROOT = 7
49641pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_NT_AUTH = 6
49642pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_SSL = 4
49643pkg syscall (windows-amd64), const CERT_E_CN_NO_MATCH = 2148204815
49644pkg syscall (windows-amd64), const CERT_E_EXPIRED = 2148204801
49645pkg syscall (windows-amd64), const CERT_E_PURPOSE = 2148204806
49646pkg syscall (windows-amd64), const CERT_E_ROLE = 2148204803
49647pkg syscall (windows-amd64), const CERT_E_UNTRUSTEDROOT = 2148204809
49648pkg syscall (windows-amd64), const CERT_STORE_ADD_ALWAYS = 4
49649pkg syscall (windows-amd64), const CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG = 4
49650pkg syscall (windows-amd64), const CERT_STORE_PROV_MEMORY = 2
49651pkg syscall (windows-amd64), const CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT = 32768
49652pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT = 8192
49653pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT = 16384
49654pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT = 134217728
49655pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT = 4096
49656pkg syscall (windows-amd64), const CERT_TRUST_INVALID_BASIC_CONSTRAINTS = 1024
49657pkg syscall (windows-amd64), const CERT_TRUST_INVALID_EXTENSION = 256
49658pkg syscall (windows-amd64), const CERT_TRUST_INVALID_NAME_CONSTRAINTS = 2048
49659pkg syscall (windows-amd64), const CERT_TRUST_INVALID_POLICY_CONSTRAINTS = 512
49660pkg syscall (windows-amd64), const CERT_TRUST_IS_CYCLIC = 128
49661pkg syscall (windows-amd64), const CERT_TRUST_IS_EXPLICIT_DISTRUST = 67108864
49662pkg syscall (windows-amd64), const CERT_TRUST_IS_NOT_SIGNATURE_VALID = 8
49663pkg syscall (windows-amd64), const CERT_TRUST_IS_NOT_TIME_VALID = 1
49664pkg syscall (windows-amd64), const CERT_TRUST_IS_NOT_VALID_FOR_USAGE = 16
49665pkg syscall (windows-amd64), const CERT_TRUST_IS_OFFLINE_REVOCATION = 16777216
49666pkg syscall (windows-amd64), const CERT_TRUST_IS_REVOKED = 4
49667pkg syscall (windows-amd64), const CERT_TRUST_IS_UNTRUSTED_ROOT = 32
49668pkg syscall (windows-amd64), const CERT_TRUST_NO_ERROR = 0
49669pkg syscall (windows-amd64), const CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY = 33554432
49670pkg syscall (windows-amd64), const CERT_TRUST_REVOCATION_STATUS_UNKNOWN = 64
49671pkg syscall (windows-amd64), const CREATE_ALWAYS = 2
49672pkg syscall (windows-amd64), const CREATE_NEW = 1
49673pkg syscall (windows-amd64), const CREATE_NEW_PROCESS_GROUP = 512
49674pkg syscall (windows-amd64), const CREATE_NEW_PROCESS_GROUP ideal-int
49675pkg syscall (windows-amd64), const CREATE_UNICODE_ENVIRONMENT = 1024
49676pkg syscall (windows-amd64), const CRYPT_DEFAULT_CONTAINER_OPTIONAL = 128
49677pkg syscall (windows-amd64), const CRYPT_DELETEKEYSET = 16
49678pkg syscall (windows-amd64), const CRYPT_MACHINE_KEYSET = 32
49679pkg syscall (windows-amd64), const CRYPT_NEWKEYSET = 8
49680pkg syscall (windows-amd64), const CRYPT_SILENT = 64
49681pkg syscall (windows-amd64), const CRYPT_VERIFYCONTEXT = 4026531840
49682pkg syscall (windows-amd64), const CTRL_BREAK_EVENT = 1
49683pkg syscall (windows-amd64), const CTRL_BREAK_EVENT ideal-int
49684pkg syscall (windows-amd64), const CTRL_C_EVENT = 0
49685pkg syscall (windows-amd64), const CTRL_C_EVENT ideal-int
49686pkg syscall (windows-amd64), const DNS_TYPE_A = 1
49687pkg syscall (windows-amd64), const DNS_TYPE_A6 = 38
49688pkg syscall (windows-amd64), const DNS_TYPE_AAAA = 28
49689pkg syscall (windows-amd64), const DNS_TYPE_ADDRS = 248
49690pkg syscall (windows-amd64), const DNS_TYPE_AFSDB = 18
49691pkg syscall (windows-amd64), const DNS_TYPE_ALL = 255
49692pkg syscall (windows-amd64), const DNS_TYPE_ANY = 255
49693pkg syscall (windows-amd64), const DNS_TYPE_ATMA = 34
49694pkg syscall (windows-amd64), const DNS_TYPE_AXFR = 252
49695pkg syscall (windows-amd64), const DNS_TYPE_CERT = 37
49696pkg syscall (windows-amd64), const DNS_TYPE_CNAME = 5
49697pkg syscall (windows-amd64), const DNS_TYPE_DHCID = 49
49698pkg syscall (windows-amd64), const DNS_TYPE_DNAME = 39
49699pkg syscall (windows-amd64), const DNS_TYPE_DNSKEY = 48
49700pkg syscall (windows-amd64), const DNS_TYPE_DS = 43
49701pkg syscall (windows-amd64), const DNS_TYPE_EID = 31
49702pkg syscall (windows-amd64), const DNS_TYPE_GID = 102
49703pkg syscall (windows-amd64), const DNS_TYPE_GPOS = 27
49704pkg syscall (windows-amd64), const DNS_TYPE_HINFO = 13
49705pkg syscall (windows-amd64), const DNS_TYPE_ISDN = 20
49706pkg syscall (windows-amd64), const DNS_TYPE_IXFR = 251
49707pkg syscall (windows-amd64), const DNS_TYPE_KEY = 25
49708pkg syscall (windows-amd64), const DNS_TYPE_KX = 36
49709pkg syscall (windows-amd64), const DNS_TYPE_LOC = 29
49710pkg syscall (windows-amd64), const DNS_TYPE_MAILA = 254
49711pkg syscall (windows-amd64), const DNS_TYPE_MAILB = 253
49712pkg syscall (windows-amd64), const DNS_TYPE_MB = 7
49713pkg syscall (windows-amd64), const DNS_TYPE_MD = 3
49714pkg syscall (windows-amd64), const DNS_TYPE_MF = 4
49715pkg syscall (windows-amd64), const DNS_TYPE_MG = 8
49716pkg syscall (windows-amd64), const DNS_TYPE_MINFO = 14
49717pkg syscall (windows-amd64), const DNS_TYPE_MR = 9
49718pkg syscall (windows-amd64), const DNS_TYPE_MX = 15
49719pkg syscall (windows-amd64), const DNS_TYPE_NAPTR = 35
49720pkg syscall (windows-amd64), const DNS_TYPE_NBSTAT = 65281
49721pkg syscall (windows-amd64), const DNS_TYPE_NIMLOC = 32
49722pkg syscall (windows-amd64), const DNS_TYPE_NS = 2
49723pkg syscall (windows-amd64), const DNS_TYPE_NSAP = 22
49724pkg syscall (windows-amd64), const DNS_TYPE_NSAPPTR = 23
49725pkg syscall (windows-amd64), const DNS_TYPE_NSEC = 47
49726pkg syscall (windows-amd64), const DNS_TYPE_NULL = 10
49727pkg syscall (windows-amd64), const DNS_TYPE_NXT = 30
49728pkg syscall (windows-amd64), const DNS_TYPE_OPT = 41
49729pkg syscall (windows-amd64), const DNS_TYPE_PTR = 12
49730pkg syscall (windows-amd64), const DNS_TYPE_PX = 26
49731pkg syscall (windows-amd64), const DNS_TYPE_RP = 17
49732pkg syscall (windows-amd64), const DNS_TYPE_RRSIG = 46
49733pkg syscall (windows-amd64), const DNS_TYPE_RT = 21
49734pkg syscall (windows-amd64), const DNS_TYPE_SIG = 24
49735pkg syscall (windows-amd64), const DNS_TYPE_SINK = 40
49736pkg syscall (windows-amd64), const DNS_TYPE_SOA = 6
49737pkg syscall (windows-amd64), const DNS_TYPE_SRV = 33
49738pkg syscall (windows-amd64), const DNS_TYPE_TEXT = 16
49739pkg syscall (windows-amd64), const DNS_TYPE_TKEY = 249
49740pkg syscall (windows-amd64), const DNS_TYPE_TSIG = 250
49741pkg syscall (windows-amd64), const DNS_TYPE_UID = 101
49742pkg syscall (windows-amd64), const DNS_TYPE_UINFO = 100
49743pkg syscall (windows-amd64), const DNS_TYPE_UNSPEC = 103
49744pkg syscall (windows-amd64), const DNS_TYPE_WINS = 65281
49745pkg syscall (windows-amd64), const DNS_TYPE_WINSR = 65282
49746pkg syscall (windows-amd64), const DNS_TYPE_WKS = 11
49747pkg syscall (windows-amd64), const DNS_TYPE_X25 = 19
49748pkg syscall (windows-amd64), const DUPLICATE_CLOSE_SOURCE = 1
49749pkg syscall (windows-amd64), const DUPLICATE_SAME_ACCESS = 2
49750pkg syscall (windows-amd64), const E2BIG = 536870912
49751pkg syscall (windows-amd64), const EACCES = 536870913
49752pkg syscall (windows-amd64), const EADDRINUSE = 536870914
49753pkg syscall (windows-amd64), const EADDRNOTAVAIL = 536870915
49754pkg syscall (windows-amd64), const EADV = 536870916
49755pkg syscall (windows-amd64), const EAFNOSUPPORT = 536870917
49756pkg syscall (windows-amd64), const EAGAIN = 536870918
49757pkg syscall (windows-amd64), const EALREADY = 536870919
49758pkg syscall (windows-amd64), const EBADE = 536870920
49759pkg syscall (windows-amd64), const EBADF = 536870921
49760pkg syscall (windows-amd64), const EBADFD = 536870922
49761pkg syscall (windows-amd64), const EBADMSG = 536870923
49762pkg syscall (windows-amd64), const EBADR = 536870924
49763pkg syscall (windows-amd64), const EBADRQC = 536870925
49764pkg syscall (windows-amd64), const EBADSLT = 536870926
49765pkg syscall (windows-amd64), const EBFONT = 536870927
49766pkg syscall (windows-amd64), const EBUSY = 536870928
49767pkg syscall (windows-amd64), const ECANCELED = 536870929
49768pkg syscall (windows-amd64), const ECHILD = 536870930
49769pkg syscall (windows-amd64), const ECHRNG = 536870931
49770pkg syscall (windows-amd64), const ECOMM = 536870932
49771pkg syscall (windows-amd64), const ECONNABORTED = 536870933
49772pkg syscall (windows-amd64), const ECONNREFUSED = 536870934
49773pkg syscall (windows-amd64), const ECONNRESET = 536870935
49774pkg syscall (windows-amd64), const EDEADLK = 536870936
49775pkg syscall (windows-amd64), const EDEADLOCK = 536870937
49776pkg syscall (windows-amd64), const EDESTADDRREQ = 536870938
49777pkg syscall (windows-amd64), const EDOM = 536870939
49778pkg syscall (windows-amd64), const EDOTDOT = 536870940
49779pkg syscall (windows-amd64), const EDQUOT = 536870941
49780pkg syscall (windows-amd64), const EEXIST = 536870942
49781pkg syscall (windows-amd64), const EFAULT = 536870943
49782pkg syscall (windows-amd64), const EFBIG = 536870944
49783pkg syscall (windows-amd64), const EHOSTDOWN = 536870945
49784pkg syscall (windows-amd64), const EHOSTUNREACH = 536870946
49785pkg syscall (windows-amd64), const EIDRM = 536870947
49786pkg syscall (windows-amd64), const EILSEQ = 536870948
49787pkg syscall (windows-amd64), const EINPROGRESS = 536870949
49788pkg syscall (windows-amd64), const EINTR = 536870950
49789pkg syscall (windows-amd64), const EINVAL = 536870951
49790pkg syscall (windows-amd64), const EIO = 536870952
49791pkg syscall (windows-amd64), const EISCONN = 536870953
49792pkg syscall (windows-amd64), const EISDIR = 536870954
49793pkg syscall (windows-amd64), const EISNAM = 536870955
49794pkg syscall (windows-amd64), const EKEYEXPIRED = 536870956
49795pkg syscall (windows-amd64), const EKEYREJECTED = 536870957
49796pkg syscall (windows-amd64), const EKEYREVOKED = 536870958
49797pkg syscall (windows-amd64), const EL2HLT = 536870959
49798pkg syscall (windows-amd64), const EL2NSYNC = 536870960
49799pkg syscall (windows-amd64), const EL3HLT = 536870961
49800pkg syscall (windows-amd64), const EL3RST = 536870962
49801pkg syscall (windows-amd64), const ELIBACC = 536870963
49802pkg syscall (windows-amd64), const ELIBBAD = 536870964
49803pkg syscall (windows-amd64), const ELIBEXEC = 536870965
49804pkg syscall (windows-amd64), const ELIBMAX = 536870966
49805pkg syscall (windows-amd64), const ELIBSCN = 536870967
49806pkg syscall (windows-amd64), const ELNRNG = 536870968
49807pkg syscall (windows-amd64), const ELOOP = 536870969
49808pkg syscall (windows-amd64), const EMEDIUMTYPE = 536870970
49809pkg syscall (windows-amd64), const EMFILE = 536870971
49810pkg syscall (windows-amd64), const EMLINK = 536870972
49811pkg syscall (windows-amd64), const EMSGSIZE = 536870973
49812pkg syscall (windows-amd64), const EMULTIHOP = 536870974
49813pkg syscall (windows-amd64), const ENAMETOOLONG = 536870975
49814pkg syscall (windows-amd64), const ENAVAIL = 536870976
49815pkg syscall (windows-amd64), const ENETDOWN = 536870977
49816pkg syscall (windows-amd64), const ENETRESET = 536870978
49817pkg syscall (windows-amd64), const ENETUNREACH = 536870979
49818pkg syscall (windows-amd64), const ENFILE = 536870980
49819pkg syscall (windows-amd64), const ENOANO = 536870981
49820pkg syscall (windows-amd64), const ENOBUFS = 536870982
49821pkg syscall (windows-amd64), const ENOCSI = 536870983
49822pkg syscall (windows-amd64), const ENODATA = 536870984
49823pkg syscall (windows-amd64), const ENODEV = 536870985
49824pkg syscall (windows-amd64), const ENOEXEC = 536870986
49825pkg syscall (windows-amd64), const ENOKEY = 536870987
49826pkg syscall (windows-amd64), const ENOLCK = 536870988
49827pkg syscall (windows-amd64), const ENOLINK = 536870989
49828pkg syscall (windows-amd64), const ENOMEDIUM = 536870990
49829pkg syscall (windows-amd64), const ENOMEM = 536870991
49830pkg syscall (windows-amd64), const ENOMSG = 536870992
49831pkg syscall (windows-amd64), const ENONET = 536870993
49832pkg syscall (windows-amd64), const ENOPKG = 536870994
49833pkg syscall (windows-amd64), const ENOPROTOOPT = 536870995
49834pkg syscall (windows-amd64), const ENOSPC = 536870996
49835pkg syscall (windows-amd64), const ENOSR = 536870997
49836pkg syscall (windows-amd64), const ENOSTR = 536870998
49837pkg syscall (windows-amd64), const ENOSYS = 536870999
49838pkg syscall (windows-amd64), const ENOTBLK = 536871000
49839pkg syscall (windows-amd64), const ENOTCONN = 536871001
49840pkg syscall (windows-amd64), const ENOTDIR = 3
49841pkg syscall (windows-amd64), const ENOTEMPTY = 536871002
49842pkg syscall (windows-amd64), const ENOTNAM = 536871003
49843pkg syscall (windows-amd64), const ENOTRECOVERABLE = 536871004
49844pkg syscall (windows-amd64), const ENOTSOCK = 536871005
49845pkg syscall (windows-amd64), const ENOTSUP = 536871006
49846pkg syscall (windows-amd64), const ENOTTY = 536871007
49847pkg syscall (windows-amd64), const ENOTUNIQ = 536871008
49848pkg syscall (windows-amd64), const ENXIO = 536871009
49849pkg syscall (windows-amd64), const EOPNOTSUPP = 536871010
49850pkg syscall (windows-amd64), const EOVERFLOW = 536871011
49851pkg syscall (windows-amd64), const EOWNERDEAD = 536871012
49852pkg syscall (windows-amd64), const EPERM = 536871013
49853pkg syscall (windows-amd64), const EPFNOSUPPORT = 536871014
49854pkg syscall (windows-amd64), const EPIPE = 536871015
49855pkg syscall (windows-amd64), const EPROTO = 536871016
49856pkg syscall (windows-amd64), const EPROTONOSUPPORT = 536871017
49857pkg syscall (windows-amd64), const EPROTOTYPE = 536871018
49858pkg syscall (windows-amd64), const ERANGE = 536871019
49859pkg syscall (windows-amd64), const EREMCHG = 536871020
49860pkg syscall (windows-amd64), const EREMOTE = 536871021
49861pkg syscall (windows-amd64), const EREMOTEIO = 536871022
49862pkg syscall (windows-amd64), const ERESTART = 536871023
49863pkg syscall (windows-amd64), const EROFS = 536871024
49864pkg syscall (windows-amd64), const ERROR_ACCESS_DENIED = 5
49865pkg syscall (windows-amd64), const ERROR_ALREADY_EXISTS = 183
49866pkg syscall (windows-amd64), const ERROR_BROKEN_PIPE = 109
49867pkg syscall (windows-amd64), const ERROR_BUFFER_OVERFLOW = 111
49868pkg syscall (windows-amd64), const ERROR_ENVVAR_NOT_FOUND = 203
49869pkg syscall (windows-amd64), const ERROR_FILE_EXISTS = 80
49870pkg syscall (windows-amd64), const ERROR_FILE_NOT_FOUND = 2
49871pkg syscall (windows-amd64), const ERROR_INSUFFICIENT_BUFFER = 122
49872pkg syscall (windows-amd64), const ERROR_IO_PENDING = 997
49873pkg syscall (windows-amd64), const ERROR_MOD_NOT_FOUND = 126
49874pkg syscall (windows-amd64), const ERROR_NOT_FOUND = 1168
49875pkg syscall (windows-amd64), const ERROR_NOT_FOUND Errno
49876pkg syscall (windows-amd64), const ERROR_NO_MORE_FILES = 18
49877pkg syscall (windows-amd64), const ERROR_OPERATION_ABORTED = 995
49878pkg syscall (windows-amd64), const ERROR_PATH_NOT_FOUND = 3
49879pkg syscall (windows-amd64), const ERROR_PROC_NOT_FOUND = 127
49880pkg syscall (windows-amd64), const ESHUTDOWN = 536871025
49881pkg syscall (windows-amd64), const ESOCKTNOSUPPORT = 536871026
49882pkg syscall (windows-amd64), const ESPIPE = 536871027
49883pkg syscall (windows-amd64), const ESRCH = 536871028
49884pkg syscall (windows-amd64), const ESRMNT = 536871029
49885pkg syscall (windows-amd64), const ESTALE = 536871030
49886pkg syscall (windows-amd64), const ESTRPIPE = 536871031
49887pkg syscall (windows-amd64), const ETIME = 536871032
49888pkg syscall (windows-amd64), const ETIMEDOUT = 536871033
49889pkg syscall (windows-amd64), const ETOOMANYREFS = 536871034
49890pkg syscall (windows-amd64), const ETXTBSY = 536871035
49891pkg syscall (windows-amd64), const EUCLEAN = 536871036
49892pkg syscall (windows-amd64), const EUNATCH = 536871037
49893pkg syscall (windows-amd64), const EUSERS = 536871038
49894pkg syscall (windows-amd64), const EWINDOWS = 536871042
49895pkg syscall (windows-amd64), const EWOULDBLOCK = 536871039
49896pkg syscall (windows-amd64), const EXDEV = 536871040
49897pkg syscall (windows-amd64), const EXFULL = 536871041
49898pkg syscall (windows-amd64), const FILE_ACTION_ADDED = 1
49899pkg syscall (windows-amd64), const FILE_ACTION_MODIFIED = 3
49900pkg syscall (windows-amd64), const FILE_ACTION_REMOVED = 2
49901pkg syscall (windows-amd64), const FILE_ACTION_RENAMED_NEW_NAME = 5
49902pkg syscall (windows-amd64), const FILE_ACTION_RENAMED_OLD_NAME = 4
49903pkg syscall (windows-amd64), const FILE_APPEND_DATA = 4
49904pkg syscall (windows-amd64), const FILE_ATTRIBUTE_ARCHIVE = 32
49905pkg syscall (windows-amd64), const FILE_ATTRIBUTE_DIRECTORY = 16
49906pkg syscall (windows-amd64), const FILE_ATTRIBUTE_HIDDEN = 2
49907pkg syscall (windows-amd64), const FILE_ATTRIBUTE_NORMAL = 128
49908pkg syscall (windows-amd64), const FILE_ATTRIBUTE_READONLY = 1
49909pkg syscall (windows-amd64), const FILE_ATTRIBUTE_SYSTEM = 4
49910pkg syscall (windows-amd64), const FILE_BEGIN = 0
49911pkg syscall (windows-amd64), const FILE_CURRENT = 1
49912pkg syscall (windows-amd64), const FILE_END = 2
49913pkg syscall (windows-amd64), const FILE_FLAG_BACKUP_SEMANTICS = 33554432
49914pkg syscall (windows-amd64), const FILE_FLAG_OVERLAPPED = 1073741824
49915pkg syscall (windows-amd64), const FILE_LIST_DIRECTORY = 1
49916pkg syscall (windows-amd64), const FILE_MAP_COPY = 1
49917pkg syscall (windows-amd64), const FILE_MAP_EXECUTE = 32
49918pkg syscall (windows-amd64), const FILE_MAP_READ = 4
49919pkg syscall (windows-amd64), const FILE_MAP_WRITE = 2
49920pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_ATTRIBUTES = 4
49921pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_CREATION = 64
49922pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_DIR_NAME = 2
49923pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_FILE_NAME = 1
49924pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_LAST_ACCESS = 32
49925pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_LAST_WRITE = 16
49926pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_SIZE = 8
49927pkg syscall (windows-amd64), const FILE_SHARE_DELETE = 4
49928pkg syscall (windows-amd64), const FILE_SHARE_READ = 1
49929pkg syscall (windows-amd64), const FILE_SHARE_WRITE = 2
49930pkg syscall (windows-amd64), const FILE_TYPE_CHAR = 2
49931pkg syscall (windows-amd64), const FILE_TYPE_DISK = 1
49932pkg syscall (windows-amd64), const FILE_TYPE_PIPE = 3
49933pkg syscall (windows-amd64), const FILE_TYPE_REMOTE = 32768
49934pkg syscall (windows-amd64), const FILE_TYPE_UNKNOWN = 0
49935pkg syscall (windows-amd64), const FILE_WRITE_ATTRIBUTES = 256
49936pkg syscall (windows-amd64), const FORMAT_MESSAGE_ALLOCATE_BUFFER = 256
49937pkg syscall (windows-amd64), const FORMAT_MESSAGE_ARGUMENT_ARRAY = 8192
49938pkg syscall (windows-amd64), const FORMAT_MESSAGE_FROM_HMODULE = 2048
49939pkg syscall (windows-amd64), const FORMAT_MESSAGE_FROM_STRING = 1024
49940pkg syscall (windows-amd64), const FORMAT_MESSAGE_FROM_SYSTEM = 4096
49941pkg syscall (windows-amd64), const FORMAT_MESSAGE_IGNORE_INSERTS = 512
49942pkg syscall (windows-amd64), const FORMAT_MESSAGE_MAX_WIDTH_MASK = 255
49943pkg syscall (windows-amd64), const GENERIC_ALL = 268435456
49944pkg syscall (windows-amd64), const GENERIC_EXECUTE = 536870912
49945pkg syscall (windows-amd64), const GENERIC_READ = 2147483648
49946pkg syscall (windows-amd64), const GENERIC_WRITE = 1073741824
49947pkg syscall (windows-amd64), const GetFileExInfoStandard = 0
49948pkg syscall (windows-amd64), const GetFileExMaxInfoLevel = 1
49949pkg syscall (windows-amd64), const HANDLE_FLAG_INHERIT = 1
49950pkg syscall (windows-amd64), const HKEY_CLASSES_ROOT = 2147483648
49951pkg syscall (windows-amd64), const HKEY_CURRENT_CONFIG = 2147483653
49952pkg syscall (windows-amd64), const HKEY_CURRENT_USER = 2147483649
49953pkg syscall (windows-amd64), const HKEY_DYN_DATA = 2147483654
49954pkg syscall (windows-amd64), const HKEY_LOCAL_MACHINE = 2147483650
49955pkg syscall (windows-amd64), const HKEY_PERFORMANCE_DATA = 2147483652
49956pkg syscall (windows-amd64), const HKEY_USERS = 2147483651
49957pkg syscall (windows-amd64), const IFF_LOOPBACK = 4
49958pkg syscall (windows-amd64), const IFF_MULTICAST = 16
49959pkg syscall (windows-amd64), const IFF_POINTTOPOINT = 8
49960pkg syscall (windows-amd64), const IGNORE = 0
49961pkg syscall (windows-amd64), const INFINITE = 4294967295
49962pkg syscall (windows-amd64), const INVALID_FILE_ATTRIBUTES = 4294967295
49963pkg syscall (windows-amd64), const IOC_IN = 2147483648
49964pkg syscall (windows-amd64), const IOC_IN ideal-int
49965pkg syscall (windows-amd64), const IOC_INOUT = 3221225472
49966pkg syscall (windows-amd64), const IOC_INOUT ideal-int
49967pkg syscall (windows-amd64), const IOC_OUT = 1073741824
49968pkg syscall (windows-amd64), const IOC_OUT ideal-int
49969pkg syscall (windows-amd64), const IOC_WS2 = 134217728
49970pkg syscall (windows-amd64), const IOC_WS2 ideal-int
49971pkg syscall (windows-amd64), const IPV6_JOIN_GROUP = 12
49972pkg syscall (windows-amd64), const IPV6_LEAVE_GROUP = 13
49973pkg syscall (windows-amd64), const IPV6_MULTICAST_HOPS = 10
49974pkg syscall (windows-amd64), const IPV6_MULTICAST_IF = 9
49975pkg syscall (windows-amd64), const IPV6_MULTICAST_LOOP = 11
49976pkg syscall (windows-amd64), const IPV6_UNICAST_HOPS = 4
49977pkg syscall (windows-amd64), const IPV6_V6ONLY = 27
49978pkg syscall (windows-amd64), const IP_ADD_MEMBERSHIP = 12
49979pkg syscall (windows-amd64), const IP_DROP_MEMBERSHIP = 13
49980pkg syscall (windows-amd64), const IP_MULTICAST_IF = 9
49981pkg syscall (windows-amd64), const IP_MULTICAST_LOOP = 11
49982pkg syscall (windows-amd64), const IP_MULTICAST_TTL = 10
49983pkg syscall (windows-amd64), const IP_TOS = 3
49984pkg syscall (windows-amd64), const IP_TTL = 4
49985pkg syscall (windows-amd64), const ImplementsGetwd = true
49986pkg syscall (windows-amd64), const InvalidHandle = 18446744073709551615
49987pkg syscall (windows-amd64), const KEY_ALL_ACCESS = 983103
49988pkg syscall (windows-amd64), const KEY_CREATE_LINK = 32
49989pkg syscall (windows-amd64), const KEY_CREATE_SUB_KEY = 4
49990pkg syscall (windows-amd64), const KEY_ENUMERATE_SUB_KEYS = 8
49991pkg syscall (windows-amd64), const KEY_EXECUTE = 131097
49992pkg syscall (windows-amd64), const KEY_NOTIFY = 16
49993pkg syscall (windows-amd64), const KEY_QUERY_VALUE = 1
49994pkg syscall (windows-amd64), const KEY_READ = 131097
49995pkg syscall (windows-amd64), const KEY_SET_VALUE = 2
49996pkg syscall (windows-amd64), const KEY_WOW64_32KEY = 512
49997pkg syscall (windows-amd64), const KEY_WOW64_64KEY = 256
49998pkg syscall (windows-amd64), const KEY_WRITE = 131078
49999pkg syscall (windows-amd64), const LANG_ENGLISH = 9
50000pkg syscall (windows-amd64), const MAXLEN_IFDESCR = 256
50001pkg syscall (windows-amd64), const MAXLEN_PHYSADDR = 8
50002pkg syscall (windows-amd64), const MAX_ADAPTER_ADDRESS_LENGTH = 8
50003pkg syscall (windows-amd64), const MAX_ADAPTER_DESCRIPTION_LENGTH = 128
50004pkg syscall (windows-amd64), const MAX_ADAPTER_NAME_LENGTH = 256
50005pkg syscall (windows-amd64), const MAX_COMPUTERNAME_LENGTH = 15
50006pkg syscall (windows-amd64), const MAX_INTERFACE_NAME_LEN = 256
50007pkg syscall (windows-amd64), const MAX_LONG_PATH = 32768
50008pkg syscall (windows-amd64), const MAX_PATH = 260
50009pkg syscall (windows-amd64), const MaxTokenInfoClass = 29
50010pkg syscall (windows-amd64), const NameCanonical = 7
50011pkg syscall (windows-amd64), const NameCanonicalEx = 9
50012pkg syscall (windows-amd64), const NameDisplay = 3
50013pkg syscall (windows-amd64), const NameDnsDomain = 12
50014pkg syscall (windows-amd64), const NameFullyQualifiedDN = 1
50015pkg syscall (windows-amd64), const NameSamCompatible = 2
50016pkg syscall (windows-amd64), const NameServicePrincipal = 10
50017pkg syscall (windows-amd64), const NameUniqueId = 6
50018pkg syscall (windows-amd64), const NameUnknown = 0
50019pkg syscall (windows-amd64), const NameUserPrincipal = 8
50020pkg syscall (windows-amd64), const OPEN_ALWAYS = 4
50021pkg syscall (windows-amd64), const OPEN_EXISTING = 3
50022pkg syscall (windows-amd64), const O_APPEND = 1024
50023pkg syscall (windows-amd64), const O_ASYNC = 8192
50024pkg syscall (windows-amd64), const O_CLOEXEC = 524288
50025pkg syscall (windows-amd64), const O_CREAT = 64
50026pkg syscall (windows-amd64), const O_EXCL = 128
50027pkg syscall (windows-amd64), const O_NOCTTY = 256
50028pkg syscall (windows-amd64), const O_NONBLOCK = 2048
50029pkg syscall (windows-amd64), const O_SYNC = 4096
50030pkg syscall (windows-amd64), const O_TRUNC = 512
50031pkg syscall (windows-amd64), const PAGE_EXECUTE_READ = 32
50032pkg syscall (windows-amd64), const PAGE_EXECUTE_READWRITE = 64
50033pkg syscall (windows-amd64), const PAGE_EXECUTE_WRITECOPY = 128
50034pkg syscall (windows-amd64), const PAGE_READONLY = 2
50035pkg syscall (windows-amd64), const PAGE_READWRITE = 4
50036pkg syscall (windows-amd64), const PAGE_WRITECOPY = 8
50037pkg syscall (windows-amd64), const PKCS_7_ASN_ENCODING = 65536
50038pkg syscall (windows-amd64), const PROCESS_QUERY_INFORMATION = 1024
50039pkg syscall (windows-amd64), const PROV_DH_SCHANNEL = 18
50040pkg syscall (windows-amd64), const PROV_DSS = 3
50041pkg syscall (windows-amd64), const PROV_DSS_DH = 13
50042pkg syscall (windows-amd64), const PROV_EC_ECDSA_FULL = 16
50043pkg syscall (windows-amd64), const PROV_EC_ECDSA_SIG = 14
50044pkg syscall (windows-amd64), const PROV_EC_ECNRA_FULL = 17
50045pkg syscall (windows-amd64), const PROV_EC_ECNRA_SIG = 15
50046pkg syscall (windows-amd64), const PROV_FORTEZZA = 4
50047pkg syscall (windows-amd64), const PROV_INTEL_SEC = 22
50048pkg syscall (windows-amd64), const PROV_MS_EXCHANGE = 5
50049pkg syscall (windows-amd64), const PROV_REPLACE_OWF = 23
50050pkg syscall (windows-amd64), const PROV_RNG = 21
50051pkg syscall (windows-amd64), const PROV_RSA_AES = 24
50052pkg syscall (windows-amd64), const PROV_RSA_FULL = 1
50053pkg syscall (windows-amd64), const PROV_RSA_SCHANNEL = 12
50054pkg syscall (windows-amd64), const PROV_RSA_SIG = 2
50055pkg syscall (windows-amd64), const PROV_SPYRUS_LYNKS = 20
50056pkg syscall (windows-amd64), const PROV_SSL = 6
50057pkg syscall (windows-amd64), const REG_BINARY = 3
50058pkg syscall (windows-amd64), const REG_DWORD = 4
50059pkg syscall (windows-amd64), const REG_DWORD_BIG_ENDIAN = 5
50060pkg syscall (windows-amd64), const REG_DWORD_LITTLE_ENDIAN = 4
50061pkg syscall (windows-amd64), const REG_EXPAND_SZ = 2
50062pkg syscall (windows-amd64), const REG_FULL_RESOURCE_DESCRIPTOR = 9
50063pkg syscall (windows-amd64), const REG_LINK = 6
50064pkg syscall (windows-amd64), const REG_MULTI_SZ = 7
50065pkg syscall (windows-amd64), const REG_NONE = 0
50066pkg syscall (windows-amd64), const REG_QWORD = 11
50067pkg syscall (windows-amd64), const REG_QWORD_LITTLE_ENDIAN = 11
50068pkg syscall (windows-amd64), const REG_RESOURCE_LIST = 8
50069pkg syscall (windows-amd64), const REG_RESOURCE_REQUIREMENTS_LIST = 10
50070pkg syscall (windows-amd64), const REG_SZ = 1
50071pkg syscall (windows-amd64), const SIGBUS = 7
50072pkg syscall (windows-amd64), const SIO_GET_EXTENSION_FUNCTION_POINTER = 3355443206
50073pkg syscall (windows-amd64), const SIO_GET_EXTENSION_FUNCTION_POINTER ideal-int
50074pkg syscall (windows-amd64), const SIO_GET_INTERFACE_LIST = 1074033791
50075pkg syscall (windows-amd64), const SOL_SOCKET = 65535
50076pkg syscall (windows-amd64), const SOMAXCONN = 2147483647
50077pkg syscall (windows-amd64), const SO_BROADCAST = 32
50078pkg syscall (windows-amd64), const SO_DONTROUTE = 16
50079pkg syscall (windows-amd64), const SO_KEEPALIVE = 8
50080pkg syscall (windows-amd64), const SO_LINGER = 128
50081pkg syscall (windows-amd64), const SO_RCVBUF = 4098
50082pkg syscall (windows-amd64), const SO_REUSEADDR = 4
50083pkg syscall (windows-amd64), const SO_SNDBUF = 4097
50084pkg syscall (windows-amd64), const SO_UPDATE_ACCEPT_CONTEXT = 28683
50085pkg syscall (windows-amd64), const SO_UPDATE_CONNECT_CONTEXT = 28688
50086pkg syscall (windows-amd64), const SO_UPDATE_CONNECT_CONTEXT ideal-int
50087pkg syscall (windows-amd64), const STANDARD_RIGHTS_ALL = 2031616
50088pkg syscall (windows-amd64), const STANDARD_RIGHTS_EXECUTE = 131072
50089pkg syscall (windows-amd64), const STANDARD_RIGHTS_READ = 131072
50090pkg syscall (windows-amd64), const STANDARD_RIGHTS_REQUIRED = 983040
50091pkg syscall (windows-amd64), const STANDARD_RIGHTS_WRITE = 131072
50092pkg syscall (windows-amd64), const STARTF_USESHOWWINDOW = 1
50093pkg syscall (windows-amd64), const STARTF_USESTDHANDLES = 256
50094pkg syscall (windows-amd64), const STD_ERROR_HANDLE = -12
50095pkg syscall (windows-amd64), const STD_INPUT_HANDLE = -10
50096pkg syscall (windows-amd64), const STD_OUTPUT_HANDLE = -11
50097pkg syscall (windows-amd64), const SUBLANG_ENGLISH_US = 1
50098pkg syscall (windows-amd64), const SW_FORCEMINIMIZE = 11
50099pkg syscall (windows-amd64), const SW_HIDE = 0
50100pkg syscall (windows-amd64), const SW_MAXIMIZE = 3
50101pkg syscall (windows-amd64), const SW_MINIMIZE = 6
50102pkg syscall (windows-amd64), const SW_NORMAL = 1
50103pkg syscall (windows-amd64), const SW_RESTORE = 9
50104pkg syscall (windows-amd64), const SW_SHOW = 5
50105pkg syscall (windows-amd64), const SW_SHOWDEFAULT = 10
50106pkg syscall (windows-amd64), const SW_SHOWMAXIMIZED = 3
50107pkg syscall (windows-amd64), const SW_SHOWMINIMIZED = 2
50108pkg syscall (windows-amd64), const SW_SHOWMINNOACTIVE = 7
50109pkg syscall (windows-amd64), const SW_SHOWNA = 8
50110pkg syscall (windows-amd64), const SW_SHOWNOACTIVATE = 4
50111pkg syscall (windows-amd64), const SW_SHOWNORMAL = 1
50112pkg syscall (windows-amd64), const SYNCHRONIZE = 1048576
50113pkg syscall (windows-amd64), const S_IFMT = 126976
50114pkg syscall (windows-amd64), const S_IWRITE = 128
50115pkg syscall (windows-amd64), const SidTypeAlias = 4
50116pkg syscall (windows-amd64), const SidTypeComputer = 9
50117pkg syscall (windows-amd64), const SidTypeDeletedAccount = 6
50118pkg syscall (windows-amd64), const SidTypeDomain = 3
50119pkg syscall (windows-amd64), const SidTypeGroup = 2
50120pkg syscall (windows-amd64), const SidTypeInvalid = 7
50121pkg syscall (windows-amd64), const SidTypeLabel = 10
50122pkg syscall (windows-amd64), const SidTypeUnknown = 8
50123pkg syscall (windows-amd64), const SidTypeUser = 1
50124pkg syscall (windows-amd64), const SidTypeWellKnownGroup = 5
50125pkg syscall (windows-amd64), const TF_DISCONNECT = 1
50126pkg syscall (windows-amd64), const TF_REUSE_SOCKET = 2
50127pkg syscall (windows-amd64), const TF_USE_DEFAULT_WORKER = 0
50128pkg syscall (windows-amd64), const TF_USE_KERNEL_APC = 32
50129pkg syscall (windows-amd64), const TF_USE_SYSTEM_THREAD = 16
50130pkg syscall (windows-amd64), const TF_WRITE_BEHIND = 4
50131pkg syscall (windows-amd64), const TIME_ZONE_ID_DAYLIGHT = 2
50132pkg syscall (windows-amd64), const TIME_ZONE_ID_STANDARD = 1
50133pkg syscall (windows-amd64), const TIME_ZONE_ID_UNKNOWN = 0
50134pkg syscall (windows-amd64), const TOKEN_ADJUST_DEFAULT = 128
50135pkg syscall (windows-amd64), const TOKEN_ADJUST_GROUPS = 64
50136pkg syscall (windows-amd64), const TOKEN_ADJUST_PRIVILEGES = 32
50137pkg syscall (windows-amd64), const TOKEN_ALL_ACCESS = 983295
50138pkg syscall (windows-amd64), const TOKEN_ASSIGN_PRIMARY = 1
50139pkg syscall (windows-amd64), const TOKEN_DUPLICATE = 2
50140pkg syscall (windows-amd64), const TOKEN_EXECUTE = 131072
50141pkg syscall (windows-amd64), const TOKEN_IMPERSONATE = 4
50142pkg syscall (windows-amd64), const TOKEN_QUERY = 8
50143pkg syscall (windows-amd64), const TOKEN_QUERY_SOURCE = 16
50144pkg syscall (windows-amd64), const TOKEN_READ = 131080
50145pkg syscall (windows-amd64), const TOKEN_WRITE = 131296
50146pkg syscall (windows-amd64), const TRUNCATE_EXISTING = 5
50147pkg syscall (windows-amd64), const TokenAccessInformation = 22
50148pkg syscall (windows-amd64), const TokenAuditPolicy = 16
50149pkg syscall (windows-amd64), const TokenDefaultDacl = 6
50150pkg syscall (windows-amd64), const TokenElevation = 20
50151pkg syscall (windows-amd64), const TokenElevationType = 18
50152pkg syscall (windows-amd64), const TokenGroups = 2
50153pkg syscall (windows-amd64), const TokenGroupsAndPrivileges = 13
50154pkg syscall (windows-amd64), const TokenHasRestrictions = 21
50155pkg syscall (windows-amd64), const TokenImpersonationLevel = 9
50156pkg syscall (windows-amd64), const TokenIntegrityLevel = 25
50157pkg syscall (windows-amd64), const TokenLinkedToken = 19
50158pkg syscall (windows-amd64), const TokenLogonSid = 28
50159pkg syscall (windows-amd64), const TokenMandatoryPolicy = 27
50160pkg syscall (windows-amd64), const TokenOrigin = 17
50161pkg syscall (windows-amd64), const TokenOwner = 4
50162pkg syscall (windows-amd64), const TokenPrimaryGroup = 5
50163pkg syscall (windows-amd64), const TokenPrivileges = 3
50164pkg syscall (windows-amd64), const TokenRestrictedSids = 11
50165pkg syscall (windows-amd64), const TokenSandBoxInert = 15
50166pkg syscall (windows-amd64), const TokenSessionId = 12
50167pkg syscall (windows-amd64), const TokenSessionReference = 14
50168pkg syscall (windows-amd64), const TokenSource = 7
50169pkg syscall (windows-amd64), const TokenStatistics = 10
50170pkg syscall (windows-amd64), const TokenType = 8
50171pkg syscall (windows-amd64), const TokenUIAccess = 26
50172pkg syscall (windows-amd64), const TokenUser = 1
50173pkg syscall (windows-amd64), const TokenVirtualizationAllowed = 23
50174pkg syscall (windows-amd64), const TokenVirtualizationEnabled = 24
50175pkg syscall (windows-amd64), const USAGE_MATCH_TYPE_AND = 0
50176pkg syscall (windows-amd64), const USAGE_MATCH_TYPE_OR = 1
50177pkg syscall (windows-amd64), const WAIT_ABANDONED = 128
50178pkg syscall (windows-amd64), const WAIT_FAILED = 4294967295
50179pkg syscall (windows-amd64), const WAIT_OBJECT_0 = 0
50180pkg syscall (windows-amd64), const WAIT_TIMEOUT = 258
50181pkg syscall (windows-amd64), const WSADESCRIPTION_LEN = 256
50182pkg syscall (windows-amd64), const WSASYS_STATUS_LEN = 128
50183pkg syscall (windows-amd64), const X509_ASN_ENCODING = 1
50184pkg syscall (windows-amd64), func CancelIoEx(Handle, *Overlapped) error
50185pkg syscall (windows-amd64), func ConnectEx(Handle, Sockaddr, *uint8, uint32, *uint32, *Overlapped) error
50186pkg syscall (windows-amd64), func FreeAddrInfoW(*AddrinfoW)
50187pkg syscall (windows-amd64), func GetAddrInfoW(*uint16, *uint16, *AddrinfoW, **AddrinfoW) error
50188pkg syscall (windows-amd64), func GetConsoleMode(Handle, *uint32) error
50189pkg syscall (windows-amd64), func Getsockopt(Handle, int32, int32, *uint8, *int32) error
50190pkg syscall (windows-amd64), func LoadCancelIoEx() error
50191pkg syscall (windows-amd64), func LoadConnectEx() error
50192pkg syscall (windows-amd64), func LoadGetAddrInfo() error
50193pkg syscall (windows-amd64), func ReadConsole(Handle, *uint16, uint32, *uint32, *uint8) error
50194pkg syscall (windows-amd64), func UTF16FromString(string) ([]uint16, error)
50195pkg syscall (windows-amd64), func UTF16PtrFromString(string) (*uint16, error)
50196pkg syscall (windows-amd64), func WriteConsole(Handle, *uint16, uint32, *uint32, *uint8) error
50197pkg syscall (windows-amd64), type AddrinfoW struct
50198pkg syscall (windows-amd64), type AddrinfoW struct, Addr uintptr
50199pkg syscall (windows-amd64), type AddrinfoW struct, Addrlen uintptr
50200pkg syscall (windows-amd64), type AddrinfoW struct, Canonname *uint16
50201pkg syscall (windows-amd64), type AddrinfoW struct, Family int32
50202pkg syscall (windows-amd64), type AddrinfoW struct, Flags int32
50203pkg syscall (windows-amd64), type AddrinfoW struct, Next *AddrinfoW
50204pkg syscall (windows-amd64), type AddrinfoW struct, Protocol int32
50205pkg syscall (windows-amd64), type AddrinfoW struct, Socktype int32
50206pkg syscall (windows-amd64), type GUID struct
50207pkg syscall (windows-amd64), type GUID struct, Data1 uint32
50208pkg syscall (windows-amd64), type GUID struct, Data2 uint16
50209pkg syscall (windows-amd64), type GUID struct, Data3 uint16
50210pkg syscall (windows-amd64), type GUID struct, Data4 [8]uint8
50211pkg syscall (windows-amd64), type RawSockaddrInet6 struct, Family uint16
50212pkg syscall (windows-amd64), type SysProcAttr struct, CreationFlags uint32
50213pkg syscall (windows-amd64), var WSAID_CONNECTEX GUID
50214pkg syscall, const AF_INET = 2
50215pkg syscall, const AF_UNIX = 1
50216pkg syscall, const AF_UNSPEC = 0
50217pkg syscall, const ENOENT = 2
50218pkg syscall, const IFF_BROADCAST = 2
50219pkg syscall, const IFF_UP = 1
50220pkg syscall, const IPPROTO_IP = 0
50221pkg syscall, const IPPROTO_IPV6 = 41
50222pkg syscall, const IPPROTO_TCP = 6
50223pkg syscall, const IPPROTO_UDP = 17
50224pkg syscall, const O_RDONLY = 0
50225pkg syscall, const O_RDWR = 2
50226pkg syscall, const O_WRONLY = 1
50227pkg syscall, const SHUT_RD = 0
50228pkg syscall, const SHUT_RDWR = 2
50229pkg syscall, const SHUT_WR = 1
50230pkg syscall, const SIGABRT = 6
50231pkg syscall, const SIGALRM = 14
50232pkg syscall, const SIGFPE = 8
50233pkg syscall, const SIGHUP = 1
50234pkg syscall, const SIGILL = 4
50235pkg syscall, const SIGINT = 2
50236pkg syscall, const SIGKILL = 9
50237pkg syscall, const SIGPIPE = 13
50238pkg syscall, const SIGQUIT = 3
50239pkg syscall, const SIGSEGV = 11
50240pkg syscall, const SIGTERM = 15
50241pkg syscall, const SIGTRAP = 5
50242pkg syscall, const SOCK_DGRAM = 2
50243pkg syscall, const SOCK_RAW = 3
50244pkg syscall, const SOCK_SEQPACKET = 5
50245pkg syscall, const SOCK_STREAM = 1
50246pkg syscall, const S_IFBLK = 24576
50247pkg syscall, const S_IFCHR = 8192
50248pkg syscall, const S_IFDIR = 16384
50249pkg syscall, const S_IFIFO = 4096
50250pkg syscall, const S_IFLNK = 40960
50251pkg syscall, const S_IFREG = 32768
50252pkg syscall, const S_IFSOCK = 49152
50253pkg syscall, const S_IRUSR = 256
50254pkg syscall, const S_ISGID = 1024
50255pkg syscall, const S_ISUID = 2048
50256pkg syscall, const S_ISVTX = 512
50257pkg syscall, const S_IWUSR = 128
50258pkg syscall, const S_IXUSR = 64
50259pkg syscall, const TCP_NODELAY = 1
50260pkg syscall, func BytePtrFromString(string) (*uint8, error)
50261pkg syscall, func ByteSliceFromString(string) ([]uint8, error)
50262pkg syscall, func NsecToTimespec(int64) Timespec
50263pkg syscall, func TimespecToNsec(Timespec) int64
50264pkg syscall, func UtimesNano(string, []Timespec) error
50265pkg syscall, type RawSockaddrInet6 struct
50266pkg syscall, type RawSockaddrInet6 struct, Addr [16]uint8
50267pkg syscall, type RawSockaddrInet6 struct, Flowinfo uint32
50268pkg syscall, type RawSockaddrInet6 struct, Port uint16
50269pkg syscall, type RawSockaddrInet6 struct, Scope_id uint32
50270pkg testing, func AllocsPerRun(int, func()) float64
50271pkg testing, func Verbose() bool
50272pkg testing, method (*B) ReportAllocs()
50273pkg testing, method (*B) Skip(...interface{})
50274pkg testing, method (*B) SkipNow()
50275pkg testing, method (*B) Skipf(string, ...interface{})
50276pkg testing, method (*B) Skipped() bool
50277pkg testing, method (*T) Skip(...interface{})
50278pkg testing, method (*T) SkipNow()
50279pkg testing, method (*T) Skipf(string, ...interface{})
50280pkg testing, method (*T) Skipped() bool
50281pkg testing, method (BenchmarkResult) AllocedBytesPerOp() int64
50282pkg testing, method (BenchmarkResult) AllocsPerOp() int64
50283pkg testing, method (BenchmarkResult) MemString() string
50284pkg testing, type BenchmarkResult struct, MemAllocs uint64
50285pkg testing, type BenchmarkResult struct, MemBytes uint64
50286pkg text/scanner, const Char = -5
50287pkg text/scanner, const Comment = -8
50288pkg text/scanner, const EOF = -1
50289pkg text/scanner, const Float = -4
50290pkg text/scanner, const GoTokens = 1012
50291pkg text/scanner, const GoWhitespace = 4294977024
50292pkg text/scanner, const Ident = -2
50293pkg text/scanner, const Int = -3
50294pkg text/scanner, const RawString = -7
50295pkg text/scanner, const ScanChars = 32
50296pkg text/scanner, const ScanComments = 256
50297pkg text/scanner, const ScanFloats = 16
50298pkg text/scanner, const ScanIdents = 4
50299pkg text/scanner, const ScanInts = 8
50300pkg text/scanner, const ScanRawStrings = 128
50301pkg text/scanner, const ScanStrings = 64
50302pkg text/scanner, const SkipComments = 512
50303pkg text/scanner, const String = -6
50304pkg text/tabwriter, const AlignRight = 4
50305pkg text/tabwriter, const Debug = 32
50306pkg text/tabwriter, const DiscardEmptyColumns = 8
50307pkg text/tabwriter, const Escape = 255
50308pkg text/tabwriter, const FilterHTML = 1
50309pkg text/tabwriter, const StripEscape = 2
50310pkg text/tabwriter, const TabIndent = 16
50311pkg text/template, method (Template) ErrorContext(parse.Node) (string, string)
50312pkg text/template/parse, const NodeAction = 1
50313pkg text/template/parse, const NodeBool = 2
50314pkg text/template/parse, const NodeChain = 3
50315pkg text/template/parse, const NodeChain NodeType
50316pkg text/template/parse, const NodeCommand = 4
50317pkg text/template/parse, const NodeDot = 5
50318pkg text/template/parse, const NodeField = 8
50319pkg text/template/parse, const NodeIdentifier = 9
50320pkg text/template/parse, const NodeIf = 10
50321pkg text/template/parse, const NodeList = 11
50322pkg text/template/parse, const NodeNil = 12
50323pkg text/template/parse, const NodeNil NodeType
50324pkg text/template/parse, const NodeNumber = 13
50325pkg text/template/parse, const NodePipe = 14
50326pkg text/template/parse, const NodeRange = 15
50327pkg text/template/parse, const NodeString = 16
50328pkg text/template/parse, const NodeTemplate = 17
50329pkg text/template/parse, const NodeText = 0
50330pkg text/template/parse, const NodeVariable = 18
50331pkg text/template/parse, const NodeWith = 19
50332pkg text/template/parse, method (*ChainNode) Add(string)
50333pkg text/template/parse, method (*ChainNode) Copy() Node
50334pkg text/template/parse, method (*ChainNode) String() string
50335pkg text/template/parse, method (*IdentifierNode) SetPos(Pos) *IdentifierNode
50336pkg text/template/parse, method (*NilNode) Copy() Node
50337pkg text/template/parse, method (*NilNode) String() string
50338pkg text/template/parse, method (*NilNode) Type() NodeType
50339pkg text/template/parse, method (*Tree) ErrorContext(Node) (string, string)
50340pkg text/template/parse, method (ActionNode) Position() Pos
50341pkg text/template/parse, method (BoolNode) Position() Pos
50342pkg text/template/parse, method (BranchNode) Position() Pos
50343pkg text/template/parse, method (ChainNode) Position() Pos
50344pkg text/template/parse, method (ChainNode) Type() NodeType
50345pkg text/template/parse, method (CommandNode) Position() Pos
50346pkg text/template/parse, method (DotNode) Position() Pos
50347pkg text/template/parse, method (FieldNode) Position() Pos
50348pkg text/template/parse, method (IdentifierNode) Position() Pos
50349pkg text/template/parse, method (IfNode) Position() Pos
50350pkg text/template/parse, method (ListNode) Position() Pos
50351pkg text/template/parse, method (NilNode) Position() Pos
50352pkg text/template/parse, method (NumberNode) Position() Pos
50353pkg text/template/parse, method (PipeNode) Position() Pos
50354pkg text/template/parse, method (Pos) Position() Pos
50355pkg text/template/parse, method (RangeNode) Position() Pos
50356pkg text/template/parse, method (StringNode) Position() Pos
50357pkg text/template/parse, method (TemplateNode) Position() Pos
50358pkg text/template/parse, method (TextNode) Position() Pos
50359pkg text/template/parse, method (VariableNode) Position() Pos
50360pkg text/template/parse, method (WithNode) Position() Pos
50361pkg text/template/parse, type ActionNode struct, embedded Pos
50362pkg text/template/parse, type BoolNode struct, embedded Pos
50363pkg text/template/parse, type BranchNode struct, embedded Pos
50364pkg text/template/parse, type ChainNode struct
50365pkg text/template/parse, type ChainNode struct, Field []string
50366pkg text/template/parse, type ChainNode struct, Node Node
50367pkg text/template/parse, type ChainNode struct, embedded NodeType
50368pkg text/template/parse, type ChainNode struct, embedded Pos
50369pkg text/template/parse, type CommandNode struct, embedded Pos
50370pkg text/template/parse, type DotNode struct
50371pkg text/template/parse, type DotNode struct, embedded Pos
50372pkg text/template/parse, type FieldNode struct, embedded Pos
50373pkg text/template/parse, type IdentifierNode struct, embedded Pos
50374pkg text/template/parse, type ListNode struct, embedded Pos
50375pkg text/template/parse, type NilNode struct
50376pkg text/template/parse, type NilNode struct, embedded Pos
50377pkg text/template/parse, type Node interface, Position() Pos
50378pkg text/template/parse, type Node interface, unexported methods
50379pkg text/template/parse, type NumberNode struct, embedded Pos
50380pkg text/template/parse, type PipeNode struct, embedded Pos
50381pkg text/template/parse, type Pos int
50382pkg text/template/parse, type StringNode struct, embedded Pos
50383pkg text/template/parse, type TemplateNode struct, embedded Pos
50384pkg text/template/parse, type TextNode struct, embedded Pos
50385pkg text/template/parse, type Tree struct, ParseName string
50386pkg text/template/parse, type VariableNode struct, embedded Pos
50387pkg time, const ANSIC = "Mon Jan _2 15:04:05 2006"
50388pkg time, const April = 4
50389pkg time, const August = 8
50390pkg time, const December = 12
50391pkg time, const February = 2
50392pkg time, const Friday = 5
50393pkg time, const Hour = 3600000000000
50394pkg time, const January = 1
50395pkg time, const July = 7
50396pkg time, const June = 6
50397pkg time, const Kitchen = "3:04PM"
50398pkg time, const March = 3
50399pkg time, const May = 5
50400pkg time, const Microsecond = 1000
50401pkg time, const Millisecond = 1000000
50402pkg time, const Minute = 60000000000
50403pkg time, const Monday = 1
50404pkg time, const Nanosecond = 1
50405pkg time, const November = 11
50406pkg time, const October = 10
50407pkg time, const RFC1123 = "Mon, 02 Jan 2006 15:04:05 MST"
50408pkg time, const RFC1123Z = "Mon, 02 Jan 2006 15:04:05 -0700"
50409pkg time, const RFC3339 = "2006-01-02T15:04:05Z07:00"
50410pkg time, const RFC3339Nano = "2006-01-02T15:04:05.999999999Z07:00"
50411pkg time, const RFC822 = "02 Jan 06 15:04 MST"
50412pkg time, const RFC822Z = "02 Jan 06 15:04 -0700"
50413pkg time, const RFC850 = "Monday, 02-Jan-06 15:04:05 MST"
50414pkg time, const RubyDate = "Mon Jan 02 15:04:05 -0700 2006"
50415pkg time, const Saturday = 6
50416pkg time, const Second = 1000000000
50417pkg time, const September = 9
50418pkg time, const Stamp = "Jan _2 15:04:05"
50419pkg time, const StampMicro = "Jan _2 15:04:05.000000"
50420pkg time, const StampMilli = "Jan _2 15:04:05.000"
50421pkg time, const StampNano = "Jan _2 15:04:05.000000000"
50422pkg time, const Sunday = 0
50423pkg time, const Thursday = 4
50424pkg time, const Tuesday = 2
50425pkg time, const UnixDate = "Mon Jan _2 15:04:05 MST 2006"
50426pkg time, const Wednesday = 3
50427pkg time, func ParseInLocation(string, string, *Location) (Time, error)
50428pkg time, method (*Timer) Reset(Duration) bool
50429pkg time, method (Time) Round(Duration) Time
50430pkg time, method (Time) Truncate(Duration) Time
50431pkg time, method (Time) YearDay() int
50432pkg unicode, const LowerCase = 1
50433pkg unicode, const MaxASCII = 127
50434pkg unicode, const MaxCase = 3
50435pkg unicode, const MaxLatin1 = 255
50436pkg unicode, const MaxRune = 1114111
50437pkg unicode, const ReplacementChar = 65533
50438pkg unicode, const TitleCase = 2
50439pkg unicode, const UpperCase = 0
50440pkg unicode, const UpperLower = 1114112
50441pkg unicode, const Version = "6.2.0"
50442pkg unicode, type RangeTable struct, LatinOffset int
50443pkg unicode, var Chakma *RangeTable
50444pkg unicode, var Meroitic_Cursive *RangeTable
50445pkg unicode, var Meroitic_Hieroglyphs *RangeTable
50446pkg unicode, var Miao *RangeTable
50447pkg unicode, var Sharada *RangeTable
50448pkg unicode, var Sora_Sompeng *RangeTable
50449pkg unicode, var Takri *RangeTable
50450pkg unicode/utf8, const MaxRune = 1114111
50451pkg unicode/utf8, const RuneError = 65533
50452pkg unicode/utf8, const RuneSelf = 128
50453pkg unicode/utf8, const UTFMax = 4
50454pkg unicode/utf8, func ValidRune(int32) bool
50455