1pkg archive/zip, func RegisterCompressor(uint16, Compressor) 2pkg archive/zip, func RegisterDecompressor(uint16, Decompressor) 3pkg archive/zip, method (*File) DataOffset() (int64, error) 4pkg archive/zip, type Compressor func(io.Writer) (io.WriteCloser, error) 5pkg archive/zip, type Decompressor func(io.Reader) io.ReadCloser 6pkg bufio, method (*Reader) Reset(io.Reader) 7pkg bufio, method (*Writer) Reset(io.Writer) 8pkg compress/flate, method (*Writer) Reset(io.Writer) 9pkg compress/gzip, method (*Writer) Reset(io.Writer) 10pkg compress/zlib, method (*Writer) Reset(io.Writer) 11pkg container/heap, func Fix(Interface, int) 12pkg container/list, method (*List) MoveAfter(*Element, *Element) 13pkg container/list, method (*List) MoveBefore(*Element, *Element) 14pkg crypto, type PublicKey interface {} 15pkg crypto/cipher, func NewGCM(Block) (AEAD, error) 16pkg crypto/cipher, type AEAD interface { NonceSize, Open, Overhead, Seal } 17pkg crypto/cipher, type AEAD interface, NonceSize() int 18pkg crypto/cipher, type AEAD interface, Open([]uint8, []uint8, []uint8, []uint8) ([]uint8, error) 19pkg crypto/cipher, type AEAD interface, Overhead() int 20pkg crypto/cipher, type AEAD interface, Seal([]uint8, []uint8, []uint8, []uint8) []uint8 21pkg crypto/md5, func Sum([]uint8) [16]uint8 22pkg crypto/rsa, const PSSSaltLengthAuto = 0 23pkg crypto/rsa, const PSSSaltLengthAuto ideal-int 24pkg crypto/rsa, const PSSSaltLengthEqualsHash = -1 25pkg crypto/rsa, const PSSSaltLengthEqualsHash ideal-int 26pkg crypto/rsa, func SignPSS(io.Reader, *PrivateKey, crypto.Hash, []uint8, *PSSOptions) ([]uint8, error) 27pkg crypto/rsa, func VerifyPSS(*PublicKey, crypto.Hash, []uint8, []uint8, *PSSOptions) error 28pkg crypto/rsa, type PSSOptions struct 29pkg crypto/rsa, type PSSOptions struct, SaltLength int 30pkg crypto/sha1, func Sum([]uint8) [20]uint8 31pkg crypto/sha256, func Sum224([]uint8) [28]uint8 32pkg crypto/sha256, func Sum256([]uint8) [32]uint8 33pkg crypto/sha512, func Sum384([]uint8) [48]uint8 34pkg crypto/sha512, func Sum512([]uint8) [64]uint8 35pkg crypto/subtle, func ConstantTimeLessOrEq(int, int) int 36pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA = 49161 37pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA uint16 38pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 49195 39pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 uint16 40pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA = 49162 41pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA uint16 42pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_RC4_128_SHA = 49159 43pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_RC4_128_SHA uint16 44pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = 49199 45pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 uint16 46pkg crypto/tls, const VersionSSL30 = 768 47pkg crypto/tls, const VersionSSL30 ideal-int 48pkg crypto/tls, const VersionTLS10 = 769 49pkg crypto/tls, const VersionTLS10 ideal-int 50pkg crypto/tls, const VersionTLS11 = 770 51pkg crypto/tls, const VersionTLS11 ideal-int 52pkg crypto/tls, const VersionTLS12 = 771 53pkg crypto/tls, const VersionTLS12 ideal-int 54pkg crypto/tls, type Config struct, MaxVersion uint16 55pkg crypto/tls, type Config struct, MinVersion uint16 56pkg crypto/x509, func MarshalECPrivateKey(*ecdsa.PrivateKey) ([]uint8, error) 57pkg crypto/x509, type Certificate struct, CRLDistributionPoints []string 58pkg crypto/x509, type Certificate struct, Extensions []pkix.Extension 59pkg crypto/x509, type Certificate struct, ExtraExtensions []pkix.Extension 60pkg crypto/x509, type Certificate struct, IssuingCertificateURL []string 61pkg crypto/x509, type Certificate struct, OCSPServer []string 62pkg database/sql, method (*DB) SetMaxOpenConns(int) 63pkg encoding, type BinaryMarshaler interface { MarshalBinary } 64pkg encoding, type BinaryMarshaler interface, MarshalBinary() ([]uint8, error) 65pkg encoding, type BinaryUnmarshaler interface { UnmarshalBinary } 66pkg encoding, type BinaryUnmarshaler interface, UnmarshalBinary([]uint8) error 67pkg encoding, type TextMarshaler interface { MarshalText } 68pkg encoding, type TextMarshaler interface, MarshalText() ([]uint8, error) 69pkg encoding, type TextUnmarshaler interface { UnmarshalText } 70pkg encoding, type TextUnmarshaler interface, UnmarshalText([]uint8) error 71pkg encoding/xml, method (*Encoder) EncodeElement(interface{}, StartElement) error 72pkg encoding/xml, method (*Encoder) EncodeToken(Token) error 73pkg encoding/xml, method (*Encoder) Flush() error 74pkg encoding/xml, method (StartElement) End() EndElement 75pkg encoding/xml, type Marshaler interface { MarshalXML } 76pkg encoding/xml, type Marshaler interface, MarshalXML(*Encoder, StartElement) error 77pkg encoding/xml, type MarshalerAttr interface { MarshalXMLAttr } 78pkg encoding/xml, type MarshalerAttr interface, MarshalXMLAttr(Name) (Attr, error) 79pkg encoding/xml, type Unmarshaler interface { UnmarshalXML } 80pkg encoding/xml, type Unmarshaler interface, UnmarshalXML(*Decoder, StartElement) error 81pkg encoding/xml, type UnmarshalerAttr interface { UnmarshalXMLAttr } 82pkg encoding/xml, type UnmarshalerAttr interface, UnmarshalXMLAttr(Attr) error 83pkg flag, type Getter interface { Get, Set, String } 84pkg flag, type Getter interface, Get() interface{} 85pkg flag, type Getter interface, Set(string) error 86pkg flag, type Getter interface, String() string 87pkg flag, var CommandLine *FlagSet 88pkg go/ast, type SliceExpr struct, Max Expr 89pkg go/ast, type SliceExpr struct, Slice3 bool 90pkg go/ast, type TypeAssertExpr struct, Lparen token.Pos 91pkg go/ast, type TypeAssertExpr struct, Rparen token.Pos 92pkg go/build, method (*Context) MatchFile(string, string) (bool, error) 93pkg go/build, type Package struct, AllTags []string 94pkg go/build, type Package struct, CXXFiles []string 95pkg go/build, type Package struct, CgoCPPFLAGS []string 96pkg go/build, type Package struct, CgoCXXFLAGS []string 97pkg go/build, type Package struct, ConflictDir string 98pkg go/token, method (*File) MergeLine(int) 99pkg html/template, type Template struct, Tree *parse.Tree 100pkg image/color/palette, var Plan9 []color.Color 101pkg image/color/palette, var WebSafe []color.Color 102pkg image/draw, method (Op) Draw(Image, image.Rectangle, image.Image, image.Point) 103pkg image/draw, type Drawer interface { Draw } 104pkg image/draw, type Drawer interface, Draw(Image, image.Rectangle, image.Image, image.Point) 105pkg image/draw, type Quantizer interface { Quantize } 106pkg image/draw, type Quantizer interface, Quantize(color.Palette, image.Image) color.Palette 107pkg image/draw, var FloydSteinberg Drawer 108pkg image/gif, func Encode(io.Writer, image.Image, *Options) error 109pkg image/gif, func EncodeAll(io.Writer, *GIF) error 110pkg image/gif, type Options struct 111pkg image/gif, type Options struct, Drawer draw.Drawer 112pkg image/gif, type Options struct, NumColors int 113pkg image/gif, type Options struct, Quantizer draw.Quantizer 114pkg log/syslog (freebsd-386-cgo), const LOG_ALERT Priority 115pkg log/syslog (freebsd-386-cgo), const LOG_AUTH Priority 116pkg log/syslog (freebsd-386-cgo), const LOG_AUTHPRIV Priority 117pkg log/syslog (freebsd-386-cgo), const LOG_CRIT Priority 118pkg log/syslog (freebsd-386-cgo), const LOG_CRON Priority 119pkg log/syslog (freebsd-386-cgo), const LOG_DAEMON Priority 120pkg log/syslog (freebsd-386-cgo), const LOG_DEBUG Priority 121pkg log/syslog (freebsd-386-cgo), const LOG_EMERG Priority 122pkg log/syslog (freebsd-386-cgo), const LOG_ERR Priority 123pkg log/syslog (freebsd-386-cgo), const LOG_FTP Priority 124pkg log/syslog (freebsd-386-cgo), const LOG_INFO Priority 125pkg log/syslog (freebsd-386-cgo), const LOG_KERN Priority 126pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL0 Priority 127pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL1 Priority 128pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL2 Priority 129pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL3 Priority 130pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL4 Priority 131pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL5 Priority 132pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL6 Priority 133pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL7 Priority 134pkg log/syslog (freebsd-386-cgo), const LOG_LPR Priority 135pkg log/syslog (freebsd-386-cgo), const LOG_MAIL Priority 136pkg log/syslog (freebsd-386-cgo), const LOG_NEWS Priority 137pkg log/syslog (freebsd-386-cgo), const LOG_NOTICE Priority 138pkg log/syslog (freebsd-386-cgo), const LOG_SYSLOG Priority 139pkg log/syslog (freebsd-386-cgo), const LOG_USER Priority 140pkg log/syslog (freebsd-386-cgo), const LOG_UUCP Priority 141pkg log/syslog (freebsd-386-cgo), const LOG_WARNING Priority 142pkg log/syslog (freebsd-386-cgo), func Dial(string, string, Priority, string) (*Writer, error) 143pkg log/syslog (freebsd-386-cgo), func New(Priority, string) (*Writer, error) 144pkg log/syslog (freebsd-386-cgo), func NewLogger(Priority, int) (*log.Logger, error) 145pkg log/syslog (freebsd-386-cgo), method (*Writer) Alert(string) error 146pkg log/syslog (freebsd-386-cgo), method (*Writer) Close() error 147pkg log/syslog (freebsd-386-cgo), method (*Writer) Crit(string) error 148pkg log/syslog (freebsd-386-cgo), method (*Writer) Debug(string) error 149pkg log/syslog (freebsd-386-cgo), method (*Writer) Emerg(string) error 150pkg log/syslog (freebsd-386-cgo), method (*Writer) Err(string) error 151pkg log/syslog (freebsd-386-cgo), method (*Writer) Info(string) error 152pkg log/syslog (freebsd-386-cgo), method (*Writer) Notice(string) error 153pkg log/syslog (freebsd-386-cgo), method (*Writer) Warning(string) error 154pkg log/syslog (freebsd-386-cgo), method (*Writer) Write([]uint8) (int, error) 155pkg log/syslog (freebsd-386-cgo), type Priority int 156pkg log/syslog (freebsd-386-cgo), type Writer struct 157pkg log/syslog (freebsd-amd64-cgo), const LOG_ALERT Priority 158pkg log/syslog (freebsd-amd64-cgo), const LOG_AUTH Priority 159pkg log/syslog (freebsd-amd64-cgo), const LOG_AUTHPRIV Priority 160pkg log/syslog (freebsd-amd64-cgo), const LOG_CRIT Priority 161pkg log/syslog (freebsd-amd64-cgo), const LOG_CRON Priority 162pkg log/syslog (freebsd-amd64-cgo), const LOG_DAEMON Priority 163pkg log/syslog (freebsd-amd64-cgo), const LOG_DEBUG Priority 164pkg log/syslog (freebsd-amd64-cgo), const LOG_EMERG Priority 165pkg log/syslog (freebsd-amd64-cgo), const LOG_ERR Priority 166pkg log/syslog (freebsd-amd64-cgo), const LOG_FTP Priority 167pkg log/syslog (freebsd-amd64-cgo), const LOG_INFO Priority 168pkg log/syslog (freebsd-amd64-cgo), const LOG_KERN Priority 169pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL0 Priority 170pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL1 Priority 171pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL2 Priority 172pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL3 Priority 173pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL4 Priority 174pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL5 Priority 175pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL6 Priority 176pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL7 Priority 177pkg log/syslog (freebsd-amd64-cgo), const LOG_LPR Priority 178pkg log/syslog (freebsd-amd64-cgo), const LOG_MAIL Priority 179pkg log/syslog (freebsd-amd64-cgo), const LOG_NEWS Priority 180pkg log/syslog (freebsd-amd64-cgo), const LOG_NOTICE Priority 181pkg log/syslog (freebsd-amd64-cgo), const LOG_SYSLOG Priority 182pkg log/syslog (freebsd-amd64-cgo), const LOG_USER Priority 183pkg log/syslog (freebsd-amd64-cgo), const LOG_UUCP Priority 184pkg log/syslog (freebsd-amd64-cgo), const LOG_WARNING Priority 185pkg log/syslog (freebsd-amd64-cgo), func Dial(string, string, Priority, string) (*Writer, error) 186pkg log/syslog (freebsd-amd64-cgo), func New(Priority, string) (*Writer, error) 187pkg log/syslog (freebsd-amd64-cgo), func NewLogger(Priority, int) (*log.Logger, error) 188pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Alert(string) error 189pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Close() error 190pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Crit(string) error 191pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Debug(string) error 192pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Emerg(string) error 193pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Err(string) error 194pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Info(string) error 195pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Notice(string) error 196pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Warning(string) error 197pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Write([]uint8) (int, error) 198pkg log/syslog (freebsd-amd64-cgo), type Priority int 199pkg log/syslog (freebsd-amd64-cgo), type Writer struct 200pkg log/syslog (freebsd-arm), const LOG_ALERT Priority 201pkg log/syslog (freebsd-arm), const LOG_AUTH Priority 202pkg log/syslog (freebsd-arm), const LOG_AUTHPRIV Priority 203pkg log/syslog (freebsd-arm), const LOG_CRIT Priority 204pkg log/syslog (freebsd-arm), const LOG_CRON Priority 205pkg log/syslog (freebsd-arm), const LOG_DAEMON Priority 206pkg log/syslog (freebsd-arm), const LOG_DEBUG Priority 207pkg log/syslog (freebsd-arm), const LOG_EMERG Priority 208pkg log/syslog (freebsd-arm), const LOG_ERR Priority 209pkg log/syslog (freebsd-arm), const LOG_FTP Priority 210pkg log/syslog (freebsd-arm), const LOG_INFO Priority 211pkg log/syslog (freebsd-arm), const LOG_KERN Priority 212pkg log/syslog (freebsd-arm), const LOG_LOCAL0 Priority 213pkg log/syslog (freebsd-arm), const LOG_LOCAL1 Priority 214pkg log/syslog (freebsd-arm), const LOG_LOCAL2 Priority 215pkg log/syslog (freebsd-arm), const LOG_LOCAL3 Priority 216pkg log/syslog (freebsd-arm), const LOG_LOCAL4 Priority 217pkg log/syslog (freebsd-arm), const LOG_LOCAL5 Priority 218pkg log/syslog (freebsd-arm), const LOG_LOCAL6 Priority 219pkg log/syslog (freebsd-arm), const LOG_LOCAL7 Priority 220pkg log/syslog (freebsd-arm), const LOG_LPR Priority 221pkg log/syslog (freebsd-arm), const LOG_MAIL Priority 222pkg log/syslog (freebsd-arm), const LOG_NEWS Priority 223pkg log/syslog (freebsd-arm), const LOG_NOTICE Priority 224pkg log/syslog (freebsd-arm), const LOG_SYSLOG Priority 225pkg log/syslog (freebsd-arm), const LOG_USER Priority 226pkg log/syslog (freebsd-arm), const LOG_UUCP Priority 227pkg log/syslog (freebsd-arm), const LOG_WARNING Priority 228pkg log/syslog (freebsd-arm), func Dial(string, string, Priority, string) (*Writer, error) 229pkg log/syslog (freebsd-arm), func New(Priority, string) (*Writer, error) 230pkg log/syslog (freebsd-arm), func NewLogger(Priority, int) (*log.Logger, error) 231pkg log/syslog (freebsd-arm), method (*Writer) Alert(string) error 232pkg log/syslog (freebsd-arm), method (*Writer) Close() error 233pkg log/syslog (freebsd-arm), method (*Writer) Crit(string) error 234pkg log/syslog (freebsd-arm), method (*Writer) Debug(string) error 235pkg log/syslog (freebsd-arm), method (*Writer) Emerg(string) error 236pkg log/syslog (freebsd-arm), method (*Writer) Err(string) error 237pkg log/syslog (freebsd-arm), method (*Writer) Info(string) error 238pkg log/syslog (freebsd-arm), method (*Writer) Notice(string) error 239pkg log/syslog (freebsd-arm), method (*Writer) Warning(string) error 240pkg log/syslog (freebsd-arm), method (*Writer) Write([]uint8) (int, error) 241pkg log/syslog (freebsd-arm), type Priority int 242pkg log/syslog (freebsd-arm), type Writer struct 243pkg log/syslog (freebsd-arm-cgo), const LOG_ALERT Priority 244pkg log/syslog (freebsd-arm-cgo), const LOG_AUTH Priority 245pkg log/syslog (freebsd-arm-cgo), const LOG_AUTHPRIV Priority 246pkg log/syslog (freebsd-arm-cgo), const LOG_CRIT Priority 247pkg log/syslog (freebsd-arm-cgo), const LOG_CRON Priority 248pkg log/syslog (freebsd-arm-cgo), const LOG_DAEMON Priority 249pkg log/syslog (freebsd-arm-cgo), const LOG_DEBUG Priority 250pkg log/syslog (freebsd-arm-cgo), const LOG_EMERG Priority 251pkg log/syslog (freebsd-arm-cgo), const LOG_ERR Priority 252pkg log/syslog (freebsd-arm-cgo), const LOG_FTP Priority 253pkg log/syslog (freebsd-arm-cgo), const LOG_INFO Priority 254pkg log/syslog (freebsd-arm-cgo), const LOG_KERN Priority 255pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL0 Priority 256pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL1 Priority 257pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL2 Priority 258pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL3 Priority 259pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL4 Priority 260pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL5 Priority 261pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL6 Priority 262pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL7 Priority 263pkg log/syslog (freebsd-arm-cgo), const LOG_LPR Priority 264pkg log/syslog (freebsd-arm-cgo), const LOG_MAIL Priority 265pkg log/syslog (freebsd-arm-cgo), const LOG_NEWS Priority 266pkg log/syslog (freebsd-arm-cgo), const LOG_NOTICE Priority 267pkg log/syslog (freebsd-arm-cgo), const LOG_SYSLOG Priority 268pkg log/syslog (freebsd-arm-cgo), const LOG_USER Priority 269pkg log/syslog (freebsd-arm-cgo), const LOG_UUCP Priority 270pkg log/syslog (freebsd-arm-cgo), const LOG_WARNING Priority 271pkg log/syslog (freebsd-arm-cgo), func Dial(string, string, Priority, string) (*Writer, error) 272pkg log/syslog (freebsd-arm-cgo), func New(Priority, string) (*Writer, error) 273pkg log/syslog (freebsd-arm-cgo), func NewLogger(Priority, int) (*log.Logger, error) 274pkg log/syslog (freebsd-arm-cgo), method (*Writer) Alert(string) error 275pkg log/syslog (freebsd-arm-cgo), method (*Writer) Close() error 276pkg log/syslog (freebsd-arm-cgo), method (*Writer) Crit(string) error 277pkg log/syslog (freebsd-arm-cgo), method (*Writer) Debug(string) error 278pkg log/syslog (freebsd-arm-cgo), method (*Writer) Emerg(string) error 279pkg log/syslog (freebsd-arm-cgo), method (*Writer) Err(string) error 280pkg log/syslog (freebsd-arm-cgo), method (*Writer) Info(string) error 281pkg log/syslog (freebsd-arm-cgo), method (*Writer) Notice(string) error 282pkg log/syslog (freebsd-arm-cgo), method (*Writer) Warning(string) error 283pkg log/syslog (freebsd-arm-cgo), method (*Writer) Write([]uint8) (int, error) 284pkg log/syslog (freebsd-arm-cgo), type Priority int 285pkg log/syslog (freebsd-arm-cgo), type Writer struct 286pkg log/syslog (linux-arm-cgo), const LOG_ALERT Priority 287pkg log/syslog (linux-arm-cgo), const LOG_AUTH Priority 288pkg log/syslog (linux-arm-cgo), const LOG_AUTHPRIV Priority 289pkg log/syslog (linux-arm-cgo), const LOG_CRIT Priority 290pkg log/syslog (linux-arm-cgo), const LOG_CRON Priority 291pkg log/syslog (linux-arm-cgo), const LOG_DAEMON Priority 292pkg log/syslog (linux-arm-cgo), const LOG_DEBUG Priority 293pkg log/syslog (linux-arm-cgo), const LOG_EMERG Priority 294pkg log/syslog (linux-arm-cgo), const LOG_ERR Priority 295pkg log/syslog (linux-arm-cgo), const LOG_FTP Priority 296pkg log/syslog (linux-arm-cgo), const LOG_INFO Priority 297pkg log/syslog (linux-arm-cgo), const LOG_KERN Priority 298pkg log/syslog (linux-arm-cgo), const LOG_LOCAL0 Priority 299pkg log/syslog (linux-arm-cgo), const LOG_LOCAL1 Priority 300pkg log/syslog (linux-arm-cgo), const LOG_LOCAL2 Priority 301pkg log/syslog (linux-arm-cgo), const LOG_LOCAL3 Priority 302pkg log/syslog (linux-arm-cgo), const LOG_LOCAL4 Priority 303pkg log/syslog (linux-arm-cgo), const LOG_LOCAL5 Priority 304pkg log/syslog (linux-arm-cgo), const LOG_LOCAL6 Priority 305pkg log/syslog (linux-arm-cgo), const LOG_LOCAL7 Priority 306pkg log/syslog (linux-arm-cgo), const LOG_LPR Priority 307pkg log/syslog (linux-arm-cgo), const LOG_MAIL Priority 308pkg log/syslog (linux-arm-cgo), const LOG_NEWS Priority 309pkg log/syslog (linux-arm-cgo), const LOG_NOTICE Priority 310pkg log/syslog (linux-arm-cgo), const LOG_SYSLOG Priority 311pkg log/syslog (linux-arm-cgo), const LOG_USER Priority 312pkg log/syslog (linux-arm-cgo), const LOG_UUCP Priority 313pkg log/syslog (linux-arm-cgo), const LOG_WARNING Priority 314pkg log/syslog (linux-arm-cgo), func Dial(string, string, Priority, string) (*Writer, error) 315pkg log/syslog (linux-arm-cgo), func New(Priority, string) (*Writer, error) 316pkg log/syslog (linux-arm-cgo), func NewLogger(Priority, int) (*log.Logger, error) 317pkg log/syslog (linux-arm-cgo), method (*Writer) Alert(string) error 318pkg log/syslog (linux-arm-cgo), method (*Writer) Close() error 319pkg log/syslog (linux-arm-cgo), method (*Writer) Crit(string) error 320pkg log/syslog (linux-arm-cgo), method (*Writer) Debug(string) error 321pkg log/syslog (linux-arm-cgo), method (*Writer) Emerg(string) error 322pkg log/syslog (linux-arm-cgo), method (*Writer) Err(string) error 323pkg log/syslog (linux-arm-cgo), method (*Writer) Info(string) error 324pkg log/syslog (linux-arm-cgo), method (*Writer) Notice(string) error 325pkg log/syslog (linux-arm-cgo), method (*Writer) Warning(string) error 326pkg log/syslog (linux-arm-cgo), method (*Writer) Write([]uint8) (int, error) 327pkg log/syslog (linux-arm-cgo), type Priority int 328pkg log/syslog (linux-arm-cgo), type Writer struct 329pkg log/syslog (netbsd-386), const LOG_ALERT Priority 330pkg log/syslog (netbsd-386), const LOG_AUTH Priority 331pkg log/syslog (netbsd-386), const LOG_AUTHPRIV Priority 332pkg log/syslog (netbsd-386), const LOG_CRIT Priority 333pkg log/syslog (netbsd-386), const LOG_CRON Priority 334pkg log/syslog (netbsd-386), const LOG_DAEMON Priority 335pkg log/syslog (netbsd-386), const LOG_DEBUG Priority 336pkg log/syslog (netbsd-386), const LOG_EMERG Priority 337pkg log/syslog (netbsd-386), const LOG_ERR Priority 338pkg log/syslog (netbsd-386), const LOG_FTP Priority 339pkg log/syslog (netbsd-386), const LOG_INFO Priority 340pkg log/syslog (netbsd-386), const LOG_KERN Priority 341pkg log/syslog (netbsd-386), const LOG_LOCAL0 Priority 342pkg log/syslog (netbsd-386), const LOG_LOCAL1 Priority 343pkg log/syslog (netbsd-386), const LOG_LOCAL2 Priority 344pkg log/syslog (netbsd-386), const LOG_LOCAL3 Priority 345pkg log/syslog (netbsd-386), const LOG_LOCAL4 Priority 346pkg log/syslog (netbsd-386), const LOG_LOCAL5 Priority 347pkg log/syslog (netbsd-386), const LOG_LOCAL6 Priority 348pkg log/syslog (netbsd-386), const LOG_LOCAL7 Priority 349pkg log/syslog (netbsd-386), const LOG_LPR Priority 350pkg log/syslog (netbsd-386), const LOG_MAIL Priority 351pkg log/syslog (netbsd-386), const LOG_NEWS Priority 352pkg log/syslog (netbsd-386), const LOG_NOTICE Priority 353pkg log/syslog (netbsd-386), const LOG_SYSLOG Priority 354pkg log/syslog (netbsd-386), const LOG_USER Priority 355pkg log/syslog (netbsd-386), const LOG_UUCP Priority 356pkg log/syslog (netbsd-386), const LOG_WARNING Priority 357pkg log/syslog (netbsd-386), func Dial(string, string, Priority, string) (*Writer, error) 358pkg log/syslog (netbsd-386), func New(Priority, string) (*Writer, error) 359pkg log/syslog (netbsd-386), func NewLogger(Priority, int) (*log.Logger, error) 360pkg log/syslog (netbsd-386), method (*Writer) Alert(string) error 361pkg log/syslog (netbsd-386), method (*Writer) Close() error 362pkg log/syslog (netbsd-386), method (*Writer) Crit(string) error 363pkg log/syslog (netbsd-386), method (*Writer) Debug(string) error 364pkg log/syslog (netbsd-386), method (*Writer) Emerg(string) error 365pkg log/syslog (netbsd-386), method (*Writer) Err(string) error 366pkg log/syslog (netbsd-386), method (*Writer) Info(string) error 367pkg log/syslog (netbsd-386), method (*Writer) Notice(string) error 368pkg log/syslog (netbsd-386), method (*Writer) Warning(string) error 369pkg log/syslog (netbsd-386), method (*Writer) Write([]uint8) (int, error) 370pkg log/syslog (netbsd-386), type Priority int 371pkg log/syslog (netbsd-386), type Writer struct 372pkg log/syslog (netbsd-386-cgo), const LOG_ALERT Priority 373pkg log/syslog (netbsd-386-cgo), const LOG_AUTH Priority 374pkg log/syslog (netbsd-386-cgo), const LOG_AUTHPRIV Priority 375pkg log/syslog (netbsd-386-cgo), const LOG_CRIT Priority 376pkg log/syslog (netbsd-386-cgo), const LOG_CRON Priority 377pkg log/syslog (netbsd-386-cgo), const LOG_DAEMON Priority 378pkg log/syslog (netbsd-386-cgo), const LOG_DEBUG Priority 379pkg log/syslog (netbsd-386-cgo), const LOG_EMERG Priority 380pkg log/syslog (netbsd-386-cgo), const LOG_ERR Priority 381pkg log/syslog (netbsd-386-cgo), const LOG_FTP Priority 382pkg log/syslog (netbsd-386-cgo), const LOG_INFO Priority 383pkg log/syslog (netbsd-386-cgo), const LOG_KERN Priority 384pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL0 Priority 385pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL1 Priority 386pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL2 Priority 387pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL3 Priority 388pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL4 Priority 389pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL5 Priority 390pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL6 Priority 391pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL7 Priority 392pkg log/syslog (netbsd-386-cgo), const LOG_LPR Priority 393pkg log/syslog (netbsd-386-cgo), const LOG_MAIL Priority 394pkg log/syslog (netbsd-386-cgo), const LOG_NEWS Priority 395pkg log/syslog (netbsd-386-cgo), const LOG_NOTICE Priority 396pkg log/syslog (netbsd-386-cgo), const LOG_SYSLOG Priority 397pkg log/syslog (netbsd-386-cgo), const LOG_USER Priority 398pkg log/syslog (netbsd-386-cgo), const LOG_UUCP Priority 399pkg log/syslog (netbsd-386-cgo), const LOG_WARNING Priority 400pkg log/syslog (netbsd-386-cgo), func Dial(string, string, Priority, string) (*Writer, error) 401pkg log/syslog (netbsd-386-cgo), func New(Priority, string) (*Writer, error) 402pkg log/syslog (netbsd-386-cgo), func NewLogger(Priority, int) (*log.Logger, error) 403pkg log/syslog (netbsd-386-cgo), method (*Writer) Alert(string) error 404pkg log/syslog (netbsd-386-cgo), method (*Writer) Close() error 405pkg log/syslog (netbsd-386-cgo), method (*Writer) Crit(string) error 406pkg log/syslog (netbsd-386-cgo), method (*Writer) Debug(string) error 407pkg log/syslog (netbsd-386-cgo), method (*Writer) Emerg(string) error 408pkg log/syslog (netbsd-386-cgo), method (*Writer) Err(string) error 409pkg log/syslog (netbsd-386-cgo), method (*Writer) Info(string) error 410pkg log/syslog (netbsd-386-cgo), method (*Writer) Notice(string) error 411pkg log/syslog (netbsd-386-cgo), method (*Writer) Warning(string) error 412pkg log/syslog (netbsd-386-cgo), method (*Writer) Write([]uint8) (int, error) 413pkg log/syslog (netbsd-386-cgo), type Priority int 414pkg log/syslog (netbsd-386-cgo), type Writer struct 415pkg log/syslog (netbsd-amd64), const LOG_ALERT Priority 416pkg log/syslog (netbsd-amd64), const LOG_AUTH Priority 417pkg log/syslog (netbsd-amd64), const LOG_AUTHPRIV Priority 418pkg log/syslog (netbsd-amd64), const LOG_CRIT Priority 419pkg log/syslog (netbsd-amd64), const LOG_CRON Priority 420pkg log/syslog (netbsd-amd64), const LOG_DAEMON Priority 421pkg log/syslog (netbsd-amd64), const LOG_DEBUG Priority 422pkg log/syslog (netbsd-amd64), const LOG_EMERG Priority 423pkg log/syslog (netbsd-amd64), const LOG_ERR Priority 424pkg log/syslog (netbsd-amd64), const LOG_FTP Priority 425pkg log/syslog (netbsd-amd64), const LOG_INFO Priority 426pkg log/syslog (netbsd-amd64), const LOG_KERN Priority 427pkg log/syslog (netbsd-amd64), const LOG_LOCAL0 Priority 428pkg log/syslog (netbsd-amd64), const LOG_LOCAL1 Priority 429pkg log/syslog (netbsd-amd64), const LOG_LOCAL2 Priority 430pkg log/syslog (netbsd-amd64), const LOG_LOCAL3 Priority 431pkg log/syslog (netbsd-amd64), const LOG_LOCAL4 Priority 432pkg log/syslog (netbsd-amd64), const LOG_LOCAL5 Priority 433pkg log/syslog (netbsd-amd64), const LOG_LOCAL6 Priority 434pkg log/syslog (netbsd-amd64), const LOG_LOCAL7 Priority 435pkg log/syslog (netbsd-amd64), const LOG_LPR Priority 436pkg log/syslog (netbsd-amd64), const LOG_MAIL Priority 437pkg log/syslog (netbsd-amd64), const LOG_NEWS Priority 438pkg log/syslog (netbsd-amd64), const LOG_NOTICE Priority 439pkg log/syslog (netbsd-amd64), const LOG_SYSLOG Priority 440pkg log/syslog (netbsd-amd64), const LOG_USER Priority 441pkg log/syslog (netbsd-amd64), const LOG_UUCP Priority 442pkg log/syslog (netbsd-amd64), const LOG_WARNING Priority 443pkg log/syslog (netbsd-amd64), func Dial(string, string, Priority, string) (*Writer, error) 444pkg log/syslog (netbsd-amd64), func New(Priority, string) (*Writer, error) 445pkg log/syslog (netbsd-amd64), func NewLogger(Priority, int) (*log.Logger, error) 446pkg log/syslog (netbsd-amd64), method (*Writer) Alert(string) error 447pkg log/syslog (netbsd-amd64), method (*Writer) Close() error 448pkg log/syslog (netbsd-amd64), method (*Writer) Crit(string) error 449pkg log/syslog (netbsd-amd64), method (*Writer) Debug(string) error 450pkg log/syslog (netbsd-amd64), method (*Writer) Emerg(string) error 451pkg log/syslog (netbsd-amd64), method (*Writer) Err(string) error 452pkg log/syslog (netbsd-amd64), method (*Writer) Info(string) error 453pkg log/syslog (netbsd-amd64), method (*Writer) Notice(string) error 454pkg log/syslog (netbsd-amd64), method (*Writer) Warning(string) error 455pkg log/syslog (netbsd-amd64), method (*Writer) Write([]uint8) (int, error) 456pkg log/syslog (netbsd-amd64), type Priority int 457pkg log/syslog (netbsd-amd64), type Writer struct 458pkg log/syslog (netbsd-amd64-cgo), const LOG_ALERT Priority 459pkg log/syslog (netbsd-amd64-cgo), const LOG_AUTH Priority 460pkg log/syslog (netbsd-amd64-cgo), const LOG_AUTHPRIV Priority 461pkg log/syslog (netbsd-amd64-cgo), const LOG_CRIT Priority 462pkg log/syslog (netbsd-amd64-cgo), const LOG_CRON Priority 463pkg log/syslog (netbsd-amd64-cgo), const LOG_DAEMON Priority 464pkg log/syslog (netbsd-amd64-cgo), const LOG_DEBUG Priority 465pkg log/syslog (netbsd-amd64-cgo), const LOG_EMERG Priority 466pkg log/syslog (netbsd-amd64-cgo), const LOG_ERR Priority 467pkg log/syslog (netbsd-amd64-cgo), const LOG_FTP Priority 468pkg log/syslog (netbsd-amd64-cgo), const LOG_INFO Priority 469pkg log/syslog (netbsd-amd64-cgo), const LOG_KERN Priority 470pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL0 Priority 471pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL1 Priority 472pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL2 Priority 473pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL3 Priority 474pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL4 Priority 475pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL5 Priority 476pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL6 Priority 477pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL7 Priority 478pkg log/syslog (netbsd-amd64-cgo), const LOG_LPR Priority 479pkg log/syslog (netbsd-amd64-cgo), const LOG_MAIL Priority 480pkg log/syslog (netbsd-amd64-cgo), const LOG_NEWS Priority 481pkg log/syslog (netbsd-amd64-cgo), const LOG_NOTICE Priority 482pkg log/syslog (netbsd-amd64-cgo), const LOG_SYSLOG Priority 483pkg log/syslog (netbsd-amd64-cgo), const LOG_USER Priority 484pkg log/syslog (netbsd-amd64-cgo), const LOG_UUCP Priority 485pkg log/syslog (netbsd-amd64-cgo), const LOG_WARNING Priority 486pkg log/syslog (netbsd-amd64-cgo), func Dial(string, string, Priority, string) (*Writer, error) 487pkg log/syslog (netbsd-amd64-cgo), func New(Priority, string) (*Writer, error) 488pkg log/syslog (netbsd-amd64-cgo), func NewLogger(Priority, int) (*log.Logger, error) 489pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Alert(string) error 490pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Close() error 491pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Crit(string) error 492pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Debug(string) error 493pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Emerg(string) error 494pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Err(string) error 495pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Info(string) error 496pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Notice(string) error 497pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Warning(string) error 498pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Write([]uint8) (int, error) 499pkg log/syslog (netbsd-amd64-cgo), type Priority int 500pkg log/syslog (netbsd-amd64-cgo), type Writer struct 501pkg log/syslog (netbsd-arm), const LOG_ALERT Priority 502pkg log/syslog (netbsd-arm), const LOG_AUTH Priority 503pkg log/syslog (netbsd-arm), const LOG_AUTHPRIV Priority 504pkg log/syslog (netbsd-arm), const LOG_CRIT Priority 505pkg log/syslog (netbsd-arm), const LOG_CRON Priority 506pkg log/syslog (netbsd-arm), const LOG_DAEMON Priority 507pkg log/syslog (netbsd-arm), const LOG_DEBUG Priority 508pkg log/syslog (netbsd-arm), const LOG_EMERG Priority 509pkg log/syslog (netbsd-arm), const LOG_ERR Priority 510pkg log/syslog (netbsd-arm), const LOG_FTP Priority 511pkg log/syslog (netbsd-arm), const LOG_INFO Priority 512pkg log/syslog (netbsd-arm), const LOG_KERN Priority 513pkg log/syslog (netbsd-arm), const LOG_LOCAL0 Priority 514pkg log/syslog (netbsd-arm), const LOG_LOCAL1 Priority 515pkg log/syslog (netbsd-arm), const LOG_LOCAL2 Priority 516pkg log/syslog (netbsd-arm), const LOG_LOCAL3 Priority 517pkg log/syslog (netbsd-arm), const LOG_LOCAL4 Priority 518pkg log/syslog (netbsd-arm), const LOG_LOCAL5 Priority 519pkg log/syslog (netbsd-arm), const LOG_LOCAL6 Priority 520pkg log/syslog (netbsd-arm), const LOG_LOCAL7 Priority 521pkg log/syslog (netbsd-arm), const LOG_LPR Priority 522pkg log/syslog (netbsd-arm), const LOG_MAIL Priority 523pkg log/syslog (netbsd-arm), const LOG_NEWS Priority 524pkg log/syslog (netbsd-arm), const LOG_NOTICE Priority 525pkg log/syslog (netbsd-arm), const LOG_SYSLOG Priority 526pkg log/syslog (netbsd-arm), const LOG_USER Priority 527pkg log/syslog (netbsd-arm), const LOG_UUCP Priority 528pkg log/syslog (netbsd-arm), const LOG_WARNING Priority 529pkg log/syslog (netbsd-arm), func Dial(string, string, Priority, string) (*Writer, error) 530pkg log/syslog (netbsd-arm), func New(Priority, string) (*Writer, error) 531pkg log/syslog (netbsd-arm), func NewLogger(Priority, int) (*log.Logger, error) 532pkg log/syslog (netbsd-arm), method (*Writer) Alert(string) error 533pkg log/syslog (netbsd-arm), method (*Writer) Close() error 534pkg log/syslog (netbsd-arm), method (*Writer) Crit(string) error 535pkg log/syslog (netbsd-arm), method (*Writer) Debug(string) error 536pkg log/syslog (netbsd-arm), method (*Writer) Emerg(string) error 537pkg log/syslog (netbsd-arm), method (*Writer) Err(string) error 538pkg log/syslog (netbsd-arm), method (*Writer) Info(string) error 539pkg log/syslog (netbsd-arm), method (*Writer) Notice(string) error 540pkg log/syslog (netbsd-arm), method (*Writer) Warning(string) error 541pkg log/syslog (netbsd-arm), method (*Writer) Write([]uint8) (int, error) 542pkg log/syslog (netbsd-arm), type Priority int 543pkg log/syslog (netbsd-arm), type Writer struct 544pkg log/syslog (netbsd-arm-cgo), const LOG_ALERT Priority 545pkg log/syslog (netbsd-arm-cgo), const LOG_AUTH Priority 546pkg log/syslog (netbsd-arm-cgo), const LOG_AUTHPRIV Priority 547pkg log/syslog (netbsd-arm-cgo), const LOG_CRIT Priority 548pkg log/syslog (netbsd-arm-cgo), const LOG_CRON Priority 549pkg log/syslog (netbsd-arm-cgo), const LOG_DAEMON Priority 550pkg log/syslog (netbsd-arm-cgo), const LOG_DEBUG Priority 551pkg log/syslog (netbsd-arm-cgo), const LOG_EMERG Priority 552pkg log/syslog (netbsd-arm-cgo), const LOG_ERR Priority 553pkg log/syslog (netbsd-arm-cgo), const LOG_FTP Priority 554pkg log/syslog (netbsd-arm-cgo), const LOG_INFO Priority 555pkg log/syslog (netbsd-arm-cgo), const LOG_KERN Priority 556pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL0 Priority 557pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL1 Priority 558pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL2 Priority 559pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL3 Priority 560pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL4 Priority 561pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL5 Priority 562pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL6 Priority 563pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL7 Priority 564pkg log/syslog (netbsd-arm-cgo), const LOG_LPR Priority 565pkg log/syslog (netbsd-arm-cgo), const LOG_MAIL Priority 566pkg log/syslog (netbsd-arm-cgo), const LOG_NEWS Priority 567pkg log/syslog (netbsd-arm-cgo), const LOG_NOTICE Priority 568pkg log/syslog (netbsd-arm-cgo), const LOG_SYSLOG Priority 569pkg log/syslog (netbsd-arm-cgo), const LOG_USER Priority 570pkg log/syslog (netbsd-arm-cgo), const LOG_UUCP Priority 571pkg log/syslog (netbsd-arm-cgo), const LOG_WARNING Priority 572pkg log/syslog (netbsd-arm-cgo), func Dial(string, string, Priority, string) (*Writer, error) 573pkg log/syslog (netbsd-arm-cgo), func New(Priority, string) (*Writer, error) 574pkg log/syslog (netbsd-arm-cgo), func NewLogger(Priority, int) (*log.Logger, error) 575pkg log/syslog (netbsd-arm-cgo), method (*Writer) Alert(string) error 576pkg log/syslog (netbsd-arm-cgo), method (*Writer) Close() error 577pkg log/syslog (netbsd-arm-cgo), method (*Writer) Crit(string) error 578pkg log/syslog (netbsd-arm-cgo), method (*Writer) Debug(string) error 579pkg log/syslog (netbsd-arm-cgo), method (*Writer) Emerg(string) error 580pkg log/syslog (netbsd-arm-cgo), method (*Writer) Err(string) error 581pkg log/syslog (netbsd-arm-cgo), method (*Writer) Info(string) error 582pkg log/syslog (netbsd-arm-cgo), method (*Writer) Notice(string) error 583pkg log/syslog (netbsd-arm-cgo), method (*Writer) Warning(string) error 584pkg log/syslog (netbsd-arm-cgo), method (*Writer) Write([]uint8) (int, error) 585pkg log/syslog (netbsd-arm-cgo), type Priority int 586pkg log/syslog (netbsd-arm-cgo), type Writer struct 587pkg log/syslog (openbsd-386), const LOG_ALERT Priority 588pkg log/syslog (openbsd-386), const LOG_AUTH Priority 589pkg log/syslog (openbsd-386), const LOG_AUTHPRIV Priority 590pkg log/syslog (openbsd-386), const LOG_CRIT Priority 591pkg log/syslog (openbsd-386), const LOG_CRON Priority 592pkg log/syslog (openbsd-386), const LOG_DAEMON Priority 593pkg log/syslog (openbsd-386), const LOG_DEBUG Priority 594pkg log/syslog (openbsd-386), const LOG_EMERG Priority 595pkg log/syslog (openbsd-386), const LOG_ERR Priority 596pkg log/syslog (openbsd-386), const LOG_FTP Priority 597pkg log/syslog (openbsd-386), const LOG_INFO Priority 598pkg log/syslog (openbsd-386), const LOG_KERN Priority 599pkg log/syslog (openbsd-386), const LOG_LOCAL0 Priority 600pkg log/syslog (openbsd-386), const LOG_LOCAL1 Priority 601pkg log/syslog (openbsd-386), const LOG_LOCAL2 Priority 602pkg log/syslog (openbsd-386), const LOG_LOCAL3 Priority 603pkg log/syslog (openbsd-386), const LOG_LOCAL4 Priority 604pkg log/syslog (openbsd-386), const LOG_LOCAL5 Priority 605pkg log/syslog (openbsd-386), const LOG_LOCAL6 Priority 606pkg log/syslog (openbsd-386), const LOG_LOCAL7 Priority 607pkg log/syslog (openbsd-386), const LOG_LPR Priority 608pkg log/syslog (openbsd-386), const LOG_MAIL Priority 609pkg log/syslog (openbsd-386), const LOG_NEWS Priority 610pkg log/syslog (openbsd-386), const LOG_NOTICE Priority 611pkg log/syslog (openbsd-386), const LOG_SYSLOG Priority 612pkg log/syslog (openbsd-386), const LOG_USER Priority 613pkg log/syslog (openbsd-386), const LOG_UUCP Priority 614pkg log/syslog (openbsd-386), const LOG_WARNING Priority 615pkg log/syslog (openbsd-386), func Dial(string, string, Priority, string) (*Writer, error) 616pkg log/syslog (openbsd-386), func New(Priority, string) (*Writer, error) 617pkg log/syslog (openbsd-386), func NewLogger(Priority, int) (*log.Logger, error) 618pkg log/syslog (openbsd-386), method (*Writer) Alert(string) error 619pkg log/syslog (openbsd-386), method (*Writer) Close() error 620pkg log/syslog (openbsd-386), method (*Writer) Crit(string) error 621pkg log/syslog (openbsd-386), method (*Writer) Debug(string) error 622pkg log/syslog (openbsd-386), method (*Writer) Emerg(string) error 623pkg log/syslog (openbsd-386), method (*Writer) Err(string) error 624pkg log/syslog (openbsd-386), method (*Writer) Info(string) error 625pkg log/syslog (openbsd-386), method (*Writer) Notice(string) error 626pkg log/syslog (openbsd-386), method (*Writer) Warning(string) error 627pkg log/syslog (openbsd-386), method (*Writer) Write([]uint8) (int, error) 628pkg log/syslog (openbsd-386), type Priority int 629pkg log/syslog (openbsd-386), type Writer struct 630pkg log/syslog (openbsd-386-cgo), const LOG_ALERT Priority 631pkg log/syslog (openbsd-386-cgo), const LOG_AUTH Priority 632pkg log/syslog (openbsd-386-cgo), const LOG_AUTHPRIV Priority 633pkg log/syslog (openbsd-386-cgo), const LOG_CRIT Priority 634pkg log/syslog (openbsd-386-cgo), const LOG_CRON Priority 635pkg log/syslog (openbsd-386-cgo), const LOG_DAEMON Priority 636pkg log/syslog (openbsd-386-cgo), const LOG_DEBUG Priority 637pkg log/syslog (openbsd-386-cgo), const LOG_EMERG Priority 638pkg log/syslog (openbsd-386-cgo), const LOG_ERR Priority 639pkg log/syslog (openbsd-386-cgo), const LOG_FTP Priority 640pkg log/syslog (openbsd-386-cgo), const LOG_INFO Priority 641pkg log/syslog (openbsd-386-cgo), const LOG_KERN Priority 642pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL0 Priority 643pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL1 Priority 644pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL2 Priority 645pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL3 Priority 646pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL4 Priority 647pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL5 Priority 648pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL6 Priority 649pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL7 Priority 650pkg log/syslog (openbsd-386-cgo), const LOG_LPR Priority 651pkg log/syslog (openbsd-386-cgo), const LOG_MAIL Priority 652pkg log/syslog (openbsd-386-cgo), const LOG_NEWS Priority 653pkg log/syslog (openbsd-386-cgo), const LOG_NOTICE Priority 654pkg log/syslog (openbsd-386-cgo), const LOG_SYSLOG Priority 655pkg log/syslog (openbsd-386-cgo), const LOG_USER Priority 656pkg log/syslog (openbsd-386-cgo), const LOG_UUCP Priority 657pkg log/syslog (openbsd-386-cgo), const LOG_WARNING Priority 658pkg log/syslog (openbsd-386-cgo), func Dial(string, string, Priority, string) (*Writer, error) 659pkg log/syslog (openbsd-386-cgo), func New(Priority, string) (*Writer, error) 660pkg log/syslog (openbsd-386-cgo), func NewLogger(Priority, int) (*log.Logger, error) 661pkg log/syslog (openbsd-386-cgo), method (*Writer) Alert(string) error 662pkg log/syslog (openbsd-386-cgo), method (*Writer) Close() error 663pkg log/syslog (openbsd-386-cgo), method (*Writer) Crit(string) error 664pkg log/syslog (openbsd-386-cgo), method (*Writer) Debug(string) error 665pkg log/syslog (openbsd-386-cgo), method (*Writer) Emerg(string) error 666pkg log/syslog (openbsd-386-cgo), method (*Writer) Err(string) error 667pkg log/syslog (openbsd-386-cgo), method (*Writer) Info(string) error 668pkg log/syslog (openbsd-386-cgo), method (*Writer) Notice(string) error 669pkg log/syslog (openbsd-386-cgo), method (*Writer) Warning(string) error 670pkg log/syslog (openbsd-386-cgo), method (*Writer) Write([]uint8) (int, error) 671pkg log/syslog (openbsd-386-cgo), type Priority int 672pkg log/syslog (openbsd-386-cgo), type Writer struct 673pkg log/syslog (openbsd-amd64), const LOG_ALERT Priority 674pkg log/syslog (openbsd-amd64), const LOG_AUTH Priority 675pkg log/syslog (openbsd-amd64), const LOG_AUTHPRIV Priority 676pkg log/syslog (openbsd-amd64), const LOG_CRIT Priority 677pkg log/syslog (openbsd-amd64), const LOG_CRON Priority 678pkg log/syslog (openbsd-amd64), const LOG_DAEMON Priority 679pkg log/syslog (openbsd-amd64), const LOG_DEBUG Priority 680pkg log/syslog (openbsd-amd64), const LOG_EMERG Priority 681pkg log/syslog (openbsd-amd64), const LOG_ERR Priority 682pkg log/syslog (openbsd-amd64), const LOG_FTP Priority 683pkg log/syslog (openbsd-amd64), const LOG_INFO Priority 684pkg log/syslog (openbsd-amd64), const LOG_KERN Priority 685pkg log/syslog (openbsd-amd64), const LOG_LOCAL0 Priority 686pkg log/syslog (openbsd-amd64), const LOG_LOCAL1 Priority 687pkg log/syslog (openbsd-amd64), const LOG_LOCAL2 Priority 688pkg log/syslog (openbsd-amd64), const LOG_LOCAL3 Priority 689pkg log/syslog (openbsd-amd64), const LOG_LOCAL4 Priority 690pkg log/syslog (openbsd-amd64), const LOG_LOCAL5 Priority 691pkg log/syslog (openbsd-amd64), const LOG_LOCAL6 Priority 692pkg log/syslog (openbsd-amd64), const LOG_LOCAL7 Priority 693pkg log/syslog (openbsd-amd64), const LOG_LPR Priority 694pkg log/syslog (openbsd-amd64), const LOG_MAIL Priority 695pkg log/syslog (openbsd-amd64), const LOG_NEWS Priority 696pkg log/syslog (openbsd-amd64), const LOG_NOTICE Priority 697pkg log/syslog (openbsd-amd64), const LOG_SYSLOG Priority 698pkg log/syslog (openbsd-amd64), const LOG_USER Priority 699pkg log/syslog (openbsd-amd64), const LOG_UUCP Priority 700pkg log/syslog (openbsd-amd64), const LOG_WARNING Priority 701pkg log/syslog (openbsd-amd64), func Dial(string, string, Priority, string) (*Writer, error) 702pkg log/syslog (openbsd-amd64), func New(Priority, string) (*Writer, error) 703pkg log/syslog (openbsd-amd64), func NewLogger(Priority, int) (*log.Logger, error) 704pkg log/syslog (openbsd-amd64), method (*Writer) Alert(string) error 705pkg log/syslog (openbsd-amd64), method (*Writer) Close() error 706pkg log/syslog (openbsd-amd64), method (*Writer) Crit(string) error 707pkg log/syslog (openbsd-amd64), method (*Writer) Debug(string) error 708pkg log/syslog (openbsd-amd64), method (*Writer) Emerg(string) error 709pkg log/syslog (openbsd-amd64), method (*Writer) Err(string) error 710pkg log/syslog (openbsd-amd64), method (*Writer) Info(string) error 711pkg log/syslog (openbsd-amd64), method (*Writer) Notice(string) error 712pkg log/syslog (openbsd-amd64), method (*Writer) Warning(string) error 713pkg log/syslog (openbsd-amd64), method (*Writer) Write([]uint8) (int, error) 714pkg log/syslog (openbsd-amd64), type Priority int 715pkg log/syslog (openbsd-amd64), type Writer struct 716pkg log/syslog (openbsd-amd64-cgo), const LOG_ALERT Priority 717pkg log/syslog (openbsd-amd64-cgo), const LOG_AUTH Priority 718pkg log/syslog (openbsd-amd64-cgo), const LOG_AUTHPRIV Priority 719pkg log/syslog (openbsd-amd64-cgo), const LOG_CRIT Priority 720pkg log/syslog (openbsd-amd64-cgo), const LOG_CRON Priority 721pkg log/syslog (openbsd-amd64-cgo), const LOG_DAEMON Priority 722pkg log/syslog (openbsd-amd64-cgo), const LOG_DEBUG Priority 723pkg log/syslog (openbsd-amd64-cgo), const LOG_EMERG Priority 724pkg log/syslog (openbsd-amd64-cgo), const LOG_ERR Priority 725pkg log/syslog (openbsd-amd64-cgo), const LOG_FTP Priority 726pkg log/syslog (openbsd-amd64-cgo), const LOG_INFO Priority 727pkg log/syslog (openbsd-amd64-cgo), const LOG_KERN Priority 728pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL0 Priority 729pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL1 Priority 730pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL2 Priority 731pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL3 Priority 732pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL4 Priority 733pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL5 Priority 734pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL6 Priority 735pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL7 Priority 736pkg log/syslog (openbsd-amd64-cgo), const LOG_LPR Priority 737pkg log/syslog (openbsd-amd64-cgo), const LOG_MAIL Priority 738pkg log/syslog (openbsd-amd64-cgo), const LOG_NEWS Priority 739pkg log/syslog (openbsd-amd64-cgo), const LOG_NOTICE Priority 740pkg log/syslog (openbsd-amd64-cgo), const LOG_SYSLOG Priority 741pkg log/syslog (openbsd-amd64-cgo), const LOG_USER Priority 742pkg log/syslog (openbsd-amd64-cgo), const LOG_UUCP Priority 743pkg log/syslog (openbsd-amd64-cgo), const LOG_WARNING Priority 744pkg log/syslog (openbsd-amd64-cgo), func Dial(string, string, Priority, string) (*Writer, error) 745pkg log/syslog (openbsd-amd64-cgo), func New(Priority, string) (*Writer, error) 746pkg log/syslog (openbsd-amd64-cgo), func NewLogger(Priority, int) (*log.Logger, error) 747pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Alert(string) error 748pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Close() error 749pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Crit(string) error 750pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Debug(string) error 751pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Emerg(string) error 752pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Err(string) error 753pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Info(string) error 754pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Notice(string) error 755pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Warning(string) error 756pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Write([]uint8) (int, error) 757pkg log/syslog (openbsd-amd64-cgo), type Priority int 758pkg log/syslog (openbsd-amd64-cgo), type Writer struct 759pkg net, method (*IP) UnmarshalText([]uint8) error 760pkg net, method (*TCPConn) SetKeepAlivePeriod(time.Duration) error 761pkg net, method (IP) MarshalText() ([]uint8, error) 762pkg net, type Dialer struct, DualStack bool 763pkg net/smtp, method (*Client) Close() error 764pkg os (linux-arm), const O_SYNC = 1052672 765pkg os (linux-arm-cgo), const O_SYNC = 1052672 766pkg reflect, method (Value) SetCap(int) 767pkg reflect, method (Value) Slice3(int, int, int) Value 768pkg runtime, type MemStats struct, GCSys uint64 769pkg runtime, type MemStats struct, OtherSys uint64 770pkg runtime/debug, func SetMaxStack(int) int 771pkg runtime/debug, func SetMaxThreads(int) int 772pkg sort, func Stable(Interface) 773pkg strings, func IndexByte(string, uint8) int 774pkg sync/atomic, func SwapInt32(*int32, int32) int32 775pkg sync/atomic, func SwapInt64(*int64, int64) int64 776pkg sync/atomic, func SwapPointer(*unsafe.Pointer, unsafe.Pointer) unsafe.Pointer 777pkg sync/atomic, func SwapUint32(*uint32, uint32) uint32 778pkg sync/atomic, func SwapUint64(*uint64, uint64) uint64 779pkg sync/atomic, func SwapUintptr(*uintptr, uintptr) uintptr 780pkg syscall (darwin-386), const ICMP6_FILTER = 18 781pkg syscall (darwin-386), const ICMP6_FILTER ideal-int 782pkg syscall (darwin-386), const ImplementsGetwd = true 783pkg syscall (darwin-386), const PRIO_PGRP = 1 784pkg syscall (darwin-386), const PRIO_PGRP ideal-int 785pkg syscall (darwin-386), const PRIO_PROCESS = 0 786pkg syscall (darwin-386), const PRIO_PROCESS ideal-int 787pkg syscall (darwin-386), const PRIO_USER = 2 788pkg syscall (darwin-386), const PRIO_USER ideal-int 789pkg syscall (darwin-386), const SizeofICMPv6Filter = 32 790pkg syscall (darwin-386), const SizeofICMPv6Filter ideal-int 791pkg syscall (darwin-386), const SizeofIPv6MTUInfo = 32 792pkg syscall (darwin-386), const SizeofIPv6MTUInfo ideal-int 793pkg syscall (darwin-386), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 794pkg syscall (darwin-386), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 795pkg syscall (darwin-386), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 796pkg syscall (darwin-386), type ICMPv6Filter struct 797pkg syscall (darwin-386), type ICMPv6Filter struct, Filt [8]uint32 798pkg syscall (darwin-386), type IPv6MTUInfo struct 799pkg syscall (darwin-386), type IPv6MTUInfo struct, Addr RawSockaddrInet6 800pkg syscall (darwin-386), type IPv6MTUInfo struct, Mtu uint32 801pkg syscall (darwin-386-cgo), const ICMP6_FILTER = 18 802pkg syscall (darwin-386-cgo), const ICMP6_FILTER ideal-int 803pkg syscall (darwin-386-cgo), const ImplementsGetwd = true 804pkg syscall (darwin-386-cgo), const PRIO_PGRP = 1 805pkg syscall (darwin-386-cgo), const PRIO_PGRP ideal-int 806pkg syscall (darwin-386-cgo), const PRIO_PROCESS = 0 807pkg syscall (darwin-386-cgo), const PRIO_PROCESS ideal-int 808pkg syscall (darwin-386-cgo), const PRIO_USER = 2 809pkg syscall (darwin-386-cgo), const PRIO_USER ideal-int 810pkg syscall (darwin-386-cgo), const SizeofICMPv6Filter = 32 811pkg syscall (darwin-386-cgo), const SizeofICMPv6Filter ideal-int 812pkg syscall (darwin-386-cgo), const SizeofIPv6MTUInfo = 32 813pkg syscall (darwin-386-cgo), const SizeofIPv6MTUInfo ideal-int 814pkg syscall (darwin-386-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 815pkg syscall (darwin-386-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 816pkg syscall (darwin-386-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 817pkg syscall (darwin-386-cgo), type ICMPv6Filter struct 818pkg syscall (darwin-386-cgo), type ICMPv6Filter struct, Filt [8]uint32 819pkg syscall (darwin-386-cgo), type IPv6MTUInfo struct 820pkg syscall (darwin-386-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 821pkg syscall (darwin-386-cgo), type IPv6MTUInfo struct, Mtu uint32 822pkg syscall (darwin-amd64), const ICMP6_FILTER = 18 823pkg syscall (darwin-amd64), const ICMP6_FILTER ideal-int 824pkg syscall (darwin-amd64), const ImplementsGetwd = true 825pkg syscall (darwin-amd64), const PRIO_PGRP = 1 826pkg syscall (darwin-amd64), const PRIO_PGRP ideal-int 827pkg syscall (darwin-amd64), const PRIO_PROCESS = 0 828pkg syscall (darwin-amd64), const PRIO_PROCESS ideal-int 829pkg syscall (darwin-amd64), const PRIO_USER = 2 830pkg syscall (darwin-amd64), const PRIO_USER ideal-int 831pkg syscall (darwin-amd64), const SizeofICMPv6Filter = 32 832pkg syscall (darwin-amd64), const SizeofICMPv6Filter ideal-int 833pkg syscall (darwin-amd64), const SizeofIPv6MTUInfo = 32 834pkg syscall (darwin-amd64), const SizeofIPv6MTUInfo ideal-int 835pkg syscall (darwin-amd64), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 836pkg syscall (darwin-amd64), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 837pkg syscall (darwin-amd64), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 838pkg syscall (darwin-amd64), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 839pkg syscall (darwin-amd64), type ICMPv6Filter struct 840pkg syscall (darwin-amd64), type ICMPv6Filter struct, Filt [8]uint32 841pkg syscall (darwin-amd64), type IPv6MTUInfo struct 842pkg syscall (darwin-amd64), type IPv6MTUInfo struct, Addr RawSockaddrInet6 843pkg syscall (darwin-amd64), type IPv6MTUInfo struct, Mtu uint32 844pkg syscall (darwin-amd64-cgo), const ICMP6_FILTER = 18 845pkg syscall (darwin-amd64-cgo), const ICMP6_FILTER ideal-int 846pkg syscall (darwin-amd64-cgo), const ImplementsGetwd = true 847pkg syscall (darwin-amd64-cgo), const PRIO_PGRP = 1 848pkg syscall (darwin-amd64-cgo), const PRIO_PGRP ideal-int 849pkg syscall (darwin-amd64-cgo), const PRIO_PROCESS = 0 850pkg syscall (darwin-amd64-cgo), const PRIO_PROCESS ideal-int 851pkg syscall (darwin-amd64-cgo), const PRIO_USER = 2 852pkg syscall (darwin-amd64-cgo), const PRIO_USER ideal-int 853pkg syscall (darwin-amd64-cgo), const SizeofICMPv6Filter = 32 854pkg syscall (darwin-amd64-cgo), const SizeofICMPv6Filter ideal-int 855pkg syscall (darwin-amd64-cgo), const SizeofIPv6MTUInfo = 32 856pkg syscall (darwin-amd64-cgo), const SizeofIPv6MTUInfo ideal-int 857pkg syscall (darwin-amd64-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 858pkg syscall (darwin-amd64-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 859pkg syscall (darwin-amd64-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 860pkg syscall (darwin-amd64-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 861pkg syscall (darwin-amd64-cgo), type ICMPv6Filter struct 862pkg syscall (darwin-amd64-cgo), type ICMPv6Filter struct, Filt [8]uint32 863pkg syscall (darwin-amd64-cgo), type IPv6MTUInfo struct 864pkg syscall (darwin-amd64-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 865pkg syscall (darwin-amd64-cgo), type IPv6MTUInfo struct, Mtu uint32 866pkg syscall (freebsd-386), const F_DUP2FD_CLOEXEC = 18 867pkg syscall (freebsd-386), const F_DUP2FD_CLOEXEC ideal-int 868pkg syscall (freebsd-386), const F_DUPFD_CLOEXEC = 17 869pkg syscall (freebsd-386), const F_DUPFD_CLOEXEC ideal-int 870pkg syscall (freebsd-386), const ICMP6_FILTER = 18 871pkg syscall (freebsd-386), const ICMP6_FILTER ideal-int 872pkg syscall (freebsd-386), const PRIO_PGRP = 1 873pkg syscall (freebsd-386), const PRIO_PGRP ideal-int 874pkg syscall (freebsd-386), const PRIO_PROCESS = 0 875pkg syscall (freebsd-386), const PRIO_PROCESS ideal-int 876pkg syscall (freebsd-386), const PRIO_USER = 2 877pkg syscall (freebsd-386), const PRIO_USER ideal-int 878pkg syscall (freebsd-386), const SizeofICMPv6Filter = 32 879pkg syscall (freebsd-386), const SizeofICMPv6Filter ideal-int 880pkg syscall (freebsd-386), const SizeofIPv6MTUInfo = 32 881pkg syscall (freebsd-386), const SizeofIPv6MTUInfo ideal-int 882pkg syscall (freebsd-386), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 883pkg syscall (freebsd-386), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 884pkg syscall (freebsd-386), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 885pkg syscall (freebsd-386), type ICMPv6Filter struct 886pkg syscall (freebsd-386), type ICMPv6Filter struct, Filt [8]uint32 887pkg syscall (freebsd-386), type IPv6MTUInfo struct 888pkg syscall (freebsd-386), type IPv6MTUInfo struct, Addr RawSockaddrInet6 889pkg syscall (freebsd-386), type IPv6MTUInfo struct, Mtu uint32 890pkg syscall (freebsd-386-cgo), const AF_APPLETALK ideal-int 891pkg syscall (freebsd-386-cgo), const AF_ARP ideal-int 892pkg syscall (freebsd-386-cgo), const AF_ATM ideal-int 893pkg syscall (freebsd-386-cgo), const AF_BLUETOOTH ideal-int 894pkg syscall (freebsd-386-cgo), const AF_CCITT ideal-int 895pkg syscall (freebsd-386-cgo), const AF_CHAOS ideal-int 896pkg syscall (freebsd-386-cgo), const AF_CNT ideal-int 897pkg syscall (freebsd-386-cgo), const AF_COIP ideal-int 898pkg syscall (freebsd-386-cgo), const AF_DATAKIT ideal-int 899pkg syscall (freebsd-386-cgo), const AF_DECnet ideal-int 900pkg syscall (freebsd-386-cgo), const AF_DLI ideal-int 901pkg syscall (freebsd-386-cgo), const AF_E164 ideal-int 902pkg syscall (freebsd-386-cgo), const AF_ECMA ideal-int 903pkg syscall (freebsd-386-cgo), const AF_HYLINK ideal-int 904pkg syscall (freebsd-386-cgo), const AF_IEEE80211 ideal-int 905pkg syscall (freebsd-386-cgo), const AF_IMPLINK ideal-int 906pkg syscall (freebsd-386-cgo), const AF_IPX ideal-int 907pkg syscall (freebsd-386-cgo), const AF_ISDN ideal-int 908pkg syscall (freebsd-386-cgo), const AF_ISO ideal-int 909pkg syscall (freebsd-386-cgo), const AF_LAT ideal-int 910pkg syscall (freebsd-386-cgo), const AF_LINK ideal-int 911pkg syscall (freebsd-386-cgo), const AF_LOCAL ideal-int 912pkg syscall (freebsd-386-cgo), const AF_MAX ideal-int 913pkg syscall (freebsd-386-cgo), const AF_NATM ideal-int 914pkg syscall (freebsd-386-cgo), const AF_NETBIOS ideal-int 915pkg syscall (freebsd-386-cgo), const AF_NETGRAPH ideal-int 916pkg syscall (freebsd-386-cgo), const AF_OSI ideal-int 917pkg syscall (freebsd-386-cgo), const AF_PUP ideal-int 918pkg syscall (freebsd-386-cgo), const AF_ROUTE ideal-int 919pkg syscall (freebsd-386-cgo), const AF_SCLUSTER ideal-int 920pkg syscall (freebsd-386-cgo), const AF_SIP ideal-int 921pkg syscall (freebsd-386-cgo), const AF_SLOW ideal-int 922pkg syscall (freebsd-386-cgo), const AF_SNA ideal-int 923pkg syscall (freebsd-386-cgo), const AF_VENDOR00 ideal-int 924pkg syscall (freebsd-386-cgo), const AF_VENDOR01 ideal-int 925pkg syscall (freebsd-386-cgo), const AF_VENDOR02 ideal-int 926pkg syscall (freebsd-386-cgo), const AF_VENDOR03 ideal-int 927pkg syscall (freebsd-386-cgo), const AF_VENDOR04 ideal-int 928pkg syscall (freebsd-386-cgo), const AF_VENDOR05 ideal-int 929pkg syscall (freebsd-386-cgo), const AF_VENDOR06 ideal-int 930pkg syscall (freebsd-386-cgo), const AF_VENDOR07 ideal-int 931pkg syscall (freebsd-386-cgo), const AF_VENDOR08 ideal-int 932pkg syscall (freebsd-386-cgo), const AF_VENDOR09 ideal-int 933pkg syscall (freebsd-386-cgo), const AF_VENDOR10 ideal-int 934pkg syscall (freebsd-386-cgo), const AF_VENDOR11 ideal-int 935pkg syscall (freebsd-386-cgo), const AF_VENDOR12 ideal-int 936pkg syscall (freebsd-386-cgo), const AF_VENDOR13 ideal-int 937pkg syscall (freebsd-386-cgo), const AF_VENDOR14 ideal-int 938pkg syscall (freebsd-386-cgo), const AF_VENDOR15 ideal-int 939pkg syscall (freebsd-386-cgo), const AF_VENDOR16 ideal-int 940pkg syscall (freebsd-386-cgo), const AF_VENDOR17 ideal-int 941pkg syscall (freebsd-386-cgo), const AF_VENDOR18 ideal-int 942pkg syscall (freebsd-386-cgo), const AF_VENDOR19 ideal-int 943pkg syscall (freebsd-386-cgo), const AF_VENDOR20 ideal-int 944pkg syscall (freebsd-386-cgo), const AF_VENDOR21 ideal-int 945pkg syscall (freebsd-386-cgo), const AF_VENDOR22 ideal-int 946pkg syscall (freebsd-386-cgo), const AF_VENDOR23 ideal-int 947pkg syscall (freebsd-386-cgo), const AF_VENDOR24 ideal-int 948pkg syscall (freebsd-386-cgo), const AF_VENDOR25 ideal-int 949pkg syscall (freebsd-386-cgo), const AF_VENDOR26 ideal-int 950pkg syscall (freebsd-386-cgo), const AF_VENDOR27 ideal-int 951pkg syscall (freebsd-386-cgo), const AF_VENDOR28 ideal-int 952pkg syscall (freebsd-386-cgo), const AF_VENDOR29 ideal-int 953pkg syscall (freebsd-386-cgo), const AF_VENDOR30 ideal-int 954pkg syscall (freebsd-386-cgo), const AF_VENDOR31 ideal-int 955pkg syscall (freebsd-386-cgo), const AF_VENDOR32 ideal-int 956pkg syscall (freebsd-386-cgo), const AF_VENDOR33 ideal-int 957pkg syscall (freebsd-386-cgo), const AF_VENDOR34 ideal-int 958pkg syscall (freebsd-386-cgo), const AF_VENDOR35 ideal-int 959pkg syscall (freebsd-386-cgo), const AF_VENDOR36 ideal-int 960pkg syscall (freebsd-386-cgo), const AF_VENDOR37 ideal-int 961pkg syscall (freebsd-386-cgo), const AF_VENDOR38 ideal-int 962pkg syscall (freebsd-386-cgo), const AF_VENDOR39 ideal-int 963pkg syscall (freebsd-386-cgo), const AF_VENDOR40 ideal-int 964pkg syscall (freebsd-386-cgo), const AF_VENDOR41 ideal-int 965pkg syscall (freebsd-386-cgo), const AF_VENDOR42 ideal-int 966pkg syscall (freebsd-386-cgo), const AF_VENDOR43 ideal-int 967pkg syscall (freebsd-386-cgo), const AF_VENDOR44 ideal-int 968pkg syscall (freebsd-386-cgo), const AF_VENDOR45 ideal-int 969pkg syscall (freebsd-386-cgo), const AF_VENDOR46 ideal-int 970pkg syscall (freebsd-386-cgo), const AF_VENDOR47 ideal-int 971pkg syscall (freebsd-386-cgo), const B0 ideal-int 972pkg syscall (freebsd-386-cgo), const B110 ideal-int 973pkg syscall (freebsd-386-cgo), const B115200 ideal-int 974pkg syscall (freebsd-386-cgo), const B1200 ideal-int 975pkg syscall (freebsd-386-cgo), const B134 ideal-int 976pkg syscall (freebsd-386-cgo), const B14400 ideal-int 977pkg syscall (freebsd-386-cgo), const B150 ideal-int 978pkg syscall (freebsd-386-cgo), const B1800 ideal-int 979pkg syscall (freebsd-386-cgo), const B19200 ideal-int 980pkg syscall (freebsd-386-cgo), const B200 ideal-int 981pkg syscall (freebsd-386-cgo), const B230400 ideal-int 982pkg syscall (freebsd-386-cgo), const B2400 ideal-int 983pkg syscall (freebsd-386-cgo), const B28800 ideal-int 984pkg syscall (freebsd-386-cgo), const B300 ideal-int 985pkg syscall (freebsd-386-cgo), const B38400 ideal-int 986pkg syscall (freebsd-386-cgo), const B460800 ideal-int 987pkg syscall (freebsd-386-cgo), const B4800 ideal-int 988pkg syscall (freebsd-386-cgo), const B50 ideal-int 989pkg syscall (freebsd-386-cgo), const B57600 ideal-int 990pkg syscall (freebsd-386-cgo), const B600 ideal-int 991pkg syscall (freebsd-386-cgo), const B7200 ideal-int 992pkg syscall (freebsd-386-cgo), const B75 ideal-int 993pkg syscall (freebsd-386-cgo), const B76800 ideal-int 994pkg syscall (freebsd-386-cgo), const B921600 ideal-int 995pkg syscall (freebsd-386-cgo), const B9600 ideal-int 996pkg syscall (freebsd-386-cgo), const BIOCFEEDBACK ideal-int 997pkg syscall (freebsd-386-cgo), const BIOCFLUSH ideal-int 998pkg syscall (freebsd-386-cgo), const BIOCGBLEN ideal-int 999pkg syscall (freebsd-386-cgo), const BIOCGDIRECTION ideal-int 1000pkg syscall (freebsd-386-cgo), const BIOCGDLT ideal-int 1001pkg syscall (freebsd-386-cgo), const BIOCGDLTLIST ideal-int 1002pkg syscall (freebsd-386-cgo), const BIOCGETBUFMODE ideal-int 1003pkg syscall (freebsd-386-cgo), const BIOCGETIF ideal-int 1004pkg syscall (freebsd-386-cgo), const BIOCGETZMAX ideal-int 1005pkg syscall (freebsd-386-cgo), const BIOCGHDRCMPLT ideal-int 1006pkg syscall (freebsd-386-cgo), const BIOCGRSIG ideal-int 1007pkg syscall (freebsd-386-cgo), const BIOCGRTIMEOUT ideal-int 1008pkg syscall (freebsd-386-cgo), const BIOCGSEESENT ideal-int 1009pkg syscall (freebsd-386-cgo), const BIOCGSTATS ideal-int 1010pkg syscall (freebsd-386-cgo), const BIOCGTSTAMP ideal-int 1011pkg syscall (freebsd-386-cgo), const BIOCIMMEDIATE ideal-int 1012pkg syscall (freebsd-386-cgo), const BIOCLOCK ideal-int 1013pkg syscall (freebsd-386-cgo), const BIOCPROMISC ideal-int 1014pkg syscall (freebsd-386-cgo), const BIOCROTZBUF ideal-int 1015pkg syscall (freebsd-386-cgo), const BIOCSBLEN ideal-int 1016pkg syscall (freebsd-386-cgo), const BIOCSDIRECTION ideal-int 1017pkg syscall (freebsd-386-cgo), const BIOCSDLT ideal-int 1018pkg syscall (freebsd-386-cgo), const BIOCSETBUFMODE ideal-int 1019pkg syscall (freebsd-386-cgo), const BIOCSETF ideal-int 1020pkg syscall (freebsd-386-cgo), const BIOCSETFNR ideal-int 1021pkg syscall (freebsd-386-cgo), const BIOCSETIF ideal-int 1022pkg syscall (freebsd-386-cgo), const BIOCSETWF ideal-int 1023pkg syscall (freebsd-386-cgo), const BIOCSETZBUF ideal-int 1024pkg syscall (freebsd-386-cgo), const BIOCSHDRCMPLT ideal-int 1025pkg syscall (freebsd-386-cgo), const BIOCSRSIG ideal-int 1026pkg syscall (freebsd-386-cgo), const BIOCSRTIMEOUT ideal-int 1027pkg syscall (freebsd-386-cgo), const BIOCSSEESENT ideal-int 1028pkg syscall (freebsd-386-cgo), const BIOCSTSTAMP ideal-int 1029pkg syscall (freebsd-386-cgo), const BIOCVERSION ideal-int 1030pkg syscall (freebsd-386-cgo), const BPF_A ideal-int 1031pkg syscall (freebsd-386-cgo), const BPF_ABS ideal-int 1032pkg syscall (freebsd-386-cgo), const BPF_ADD ideal-int 1033pkg syscall (freebsd-386-cgo), const BPF_ALIGNMENT ideal-int 1034pkg syscall (freebsd-386-cgo), const BPF_ALU ideal-int 1035pkg syscall (freebsd-386-cgo), const BPF_AND ideal-int 1036pkg syscall (freebsd-386-cgo), const BPF_B ideal-int 1037pkg syscall (freebsd-386-cgo), const BPF_BUFMODE_BUFFER ideal-int 1038pkg syscall (freebsd-386-cgo), const BPF_BUFMODE_ZBUF ideal-int 1039pkg syscall (freebsd-386-cgo), const BPF_DIV ideal-int 1040pkg syscall (freebsd-386-cgo), const BPF_H ideal-int 1041pkg syscall (freebsd-386-cgo), const BPF_IMM ideal-int 1042pkg syscall (freebsd-386-cgo), const BPF_IND ideal-int 1043pkg syscall (freebsd-386-cgo), const BPF_JA ideal-int 1044pkg syscall (freebsd-386-cgo), const BPF_JEQ ideal-int 1045pkg syscall (freebsd-386-cgo), const BPF_JGE ideal-int 1046pkg syscall (freebsd-386-cgo), const BPF_JGT ideal-int 1047pkg syscall (freebsd-386-cgo), const BPF_JMP ideal-int 1048pkg syscall (freebsd-386-cgo), const BPF_JSET ideal-int 1049pkg syscall (freebsd-386-cgo), const BPF_K ideal-int 1050pkg syscall (freebsd-386-cgo), const BPF_LD ideal-int 1051pkg syscall (freebsd-386-cgo), const BPF_LDX ideal-int 1052pkg syscall (freebsd-386-cgo), const BPF_LEN ideal-int 1053pkg syscall (freebsd-386-cgo), const BPF_LSH ideal-int 1054pkg syscall (freebsd-386-cgo), const BPF_MAJOR_VERSION ideal-int 1055pkg syscall (freebsd-386-cgo), const BPF_MAXBUFSIZE ideal-int 1056pkg syscall (freebsd-386-cgo), const BPF_MAXINSNS ideal-int 1057pkg syscall (freebsd-386-cgo), const BPF_MEM ideal-int 1058pkg syscall (freebsd-386-cgo), const BPF_MEMWORDS ideal-int 1059pkg syscall (freebsd-386-cgo), const BPF_MINBUFSIZE ideal-int 1060pkg syscall (freebsd-386-cgo), const BPF_MINOR_VERSION ideal-int 1061pkg syscall (freebsd-386-cgo), const BPF_MISC ideal-int 1062pkg syscall (freebsd-386-cgo), const BPF_MSH ideal-int 1063pkg syscall (freebsd-386-cgo), const BPF_MUL ideal-int 1064pkg syscall (freebsd-386-cgo), const BPF_NEG ideal-int 1065pkg syscall (freebsd-386-cgo), const BPF_OR ideal-int 1066pkg syscall (freebsd-386-cgo), const BPF_RELEASE ideal-int 1067pkg syscall (freebsd-386-cgo), const BPF_RET ideal-int 1068pkg syscall (freebsd-386-cgo), const BPF_RSH ideal-int 1069pkg syscall (freebsd-386-cgo), const BPF_ST ideal-int 1070pkg syscall (freebsd-386-cgo), const BPF_STX ideal-int 1071pkg syscall (freebsd-386-cgo), const BPF_SUB ideal-int 1072pkg syscall (freebsd-386-cgo), const BPF_TAX ideal-int 1073pkg syscall (freebsd-386-cgo), const BPF_TXA ideal-int 1074pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME ideal-int 1075pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_FAST ideal-int 1076pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_MONOTONIC ideal-int 1077pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int 1078pkg syscall (freebsd-386-cgo), const BPF_T_FAST ideal-int 1079pkg syscall (freebsd-386-cgo), const BPF_T_FLAG_MASK ideal-int 1080pkg syscall (freebsd-386-cgo), const BPF_T_FORMAT_MASK ideal-int 1081pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME ideal-int 1082pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_FAST ideal-int 1083pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_MONOTONIC ideal-int 1084pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int 1085pkg syscall (freebsd-386-cgo), const BPF_T_MONOTONIC ideal-int 1086pkg syscall (freebsd-386-cgo), const BPF_T_MONOTONIC_FAST ideal-int 1087pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME ideal-int 1088pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_FAST ideal-int 1089pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_MONOTONIC ideal-int 1090pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int 1091pkg syscall (freebsd-386-cgo), const BPF_T_NONE ideal-int 1092pkg syscall (freebsd-386-cgo), const BPF_T_NORMAL ideal-int 1093pkg syscall (freebsd-386-cgo), const BPF_W ideal-int 1094pkg syscall (freebsd-386-cgo), const BPF_X ideal-int 1095pkg syscall (freebsd-386-cgo), const BRKINT ideal-int 1096pkg syscall (freebsd-386-cgo), const CFLUSH ideal-int 1097pkg syscall (freebsd-386-cgo), const CLOCAL ideal-int 1098pkg syscall (freebsd-386-cgo), const CREAD ideal-int 1099pkg syscall (freebsd-386-cgo), const CS5 ideal-int 1100pkg syscall (freebsd-386-cgo), const CS6 ideal-int 1101pkg syscall (freebsd-386-cgo), const CS7 ideal-int 1102pkg syscall (freebsd-386-cgo), const CS8 ideal-int 1103pkg syscall (freebsd-386-cgo), const CSIZE ideal-int 1104pkg syscall (freebsd-386-cgo), const CSTART ideal-int 1105pkg syscall (freebsd-386-cgo), const CSTATUS ideal-int 1106pkg syscall (freebsd-386-cgo), const CSTOP ideal-int 1107pkg syscall (freebsd-386-cgo), const CSTOPB ideal-int 1108pkg syscall (freebsd-386-cgo), const CSUSP ideal-int 1109pkg syscall (freebsd-386-cgo), const CTL_MAXNAME ideal-int 1110pkg syscall (freebsd-386-cgo), const CTL_NET ideal-int 1111pkg syscall (freebsd-386-cgo), const DLT_A429 ideal-int 1112pkg syscall (freebsd-386-cgo), const DLT_A653_ICM ideal-int 1113pkg syscall (freebsd-386-cgo), const DLT_AIRONET_HEADER ideal-int 1114pkg syscall (freebsd-386-cgo), const DLT_AOS ideal-int 1115pkg syscall (freebsd-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int 1116pkg syscall (freebsd-386-cgo), const DLT_ARCNET ideal-int 1117pkg syscall (freebsd-386-cgo), const DLT_ARCNET_LINUX ideal-int 1118pkg syscall (freebsd-386-cgo), const DLT_ATM_CLIP ideal-int 1119pkg syscall (freebsd-386-cgo), const DLT_ATM_RFC1483 ideal-int 1120pkg syscall (freebsd-386-cgo), const DLT_AURORA ideal-int 1121pkg syscall (freebsd-386-cgo), const DLT_AX25 ideal-int 1122pkg syscall (freebsd-386-cgo), const DLT_AX25_KISS ideal-int 1123pkg syscall (freebsd-386-cgo), const DLT_BACNET_MS_TP ideal-int 1124pkg syscall (freebsd-386-cgo), const DLT_BLUETOOTH_HCI_H4 ideal-int 1125pkg syscall (freebsd-386-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int 1126pkg syscall (freebsd-386-cgo), const DLT_CAN20B ideal-int 1127pkg syscall (freebsd-386-cgo), const DLT_CAN_SOCKETCAN ideal-int 1128pkg syscall (freebsd-386-cgo), const DLT_CHAOS ideal-int 1129pkg syscall (freebsd-386-cgo), const DLT_CHDLC ideal-int 1130pkg syscall (freebsd-386-cgo), const DLT_CISCO_IOS ideal-int 1131pkg syscall (freebsd-386-cgo), const DLT_C_HDLC ideal-int 1132pkg syscall (freebsd-386-cgo), const DLT_C_HDLC_WITH_DIR ideal-int 1133pkg syscall (freebsd-386-cgo), const DLT_DBUS ideal-int 1134pkg syscall (freebsd-386-cgo), const DLT_DECT ideal-int 1135pkg syscall (freebsd-386-cgo), const DLT_DOCSIS ideal-int 1136pkg syscall (freebsd-386-cgo), const DLT_DVB_CI ideal-int 1137pkg syscall (freebsd-386-cgo), const DLT_ECONET ideal-int 1138pkg syscall (freebsd-386-cgo), const DLT_EN10MB ideal-int 1139pkg syscall (freebsd-386-cgo), const DLT_EN3MB ideal-int 1140pkg syscall (freebsd-386-cgo), const DLT_ENC ideal-int 1141pkg syscall (freebsd-386-cgo), const DLT_ERF ideal-int 1142pkg syscall (freebsd-386-cgo), const DLT_ERF_ETH ideal-int 1143pkg syscall (freebsd-386-cgo), const DLT_ERF_POS ideal-int 1144pkg syscall (freebsd-386-cgo), const DLT_FC_2 ideal-int 1145pkg syscall (freebsd-386-cgo), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int 1146pkg syscall (freebsd-386-cgo), const DLT_FDDI ideal-int 1147pkg syscall (freebsd-386-cgo), const DLT_FLEXRAY ideal-int 1148pkg syscall (freebsd-386-cgo), const DLT_FRELAY ideal-int 1149pkg syscall (freebsd-386-cgo), const DLT_FRELAY_WITH_DIR ideal-int 1150pkg syscall (freebsd-386-cgo), const DLT_GCOM_SERIAL ideal-int 1151pkg syscall (freebsd-386-cgo), const DLT_GCOM_T1E1 ideal-int 1152pkg syscall (freebsd-386-cgo), const DLT_GPF_F ideal-int 1153pkg syscall (freebsd-386-cgo), const DLT_GPF_T ideal-int 1154pkg syscall (freebsd-386-cgo), const DLT_GPRS_LLC ideal-int 1155pkg syscall (freebsd-386-cgo), const DLT_GSMTAP_ABIS ideal-int 1156pkg syscall (freebsd-386-cgo), const DLT_GSMTAP_UM ideal-int 1157pkg syscall (freebsd-386-cgo), const DLT_HHDLC ideal-int 1158pkg syscall (freebsd-386-cgo), const DLT_IBM_SN ideal-int 1159pkg syscall (freebsd-386-cgo), const DLT_IBM_SP ideal-int 1160pkg syscall (freebsd-386-cgo), const DLT_IEEE802 ideal-int 1161pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11 ideal-int 1162pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11_RADIO ideal-int 1163pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int 1164pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4 ideal-int 1165pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_LINUX ideal-int 1166pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_NOFCS ideal-int 1167pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_NONASK_PHY ideal-int 1168pkg syscall (freebsd-386-cgo), const DLT_IEEE802_16_MAC_CPS ideal-int 1169pkg syscall (freebsd-386-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int 1170pkg syscall (freebsd-386-cgo), const DLT_IPFILTER ideal-int 1171pkg syscall (freebsd-386-cgo), const DLT_IPMB ideal-int 1172pkg syscall (freebsd-386-cgo), const DLT_IPMB_LINUX ideal-int 1173pkg syscall (freebsd-386-cgo), const DLT_IPNET ideal-int 1174pkg syscall (freebsd-386-cgo), const DLT_IPOIB ideal-int 1175pkg syscall (freebsd-386-cgo), const DLT_IPV4 ideal-int 1176pkg syscall (freebsd-386-cgo), const DLT_IPV6 ideal-int 1177pkg syscall (freebsd-386-cgo), const DLT_IP_OVER_FC ideal-int 1178pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM1 ideal-int 1179pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM2 ideal-int 1180pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM_CEMIC ideal-int 1181pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_CHDLC ideal-int 1182pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ES ideal-int 1183pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ETHER ideal-int 1184pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_FIBRECHANNEL ideal-int 1185pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_FRELAY ideal-int 1186pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_GGSN ideal-int 1187pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ISM ideal-int 1188pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MFR ideal-int 1189pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MLFR ideal-int 1190pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MLPPP ideal-int 1191pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MONITOR ideal-int 1192pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PIC_PEER ideal-int 1193pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPP ideal-int 1194pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPPOE ideal-int 1195pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPPOE_ATM ideal-int 1196pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_SERVICES ideal-int 1197pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_SRX_E2E ideal-int 1198pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ST ideal-int 1199pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_VP ideal-int 1200pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_VS ideal-int 1201pkg syscall (freebsd-386-cgo), const DLT_LAPB_WITH_DIR ideal-int 1202pkg syscall (freebsd-386-cgo), const DLT_LAPD ideal-int 1203pkg syscall (freebsd-386-cgo), const DLT_LIN ideal-int 1204pkg syscall (freebsd-386-cgo), const DLT_LINUX_EVDEV ideal-int 1205pkg syscall (freebsd-386-cgo), const DLT_LINUX_IRDA ideal-int 1206pkg syscall (freebsd-386-cgo), const DLT_LINUX_LAPD ideal-int 1207pkg syscall (freebsd-386-cgo), const DLT_LINUX_PPP_WITHDIRECTION ideal-int 1208pkg syscall (freebsd-386-cgo), const DLT_LINUX_SLL ideal-int 1209pkg syscall (freebsd-386-cgo), const DLT_LOOP ideal-int 1210pkg syscall (freebsd-386-cgo), const DLT_LTALK ideal-int 1211pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MAX ideal-int 1212pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MIN ideal-int 1213pkg syscall (freebsd-386-cgo), const DLT_MFR ideal-int 1214pkg syscall (freebsd-386-cgo), const DLT_MOST ideal-int 1215pkg syscall (freebsd-386-cgo), const DLT_MPLS ideal-int 1216pkg syscall (freebsd-386-cgo), const DLT_MTP2 ideal-int 1217pkg syscall (freebsd-386-cgo), const DLT_MTP2_WITH_PHDR ideal-int 1218pkg syscall (freebsd-386-cgo), const DLT_MTP3 ideal-int 1219pkg syscall (freebsd-386-cgo), const DLT_MUX27010 ideal-int 1220pkg syscall (freebsd-386-cgo), const DLT_NETANALYZER ideal-int 1221pkg syscall (freebsd-386-cgo), const DLT_NETANALYZER_TRANSPARENT ideal-int 1222pkg syscall (freebsd-386-cgo), const DLT_NFLOG ideal-int 1223pkg syscall (freebsd-386-cgo), const DLT_NULL ideal-int 1224pkg syscall (freebsd-386-cgo), const DLT_PCI_EXP ideal-int 1225pkg syscall (freebsd-386-cgo), const DLT_PFLOG ideal-int 1226pkg syscall (freebsd-386-cgo), const DLT_PFSYNC ideal-int 1227pkg syscall (freebsd-386-cgo), const DLT_PPI ideal-int 1228pkg syscall (freebsd-386-cgo), const DLT_PPP ideal-int 1229pkg syscall (freebsd-386-cgo), const DLT_PPP_BSDOS ideal-int 1230pkg syscall (freebsd-386-cgo), const DLT_PPP_ETHER ideal-int 1231pkg syscall (freebsd-386-cgo), const DLT_PPP_PPPD ideal-int 1232pkg syscall (freebsd-386-cgo), const DLT_PPP_SERIAL ideal-int 1233pkg syscall (freebsd-386-cgo), const DLT_PPP_WITH_DIR ideal-int 1234pkg syscall (freebsd-386-cgo), const DLT_PPP_WITH_DIRECTION ideal-int 1235pkg syscall (freebsd-386-cgo), const DLT_PRISM_HEADER ideal-int 1236pkg syscall (freebsd-386-cgo), const DLT_PRONET ideal-int 1237pkg syscall (freebsd-386-cgo), const DLT_RAIF1 ideal-int 1238pkg syscall (freebsd-386-cgo), const DLT_RAW ideal-int 1239pkg syscall (freebsd-386-cgo), const DLT_RIO ideal-int 1240pkg syscall (freebsd-386-cgo), const DLT_SCCP ideal-int 1241pkg syscall (freebsd-386-cgo), const DLT_SITA ideal-int 1242pkg syscall (freebsd-386-cgo), const DLT_SLIP ideal-int 1243pkg syscall (freebsd-386-cgo), const DLT_SLIP_BSDOS ideal-int 1244pkg syscall (freebsd-386-cgo), const DLT_STANAG_5066_D_PDU ideal-int 1245pkg syscall (freebsd-386-cgo), const DLT_SUNATM ideal-int 1246pkg syscall (freebsd-386-cgo), const DLT_SYMANTEC_FIREWALL ideal-int 1247pkg syscall (freebsd-386-cgo), const DLT_TZSP ideal-int 1248pkg syscall (freebsd-386-cgo), const DLT_USB ideal-int 1249pkg syscall (freebsd-386-cgo), const DLT_USB_LINUX ideal-int 1250pkg syscall (freebsd-386-cgo), const DLT_USB_LINUX_MMAPPED ideal-int 1251pkg syscall (freebsd-386-cgo), const DLT_USER0 ideal-int 1252pkg syscall (freebsd-386-cgo), const DLT_USER1 ideal-int 1253pkg syscall (freebsd-386-cgo), const DLT_USER10 ideal-int 1254pkg syscall (freebsd-386-cgo), const DLT_USER11 ideal-int 1255pkg syscall (freebsd-386-cgo), const DLT_USER12 ideal-int 1256pkg syscall (freebsd-386-cgo), const DLT_USER13 ideal-int 1257pkg syscall (freebsd-386-cgo), const DLT_USER14 ideal-int 1258pkg syscall (freebsd-386-cgo), const DLT_USER15 ideal-int 1259pkg syscall (freebsd-386-cgo), const DLT_USER2 ideal-int 1260pkg syscall (freebsd-386-cgo), const DLT_USER3 ideal-int 1261pkg syscall (freebsd-386-cgo), const DLT_USER4 ideal-int 1262pkg syscall (freebsd-386-cgo), const DLT_USER5 ideal-int 1263pkg syscall (freebsd-386-cgo), const DLT_USER6 ideal-int 1264pkg syscall (freebsd-386-cgo), const DLT_USER7 ideal-int 1265pkg syscall (freebsd-386-cgo), const DLT_USER8 ideal-int 1266pkg syscall (freebsd-386-cgo), const DLT_USER9 ideal-int 1267pkg syscall (freebsd-386-cgo), const DLT_WIHART ideal-int 1268pkg syscall (freebsd-386-cgo), const DLT_X2E_SERIAL ideal-int 1269pkg syscall (freebsd-386-cgo), const DLT_X2E_XORAYA ideal-int 1270pkg syscall (freebsd-386-cgo), const DT_BLK ideal-int 1271pkg syscall (freebsd-386-cgo), const DT_CHR ideal-int 1272pkg syscall (freebsd-386-cgo), const DT_DIR ideal-int 1273pkg syscall (freebsd-386-cgo), const DT_FIFO ideal-int 1274pkg syscall (freebsd-386-cgo), const DT_LNK ideal-int 1275pkg syscall (freebsd-386-cgo), const DT_REG ideal-int 1276pkg syscall (freebsd-386-cgo), const DT_SOCK ideal-int 1277pkg syscall (freebsd-386-cgo), const DT_UNKNOWN ideal-int 1278pkg syscall (freebsd-386-cgo), const DT_WHT ideal-int 1279pkg syscall (freebsd-386-cgo), const EAUTH Errno 1280pkg syscall (freebsd-386-cgo), const EBADMSG Errno 1281pkg syscall (freebsd-386-cgo), const EBADRPC Errno 1282pkg syscall (freebsd-386-cgo), const ECAPMODE Errno 1283pkg syscall (freebsd-386-cgo), const ECHO ideal-int 1284pkg syscall (freebsd-386-cgo), const ECHOCTL ideal-int 1285pkg syscall (freebsd-386-cgo), const ECHOE ideal-int 1286pkg syscall (freebsd-386-cgo), const ECHOK ideal-int 1287pkg syscall (freebsd-386-cgo), const ECHOKE ideal-int 1288pkg syscall (freebsd-386-cgo), const ECHONL ideal-int 1289pkg syscall (freebsd-386-cgo), const ECHOPRT ideal-int 1290pkg syscall (freebsd-386-cgo), const EDOOFUS Errno 1291pkg syscall (freebsd-386-cgo), const EFTYPE Errno 1292pkg syscall (freebsd-386-cgo), const ELAST Errno 1293pkg syscall (freebsd-386-cgo), const EMULTIHOP Errno 1294pkg syscall (freebsd-386-cgo), const ENEEDAUTH Errno 1295pkg syscall (freebsd-386-cgo), const ENOATTR Errno 1296pkg syscall (freebsd-386-cgo), const ENOLINK Errno 1297pkg syscall (freebsd-386-cgo), const ENOTCAPABLE Errno 1298pkg syscall (freebsd-386-cgo), const EPROCLIM Errno 1299pkg syscall (freebsd-386-cgo), const EPROCUNAVAIL Errno 1300pkg syscall (freebsd-386-cgo), const EPROGMISMATCH Errno 1301pkg syscall (freebsd-386-cgo), const EPROGUNAVAIL Errno 1302pkg syscall (freebsd-386-cgo), const EPROTO Errno 1303pkg syscall (freebsd-386-cgo), const ERPCMISMATCH Errno 1304pkg syscall (freebsd-386-cgo), const EVFILT_AIO ideal-int 1305pkg syscall (freebsd-386-cgo), const EVFILT_FS ideal-int 1306pkg syscall (freebsd-386-cgo), const EVFILT_LIO ideal-int 1307pkg syscall (freebsd-386-cgo), const EVFILT_PROC ideal-int 1308pkg syscall (freebsd-386-cgo), const EVFILT_READ ideal-int 1309pkg syscall (freebsd-386-cgo), const EVFILT_SIGNAL ideal-int 1310pkg syscall (freebsd-386-cgo), const EVFILT_SYSCOUNT ideal-int 1311pkg syscall (freebsd-386-cgo), const EVFILT_TIMER ideal-int 1312pkg syscall (freebsd-386-cgo), const EVFILT_USER ideal-int 1313pkg syscall (freebsd-386-cgo), const EVFILT_VNODE ideal-int 1314pkg syscall (freebsd-386-cgo), const EVFILT_WRITE ideal-int 1315pkg syscall (freebsd-386-cgo), const EV_ADD ideal-int 1316pkg syscall (freebsd-386-cgo), const EV_CLEAR ideal-int 1317pkg syscall (freebsd-386-cgo), const EV_DELETE ideal-int 1318pkg syscall (freebsd-386-cgo), const EV_DISABLE ideal-int 1319pkg syscall (freebsd-386-cgo), const EV_DISPATCH ideal-int 1320pkg syscall (freebsd-386-cgo), const EV_ENABLE ideal-int 1321pkg syscall (freebsd-386-cgo), const EV_EOF ideal-int 1322pkg syscall (freebsd-386-cgo), const EV_ERROR ideal-int 1323pkg syscall (freebsd-386-cgo), const EV_FLAG1 ideal-int 1324pkg syscall (freebsd-386-cgo), const EV_ONESHOT ideal-int 1325pkg syscall (freebsd-386-cgo), const EV_RECEIPT ideal-int 1326pkg syscall (freebsd-386-cgo), const EV_SYSFLAGS ideal-int 1327pkg syscall (freebsd-386-cgo), const EXTA ideal-int 1328pkg syscall (freebsd-386-cgo), const EXTB ideal-int 1329pkg syscall (freebsd-386-cgo), const EXTPROC ideal-int 1330pkg syscall (freebsd-386-cgo), const FD_CLOEXEC ideal-int 1331pkg syscall (freebsd-386-cgo), const FD_SETSIZE ideal-int 1332pkg syscall (freebsd-386-cgo), const FLUSHO ideal-int 1333pkg syscall (freebsd-386-cgo), const F_CANCEL ideal-int 1334pkg syscall (freebsd-386-cgo), const F_DUP2FD ideal-int 1335pkg syscall (freebsd-386-cgo), const F_DUP2FD_CLOEXEC = 18 1336pkg syscall (freebsd-386-cgo), const F_DUP2FD_CLOEXEC ideal-int 1337pkg syscall (freebsd-386-cgo), const F_DUPFD ideal-int 1338pkg syscall (freebsd-386-cgo), const F_DUPFD_CLOEXEC = 17 1339pkg syscall (freebsd-386-cgo), const F_DUPFD_CLOEXEC ideal-int 1340pkg syscall (freebsd-386-cgo), const F_GETFD ideal-int 1341pkg syscall (freebsd-386-cgo), const F_GETFL ideal-int 1342pkg syscall (freebsd-386-cgo), const F_GETLK ideal-int 1343pkg syscall (freebsd-386-cgo), const F_GETOWN ideal-int 1344pkg syscall (freebsd-386-cgo), const F_OGETLK ideal-int 1345pkg syscall (freebsd-386-cgo), const F_OK ideal-int 1346pkg syscall (freebsd-386-cgo), const F_OSETLK ideal-int 1347pkg syscall (freebsd-386-cgo), const F_OSETLKW ideal-int 1348pkg syscall (freebsd-386-cgo), const F_RDAHEAD ideal-int 1349pkg syscall (freebsd-386-cgo), const F_RDLCK ideal-int 1350pkg syscall (freebsd-386-cgo), const F_READAHEAD ideal-int 1351pkg syscall (freebsd-386-cgo), const F_SETFD ideal-int 1352pkg syscall (freebsd-386-cgo), const F_SETFL ideal-int 1353pkg syscall (freebsd-386-cgo), const F_SETLK ideal-int 1354pkg syscall (freebsd-386-cgo), const F_SETLKW ideal-int 1355pkg syscall (freebsd-386-cgo), const F_SETLK_REMOTE ideal-int 1356pkg syscall (freebsd-386-cgo), const F_SETOWN ideal-int 1357pkg syscall (freebsd-386-cgo), const F_UNLCK ideal-int 1358pkg syscall (freebsd-386-cgo), const F_UNLCKSYS ideal-int 1359pkg syscall (freebsd-386-cgo), const F_WRLCK ideal-int 1360pkg syscall (freebsd-386-cgo), const HUPCL ideal-int 1361pkg syscall (freebsd-386-cgo), const ICANON ideal-int 1362pkg syscall (freebsd-386-cgo), const ICMP6_FILTER = 18 1363pkg syscall (freebsd-386-cgo), const ICMP6_FILTER ideal-int 1364pkg syscall (freebsd-386-cgo), const ICRNL ideal-int 1365pkg syscall (freebsd-386-cgo), const IEXTEN ideal-int 1366pkg syscall (freebsd-386-cgo), const IFAN_ARRIVAL ideal-int 1367pkg syscall (freebsd-386-cgo), const IFAN_DEPARTURE ideal-int 1368pkg syscall (freebsd-386-cgo), const IFF_ALLMULTI ideal-int 1369pkg syscall (freebsd-386-cgo), const IFF_ALTPHYS ideal-int 1370pkg syscall (freebsd-386-cgo), const IFF_CANTCHANGE ideal-int 1371pkg syscall (freebsd-386-cgo), const IFF_CANTCONFIG ideal-int 1372pkg syscall (freebsd-386-cgo), const IFF_DEBUG ideal-int 1373pkg syscall (freebsd-386-cgo), const IFF_DRV_OACTIVE ideal-int 1374pkg syscall (freebsd-386-cgo), const IFF_DRV_RUNNING ideal-int 1375pkg syscall (freebsd-386-cgo), const IFF_DYING ideal-int 1376pkg syscall (freebsd-386-cgo), const IFF_LINK0 ideal-int 1377pkg syscall (freebsd-386-cgo), const IFF_LINK1 ideal-int 1378pkg syscall (freebsd-386-cgo), const IFF_LINK2 ideal-int 1379pkg syscall (freebsd-386-cgo), const IFF_MONITOR ideal-int 1380pkg syscall (freebsd-386-cgo), const IFF_NOARP ideal-int 1381pkg syscall (freebsd-386-cgo), const IFF_OACTIVE ideal-int 1382pkg syscall (freebsd-386-cgo), const IFF_POINTOPOINT ideal-int 1383pkg syscall (freebsd-386-cgo), const IFF_PPROMISC ideal-int 1384pkg syscall (freebsd-386-cgo), const IFF_PROMISC ideal-int 1385pkg syscall (freebsd-386-cgo), const IFF_RENAMING ideal-int 1386pkg syscall (freebsd-386-cgo), const IFF_RUNNING ideal-int 1387pkg syscall (freebsd-386-cgo), const IFF_SIMPLEX ideal-int 1388pkg syscall (freebsd-386-cgo), const IFF_SMART ideal-int 1389pkg syscall (freebsd-386-cgo), const IFF_STATICARP ideal-int 1390pkg syscall (freebsd-386-cgo), const IFNAMSIZ ideal-int 1391pkg syscall (freebsd-386-cgo), const IFT_1822 ideal-int 1392pkg syscall (freebsd-386-cgo), const IFT_A12MPPSWITCH ideal-int 1393pkg syscall (freebsd-386-cgo), const IFT_AAL2 ideal-int 1394pkg syscall (freebsd-386-cgo), const IFT_AAL5 ideal-int 1395pkg syscall (freebsd-386-cgo), const IFT_ADSL ideal-int 1396pkg syscall (freebsd-386-cgo), const IFT_AFLANE8023 ideal-int 1397pkg syscall (freebsd-386-cgo), const IFT_AFLANE8025 ideal-int 1398pkg syscall (freebsd-386-cgo), const IFT_ARAP ideal-int 1399pkg syscall (freebsd-386-cgo), const IFT_ARCNET ideal-int 1400pkg syscall (freebsd-386-cgo), const IFT_ARCNETPLUS ideal-int 1401pkg syscall (freebsd-386-cgo), const IFT_ASYNC ideal-int 1402pkg syscall (freebsd-386-cgo), const IFT_ATM ideal-int 1403pkg syscall (freebsd-386-cgo), const IFT_ATMDXI ideal-int 1404pkg syscall (freebsd-386-cgo), const IFT_ATMFUNI ideal-int 1405pkg syscall (freebsd-386-cgo), const IFT_ATMIMA ideal-int 1406pkg syscall (freebsd-386-cgo), const IFT_ATMLOGICAL ideal-int 1407pkg syscall (freebsd-386-cgo), const IFT_ATMRADIO ideal-int 1408pkg syscall (freebsd-386-cgo), const IFT_ATMSUBINTERFACE ideal-int 1409pkg syscall (freebsd-386-cgo), const IFT_ATMVCIENDPT ideal-int 1410pkg syscall (freebsd-386-cgo), const IFT_ATMVIRTUAL ideal-int 1411pkg syscall (freebsd-386-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int 1412pkg syscall (freebsd-386-cgo), const IFT_BRIDGE ideal-int 1413pkg syscall (freebsd-386-cgo), const IFT_BSC ideal-int 1414pkg syscall (freebsd-386-cgo), const IFT_CARP ideal-int 1415pkg syscall (freebsd-386-cgo), const IFT_CCTEMUL ideal-int 1416pkg syscall (freebsd-386-cgo), const IFT_CEPT ideal-int 1417pkg syscall (freebsd-386-cgo), const IFT_CES ideal-int 1418pkg syscall (freebsd-386-cgo), const IFT_CHANNEL ideal-int 1419pkg syscall (freebsd-386-cgo), const IFT_CNR ideal-int 1420pkg syscall (freebsd-386-cgo), const IFT_COFFEE ideal-int 1421pkg syscall (freebsd-386-cgo), const IFT_COMPOSITELINK ideal-int 1422pkg syscall (freebsd-386-cgo), const IFT_DCN ideal-int 1423pkg syscall (freebsd-386-cgo), const IFT_DIGITALPOWERLINE ideal-int 1424pkg syscall (freebsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int 1425pkg syscall (freebsd-386-cgo), const IFT_DLSW ideal-int 1426pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int 1427pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEMACLAYER ideal-int 1428pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int 1429pkg syscall (freebsd-386-cgo), const IFT_DS0 ideal-int 1430pkg syscall (freebsd-386-cgo), const IFT_DS0BUNDLE ideal-int 1431pkg syscall (freebsd-386-cgo), const IFT_DS1FDL ideal-int 1432pkg syscall (freebsd-386-cgo), const IFT_DS3 ideal-int 1433pkg syscall (freebsd-386-cgo), const IFT_DTM ideal-int 1434pkg syscall (freebsd-386-cgo), const IFT_DVBASILN ideal-int 1435pkg syscall (freebsd-386-cgo), const IFT_DVBASIOUT ideal-int 1436pkg syscall (freebsd-386-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int 1437pkg syscall (freebsd-386-cgo), const IFT_DVBRCCMACLAYER ideal-int 1438pkg syscall (freebsd-386-cgo), const IFT_DVBRCCUPSTREAM ideal-int 1439pkg syscall (freebsd-386-cgo), const IFT_ENC ideal-int 1440pkg syscall (freebsd-386-cgo), const IFT_EON ideal-int 1441pkg syscall (freebsd-386-cgo), const IFT_EPLRS ideal-int 1442pkg syscall (freebsd-386-cgo), const IFT_ESCON ideal-int 1443pkg syscall (freebsd-386-cgo), const IFT_ETHER ideal-int 1444pkg syscall (freebsd-386-cgo), const IFT_FAITH ideal-int 1445pkg syscall (freebsd-386-cgo), const IFT_FAST ideal-int 1446pkg syscall (freebsd-386-cgo), const IFT_FASTETHER ideal-int 1447pkg syscall (freebsd-386-cgo), const IFT_FASTETHERFX ideal-int 1448pkg syscall (freebsd-386-cgo), const IFT_FDDI ideal-int 1449pkg syscall (freebsd-386-cgo), const IFT_FIBRECHANNEL ideal-int 1450pkg syscall (freebsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int 1451pkg syscall (freebsd-386-cgo), const IFT_FRAMERELAYMPI ideal-int 1452pkg syscall (freebsd-386-cgo), const IFT_FRDLCIENDPT ideal-int 1453pkg syscall (freebsd-386-cgo), const IFT_FRELAY ideal-int 1454pkg syscall (freebsd-386-cgo), const IFT_FRELAYDCE ideal-int 1455pkg syscall (freebsd-386-cgo), const IFT_FRF16MFRBUNDLE ideal-int 1456pkg syscall (freebsd-386-cgo), const IFT_FRFORWARD ideal-int 1457pkg syscall (freebsd-386-cgo), const IFT_G703AT2MB ideal-int 1458pkg syscall (freebsd-386-cgo), const IFT_G703AT64K ideal-int 1459pkg syscall (freebsd-386-cgo), const IFT_GIF ideal-int 1460pkg syscall (freebsd-386-cgo), const IFT_GIGABITETHERNET ideal-int 1461pkg syscall (freebsd-386-cgo), const IFT_GR303IDT ideal-int 1462pkg syscall (freebsd-386-cgo), const IFT_GR303RDT ideal-int 1463pkg syscall (freebsd-386-cgo), const IFT_H323GATEKEEPER ideal-int 1464pkg syscall (freebsd-386-cgo), const IFT_H323PROXY ideal-int 1465pkg syscall (freebsd-386-cgo), const IFT_HDH1822 ideal-int 1466pkg syscall (freebsd-386-cgo), const IFT_HDLC ideal-int 1467pkg syscall (freebsd-386-cgo), const IFT_HDSL2 ideal-int 1468pkg syscall (freebsd-386-cgo), const IFT_HIPERLAN2 ideal-int 1469pkg syscall (freebsd-386-cgo), const IFT_HIPPI ideal-int 1470pkg syscall (freebsd-386-cgo), const IFT_HIPPIINTERFACE ideal-int 1471pkg syscall (freebsd-386-cgo), const IFT_HOSTPAD ideal-int 1472pkg syscall (freebsd-386-cgo), const IFT_HSSI ideal-int 1473pkg syscall (freebsd-386-cgo), const IFT_HY ideal-int 1474pkg syscall (freebsd-386-cgo), const IFT_IBM370PARCHAN ideal-int 1475pkg syscall (freebsd-386-cgo), const IFT_IDSL ideal-int 1476pkg syscall (freebsd-386-cgo), const IFT_IEEE1394 ideal-int 1477pkg syscall (freebsd-386-cgo), const IFT_IEEE80211 ideal-int 1478pkg syscall (freebsd-386-cgo), const IFT_IEEE80212 ideal-int 1479pkg syscall (freebsd-386-cgo), const IFT_IEEE8023ADLAG ideal-int 1480pkg syscall (freebsd-386-cgo), const IFT_IFGSN ideal-int 1481pkg syscall (freebsd-386-cgo), const IFT_IMT ideal-int 1482pkg syscall (freebsd-386-cgo), const IFT_INFINIBAND ideal-int 1483pkg syscall (freebsd-386-cgo), const IFT_INTERLEAVE ideal-int 1484pkg syscall (freebsd-386-cgo), const IFT_IP ideal-int 1485pkg syscall (freebsd-386-cgo), const IFT_IPFORWARD ideal-int 1486pkg syscall (freebsd-386-cgo), const IFT_IPOVERATM ideal-int 1487pkg syscall (freebsd-386-cgo), const IFT_IPOVERCDLC ideal-int 1488pkg syscall (freebsd-386-cgo), const IFT_IPOVERCLAW ideal-int 1489pkg syscall (freebsd-386-cgo), const IFT_IPSWITCH ideal-int 1490pkg syscall (freebsd-386-cgo), const IFT_IPXIP ideal-int 1491pkg syscall (freebsd-386-cgo), const IFT_ISDN ideal-int 1492pkg syscall (freebsd-386-cgo), const IFT_ISDNBASIC ideal-int 1493pkg syscall (freebsd-386-cgo), const IFT_ISDNPRIMARY ideal-int 1494pkg syscall (freebsd-386-cgo), const IFT_ISDNS ideal-int 1495pkg syscall (freebsd-386-cgo), const IFT_ISDNU ideal-int 1496pkg syscall (freebsd-386-cgo), const IFT_ISO88022LLC ideal-int 1497pkg syscall (freebsd-386-cgo), const IFT_ISO88023 ideal-int 1498pkg syscall (freebsd-386-cgo), const IFT_ISO88024 ideal-int 1499pkg syscall (freebsd-386-cgo), const IFT_ISO88025 ideal-int 1500pkg syscall (freebsd-386-cgo), const IFT_ISO88025CRFPINT ideal-int 1501pkg syscall (freebsd-386-cgo), const IFT_ISO88025DTR ideal-int 1502pkg syscall (freebsd-386-cgo), const IFT_ISO88025FIBER ideal-int 1503pkg syscall (freebsd-386-cgo), const IFT_ISO88026 ideal-int 1504pkg syscall (freebsd-386-cgo), const IFT_ISUP ideal-int 1505pkg syscall (freebsd-386-cgo), const IFT_L2VLAN ideal-int 1506pkg syscall (freebsd-386-cgo), const IFT_L3IPVLAN ideal-int 1507pkg syscall (freebsd-386-cgo), const IFT_L3IPXVLAN ideal-int 1508pkg syscall (freebsd-386-cgo), const IFT_LAPB ideal-int 1509pkg syscall (freebsd-386-cgo), const IFT_LAPD ideal-int 1510pkg syscall (freebsd-386-cgo), const IFT_LAPF ideal-int 1511pkg syscall (freebsd-386-cgo), const IFT_LOCALTALK ideal-int 1512pkg syscall (freebsd-386-cgo), const IFT_LOOP ideal-int 1513pkg syscall (freebsd-386-cgo), const IFT_MEDIAMAILOVERIP ideal-int 1514pkg syscall (freebsd-386-cgo), const IFT_MFSIGLINK ideal-int 1515pkg syscall (freebsd-386-cgo), const IFT_MIOX25 ideal-int 1516pkg syscall (freebsd-386-cgo), const IFT_MODEM ideal-int 1517pkg syscall (freebsd-386-cgo), const IFT_MPC ideal-int 1518pkg syscall (freebsd-386-cgo), const IFT_MPLS ideal-int 1519pkg syscall (freebsd-386-cgo), const IFT_MPLSTUNNEL ideal-int 1520pkg syscall (freebsd-386-cgo), const IFT_MSDSL ideal-int 1521pkg syscall (freebsd-386-cgo), const IFT_MVL ideal-int 1522pkg syscall (freebsd-386-cgo), const IFT_MYRINET ideal-int 1523pkg syscall (freebsd-386-cgo), const IFT_NFAS ideal-int 1524pkg syscall (freebsd-386-cgo), const IFT_NSIP ideal-int 1525pkg syscall (freebsd-386-cgo), const IFT_OPTICALCHANNEL ideal-int 1526pkg syscall (freebsd-386-cgo), const IFT_OPTICALTRANSPORT ideal-int 1527pkg syscall (freebsd-386-cgo), const IFT_OTHER ideal-int 1528pkg syscall (freebsd-386-cgo), const IFT_P10 ideal-int 1529pkg syscall (freebsd-386-cgo), const IFT_P80 ideal-int 1530pkg syscall (freebsd-386-cgo), const IFT_PARA ideal-int 1531pkg syscall (freebsd-386-cgo), const IFT_PFLOG ideal-int 1532pkg syscall (freebsd-386-cgo), const IFT_PFSYNC ideal-int 1533pkg syscall (freebsd-386-cgo), const IFT_PLC ideal-int 1534pkg syscall (freebsd-386-cgo), const IFT_POS ideal-int 1535pkg syscall (freebsd-386-cgo), const IFT_PPP ideal-int 1536pkg syscall (freebsd-386-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int 1537pkg syscall (freebsd-386-cgo), const IFT_PROPBWAP2MP ideal-int 1538pkg syscall (freebsd-386-cgo), const IFT_PROPCNLS ideal-int 1539pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int 1540pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int 1541pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int 1542pkg syscall (freebsd-386-cgo), const IFT_PROPMUX ideal-int 1543pkg syscall (freebsd-386-cgo), const IFT_PROPVIRTUAL ideal-int 1544pkg syscall (freebsd-386-cgo), const IFT_PROPWIRELESSP2P ideal-int 1545pkg syscall (freebsd-386-cgo), const IFT_PTPSERIAL ideal-int 1546pkg syscall (freebsd-386-cgo), const IFT_PVC ideal-int 1547pkg syscall (freebsd-386-cgo), const IFT_QLLC ideal-int 1548pkg syscall (freebsd-386-cgo), const IFT_RADIOMAC ideal-int 1549pkg syscall (freebsd-386-cgo), const IFT_RADSL ideal-int 1550pkg syscall (freebsd-386-cgo), const IFT_REACHDSL ideal-int 1551pkg syscall (freebsd-386-cgo), const IFT_RFC1483 ideal-int 1552pkg syscall (freebsd-386-cgo), const IFT_RS232 ideal-int 1553pkg syscall (freebsd-386-cgo), const IFT_RSRB ideal-int 1554pkg syscall (freebsd-386-cgo), const IFT_SDLC ideal-int 1555pkg syscall (freebsd-386-cgo), const IFT_SDSL ideal-int 1556pkg syscall (freebsd-386-cgo), const IFT_SHDSL ideal-int 1557pkg syscall (freebsd-386-cgo), const IFT_SIP ideal-int 1558pkg syscall (freebsd-386-cgo), const IFT_SLIP ideal-int 1559pkg syscall (freebsd-386-cgo), const IFT_SMDSDXI ideal-int 1560pkg syscall (freebsd-386-cgo), const IFT_SMDSICIP ideal-int 1561pkg syscall (freebsd-386-cgo), const IFT_SONET ideal-int 1562pkg syscall (freebsd-386-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int 1563pkg syscall (freebsd-386-cgo), const IFT_SONETPATH ideal-int 1564pkg syscall (freebsd-386-cgo), const IFT_SONETVT ideal-int 1565pkg syscall (freebsd-386-cgo), const IFT_SRP ideal-int 1566pkg syscall (freebsd-386-cgo), const IFT_SS7SIGLINK ideal-int 1567pkg syscall (freebsd-386-cgo), const IFT_STACKTOSTACK ideal-int 1568pkg syscall (freebsd-386-cgo), const IFT_STARLAN ideal-int 1569pkg syscall (freebsd-386-cgo), const IFT_STF ideal-int 1570pkg syscall (freebsd-386-cgo), const IFT_T1 ideal-int 1571pkg syscall (freebsd-386-cgo), const IFT_TDLC ideal-int 1572pkg syscall (freebsd-386-cgo), const IFT_TERMPAD ideal-int 1573pkg syscall (freebsd-386-cgo), const IFT_TR008 ideal-int 1574pkg syscall (freebsd-386-cgo), const IFT_TRANSPHDLC ideal-int 1575pkg syscall (freebsd-386-cgo), const IFT_TUNNEL ideal-int 1576pkg syscall (freebsd-386-cgo), const IFT_ULTRA ideal-int 1577pkg syscall (freebsd-386-cgo), const IFT_USB ideal-int 1578pkg syscall (freebsd-386-cgo), const IFT_V11 ideal-int 1579pkg syscall (freebsd-386-cgo), const IFT_V35 ideal-int 1580pkg syscall (freebsd-386-cgo), const IFT_V36 ideal-int 1581pkg syscall (freebsd-386-cgo), const IFT_V37 ideal-int 1582pkg syscall (freebsd-386-cgo), const IFT_VDSL ideal-int 1583pkg syscall (freebsd-386-cgo), const IFT_VIRTUALIPADDRESS ideal-int 1584pkg syscall (freebsd-386-cgo), const IFT_VOICEEM ideal-int 1585pkg syscall (freebsd-386-cgo), const IFT_VOICEENCAP ideal-int 1586pkg syscall (freebsd-386-cgo), const IFT_VOICEFXO ideal-int 1587pkg syscall (freebsd-386-cgo), const IFT_VOICEFXS ideal-int 1588pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERATM ideal-int 1589pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int 1590pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERIP ideal-int 1591pkg syscall (freebsd-386-cgo), const IFT_X213 ideal-int 1592pkg syscall (freebsd-386-cgo), const IFT_X25 ideal-int 1593pkg syscall (freebsd-386-cgo), const IFT_X25DDN ideal-int 1594pkg syscall (freebsd-386-cgo), const IFT_X25HUNTGROUP ideal-int 1595pkg syscall (freebsd-386-cgo), const IFT_X25MLP ideal-int 1596pkg syscall (freebsd-386-cgo), const IFT_X25PLE ideal-int 1597pkg syscall (freebsd-386-cgo), const IFT_XETHER ideal-int 1598pkg syscall (freebsd-386-cgo), const IGNBRK ideal-int 1599pkg syscall (freebsd-386-cgo), const IGNCR ideal-int 1600pkg syscall (freebsd-386-cgo), const IGNPAR ideal-int 1601pkg syscall (freebsd-386-cgo), const IMAXBEL ideal-int 1602pkg syscall (freebsd-386-cgo), const INLCR ideal-int 1603pkg syscall (freebsd-386-cgo), const INPCK ideal-int 1604pkg syscall (freebsd-386-cgo), const IN_CLASSA_HOST ideal-int 1605pkg syscall (freebsd-386-cgo), const IN_CLASSA_MAX ideal-int 1606pkg syscall (freebsd-386-cgo), const IN_CLASSA_NET ideal-int 1607pkg syscall (freebsd-386-cgo), const IN_CLASSA_NSHIFT ideal-int 1608pkg syscall (freebsd-386-cgo), const IN_CLASSB_HOST ideal-int 1609pkg syscall (freebsd-386-cgo), const IN_CLASSB_MAX ideal-int 1610pkg syscall (freebsd-386-cgo), const IN_CLASSB_NET ideal-int 1611pkg syscall (freebsd-386-cgo), const IN_CLASSB_NSHIFT ideal-int 1612pkg syscall (freebsd-386-cgo), const IN_CLASSC_HOST ideal-int 1613pkg syscall (freebsd-386-cgo), const IN_CLASSC_NET ideal-int 1614pkg syscall (freebsd-386-cgo), const IN_CLASSC_NSHIFT ideal-int 1615pkg syscall (freebsd-386-cgo), const IN_CLASSD_HOST ideal-int 1616pkg syscall (freebsd-386-cgo), const IN_CLASSD_NET ideal-int 1617pkg syscall (freebsd-386-cgo), const IN_CLASSD_NSHIFT ideal-int 1618pkg syscall (freebsd-386-cgo), const IN_LOOPBACKNET ideal-int 1619pkg syscall (freebsd-386-cgo), const IN_RFC3021_MASK ideal-int 1620pkg syscall (freebsd-386-cgo), const IPPROTO_3PC ideal-int 1621pkg syscall (freebsd-386-cgo), const IPPROTO_ADFS ideal-int 1622pkg syscall (freebsd-386-cgo), const IPPROTO_AH ideal-int 1623pkg syscall (freebsd-386-cgo), const IPPROTO_AHIP ideal-int 1624pkg syscall (freebsd-386-cgo), const IPPROTO_APES ideal-int 1625pkg syscall (freebsd-386-cgo), const IPPROTO_ARGUS ideal-int 1626pkg syscall (freebsd-386-cgo), const IPPROTO_AX25 ideal-int 1627pkg syscall (freebsd-386-cgo), const IPPROTO_BHA ideal-int 1628pkg syscall (freebsd-386-cgo), const IPPROTO_BLT ideal-int 1629pkg syscall (freebsd-386-cgo), const IPPROTO_BRSATMON ideal-int 1630pkg syscall (freebsd-386-cgo), const IPPROTO_CARP ideal-int 1631pkg syscall (freebsd-386-cgo), const IPPROTO_CFTP ideal-int 1632pkg syscall (freebsd-386-cgo), const IPPROTO_CHAOS ideal-int 1633pkg syscall (freebsd-386-cgo), const IPPROTO_CMTP ideal-int 1634pkg syscall (freebsd-386-cgo), const IPPROTO_CPHB ideal-int 1635pkg syscall (freebsd-386-cgo), const IPPROTO_CPNX ideal-int 1636pkg syscall (freebsd-386-cgo), const IPPROTO_DDP ideal-int 1637pkg syscall (freebsd-386-cgo), const IPPROTO_DGP ideal-int 1638pkg syscall (freebsd-386-cgo), const IPPROTO_DIVERT ideal-int 1639pkg syscall (freebsd-386-cgo), const IPPROTO_DONE ideal-int 1640pkg syscall (freebsd-386-cgo), const IPPROTO_DSTOPTS ideal-int 1641pkg syscall (freebsd-386-cgo), const IPPROTO_EGP ideal-int 1642pkg syscall (freebsd-386-cgo), const IPPROTO_EMCON ideal-int 1643pkg syscall (freebsd-386-cgo), const IPPROTO_ENCAP ideal-int 1644pkg syscall (freebsd-386-cgo), const IPPROTO_EON ideal-int 1645pkg syscall (freebsd-386-cgo), const IPPROTO_ESP ideal-int 1646pkg syscall (freebsd-386-cgo), const IPPROTO_ETHERIP ideal-int 1647pkg syscall (freebsd-386-cgo), const IPPROTO_FRAGMENT ideal-int 1648pkg syscall (freebsd-386-cgo), const IPPROTO_GGP ideal-int 1649pkg syscall (freebsd-386-cgo), const IPPROTO_GMTP ideal-int 1650pkg syscall (freebsd-386-cgo), const IPPROTO_GRE ideal-int 1651pkg syscall (freebsd-386-cgo), const IPPROTO_HELLO ideal-int 1652pkg syscall (freebsd-386-cgo), const IPPROTO_HMP ideal-int 1653pkg syscall (freebsd-386-cgo), const IPPROTO_HOPOPTS ideal-int 1654pkg syscall (freebsd-386-cgo), const IPPROTO_ICMP ideal-int 1655pkg syscall (freebsd-386-cgo), const IPPROTO_ICMPV6 ideal-int 1656pkg syscall (freebsd-386-cgo), const IPPROTO_IDP ideal-int 1657pkg syscall (freebsd-386-cgo), const IPPROTO_IDPR ideal-int 1658pkg syscall (freebsd-386-cgo), const IPPROTO_IDRP ideal-int 1659pkg syscall (freebsd-386-cgo), const IPPROTO_IGMP ideal-int 1660pkg syscall (freebsd-386-cgo), const IPPROTO_IGP ideal-int 1661pkg syscall (freebsd-386-cgo), const IPPROTO_IGRP ideal-int 1662pkg syscall (freebsd-386-cgo), const IPPROTO_IL ideal-int 1663pkg syscall (freebsd-386-cgo), const IPPROTO_INLSP ideal-int 1664pkg syscall (freebsd-386-cgo), const IPPROTO_INP ideal-int 1665pkg syscall (freebsd-386-cgo), const IPPROTO_IPCOMP ideal-int 1666pkg syscall (freebsd-386-cgo), const IPPROTO_IPCV ideal-int 1667pkg syscall (freebsd-386-cgo), const IPPROTO_IPEIP ideal-int 1668pkg syscall (freebsd-386-cgo), const IPPROTO_IPIP ideal-int 1669pkg syscall (freebsd-386-cgo), const IPPROTO_IPPC ideal-int 1670pkg syscall (freebsd-386-cgo), const IPPROTO_IPV4 ideal-int 1671pkg syscall (freebsd-386-cgo), const IPPROTO_IRTP ideal-int 1672pkg syscall (freebsd-386-cgo), const IPPROTO_KRYPTOLAN ideal-int 1673pkg syscall (freebsd-386-cgo), const IPPROTO_LARP ideal-int 1674pkg syscall (freebsd-386-cgo), const IPPROTO_LEAF1 ideal-int 1675pkg syscall (freebsd-386-cgo), const IPPROTO_LEAF2 ideal-int 1676pkg syscall (freebsd-386-cgo), const IPPROTO_MAX ideal-int 1677pkg syscall (freebsd-386-cgo), const IPPROTO_MAXID ideal-int 1678pkg syscall (freebsd-386-cgo), const IPPROTO_MEAS ideal-int 1679pkg syscall (freebsd-386-cgo), const IPPROTO_MH ideal-int 1680pkg syscall (freebsd-386-cgo), const IPPROTO_MHRP ideal-int 1681pkg syscall (freebsd-386-cgo), const IPPROTO_MICP ideal-int 1682pkg syscall (freebsd-386-cgo), const IPPROTO_MOBILE ideal-int 1683pkg syscall (freebsd-386-cgo), const IPPROTO_MTP ideal-int 1684pkg syscall (freebsd-386-cgo), const IPPROTO_MUX ideal-int 1685pkg syscall (freebsd-386-cgo), const IPPROTO_ND ideal-int 1686pkg syscall (freebsd-386-cgo), const IPPROTO_NHRP ideal-int 1687pkg syscall (freebsd-386-cgo), const IPPROTO_NONE ideal-int 1688pkg syscall (freebsd-386-cgo), const IPPROTO_NSP ideal-int 1689pkg syscall (freebsd-386-cgo), const IPPROTO_NVPII ideal-int 1690pkg syscall (freebsd-386-cgo), const IPPROTO_OLD_DIVERT ideal-int 1691pkg syscall (freebsd-386-cgo), const IPPROTO_OSPFIGP ideal-int 1692pkg syscall (freebsd-386-cgo), const IPPROTO_PFSYNC ideal-int 1693pkg syscall (freebsd-386-cgo), const IPPROTO_PGM ideal-int 1694pkg syscall (freebsd-386-cgo), const IPPROTO_PIGP ideal-int 1695pkg syscall (freebsd-386-cgo), const IPPROTO_PIM ideal-int 1696pkg syscall (freebsd-386-cgo), const IPPROTO_PRM ideal-int 1697pkg syscall (freebsd-386-cgo), const IPPROTO_PUP ideal-int 1698pkg syscall (freebsd-386-cgo), const IPPROTO_PVP ideal-int 1699pkg syscall (freebsd-386-cgo), const IPPROTO_RAW ideal-int 1700pkg syscall (freebsd-386-cgo), const IPPROTO_RCCMON ideal-int 1701pkg syscall (freebsd-386-cgo), const IPPROTO_RDP ideal-int 1702pkg syscall (freebsd-386-cgo), const IPPROTO_ROUTING ideal-int 1703pkg syscall (freebsd-386-cgo), const IPPROTO_RSVP ideal-int 1704pkg syscall (freebsd-386-cgo), const IPPROTO_RVD ideal-int 1705pkg syscall (freebsd-386-cgo), const IPPROTO_SATEXPAK ideal-int 1706pkg syscall (freebsd-386-cgo), const IPPROTO_SATMON ideal-int 1707pkg syscall (freebsd-386-cgo), const IPPROTO_SCCSP ideal-int 1708pkg syscall (freebsd-386-cgo), const IPPROTO_SCTP ideal-int 1709pkg syscall (freebsd-386-cgo), const IPPROTO_SDRP ideal-int 1710pkg syscall (freebsd-386-cgo), const IPPROTO_SEND ideal-int 1711pkg syscall (freebsd-386-cgo), const IPPROTO_SEP ideal-int 1712pkg syscall (freebsd-386-cgo), const IPPROTO_SKIP ideal-int 1713pkg syscall (freebsd-386-cgo), const IPPROTO_SPACER ideal-int 1714pkg syscall (freebsd-386-cgo), const IPPROTO_SRPC ideal-int 1715pkg syscall (freebsd-386-cgo), const IPPROTO_ST ideal-int 1716pkg syscall (freebsd-386-cgo), const IPPROTO_SVMTP ideal-int 1717pkg syscall (freebsd-386-cgo), const IPPROTO_SWIPE ideal-int 1718pkg syscall (freebsd-386-cgo), const IPPROTO_TCF ideal-int 1719pkg syscall (freebsd-386-cgo), const IPPROTO_TLSP ideal-int 1720pkg syscall (freebsd-386-cgo), const IPPROTO_TP ideal-int 1721pkg syscall (freebsd-386-cgo), const IPPROTO_TPXX ideal-int 1722pkg syscall (freebsd-386-cgo), const IPPROTO_TRUNK1 ideal-int 1723pkg syscall (freebsd-386-cgo), const IPPROTO_TRUNK2 ideal-int 1724pkg syscall (freebsd-386-cgo), const IPPROTO_TTP ideal-int 1725pkg syscall (freebsd-386-cgo), const IPPROTO_VINES ideal-int 1726pkg syscall (freebsd-386-cgo), const IPPROTO_VISA ideal-int 1727pkg syscall (freebsd-386-cgo), const IPPROTO_VMTP ideal-int 1728pkg syscall (freebsd-386-cgo), const IPPROTO_WBEXPAK ideal-int 1729pkg syscall (freebsd-386-cgo), const IPPROTO_WBMON ideal-int 1730pkg syscall (freebsd-386-cgo), const IPPROTO_WSN ideal-int 1731pkg syscall (freebsd-386-cgo), const IPPROTO_XNET ideal-int 1732pkg syscall (freebsd-386-cgo), const IPPROTO_XTP ideal-int 1733pkg syscall (freebsd-386-cgo), const IPV6_AUTOFLOWLABEL ideal-int 1734pkg syscall (freebsd-386-cgo), const IPV6_BINDANY ideal-int 1735pkg syscall (freebsd-386-cgo), const IPV6_BINDV6ONLY ideal-int 1736pkg syscall (freebsd-386-cgo), const IPV6_CHECKSUM ideal-int 1737pkg syscall (freebsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int 1738pkg syscall (freebsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int 1739pkg syscall (freebsd-386-cgo), const IPV6_DEFHLIM ideal-int 1740pkg syscall (freebsd-386-cgo), const IPV6_DONTFRAG ideal-int 1741pkg syscall (freebsd-386-cgo), const IPV6_DSTOPTS ideal-int 1742pkg syscall (freebsd-386-cgo), const IPV6_FAITH ideal-int 1743pkg syscall (freebsd-386-cgo), const IPV6_FLOWINFO_MASK ideal-int 1744pkg syscall (freebsd-386-cgo), const IPV6_FLOWLABEL_MASK ideal-int 1745pkg syscall (freebsd-386-cgo), const IPV6_FRAGTTL ideal-int 1746pkg syscall (freebsd-386-cgo), const IPV6_FW_ADD ideal-int 1747pkg syscall (freebsd-386-cgo), const IPV6_FW_DEL ideal-int 1748pkg syscall (freebsd-386-cgo), const IPV6_FW_FLUSH ideal-int 1749pkg syscall (freebsd-386-cgo), const IPV6_FW_GET ideal-int 1750pkg syscall (freebsd-386-cgo), const IPV6_FW_ZERO ideal-int 1751pkg syscall (freebsd-386-cgo), const IPV6_HLIMDEC ideal-int 1752pkg syscall (freebsd-386-cgo), const IPV6_HOPLIMIT ideal-int 1753pkg syscall (freebsd-386-cgo), const IPV6_HOPOPTS ideal-int 1754pkg syscall (freebsd-386-cgo), const IPV6_IPSEC_POLICY ideal-int 1755pkg syscall (freebsd-386-cgo), const IPV6_MAXHLIM ideal-int 1756pkg syscall (freebsd-386-cgo), const IPV6_MAXOPTHDR ideal-int 1757pkg syscall (freebsd-386-cgo), const IPV6_MAXPACKET ideal-int 1758pkg syscall (freebsd-386-cgo), const IPV6_MAX_GROUP_SRC_FILTER ideal-int 1759pkg syscall (freebsd-386-cgo), const IPV6_MAX_MEMBERSHIPS ideal-int 1760pkg syscall (freebsd-386-cgo), const IPV6_MAX_SOCK_SRC_FILTER ideal-int 1761pkg syscall (freebsd-386-cgo), const IPV6_MIN_MEMBERSHIPS ideal-int 1762pkg syscall (freebsd-386-cgo), const IPV6_MMTU ideal-int 1763pkg syscall (freebsd-386-cgo), const IPV6_MSFILTER ideal-int 1764pkg syscall (freebsd-386-cgo), const IPV6_NEXTHOP ideal-int 1765pkg syscall (freebsd-386-cgo), const IPV6_PATHMTU ideal-int 1766pkg syscall (freebsd-386-cgo), const IPV6_PKTINFO ideal-int 1767pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE ideal-int 1768pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int 1769pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_HIGH ideal-int 1770pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_LOW ideal-int 1771pkg syscall (freebsd-386-cgo), const IPV6_PREFER_TEMPADDR ideal-int 1772pkg syscall (freebsd-386-cgo), const IPV6_RECVDSTOPTS ideal-int 1773pkg syscall (freebsd-386-cgo), const IPV6_RECVHOPLIMIT ideal-int 1774pkg syscall (freebsd-386-cgo), const IPV6_RECVHOPOPTS ideal-int 1775pkg syscall (freebsd-386-cgo), const IPV6_RECVPATHMTU ideal-int 1776pkg syscall (freebsd-386-cgo), const IPV6_RECVPKTINFO ideal-int 1777pkg syscall (freebsd-386-cgo), const IPV6_RECVRTHDR ideal-int 1778pkg syscall (freebsd-386-cgo), const IPV6_RECVTCLASS ideal-int 1779pkg syscall (freebsd-386-cgo), const IPV6_RTHDR ideal-int 1780pkg syscall (freebsd-386-cgo), const IPV6_RTHDRDSTOPTS ideal-int 1781pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_LOOSE ideal-int 1782pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_STRICT ideal-int 1783pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_TYPE_0 ideal-int 1784pkg syscall (freebsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int 1785pkg syscall (freebsd-386-cgo), const IPV6_TCLASS ideal-int 1786pkg syscall (freebsd-386-cgo), const IPV6_USE_MIN_MTU ideal-int 1787pkg syscall (freebsd-386-cgo), const IPV6_VERSION ideal-int 1788pkg syscall (freebsd-386-cgo), const IPV6_VERSION_MASK ideal-int 1789pkg syscall (freebsd-386-cgo), const IP_ADD_SOURCE_MEMBERSHIP ideal-int 1790pkg syscall (freebsd-386-cgo), const IP_BINDANY ideal-int 1791pkg syscall (freebsd-386-cgo), const IP_BLOCK_SOURCE ideal-int 1792pkg syscall (freebsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int 1793pkg syscall (freebsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int 1794pkg syscall (freebsd-386-cgo), const IP_DF ideal-int 1795pkg syscall (freebsd-386-cgo), const IP_DONTFRAG ideal-int 1796pkg syscall (freebsd-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP ideal-int 1797pkg syscall (freebsd-386-cgo), const IP_DUMMYNET3 ideal-int 1798pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_CONFIGURE ideal-int 1799pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_DEL ideal-int 1800pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_FLUSH ideal-int 1801pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_GET ideal-int 1802pkg syscall (freebsd-386-cgo), const IP_FAITH ideal-int 1803pkg syscall (freebsd-386-cgo), const IP_FW3 ideal-int 1804pkg syscall (freebsd-386-cgo), const IP_FW_ADD ideal-int 1805pkg syscall (freebsd-386-cgo), const IP_FW_DEL ideal-int 1806pkg syscall (freebsd-386-cgo), const IP_FW_FLUSH ideal-int 1807pkg syscall (freebsd-386-cgo), const IP_FW_GET ideal-int 1808pkg syscall (freebsd-386-cgo), const IP_FW_NAT_CFG ideal-int 1809pkg syscall (freebsd-386-cgo), const IP_FW_NAT_DEL ideal-int 1810pkg syscall (freebsd-386-cgo), const IP_FW_NAT_GET_CONFIG ideal-int 1811pkg syscall (freebsd-386-cgo), const IP_FW_NAT_GET_LOG ideal-int 1812pkg syscall (freebsd-386-cgo), const IP_FW_RESETLOG ideal-int 1813pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_ADD ideal-int 1814pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_DEL ideal-int 1815pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_FLUSH ideal-int 1816pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_GETSIZE ideal-int 1817pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_LIST ideal-int 1818pkg syscall (freebsd-386-cgo), const IP_FW_ZERO ideal-int 1819pkg syscall (freebsd-386-cgo), const IP_HDRINCL ideal-int 1820pkg syscall (freebsd-386-cgo), const IP_IPSEC_POLICY ideal-int 1821pkg syscall (freebsd-386-cgo), const IP_MAXPACKET ideal-int 1822pkg syscall (freebsd-386-cgo), const IP_MAX_GROUP_SRC_FILTER ideal-int 1823pkg syscall (freebsd-386-cgo), const IP_MAX_MEMBERSHIPS ideal-int 1824pkg syscall (freebsd-386-cgo), const IP_MAX_SOCK_MUTE_FILTER ideal-int 1825pkg syscall (freebsd-386-cgo), const IP_MAX_SOCK_SRC_FILTER ideal-int 1826pkg syscall (freebsd-386-cgo), const IP_MAX_SOURCE_FILTER ideal-int 1827pkg syscall (freebsd-386-cgo), const IP_MF ideal-int 1828pkg syscall (freebsd-386-cgo), const IP_MINTTL ideal-int 1829pkg syscall (freebsd-386-cgo), const IP_MIN_MEMBERSHIPS ideal-int 1830pkg syscall (freebsd-386-cgo), const IP_MSFILTER ideal-int 1831pkg syscall (freebsd-386-cgo), const IP_MSS ideal-int 1832pkg syscall (freebsd-386-cgo), const IP_MULTICAST_VIF ideal-int 1833pkg syscall (freebsd-386-cgo), const IP_OFFMASK ideal-int 1834pkg syscall (freebsd-386-cgo), const IP_ONESBCAST ideal-int 1835pkg syscall (freebsd-386-cgo), const IP_OPTIONS ideal-int 1836pkg syscall (freebsd-386-cgo), const IP_PORTRANGE ideal-int 1837pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_DEFAULT ideal-int 1838pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_HIGH ideal-int 1839pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_LOW ideal-int 1840pkg syscall (freebsd-386-cgo), const IP_RECVDSTADDR ideal-int 1841pkg syscall (freebsd-386-cgo), const IP_RECVIF ideal-int 1842pkg syscall (freebsd-386-cgo), const IP_RECVOPTS ideal-int 1843pkg syscall (freebsd-386-cgo), const IP_RECVRETOPTS ideal-int 1844pkg syscall (freebsd-386-cgo), const IP_RECVTOS ideal-int 1845pkg syscall (freebsd-386-cgo), const IP_RECVTTL ideal-int 1846pkg syscall (freebsd-386-cgo), const IP_RETOPTS ideal-int 1847pkg syscall (freebsd-386-cgo), const IP_RF ideal-int 1848pkg syscall (freebsd-386-cgo), const IP_RSVP_OFF ideal-int 1849pkg syscall (freebsd-386-cgo), const IP_RSVP_ON ideal-int 1850pkg syscall (freebsd-386-cgo), const IP_RSVP_VIF_OFF ideal-int 1851pkg syscall (freebsd-386-cgo), const IP_RSVP_VIF_ON ideal-int 1852pkg syscall (freebsd-386-cgo), const IP_SENDSRCADDR ideal-int 1853pkg syscall (freebsd-386-cgo), const IP_UNBLOCK_SOURCE ideal-int 1854pkg syscall (freebsd-386-cgo), const ISIG ideal-int 1855pkg syscall (freebsd-386-cgo), const ISTRIP ideal-int 1856pkg syscall (freebsd-386-cgo), const IXANY ideal-int 1857pkg syscall (freebsd-386-cgo), const IXOFF ideal-int 1858pkg syscall (freebsd-386-cgo), const IXON ideal-int 1859pkg syscall (freebsd-386-cgo), const LOCK_EX ideal-int 1860pkg syscall (freebsd-386-cgo), const LOCK_NB ideal-int 1861pkg syscall (freebsd-386-cgo), const LOCK_SH ideal-int 1862pkg syscall (freebsd-386-cgo), const LOCK_UN ideal-int 1863pkg syscall (freebsd-386-cgo), const MADV_AUTOSYNC ideal-int 1864pkg syscall (freebsd-386-cgo), const MADV_CORE ideal-int 1865pkg syscall (freebsd-386-cgo), const MADV_DONTNEED ideal-int 1866pkg syscall (freebsd-386-cgo), const MADV_FREE ideal-int 1867pkg syscall (freebsd-386-cgo), const MADV_NOCORE ideal-int 1868pkg syscall (freebsd-386-cgo), const MADV_NORMAL ideal-int 1869pkg syscall (freebsd-386-cgo), const MADV_NOSYNC ideal-int 1870pkg syscall (freebsd-386-cgo), const MADV_PROTECT ideal-int 1871pkg syscall (freebsd-386-cgo), const MADV_RANDOM ideal-int 1872pkg syscall (freebsd-386-cgo), const MADV_SEQUENTIAL ideal-int 1873pkg syscall (freebsd-386-cgo), const MADV_WILLNEED ideal-int 1874pkg syscall (freebsd-386-cgo), const MAP_ANON ideal-int 1875pkg syscall (freebsd-386-cgo), const MAP_ANONYMOUS ideal-int 1876pkg syscall (freebsd-386-cgo), const MAP_COPY ideal-int 1877pkg syscall (freebsd-386-cgo), const MAP_FILE ideal-int 1878pkg syscall (freebsd-386-cgo), const MAP_FIXED ideal-int 1879pkg syscall (freebsd-386-cgo), const MAP_HASSEMAPHORE ideal-int 1880pkg syscall (freebsd-386-cgo), const MAP_NOCORE ideal-int 1881pkg syscall (freebsd-386-cgo), const MAP_NORESERVE ideal-int 1882pkg syscall (freebsd-386-cgo), const MAP_NOSYNC ideal-int 1883pkg syscall (freebsd-386-cgo), const MAP_PREFAULT_READ ideal-int 1884pkg syscall (freebsd-386-cgo), const MAP_PRIVATE ideal-int 1885pkg syscall (freebsd-386-cgo), const MAP_RENAME ideal-int 1886pkg syscall (freebsd-386-cgo), const MAP_RESERVED0080 ideal-int 1887pkg syscall (freebsd-386-cgo), const MAP_RESERVED0100 ideal-int 1888pkg syscall (freebsd-386-cgo), const MAP_SHARED ideal-int 1889pkg syscall (freebsd-386-cgo), const MAP_STACK ideal-int 1890pkg syscall (freebsd-386-cgo), const MCL_CURRENT ideal-int 1891pkg syscall (freebsd-386-cgo), const MCL_FUTURE ideal-int 1892pkg syscall (freebsd-386-cgo), const MSG_COMPAT ideal-int 1893pkg syscall (freebsd-386-cgo), const MSG_CTRUNC ideal-int 1894pkg syscall (freebsd-386-cgo), const MSG_DONTROUTE ideal-int 1895pkg syscall (freebsd-386-cgo), const MSG_DONTWAIT ideal-int 1896pkg syscall (freebsd-386-cgo), const MSG_EOF ideal-int 1897pkg syscall (freebsd-386-cgo), const MSG_EOR ideal-int 1898pkg syscall (freebsd-386-cgo), const MSG_NBIO ideal-int 1899pkg syscall (freebsd-386-cgo), const MSG_NOSIGNAL ideal-int 1900pkg syscall (freebsd-386-cgo), const MSG_NOTIFICATION ideal-int 1901pkg syscall (freebsd-386-cgo), const MSG_OOB ideal-int 1902pkg syscall (freebsd-386-cgo), const MSG_PEEK ideal-int 1903pkg syscall (freebsd-386-cgo), const MSG_TRUNC ideal-int 1904pkg syscall (freebsd-386-cgo), const MSG_WAITALL ideal-int 1905pkg syscall (freebsd-386-cgo), const MS_ASYNC ideal-int 1906pkg syscall (freebsd-386-cgo), const MS_INVALIDATE ideal-int 1907pkg syscall (freebsd-386-cgo), const MS_SYNC ideal-int 1908pkg syscall (freebsd-386-cgo), const NET_RT_DUMP ideal-int 1909pkg syscall (freebsd-386-cgo), const NET_RT_FLAGS ideal-int 1910pkg syscall (freebsd-386-cgo), const NET_RT_IFLIST ideal-int 1911pkg syscall (freebsd-386-cgo), const NET_RT_IFLISTL ideal-int 1912pkg syscall (freebsd-386-cgo), const NET_RT_IFMALIST ideal-int 1913pkg syscall (freebsd-386-cgo), const NET_RT_MAXID ideal-int 1914pkg syscall (freebsd-386-cgo), const NOFLSH ideal-int 1915pkg syscall (freebsd-386-cgo), const NOTE_ATTRIB ideal-int 1916pkg syscall (freebsd-386-cgo), const NOTE_CHILD ideal-int 1917pkg syscall (freebsd-386-cgo), const NOTE_DELETE ideal-int 1918pkg syscall (freebsd-386-cgo), const NOTE_EXEC ideal-int 1919pkg syscall (freebsd-386-cgo), const NOTE_EXIT ideal-int 1920pkg syscall (freebsd-386-cgo), const NOTE_EXTEND ideal-int 1921pkg syscall (freebsd-386-cgo), const NOTE_FFAND ideal-int 1922pkg syscall (freebsd-386-cgo), const NOTE_FFCOPY ideal-int 1923pkg syscall (freebsd-386-cgo), const NOTE_FFCTRLMASK ideal-int 1924pkg syscall (freebsd-386-cgo), const NOTE_FFLAGSMASK ideal-int 1925pkg syscall (freebsd-386-cgo), const NOTE_FFNOP ideal-int 1926pkg syscall (freebsd-386-cgo), const NOTE_FFOR ideal-int 1927pkg syscall (freebsd-386-cgo), const NOTE_FORK ideal-int 1928pkg syscall (freebsd-386-cgo), const NOTE_LINK ideal-int 1929pkg syscall (freebsd-386-cgo), const NOTE_LOWAT ideal-int 1930pkg syscall (freebsd-386-cgo), const NOTE_PCTRLMASK ideal-int 1931pkg syscall (freebsd-386-cgo), const NOTE_PDATAMASK ideal-int 1932pkg syscall (freebsd-386-cgo), const NOTE_RENAME ideal-int 1933pkg syscall (freebsd-386-cgo), const NOTE_REVOKE ideal-int 1934pkg syscall (freebsd-386-cgo), const NOTE_TRACK ideal-int 1935pkg syscall (freebsd-386-cgo), const NOTE_TRACKERR ideal-int 1936pkg syscall (freebsd-386-cgo), const NOTE_TRIGGER ideal-int 1937pkg syscall (freebsd-386-cgo), const NOTE_WRITE ideal-int 1938pkg syscall (freebsd-386-cgo), const OCRNL ideal-int 1939pkg syscall (freebsd-386-cgo), const ONLCR ideal-int 1940pkg syscall (freebsd-386-cgo), const ONLRET ideal-int 1941pkg syscall (freebsd-386-cgo), const ONOCR ideal-int 1942pkg syscall (freebsd-386-cgo), const ONOEOT ideal-int 1943pkg syscall (freebsd-386-cgo), const OPOST ideal-int 1944pkg syscall (freebsd-386-cgo), const O_ACCMODE ideal-int 1945pkg syscall (freebsd-386-cgo), const O_DIRECT ideal-int 1946pkg syscall (freebsd-386-cgo), const O_DIRECTORY ideal-int 1947pkg syscall (freebsd-386-cgo), const O_EXEC ideal-int 1948pkg syscall (freebsd-386-cgo), const O_EXLOCK ideal-int 1949pkg syscall (freebsd-386-cgo), const O_FSYNC ideal-int 1950pkg syscall (freebsd-386-cgo), const O_NDELAY ideal-int 1951pkg syscall (freebsd-386-cgo), const O_NOFOLLOW ideal-int 1952pkg syscall (freebsd-386-cgo), const O_SHLOCK ideal-int 1953pkg syscall (freebsd-386-cgo), const O_TTY_INIT ideal-int 1954pkg syscall (freebsd-386-cgo), const PARENB ideal-int 1955pkg syscall (freebsd-386-cgo), const PARMRK ideal-int 1956pkg syscall (freebsd-386-cgo), const PARODD ideal-int 1957pkg syscall (freebsd-386-cgo), const PENDIN ideal-int 1958pkg syscall (freebsd-386-cgo), const PRIO_PGRP = 1 1959pkg syscall (freebsd-386-cgo), const PRIO_PGRP ideal-int 1960pkg syscall (freebsd-386-cgo), const PRIO_PROCESS = 0 1961pkg syscall (freebsd-386-cgo), const PRIO_PROCESS ideal-int 1962pkg syscall (freebsd-386-cgo), const PRIO_USER = 2 1963pkg syscall (freebsd-386-cgo), const PRIO_USER ideal-int 1964pkg syscall (freebsd-386-cgo), const PROT_EXEC ideal-int 1965pkg syscall (freebsd-386-cgo), const PROT_NONE ideal-int 1966pkg syscall (freebsd-386-cgo), const PROT_READ ideal-int 1967pkg syscall (freebsd-386-cgo), const PROT_WRITE ideal-int 1968pkg syscall (freebsd-386-cgo), const PTRACE_CONT ideal-int 1969pkg syscall (freebsd-386-cgo), const PTRACE_KILL ideal-int 1970pkg syscall (freebsd-386-cgo), const PTRACE_TRACEME ideal-int 1971pkg syscall (freebsd-386-cgo), const RLIMIT_AS ideal-int 1972pkg syscall (freebsd-386-cgo), const RLIMIT_CORE ideal-int 1973pkg syscall (freebsd-386-cgo), const RLIMIT_CPU ideal-int 1974pkg syscall (freebsd-386-cgo), const RLIMIT_DATA ideal-int 1975pkg syscall (freebsd-386-cgo), const RLIMIT_FSIZE ideal-int 1976pkg syscall (freebsd-386-cgo), const RLIMIT_NOFILE ideal-int 1977pkg syscall (freebsd-386-cgo), const RLIMIT_STACK ideal-int 1978pkg syscall (freebsd-386-cgo), const RLIM_INFINITY ideal-int 1979pkg syscall (freebsd-386-cgo), const RTAX_AUTHOR ideal-int 1980pkg syscall (freebsd-386-cgo), const RTAX_BRD ideal-int 1981pkg syscall (freebsd-386-cgo), const RTAX_DST ideal-int 1982pkg syscall (freebsd-386-cgo), const RTAX_GATEWAY ideal-int 1983pkg syscall (freebsd-386-cgo), const RTAX_GENMASK ideal-int 1984pkg syscall (freebsd-386-cgo), const RTAX_IFA ideal-int 1985pkg syscall (freebsd-386-cgo), const RTAX_IFP ideal-int 1986pkg syscall (freebsd-386-cgo), const RTAX_MAX ideal-int 1987pkg syscall (freebsd-386-cgo), const RTAX_NETMASK ideal-int 1988pkg syscall (freebsd-386-cgo), const RTA_AUTHOR ideal-int 1989pkg syscall (freebsd-386-cgo), const RTA_BRD ideal-int 1990pkg syscall (freebsd-386-cgo), const RTA_DST ideal-int 1991pkg syscall (freebsd-386-cgo), const RTA_GATEWAY ideal-int 1992pkg syscall (freebsd-386-cgo), const RTA_GENMASK ideal-int 1993pkg syscall (freebsd-386-cgo), const RTA_IFA ideal-int 1994pkg syscall (freebsd-386-cgo), const RTA_IFP ideal-int 1995pkg syscall (freebsd-386-cgo), const RTA_NETMASK ideal-int 1996pkg syscall (freebsd-386-cgo), const RTF_BLACKHOLE ideal-int 1997pkg syscall (freebsd-386-cgo), const RTF_BROADCAST ideal-int 1998pkg syscall (freebsd-386-cgo), const RTF_DONE ideal-int 1999pkg syscall (freebsd-386-cgo), const RTF_DYNAMIC ideal-int 2000pkg syscall (freebsd-386-cgo), const RTF_FMASK ideal-int 2001pkg syscall (freebsd-386-cgo), const RTF_GATEWAY ideal-int 2002pkg syscall (freebsd-386-cgo), const RTF_HOST ideal-int 2003pkg syscall (freebsd-386-cgo), const RTF_LLDATA ideal-int 2004pkg syscall (freebsd-386-cgo), const RTF_LLINFO ideal-int 2005pkg syscall (freebsd-386-cgo), const RTF_LOCAL ideal-int 2006pkg syscall (freebsd-386-cgo), const RTF_MODIFIED ideal-int 2007pkg syscall (freebsd-386-cgo), const RTF_MULTICAST ideal-int 2008pkg syscall (freebsd-386-cgo), const RTF_PINNED ideal-int 2009pkg syscall (freebsd-386-cgo), const RTF_PRCLONING ideal-int 2010pkg syscall (freebsd-386-cgo), const RTF_PROTO1 ideal-int 2011pkg syscall (freebsd-386-cgo), const RTF_PROTO2 ideal-int 2012pkg syscall (freebsd-386-cgo), const RTF_PROTO3 ideal-int 2013pkg syscall (freebsd-386-cgo), const RTF_REJECT ideal-int 2014pkg syscall (freebsd-386-cgo), const RTF_RNH_LOCKED ideal-int 2015pkg syscall (freebsd-386-cgo), const RTF_STATIC ideal-int 2016pkg syscall (freebsd-386-cgo), const RTF_STICKY ideal-int 2017pkg syscall (freebsd-386-cgo), const RTF_UP ideal-int 2018pkg syscall (freebsd-386-cgo), const RTF_XRESOLVE ideal-int 2019pkg syscall (freebsd-386-cgo), const RTM_ADD ideal-int 2020pkg syscall (freebsd-386-cgo), const RTM_CHANGE ideal-int 2021pkg syscall (freebsd-386-cgo), const RTM_DELADDR ideal-int 2022pkg syscall (freebsd-386-cgo), const RTM_DELETE ideal-int 2023pkg syscall (freebsd-386-cgo), const RTM_DELMADDR ideal-int 2024pkg syscall (freebsd-386-cgo), const RTM_GET ideal-int 2025pkg syscall (freebsd-386-cgo), const RTM_IEEE80211 ideal-int 2026pkg syscall (freebsd-386-cgo), const RTM_IFANNOUNCE ideal-int 2027pkg syscall (freebsd-386-cgo), const RTM_IFINFO ideal-int 2028pkg syscall (freebsd-386-cgo), const RTM_LOCK ideal-int 2029pkg syscall (freebsd-386-cgo), const RTM_LOSING ideal-int 2030pkg syscall (freebsd-386-cgo), const RTM_MISS ideal-int 2031pkg syscall (freebsd-386-cgo), const RTM_NEWADDR ideal-int 2032pkg syscall (freebsd-386-cgo), const RTM_NEWMADDR ideal-int 2033pkg syscall (freebsd-386-cgo), const RTM_OLDADD ideal-int 2034pkg syscall (freebsd-386-cgo), const RTM_OLDDEL ideal-int 2035pkg syscall (freebsd-386-cgo), const RTM_REDIRECT ideal-int 2036pkg syscall (freebsd-386-cgo), const RTM_RESOLVE ideal-int 2037pkg syscall (freebsd-386-cgo), const RTM_RTTUNIT ideal-int 2038pkg syscall (freebsd-386-cgo), const RTM_VERSION ideal-int 2039pkg syscall (freebsd-386-cgo), const RTV_EXPIRE ideal-int 2040pkg syscall (freebsd-386-cgo), const RTV_HOPCOUNT ideal-int 2041pkg syscall (freebsd-386-cgo), const RTV_MTU ideal-int 2042pkg syscall (freebsd-386-cgo), const RTV_RPIPE ideal-int 2043pkg syscall (freebsd-386-cgo), const RTV_RTT ideal-int 2044pkg syscall (freebsd-386-cgo), const RTV_RTTVAR ideal-int 2045pkg syscall (freebsd-386-cgo), const RTV_SPIPE ideal-int 2046pkg syscall (freebsd-386-cgo), const RTV_SSTHRESH ideal-int 2047pkg syscall (freebsd-386-cgo), const RTV_WEIGHT ideal-int 2048pkg syscall (freebsd-386-cgo), const RT_CACHING_CONTEXT ideal-int 2049pkg syscall (freebsd-386-cgo), const RT_DEFAULT_FIB ideal-int 2050pkg syscall (freebsd-386-cgo), const RUSAGE_CHILDREN ideal-int 2051pkg syscall (freebsd-386-cgo), const RUSAGE_SELF ideal-int 2052pkg syscall (freebsd-386-cgo), const RUSAGE_THREAD ideal-int 2053pkg syscall (freebsd-386-cgo), const SCM_BINTIME ideal-int 2054pkg syscall (freebsd-386-cgo), const SCM_CREDS ideal-int 2055pkg syscall (freebsd-386-cgo), const SCM_RIGHTS ideal-int 2056pkg syscall (freebsd-386-cgo), const SCM_TIMESTAMP ideal-int 2057pkg syscall (freebsd-386-cgo), const SIGCHLD Signal 2058pkg syscall (freebsd-386-cgo), const SIGCONT Signal 2059pkg syscall (freebsd-386-cgo), const SIGEMT Signal 2060pkg syscall (freebsd-386-cgo), const SIGINFO Signal 2061pkg syscall (freebsd-386-cgo), const SIGIO Signal 2062pkg syscall (freebsd-386-cgo), const SIGIOT Signal 2063pkg syscall (freebsd-386-cgo), const SIGLWP Signal 2064pkg syscall (freebsd-386-cgo), const SIGPROF Signal 2065pkg syscall (freebsd-386-cgo), const SIGSTOP Signal 2066pkg syscall (freebsd-386-cgo), const SIGSYS Signal 2067pkg syscall (freebsd-386-cgo), const SIGTHR Signal 2068pkg syscall (freebsd-386-cgo), const SIGTSTP Signal 2069pkg syscall (freebsd-386-cgo), const SIGTTIN Signal 2070pkg syscall (freebsd-386-cgo), const SIGTTOU Signal 2071pkg syscall (freebsd-386-cgo), const SIGURG Signal 2072pkg syscall (freebsd-386-cgo), const SIGUSR1 Signal 2073pkg syscall (freebsd-386-cgo), const SIGUSR2 Signal 2074pkg syscall (freebsd-386-cgo), const SIGVTALRM Signal 2075pkg syscall (freebsd-386-cgo), const SIGWINCH Signal 2076pkg syscall (freebsd-386-cgo), const SIGXCPU Signal 2077pkg syscall (freebsd-386-cgo), const SIGXFSZ Signal 2078pkg syscall (freebsd-386-cgo), const SIOCADDMULTI ideal-int 2079pkg syscall (freebsd-386-cgo), const SIOCADDRT ideal-int 2080pkg syscall (freebsd-386-cgo), const SIOCAIFADDR ideal-int 2081pkg syscall (freebsd-386-cgo), const SIOCAIFGROUP ideal-int 2082pkg syscall (freebsd-386-cgo), const SIOCALIFADDR ideal-int 2083pkg syscall (freebsd-386-cgo), const SIOCATMARK ideal-int 2084pkg syscall (freebsd-386-cgo), const SIOCDELMULTI ideal-int 2085pkg syscall (freebsd-386-cgo), const SIOCDELRT ideal-int 2086pkg syscall (freebsd-386-cgo), const SIOCDIFADDR ideal-int 2087pkg syscall (freebsd-386-cgo), const SIOCDIFGROUP ideal-int 2088pkg syscall (freebsd-386-cgo), const SIOCDIFPHYADDR ideal-int 2089pkg syscall (freebsd-386-cgo), const SIOCDLIFADDR ideal-int 2090pkg syscall (freebsd-386-cgo), const SIOCGDRVSPEC ideal-int 2091pkg syscall (freebsd-386-cgo), const SIOCGETSGCNT ideal-int 2092pkg syscall (freebsd-386-cgo), const SIOCGETVIFCNT ideal-int 2093pkg syscall (freebsd-386-cgo), const SIOCGHIWAT ideal-int 2094pkg syscall (freebsd-386-cgo), const SIOCGIFADDR ideal-int 2095pkg syscall (freebsd-386-cgo), const SIOCGIFBRDADDR ideal-int 2096pkg syscall (freebsd-386-cgo), const SIOCGIFCAP ideal-int 2097pkg syscall (freebsd-386-cgo), const SIOCGIFCONF ideal-int 2098pkg syscall (freebsd-386-cgo), const SIOCGIFDESCR ideal-int 2099pkg syscall (freebsd-386-cgo), const SIOCGIFDSTADDR ideal-int 2100pkg syscall (freebsd-386-cgo), const SIOCGIFFIB ideal-int 2101pkg syscall (freebsd-386-cgo), const SIOCGIFFLAGS ideal-int 2102pkg syscall (freebsd-386-cgo), const SIOCGIFGENERIC ideal-int 2103pkg syscall (freebsd-386-cgo), const SIOCGIFGMEMB ideal-int 2104pkg syscall (freebsd-386-cgo), const SIOCGIFGROUP ideal-int 2105pkg syscall (freebsd-386-cgo), const SIOCGIFINDEX ideal-int 2106pkg syscall (freebsd-386-cgo), const SIOCGIFMAC ideal-int 2107pkg syscall (freebsd-386-cgo), const SIOCGIFMEDIA ideal-int 2108pkg syscall (freebsd-386-cgo), const SIOCGIFMETRIC ideal-int 2109pkg syscall (freebsd-386-cgo), const SIOCGIFMTU ideal-int 2110pkg syscall (freebsd-386-cgo), const SIOCGIFNETMASK ideal-int 2111pkg syscall (freebsd-386-cgo), const SIOCGIFPDSTADDR ideal-int 2112pkg syscall (freebsd-386-cgo), const SIOCGIFPHYS ideal-int 2113pkg syscall (freebsd-386-cgo), const SIOCGIFPSRCADDR ideal-int 2114pkg syscall (freebsd-386-cgo), const SIOCGIFSTATUS ideal-int 2115pkg syscall (freebsd-386-cgo), const SIOCGLIFADDR ideal-int 2116pkg syscall (freebsd-386-cgo), const SIOCGLIFPHYADDR ideal-int 2117pkg syscall (freebsd-386-cgo), const SIOCGLOWAT ideal-int 2118pkg syscall (freebsd-386-cgo), const SIOCGPGRP ideal-int 2119pkg syscall (freebsd-386-cgo), const SIOCGPRIVATE_0 ideal-int 2120pkg syscall (freebsd-386-cgo), const SIOCGPRIVATE_1 ideal-int 2121pkg syscall (freebsd-386-cgo), const SIOCIFCREATE ideal-int 2122pkg syscall (freebsd-386-cgo), const SIOCIFCREATE2 ideal-int 2123pkg syscall (freebsd-386-cgo), const SIOCIFDESTROY ideal-int 2124pkg syscall (freebsd-386-cgo), const SIOCIFGCLONERS ideal-int 2125pkg syscall (freebsd-386-cgo), const SIOCSDRVSPEC ideal-int 2126pkg syscall (freebsd-386-cgo), const SIOCSHIWAT ideal-int 2127pkg syscall (freebsd-386-cgo), const SIOCSIFADDR ideal-int 2128pkg syscall (freebsd-386-cgo), const SIOCSIFBRDADDR ideal-int 2129pkg syscall (freebsd-386-cgo), const SIOCSIFCAP ideal-int 2130pkg syscall (freebsd-386-cgo), const SIOCSIFDESCR ideal-int 2131pkg syscall (freebsd-386-cgo), const SIOCSIFDSTADDR ideal-int 2132pkg syscall (freebsd-386-cgo), const SIOCSIFFIB ideal-int 2133pkg syscall (freebsd-386-cgo), const SIOCSIFFLAGS ideal-int 2134pkg syscall (freebsd-386-cgo), const SIOCSIFGENERIC ideal-int 2135pkg syscall (freebsd-386-cgo), const SIOCSIFLLADDR ideal-int 2136pkg syscall (freebsd-386-cgo), const SIOCSIFMAC ideal-int 2137pkg syscall (freebsd-386-cgo), const SIOCSIFMEDIA ideal-int 2138pkg syscall (freebsd-386-cgo), const SIOCSIFMETRIC ideal-int 2139pkg syscall (freebsd-386-cgo), const SIOCSIFMTU ideal-int 2140pkg syscall (freebsd-386-cgo), const SIOCSIFNAME ideal-int 2141pkg syscall (freebsd-386-cgo), const SIOCSIFNETMASK ideal-int 2142pkg syscall (freebsd-386-cgo), const SIOCSIFPHYADDR ideal-int 2143pkg syscall (freebsd-386-cgo), const SIOCSIFPHYS ideal-int 2144pkg syscall (freebsd-386-cgo), const SIOCSIFRVNET ideal-int 2145pkg syscall (freebsd-386-cgo), const SIOCSIFVNET ideal-int 2146pkg syscall (freebsd-386-cgo), const SIOCSLIFPHYADDR ideal-int 2147pkg syscall (freebsd-386-cgo), const SIOCSLOWAT ideal-int 2148pkg syscall (freebsd-386-cgo), const SIOCSPGRP ideal-int 2149pkg syscall (freebsd-386-cgo), const SOCK_MAXADDRLEN ideal-int 2150pkg syscall (freebsd-386-cgo), const SOCK_RDM ideal-int 2151pkg syscall (freebsd-386-cgo), const SO_ACCEPTCONN ideal-int 2152pkg syscall (freebsd-386-cgo), const SO_ACCEPTFILTER ideal-int 2153pkg syscall (freebsd-386-cgo), const SO_BINTIME ideal-int 2154pkg syscall (freebsd-386-cgo), const SO_DEBUG ideal-int 2155pkg syscall (freebsd-386-cgo), const SO_ERROR ideal-int 2156pkg syscall (freebsd-386-cgo), const SO_LABEL ideal-int 2157pkg syscall (freebsd-386-cgo), const SO_LISTENINCQLEN ideal-int 2158pkg syscall (freebsd-386-cgo), const SO_LISTENQLEN ideal-int 2159pkg syscall (freebsd-386-cgo), const SO_LISTENQLIMIT ideal-int 2160pkg syscall (freebsd-386-cgo), const SO_NOSIGPIPE ideal-int 2161pkg syscall (freebsd-386-cgo), const SO_NO_DDP ideal-int 2162pkg syscall (freebsd-386-cgo), const SO_NO_OFFLOAD ideal-int 2163pkg syscall (freebsd-386-cgo), const SO_OOBINLINE ideal-int 2164pkg syscall (freebsd-386-cgo), const SO_PEERLABEL ideal-int 2165pkg syscall (freebsd-386-cgo), const SO_PROTOCOL ideal-int 2166pkg syscall (freebsd-386-cgo), const SO_PROTOTYPE ideal-int 2167pkg syscall (freebsd-386-cgo), const SO_RCVLOWAT ideal-int 2168pkg syscall (freebsd-386-cgo), const SO_RCVTIMEO ideal-int 2169pkg syscall (freebsd-386-cgo), const SO_REUSEPORT ideal-int 2170pkg syscall (freebsd-386-cgo), const SO_SETFIB ideal-int 2171pkg syscall (freebsd-386-cgo), const SO_SNDLOWAT ideal-int 2172pkg syscall (freebsd-386-cgo), const SO_SNDTIMEO ideal-int 2173pkg syscall (freebsd-386-cgo), const SO_TIMESTAMP ideal-int 2174pkg syscall (freebsd-386-cgo), const SO_TYPE ideal-int 2175pkg syscall (freebsd-386-cgo), const SO_USELOOPBACK ideal-int 2176pkg syscall (freebsd-386-cgo), const SO_USER_COOKIE ideal-int 2177pkg syscall (freebsd-386-cgo), const SYS_ABORT2 ideal-int 2178pkg syscall (freebsd-386-cgo), const SYS_ACCEPT ideal-int 2179pkg syscall (freebsd-386-cgo), const SYS_ACCESS ideal-int 2180pkg syscall (freebsd-386-cgo), const SYS_ACCT ideal-int 2181pkg syscall (freebsd-386-cgo), const SYS_ADJTIME ideal-int 2182pkg syscall (freebsd-386-cgo), const SYS_AUDIT ideal-int 2183pkg syscall (freebsd-386-cgo), const SYS_AUDITCTL ideal-int 2184pkg syscall (freebsd-386-cgo), const SYS_AUDITON ideal-int 2185pkg syscall (freebsd-386-cgo), const SYS_BIND ideal-int 2186pkg syscall (freebsd-386-cgo), const SYS_CAP_ENTER ideal-int 2187pkg syscall (freebsd-386-cgo), const SYS_CAP_GETMODE ideal-int 2188pkg syscall (freebsd-386-cgo), const SYS_CAP_GETRIGHTS ideal-int 2189pkg syscall (freebsd-386-cgo), const SYS_CAP_NEW ideal-int 2190pkg syscall (freebsd-386-cgo), const SYS_CHDIR ideal-int 2191pkg syscall (freebsd-386-cgo), const SYS_CHFLAGS ideal-int 2192pkg syscall (freebsd-386-cgo), const SYS_CHMOD ideal-int 2193pkg syscall (freebsd-386-cgo), const SYS_CHOWN ideal-int 2194pkg syscall (freebsd-386-cgo), const SYS_CHROOT ideal-int 2195pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int 2196pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETRES ideal-int 2197pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETTIME ideal-int 2198pkg syscall (freebsd-386-cgo), const SYS_CLOCK_SETTIME ideal-int 2199pkg syscall (freebsd-386-cgo), const SYS_CLOSE ideal-int 2200pkg syscall (freebsd-386-cgo), const SYS_CLOSEFROM ideal-int 2201pkg syscall (freebsd-386-cgo), const SYS_CONNECT ideal-int 2202pkg syscall (freebsd-386-cgo), const SYS_CPUSET ideal-int 2203pkg syscall (freebsd-386-cgo), const SYS_CPUSET_GETAFFINITY ideal-int 2204pkg syscall (freebsd-386-cgo), const SYS_CPUSET_GETID ideal-int 2205pkg syscall (freebsd-386-cgo), const SYS_CPUSET_SETAFFINITY ideal-int 2206pkg syscall (freebsd-386-cgo), const SYS_CPUSET_SETID ideal-int 2207pkg syscall (freebsd-386-cgo), const SYS_DUP ideal-int 2208pkg syscall (freebsd-386-cgo), const SYS_DUP2 ideal-int 2209pkg syscall (freebsd-386-cgo), const SYS_EACCESS ideal-int 2210pkg syscall (freebsd-386-cgo), const SYS_EXECVE ideal-int 2211pkg syscall (freebsd-386-cgo), const SYS_EXIT ideal-int 2212pkg syscall (freebsd-386-cgo), const SYS_EXTATTRCTL ideal-int 2213pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_FD ideal-int 2214pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_FILE ideal-int 2215pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_LINK ideal-int 2216pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_FD ideal-int 2217pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_FILE ideal-int 2218pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_LINK ideal-int 2219pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_FD ideal-int 2220pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_FILE ideal-int 2221pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_LINK ideal-int 2222pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_FD ideal-int 2223pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_FILE ideal-int 2224pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_LINK ideal-int 2225pkg syscall (freebsd-386-cgo), const SYS_FACCESSAT ideal-int 2226pkg syscall (freebsd-386-cgo), const SYS_FCHDIR ideal-int 2227pkg syscall (freebsd-386-cgo), const SYS_FCHFLAGS ideal-int 2228pkg syscall (freebsd-386-cgo), const SYS_FCHMOD ideal-int 2229pkg syscall (freebsd-386-cgo), const SYS_FCHMODAT ideal-int 2230pkg syscall (freebsd-386-cgo), const SYS_FCHOWN ideal-int 2231pkg syscall (freebsd-386-cgo), const SYS_FCHOWNAT ideal-int 2232pkg syscall (freebsd-386-cgo), const SYS_FCNTL ideal-int 2233pkg syscall (freebsd-386-cgo), const SYS_FEXECVE ideal-int 2234pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_GETCOUNTER ideal-int 2235pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_GETESTIMATE ideal-int 2236pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_SETESTIMATE ideal-int 2237pkg syscall (freebsd-386-cgo), const SYS_FHOPEN ideal-int 2238pkg syscall (freebsd-386-cgo), const SYS_FHSTAT ideal-int 2239pkg syscall (freebsd-386-cgo), const SYS_FHSTATFS ideal-int 2240pkg syscall (freebsd-386-cgo), const SYS_FLOCK ideal-int 2241pkg syscall (freebsd-386-cgo), const SYS_FORK ideal-int 2242pkg syscall (freebsd-386-cgo), const SYS_FPATHCONF ideal-int 2243pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_FTRUNCATE ideal-int 2244pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_LSEEK ideal-int 2245pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_MMAP ideal-int 2246pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_PREAD ideal-int 2247pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_PWRITE ideal-int 2248pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_TRUNCATE ideal-int 2249pkg syscall (freebsd-386-cgo), const SYS_FSTAT ideal-int 2250pkg syscall (freebsd-386-cgo), const SYS_FSTATAT ideal-int 2251pkg syscall (freebsd-386-cgo), const SYS_FSTATFS ideal-int 2252pkg syscall (freebsd-386-cgo), const SYS_FSYNC ideal-int 2253pkg syscall (freebsd-386-cgo), const SYS_FTRUNCATE ideal-int 2254pkg syscall (freebsd-386-cgo), const SYS_FUTIMES ideal-int 2255pkg syscall (freebsd-386-cgo), const SYS_FUTIMESAT ideal-int 2256pkg syscall (freebsd-386-cgo), const SYS_GETAUDIT ideal-int 2257pkg syscall (freebsd-386-cgo), const SYS_GETAUDIT_ADDR ideal-int 2258pkg syscall (freebsd-386-cgo), const SYS_GETAUID ideal-int 2259pkg syscall (freebsd-386-cgo), const SYS_GETCONTEXT ideal-int 2260pkg syscall (freebsd-386-cgo), const SYS_GETDENTS ideal-int 2261pkg syscall (freebsd-386-cgo), const SYS_GETDIRENTRIES ideal-int 2262pkg syscall (freebsd-386-cgo), const SYS_GETDTABLESIZE ideal-int 2263pkg syscall (freebsd-386-cgo), const SYS_GETEGID ideal-int 2264pkg syscall (freebsd-386-cgo), const SYS_GETEUID ideal-int 2265pkg syscall (freebsd-386-cgo), const SYS_GETFH ideal-int 2266pkg syscall (freebsd-386-cgo), const SYS_GETFSSTAT ideal-int 2267pkg syscall (freebsd-386-cgo), const SYS_GETGID ideal-int 2268pkg syscall (freebsd-386-cgo), const SYS_GETGROUPS ideal-int 2269pkg syscall (freebsd-386-cgo), const SYS_GETITIMER ideal-int 2270pkg syscall (freebsd-386-cgo), const SYS_GETLOGIN ideal-int 2271pkg syscall (freebsd-386-cgo), const SYS_GETLOGINCLASS ideal-int 2272pkg syscall (freebsd-386-cgo), const SYS_GETPEERNAME ideal-int 2273pkg syscall (freebsd-386-cgo), const SYS_GETPGID ideal-int 2274pkg syscall (freebsd-386-cgo), const SYS_GETPGRP ideal-int 2275pkg syscall (freebsd-386-cgo), const SYS_GETPID ideal-int 2276pkg syscall (freebsd-386-cgo), const SYS_GETPPID ideal-int 2277pkg syscall (freebsd-386-cgo), const SYS_GETPRIORITY ideal-int 2278pkg syscall (freebsd-386-cgo), const SYS_GETRESGID ideal-int 2279pkg syscall (freebsd-386-cgo), const SYS_GETRESUID ideal-int 2280pkg syscall (freebsd-386-cgo), const SYS_GETRLIMIT ideal-int 2281pkg syscall (freebsd-386-cgo), const SYS_GETRUSAGE ideal-int 2282pkg syscall (freebsd-386-cgo), const SYS_GETSID ideal-int 2283pkg syscall (freebsd-386-cgo), const SYS_GETSOCKNAME ideal-int 2284pkg syscall (freebsd-386-cgo), const SYS_GETSOCKOPT ideal-int 2285pkg syscall (freebsd-386-cgo), const SYS_GETTIMEOFDAY ideal-int 2286pkg syscall (freebsd-386-cgo), const SYS_GETUID ideal-int 2287pkg syscall (freebsd-386-cgo), const SYS_IOCTL ideal-int 2288pkg syscall (freebsd-386-cgo), const SYS_ISSETUGID ideal-int 2289pkg syscall (freebsd-386-cgo), const SYS_JAIL ideal-int 2290pkg syscall (freebsd-386-cgo), const SYS_JAIL_ATTACH ideal-int 2291pkg syscall (freebsd-386-cgo), const SYS_JAIL_GET ideal-int 2292pkg syscall (freebsd-386-cgo), const SYS_JAIL_REMOVE ideal-int 2293pkg syscall (freebsd-386-cgo), const SYS_JAIL_SET ideal-int 2294pkg syscall (freebsd-386-cgo), const SYS_KENV ideal-int 2295pkg syscall (freebsd-386-cgo), const SYS_KEVENT ideal-int 2296pkg syscall (freebsd-386-cgo), const SYS_KILL ideal-int 2297pkg syscall (freebsd-386-cgo), const SYS_KLDFIND ideal-int 2298pkg syscall (freebsd-386-cgo), const SYS_KLDFIRSTMOD ideal-int 2299pkg syscall (freebsd-386-cgo), const SYS_KLDLOAD ideal-int 2300pkg syscall (freebsd-386-cgo), const SYS_KLDNEXT ideal-int 2301pkg syscall (freebsd-386-cgo), const SYS_KLDSTAT ideal-int 2302pkg syscall (freebsd-386-cgo), const SYS_KLDSYM ideal-int 2303pkg syscall (freebsd-386-cgo), const SYS_KLDUNLOAD ideal-int 2304pkg syscall (freebsd-386-cgo), const SYS_KLDUNLOADF ideal-int 2305pkg syscall (freebsd-386-cgo), const SYS_KQUEUE ideal-int 2306pkg syscall (freebsd-386-cgo), const SYS_KTIMER_CREATE ideal-int 2307pkg syscall (freebsd-386-cgo), const SYS_KTIMER_DELETE ideal-int 2308pkg syscall (freebsd-386-cgo), const SYS_KTIMER_GETOVERRUN ideal-int 2309pkg syscall (freebsd-386-cgo), const SYS_KTIMER_GETTIME ideal-int 2310pkg syscall (freebsd-386-cgo), const SYS_KTIMER_SETTIME ideal-int 2311pkg syscall (freebsd-386-cgo), const SYS_KTRACE ideal-int 2312pkg syscall (freebsd-386-cgo), const SYS_LCHFLAGS ideal-int 2313pkg syscall (freebsd-386-cgo), const SYS_LCHMOD ideal-int 2314pkg syscall (freebsd-386-cgo), const SYS_LCHOWN ideal-int 2315pkg syscall (freebsd-386-cgo), const SYS_LGETFH ideal-int 2316pkg syscall (freebsd-386-cgo), const SYS_LINK ideal-int 2317pkg syscall (freebsd-386-cgo), const SYS_LINKAT ideal-int 2318pkg syscall (freebsd-386-cgo), const SYS_LISTEN ideal-int 2319pkg syscall (freebsd-386-cgo), const SYS_LPATHCONF ideal-int 2320pkg syscall (freebsd-386-cgo), const SYS_LSEEK ideal-int 2321pkg syscall (freebsd-386-cgo), const SYS_LSTAT ideal-int 2322pkg syscall (freebsd-386-cgo), const SYS_LUTIMES ideal-int 2323pkg syscall (freebsd-386-cgo), const SYS_MAC_SYSCALL ideal-int 2324pkg syscall (freebsd-386-cgo), const SYS_MADVISE ideal-int 2325pkg syscall (freebsd-386-cgo), const SYS_MINCORE ideal-int 2326pkg syscall (freebsd-386-cgo), const SYS_MINHERIT ideal-int 2327pkg syscall (freebsd-386-cgo), const SYS_MKDIR ideal-int 2328pkg syscall (freebsd-386-cgo), const SYS_MKDIRAT ideal-int 2329pkg syscall (freebsd-386-cgo), const SYS_MKFIFO ideal-int 2330pkg syscall (freebsd-386-cgo), const SYS_MKFIFOAT ideal-int 2331pkg syscall (freebsd-386-cgo), const SYS_MKNOD ideal-int 2332pkg syscall (freebsd-386-cgo), const SYS_MKNODAT ideal-int 2333pkg syscall (freebsd-386-cgo), const SYS_MLOCK ideal-int 2334pkg syscall (freebsd-386-cgo), const SYS_MLOCKALL ideal-int 2335pkg syscall (freebsd-386-cgo), const SYS_MMAP ideal-int 2336pkg syscall (freebsd-386-cgo), const SYS_MODFIND ideal-int 2337pkg syscall (freebsd-386-cgo), const SYS_MODFNEXT ideal-int 2338pkg syscall (freebsd-386-cgo), const SYS_MODNEXT ideal-int 2339pkg syscall (freebsd-386-cgo), const SYS_MODSTAT ideal-int 2340pkg syscall (freebsd-386-cgo), const SYS_MOUNT ideal-int 2341pkg syscall (freebsd-386-cgo), const SYS_MPROTECT ideal-int 2342pkg syscall (freebsd-386-cgo), const SYS_MSYNC ideal-int 2343pkg syscall (freebsd-386-cgo), const SYS_MUNLOCK ideal-int 2344pkg syscall (freebsd-386-cgo), const SYS_MUNLOCKALL ideal-int 2345pkg syscall (freebsd-386-cgo), const SYS_MUNMAP ideal-int 2346pkg syscall (freebsd-386-cgo), const SYS_NANOSLEEP ideal-int 2347pkg syscall (freebsd-386-cgo), const SYS_NFSTAT ideal-int 2348pkg syscall (freebsd-386-cgo), const SYS_NLSTAT ideal-int 2349pkg syscall (freebsd-386-cgo), const SYS_NMOUNT ideal-int 2350pkg syscall (freebsd-386-cgo), const SYS_NSTAT ideal-int 2351pkg syscall (freebsd-386-cgo), const SYS_NTP_ADJTIME ideal-int 2352pkg syscall (freebsd-386-cgo), const SYS_NTP_GETTIME ideal-int 2353pkg syscall (freebsd-386-cgo), const SYS_OBREAK ideal-int 2354pkg syscall (freebsd-386-cgo), const SYS_OPEN ideal-int 2355pkg syscall (freebsd-386-cgo), const SYS_OPENAT ideal-int 2356pkg syscall (freebsd-386-cgo), const SYS_OPENBSD_POLL ideal-int 2357pkg syscall (freebsd-386-cgo), const SYS_OVADVISE ideal-int 2358pkg syscall (freebsd-386-cgo), const SYS_PATHCONF ideal-int 2359pkg syscall (freebsd-386-cgo), const SYS_PDFORK ideal-int 2360pkg syscall (freebsd-386-cgo), const SYS_PDGETPID ideal-int 2361pkg syscall (freebsd-386-cgo), const SYS_PDKILL ideal-int 2362pkg syscall (freebsd-386-cgo), const SYS_PIPE ideal-int 2363pkg syscall (freebsd-386-cgo), const SYS_POLL ideal-int 2364pkg syscall (freebsd-386-cgo), const SYS_POSIX_FADVISE ideal-int 2365pkg syscall (freebsd-386-cgo), const SYS_POSIX_FALLOCATE ideal-int 2366pkg syscall (freebsd-386-cgo), const SYS_POSIX_OPENPT ideal-int 2367pkg syscall (freebsd-386-cgo), const SYS_PREAD ideal-int 2368pkg syscall (freebsd-386-cgo), const SYS_PREADV ideal-int 2369pkg syscall (freebsd-386-cgo), const SYS_PROFIL ideal-int 2370pkg syscall (freebsd-386-cgo), const SYS_PSELECT ideal-int 2371pkg syscall (freebsd-386-cgo), const SYS_PTRACE ideal-int 2372pkg syscall (freebsd-386-cgo), const SYS_PWRITE ideal-int 2373pkg syscall (freebsd-386-cgo), const SYS_PWRITEV ideal-int 2374pkg syscall (freebsd-386-cgo), const SYS_QUOTACTL ideal-int 2375pkg syscall (freebsd-386-cgo), const SYS_RCTL_ADD_RULE ideal-int 2376pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_LIMITS ideal-int 2377pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_RACCT ideal-int 2378pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_RULES ideal-int 2379pkg syscall (freebsd-386-cgo), const SYS_RCTL_REMOVE_RULE ideal-int 2380pkg syscall (freebsd-386-cgo), const SYS_READ ideal-int 2381pkg syscall (freebsd-386-cgo), const SYS_READLINK ideal-int 2382pkg syscall (freebsd-386-cgo), const SYS_READLINKAT ideal-int 2383pkg syscall (freebsd-386-cgo), const SYS_READV ideal-int 2384pkg syscall (freebsd-386-cgo), const SYS_REBOOT ideal-int 2385pkg syscall (freebsd-386-cgo), const SYS_RECVFROM ideal-int 2386pkg syscall (freebsd-386-cgo), const SYS_RECVMSG ideal-int 2387pkg syscall (freebsd-386-cgo), const SYS_RENAME ideal-int 2388pkg syscall (freebsd-386-cgo), const SYS_RENAMEAT ideal-int 2389pkg syscall (freebsd-386-cgo), const SYS_REVOKE ideal-int 2390pkg syscall (freebsd-386-cgo), const SYS_RFORK ideal-int 2391pkg syscall (freebsd-386-cgo), const SYS_RMDIR ideal-int 2392pkg syscall (freebsd-386-cgo), const SYS_RTPRIO ideal-int 2393pkg syscall (freebsd-386-cgo), const SYS_RTPRIO_THREAD ideal-int 2394pkg syscall (freebsd-386-cgo), const SYS_SBRK ideal-int 2395pkg syscall (freebsd-386-cgo), const SYS_SCHED_GETPARAM ideal-int 2396pkg syscall (freebsd-386-cgo), const SYS_SCHED_GETSCHEDULER ideal-int 2397pkg syscall (freebsd-386-cgo), const SYS_SCHED_GET_PRIORITY_MAX ideal-int 2398pkg syscall (freebsd-386-cgo), const SYS_SCHED_GET_PRIORITY_MIN ideal-int 2399pkg syscall (freebsd-386-cgo), const SYS_SCHED_RR_GET_INTERVAL ideal-int 2400pkg syscall (freebsd-386-cgo), const SYS_SCHED_SETPARAM ideal-int 2401pkg syscall (freebsd-386-cgo), const SYS_SCHED_SETSCHEDULER ideal-int 2402pkg syscall (freebsd-386-cgo), const SYS_SCHED_YIELD ideal-int 2403pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_RECVMSG ideal-int 2404pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_SENDMSG ideal-int 2405pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV ideal-int 2406pkg syscall (freebsd-386-cgo), const SYS_SCTP_PEELOFF ideal-int 2407pkg syscall (freebsd-386-cgo), const SYS_SELECT ideal-int 2408pkg syscall (freebsd-386-cgo), const SYS_SENDFILE ideal-int 2409pkg syscall (freebsd-386-cgo), const SYS_SENDMSG ideal-int 2410pkg syscall (freebsd-386-cgo), const SYS_SENDTO ideal-int 2411pkg syscall (freebsd-386-cgo), const SYS_SETAUDIT ideal-int 2412pkg syscall (freebsd-386-cgo), const SYS_SETAUDIT_ADDR ideal-int 2413pkg syscall (freebsd-386-cgo), const SYS_SETAUID ideal-int 2414pkg syscall (freebsd-386-cgo), const SYS_SETCONTEXT ideal-int 2415pkg syscall (freebsd-386-cgo), const SYS_SETEGID ideal-int 2416pkg syscall (freebsd-386-cgo), const SYS_SETEUID ideal-int 2417pkg syscall (freebsd-386-cgo), const SYS_SETFIB ideal-int 2418pkg syscall (freebsd-386-cgo), const SYS_SETGID ideal-int 2419pkg syscall (freebsd-386-cgo), const SYS_SETGROUPS ideal-int 2420pkg syscall (freebsd-386-cgo), const SYS_SETITIMER ideal-int 2421pkg syscall (freebsd-386-cgo), const SYS_SETLOGIN ideal-int 2422pkg syscall (freebsd-386-cgo), const SYS_SETLOGINCLASS ideal-int 2423pkg syscall (freebsd-386-cgo), const SYS_SETPGID ideal-int 2424pkg syscall (freebsd-386-cgo), const SYS_SETPRIORITY ideal-int 2425pkg syscall (freebsd-386-cgo), const SYS_SETREGID ideal-int 2426pkg syscall (freebsd-386-cgo), const SYS_SETRESGID ideal-int 2427pkg syscall (freebsd-386-cgo), const SYS_SETRESUID ideal-int 2428pkg syscall (freebsd-386-cgo), const SYS_SETREUID ideal-int 2429pkg syscall (freebsd-386-cgo), const SYS_SETRLIMIT ideal-int 2430pkg syscall (freebsd-386-cgo), const SYS_SETSID ideal-int 2431pkg syscall (freebsd-386-cgo), const SYS_SETSOCKOPT ideal-int 2432pkg syscall (freebsd-386-cgo), const SYS_SETTIMEOFDAY ideal-int 2433pkg syscall (freebsd-386-cgo), const SYS_SETUID ideal-int 2434pkg syscall (freebsd-386-cgo), const SYS_SHM_OPEN ideal-int 2435pkg syscall (freebsd-386-cgo), const SYS_SHM_UNLINK ideal-int 2436pkg syscall (freebsd-386-cgo), const SYS_SHUTDOWN ideal-int 2437pkg syscall (freebsd-386-cgo), const SYS_SIGACTION ideal-int 2438pkg syscall (freebsd-386-cgo), const SYS_SIGALTSTACK ideal-int 2439pkg syscall (freebsd-386-cgo), const SYS_SIGPENDING ideal-int 2440pkg syscall (freebsd-386-cgo), const SYS_SIGPROCMASK ideal-int 2441pkg syscall (freebsd-386-cgo), const SYS_SIGQUEUE ideal-int 2442pkg syscall (freebsd-386-cgo), const SYS_SIGRETURN ideal-int 2443pkg syscall (freebsd-386-cgo), const SYS_SIGSUSPEND ideal-int 2444pkg syscall (freebsd-386-cgo), const SYS_SIGTIMEDWAIT ideal-int 2445pkg syscall (freebsd-386-cgo), const SYS_SIGWAIT ideal-int 2446pkg syscall (freebsd-386-cgo), const SYS_SIGWAITINFO ideal-int 2447pkg syscall (freebsd-386-cgo), const SYS_SOCKET ideal-int 2448pkg syscall (freebsd-386-cgo), const SYS_SOCKETPAIR ideal-int 2449pkg syscall (freebsd-386-cgo), const SYS_SSTK ideal-int 2450pkg syscall (freebsd-386-cgo), const SYS_STAT ideal-int 2451pkg syscall (freebsd-386-cgo), const SYS_STATFS ideal-int 2452pkg syscall (freebsd-386-cgo), const SYS_SWAPCONTEXT ideal-int 2453pkg syscall (freebsd-386-cgo), const SYS_SWAPOFF ideal-int 2454pkg syscall (freebsd-386-cgo), const SYS_SWAPON ideal-int 2455pkg syscall (freebsd-386-cgo), const SYS_SYMLINK ideal-int 2456pkg syscall (freebsd-386-cgo), const SYS_SYMLINKAT ideal-int 2457pkg syscall (freebsd-386-cgo), const SYS_SYNC ideal-int 2458pkg syscall (freebsd-386-cgo), const SYS_SYSARCH ideal-int 2459pkg syscall (freebsd-386-cgo), const SYS_THR_CREATE ideal-int 2460pkg syscall (freebsd-386-cgo), const SYS_THR_EXIT ideal-int 2461pkg syscall (freebsd-386-cgo), const SYS_THR_KILL ideal-int 2462pkg syscall (freebsd-386-cgo), const SYS_THR_KILL2 ideal-int 2463pkg syscall (freebsd-386-cgo), const SYS_THR_NEW ideal-int 2464pkg syscall (freebsd-386-cgo), const SYS_THR_SELF ideal-int 2465pkg syscall (freebsd-386-cgo), const SYS_THR_SET_NAME ideal-int 2466pkg syscall (freebsd-386-cgo), const SYS_THR_SUSPEND ideal-int 2467pkg syscall (freebsd-386-cgo), const SYS_THR_WAKE ideal-int 2468pkg syscall (freebsd-386-cgo), const SYS_TRUNCATE ideal-int 2469pkg syscall (freebsd-386-cgo), const SYS_UMASK ideal-int 2470pkg syscall (freebsd-386-cgo), const SYS_UNDELETE ideal-int 2471pkg syscall (freebsd-386-cgo), const SYS_UNLINK ideal-int 2472pkg syscall (freebsd-386-cgo), const SYS_UNLINKAT ideal-int 2473pkg syscall (freebsd-386-cgo), const SYS_UNMOUNT ideal-int 2474pkg syscall (freebsd-386-cgo), const SYS_UTIMES ideal-int 2475pkg syscall (freebsd-386-cgo), const SYS_UTRACE ideal-int 2476pkg syscall (freebsd-386-cgo), const SYS_UUIDGEN ideal-int 2477pkg syscall (freebsd-386-cgo), const SYS_VFORK ideal-int 2478pkg syscall (freebsd-386-cgo), const SYS_WAIT4 ideal-int 2479pkg syscall (freebsd-386-cgo), const SYS_WAIT6 ideal-int 2480pkg syscall (freebsd-386-cgo), const SYS_WRITE ideal-int 2481pkg syscall (freebsd-386-cgo), const SYS_WRITEV ideal-int 2482pkg syscall (freebsd-386-cgo), const SYS_YIELD ideal-int 2483pkg syscall (freebsd-386-cgo), const SYS__UMTX_LOCK ideal-int 2484pkg syscall (freebsd-386-cgo), const SYS__UMTX_OP ideal-int 2485pkg syscall (freebsd-386-cgo), const SYS__UMTX_UNLOCK ideal-int 2486pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_FD ideal-int 2487pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_FILE ideal-int 2488pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_LINK ideal-int 2489pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_FD ideal-int 2490pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_FILE ideal-int 2491pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_LINK ideal-int 2492pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_FD ideal-int 2493pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_FILE ideal-int 2494pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_LINK ideal-int 2495pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_FD ideal-int 2496pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_FILE ideal-int 2497pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_LINK ideal-int 2498pkg syscall (freebsd-386-cgo), const SYS___GETCWD ideal-int 2499pkg syscall (freebsd-386-cgo), const SYS___MAC_EXECVE ideal-int 2500pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_FD ideal-int 2501pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_FILE ideal-int 2502pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_LINK ideal-int 2503pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_PID ideal-int 2504pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_PROC ideal-int 2505pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_FD ideal-int 2506pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_FILE ideal-int 2507pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_LINK ideal-int 2508pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_PROC ideal-int 2509pkg syscall (freebsd-386-cgo), const SYS___SETUGID ideal-int 2510pkg syscall (freebsd-386-cgo), const SYS___SYSCTL ideal-int 2511pkg syscall (freebsd-386-cgo), const SizeofBpfHdr ideal-int 2512pkg syscall (freebsd-386-cgo), const SizeofBpfInsn ideal-int 2513pkg syscall (freebsd-386-cgo), const SizeofBpfProgram ideal-int 2514pkg syscall (freebsd-386-cgo), const SizeofBpfStat ideal-int 2515pkg syscall (freebsd-386-cgo), const SizeofBpfVersion ideal-int 2516pkg syscall (freebsd-386-cgo), const SizeofBpfZbuf ideal-int 2517pkg syscall (freebsd-386-cgo), const SizeofBpfZbufHeader ideal-int 2518pkg syscall (freebsd-386-cgo), const SizeofCmsghdr ideal-int 2519pkg syscall (freebsd-386-cgo), const SizeofICMPv6Filter = 32 2520pkg syscall (freebsd-386-cgo), const SizeofICMPv6Filter ideal-int 2521pkg syscall (freebsd-386-cgo), const SizeofIPMreq ideal-int 2522pkg syscall (freebsd-386-cgo), const SizeofIPMreqn ideal-int 2523pkg syscall (freebsd-386-cgo), const SizeofIPv6MTUInfo = 32 2524pkg syscall (freebsd-386-cgo), const SizeofIPv6MTUInfo ideal-int 2525pkg syscall (freebsd-386-cgo), const SizeofIPv6Mreq ideal-int 2526pkg syscall (freebsd-386-cgo), const SizeofIfAnnounceMsghdr ideal-int 2527pkg syscall (freebsd-386-cgo), const SizeofIfData ideal-int 2528pkg syscall (freebsd-386-cgo), const SizeofIfMsghdr ideal-int 2529pkg syscall (freebsd-386-cgo), const SizeofIfaMsghdr ideal-int 2530pkg syscall (freebsd-386-cgo), const SizeofIfmaMsghdr ideal-int 2531pkg syscall (freebsd-386-cgo), const SizeofInet6Pktinfo ideal-int 2532pkg syscall (freebsd-386-cgo), const SizeofLinger ideal-int 2533pkg syscall (freebsd-386-cgo), const SizeofMsghdr ideal-int 2534pkg syscall (freebsd-386-cgo), const SizeofRtMetrics ideal-int 2535pkg syscall (freebsd-386-cgo), const SizeofRtMsghdr ideal-int 2536pkg syscall (freebsd-386-cgo), const SizeofSockaddrAny ideal-int 2537pkg syscall (freebsd-386-cgo), const SizeofSockaddrDatalink ideal-int 2538pkg syscall (freebsd-386-cgo), const SizeofSockaddrInet4 ideal-int 2539pkg syscall (freebsd-386-cgo), const SizeofSockaddrInet6 ideal-int 2540pkg syscall (freebsd-386-cgo), const SizeofSockaddrUnix ideal-int 2541pkg syscall (freebsd-386-cgo), const TCIFLUSH ideal-int 2542pkg syscall (freebsd-386-cgo), const TCIOFLUSH ideal-int 2543pkg syscall (freebsd-386-cgo), const TCOFLUSH ideal-int 2544pkg syscall (freebsd-386-cgo), const TCP_CA_NAME_MAX ideal-int 2545pkg syscall (freebsd-386-cgo), const TCP_CONGESTION ideal-int 2546pkg syscall (freebsd-386-cgo), const TCP_INFO ideal-int 2547pkg syscall (freebsd-386-cgo), const TCP_KEEPCNT ideal-int 2548pkg syscall (freebsd-386-cgo), const TCP_KEEPIDLE ideal-int 2549pkg syscall (freebsd-386-cgo), const TCP_KEEPINIT ideal-int 2550pkg syscall (freebsd-386-cgo), const TCP_KEEPINTVL ideal-int 2551pkg syscall (freebsd-386-cgo), const TCP_MAXBURST ideal-int 2552pkg syscall (freebsd-386-cgo), const TCP_MAXHLEN ideal-int 2553pkg syscall (freebsd-386-cgo), const TCP_MAXOLEN ideal-int 2554pkg syscall (freebsd-386-cgo), const TCP_MAXSEG ideal-int 2555pkg syscall (freebsd-386-cgo), const TCP_MAXWIN ideal-int 2556pkg syscall (freebsd-386-cgo), const TCP_MAX_SACK ideal-int 2557pkg syscall (freebsd-386-cgo), const TCP_MAX_WINSHIFT ideal-int 2558pkg syscall (freebsd-386-cgo), const TCP_MD5SIG ideal-int 2559pkg syscall (freebsd-386-cgo), const TCP_MINMSS ideal-int 2560pkg syscall (freebsd-386-cgo), const TCP_MSS ideal-int 2561pkg syscall (freebsd-386-cgo), const TCP_NOOPT ideal-int 2562pkg syscall (freebsd-386-cgo), const TCP_NOPUSH ideal-int 2563pkg syscall (freebsd-386-cgo), const TCSAFLUSH ideal-int 2564pkg syscall (freebsd-386-cgo), const TIOCCBRK ideal-int 2565pkg syscall (freebsd-386-cgo), const TIOCCDTR ideal-int 2566pkg syscall (freebsd-386-cgo), const TIOCCONS ideal-int 2567pkg syscall (freebsd-386-cgo), const TIOCDRAIN ideal-int 2568pkg syscall (freebsd-386-cgo), const TIOCEXCL ideal-int 2569pkg syscall (freebsd-386-cgo), const TIOCEXT ideal-int 2570pkg syscall (freebsd-386-cgo), const TIOCFLUSH ideal-int 2571pkg syscall (freebsd-386-cgo), const TIOCGDRAINWAIT ideal-int 2572pkg syscall (freebsd-386-cgo), const TIOCGETA ideal-int 2573pkg syscall (freebsd-386-cgo), const TIOCGETD ideal-int 2574pkg syscall (freebsd-386-cgo), const TIOCGPGRP ideal-int 2575pkg syscall (freebsd-386-cgo), const TIOCGPTN ideal-int 2576pkg syscall (freebsd-386-cgo), const TIOCGSID ideal-int 2577pkg syscall (freebsd-386-cgo), const TIOCGWINSZ ideal-int 2578pkg syscall (freebsd-386-cgo), const TIOCMBIC ideal-int 2579pkg syscall (freebsd-386-cgo), const TIOCMBIS ideal-int 2580pkg syscall (freebsd-386-cgo), const TIOCMGDTRWAIT ideal-int 2581pkg syscall (freebsd-386-cgo), const TIOCMGET ideal-int 2582pkg syscall (freebsd-386-cgo), const TIOCMSDTRWAIT ideal-int 2583pkg syscall (freebsd-386-cgo), const TIOCMSET ideal-int 2584pkg syscall (freebsd-386-cgo), const TIOCM_CAR ideal-int 2585pkg syscall (freebsd-386-cgo), const TIOCM_CD ideal-int 2586pkg syscall (freebsd-386-cgo), const TIOCM_CTS ideal-int 2587pkg syscall (freebsd-386-cgo), const TIOCM_DCD ideal-int 2588pkg syscall (freebsd-386-cgo), const TIOCM_DSR ideal-int 2589pkg syscall (freebsd-386-cgo), const TIOCM_DTR ideal-int 2590pkg syscall (freebsd-386-cgo), const TIOCM_LE ideal-int 2591pkg syscall (freebsd-386-cgo), const TIOCM_RI ideal-int 2592pkg syscall (freebsd-386-cgo), const TIOCM_RNG ideal-int 2593pkg syscall (freebsd-386-cgo), const TIOCM_RTS ideal-int 2594pkg syscall (freebsd-386-cgo), const TIOCM_SR ideal-int 2595pkg syscall (freebsd-386-cgo), const TIOCM_ST ideal-int 2596pkg syscall (freebsd-386-cgo), const TIOCNOTTY ideal-int 2597pkg syscall (freebsd-386-cgo), const TIOCNXCL ideal-int 2598pkg syscall (freebsd-386-cgo), const TIOCOUTQ ideal-int 2599pkg syscall (freebsd-386-cgo), const TIOCPKT ideal-int 2600pkg syscall (freebsd-386-cgo), const TIOCPKT_DATA ideal-int 2601pkg syscall (freebsd-386-cgo), const TIOCPKT_DOSTOP ideal-int 2602pkg syscall (freebsd-386-cgo), const TIOCPKT_FLUSHREAD ideal-int 2603pkg syscall (freebsd-386-cgo), const TIOCPKT_FLUSHWRITE ideal-int 2604pkg syscall (freebsd-386-cgo), const TIOCPKT_IOCTL ideal-int 2605pkg syscall (freebsd-386-cgo), const TIOCPKT_NOSTOP ideal-int 2606pkg syscall (freebsd-386-cgo), const TIOCPKT_START ideal-int 2607pkg syscall (freebsd-386-cgo), const TIOCPKT_STOP ideal-int 2608pkg syscall (freebsd-386-cgo), const TIOCPTMASTER ideal-int 2609pkg syscall (freebsd-386-cgo), const TIOCSBRK ideal-int 2610pkg syscall (freebsd-386-cgo), const TIOCSCTTY ideal-int 2611pkg syscall (freebsd-386-cgo), const TIOCSDRAINWAIT ideal-int 2612pkg syscall (freebsd-386-cgo), const TIOCSDTR ideal-int 2613pkg syscall (freebsd-386-cgo), const TIOCSETA ideal-int 2614pkg syscall (freebsd-386-cgo), const TIOCSETAF ideal-int 2615pkg syscall (freebsd-386-cgo), const TIOCSETAW ideal-int 2616pkg syscall (freebsd-386-cgo), const TIOCSETD ideal-int 2617pkg syscall (freebsd-386-cgo), const TIOCSIG ideal-int 2618pkg syscall (freebsd-386-cgo), const TIOCSPGRP ideal-int 2619pkg syscall (freebsd-386-cgo), const TIOCSTART ideal-int 2620pkg syscall (freebsd-386-cgo), const TIOCSTAT ideal-int 2621pkg syscall (freebsd-386-cgo), const TIOCSTI ideal-int 2622pkg syscall (freebsd-386-cgo), const TIOCSTOP ideal-int 2623pkg syscall (freebsd-386-cgo), const TIOCSWINSZ ideal-int 2624pkg syscall (freebsd-386-cgo), const TIOCTIMESTAMP ideal-int 2625pkg syscall (freebsd-386-cgo), const TIOCUCNTL ideal-int 2626pkg syscall (freebsd-386-cgo), const TOSTOP ideal-int 2627pkg syscall (freebsd-386-cgo), const VDISCARD ideal-int 2628pkg syscall (freebsd-386-cgo), const VDSUSP ideal-int 2629pkg syscall (freebsd-386-cgo), const VEOF ideal-int 2630pkg syscall (freebsd-386-cgo), const VEOL ideal-int 2631pkg syscall (freebsd-386-cgo), const VEOL2 ideal-int 2632pkg syscall (freebsd-386-cgo), const VERASE ideal-int 2633pkg syscall (freebsd-386-cgo), const VERASE2 ideal-int 2634pkg syscall (freebsd-386-cgo), const VINTR ideal-int 2635pkg syscall (freebsd-386-cgo), const VKILL ideal-int 2636pkg syscall (freebsd-386-cgo), const VLNEXT ideal-int 2637pkg syscall (freebsd-386-cgo), const VMIN ideal-int 2638pkg syscall (freebsd-386-cgo), const VQUIT ideal-int 2639pkg syscall (freebsd-386-cgo), const VREPRINT ideal-int 2640pkg syscall (freebsd-386-cgo), const VSTART ideal-int 2641pkg syscall (freebsd-386-cgo), const VSTATUS ideal-int 2642pkg syscall (freebsd-386-cgo), const VSTOP ideal-int 2643pkg syscall (freebsd-386-cgo), const VSUSP ideal-int 2644pkg syscall (freebsd-386-cgo), const VTIME ideal-int 2645pkg syscall (freebsd-386-cgo), const VWERASE ideal-int 2646pkg syscall (freebsd-386-cgo), const WCONTINUED ideal-int 2647pkg syscall (freebsd-386-cgo), const WCOREFLAG ideal-int 2648pkg syscall (freebsd-386-cgo), const WLINUXCLONE ideal-int 2649pkg syscall (freebsd-386-cgo), const WNOHANG ideal-int 2650pkg syscall (freebsd-386-cgo), const WNOWAIT ideal-int 2651pkg syscall (freebsd-386-cgo), const WSTOPPED ideal-int 2652pkg syscall (freebsd-386-cgo), const WUNTRACED ideal-int 2653pkg syscall (freebsd-386-cgo), func Accept(int) (int, Sockaddr, error) 2654pkg syscall (freebsd-386-cgo), func Access(string, uint32) error 2655pkg syscall (freebsd-386-cgo), func Adjtime(*Timeval, *Timeval) error 2656pkg syscall (freebsd-386-cgo), func Bind(int, Sockaddr) error 2657pkg syscall (freebsd-386-cgo), func BpfBuflen(int) (int, error) 2658pkg syscall (freebsd-386-cgo), func BpfDatalink(int) (int, error) 2659pkg syscall (freebsd-386-cgo), func BpfHeadercmpl(int) (int, error) 2660pkg syscall (freebsd-386-cgo), func BpfInterface(int, string) (string, error) 2661pkg syscall (freebsd-386-cgo), func BpfJump(int, int, int, int) *BpfInsn 2662pkg syscall (freebsd-386-cgo), func BpfStats(int) (*BpfStat, error) 2663pkg syscall (freebsd-386-cgo), func BpfStmt(int, int) *BpfInsn 2664pkg syscall (freebsd-386-cgo), func BpfTimeout(int) (*Timeval, error) 2665pkg syscall (freebsd-386-cgo), func CheckBpfVersion(int) error 2666pkg syscall (freebsd-386-cgo), func Chflags(string, int) error 2667pkg syscall (freebsd-386-cgo), func Chroot(string) error 2668pkg syscall (freebsd-386-cgo), func Close(int) error 2669pkg syscall (freebsd-386-cgo), func CloseOnExec(int) 2670pkg syscall (freebsd-386-cgo), func CmsgLen(int) int 2671pkg syscall (freebsd-386-cgo), func CmsgSpace(int) int 2672pkg syscall (freebsd-386-cgo), func Connect(int, Sockaddr) error 2673pkg syscall (freebsd-386-cgo), func Dup(int) (int, error) 2674pkg syscall (freebsd-386-cgo), func Dup2(int, int) error 2675pkg syscall (freebsd-386-cgo), func Fchdir(int) error 2676pkg syscall (freebsd-386-cgo), func Fchflags(int, int) error 2677pkg syscall (freebsd-386-cgo), func Fchmod(int, uint32) error 2678pkg syscall (freebsd-386-cgo), func Fchown(int, int, int) error 2679pkg syscall (freebsd-386-cgo), func Flock(int, int) error 2680pkg syscall (freebsd-386-cgo), func FlushBpf(int) error 2681pkg syscall (freebsd-386-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) 2682pkg syscall (freebsd-386-cgo), func Fpathconf(int, int) (int, error) 2683pkg syscall (freebsd-386-cgo), func Fstat(int, *Stat_t) error 2684pkg syscall (freebsd-386-cgo), func Fstatfs(int, *Statfs_t) error 2685pkg syscall (freebsd-386-cgo), func Fsync(int) error 2686pkg syscall (freebsd-386-cgo), func Ftruncate(int, int64) error 2687pkg syscall (freebsd-386-cgo), func Futimes(int, []Timeval) error 2688pkg syscall (freebsd-386-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) 2689pkg syscall (freebsd-386-cgo), func Getdtablesize() int 2690pkg syscall (freebsd-386-cgo), func Getfsstat([]Statfs_t, int) (int, error) 2691pkg syscall (freebsd-386-cgo), func Getpeername(int) (Sockaddr, error) 2692pkg syscall (freebsd-386-cgo), func Getpgid(int) (int, error) 2693pkg syscall (freebsd-386-cgo), func Getpgrp() int 2694pkg syscall (freebsd-386-cgo), func Getpriority(int, int) (int, error) 2695pkg syscall (freebsd-386-cgo), func Getrlimit(int, *Rlimit) error 2696pkg syscall (freebsd-386-cgo), func Getrusage(int, *Rusage) error 2697pkg syscall (freebsd-386-cgo), func Getsid(int) (int, error) 2698pkg syscall (freebsd-386-cgo), func Getsockname(int) (Sockaddr, error) 2699pkg syscall (freebsd-386-cgo), func GetsockoptByte(int, int, int) (uint8, error) 2700pkg syscall (freebsd-386-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 2701pkg syscall (freebsd-386-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) 2702pkg syscall (freebsd-386-cgo), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) 2703pkg syscall (freebsd-386-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 2704pkg syscall (freebsd-386-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) 2705pkg syscall (freebsd-386-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) 2706pkg syscall (freebsd-386-cgo), func GetsockoptInt(int, int, int) (int, error) 2707pkg syscall (freebsd-386-cgo), func Issetugid() bool 2708pkg syscall (freebsd-386-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) 2709pkg syscall (freebsd-386-cgo), func Kill(int, Signal) error 2710pkg syscall (freebsd-386-cgo), func Kqueue() (int, error) 2711pkg syscall (freebsd-386-cgo), func Listen(int, int) error 2712pkg syscall (freebsd-386-cgo), func Lstat(string, *Stat_t) error 2713pkg syscall (freebsd-386-cgo), func Mkfifo(string, uint32) error 2714pkg syscall (freebsd-386-cgo), func Mknod(string, uint32, int) error 2715pkg syscall (freebsd-386-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) 2716pkg syscall (freebsd-386-cgo), func Munmap([]uint8) error 2717pkg syscall (freebsd-386-cgo), func Nanosleep(*Timespec, *Timespec) error 2718pkg syscall (freebsd-386-cgo), func Open(string, int, uint32) (int, error) 2719pkg syscall (freebsd-386-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) 2720pkg syscall (freebsd-386-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) 2721pkg syscall (freebsd-386-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) 2722pkg syscall (freebsd-386-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) 2723pkg syscall (freebsd-386-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) 2724pkg syscall (freebsd-386-cgo), func Pathconf(string, int) (int, error) 2725pkg syscall (freebsd-386-cgo), func Pipe([]int) error 2726pkg syscall (freebsd-386-cgo), func Pread(int, []uint8, int64) (int, error) 2727pkg syscall (freebsd-386-cgo), func Pwrite(int, []uint8, int64) (int, error) 2728pkg syscall (freebsd-386-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 2729pkg syscall (freebsd-386-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 2730pkg syscall (freebsd-386-cgo), func Read(int, []uint8) (int, error) 2731pkg syscall (freebsd-386-cgo), func ReadDirent(int, []uint8) (int, error) 2732pkg syscall (freebsd-386-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) 2733pkg syscall (freebsd-386-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) 2734pkg syscall (freebsd-386-cgo), func Revoke(string) error 2735pkg syscall (freebsd-386-cgo), func RouteRIB(int, int) ([]uint8, error) 2736pkg syscall (freebsd-386-cgo), func Seek(int, int64, int) (int64, error) 2737pkg syscall (freebsd-386-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error 2738pkg syscall (freebsd-386-cgo), func Sendfile(int, int, *int64, int) (int, error) 2739pkg syscall (freebsd-386-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error 2740pkg syscall (freebsd-386-cgo), func Sendto(int, []uint8, int, Sockaddr) error 2741pkg syscall (freebsd-386-cgo), func SetBpf(int, []BpfInsn) error 2742pkg syscall (freebsd-386-cgo), func SetBpfBuflen(int, int) (int, error) 2743pkg syscall (freebsd-386-cgo), func SetBpfDatalink(int, int) (int, error) 2744pkg syscall (freebsd-386-cgo), func SetBpfHeadercmpl(int, int) error 2745pkg syscall (freebsd-386-cgo), func SetBpfImmediate(int, int) error 2746pkg syscall (freebsd-386-cgo), func SetBpfInterface(int, string) error 2747pkg syscall (freebsd-386-cgo), func SetBpfPromisc(int, int) error 2748pkg syscall (freebsd-386-cgo), func SetBpfTimeout(int, *Timeval) error 2749pkg syscall (freebsd-386-cgo), func SetKevent(*Kevent_t, int, int, int) 2750pkg syscall (freebsd-386-cgo), func SetNonblock(int, bool) error 2751pkg syscall (freebsd-386-cgo), func Setegid(int) error 2752pkg syscall (freebsd-386-cgo), func Seteuid(int) error 2753pkg syscall (freebsd-386-cgo), func Setgid(int) error 2754pkg syscall (freebsd-386-cgo), func Setgroups([]int) error 2755pkg syscall (freebsd-386-cgo), func Setlogin(string) error 2756pkg syscall (freebsd-386-cgo), func Setpgid(int, int) error 2757pkg syscall (freebsd-386-cgo), func Setpriority(int, int, int) error 2758pkg syscall (freebsd-386-cgo), func Setregid(int, int) error 2759pkg syscall (freebsd-386-cgo), func Setreuid(int, int) error 2760pkg syscall (freebsd-386-cgo), func Setrlimit(int, *Rlimit) error 2761pkg syscall (freebsd-386-cgo), func Setsid() (int, error) 2762pkg syscall (freebsd-386-cgo), func SetsockoptByte(int, int, int, uint8) error 2763pkg syscall (freebsd-386-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 2764pkg syscall (freebsd-386-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error 2765pkg syscall (freebsd-386-cgo), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error 2766pkg syscall (freebsd-386-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error 2767pkg syscall (freebsd-386-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error 2768pkg syscall (freebsd-386-cgo), func SetsockoptInt(int, int, int, int) error 2769pkg syscall (freebsd-386-cgo), func SetsockoptLinger(int, int, int, *Linger) error 2770pkg syscall (freebsd-386-cgo), func SetsockoptString(int, int, int, string) error 2771pkg syscall (freebsd-386-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error 2772pkg syscall (freebsd-386-cgo), func Settimeofday(*Timeval) error 2773pkg syscall (freebsd-386-cgo), func Setuid(int) error 2774pkg syscall (freebsd-386-cgo), func Shutdown(int, int) error 2775pkg syscall (freebsd-386-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) 2776pkg syscall (freebsd-386-cgo), func Socket(int, int, int) (int, error) 2777pkg syscall (freebsd-386-cgo), func Socketpair(int, int, int) ([2]int, error) 2778pkg syscall (freebsd-386-cgo), func Stat(string, *Stat_t) error 2779pkg syscall (freebsd-386-cgo), func Statfs(string, *Statfs_t) error 2780pkg syscall (freebsd-386-cgo), func StringSlicePtr([]string) []*uint8 2781pkg syscall (freebsd-386-cgo), func Sync() error 2782pkg syscall (freebsd-386-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 2783pkg syscall (freebsd-386-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 2784pkg syscall (freebsd-386-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 2785pkg syscall (freebsd-386-cgo), func Sysctl(string) (string, error) 2786pkg syscall (freebsd-386-cgo), func SysctlUint32(string) (uint32, error) 2787pkg syscall (freebsd-386-cgo), func TimevalToNsec(Timeval) int64 2788pkg syscall (freebsd-386-cgo), func Truncate(string, int64) error 2789pkg syscall (freebsd-386-cgo), func Umask(int) int 2790pkg syscall (freebsd-386-cgo), func Undelete(string) error 2791pkg syscall (freebsd-386-cgo), func UnixRights(...int) []uint8 2792pkg syscall (freebsd-386-cgo), func Unmount(string, int) error 2793pkg syscall (freebsd-386-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) 2794pkg syscall (freebsd-386-cgo), func Write(int, []uint8) (int, error) 2795pkg syscall (freebsd-386-cgo), method (*Cmsghdr) SetLen(int) 2796pkg syscall (freebsd-386-cgo), method (*Iovec) SetLen(int) 2797pkg syscall (freebsd-386-cgo), method (*Msghdr) SetControllen(int) 2798pkg syscall (freebsd-386-cgo), type BpfHdr struct 2799pkg syscall (freebsd-386-cgo), type BpfHdr struct, Caplen uint32 2800pkg syscall (freebsd-386-cgo), type BpfHdr struct, Datalen uint32 2801pkg syscall (freebsd-386-cgo), type BpfHdr struct, Hdrlen uint16 2802pkg syscall (freebsd-386-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8 2803pkg syscall (freebsd-386-cgo), type BpfHdr struct, Tstamp Timeval 2804pkg syscall (freebsd-386-cgo), type BpfInsn struct 2805pkg syscall (freebsd-386-cgo), type BpfInsn struct, Code uint16 2806pkg syscall (freebsd-386-cgo), type BpfInsn struct, Jf uint8 2807pkg syscall (freebsd-386-cgo), type BpfInsn struct, Jt uint8 2808pkg syscall (freebsd-386-cgo), type BpfInsn struct, K uint32 2809pkg syscall (freebsd-386-cgo), type BpfProgram struct 2810pkg syscall (freebsd-386-cgo), type BpfProgram struct, Insns *BpfInsn 2811pkg syscall (freebsd-386-cgo), type BpfProgram struct, Len uint32 2812pkg syscall (freebsd-386-cgo), type BpfStat struct 2813pkg syscall (freebsd-386-cgo), type BpfStat struct, Drop uint32 2814pkg syscall (freebsd-386-cgo), type BpfStat struct, Recv uint32 2815pkg syscall (freebsd-386-cgo), type BpfVersion struct 2816pkg syscall (freebsd-386-cgo), type BpfVersion struct, Major uint16 2817pkg syscall (freebsd-386-cgo), type BpfVersion struct, Minor uint16 2818pkg syscall (freebsd-386-cgo), type BpfZbuf struct 2819pkg syscall (freebsd-386-cgo), type BpfZbuf struct, Bufa *uint8 2820pkg syscall (freebsd-386-cgo), type BpfZbuf struct, Bufb *uint8 2821pkg syscall (freebsd-386-cgo), type BpfZbuf struct, Buflen uint32 2822pkg syscall (freebsd-386-cgo), type BpfZbufHeader struct 2823pkg syscall (freebsd-386-cgo), type BpfZbufHeader struct, Kernel_gen uint32 2824pkg syscall (freebsd-386-cgo), type BpfZbufHeader struct, Kernel_len uint32 2825pkg syscall (freebsd-386-cgo), type BpfZbufHeader struct, User_gen uint32 2826pkg syscall (freebsd-386-cgo), type BpfZbufHeader struct, X_bzh_pad [5]uint32 2827pkg syscall (freebsd-386-cgo), type Cmsghdr struct 2828pkg syscall (freebsd-386-cgo), type Cmsghdr struct, Len uint32 2829pkg syscall (freebsd-386-cgo), type Cmsghdr struct, Level int32 2830pkg syscall (freebsd-386-cgo), type Cmsghdr struct, Type int32 2831pkg syscall (freebsd-386-cgo), type Credential struct 2832pkg syscall (freebsd-386-cgo), type Credential struct, Gid uint32 2833pkg syscall (freebsd-386-cgo), type Credential struct, Groups []uint32 2834pkg syscall (freebsd-386-cgo), type Credential struct, Uid uint32 2835pkg syscall (freebsd-386-cgo), type Dirent struct 2836pkg syscall (freebsd-386-cgo), type Dirent struct, Fileno uint32 2837pkg syscall (freebsd-386-cgo), type Dirent struct, Name [256]int8 2838pkg syscall (freebsd-386-cgo), type Dirent struct, Namlen uint8 2839pkg syscall (freebsd-386-cgo), type Dirent struct, Reclen uint16 2840pkg syscall (freebsd-386-cgo), type Dirent struct, Type uint8 2841pkg syscall (freebsd-386-cgo), type FdSet struct 2842pkg syscall (freebsd-386-cgo), type FdSet struct, X__fds_bits [32]uint32 2843pkg syscall (freebsd-386-cgo), type Flock_t struct 2844pkg syscall (freebsd-386-cgo), type Flock_t struct, Len int64 2845pkg syscall (freebsd-386-cgo), type Flock_t struct, Pid int32 2846pkg syscall (freebsd-386-cgo), type Flock_t struct, Start int64 2847pkg syscall (freebsd-386-cgo), type Flock_t struct, Sysid int32 2848pkg syscall (freebsd-386-cgo), type Flock_t struct, Type int16 2849pkg syscall (freebsd-386-cgo), type Flock_t struct, Whence int16 2850pkg syscall (freebsd-386-cgo), type Fsid struct 2851pkg syscall (freebsd-386-cgo), type Fsid struct, Val [2]int32 2852pkg syscall (freebsd-386-cgo), type ICMPv6Filter struct 2853pkg syscall (freebsd-386-cgo), type ICMPv6Filter struct, Filt [8]uint32 2854pkg syscall (freebsd-386-cgo), type IPMreqn struct 2855pkg syscall (freebsd-386-cgo), type IPMreqn struct, Address [4]uint8 2856pkg syscall (freebsd-386-cgo), type IPMreqn struct, Ifindex int32 2857pkg syscall (freebsd-386-cgo), type IPMreqn struct, Multiaddr [4]uint8 2858pkg syscall (freebsd-386-cgo), type IPv6MTUInfo struct 2859pkg syscall (freebsd-386-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 2860pkg syscall (freebsd-386-cgo), type IPv6MTUInfo struct, Mtu uint32 2861pkg syscall (freebsd-386-cgo), type IfAnnounceMsghdr struct 2862pkg syscall (freebsd-386-cgo), type IfAnnounceMsghdr struct, Index uint16 2863pkg syscall (freebsd-386-cgo), type IfAnnounceMsghdr struct, Msglen uint16 2864pkg syscall (freebsd-386-cgo), type IfAnnounceMsghdr struct, Name [16]int8 2865pkg syscall (freebsd-386-cgo), type IfAnnounceMsghdr struct, Type uint8 2866pkg syscall (freebsd-386-cgo), type IfAnnounceMsghdr struct, Version uint8 2867pkg syscall (freebsd-386-cgo), type IfAnnounceMsghdr struct, What uint16 2868pkg syscall (freebsd-386-cgo), type IfData struct 2869pkg syscall (freebsd-386-cgo), type IfData struct, Addrlen uint8 2870pkg syscall (freebsd-386-cgo), type IfData struct, Baudrate uint32 2871pkg syscall (freebsd-386-cgo), type IfData struct, Collisions uint32 2872pkg syscall (freebsd-386-cgo), type IfData struct, Datalen uint8 2873pkg syscall (freebsd-386-cgo), type IfData struct, Epoch int32 2874pkg syscall (freebsd-386-cgo), type IfData struct, Hdrlen uint8 2875pkg syscall (freebsd-386-cgo), type IfData struct, Hwassist uint32 2876pkg syscall (freebsd-386-cgo), type IfData struct, Ibytes uint32 2877pkg syscall (freebsd-386-cgo), type IfData struct, Ierrors uint32 2878pkg syscall (freebsd-386-cgo), type IfData struct, Imcasts uint32 2879pkg syscall (freebsd-386-cgo), type IfData struct, Ipackets uint32 2880pkg syscall (freebsd-386-cgo), type IfData struct, Iqdrops uint32 2881pkg syscall (freebsd-386-cgo), type IfData struct, Lastchange Timeval 2882pkg syscall (freebsd-386-cgo), type IfData struct, Link_state uint8 2883pkg syscall (freebsd-386-cgo), type IfData struct, Metric uint32 2884pkg syscall (freebsd-386-cgo), type IfData struct, Mtu uint32 2885pkg syscall (freebsd-386-cgo), type IfData struct, Noproto uint32 2886pkg syscall (freebsd-386-cgo), type IfData struct, Obytes uint32 2887pkg syscall (freebsd-386-cgo), type IfData struct, Oerrors uint32 2888pkg syscall (freebsd-386-cgo), type IfData struct, Omcasts uint32 2889pkg syscall (freebsd-386-cgo), type IfData struct, Opackets uint32 2890pkg syscall (freebsd-386-cgo), type IfData struct, Physical uint8 2891pkg syscall (freebsd-386-cgo), type IfData struct, Spare_char1 uint8 2892pkg syscall (freebsd-386-cgo), type IfData struct, Spare_char2 uint8 2893pkg syscall (freebsd-386-cgo), type IfData struct, Type uint8 2894pkg syscall (freebsd-386-cgo), type IfMsghdr struct 2895pkg syscall (freebsd-386-cgo), type IfMsghdr struct, Addrs int32 2896pkg syscall (freebsd-386-cgo), type IfMsghdr struct, Data IfData 2897pkg syscall (freebsd-386-cgo), type IfMsghdr struct, Flags int32 2898pkg syscall (freebsd-386-cgo), type IfMsghdr struct, Index uint16 2899pkg syscall (freebsd-386-cgo), type IfMsghdr struct, Msglen uint16 2900pkg syscall (freebsd-386-cgo), type IfMsghdr struct, Pad_cgo_0 [2]uint8 2901pkg syscall (freebsd-386-cgo), type IfMsghdr struct, Type uint8 2902pkg syscall (freebsd-386-cgo), type IfMsghdr struct, Version uint8 2903pkg syscall (freebsd-386-cgo), type IfaMsghdr struct 2904pkg syscall (freebsd-386-cgo), type IfaMsghdr struct, Addrs int32 2905pkg syscall (freebsd-386-cgo), type IfaMsghdr struct, Flags int32 2906pkg syscall (freebsd-386-cgo), type IfaMsghdr struct, Index uint16 2907pkg syscall (freebsd-386-cgo), type IfaMsghdr struct, Metric int32 2908pkg syscall (freebsd-386-cgo), type IfaMsghdr struct, Msglen uint16 2909pkg syscall (freebsd-386-cgo), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 2910pkg syscall (freebsd-386-cgo), type IfaMsghdr struct, Type uint8 2911pkg syscall (freebsd-386-cgo), type IfaMsghdr struct, Version uint8 2912pkg syscall (freebsd-386-cgo), type IfmaMsghdr struct 2913pkg syscall (freebsd-386-cgo), type IfmaMsghdr struct, Addrs int32 2914pkg syscall (freebsd-386-cgo), type IfmaMsghdr struct, Flags int32 2915pkg syscall (freebsd-386-cgo), type IfmaMsghdr struct, Index uint16 2916pkg syscall (freebsd-386-cgo), type IfmaMsghdr struct, Msglen uint16 2917pkg syscall (freebsd-386-cgo), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 2918pkg syscall (freebsd-386-cgo), type IfmaMsghdr struct, Type uint8 2919pkg syscall (freebsd-386-cgo), type IfmaMsghdr struct, Version uint8 2920pkg syscall (freebsd-386-cgo), type Inet6Pktinfo struct 2921pkg syscall (freebsd-386-cgo), type Inet6Pktinfo struct, Addr [16]uint8 2922pkg syscall (freebsd-386-cgo), type Inet6Pktinfo struct, Ifindex uint32 2923pkg syscall (freebsd-386-cgo), type InterfaceAddrMessage struct 2924pkg syscall (freebsd-386-cgo), type InterfaceAddrMessage struct, Data []uint8 2925pkg syscall (freebsd-386-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr 2926pkg syscall (freebsd-386-cgo), type InterfaceAnnounceMessage struct 2927pkg syscall (freebsd-386-cgo), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr 2928pkg syscall (freebsd-386-cgo), type InterfaceMessage struct 2929pkg syscall (freebsd-386-cgo), type InterfaceMessage struct, Data []uint8 2930pkg syscall (freebsd-386-cgo), type InterfaceMessage struct, Header IfMsghdr 2931pkg syscall (freebsd-386-cgo), type InterfaceMulticastAddrMessage struct 2932pkg syscall (freebsd-386-cgo), type InterfaceMulticastAddrMessage struct, Data []uint8 2933pkg syscall (freebsd-386-cgo), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr 2934pkg syscall (freebsd-386-cgo), type Iovec struct 2935pkg syscall (freebsd-386-cgo), type Iovec struct, Base *uint8 2936pkg syscall (freebsd-386-cgo), type Iovec struct, Len uint32 2937pkg syscall (freebsd-386-cgo), type Kevent_t struct 2938pkg syscall (freebsd-386-cgo), type Kevent_t struct, Data int32 2939pkg syscall (freebsd-386-cgo), type Kevent_t struct, Fflags uint32 2940pkg syscall (freebsd-386-cgo), type Kevent_t struct, Filter int16 2941pkg syscall (freebsd-386-cgo), type Kevent_t struct, Flags uint16 2942pkg syscall (freebsd-386-cgo), type Kevent_t struct, Ident uint32 2943pkg syscall (freebsd-386-cgo), type Kevent_t struct, Udata *uint8 2944pkg syscall (freebsd-386-cgo), type Msghdr struct 2945pkg syscall (freebsd-386-cgo), type Msghdr struct, Control *uint8 2946pkg syscall (freebsd-386-cgo), type Msghdr struct, Controllen uint32 2947pkg syscall (freebsd-386-cgo), type Msghdr struct, Flags int32 2948pkg syscall (freebsd-386-cgo), type Msghdr struct, Iov *Iovec 2949pkg syscall (freebsd-386-cgo), type Msghdr struct, Iovlen int32 2950pkg syscall (freebsd-386-cgo), type Msghdr struct, Name *uint8 2951pkg syscall (freebsd-386-cgo), type Msghdr struct, Namelen uint32 2952pkg syscall (freebsd-386-cgo), type RawSockaddr struct, Data [14]int8 2953pkg syscall (freebsd-386-cgo), type RawSockaddr struct, Family uint8 2954pkg syscall (freebsd-386-cgo), type RawSockaddr struct, Len uint8 2955pkg syscall (freebsd-386-cgo), type RawSockaddrAny struct, Pad [92]int8 2956pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct 2957pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct, Alen uint8 2958pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct, Data [46]int8 2959pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct, Family uint8 2960pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct, Index uint16 2961pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct, Len uint8 2962pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct, Nlen uint8 2963pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct, Slen uint8 2964pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct, Type uint8 2965pkg syscall (freebsd-386-cgo), type RawSockaddrInet4 struct, Family uint8 2966pkg syscall (freebsd-386-cgo), type RawSockaddrInet4 struct, Len uint8 2967pkg syscall (freebsd-386-cgo), type RawSockaddrInet4 struct, Zero [8]int8 2968pkg syscall (freebsd-386-cgo), type RawSockaddrInet6 struct, Family uint8 2969pkg syscall (freebsd-386-cgo), type RawSockaddrInet6 struct, Len uint8 2970pkg syscall (freebsd-386-cgo), type RawSockaddrUnix struct 2971pkg syscall (freebsd-386-cgo), type RawSockaddrUnix struct, Family uint8 2972pkg syscall (freebsd-386-cgo), type RawSockaddrUnix struct, Len uint8 2973pkg syscall (freebsd-386-cgo), type RawSockaddrUnix struct, Path [104]int8 2974pkg syscall (freebsd-386-cgo), type Rlimit struct 2975pkg syscall (freebsd-386-cgo), type Rlimit struct, Cur int64 2976pkg syscall (freebsd-386-cgo), type Rlimit struct, Max int64 2977pkg syscall (freebsd-386-cgo), type RouteMessage struct 2978pkg syscall (freebsd-386-cgo), type RouteMessage struct, Data []uint8 2979pkg syscall (freebsd-386-cgo), type RouteMessage struct, Header RtMsghdr 2980pkg syscall (freebsd-386-cgo), type RoutingMessage interface, unexported methods 2981pkg syscall (freebsd-386-cgo), type RtMetrics struct 2982pkg syscall (freebsd-386-cgo), type RtMetrics struct, Expire uint32 2983pkg syscall (freebsd-386-cgo), type RtMetrics struct, Filler [3]uint32 2984pkg syscall (freebsd-386-cgo), type RtMetrics struct, Hopcount uint32 2985pkg syscall (freebsd-386-cgo), type RtMetrics struct, Locks uint32 2986pkg syscall (freebsd-386-cgo), type RtMetrics struct, Mtu uint32 2987pkg syscall (freebsd-386-cgo), type RtMetrics struct, Pksent uint32 2988pkg syscall (freebsd-386-cgo), type RtMetrics struct, Recvpipe uint32 2989pkg syscall (freebsd-386-cgo), type RtMetrics struct, Rtt uint32 2990pkg syscall (freebsd-386-cgo), type RtMetrics struct, Rttvar uint32 2991pkg syscall (freebsd-386-cgo), type RtMetrics struct, Sendpipe uint32 2992pkg syscall (freebsd-386-cgo), type RtMetrics struct, Ssthresh uint32 2993pkg syscall (freebsd-386-cgo), type RtMetrics struct, Weight uint32 2994pkg syscall (freebsd-386-cgo), type RtMsghdr struct 2995pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Addrs int32 2996pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Errno int32 2997pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Flags int32 2998pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Fmask int32 2999pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Index uint16 3000pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Inits uint32 3001pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Msglen uint16 3002pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8 3003pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Pid int32 3004pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Rmx RtMetrics 3005pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Seq int32 3006pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Type uint8 3007pkg syscall (freebsd-386-cgo), type RtMsghdr struct, Version uint8 3008pkg syscall (freebsd-386-cgo), type Rusage struct, Idrss int32 3009pkg syscall (freebsd-386-cgo), type Rusage struct, Inblock int32 3010pkg syscall (freebsd-386-cgo), type Rusage struct, Isrss int32 3011pkg syscall (freebsd-386-cgo), type Rusage struct, Ixrss int32 3012pkg syscall (freebsd-386-cgo), type Rusage struct, Majflt int32 3013pkg syscall (freebsd-386-cgo), type Rusage struct, Maxrss int32 3014pkg syscall (freebsd-386-cgo), type Rusage struct, Minflt int32 3015pkg syscall (freebsd-386-cgo), type Rusage struct, Msgrcv int32 3016pkg syscall (freebsd-386-cgo), type Rusage struct, Msgsnd int32 3017pkg syscall (freebsd-386-cgo), type Rusage struct, Nivcsw int32 3018pkg syscall (freebsd-386-cgo), type Rusage struct, Nsignals int32 3019pkg syscall (freebsd-386-cgo), type Rusage struct, Nswap int32 3020pkg syscall (freebsd-386-cgo), type Rusage struct, Nvcsw int32 3021pkg syscall (freebsd-386-cgo), type Rusage struct, Oublock int32 3022pkg syscall (freebsd-386-cgo), type Rusage struct, Stime Timeval 3023pkg syscall (freebsd-386-cgo), type Rusage struct, Utime Timeval 3024pkg syscall (freebsd-386-cgo), type SockaddrDatalink struct 3025pkg syscall (freebsd-386-cgo), type SockaddrDatalink struct, Alen uint8 3026pkg syscall (freebsd-386-cgo), type SockaddrDatalink struct, Data [46]int8 3027pkg syscall (freebsd-386-cgo), type SockaddrDatalink struct, Family uint8 3028pkg syscall (freebsd-386-cgo), type SockaddrDatalink struct, Index uint16 3029pkg syscall (freebsd-386-cgo), type SockaddrDatalink struct, Len uint8 3030pkg syscall (freebsd-386-cgo), type SockaddrDatalink struct, Nlen uint8 3031pkg syscall (freebsd-386-cgo), type SockaddrDatalink struct, Slen uint8 3032pkg syscall (freebsd-386-cgo), type SockaddrDatalink struct, Type uint8 3033pkg syscall (freebsd-386-cgo), type SocketControlMessage struct 3034pkg syscall (freebsd-386-cgo), type SocketControlMessage struct, Data []uint8 3035pkg syscall (freebsd-386-cgo), type SocketControlMessage struct, Header Cmsghdr 3036pkg syscall (freebsd-386-cgo), type Stat_t struct 3037pkg syscall (freebsd-386-cgo), type Stat_t struct, Atimespec Timespec 3038pkg syscall (freebsd-386-cgo), type Stat_t struct, Birthtimespec Timespec 3039pkg syscall (freebsd-386-cgo), type Stat_t struct, Blksize uint32 3040pkg syscall (freebsd-386-cgo), type Stat_t struct, Blocks int64 3041pkg syscall (freebsd-386-cgo), type Stat_t struct, Ctimespec Timespec 3042pkg syscall (freebsd-386-cgo), type Stat_t struct, Dev uint32 3043pkg syscall (freebsd-386-cgo), type Stat_t struct, Flags uint32 3044pkg syscall (freebsd-386-cgo), type Stat_t struct, Gen uint32 3045pkg syscall (freebsd-386-cgo), type Stat_t struct, Gid uint32 3046pkg syscall (freebsd-386-cgo), type Stat_t struct, Ino uint32 3047pkg syscall (freebsd-386-cgo), type Stat_t struct, Lspare int32 3048pkg syscall (freebsd-386-cgo), type Stat_t struct, Mode uint16 3049pkg syscall (freebsd-386-cgo), type Stat_t struct, Mtimespec Timespec 3050pkg syscall (freebsd-386-cgo), type Stat_t struct, Nlink uint16 3051pkg syscall (freebsd-386-cgo), type Stat_t struct, Pad_cgo_0 [8]uint8 3052pkg syscall (freebsd-386-cgo), type Stat_t struct, Rdev uint32 3053pkg syscall (freebsd-386-cgo), type Stat_t struct, Size int64 3054pkg syscall (freebsd-386-cgo), type Stat_t struct, Uid uint32 3055pkg syscall (freebsd-386-cgo), type Statfs_t struct 3056pkg syscall (freebsd-386-cgo), type Statfs_t struct, Asyncreads uint64 3057pkg syscall (freebsd-386-cgo), type Statfs_t struct, Asyncwrites uint64 3058pkg syscall (freebsd-386-cgo), type Statfs_t struct, Bavail int64 3059pkg syscall (freebsd-386-cgo), type Statfs_t struct, Bfree uint64 3060pkg syscall (freebsd-386-cgo), type Statfs_t struct, Blocks uint64 3061pkg syscall (freebsd-386-cgo), type Statfs_t struct, Bsize uint64 3062pkg syscall (freebsd-386-cgo), type Statfs_t struct, Charspare [80]int8 3063pkg syscall (freebsd-386-cgo), type Statfs_t struct, Ffree int64 3064pkg syscall (freebsd-386-cgo), type Statfs_t struct, Files uint64 3065pkg syscall (freebsd-386-cgo), type Statfs_t struct, Flags uint64 3066pkg syscall (freebsd-386-cgo), type Statfs_t struct, Fsid Fsid 3067pkg syscall (freebsd-386-cgo), type Statfs_t struct, Fstypename [16]int8 3068pkg syscall (freebsd-386-cgo), type Statfs_t struct, Iosize uint64 3069pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntfromname [88]int8 3070pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntonname [88]int8 3071pkg syscall (freebsd-386-cgo), type Statfs_t struct, Namemax uint32 3072pkg syscall (freebsd-386-cgo), type Statfs_t struct, Owner uint32 3073pkg syscall (freebsd-386-cgo), type Statfs_t struct, Spare [10]uint64 3074pkg syscall (freebsd-386-cgo), type Statfs_t struct, Syncreads uint64 3075pkg syscall (freebsd-386-cgo), type Statfs_t struct, Syncwrites uint64 3076pkg syscall (freebsd-386-cgo), type Statfs_t struct, Type uint32 3077pkg syscall (freebsd-386-cgo), type Statfs_t struct, Version uint32 3078pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Chroot string 3079pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Credential *Credential 3080pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Noctty bool 3081pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Ptrace bool 3082pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Setctty bool 3083pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Setpgid bool 3084pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Setsid bool 3085pkg syscall (freebsd-386-cgo), type Timespec struct, Nsec int32 3086pkg syscall (freebsd-386-cgo), type Timespec struct, Sec int32 3087pkg syscall (freebsd-386-cgo), type Timeval struct, Sec int32 3088pkg syscall (freebsd-386-cgo), type Timeval struct, Usec int32 3089pkg syscall (freebsd-386-cgo), type WaitStatus uint32 3090pkg syscall (freebsd-386-cgo), var Stderr int 3091pkg syscall (freebsd-386-cgo), var Stdin int 3092pkg syscall (freebsd-386-cgo), var Stdout int 3093pkg syscall (freebsd-amd64), const F_DUP2FD_CLOEXEC = 18 3094pkg syscall (freebsd-amd64), const F_DUP2FD_CLOEXEC ideal-int 3095pkg syscall (freebsd-amd64), const F_DUPFD_CLOEXEC = 17 3096pkg syscall (freebsd-amd64), const F_DUPFD_CLOEXEC ideal-int 3097pkg syscall (freebsd-amd64), const ICMP6_FILTER = 18 3098pkg syscall (freebsd-amd64), const ICMP6_FILTER ideal-int 3099pkg syscall (freebsd-amd64), const PRIO_PGRP = 1 3100pkg syscall (freebsd-amd64), const PRIO_PGRP ideal-int 3101pkg syscall (freebsd-amd64), const PRIO_PROCESS = 0 3102pkg syscall (freebsd-amd64), const PRIO_PROCESS ideal-int 3103pkg syscall (freebsd-amd64), const PRIO_USER = 2 3104pkg syscall (freebsd-amd64), const PRIO_USER ideal-int 3105pkg syscall (freebsd-amd64), const SizeofICMPv6Filter = 32 3106pkg syscall (freebsd-amd64), const SizeofICMPv6Filter ideal-int 3107pkg syscall (freebsd-amd64), const SizeofIPv6MTUInfo = 32 3108pkg syscall (freebsd-amd64), const SizeofIPv6MTUInfo ideal-int 3109pkg syscall (freebsd-amd64), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 3110pkg syscall (freebsd-amd64), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 3111pkg syscall (freebsd-amd64), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 3112pkg syscall (freebsd-amd64), type ICMPv6Filter struct 3113pkg syscall (freebsd-amd64), type ICMPv6Filter struct, Filt [8]uint32 3114pkg syscall (freebsd-amd64), type IPv6MTUInfo struct 3115pkg syscall (freebsd-amd64), type IPv6MTUInfo struct, Addr RawSockaddrInet6 3116pkg syscall (freebsd-amd64), type IPv6MTUInfo struct, Mtu uint32 3117pkg syscall (freebsd-amd64-cgo), const AF_APPLETALK ideal-int 3118pkg syscall (freebsd-amd64-cgo), const AF_ARP ideal-int 3119pkg syscall (freebsd-amd64-cgo), const AF_ATM ideal-int 3120pkg syscall (freebsd-amd64-cgo), const AF_BLUETOOTH ideal-int 3121pkg syscall (freebsd-amd64-cgo), const AF_CCITT ideal-int 3122pkg syscall (freebsd-amd64-cgo), const AF_CHAOS ideal-int 3123pkg syscall (freebsd-amd64-cgo), const AF_CNT ideal-int 3124pkg syscall (freebsd-amd64-cgo), const AF_COIP ideal-int 3125pkg syscall (freebsd-amd64-cgo), const AF_DATAKIT ideal-int 3126pkg syscall (freebsd-amd64-cgo), const AF_DECnet ideal-int 3127pkg syscall (freebsd-amd64-cgo), const AF_DLI ideal-int 3128pkg syscall (freebsd-amd64-cgo), const AF_E164 ideal-int 3129pkg syscall (freebsd-amd64-cgo), const AF_ECMA ideal-int 3130pkg syscall (freebsd-amd64-cgo), const AF_HYLINK ideal-int 3131pkg syscall (freebsd-amd64-cgo), const AF_IEEE80211 ideal-int 3132pkg syscall (freebsd-amd64-cgo), const AF_IMPLINK ideal-int 3133pkg syscall (freebsd-amd64-cgo), const AF_IPX ideal-int 3134pkg syscall (freebsd-amd64-cgo), const AF_ISDN ideal-int 3135pkg syscall (freebsd-amd64-cgo), const AF_ISO ideal-int 3136pkg syscall (freebsd-amd64-cgo), const AF_LAT ideal-int 3137pkg syscall (freebsd-amd64-cgo), const AF_LINK ideal-int 3138pkg syscall (freebsd-amd64-cgo), const AF_LOCAL ideal-int 3139pkg syscall (freebsd-amd64-cgo), const AF_MAX ideal-int 3140pkg syscall (freebsd-amd64-cgo), const AF_NATM ideal-int 3141pkg syscall (freebsd-amd64-cgo), const AF_NETBIOS ideal-int 3142pkg syscall (freebsd-amd64-cgo), const AF_NETGRAPH ideal-int 3143pkg syscall (freebsd-amd64-cgo), const AF_OSI ideal-int 3144pkg syscall (freebsd-amd64-cgo), const AF_PUP ideal-int 3145pkg syscall (freebsd-amd64-cgo), const AF_ROUTE ideal-int 3146pkg syscall (freebsd-amd64-cgo), const AF_SCLUSTER ideal-int 3147pkg syscall (freebsd-amd64-cgo), const AF_SIP ideal-int 3148pkg syscall (freebsd-amd64-cgo), const AF_SLOW ideal-int 3149pkg syscall (freebsd-amd64-cgo), const AF_SNA ideal-int 3150pkg syscall (freebsd-amd64-cgo), const AF_VENDOR00 ideal-int 3151pkg syscall (freebsd-amd64-cgo), const AF_VENDOR01 ideal-int 3152pkg syscall (freebsd-amd64-cgo), const AF_VENDOR02 ideal-int 3153pkg syscall (freebsd-amd64-cgo), const AF_VENDOR03 ideal-int 3154pkg syscall (freebsd-amd64-cgo), const AF_VENDOR04 ideal-int 3155pkg syscall (freebsd-amd64-cgo), const AF_VENDOR05 ideal-int 3156pkg syscall (freebsd-amd64-cgo), const AF_VENDOR06 ideal-int 3157pkg syscall (freebsd-amd64-cgo), const AF_VENDOR07 ideal-int 3158pkg syscall (freebsd-amd64-cgo), const AF_VENDOR08 ideal-int 3159pkg syscall (freebsd-amd64-cgo), const AF_VENDOR09 ideal-int 3160pkg syscall (freebsd-amd64-cgo), const AF_VENDOR10 ideal-int 3161pkg syscall (freebsd-amd64-cgo), const AF_VENDOR11 ideal-int 3162pkg syscall (freebsd-amd64-cgo), const AF_VENDOR12 ideal-int 3163pkg syscall (freebsd-amd64-cgo), const AF_VENDOR13 ideal-int 3164pkg syscall (freebsd-amd64-cgo), const AF_VENDOR14 ideal-int 3165pkg syscall (freebsd-amd64-cgo), const AF_VENDOR15 ideal-int 3166pkg syscall (freebsd-amd64-cgo), const AF_VENDOR16 ideal-int 3167pkg syscall (freebsd-amd64-cgo), const AF_VENDOR17 ideal-int 3168pkg syscall (freebsd-amd64-cgo), const AF_VENDOR18 ideal-int 3169pkg syscall (freebsd-amd64-cgo), const AF_VENDOR19 ideal-int 3170pkg syscall (freebsd-amd64-cgo), const AF_VENDOR20 ideal-int 3171pkg syscall (freebsd-amd64-cgo), const AF_VENDOR21 ideal-int 3172pkg syscall (freebsd-amd64-cgo), const AF_VENDOR22 ideal-int 3173pkg syscall (freebsd-amd64-cgo), const AF_VENDOR23 ideal-int 3174pkg syscall (freebsd-amd64-cgo), const AF_VENDOR24 ideal-int 3175pkg syscall (freebsd-amd64-cgo), const AF_VENDOR25 ideal-int 3176pkg syscall (freebsd-amd64-cgo), const AF_VENDOR26 ideal-int 3177pkg syscall (freebsd-amd64-cgo), const AF_VENDOR27 ideal-int 3178pkg syscall (freebsd-amd64-cgo), const AF_VENDOR28 ideal-int 3179pkg syscall (freebsd-amd64-cgo), const AF_VENDOR29 ideal-int 3180pkg syscall (freebsd-amd64-cgo), const AF_VENDOR30 ideal-int 3181pkg syscall (freebsd-amd64-cgo), const AF_VENDOR31 ideal-int 3182pkg syscall (freebsd-amd64-cgo), const AF_VENDOR32 ideal-int 3183pkg syscall (freebsd-amd64-cgo), const AF_VENDOR33 ideal-int 3184pkg syscall (freebsd-amd64-cgo), const AF_VENDOR34 ideal-int 3185pkg syscall (freebsd-amd64-cgo), const AF_VENDOR35 ideal-int 3186pkg syscall (freebsd-amd64-cgo), const AF_VENDOR36 ideal-int 3187pkg syscall (freebsd-amd64-cgo), const AF_VENDOR37 ideal-int 3188pkg syscall (freebsd-amd64-cgo), const AF_VENDOR38 ideal-int 3189pkg syscall (freebsd-amd64-cgo), const AF_VENDOR39 ideal-int 3190pkg syscall (freebsd-amd64-cgo), const AF_VENDOR40 ideal-int 3191pkg syscall (freebsd-amd64-cgo), const AF_VENDOR41 ideal-int 3192pkg syscall (freebsd-amd64-cgo), const AF_VENDOR42 ideal-int 3193pkg syscall (freebsd-amd64-cgo), const AF_VENDOR43 ideal-int 3194pkg syscall (freebsd-amd64-cgo), const AF_VENDOR44 ideal-int 3195pkg syscall (freebsd-amd64-cgo), const AF_VENDOR45 ideal-int 3196pkg syscall (freebsd-amd64-cgo), const AF_VENDOR46 ideal-int 3197pkg syscall (freebsd-amd64-cgo), const AF_VENDOR47 ideal-int 3198pkg syscall (freebsd-amd64-cgo), const B0 ideal-int 3199pkg syscall (freebsd-amd64-cgo), const B110 ideal-int 3200pkg syscall (freebsd-amd64-cgo), const B115200 ideal-int 3201pkg syscall (freebsd-amd64-cgo), const B1200 ideal-int 3202pkg syscall (freebsd-amd64-cgo), const B134 ideal-int 3203pkg syscall (freebsd-amd64-cgo), const B14400 ideal-int 3204pkg syscall (freebsd-amd64-cgo), const B150 ideal-int 3205pkg syscall (freebsd-amd64-cgo), const B1800 ideal-int 3206pkg syscall (freebsd-amd64-cgo), const B19200 ideal-int 3207pkg syscall (freebsd-amd64-cgo), const B200 ideal-int 3208pkg syscall (freebsd-amd64-cgo), const B230400 ideal-int 3209pkg syscall (freebsd-amd64-cgo), const B2400 ideal-int 3210pkg syscall (freebsd-amd64-cgo), const B28800 ideal-int 3211pkg syscall (freebsd-amd64-cgo), const B300 ideal-int 3212pkg syscall (freebsd-amd64-cgo), const B38400 ideal-int 3213pkg syscall (freebsd-amd64-cgo), const B460800 ideal-int 3214pkg syscall (freebsd-amd64-cgo), const B4800 ideal-int 3215pkg syscall (freebsd-amd64-cgo), const B50 ideal-int 3216pkg syscall (freebsd-amd64-cgo), const B57600 ideal-int 3217pkg syscall (freebsd-amd64-cgo), const B600 ideal-int 3218pkg syscall (freebsd-amd64-cgo), const B7200 ideal-int 3219pkg syscall (freebsd-amd64-cgo), const B75 ideal-int 3220pkg syscall (freebsd-amd64-cgo), const B76800 ideal-int 3221pkg syscall (freebsd-amd64-cgo), const B921600 ideal-int 3222pkg syscall (freebsd-amd64-cgo), const B9600 ideal-int 3223pkg syscall (freebsd-amd64-cgo), const BIOCFEEDBACK ideal-int 3224pkg syscall (freebsd-amd64-cgo), const BIOCFLUSH ideal-int 3225pkg syscall (freebsd-amd64-cgo), const BIOCGBLEN ideal-int 3226pkg syscall (freebsd-amd64-cgo), const BIOCGDIRECTION ideal-int 3227pkg syscall (freebsd-amd64-cgo), const BIOCGDLT ideal-int 3228pkg syscall (freebsd-amd64-cgo), const BIOCGDLTLIST ideal-int 3229pkg syscall (freebsd-amd64-cgo), const BIOCGETBUFMODE ideal-int 3230pkg syscall (freebsd-amd64-cgo), const BIOCGETIF ideal-int 3231pkg syscall (freebsd-amd64-cgo), const BIOCGETZMAX ideal-int 3232pkg syscall (freebsd-amd64-cgo), const BIOCGHDRCMPLT ideal-int 3233pkg syscall (freebsd-amd64-cgo), const BIOCGRSIG ideal-int 3234pkg syscall (freebsd-amd64-cgo), const BIOCGRTIMEOUT ideal-int 3235pkg syscall (freebsd-amd64-cgo), const BIOCGSEESENT ideal-int 3236pkg syscall (freebsd-amd64-cgo), const BIOCGSTATS ideal-int 3237pkg syscall (freebsd-amd64-cgo), const BIOCGTSTAMP ideal-int 3238pkg syscall (freebsd-amd64-cgo), const BIOCIMMEDIATE ideal-int 3239pkg syscall (freebsd-amd64-cgo), const BIOCLOCK ideal-int 3240pkg syscall (freebsd-amd64-cgo), const BIOCPROMISC ideal-int 3241pkg syscall (freebsd-amd64-cgo), const BIOCROTZBUF ideal-int 3242pkg syscall (freebsd-amd64-cgo), const BIOCSBLEN ideal-int 3243pkg syscall (freebsd-amd64-cgo), const BIOCSDIRECTION ideal-int 3244pkg syscall (freebsd-amd64-cgo), const BIOCSDLT ideal-int 3245pkg syscall (freebsd-amd64-cgo), const BIOCSETBUFMODE ideal-int 3246pkg syscall (freebsd-amd64-cgo), const BIOCSETF ideal-int 3247pkg syscall (freebsd-amd64-cgo), const BIOCSETFNR ideal-int 3248pkg syscall (freebsd-amd64-cgo), const BIOCSETIF ideal-int 3249pkg syscall (freebsd-amd64-cgo), const BIOCSETWF ideal-int 3250pkg syscall (freebsd-amd64-cgo), const BIOCSETZBUF ideal-int 3251pkg syscall (freebsd-amd64-cgo), const BIOCSHDRCMPLT ideal-int 3252pkg syscall (freebsd-amd64-cgo), const BIOCSRSIG ideal-int 3253pkg syscall (freebsd-amd64-cgo), const BIOCSRTIMEOUT ideal-int 3254pkg syscall (freebsd-amd64-cgo), const BIOCSSEESENT ideal-int 3255pkg syscall (freebsd-amd64-cgo), const BIOCSTSTAMP ideal-int 3256pkg syscall (freebsd-amd64-cgo), const BIOCVERSION ideal-int 3257pkg syscall (freebsd-amd64-cgo), const BPF_A ideal-int 3258pkg syscall (freebsd-amd64-cgo), const BPF_ABS ideal-int 3259pkg syscall (freebsd-amd64-cgo), const BPF_ADD ideal-int 3260pkg syscall (freebsd-amd64-cgo), const BPF_ALIGNMENT ideal-int 3261pkg syscall (freebsd-amd64-cgo), const BPF_ALU ideal-int 3262pkg syscall (freebsd-amd64-cgo), const BPF_AND ideal-int 3263pkg syscall (freebsd-amd64-cgo), const BPF_B ideal-int 3264pkg syscall (freebsd-amd64-cgo), const BPF_BUFMODE_BUFFER ideal-int 3265pkg syscall (freebsd-amd64-cgo), const BPF_BUFMODE_ZBUF ideal-int 3266pkg syscall (freebsd-amd64-cgo), const BPF_DIV ideal-int 3267pkg syscall (freebsd-amd64-cgo), const BPF_H ideal-int 3268pkg syscall (freebsd-amd64-cgo), const BPF_IMM ideal-int 3269pkg syscall (freebsd-amd64-cgo), const BPF_IND ideal-int 3270pkg syscall (freebsd-amd64-cgo), const BPF_JA ideal-int 3271pkg syscall (freebsd-amd64-cgo), const BPF_JEQ ideal-int 3272pkg syscall (freebsd-amd64-cgo), const BPF_JGE ideal-int 3273pkg syscall (freebsd-amd64-cgo), const BPF_JGT ideal-int 3274pkg syscall (freebsd-amd64-cgo), const BPF_JMP ideal-int 3275pkg syscall (freebsd-amd64-cgo), const BPF_JSET ideal-int 3276pkg syscall (freebsd-amd64-cgo), const BPF_K ideal-int 3277pkg syscall (freebsd-amd64-cgo), const BPF_LD ideal-int 3278pkg syscall (freebsd-amd64-cgo), const BPF_LDX ideal-int 3279pkg syscall (freebsd-amd64-cgo), const BPF_LEN ideal-int 3280pkg syscall (freebsd-amd64-cgo), const BPF_LSH ideal-int 3281pkg syscall (freebsd-amd64-cgo), const BPF_MAJOR_VERSION ideal-int 3282pkg syscall (freebsd-amd64-cgo), const BPF_MAXBUFSIZE ideal-int 3283pkg syscall (freebsd-amd64-cgo), const BPF_MAXINSNS ideal-int 3284pkg syscall (freebsd-amd64-cgo), const BPF_MEM ideal-int 3285pkg syscall (freebsd-amd64-cgo), const BPF_MEMWORDS ideal-int 3286pkg syscall (freebsd-amd64-cgo), const BPF_MINBUFSIZE ideal-int 3287pkg syscall (freebsd-amd64-cgo), const BPF_MINOR_VERSION ideal-int 3288pkg syscall (freebsd-amd64-cgo), const BPF_MISC ideal-int 3289pkg syscall (freebsd-amd64-cgo), const BPF_MSH ideal-int 3290pkg syscall (freebsd-amd64-cgo), const BPF_MUL ideal-int 3291pkg syscall (freebsd-amd64-cgo), const BPF_NEG ideal-int 3292pkg syscall (freebsd-amd64-cgo), const BPF_OR ideal-int 3293pkg syscall (freebsd-amd64-cgo), const BPF_RELEASE ideal-int 3294pkg syscall (freebsd-amd64-cgo), const BPF_RET ideal-int 3295pkg syscall (freebsd-amd64-cgo), const BPF_RSH ideal-int 3296pkg syscall (freebsd-amd64-cgo), const BPF_ST ideal-int 3297pkg syscall (freebsd-amd64-cgo), const BPF_STX ideal-int 3298pkg syscall (freebsd-amd64-cgo), const BPF_SUB ideal-int 3299pkg syscall (freebsd-amd64-cgo), const BPF_TAX ideal-int 3300pkg syscall (freebsd-amd64-cgo), const BPF_TXA ideal-int 3301pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME ideal-int 3302pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_FAST ideal-int 3303pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_MONOTONIC ideal-int 3304pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int 3305pkg syscall (freebsd-amd64-cgo), const BPF_T_FAST ideal-int 3306pkg syscall (freebsd-amd64-cgo), const BPF_T_FLAG_MASK ideal-int 3307pkg syscall (freebsd-amd64-cgo), const BPF_T_FORMAT_MASK ideal-int 3308pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME ideal-int 3309pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_FAST ideal-int 3310pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_MONOTONIC ideal-int 3311pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int 3312pkg syscall (freebsd-amd64-cgo), const BPF_T_MONOTONIC ideal-int 3313pkg syscall (freebsd-amd64-cgo), const BPF_T_MONOTONIC_FAST ideal-int 3314pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME ideal-int 3315pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_FAST ideal-int 3316pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_MONOTONIC ideal-int 3317pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int 3318pkg syscall (freebsd-amd64-cgo), const BPF_T_NONE ideal-int 3319pkg syscall (freebsd-amd64-cgo), const BPF_T_NORMAL ideal-int 3320pkg syscall (freebsd-amd64-cgo), const BPF_W ideal-int 3321pkg syscall (freebsd-amd64-cgo), const BPF_X ideal-int 3322pkg syscall (freebsd-amd64-cgo), const BRKINT ideal-int 3323pkg syscall (freebsd-amd64-cgo), const CFLUSH ideal-int 3324pkg syscall (freebsd-amd64-cgo), const CLOCAL ideal-int 3325pkg syscall (freebsd-amd64-cgo), const CREAD ideal-int 3326pkg syscall (freebsd-amd64-cgo), const CS5 ideal-int 3327pkg syscall (freebsd-amd64-cgo), const CS6 ideal-int 3328pkg syscall (freebsd-amd64-cgo), const CS7 ideal-int 3329pkg syscall (freebsd-amd64-cgo), const CS8 ideal-int 3330pkg syscall (freebsd-amd64-cgo), const CSIZE ideal-int 3331pkg syscall (freebsd-amd64-cgo), const CSTART ideal-int 3332pkg syscall (freebsd-amd64-cgo), const CSTATUS ideal-int 3333pkg syscall (freebsd-amd64-cgo), const CSTOP ideal-int 3334pkg syscall (freebsd-amd64-cgo), const CSTOPB ideal-int 3335pkg syscall (freebsd-amd64-cgo), const CSUSP ideal-int 3336pkg syscall (freebsd-amd64-cgo), const CTL_MAXNAME ideal-int 3337pkg syscall (freebsd-amd64-cgo), const CTL_NET ideal-int 3338pkg syscall (freebsd-amd64-cgo), const DLT_A429 ideal-int 3339pkg syscall (freebsd-amd64-cgo), const DLT_A653_ICM ideal-int 3340pkg syscall (freebsd-amd64-cgo), const DLT_AIRONET_HEADER ideal-int 3341pkg syscall (freebsd-amd64-cgo), const DLT_AOS ideal-int 3342pkg syscall (freebsd-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int 3343pkg syscall (freebsd-amd64-cgo), const DLT_ARCNET ideal-int 3344pkg syscall (freebsd-amd64-cgo), const DLT_ARCNET_LINUX ideal-int 3345pkg syscall (freebsd-amd64-cgo), const DLT_ATM_CLIP ideal-int 3346pkg syscall (freebsd-amd64-cgo), const DLT_ATM_RFC1483 ideal-int 3347pkg syscall (freebsd-amd64-cgo), const DLT_AURORA ideal-int 3348pkg syscall (freebsd-amd64-cgo), const DLT_AX25 ideal-int 3349pkg syscall (freebsd-amd64-cgo), const DLT_AX25_KISS ideal-int 3350pkg syscall (freebsd-amd64-cgo), const DLT_BACNET_MS_TP ideal-int 3351pkg syscall (freebsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4 ideal-int 3352pkg syscall (freebsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int 3353pkg syscall (freebsd-amd64-cgo), const DLT_CAN20B ideal-int 3354pkg syscall (freebsd-amd64-cgo), const DLT_CAN_SOCKETCAN ideal-int 3355pkg syscall (freebsd-amd64-cgo), const DLT_CHAOS ideal-int 3356pkg syscall (freebsd-amd64-cgo), const DLT_CHDLC ideal-int 3357pkg syscall (freebsd-amd64-cgo), const DLT_CISCO_IOS ideal-int 3358pkg syscall (freebsd-amd64-cgo), const DLT_C_HDLC ideal-int 3359pkg syscall (freebsd-amd64-cgo), const DLT_C_HDLC_WITH_DIR ideal-int 3360pkg syscall (freebsd-amd64-cgo), const DLT_DBUS ideal-int 3361pkg syscall (freebsd-amd64-cgo), const DLT_DECT ideal-int 3362pkg syscall (freebsd-amd64-cgo), const DLT_DOCSIS ideal-int 3363pkg syscall (freebsd-amd64-cgo), const DLT_DVB_CI ideal-int 3364pkg syscall (freebsd-amd64-cgo), const DLT_ECONET ideal-int 3365pkg syscall (freebsd-amd64-cgo), const DLT_EN10MB ideal-int 3366pkg syscall (freebsd-amd64-cgo), const DLT_EN3MB ideal-int 3367pkg syscall (freebsd-amd64-cgo), const DLT_ENC ideal-int 3368pkg syscall (freebsd-amd64-cgo), const DLT_ERF ideal-int 3369pkg syscall (freebsd-amd64-cgo), const DLT_ERF_ETH ideal-int 3370pkg syscall (freebsd-amd64-cgo), const DLT_ERF_POS ideal-int 3371pkg syscall (freebsd-amd64-cgo), const DLT_FC_2 ideal-int 3372pkg syscall (freebsd-amd64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int 3373pkg syscall (freebsd-amd64-cgo), const DLT_FDDI ideal-int 3374pkg syscall (freebsd-amd64-cgo), const DLT_FLEXRAY ideal-int 3375pkg syscall (freebsd-amd64-cgo), const DLT_FRELAY ideal-int 3376pkg syscall (freebsd-amd64-cgo), const DLT_FRELAY_WITH_DIR ideal-int 3377pkg syscall (freebsd-amd64-cgo), const DLT_GCOM_SERIAL ideal-int 3378pkg syscall (freebsd-amd64-cgo), const DLT_GCOM_T1E1 ideal-int 3379pkg syscall (freebsd-amd64-cgo), const DLT_GPF_F ideal-int 3380pkg syscall (freebsd-amd64-cgo), const DLT_GPF_T ideal-int 3381pkg syscall (freebsd-amd64-cgo), const DLT_GPRS_LLC ideal-int 3382pkg syscall (freebsd-amd64-cgo), const DLT_GSMTAP_ABIS ideal-int 3383pkg syscall (freebsd-amd64-cgo), const DLT_GSMTAP_UM ideal-int 3384pkg syscall (freebsd-amd64-cgo), const DLT_HHDLC ideal-int 3385pkg syscall (freebsd-amd64-cgo), const DLT_IBM_SN ideal-int 3386pkg syscall (freebsd-amd64-cgo), const DLT_IBM_SP ideal-int 3387pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802 ideal-int 3388pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11 ideal-int 3389pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11_RADIO ideal-int 3390pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int 3391pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4 ideal-int 3392pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_LINUX ideal-int 3393pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_NOFCS ideal-int 3394pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_NONASK_PHY ideal-int 3395pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS ideal-int 3396pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int 3397pkg syscall (freebsd-amd64-cgo), const DLT_IPFILTER ideal-int 3398pkg syscall (freebsd-amd64-cgo), const DLT_IPMB ideal-int 3399pkg syscall (freebsd-amd64-cgo), const DLT_IPMB_LINUX ideal-int 3400pkg syscall (freebsd-amd64-cgo), const DLT_IPNET ideal-int 3401pkg syscall (freebsd-amd64-cgo), const DLT_IPOIB ideal-int 3402pkg syscall (freebsd-amd64-cgo), const DLT_IPV4 ideal-int 3403pkg syscall (freebsd-amd64-cgo), const DLT_IPV6 ideal-int 3404pkg syscall (freebsd-amd64-cgo), const DLT_IP_OVER_FC ideal-int 3405pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM1 ideal-int 3406pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM2 ideal-int 3407pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM_CEMIC ideal-int 3408pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_CHDLC ideal-int 3409pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ES ideal-int 3410pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ETHER ideal-int 3411pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_FIBRECHANNEL ideal-int 3412pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_FRELAY ideal-int 3413pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_GGSN ideal-int 3414pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ISM ideal-int 3415pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MFR ideal-int 3416pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MLFR ideal-int 3417pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MLPPP ideal-int 3418pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MONITOR ideal-int 3419pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PIC_PEER ideal-int 3420pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPP ideal-int 3421pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPPOE ideal-int 3422pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPPOE_ATM ideal-int 3423pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_SERVICES ideal-int 3424pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_SRX_E2E ideal-int 3425pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ST ideal-int 3426pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_VP ideal-int 3427pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_VS ideal-int 3428pkg syscall (freebsd-amd64-cgo), const DLT_LAPB_WITH_DIR ideal-int 3429pkg syscall (freebsd-amd64-cgo), const DLT_LAPD ideal-int 3430pkg syscall (freebsd-amd64-cgo), const DLT_LIN ideal-int 3431pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_EVDEV ideal-int 3432pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_IRDA ideal-int 3433pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_LAPD ideal-int 3434pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_PPP_WITHDIRECTION ideal-int 3435pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_SLL ideal-int 3436pkg syscall (freebsd-amd64-cgo), const DLT_LOOP ideal-int 3437pkg syscall (freebsd-amd64-cgo), const DLT_LTALK ideal-int 3438pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MAX ideal-int 3439pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MIN ideal-int 3440pkg syscall (freebsd-amd64-cgo), const DLT_MFR ideal-int 3441pkg syscall (freebsd-amd64-cgo), const DLT_MOST ideal-int 3442pkg syscall (freebsd-amd64-cgo), const DLT_MPLS ideal-int 3443pkg syscall (freebsd-amd64-cgo), const DLT_MTP2 ideal-int 3444pkg syscall (freebsd-amd64-cgo), const DLT_MTP2_WITH_PHDR ideal-int 3445pkg syscall (freebsd-amd64-cgo), const DLT_MTP3 ideal-int 3446pkg syscall (freebsd-amd64-cgo), const DLT_MUX27010 ideal-int 3447pkg syscall (freebsd-amd64-cgo), const DLT_NETANALYZER ideal-int 3448pkg syscall (freebsd-amd64-cgo), const DLT_NETANALYZER_TRANSPARENT ideal-int 3449pkg syscall (freebsd-amd64-cgo), const DLT_NFLOG ideal-int 3450pkg syscall (freebsd-amd64-cgo), const DLT_NULL ideal-int 3451pkg syscall (freebsd-amd64-cgo), const DLT_PCI_EXP ideal-int 3452pkg syscall (freebsd-amd64-cgo), const DLT_PFLOG ideal-int 3453pkg syscall (freebsd-amd64-cgo), const DLT_PFSYNC ideal-int 3454pkg syscall (freebsd-amd64-cgo), const DLT_PPI ideal-int 3455pkg syscall (freebsd-amd64-cgo), const DLT_PPP ideal-int 3456pkg syscall (freebsd-amd64-cgo), const DLT_PPP_BSDOS ideal-int 3457pkg syscall (freebsd-amd64-cgo), const DLT_PPP_ETHER ideal-int 3458pkg syscall (freebsd-amd64-cgo), const DLT_PPP_PPPD ideal-int 3459pkg syscall (freebsd-amd64-cgo), const DLT_PPP_SERIAL ideal-int 3460pkg syscall (freebsd-amd64-cgo), const DLT_PPP_WITH_DIR ideal-int 3461pkg syscall (freebsd-amd64-cgo), const DLT_PPP_WITH_DIRECTION ideal-int 3462pkg syscall (freebsd-amd64-cgo), const DLT_PRISM_HEADER ideal-int 3463pkg syscall (freebsd-amd64-cgo), const DLT_PRONET ideal-int 3464pkg syscall (freebsd-amd64-cgo), const DLT_RAIF1 ideal-int 3465pkg syscall (freebsd-amd64-cgo), const DLT_RAW ideal-int 3466pkg syscall (freebsd-amd64-cgo), const DLT_RIO ideal-int 3467pkg syscall (freebsd-amd64-cgo), const DLT_SCCP ideal-int 3468pkg syscall (freebsd-amd64-cgo), const DLT_SITA ideal-int 3469pkg syscall (freebsd-amd64-cgo), const DLT_SLIP ideal-int 3470pkg syscall (freebsd-amd64-cgo), const DLT_SLIP_BSDOS ideal-int 3471pkg syscall (freebsd-amd64-cgo), const DLT_STANAG_5066_D_PDU ideal-int 3472pkg syscall (freebsd-amd64-cgo), const DLT_SUNATM ideal-int 3473pkg syscall (freebsd-amd64-cgo), const DLT_SYMANTEC_FIREWALL ideal-int 3474pkg syscall (freebsd-amd64-cgo), const DLT_TZSP ideal-int 3475pkg syscall (freebsd-amd64-cgo), const DLT_USB ideal-int 3476pkg syscall (freebsd-amd64-cgo), const DLT_USB_LINUX ideal-int 3477pkg syscall (freebsd-amd64-cgo), const DLT_USB_LINUX_MMAPPED ideal-int 3478pkg syscall (freebsd-amd64-cgo), const DLT_USER0 ideal-int 3479pkg syscall (freebsd-amd64-cgo), const DLT_USER1 ideal-int 3480pkg syscall (freebsd-amd64-cgo), const DLT_USER10 ideal-int 3481pkg syscall (freebsd-amd64-cgo), const DLT_USER11 ideal-int 3482pkg syscall (freebsd-amd64-cgo), const DLT_USER12 ideal-int 3483pkg syscall (freebsd-amd64-cgo), const DLT_USER13 ideal-int 3484pkg syscall (freebsd-amd64-cgo), const DLT_USER14 ideal-int 3485pkg syscall (freebsd-amd64-cgo), const DLT_USER15 ideal-int 3486pkg syscall (freebsd-amd64-cgo), const DLT_USER2 ideal-int 3487pkg syscall (freebsd-amd64-cgo), const DLT_USER3 ideal-int 3488pkg syscall (freebsd-amd64-cgo), const DLT_USER4 ideal-int 3489pkg syscall (freebsd-amd64-cgo), const DLT_USER5 ideal-int 3490pkg syscall (freebsd-amd64-cgo), const DLT_USER6 ideal-int 3491pkg syscall (freebsd-amd64-cgo), const DLT_USER7 ideal-int 3492pkg syscall (freebsd-amd64-cgo), const DLT_USER8 ideal-int 3493pkg syscall (freebsd-amd64-cgo), const DLT_USER9 ideal-int 3494pkg syscall (freebsd-amd64-cgo), const DLT_WIHART ideal-int 3495pkg syscall (freebsd-amd64-cgo), const DLT_X2E_SERIAL ideal-int 3496pkg syscall (freebsd-amd64-cgo), const DLT_X2E_XORAYA ideal-int 3497pkg syscall (freebsd-amd64-cgo), const DT_BLK ideal-int 3498pkg syscall (freebsd-amd64-cgo), const DT_CHR ideal-int 3499pkg syscall (freebsd-amd64-cgo), const DT_DIR ideal-int 3500pkg syscall (freebsd-amd64-cgo), const DT_FIFO ideal-int 3501pkg syscall (freebsd-amd64-cgo), const DT_LNK ideal-int 3502pkg syscall (freebsd-amd64-cgo), const DT_REG ideal-int 3503pkg syscall (freebsd-amd64-cgo), const DT_SOCK ideal-int 3504pkg syscall (freebsd-amd64-cgo), const DT_UNKNOWN ideal-int 3505pkg syscall (freebsd-amd64-cgo), const DT_WHT ideal-int 3506pkg syscall (freebsd-amd64-cgo), const EAUTH Errno 3507pkg syscall (freebsd-amd64-cgo), const EBADMSG Errno 3508pkg syscall (freebsd-amd64-cgo), const EBADRPC Errno 3509pkg syscall (freebsd-amd64-cgo), const ECAPMODE Errno 3510pkg syscall (freebsd-amd64-cgo), const ECHO ideal-int 3511pkg syscall (freebsd-amd64-cgo), const ECHOCTL ideal-int 3512pkg syscall (freebsd-amd64-cgo), const ECHOE ideal-int 3513pkg syscall (freebsd-amd64-cgo), const ECHOK ideal-int 3514pkg syscall (freebsd-amd64-cgo), const ECHOKE ideal-int 3515pkg syscall (freebsd-amd64-cgo), const ECHONL ideal-int 3516pkg syscall (freebsd-amd64-cgo), const ECHOPRT ideal-int 3517pkg syscall (freebsd-amd64-cgo), const EDOOFUS Errno 3518pkg syscall (freebsd-amd64-cgo), const EFTYPE Errno 3519pkg syscall (freebsd-amd64-cgo), const ELAST Errno 3520pkg syscall (freebsd-amd64-cgo), const EMULTIHOP Errno 3521pkg syscall (freebsd-amd64-cgo), const ENEEDAUTH Errno 3522pkg syscall (freebsd-amd64-cgo), const ENOATTR Errno 3523pkg syscall (freebsd-amd64-cgo), const ENOLINK Errno 3524pkg syscall (freebsd-amd64-cgo), const ENOTCAPABLE Errno 3525pkg syscall (freebsd-amd64-cgo), const EPROCLIM Errno 3526pkg syscall (freebsd-amd64-cgo), const EPROCUNAVAIL Errno 3527pkg syscall (freebsd-amd64-cgo), const EPROGMISMATCH Errno 3528pkg syscall (freebsd-amd64-cgo), const EPROGUNAVAIL Errno 3529pkg syscall (freebsd-amd64-cgo), const EPROTO Errno 3530pkg syscall (freebsd-amd64-cgo), const ERPCMISMATCH Errno 3531pkg syscall (freebsd-amd64-cgo), const EVFILT_AIO ideal-int 3532pkg syscall (freebsd-amd64-cgo), const EVFILT_FS ideal-int 3533pkg syscall (freebsd-amd64-cgo), const EVFILT_LIO ideal-int 3534pkg syscall (freebsd-amd64-cgo), const EVFILT_PROC ideal-int 3535pkg syscall (freebsd-amd64-cgo), const EVFILT_READ ideal-int 3536pkg syscall (freebsd-amd64-cgo), const EVFILT_SIGNAL ideal-int 3537pkg syscall (freebsd-amd64-cgo), const EVFILT_SYSCOUNT ideal-int 3538pkg syscall (freebsd-amd64-cgo), const EVFILT_TIMER ideal-int 3539pkg syscall (freebsd-amd64-cgo), const EVFILT_USER ideal-int 3540pkg syscall (freebsd-amd64-cgo), const EVFILT_VNODE ideal-int 3541pkg syscall (freebsd-amd64-cgo), const EVFILT_WRITE ideal-int 3542pkg syscall (freebsd-amd64-cgo), const EV_ADD ideal-int 3543pkg syscall (freebsd-amd64-cgo), const EV_CLEAR ideal-int 3544pkg syscall (freebsd-amd64-cgo), const EV_DELETE ideal-int 3545pkg syscall (freebsd-amd64-cgo), const EV_DISABLE ideal-int 3546pkg syscall (freebsd-amd64-cgo), const EV_DISPATCH ideal-int 3547pkg syscall (freebsd-amd64-cgo), const EV_ENABLE ideal-int 3548pkg syscall (freebsd-amd64-cgo), const EV_EOF ideal-int 3549pkg syscall (freebsd-amd64-cgo), const EV_ERROR ideal-int 3550pkg syscall (freebsd-amd64-cgo), const EV_FLAG1 ideal-int 3551pkg syscall (freebsd-amd64-cgo), const EV_ONESHOT ideal-int 3552pkg syscall (freebsd-amd64-cgo), const EV_RECEIPT ideal-int 3553pkg syscall (freebsd-amd64-cgo), const EV_SYSFLAGS ideal-int 3554pkg syscall (freebsd-amd64-cgo), const EXTA ideal-int 3555pkg syscall (freebsd-amd64-cgo), const EXTB ideal-int 3556pkg syscall (freebsd-amd64-cgo), const EXTPROC ideal-int 3557pkg syscall (freebsd-amd64-cgo), const FD_CLOEXEC ideal-int 3558pkg syscall (freebsd-amd64-cgo), const FD_SETSIZE ideal-int 3559pkg syscall (freebsd-amd64-cgo), const FLUSHO ideal-int 3560pkg syscall (freebsd-amd64-cgo), const F_CANCEL ideal-int 3561pkg syscall (freebsd-amd64-cgo), const F_DUP2FD ideal-int 3562pkg syscall (freebsd-amd64-cgo), const F_DUP2FD_CLOEXEC = 18 3563pkg syscall (freebsd-amd64-cgo), const F_DUP2FD_CLOEXEC ideal-int 3564pkg syscall (freebsd-amd64-cgo), const F_DUPFD ideal-int 3565pkg syscall (freebsd-amd64-cgo), const F_DUPFD_CLOEXEC = 17 3566pkg syscall (freebsd-amd64-cgo), const F_DUPFD_CLOEXEC ideal-int 3567pkg syscall (freebsd-amd64-cgo), const F_GETFD ideal-int 3568pkg syscall (freebsd-amd64-cgo), const F_GETFL ideal-int 3569pkg syscall (freebsd-amd64-cgo), const F_GETLK ideal-int 3570pkg syscall (freebsd-amd64-cgo), const F_GETOWN ideal-int 3571pkg syscall (freebsd-amd64-cgo), const F_OGETLK ideal-int 3572pkg syscall (freebsd-amd64-cgo), const F_OK ideal-int 3573pkg syscall (freebsd-amd64-cgo), const F_OSETLK ideal-int 3574pkg syscall (freebsd-amd64-cgo), const F_OSETLKW ideal-int 3575pkg syscall (freebsd-amd64-cgo), const F_RDAHEAD ideal-int 3576pkg syscall (freebsd-amd64-cgo), const F_RDLCK ideal-int 3577pkg syscall (freebsd-amd64-cgo), const F_READAHEAD ideal-int 3578pkg syscall (freebsd-amd64-cgo), const F_SETFD ideal-int 3579pkg syscall (freebsd-amd64-cgo), const F_SETFL ideal-int 3580pkg syscall (freebsd-amd64-cgo), const F_SETLK ideal-int 3581pkg syscall (freebsd-amd64-cgo), const F_SETLKW ideal-int 3582pkg syscall (freebsd-amd64-cgo), const F_SETLK_REMOTE ideal-int 3583pkg syscall (freebsd-amd64-cgo), const F_SETOWN ideal-int 3584pkg syscall (freebsd-amd64-cgo), const F_UNLCK ideal-int 3585pkg syscall (freebsd-amd64-cgo), const F_UNLCKSYS ideal-int 3586pkg syscall (freebsd-amd64-cgo), const F_WRLCK ideal-int 3587pkg syscall (freebsd-amd64-cgo), const HUPCL ideal-int 3588pkg syscall (freebsd-amd64-cgo), const ICANON ideal-int 3589pkg syscall (freebsd-amd64-cgo), const ICMP6_FILTER = 18 3590pkg syscall (freebsd-amd64-cgo), const ICMP6_FILTER ideal-int 3591pkg syscall (freebsd-amd64-cgo), const ICRNL ideal-int 3592pkg syscall (freebsd-amd64-cgo), const IEXTEN ideal-int 3593pkg syscall (freebsd-amd64-cgo), const IFAN_ARRIVAL ideal-int 3594pkg syscall (freebsd-amd64-cgo), const IFAN_DEPARTURE ideal-int 3595pkg syscall (freebsd-amd64-cgo), const IFF_ALLMULTI ideal-int 3596pkg syscall (freebsd-amd64-cgo), const IFF_ALTPHYS ideal-int 3597pkg syscall (freebsd-amd64-cgo), const IFF_CANTCHANGE ideal-int 3598pkg syscall (freebsd-amd64-cgo), const IFF_CANTCONFIG ideal-int 3599pkg syscall (freebsd-amd64-cgo), const IFF_DEBUG ideal-int 3600pkg syscall (freebsd-amd64-cgo), const IFF_DRV_OACTIVE ideal-int 3601pkg syscall (freebsd-amd64-cgo), const IFF_DRV_RUNNING ideal-int 3602pkg syscall (freebsd-amd64-cgo), const IFF_DYING ideal-int 3603pkg syscall (freebsd-amd64-cgo), const IFF_LINK0 ideal-int 3604pkg syscall (freebsd-amd64-cgo), const IFF_LINK1 ideal-int 3605pkg syscall (freebsd-amd64-cgo), const IFF_LINK2 ideal-int 3606pkg syscall (freebsd-amd64-cgo), const IFF_MONITOR ideal-int 3607pkg syscall (freebsd-amd64-cgo), const IFF_NOARP ideal-int 3608pkg syscall (freebsd-amd64-cgo), const IFF_OACTIVE ideal-int 3609pkg syscall (freebsd-amd64-cgo), const IFF_POINTOPOINT ideal-int 3610pkg syscall (freebsd-amd64-cgo), const IFF_PPROMISC ideal-int 3611pkg syscall (freebsd-amd64-cgo), const IFF_PROMISC ideal-int 3612pkg syscall (freebsd-amd64-cgo), const IFF_RENAMING ideal-int 3613pkg syscall (freebsd-amd64-cgo), const IFF_RUNNING ideal-int 3614pkg syscall (freebsd-amd64-cgo), const IFF_SIMPLEX ideal-int 3615pkg syscall (freebsd-amd64-cgo), const IFF_SMART ideal-int 3616pkg syscall (freebsd-amd64-cgo), const IFF_STATICARP ideal-int 3617pkg syscall (freebsd-amd64-cgo), const IFNAMSIZ ideal-int 3618pkg syscall (freebsd-amd64-cgo), const IFT_1822 ideal-int 3619pkg syscall (freebsd-amd64-cgo), const IFT_A12MPPSWITCH ideal-int 3620pkg syscall (freebsd-amd64-cgo), const IFT_AAL2 ideal-int 3621pkg syscall (freebsd-amd64-cgo), const IFT_AAL5 ideal-int 3622pkg syscall (freebsd-amd64-cgo), const IFT_ADSL ideal-int 3623pkg syscall (freebsd-amd64-cgo), const IFT_AFLANE8023 ideal-int 3624pkg syscall (freebsd-amd64-cgo), const IFT_AFLANE8025 ideal-int 3625pkg syscall (freebsd-amd64-cgo), const IFT_ARAP ideal-int 3626pkg syscall (freebsd-amd64-cgo), const IFT_ARCNET ideal-int 3627pkg syscall (freebsd-amd64-cgo), const IFT_ARCNETPLUS ideal-int 3628pkg syscall (freebsd-amd64-cgo), const IFT_ASYNC ideal-int 3629pkg syscall (freebsd-amd64-cgo), const IFT_ATM ideal-int 3630pkg syscall (freebsd-amd64-cgo), const IFT_ATMDXI ideal-int 3631pkg syscall (freebsd-amd64-cgo), const IFT_ATMFUNI ideal-int 3632pkg syscall (freebsd-amd64-cgo), const IFT_ATMIMA ideal-int 3633pkg syscall (freebsd-amd64-cgo), const IFT_ATMLOGICAL ideal-int 3634pkg syscall (freebsd-amd64-cgo), const IFT_ATMRADIO ideal-int 3635pkg syscall (freebsd-amd64-cgo), const IFT_ATMSUBINTERFACE ideal-int 3636pkg syscall (freebsd-amd64-cgo), const IFT_ATMVCIENDPT ideal-int 3637pkg syscall (freebsd-amd64-cgo), const IFT_ATMVIRTUAL ideal-int 3638pkg syscall (freebsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int 3639pkg syscall (freebsd-amd64-cgo), const IFT_BRIDGE ideal-int 3640pkg syscall (freebsd-amd64-cgo), const IFT_BSC ideal-int 3641pkg syscall (freebsd-amd64-cgo), const IFT_CARP ideal-int 3642pkg syscall (freebsd-amd64-cgo), const IFT_CCTEMUL ideal-int 3643pkg syscall (freebsd-amd64-cgo), const IFT_CEPT ideal-int 3644pkg syscall (freebsd-amd64-cgo), const IFT_CES ideal-int 3645pkg syscall (freebsd-amd64-cgo), const IFT_CHANNEL ideal-int 3646pkg syscall (freebsd-amd64-cgo), const IFT_CNR ideal-int 3647pkg syscall (freebsd-amd64-cgo), const IFT_COFFEE ideal-int 3648pkg syscall (freebsd-amd64-cgo), const IFT_COMPOSITELINK ideal-int 3649pkg syscall (freebsd-amd64-cgo), const IFT_DCN ideal-int 3650pkg syscall (freebsd-amd64-cgo), const IFT_DIGITALPOWERLINE ideal-int 3651pkg syscall (freebsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int 3652pkg syscall (freebsd-amd64-cgo), const IFT_DLSW ideal-int 3653pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int 3654pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER ideal-int 3655pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int 3656pkg syscall (freebsd-amd64-cgo), const IFT_DS0 ideal-int 3657pkg syscall (freebsd-amd64-cgo), const IFT_DS0BUNDLE ideal-int 3658pkg syscall (freebsd-amd64-cgo), const IFT_DS1FDL ideal-int 3659pkg syscall (freebsd-amd64-cgo), const IFT_DS3 ideal-int 3660pkg syscall (freebsd-amd64-cgo), const IFT_DTM ideal-int 3661pkg syscall (freebsd-amd64-cgo), const IFT_DVBASILN ideal-int 3662pkg syscall (freebsd-amd64-cgo), const IFT_DVBASIOUT ideal-int 3663pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int 3664pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCMACLAYER ideal-int 3665pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCUPSTREAM ideal-int 3666pkg syscall (freebsd-amd64-cgo), const IFT_ENC ideal-int 3667pkg syscall (freebsd-amd64-cgo), const IFT_EON ideal-int 3668pkg syscall (freebsd-amd64-cgo), const IFT_EPLRS ideal-int 3669pkg syscall (freebsd-amd64-cgo), const IFT_ESCON ideal-int 3670pkg syscall (freebsd-amd64-cgo), const IFT_ETHER ideal-int 3671pkg syscall (freebsd-amd64-cgo), const IFT_FAITH ideal-int 3672pkg syscall (freebsd-amd64-cgo), const IFT_FAST ideal-int 3673pkg syscall (freebsd-amd64-cgo), const IFT_FASTETHER ideal-int 3674pkg syscall (freebsd-amd64-cgo), const IFT_FASTETHERFX ideal-int 3675pkg syscall (freebsd-amd64-cgo), const IFT_FDDI ideal-int 3676pkg syscall (freebsd-amd64-cgo), const IFT_FIBRECHANNEL ideal-int 3677pkg syscall (freebsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int 3678pkg syscall (freebsd-amd64-cgo), const IFT_FRAMERELAYMPI ideal-int 3679pkg syscall (freebsd-amd64-cgo), const IFT_FRDLCIENDPT ideal-int 3680pkg syscall (freebsd-amd64-cgo), const IFT_FRELAY ideal-int 3681pkg syscall (freebsd-amd64-cgo), const IFT_FRELAYDCE ideal-int 3682pkg syscall (freebsd-amd64-cgo), const IFT_FRF16MFRBUNDLE ideal-int 3683pkg syscall (freebsd-amd64-cgo), const IFT_FRFORWARD ideal-int 3684pkg syscall (freebsd-amd64-cgo), const IFT_G703AT2MB ideal-int 3685pkg syscall (freebsd-amd64-cgo), const IFT_G703AT64K ideal-int 3686pkg syscall (freebsd-amd64-cgo), const IFT_GIF ideal-int 3687pkg syscall (freebsd-amd64-cgo), const IFT_GIGABITETHERNET ideal-int 3688pkg syscall (freebsd-amd64-cgo), const IFT_GR303IDT ideal-int 3689pkg syscall (freebsd-amd64-cgo), const IFT_GR303RDT ideal-int 3690pkg syscall (freebsd-amd64-cgo), const IFT_H323GATEKEEPER ideal-int 3691pkg syscall (freebsd-amd64-cgo), const IFT_H323PROXY ideal-int 3692pkg syscall (freebsd-amd64-cgo), const IFT_HDH1822 ideal-int 3693pkg syscall (freebsd-amd64-cgo), const IFT_HDLC ideal-int 3694pkg syscall (freebsd-amd64-cgo), const IFT_HDSL2 ideal-int 3695pkg syscall (freebsd-amd64-cgo), const IFT_HIPERLAN2 ideal-int 3696pkg syscall (freebsd-amd64-cgo), const IFT_HIPPI ideal-int 3697pkg syscall (freebsd-amd64-cgo), const IFT_HIPPIINTERFACE ideal-int 3698pkg syscall (freebsd-amd64-cgo), const IFT_HOSTPAD ideal-int 3699pkg syscall (freebsd-amd64-cgo), const IFT_HSSI ideal-int 3700pkg syscall (freebsd-amd64-cgo), const IFT_HY ideal-int 3701pkg syscall (freebsd-amd64-cgo), const IFT_IBM370PARCHAN ideal-int 3702pkg syscall (freebsd-amd64-cgo), const IFT_IDSL ideal-int 3703pkg syscall (freebsd-amd64-cgo), const IFT_IEEE1394 ideal-int 3704pkg syscall (freebsd-amd64-cgo), const IFT_IEEE80211 ideal-int 3705pkg syscall (freebsd-amd64-cgo), const IFT_IEEE80212 ideal-int 3706pkg syscall (freebsd-amd64-cgo), const IFT_IEEE8023ADLAG ideal-int 3707pkg syscall (freebsd-amd64-cgo), const IFT_IFGSN ideal-int 3708pkg syscall (freebsd-amd64-cgo), const IFT_IMT ideal-int 3709pkg syscall (freebsd-amd64-cgo), const IFT_INFINIBAND ideal-int 3710pkg syscall (freebsd-amd64-cgo), const IFT_INTERLEAVE ideal-int 3711pkg syscall (freebsd-amd64-cgo), const IFT_IP ideal-int 3712pkg syscall (freebsd-amd64-cgo), const IFT_IPFORWARD ideal-int 3713pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERATM ideal-int 3714pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERCDLC ideal-int 3715pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERCLAW ideal-int 3716pkg syscall (freebsd-amd64-cgo), const IFT_IPSWITCH ideal-int 3717pkg syscall (freebsd-amd64-cgo), const IFT_IPXIP ideal-int 3718pkg syscall (freebsd-amd64-cgo), const IFT_ISDN ideal-int 3719pkg syscall (freebsd-amd64-cgo), const IFT_ISDNBASIC ideal-int 3720pkg syscall (freebsd-amd64-cgo), const IFT_ISDNPRIMARY ideal-int 3721pkg syscall (freebsd-amd64-cgo), const IFT_ISDNS ideal-int 3722pkg syscall (freebsd-amd64-cgo), const IFT_ISDNU ideal-int 3723pkg syscall (freebsd-amd64-cgo), const IFT_ISO88022LLC ideal-int 3724pkg syscall (freebsd-amd64-cgo), const IFT_ISO88023 ideal-int 3725pkg syscall (freebsd-amd64-cgo), const IFT_ISO88024 ideal-int 3726pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025 ideal-int 3727pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025CRFPINT ideal-int 3728pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025DTR ideal-int 3729pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025FIBER ideal-int 3730pkg syscall (freebsd-amd64-cgo), const IFT_ISO88026 ideal-int 3731pkg syscall (freebsd-amd64-cgo), const IFT_ISUP ideal-int 3732pkg syscall (freebsd-amd64-cgo), const IFT_L2VLAN ideal-int 3733pkg syscall (freebsd-amd64-cgo), const IFT_L3IPVLAN ideal-int 3734pkg syscall (freebsd-amd64-cgo), const IFT_L3IPXVLAN ideal-int 3735pkg syscall (freebsd-amd64-cgo), const IFT_LAPB ideal-int 3736pkg syscall (freebsd-amd64-cgo), const IFT_LAPD ideal-int 3737pkg syscall (freebsd-amd64-cgo), const IFT_LAPF ideal-int 3738pkg syscall (freebsd-amd64-cgo), const IFT_LOCALTALK ideal-int 3739pkg syscall (freebsd-amd64-cgo), const IFT_LOOP ideal-int 3740pkg syscall (freebsd-amd64-cgo), const IFT_MEDIAMAILOVERIP ideal-int 3741pkg syscall (freebsd-amd64-cgo), const IFT_MFSIGLINK ideal-int 3742pkg syscall (freebsd-amd64-cgo), const IFT_MIOX25 ideal-int 3743pkg syscall (freebsd-amd64-cgo), const IFT_MODEM ideal-int 3744pkg syscall (freebsd-amd64-cgo), const IFT_MPC ideal-int 3745pkg syscall (freebsd-amd64-cgo), const IFT_MPLS ideal-int 3746pkg syscall (freebsd-amd64-cgo), const IFT_MPLSTUNNEL ideal-int 3747pkg syscall (freebsd-amd64-cgo), const IFT_MSDSL ideal-int 3748pkg syscall (freebsd-amd64-cgo), const IFT_MVL ideal-int 3749pkg syscall (freebsd-amd64-cgo), const IFT_MYRINET ideal-int 3750pkg syscall (freebsd-amd64-cgo), const IFT_NFAS ideal-int 3751pkg syscall (freebsd-amd64-cgo), const IFT_NSIP ideal-int 3752pkg syscall (freebsd-amd64-cgo), const IFT_OPTICALCHANNEL ideal-int 3753pkg syscall (freebsd-amd64-cgo), const IFT_OPTICALTRANSPORT ideal-int 3754pkg syscall (freebsd-amd64-cgo), const IFT_OTHER ideal-int 3755pkg syscall (freebsd-amd64-cgo), const IFT_P10 ideal-int 3756pkg syscall (freebsd-amd64-cgo), const IFT_P80 ideal-int 3757pkg syscall (freebsd-amd64-cgo), const IFT_PARA ideal-int 3758pkg syscall (freebsd-amd64-cgo), const IFT_PFLOG ideal-int 3759pkg syscall (freebsd-amd64-cgo), const IFT_PFSYNC ideal-int 3760pkg syscall (freebsd-amd64-cgo), const IFT_PLC ideal-int 3761pkg syscall (freebsd-amd64-cgo), const IFT_POS ideal-int 3762pkg syscall (freebsd-amd64-cgo), const IFT_PPP ideal-int 3763pkg syscall (freebsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int 3764pkg syscall (freebsd-amd64-cgo), const IFT_PROPBWAP2MP ideal-int 3765pkg syscall (freebsd-amd64-cgo), const IFT_PROPCNLS ideal-int 3766pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int 3767pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int 3768pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int 3769pkg syscall (freebsd-amd64-cgo), const IFT_PROPMUX ideal-int 3770pkg syscall (freebsd-amd64-cgo), const IFT_PROPVIRTUAL ideal-int 3771pkg syscall (freebsd-amd64-cgo), const IFT_PROPWIRELESSP2P ideal-int 3772pkg syscall (freebsd-amd64-cgo), const IFT_PTPSERIAL ideal-int 3773pkg syscall (freebsd-amd64-cgo), const IFT_PVC ideal-int 3774pkg syscall (freebsd-amd64-cgo), const IFT_QLLC ideal-int 3775pkg syscall (freebsd-amd64-cgo), const IFT_RADIOMAC ideal-int 3776pkg syscall (freebsd-amd64-cgo), const IFT_RADSL ideal-int 3777pkg syscall (freebsd-amd64-cgo), const IFT_REACHDSL ideal-int 3778pkg syscall (freebsd-amd64-cgo), const IFT_RFC1483 ideal-int 3779pkg syscall (freebsd-amd64-cgo), const IFT_RS232 ideal-int 3780pkg syscall (freebsd-amd64-cgo), const IFT_RSRB ideal-int 3781pkg syscall (freebsd-amd64-cgo), const IFT_SDLC ideal-int 3782pkg syscall (freebsd-amd64-cgo), const IFT_SDSL ideal-int 3783pkg syscall (freebsd-amd64-cgo), const IFT_SHDSL ideal-int 3784pkg syscall (freebsd-amd64-cgo), const IFT_SIP ideal-int 3785pkg syscall (freebsd-amd64-cgo), const IFT_SLIP ideal-int 3786pkg syscall (freebsd-amd64-cgo), const IFT_SMDSDXI ideal-int 3787pkg syscall (freebsd-amd64-cgo), const IFT_SMDSICIP ideal-int 3788pkg syscall (freebsd-amd64-cgo), const IFT_SONET ideal-int 3789pkg syscall (freebsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int 3790pkg syscall (freebsd-amd64-cgo), const IFT_SONETPATH ideal-int 3791pkg syscall (freebsd-amd64-cgo), const IFT_SONETVT ideal-int 3792pkg syscall (freebsd-amd64-cgo), const IFT_SRP ideal-int 3793pkg syscall (freebsd-amd64-cgo), const IFT_SS7SIGLINK ideal-int 3794pkg syscall (freebsd-amd64-cgo), const IFT_STACKTOSTACK ideal-int 3795pkg syscall (freebsd-amd64-cgo), const IFT_STARLAN ideal-int 3796pkg syscall (freebsd-amd64-cgo), const IFT_STF ideal-int 3797pkg syscall (freebsd-amd64-cgo), const IFT_T1 ideal-int 3798pkg syscall (freebsd-amd64-cgo), const IFT_TDLC ideal-int 3799pkg syscall (freebsd-amd64-cgo), const IFT_TERMPAD ideal-int 3800pkg syscall (freebsd-amd64-cgo), const IFT_TR008 ideal-int 3801pkg syscall (freebsd-amd64-cgo), const IFT_TRANSPHDLC ideal-int 3802pkg syscall (freebsd-amd64-cgo), const IFT_TUNNEL ideal-int 3803pkg syscall (freebsd-amd64-cgo), const IFT_ULTRA ideal-int 3804pkg syscall (freebsd-amd64-cgo), const IFT_USB ideal-int 3805pkg syscall (freebsd-amd64-cgo), const IFT_V11 ideal-int 3806pkg syscall (freebsd-amd64-cgo), const IFT_V35 ideal-int 3807pkg syscall (freebsd-amd64-cgo), const IFT_V36 ideal-int 3808pkg syscall (freebsd-amd64-cgo), const IFT_V37 ideal-int 3809pkg syscall (freebsd-amd64-cgo), const IFT_VDSL ideal-int 3810pkg syscall (freebsd-amd64-cgo), const IFT_VIRTUALIPADDRESS ideal-int 3811pkg syscall (freebsd-amd64-cgo), const IFT_VOICEEM ideal-int 3812pkg syscall (freebsd-amd64-cgo), const IFT_VOICEENCAP ideal-int 3813pkg syscall (freebsd-amd64-cgo), const IFT_VOICEFXO ideal-int 3814pkg syscall (freebsd-amd64-cgo), const IFT_VOICEFXS ideal-int 3815pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERATM ideal-int 3816pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int 3817pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERIP ideal-int 3818pkg syscall (freebsd-amd64-cgo), const IFT_X213 ideal-int 3819pkg syscall (freebsd-amd64-cgo), const IFT_X25 ideal-int 3820pkg syscall (freebsd-amd64-cgo), const IFT_X25DDN ideal-int 3821pkg syscall (freebsd-amd64-cgo), const IFT_X25HUNTGROUP ideal-int 3822pkg syscall (freebsd-amd64-cgo), const IFT_X25MLP ideal-int 3823pkg syscall (freebsd-amd64-cgo), const IFT_X25PLE ideal-int 3824pkg syscall (freebsd-amd64-cgo), const IFT_XETHER ideal-int 3825pkg syscall (freebsd-amd64-cgo), const IGNBRK ideal-int 3826pkg syscall (freebsd-amd64-cgo), const IGNCR ideal-int 3827pkg syscall (freebsd-amd64-cgo), const IGNPAR ideal-int 3828pkg syscall (freebsd-amd64-cgo), const IMAXBEL ideal-int 3829pkg syscall (freebsd-amd64-cgo), const INLCR ideal-int 3830pkg syscall (freebsd-amd64-cgo), const INPCK ideal-int 3831pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_HOST ideal-int 3832pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_MAX ideal-int 3833pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_NET ideal-int 3834pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_NSHIFT ideal-int 3835pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_HOST ideal-int 3836pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_MAX ideal-int 3837pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_NET ideal-int 3838pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_NSHIFT ideal-int 3839pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_HOST ideal-int 3840pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_NET ideal-int 3841pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_NSHIFT ideal-int 3842pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_HOST ideal-int 3843pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_NET ideal-int 3844pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_NSHIFT ideal-int 3845pkg syscall (freebsd-amd64-cgo), const IN_LOOPBACKNET ideal-int 3846pkg syscall (freebsd-amd64-cgo), const IN_RFC3021_MASK ideal-int 3847pkg syscall (freebsd-amd64-cgo), const IPPROTO_3PC ideal-int 3848pkg syscall (freebsd-amd64-cgo), const IPPROTO_ADFS ideal-int 3849pkg syscall (freebsd-amd64-cgo), const IPPROTO_AH ideal-int 3850pkg syscall (freebsd-amd64-cgo), const IPPROTO_AHIP ideal-int 3851pkg syscall (freebsd-amd64-cgo), const IPPROTO_APES ideal-int 3852pkg syscall (freebsd-amd64-cgo), const IPPROTO_ARGUS ideal-int 3853pkg syscall (freebsd-amd64-cgo), const IPPROTO_AX25 ideal-int 3854pkg syscall (freebsd-amd64-cgo), const IPPROTO_BHA ideal-int 3855pkg syscall (freebsd-amd64-cgo), const IPPROTO_BLT ideal-int 3856pkg syscall (freebsd-amd64-cgo), const IPPROTO_BRSATMON ideal-int 3857pkg syscall (freebsd-amd64-cgo), const IPPROTO_CARP ideal-int 3858pkg syscall (freebsd-amd64-cgo), const IPPROTO_CFTP ideal-int 3859pkg syscall (freebsd-amd64-cgo), const IPPROTO_CHAOS ideal-int 3860pkg syscall (freebsd-amd64-cgo), const IPPROTO_CMTP ideal-int 3861pkg syscall (freebsd-amd64-cgo), const IPPROTO_CPHB ideal-int 3862pkg syscall (freebsd-amd64-cgo), const IPPROTO_CPNX ideal-int 3863pkg syscall (freebsd-amd64-cgo), const IPPROTO_DDP ideal-int 3864pkg syscall (freebsd-amd64-cgo), const IPPROTO_DGP ideal-int 3865pkg syscall (freebsd-amd64-cgo), const IPPROTO_DIVERT ideal-int 3866pkg syscall (freebsd-amd64-cgo), const IPPROTO_DONE ideal-int 3867pkg syscall (freebsd-amd64-cgo), const IPPROTO_DSTOPTS ideal-int 3868pkg syscall (freebsd-amd64-cgo), const IPPROTO_EGP ideal-int 3869pkg syscall (freebsd-amd64-cgo), const IPPROTO_EMCON ideal-int 3870pkg syscall (freebsd-amd64-cgo), const IPPROTO_ENCAP ideal-int 3871pkg syscall (freebsd-amd64-cgo), const IPPROTO_EON ideal-int 3872pkg syscall (freebsd-amd64-cgo), const IPPROTO_ESP ideal-int 3873pkg syscall (freebsd-amd64-cgo), const IPPROTO_ETHERIP ideal-int 3874pkg syscall (freebsd-amd64-cgo), const IPPROTO_FRAGMENT ideal-int 3875pkg syscall (freebsd-amd64-cgo), const IPPROTO_GGP ideal-int 3876pkg syscall (freebsd-amd64-cgo), const IPPROTO_GMTP ideal-int 3877pkg syscall (freebsd-amd64-cgo), const IPPROTO_GRE ideal-int 3878pkg syscall (freebsd-amd64-cgo), const IPPROTO_HELLO ideal-int 3879pkg syscall (freebsd-amd64-cgo), const IPPROTO_HMP ideal-int 3880pkg syscall (freebsd-amd64-cgo), const IPPROTO_HOPOPTS ideal-int 3881pkg syscall (freebsd-amd64-cgo), const IPPROTO_ICMP ideal-int 3882pkg syscall (freebsd-amd64-cgo), const IPPROTO_ICMPV6 ideal-int 3883pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDP ideal-int 3884pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDPR ideal-int 3885pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDRP ideal-int 3886pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGMP ideal-int 3887pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGP ideal-int 3888pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGRP ideal-int 3889pkg syscall (freebsd-amd64-cgo), const IPPROTO_IL ideal-int 3890pkg syscall (freebsd-amd64-cgo), const IPPROTO_INLSP ideal-int 3891pkg syscall (freebsd-amd64-cgo), const IPPROTO_INP ideal-int 3892pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPCOMP ideal-int 3893pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPCV ideal-int 3894pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPEIP ideal-int 3895pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPIP ideal-int 3896pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPPC ideal-int 3897pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPV4 ideal-int 3898pkg syscall (freebsd-amd64-cgo), const IPPROTO_IRTP ideal-int 3899pkg syscall (freebsd-amd64-cgo), const IPPROTO_KRYPTOLAN ideal-int 3900pkg syscall (freebsd-amd64-cgo), const IPPROTO_LARP ideal-int 3901pkg syscall (freebsd-amd64-cgo), const IPPROTO_LEAF1 ideal-int 3902pkg syscall (freebsd-amd64-cgo), const IPPROTO_LEAF2 ideal-int 3903pkg syscall (freebsd-amd64-cgo), const IPPROTO_MAX ideal-int 3904pkg syscall (freebsd-amd64-cgo), const IPPROTO_MAXID ideal-int 3905pkg syscall (freebsd-amd64-cgo), const IPPROTO_MEAS ideal-int 3906pkg syscall (freebsd-amd64-cgo), const IPPROTO_MH ideal-int 3907pkg syscall (freebsd-amd64-cgo), const IPPROTO_MHRP ideal-int 3908pkg syscall (freebsd-amd64-cgo), const IPPROTO_MICP ideal-int 3909pkg syscall (freebsd-amd64-cgo), const IPPROTO_MOBILE ideal-int 3910pkg syscall (freebsd-amd64-cgo), const IPPROTO_MTP ideal-int 3911pkg syscall (freebsd-amd64-cgo), const IPPROTO_MUX ideal-int 3912pkg syscall (freebsd-amd64-cgo), const IPPROTO_ND ideal-int 3913pkg syscall (freebsd-amd64-cgo), const IPPROTO_NHRP ideal-int 3914pkg syscall (freebsd-amd64-cgo), const IPPROTO_NONE ideal-int 3915pkg syscall (freebsd-amd64-cgo), const IPPROTO_NSP ideal-int 3916pkg syscall (freebsd-amd64-cgo), const IPPROTO_NVPII ideal-int 3917pkg syscall (freebsd-amd64-cgo), const IPPROTO_OLD_DIVERT ideal-int 3918pkg syscall (freebsd-amd64-cgo), const IPPROTO_OSPFIGP ideal-int 3919pkg syscall (freebsd-amd64-cgo), const IPPROTO_PFSYNC ideal-int 3920pkg syscall (freebsd-amd64-cgo), const IPPROTO_PGM ideal-int 3921pkg syscall (freebsd-amd64-cgo), const IPPROTO_PIGP ideal-int 3922pkg syscall (freebsd-amd64-cgo), const IPPROTO_PIM ideal-int 3923pkg syscall (freebsd-amd64-cgo), const IPPROTO_PRM ideal-int 3924pkg syscall (freebsd-amd64-cgo), const IPPROTO_PUP ideal-int 3925pkg syscall (freebsd-amd64-cgo), const IPPROTO_PVP ideal-int 3926pkg syscall (freebsd-amd64-cgo), const IPPROTO_RAW ideal-int 3927pkg syscall (freebsd-amd64-cgo), const IPPROTO_RCCMON ideal-int 3928pkg syscall (freebsd-amd64-cgo), const IPPROTO_RDP ideal-int 3929pkg syscall (freebsd-amd64-cgo), const IPPROTO_ROUTING ideal-int 3930pkg syscall (freebsd-amd64-cgo), const IPPROTO_RSVP ideal-int 3931pkg syscall (freebsd-amd64-cgo), const IPPROTO_RVD ideal-int 3932pkg syscall (freebsd-amd64-cgo), const IPPROTO_SATEXPAK ideal-int 3933pkg syscall (freebsd-amd64-cgo), const IPPROTO_SATMON ideal-int 3934pkg syscall (freebsd-amd64-cgo), const IPPROTO_SCCSP ideal-int 3935pkg syscall (freebsd-amd64-cgo), const IPPROTO_SCTP ideal-int 3936pkg syscall (freebsd-amd64-cgo), const IPPROTO_SDRP ideal-int 3937pkg syscall (freebsd-amd64-cgo), const IPPROTO_SEND ideal-int 3938pkg syscall (freebsd-amd64-cgo), const IPPROTO_SEP ideal-int 3939pkg syscall (freebsd-amd64-cgo), const IPPROTO_SKIP ideal-int 3940pkg syscall (freebsd-amd64-cgo), const IPPROTO_SPACER ideal-int 3941pkg syscall (freebsd-amd64-cgo), const IPPROTO_SRPC ideal-int 3942pkg syscall (freebsd-amd64-cgo), const IPPROTO_ST ideal-int 3943pkg syscall (freebsd-amd64-cgo), const IPPROTO_SVMTP ideal-int 3944pkg syscall (freebsd-amd64-cgo), const IPPROTO_SWIPE ideal-int 3945pkg syscall (freebsd-amd64-cgo), const IPPROTO_TCF ideal-int 3946pkg syscall (freebsd-amd64-cgo), const IPPROTO_TLSP ideal-int 3947pkg syscall (freebsd-amd64-cgo), const IPPROTO_TP ideal-int 3948pkg syscall (freebsd-amd64-cgo), const IPPROTO_TPXX ideal-int 3949pkg syscall (freebsd-amd64-cgo), const IPPROTO_TRUNK1 ideal-int 3950pkg syscall (freebsd-amd64-cgo), const IPPROTO_TRUNK2 ideal-int 3951pkg syscall (freebsd-amd64-cgo), const IPPROTO_TTP ideal-int 3952pkg syscall (freebsd-amd64-cgo), const IPPROTO_VINES ideal-int 3953pkg syscall (freebsd-amd64-cgo), const IPPROTO_VISA ideal-int 3954pkg syscall (freebsd-amd64-cgo), const IPPROTO_VMTP ideal-int 3955pkg syscall (freebsd-amd64-cgo), const IPPROTO_WBEXPAK ideal-int 3956pkg syscall (freebsd-amd64-cgo), const IPPROTO_WBMON ideal-int 3957pkg syscall (freebsd-amd64-cgo), const IPPROTO_WSN ideal-int 3958pkg syscall (freebsd-amd64-cgo), const IPPROTO_XNET ideal-int 3959pkg syscall (freebsd-amd64-cgo), const IPPROTO_XTP ideal-int 3960pkg syscall (freebsd-amd64-cgo), const IPV6_AUTOFLOWLABEL ideal-int 3961pkg syscall (freebsd-amd64-cgo), const IPV6_BINDANY ideal-int 3962pkg syscall (freebsd-amd64-cgo), const IPV6_BINDV6ONLY ideal-int 3963pkg syscall (freebsd-amd64-cgo), const IPV6_CHECKSUM ideal-int 3964pkg syscall (freebsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int 3965pkg syscall (freebsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int 3966pkg syscall (freebsd-amd64-cgo), const IPV6_DEFHLIM ideal-int 3967pkg syscall (freebsd-amd64-cgo), const IPV6_DONTFRAG ideal-int 3968pkg syscall (freebsd-amd64-cgo), const IPV6_DSTOPTS ideal-int 3969pkg syscall (freebsd-amd64-cgo), const IPV6_FAITH ideal-int 3970pkg syscall (freebsd-amd64-cgo), const IPV6_FLOWINFO_MASK ideal-int 3971pkg syscall (freebsd-amd64-cgo), const IPV6_FLOWLABEL_MASK ideal-int 3972pkg syscall (freebsd-amd64-cgo), const IPV6_FRAGTTL ideal-int 3973pkg syscall (freebsd-amd64-cgo), const IPV6_FW_ADD ideal-int 3974pkg syscall (freebsd-amd64-cgo), const IPV6_FW_DEL ideal-int 3975pkg syscall (freebsd-amd64-cgo), const IPV6_FW_FLUSH ideal-int 3976pkg syscall (freebsd-amd64-cgo), const IPV6_FW_GET ideal-int 3977pkg syscall (freebsd-amd64-cgo), const IPV6_FW_ZERO ideal-int 3978pkg syscall (freebsd-amd64-cgo), const IPV6_HLIMDEC ideal-int 3979pkg syscall (freebsd-amd64-cgo), const IPV6_HOPLIMIT ideal-int 3980pkg syscall (freebsd-amd64-cgo), const IPV6_HOPOPTS ideal-int 3981pkg syscall (freebsd-amd64-cgo), const IPV6_IPSEC_POLICY ideal-int 3982pkg syscall (freebsd-amd64-cgo), const IPV6_MAXHLIM ideal-int 3983pkg syscall (freebsd-amd64-cgo), const IPV6_MAXOPTHDR ideal-int 3984pkg syscall (freebsd-amd64-cgo), const IPV6_MAXPACKET ideal-int 3985pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_GROUP_SRC_FILTER ideal-int 3986pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_MEMBERSHIPS ideal-int 3987pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_SOCK_SRC_FILTER ideal-int 3988pkg syscall (freebsd-amd64-cgo), const IPV6_MIN_MEMBERSHIPS ideal-int 3989pkg syscall (freebsd-amd64-cgo), const IPV6_MMTU ideal-int 3990pkg syscall (freebsd-amd64-cgo), const IPV6_MSFILTER ideal-int 3991pkg syscall (freebsd-amd64-cgo), const IPV6_NEXTHOP ideal-int 3992pkg syscall (freebsd-amd64-cgo), const IPV6_PATHMTU ideal-int 3993pkg syscall (freebsd-amd64-cgo), const IPV6_PKTINFO ideal-int 3994pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE ideal-int 3995pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int 3996pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_HIGH ideal-int 3997pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_LOW ideal-int 3998pkg syscall (freebsd-amd64-cgo), const IPV6_PREFER_TEMPADDR ideal-int 3999pkg syscall (freebsd-amd64-cgo), const IPV6_RECVDSTOPTS ideal-int 4000pkg syscall (freebsd-amd64-cgo), const IPV6_RECVHOPLIMIT ideal-int 4001pkg syscall (freebsd-amd64-cgo), const IPV6_RECVHOPOPTS ideal-int 4002pkg syscall (freebsd-amd64-cgo), const IPV6_RECVPATHMTU ideal-int 4003pkg syscall (freebsd-amd64-cgo), const IPV6_RECVPKTINFO ideal-int 4004pkg syscall (freebsd-amd64-cgo), const IPV6_RECVRTHDR ideal-int 4005pkg syscall (freebsd-amd64-cgo), const IPV6_RECVTCLASS ideal-int 4006pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR ideal-int 4007pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDRDSTOPTS ideal-int 4008pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_LOOSE ideal-int 4009pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_STRICT ideal-int 4010pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 ideal-int 4011pkg syscall (freebsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int 4012pkg syscall (freebsd-amd64-cgo), const IPV6_TCLASS ideal-int 4013pkg syscall (freebsd-amd64-cgo), const IPV6_USE_MIN_MTU ideal-int 4014pkg syscall (freebsd-amd64-cgo), const IPV6_VERSION ideal-int 4015pkg syscall (freebsd-amd64-cgo), const IPV6_VERSION_MASK ideal-int 4016pkg syscall (freebsd-amd64-cgo), const IP_ADD_SOURCE_MEMBERSHIP ideal-int 4017pkg syscall (freebsd-amd64-cgo), const IP_BINDANY ideal-int 4018pkg syscall (freebsd-amd64-cgo), const IP_BLOCK_SOURCE ideal-int 4019pkg syscall (freebsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int 4020pkg syscall (freebsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int 4021pkg syscall (freebsd-amd64-cgo), const IP_DF ideal-int 4022pkg syscall (freebsd-amd64-cgo), const IP_DONTFRAG ideal-int 4023pkg syscall (freebsd-amd64-cgo), const IP_DROP_SOURCE_MEMBERSHIP ideal-int 4024pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET3 ideal-int 4025pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_CONFIGURE ideal-int 4026pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_DEL ideal-int 4027pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_FLUSH ideal-int 4028pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_GET ideal-int 4029pkg syscall (freebsd-amd64-cgo), const IP_FAITH ideal-int 4030pkg syscall (freebsd-amd64-cgo), const IP_FW3 ideal-int 4031pkg syscall (freebsd-amd64-cgo), const IP_FW_ADD ideal-int 4032pkg syscall (freebsd-amd64-cgo), const IP_FW_DEL ideal-int 4033pkg syscall (freebsd-amd64-cgo), const IP_FW_FLUSH ideal-int 4034pkg syscall (freebsd-amd64-cgo), const IP_FW_GET ideal-int 4035pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_CFG ideal-int 4036pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_DEL ideal-int 4037pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_GET_CONFIG ideal-int 4038pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_GET_LOG ideal-int 4039pkg syscall (freebsd-amd64-cgo), const IP_FW_RESETLOG ideal-int 4040pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_ADD ideal-int 4041pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_DEL ideal-int 4042pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_FLUSH ideal-int 4043pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_GETSIZE ideal-int 4044pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_LIST ideal-int 4045pkg syscall (freebsd-amd64-cgo), const IP_FW_ZERO ideal-int 4046pkg syscall (freebsd-amd64-cgo), const IP_HDRINCL ideal-int 4047pkg syscall (freebsd-amd64-cgo), const IP_IPSEC_POLICY ideal-int 4048pkg syscall (freebsd-amd64-cgo), const IP_MAXPACKET ideal-int 4049pkg syscall (freebsd-amd64-cgo), const IP_MAX_GROUP_SRC_FILTER ideal-int 4050pkg syscall (freebsd-amd64-cgo), const IP_MAX_MEMBERSHIPS ideal-int 4051pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOCK_MUTE_FILTER ideal-int 4052pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOCK_SRC_FILTER ideal-int 4053pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOURCE_FILTER ideal-int 4054pkg syscall (freebsd-amd64-cgo), const IP_MF ideal-int 4055pkg syscall (freebsd-amd64-cgo), const IP_MINTTL ideal-int 4056pkg syscall (freebsd-amd64-cgo), const IP_MIN_MEMBERSHIPS ideal-int 4057pkg syscall (freebsd-amd64-cgo), const IP_MSFILTER ideal-int 4058pkg syscall (freebsd-amd64-cgo), const IP_MSS ideal-int 4059pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_VIF ideal-int 4060pkg syscall (freebsd-amd64-cgo), const IP_OFFMASK ideal-int 4061pkg syscall (freebsd-amd64-cgo), const IP_ONESBCAST ideal-int 4062pkg syscall (freebsd-amd64-cgo), const IP_OPTIONS ideal-int 4063pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE ideal-int 4064pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_DEFAULT ideal-int 4065pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_HIGH ideal-int 4066pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_LOW ideal-int 4067pkg syscall (freebsd-amd64-cgo), const IP_RECVDSTADDR ideal-int 4068pkg syscall (freebsd-amd64-cgo), const IP_RECVIF ideal-int 4069pkg syscall (freebsd-amd64-cgo), const IP_RECVOPTS ideal-int 4070pkg syscall (freebsd-amd64-cgo), const IP_RECVRETOPTS ideal-int 4071pkg syscall (freebsd-amd64-cgo), const IP_RECVTOS ideal-int 4072pkg syscall (freebsd-amd64-cgo), const IP_RECVTTL ideal-int 4073pkg syscall (freebsd-amd64-cgo), const IP_RETOPTS ideal-int 4074pkg syscall (freebsd-amd64-cgo), const IP_RF ideal-int 4075pkg syscall (freebsd-amd64-cgo), const IP_RSVP_OFF ideal-int 4076pkg syscall (freebsd-amd64-cgo), const IP_RSVP_ON ideal-int 4077pkg syscall (freebsd-amd64-cgo), const IP_RSVP_VIF_OFF ideal-int 4078pkg syscall (freebsd-amd64-cgo), const IP_RSVP_VIF_ON ideal-int 4079pkg syscall (freebsd-amd64-cgo), const IP_SENDSRCADDR ideal-int 4080pkg syscall (freebsd-amd64-cgo), const IP_UNBLOCK_SOURCE ideal-int 4081pkg syscall (freebsd-amd64-cgo), const ISIG ideal-int 4082pkg syscall (freebsd-amd64-cgo), const ISTRIP ideal-int 4083pkg syscall (freebsd-amd64-cgo), const IXANY ideal-int 4084pkg syscall (freebsd-amd64-cgo), const IXOFF ideal-int 4085pkg syscall (freebsd-amd64-cgo), const IXON ideal-int 4086pkg syscall (freebsd-amd64-cgo), const LOCK_EX ideal-int 4087pkg syscall (freebsd-amd64-cgo), const LOCK_NB ideal-int 4088pkg syscall (freebsd-amd64-cgo), const LOCK_SH ideal-int 4089pkg syscall (freebsd-amd64-cgo), const LOCK_UN ideal-int 4090pkg syscall (freebsd-amd64-cgo), const MADV_AUTOSYNC ideal-int 4091pkg syscall (freebsd-amd64-cgo), const MADV_CORE ideal-int 4092pkg syscall (freebsd-amd64-cgo), const MADV_DONTNEED ideal-int 4093pkg syscall (freebsd-amd64-cgo), const MADV_FREE ideal-int 4094pkg syscall (freebsd-amd64-cgo), const MADV_NOCORE ideal-int 4095pkg syscall (freebsd-amd64-cgo), const MADV_NORMAL ideal-int 4096pkg syscall (freebsd-amd64-cgo), const MADV_NOSYNC ideal-int 4097pkg syscall (freebsd-amd64-cgo), const MADV_PROTECT ideal-int 4098pkg syscall (freebsd-amd64-cgo), const MADV_RANDOM ideal-int 4099pkg syscall (freebsd-amd64-cgo), const MADV_SEQUENTIAL ideal-int 4100pkg syscall (freebsd-amd64-cgo), const MADV_WILLNEED ideal-int 4101pkg syscall (freebsd-amd64-cgo), const MAP_ANON ideal-int 4102pkg syscall (freebsd-amd64-cgo), const MAP_ANONYMOUS ideal-int 4103pkg syscall (freebsd-amd64-cgo), const MAP_COPY ideal-int 4104pkg syscall (freebsd-amd64-cgo), const MAP_FILE ideal-int 4105pkg syscall (freebsd-amd64-cgo), const MAP_FIXED ideal-int 4106pkg syscall (freebsd-amd64-cgo), const MAP_HASSEMAPHORE ideal-int 4107pkg syscall (freebsd-amd64-cgo), const MAP_NOCORE ideal-int 4108pkg syscall (freebsd-amd64-cgo), const MAP_NORESERVE ideal-int 4109pkg syscall (freebsd-amd64-cgo), const MAP_NOSYNC ideal-int 4110pkg syscall (freebsd-amd64-cgo), const MAP_PREFAULT_READ ideal-int 4111pkg syscall (freebsd-amd64-cgo), const MAP_PRIVATE ideal-int 4112pkg syscall (freebsd-amd64-cgo), const MAP_RENAME ideal-int 4113pkg syscall (freebsd-amd64-cgo), const MAP_RESERVED0080 ideal-int 4114pkg syscall (freebsd-amd64-cgo), const MAP_RESERVED0100 ideal-int 4115pkg syscall (freebsd-amd64-cgo), const MAP_SHARED ideal-int 4116pkg syscall (freebsd-amd64-cgo), const MAP_STACK ideal-int 4117pkg syscall (freebsd-amd64-cgo), const MCL_CURRENT ideal-int 4118pkg syscall (freebsd-amd64-cgo), const MCL_FUTURE ideal-int 4119pkg syscall (freebsd-amd64-cgo), const MSG_COMPAT ideal-int 4120pkg syscall (freebsd-amd64-cgo), const MSG_CTRUNC ideal-int 4121pkg syscall (freebsd-amd64-cgo), const MSG_DONTROUTE ideal-int 4122pkg syscall (freebsd-amd64-cgo), const MSG_DONTWAIT ideal-int 4123pkg syscall (freebsd-amd64-cgo), const MSG_EOF ideal-int 4124pkg syscall (freebsd-amd64-cgo), const MSG_EOR ideal-int 4125pkg syscall (freebsd-amd64-cgo), const MSG_NBIO ideal-int 4126pkg syscall (freebsd-amd64-cgo), const MSG_NOSIGNAL ideal-int 4127pkg syscall (freebsd-amd64-cgo), const MSG_NOTIFICATION ideal-int 4128pkg syscall (freebsd-amd64-cgo), const MSG_OOB ideal-int 4129pkg syscall (freebsd-amd64-cgo), const MSG_PEEK ideal-int 4130pkg syscall (freebsd-amd64-cgo), const MSG_TRUNC ideal-int 4131pkg syscall (freebsd-amd64-cgo), const MSG_WAITALL ideal-int 4132pkg syscall (freebsd-amd64-cgo), const MS_ASYNC ideal-int 4133pkg syscall (freebsd-amd64-cgo), const MS_INVALIDATE ideal-int 4134pkg syscall (freebsd-amd64-cgo), const MS_SYNC ideal-int 4135pkg syscall (freebsd-amd64-cgo), const NET_RT_DUMP ideal-int 4136pkg syscall (freebsd-amd64-cgo), const NET_RT_FLAGS ideal-int 4137pkg syscall (freebsd-amd64-cgo), const NET_RT_IFLIST ideal-int 4138pkg syscall (freebsd-amd64-cgo), const NET_RT_IFLISTL ideal-int 4139pkg syscall (freebsd-amd64-cgo), const NET_RT_IFMALIST ideal-int 4140pkg syscall (freebsd-amd64-cgo), const NET_RT_MAXID ideal-int 4141pkg syscall (freebsd-amd64-cgo), const NOFLSH ideal-int 4142pkg syscall (freebsd-amd64-cgo), const NOTE_ATTRIB ideal-int 4143pkg syscall (freebsd-amd64-cgo), const NOTE_CHILD ideal-int 4144pkg syscall (freebsd-amd64-cgo), const NOTE_DELETE ideal-int 4145pkg syscall (freebsd-amd64-cgo), const NOTE_EXEC ideal-int 4146pkg syscall (freebsd-amd64-cgo), const NOTE_EXIT ideal-int 4147pkg syscall (freebsd-amd64-cgo), const NOTE_EXTEND ideal-int 4148pkg syscall (freebsd-amd64-cgo), const NOTE_FFAND ideal-int 4149pkg syscall (freebsd-amd64-cgo), const NOTE_FFCOPY ideal-int 4150pkg syscall (freebsd-amd64-cgo), const NOTE_FFCTRLMASK ideal-int 4151pkg syscall (freebsd-amd64-cgo), const NOTE_FFLAGSMASK ideal-int 4152pkg syscall (freebsd-amd64-cgo), const NOTE_FFNOP ideal-int 4153pkg syscall (freebsd-amd64-cgo), const NOTE_FFOR ideal-int 4154pkg syscall (freebsd-amd64-cgo), const NOTE_FORK ideal-int 4155pkg syscall (freebsd-amd64-cgo), const NOTE_LINK ideal-int 4156pkg syscall (freebsd-amd64-cgo), const NOTE_LOWAT ideal-int 4157pkg syscall (freebsd-amd64-cgo), const NOTE_PCTRLMASK ideal-int 4158pkg syscall (freebsd-amd64-cgo), const NOTE_PDATAMASK ideal-int 4159pkg syscall (freebsd-amd64-cgo), const NOTE_RENAME ideal-int 4160pkg syscall (freebsd-amd64-cgo), const NOTE_REVOKE ideal-int 4161pkg syscall (freebsd-amd64-cgo), const NOTE_TRACK ideal-int 4162pkg syscall (freebsd-amd64-cgo), const NOTE_TRACKERR ideal-int 4163pkg syscall (freebsd-amd64-cgo), const NOTE_TRIGGER ideal-int 4164pkg syscall (freebsd-amd64-cgo), const NOTE_WRITE ideal-int 4165pkg syscall (freebsd-amd64-cgo), const OCRNL ideal-int 4166pkg syscall (freebsd-amd64-cgo), const ONLCR ideal-int 4167pkg syscall (freebsd-amd64-cgo), const ONLRET ideal-int 4168pkg syscall (freebsd-amd64-cgo), const ONOCR ideal-int 4169pkg syscall (freebsd-amd64-cgo), const ONOEOT ideal-int 4170pkg syscall (freebsd-amd64-cgo), const OPOST ideal-int 4171pkg syscall (freebsd-amd64-cgo), const O_ACCMODE ideal-int 4172pkg syscall (freebsd-amd64-cgo), const O_DIRECT ideal-int 4173pkg syscall (freebsd-amd64-cgo), const O_DIRECTORY ideal-int 4174pkg syscall (freebsd-amd64-cgo), const O_EXEC ideal-int 4175pkg syscall (freebsd-amd64-cgo), const O_EXLOCK ideal-int 4176pkg syscall (freebsd-amd64-cgo), const O_FSYNC ideal-int 4177pkg syscall (freebsd-amd64-cgo), const O_NDELAY ideal-int 4178pkg syscall (freebsd-amd64-cgo), const O_NOFOLLOW ideal-int 4179pkg syscall (freebsd-amd64-cgo), const O_SHLOCK ideal-int 4180pkg syscall (freebsd-amd64-cgo), const O_TTY_INIT ideal-int 4181pkg syscall (freebsd-amd64-cgo), const PARENB ideal-int 4182pkg syscall (freebsd-amd64-cgo), const PARMRK ideal-int 4183pkg syscall (freebsd-amd64-cgo), const PARODD ideal-int 4184pkg syscall (freebsd-amd64-cgo), const PENDIN ideal-int 4185pkg syscall (freebsd-amd64-cgo), const PRIO_PGRP = 1 4186pkg syscall (freebsd-amd64-cgo), const PRIO_PGRP ideal-int 4187pkg syscall (freebsd-amd64-cgo), const PRIO_PROCESS = 0 4188pkg syscall (freebsd-amd64-cgo), const PRIO_PROCESS ideal-int 4189pkg syscall (freebsd-amd64-cgo), const PRIO_USER = 2 4190pkg syscall (freebsd-amd64-cgo), const PRIO_USER ideal-int 4191pkg syscall (freebsd-amd64-cgo), const PROT_EXEC ideal-int 4192pkg syscall (freebsd-amd64-cgo), const PROT_NONE ideal-int 4193pkg syscall (freebsd-amd64-cgo), const PROT_READ ideal-int 4194pkg syscall (freebsd-amd64-cgo), const PROT_WRITE ideal-int 4195pkg syscall (freebsd-amd64-cgo), const PTRACE_CONT ideal-int 4196pkg syscall (freebsd-amd64-cgo), const PTRACE_KILL ideal-int 4197pkg syscall (freebsd-amd64-cgo), const PTRACE_TRACEME ideal-int 4198pkg syscall (freebsd-amd64-cgo), const RLIMIT_AS ideal-int 4199pkg syscall (freebsd-amd64-cgo), const RLIMIT_CORE ideal-int 4200pkg syscall (freebsd-amd64-cgo), const RLIMIT_CPU ideal-int 4201pkg syscall (freebsd-amd64-cgo), const RLIMIT_DATA ideal-int 4202pkg syscall (freebsd-amd64-cgo), const RLIMIT_FSIZE ideal-int 4203pkg syscall (freebsd-amd64-cgo), const RLIMIT_NOFILE ideal-int 4204pkg syscall (freebsd-amd64-cgo), const RLIMIT_STACK ideal-int 4205pkg syscall (freebsd-amd64-cgo), const RLIM_INFINITY ideal-int 4206pkg syscall (freebsd-amd64-cgo), const RTAX_AUTHOR ideal-int 4207pkg syscall (freebsd-amd64-cgo), const RTAX_BRD ideal-int 4208pkg syscall (freebsd-amd64-cgo), const RTAX_DST ideal-int 4209pkg syscall (freebsd-amd64-cgo), const RTAX_GATEWAY ideal-int 4210pkg syscall (freebsd-amd64-cgo), const RTAX_GENMASK ideal-int 4211pkg syscall (freebsd-amd64-cgo), const RTAX_IFA ideal-int 4212pkg syscall (freebsd-amd64-cgo), const RTAX_IFP ideal-int 4213pkg syscall (freebsd-amd64-cgo), const RTAX_MAX ideal-int 4214pkg syscall (freebsd-amd64-cgo), const RTAX_NETMASK ideal-int 4215pkg syscall (freebsd-amd64-cgo), const RTA_AUTHOR ideal-int 4216pkg syscall (freebsd-amd64-cgo), const RTA_BRD ideal-int 4217pkg syscall (freebsd-amd64-cgo), const RTA_DST ideal-int 4218pkg syscall (freebsd-amd64-cgo), const RTA_GATEWAY ideal-int 4219pkg syscall (freebsd-amd64-cgo), const RTA_GENMASK ideal-int 4220pkg syscall (freebsd-amd64-cgo), const RTA_IFA ideal-int 4221pkg syscall (freebsd-amd64-cgo), const RTA_IFP ideal-int 4222pkg syscall (freebsd-amd64-cgo), const RTA_NETMASK ideal-int 4223pkg syscall (freebsd-amd64-cgo), const RTF_BLACKHOLE ideal-int 4224pkg syscall (freebsd-amd64-cgo), const RTF_BROADCAST ideal-int 4225pkg syscall (freebsd-amd64-cgo), const RTF_DONE ideal-int 4226pkg syscall (freebsd-amd64-cgo), const RTF_DYNAMIC ideal-int 4227pkg syscall (freebsd-amd64-cgo), const RTF_FMASK ideal-int 4228pkg syscall (freebsd-amd64-cgo), const RTF_GATEWAY ideal-int 4229pkg syscall (freebsd-amd64-cgo), const RTF_HOST ideal-int 4230pkg syscall (freebsd-amd64-cgo), const RTF_LLDATA ideal-int 4231pkg syscall (freebsd-amd64-cgo), const RTF_LLINFO ideal-int 4232pkg syscall (freebsd-amd64-cgo), const RTF_LOCAL ideal-int 4233pkg syscall (freebsd-amd64-cgo), const RTF_MODIFIED ideal-int 4234pkg syscall (freebsd-amd64-cgo), const RTF_MULTICAST ideal-int 4235pkg syscall (freebsd-amd64-cgo), const RTF_PINNED ideal-int 4236pkg syscall (freebsd-amd64-cgo), const RTF_PRCLONING ideal-int 4237pkg syscall (freebsd-amd64-cgo), const RTF_PROTO1 ideal-int 4238pkg syscall (freebsd-amd64-cgo), const RTF_PROTO2 ideal-int 4239pkg syscall (freebsd-amd64-cgo), const RTF_PROTO3 ideal-int 4240pkg syscall (freebsd-amd64-cgo), const RTF_REJECT ideal-int 4241pkg syscall (freebsd-amd64-cgo), const RTF_RNH_LOCKED ideal-int 4242pkg syscall (freebsd-amd64-cgo), const RTF_STATIC ideal-int 4243pkg syscall (freebsd-amd64-cgo), const RTF_STICKY ideal-int 4244pkg syscall (freebsd-amd64-cgo), const RTF_UP ideal-int 4245pkg syscall (freebsd-amd64-cgo), const RTF_XRESOLVE ideal-int 4246pkg syscall (freebsd-amd64-cgo), const RTM_ADD ideal-int 4247pkg syscall (freebsd-amd64-cgo), const RTM_CHANGE ideal-int 4248pkg syscall (freebsd-amd64-cgo), const RTM_DELADDR ideal-int 4249pkg syscall (freebsd-amd64-cgo), const RTM_DELETE ideal-int 4250pkg syscall (freebsd-amd64-cgo), const RTM_DELMADDR ideal-int 4251pkg syscall (freebsd-amd64-cgo), const RTM_GET ideal-int 4252pkg syscall (freebsd-amd64-cgo), const RTM_IEEE80211 ideal-int 4253pkg syscall (freebsd-amd64-cgo), const RTM_IFANNOUNCE ideal-int 4254pkg syscall (freebsd-amd64-cgo), const RTM_IFINFO ideal-int 4255pkg syscall (freebsd-amd64-cgo), const RTM_LOCK ideal-int 4256pkg syscall (freebsd-amd64-cgo), const RTM_LOSING ideal-int 4257pkg syscall (freebsd-amd64-cgo), const RTM_MISS ideal-int 4258pkg syscall (freebsd-amd64-cgo), const RTM_NEWADDR ideal-int 4259pkg syscall (freebsd-amd64-cgo), const RTM_NEWMADDR ideal-int 4260pkg syscall (freebsd-amd64-cgo), const RTM_OLDADD ideal-int 4261pkg syscall (freebsd-amd64-cgo), const RTM_OLDDEL ideal-int 4262pkg syscall (freebsd-amd64-cgo), const RTM_REDIRECT ideal-int 4263pkg syscall (freebsd-amd64-cgo), const RTM_RESOLVE ideal-int 4264pkg syscall (freebsd-amd64-cgo), const RTM_RTTUNIT ideal-int 4265pkg syscall (freebsd-amd64-cgo), const RTM_VERSION ideal-int 4266pkg syscall (freebsd-amd64-cgo), const RTV_EXPIRE ideal-int 4267pkg syscall (freebsd-amd64-cgo), const RTV_HOPCOUNT ideal-int 4268pkg syscall (freebsd-amd64-cgo), const RTV_MTU ideal-int 4269pkg syscall (freebsd-amd64-cgo), const RTV_RPIPE ideal-int 4270pkg syscall (freebsd-amd64-cgo), const RTV_RTT ideal-int 4271pkg syscall (freebsd-amd64-cgo), const RTV_RTTVAR ideal-int 4272pkg syscall (freebsd-amd64-cgo), const RTV_SPIPE ideal-int 4273pkg syscall (freebsd-amd64-cgo), const RTV_SSTHRESH ideal-int 4274pkg syscall (freebsd-amd64-cgo), const RTV_WEIGHT ideal-int 4275pkg syscall (freebsd-amd64-cgo), const RT_CACHING_CONTEXT ideal-int 4276pkg syscall (freebsd-amd64-cgo), const RT_DEFAULT_FIB ideal-int 4277pkg syscall (freebsd-amd64-cgo), const RUSAGE_CHILDREN ideal-int 4278pkg syscall (freebsd-amd64-cgo), const RUSAGE_SELF ideal-int 4279pkg syscall (freebsd-amd64-cgo), const RUSAGE_THREAD ideal-int 4280pkg syscall (freebsd-amd64-cgo), const SCM_BINTIME ideal-int 4281pkg syscall (freebsd-amd64-cgo), const SCM_CREDS ideal-int 4282pkg syscall (freebsd-amd64-cgo), const SCM_RIGHTS ideal-int 4283pkg syscall (freebsd-amd64-cgo), const SCM_TIMESTAMP ideal-int 4284pkg syscall (freebsd-amd64-cgo), const SIGCHLD Signal 4285pkg syscall (freebsd-amd64-cgo), const SIGCONT Signal 4286pkg syscall (freebsd-amd64-cgo), const SIGEMT Signal 4287pkg syscall (freebsd-amd64-cgo), const SIGINFO Signal 4288pkg syscall (freebsd-amd64-cgo), const SIGIO Signal 4289pkg syscall (freebsd-amd64-cgo), const SIGIOT Signal 4290pkg syscall (freebsd-amd64-cgo), const SIGLWP Signal 4291pkg syscall (freebsd-amd64-cgo), const SIGPROF Signal 4292pkg syscall (freebsd-amd64-cgo), const SIGSTOP Signal 4293pkg syscall (freebsd-amd64-cgo), const SIGSYS Signal 4294pkg syscall (freebsd-amd64-cgo), const SIGTHR Signal 4295pkg syscall (freebsd-amd64-cgo), const SIGTSTP Signal 4296pkg syscall (freebsd-amd64-cgo), const SIGTTIN Signal 4297pkg syscall (freebsd-amd64-cgo), const SIGTTOU Signal 4298pkg syscall (freebsd-amd64-cgo), const SIGURG Signal 4299pkg syscall (freebsd-amd64-cgo), const SIGUSR1 Signal 4300pkg syscall (freebsd-amd64-cgo), const SIGUSR2 Signal 4301pkg syscall (freebsd-amd64-cgo), const SIGVTALRM Signal 4302pkg syscall (freebsd-amd64-cgo), const SIGWINCH Signal 4303pkg syscall (freebsd-amd64-cgo), const SIGXCPU Signal 4304pkg syscall (freebsd-amd64-cgo), const SIGXFSZ Signal 4305pkg syscall (freebsd-amd64-cgo), const SIOCADDMULTI ideal-int 4306pkg syscall (freebsd-amd64-cgo), const SIOCADDRT ideal-int 4307pkg syscall (freebsd-amd64-cgo), const SIOCAIFADDR ideal-int 4308pkg syscall (freebsd-amd64-cgo), const SIOCAIFGROUP ideal-int 4309pkg syscall (freebsd-amd64-cgo), const SIOCALIFADDR ideal-int 4310pkg syscall (freebsd-amd64-cgo), const SIOCATMARK ideal-int 4311pkg syscall (freebsd-amd64-cgo), const SIOCDELMULTI ideal-int 4312pkg syscall (freebsd-amd64-cgo), const SIOCDELRT ideal-int 4313pkg syscall (freebsd-amd64-cgo), const SIOCDIFADDR ideal-int 4314pkg syscall (freebsd-amd64-cgo), const SIOCDIFGROUP ideal-int 4315pkg syscall (freebsd-amd64-cgo), const SIOCDIFPHYADDR ideal-int 4316pkg syscall (freebsd-amd64-cgo), const SIOCDLIFADDR ideal-int 4317pkg syscall (freebsd-amd64-cgo), const SIOCGDRVSPEC ideal-int 4318pkg syscall (freebsd-amd64-cgo), const SIOCGETSGCNT ideal-int 4319pkg syscall (freebsd-amd64-cgo), const SIOCGETVIFCNT ideal-int 4320pkg syscall (freebsd-amd64-cgo), const SIOCGHIWAT ideal-int 4321pkg syscall (freebsd-amd64-cgo), const SIOCGIFADDR ideal-int 4322pkg syscall (freebsd-amd64-cgo), const SIOCGIFBRDADDR ideal-int 4323pkg syscall (freebsd-amd64-cgo), const SIOCGIFCAP ideal-int 4324pkg syscall (freebsd-amd64-cgo), const SIOCGIFCONF ideal-int 4325pkg syscall (freebsd-amd64-cgo), const SIOCGIFDESCR ideal-int 4326pkg syscall (freebsd-amd64-cgo), const SIOCGIFDSTADDR ideal-int 4327pkg syscall (freebsd-amd64-cgo), const SIOCGIFFIB ideal-int 4328pkg syscall (freebsd-amd64-cgo), const SIOCGIFFLAGS ideal-int 4329pkg syscall (freebsd-amd64-cgo), const SIOCGIFGENERIC ideal-int 4330pkg syscall (freebsd-amd64-cgo), const SIOCGIFGMEMB ideal-int 4331pkg syscall (freebsd-amd64-cgo), const SIOCGIFGROUP ideal-int 4332pkg syscall (freebsd-amd64-cgo), const SIOCGIFINDEX ideal-int 4333pkg syscall (freebsd-amd64-cgo), const SIOCGIFMAC ideal-int 4334pkg syscall (freebsd-amd64-cgo), const SIOCGIFMEDIA ideal-int 4335pkg syscall (freebsd-amd64-cgo), const SIOCGIFMETRIC ideal-int 4336pkg syscall (freebsd-amd64-cgo), const SIOCGIFMTU ideal-int 4337pkg syscall (freebsd-amd64-cgo), const SIOCGIFNETMASK ideal-int 4338pkg syscall (freebsd-amd64-cgo), const SIOCGIFPDSTADDR ideal-int 4339pkg syscall (freebsd-amd64-cgo), const SIOCGIFPHYS ideal-int 4340pkg syscall (freebsd-amd64-cgo), const SIOCGIFPSRCADDR ideal-int 4341pkg syscall (freebsd-amd64-cgo), const SIOCGIFSTATUS ideal-int 4342pkg syscall (freebsd-amd64-cgo), const SIOCGLIFADDR ideal-int 4343pkg syscall (freebsd-amd64-cgo), const SIOCGLIFPHYADDR ideal-int 4344pkg syscall (freebsd-amd64-cgo), const SIOCGLOWAT ideal-int 4345pkg syscall (freebsd-amd64-cgo), const SIOCGPGRP ideal-int 4346pkg syscall (freebsd-amd64-cgo), const SIOCGPRIVATE_0 ideal-int 4347pkg syscall (freebsd-amd64-cgo), const SIOCGPRIVATE_1 ideal-int 4348pkg syscall (freebsd-amd64-cgo), const SIOCIFCREATE ideal-int 4349pkg syscall (freebsd-amd64-cgo), const SIOCIFCREATE2 ideal-int 4350pkg syscall (freebsd-amd64-cgo), const SIOCIFDESTROY ideal-int 4351pkg syscall (freebsd-amd64-cgo), const SIOCIFGCLONERS ideal-int 4352pkg syscall (freebsd-amd64-cgo), const SIOCSDRVSPEC ideal-int 4353pkg syscall (freebsd-amd64-cgo), const SIOCSHIWAT ideal-int 4354pkg syscall (freebsd-amd64-cgo), const SIOCSIFADDR ideal-int 4355pkg syscall (freebsd-amd64-cgo), const SIOCSIFBRDADDR ideal-int 4356pkg syscall (freebsd-amd64-cgo), const SIOCSIFCAP ideal-int 4357pkg syscall (freebsd-amd64-cgo), const SIOCSIFDESCR ideal-int 4358pkg syscall (freebsd-amd64-cgo), const SIOCSIFDSTADDR ideal-int 4359pkg syscall (freebsd-amd64-cgo), const SIOCSIFFIB ideal-int 4360pkg syscall (freebsd-amd64-cgo), const SIOCSIFFLAGS ideal-int 4361pkg syscall (freebsd-amd64-cgo), const SIOCSIFGENERIC ideal-int 4362pkg syscall (freebsd-amd64-cgo), const SIOCSIFLLADDR ideal-int 4363pkg syscall (freebsd-amd64-cgo), const SIOCSIFMAC ideal-int 4364pkg syscall (freebsd-amd64-cgo), const SIOCSIFMEDIA ideal-int 4365pkg syscall (freebsd-amd64-cgo), const SIOCSIFMETRIC ideal-int 4366pkg syscall (freebsd-amd64-cgo), const SIOCSIFMTU ideal-int 4367pkg syscall (freebsd-amd64-cgo), const SIOCSIFNAME ideal-int 4368pkg syscall (freebsd-amd64-cgo), const SIOCSIFNETMASK ideal-int 4369pkg syscall (freebsd-amd64-cgo), const SIOCSIFPHYADDR ideal-int 4370pkg syscall (freebsd-amd64-cgo), const SIOCSIFPHYS ideal-int 4371pkg syscall (freebsd-amd64-cgo), const SIOCSIFRVNET ideal-int 4372pkg syscall (freebsd-amd64-cgo), const SIOCSIFVNET ideal-int 4373pkg syscall (freebsd-amd64-cgo), const SIOCSLIFPHYADDR ideal-int 4374pkg syscall (freebsd-amd64-cgo), const SIOCSLOWAT ideal-int 4375pkg syscall (freebsd-amd64-cgo), const SIOCSPGRP ideal-int 4376pkg syscall (freebsd-amd64-cgo), const SOCK_MAXADDRLEN ideal-int 4377pkg syscall (freebsd-amd64-cgo), const SOCK_RDM ideal-int 4378pkg syscall (freebsd-amd64-cgo), const SO_ACCEPTCONN ideal-int 4379pkg syscall (freebsd-amd64-cgo), const SO_ACCEPTFILTER ideal-int 4380pkg syscall (freebsd-amd64-cgo), const SO_BINTIME ideal-int 4381pkg syscall (freebsd-amd64-cgo), const SO_DEBUG ideal-int 4382pkg syscall (freebsd-amd64-cgo), const SO_ERROR ideal-int 4383pkg syscall (freebsd-amd64-cgo), const SO_LABEL ideal-int 4384pkg syscall (freebsd-amd64-cgo), const SO_LISTENINCQLEN ideal-int 4385pkg syscall (freebsd-amd64-cgo), const SO_LISTENQLEN ideal-int 4386pkg syscall (freebsd-amd64-cgo), const SO_LISTENQLIMIT ideal-int 4387pkg syscall (freebsd-amd64-cgo), const SO_NOSIGPIPE ideal-int 4388pkg syscall (freebsd-amd64-cgo), const SO_NO_DDP ideal-int 4389pkg syscall (freebsd-amd64-cgo), const SO_NO_OFFLOAD ideal-int 4390pkg syscall (freebsd-amd64-cgo), const SO_OOBINLINE ideal-int 4391pkg syscall (freebsd-amd64-cgo), const SO_PEERLABEL ideal-int 4392pkg syscall (freebsd-amd64-cgo), const SO_PROTOCOL ideal-int 4393pkg syscall (freebsd-amd64-cgo), const SO_PROTOTYPE ideal-int 4394pkg syscall (freebsd-amd64-cgo), const SO_RCVLOWAT ideal-int 4395pkg syscall (freebsd-amd64-cgo), const SO_RCVTIMEO ideal-int 4396pkg syscall (freebsd-amd64-cgo), const SO_REUSEPORT ideal-int 4397pkg syscall (freebsd-amd64-cgo), const SO_SETFIB ideal-int 4398pkg syscall (freebsd-amd64-cgo), const SO_SNDLOWAT ideal-int 4399pkg syscall (freebsd-amd64-cgo), const SO_SNDTIMEO ideal-int 4400pkg syscall (freebsd-amd64-cgo), const SO_TIMESTAMP ideal-int 4401pkg syscall (freebsd-amd64-cgo), const SO_TYPE ideal-int 4402pkg syscall (freebsd-amd64-cgo), const SO_USELOOPBACK ideal-int 4403pkg syscall (freebsd-amd64-cgo), const SO_USER_COOKIE ideal-int 4404pkg syscall (freebsd-amd64-cgo), const SYS_ABORT2 ideal-int 4405pkg syscall (freebsd-amd64-cgo), const SYS_ACCEPT ideal-int 4406pkg syscall (freebsd-amd64-cgo), const SYS_ACCESS ideal-int 4407pkg syscall (freebsd-amd64-cgo), const SYS_ACCT ideal-int 4408pkg syscall (freebsd-amd64-cgo), const SYS_ADJTIME ideal-int 4409pkg syscall (freebsd-amd64-cgo), const SYS_AUDIT ideal-int 4410pkg syscall (freebsd-amd64-cgo), const SYS_AUDITCTL ideal-int 4411pkg syscall (freebsd-amd64-cgo), const SYS_AUDITON ideal-int 4412pkg syscall (freebsd-amd64-cgo), const SYS_BIND ideal-int 4413pkg syscall (freebsd-amd64-cgo), const SYS_CAP_ENTER ideal-int 4414pkg syscall (freebsd-amd64-cgo), const SYS_CAP_GETMODE ideal-int 4415pkg syscall (freebsd-amd64-cgo), const SYS_CAP_GETRIGHTS ideal-int 4416pkg syscall (freebsd-amd64-cgo), const SYS_CAP_NEW ideal-int 4417pkg syscall (freebsd-amd64-cgo), const SYS_CHDIR ideal-int 4418pkg syscall (freebsd-amd64-cgo), const SYS_CHFLAGS ideal-int 4419pkg syscall (freebsd-amd64-cgo), const SYS_CHMOD ideal-int 4420pkg syscall (freebsd-amd64-cgo), const SYS_CHOWN ideal-int 4421pkg syscall (freebsd-amd64-cgo), const SYS_CHROOT ideal-int 4422pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int 4423pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETRES ideal-int 4424pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETTIME ideal-int 4425pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_SETTIME ideal-int 4426pkg syscall (freebsd-amd64-cgo), const SYS_CLOSE ideal-int 4427pkg syscall (freebsd-amd64-cgo), const SYS_CLOSEFROM ideal-int 4428pkg syscall (freebsd-amd64-cgo), const SYS_CONNECT ideal-int 4429pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET ideal-int 4430pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_GETAFFINITY ideal-int 4431pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_GETID ideal-int 4432pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_SETAFFINITY ideal-int 4433pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_SETID ideal-int 4434pkg syscall (freebsd-amd64-cgo), const SYS_DUP ideal-int 4435pkg syscall (freebsd-amd64-cgo), const SYS_DUP2 ideal-int 4436pkg syscall (freebsd-amd64-cgo), const SYS_EACCESS ideal-int 4437pkg syscall (freebsd-amd64-cgo), const SYS_EXECVE ideal-int 4438pkg syscall (freebsd-amd64-cgo), const SYS_EXIT ideal-int 4439pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTRCTL ideal-int 4440pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_FD ideal-int 4441pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_FILE ideal-int 4442pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_LINK ideal-int 4443pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_FD ideal-int 4444pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_FILE ideal-int 4445pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_LINK ideal-int 4446pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_FD ideal-int 4447pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_FILE ideal-int 4448pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_LINK ideal-int 4449pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_FD ideal-int 4450pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_FILE ideal-int 4451pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_LINK ideal-int 4452pkg syscall (freebsd-amd64-cgo), const SYS_FACCESSAT ideal-int 4453pkg syscall (freebsd-amd64-cgo), const SYS_FCHDIR ideal-int 4454pkg syscall (freebsd-amd64-cgo), const SYS_FCHFLAGS ideal-int 4455pkg syscall (freebsd-amd64-cgo), const SYS_FCHMOD ideal-int 4456pkg syscall (freebsd-amd64-cgo), const SYS_FCHMODAT ideal-int 4457pkg syscall (freebsd-amd64-cgo), const SYS_FCHOWN ideal-int 4458pkg syscall (freebsd-amd64-cgo), const SYS_FCHOWNAT ideal-int 4459pkg syscall (freebsd-amd64-cgo), const SYS_FCNTL ideal-int 4460pkg syscall (freebsd-amd64-cgo), const SYS_FEXECVE ideal-int 4461pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_GETCOUNTER ideal-int 4462pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_GETESTIMATE ideal-int 4463pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_SETESTIMATE ideal-int 4464pkg syscall (freebsd-amd64-cgo), const SYS_FHOPEN ideal-int 4465pkg syscall (freebsd-amd64-cgo), const SYS_FHSTAT ideal-int 4466pkg syscall (freebsd-amd64-cgo), const SYS_FHSTATFS ideal-int 4467pkg syscall (freebsd-amd64-cgo), const SYS_FLOCK ideal-int 4468pkg syscall (freebsd-amd64-cgo), const SYS_FORK ideal-int 4469pkg syscall (freebsd-amd64-cgo), const SYS_FPATHCONF ideal-int 4470pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_FTRUNCATE ideal-int 4471pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_LSEEK ideal-int 4472pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_MMAP ideal-int 4473pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_PREAD ideal-int 4474pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_PWRITE ideal-int 4475pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_TRUNCATE ideal-int 4476pkg syscall (freebsd-amd64-cgo), const SYS_FSTAT ideal-int 4477pkg syscall (freebsd-amd64-cgo), const SYS_FSTATAT ideal-int 4478pkg syscall (freebsd-amd64-cgo), const SYS_FSTATFS ideal-int 4479pkg syscall (freebsd-amd64-cgo), const SYS_FSYNC ideal-int 4480pkg syscall (freebsd-amd64-cgo), const SYS_FTRUNCATE ideal-int 4481pkg syscall (freebsd-amd64-cgo), const SYS_FUTIMES ideal-int 4482pkg syscall (freebsd-amd64-cgo), const SYS_FUTIMESAT ideal-int 4483pkg syscall (freebsd-amd64-cgo), const SYS_GETAUDIT ideal-int 4484pkg syscall (freebsd-amd64-cgo), const SYS_GETAUDIT_ADDR ideal-int 4485pkg syscall (freebsd-amd64-cgo), const SYS_GETAUID ideal-int 4486pkg syscall (freebsd-amd64-cgo), const SYS_GETCONTEXT ideal-int 4487pkg syscall (freebsd-amd64-cgo), const SYS_GETDENTS ideal-int 4488pkg syscall (freebsd-amd64-cgo), const SYS_GETDIRENTRIES ideal-int 4489pkg syscall (freebsd-amd64-cgo), const SYS_GETDTABLESIZE ideal-int 4490pkg syscall (freebsd-amd64-cgo), const SYS_GETEGID ideal-int 4491pkg syscall (freebsd-amd64-cgo), const SYS_GETEUID ideal-int 4492pkg syscall (freebsd-amd64-cgo), const SYS_GETFH ideal-int 4493pkg syscall (freebsd-amd64-cgo), const SYS_GETFSSTAT ideal-int 4494pkg syscall (freebsd-amd64-cgo), const SYS_GETGID ideal-int 4495pkg syscall (freebsd-amd64-cgo), const SYS_GETGROUPS ideal-int 4496pkg syscall (freebsd-amd64-cgo), const SYS_GETITIMER ideal-int 4497pkg syscall (freebsd-amd64-cgo), const SYS_GETLOGIN ideal-int 4498pkg syscall (freebsd-amd64-cgo), const SYS_GETLOGINCLASS ideal-int 4499pkg syscall (freebsd-amd64-cgo), const SYS_GETPEERNAME ideal-int 4500pkg syscall (freebsd-amd64-cgo), const SYS_GETPGID ideal-int 4501pkg syscall (freebsd-amd64-cgo), const SYS_GETPGRP ideal-int 4502pkg syscall (freebsd-amd64-cgo), const SYS_GETPID ideal-int 4503pkg syscall (freebsd-amd64-cgo), const SYS_GETPPID ideal-int 4504pkg syscall (freebsd-amd64-cgo), const SYS_GETPRIORITY ideal-int 4505pkg syscall (freebsd-amd64-cgo), const SYS_GETRESGID ideal-int 4506pkg syscall (freebsd-amd64-cgo), const SYS_GETRESUID ideal-int 4507pkg syscall (freebsd-amd64-cgo), const SYS_GETRLIMIT ideal-int 4508pkg syscall (freebsd-amd64-cgo), const SYS_GETRUSAGE ideal-int 4509pkg syscall (freebsd-amd64-cgo), const SYS_GETSID ideal-int 4510pkg syscall (freebsd-amd64-cgo), const SYS_GETSOCKNAME ideal-int 4511pkg syscall (freebsd-amd64-cgo), const SYS_GETSOCKOPT ideal-int 4512pkg syscall (freebsd-amd64-cgo), const SYS_GETTIMEOFDAY ideal-int 4513pkg syscall (freebsd-amd64-cgo), const SYS_GETUID ideal-int 4514pkg syscall (freebsd-amd64-cgo), const SYS_IOCTL ideal-int 4515pkg syscall (freebsd-amd64-cgo), const SYS_ISSETUGID ideal-int 4516pkg syscall (freebsd-amd64-cgo), const SYS_JAIL ideal-int 4517pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_ATTACH ideal-int 4518pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_GET ideal-int 4519pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_REMOVE ideal-int 4520pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_SET ideal-int 4521pkg syscall (freebsd-amd64-cgo), const SYS_KENV ideal-int 4522pkg syscall (freebsd-amd64-cgo), const SYS_KEVENT ideal-int 4523pkg syscall (freebsd-amd64-cgo), const SYS_KILL ideal-int 4524pkg syscall (freebsd-amd64-cgo), const SYS_KLDFIND ideal-int 4525pkg syscall (freebsd-amd64-cgo), const SYS_KLDFIRSTMOD ideal-int 4526pkg syscall (freebsd-amd64-cgo), const SYS_KLDLOAD ideal-int 4527pkg syscall (freebsd-amd64-cgo), const SYS_KLDNEXT ideal-int 4528pkg syscall (freebsd-amd64-cgo), const SYS_KLDSTAT ideal-int 4529pkg syscall (freebsd-amd64-cgo), const SYS_KLDSYM ideal-int 4530pkg syscall (freebsd-amd64-cgo), const SYS_KLDUNLOAD ideal-int 4531pkg syscall (freebsd-amd64-cgo), const SYS_KLDUNLOADF ideal-int 4532pkg syscall (freebsd-amd64-cgo), const SYS_KQUEUE ideal-int 4533pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_CREATE ideal-int 4534pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_DELETE ideal-int 4535pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_GETOVERRUN ideal-int 4536pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_GETTIME ideal-int 4537pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_SETTIME ideal-int 4538pkg syscall (freebsd-amd64-cgo), const SYS_KTRACE ideal-int 4539pkg syscall (freebsd-amd64-cgo), const SYS_LCHFLAGS ideal-int 4540pkg syscall (freebsd-amd64-cgo), const SYS_LCHMOD ideal-int 4541pkg syscall (freebsd-amd64-cgo), const SYS_LCHOWN ideal-int 4542pkg syscall (freebsd-amd64-cgo), const SYS_LGETFH ideal-int 4543pkg syscall (freebsd-amd64-cgo), const SYS_LINK ideal-int 4544pkg syscall (freebsd-amd64-cgo), const SYS_LINKAT ideal-int 4545pkg syscall (freebsd-amd64-cgo), const SYS_LISTEN ideal-int 4546pkg syscall (freebsd-amd64-cgo), const SYS_LPATHCONF ideal-int 4547pkg syscall (freebsd-amd64-cgo), const SYS_LSEEK ideal-int 4548pkg syscall (freebsd-amd64-cgo), const SYS_LSTAT ideal-int 4549pkg syscall (freebsd-amd64-cgo), const SYS_LUTIMES ideal-int 4550pkg syscall (freebsd-amd64-cgo), const SYS_MAC_SYSCALL ideal-int 4551pkg syscall (freebsd-amd64-cgo), const SYS_MADVISE ideal-int 4552pkg syscall (freebsd-amd64-cgo), const SYS_MINCORE ideal-int 4553pkg syscall (freebsd-amd64-cgo), const SYS_MINHERIT ideal-int 4554pkg syscall (freebsd-amd64-cgo), const SYS_MKDIR ideal-int 4555pkg syscall (freebsd-amd64-cgo), const SYS_MKDIRAT ideal-int 4556pkg syscall (freebsd-amd64-cgo), const SYS_MKFIFO ideal-int 4557pkg syscall (freebsd-amd64-cgo), const SYS_MKFIFOAT ideal-int 4558pkg syscall (freebsd-amd64-cgo), const SYS_MKNOD ideal-int 4559pkg syscall (freebsd-amd64-cgo), const SYS_MKNODAT ideal-int 4560pkg syscall (freebsd-amd64-cgo), const SYS_MLOCK ideal-int 4561pkg syscall (freebsd-amd64-cgo), const SYS_MLOCKALL ideal-int 4562pkg syscall (freebsd-amd64-cgo), const SYS_MMAP ideal-int 4563pkg syscall (freebsd-amd64-cgo), const SYS_MODFIND ideal-int 4564pkg syscall (freebsd-amd64-cgo), const SYS_MODFNEXT ideal-int 4565pkg syscall (freebsd-amd64-cgo), const SYS_MODNEXT ideal-int 4566pkg syscall (freebsd-amd64-cgo), const SYS_MODSTAT ideal-int 4567pkg syscall (freebsd-amd64-cgo), const SYS_MOUNT ideal-int 4568pkg syscall (freebsd-amd64-cgo), const SYS_MPROTECT ideal-int 4569pkg syscall (freebsd-amd64-cgo), const SYS_MSYNC ideal-int 4570pkg syscall (freebsd-amd64-cgo), const SYS_MUNLOCK ideal-int 4571pkg syscall (freebsd-amd64-cgo), const SYS_MUNLOCKALL ideal-int 4572pkg syscall (freebsd-amd64-cgo), const SYS_MUNMAP ideal-int 4573pkg syscall (freebsd-amd64-cgo), const SYS_NANOSLEEP ideal-int 4574pkg syscall (freebsd-amd64-cgo), const SYS_NFSTAT ideal-int 4575pkg syscall (freebsd-amd64-cgo), const SYS_NLSTAT ideal-int 4576pkg syscall (freebsd-amd64-cgo), const SYS_NMOUNT ideal-int 4577pkg syscall (freebsd-amd64-cgo), const SYS_NSTAT ideal-int 4578pkg syscall (freebsd-amd64-cgo), const SYS_NTP_ADJTIME ideal-int 4579pkg syscall (freebsd-amd64-cgo), const SYS_NTP_GETTIME ideal-int 4580pkg syscall (freebsd-amd64-cgo), const SYS_OBREAK ideal-int 4581pkg syscall (freebsd-amd64-cgo), const SYS_OPEN ideal-int 4582pkg syscall (freebsd-amd64-cgo), const SYS_OPENAT ideal-int 4583pkg syscall (freebsd-amd64-cgo), const SYS_OPENBSD_POLL ideal-int 4584pkg syscall (freebsd-amd64-cgo), const SYS_OVADVISE ideal-int 4585pkg syscall (freebsd-amd64-cgo), const SYS_PATHCONF ideal-int 4586pkg syscall (freebsd-amd64-cgo), const SYS_PDFORK ideal-int 4587pkg syscall (freebsd-amd64-cgo), const SYS_PDGETPID ideal-int 4588pkg syscall (freebsd-amd64-cgo), const SYS_PDKILL ideal-int 4589pkg syscall (freebsd-amd64-cgo), const SYS_PIPE ideal-int 4590pkg syscall (freebsd-amd64-cgo), const SYS_POLL ideal-int 4591pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_FADVISE ideal-int 4592pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_FALLOCATE ideal-int 4593pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_OPENPT ideal-int 4594pkg syscall (freebsd-amd64-cgo), const SYS_PREAD ideal-int 4595pkg syscall (freebsd-amd64-cgo), const SYS_PREADV ideal-int 4596pkg syscall (freebsd-amd64-cgo), const SYS_PROFIL ideal-int 4597pkg syscall (freebsd-amd64-cgo), const SYS_PSELECT ideal-int 4598pkg syscall (freebsd-amd64-cgo), const SYS_PTRACE ideal-int 4599pkg syscall (freebsd-amd64-cgo), const SYS_PWRITE ideal-int 4600pkg syscall (freebsd-amd64-cgo), const SYS_PWRITEV ideal-int 4601pkg syscall (freebsd-amd64-cgo), const SYS_QUOTACTL ideal-int 4602pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_ADD_RULE ideal-int 4603pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_LIMITS ideal-int 4604pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_RACCT ideal-int 4605pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_RULES ideal-int 4606pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_REMOVE_RULE ideal-int 4607pkg syscall (freebsd-amd64-cgo), const SYS_READ ideal-int 4608pkg syscall (freebsd-amd64-cgo), const SYS_READLINK ideal-int 4609pkg syscall (freebsd-amd64-cgo), const SYS_READLINKAT ideal-int 4610pkg syscall (freebsd-amd64-cgo), const SYS_READV ideal-int 4611pkg syscall (freebsd-amd64-cgo), const SYS_REBOOT ideal-int 4612pkg syscall (freebsd-amd64-cgo), const SYS_RECVFROM ideal-int 4613pkg syscall (freebsd-amd64-cgo), const SYS_RECVMSG ideal-int 4614pkg syscall (freebsd-amd64-cgo), const SYS_RENAME ideal-int 4615pkg syscall (freebsd-amd64-cgo), const SYS_RENAMEAT ideal-int 4616pkg syscall (freebsd-amd64-cgo), const SYS_REVOKE ideal-int 4617pkg syscall (freebsd-amd64-cgo), const SYS_RFORK ideal-int 4618pkg syscall (freebsd-amd64-cgo), const SYS_RMDIR ideal-int 4619pkg syscall (freebsd-amd64-cgo), const SYS_RTPRIO ideal-int 4620pkg syscall (freebsd-amd64-cgo), const SYS_RTPRIO_THREAD ideal-int 4621pkg syscall (freebsd-amd64-cgo), const SYS_SBRK ideal-int 4622pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GETPARAM ideal-int 4623pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GETSCHEDULER ideal-int 4624pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MAX ideal-int 4625pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MIN ideal-int 4626pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_RR_GET_INTERVAL ideal-int 4627pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_SETPARAM ideal-int 4628pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_SETSCHEDULER ideal-int 4629pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_YIELD ideal-int 4630pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_RECVMSG ideal-int 4631pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_SENDMSG ideal-int 4632pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV ideal-int 4633pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_PEELOFF ideal-int 4634pkg syscall (freebsd-amd64-cgo), const SYS_SELECT ideal-int 4635pkg syscall (freebsd-amd64-cgo), const SYS_SENDFILE ideal-int 4636pkg syscall (freebsd-amd64-cgo), const SYS_SENDMSG ideal-int 4637pkg syscall (freebsd-amd64-cgo), const SYS_SENDTO ideal-int 4638pkg syscall (freebsd-amd64-cgo), const SYS_SETAUDIT ideal-int 4639pkg syscall (freebsd-amd64-cgo), const SYS_SETAUDIT_ADDR ideal-int 4640pkg syscall (freebsd-amd64-cgo), const SYS_SETAUID ideal-int 4641pkg syscall (freebsd-amd64-cgo), const SYS_SETCONTEXT ideal-int 4642pkg syscall (freebsd-amd64-cgo), const SYS_SETEGID ideal-int 4643pkg syscall (freebsd-amd64-cgo), const SYS_SETEUID ideal-int 4644pkg syscall (freebsd-amd64-cgo), const SYS_SETFIB ideal-int 4645pkg syscall (freebsd-amd64-cgo), const SYS_SETGID ideal-int 4646pkg syscall (freebsd-amd64-cgo), const SYS_SETGROUPS ideal-int 4647pkg syscall (freebsd-amd64-cgo), const SYS_SETITIMER ideal-int 4648pkg syscall (freebsd-amd64-cgo), const SYS_SETLOGIN ideal-int 4649pkg syscall (freebsd-amd64-cgo), const SYS_SETLOGINCLASS ideal-int 4650pkg syscall (freebsd-amd64-cgo), const SYS_SETPGID ideal-int 4651pkg syscall (freebsd-amd64-cgo), const SYS_SETPRIORITY ideal-int 4652pkg syscall (freebsd-amd64-cgo), const SYS_SETREGID ideal-int 4653pkg syscall (freebsd-amd64-cgo), const SYS_SETRESGID ideal-int 4654pkg syscall (freebsd-amd64-cgo), const SYS_SETRESUID ideal-int 4655pkg syscall (freebsd-amd64-cgo), const SYS_SETREUID ideal-int 4656pkg syscall (freebsd-amd64-cgo), const SYS_SETRLIMIT ideal-int 4657pkg syscall (freebsd-amd64-cgo), const SYS_SETSID ideal-int 4658pkg syscall (freebsd-amd64-cgo), const SYS_SETSOCKOPT ideal-int 4659pkg syscall (freebsd-amd64-cgo), const SYS_SETTIMEOFDAY ideal-int 4660pkg syscall (freebsd-amd64-cgo), const SYS_SETUID ideal-int 4661pkg syscall (freebsd-amd64-cgo), const SYS_SHM_OPEN ideal-int 4662pkg syscall (freebsd-amd64-cgo), const SYS_SHM_UNLINK ideal-int 4663pkg syscall (freebsd-amd64-cgo), const SYS_SHUTDOWN ideal-int 4664pkg syscall (freebsd-amd64-cgo), const SYS_SIGACTION ideal-int 4665pkg syscall (freebsd-amd64-cgo), const SYS_SIGALTSTACK ideal-int 4666pkg syscall (freebsd-amd64-cgo), const SYS_SIGPENDING ideal-int 4667pkg syscall (freebsd-amd64-cgo), const SYS_SIGPROCMASK ideal-int 4668pkg syscall (freebsd-amd64-cgo), const SYS_SIGQUEUE ideal-int 4669pkg syscall (freebsd-amd64-cgo), const SYS_SIGRETURN ideal-int 4670pkg syscall (freebsd-amd64-cgo), const SYS_SIGSUSPEND ideal-int 4671pkg syscall (freebsd-amd64-cgo), const SYS_SIGTIMEDWAIT ideal-int 4672pkg syscall (freebsd-amd64-cgo), const SYS_SIGWAIT ideal-int 4673pkg syscall (freebsd-amd64-cgo), const SYS_SIGWAITINFO ideal-int 4674pkg syscall (freebsd-amd64-cgo), const SYS_SOCKET ideal-int 4675pkg syscall (freebsd-amd64-cgo), const SYS_SOCKETPAIR ideal-int 4676pkg syscall (freebsd-amd64-cgo), const SYS_SSTK ideal-int 4677pkg syscall (freebsd-amd64-cgo), const SYS_STAT ideal-int 4678pkg syscall (freebsd-amd64-cgo), const SYS_STATFS ideal-int 4679pkg syscall (freebsd-amd64-cgo), const SYS_SWAPCONTEXT ideal-int 4680pkg syscall (freebsd-amd64-cgo), const SYS_SWAPOFF ideal-int 4681pkg syscall (freebsd-amd64-cgo), const SYS_SWAPON ideal-int 4682pkg syscall (freebsd-amd64-cgo), const SYS_SYMLINK ideal-int 4683pkg syscall (freebsd-amd64-cgo), const SYS_SYMLINKAT ideal-int 4684pkg syscall (freebsd-amd64-cgo), const SYS_SYNC ideal-int 4685pkg syscall (freebsd-amd64-cgo), const SYS_SYSARCH ideal-int 4686pkg syscall (freebsd-amd64-cgo), const SYS_THR_CREATE ideal-int 4687pkg syscall (freebsd-amd64-cgo), const SYS_THR_EXIT ideal-int 4688pkg syscall (freebsd-amd64-cgo), const SYS_THR_KILL ideal-int 4689pkg syscall (freebsd-amd64-cgo), const SYS_THR_KILL2 ideal-int 4690pkg syscall (freebsd-amd64-cgo), const SYS_THR_NEW ideal-int 4691pkg syscall (freebsd-amd64-cgo), const SYS_THR_SELF ideal-int 4692pkg syscall (freebsd-amd64-cgo), const SYS_THR_SET_NAME ideal-int 4693pkg syscall (freebsd-amd64-cgo), const SYS_THR_SUSPEND ideal-int 4694pkg syscall (freebsd-amd64-cgo), const SYS_THR_WAKE ideal-int 4695pkg syscall (freebsd-amd64-cgo), const SYS_TRUNCATE ideal-int 4696pkg syscall (freebsd-amd64-cgo), const SYS_UMASK ideal-int 4697pkg syscall (freebsd-amd64-cgo), const SYS_UNDELETE ideal-int 4698pkg syscall (freebsd-amd64-cgo), const SYS_UNLINK ideal-int 4699pkg syscall (freebsd-amd64-cgo), const SYS_UNLINKAT ideal-int 4700pkg syscall (freebsd-amd64-cgo), const SYS_UNMOUNT ideal-int 4701pkg syscall (freebsd-amd64-cgo), const SYS_UTIMES ideal-int 4702pkg syscall (freebsd-amd64-cgo), const SYS_UTRACE ideal-int 4703pkg syscall (freebsd-amd64-cgo), const SYS_UUIDGEN ideal-int 4704pkg syscall (freebsd-amd64-cgo), const SYS_VFORK ideal-int 4705pkg syscall (freebsd-amd64-cgo), const SYS_WAIT4 ideal-int 4706pkg syscall (freebsd-amd64-cgo), const SYS_WAIT6 ideal-int 4707pkg syscall (freebsd-amd64-cgo), const SYS_WRITE ideal-int 4708pkg syscall (freebsd-amd64-cgo), const SYS_WRITEV ideal-int 4709pkg syscall (freebsd-amd64-cgo), const SYS_YIELD ideal-int 4710pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_LOCK ideal-int 4711pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_OP ideal-int 4712pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_UNLOCK ideal-int 4713pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_FD ideal-int 4714pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_FILE ideal-int 4715pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_LINK ideal-int 4716pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_FD ideal-int 4717pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_FILE ideal-int 4718pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_LINK ideal-int 4719pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_FD ideal-int 4720pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_FILE ideal-int 4721pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_LINK ideal-int 4722pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_FD ideal-int 4723pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_FILE ideal-int 4724pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_LINK ideal-int 4725pkg syscall (freebsd-amd64-cgo), const SYS___GETCWD ideal-int 4726pkg syscall (freebsd-amd64-cgo), const SYS___MAC_EXECVE ideal-int 4727pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_FD ideal-int 4728pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_FILE ideal-int 4729pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_LINK ideal-int 4730pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_PID ideal-int 4731pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_PROC ideal-int 4732pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_FD ideal-int 4733pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_FILE ideal-int 4734pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_LINK ideal-int 4735pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_PROC ideal-int 4736pkg syscall (freebsd-amd64-cgo), const SYS___SETUGID ideal-int 4737pkg syscall (freebsd-amd64-cgo), const SYS___SYSCTL ideal-int 4738pkg syscall (freebsd-amd64-cgo), const SizeofBpfHdr ideal-int 4739pkg syscall (freebsd-amd64-cgo), const SizeofBpfInsn ideal-int 4740pkg syscall (freebsd-amd64-cgo), const SizeofBpfProgram ideal-int 4741pkg syscall (freebsd-amd64-cgo), const SizeofBpfStat ideal-int 4742pkg syscall (freebsd-amd64-cgo), const SizeofBpfVersion ideal-int 4743pkg syscall (freebsd-amd64-cgo), const SizeofBpfZbuf ideal-int 4744pkg syscall (freebsd-amd64-cgo), const SizeofBpfZbufHeader ideal-int 4745pkg syscall (freebsd-amd64-cgo), const SizeofCmsghdr ideal-int 4746pkg syscall (freebsd-amd64-cgo), const SizeofICMPv6Filter = 32 4747pkg syscall (freebsd-amd64-cgo), const SizeofICMPv6Filter ideal-int 4748pkg syscall (freebsd-amd64-cgo), const SizeofIPMreq ideal-int 4749pkg syscall (freebsd-amd64-cgo), const SizeofIPMreqn ideal-int 4750pkg syscall (freebsd-amd64-cgo), const SizeofIPv6MTUInfo = 32 4751pkg syscall (freebsd-amd64-cgo), const SizeofIPv6MTUInfo ideal-int 4752pkg syscall (freebsd-amd64-cgo), const SizeofIPv6Mreq ideal-int 4753pkg syscall (freebsd-amd64-cgo), const SizeofIfAnnounceMsghdr ideal-int 4754pkg syscall (freebsd-amd64-cgo), const SizeofIfData ideal-int 4755pkg syscall (freebsd-amd64-cgo), const SizeofIfMsghdr ideal-int 4756pkg syscall (freebsd-amd64-cgo), const SizeofIfaMsghdr ideal-int 4757pkg syscall (freebsd-amd64-cgo), const SizeofIfmaMsghdr ideal-int 4758pkg syscall (freebsd-amd64-cgo), const SizeofInet6Pktinfo ideal-int 4759pkg syscall (freebsd-amd64-cgo), const SizeofLinger ideal-int 4760pkg syscall (freebsd-amd64-cgo), const SizeofMsghdr ideal-int 4761pkg syscall (freebsd-amd64-cgo), const SizeofRtMetrics ideal-int 4762pkg syscall (freebsd-amd64-cgo), const SizeofRtMsghdr ideal-int 4763pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrAny ideal-int 4764pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrDatalink ideal-int 4765pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrInet4 ideal-int 4766pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrInet6 ideal-int 4767pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrUnix ideal-int 4768pkg syscall (freebsd-amd64-cgo), const TCIFLUSH ideal-int 4769pkg syscall (freebsd-amd64-cgo), const TCIOFLUSH ideal-int 4770pkg syscall (freebsd-amd64-cgo), const TCOFLUSH ideal-int 4771pkg syscall (freebsd-amd64-cgo), const TCP_CA_NAME_MAX ideal-int 4772pkg syscall (freebsd-amd64-cgo), const TCP_CONGESTION ideal-int 4773pkg syscall (freebsd-amd64-cgo), const TCP_INFO ideal-int 4774pkg syscall (freebsd-amd64-cgo), const TCP_KEEPCNT ideal-int 4775pkg syscall (freebsd-amd64-cgo), const TCP_KEEPIDLE ideal-int 4776pkg syscall (freebsd-amd64-cgo), const TCP_KEEPINIT ideal-int 4777pkg syscall (freebsd-amd64-cgo), const TCP_KEEPINTVL ideal-int 4778pkg syscall (freebsd-amd64-cgo), const TCP_MAXBURST ideal-int 4779pkg syscall (freebsd-amd64-cgo), const TCP_MAXHLEN ideal-int 4780pkg syscall (freebsd-amd64-cgo), const TCP_MAXOLEN ideal-int 4781pkg syscall (freebsd-amd64-cgo), const TCP_MAXSEG ideal-int 4782pkg syscall (freebsd-amd64-cgo), const TCP_MAXWIN ideal-int 4783pkg syscall (freebsd-amd64-cgo), const TCP_MAX_SACK ideal-int 4784pkg syscall (freebsd-amd64-cgo), const TCP_MAX_WINSHIFT ideal-int 4785pkg syscall (freebsd-amd64-cgo), const TCP_MD5SIG ideal-int 4786pkg syscall (freebsd-amd64-cgo), const TCP_MINMSS ideal-int 4787pkg syscall (freebsd-amd64-cgo), const TCP_MSS ideal-int 4788pkg syscall (freebsd-amd64-cgo), const TCP_NOOPT ideal-int 4789pkg syscall (freebsd-amd64-cgo), const TCP_NOPUSH ideal-int 4790pkg syscall (freebsd-amd64-cgo), const TCSAFLUSH ideal-int 4791pkg syscall (freebsd-amd64-cgo), const TIOCCBRK ideal-int 4792pkg syscall (freebsd-amd64-cgo), const TIOCCDTR ideal-int 4793pkg syscall (freebsd-amd64-cgo), const TIOCCONS ideal-int 4794pkg syscall (freebsd-amd64-cgo), const TIOCDRAIN ideal-int 4795pkg syscall (freebsd-amd64-cgo), const TIOCEXCL ideal-int 4796pkg syscall (freebsd-amd64-cgo), const TIOCEXT ideal-int 4797pkg syscall (freebsd-amd64-cgo), const TIOCFLUSH ideal-int 4798pkg syscall (freebsd-amd64-cgo), const TIOCGDRAINWAIT ideal-int 4799pkg syscall (freebsd-amd64-cgo), const TIOCGETA ideal-int 4800pkg syscall (freebsd-amd64-cgo), const TIOCGETD ideal-int 4801pkg syscall (freebsd-amd64-cgo), const TIOCGPGRP ideal-int 4802pkg syscall (freebsd-amd64-cgo), const TIOCGPTN ideal-int 4803pkg syscall (freebsd-amd64-cgo), const TIOCGSID ideal-int 4804pkg syscall (freebsd-amd64-cgo), const TIOCGWINSZ ideal-int 4805pkg syscall (freebsd-amd64-cgo), const TIOCMBIC ideal-int 4806pkg syscall (freebsd-amd64-cgo), const TIOCMBIS ideal-int 4807pkg syscall (freebsd-amd64-cgo), const TIOCMGDTRWAIT ideal-int 4808pkg syscall (freebsd-amd64-cgo), const TIOCMGET ideal-int 4809pkg syscall (freebsd-amd64-cgo), const TIOCMSDTRWAIT ideal-int 4810pkg syscall (freebsd-amd64-cgo), const TIOCMSET ideal-int 4811pkg syscall (freebsd-amd64-cgo), const TIOCM_CAR ideal-int 4812pkg syscall (freebsd-amd64-cgo), const TIOCM_CD ideal-int 4813pkg syscall (freebsd-amd64-cgo), const TIOCM_CTS ideal-int 4814pkg syscall (freebsd-amd64-cgo), const TIOCM_DCD ideal-int 4815pkg syscall (freebsd-amd64-cgo), const TIOCM_DSR ideal-int 4816pkg syscall (freebsd-amd64-cgo), const TIOCM_DTR ideal-int 4817pkg syscall (freebsd-amd64-cgo), const TIOCM_LE ideal-int 4818pkg syscall (freebsd-amd64-cgo), const TIOCM_RI ideal-int 4819pkg syscall (freebsd-amd64-cgo), const TIOCM_RNG ideal-int 4820pkg syscall (freebsd-amd64-cgo), const TIOCM_RTS ideal-int 4821pkg syscall (freebsd-amd64-cgo), const TIOCM_SR ideal-int 4822pkg syscall (freebsd-amd64-cgo), const TIOCM_ST ideal-int 4823pkg syscall (freebsd-amd64-cgo), const TIOCNOTTY ideal-int 4824pkg syscall (freebsd-amd64-cgo), const TIOCNXCL ideal-int 4825pkg syscall (freebsd-amd64-cgo), const TIOCOUTQ ideal-int 4826pkg syscall (freebsd-amd64-cgo), const TIOCPKT ideal-int 4827pkg syscall (freebsd-amd64-cgo), const TIOCPKT_DATA ideal-int 4828pkg syscall (freebsd-amd64-cgo), const TIOCPKT_DOSTOP ideal-int 4829pkg syscall (freebsd-amd64-cgo), const TIOCPKT_FLUSHREAD ideal-int 4830pkg syscall (freebsd-amd64-cgo), const TIOCPKT_FLUSHWRITE ideal-int 4831pkg syscall (freebsd-amd64-cgo), const TIOCPKT_IOCTL ideal-int 4832pkg syscall (freebsd-amd64-cgo), const TIOCPKT_NOSTOP ideal-int 4833pkg syscall (freebsd-amd64-cgo), const TIOCPKT_START ideal-int 4834pkg syscall (freebsd-amd64-cgo), const TIOCPKT_STOP ideal-int 4835pkg syscall (freebsd-amd64-cgo), const TIOCPTMASTER ideal-int 4836pkg syscall (freebsd-amd64-cgo), const TIOCSBRK ideal-int 4837pkg syscall (freebsd-amd64-cgo), const TIOCSCTTY ideal-int 4838pkg syscall (freebsd-amd64-cgo), const TIOCSDRAINWAIT ideal-int 4839pkg syscall (freebsd-amd64-cgo), const TIOCSDTR ideal-int 4840pkg syscall (freebsd-amd64-cgo), const TIOCSETA ideal-int 4841pkg syscall (freebsd-amd64-cgo), const TIOCSETAF ideal-int 4842pkg syscall (freebsd-amd64-cgo), const TIOCSETAW ideal-int 4843pkg syscall (freebsd-amd64-cgo), const TIOCSETD ideal-int 4844pkg syscall (freebsd-amd64-cgo), const TIOCSIG ideal-int 4845pkg syscall (freebsd-amd64-cgo), const TIOCSPGRP ideal-int 4846pkg syscall (freebsd-amd64-cgo), const TIOCSTART ideal-int 4847pkg syscall (freebsd-amd64-cgo), const TIOCSTAT ideal-int 4848pkg syscall (freebsd-amd64-cgo), const TIOCSTI ideal-int 4849pkg syscall (freebsd-amd64-cgo), const TIOCSTOP ideal-int 4850pkg syscall (freebsd-amd64-cgo), const TIOCSWINSZ ideal-int 4851pkg syscall (freebsd-amd64-cgo), const TIOCTIMESTAMP ideal-int 4852pkg syscall (freebsd-amd64-cgo), const TIOCUCNTL ideal-int 4853pkg syscall (freebsd-amd64-cgo), const TOSTOP ideal-int 4854pkg syscall (freebsd-amd64-cgo), const VDISCARD ideal-int 4855pkg syscall (freebsd-amd64-cgo), const VDSUSP ideal-int 4856pkg syscall (freebsd-amd64-cgo), const VEOF ideal-int 4857pkg syscall (freebsd-amd64-cgo), const VEOL ideal-int 4858pkg syscall (freebsd-amd64-cgo), const VEOL2 ideal-int 4859pkg syscall (freebsd-amd64-cgo), const VERASE ideal-int 4860pkg syscall (freebsd-amd64-cgo), const VERASE2 ideal-int 4861pkg syscall (freebsd-amd64-cgo), const VINTR ideal-int 4862pkg syscall (freebsd-amd64-cgo), const VKILL ideal-int 4863pkg syscall (freebsd-amd64-cgo), const VLNEXT ideal-int 4864pkg syscall (freebsd-amd64-cgo), const VMIN ideal-int 4865pkg syscall (freebsd-amd64-cgo), const VQUIT ideal-int 4866pkg syscall (freebsd-amd64-cgo), const VREPRINT ideal-int 4867pkg syscall (freebsd-amd64-cgo), const VSTART ideal-int 4868pkg syscall (freebsd-amd64-cgo), const VSTATUS ideal-int 4869pkg syscall (freebsd-amd64-cgo), const VSTOP ideal-int 4870pkg syscall (freebsd-amd64-cgo), const VSUSP ideal-int 4871pkg syscall (freebsd-amd64-cgo), const VTIME ideal-int 4872pkg syscall (freebsd-amd64-cgo), const VWERASE ideal-int 4873pkg syscall (freebsd-amd64-cgo), const WCONTINUED ideal-int 4874pkg syscall (freebsd-amd64-cgo), const WCOREFLAG ideal-int 4875pkg syscall (freebsd-amd64-cgo), const WLINUXCLONE ideal-int 4876pkg syscall (freebsd-amd64-cgo), const WNOHANG ideal-int 4877pkg syscall (freebsd-amd64-cgo), const WNOWAIT ideal-int 4878pkg syscall (freebsd-amd64-cgo), const WSTOPPED ideal-int 4879pkg syscall (freebsd-amd64-cgo), const WUNTRACED ideal-int 4880pkg syscall (freebsd-amd64-cgo), func Accept(int) (int, Sockaddr, error) 4881pkg syscall (freebsd-amd64-cgo), func Access(string, uint32) error 4882pkg syscall (freebsd-amd64-cgo), func Adjtime(*Timeval, *Timeval) error 4883pkg syscall (freebsd-amd64-cgo), func Bind(int, Sockaddr) error 4884pkg syscall (freebsd-amd64-cgo), func BpfBuflen(int) (int, error) 4885pkg syscall (freebsd-amd64-cgo), func BpfDatalink(int) (int, error) 4886pkg syscall (freebsd-amd64-cgo), func BpfHeadercmpl(int) (int, error) 4887pkg syscall (freebsd-amd64-cgo), func BpfInterface(int, string) (string, error) 4888pkg syscall (freebsd-amd64-cgo), func BpfJump(int, int, int, int) *BpfInsn 4889pkg syscall (freebsd-amd64-cgo), func BpfStats(int) (*BpfStat, error) 4890pkg syscall (freebsd-amd64-cgo), func BpfStmt(int, int) *BpfInsn 4891pkg syscall (freebsd-amd64-cgo), func BpfTimeout(int) (*Timeval, error) 4892pkg syscall (freebsd-amd64-cgo), func CheckBpfVersion(int) error 4893pkg syscall (freebsd-amd64-cgo), func Chflags(string, int) error 4894pkg syscall (freebsd-amd64-cgo), func Chroot(string) error 4895pkg syscall (freebsd-amd64-cgo), func Close(int) error 4896pkg syscall (freebsd-amd64-cgo), func CloseOnExec(int) 4897pkg syscall (freebsd-amd64-cgo), func CmsgLen(int) int 4898pkg syscall (freebsd-amd64-cgo), func CmsgSpace(int) int 4899pkg syscall (freebsd-amd64-cgo), func Connect(int, Sockaddr) error 4900pkg syscall (freebsd-amd64-cgo), func Dup(int) (int, error) 4901pkg syscall (freebsd-amd64-cgo), func Dup2(int, int) error 4902pkg syscall (freebsd-amd64-cgo), func Fchdir(int) error 4903pkg syscall (freebsd-amd64-cgo), func Fchflags(int, int) error 4904pkg syscall (freebsd-amd64-cgo), func Fchmod(int, uint32) error 4905pkg syscall (freebsd-amd64-cgo), func Fchown(int, int, int) error 4906pkg syscall (freebsd-amd64-cgo), func Flock(int, int) error 4907pkg syscall (freebsd-amd64-cgo), func FlushBpf(int) error 4908pkg syscall (freebsd-amd64-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) 4909pkg syscall (freebsd-amd64-cgo), func Fpathconf(int, int) (int, error) 4910pkg syscall (freebsd-amd64-cgo), func Fstat(int, *Stat_t) error 4911pkg syscall (freebsd-amd64-cgo), func Fstatfs(int, *Statfs_t) error 4912pkg syscall (freebsd-amd64-cgo), func Fsync(int) error 4913pkg syscall (freebsd-amd64-cgo), func Ftruncate(int, int64) error 4914pkg syscall (freebsd-amd64-cgo), func Futimes(int, []Timeval) error 4915pkg syscall (freebsd-amd64-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) 4916pkg syscall (freebsd-amd64-cgo), func Getdtablesize() int 4917pkg syscall (freebsd-amd64-cgo), func Getfsstat([]Statfs_t, int) (int, error) 4918pkg syscall (freebsd-amd64-cgo), func Getpeername(int) (Sockaddr, error) 4919pkg syscall (freebsd-amd64-cgo), func Getpgid(int) (int, error) 4920pkg syscall (freebsd-amd64-cgo), func Getpgrp() int 4921pkg syscall (freebsd-amd64-cgo), func Getpriority(int, int) (int, error) 4922pkg syscall (freebsd-amd64-cgo), func Getrlimit(int, *Rlimit) error 4923pkg syscall (freebsd-amd64-cgo), func Getrusage(int, *Rusage) error 4924pkg syscall (freebsd-amd64-cgo), func Getsid(int) (int, error) 4925pkg syscall (freebsd-amd64-cgo), func Getsockname(int) (Sockaddr, error) 4926pkg syscall (freebsd-amd64-cgo), func GetsockoptByte(int, int, int) (uint8, error) 4927pkg syscall (freebsd-amd64-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 4928pkg syscall (freebsd-amd64-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) 4929pkg syscall (freebsd-amd64-cgo), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) 4930pkg syscall (freebsd-amd64-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 4931pkg syscall (freebsd-amd64-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) 4932pkg syscall (freebsd-amd64-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) 4933pkg syscall (freebsd-amd64-cgo), func GetsockoptInt(int, int, int) (int, error) 4934pkg syscall (freebsd-amd64-cgo), func Issetugid() bool 4935pkg syscall (freebsd-amd64-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) 4936pkg syscall (freebsd-amd64-cgo), func Kill(int, Signal) error 4937pkg syscall (freebsd-amd64-cgo), func Kqueue() (int, error) 4938pkg syscall (freebsd-amd64-cgo), func Listen(int, int) error 4939pkg syscall (freebsd-amd64-cgo), func Lstat(string, *Stat_t) error 4940pkg syscall (freebsd-amd64-cgo), func Mkfifo(string, uint32) error 4941pkg syscall (freebsd-amd64-cgo), func Mknod(string, uint32, int) error 4942pkg syscall (freebsd-amd64-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) 4943pkg syscall (freebsd-amd64-cgo), func Munmap([]uint8) error 4944pkg syscall (freebsd-amd64-cgo), func Nanosleep(*Timespec, *Timespec) error 4945pkg syscall (freebsd-amd64-cgo), func Open(string, int, uint32) (int, error) 4946pkg syscall (freebsd-amd64-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) 4947pkg syscall (freebsd-amd64-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) 4948pkg syscall (freebsd-amd64-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) 4949pkg syscall (freebsd-amd64-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) 4950pkg syscall (freebsd-amd64-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) 4951pkg syscall (freebsd-amd64-cgo), func Pathconf(string, int) (int, error) 4952pkg syscall (freebsd-amd64-cgo), func Pipe([]int) error 4953pkg syscall (freebsd-amd64-cgo), func Pread(int, []uint8, int64) (int, error) 4954pkg syscall (freebsd-amd64-cgo), func Pwrite(int, []uint8, int64) (int, error) 4955pkg syscall (freebsd-amd64-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 4956pkg syscall (freebsd-amd64-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 4957pkg syscall (freebsd-amd64-cgo), func Read(int, []uint8) (int, error) 4958pkg syscall (freebsd-amd64-cgo), func ReadDirent(int, []uint8) (int, error) 4959pkg syscall (freebsd-amd64-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) 4960pkg syscall (freebsd-amd64-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) 4961pkg syscall (freebsd-amd64-cgo), func Revoke(string) error 4962pkg syscall (freebsd-amd64-cgo), func RouteRIB(int, int) ([]uint8, error) 4963pkg syscall (freebsd-amd64-cgo), func Seek(int, int64, int) (int64, error) 4964pkg syscall (freebsd-amd64-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error 4965pkg syscall (freebsd-amd64-cgo), func Sendfile(int, int, *int64, int) (int, error) 4966pkg syscall (freebsd-amd64-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error 4967pkg syscall (freebsd-amd64-cgo), func Sendto(int, []uint8, int, Sockaddr) error 4968pkg syscall (freebsd-amd64-cgo), func SetBpf(int, []BpfInsn) error 4969pkg syscall (freebsd-amd64-cgo), func SetBpfBuflen(int, int) (int, error) 4970pkg syscall (freebsd-amd64-cgo), func SetBpfDatalink(int, int) (int, error) 4971pkg syscall (freebsd-amd64-cgo), func SetBpfHeadercmpl(int, int) error 4972pkg syscall (freebsd-amd64-cgo), func SetBpfImmediate(int, int) error 4973pkg syscall (freebsd-amd64-cgo), func SetBpfInterface(int, string) error 4974pkg syscall (freebsd-amd64-cgo), func SetBpfPromisc(int, int) error 4975pkg syscall (freebsd-amd64-cgo), func SetBpfTimeout(int, *Timeval) error 4976pkg syscall (freebsd-amd64-cgo), func SetKevent(*Kevent_t, int, int, int) 4977pkg syscall (freebsd-amd64-cgo), func SetNonblock(int, bool) error 4978pkg syscall (freebsd-amd64-cgo), func Setegid(int) error 4979pkg syscall (freebsd-amd64-cgo), func Seteuid(int) error 4980pkg syscall (freebsd-amd64-cgo), func Setgid(int) error 4981pkg syscall (freebsd-amd64-cgo), func Setgroups([]int) error 4982pkg syscall (freebsd-amd64-cgo), func Setlogin(string) error 4983pkg syscall (freebsd-amd64-cgo), func Setpgid(int, int) error 4984pkg syscall (freebsd-amd64-cgo), func Setpriority(int, int, int) error 4985pkg syscall (freebsd-amd64-cgo), func Setregid(int, int) error 4986pkg syscall (freebsd-amd64-cgo), func Setreuid(int, int) error 4987pkg syscall (freebsd-amd64-cgo), func Setrlimit(int, *Rlimit) error 4988pkg syscall (freebsd-amd64-cgo), func Setsid() (int, error) 4989pkg syscall (freebsd-amd64-cgo), func SetsockoptByte(int, int, int, uint8) error 4990pkg syscall (freebsd-amd64-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 4991pkg syscall (freebsd-amd64-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error 4992pkg syscall (freebsd-amd64-cgo), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error 4993pkg syscall (freebsd-amd64-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error 4994pkg syscall (freebsd-amd64-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error 4995pkg syscall (freebsd-amd64-cgo), func SetsockoptInt(int, int, int, int) error 4996pkg syscall (freebsd-amd64-cgo), func SetsockoptLinger(int, int, int, *Linger) error 4997pkg syscall (freebsd-amd64-cgo), func SetsockoptString(int, int, int, string) error 4998pkg syscall (freebsd-amd64-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error 4999pkg syscall (freebsd-amd64-cgo), func Settimeofday(*Timeval) error 5000pkg syscall (freebsd-amd64-cgo), func Setuid(int) error 5001pkg syscall (freebsd-amd64-cgo), func Shutdown(int, int) error 5002pkg syscall (freebsd-amd64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) 5003pkg syscall (freebsd-amd64-cgo), func Socket(int, int, int) (int, error) 5004pkg syscall (freebsd-amd64-cgo), func Socketpair(int, int, int) ([2]int, error) 5005pkg syscall (freebsd-amd64-cgo), func Stat(string, *Stat_t) error 5006pkg syscall (freebsd-amd64-cgo), func Statfs(string, *Statfs_t) error 5007pkg syscall (freebsd-amd64-cgo), func StringSlicePtr([]string) []*uint8 5008pkg syscall (freebsd-amd64-cgo), func Sync() error 5009pkg syscall (freebsd-amd64-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 5010pkg syscall (freebsd-amd64-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 5011pkg syscall (freebsd-amd64-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 5012pkg syscall (freebsd-amd64-cgo), func Sysctl(string) (string, error) 5013pkg syscall (freebsd-amd64-cgo), func SysctlUint32(string) (uint32, error) 5014pkg syscall (freebsd-amd64-cgo), func TimevalToNsec(Timeval) int64 5015pkg syscall (freebsd-amd64-cgo), func Truncate(string, int64) error 5016pkg syscall (freebsd-amd64-cgo), func Umask(int) int 5017pkg syscall (freebsd-amd64-cgo), func Undelete(string) error 5018pkg syscall (freebsd-amd64-cgo), func UnixRights(...int) []uint8 5019pkg syscall (freebsd-amd64-cgo), func Unmount(string, int) error 5020pkg syscall (freebsd-amd64-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) 5021pkg syscall (freebsd-amd64-cgo), func Write(int, []uint8) (int, error) 5022pkg syscall (freebsd-amd64-cgo), method (*Cmsghdr) SetLen(int) 5023pkg syscall (freebsd-amd64-cgo), method (*Iovec) SetLen(int) 5024pkg syscall (freebsd-amd64-cgo), method (*Msghdr) SetControllen(int) 5025pkg syscall (freebsd-amd64-cgo), type BpfHdr struct 5026pkg syscall (freebsd-amd64-cgo), type BpfHdr struct, Caplen uint32 5027pkg syscall (freebsd-amd64-cgo), type BpfHdr struct, Datalen uint32 5028pkg syscall (freebsd-amd64-cgo), type BpfHdr struct, Hdrlen uint16 5029pkg syscall (freebsd-amd64-cgo), type BpfHdr struct, Pad_cgo_0 [6]uint8 5030pkg syscall (freebsd-amd64-cgo), type BpfHdr struct, Tstamp Timeval 5031pkg syscall (freebsd-amd64-cgo), type BpfInsn struct 5032pkg syscall (freebsd-amd64-cgo), type BpfInsn struct, Code uint16 5033pkg syscall (freebsd-amd64-cgo), type BpfInsn struct, Jf uint8 5034pkg syscall (freebsd-amd64-cgo), type BpfInsn struct, Jt uint8 5035pkg syscall (freebsd-amd64-cgo), type BpfInsn struct, K uint32 5036pkg syscall (freebsd-amd64-cgo), type BpfProgram struct 5037pkg syscall (freebsd-amd64-cgo), type BpfProgram struct, Insns *BpfInsn 5038pkg syscall (freebsd-amd64-cgo), type BpfProgram struct, Len uint32 5039pkg syscall (freebsd-amd64-cgo), type BpfProgram struct, Pad_cgo_0 [4]uint8 5040pkg syscall (freebsd-amd64-cgo), type BpfStat struct 5041pkg syscall (freebsd-amd64-cgo), type BpfStat struct, Drop uint32 5042pkg syscall (freebsd-amd64-cgo), type BpfStat struct, Recv uint32 5043pkg syscall (freebsd-amd64-cgo), type BpfVersion struct 5044pkg syscall (freebsd-amd64-cgo), type BpfVersion struct, Major uint16 5045pkg syscall (freebsd-amd64-cgo), type BpfVersion struct, Minor uint16 5046pkg syscall (freebsd-amd64-cgo), type BpfZbuf struct 5047pkg syscall (freebsd-amd64-cgo), type BpfZbuf struct, Bufa *uint8 5048pkg syscall (freebsd-amd64-cgo), type BpfZbuf struct, Bufb *uint8 5049pkg syscall (freebsd-amd64-cgo), type BpfZbuf struct, Buflen uint64 5050pkg syscall (freebsd-amd64-cgo), type BpfZbufHeader struct 5051pkg syscall (freebsd-amd64-cgo), type BpfZbufHeader struct, Kernel_gen uint32 5052pkg syscall (freebsd-amd64-cgo), type BpfZbufHeader struct, Kernel_len uint32 5053pkg syscall (freebsd-amd64-cgo), type BpfZbufHeader struct, User_gen uint32 5054pkg syscall (freebsd-amd64-cgo), type BpfZbufHeader struct, X_bzh_pad [5]uint32 5055pkg syscall (freebsd-amd64-cgo), type Cmsghdr struct 5056pkg syscall (freebsd-amd64-cgo), type Cmsghdr struct, Len uint32 5057pkg syscall (freebsd-amd64-cgo), type Cmsghdr struct, Level int32 5058pkg syscall (freebsd-amd64-cgo), type Cmsghdr struct, Type int32 5059pkg syscall (freebsd-amd64-cgo), type Credential struct 5060pkg syscall (freebsd-amd64-cgo), type Credential struct, Gid uint32 5061pkg syscall (freebsd-amd64-cgo), type Credential struct, Groups []uint32 5062pkg syscall (freebsd-amd64-cgo), type Credential struct, Uid uint32 5063pkg syscall (freebsd-amd64-cgo), type Dirent struct 5064pkg syscall (freebsd-amd64-cgo), type Dirent struct, Fileno uint32 5065pkg syscall (freebsd-amd64-cgo), type Dirent struct, Name [256]int8 5066pkg syscall (freebsd-amd64-cgo), type Dirent struct, Namlen uint8 5067pkg syscall (freebsd-amd64-cgo), type Dirent struct, Reclen uint16 5068pkg syscall (freebsd-amd64-cgo), type Dirent struct, Type uint8 5069pkg syscall (freebsd-amd64-cgo), type FdSet struct 5070pkg syscall (freebsd-amd64-cgo), type FdSet struct, X__fds_bits [16]uint64 5071pkg syscall (freebsd-amd64-cgo), type Flock_t struct 5072pkg syscall (freebsd-amd64-cgo), type Flock_t struct, Len int64 5073pkg syscall (freebsd-amd64-cgo), type Flock_t struct, Pad_cgo_0 [4]uint8 5074pkg syscall (freebsd-amd64-cgo), type Flock_t struct, Pid int32 5075pkg syscall (freebsd-amd64-cgo), type Flock_t struct, Start int64 5076pkg syscall (freebsd-amd64-cgo), type Flock_t struct, Sysid int32 5077pkg syscall (freebsd-amd64-cgo), type Flock_t struct, Type int16 5078pkg syscall (freebsd-amd64-cgo), type Flock_t struct, Whence int16 5079pkg syscall (freebsd-amd64-cgo), type Fsid struct 5080pkg syscall (freebsd-amd64-cgo), type Fsid struct, Val [2]int32 5081pkg syscall (freebsd-amd64-cgo), type ICMPv6Filter struct 5082pkg syscall (freebsd-amd64-cgo), type ICMPv6Filter struct, Filt [8]uint32 5083pkg syscall (freebsd-amd64-cgo), type IPMreqn struct 5084pkg syscall (freebsd-amd64-cgo), type IPMreqn struct, Address [4]uint8 5085pkg syscall (freebsd-amd64-cgo), type IPMreqn struct, Ifindex int32 5086pkg syscall (freebsd-amd64-cgo), type IPMreqn struct, Multiaddr [4]uint8 5087pkg syscall (freebsd-amd64-cgo), type IPv6MTUInfo struct 5088pkg syscall (freebsd-amd64-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 5089pkg syscall (freebsd-amd64-cgo), type IPv6MTUInfo struct, Mtu uint32 5090pkg syscall (freebsd-amd64-cgo), type IfAnnounceMsghdr struct 5091pkg syscall (freebsd-amd64-cgo), type IfAnnounceMsghdr struct, Index uint16 5092pkg syscall (freebsd-amd64-cgo), type IfAnnounceMsghdr struct, Msglen uint16 5093pkg syscall (freebsd-amd64-cgo), type IfAnnounceMsghdr struct, Name [16]int8 5094pkg syscall (freebsd-amd64-cgo), type IfAnnounceMsghdr struct, Type uint8 5095pkg syscall (freebsd-amd64-cgo), type IfAnnounceMsghdr struct, Version uint8 5096pkg syscall (freebsd-amd64-cgo), type IfAnnounceMsghdr struct, What uint16 5097pkg syscall (freebsd-amd64-cgo), type IfData struct 5098pkg syscall (freebsd-amd64-cgo), type IfData struct, Addrlen uint8 5099pkg syscall (freebsd-amd64-cgo), type IfData struct, Baudrate uint64 5100pkg syscall (freebsd-amd64-cgo), type IfData struct, Collisions uint64 5101pkg syscall (freebsd-amd64-cgo), type IfData struct, Datalen uint8 5102pkg syscall (freebsd-amd64-cgo), type IfData struct, Epoch int64 5103pkg syscall (freebsd-amd64-cgo), type IfData struct, Hdrlen uint8 5104pkg syscall (freebsd-amd64-cgo), type IfData struct, Hwassist uint64 5105pkg syscall (freebsd-amd64-cgo), type IfData struct, Ibytes uint64 5106pkg syscall (freebsd-amd64-cgo), type IfData struct, Ierrors uint64 5107pkg syscall (freebsd-amd64-cgo), type IfData struct, Imcasts uint64 5108pkg syscall (freebsd-amd64-cgo), type IfData struct, Ipackets uint64 5109pkg syscall (freebsd-amd64-cgo), type IfData struct, Iqdrops uint64 5110pkg syscall (freebsd-amd64-cgo), type IfData struct, Lastchange Timeval 5111pkg syscall (freebsd-amd64-cgo), type IfData struct, Link_state uint8 5112pkg syscall (freebsd-amd64-cgo), type IfData struct, Metric uint64 5113pkg syscall (freebsd-amd64-cgo), type IfData struct, Mtu uint64 5114pkg syscall (freebsd-amd64-cgo), type IfData struct, Noproto uint64 5115pkg syscall (freebsd-amd64-cgo), type IfData struct, Obytes uint64 5116pkg syscall (freebsd-amd64-cgo), type IfData struct, Oerrors uint64 5117pkg syscall (freebsd-amd64-cgo), type IfData struct, Omcasts uint64 5118pkg syscall (freebsd-amd64-cgo), type IfData struct, Opackets uint64 5119pkg syscall (freebsd-amd64-cgo), type IfData struct, Physical uint8 5120pkg syscall (freebsd-amd64-cgo), type IfData struct, Spare_char1 uint8 5121pkg syscall (freebsd-amd64-cgo), type IfData struct, Spare_char2 uint8 5122pkg syscall (freebsd-amd64-cgo), type IfData struct, Type uint8 5123pkg syscall (freebsd-amd64-cgo), type IfMsghdr struct 5124pkg syscall (freebsd-amd64-cgo), type IfMsghdr struct, Addrs int32 5125pkg syscall (freebsd-amd64-cgo), type IfMsghdr struct, Data IfData 5126pkg syscall (freebsd-amd64-cgo), type IfMsghdr struct, Flags int32 5127pkg syscall (freebsd-amd64-cgo), type IfMsghdr struct, Index uint16 5128pkg syscall (freebsd-amd64-cgo), type IfMsghdr struct, Msglen uint16 5129pkg syscall (freebsd-amd64-cgo), type IfMsghdr struct, Pad_cgo_0 [2]uint8 5130pkg syscall (freebsd-amd64-cgo), type IfMsghdr struct, Type uint8 5131pkg syscall (freebsd-amd64-cgo), type IfMsghdr struct, Version uint8 5132pkg syscall (freebsd-amd64-cgo), type IfaMsghdr struct 5133pkg syscall (freebsd-amd64-cgo), type IfaMsghdr struct, Addrs int32 5134pkg syscall (freebsd-amd64-cgo), type IfaMsghdr struct, Flags int32 5135pkg syscall (freebsd-amd64-cgo), type IfaMsghdr struct, Index uint16 5136pkg syscall (freebsd-amd64-cgo), type IfaMsghdr struct, Metric int32 5137pkg syscall (freebsd-amd64-cgo), type IfaMsghdr struct, Msglen uint16 5138pkg syscall (freebsd-amd64-cgo), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 5139pkg syscall (freebsd-amd64-cgo), type IfaMsghdr struct, Type uint8 5140pkg syscall (freebsd-amd64-cgo), type IfaMsghdr struct, Version uint8 5141pkg syscall (freebsd-amd64-cgo), type IfmaMsghdr struct 5142pkg syscall (freebsd-amd64-cgo), type IfmaMsghdr struct, Addrs int32 5143pkg syscall (freebsd-amd64-cgo), type IfmaMsghdr struct, Flags int32 5144pkg syscall (freebsd-amd64-cgo), type IfmaMsghdr struct, Index uint16 5145pkg syscall (freebsd-amd64-cgo), type IfmaMsghdr struct, Msglen uint16 5146pkg syscall (freebsd-amd64-cgo), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 5147pkg syscall (freebsd-amd64-cgo), type IfmaMsghdr struct, Type uint8 5148pkg syscall (freebsd-amd64-cgo), type IfmaMsghdr struct, Version uint8 5149pkg syscall (freebsd-amd64-cgo), type Inet6Pktinfo struct 5150pkg syscall (freebsd-amd64-cgo), type Inet6Pktinfo struct, Addr [16]uint8 5151pkg syscall (freebsd-amd64-cgo), type Inet6Pktinfo struct, Ifindex uint32 5152pkg syscall (freebsd-amd64-cgo), type InterfaceAddrMessage struct 5153pkg syscall (freebsd-amd64-cgo), type InterfaceAddrMessage struct, Data []uint8 5154pkg syscall (freebsd-amd64-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr 5155pkg syscall (freebsd-amd64-cgo), type InterfaceAnnounceMessage struct 5156pkg syscall (freebsd-amd64-cgo), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr 5157pkg syscall (freebsd-amd64-cgo), type InterfaceMessage struct 5158pkg syscall (freebsd-amd64-cgo), type InterfaceMessage struct, Data []uint8 5159pkg syscall (freebsd-amd64-cgo), type InterfaceMessage struct, Header IfMsghdr 5160pkg syscall (freebsd-amd64-cgo), type InterfaceMulticastAddrMessage struct 5161pkg syscall (freebsd-amd64-cgo), type InterfaceMulticastAddrMessage struct, Data []uint8 5162pkg syscall (freebsd-amd64-cgo), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr 5163pkg syscall (freebsd-amd64-cgo), type Iovec struct 5164pkg syscall (freebsd-amd64-cgo), type Iovec struct, Base *uint8 5165pkg syscall (freebsd-amd64-cgo), type Iovec struct, Len uint64 5166pkg syscall (freebsd-amd64-cgo), type Kevent_t struct 5167pkg syscall (freebsd-amd64-cgo), type Kevent_t struct, Data int64 5168pkg syscall (freebsd-amd64-cgo), type Kevent_t struct, Fflags uint32 5169pkg syscall (freebsd-amd64-cgo), type Kevent_t struct, Filter int16 5170pkg syscall (freebsd-amd64-cgo), type Kevent_t struct, Flags uint16 5171pkg syscall (freebsd-amd64-cgo), type Kevent_t struct, Ident uint64 5172pkg syscall (freebsd-amd64-cgo), type Kevent_t struct, Udata *uint8 5173pkg syscall (freebsd-amd64-cgo), type Msghdr struct 5174pkg syscall (freebsd-amd64-cgo), type Msghdr struct, Control *uint8 5175pkg syscall (freebsd-amd64-cgo), type Msghdr struct, Controllen uint32 5176pkg syscall (freebsd-amd64-cgo), type Msghdr struct, Flags int32 5177pkg syscall (freebsd-amd64-cgo), type Msghdr struct, Iov *Iovec 5178pkg syscall (freebsd-amd64-cgo), type Msghdr struct, Iovlen int32 5179pkg syscall (freebsd-amd64-cgo), type Msghdr struct, Name *uint8 5180pkg syscall (freebsd-amd64-cgo), type Msghdr struct, Namelen uint32 5181pkg syscall (freebsd-amd64-cgo), type Msghdr struct, Pad_cgo_0 [4]uint8 5182pkg syscall (freebsd-amd64-cgo), type Msghdr struct, Pad_cgo_1 [4]uint8 5183pkg syscall (freebsd-amd64-cgo), type RawSockaddr struct, Data [14]int8 5184pkg syscall (freebsd-amd64-cgo), type RawSockaddr struct, Family uint8 5185pkg syscall (freebsd-amd64-cgo), type RawSockaddr struct, Len uint8 5186pkg syscall (freebsd-amd64-cgo), type RawSockaddrAny struct, Pad [92]int8 5187pkg syscall (freebsd-amd64-cgo), type RawSockaddrDatalink struct 5188pkg syscall (freebsd-amd64-cgo), type RawSockaddrDatalink struct, Alen uint8 5189pkg syscall (freebsd-amd64-cgo), type RawSockaddrDatalink struct, Data [46]int8 5190pkg syscall (freebsd-amd64-cgo), type RawSockaddrDatalink struct, Family uint8 5191pkg syscall (freebsd-amd64-cgo), type RawSockaddrDatalink struct, Index uint16 5192pkg syscall (freebsd-amd64-cgo), type RawSockaddrDatalink struct, Len uint8 5193pkg syscall (freebsd-amd64-cgo), type RawSockaddrDatalink struct, Nlen uint8 5194pkg syscall (freebsd-amd64-cgo), type RawSockaddrDatalink struct, Slen uint8 5195pkg syscall (freebsd-amd64-cgo), type RawSockaddrDatalink struct, Type uint8 5196pkg syscall (freebsd-amd64-cgo), type RawSockaddrInet4 struct, Family uint8 5197pkg syscall (freebsd-amd64-cgo), type RawSockaddrInet4 struct, Len uint8 5198pkg syscall (freebsd-amd64-cgo), type RawSockaddrInet4 struct, Zero [8]int8 5199pkg syscall (freebsd-amd64-cgo), type RawSockaddrInet6 struct, Family uint8 5200pkg syscall (freebsd-amd64-cgo), type RawSockaddrInet6 struct, Len uint8 5201pkg syscall (freebsd-amd64-cgo), type RawSockaddrUnix struct 5202pkg syscall (freebsd-amd64-cgo), type RawSockaddrUnix struct, Family uint8 5203pkg syscall (freebsd-amd64-cgo), type RawSockaddrUnix struct, Len uint8 5204pkg syscall (freebsd-amd64-cgo), type RawSockaddrUnix struct, Path [104]int8 5205pkg syscall (freebsd-amd64-cgo), type Rlimit struct 5206pkg syscall (freebsd-amd64-cgo), type Rlimit struct, Cur int64 5207pkg syscall (freebsd-amd64-cgo), type Rlimit struct, Max int64 5208pkg syscall (freebsd-amd64-cgo), type RouteMessage struct 5209pkg syscall (freebsd-amd64-cgo), type RouteMessage struct, Data []uint8 5210pkg syscall (freebsd-amd64-cgo), type RouteMessage struct, Header RtMsghdr 5211pkg syscall (freebsd-amd64-cgo), type RoutingMessage interface, unexported methods 5212pkg syscall (freebsd-amd64-cgo), type RtMetrics struct 5213pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Expire uint64 5214pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Filler [3]uint64 5215pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Hopcount uint64 5216pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Locks uint64 5217pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Mtu uint64 5218pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Pksent uint64 5219pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Recvpipe uint64 5220pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Rtt uint64 5221pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Rttvar uint64 5222pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Sendpipe uint64 5223pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Ssthresh uint64 5224pkg syscall (freebsd-amd64-cgo), type RtMetrics struct, Weight uint64 5225pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct 5226pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Addrs int32 5227pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Errno int32 5228pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Flags int32 5229pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Fmask int32 5230pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Index uint16 5231pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Inits uint64 5232pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Msglen uint16 5233pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8 5234pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Pid int32 5235pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Rmx RtMetrics 5236pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Seq int32 5237pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Type uint8 5238pkg syscall (freebsd-amd64-cgo), type RtMsghdr struct, Version uint8 5239pkg syscall (freebsd-amd64-cgo), type Rusage struct, Idrss int64 5240pkg syscall (freebsd-amd64-cgo), type Rusage struct, Inblock int64 5241pkg syscall (freebsd-amd64-cgo), type Rusage struct, Isrss int64 5242pkg syscall (freebsd-amd64-cgo), type Rusage struct, Ixrss int64 5243pkg syscall (freebsd-amd64-cgo), type Rusage struct, Majflt int64 5244pkg syscall (freebsd-amd64-cgo), type Rusage struct, Maxrss int64 5245pkg syscall (freebsd-amd64-cgo), type Rusage struct, Minflt int64 5246pkg syscall (freebsd-amd64-cgo), type Rusage struct, Msgrcv int64 5247pkg syscall (freebsd-amd64-cgo), type Rusage struct, Msgsnd int64 5248pkg syscall (freebsd-amd64-cgo), type Rusage struct, Nivcsw int64 5249pkg syscall (freebsd-amd64-cgo), type Rusage struct, Nsignals int64 5250pkg syscall (freebsd-amd64-cgo), type Rusage struct, Nswap int64 5251pkg syscall (freebsd-amd64-cgo), type Rusage struct, Nvcsw int64 5252pkg syscall (freebsd-amd64-cgo), type Rusage struct, Oublock int64 5253pkg syscall (freebsd-amd64-cgo), type Rusage struct, Stime Timeval 5254pkg syscall (freebsd-amd64-cgo), type Rusage struct, Utime Timeval 5255pkg syscall (freebsd-amd64-cgo), type SockaddrDatalink struct 5256pkg syscall (freebsd-amd64-cgo), type SockaddrDatalink struct, Alen uint8 5257pkg syscall (freebsd-amd64-cgo), type SockaddrDatalink struct, Data [46]int8 5258pkg syscall (freebsd-amd64-cgo), type SockaddrDatalink struct, Family uint8 5259pkg syscall (freebsd-amd64-cgo), type SockaddrDatalink struct, Index uint16 5260pkg syscall (freebsd-amd64-cgo), type SockaddrDatalink struct, Len uint8 5261pkg syscall (freebsd-amd64-cgo), type SockaddrDatalink struct, Nlen uint8 5262pkg syscall (freebsd-amd64-cgo), type SockaddrDatalink struct, Slen uint8 5263pkg syscall (freebsd-amd64-cgo), type SockaddrDatalink struct, Type uint8 5264pkg syscall (freebsd-amd64-cgo), type SocketControlMessage struct 5265pkg syscall (freebsd-amd64-cgo), type SocketControlMessage struct, Data []uint8 5266pkg syscall (freebsd-amd64-cgo), type SocketControlMessage struct, Header Cmsghdr 5267pkg syscall (freebsd-amd64-cgo), type Stat_t struct 5268pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Atimespec Timespec 5269pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Birthtimespec Timespec 5270pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Blksize uint32 5271pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Blocks int64 5272pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Ctimespec Timespec 5273pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Dev uint32 5274pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Flags uint32 5275pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Gen uint32 5276pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Gid uint32 5277pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Ino uint32 5278pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Lspare int32 5279pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Mode uint16 5280pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Mtimespec Timespec 5281pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Nlink uint16 5282pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Rdev uint32 5283pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Size int64 5284pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Uid uint32 5285pkg syscall (freebsd-amd64-cgo), type Statfs_t struct 5286pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Asyncreads uint64 5287pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Asyncwrites uint64 5288pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Bavail int64 5289pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Bfree uint64 5290pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Blocks uint64 5291pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Bsize uint64 5292pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Charspare [80]int8 5293pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Ffree int64 5294pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Files uint64 5295pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Flags uint64 5296pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Fsid Fsid 5297pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Fstypename [16]int8 5298pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Iosize uint64 5299pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Mntfromname [88]int8 5300pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Mntonname [88]int8 5301pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Namemax uint32 5302pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Owner uint32 5303pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Spare [10]uint64 5304pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Syncreads uint64 5305pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Syncwrites uint64 5306pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Type uint32 5307pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Version uint32 5308pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Chroot string 5309pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Credential *Credential 5310pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Noctty bool 5311pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Ptrace bool 5312pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Setctty bool 5313pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Setpgid bool 5314pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Setsid bool 5315pkg syscall (freebsd-amd64-cgo), type Timespec struct, Nsec int64 5316pkg syscall (freebsd-amd64-cgo), type Timespec struct, Sec int64 5317pkg syscall (freebsd-amd64-cgo), type Timeval struct, Sec int64 5318pkg syscall (freebsd-amd64-cgo), type Timeval struct, Usec int64 5319pkg syscall (freebsd-amd64-cgo), type WaitStatus uint32 5320pkg syscall (freebsd-amd64-cgo), var Stderr int 5321pkg syscall (freebsd-amd64-cgo), var Stdin int 5322pkg syscall (freebsd-amd64-cgo), var Stdout int 5323pkg syscall (freebsd-arm), const AF_APPLETALK ideal-int 5324pkg syscall (freebsd-arm), const AF_ARP ideal-int 5325pkg syscall (freebsd-arm), const AF_ATM ideal-int 5326pkg syscall (freebsd-arm), const AF_BLUETOOTH ideal-int 5327pkg syscall (freebsd-arm), const AF_CCITT ideal-int 5328pkg syscall (freebsd-arm), const AF_CHAOS ideal-int 5329pkg syscall (freebsd-arm), const AF_CNT ideal-int 5330pkg syscall (freebsd-arm), const AF_COIP ideal-int 5331pkg syscall (freebsd-arm), const AF_DATAKIT ideal-int 5332pkg syscall (freebsd-arm), const AF_DECnet ideal-int 5333pkg syscall (freebsd-arm), const AF_DLI ideal-int 5334pkg syscall (freebsd-arm), const AF_E164 ideal-int 5335pkg syscall (freebsd-arm), const AF_ECMA ideal-int 5336pkg syscall (freebsd-arm), const AF_HYLINK ideal-int 5337pkg syscall (freebsd-arm), const AF_IEEE80211 ideal-int 5338pkg syscall (freebsd-arm), const AF_IMPLINK ideal-int 5339pkg syscall (freebsd-arm), const AF_IPX ideal-int 5340pkg syscall (freebsd-arm), const AF_ISDN ideal-int 5341pkg syscall (freebsd-arm), const AF_ISO ideal-int 5342pkg syscall (freebsd-arm), const AF_LAT ideal-int 5343pkg syscall (freebsd-arm), const AF_LINK ideal-int 5344pkg syscall (freebsd-arm), const AF_LOCAL ideal-int 5345pkg syscall (freebsd-arm), const AF_MAX ideal-int 5346pkg syscall (freebsd-arm), const AF_NATM ideal-int 5347pkg syscall (freebsd-arm), const AF_NETBIOS ideal-int 5348pkg syscall (freebsd-arm), const AF_NETGRAPH ideal-int 5349pkg syscall (freebsd-arm), const AF_OSI ideal-int 5350pkg syscall (freebsd-arm), const AF_PUP ideal-int 5351pkg syscall (freebsd-arm), const AF_ROUTE ideal-int 5352pkg syscall (freebsd-arm), const AF_SCLUSTER ideal-int 5353pkg syscall (freebsd-arm), const AF_SIP ideal-int 5354pkg syscall (freebsd-arm), const AF_SLOW ideal-int 5355pkg syscall (freebsd-arm), const AF_SNA ideal-int 5356pkg syscall (freebsd-arm), const AF_VENDOR00 ideal-int 5357pkg syscall (freebsd-arm), const AF_VENDOR01 ideal-int 5358pkg syscall (freebsd-arm), const AF_VENDOR02 ideal-int 5359pkg syscall (freebsd-arm), const AF_VENDOR03 ideal-int 5360pkg syscall (freebsd-arm), const AF_VENDOR04 ideal-int 5361pkg syscall (freebsd-arm), const AF_VENDOR05 ideal-int 5362pkg syscall (freebsd-arm), const AF_VENDOR06 ideal-int 5363pkg syscall (freebsd-arm), const AF_VENDOR07 ideal-int 5364pkg syscall (freebsd-arm), const AF_VENDOR08 ideal-int 5365pkg syscall (freebsd-arm), const AF_VENDOR09 ideal-int 5366pkg syscall (freebsd-arm), const AF_VENDOR10 ideal-int 5367pkg syscall (freebsd-arm), const AF_VENDOR11 ideal-int 5368pkg syscall (freebsd-arm), const AF_VENDOR12 ideal-int 5369pkg syscall (freebsd-arm), const AF_VENDOR13 ideal-int 5370pkg syscall (freebsd-arm), const AF_VENDOR14 ideal-int 5371pkg syscall (freebsd-arm), const AF_VENDOR15 ideal-int 5372pkg syscall (freebsd-arm), const AF_VENDOR16 ideal-int 5373pkg syscall (freebsd-arm), const AF_VENDOR17 ideal-int 5374pkg syscall (freebsd-arm), const AF_VENDOR18 ideal-int 5375pkg syscall (freebsd-arm), const AF_VENDOR19 ideal-int 5376pkg syscall (freebsd-arm), const AF_VENDOR20 ideal-int 5377pkg syscall (freebsd-arm), const AF_VENDOR21 ideal-int 5378pkg syscall (freebsd-arm), const AF_VENDOR22 ideal-int 5379pkg syscall (freebsd-arm), const AF_VENDOR23 ideal-int 5380pkg syscall (freebsd-arm), const AF_VENDOR24 ideal-int 5381pkg syscall (freebsd-arm), const AF_VENDOR25 ideal-int 5382pkg syscall (freebsd-arm), const AF_VENDOR26 ideal-int 5383pkg syscall (freebsd-arm), const AF_VENDOR27 ideal-int 5384pkg syscall (freebsd-arm), const AF_VENDOR28 ideal-int 5385pkg syscall (freebsd-arm), const AF_VENDOR29 ideal-int 5386pkg syscall (freebsd-arm), const AF_VENDOR30 ideal-int 5387pkg syscall (freebsd-arm), const AF_VENDOR31 ideal-int 5388pkg syscall (freebsd-arm), const AF_VENDOR32 ideal-int 5389pkg syscall (freebsd-arm), const AF_VENDOR33 ideal-int 5390pkg syscall (freebsd-arm), const AF_VENDOR34 ideal-int 5391pkg syscall (freebsd-arm), const AF_VENDOR35 ideal-int 5392pkg syscall (freebsd-arm), const AF_VENDOR36 ideal-int 5393pkg syscall (freebsd-arm), const AF_VENDOR37 ideal-int 5394pkg syscall (freebsd-arm), const AF_VENDOR38 ideal-int 5395pkg syscall (freebsd-arm), const AF_VENDOR39 ideal-int 5396pkg syscall (freebsd-arm), const AF_VENDOR40 ideal-int 5397pkg syscall (freebsd-arm), const AF_VENDOR41 ideal-int 5398pkg syscall (freebsd-arm), const AF_VENDOR42 ideal-int 5399pkg syscall (freebsd-arm), const AF_VENDOR43 ideal-int 5400pkg syscall (freebsd-arm), const AF_VENDOR44 ideal-int 5401pkg syscall (freebsd-arm), const AF_VENDOR45 ideal-int 5402pkg syscall (freebsd-arm), const AF_VENDOR46 ideal-int 5403pkg syscall (freebsd-arm), const AF_VENDOR47 ideal-int 5404pkg syscall (freebsd-arm), const B0 ideal-int 5405pkg syscall (freebsd-arm), const B110 ideal-int 5406pkg syscall (freebsd-arm), const B115200 ideal-int 5407pkg syscall (freebsd-arm), const B1200 ideal-int 5408pkg syscall (freebsd-arm), const B134 ideal-int 5409pkg syscall (freebsd-arm), const B14400 ideal-int 5410pkg syscall (freebsd-arm), const B150 ideal-int 5411pkg syscall (freebsd-arm), const B1800 ideal-int 5412pkg syscall (freebsd-arm), const B19200 ideal-int 5413pkg syscall (freebsd-arm), const B200 ideal-int 5414pkg syscall (freebsd-arm), const B230400 ideal-int 5415pkg syscall (freebsd-arm), const B2400 ideal-int 5416pkg syscall (freebsd-arm), const B28800 ideal-int 5417pkg syscall (freebsd-arm), const B300 ideal-int 5418pkg syscall (freebsd-arm), const B38400 ideal-int 5419pkg syscall (freebsd-arm), const B460800 ideal-int 5420pkg syscall (freebsd-arm), const B4800 ideal-int 5421pkg syscall (freebsd-arm), const B50 ideal-int 5422pkg syscall (freebsd-arm), const B57600 ideal-int 5423pkg syscall (freebsd-arm), const B600 ideal-int 5424pkg syscall (freebsd-arm), const B7200 ideal-int 5425pkg syscall (freebsd-arm), const B75 ideal-int 5426pkg syscall (freebsd-arm), const B76800 ideal-int 5427pkg syscall (freebsd-arm), const B921600 ideal-int 5428pkg syscall (freebsd-arm), const B9600 ideal-int 5429pkg syscall (freebsd-arm), const BIOCFEEDBACK ideal-int 5430pkg syscall (freebsd-arm), const BIOCFLUSH ideal-int 5431pkg syscall (freebsd-arm), const BIOCGBLEN ideal-int 5432pkg syscall (freebsd-arm), const BIOCGDIRECTION ideal-int 5433pkg syscall (freebsd-arm), const BIOCGDLT ideal-int 5434pkg syscall (freebsd-arm), const BIOCGDLTLIST ideal-int 5435pkg syscall (freebsd-arm), const BIOCGETBUFMODE ideal-int 5436pkg syscall (freebsd-arm), const BIOCGETIF ideal-int 5437pkg syscall (freebsd-arm), const BIOCGETZMAX ideal-int 5438pkg syscall (freebsd-arm), const BIOCGHDRCMPLT ideal-int 5439pkg syscall (freebsd-arm), const BIOCGRSIG ideal-int 5440pkg syscall (freebsd-arm), const BIOCGRTIMEOUT ideal-int 5441pkg syscall (freebsd-arm), const BIOCGSEESENT ideal-int 5442pkg syscall (freebsd-arm), const BIOCGSTATS ideal-int 5443pkg syscall (freebsd-arm), const BIOCGTSTAMP ideal-int 5444pkg syscall (freebsd-arm), const BIOCIMMEDIATE ideal-int 5445pkg syscall (freebsd-arm), const BIOCLOCK ideal-int 5446pkg syscall (freebsd-arm), const BIOCPROMISC ideal-int 5447pkg syscall (freebsd-arm), const BIOCROTZBUF ideal-int 5448pkg syscall (freebsd-arm), const BIOCSBLEN ideal-int 5449pkg syscall (freebsd-arm), const BIOCSDIRECTION ideal-int 5450pkg syscall (freebsd-arm), const BIOCSDLT ideal-int 5451pkg syscall (freebsd-arm), const BIOCSETBUFMODE ideal-int 5452pkg syscall (freebsd-arm), const BIOCSETF ideal-int 5453pkg syscall (freebsd-arm), const BIOCSETFNR ideal-int 5454pkg syscall (freebsd-arm), const BIOCSETIF ideal-int 5455pkg syscall (freebsd-arm), const BIOCSETWF ideal-int 5456pkg syscall (freebsd-arm), const BIOCSETZBUF ideal-int 5457pkg syscall (freebsd-arm), const BIOCSHDRCMPLT ideal-int 5458pkg syscall (freebsd-arm), const BIOCSRSIG ideal-int 5459pkg syscall (freebsd-arm), const BIOCSRTIMEOUT ideal-int 5460pkg syscall (freebsd-arm), const BIOCSSEESENT ideal-int 5461pkg syscall (freebsd-arm), const BIOCSTSTAMP ideal-int 5462pkg syscall (freebsd-arm), const BIOCVERSION ideal-int 5463pkg syscall (freebsd-arm), const BPF_A ideal-int 5464pkg syscall (freebsd-arm), const BPF_ABS ideal-int 5465pkg syscall (freebsd-arm), const BPF_ADD ideal-int 5466pkg syscall (freebsd-arm), const BPF_ALIGNMENT ideal-int 5467pkg syscall (freebsd-arm), const BPF_ALU ideal-int 5468pkg syscall (freebsd-arm), const BPF_AND ideal-int 5469pkg syscall (freebsd-arm), const BPF_B ideal-int 5470pkg syscall (freebsd-arm), const BPF_BUFMODE_BUFFER ideal-int 5471pkg syscall (freebsd-arm), const BPF_BUFMODE_ZBUF ideal-int 5472pkg syscall (freebsd-arm), const BPF_DIV ideal-int 5473pkg syscall (freebsd-arm), const BPF_H ideal-int 5474pkg syscall (freebsd-arm), const BPF_IMM ideal-int 5475pkg syscall (freebsd-arm), const BPF_IND ideal-int 5476pkg syscall (freebsd-arm), const BPF_JA ideal-int 5477pkg syscall (freebsd-arm), const BPF_JEQ ideal-int 5478pkg syscall (freebsd-arm), const BPF_JGE ideal-int 5479pkg syscall (freebsd-arm), const BPF_JGT ideal-int 5480pkg syscall (freebsd-arm), const BPF_JMP ideal-int 5481pkg syscall (freebsd-arm), const BPF_JSET ideal-int 5482pkg syscall (freebsd-arm), const BPF_K ideal-int 5483pkg syscall (freebsd-arm), const BPF_LD ideal-int 5484pkg syscall (freebsd-arm), const BPF_LDX ideal-int 5485pkg syscall (freebsd-arm), const BPF_LEN ideal-int 5486pkg syscall (freebsd-arm), const BPF_LSH ideal-int 5487pkg syscall (freebsd-arm), const BPF_MAJOR_VERSION ideal-int 5488pkg syscall (freebsd-arm), const BPF_MAXBUFSIZE ideal-int 5489pkg syscall (freebsd-arm), const BPF_MAXINSNS ideal-int 5490pkg syscall (freebsd-arm), const BPF_MEM ideal-int 5491pkg syscall (freebsd-arm), const BPF_MEMWORDS ideal-int 5492pkg syscall (freebsd-arm), const BPF_MINBUFSIZE ideal-int 5493pkg syscall (freebsd-arm), const BPF_MINOR_VERSION ideal-int 5494pkg syscall (freebsd-arm), const BPF_MISC ideal-int 5495pkg syscall (freebsd-arm), const BPF_MSH ideal-int 5496pkg syscall (freebsd-arm), const BPF_MUL ideal-int 5497pkg syscall (freebsd-arm), const BPF_NEG ideal-int 5498pkg syscall (freebsd-arm), const BPF_OR ideal-int 5499pkg syscall (freebsd-arm), const BPF_RELEASE ideal-int 5500pkg syscall (freebsd-arm), const BPF_RET ideal-int 5501pkg syscall (freebsd-arm), const BPF_RSH ideal-int 5502pkg syscall (freebsd-arm), const BPF_ST ideal-int 5503pkg syscall (freebsd-arm), const BPF_STX ideal-int 5504pkg syscall (freebsd-arm), const BPF_SUB ideal-int 5505pkg syscall (freebsd-arm), const BPF_TAX ideal-int 5506pkg syscall (freebsd-arm), const BPF_TXA ideal-int 5507pkg syscall (freebsd-arm), const BPF_T_BINTIME ideal-int 5508pkg syscall (freebsd-arm), const BPF_T_BINTIME_FAST ideal-int 5509pkg syscall (freebsd-arm), const BPF_T_BINTIME_MONOTONIC ideal-int 5510pkg syscall (freebsd-arm), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int 5511pkg syscall (freebsd-arm), const BPF_T_FAST ideal-int 5512pkg syscall (freebsd-arm), const BPF_T_FLAG_MASK ideal-int 5513pkg syscall (freebsd-arm), const BPF_T_FORMAT_MASK ideal-int 5514pkg syscall (freebsd-arm), const BPF_T_MICROTIME ideal-int 5515pkg syscall (freebsd-arm), const BPF_T_MICROTIME_FAST ideal-int 5516pkg syscall (freebsd-arm), const BPF_T_MICROTIME_MONOTONIC ideal-int 5517pkg syscall (freebsd-arm), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int 5518pkg syscall (freebsd-arm), const BPF_T_MONOTONIC ideal-int 5519pkg syscall (freebsd-arm), const BPF_T_MONOTONIC_FAST ideal-int 5520pkg syscall (freebsd-arm), const BPF_T_NANOTIME ideal-int 5521pkg syscall (freebsd-arm), const BPF_T_NANOTIME_FAST ideal-int 5522pkg syscall (freebsd-arm), const BPF_T_NANOTIME_MONOTONIC ideal-int 5523pkg syscall (freebsd-arm), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int 5524pkg syscall (freebsd-arm), const BPF_T_NONE ideal-int 5525pkg syscall (freebsd-arm), const BPF_T_NORMAL ideal-int 5526pkg syscall (freebsd-arm), const BPF_W ideal-int 5527pkg syscall (freebsd-arm), const BPF_X ideal-int 5528pkg syscall (freebsd-arm), const BRKINT ideal-int 5529pkg syscall (freebsd-arm), const CFLUSH ideal-int 5530pkg syscall (freebsd-arm), const CLOCAL ideal-int 5531pkg syscall (freebsd-arm), const CREAD ideal-int 5532pkg syscall (freebsd-arm), const CS5 ideal-int 5533pkg syscall (freebsd-arm), const CS6 ideal-int 5534pkg syscall (freebsd-arm), const CS7 ideal-int 5535pkg syscall (freebsd-arm), const CS8 ideal-int 5536pkg syscall (freebsd-arm), const CSIZE ideal-int 5537pkg syscall (freebsd-arm), const CSTART ideal-int 5538pkg syscall (freebsd-arm), const CSTATUS ideal-int 5539pkg syscall (freebsd-arm), const CSTOP ideal-int 5540pkg syscall (freebsd-arm), const CSTOPB ideal-int 5541pkg syscall (freebsd-arm), const CSUSP ideal-int 5542pkg syscall (freebsd-arm), const CTL_MAXNAME ideal-int 5543pkg syscall (freebsd-arm), const CTL_NET ideal-int 5544pkg syscall (freebsd-arm), const DLT_A429 ideal-int 5545pkg syscall (freebsd-arm), const DLT_A653_ICM ideal-int 5546pkg syscall (freebsd-arm), const DLT_AIRONET_HEADER ideal-int 5547pkg syscall (freebsd-arm), const DLT_AOS ideal-int 5548pkg syscall (freebsd-arm), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int 5549pkg syscall (freebsd-arm), const DLT_ARCNET ideal-int 5550pkg syscall (freebsd-arm), const DLT_ARCNET_LINUX ideal-int 5551pkg syscall (freebsd-arm), const DLT_ATM_CLIP ideal-int 5552pkg syscall (freebsd-arm), const DLT_ATM_RFC1483 ideal-int 5553pkg syscall (freebsd-arm), const DLT_AURORA ideal-int 5554pkg syscall (freebsd-arm), const DLT_AX25 ideal-int 5555pkg syscall (freebsd-arm), const DLT_AX25_KISS ideal-int 5556pkg syscall (freebsd-arm), const DLT_BACNET_MS_TP ideal-int 5557pkg syscall (freebsd-arm), const DLT_BLUETOOTH_HCI_H4 ideal-int 5558pkg syscall (freebsd-arm), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int 5559pkg syscall (freebsd-arm), const DLT_CAN20B ideal-int 5560pkg syscall (freebsd-arm), const DLT_CAN_SOCKETCAN ideal-int 5561pkg syscall (freebsd-arm), const DLT_CHAOS ideal-int 5562pkg syscall (freebsd-arm), const DLT_CHDLC ideal-int 5563pkg syscall (freebsd-arm), const DLT_CISCO_IOS ideal-int 5564pkg syscall (freebsd-arm), const DLT_C_HDLC ideal-int 5565pkg syscall (freebsd-arm), const DLT_C_HDLC_WITH_DIR ideal-int 5566pkg syscall (freebsd-arm), const DLT_DBUS ideal-int 5567pkg syscall (freebsd-arm), const DLT_DECT ideal-int 5568pkg syscall (freebsd-arm), const DLT_DOCSIS ideal-int 5569pkg syscall (freebsd-arm), const DLT_DVB_CI ideal-int 5570pkg syscall (freebsd-arm), const DLT_ECONET ideal-int 5571pkg syscall (freebsd-arm), const DLT_EN10MB ideal-int 5572pkg syscall (freebsd-arm), const DLT_EN3MB ideal-int 5573pkg syscall (freebsd-arm), const DLT_ENC ideal-int 5574pkg syscall (freebsd-arm), const DLT_ERF ideal-int 5575pkg syscall (freebsd-arm), const DLT_ERF_ETH ideal-int 5576pkg syscall (freebsd-arm), const DLT_ERF_POS ideal-int 5577pkg syscall (freebsd-arm), const DLT_FC_2 ideal-int 5578pkg syscall (freebsd-arm), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int 5579pkg syscall (freebsd-arm), const DLT_FDDI ideal-int 5580pkg syscall (freebsd-arm), const DLT_FLEXRAY ideal-int 5581pkg syscall (freebsd-arm), const DLT_FRELAY ideal-int 5582pkg syscall (freebsd-arm), const DLT_FRELAY_WITH_DIR ideal-int 5583pkg syscall (freebsd-arm), const DLT_GCOM_SERIAL ideal-int 5584pkg syscall (freebsd-arm), const DLT_GCOM_T1E1 ideal-int 5585pkg syscall (freebsd-arm), const DLT_GPF_F ideal-int 5586pkg syscall (freebsd-arm), const DLT_GPF_T ideal-int 5587pkg syscall (freebsd-arm), const DLT_GPRS_LLC ideal-int 5588pkg syscall (freebsd-arm), const DLT_GSMTAP_ABIS ideal-int 5589pkg syscall (freebsd-arm), const DLT_GSMTAP_UM ideal-int 5590pkg syscall (freebsd-arm), const DLT_HHDLC ideal-int 5591pkg syscall (freebsd-arm), const DLT_IBM_SN ideal-int 5592pkg syscall (freebsd-arm), const DLT_IBM_SP ideal-int 5593pkg syscall (freebsd-arm), const DLT_IEEE802 ideal-int 5594pkg syscall (freebsd-arm), const DLT_IEEE802_11 ideal-int 5595pkg syscall (freebsd-arm), const DLT_IEEE802_11_RADIO ideal-int 5596pkg syscall (freebsd-arm), const DLT_IEEE802_11_RADIO_AVS ideal-int 5597pkg syscall (freebsd-arm), const DLT_IEEE802_15_4 ideal-int 5598pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_LINUX ideal-int 5599pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_NOFCS ideal-int 5600pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_NONASK_PHY ideal-int 5601pkg syscall (freebsd-arm), const DLT_IEEE802_16_MAC_CPS ideal-int 5602pkg syscall (freebsd-arm), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int 5603pkg syscall (freebsd-arm), const DLT_IPFILTER ideal-int 5604pkg syscall (freebsd-arm), const DLT_IPMB ideal-int 5605pkg syscall (freebsd-arm), const DLT_IPMB_LINUX ideal-int 5606pkg syscall (freebsd-arm), const DLT_IPNET ideal-int 5607pkg syscall (freebsd-arm), const DLT_IPOIB ideal-int 5608pkg syscall (freebsd-arm), const DLT_IPV4 ideal-int 5609pkg syscall (freebsd-arm), const DLT_IPV6 ideal-int 5610pkg syscall (freebsd-arm), const DLT_IP_OVER_FC ideal-int 5611pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM1 ideal-int 5612pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM2 ideal-int 5613pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM_CEMIC ideal-int 5614pkg syscall (freebsd-arm), const DLT_JUNIPER_CHDLC ideal-int 5615pkg syscall (freebsd-arm), const DLT_JUNIPER_ES ideal-int 5616pkg syscall (freebsd-arm), const DLT_JUNIPER_ETHER ideal-int 5617pkg syscall (freebsd-arm), const DLT_JUNIPER_FIBRECHANNEL ideal-int 5618pkg syscall (freebsd-arm), const DLT_JUNIPER_FRELAY ideal-int 5619pkg syscall (freebsd-arm), const DLT_JUNIPER_GGSN ideal-int 5620pkg syscall (freebsd-arm), const DLT_JUNIPER_ISM ideal-int 5621pkg syscall (freebsd-arm), const DLT_JUNIPER_MFR ideal-int 5622pkg syscall (freebsd-arm), const DLT_JUNIPER_MLFR ideal-int 5623pkg syscall (freebsd-arm), const DLT_JUNIPER_MLPPP ideal-int 5624pkg syscall (freebsd-arm), const DLT_JUNIPER_MONITOR ideal-int 5625pkg syscall (freebsd-arm), const DLT_JUNIPER_PIC_PEER ideal-int 5626pkg syscall (freebsd-arm), const DLT_JUNIPER_PPP ideal-int 5627pkg syscall (freebsd-arm), const DLT_JUNIPER_PPPOE ideal-int 5628pkg syscall (freebsd-arm), const DLT_JUNIPER_PPPOE_ATM ideal-int 5629pkg syscall (freebsd-arm), const DLT_JUNIPER_SERVICES ideal-int 5630pkg syscall (freebsd-arm), const DLT_JUNIPER_SRX_E2E ideal-int 5631pkg syscall (freebsd-arm), const DLT_JUNIPER_ST ideal-int 5632pkg syscall (freebsd-arm), const DLT_JUNIPER_VP ideal-int 5633pkg syscall (freebsd-arm), const DLT_JUNIPER_VS ideal-int 5634pkg syscall (freebsd-arm), const DLT_LAPB_WITH_DIR ideal-int 5635pkg syscall (freebsd-arm), const DLT_LAPD ideal-int 5636pkg syscall (freebsd-arm), const DLT_LIN ideal-int 5637pkg syscall (freebsd-arm), const DLT_LINUX_EVDEV ideal-int 5638pkg syscall (freebsd-arm), const DLT_LINUX_IRDA ideal-int 5639pkg syscall (freebsd-arm), const DLT_LINUX_LAPD ideal-int 5640pkg syscall (freebsd-arm), const DLT_LINUX_PPP_WITHDIRECTION ideal-int 5641pkg syscall (freebsd-arm), const DLT_LINUX_SLL ideal-int 5642pkg syscall (freebsd-arm), const DLT_LOOP ideal-int 5643pkg syscall (freebsd-arm), const DLT_LTALK ideal-int 5644pkg syscall (freebsd-arm), const DLT_MATCHING_MAX ideal-int 5645pkg syscall (freebsd-arm), const DLT_MATCHING_MIN ideal-int 5646pkg syscall (freebsd-arm), const DLT_MFR ideal-int 5647pkg syscall (freebsd-arm), const DLT_MOST ideal-int 5648pkg syscall (freebsd-arm), const DLT_MPEG_2_TS ideal-int 5649pkg syscall (freebsd-arm), const DLT_MPLS ideal-int 5650pkg syscall (freebsd-arm), const DLT_MTP2 ideal-int 5651pkg syscall (freebsd-arm), const DLT_MTP2_WITH_PHDR ideal-int 5652pkg syscall (freebsd-arm), const DLT_MTP3 ideal-int 5653pkg syscall (freebsd-arm), const DLT_MUX27010 ideal-int 5654pkg syscall (freebsd-arm), const DLT_NETANALYZER ideal-int 5655pkg syscall (freebsd-arm), const DLT_NETANALYZER_TRANSPARENT ideal-int 5656pkg syscall (freebsd-arm), const DLT_NFC_LLCP ideal-int 5657pkg syscall (freebsd-arm), const DLT_NFLOG ideal-int 5658pkg syscall (freebsd-arm), const DLT_NG40 ideal-int 5659pkg syscall (freebsd-arm), const DLT_NULL ideal-int 5660pkg syscall (freebsd-arm), const DLT_PCI_EXP ideal-int 5661pkg syscall (freebsd-arm), const DLT_PFLOG ideal-int 5662pkg syscall (freebsd-arm), const DLT_PFSYNC ideal-int 5663pkg syscall (freebsd-arm), const DLT_PPI ideal-int 5664pkg syscall (freebsd-arm), const DLT_PPP ideal-int 5665pkg syscall (freebsd-arm), const DLT_PPP_BSDOS ideal-int 5666pkg syscall (freebsd-arm), const DLT_PPP_ETHER ideal-int 5667pkg syscall (freebsd-arm), const DLT_PPP_PPPD ideal-int 5668pkg syscall (freebsd-arm), const DLT_PPP_SERIAL ideal-int 5669pkg syscall (freebsd-arm), const DLT_PPP_WITH_DIR ideal-int 5670pkg syscall (freebsd-arm), const DLT_PPP_WITH_DIRECTION ideal-int 5671pkg syscall (freebsd-arm), const DLT_PRISM_HEADER ideal-int 5672pkg syscall (freebsd-arm), const DLT_PRONET ideal-int 5673pkg syscall (freebsd-arm), const DLT_RAIF1 ideal-int 5674pkg syscall (freebsd-arm), const DLT_RAW ideal-int 5675pkg syscall (freebsd-arm), const DLT_RIO ideal-int 5676pkg syscall (freebsd-arm), const DLT_SCCP ideal-int 5677pkg syscall (freebsd-arm), const DLT_SITA ideal-int 5678pkg syscall (freebsd-arm), const DLT_SLIP ideal-int 5679pkg syscall (freebsd-arm), const DLT_SLIP_BSDOS ideal-int 5680pkg syscall (freebsd-arm), const DLT_STANAG_5066_D_PDU ideal-int 5681pkg syscall (freebsd-arm), const DLT_SUNATM ideal-int 5682pkg syscall (freebsd-arm), const DLT_SYMANTEC_FIREWALL ideal-int 5683pkg syscall (freebsd-arm), const DLT_TZSP ideal-int 5684pkg syscall (freebsd-arm), const DLT_USB ideal-int 5685pkg syscall (freebsd-arm), const DLT_USB_LINUX ideal-int 5686pkg syscall (freebsd-arm), const DLT_USB_LINUX_MMAPPED ideal-int 5687pkg syscall (freebsd-arm), const DLT_USER0 ideal-int 5688pkg syscall (freebsd-arm), const DLT_USER1 ideal-int 5689pkg syscall (freebsd-arm), const DLT_USER10 ideal-int 5690pkg syscall (freebsd-arm), const DLT_USER11 ideal-int 5691pkg syscall (freebsd-arm), const DLT_USER12 ideal-int 5692pkg syscall (freebsd-arm), const DLT_USER13 ideal-int 5693pkg syscall (freebsd-arm), const DLT_USER14 ideal-int 5694pkg syscall (freebsd-arm), const DLT_USER15 ideal-int 5695pkg syscall (freebsd-arm), const DLT_USER2 ideal-int 5696pkg syscall (freebsd-arm), const DLT_USER3 ideal-int 5697pkg syscall (freebsd-arm), const DLT_USER4 ideal-int 5698pkg syscall (freebsd-arm), const DLT_USER5 ideal-int 5699pkg syscall (freebsd-arm), const DLT_USER6 ideal-int 5700pkg syscall (freebsd-arm), const DLT_USER7 ideal-int 5701pkg syscall (freebsd-arm), const DLT_USER8 ideal-int 5702pkg syscall (freebsd-arm), const DLT_USER9 ideal-int 5703pkg syscall (freebsd-arm), const DLT_WIHART ideal-int 5704pkg syscall (freebsd-arm), const DLT_X2E_SERIAL ideal-int 5705pkg syscall (freebsd-arm), const DLT_X2E_XORAYA ideal-int 5706pkg syscall (freebsd-arm), const DT_BLK ideal-int 5707pkg syscall (freebsd-arm), const DT_CHR ideal-int 5708pkg syscall (freebsd-arm), const DT_DIR ideal-int 5709pkg syscall (freebsd-arm), const DT_FIFO ideal-int 5710pkg syscall (freebsd-arm), const DT_LNK ideal-int 5711pkg syscall (freebsd-arm), const DT_REG ideal-int 5712pkg syscall (freebsd-arm), const DT_SOCK ideal-int 5713pkg syscall (freebsd-arm), const DT_UNKNOWN ideal-int 5714pkg syscall (freebsd-arm), const DT_WHT ideal-int 5715pkg syscall (freebsd-arm), const EAUTH Errno 5716pkg syscall (freebsd-arm), const EBADMSG Errno 5717pkg syscall (freebsd-arm), const EBADRPC Errno 5718pkg syscall (freebsd-arm), const ECAPMODE Errno 5719pkg syscall (freebsd-arm), const ECHO ideal-int 5720pkg syscall (freebsd-arm), const ECHOCTL ideal-int 5721pkg syscall (freebsd-arm), const ECHOE ideal-int 5722pkg syscall (freebsd-arm), const ECHOK ideal-int 5723pkg syscall (freebsd-arm), const ECHOKE ideal-int 5724pkg syscall (freebsd-arm), const ECHONL ideal-int 5725pkg syscall (freebsd-arm), const ECHOPRT ideal-int 5726pkg syscall (freebsd-arm), const EDOOFUS Errno 5727pkg syscall (freebsd-arm), const EFTYPE Errno 5728pkg syscall (freebsd-arm), const ELAST Errno 5729pkg syscall (freebsd-arm), const EMULTIHOP Errno 5730pkg syscall (freebsd-arm), const ENEEDAUTH Errno 5731pkg syscall (freebsd-arm), const ENOATTR Errno 5732pkg syscall (freebsd-arm), const ENOLINK Errno 5733pkg syscall (freebsd-arm), const ENOTCAPABLE Errno 5734pkg syscall (freebsd-arm), const EPROCLIM Errno 5735pkg syscall (freebsd-arm), const EPROCUNAVAIL Errno 5736pkg syscall (freebsd-arm), const EPROGMISMATCH Errno 5737pkg syscall (freebsd-arm), const EPROGUNAVAIL Errno 5738pkg syscall (freebsd-arm), const EPROTO Errno 5739pkg syscall (freebsd-arm), const ERPCMISMATCH Errno 5740pkg syscall (freebsd-arm), const EVFILT_AIO ideal-int 5741pkg syscall (freebsd-arm), const EVFILT_FS ideal-int 5742pkg syscall (freebsd-arm), const EVFILT_LIO ideal-int 5743pkg syscall (freebsd-arm), const EVFILT_PROC ideal-int 5744pkg syscall (freebsd-arm), const EVFILT_READ ideal-int 5745pkg syscall (freebsd-arm), const EVFILT_SIGNAL ideal-int 5746pkg syscall (freebsd-arm), const EVFILT_SYSCOUNT ideal-int 5747pkg syscall (freebsd-arm), const EVFILT_TIMER ideal-int 5748pkg syscall (freebsd-arm), const EVFILT_USER ideal-int 5749pkg syscall (freebsd-arm), const EVFILT_VNODE ideal-int 5750pkg syscall (freebsd-arm), const EVFILT_WRITE ideal-int 5751pkg syscall (freebsd-arm), const EV_ADD ideal-int 5752pkg syscall (freebsd-arm), const EV_CLEAR ideal-int 5753pkg syscall (freebsd-arm), const EV_DELETE ideal-int 5754pkg syscall (freebsd-arm), const EV_DISABLE ideal-int 5755pkg syscall (freebsd-arm), const EV_DISPATCH ideal-int 5756pkg syscall (freebsd-arm), const EV_ENABLE ideal-int 5757pkg syscall (freebsd-arm), const EV_EOF ideal-int 5758pkg syscall (freebsd-arm), const EV_ERROR ideal-int 5759pkg syscall (freebsd-arm), const EV_FLAG1 ideal-int 5760pkg syscall (freebsd-arm), const EV_ONESHOT ideal-int 5761pkg syscall (freebsd-arm), const EV_RECEIPT ideal-int 5762pkg syscall (freebsd-arm), const EV_SYSFLAGS ideal-int 5763pkg syscall (freebsd-arm), const EXTA ideal-int 5764pkg syscall (freebsd-arm), const EXTB ideal-int 5765pkg syscall (freebsd-arm), const EXTPROC ideal-int 5766pkg syscall (freebsd-arm), const FD_CLOEXEC ideal-int 5767pkg syscall (freebsd-arm), const FD_SETSIZE ideal-int 5768pkg syscall (freebsd-arm), const FLUSHO ideal-int 5769pkg syscall (freebsd-arm), const F_CANCEL ideal-int 5770pkg syscall (freebsd-arm), const F_DUP2FD ideal-int 5771pkg syscall (freebsd-arm), const F_DUP2FD_CLOEXEC ideal-int 5772pkg syscall (freebsd-arm), const F_DUPFD ideal-int 5773pkg syscall (freebsd-arm), const F_DUPFD_CLOEXEC ideal-int 5774pkg syscall (freebsd-arm), const F_GETFD ideal-int 5775pkg syscall (freebsd-arm), const F_GETFL ideal-int 5776pkg syscall (freebsd-arm), const F_GETLK ideal-int 5777pkg syscall (freebsd-arm), const F_GETOWN ideal-int 5778pkg syscall (freebsd-arm), const F_OGETLK ideal-int 5779pkg syscall (freebsd-arm), const F_OK ideal-int 5780pkg syscall (freebsd-arm), const F_OSETLK ideal-int 5781pkg syscall (freebsd-arm), const F_OSETLKW ideal-int 5782pkg syscall (freebsd-arm), const F_RDAHEAD ideal-int 5783pkg syscall (freebsd-arm), const F_RDLCK ideal-int 5784pkg syscall (freebsd-arm), const F_READAHEAD ideal-int 5785pkg syscall (freebsd-arm), const F_SETFD ideal-int 5786pkg syscall (freebsd-arm), const F_SETFL ideal-int 5787pkg syscall (freebsd-arm), const F_SETLK ideal-int 5788pkg syscall (freebsd-arm), const F_SETLKW ideal-int 5789pkg syscall (freebsd-arm), const F_SETLK_REMOTE ideal-int 5790pkg syscall (freebsd-arm), const F_SETOWN ideal-int 5791pkg syscall (freebsd-arm), const F_UNLCK ideal-int 5792pkg syscall (freebsd-arm), const F_UNLCKSYS ideal-int 5793pkg syscall (freebsd-arm), const F_WRLCK ideal-int 5794pkg syscall (freebsd-arm), const HUPCL ideal-int 5795pkg syscall (freebsd-arm), const ICANON ideal-int 5796pkg syscall (freebsd-arm), const ICMP6_FILTER = 18 5797pkg syscall (freebsd-arm), const ICMP6_FILTER ideal-int 5798pkg syscall (freebsd-arm), const ICRNL ideal-int 5799pkg syscall (freebsd-arm), const IEXTEN ideal-int 5800pkg syscall (freebsd-arm), const IFAN_ARRIVAL ideal-int 5801pkg syscall (freebsd-arm), const IFAN_DEPARTURE ideal-int 5802pkg syscall (freebsd-arm), const IFF_ALLMULTI ideal-int 5803pkg syscall (freebsd-arm), const IFF_ALTPHYS ideal-int 5804pkg syscall (freebsd-arm), const IFF_CANTCHANGE ideal-int 5805pkg syscall (freebsd-arm), const IFF_CANTCONFIG ideal-int 5806pkg syscall (freebsd-arm), const IFF_DEBUG ideal-int 5807pkg syscall (freebsd-arm), const IFF_DRV_OACTIVE ideal-int 5808pkg syscall (freebsd-arm), const IFF_DRV_RUNNING ideal-int 5809pkg syscall (freebsd-arm), const IFF_DYING ideal-int 5810pkg syscall (freebsd-arm), const IFF_LINK0 ideal-int 5811pkg syscall (freebsd-arm), const IFF_LINK1 ideal-int 5812pkg syscall (freebsd-arm), const IFF_LINK2 ideal-int 5813pkg syscall (freebsd-arm), const IFF_MONITOR ideal-int 5814pkg syscall (freebsd-arm), const IFF_NOARP ideal-int 5815pkg syscall (freebsd-arm), const IFF_OACTIVE ideal-int 5816pkg syscall (freebsd-arm), const IFF_POINTOPOINT ideal-int 5817pkg syscall (freebsd-arm), const IFF_PPROMISC ideal-int 5818pkg syscall (freebsd-arm), const IFF_PROMISC ideal-int 5819pkg syscall (freebsd-arm), const IFF_RENAMING ideal-int 5820pkg syscall (freebsd-arm), const IFF_RUNNING ideal-int 5821pkg syscall (freebsd-arm), const IFF_SIMPLEX ideal-int 5822pkg syscall (freebsd-arm), const IFF_SMART ideal-int 5823pkg syscall (freebsd-arm), const IFF_STATICARP ideal-int 5824pkg syscall (freebsd-arm), const IFNAMSIZ ideal-int 5825pkg syscall (freebsd-arm), const IFT_1822 ideal-int 5826pkg syscall (freebsd-arm), const IFT_A12MPPSWITCH ideal-int 5827pkg syscall (freebsd-arm), const IFT_AAL2 ideal-int 5828pkg syscall (freebsd-arm), const IFT_AAL5 ideal-int 5829pkg syscall (freebsd-arm), const IFT_ADSL ideal-int 5830pkg syscall (freebsd-arm), const IFT_AFLANE8023 ideal-int 5831pkg syscall (freebsd-arm), const IFT_AFLANE8025 ideal-int 5832pkg syscall (freebsd-arm), const IFT_ARAP ideal-int 5833pkg syscall (freebsd-arm), const IFT_ARCNET ideal-int 5834pkg syscall (freebsd-arm), const IFT_ARCNETPLUS ideal-int 5835pkg syscall (freebsd-arm), const IFT_ASYNC ideal-int 5836pkg syscall (freebsd-arm), const IFT_ATM ideal-int 5837pkg syscall (freebsd-arm), const IFT_ATMDXI ideal-int 5838pkg syscall (freebsd-arm), const IFT_ATMFUNI ideal-int 5839pkg syscall (freebsd-arm), const IFT_ATMIMA ideal-int 5840pkg syscall (freebsd-arm), const IFT_ATMLOGICAL ideal-int 5841pkg syscall (freebsd-arm), const IFT_ATMRADIO ideal-int 5842pkg syscall (freebsd-arm), const IFT_ATMSUBINTERFACE ideal-int 5843pkg syscall (freebsd-arm), const IFT_ATMVCIENDPT ideal-int 5844pkg syscall (freebsd-arm), const IFT_ATMVIRTUAL ideal-int 5845pkg syscall (freebsd-arm), const IFT_BGPPOLICYACCOUNTING ideal-int 5846pkg syscall (freebsd-arm), const IFT_BRIDGE ideal-int 5847pkg syscall (freebsd-arm), const IFT_BSC ideal-int 5848pkg syscall (freebsd-arm), const IFT_CCTEMUL ideal-int 5849pkg syscall (freebsd-arm), const IFT_CEPT ideal-int 5850pkg syscall (freebsd-arm), const IFT_CES ideal-int 5851pkg syscall (freebsd-arm), const IFT_CHANNEL ideal-int 5852pkg syscall (freebsd-arm), const IFT_CNR ideal-int 5853pkg syscall (freebsd-arm), const IFT_COFFEE ideal-int 5854pkg syscall (freebsd-arm), const IFT_COMPOSITELINK ideal-int 5855pkg syscall (freebsd-arm), const IFT_DCN ideal-int 5856pkg syscall (freebsd-arm), const IFT_DIGITALPOWERLINE ideal-int 5857pkg syscall (freebsd-arm), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int 5858pkg syscall (freebsd-arm), const IFT_DLSW ideal-int 5859pkg syscall (freebsd-arm), const IFT_DOCSCABLEDOWNSTREAM ideal-int 5860pkg syscall (freebsd-arm), const IFT_DOCSCABLEMACLAYER ideal-int 5861pkg syscall (freebsd-arm), const IFT_DOCSCABLEUPSTREAM ideal-int 5862pkg syscall (freebsd-arm), const IFT_DS0 ideal-int 5863pkg syscall (freebsd-arm), const IFT_DS0BUNDLE ideal-int 5864pkg syscall (freebsd-arm), const IFT_DS1FDL ideal-int 5865pkg syscall (freebsd-arm), const IFT_DS3 ideal-int 5866pkg syscall (freebsd-arm), const IFT_DTM ideal-int 5867pkg syscall (freebsd-arm), const IFT_DVBASILN ideal-int 5868pkg syscall (freebsd-arm), const IFT_DVBASIOUT ideal-int 5869pkg syscall (freebsd-arm), const IFT_DVBRCCDOWNSTREAM ideal-int 5870pkg syscall (freebsd-arm), const IFT_DVBRCCMACLAYER ideal-int 5871pkg syscall (freebsd-arm), const IFT_DVBRCCUPSTREAM ideal-int 5872pkg syscall (freebsd-arm), const IFT_ENC ideal-int 5873pkg syscall (freebsd-arm), const IFT_EON ideal-int 5874pkg syscall (freebsd-arm), const IFT_EPLRS ideal-int 5875pkg syscall (freebsd-arm), const IFT_ESCON ideal-int 5876pkg syscall (freebsd-arm), const IFT_ETHER ideal-int 5877pkg syscall (freebsd-arm), const IFT_FAITH ideal-int 5878pkg syscall (freebsd-arm), const IFT_FAST ideal-int 5879pkg syscall (freebsd-arm), const IFT_FASTETHER ideal-int 5880pkg syscall (freebsd-arm), const IFT_FASTETHERFX ideal-int 5881pkg syscall (freebsd-arm), const IFT_FDDI ideal-int 5882pkg syscall (freebsd-arm), const IFT_FIBRECHANNEL ideal-int 5883pkg syscall (freebsd-arm), const IFT_FRAMERELAYINTERCONNECT ideal-int 5884pkg syscall (freebsd-arm), const IFT_FRAMERELAYMPI ideal-int 5885pkg syscall (freebsd-arm), const IFT_FRDLCIENDPT ideal-int 5886pkg syscall (freebsd-arm), const IFT_FRELAY ideal-int 5887pkg syscall (freebsd-arm), const IFT_FRELAYDCE ideal-int 5888pkg syscall (freebsd-arm), const IFT_FRF16MFRBUNDLE ideal-int 5889pkg syscall (freebsd-arm), const IFT_FRFORWARD ideal-int 5890pkg syscall (freebsd-arm), const IFT_G703AT2MB ideal-int 5891pkg syscall (freebsd-arm), const IFT_G703AT64K ideal-int 5892pkg syscall (freebsd-arm), const IFT_GIF ideal-int 5893pkg syscall (freebsd-arm), const IFT_GIGABITETHERNET ideal-int 5894pkg syscall (freebsd-arm), const IFT_GR303IDT ideal-int 5895pkg syscall (freebsd-arm), const IFT_GR303RDT ideal-int 5896pkg syscall (freebsd-arm), const IFT_H323GATEKEEPER ideal-int 5897pkg syscall (freebsd-arm), const IFT_H323PROXY ideal-int 5898pkg syscall (freebsd-arm), const IFT_HDH1822 ideal-int 5899pkg syscall (freebsd-arm), const IFT_HDLC ideal-int 5900pkg syscall (freebsd-arm), const IFT_HDSL2 ideal-int 5901pkg syscall (freebsd-arm), const IFT_HIPERLAN2 ideal-int 5902pkg syscall (freebsd-arm), const IFT_HIPPI ideal-int 5903pkg syscall (freebsd-arm), const IFT_HIPPIINTERFACE ideal-int 5904pkg syscall (freebsd-arm), const IFT_HOSTPAD ideal-int 5905pkg syscall (freebsd-arm), const IFT_HSSI ideal-int 5906pkg syscall (freebsd-arm), const IFT_HY ideal-int 5907pkg syscall (freebsd-arm), const IFT_IBM370PARCHAN ideal-int 5908pkg syscall (freebsd-arm), const IFT_IDSL ideal-int 5909pkg syscall (freebsd-arm), const IFT_IEEE1394 ideal-int 5910pkg syscall (freebsd-arm), const IFT_IEEE80211 ideal-int 5911pkg syscall (freebsd-arm), const IFT_IEEE80212 ideal-int 5912pkg syscall (freebsd-arm), const IFT_IEEE8023ADLAG ideal-int 5913pkg syscall (freebsd-arm), const IFT_IFGSN ideal-int 5914pkg syscall (freebsd-arm), const IFT_IMT ideal-int 5915pkg syscall (freebsd-arm), const IFT_INFINIBAND ideal-int 5916pkg syscall (freebsd-arm), const IFT_INTERLEAVE ideal-int 5917pkg syscall (freebsd-arm), const IFT_IP ideal-int 5918pkg syscall (freebsd-arm), const IFT_IPFORWARD ideal-int 5919pkg syscall (freebsd-arm), const IFT_IPOVERATM ideal-int 5920pkg syscall (freebsd-arm), const IFT_IPOVERCDLC ideal-int 5921pkg syscall (freebsd-arm), const IFT_IPOVERCLAW ideal-int 5922pkg syscall (freebsd-arm), const IFT_IPSWITCH ideal-int 5923pkg syscall (freebsd-arm), const IFT_IPXIP ideal-int 5924pkg syscall (freebsd-arm), const IFT_ISDN ideal-int 5925pkg syscall (freebsd-arm), const IFT_ISDNBASIC ideal-int 5926pkg syscall (freebsd-arm), const IFT_ISDNPRIMARY ideal-int 5927pkg syscall (freebsd-arm), const IFT_ISDNS ideal-int 5928pkg syscall (freebsd-arm), const IFT_ISDNU ideal-int 5929pkg syscall (freebsd-arm), const IFT_ISO88022LLC ideal-int 5930pkg syscall (freebsd-arm), const IFT_ISO88023 ideal-int 5931pkg syscall (freebsd-arm), const IFT_ISO88024 ideal-int 5932pkg syscall (freebsd-arm), const IFT_ISO88025 ideal-int 5933pkg syscall (freebsd-arm), const IFT_ISO88025CRFPINT ideal-int 5934pkg syscall (freebsd-arm), const IFT_ISO88025DTR ideal-int 5935pkg syscall (freebsd-arm), const IFT_ISO88025FIBER ideal-int 5936pkg syscall (freebsd-arm), const IFT_ISO88026 ideal-int 5937pkg syscall (freebsd-arm), const IFT_ISUP ideal-int 5938pkg syscall (freebsd-arm), const IFT_L2VLAN ideal-int 5939pkg syscall (freebsd-arm), const IFT_L3IPVLAN ideal-int 5940pkg syscall (freebsd-arm), const IFT_L3IPXVLAN ideal-int 5941pkg syscall (freebsd-arm), const IFT_LAPB ideal-int 5942pkg syscall (freebsd-arm), const IFT_LAPD ideal-int 5943pkg syscall (freebsd-arm), const IFT_LAPF ideal-int 5944pkg syscall (freebsd-arm), const IFT_LOCALTALK ideal-int 5945pkg syscall (freebsd-arm), const IFT_LOOP ideal-int 5946pkg syscall (freebsd-arm), const IFT_MEDIAMAILOVERIP ideal-int 5947pkg syscall (freebsd-arm), const IFT_MFSIGLINK ideal-int 5948pkg syscall (freebsd-arm), const IFT_MIOX25 ideal-int 5949pkg syscall (freebsd-arm), const IFT_MODEM ideal-int 5950pkg syscall (freebsd-arm), const IFT_MPC ideal-int 5951pkg syscall (freebsd-arm), const IFT_MPLS ideal-int 5952pkg syscall (freebsd-arm), const IFT_MPLSTUNNEL ideal-int 5953pkg syscall (freebsd-arm), const IFT_MSDSL ideal-int 5954pkg syscall (freebsd-arm), const IFT_MVL ideal-int 5955pkg syscall (freebsd-arm), const IFT_MYRINET ideal-int 5956pkg syscall (freebsd-arm), const IFT_NFAS ideal-int 5957pkg syscall (freebsd-arm), const IFT_NSIP ideal-int 5958pkg syscall (freebsd-arm), const IFT_OPTICALCHANNEL ideal-int 5959pkg syscall (freebsd-arm), const IFT_OPTICALTRANSPORT ideal-int 5960pkg syscall (freebsd-arm), const IFT_OTHER ideal-int 5961pkg syscall (freebsd-arm), const IFT_P10 ideal-int 5962pkg syscall (freebsd-arm), const IFT_P80 ideal-int 5963pkg syscall (freebsd-arm), const IFT_PARA ideal-int 5964pkg syscall (freebsd-arm), const IFT_PFLOG ideal-int 5965pkg syscall (freebsd-arm), const IFT_PFSYNC ideal-int 5966pkg syscall (freebsd-arm), const IFT_PLC ideal-int 5967pkg syscall (freebsd-arm), const IFT_POS ideal-int 5968pkg syscall (freebsd-arm), const IFT_PPP ideal-int 5969pkg syscall (freebsd-arm), const IFT_PPPMULTILINKBUNDLE ideal-int 5970pkg syscall (freebsd-arm), const IFT_PROPBWAP2MP ideal-int 5971pkg syscall (freebsd-arm), const IFT_PROPCNLS ideal-int 5972pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int 5973pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int 5974pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int 5975pkg syscall (freebsd-arm), const IFT_PROPMUX ideal-int 5976pkg syscall (freebsd-arm), const IFT_PROPVIRTUAL ideal-int 5977pkg syscall (freebsd-arm), const IFT_PROPWIRELESSP2P ideal-int 5978pkg syscall (freebsd-arm), const IFT_PTPSERIAL ideal-int 5979pkg syscall (freebsd-arm), const IFT_PVC ideal-int 5980pkg syscall (freebsd-arm), const IFT_QLLC ideal-int 5981pkg syscall (freebsd-arm), const IFT_RADIOMAC ideal-int 5982pkg syscall (freebsd-arm), const IFT_RADSL ideal-int 5983pkg syscall (freebsd-arm), const IFT_REACHDSL ideal-int 5984pkg syscall (freebsd-arm), const IFT_RFC1483 ideal-int 5985pkg syscall (freebsd-arm), const IFT_RS232 ideal-int 5986pkg syscall (freebsd-arm), const IFT_RSRB ideal-int 5987pkg syscall (freebsd-arm), const IFT_SDLC ideal-int 5988pkg syscall (freebsd-arm), const IFT_SDSL ideal-int 5989pkg syscall (freebsd-arm), const IFT_SHDSL ideal-int 5990pkg syscall (freebsd-arm), const IFT_SIP ideal-int 5991pkg syscall (freebsd-arm), const IFT_SLIP ideal-int 5992pkg syscall (freebsd-arm), const IFT_SMDSDXI ideal-int 5993pkg syscall (freebsd-arm), const IFT_SMDSICIP ideal-int 5994pkg syscall (freebsd-arm), const IFT_SONET ideal-int 5995pkg syscall (freebsd-arm), const IFT_SONETOVERHEADCHANNEL ideal-int 5996pkg syscall (freebsd-arm), const IFT_SONETPATH ideal-int 5997pkg syscall (freebsd-arm), const IFT_SONETVT ideal-int 5998pkg syscall (freebsd-arm), const IFT_SRP ideal-int 5999pkg syscall (freebsd-arm), const IFT_SS7SIGLINK ideal-int 6000pkg syscall (freebsd-arm), const IFT_STACKTOSTACK ideal-int 6001pkg syscall (freebsd-arm), const IFT_STARLAN ideal-int 6002pkg syscall (freebsd-arm), const IFT_STF ideal-int 6003pkg syscall (freebsd-arm), const IFT_T1 ideal-int 6004pkg syscall (freebsd-arm), const IFT_TDLC ideal-int 6005pkg syscall (freebsd-arm), const IFT_TERMPAD ideal-int 6006pkg syscall (freebsd-arm), const IFT_TR008 ideal-int 6007pkg syscall (freebsd-arm), const IFT_TRANSPHDLC ideal-int 6008pkg syscall (freebsd-arm), const IFT_TUNNEL ideal-int 6009pkg syscall (freebsd-arm), const IFT_ULTRA ideal-int 6010pkg syscall (freebsd-arm), const IFT_USB ideal-int 6011pkg syscall (freebsd-arm), const IFT_V11 ideal-int 6012pkg syscall (freebsd-arm), const IFT_V35 ideal-int 6013pkg syscall (freebsd-arm), const IFT_V36 ideal-int 6014pkg syscall (freebsd-arm), const IFT_V37 ideal-int 6015pkg syscall (freebsd-arm), const IFT_VDSL ideal-int 6016pkg syscall (freebsd-arm), const IFT_VIRTUALIPADDRESS ideal-int 6017pkg syscall (freebsd-arm), const IFT_VOICEEM ideal-int 6018pkg syscall (freebsd-arm), const IFT_VOICEENCAP ideal-int 6019pkg syscall (freebsd-arm), const IFT_VOICEFXO ideal-int 6020pkg syscall (freebsd-arm), const IFT_VOICEFXS ideal-int 6021pkg syscall (freebsd-arm), const IFT_VOICEOVERATM ideal-int 6022pkg syscall (freebsd-arm), const IFT_VOICEOVERFRAMERELAY ideal-int 6023pkg syscall (freebsd-arm), const IFT_VOICEOVERIP ideal-int 6024pkg syscall (freebsd-arm), const IFT_X213 ideal-int 6025pkg syscall (freebsd-arm), const IFT_X25 ideal-int 6026pkg syscall (freebsd-arm), const IFT_X25DDN ideal-int 6027pkg syscall (freebsd-arm), const IFT_X25HUNTGROUP ideal-int 6028pkg syscall (freebsd-arm), const IFT_X25MLP ideal-int 6029pkg syscall (freebsd-arm), const IFT_X25PLE ideal-int 6030pkg syscall (freebsd-arm), const IFT_XETHER ideal-int 6031pkg syscall (freebsd-arm), const IGNBRK ideal-int 6032pkg syscall (freebsd-arm), const IGNCR ideal-int 6033pkg syscall (freebsd-arm), const IGNPAR ideal-int 6034pkg syscall (freebsd-arm), const IMAXBEL ideal-int 6035pkg syscall (freebsd-arm), const INLCR ideal-int 6036pkg syscall (freebsd-arm), const INPCK ideal-int 6037pkg syscall (freebsd-arm), const IN_CLASSA_HOST ideal-int 6038pkg syscall (freebsd-arm), const IN_CLASSA_MAX ideal-int 6039pkg syscall (freebsd-arm), const IN_CLASSA_NET ideal-int 6040pkg syscall (freebsd-arm), const IN_CLASSA_NSHIFT ideal-int 6041pkg syscall (freebsd-arm), const IN_CLASSB_HOST ideal-int 6042pkg syscall (freebsd-arm), const IN_CLASSB_MAX ideal-int 6043pkg syscall (freebsd-arm), const IN_CLASSB_NET ideal-int 6044pkg syscall (freebsd-arm), const IN_CLASSB_NSHIFT ideal-int 6045pkg syscall (freebsd-arm), const IN_CLASSC_HOST ideal-int 6046pkg syscall (freebsd-arm), const IN_CLASSC_NET ideal-int 6047pkg syscall (freebsd-arm), const IN_CLASSC_NSHIFT ideal-int 6048pkg syscall (freebsd-arm), const IN_CLASSD_HOST ideal-int 6049pkg syscall (freebsd-arm), const IN_CLASSD_NET ideal-int 6050pkg syscall (freebsd-arm), const IN_CLASSD_NSHIFT ideal-int 6051pkg syscall (freebsd-arm), const IN_LOOPBACKNET ideal-int 6052pkg syscall (freebsd-arm), const IN_RFC3021_MASK ideal-int 6053pkg syscall (freebsd-arm), const IPPROTO_3PC ideal-int 6054pkg syscall (freebsd-arm), const IPPROTO_ADFS ideal-int 6055pkg syscall (freebsd-arm), const IPPROTO_AH ideal-int 6056pkg syscall (freebsd-arm), const IPPROTO_AHIP ideal-int 6057pkg syscall (freebsd-arm), const IPPROTO_APES ideal-int 6058pkg syscall (freebsd-arm), const IPPROTO_ARGUS ideal-int 6059pkg syscall (freebsd-arm), const IPPROTO_AX25 ideal-int 6060pkg syscall (freebsd-arm), const IPPROTO_BHA ideal-int 6061pkg syscall (freebsd-arm), const IPPROTO_BLT ideal-int 6062pkg syscall (freebsd-arm), const IPPROTO_BRSATMON ideal-int 6063pkg syscall (freebsd-arm), const IPPROTO_CARP ideal-int 6064pkg syscall (freebsd-arm), const IPPROTO_CFTP ideal-int 6065pkg syscall (freebsd-arm), const IPPROTO_CHAOS ideal-int 6066pkg syscall (freebsd-arm), const IPPROTO_CMTP ideal-int 6067pkg syscall (freebsd-arm), const IPPROTO_CPHB ideal-int 6068pkg syscall (freebsd-arm), const IPPROTO_CPNX ideal-int 6069pkg syscall (freebsd-arm), const IPPROTO_DDP ideal-int 6070pkg syscall (freebsd-arm), const IPPROTO_DGP ideal-int 6071pkg syscall (freebsd-arm), const IPPROTO_DIVERT ideal-int 6072pkg syscall (freebsd-arm), const IPPROTO_DONE ideal-int 6073pkg syscall (freebsd-arm), const IPPROTO_DSTOPTS ideal-int 6074pkg syscall (freebsd-arm), const IPPROTO_EGP ideal-int 6075pkg syscall (freebsd-arm), const IPPROTO_EMCON ideal-int 6076pkg syscall (freebsd-arm), const IPPROTO_ENCAP ideal-int 6077pkg syscall (freebsd-arm), const IPPROTO_EON ideal-int 6078pkg syscall (freebsd-arm), const IPPROTO_ESP ideal-int 6079pkg syscall (freebsd-arm), const IPPROTO_ETHERIP ideal-int 6080pkg syscall (freebsd-arm), const IPPROTO_FRAGMENT ideal-int 6081pkg syscall (freebsd-arm), const IPPROTO_GGP ideal-int 6082pkg syscall (freebsd-arm), const IPPROTO_GMTP ideal-int 6083pkg syscall (freebsd-arm), const IPPROTO_GRE ideal-int 6084pkg syscall (freebsd-arm), const IPPROTO_HELLO ideal-int 6085pkg syscall (freebsd-arm), const IPPROTO_HMP ideal-int 6086pkg syscall (freebsd-arm), const IPPROTO_HOPOPTS ideal-int 6087pkg syscall (freebsd-arm), const IPPROTO_ICMP ideal-int 6088pkg syscall (freebsd-arm), const IPPROTO_ICMPV6 ideal-int 6089pkg syscall (freebsd-arm), const IPPROTO_IDP ideal-int 6090pkg syscall (freebsd-arm), const IPPROTO_IDPR ideal-int 6091pkg syscall (freebsd-arm), const IPPROTO_IDRP ideal-int 6092pkg syscall (freebsd-arm), const IPPROTO_IGMP ideal-int 6093pkg syscall (freebsd-arm), const IPPROTO_IGP ideal-int 6094pkg syscall (freebsd-arm), const IPPROTO_IGRP ideal-int 6095pkg syscall (freebsd-arm), const IPPROTO_IL ideal-int 6096pkg syscall (freebsd-arm), const IPPROTO_INLSP ideal-int 6097pkg syscall (freebsd-arm), const IPPROTO_INP ideal-int 6098pkg syscall (freebsd-arm), const IPPROTO_IPCOMP ideal-int 6099pkg syscall (freebsd-arm), const IPPROTO_IPCV ideal-int 6100pkg syscall (freebsd-arm), const IPPROTO_IPEIP ideal-int 6101pkg syscall (freebsd-arm), const IPPROTO_IPIP ideal-int 6102pkg syscall (freebsd-arm), const IPPROTO_IPPC ideal-int 6103pkg syscall (freebsd-arm), const IPPROTO_IPV4 ideal-int 6104pkg syscall (freebsd-arm), const IPPROTO_IRTP ideal-int 6105pkg syscall (freebsd-arm), const IPPROTO_KRYPTOLAN ideal-int 6106pkg syscall (freebsd-arm), const IPPROTO_LARP ideal-int 6107pkg syscall (freebsd-arm), const IPPROTO_LEAF1 ideal-int 6108pkg syscall (freebsd-arm), const IPPROTO_LEAF2 ideal-int 6109pkg syscall (freebsd-arm), const IPPROTO_MAX ideal-int 6110pkg syscall (freebsd-arm), const IPPROTO_MAXID ideal-int 6111pkg syscall (freebsd-arm), const IPPROTO_MEAS ideal-int 6112pkg syscall (freebsd-arm), const IPPROTO_MH ideal-int 6113pkg syscall (freebsd-arm), const IPPROTO_MHRP ideal-int 6114pkg syscall (freebsd-arm), const IPPROTO_MICP ideal-int 6115pkg syscall (freebsd-arm), const IPPROTO_MOBILE ideal-int 6116pkg syscall (freebsd-arm), const IPPROTO_MPLS ideal-int 6117pkg syscall (freebsd-arm), const IPPROTO_MTP ideal-int 6118pkg syscall (freebsd-arm), const IPPROTO_MUX ideal-int 6119pkg syscall (freebsd-arm), const IPPROTO_ND ideal-int 6120pkg syscall (freebsd-arm), const IPPROTO_NHRP ideal-int 6121pkg syscall (freebsd-arm), const IPPROTO_NONE ideal-int 6122pkg syscall (freebsd-arm), const IPPROTO_NSP ideal-int 6123pkg syscall (freebsd-arm), const IPPROTO_NVPII ideal-int 6124pkg syscall (freebsd-arm), const IPPROTO_OLD_DIVERT ideal-int 6125pkg syscall (freebsd-arm), const IPPROTO_OSPFIGP ideal-int 6126pkg syscall (freebsd-arm), const IPPROTO_PFSYNC ideal-int 6127pkg syscall (freebsd-arm), const IPPROTO_PGM ideal-int 6128pkg syscall (freebsd-arm), const IPPROTO_PIGP ideal-int 6129pkg syscall (freebsd-arm), const IPPROTO_PIM ideal-int 6130pkg syscall (freebsd-arm), const IPPROTO_PRM ideal-int 6131pkg syscall (freebsd-arm), const IPPROTO_PUP ideal-int 6132pkg syscall (freebsd-arm), const IPPROTO_PVP ideal-int 6133pkg syscall (freebsd-arm), const IPPROTO_RAW ideal-int 6134pkg syscall (freebsd-arm), const IPPROTO_RCCMON ideal-int 6135pkg syscall (freebsd-arm), const IPPROTO_RDP ideal-int 6136pkg syscall (freebsd-arm), const IPPROTO_ROUTING ideal-int 6137pkg syscall (freebsd-arm), const IPPROTO_RSVP ideal-int 6138pkg syscall (freebsd-arm), const IPPROTO_RVD ideal-int 6139pkg syscall (freebsd-arm), const IPPROTO_SATEXPAK ideal-int 6140pkg syscall (freebsd-arm), const IPPROTO_SATMON ideal-int 6141pkg syscall (freebsd-arm), const IPPROTO_SCCSP ideal-int 6142pkg syscall (freebsd-arm), const IPPROTO_SCTP ideal-int 6143pkg syscall (freebsd-arm), const IPPROTO_SDRP ideal-int 6144pkg syscall (freebsd-arm), const IPPROTO_SEND ideal-int 6145pkg syscall (freebsd-arm), const IPPROTO_SEP ideal-int 6146pkg syscall (freebsd-arm), const IPPROTO_SKIP ideal-int 6147pkg syscall (freebsd-arm), const IPPROTO_SPACER ideal-int 6148pkg syscall (freebsd-arm), const IPPROTO_SRPC ideal-int 6149pkg syscall (freebsd-arm), const IPPROTO_ST ideal-int 6150pkg syscall (freebsd-arm), const IPPROTO_SVMTP ideal-int 6151pkg syscall (freebsd-arm), const IPPROTO_SWIPE ideal-int 6152pkg syscall (freebsd-arm), const IPPROTO_TCF ideal-int 6153pkg syscall (freebsd-arm), const IPPROTO_TLSP ideal-int 6154pkg syscall (freebsd-arm), const IPPROTO_TP ideal-int 6155pkg syscall (freebsd-arm), const IPPROTO_TPXX ideal-int 6156pkg syscall (freebsd-arm), const IPPROTO_TRUNK1 ideal-int 6157pkg syscall (freebsd-arm), const IPPROTO_TRUNK2 ideal-int 6158pkg syscall (freebsd-arm), const IPPROTO_TTP ideal-int 6159pkg syscall (freebsd-arm), const IPPROTO_VINES ideal-int 6160pkg syscall (freebsd-arm), const IPPROTO_VISA ideal-int 6161pkg syscall (freebsd-arm), const IPPROTO_VMTP ideal-int 6162pkg syscall (freebsd-arm), const IPPROTO_WBEXPAK ideal-int 6163pkg syscall (freebsd-arm), const IPPROTO_WBMON ideal-int 6164pkg syscall (freebsd-arm), const IPPROTO_WSN ideal-int 6165pkg syscall (freebsd-arm), const IPPROTO_XNET ideal-int 6166pkg syscall (freebsd-arm), const IPPROTO_XTP ideal-int 6167pkg syscall (freebsd-arm), const IPV6_AUTOFLOWLABEL ideal-int 6168pkg syscall (freebsd-arm), const IPV6_BINDANY ideal-int 6169pkg syscall (freebsd-arm), const IPV6_BINDV6ONLY ideal-int 6170pkg syscall (freebsd-arm), const IPV6_CHECKSUM ideal-int 6171pkg syscall (freebsd-arm), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int 6172pkg syscall (freebsd-arm), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int 6173pkg syscall (freebsd-arm), const IPV6_DEFHLIM ideal-int 6174pkg syscall (freebsd-arm), const IPV6_DONTFRAG ideal-int 6175pkg syscall (freebsd-arm), const IPV6_DSTOPTS ideal-int 6176pkg syscall (freebsd-arm), const IPV6_FAITH ideal-int 6177pkg syscall (freebsd-arm), const IPV6_FLOWINFO_MASK ideal-int 6178pkg syscall (freebsd-arm), const IPV6_FLOWLABEL_MASK ideal-int 6179pkg syscall (freebsd-arm), const IPV6_FRAGTTL ideal-int 6180pkg syscall (freebsd-arm), const IPV6_FW_ADD ideal-int 6181pkg syscall (freebsd-arm), const IPV6_FW_DEL ideal-int 6182pkg syscall (freebsd-arm), const IPV6_FW_FLUSH ideal-int 6183pkg syscall (freebsd-arm), const IPV6_FW_GET ideal-int 6184pkg syscall (freebsd-arm), const IPV6_FW_ZERO ideal-int 6185pkg syscall (freebsd-arm), const IPV6_HLIMDEC ideal-int 6186pkg syscall (freebsd-arm), const IPV6_HOPLIMIT ideal-int 6187pkg syscall (freebsd-arm), const IPV6_HOPOPTS ideal-int 6188pkg syscall (freebsd-arm), const IPV6_IPSEC_POLICY ideal-int 6189pkg syscall (freebsd-arm), const IPV6_MAXHLIM ideal-int 6190pkg syscall (freebsd-arm), const IPV6_MAXOPTHDR ideal-int 6191pkg syscall (freebsd-arm), const IPV6_MAXPACKET ideal-int 6192pkg syscall (freebsd-arm), const IPV6_MAX_GROUP_SRC_FILTER ideal-int 6193pkg syscall (freebsd-arm), const IPV6_MAX_MEMBERSHIPS ideal-int 6194pkg syscall (freebsd-arm), const IPV6_MAX_SOCK_SRC_FILTER ideal-int 6195pkg syscall (freebsd-arm), const IPV6_MIN_MEMBERSHIPS ideal-int 6196pkg syscall (freebsd-arm), const IPV6_MMTU ideal-int 6197pkg syscall (freebsd-arm), const IPV6_MSFILTER ideal-int 6198pkg syscall (freebsd-arm), const IPV6_NEXTHOP ideal-int 6199pkg syscall (freebsd-arm), const IPV6_PATHMTU ideal-int 6200pkg syscall (freebsd-arm), const IPV6_PKTINFO ideal-int 6201pkg syscall (freebsd-arm), const IPV6_PORTRANGE ideal-int 6202pkg syscall (freebsd-arm), const IPV6_PORTRANGE_DEFAULT ideal-int 6203pkg syscall (freebsd-arm), const IPV6_PORTRANGE_HIGH ideal-int 6204pkg syscall (freebsd-arm), const IPV6_PORTRANGE_LOW ideal-int 6205pkg syscall (freebsd-arm), const IPV6_PREFER_TEMPADDR ideal-int 6206pkg syscall (freebsd-arm), const IPV6_RECVDSTOPTS ideal-int 6207pkg syscall (freebsd-arm), const IPV6_RECVHOPLIMIT ideal-int 6208pkg syscall (freebsd-arm), const IPV6_RECVHOPOPTS ideal-int 6209pkg syscall (freebsd-arm), const IPV6_RECVPATHMTU ideal-int 6210pkg syscall (freebsd-arm), const IPV6_RECVPKTINFO ideal-int 6211pkg syscall (freebsd-arm), const IPV6_RECVRTHDR ideal-int 6212pkg syscall (freebsd-arm), const IPV6_RECVTCLASS ideal-int 6213pkg syscall (freebsd-arm), const IPV6_RTHDR ideal-int 6214pkg syscall (freebsd-arm), const IPV6_RTHDRDSTOPTS ideal-int 6215pkg syscall (freebsd-arm), const IPV6_RTHDR_LOOSE ideal-int 6216pkg syscall (freebsd-arm), const IPV6_RTHDR_STRICT ideal-int 6217pkg syscall (freebsd-arm), const IPV6_RTHDR_TYPE_0 ideal-int 6218pkg syscall (freebsd-arm), const IPV6_SOCKOPT_RESERVED1 ideal-int 6219pkg syscall (freebsd-arm), const IPV6_TCLASS ideal-int 6220pkg syscall (freebsd-arm), const IPV6_USE_MIN_MTU ideal-int 6221pkg syscall (freebsd-arm), const IPV6_VERSION ideal-int 6222pkg syscall (freebsd-arm), const IPV6_VERSION_MASK ideal-int 6223pkg syscall (freebsd-arm), const IP_ADD_SOURCE_MEMBERSHIP ideal-int 6224pkg syscall (freebsd-arm), const IP_BINDANY ideal-int 6225pkg syscall (freebsd-arm), const IP_BLOCK_SOURCE ideal-int 6226pkg syscall (freebsd-arm), const IP_DEFAULT_MULTICAST_LOOP ideal-int 6227pkg syscall (freebsd-arm), const IP_DEFAULT_MULTICAST_TTL ideal-int 6228pkg syscall (freebsd-arm), const IP_DF ideal-int 6229pkg syscall (freebsd-arm), const IP_DONTFRAG ideal-int 6230pkg syscall (freebsd-arm), const IP_DROP_SOURCE_MEMBERSHIP ideal-int 6231pkg syscall (freebsd-arm), const IP_DUMMYNET3 ideal-int 6232pkg syscall (freebsd-arm), const IP_DUMMYNET_CONFIGURE ideal-int 6233pkg syscall (freebsd-arm), const IP_DUMMYNET_DEL ideal-int 6234pkg syscall (freebsd-arm), const IP_DUMMYNET_FLUSH ideal-int 6235pkg syscall (freebsd-arm), const IP_DUMMYNET_GET ideal-int 6236pkg syscall (freebsd-arm), const IP_FAITH ideal-int 6237pkg syscall (freebsd-arm), const IP_FW3 ideal-int 6238pkg syscall (freebsd-arm), const IP_FW_ADD ideal-int 6239pkg syscall (freebsd-arm), const IP_FW_DEL ideal-int 6240pkg syscall (freebsd-arm), const IP_FW_FLUSH ideal-int 6241pkg syscall (freebsd-arm), const IP_FW_GET ideal-int 6242pkg syscall (freebsd-arm), const IP_FW_NAT_CFG ideal-int 6243pkg syscall (freebsd-arm), const IP_FW_NAT_DEL ideal-int 6244pkg syscall (freebsd-arm), const IP_FW_NAT_GET_CONFIG ideal-int 6245pkg syscall (freebsd-arm), const IP_FW_NAT_GET_LOG ideal-int 6246pkg syscall (freebsd-arm), const IP_FW_RESETLOG ideal-int 6247pkg syscall (freebsd-arm), const IP_FW_TABLE_ADD ideal-int 6248pkg syscall (freebsd-arm), const IP_FW_TABLE_DEL ideal-int 6249pkg syscall (freebsd-arm), const IP_FW_TABLE_FLUSH ideal-int 6250pkg syscall (freebsd-arm), const IP_FW_TABLE_GETSIZE ideal-int 6251pkg syscall (freebsd-arm), const IP_FW_TABLE_LIST ideal-int 6252pkg syscall (freebsd-arm), const IP_FW_ZERO ideal-int 6253pkg syscall (freebsd-arm), const IP_HDRINCL ideal-int 6254pkg syscall (freebsd-arm), const IP_IPSEC_POLICY ideal-int 6255pkg syscall (freebsd-arm), const IP_MAXPACKET ideal-int 6256pkg syscall (freebsd-arm), const IP_MAX_GROUP_SRC_FILTER ideal-int 6257pkg syscall (freebsd-arm), const IP_MAX_MEMBERSHIPS ideal-int 6258pkg syscall (freebsd-arm), const IP_MAX_SOCK_MUTE_FILTER ideal-int 6259pkg syscall (freebsd-arm), const IP_MAX_SOCK_SRC_FILTER ideal-int 6260pkg syscall (freebsd-arm), const IP_MAX_SOURCE_FILTER ideal-int 6261pkg syscall (freebsd-arm), const IP_MF ideal-int 6262pkg syscall (freebsd-arm), const IP_MINTTL ideal-int 6263pkg syscall (freebsd-arm), const IP_MIN_MEMBERSHIPS ideal-int 6264pkg syscall (freebsd-arm), const IP_MSFILTER ideal-int 6265pkg syscall (freebsd-arm), const IP_MSS ideal-int 6266pkg syscall (freebsd-arm), const IP_MULTICAST_VIF ideal-int 6267pkg syscall (freebsd-arm), const IP_OFFMASK ideal-int 6268pkg syscall (freebsd-arm), const IP_ONESBCAST ideal-int 6269pkg syscall (freebsd-arm), const IP_OPTIONS ideal-int 6270pkg syscall (freebsd-arm), const IP_PORTRANGE ideal-int 6271pkg syscall (freebsd-arm), const IP_PORTRANGE_DEFAULT ideal-int 6272pkg syscall (freebsd-arm), const IP_PORTRANGE_HIGH ideal-int 6273pkg syscall (freebsd-arm), const IP_PORTRANGE_LOW ideal-int 6274pkg syscall (freebsd-arm), const IP_RECVDSTADDR ideal-int 6275pkg syscall (freebsd-arm), const IP_RECVIF ideal-int 6276pkg syscall (freebsd-arm), const IP_RECVOPTS ideal-int 6277pkg syscall (freebsd-arm), const IP_RECVRETOPTS ideal-int 6278pkg syscall (freebsd-arm), const IP_RECVTOS ideal-int 6279pkg syscall (freebsd-arm), const IP_RECVTTL ideal-int 6280pkg syscall (freebsd-arm), const IP_RETOPTS ideal-int 6281pkg syscall (freebsd-arm), const IP_RF ideal-int 6282pkg syscall (freebsd-arm), const IP_RSVP_OFF ideal-int 6283pkg syscall (freebsd-arm), const IP_RSVP_ON ideal-int 6284pkg syscall (freebsd-arm), const IP_RSVP_VIF_OFF ideal-int 6285pkg syscall (freebsd-arm), const IP_RSVP_VIF_ON ideal-int 6286pkg syscall (freebsd-arm), const IP_SENDSRCADDR ideal-int 6287pkg syscall (freebsd-arm), const IP_UNBLOCK_SOURCE ideal-int 6288pkg syscall (freebsd-arm), const ISIG ideal-int 6289pkg syscall (freebsd-arm), const ISTRIP ideal-int 6290pkg syscall (freebsd-arm), const IXANY ideal-int 6291pkg syscall (freebsd-arm), const IXOFF ideal-int 6292pkg syscall (freebsd-arm), const IXON ideal-int 6293pkg syscall (freebsd-arm), const LOCK_EX ideal-int 6294pkg syscall (freebsd-arm), const LOCK_NB ideal-int 6295pkg syscall (freebsd-arm), const LOCK_SH ideal-int 6296pkg syscall (freebsd-arm), const LOCK_UN ideal-int 6297pkg syscall (freebsd-arm), const MADV_AUTOSYNC ideal-int 6298pkg syscall (freebsd-arm), const MADV_CORE ideal-int 6299pkg syscall (freebsd-arm), const MADV_DONTNEED ideal-int 6300pkg syscall (freebsd-arm), const MADV_FREE ideal-int 6301pkg syscall (freebsd-arm), const MADV_NOCORE ideal-int 6302pkg syscall (freebsd-arm), const MADV_NORMAL ideal-int 6303pkg syscall (freebsd-arm), const MADV_NOSYNC ideal-int 6304pkg syscall (freebsd-arm), const MADV_PROTECT ideal-int 6305pkg syscall (freebsd-arm), const MADV_RANDOM ideal-int 6306pkg syscall (freebsd-arm), const MADV_SEQUENTIAL ideal-int 6307pkg syscall (freebsd-arm), const MADV_WILLNEED ideal-int 6308pkg syscall (freebsd-arm), const MAP_ANON ideal-int 6309pkg syscall (freebsd-arm), const MAP_ANONYMOUS ideal-int 6310pkg syscall (freebsd-arm), const MAP_COPY ideal-int 6311pkg syscall (freebsd-arm), const MAP_FILE ideal-int 6312pkg syscall (freebsd-arm), const MAP_FIXED ideal-int 6313pkg syscall (freebsd-arm), const MAP_HASSEMAPHORE ideal-int 6314pkg syscall (freebsd-arm), const MAP_NOCORE ideal-int 6315pkg syscall (freebsd-arm), const MAP_NORESERVE ideal-int 6316pkg syscall (freebsd-arm), const MAP_NOSYNC ideal-int 6317pkg syscall (freebsd-arm), const MAP_PREFAULT_READ ideal-int 6318pkg syscall (freebsd-arm), const MAP_PRIVATE ideal-int 6319pkg syscall (freebsd-arm), const MAP_RENAME ideal-int 6320pkg syscall (freebsd-arm), const MAP_RESERVED0080 ideal-int 6321pkg syscall (freebsd-arm), const MAP_RESERVED0100 ideal-int 6322pkg syscall (freebsd-arm), const MAP_SHARED ideal-int 6323pkg syscall (freebsd-arm), const MAP_STACK ideal-int 6324pkg syscall (freebsd-arm), const MCL_CURRENT ideal-int 6325pkg syscall (freebsd-arm), const MCL_FUTURE ideal-int 6326pkg syscall (freebsd-arm), const MSG_COMPAT ideal-int 6327pkg syscall (freebsd-arm), const MSG_CTRUNC ideal-int 6328pkg syscall (freebsd-arm), const MSG_DONTROUTE ideal-int 6329pkg syscall (freebsd-arm), const MSG_DONTWAIT ideal-int 6330pkg syscall (freebsd-arm), const MSG_EOF ideal-int 6331pkg syscall (freebsd-arm), const MSG_EOR ideal-int 6332pkg syscall (freebsd-arm), const MSG_NBIO ideal-int 6333pkg syscall (freebsd-arm), const MSG_NOSIGNAL ideal-int 6334pkg syscall (freebsd-arm), const MSG_NOTIFICATION ideal-int 6335pkg syscall (freebsd-arm), const MSG_OOB ideal-int 6336pkg syscall (freebsd-arm), const MSG_PEEK ideal-int 6337pkg syscall (freebsd-arm), const MSG_TRUNC ideal-int 6338pkg syscall (freebsd-arm), const MSG_WAITALL ideal-int 6339pkg syscall (freebsd-arm), const MS_ASYNC ideal-int 6340pkg syscall (freebsd-arm), const MS_INVALIDATE ideal-int 6341pkg syscall (freebsd-arm), const MS_SYNC ideal-int 6342pkg syscall (freebsd-arm), const NET_RT_DUMP ideal-int 6343pkg syscall (freebsd-arm), const NET_RT_FLAGS ideal-int 6344pkg syscall (freebsd-arm), const NET_RT_IFLIST ideal-int 6345pkg syscall (freebsd-arm), const NET_RT_IFLISTL ideal-int 6346pkg syscall (freebsd-arm), const NET_RT_IFMALIST ideal-int 6347pkg syscall (freebsd-arm), const NET_RT_MAXID ideal-int 6348pkg syscall (freebsd-arm), const NOFLSH ideal-int 6349pkg syscall (freebsd-arm), const NOTE_ATTRIB ideal-int 6350pkg syscall (freebsd-arm), const NOTE_CHILD ideal-int 6351pkg syscall (freebsd-arm), const NOTE_DELETE ideal-int 6352pkg syscall (freebsd-arm), const NOTE_EXEC ideal-int 6353pkg syscall (freebsd-arm), const NOTE_EXIT ideal-int 6354pkg syscall (freebsd-arm), const NOTE_EXTEND ideal-int 6355pkg syscall (freebsd-arm), const NOTE_FFAND ideal-int 6356pkg syscall (freebsd-arm), const NOTE_FFCOPY ideal-int 6357pkg syscall (freebsd-arm), const NOTE_FFCTRLMASK ideal-int 6358pkg syscall (freebsd-arm), const NOTE_FFLAGSMASK ideal-int 6359pkg syscall (freebsd-arm), const NOTE_FFNOP ideal-int 6360pkg syscall (freebsd-arm), const NOTE_FFOR ideal-int 6361pkg syscall (freebsd-arm), const NOTE_FORK ideal-int 6362pkg syscall (freebsd-arm), const NOTE_LINK ideal-int 6363pkg syscall (freebsd-arm), const NOTE_LOWAT ideal-int 6364pkg syscall (freebsd-arm), const NOTE_PCTRLMASK ideal-int 6365pkg syscall (freebsd-arm), const NOTE_PDATAMASK ideal-int 6366pkg syscall (freebsd-arm), const NOTE_RENAME ideal-int 6367pkg syscall (freebsd-arm), const NOTE_REVOKE ideal-int 6368pkg syscall (freebsd-arm), const NOTE_TRACK ideal-int 6369pkg syscall (freebsd-arm), const NOTE_TRACKERR ideal-int 6370pkg syscall (freebsd-arm), const NOTE_TRIGGER ideal-int 6371pkg syscall (freebsd-arm), const NOTE_WRITE ideal-int 6372pkg syscall (freebsd-arm), const OCRNL ideal-int 6373pkg syscall (freebsd-arm), const ONLCR ideal-int 6374pkg syscall (freebsd-arm), const ONLRET ideal-int 6375pkg syscall (freebsd-arm), const ONOCR ideal-int 6376pkg syscall (freebsd-arm), const ONOEOT ideal-int 6377pkg syscall (freebsd-arm), const OPOST ideal-int 6378pkg syscall (freebsd-arm), const O_ACCMODE ideal-int 6379pkg syscall (freebsd-arm), const O_DIRECT ideal-int 6380pkg syscall (freebsd-arm), const O_DIRECTORY ideal-int 6381pkg syscall (freebsd-arm), const O_EXEC ideal-int 6382pkg syscall (freebsd-arm), const O_EXLOCK ideal-int 6383pkg syscall (freebsd-arm), const O_FSYNC ideal-int 6384pkg syscall (freebsd-arm), const O_NDELAY ideal-int 6385pkg syscall (freebsd-arm), const O_NOFOLLOW ideal-int 6386pkg syscall (freebsd-arm), const O_SHLOCK ideal-int 6387pkg syscall (freebsd-arm), const O_TTY_INIT ideal-int 6388pkg syscall (freebsd-arm), const PARENB ideal-int 6389pkg syscall (freebsd-arm), const PARMRK ideal-int 6390pkg syscall (freebsd-arm), const PARODD ideal-int 6391pkg syscall (freebsd-arm), const PENDIN ideal-int 6392pkg syscall (freebsd-arm), const PRIO_PGRP = 1 6393pkg syscall (freebsd-arm), const PRIO_PGRP ideal-int 6394pkg syscall (freebsd-arm), const PRIO_PROCESS = 0 6395pkg syscall (freebsd-arm), const PRIO_PROCESS ideal-int 6396pkg syscall (freebsd-arm), const PRIO_USER = 2 6397pkg syscall (freebsd-arm), const PRIO_USER ideal-int 6398pkg syscall (freebsd-arm), const PROT_EXEC ideal-int 6399pkg syscall (freebsd-arm), const PROT_NONE ideal-int 6400pkg syscall (freebsd-arm), const PROT_READ ideal-int 6401pkg syscall (freebsd-arm), const PROT_WRITE ideal-int 6402pkg syscall (freebsd-arm), const PTRACE_CONT ideal-int 6403pkg syscall (freebsd-arm), const PTRACE_KILL ideal-int 6404pkg syscall (freebsd-arm), const PTRACE_TRACEME ideal-int 6405pkg syscall (freebsd-arm), const RLIMIT_AS ideal-int 6406pkg syscall (freebsd-arm), const RLIMIT_CORE ideal-int 6407pkg syscall (freebsd-arm), const RLIMIT_CPU ideal-int 6408pkg syscall (freebsd-arm), const RLIMIT_DATA ideal-int 6409pkg syscall (freebsd-arm), const RLIMIT_FSIZE ideal-int 6410pkg syscall (freebsd-arm), const RLIMIT_NOFILE ideal-int 6411pkg syscall (freebsd-arm), const RLIMIT_STACK ideal-int 6412pkg syscall (freebsd-arm), const RLIM_INFINITY ideal-int 6413pkg syscall (freebsd-arm), const RTAX_AUTHOR ideal-int 6414pkg syscall (freebsd-arm), const RTAX_BRD ideal-int 6415pkg syscall (freebsd-arm), const RTAX_DST ideal-int 6416pkg syscall (freebsd-arm), const RTAX_GATEWAY ideal-int 6417pkg syscall (freebsd-arm), const RTAX_GENMASK ideal-int 6418pkg syscall (freebsd-arm), const RTAX_IFA ideal-int 6419pkg syscall (freebsd-arm), const RTAX_IFP ideal-int 6420pkg syscall (freebsd-arm), const RTAX_MAX ideal-int 6421pkg syscall (freebsd-arm), const RTAX_NETMASK ideal-int 6422pkg syscall (freebsd-arm), const RTA_AUTHOR ideal-int 6423pkg syscall (freebsd-arm), const RTA_BRD ideal-int 6424pkg syscall (freebsd-arm), const RTA_DST ideal-int 6425pkg syscall (freebsd-arm), const RTA_GATEWAY ideal-int 6426pkg syscall (freebsd-arm), const RTA_GENMASK ideal-int 6427pkg syscall (freebsd-arm), const RTA_IFA ideal-int 6428pkg syscall (freebsd-arm), const RTA_IFP ideal-int 6429pkg syscall (freebsd-arm), const RTA_NETMASK ideal-int 6430pkg syscall (freebsd-arm), const RTF_BLACKHOLE ideal-int 6431pkg syscall (freebsd-arm), const RTF_BROADCAST ideal-int 6432pkg syscall (freebsd-arm), const RTF_DONE ideal-int 6433pkg syscall (freebsd-arm), const RTF_DYNAMIC ideal-int 6434pkg syscall (freebsd-arm), const RTF_FMASK ideal-int 6435pkg syscall (freebsd-arm), const RTF_GATEWAY ideal-int 6436pkg syscall (freebsd-arm), const RTF_HOST ideal-int 6437pkg syscall (freebsd-arm), const RTF_LLDATA ideal-int 6438pkg syscall (freebsd-arm), const RTF_LLINFO ideal-int 6439pkg syscall (freebsd-arm), const RTF_LOCAL ideal-int 6440pkg syscall (freebsd-arm), const RTF_MODIFIED ideal-int 6441pkg syscall (freebsd-arm), const RTF_MULTICAST ideal-int 6442pkg syscall (freebsd-arm), const RTF_PINNED ideal-int 6443pkg syscall (freebsd-arm), const RTF_PRCLONING ideal-int 6444pkg syscall (freebsd-arm), const RTF_PROTO1 ideal-int 6445pkg syscall (freebsd-arm), const RTF_PROTO2 ideal-int 6446pkg syscall (freebsd-arm), const RTF_PROTO3 ideal-int 6447pkg syscall (freebsd-arm), const RTF_REJECT ideal-int 6448pkg syscall (freebsd-arm), const RTF_RNH_LOCKED ideal-int 6449pkg syscall (freebsd-arm), const RTF_STATIC ideal-int 6450pkg syscall (freebsd-arm), const RTF_STICKY ideal-int 6451pkg syscall (freebsd-arm), const RTF_UP ideal-int 6452pkg syscall (freebsd-arm), const RTF_XRESOLVE ideal-int 6453pkg syscall (freebsd-arm), const RTM_ADD ideal-int 6454pkg syscall (freebsd-arm), const RTM_CHANGE ideal-int 6455pkg syscall (freebsd-arm), const RTM_DELADDR ideal-int 6456pkg syscall (freebsd-arm), const RTM_DELETE ideal-int 6457pkg syscall (freebsd-arm), const RTM_DELMADDR ideal-int 6458pkg syscall (freebsd-arm), const RTM_GET ideal-int 6459pkg syscall (freebsd-arm), const RTM_IEEE80211 ideal-int 6460pkg syscall (freebsd-arm), const RTM_IFANNOUNCE ideal-int 6461pkg syscall (freebsd-arm), const RTM_IFINFO ideal-int 6462pkg syscall (freebsd-arm), const RTM_LOCK ideal-int 6463pkg syscall (freebsd-arm), const RTM_LOSING ideal-int 6464pkg syscall (freebsd-arm), const RTM_MISS ideal-int 6465pkg syscall (freebsd-arm), const RTM_NEWADDR ideal-int 6466pkg syscall (freebsd-arm), const RTM_NEWMADDR ideal-int 6467pkg syscall (freebsd-arm), const RTM_OLDADD ideal-int 6468pkg syscall (freebsd-arm), const RTM_OLDDEL ideal-int 6469pkg syscall (freebsd-arm), const RTM_REDIRECT ideal-int 6470pkg syscall (freebsd-arm), const RTM_RESOLVE ideal-int 6471pkg syscall (freebsd-arm), const RTM_RTTUNIT ideal-int 6472pkg syscall (freebsd-arm), const RTM_VERSION ideal-int 6473pkg syscall (freebsd-arm), const RTV_EXPIRE ideal-int 6474pkg syscall (freebsd-arm), const RTV_HOPCOUNT ideal-int 6475pkg syscall (freebsd-arm), const RTV_MTU ideal-int 6476pkg syscall (freebsd-arm), const RTV_RPIPE ideal-int 6477pkg syscall (freebsd-arm), const RTV_RTT ideal-int 6478pkg syscall (freebsd-arm), const RTV_RTTVAR ideal-int 6479pkg syscall (freebsd-arm), const RTV_SPIPE ideal-int 6480pkg syscall (freebsd-arm), const RTV_SSTHRESH ideal-int 6481pkg syscall (freebsd-arm), const RTV_WEIGHT ideal-int 6482pkg syscall (freebsd-arm), const RT_CACHING_CONTEXT ideal-int 6483pkg syscall (freebsd-arm), const RT_DEFAULT_FIB ideal-int 6484pkg syscall (freebsd-arm), const RT_NORTREF ideal-int 6485pkg syscall (freebsd-arm), const RUSAGE_CHILDREN ideal-int 6486pkg syscall (freebsd-arm), const RUSAGE_SELF ideal-int 6487pkg syscall (freebsd-arm), const RUSAGE_THREAD ideal-int 6488pkg syscall (freebsd-arm), const SCM_BINTIME ideal-int 6489pkg syscall (freebsd-arm), const SCM_CREDS ideal-int 6490pkg syscall (freebsd-arm), const SCM_RIGHTS ideal-int 6491pkg syscall (freebsd-arm), const SCM_TIMESTAMP ideal-int 6492pkg syscall (freebsd-arm), const SIGCHLD Signal 6493pkg syscall (freebsd-arm), const SIGCONT Signal 6494pkg syscall (freebsd-arm), const SIGEMT Signal 6495pkg syscall (freebsd-arm), const SIGINFO Signal 6496pkg syscall (freebsd-arm), const SIGIO Signal 6497pkg syscall (freebsd-arm), const SIGIOT Signal 6498pkg syscall (freebsd-arm), const SIGLIBRT Signal 6499pkg syscall (freebsd-arm), const SIGLWP Signal 6500pkg syscall (freebsd-arm), const SIGPROF Signal 6501pkg syscall (freebsd-arm), const SIGSTOP Signal 6502pkg syscall (freebsd-arm), const SIGSYS Signal 6503pkg syscall (freebsd-arm), const SIGTHR Signal 6504pkg syscall (freebsd-arm), const SIGTSTP Signal 6505pkg syscall (freebsd-arm), const SIGTTIN Signal 6506pkg syscall (freebsd-arm), const SIGTTOU Signal 6507pkg syscall (freebsd-arm), const SIGURG Signal 6508pkg syscall (freebsd-arm), const SIGUSR1 Signal 6509pkg syscall (freebsd-arm), const SIGUSR2 Signal 6510pkg syscall (freebsd-arm), const SIGVTALRM Signal 6511pkg syscall (freebsd-arm), const SIGWINCH Signal 6512pkg syscall (freebsd-arm), const SIGXCPU Signal 6513pkg syscall (freebsd-arm), const SIGXFSZ Signal 6514pkg syscall (freebsd-arm), const SIOCADDMULTI ideal-int 6515pkg syscall (freebsd-arm), const SIOCADDRT ideal-int 6516pkg syscall (freebsd-arm), const SIOCAIFADDR ideal-int 6517pkg syscall (freebsd-arm), const SIOCAIFGROUP ideal-int 6518pkg syscall (freebsd-arm), const SIOCALIFADDR ideal-int 6519pkg syscall (freebsd-arm), const SIOCATMARK ideal-int 6520pkg syscall (freebsd-arm), const SIOCDELMULTI ideal-int 6521pkg syscall (freebsd-arm), const SIOCDELRT ideal-int 6522pkg syscall (freebsd-arm), const SIOCDIFADDR ideal-int 6523pkg syscall (freebsd-arm), const SIOCDIFGROUP ideal-int 6524pkg syscall (freebsd-arm), const SIOCDIFPHYADDR ideal-int 6525pkg syscall (freebsd-arm), const SIOCDLIFADDR ideal-int 6526pkg syscall (freebsd-arm), const SIOCGDRVSPEC ideal-int 6527pkg syscall (freebsd-arm), const SIOCGETSGCNT ideal-int 6528pkg syscall (freebsd-arm), const SIOCGETVIFCNT ideal-int 6529pkg syscall (freebsd-arm), const SIOCGHIWAT ideal-int 6530pkg syscall (freebsd-arm), const SIOCGIFADDR ideal-int 6531pkg syscall (freebsd-arm), const SIOCGIFBRDADDR ideal-int 6532pkg syscall (freebsd-arm), const SIOCGIFCAP ideal-int 6533pkg syscall (freebsd-arm), const SIOCGIFCONF ideal-int 6534pkg syscall (freebsd-arm), const SIOCGIFDESCR ideal-int 6535pkg syscall (freebsd-arm), const SIOCGIFDSTADDR ideal-int 6536pkg syscall (freebsd-arm), const SIOCGIFFIB ideal-int 6537pkg syscall (freebsd-arm), const SIOCGIFFLAGS ideal-int 6538pkg syscall (freebsd-arm), const SIOCGIFGENERIC ideal-int 6539pkg syscall (freebsd-arm), const SIOCGIFGMEMB ideal-int 6540pkg syscall (freebsd-arm), const SIOCGIFGROUP ideal-int 6541pkg syscall (freebsd-arm), const SIOCGIFINDEX ideal-int 6542pkg syscall (freebsd-arm), const SIOCGIFMAC ideal-int 6543pkg syscall (freebsd-arm), const SIOCGIFMEDIA ideal-int 6544pkg syscall (freebsd-arm), const SIOCGIFMETRIC ideal-int 6545pkg syscall (freebsd-arm), const SIOCGIFMTU ideal-int 6546pkg syscall (freebsd-arm), const SIOCGIFNETMASK ideal-int 6547pkg syscall (freebsd-arm), const SIOCGIFPDSTADDR ideal-int 6548pkg syscall (freebsd-arm), const SIOCGIFPHYS ideal-int 6549pkg syscall (freebsd-arm), const SIOCGIFPSRCADDR ideal-int 6550pkg syscall (freebsd-arm), const SIOCGIFSTATUS ideal-int 6551pkg syscall (freebsd-arm), const SIOCGLIFADDR ideal-int 6552pkg syscall (freebsd-arm), const SIOCGLIFPHYADDR ideal-int 6553pkg syscall (freebsd-arm), const SIOCGLOWAT ideal-int 6554pkg syscall (freebsd-arm), const SIOCGPGRP ideal-int 6555pkg syscall (freebsd-arm), const SIOCGPRIVATE_0 ideal-int 6556pkg syscall (freebsd-arm), const SIOCGPRIVATE_1 ideal-int 6557pkg syscall (freebsd-arm), const SIOCIFCREATE ideal-int 6558pkg syscall (freebsd-arm), const SIOCIFCREATE2 ideal-int 6559pkg syscall (freebsd-arm), const SIOCIFDESTROY ideal-int 6560pkg syscall (freebsd-arm), const SIOCIFGCLONERS ideal-int 6561pkg syscall (freebsd-arm), const SIOCSDRVSPEC ideal-int 6562pkg syscall (freebsd-arm), const SIOCSHIWAT ideal-int 6563pkg syscall (freebsd-arm), const SIOCSIFADDR ideal-int 6564pkg syscall (freebsd-arm), const SIOCSIFBRDADDR ideal-int 6565pkg syscall (freebsd-arm), const SIOCSIFCAP ideal-int 6566pkg syscall (freebsd-arm), const SIOCSIFDESCR ideal-int 6567pkg syscall (freebsd-arm), const SIOCSIFDSTADDR ideal-int 6568pkg syscall (freebsd-arm), const SIOCSIFFIB ideal-int 6569pkg syscall (freebsd-arm), const SIOCSIFFLAGS ideal-int 6570pkg syscall (freebsd-arm), const SIOCSIFGENERIC ideal-int 6571pkg syscall (freebsd-arm), const SIOCSIFLLADDR ideal-int 6572pkg syscall (freebsd-arm), const SIOCSIFMAC ideal-int 6573pkg syscall (freebsd-arm), const SIOCSIFMEDIA ideal-int 6574pkg syscall (freebsd-arm), const SIOCSIFMETRIC ideal-int 6575pkg syscall (freebsd-arm), const SIOCSIFMTU ideal-int 6576pkg syscall (freebsd-arm), const SIOCSIFNAME ideal-int 6577pkg syscall (freebsd-arm), const SIOCSIFNETMASK ideal-int 6578pkg syscall (freebsd-arm), const SIOCSIFPHYADDR ideal-int 6579pkg syscall (freebsd-arm), const SIOCSIFPHYS ideal-int 6580pkg syscall (freebsd-arm), const SIOCSIFRVNET ideal-int 6581pkg syscall (freebsd-arm), const SIOCSIFVNET ideal-int 6582pkg syscall (freebsd-arm), const SIOCSLIFPHYADDR ideal-int 6583pkg syscall (freebsd-arm), const SIOCSLOWAT ideal-int 6584pkg syscall (freebsd-arm), const SIOCSPGRP ideal-int 6585pkg syscall (freebsd-arm), const SOCK_MAXADDRLEN ideal-int 6586pkg syscall (freebsd-arm), const SOCK_RDM ideal-int 6587pkg syscall (freebsd-arm), const SO_ACCEPTCONN ideal-int 6588pkg syscall (freebsd-arm), const SO_ACCEPTFILTER ideal-int 6589pkg syscall (freebsd-arm), const SO_BINTIME ideal-int 6590pkg syscall (freebsd-arm), const SO_DEBUG ideal-int 6591pkg syscall (freebsd-arm), const SO_ERROR ideal-int 6592pkg syscall (freebsd-arm), const SO_LABEL ideal-int 6593pkg syscall (freebsd-arm), const SO_LISTENINCQLEN ideal-int 6594pkg syscall (freebsd-arm), const SO_LISTENQLEN ideal-int 6595pkg syscall (freebsd-arm), const SO_LISTENQLIMIT ideal-int 6596pkg syscall (freebsd-arm), const SO_NOSIGPIPE ideal-int 6597pkg syscall (freebsd-arm), const SO_NO_DDP ideal-int 6598pkg syscall (freebsd-arm), const SO_NO_OFFLOAD ideal-int 6599pkg syscall (freebsd-arm), const SO_OOBINLINE ideal-int 6600pkg syscall (freebsd-arm), const SO_PEERLABEL ideal-int 6601pkg syscall (freebsd-arm), const SO_PROTOCOL ideal-int 6602pkg syscall (freebsd-arm), const SO_PROTOTYPE ideal-int 6603pkg syscall (freebsd-arm), const SO_RCVLOWAT ideal-int 6604pkg syscall (freebsd-arm), const SO_RCVTIMEO ideal-int 6605pkg syscall (freebsd-arm), const SO_REUSEPORT ideal-int 6606pkg syscall (freebsd-arm), const SO_SETFIB ideal-int 6607pkg syscall (freebsd-arm), const SO_SNDLOWAT ideal-int 6608pkg syscall (freebsd-arm), const SO_SNDTIMEO ideal-int 6609pkg syscall (freebsd-arm), const SO_TIMESTAMP ideal-int 6610pkg syscall (freebsd-arm), const SO_TYPE ideal-int 6611pkg syscall (freebsd-arm), const SO_USELOOPBACK ideal-int 6612pkg syscall (freebsd-arm), const SO_USER_COOKIE ideal-int 6613pkg syscall (freebsd-arm), const SYS_ABORT2 ideal-int 6614pkg syscall (freebsd-arm), const SYS_ACCEPT ideal-int 6615pkg syscall (freebsd-arm), const SYS_ACCESS ideal-int 6616pkg syscall (freebsd-arm), const SYS_ACCT ideal-int 6617pkg syscall (freebsd-arm), const SYS_ADJTIME ideal-int 6618pkg syscall (freebsd-arm), const SYS_AUDIT ideal-int 6619pkg syscall (freebsd-arm), const SYS_AUDITCTL ideal-int 6620pkg syscall (freebsd-arm), const SYS_AUDITON ideal-int 6621pkg syscall (freebsd-arm), const SYS_BIND ideal-int 6622pkg syscall (freebsd-arm), const SYS_CAP_ENTER ideal-int 6623pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_GET ideal-int 6624pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_LIMIT ideal-int 6625pkg syscall (freebsd-arm), const SYS_CAP_GETMODE ideal-int 6626pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_GET ideal-int 6627pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_LIMIT ideal-int 6628pkg syscall (freebsd-arm), const SYS_CAP_NEW ideal-int 6629pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_GET ideal-int 6630pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_LIMIT ideal-int 6631pkg syscall (freebsd-arm), const SYS_CHDIR ideal-int 6632pkg syscall (freebsd-arm), const SYS_CHFLAGS ideal-int 6633pkg syscall (freebsd-arm), const SYS_CHMOD ideal-int 6634pkg syscall (freebsd-arm), const SYS_CHOWN ideal-int 6635pkg syscall (freebsd-arm), const SYS_CHROOT ideal-int 6636pkg syscall (freebsd-arm), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int 6637pkg syscall (freebsd-arm), const SYS_CLOCK_GETRES ideal-int 6638pkg syscall (freebsd-arm), const SYS_CLOCK_GETTIME ideal-int 6639pkg syscall (freebsd-arm), const SYS_CLOCK_SETTIME ideal-int 6640pkg syscall (freebsd-arm), const SYS_CLOSE ideal-int 6641pkg syscall (freebsd-arm), const SYS_CLOSEFROM ideal-int 6642pkg syscall (freebsd-arm), const SYS_CONNECT ideal-int 6643pkg syscall (freebsd-arm), const SYS_CPUSET ideal-int 6644pkg syscall (freebsd-arm), const SYS_CPUSET_GETAFFINITY ideal-int 6645pkg syscall (freebsd-arm), const SYS_CPUSET_GETID ideal-int 6646pkg syscall (freebsd-arm), const SYS_CPUSET_SETAFFINITY ideal-int 6647pkg syscall (freebsd-arm), const SYS_CPUSET_SETID ideal-int 6648pkg syscall (freebsd-arm), const SYS_DUP ideal-int 6649pkg syscall (freebsd-arm), const SYS_DUP2 ideal-int 6650pkg syscall (freebsd-arm), const SYS_EACCESS ideal-int 6651pkg syscall (freebsd-arm), const SYS_EXECVE ideal-int 6652pkg syscall (freebsd-arm), const SYS_EXIT ideal-int 6653pkg syscall (freebsd-arm), const SYS_EXTATTRCTL ideal-int 6654pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_FD ideal-int 6655pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_FILE ideal-int 6656pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_LINK ideal-int 6657pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_FD ideal-int 6658pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_FILE ideal-int 6659pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_LINK ideal-int 6660pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_FD ideal-int 6661pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_FILE ideal-int 6662pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_LINK ideal-int 6663pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_FD ideal-int 6664pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_FILE ideal-int 6665pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_LINK ideal-int 6666pkg syscall (freebsd-arm), const SYS_FACCESSAT ideal-int 6667pkg syscall (freebsd-arm), const SYS_FCHDIR ideal-int 6668pkg syscall (freebsd-arm), const SYS_FCHFLAGS ideal-int 6669pkg syscall (freebsd-arm), const SYS_FCHMOD ideal-int 6670pkg syscall (freebsd-arm), const SYS_FCHMODAT ideal-int 6671pkg syscall (freebsd-arm), const SYS_FCHOWN ideal-int 6672pkg syscall (freebsd-arm), const SYS_FCHOWNAT ideal-int 6673pkg syscall (freebsd-arm), const SYS_FCNTL ideal-int 6674pkg syscall (freebsd-arm), const SYS_FEXECVE ideal-int 6675pkg syscall (freebsd-arm), const SYS_FFCLOCK_GETCOUNTER ideal-int 6676pkg syscall (freebsd-arm), const SYS_FFCLOCK_GETESTIMATE ideal-int 6677pkg syscall (freebsd-arm), const SYS_FFCLOCK_SETESTIMATE ideal-int 6678pkg syscall (freebsd-arm), const SYS_FHOPEN ideal-int 6679pkg syscall (freebsd-arm), const SYS_FHSTAT ideal-int 6680pkg syscall (freebsd-arm), const SYS_FHSTATFS ideal-int 6681pkg syscall (freebsd-arm), const SYS_FLOCK ideal-int 6682pkg syscall (freebsd-arm), const SYS_FORK ideal-int 6683pkg syscall (freebsd-arm), const SYS_FPATHCONF ideal-int 6684pkg syscall (freebsd-arm), const SYS_FREEBSD6_FTRUNCATE ideal-int 6685pkg syscall (freebsd-arm), const SYS_FREEBSD6_LSEEK ideal-int 6686pkg syscall (freebsd-arm), const SYS_FREEBSD6_MMAP ideal-int 6687pkg syscall (freebsd-arm), const SYS_FREEBSD6_PREAD ideal-int 6688pkg syscall (freebsd-arm), const SYS_FREEBSD6_PWRITE ideal-int 6689pkg syscall (freebsd-arm), const SYS_FREEBSD6_TRUNCATE ideal-int 6690pkg syscall (freebsd-arm), const SYS_FSTAT ideal-int 6691pkg syscall (freebsd-arm), const SYS_FSTATAT ideal-int 6692pkg syscall (freebsd-arm), const SYS_FSTATFS ideal-int 6693pkg syscall (freebsd-arm), const SYS_FSYNC ideal-int 6694pkg syscall (freebsd-arm), const SYS_FTRUNCATE ideal-int 6695pkg syscall (freebsd-arm), const SYS_FUTIMES ideal-int 6696pkg syscall (freebsd-arm), const SYS_FUTIMESAT ideal-int 6697pkg syscall (freebsd-arm), const SYS_GETAUDIT ideal-int 6698pkg syscall (freebsd-arm), const SYS_GETAUDIT_ADDR ideal-int 6699pkg syscall (freebsd-arm), const SYS_GETAUID ideal-int 6700pkg syscall (freebsd-arm), const SYS_GETCONTEXT ideal-int 6701pkg syscall (freebsd-arm), const SYS_GETDENTS ideal-int 6702pkg syscall (freebsd-arm), const SYS_GETDIRENTRIES ideal-int 6703pkg syscall (freebsd-arm), const SYS_GETDTABLESIZE ideal-int 6704pkg syscall (freebsd-arm), const SYS_GETEGID ideal-int 6705pkg syscall (freebsd-arm), const SYS_GETEUID ideal-int 6706pkg syscall (freebsd-arm), const SYS_GETFH ideal-int 6707pkg syscall (freebsd-arm), const SYS_GETFSSTAT ideal-int 6708pkg syscall (freebsd-arm), const SYS_GETGID ideal-int 6709pkg syscall (freebsd-arm), const SYS_GETGROUPS ideal-int 6710pkg syscall (freebsd-arm), const SYS_GETITIMER ideal-int 6711pkg syscall (freebsd-arm), const SYS_GETLOGIN ideal-int 6712pkg syscall (freebsd-arm), const SYS_GETLOGINCLASS ideal-int 6713pkg syscall (freebsd-arm), const SYS_GETPEERNAME ideal-int 6714pkg syscall (freebsd-arm), const SYS_GETPGID ideal-int 6715pkg syscall (freebsd-arm), const SYS_GETPGRP ideal-int 6716pkg syscall (freebsd-arm), const SYS_GETPID ideal-int 6717pkg syscall (freebsd-arm), const SYS_GETPPID ideal-int 6718pkg syscall (freebsd-arm), const SYS_GETPRIORITY ideal-int 6719pkg syscall (freebsd-arm), const SYS_GETRESGID ideal-int 6720pkg syscall (freebsd-arm), const SYS_GETRESUID ideal-int 6721pkg syscall (freebsd-arm), const SYS_GETRLIMIT ideal-int 6722pkg syscall (freebsd-arm), const SYS_GETRUSAGE ideal-int 6723pkg syscall (freebsd-arm), const SYS_GETSID ideal-int 6724pkg syscall (freebsd-arm), const SYS_GETSOCKNAME ideal-int 6725pkg syscall (freebsd-arm), const SYS_GETSOCKOPT ideal-int 6726pkg syscall (freebsd-arm), const SYS_GETTIMEOFDAY ideal-int 6727pkg syscall (freebsd-arm), const SYS_GETUID ideal-int 6728pkg syscall (freebsd-arm), const SYS_IOCTL ideal-int 6729pkg syscall (freebsd-arm), const SYS_ISSETUGID ideal-int 6730pkg syscall (freebsd-arm), const SYS_JAIL ideal-int 6731pkg syscall (freebsd-arm), const SYS_JAIL_ATTACH ideal-int 6732pkg syscall (freebsd-arm), const SYS_JAIL_GET ideal-int 6733pkg syscall (freebsd-arm), const SYS_JAIL_REMOVE ideal-int 6734pkg syscall (freebsd-arm), const SYS_JAIL_SET ideal-int 6735pkg syscall (freebsd-arm), const SYS_KENV ideal-int 6736pkg syscall (freebsd-arm), const SYS_KEVENT ideal-int 6737pkg syscall (freebsd-arm), const SYS_KILL ideal-int 6738pkg syscall (freebsd-arm), const SYS_KLDFIND ideal-int 6739pkg syscall (freebsd-arm), const SYS_KLDFIRSTMOD ideal-int 6740pkg syscall (freebsd-arm), const SYS_KLDLOAD ideal-int 6741pkg syscall (freebsd-arm), const SYS_KLDNEXT ideal-int 6742pkg syscall (freebsd-arm), const SYS_KLDSTAT ideal-int 6743pkg syscall (freebsd-arm), const SYS_KLDSYM ideal-int 6744pkg syscall (freebsd-arm), const SYS_KLDUNLOAD ideal-int 6745pkg syscall (freebsd-arm), const SYS_KLDUNLOADF ideal-int 6746pkg syscall (freebsd-arm), const SYS_KQUEUE ideal-int 6747pkg syscall (freebsd-arm), const SYS_KTIMER_CREATE ideal-int 6748pkg syscall (freebsd-arm), const SYS_KTIMER_DELETE ideal-int 6749pkg syscall (freebsd-arm), const SYS_KTIMER_GETOVERRUN ideal-int 6750pkg syscall (freebsd-arm), const SYS_KTIMER_GETTIME ideal-int 6751pkg syscall (freebsd-arm), const SYS_KTIMER_SETTIME ideal-int 6752pkg syscall (freebsd-arm), const SYS_KTRACE ideal-int 6753pkg syscall (freebsd-arm), const SYS_LCHFLAGS ideal-int 6754pkg syscall (freebsd-arm), const SYS_LCHMOD ideal-int 6755pkg syscall (freebsd-arm), const SYS_LCHOWN ideal-int 6756pkg syscall (freebsd-arm), const SYS_LGETFH ideal-int 6757pkg syscall (freebsd-arm), const SYS_LINK ideal-int 6758pkg syscall (freebsd-arm), const SYS_LINKAT ideal-int 6759pkg syscall (freebsd-arm), const SYS_LISTEN ideal-int 6760pkg syscall (freebsd-arm), const SYS_LPATHCONF ideal-int 6761pkg syscall (freebsd-arm), const SYS_LSEEK ideal-int 6762pkg syscall (freebsd-arm), const SYS_LSTAT ideal-int 6763pkg syscall (freebsd-arm), const SYS_LUTIMES ideal-int 6764pkg syscall (freebsd-arm), const SYS_MAC_SYSCALL ideal-int 6765pkg syscall (freebsd-arm), const SYS_MADVISE ideal-int 6766pkg syscall (freebsd-arm), const SYS_MINCORE ideal-int 6767pkg syscall (freebsd-arm), const SYS_MINHERIT ideal-int 6768pkg syscall (freebsd-arm), const SYS_MKDIR ideal-int 6769pkg syscall (freebsd-arm), const SYS_MKDIRAT ideal-int 6770pkg syscall (freebsd-arm), const SYS_MKFIFO ideal-int 6771pkg syscall (freebsd-arm), const SYS_MKFIFOAT ideal-int 6772pkg syscall (freebsd-arm), const SYS_MKNOD ideal-int 6773pkg syscall (freebsd-arm), const SYS_MKNODAT ideal-int 6774pkg syscall (freebsd-arm), const SYS_MLOCK ideal-int 6775pkg syscall (freebsd-arm), const SYS_MLOCKALL ideal-int 6776pkg syscall (freebsd-arm), const SYS_MMAP ideal-int 6777pkg syscall (freebsd-arm), const SYS_MODFIND ideal-int 6778pkg syscall (freebsd-arm), const SYS_MODFNEXT ideal-int 6779pkg syscall (freebsd-arm), const SYS_MODNEXT ideal-int 6780pkg syscall (freebsd-arm), const SYS_MODSTAT ideal-int 6781pkg syscall (freebsd-arm), const SYS_MOUNT ideal-int 6782pkg syscall (freebsd-arm), const SYS_MPROTECT ideal-int 6783pkg syscall (freebsd-arm), const SYS_MSYNC ideal-int 6784pkg syscall (freebsd-arm), const SYS_MUNLOCK ideal-int 6785pkg syscall (freebsd-arm), const SYS_MUNLOCKALL ideal-int 6786pkg syscall (freebsd-arm), const SYS_MUNMAP ideal-int 6787pkg syscall (freebsd-arm), const SYS_NANOSLEEP ideal-int 6788pkg syscall (freebsd-arm), const SYS_NFSTAT ideal-int 6789pkg syscall (freebsd-arm), const SYS_NLSTAT ideal-int 6790pkg syscall (freebsd-arm), const SYS_NMOUNT ideal-int 6791pkg syscall (freebsd-arm), const SYS_NSTAT ideal-int 6792pkg syscall (freebsd-arm), const SYS_NTP_ADJTIME ideal-int 6793pkg syscall (freebsd-arm), const SYS_NTP_GETTIME ideal-int 6794pkg syscall (freebsd-arm), const SYS_OBREAK ideal-int 6795pkg syscall (freebsd-arm), const SYS_OPEN ideal-int 6796pkg syscall (freebsd-arm), const SYS_OPENAT ideal-int 6797pkg syscall (freebsd-arm), const SYS_OPENBSD_POLL ideal-int 6798pkg syscall (freebsd-arm), const SYS_OVADVISE ideal-int 6799pkg syscall (freebsd-arm), const SYS_PATHCONF ideal-int 6800pkg syscall (freebsd-arm), const SYS_PDFORK ideal-int 6801pkg syscall (freebsd-arm), const SYS_PDGETPID ideal-int 6802pkg syscall (freebsd-arm), const SYS_PDKILL ideal-int 6803pkg syscall (freebsd-arm), const SYS_PIPE ideal-int 6804pkg syscall (freebsd-arm), const SYS_POLL ideal-int 6805pkg syscall (freebsd-arm), const SYS_POSIX_FADVISE ideal-int 6806pkg syscall (freebsd-arm), const SYS_POSIX_FALLOCATE ideal-int 6807pkg syscall (freebsd-arm), const SYS_POSIX_OPENPT ideal-int 6808pkg syscall (freebsd-arm), const SYS_PREAD ideal-int 6809pkg syscall (freebsd-arm), const SYS_PREADV ideal-int 6810pkg syscall (freebsd-arm), const SYS_PROFIL ideal-int 6811pkg syscall (freebsd-arm), const SYS_PSELECT ideal-int 6812pkg syscall (freebsd-arm), const SYS_PTRACE ideal-int 6813pkg syscall (freebsd-arm), const SYS_PWRITE ideal-int 6814pkg syscall (freebsd-arm), const SYS_PWRITEV ideal-int 6815pkg syscall (freebsd-arm), const SYS_QUOTACTL ideal-int 6816pkg syscall (freebsd-arm), const SYS_RCTL_ADD_RULE ideal-int 6817pkg syscall (freebsd-arm), const SYS_RCTL_GET_LIMITS ideal-int 6818pkg syscall (freebsd-arm), const SYS_RCTL_GET_RACCT ideal-int 6819pkg syscall (freebsd-arm), const SYS_RCTL_GET_RULES ideal-int 6820pkg syscall (freebsd-arm), const SYS_RCTL_REMOVE_RULE ideal-int 6821pkg syscall (freebsd-arm), const SYS_READ ideal-int 6822pkg syscall (freebsd-arm), const SYS_READLINK ideal-int 6823pkg syscall (freebsd-arm), const SYS_READLINKAT ideal-int 6824pkg syscall (freebsd-arm), const SYS_READV ideal-int 6825pkg syscall (freebsd-arm), const SYS_REBOOT ideal-int 6826pkg syscall (freebsd-arm), const SYS_RECVFROM ideal-int 6827pkg syscall (freebsd-arm), const SYS_RECVMSG ideal-int 6828pkg syscall (freebsd-arm), const SYS_RENAME ideal-int 6829pkg syscall (freebsd-arm), const SYS_RENAMEAT ideal-int 6830pkg syscall (freebsd-arm), const SYS_REVOKE ideal-int 6831pkg syscall (freebsd-arm), const SYS_RFORK ideal-int 6832pkg syscall (freebsd-arm), const SYS_RMDIR ideal-int 6833pkg syscall (freebsd-arm), const SYS_RTPRIO ideal-int 6834pkg syscall (freebsd-arm), const SYS_RTPRIO_THREAD ideal-int 6835pkg syscall (freebsd-arm), const SYS_SBRK ideal-int 6836pkg syscall (freebsd-arm), const SYS_SCHED_GETPARAM ideal-int 6837pkg syscall (freebsd-arm), const SYS_SCHED_GETSCHEDULER ideal-int 6838pkg syscall (freebsd-arm), const SYS_SCHED_GET_PRIORITY_MAX ideal-int 6839pkg syscall (freebsd-arm), const SYS_SCHED_GET_PRIORITY_MIN ideal-int 6840pkg syscall (freebsd-arm), const SYS_SCHED_RR_GET_INTERVAL ideal-int 6841pkg syscall (freebsd-arm), const SYS_SCHED_SETPARAM ideal-int 6842pkg syscall (freebsd-arm), const SYS_SCHED_SETSCHEDULER ideal-int 6843pkg syscall (freebsd-arm), const SYS_SCHED_YIELD ideal-int 6844pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_RECVMSG ideal-int 6845pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_SENDMSG ideal-int 6846pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_SENDMSG_IOV ideal-int 6847pkg syscall (freebsd-arm), const SYS_SCTP_PEELOFF ideal-int 6848pkg syscall (freebsd-arm), const SYS_SELECT ideal-int 6849pkg syscall (freebsd-arm), const SYS_SENDFILE ideal-int 6850pkg syscall (freebsd-arm), const SYS_SENDMSG ideal-int 6851pkg syscall (freebsd-arm), const SYS_SENDTO ideal-int 6852pkg syscall (freebsd-arm), const SYS_SETAUDIT ideal-int 6853pkg syscall (freebsd-arm), const SYS_SETAUDIT_ADDR ideal-int 6854pkg syscall (freebsd-arm), const SYS_SETAUID ideal-int 6855pkg syscall (freebsd-arm), const SYS_SETCONTEXT ideal-int 6856pkg syscall (freebsd-arm), const SYS_SETEGID ideal-int 6857pkg syscall (freebsd-arm), const SYS_SETEUID ideal-int 6858pkg syscall (freebsd-arm), const SYS_SETFIB ideal-int 6859pkg syscall (freebsd-arm), const SYS_SETGID ideal-int 6860pkg syscall (freebsd-arm), const SYS_SETGROUPS ideal-int 6861pkg syscall (freebsd-arm), const SYS_SETITIMER ideal-int 6862pkg syscall (freebsd-arm), const SYS_SETLOGIN ideal-int 6863pkg syscall (freebsd-arm), const SYS_SETLOGINCLASS ideal-int 6864pkg syscall (freebsd-arm), const SYS_SETPGID ideal-int 6865pkg syscall (freebsd-arm), const SYS_SETPRIORITY ideal-int 6866pkg syscall (freebsd-arm), const SYS_SETREGID ideal-int 6867pkg syscall (freebsd-arm), const SYS_SETRESGID ideal-int 6868pkg syscall (freebsd-arm), const SYS_SETRESUID ideal-int 6869pkg syscall (freebsd-arm), const SYS_SETREUID ideal-int 6870pkg syscall (freebsd-arm), const SYS_SETRLIMIT ideal-int 6871pkg syscall (freebsd-arm), const SYS_SETSID ideal-int 6872pkg syscall (freebsd-arm), const SYS_SETSOCKOPT ideal-int 6873pkg syscall (freebsd-arm), const SYS_SETTIMEOFDAY ideal-int 6874pkg syscall (freebsd-arm), const SYS_SETUID ideal-int 6875pkg syscall (freebsd-arm), const SYS_SHM_OPEN ideal-int 6876pkg syscall (freebsd-arm), const SYS_SHM_UNLINK ideal-int 6877pkg syscall (freebsd-arm), const SYS_SHUTDOWN ideal-int 6878pkg syscall (freebsd-arm), const SYS_SIGACTION ideal-int 6879pkg syscall (freebsd-arm), const SYS_SIGALTSTACK ideal-int 6880pkg syscall (freebsd-arm), const SYS_SIGPENDING ideal-int 6881pkg syscall (freebsd-arm), const SYS_SIGPROCMASK ideal-int 6882pkg syscall (freebsd-arm), const SYS_SIGQUEUE ideal-int 6883pkg syscall (freebsd-arm), const SYS_SIGRETURN ideal-int 6884pkg syscall (freebsd-arm), const SYS_SIGSUSPEND ideal-int 6885pkg syscall (freebsd-arm), const SYS_SIGTIMEDWAIT ideal-int 6886pkg syscall (freebsd-arm), const SYS_SIGWAIT ideal-int 6887pkg syscall (freebsd-arm), const SYS_SIGWAITINFO ideal-int 6888pkg syscall (freebsd-arm), const SYS_SOCKET ideal-int 6889pkg syscall (freebsd-arm), const SYS_SOCKETPAIR ideal-int 6890pkg syscall (freebsd-arm), const SYS_SSTK ideal-int 6891pkg syscall (freebsd-arm), const SYS_STAT ideal-int 6892pkg syscall (freebsd-arm), const SYS_STATFS ideal-int 6893pkg syscall (freebsd-arm), const SYS_SWAPCONTEXT ideal-int 6894pkg syscall (freebsd-arm), const SYS_SWAPOFF ideal-int 6895pkg syscall (freebsd-arm), const SYS_SWAPON ideal-int 6896pkg syscall (freebsd-arm), const SYS_SYMLINK ideal-int 6897pkg syscall (freebsd-arm), const SYS_SYMLINKAT ideal-int 6898pkg syscall (freebsd-arm), const SYS_SYNC ideal-int 6899pkg syscall (freebsd-arm), const SYS_SYSARCH ideal-int 6900pkg syscall (freebsd-arm), const SYS_THR_CREATE ideal-int 6901pkg syscall (freebsd-arm), const SYS_THR_EXIT ideal-int 6902pkg syscall (freebsd-arm), const SYS_THR_KILL ideal-int 6903pkg syscall (freebsd-arm), const SYS_THR_KILL2 ideal-int 6904pkg syscall (freebsd-arm), const SYS_THR_NEW ideal-int 6905pkg syscall (freebsd-arm), const SYS_THR_SELF ideal-int 6906pkg syscall (freebsd-arm), const SYS_THR_SET_NAME ideal-int 6907pkg syscall (freebsd-arm), const SYS_THR_SUSPEND ideal-int 6908pkg syscall (freebsd-arm), const SYS_THR_WAKE ideal-int 6909pkg syscall (freebsd-arm), const SYS_TRUNCATE ideal-int 6910pkg syscall (freebsd-arm), const SYS_UMASK ideal-int 6911pkg syscall (freebsd-arm), const SYS_UNDELETE ideal-int 6912pkg syscall (freebsd-arm), const SYS_UNLINK ideal-int 6913pkg syscall (freebsd-arm), const SYS_UNLINKAT ideal-int 6914pkg syscall (freebsd-arm), const SYS_UNMOUNT ideal-int 6915pkg syscall (freebsd-arm), const SYS_UTIMES ideal-int 6916pkg syscall (freebsd-arm), const SYS_UTRACE ideal-int 6917pkg syscall (freebsd-arm), const SYS_UUIDGEN ideal-int 6918pkg syscall (freebsd-arm), const SYS_VFORK ideal-int 6919pkg syscall (freebsd-arm), const SYS_WAIT4 ideal-int 6920pkg syscall (freebsd-arm), const SYS_WAIT6 ideal-int 6921pkg syscall (freebsd-arm), const SYS_WRITE ideal-int 6922pkg syscall (freebsd-arm), const SYS_WRITEV ideal-int 6923pkg syscall (freebsd-arm), const SYS_YIELD ideal-int 6924pkg syscall (freebsd-arm), const SYS__UMTX_LOCK ideal-int 6925pkg syscall (freebsd-arm), const SYS__UMTX_OP ideal-int 6926pkg syscall (freebsd-arm), const SYS__UMTX_UNLOCK ideal-int 6927pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_FD ideal-int 6928pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_FILE ideal-int 6929pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_LINK ideal-int 6930pkg syscall (freebsd-arm), const SYS___ACL_DELETE_FD ideal-int 6931pkg syscall (freebsd-arm), const SYS___ACL_DELETE_FILE ideal-int 6932pkg syscall (freebsd-arm), const SYS___ACL_DELETE_LINK ideal-int 6933pkg syscall (freebsd-arm), const SYS___ACL_GET_FD ideal-int 6934pkg syscall (freebsd-arm), const SYS___ACL_GET_FILE ideal-int 6935pkg syscall (freebsd-arm), const SYS___ACL_GET_LINK ideal-int 6936pkg syscall (freebsd-arm), const SYS___ACL_SET_FD ideal-int 6937pkg syscall (freebsd-arm), const SYS___ACL_SET_FILE ideal-int 6938pkg syscall (freebsd-arm), const SYS___ACL_SET_LINK ideal-int 6939pkg syscall (freebsd-arm), const SYS___GETCWD ideal-int 6940pkg syscall (freebsd-arm), const SYS___MAC_EXECVE ideal-int 6941pkg syscall (freebsd-arm), const SYS___MAC_GET_FD ideal-int 6942pkg syscall (freebsd-arm), const SYS___MAC_GET_FILE ideal-int 6943pkg syscall (freebsd-arm), const SYS___MAC_GET_LINK ideal-int 6944pkg syscall (freebsd-arm), const SYS___MAC_GET_PID ideal-int 6945pkg syscall (freebsd-arm), const SYS___MAC_GET_PROC ideal-int 6946pkg syscall (freebsd-arm), const SYS___MAC_SET_FD ideal-int 6947pkg syscall (freebsd-arm), const SYS___MAC_SET_FILE ideal-int 6948pkg syscall (freebsd-arm), const SYS___MAC_SET_LINK ideal-int 6949pkg syscall (freebsd-arm), const SYS___MAC_SET_PROC ideal-int 6950pkg syscall (freebsd-arm), const SYS___SETUGID ideal-int 6951pkg syscall (freebsd-arm), const SYS___SYSCTL ideal-int 6952pkg syscall (freebsd-arm), const SizeofBpfHdr ideal-int 6953pkg syscall (freebsd-arm), const SizeofBpfInsn ideal-int 6954pkg syscall (freebsd-arm), const SizeofBpfProgram ideal-int 6955pkg syscall (freebsd-arm), const SizeofBpfStat ideal-int 6956pkg syscall (freebsd-arm), const SizeofBpfVersion ideal-int 6957pkg syscall (freebsd-arm), const SizeofBpfZbuf ideal-int 6958pkg syscall (freebsd-arm), const SizeofBpfZbufHeader ideal-int 6959pkg syscall (freebsd-arm), const SizeofCmsghdr ideal-int 6960pkg syscall (freebsd-arm), const SizeofICMPv6Filter = 32 6961pkg syscall (freebsd-arm), const SizeofICMPv6Filter ideal-int 6962pkg syscall (freebsd-arm), const SizeofIPMreq ideal-int 6963pkg syscall (freebsd-arm), const SizeofIPMreqn ideal-int 6964pkg syscall (freebsd-arm), const SizeofIPv6MTUInfo = 32 6965pkg syscall (freebsd-arm), const SizeofIPv6MTUInfo ideal-int 6966pkg syscall (freebsd-arm), const SizeofIPv6Mreq ideal-int 6967pkg syscall (freebsd-arm), const SizeofIfAnnounceMsghdr ideal-int 6968pkg syscall (freebsd-arm), const SizeofIfData ideal-int 6969pkg syscall (freebsd-arm), const SizeofIfMsghdr ideal-int 6970pkg syscall (freebsd-arm), const SizeofIfaMsghdr ideal-int 6971pkg syscall (freebsd-arm), const SizeofIfmaMsghdr ideal-int 6972pkg syscall (freebsd-arm), const SizeofInet6Pktinfo ideal-int 6973pkg syscall (freebsd-arm), const SizeofLinger ideal-int 6974pkg syscall (freebsd-arm), const SizeofMsghdr ideal-int 6975pkg syscall (freebsd-arm), const SizeofRtMetrics ideal-int 6976pkg syscall (freebsd-arm), const SizeofRtMsghdr ideal-int 6977pkg syscall (freebsd-arm), const SizeofSockaddrAny ideal-int 6978pkg syscall (freebsd-arm), const SizeofSockaddrDatalink ideal-int 6979pkg syscall (freebsd-arm), const SizeofSockaddrInet4 ideal-int 6980pkg syscall (freebsd-arm), const SizeofSockaddrInet6 ideal-int 6981pkg syscall (freebsd-arm), const SizeofSockaddrUnix ideal-int 6982pkg syscall (freebsd-arm), const TCIFLUSH ideal-int 6983pkg syscall (freebsd-arm), const TCIOFLUSH ideal-int 6984pkg syscall (freebsd-arm), const TCOFLUSH ideal-int 6985pkg syscall (freebsd-arm), const TCP_CA_NAME_MAX ideal-int 6986pkg syscall (freebsd-arm), const TCP_CONGESTION ideal-int 6987pkg syscall (freebsd-arm), const TCP_INFO ideal-int 6988pkg syscall (freebsd-arm), const TCP_KEEPCNT ideal-int 6989pkg syscall (freebsd-arm), const TCP_KEEPIDLE ideal-int 6990pkg syscall (freebsd-arm), const TCP_KEEPINIT ideal-int 6991pkg syscall (freebsd-arm), const TCP_KEEPINTVL ideal-int 6992pkg syscall (freebsd-arm), const TCP_MAXBURST ideal-int 6993pkg syscall (freebsd-arm), const TCP_MAXHLEN ideal-int 6994pkg syscall (freebsd-arm), const TCP_MAXOLEN ideal-int 6995pkg syscall (freebsd-arm), const TCP_MAXSEG ideal-int 6996pkg syscall (freebsd-arm), const TCP_MAXWIN ideal-int 6997pkg syscall (freebsd-arm), const TCP_MAX_SACK ideal-int 6998pkg syscall (freebsd-arm), const TCP_MAX_WINSHIFT ideal-int 6999pkg syscall (freebsd-arm), const TCP_MD5SIG ideal-int 7000pkg syscall (freebsd-arm), const TCP_MINMSS ideal-int 7001pkg syscall (freebsd-arm), const TCP_MSS ideal-int 7002pkg syscall (freebsd-arm), const TCP_NOOPT ideal-int 7003pkg syscall (freebsd-arm), const TCP_NOPUSH ideal-int 7004pkg syscall (freebsd-arm), const TCSAFLUSH ideal-int 7005pkg syscall (freebsd-arm), const TIOCCBRK ideal-int 7006pkg syscall (freebsd-arm), const TIOCCDTR ideal-int 7007pkg syscall (freebsd-arm), const TIOCCONS ideal-int 7008pkg syscall (freebsd-arm), const TIOCDRAIN ideal-int 7009pkg syscall (freebsd-arm), const TIOCEXCL ideal-int 7010pkg syscall (freebsd-arm), const TIOCEXT ideal-int 7011pkg syscall (freebsd-arm), const TIOCFLUSH ideal-int 7012pkg syscall (freebsd-arm), const TIOCGDRAINWAIT ideal-int 7013pkg syscall (freebsd-arm), const TIOCGETA ideal-int 7014pkg syscall (freebsd-arm), const TIOCGETD ideal-int 7015pkg syscall (freebsd-arm), const TIOCGPGRP ideal-int 7016pkg syscall (freebsd-arm), const TIOCGPTN ideal-int 7017pkg syscall (freebsd-arm), const TIOCGSID ideal-int 7018pkg syscall (freebsd-arm), const TIOCGWINSZ ideal-int 7019pkg syscall (freebsd-arm), const TIOCMBIC ideal-int 7020pkg syscall (freebsd-arm), const TIOCMBIS ideal-int 7021pkg syscall (freebsd-arm), const TIOCMGDTRWAIT ideal-int 7022pkg syscall (freebsd-arm), const TIOCMGET ideal-int 7023pkg syscall (freebsd-arm), const TIOCMSDTRWAIT ideal-int 7024pkg syscall (freebsd-arm), const TIOCMSET ideal-int 7025pkg syscall (freebsd-arm), const TIOCM_CAR ideal-int 7026pkg syscall (freebsd-arm), const TIOCM_CD ideal-int 7027pkg syscall (freebsd-arm), const TIOCM_CTS ideal-int 7028pkg syscall (freebsd-arm), const TIOCM_DCD ideal-int 7029pkg syscall (freebsd-arm), const TIOCM_DSR ideal-int 7030pkg syscall (freebsd-arm), const TIOCM_DTR ideal-int 7031pkg syscall (freebsd-arm), const TIOCM_LE ideal-int 7032pkg syscall (freebsd-arm), const TIOCM_RI ideal-int 7033pkg syscall (freebsd-arm), const TIOCM_RNG ideal-int 7034pkg syscall (freebsd-arm), const TIOCM_RTS ideal-int 7035pkg syscall (freebsd-arm), const TIOCM_SR ideal-int 7036pkg syscall (freebsd-arm), const TIOCM_ST ideal-int 7037pkg syscall (freebsd-arm), const TIOCNOTTY ideal-int 7038pkg syscall (freebsd-arm), const TIOCNXCL ideal-int 7039pkg syscall (freebsd-arm), const TIOCOUTQ ideal-int 7040pkg syscall (freebsd-arm), const TIOCPKT ideal-int 7041pkg syscall (freebsd-arm), const TIOCPKT_DATA ideal-int 7042pkg syscall (freebsd-arm), const TIOCPKT_DOSTOP ideal-int 7043pkg syscall (freebsd-arm), const TIOCPKT_FLUSHREAD ideal-int 7044pkg syscall (freebsd-arm), const TIOCPKT_FLUSHWRITE ideal-int 7045pkg syscall (freebsd-arm), const TIOCPKT_IOCTL ideal-int 7046pkg syscall (freebsd-arm), const TIOCPKT_NOSTOP ideal-int 7047pkg syscall (freebsd-arm), const TIOCPKT_START ideal-int 7048pkg syscall (freebsd-arm), const TIOCPKT_STOP ideal-int 7049pkg syscall (freebsd-arm), const TIOCPTMASTER ideal-int 7050pkg syscall (freebsd-arm), const TIOCSBRK ideal-int 7051pkg syscall (freebsd-arm), const TIOCSCTTY ideal-int 7052pkg syscall (freebsd-arm), const TIOCSDRAINWAIT ideal-int 7053pkg syscall (freebsd-arm), const TIOCSDTR ideal-int 7054pkg syscall (freebsd-arm), const TIOCSETA ideal-int 7055pkg syscall (freebsd-arm), const TIOCSETAF ideal-int 7056pkg syscall (freebsd-arm), const TIOCSETAW ideal-int 7057pkg syscall (freebsd-arm), const TIOCSETD ideal-int 7058pkg syscall (freebsd-arm), const TIOCSIG ideal-int 7059pkg syscall (freebsd-arm), const TIOCSPGRP ideal-int 7060pkg syscall (freebsd-arm), const TIOCSTART ideal-int 7061pkg syscall (freebsd-arm), const TIOCSTAT ideal-int 7062pkg syscall (freebsd-arm), const TIOCSTI ideal-int 7063pkg syscall (freebsd-arm), const TIOCSTOP ideal-int 7064pkg syscall (freebsd-arm), const TIOCSWINSZ ideal-int 7065pkg syscall (freebsd-arm), const TIOCTIMESTAMP ideal-int 7066pkg syscall (freebsd-arm), const TIOCUCNTL ideal-int 7067pkg syscall (freebsd-arm), const TOSTOP ideal-int 7068pkg syscall (freebsd-arm), const VDISCARD ideal-int 7069pkg syscall (freebsd-arm), const VDSUSP ideal-int 7070pkg syscall (freebsd-arm), const VEOF ideal-int 7071pkg syscall (freebsd-arm), const VEOL ideal-int 7072pkg syscall (freebsd-arm), const VEOL2 ideal-int 7073pkg syscall (freebsd-arm), const VERASE ideal-int 7074pkg syscall (freebsd-arm), const VERASE2 ideal-int 7075pkg syscall (freebsd-arm), const VINTR ideal-int 7076pkg syscall (freebsd-arm), const VKILL ideal-int 7077pkg syscall (freebsd-arm), const VLNEXT ideal-int 7078pkg syscall (freebsd-arm), const VMIN ideal-int 7079pkg syscall (freebsd-arm), const VQUIT ideal-int 7080pkg syscall (freebsd-arm), const VREPRINT ideal-int 7081pkg syscall (freebsd-arm), const VSTART ideal-int 7082pkg syscall (freebsd-arm), const VSTATUS ideal-int 7083pkg syscall (freebsd-arm), const VSTOP ideal-int 7084pkg syscall (freebsd-arm), const VSUSP ideal-int 7085pkg syscall (freebsd-arm), const VTIME ideal-int 7086pkg syscall (freebsd-arm), const VWERASE ideal-int 7087pkg syscall (freebsd-arm), const WCONTINUED ideal-int 7088pkg syscall (freebsd-arm), const WCOREFLAG ideal-int 7089pkg syscall (freebsd-arm), const WEXITED ideal-int 7090pkg syscall (freebsd-arm), const WLINUXCLONE ideal-int 7091pkg syscall (freebsd-arm), const WNOHANG ideal-int 7092pkg syscall (freebsd-arm), const WNOWAIT ideal-int 7093pkg syscall (freebsd-arm), const WSTOPPED ideal-int 7094pkg syscall (freebsd-arm), const WTRAPPED ideal-int 7095pkg syscall (freebsd-arm), const WUNTRACED ideal-int 7096pkg syscall (freebsd-arm), func Accept(int) (int, Sockaddr, error) 7097pkg syscall (freebsd-arm), func Access(string, uint32) error 7098pkg syscall (freebsd-arm), func Adjtime(*Timeval, *Timeval) error 7099pkg syscall (freebsd-arm), func Bind(int, Sockaddr) error 7100pkg syscall (freebsd-arm), func BpfBuflen(int) (int, error) 7101pkg syscall (freebsd-arm), func BpfDatalink(int) (int, error) 7102pkg syscall (freebsd-arm), func BpfHeadercmpl(int) (int, error) 7103pkg syscall (freebsd-arm), func BpfInterface(int, string) (string, error) 7104pkg syscall (freebsd-arm), func BpfJump(int, int, int, int) *BpfInsn 7105pkg syscall (freebsd-arm), func BpfStats(int) (*BpfStat, error) 7106pkg syscall (freebsd-arm), func BpfStmt(int, int) *BpfInsn 7107pkg syscall (freebsd-arm), func BpfTimeout(int) (*Timeval, error) 7108pkg syscall (freebsd-arm), func CheckBpfVersion(int) error 7109pkg syscall (freebsd-arm), func Chflags(string, int) error 7110pkg syscall (freebsd-arm), func Chroot(string) error 7111pkg syscall (freebsd-arm), func Close(int) error 7112pkg syscall (freebsd-arm), func CloseOnExec(int) 7113pkg syscall (freebsd-arm), func CmsgLen(int) int 7114pkg syscall (freebsd-arm), func CmsgSpace(int) int 7115pkg syscall (freebsd-arm), func Connect(int, Sockaddr) error 7116pkg syscall (freebsd-arm), func Dup(int) (int, error) 7117pkg syscall (freebsd-arm), func Dup2(int, int) error 7118pkg syscall (freebsd-arm), func Fchdir(int) error 7119pkg syscall (freebsd-arm), func Fchflags(string, int) error 7120pkg syscall (freebsd-arm), func Fchmod(int, uint32) error 7121pkg syscall (freebsd-arm), func Fchown(int, int, int) error 7122pkg syscall (freebsd-arm), func Flock(int, int) error 7123pkg syscall (freebsd-arm), func FlushBpf(int) error 7124pkg syscall (freebsd-arm), func ForkExec(string, []string, *ProcAttr) (int, error) 7125pkg syscall (freebsd-arm), func Fpathconf(int, int) (int, error) 7126pkg syscall (freebsd-arm), func Fstat(int, *Stat_t) error 7127pkg syscall (freebsd-arm), func Fstatfs(int, *Statfs_t) error 7128pkg syscall (freebsd-arm), func Fsync(int) error 7129pkg syscall (freebsd-arm), func Ftruncate(int, int64) error 7130pkg syscall (freebsd-arm), func Futimes(int, []Timeval) error 7131pkg syscall (freebsd-arm), func Getdirentries(int, []uint8, *uintptr) (int, error) 7132pkg syscall (freebsd-arm), func Getdtablesize() int 7133pkg syscall (freebsd-arm), func Getfsstat([]Statfs_t, int) (int, error) 7134pkg syscall (freebsd-arm), func Getpeername(int) (Sockaddr, error) 7135pkg syscall (freebsd-arm), func Getpgid(int) (int, error) 7136pkg syscall (freebsd-arm), func Getpgrp() int 7137pkg syscall (freebsd-arm), func Getpriority(int, int) (int, error) 7138pkg syscall (freebsd-arm), func Getrlimit(int, *Rlimit) error 7139pkg syscall (freebsd-arm), func Getrusage(int, *Rusage) error 7140pkg syscall (freebsd-arm), func Getsid(int) (int, error) 7141pkg syscall (freebsd-arm), func Getsockname(int) (Sockaddr, error) 7142pkg syscall (freebsd-arm), func GetsockoptByte(int, int, int) (uint8, error) 7143pkg syscall (freebsd-arm), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 7144pkg syscall (freebsd-arm), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) 7145pkg syscall (freebsd-arm), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) 7146pkg syscall (freebsd-arm), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 7147pkg syscall (freebsd-arm), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) 7148pkg syscall (freebsd-arm), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) 7149pkg syscall (freebsd-arm), func GetsockoptInt(int, int, int) (int, error) 7150pkg syscall (freebsd-arm), func Issetugid() bool 7151pkg syscall (freebsd-arm), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) 7152pkg syscall (freebsd-arm), func Kill(int, Signal) error 7153pkg syscall (freebsd-arm), func Kqueue() (int, error) 7154pkg syscall (freebsd-arm), func Listen(int, int) error 7155pkg syscall (freebsd-arm), func Lstat(string, *Stat_t) error 7156pkg syscall (freebsd-arm), func Mkfifo(string, uint32) error 7157pkg syscall (freebsd-arm), func Mknod(string, uint32, int) error 7158pkg syscall (freebsd-arm), func Mmap(int, int64, int, int, int) ([]uint8, error) 7159pkg syscall (freebsd-arm), func Munmap([]uint8) error 7160pkg syscall (freebsd-arm), func Nanosleep(*Timespec, *Timespec) error 7161pkg syscall (freebsd-arm), func Open(string, int, uint32) (int, error) 7162pkg syscall (freebsd-arm), func ParseDirent([]uint8, int, []string) (int, int, []string) 7163pkg syscall (freebsd-arm), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) 7164pkg syscall (freebsd-arm), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) 7165pkg syscall (freebsd-arm), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) 7166pkg syscall (freebsd-arm), func ParseUnixRights(*SocketControlMessage) ([]int, error) 7167pkg syscall (freebsd-arm), func Pathconf(string, int) (int, error) 7168pkg syscall (freebsd-arm), func Pipe([]int) error 7169pkg syscall (freebsd-arm), func Pread(int, []uint8, int64) (int, error) 7170pkg syscall (freebsd-arm), func Pwrite(int, []uint8, int64) (int, error) 7171pkg syscall (freebsd-arm), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 7172pkg syscall (freebsd-arm), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 7173pkg syscall (freebsd-arm), func Read(int, []uint8) (int, error) 7174pkg syscall (freebsd-arm), func ReadDirent(int, []uint8) (int, error) 7175pkg syscall (freebsd-arm), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) 7176pkg syscall (freebsd-arm), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) 7177pkg syscall (freebsd-arm), func Revoke(string) error 7178pkg syscall (freebsd-arm), func RouteRIB(int, int) ([]uint8, error) 7179pkg syscall (freebsd-arm), func Seek(int, int64, int) (int64, error) 7180pkg syscall (freebsd-arm), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error 7181pkg syscall (freebsd-arm), func Sendfile(int, int, *int64, int) (int, error) 7182pkg syscall (freebsd-arm), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error 7183pkg syscall (freebsd-arm), func Sendto(int, []uint8, int, Sockaddr) error 7184pkg syscall (freebsd-arm), func SetBpf(int, []BpfInsn) error 7185pkg syscall (freebsd-arm), func SetBpfBuflen(int, int) (int, error) 7186pkg syscall (freebsd-arm), func SetBpfDatalink(int, int) (int, error) 7187pkg syscall (freebsd-arm), func SetBpfHeadercmpl(int, int) error 7188pkg syscall (freebsd-arm), func SetBpfImmediate(int, int) error 7189pkg syscall (freebsd-arm), func SetBpfInterface(int, string) error 7190pkg syscall (freebsd-arm), func SetBpfPromisc(int, int) error 7191pkg syscall (freebsd-arm), func SetBpfTimeout(int, *Timeval) error 7192pkg syscall (freebsd-arm), func SetKevent(*Kevent_t, int, int, int) 7193pkg syscall (freebsd-arm), func SetNonblock(int, bool) error 7194pkg syscall (freebsd-arm), func Setegid(int) error 7195pkg syscall (freebsd-arm), func Seteuid(int) error 7196pkg syscall (freebsd-arm), func Setgid(int) error 7197pkg syscall (freebsd-arm), func Setgroups([]int) error 7198pkg syscall (freebsd-arm), func Setlogin(string) error 7199pkg syscall (freebsd-arm), func Setpgid(int, int) error 7200pkg syscall (freebsd-arm), func Setpriority(int, int, int) error 7201pkg syscall (freebsd-arm), func Setregid(int, int) error 7202pkg syscall (freebsd-arm), func Setreuid(int, int) error 7203pkg syscall (freebsd-arm), func Setrlimit(int, *Rlimit) error 7204pkg syscall (freebsd-arm), func Setsid() (int, error) 7205pkg syscall (freebsd-arm), func SetsockoptByte(int, int, int, uint8) error 7206pkg syscall (freebsd-arm), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 7207pkg syscall (freebsd-arm), func SetsockoptIPMreq(int, int, int, *IPMreq) error 7208pkg syscall (freebsd-arm), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error 7209pkg syscall (freebsd-arm), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error 7210pkg syscall (freebsd-arm), func SetsockoptInet4Addr(int, int, int, [4]uint8) error 7211pkg syscall (freebsd-arm), func SetsockoptInt(int, int, int, int) error 7212pkg syscall (freebsd-arm), func SetsockoptLinger(int, int, int, *Linger) error 7213pkg syscall (freebsd-arm), func SetsockoptString(int, int, int, string) error 7214pkg syscall (freebsd-arm), func SetsockoptTimeval(int, int, int, *Timeval) error 7215pkg syscall (freebsd-arm), func Settimeofday(*Timeval) error 7216pkg syscall (freebsd-arm), func Setuid(int) error 7217pkg syscall (freebsd-arm), func Shutdown(int, int) error 7218pkg syscall (freebsd-arm), func SlicePtrFromStrings([]string) ([]*uint8, error) 7219pkg syscall (freebsd-arm), func Socket(int, int, int) (int, error) 7220pkg syscall (freebsd-arm), func Socketpair(int, int, int) ([2]int, error) 7221pkg syscall (freebsd-arm), func Stat(string, *Stat_t) error 7222pkg syscall (freebsd-arm), func Statfs(string, *Statfs_t) error 7223pkg syscall (freebsd-arm), func StringSlicePtr([]string) []*uint8 7224pkg syscall (freebsd-arm), func Sync() error 7225pkg syscall (freebsd-arm), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 7226pkg syscall (freebsd-arm), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 7227pkg syscall (freebsd-arm), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 7228pkg syscall (freebsd-arm), func Sysctl(string) (string, error) 7229pkg syscall (freebsd-arm), func SysctlUint32(string) (uint32, error) 7230pkg syscall (freebsd-arm), func TimevalToNsec(Timeval) int64 7231pkg syscall (freebsd-arm), func Truncate(string, int64) error 7232pkg syscall (freebsd-arm), func Umask(int) int 7233pkg syscall (freebsd-arm), func Undelete(string) error 7234pkg syscall (freebsd-arm), func UnixRights(...int) []uint8 7235pkg syscall (freebsd-arm), func Unmount(string, int) error 7236pkg syscall (freebsd-arm), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) 7237pkg syscall (freebsd-arm), func Write(int, []uint8) (int, error) 7238pkg syscall (freebsd-arm), method (*Cmsghdr) SetLen(int) 7239pkg syscall (freebsd-arm), method (*Iovec) SetLen(int) 7240pkg syscall (freebsd-arm), method (*Msghdr) SetControllen(int) 7241pkg syscall (freebsd-arm), type BpfHdr struct 7242pkg syscall (freebsd-arm), type BpfHdr struct, Caplen uint32 7243pkg syscall (freebsd-arm), type BpfHdr struct, Datalen uint32 7244pkg syscall (freebsd-arm), type BpfHdr struct, Hdrlen uint16 7245pkg syscall (freebsd-arm), type BpfHdr struct, Pad_cgo_0 [2]uint8 7246pkg syscall (freebsd-arm), type BpfHdr struct, Tstamp Timeval 7247pkg syscall (freebsd-arm), type BpfInsn struct 7248pkg syscall (freebsd-arm), type BpfInsn struct, Code uint16 7249pkg syscall (freebsd-arm), type BpfInsn struct, Jf uint8 7250pkg syscall (freebsd-arm), type BpfInsn struct, Jt uint8 7251pkg syscall (freebsd-arm), type BpfInsn struct, K uint32 7252pkg syscall (freebsd-arm), type BpfProgram struct 7253pkg syscall (freebsd-arm), type BpfProgram struct, Insns *BpfInsn 7254pkg syscall (freebsd-arm), type BpfProgram struct, Len uint32 7255pkg syscall (freebsd-arm), type BpfStat struct 7256pkg syscall (freebsd-arm), type BpfStat struct, Drop uint32 7257pkg syscall (freebsd-arm), type BpfStat struct, Recv uint32 7258pkg syscall (freebsd-arm), type BpfVersion struct 7259pkg syscall (freebsd-arm), type BpfVersion struct, Major uint16 7260pkg syscall (freebsd-arm), type BpfVersion struct, Minor uint16 7261pkg syscall (freebsd-arm), type BpfZbuf struct 7262pkg syscall (freebsd-arm), type BpfZbuf struct, Bufa *uint8 7263pkg syscall (freebsd-arm), type BpfZbuf struct, Bufb *uint8 7264pkg syscall (freebsd-arm), type BpfZbuf struct, Buflen uint32 7265pkg syscall (freebsd-arm), type BpfZbufHeader struct 7266pkg syscall (freebsd-arm), type BpfZbufHeader struct, Kernel_gen uint32 7267pkg syscall (freebsd-arm), type BpfZbufHeader struct, Kernel_len uint32 7268pkg syscall (freebsd-arm), type BpfZbufHeader struct, User_gen uint32 7269pkg syscall (freebsd-arm), type BpfZbufHeader struct, X_bzh_pad [5]uint32 7270pkg syscall (freebsd-arm), type Cmsghdr struct 7271pkg syscall (freebsd-arm), type Cmsghdr struct, Len uint32 7272pkg syscall (freebsd-arm), type Cmsghdr struct, Level int32 7273pkg syscall (freebsd-arm), type Cmsghdr struct, Type int32 7274pkg syscall (freebsd-arm), type Credential struct 7275pkg syscall (freebsd-arm), type Credential struct, Gid uint32 7276pkg syscall (freebsd-arm), type Credential struct, Groups []uint32 7277pkg syscall (freebsd-arm), type Credential struct, Uid uint32 7278pkg syscall (freebsd-arm), type Dirent struct 7279pkg syscall (freebsd-arm), type Dirent struct, Fileno uint32 7280pkg syscall (freebsd-arm), type Dirent struct, Name [256]int8 7281pkg syscall (freebsd-arm), type Dirent struct, Namlen uint8 7282pkg syscall (freebsd-arm), type Dirent struct, Reclen uint16 7283pkg syscall (freebsd-arm), type Dirent struct, Type uint8 7284pkg syscall (freebsd-arm), type FdSet struct 7285pkg syscall (freebsd-arm), type FdSet struct, X__fds_bits [32]uint32 7286pkg syscall (freebsd-arm), type Flock_t struct 7287pkg syscall (freebsd-arm), type Flock_t struct, Len int64 7288pkg syscall (freebsd-arm), type Flock_t struct, Pid int32 7289pkg syscall (freebsd-arm), type Flock_t struct, Start int64 7290pkg syscall (freebsd-arm), type Flock_t struct, Sysid int32 7291pkg syscall (freebsd-arm), type Flock_t struct, Type int16 7292pkg syscall (freebsd-arm), type Flock_t struct, Whence int16 7293pkg syscall (freebsd-arm), type Fsid struct 7294pkg syscall (freebsd-arm), type Fsid struct, Val [2]int32 7295pkg syscall (freebsd-arm), type ICMPv6Filter struct 7296pkg syscall (freebsd-arm), type ICMPv6Filter struct, Filt [8]uint32 7297pkg syscall (freebsd-arm), type IPMreqn struct 7298pkg syscall (freebsd-arm), type IPMreqn struct, Address [4]uint8 7299pkg syscall (freebsd-arm), type IPMreqn struct, Ifindex int32 7300pkg syscall (freebsd-arm), type IPMreqn struct, Multiaddr [4]uint8 7301pkg syscall (freebsd-arm), type IPv6MTUInfo struct 7302pkg syscall (freebsd-arm), type IPv6MTUInfo struct, Addr RawSockaddrInet6 7303pkg syscall (freebsd-arm), type IPv6MTUInfo struct, Mtu uint32 7304pkg syscall (freebsd-arm), type IfAnnounceMsghdr struct 7305pkg syscall (freebsd-arm), type IfAnnounceMsghdr struct, Index uint16 7306pkg syscall (freebsd-arm), type IfAnnounceMsghdr struct, Msglen uint16 7307pkg syscall (freebsd-arm), type IfAnnounceMsghdr struct, Name [16]int8 7308pkg syscall (freebsd-arm), type IfAnnounceMsghdr struct, Type uint8 7309pkg syscall (freebsd-arm), type IfAnnounceMsghdr struct, Version uint8 7310pkg syscall (freebsd-arm), type IfAnnounceMsghdr struct, What uint16 7311pkg syscall (freebsd-arm), type IfData struct 7312pkg syscall (freebsd-arm), type IfData struct, Addrlen uint8 7313pkg syscall (freebsd-arm), type IfData struct, Baudrate uint32 7314pkg syscall (freebsd-arm), type IfData struct, Collisions uint32 7315pkg syscall (freebsd-arm), type IfData struct, Datalen uint8 7316pkg syscall (freebsd-arm), type IfData struct, Epoch int64 7317pkg syscall (freebsd-arm), type IfData struct, Hdrlen uint8 7318pkg syscall (freebsd-arm), type IfData struct, Hwassist uint32 7319pkg syscall (freebsd-arm), type IfData struct, Ibytes uint32 7320pkg syscall (freebsd-arm), type IfData struct, Ierrors uint32 7321pkg syscall (freebsd-arm), type IfData struct, Imcasts uint32 7322pkg syscall (freebsd-arm), type IfData struct, Ipackets uint32 7323pkg syscall (freebsd-arm), type IfData struct, Iqdrops uint32 7324pkg syscall (freebsd-arm), type IfData struct, Lastchange Timeval 7325pkg syscall (freebsd-arm), type IfData struct, Link_state uint8 7326pkg syscall (freebsd-arm), type IfData struct, Metric uint32 7327pkg syscall (freebsd-arm), type IfData struct, Mtu uint32 7328pkg syscall (freebsd-arm), type IfData struct, Noproto uint32 7329pkg syscall (freebsd-arm), type IfData struct, Obytes uint32 7330pkg syscall (freebsd-arm), type IfData struct, Oerrors uint32 7331pkg syscall (freebsd-arm), type IfData struct, Omcasts uint32 7332pkg syscall (freebsd-arm), type IfData struct, Opackets uint32 7333pkg syscall (freebsd-arm), type IfData struct, Physical uint8 7334pkg syscall (freebsd-arm), type IfData struct, Spare_char1 uint8 7335pkg syscall (freebsd-arm), type IfData struct, Spare_char2 uint8 7336pkg syscall (freebsd-arm), type IfData struct, Type uint8 7337pkg syscall (freebsd-arm), type IfMsghdr struct 7338pkg syscall (freebsd-arm), type IfMsghdr struct, Addrs int32 7339pkg syscall (freebsd-arm), type IfMsghdr struct, Data IfData 7340pkg syscall (freebsd-arm), type IfMsghdr struct, Flags int32 7341pkg syscall (freebsd-arm), type IfMsghdr struct, Index uint16 7342pkg syscall (freebsd-arm), type IfMsghdr struct, Msglen uint16 7343pkg syscall (freebsd-arm), type IfMsghdr struct, Pad_cgo_0 [2]uint8 7344pkg syscall (freebsd-arm), type IfMsghdr struct, Type uint8 7345pkg syscall (freebsd-arm), type IfMsghdr struct, Version uint8 7346pkg syscall (freebsd-arm), type IfaMsghdr struct 7347pkg syscall (freebsd-arm), type IfaMsghdr struct, Addrs int32 7348pkg syscall (freebsd-arm), type IfaMsghdr struct, Flags int32 7349pkg syscall (freebsd-arm), type IfaMsghdr struct, Index uint16 7350pkg syscall (freebsd-arm), type IfaMsghdr struct, Metric int32 7351pkg syscall (freebsd-arm), type IfaMsghdr struct, Msglen uint16 7352pkg syscall (freebsd-arm), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 7353pkg syscall (freebsd-arm), type IfaMsghdr struct, Type uint8 7354pkg syscall (freebsd-arm), type IfaMsghdr struct, Version uint8 7355pkg syscall (freebsd-arm), type IfmaMsghdr struct 7356pkg syscall (freebsd-arm), type IfmaMsghdr struct, Addrs int32 7357pkg syscall (freebsd-arm), type IfmaMsghdr struct, Flags int32 7358pkg syscall (freebsd-arm), type IfmaMsghdr struct, Index uint16 7359pkg syscall (freebsd-arm), type IfmaMsghdr struct, Msglen uint16 7360pkg syscall (freebsd-arm), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 7361pkg syscall (freebsd-arm), type IfmaMsghdr struct, Type uint8 7362pkg syscall (freebsd-arm), type IfmaMsghdr struct, Version uint8 7363pkg syscall (freebsd-arm), type Inet6Pktinfo struct 7364pkg syscall (freebsd-arm), type Inet6Pktinfo struct, Addr [16]uint8 7365pkg syscall (freebsd-arm), type Inet6Pktinfo struct, Ifindex uint32 7366pkg syscall (freebsd-arm), type InterfaceAddrMessage struct 7367pkg syscall (freebsd-arm), type InterfaceAddrMessage struct, Data []uint8 7368pkg syscall (freebsd-arm), type InterfaceAddrMessage struct, Header IfaMsghdr 7369pkg syscall (freebsd-arm), type InterfaceAnnounceMessage struct 7370pkg syscall (freebsd-arm), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr 7371pkg syscall (freebsd-arm), type InterfaceMessage struct 7372pkg syscall (freebsd-arm), type InterfaceMessage struct, Data []uint8 7373pkg syscall (freebsd-arm), type InterfaceMessage struct, Header IfMsghdr 7374pkg syscall (freebsd-arm), type InterfaceMulticastAddrMessage struct 7375pkg syscall (freebsd-arm), type InterfaceMulticastAddrMessage struct, Data []uint8 7376pkg syscall (freebsd-arm), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr 7377pkg syscall (freebsd-arm), type Iovec struct 7378pkg syscall (freebsd-arm), type Iovec struct, Base *uint8 7379pkg syscall (freebsd-arm), type Iovec struct, Len uint32 7380pkg syscall (freebsd-arm), type Kevent_t struct 7381pkg syscall (freebsd-arm), type Kevent_t struct, Data int32 7382pkg syscall (freebsd-arm), type Kevent_t struct, Fflags uint32 7383pkg syscall (freebsd-arm), type Kevent_t struct, Filter int16 7384pkg syscall (freebsd-arm), type Kevent_t struct, Flags uint16 7385pkg syscall (freebsd-arm), type Kevent_t struct, Ident uint32 7386pkg syscall (freebsd-arm), type Kevent_t struct, Udata *uint8 7387pkg syscall (freebsd-arm), type Msghdr struct 7388pkg syscall (freebsd-arm), type Msghdr struct, Control *uint8 7389pkg syscall (freebsd-arm), type Msghdr struct, Controllen uint32 7390pkg syscall (freebsd-arm), type Msghdr struct, Flags int32 7391pkg syscall (freebsd-arm), type Msghdr struct, Iov *Iovec 7392pkg syscall (freebsd-arm), type Msghdr struct, Iovlen int32 7393pkg syscall (freebsd-arm), type Msghdr struct, Name *uint8 7394pkg syscall (freebsd-arm), type Msghdr struct, Namelen uint32 7395pkg syscall (freebsd-arm), type RawSockaddr struct, Data [14]int8 7396pkg syscall (freebsd-arm), type RawSockaddr struct, Family uint8 7397pkg syscall (freebsd-arm), type RawSockaddr struct, Len uint8 7398pkg syscall (freebsd-arm), type RawSockaddrAny struct, Pad [92]int8 7399pkg syscall (freebsd-arm), type RawSockaddrDatalink struct 7400pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Alen uint8 7401pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Data [46]int8 7402pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Family uint8 7403pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Index uint16 7404pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Len uint8 7405pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Nlen uint8 7406pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Pad_cgo_0 [2]uint8 7407pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Slen uint8 7408pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Type uint8 7409pkg syscall (freebsd-arm), type RawSockaddrInet4 struct, Family uint8 7410pkg syscall (freebsd-arm), type RawSockaddrInet4 struct, Len uint8 7411pkg syscall (freebsd-arm), type RawSockaddrInet4 struct, Zero [8]int8 7412pkg syscall (freebsd-arm), type RawSockaddrInet6 struct, Family uint8 7413pkg syscall (freebsd-arm), type RawSockaddrInet6 struct, Len uint8 7414pkg syscall (freebsd-arm), type RawSockaddrUnix struct 7415pkg syscall (freebsd-arm), type RawSockaddrUnix struct, Family uint8 7416pkg syscall (freebsd-arm), type RawSockaddrUnix struct, Len uint8 7417pkg syscall (freebsd-arm), type RawSockaddrUnix struct, Pad_cgo_0 [2]uint8 7418pkg syscall (freebsd-arm), type RawSockaddrUnix struct, Path [104]int8 7419pkg syscall (freebsd-arm), type Rlimit struct 7420pkg syscall (freebsd-arm), type Rlimit struct, Cur int64 7421pkg syscall (freebsd-arm), type Rlimit struct, Max int64 7422pkg syscall (freebsd-arm), type RouteMessage struct 7423pkg syscall (freebsd-arm), type RouteMessage struct, Data []uint8 7424pkg syscall (freebsd-arm), type RouteMessage struct, Header RtMsghdr 7425pkg syscall (freebsd-arm), type RoutingMessage interface, unexported methods 7426pkg syscall (freebsd-arm), type RtMetrics struct 7427pkg syscall (freebsd-arm), type RtMetrics struct, Expire uint32 7428pkg syscall (freebsd-arm), type RtMetrics struct, Filler [3]uint32 7429pkg syscall (freebsd-arm), type RtMetrics struct, Hopcount uint32 7430pkg syscall (freebsd-arm), type RtMetrics struct, Locks uint32 7431pkg syscall (freebsd-arm), type RtMetrics struct, Mtu uint32 7432pkg syscall (freebsd-arm), type RtMetrics struct, Pksent uint32 7433pkg syscall (freebsd-arm), type RtMetrics struct, Recvpipe uint32 7434pkg syscall (freebsd-arm), type RtMetrics struct, Rtt uint32 7435pkg syscall (freebsd-arm), type RtMetrics struct, Rttvar uint32 7436pkg syscall (freebsd-arm), type RtMetrics struct, Sendpipe uint32 7437pkg syscall (freebsd-arm), type RtMetrics struct, Ssthresh uint32 7438pkg syscall (freebsd-arm), type RtMetrics struct, Weight uint32 7439pkg syscall (freebsd-arm), type RtMsghdr struct 7440pkg syscall (freebsd-arm), type RtMsghdr struct, Addrs int32 7441pkg syscall (freebsd-arm), type RtMsghdr struct, Errno int32 7442pkg syscall (freebsd-arm), type RtMsghdr struct, Flags int32 7443pkg syscall (freebsd-arm), type RtMsghdr struct, Fmask int32 7444pkg syscall (freebsd-arm), type RtMsghdr struct, Index uint16 7445pkg syscall (freebsd-arm), type RtMsghdr struct, Inits uint32 7446pkg syscall (freebsd-arm), type RtMsghdr struct, Msglen uint16 7447pkg syscall (freebsd-arm), type RtMsghdr struct, Pad_cgo_0 [2]uint8 7448pkg syscall (freebsd-arm), type RtMsghdr struct, Pid int32 7449pkg syscall (freebsd-arm), type RtMsghdr struct, Rmx RtMetrics 7450pkg syscall (freebsd-arm), type RtMsghdr struct, Seq int32 7451pkg syscall (freebsd-arm), type RtMsghdr struct, Type uint8 7452pkg syscall (freebsd-arm), type RtMsghdr struct, Version uint8 7453pkg syscall (freebsd-arm), type Rusage struct, Idrss int32 7454pkg syscall (freebsd-arm), type Rusage struct, Inblock int32 7455pkg syscall (freebsd-arm), type Rusage struct, Isrss int32 7456pkg syscall (freebsd-arm), type Rusage struct, Ixrss int32 7457pkg syscall (freebsd-arm), type Rusage struct, Majflt int32 7458pkg syscall (freebsd-arm), type Rusage struct, Maxrss int32 7459pkg syscall (freebsd-arm), type Rusage struct, Minflt int32 7460pkg syscall (freebsd-arm), type Rusage struct, Msgrcv int32 7461pkg syscall (freebsd-arm), type Rusage struct, Msgsnd int32 7462pkg syscall (freebsd-arm), type Rusage struct, Nivcsw int32 7463pkg syscall (freebsd-arm), type Rusage struct, Nsignals int32 7464pkg syscall (freebsd-arm), type Rusage struct, Nswap int32 7465pkg syscall (freebsd-arm), type Rusage struct, Nvcsw int32 7466pkg syscall (freebsd-arm), type Rusage struct, Oublock int32 7467pkg syscall (freebsd-arm), type Rusage struct, Stime Timeval 7468pkg syscall (freebsd-arm), type Rusage struct, Utime Timeval 7469pkg syscall (freebsd-arm), type SockaddrDatalink struct 7470pkg syscall (freebsd-arm), type SockaddrDatalink struct, Alen uint8 7471pkg syscall (freebsd-arm), type SockaddrDatalink struct, Data [46]int8 7472pkg syscall (freebsd-arm), type SockaddrDatalink struct, Family uint8 7473pkg syscall (freebsd-arm), type SockaddrDatalink struct, Index uint16 7474pkg syscall (freebsd-arm), type SockaddrDatalink struct, Len uint8 7475pkg syscall (freebsd-arm), type SockaddrDatalink struct, Nlen uint8 7476pkg syscall (freebsd-arm), type SockaddrDatalink struct, Slen uint8 7477pkg syscall (freebsd-arm), type SockaddrDatalink struct, Type uint8 7478pkg syscall (freebsd-arm), type SocketControlMessage struct 7479pkg syscall (freebsd-arm), type SocketControlMessage struct, Data []uint8 7480pkg syscall (freebsd-arm), type SocketControlMessage struct, Header Cmsghdr 7481pkg syscall (freebsd-arm), type Stat_t struct 7482pkg syscall (freebsd-arm), type Stat_t struct, Atimespec Timespec 7483pkg syscall (freebsd-arm), type Stat_t struct, Birthtimespec Timespec 7484pkg syscall (freebsd-arm), type Stat_t struct, Blksize uint32 7485pkg syscall (freebsd-arm), type Stat_t struct, Blocks int64 7486pkg syscall (freebsd-arm), type Stat_t struct, Ctimespec Timespec 7487pkg syscall (freebsd-arm), type Stat_t struct, Dev uint32 7488pkg syscall (freebsd-arm), type Stat_t struct, Flags uint32 7489pkg syscall (freebsd-arm), type Stat_t struct, Gen uint32 7490pkg syscall (freebsd-arm), type Stat_t struct, Gid uint32 7491pkg syscall (freebsd-arm), type Stat_t struct, Ino uint32 7492pkg syscall (freebsd-arm), type Stat_t struct, Lspare int32 7493pkg syscall (freebsd-arm), type Stat_t struct, Mode uint16 7494pkg syscall (freebsd-arm), type Stat_t struct, Mtimespec Timespec 7495pkg syscall (freebsd-arm), type Stat_t struct, Nlink uint16 7496pkg syscall (freebsd-arm), type Stat_t struct, Pad_cgo_0 [4]uint8 7497pkg syscall (freebsd-arm), type Stat_t struct, Rdev uint32 7498pkg syscall (freebsd-arm), type Stat_t struct, Size int64 7499pkg syscall (freebsd-arm), type Stat_t struct, Uid uint32 7500pkg syscall (freebsd-arm), type Statfs_t struct 7501pkg syscall (freebsd-arm), type Statfs_t struct, Asyncreads uint64 7502pkg syscall (freebsd-arm), type Statfs_t struct, Asyncwrites uint64 7503pkg syscall (freebsd-arm), type Statfs_t struct, Bavail int64 7504pkg syscall (freebsd-arm), type Statfs_t struct, Bfree uint64 7505pkg syscall (freebsd-arm), type Statfs_t struct, Blocks uint64 7506pkg syscall (freebsd-arm), type Statfs_t struct, Bsize uint64 7507pkg syscall (freebsd-arm), type Statfs_t struct, Charspare [80]int8 7508pkg syscall (freebsd-arm), type Statfs_t struct, Ffree int64 7509pkg syscall (freebsd-arm), type Statfs_t struct, Files uint64 7510pkg syscall (freebsd-arm), type Statfs_t struct, Flags uint64 7511pkg syscall (freebsd-arm), type Statfs_t struct, Fsid Fsid 7512pkg syscall (freebsd-arm), type Statfs_t struct, Fstypename [16]int8 7513pkg syscall (freebsd-arm), type Statfs_t struct, Iosize uint64 7514pkg syscall (freebsd-arm), type Statfs_t struct, Mntfromname [88]int8 7515pkg syscall (freebsd-arm), type Statfs_t struct, Mntonname [88]int8 7516pkg syscall (freebsd-arm), type Statfs_t struct, Namemax uint32 7517pkg syscall (freebsd-arm), type Statfs_t struct, Owner uint32 7518pkg syscall (freebsd-arm), type Statfs_t struct, Spare [10]uint64 7519pkg syscall (freebsd-arm), type Statfs_t struct, Syncreads uint64 7520pkg syscall (freebsd-arm), type Statfs_t struct, Syncwrites uint64 7521pkg syscall (freebsd-arm), type Statfs_t struct, Type uint32 7522pkg syscall (freebsd-arm), type Statfs_t struct, Version uint32 7523pkg syscall (freebsd-arm), type SysProcAttr struct, Chroot string 7524pkg syscall (freebsd-arm), type SysProcAttr struct, Credential *Credential 7525pkg syscall (freebsd-arm), type SysProcAttr struct, Noctty bool 7526pkg syscall (freebsd-arm), type SysProcAttr struct, Ptrace bool 7527pkg syscall (freebsd-arm), type SysProcAttr struct, Setctty bool 7528pkg syscall (freebsd-arm), type SysProcAttr struct, Setpgid bool 7529pkg syscall (freebsd-arm), type SysProcAttr struct, Setsid bool 7530pkg syscall (freebsd-arm), type Timespec struct, Nsec int32 7531pkg syscall (freebsd-arm), type Timespec struct, Sec int64 7532pkg syscall (freebsd-arm), type Timeval struct, Sec int64 7533pkg syscall (freebsd-arm), type Timeval struct, Usec int32 7534pkg syscall (freebsd-arm), type WaitStatus uint32 7535pkg syscall (freebsd-arm), var Stderr int 7536pkg syscall (freebsd-arm), var Stdin int 7537pkg syscall (freebsd-arm), var Stdout int 7538pkg syscall (freebsd-arm-cgo), const AF_APPLETALK ideal-int 7539pkg syscall (freebsd-arm-cgo), const AF_ARP ideal-int 7540pkg syscall (freebsd-arm-cgo), const AF_ATM ideal-int 7541pkg syscall (freebsd-arm-cgo), const AF_BLUETOOTH ideal-int 7542pkg syscall (freebsd-arm-cgo), const AF_CCITT ideal-int 7543pkg syscall (freebsd-arm-cgo), const AF_CHAOS ideal-int 7544pkg syscall (freebsd-arm-cgo), const AF_CNT ideal-int 7545pkg syscall (freebsd-arm-cgo), const AF_COIP ideal-int 7546pkg syscall (freebsd-arm-cgo), const AF_DATAKIT ideal-int 7547pkg syscall (freebsd-arm-cgo), const AF_DECnet ideal-int 7548pkg syscall (freebsd-arm-cgo), const AF_DLI ideal-int 7549pkg syscall (freebsd-arm-cgo), const AF_E164 ideal-int 7550pkg syscall (freebsd-arm-cgo), const AF_ECMA ideal-int 7551pkg syscall (freebsd-arm-cgo), const AF_HYLINK ideal-int 7552pkg syscall (freebsd-arm-cgo), const AF_IEEE80211 ideal-int 7553pkg syscall (freebsd-arm-cgo), const AF_IMPLINK ideal-int 7554pkg syscall (freebsd-arm-cgo), const AF_IPX ideal-int 7555pkg syscall (freebsd-arm-cgo), const AF_ISDN ideal-int 7556pkg syscall (freebsd-arm-cgo), const AF_ISO ideal-int 7557pkg syscall (freebsd-arm-cgo), const AF_LAT ideal-int 7558pkg syscall (freebsd-arm-cgo), const AF_LINK ideal-int 7559pkg syscall (freebsd-arm-cgo), const AF_LOCAL ideal-int 7560pkg syscall (freebsd-arm-cgo), const AF_MAX ideal-int 7561pkg syscall (freebsd-arm-cgo), const AF_NATM ideal-int 7562pkg syscall (freebsd-arm-cgo), const AF_NETBIOS ideal-int 7563pkg syscall (freebsd-arm-cgo), const AF_NETGRAPH ideal-int 7564pkg syscall (freebsd-arm-cgo), const AF_OSI ideal-int 7565pkg syscall (freebsd-arm-cgo), const AF_PUP ideal-int 7566pkg syscall (freebsd-arm-cgo), const AF_ROUTE ideal-int 7567pkg syscall (freebsd-arm-cgo), const AF_SCLUSTER ideal-int 7568pkg syscall (freebsd-arm-cgo), const AF_SIP ideal-int 7569pkg syscall (freebsd-arm-cgo), const AF_SLOW ideal-int 7570pkg syscall (freebsd-arm-cgo), const AF_SNA ideal-int 7571pkg syscall (freebsd-arm-cgo), const AF_VENDOR00 ideal-int 7572pkg syscall (freebsd-arm-cgo), const AF_VENDOR01 ideal-int 7573pkg syscall (freebsd-arm-cgo), const AF_VENDOR02 ideal-int 7574pkg syscall (freebsd-arm-cgo), const AF_VENDOR03 ideal-int 7575pkg syscall (freebsd-arm-cgo), const AF_VENDOR04 ideal-int 7576pkg syscall (freebsd-arm-cgo), const AF_VENDOR05 ideal-int 7577pkg syscall (freebsd-arm-cgo), const AF_VENDOR06 ideal-int 7578pkg syscall (freebsd-arm-cgo), const AF_VENDOR07 ideal-int 7579pkg syscall (freebsd-arm-cgo), const AF_VENDOR08 ideal-int 7580pkg syscall (freebsd-arm-cgo), const AF_VENDOR09 ideal-int 7581pkg syscall (freebsd-arm-cgo), const AF_VENDOR10 ideal-int 7582pkg syscall (freebsd-arm-cgo), const AF_VENDOR11 ideal-int 7583pkg syscall (freebsd-arm-cgo), const AF_VENDOR12 ideal-int 7584pkg syscall (freebsd-arm-cgo), const AF_VENDOR13 ideal-int 7585pkg syscall (freebsd-arm-cgo), const AF_VENDOR14 ideal-int 7586pkg syscall (freebsd-arm-cgo), const AF_VENDOR15 ideal-int 7587pkg syscall (freebsd-arm-cgo), const AF_VENDOR16 ideal-int 7588pkg syscall (freebsd-arm-cgo), const AF_VENDOR17 ideal-int 7589pkg syscall (freebsd-arm-cgo), const AF_VENDOR18 ideal-int 7590pkg syscall (freebsd-arm-cgo), const AF_VENDOR19 ideal-int 7591pkg syscall (freebsd-arm-cgo), const AF_VENDOR20 ideal-int 7592pkg syscall (freebsd-arm-cgo), const AF_VENDOR21 ideal-int 7593pkg syscall (freebsd-arm-cgo), const AF_VENDOR22 ideal-int 7594pkg syscall (freebsd-arm-cgo), const AF_VENDOR23 ideal-int 7595pkg syscall (freebsd-arm-cgo), const AF_VENDOR24 ideal-int 7596pkg syscall (freebsd-arm-cgo), const AF_VENDOR25 ideal-int 7597pkg syscall (freebsd-arm-cgo), const AF_VENDOR26 ideal-int 7598pkg syscall (freebsd-arm-cgo), const AF_VENDOR27 ideal-int 7599pkg syscall (freebsd-arm-cgo), const AF_VENDOR28 ideal-int 7600pkg syscall (freebsd-arm-cgo), const AF_VENDOR29 ideal-int 7601pkg syscall (freebsd-arm-cgo), const AF_VENDOR30 ideal-int 7602pkg syscall (freebsd-arm-cgo), const AF_VENDOR31 ideal-int 7603pkg syscall (freebsd-arm-cgo), const AF_VENDOR32 ideal-int 7604pkg syscall (freebsd-arm-cgo), const AF_VENDOR33 ideal-int 7605pkg syscall (freebsd-arm-cgo), const AF_VENDOR34 ideal-int 7606pkg syscall (freebsd-arm-cgo), const AF_VENDOR35 ideal-int 7607pkg syscall (freebsd-arm-cgo), const AF_VENDOR36 ideal-int 7608pkg syscall (freebsd-arm-cgo), const AF_VENDOR37 ideal-int 7609pkg syscall (freebsd-arm-cgo), const AF_VENDOR38 ideal-int 7610pkg syscall (freebsd-arm-cgo), const AF_VENDOR39 ideal-int 7611pkg syscall (freebsd-arm-cgo), const AF_VENDOR40 ideal-int 7612pkg syscall (freebsd-arm-cgo), const AF_VENDOR41 ideal-int 7613pkg syscall (freebsd-arm-cgo), const AF_VENDOR42 ideal-int 7614pkg syscall (freebsd-arm-cgo), const AF_VENDOR43 ideal-int 7615pkg syscall (freebsd-arm-cgo), const AF_VENDOR44 ideal-int 7616pkg syscall (freebsd-arm-cgo), const AF_VENDOR45 ideal-int 7617pkg syscall (freebsd-arm-cgo), const AF_VENDOR46 ideal-int 7618pkg syscall (freebsd-arm-cgo), const AF_VENDOR47 ideal-int 7619pkg syscall (freebsd-arm-cgo), const B0 ideal-int 7620pkg syscall (freebsd-arm-cgo), const B110 ideal-int 7621pkg syscall (freebsd-arm-cgo), const B115200 ideal-int 7622pkg syscall (freebsd-arm-cgo), const B1200 ideal-int 7623pkg syscall (freebsd-arm-cgo), const B134 ideal-int 7624pkg syscall (freebsd-arm-cgo), const B14400 ideal-int 7625pkg syscall (freebsd-arm-cgo), const B150 ideal-int 7626pkg syscall (freebsd-arm-cgo), const B1800 ideal-int 7627pkg syscall (freebsd-arm-cgo), const B19200 ideal-int 7628pkg syscall (freebsd-arm-cgo), const B200 ideal-int 7629pkg syscall (freebsd-arm-cgo), const B230400 ideal-int 7630pkg syscall (freebsd-arm-cgo), const B2400 ideal-int 7631pkg syscall (freebsd-arm-cgo), const B28800 ideal-int 7632pkg syscall (freebsd-arm-cgo), const B300 ideal-int 7633pkg syscall (freebsd-arm-cgo), const B38400 ideal-int 7634pkg syscall (freebsd-arm-cgo), const B460800 ideal-int 7635pkg syscall (freebsd-arm-cgo), const B4800 ideal-int 7636pkg syscall (freebsd-arm-cgo), const B50 ideal-int 7637pkg syscall (freebsd-arm-cgo), const B57600 ideal-int 7638pkg syscall (freebsd-arm-cgo), const B600 ideal-int 7639pkg syscall (freebsd-arm-cgo), const B7200 ideal-int 7640pkg syscall (freebsd-arm-cgo), const B75 ideal-int 7641pkg syscall (freebsd-arm-cgo), const B76800 ideal-int 7642pkg syscall (freebsd-arm-cgo), const B921600 ideal-int 7643pkg syscall (freebsd-arm-cgo), const B9600 ideal-int 7644pkg syscall (freebsd-arm-cgo), const BIOCFEEDBACK ideal-int 7645pkg syscall (freebsd-arm-cgo), const BIOCFLUSH ideal-int 7646pkg syscall (freebsd-arm-cgo), const BIOCGBLEN ideal-int 7647pkg syscall (freebsd-arm-cgo), const BIOCGDIRECTION ideal-int 7648pkg syscall (freebsd-arm-cgo), const BIOCGDLT ideal-int 7649pkg syscall (freebsd-arm-cgo), const BIOCGDLTLIST ideal-int 7650pkg syscall (freebsd-arm-cgo), const BIOCGETBUFMODE ideal-int 7651pkg syscall (freebsd-arm-cgo), const BIOCGETIF ideal-int 7652pkg syscall (freebsd-arm-cgo), const BIOCGETZMAX ideal-int 7653pkg syscall (freebsd-arm-cgo), const BIOCGHDRCMPLT ideal-int 7654pkg syscall (freebsd-arm-cgo), const BIOCGRSIG ideal-int 7655pkg syscall (freebsd-arm-cgo), const BIOCGRTIMEOUT ideal-int 7656pkg syscall (freebsd-arm-cgo), const BIOCGSEESENT ideal-int 7657pkg syscall (freebsd-arm-cgo), const BIOCGSTATS ideal-int 7658pkg syscall (freebsd-arm-cgo), const BIOCGTSTAMP ideal-int 7659pkg syscall (freebsd-arm-cgo), const BIOCIMMEDIATE ideal-int 7660pkg syscall (freebsd-arm-cgo), const BIOCLOCK ideal-int 7661pkg syscall (freebsd-arm-cgo), const BIOCPROMISC ideal-int 7662pkg syscall (freebsd-arm-cgo), const BIOCROTZBUF ideal-int 7663pkg syscall (freebsd-arm-cgo), const BIOCSBLEN ideal-int 7664pkg syscall (freebsd-arm-cgo), const BIOCSDIRECTION ideal-int 7665pkg syscall (freebsd-arm-cgo), const BIOCSDLT ideal-int 7666pkg syscall (freebsd-arm-cgo), const BIOCSETBUFMODE ideal-int 7667pkg syscall (freebsd-arm-cgo), const BIOCSETF ideal-int 7668pkg syscall (freebsd-arm-cgo), const BIOCSETFNR ideal-int 7669pkg syscall (freebsd-arm-cgo), const BIOCSETIF ideal-int 7670pkg syscall (freebsd-arm-cgo), const BIOCSETWF ideal-int 7671pkg syscall (freebsd-arm-cgo), const BIOCSETZBUF ideal-int 7672pkg syscall (freebsd-arm-cgo), const BIOCSHDRCMPLT ideal-int 7673pkg syscall (freebsd-arm-cgo), const BIOCSRSIG ideal-int 7674pkg syscall (freebsd-arm-cgo), const BIOCSRTIMEOUT ideal-int 7675pkg syscall (freebsd-arm-cgo), const BIOCSSEESENT ideal-int 7676pkg syscall (freebsd-arm-cgo), const BIOCSTSTAMP ideal-int 7677pkg syscall (freebsd-arm-cgo), const BIOCVERSION ideal-int 7678pkg syscall (freebsd-arm-cgo), const BPF_A ideal-int 7679pkg syscall (freebsd-arm-cgo), const BPF_ABS ideal-int 7680pkg syscall (freebsd-arm-cgo), const BPF_ADD ideal-int 7681pkg syscall (freebsd-arm-cgo), const BPF_ALIGNMENT ideal-int 7682pkg syscall (freebsd-arm-cgo), const BPF_ALU ideal-int 7683pkg syscall (freebsd-arm-cgo), const BPF_AND ideal-int 7684pkg syscall (freebsd-arm-cgo), const BPF_B ideal-int 7685pkg syscall (freebsd-arm-cgo), const BPF_BUFMODE_BUFFER ideal-int 7686pkg syscall (freebsd-arm-cgo), const BPF_BUFMODE_ZBUF ideal-int 7687pkg syscall (freebsd-arm-cgo), const BPF_DIV ideal-int 7688pkg syscall (freebsd-arm-cgo), const BPF_H ideal-int 7689pkg syscall (freebsd-arm-cgo), const BPF_IMM ideal-int 7690pkg syscall (freebsd-arm-cgo), const BPF_IND ideal-int 7691pkg syscall (freebsd-arm-cgo), const BPF_JA ideal-int 7692pkg syscall (freebsd-arm-cgo), const BPF_JEQ ideal-int 7693pkg syscall (freebsd-arm-cgo), const BPF_JGE ideal-int 7694pkg syscall (freebsd-arm-cgo), const BPF_JGT ideal-int 7695pkg syscall (freebsd-arm-cgo), const BPF_JMP ideal-int 7696pkg syscall (freebsd-arm-cgo), const BPF_JSET ideal-int 7697pkg syscall (freebsd-arm-cgo), const BPF_K ideal-int 7698pkg syscall (freebsd-arm-cgo), const BPF_LD ideal-int 7699pkg syscall (freebsd-arm-cgo), const BPF_LDX ideal-int 7700pkg syscall (freebsd-arm-cgo), const BPF_LEN ideal-int 7701pkg syscall (freebsd-arm-cgo), const BPF_LSH ideal-int 7702pkg syscall (freebsd-arm-cgo), const BPF_MAJOR_VERSION ideal-int 7703pkg syscall (freebsd-arm-cgo), const BPF_MAXBUFSIZE ideal-int 7704pkg syscall (freebsd-arm-cgo), const BPF_MAXINSNS ideal-int 7705pkg syscall (freebsd-arm-cgo), const BPF_MEM ideal-int 7706pkg syscall (freebsd-arm-cgo), const BPF_MEMWORDS ideal-int 7707pkg syscall (freebsd-arm-cgo), const BPF_MINBUFSIZE ideal-int 7708pkg syscall (freebsd-arm-cgo), const BPF_MINOR_VERSION ideal-int 7709pkg syscall (freebsd-arm-cgo), const BPF_MISC ideal-int 7710pkg syscall (freebsd-arm-cgo), const BPF_MSH ideal-int 7711pkg syscall (freebsd-arm-cgo), const BPF_MUL ideal-int 7712pkg syscall (freebsd-arm-cgo), const BPF_NEG ideal-int 7713pkg syscall (freebsd-arm-cgo), const BPF_OR ideal-int 7714pkg syscall (freebsd-arm-cgo), const BPF_RELEASE ideal-int 7715pkg syscall (freebsd-arm-cgo), const BPF_RET ideal-int 7716pkg syscall (freebsd-arm-cgo), const BPF_RSH ideal-int 7717pkg syscall (freebsd-arm-cgo), const BPF_ST ideal-int 7718pkg syscall (freebsd-arm-cgo), const BPF_STX ideal-int 7719pkg syscall (freebsd-arm-cgo), const BPF_SUB ideal-int 7720pkg syscall (freebsd-arm-cgo), const BPF_TAX ideal-int 7721pkg syscall (freebsd-arm-cgo), const BPF_TXA ideal-int 7722pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME ideal-int 7723pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_FAST ideal-int 7724pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_MONOTONIC ideal-int 7725pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int 7726pkg syscall (freebsd-arm-cgo), const BPF_T_FAST ideal-int 7727pkg syscall (freebsd-arm-cgo), const BPF_T_FLAG_MASK ideal-int 7728pkg syscall (freebsd-arm-cgo), const BPF_T_FORMAT_MASK ideal-int 7729pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME ideal-int 7730pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_FAST ideal-int 7731pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_MONOTONIC ideal-int 7732pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int 7733pkg syscall (freebsd-arm-cgo), const BPF_T_MONOTONIC ideal-int 7734pkg syscall (freebsd-arm-cgo), const BPF_T_MONOTONIC_FAST ideal-int 7735pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME ideal-int 7736pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_FAST ideal-int 7737pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_MONOTONIC ideal-int 7738pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int 7739pkg syscall (freebsd-arm-cgo), const BPF_T_NONE ideal-int 7740pkg syscall (freebsd-arm-cgo), const BPF_T_NORMAL ideal-int 7741pkg syscall (freebsd-arm-cgo), const BPF_W ideal-int 7742pkg syscall (freebsd-arm-cgo), const BPF_X ideal-int 7743pkg syscall (freebsd-arm-cgo), const BRKINT ideal-int 7744pkg syscall (freebsd-arm-cgo), const CFLUSH ideal-int 7745pkg syscall (freebsd-arm-cgo), const CLOCAL ideal-int 7746pkg syscall (freebsd-arm-cgo), const CREAD ideal-int 7747pkg syscall (freebsd-arm-cgo), const CS5 ideal-int 7748pkg syscall (freebsd-arm-cgo), const CS6 ideal-int 7749pkg syscall (freebsd-arm-cgo), const CS7 ideal-int 7750pkg syscall (freebsd-arm-cgo), const CS8 ideal-int 7751pkg syscall (freebsd-arm-cgo), const CSIZE ideal-int 7752pkg syscall (freebsd-arm-cgo), const CSTART ideal-int 7753pkg syscall (freebsd-arm-cgo), const CSTATUS ideal-int 7754pkg syscall (freebsd-arm-cgo), const CSTOP ideal-int 7755pkg syscall (freebsd-arm-cgo), const CSTOPB ideal-int 7756pkg syscall (freebsd-arm-cgo), const CSUSP ideal-int 7757pkg syscall (freebsd-arm-cgo), const CTL_MAXNAME ideal-int 7758pkg syscall (freebsd-arm-cgo), const CTL_NET ideal-int 7759pkg syscall (freebsd-arm-cgo), const DLT_A429 ideal-int 7760pkg syscall (freebsd-arm-cgo), const DLT_A653_ICM ideal-int 7761pkg syscall (freebsd-arm-cgo), const DLT_AIRONET_HEADER ideal-int 7762pkg syscall (freebsd-arm-cgo), const DLT_AOS ideal-int 7763pkg syscall (freebsd-arm-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int 7764pkg syscall (freebsd-arm-cgo), const DLT_ARCNET ideal-int 7765pkg syscall (freebsd-arm-cgo), const DLT_ARCNET_LINUX ideal-int 7766pkg syscall (freebsd-arm-cgo), const DLT_ATM_CLIP ideal-int 7767pkg syscall (freebsd-arm-cgo), const DLT_ATM_RFC1483 ideal-int 7768pkg syscall (freebsd-arm-cgo), const DLT_AURORA ideal-int 7769pkg syscall (freebsd-arm-cgo), const DLT_AX25 ideal-int 7770pkg syscall (freebsd-arm-cgo), const DLT_AX25_KISS ideal-int 7771pkg syscall (freebsd-arm-cgo), const DLT_BACNET_MS_TP ideal-int 7772pkg syscall (freebsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4 ideal-int 7773pkg syscall (freebsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int 7774pkg syscall (freebsd-arm-cgo), const DLT_CAN20B ideal-int 7775pkg syscall (freebsd-arm-cgo), const DLT_CAN_SOCKETCAN ideal-int 7776pkg syscall (freebsd-arm-cgo), const DLT_CHAOS ideal-int 7777pkg syscall (freebsd-arm-cgo), const DLT_CHDLC ideal-int 7778pkg syscall (freebsd-arm-cgo), const DLT_CISCO_IOS ideal-int 7779pkg syscall (freebsd-arm-cgo), const DLT_C_HDLC ideal-int 7780pkg syscall (freebsd-arm-cgo), const DLT_C_HDLC_WITH_DIR ideal-int 7781pkg syscall (freebsd-arm-cgo), const DLT_DBUS ideal-int 7782pkg syscall (freebsd-arm-cgo), const DLT_DECT ideal-int 7783pkg syscall (freebsd-arm-cgo), const DLT_DOCSIS ideal-int 7784pkg syscall (freebsd-arm-cgo), const DLT_DVB_CI ideal-int 7785pkg syscall (freebsd-arm-cgo), const DLT_ECONET ideal-int 7786pkg syscall (freebsd-arm-cgo), const DLT_EN10MB ideal-int 7787pkg syscall (freebsd-arm-cgo), const DLT_EN3MB ideal-int 7788pkg syscall (freebsd-arm-cgo), const DLT_ENC ideal-int 7789pkg syscall (freebsd-arm-cgo), const DLT_ERF ideal-int 7790pkg syscall (freebsd-arm-cgo), const DLT_ERF_ETH ideal-int 7791pkg syscall (freebsd-arm-cgo), const DLT_ERF_POS ideal-int 7792pkg syscall (freebsd-arm-cgo), const DLT_FC_2 ideal-int 7793pkg syscall (freebsd-arm-cgo), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int 7794pkg syscall (freebsd-arm-cgo), const DLT_FDDI ideal-int 7795pkg syscall (freebsd-arm-cgo), const DLT_FLEXRAY ideal-int 7796pkg syscall (freebsd-arm-cgo), const DLT_FRELAY ideal-int 7797pkg syscall (freebsd-arm-cgo), const DLT_FRELAY_WITH_DIR ideal-int 7798pkg syscall (freebsd-arm-cgo), const DLT_GCOM_SERIAL ideal-int 7799pkg syscall (freebsd-arm-cgo), const DLT_GCOM_T1E1 ideal-int 7800pkg syscall (freebsd-arm-cgo), const DLT_GPF_F ideal-int 7801pkg syscall (freebsd-arm-cgo), const DLT_GPF_T ideal-int 7802pkg syscall (freebsd-arm-cgo), const DLT_GPRS_LLC ideal-int 7803pkg syscall (freebsd-arm-cgo), const DLT_GSMTAP_ABIS ideal-int 7804pkg syscall (freebsd-arm-cgo), const DLT_GSMTAP_UM ideal-int 7805pkg syscall (freebsd-arm-cgo), const DLT_HHDLC ideal-int 7806pkg syscall (freebsd-arm-cgo), const DLT_IBM_SN ideal-int 7807pkg syscall (freebsd-arm-cgo), const DLT_IBM_SP ideal-int 7808pkg syscall (freebsd-arm-cgo), const DLT_IEEE802 ideal-int 7809pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11 ideal-int 7810pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11_RADIO ideal-int 7811pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int 7812pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4 ideal-int 7813pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_LINUX ideal-int 7814pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_NOFCS ideal-int 7815pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_NONASK_PHY ideal-int 7816pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS ideal-int 7817pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int 7818pkg syscall (freebsd-arm-cgo), const DLT_IPFILTER ideal-int 7819pkg syscall (freebsd-arm-cgo), const DLT_IPMB ideal-int 7820pkg syscall (freebsd-arm-cgo), const DLT_IPMB_LINUX ideal-int 7821pkg syscall (freebsd-arm-cgo), const DLT_IPNET ideal-int 7822pkg syscall (freebsd-arm-cgo), const DLT_IPOIB ideal-int 7823pkg syscall (freebsd-arm-cgo), const DLT_IPV4 ideal-int 7824pkg syscall (freebsd-arm-cgo), const DLT_IPV6 ideal-int 7825pkg syscall (freebsd-arm-cgo), const DLT_IP_OVER_FC ideal-int 7826pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM1 ideal-int 7827pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM2 ideal-int 7828pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM_CEMIC ideal-int 7829pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_CHDLC ideal-int 7830pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ES ideal-int 7831pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ETHER ideal-int 7832pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_FIBRECHANNEL ideal-int 7833pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_FRELAY ideal-int 7834pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_GGSN ideal-int 7835pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ISM ideal-int 7836pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MFR ideal-int 7837pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MLFR ideal-int 7838pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MLPPP ideal-int 7839pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MONITOR ideal-int 7840pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PIC_PEER ideal-int 7841pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPP ideal-int 7842pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPPOE ideal-int 7843pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPPOE_ATM ideal-int 7844pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_SERVICES ideal-int 7845pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_SRX_E2E ideal-int 7846pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ST ideal-int 7847pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_VP ideal-int 7848pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_VS ideal-int 7849pkg syscall (freebsd-arm-cgo), const DLT_LAPB_WITH_DIR ideal-int 7850pkg syscall (freebsd-arm-cgo), const DLT_LAPD ideal-int 7851pkg syscall (freebsd-arm-cgo), const DLT_LIN ideal-int 7852pkg syscall (freebsd-arm-cgo), const DLT_LINUX_EVDEV ideal-int 7853pkg syscall (freebsd-arm-cgo), const DLT_LINUX_IRDA ideal-int 7854pkg syscall (freebsd-arm-cgo), const DLT_LINUX_LAPD ideal-int 7855pkg syscall (freebsd-arm-cgo), const DLT_LINUX_PPP_WITHDIRECTION ideal-int 7856pkg syscall (freebsd-arm-cgo), const DLT_LINUX_SLL ideal-int 7857pkg syscall (freebsd-arm-cgo), const DLT_LOOP ideal-int 7858pkg syscall (freebsd-arm-cgo), const DLT_LTALK ideal-int 7859pkg syscall (freebsd-arm-cgo), const DLT_MATCHING_MAX ideal-int 7860pkg syscall (freebsd-arm-cgo), const DLT_MATCHING_MIN ideal-int 7861pkg syscall (freebsd-arm-cgo), const DLT_MFR ideal-int 7862pkg syscall (freebsd-arm-cgo), const DLT_MOST ideal-int 7863pkg syscall (freebsd-arm-cgo), const DLT_MPEG_2_TS ideal-int 7864pkg syscall (freebsd-arm-cgo), const DLT_MPLS ideal-int 7865pkg syscall (freebsd-arm-cgo), const DLT_MTP2 ideal-int 7866pkg syscall (freebsd-arm-cgo), const DLT_MTP2_WITH_PHDR ideal-int 7867pkg syscall (freebsd-arm-cgo), const DLT_MTP3 ideal-int 7868pkg syscall (freebsd-arm-cgo), const DLT_MUX27010 ideal-int 7869pkg syscall (freebsd-arm-cgo), const DLT_NETANALYZER ideal-int 7870pkg syscall (freebsd-arm-cgo), const DLT_NETANALYZER_TRANSPARENT ideal-int 7871pkg syscall (freebsd-arm-cgo), const DLT_NFC_LLCP ideal-int 7872pkg syscall (freebsd-arm-cgo), const DLT_NFLOG ideal-int 7873pkg syscall (freebsd-arm-cgo), const DLT_NG40 ideal-int 7874pkg syscall (freebsd-arm-cgo), const DLT_NULL ideal-int 7875pkg syscall (freebsd-arm-cgo), const DLT_PCI_EXP ideal-int 7876pkg syscall (freebsd-arm-cgo), const DLT_PFLOG ideal-int 7877pkg syscall (freebsd-arm-cgo), const DLT_PFSYNC ideal-int 7878pkg syscall (freebsd-arm-cgo), const DLT_PPI ideal-int 7879pkg syscall (freebsd-arm-cgo), const DLT_PPP ideal-int 7880pkg syscall (freebsd-arm-cgo), const DLT_PPP_BSDOS ideal-int 7881pkg syscall (freebsd-arm-cgo), const DLT_PPP_ETHER ideal-int 7882pkg syscall (freebsd-arm-cgo), const DLT_PPP_PPPD ideal-int 7883pkg syscall (freebsd-arm-cgo), const DLT_PPP_SERIAL ideal-int 7884pkg syscall (freebsd-arm-cgo), const DLT_PPP_WITH_DIR ideal-int 7885pkg syscall (freebsd-arm-cgo), const DLT_PPP_WITH_DIRECTION ideal-int 7886pkg syscall (freebsd-arm-cgo), const DLT_PRISM_HEADER ideal-int 7887pkg syscall (freebsd-arm-cgo), const DLT_PRONET ideal-int 7888pkg syscall (freebsd-arm-cgo), const DLT_RAIF1 ideal-int 7889pkg syscall (freebsd-arm-cgo), const DLT_RAW ideal-int 7890pkg syscall (freebsd-arm-cgo), const DLT_RIO ideal-int 7891pkg syscall (freebsd-arm-cgo), const DLT_SCCP ideal-int 7892pkg syscall (freebsd-arm-cgo), const DLT_SITA ideal-int 7893pkg syscall (freebsd-arm-cgo), const DLT_SLIP ideal-int 7894pkg syscall (freebsd-arm-cgo), const DLT_SLIP_BSDOS ideal-int 7895pkg syscall (freebsd-arm-cgo), const DLT_STANAG_5066_D_PDU ideal-int 7896pkg syscall (freebsd-arm-cgo), const DLT_SUNATM ideal-int 7897pkg syscall (freebsd-arm-cgo), const DLT_SYMANTEC_FIREWALL ideal-int 7898pkg syscall (freebsd-arm-cgo), const DLT_TZSP ideal-int 7899pkg syscall (freebsd-arm-cgo), const DLT_USB ideal-int 7900pkg syscall (freebsd-arm-cgo), const DLT_USB_LINUX ideal-int 7901pkg syscall (freebsd-arm-cgo), const DLT_USB_LINUX_MMAPPED ideal-int 7902pkg syscall (freebsd-arm-cgo), const DLT_USER0 ideal-int 7903pkg syscall (freebsd-arm-cgo), const DLT_USER1 ideal-int 7904pkg syscall (freebsd-arm-cgo), const DLT_USER10 ideal-int 7905pkg syscall (freebsd-arm-cgo), const DLT_USER11 ideal-int 7906pkg syscall (freebsd-arm-cgo), const DLT_USER12 ideal-int 7907pkg syscall (freebsd-arm-cgo), const DLT_USER13 ideal-int 7908pkg syscall (freebsd-arm-cgo), const DLT_USER14 ideal-int 7909pkg syscall (freebsd-arm-cgo), const DLT_USER15 ideal-int 7910pkg syscall (freebsd-arm-cgo), const DLT_USER2 ideal-int 7911pkg syscall (freebsd-arm-cgo), const DLT_USER3 ideal-int 7912pkg syscall (freebsd-arm-cgo), const DLT_USER4 ideal-int 7913pkg syscall (freebsd-arm-cgo), const DLT_USER5 ideal-int 7914pkg syscall (freebsd-arm-cgo), const DLT_USER6 ideal-int 7915pkg syscall (freebsd-arm-cgo), const DLT_USER7 ideal-int 7916pkg syscall (freebsd-arm-cgo), const DLT_USER8 ideal-int 7917pkg syscall (freebsd-arm-cgo), const DLT_USER9 ideal-int 7918pkg syscall (freebsd-arm-cgo), const DLT_WIHART ideal-int 7919pkg syscall (freebsd-arm-cgo), const DLT_X2E_SERIAL ideal-int 7920pkg syscall (freebsd-arm-cgo), const DLT_X2E_XORAYA ideal-int 7921pkg syscall (freebsd-arm-cgo), const DT_BLK ideal-int 7922pkg syscall (freebsd-arm-cgo), const DT_CHR ideal-int 7923pkg syscall (freebsd-arm-cgo), const DT_DIR ideal-int 7924pkg syscall (freebsd-arm-cgo), const DT_FIFO ideal-int 7925pkg syscall (freebsd-arm-cgo), const DT_LNK ideal-int 7926pkg syscall (freebsd-arm-cgo), const DT_REG ideal-int 7927pkg syscall (freebsd-arm-cgo), const DT_SOCK ideal-int 7928pkg syscall (freebsd-arm-cgo), const DT_UNKNOWN ideal-int 7929pkg syscall (freebsd-arm-cgo), const DT_WHT ideal-int 7930pkg syscall (freebsd-arm-cgo), const EAUTH Errno 7931pkg syscall (freebsd-arm-cgo), const EBADMSG Errno 7932pkg syscall (freebsd-arm-cgo), const EBADRPC Errno 7933pkg syscall (freebsd-arm-cgo), const ECAPMODE Errno 7934pkg syscall (freebsd-arm-cgo), const ECHO ideal-int 7935pkg syscall (freebsd-arm-cgo), const ECHOCTL ideal-int 7936pkg syscall (freebsd-arm-cgo), const ECHOE ideal-int 7937pkg syscall (freebsd-arm-cgo), const ECHOK ideal-int 7938pkg syscall (freebsd-arm-cgo), const ECHOKE ideal-int 7939pkg syscall (freebsd-arm-cgo), const ECHONL ideal-int 7940pkg syscall (freebsd-arm-cgo), const ECHOPRT ideal-int 7941pkg syscall (freebsd-arm-cgo), const EDOOFUS Errno 7942pkg syscall (freebsd-arm-cgo), const EFTYPE Errno 7943pkg syscall (freebsd-arm-cgo), const ELAST Errno 7944pkg syscall (freebsd-arm-cgo), const EMULTIHOP Errno 7945pkg syscall (freebsd-arm-cgo), const ENEEDAUTH Errno 7946pkg syscall (freebsd-arm-cgo), const ENOATTR Errno 7947pkg syscall (freebsd-arm-cgo), const ENOLINK Errno 7948pkg syscall (freebsd-arm-cgo), const ENOTCAPABLE Errno 7949pkg syscall (freebsd-arm-cgo), const EPROCLIM Errno 7950pkg syscall (freebsd-arm-cgo), const EPROCUNAVAIL Errno 7951pkg syscall (freebsd-arm-cgo), const EPROGMISMATCH Errno 7952pkg syscall (freebsd-arm-cgo), const EPROGUNAVAIL Errno 7953pkg syscall (freebsd-arm-cgo), const EPROTO Errno 7954pkg syscall (freebsd-arm-cgo), const ERPCMISMATCH Errno 7955pkg syscall (freebsd-arm-cgo), const EVFILT_AIO ideal-int 7956pkg syscall (freebsd-arm-cgo), const EVFILT_FS ideal-int 7957pkg syscall (freebsd-arm-cgo), const EVFILT_LIO ideal-int 7958pkg syscall (freebsd-arm-cgo), const EVFILT_PROC ideal-int 7959pkg syscall (freebsd-arm-cgo), const EVFILT_READ ideal-int 7960pkg syscall (freebsd-arm-cgo), const EVFILT_SIGNAL ideal-int 7961pkg syscall (freebsd-arm-cgo), const EVFILT_SYSCOUNT ideal-int 7962pkg syscall (freebsd-arm-cgo), const EVFILT_TIMER ideal-int 7963pkg syscall (freebsd-arm-cgo), const EVFILT_USER ideal-int 7964pkg syscall (freebsd-arm-cgo), const EVFILT_VNODE ideal-int 7965pkg syscall (freebsd-arm-cgo), const EVFILT_WRITE ideal-int 7966pkg syscall (freebsd-arm-cgo), const EV_ADD ideal-int 7967pkg syscall (freebsd-arm-cgo), const EV_CLEAR ideal-int 7968pkg syscall (freebsd-arm-cgo), const EV_DELETE ideal-int 7969pkg syscall (freebsd-arm-cgo), const EV_DISABLE ideal-int 7970pkg syscall (freebsd-arm-cgo), const EV_DISPATCH ideal-int 7971pkg syscall (freebsd-arm-cgo), const EV_ENABLE ideal-int 7972pkg syscall (freebsd-arm-cgo), const EV_EOF ideal-int 7973pkg syscall (freebsd-arm-cgo), const EV_ERROR ideal-int 7974pkg syscall (freebsd-arm-cgo), const EV_FLAG1 ideal-int 7975pkg syscall (freebsd-arm-cgo), const EV_ONESHOT ideal-int 7976pkg syscall (freebsd-arm-cgo), const EV_RECEIPT ideal-int 7977pkg syscall (freebsd-arm-cgo), const EV_SYSFLAGS ideal-int 7978pkg syscall (freebsd-arm-cgo), const EXTA ideal-int 7979pkg syscall (freebsd-arm-cgo), const EXTB ideal-int 7980pkg syscall (freebsd-arm-cgo), const EXTPROC ideal-int 7981pkg syscall (freebsd-arm-cgo), const FD_CLOEXEC ideal-int 7982pkg syscall (freebsd-arm-cgo), const FD_SETSIZE ideal-int 7983pkg syscall (freebsd-arm-cgo), const FLUSHO ideal-int 7984pkg syscall (freebsd-arm-cgo), const F_CANCEL ideal-int 7985pkg syscall (freebsd-arm-cgo), const F_DUP2FD ideal-int 7986pkg syscall (freebsd-arm-cgo), const F_DUP2FD_CLOEXEC ideal-int 7987pkg syscall (freebsd-arm-cgo), const F_DUPFD ideal-int 7988pkg syscall (freebsd-arm-cgo), const F_DUPFD_CLOEXEC ideal-int 7989pkg syscall (freebsd-arm-cgo), const F_GETFD ideal-int 7990pkg syscall (freebsd-arm-cgo), const F_GETFL ideal-int 7991pkg syscall (freebsd-arm-cgo), const F_GETLK ideal-int 7992pkg syscall (freebsd-arm-cgo), const F_GETOWN ideal-int 7993pkg syscall (freebsd-arm-cgo), const F_OGETLK ideal-int 7994pkg syscall (freebsd-arm-cgo), const F_OK ideal-int 7995pkg syscall (freebsd-arm-cgo), const F_OSETLK ideal-int 7996pkg syscall (freebsd-arm-cgo), const F_OSETLKW ideal-int 7997pkg syscall (freebsd-arm-cgo), const F_RDAHEAD ideal-int 7998pkg syscall (freebsd-arm-cgo), const F_RDLCK ideal-int 7999pkg syscall (freebsd-arm-cgo), const F_READAHEAD ideal-int 8000pkg syscall (freebsd-arm-cgo), const F_SETFD ideal-int 8001pkg syscall (freebsd-arm-cgo), const F_SETFL ideal-int 8002pkg syscall (freebsd-arm-cgo), const F_SETLK ideal-int 8003pkg syscall (freebsd-arm-cgo), const F_SETLKW ideal-int 8004pkg syscall (freebsd-arm-cgo), const F_SETLK_REMOTE ideal-int 8005pkg syscall (freebsd-arm-cgo), const F_SETOWN ideal-int 8006pkg syscall (freebsd-arm-cgo), const F_UNLCK ideal-int 8007pkg syscall (freebsd-arm-cgo), const F_UNLCKSYS ideal-int 8008pkg syscall (freebsd-arm-cgo), const F_WRLCK ideal-int 8009pkg syscall (freebsd-arm-cgo), const HUPCL ideal-int 8010pkg syscall (freebsd-arm-cgo), const ICANON ideal-int 8011pkg syscall (freebsd-arm-cgo), const ICMP6_FILTER = 18 8012pkg syscall (freebsd-arm-cgo), const ICMP6_FILTER ideal-int 8013pkg syscall (freebsd-arm-cgo), const ICRNL ideal-int 8014pkg syscall (freebsd-arm-cgo), const IEXTEN ideal-int 8015pkg syscall (freebsd-arm-cgo), const IFAN_ARRIVAL ideal-int 8016pkg syscall (freebsd-arm-cgo), const IFAN_DEPARTURE ideal-int 8017pkg syscall (freebsd-arm-cgo), const IFF_ALLMULTI ideal-int 8018pkg syscall (freebsd-arm-cgo), const IFF_ALTPHYS ideal-int 8019pkg syscall (freebsd-arm-cgo), const IFF_CANTCHANGE ideal-int 8020pkg syscall (freebsd-arm-cgo), const IFF_CANTCONFIG ideal-int 8021pkg syscall (freebsd-arm-cgo), const IFF_DEBUG ideal-int 8022pkg syscall (freebsd-arm-cgo), const IFF_DRV_OACTIVE ideal-int 8023pkg syscall (freebsd-arm-cgo), const IFF_DRV_RUNNING ideal-int 8024pkg syscall (freebsd-arm-cgo), const IFF_DYING ideal-int 8025pkg syscall (freebsd-arm-cgo), const IFF_LINK0 ideal-int 8026pkg syscall (freebsd-arm-cgo), const IFF_LINK1 ideal-int 8027pkg syscall (freebsd-arm-cgo), const IFF_LINK2 ideal-int 8028pkg syscall (freebsd-arm-cgo), const IFF_MONITOR ideal-int 8029pkg syscall (freebsd-arm-cgo), const IFF_NOARP ideal-int 8030pkg syscall (freebsd-arm-cgo), const IFF_OACTIVE ideal-int 8031pkg syscall (freebsd-arm-cgo), const IFF_POINTOPOINT ideal-int 8032pkg syscall (freebsd-arm-cgo), const IFF_PPROMISC ideal-int 8033pkg syscall (freebsd-arm-cgo), const IFF_PROMISC ideal-int 8034pkg syscall (freebsd-arm-cgo), const IFF_RENAMING ideal-int 8035pkg syscall (freebsd-arm-cgo), const IFF_RUNNING ideal-int 8036pkg syscall (freebsd-arm-cgo), const IFF_SIMPLEX ideal-int 8037pkg syscall (freebsd-arm-cgo), const IFF_SMART ideal-int 8038pkg syscall (freebsd-arm-cgo), const IFF_STATICARP ideal-int 8039pkg syscall (freebsd-arm-cgo), const IFNAMSIZ ideal-int 8040pkg syscall (freebsd-arm-cgo), const IFT_1822 ideal-int 8041pkg syscall (freebsd-arm-cgo), const IFT_A12MPPSWITCH ideal-int 8042pkg syscall (freebsd-arm-cgo), const IFT_AAL2 ideal-int 8043pkg syscall (freebsd-arm-cgo), const IFT_AAL5 ideal-int 8044pkg syscall (freebsd-arm-cgo), const IFT_ADSL ideal-int 8045pkg syscall (freebsd-arm-cgo), const IFT_AFLANE8023 ideal-int 8046pkg syscall (freebsd-arm-cgo), const IFT_AFLANE8025 ideal-int 8047pkg syscall (freebsd-arm-cgo), const IFT_ARAP ideal-int 8048pkg syscall (freebsd-arm-cgo), const IFT_ARCNET ideal-int 8049pkg syscall (freebsd-arm-cgo), const IFT_ARCNETPLUS ideal-int 8050pkg syscall (freebsd-arm-cgo), const IFT_ASYNC ideal-int 8051pkg syscall (freebsd-arm-cgo), const IFT_ATM ideal-int 8052pkg syscall (freebsd-arm-cgo), const IFT_ATMDXI ideal-int 8053pkg syscall (freebsd-arm-cgo), const IFT_ATMFUNI ideal-int 8054pkg syscall (freebsd-arm-cgo), const IFT_ATMIMA ideal-int 8055pkg syscall (freebsd-arm-cgo), const IFT_ATMLOGICAL ideal-int 8056pkg syscall (freebsd-arm-cgo), const IFT_ATMRADIO ideal-int 8057pkg syscall (freebsd-arm-cgo), const IFT_ATMSUBINTERFACE ideal-int 8058pkg syscall (freebsd-arm-cgo), const IFT_ATMVCIENDPT ideal-int 8059pkg syscall (freebsd-arm-cgo), const IFT_ATMVIRTUAL ideal-int 8060pkg syscall (freebsd-arm-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int 8061pkg syscall (freebsd-arm-cgo), const IFT_BRIDGE ideal-int 8062pkg syscall (freebsd-arm-cgo), const IFT_BSC ideal-int 8063pkg syscall (freebsd-arm-cgo), const IFT_CCTEMUL ideal-int 8064pkg syscall (freebsd-arm-cgo), const IFT_CEPT ideal-int 8065pkg syscall (freebsd-arm-cgo), const IFT_CES ideal-int 8066pkg syscall (freebsd-arm-cgo), const IFT_CHANNEL ideal-int 8067pkg syscall (freebsd-arm-cgo), const IFT_CNR ideal-int 8068pkg syscall (freebsd-arm-cgo), const IFT_COFFEE ideal-int 8069pkg syscall (freebsd-arm-cgo), const IFT_COMPOSITELINK ideal-int 8070pkg syscall (freebsd-arm-cgo), const IFT_DCN ideal-int 8071pkg syscall (freebsd-arm-cgo), const IFT_DIGITALPOWERLINE ideal-int 8072pkg syscall (freebsd-arm-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int 8073pkg syscall (freebsd-arm-cgo), const IFT_DLSW ideal-int 8074pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int 8075pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEMACLAYER ideal-int 8076pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int 8077pkg syscall (freebsd-arm-cgo), const IFT_DS0 ideal-int 8078pkg syscall (freebsd-arm-cgo), const IFT_DS0BUNDLE ideal-int 8079pkg syscall (freebsd-arm-cgo), const IFT_DS1FDL ideal-int 8080pkg syscall (freebsd-arm-cgo), const IFT_DS3 ideal-int 8081pkg syscall (freebsd-arm-cgo), const IFT_DTM ideal-int 8082pkg syscall (freebsd-arm-cgo), const IFT_DVBASILN ideal-int 8083pkg syscall (freebsd-arm-cgo), const IFT_DVBASIOUT ideal-int 8084pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int 8085pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCMACLAYER ideal-int 8086pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCUPSTREAM ideal-int 8087pkg syscall (freebsd-arm-cgo), const IFT_ENC ideal-int 8088pkg syscall (freebsd-arm-cgo), const IFT_EON ideal-int 8089pkg syscall (freebsd-arm-cgo), const IFT_EPLRS ideal-int 8090pkg syscall (freebsd-arm-cgo), const IFT_ESCON ideal-int 8091pkg syscall (freebsd-arm-cgo), const IFT_ETHER ideal-int 8092pkg syscall (freebsd-arm-cgo), const IFT_FAITH ideal-int 8093pkg syscall (freebsd-arm-cgo), const IFT_FAST ideal-int 8094pkg syscall (freebsd-arm-cgo), const IFT_FASTETHER ideal-int 8095pkg syscall (freebsd-arm-cgo), const IFT_FASTETHERFX ideal-int 8096pkg syscall (freebsd-arm-cgo), const IFT_FDDI ideal-int 8097pkg syscall (freebsd-arm-cgo), const IFT_FIBRECHANNEL ideal-int 8098pkg syscall (freebsd-arm-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int 8099pkg syscall (freebsd-arm-cgo), const IFT_FRAMERELAYMPI ideal-int 8100pkg syscall (freebsd-arm-cgo), const IFT_FRDLCIENDPT ideal-int 8101pkg syscall (freebsd-arm-cgo), const IFT_FRELAY ideal-int 8102pkg syscall (freebsd-arm-cgo), const IFT_FRELAYDCE ideal-int 8103pkg syscall (freebsd-arm-cgo), const IFT_FRF16MFRBUNDLE ideal-int 8104pkg syscall (freebsd-arm-cgo), const IFT_FRFORWARD ideal-int 8105pkg syscall (freebsd-arm-cgo), const IFT_G703AT2MB ideal-int 8106pkg syscall (freebsd-arm-cgo), const IFT_G703AT64K ideal-int 8107pkg syscall (freebsd-arm-cgo), const IFT_GIF ideal-int 8108pkg syscall (freebsd-arm-cgo), const IFT_GIGABITETHERNET ideal-int 8109pkg syscall (freebsd-arm-cgo), const IFT_GR303IDT ideal-int 8110pkg syscall (freebsd-arm-cgo), const IFT_GR303RDT ideal-int 8111pkg syscall (freebsd-arm-cgo), const IFT_H323GATEKEEPER ideal-int 8112pkg syscall (freebsd-arm-cgo), const IFT_H323PROXY ideal-int 8113pkg syscall (freebsd-arm-cgo), const IFT_HDH1822 ideal-int 8114pkg syscall (freebsd-arm-cgo), const IFT_HDLC ideal-int 8115pkg syscall (freebsd-arm-cgo), const IFT_HDSL2 ideal-int 8116pkg syscall (freebsd-arm-cgo), const IFT_HIPERLAN2 ideal-int 8117pkg syscall (freebsd-arm-cgo), const IFT_HIPPI ideal-int 8118pkg syscall (freebsd-arm-cgo), const IFT_HIPPIINTERFACE ideal-int 8119pkg syscall (freebsd-arm-cgo), const IFT_HOSTPAD ideal-int 8120pkg syscall (freebsd-arm-cgo), const IFT_HSSI ideal-int 8121pkg syscall (freebsd-arm-cgo), const IFT_HY ideal-int 8122pkg syscall (freebsd-arm-cgo), const IFT_IBM370PARCHAN ideal-int 8123pkg syscall (freebsd-arm-cgo), const IFT_IDSL ideal-int 8124pkg syscall (freebsd-arm-cgo), const IFT_IEEE1394 ideal-int 8125pkg syscall (freebsd-arm-cgo), const IFT_IEEE80211 ideal-int 8126pkg syscall (freebsd-arm-cgo), const IFT_IEEE80212 ideal-int 8127pkg syscall (freebsd-arm-cgo), const IFT_IEEE8023ADLAG ideal-int 8128pkg syscall (freebsd-arm-cgo), const IFT_IFGSN ideal-int 8129pkg syscall (freebsd-arm-cgo), const IFT_IMT ideal-int 8130pkg syscall (freebsd-arm-cgo), const IFT_INFINIBAND ideal-int 8131pkg syscall (freebsd-arm-cgo), const IFT_INTERLEAVE ideal-int 8132pkg syscall (freebsd-arm-cgo), const IFT_IP ideal-int 8133pkg syscall (freebsd-arm-cgo), const IFT_IPFORWARD ideal-int 8134pkg syscall (freebsd-arm-cgo), const IFT_IPOVERATM ideal-int 8135pkg syscall (freebsd-arm-cgo), const IFT_IPOVERCDLC ideal-int 8136pkg syscall (freebsd-arm-cgo), const IFT_IPOVERCLAW ideal-int 8137pkg syscall (freebsd-arm-cgo), const IFT_IPSWITCH ideal-int 8138pkg syscall (freebsd-arm-cgo), const IFT_IPXIP ideal-int 8139pkg syscall (freebsd-arm-cgo), const IFT_ISDN ideal-int 8140pkg syscall (freebsd-arm-cgo), const IFT_ISDNBASIC ideal-int 8141pkg syscall (freebsd-arm-cgo), const IFT_ISDNPRIMARY ideal-int 8142pkg syscall (freebsd-arm-cgo), const IFT_ISDNS ideal-int 8143pkg syscall (freebsd-arm-cgo), const IFT_ISDNU ideal-int 8144pkg syscall (freebsd-arm-cgo), const IFT_ISO88022LLC ideal-int 8145pkg syscall (freebsd-arm-cgo), const IFT_ISO88023 ideal-int 8146pkg syscall (freebsd-arm-cgo), const IFT_ISO88024 ideal-int 8147pkg syscall (freebsd-arm-cgo), const IFT_ISO88025 ideal-int 8148pkg syscall (freebsd-arm-cgo), const IFT_ISO88025CRFPINT ideal-int 8149pkg syscall (freebsd-arm-cgo), const IFT_ISO88025DTR ideal-int 8150pkg syscall (freebsd-arm-cgo), const IFT_ISO88025FIBER ideal-int 8151pkg syscall (freebsd-arm-cgo), const IFT_ISO88026 ideal-int 8152pkg syscall (freebsd-arm-cgo), const IFT_ISUP ideal-int 8153pkg syscall (freebsd-arm-cgo), const IFT_L2VLAN ideal-int 8154pkg syscall (freebsd-arm-cgo), const IFT_L3IPVLAN ideal-int 8155pkg syscall (freebsd-arm-cgo), const IFT_L3IPXVLAN ideal-int 8156pkg syscall (freebsd-arm-cgo), const IFT_LAPB ideal-int 8157pkg syscall (freebsd-arm-cgo), const IFT_LAPD ideal-int 8158pkg syscall (freebsd-arm-cgo), const IFT_LAPF ideal-int 8159pkg syscall (freebsd-arm-cgo), const IFT_LOCALTALK ideal-int 8160pkg syscall (freebsd-arm-cgo), const IFT_LOOP ideal-int 8161pkg syscall (freebsd-arm-cgo), const IFT_MEDIAMAILOVERIP ideal-int 8162pkg syscall (freebsd-arm-cgo), const IFT_MFSIGLINK ideal-int 8163pkg syscall (freebsd-arm-cgo), const IFT_MIOX25 ideal-int 8164pkg syscall (freebsd-arm-cgo), const IFT_MODEM ideal-int 8165pkg syscall (freebsd-arm-cgo), const IFT_MPC ideal-int 8166pkg syscall (freebsd-arm-cgo), const IFT_MPLS ideal-int 8167pkg syscall (freebsd-arm-cgo), const IFT_MPLSTUNNEL ideal-int 8168pkg syscall (freebsd-arm-cgo), const IFT_MSDSL ideal-int 8169pkg syscall (freebsd-arm-cgo), const IFT_MVL ideal-int 8170pkg syscall (freebsd-arm-cgo), const IFT_MYRINET ideal-int 8171pkg syscall (freebsd-arm-cgo), const IFT_NFAS ideal-int 8172pkg syscall (freebsd-arm-cgo), const IFT_NSIP ideal-int 8173pkg syscall (freebsd-arm-cgo), const IFT_OPTICALCHANNEL ideal-int 8174pkg syscall (freebsd-arm-cgo), const IFT_OPTICALTRANSPORT ideal-int 8175pkg syscall (freebsd-arm-cgo), const IFT_OTHER ideal-int 8176pkg syscall (freebsd-arm-cgo), const IFT_P10 ideal-int 8177pkg syscall (freebsd-arm-cgo), const IFT_P80 ideal-int 8178pkg syscall (freebsd-arm-cgo), const IFT_PARA ideal-int 8179pkg syscall (freebsd-arm-cgo), const IFT_PFLOG ideal-int 8180pkg syscall (freebsd-arm-cgo), const IFT_PFSYNC ideal-int 8181pkg syscall (freebsd-arm-cgo), const IFT_PLC ideal-int 8182pkg syscall (freebsd-arm-cgo), const IFT_POS ideal-int 8183pkg syscall (freebsd-arm-cgo), const IFT_PPP ideal-int 8184pkg syscall (freebsd-arm-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int 8185pkg syscall (freebsd-arm-cgo), const IFT_PROPBWAP2MP ideal-int 8186pkg syscall (freebsd-arm-cgo), const IFT_PROPCNLS ideal-int 8187pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int 8188pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int 8189pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int 8190pkg syscall (freebsd-arm-cgo), const IFT_PROPMUX ideal-int 8191pkg syscall (freebsd-arm-cgo), const IFT_PROPVIRTUAL ideal-int 8192pkg syscall (freebsd-arm-cgo), const IFT_PROPWIRELESSP2P ideal-int 8193pkg syscall (freebsd-arm-cgo), const IFT_PTPSERIAL ideal-int 8194pkg syscall (freebsd-arm-cgo), const IFT_PVC ideal-int 8195pkg syscall (freebsd-arm-cgo), const IFT_QLLC ideal-int 8196pkg syscall (freebsd-arm-cgo), const IFT_RADIOMAC ideal-int 8197pkg syscall (freebsd-arm-cgo), const IFT_RADSL ideal-int 8198pkg syscall (freebsd-arm-cgo), const IFT_REACHDSL ideal-int 8199pkg syscall (freebsd-arm-cgo), const IFT_RFC1483 ideal-int 8200pkg syscall (freebsd-arm-cgo), const IFT_RS232 ideal-int 8201pkg syscall (freebsd-arm-cgo), const IFT_RSRB ideal-int 8202pkg syscall (freebsd-arm-cgo), const IFT_SDLC ideal-int 8203pkg syscall (freebsd-arm-cgo), const IFT_SDSL ideal-int 8204pkg syscall (freebsd-arm-cgo), const IFT_SHDSL ideal-int 8205pkg syscall (freebsd-arm-cgo), const IFT_SIP ideal-int 8206pkg syscall (freebsd-arm-cgo), const IFT_SLIP ideal-int 8207pkg syscall (freebsd-arm-cgo), const IFT_SMDSDXI ideal-int 8208pkg syscall (freebsd-arm-cgo), const IFT_SMDSICIP ideal-int 8209pkg syscall (freebsd-arm-cgo), const IFT_SONET ideal-int 8210pkg syscall (freebsd-arm-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int 8211pkg syscall (freebsd-arm-cgo), const IFT_SONETPATH ideal-int 8212pkg syscall (freebsd-arm-cgo), const IFT_SONETVT ideal-int 8213pkg syscall (freebsd-arm-cgo), const IFT_SRP ideal-int 8214pkg syscall (freebsd-arm-cgo), const IFT_SS7SIGLINK ideal-int 8215pkg syscall (freebsd-arm-cgo), const IFT_STACKTOSTACK ideal-int 8216pkg syscall (freebsd-arm-cgo), const IFT_STARLAN ideal-int 8217pkg syscall (freebsd-arm-cgo), const IFT_STF ideal-int 8218pkg syscall (freebsd-arm-cgo), const IFT_T1 ideal-int 8219pkg syscall (freebsd-arm-cgo), const IFT_TDLC ideal-int 8220pkg syscall (freebsd-arm-cgo), const IFT_TERMPAD ideal-int 8221pkg syscall (freebsd-arm-cgo), const IFT_TR008 ideal-int 8222pkg syscall (freebsd-arm-cgo), const IFT_TRANSPHDLC ideal-int 8223pkg syscall (freebsd-arm-cgo), const IFT_TUNNEL ideal-int 8224pkg syscall (freebsd-arm-cgo), const IFT_ULTRA ideal-int 8225pkg syscall (freebsd-arm-cgo), const IFT_USB ideal-int 8226pkg syscall (freebsd-arm-cgo), const IFT_V11 ideal-int 8227pkg syscall (freebsd-arm-cgo), const IFT_V35 ideal-int 8228pkg syscall (freebsd-arm-cgo), const IFT_V36 ideal-int 8229pkg syscall (freebsd-arm-cgo), const IFT_V37 ideal-int 8230pkg syscall (freebsd-arm-cgo), const IFT_VDSL ideal-int 8231pkg syscall (freebsd-arm-cgo), const IFT_VIRTUALIPADDRESS ideal-int 8232pkg syscall (freebsd-arm-cgo), const IFT_VOICEEM ideal-int 8233pkg syscall (freebsd-arm-cgo), const IFT_VOICEENCAP ideal-int 8234pkg syscall (freebsd-arm-cgo), const IFT_VOICEFXO ideal-int 8235pkg syscall (freebsd-arm-cgo), const IFT_VOICEFXS ideal-int 8236pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERATM ideal-int 8237pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int 8238pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERIP ideal-int 8239pkg syscall (freebsd-arm-cgo), const IFT_X213 ideal-int 8240pkg syscall (freebsd-arm-cgo), const IFT_X25 ideal-int 8241pkg syscall (freebsd-arm-cgo), const IFT_X25DDN ideal-int 8242pkg syscall (freebsd-arm-cgo), const IFT_X25HUNTGROUP ideal-int 8243pkg syscall (freebsd-arm-cgo), const IFT_X25MLP ideal-int 8244pkg syscall (freebsd-arm-cgo), const IFT_X25PLE ideal-int 8245pkg syscall (freebsd-arm-cgo), const IFT_XETHER ideal-int 8246pkg syscall (freebsd-arm-cgo), const IGNBRK ideal-int 8247pkg syscall (freebsd-arm-cgo), const IGNCR ideal-int 8248pkg syscall (freebsd-arm-cgo), const IGNPAR ideal-int 8249pkg syscall (freebsd-arm-cgo), const IMAXBEL ideal-int 8250pkg syscall (freebsd-arm-cgo), const INLCR ideal-int 8251pkg syscall (freebsd-arm-cgo), const INPCK ideal-int 8252pkg syscall (freebsd-arm-cgo), const IN_CLASSA_HOST ideal-int 8253pkg syscall (freebsd-arm-cgo), const IN_CLASSA_MAX ideal-int 8254pkg syscall (freebsd-arm-cgo), const IN_CLASSA_NET ideal-int 8255pkg syscall (freebsd-arm-cgo), const IN_CLASSA_NSHIFT ideal-int 8256pkg syscall (freebsd-arm-cgo), const IN_CLASSB_HOST ideal-int 8257pkg syscall (freebsd-arm-cgo), const IN_CLASSB_MAX ideal-int 8258pkg syscall (freebsd-arm-cgo), const IN_CLASSB_NET ideal-int 8259pkg syscall (freebsd-arm-cgo), const IN_CLASSB_NSHIFT ideal-int 8260pkg syscall (freebsd-arm-cgo), const IN_CLASSC_HOST ideal-int 8261pkg syscall (freebsd-arm-cgo), const IN_CLASSC_NET ideal-int 8262pkg syscall (freebsd-arm-cgo), const IN_CLASSC_NSHIFT ideal-int 8263pkg syscall (freebsd-arm-cgo), const IN_CLASSD_HOST ideal-int 8264pkg syscall (freebsd-arm-cgo), const IN_CLASSD_NET ideal-int 8265pkg syscall (freebsd-arm-cgo), const IN_CLASSD_NSHIFT ideal-int 8266pkg syscall (freebsd-arm-cgo), const IN_LOOPBACKNET ideal-int 8267pkg syscall (freebsd-arm-cgo), const IN_RFC3021_MASK ideal-int 8268pkg syscall (freebsd-arm-cgo), const IPPROTO_3PC ideal-int 8269pkg syscall (freebsd-arm-cgo), const IPPROTO_ADFS ideal-int 8270pkg syscall (freebsd-arm-cgo), const IPPROTO_AH ideal-int 8271pkg syscall (freebsd-arm-cgo), const IPPROTO_AHIP ideal-int 8272pkg syscall (freebsd-arm-cgo), const IPPROTO_APES ideal-int 8273pkg syscall (freebsd-arm-cgo), const IPPROTO_ARGUS ideal-int 8274pkg syscall (freebsd-arm-cgo), const IPPROTO_AX25 ideal-int 8275pkg syscall (freebsd-arm-cgo), const IPPROTO_BHA ideal-int 8276pkg syscall (freebsd-arm-cgo), const IPPROTO_BLT ideal-int 8277pkg syscall (freebsd-arm-cgo), const IPPROTO_BRSATMON ideal-int 8278pkg syscall (freebsd-arm-cgo), const IPPROTO_CARP ideal-int 8279pkg syscall (freebsd-arm-cgo), const IPPROTO_CFTP ideal-int 8280pkg syscall (freebsd-arm-cgo), const IPPROTO_CHAOS ideal-int 8281pkg syscall (freebsd-arm-cgo), const IPPROTO_CMTP ideal-int 8282pkg syscall (freebsd-arm-cgo), const IPPROTO_CPHB ideal-int 8283pkg syscall (freebsd-arm-cgo), const IPPROTO_CPNX ideal-int 8284pkg syscall (freebsd-arm-cgo), const IPPROTO_DDP ideal-int 8285pkg syscall (freebsd-arm-cgo), const IPPROTO_DGP ideal-int 8286pkg syscall (freebsd-arm-cgo), const IPPROTO_DIVERT ideal-int 8287pkg syscall (freebsd-arm-cgo), const IPPROTO_DONE ideal-int 8288pkg syscall (freebsd-arm-cgo), const IPPROTO_DSTOPTS ideal-int 8289pkg syscall (freebsd-arm-cgo), const IPPROTO_EGP ideal-int 8290pkg syscall (freebsd-arm-cgo), const IPPROTO_EMCON ideal-int 8291pkg syscall (freebsd-arm-cgo), const IPPROTO_ENCAP ideal-int 8292pkg syscall (freebsd-arm-cgo), const IPPROTO_EON ideal-int 8293pkg syscall (freebsd-arm-cgo), const IPPROTO_ESP ideal-int 8294pkg syscall (freebsd-arm-cgo), const IPPROTO_ETHERIP ideal-int 8295pkg syscall (freebsd-arm-cgo), const IPPROTO_FRAGMENT ideal-int 8296pkg syscall (freebsd-arm-cgo), const IPPROTO_GGP ideal-int 8297pkg syscall (freebsd-arm-cgo), const IPPROTO_GMTP ideal-int 8298pkg syscall (freebsd-arm-cgo), const IPPROTO_GRE ideal-int 8299pkg syscall (freebsd-arm-cgo), const IPPROTO_HELLO ideal-int 8300pkg syscall (freebsd-arm-cgo), const IPPROTO_HMP ideal-int 8301pkg syscall (freebsd-arm-cgo), const IPPROTO_HOPOPTS ideal-int 8302pkg syscall (freebsd-arm-cgo), const IPPROTO_ICMP ideal-int 8303pkg syscall (freebsd-arm-cgo), const IPPROTO_ICMPV6 ideal-int 8304pkg syscall (freebsd-arm-cgo), const IPPROTO_IDP ideal-int 8305pkg syscall (freebsd-arm-cgo), const IPPROTO_IDPR ideal-int 8306pkg syscall (freebsd-arm-cgo), const IPPROTO_IDRP ideal-int 8307pkg syscall (freebsd-arm-cgo), const IPPROTO_IGMP ideal-int 8308pkg syscall (freebsd-arm-cgo), const IPPROTO_IGP ideal-int 8309pkg syscall (freebsd-arm-cgo), const IPPROTO_IGRP ideal-int 8310pkg syscall (freebsd-arm-cgo), const IPPROTO_IL ideal-int 8311pkg syscall (freebsd-arm-cgo), const IPPROTO_INLSP ideal-int 8312pkg syscall (freebsd-arm-cgo), const IPPROTO_INP ideal-int 8313pkg syscall (freebsd-arm-cgo), const IPPROTO_IPCOMP ideal-int 8314pkg syscall (freebsd-arm-cgo), const IPPROTO_IPCV ideal-int 8315pkg syscall (freebsd-arm-cgo), const IPPROTO_IPEIP ideal-int 8316pkg syscall (freebsd-arm-cgo), const IPPROTO_IPIP ideal-int 8317pkg syscall (freebsd-arm-cgo), const IPPROTO_IPPC ideal-int 8318pkg syscall (freebsd-arm-cgo), const IPPROTO_IPV4 ideal-int 8319pkg syscall (freebsd-arm-cgo), const IPPROTO_IRTP ideal-int 8320pkg syscall (freebsd-arm-cgo), const IPPROTO_KRYPTOLAN ideal-int 8321pkg syscall (freebsd-arm-cgo), const IPPROTO_LARP ideal-int 8322pkg syscall (freebsd-arm-cgo), const IPPROTO_LEAF1 ideal-int 8323pkg syscall (freebsd-arm-cgo), const IPPROTO_LEAF2 ideal-int 8324pkg syscall (freebsd-arm-cgo), const IPPROTO_MAX ideal-int 8325pkg syscall (freebsd-arm-cgo), const IPPROTO_MAXID ideal-int 8326pkg syscall (freebsd-arm-cgo), const IPPROTO_MEAS ideal-int 8327pkg syscall (freebsd-arm-cgo), const IPPROTO_MH ideal-int 8328pkg syscall (freebsd-arm-cgo), const IPPROTO_MHRP ideal-int 8329pkg syscall (freebsd-arm-cgo), const IPPROTO_MICP ideal-int 8330pkg syscall (freebsd-arm-cgo), const IPPROTO_MOBILE ideal-int 8331pkg syscall (freebsd-arm-cgo), const IPPROTO_MPLS ideal-int 8332pkg syscall (freebsd-arm-cgo), const IPPROTO_MTP ideal-int 8333pkg syscall (freebsd-arm-cgo), const IPPROTO_MUX ideal-int 8334pkg syscall (freebsd-arm-cgo), const IPPROTO_ND ideal-int 8335pkg syscall (freebsd-arm-cgo), const IPPROTO_NHRP ideal-int 8336pkg syscall (freebsd-arm-cgo), const IPPROTO_NONE ideal-int 8337pkg syscall (freebsd-arm-cgo), const IPPROTO_NSP ideal-int 8338pkg syscall (freebsd-arm-cgo), const IPPROTO_NVPII ideal-int 8339pkg syscall (freebsd-arm-cgo), const IPPROTO_OLD_DIVERT ideal-int 8340pkg syscall (freebsd-arm-cgo), const IPPROTO_OSPFIGP ideal-int 8341pkg syscall (freebsd-arm-cgo), const IPPROTO_PFSYNC ideal-int 8342pkg syscall (freebsd-arm-cgo), const IPPROTO_PGM ideal-int 8343pkg syscall (freebsd-arm-cgo), const IPPROTO_PIGP ideal-int 8344pkg syscall (freebsd-arm-cgo), const IPPROTO_PIM ideal-int 8345pkg syscall (freebsd-arm-cgo), const IPPROTO_PRM ideal-int 8346pkg syscall (freebsd-arm-cgo), const IPPROTO_PUP ideal-int 8347pkg syscall (freebsd-arm-cgo), const IPPROTO_PVP ideal-int 8348pkg syscall (freebsd-arm-cgo), const IPPROTO_RAW ideal-int 8349pkg syscall (freebsd-arm-cgo), const IPPROTO_RCCMON ideal-int 8350pkg syscall (freebsd-arm-cgo), const IPPROTO_RDP ideal-int 8351pkg syscall (freebsd-arm-cgo), const IPPROTO_ROUTING ideal-int 8352pkg syscall (freebsd-arm-cgo), const IPPROTO_RSVP ideal-int 8353pkg syscall (freebsd-arm-cgo), const IPPROTO_RVD ideal-int 8354pkg syscall (freebsd-arm-cgo), const IPPROTO_SATEXPAK ideal-int 8355pkg syscall (freebsd-arm-cgo), const IPPROTO_SATMON ideal-int 8356pkg syscall (freebsd-arm-cgo), const IPPROTO_SCCSP ideal-int 8357pkg syscall (freebsd-arm-cgo), const IPPROTO_SCTP ideal-int 8358pkg syscall (freebsd-arm-cgo), const IPPROTO_SDRP ideal-int 8359pkg syscall (freebsd-arm-cgo), const IPPROTO_SEND ideal-int 8360pkg syscall (freebsd-arm-cgo), const IPPROTO_SEP ideal-int 8361pkg syscall (freebsd-arm-cgo), const IPPROTO_SKIP ideal-int 8362pkg syscall (freebsd-arm-cgo), const IPPROTO_SPACER ideal-int 8363pkg syscall (freebsd-arm-cgo), const IPPROTO_SRPC ideal-int 8364pkg syscall (freebsd-arm-cgo), const IPPROTO_ST ideal-int 8365pkg syscall (freebsd-arm-cgo), const IPPROTO_SVMTP ideal-int 8366pkg syscall (freebsd-arm-cgo), const IPPROTO_SWIPE ideal-int 8367pkg syscall (freebsd-arm-cgo), const IPPROTO_TCF ideal-int 8368pkg syscall (freebsd-arm-cgo), const IPPROTO_TLSP ideal-int 8369pkg syscall (freebsd-arm-cgo), const IPPROTO_TP ideal-int 8370pkg syscall (freebsd-arm-cgo), const IPPROTO_TPXX ideal-int 8371pkg syscall (freebsd-arm-cgo), const IPPROTO_TRUNK1 ideal-int 8372pkg syscall (freebsd-arm-cgo), const IPPROTO_TRUNK2 ideal-int 8373pkg syscall (freebsd-arm-cgo), const IPPROTO_TTP ideal-int 8374pkg syscall (freebsd-arm-cgo), const IPPROTO_VINES ideal-int 8375pkg syscall (freebsd-arm-cgo), const IPPROTO_VISA ideal-int 8376pkg syscall (freebsd-arm-cgo), const IPPROTO_VMTP ideal-int 8377pkg syscall (freebsd-arm-cgo), const IPPROTO_WBEXPAK ideal-int 8378pkg syscall (freebsd-arm-cgo), const IPPROTO_WBMON ideal-int 8379pkg syscall (freebsd-arm-cgo), const IPPROTO_WSN ideal-int 8380pkg syscall (freebsd-arm-cgo), const IPPROTO_XNET ideal-int 8381pkg syscall (freebsd-arm-cgo), const IPPROTO_XTP ideal-int 8382pkg syscall (freebsd-arm-cgo), const IPV6_AUTOFLOWLABEL ideal-int 8383pkg syscall (freebsd-arm-cgo), const IPV6_BINDANY ideal-int 8384pkg syscall (freebsd-arm-cgo), const IPV6_BINDV6ONLY ideal-int 8385pkg syscall (freebsd-arm-cgo), const IPV6_CHECKSUM ideal-int 8386pkg syscall (freebsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int 8387pkg syscall (freebsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int 8388pkg syscall (freebsd-arm-cgo), const IPV6_DEFHLIM ideal-int 8389pkg syscall (freebsd-arm-cgo), const IPV6_DONTFRAG ideal-int 8390pkg syscall (freebsd-arm-cgo), const IPV6_DSTOPTS ideal-int 8391pkg syscall (freebsd-arm-cgo), const IPV6_FAITH ideal-int 8392pkg syscall (freebsd-arm-cgo), const IPV6_FLOWINFO_MASK ideal-int 8393pkg syscall (freebsd-arm-cgo), const IPV6_FLOWLABEL_MASK ideal-int 8394pkg syscall (freebsd-arm-cgo), const IPV6_FRAGTTL ideal-int 8395pkg syscall (freebsd-arm-cgo), const IPV6_FW_ADD ideal-int 8396pkg syscall (freebsd-arm-cgo), const IPV6_FW_DEL ideal-int 8397pkg syscall (freebsd-arm-cgo), const IPV6_FW_FLUSH ideal-int 8398pkg syscall (freebsd-arm-cgo), const IPV6_FW_GET ideal-int 8399pkg syscall (freebsd-arm-cgo), const IPV6_FW_ZERO ideal-int 8400pkg syscall (freebsd-arm-cgo), const IPV6_HLIMDEC ideal-int 8401pkg syscall (freebsd-arm-cgo), const IPV6_HOPLIMIT ideal-int 8402pkg syscall (freebsd-arm-cgo), const IPV6_HOPOPTS ideal-int 8403pkg syscall (freebsd-arm-cgo), const IPV6_IPSEC_POLICY ideal-int 8404pkg syscall (freebsd-arm-cgo), const IPV6_MAXHLIM ideal-int 8405pkg syscall (freebsd-arm-cgo), const IPV6_MAXOPTHDR ideal-int 8406pkg syscall (freebsd-arm-cgo), const IPV6_MAXPACKET ideal-int 8407pkg syscall (freebsd-arm-cgo), const IPV6_MAX_GROUP_SRC_FILTER ideal-int 8408pkg syscall (freebsd-arm-cgo), const IPV6_MAX_MEMBERSHIPS ideal-int 8409pkg syscall (freebsd-arm-cgo), const IPV6_MAX_SOCK_SRC_FILTER ideal-int 8410pkg syscall (freebsd-arm-cgo), const IPV6_MIN_MEMBERSHIPS ideal-int 8411pkg syscall (freebsd-arm-cgo), const IPV6_MMTU ideal-int 8412pkg syscall (freebsd-arm-cgo), const IPV6_MSFILTER ideal-int 8413pkg syscall (freebsd-arm-cgo), const IPV6_NEXTHOP ideal-int 8414pkg syscall (freebsd-arm-cgo), const IPV6_PATHMTU ideal-int 8415pkg syscall (freebsd-arm-cgo), const IPV6_PKTINFO ideal-int 8416pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE ideal-int 8417pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int 8418pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_HIGH ideal-int 8419pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_LOW ideal-int 8420pkg syscall (freebsd-arm-cgo), const IPV6_PREFER_TEMPADDR ideal-int 8421pkg syscall (freebsd-arm-cgo), const IPV6_RECVDSTOPTS ideal-int 8422pkg syscall (freebsd-arm-cgo), const IPV6_RECVHOPLIMIT ideal-int 8423pkg syscall (freebsd-arm-cgo), const IPV6_RECVHOPOPTS ideal-int 8424pkg syscall (freebsd-arm-cgo), const IPV6_RECVPATHMTU ideal-int 8425pkg syscall (freebsd-arm-cgo), const IPV6_RECVPKTINFO ideal-int 8426pkg syscall (freebsd-arm-cgo), const IPV6_RECVRTHDR ideal-int 8427pkg syscall (freebsd-arm-cgo), const IPV6_RECVTCLASS ideal-int 8428pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR ideal-int 8429pkg syscall (freebsd-arm-cgo), const IPV6_RTHDRDSTOPTS ideal-int 8430pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_LOOSE ideal-int 8431pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_STRICT ideal-int 8432pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_TYPE_0 ideal-int 8433pkg syscall (freebsd-arm-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int 8434pkg syscall (freebsd-arm-cgo), const IPV6_TCLASS ideal-int 8435pkg syscall (freebsd-arm-cgo), const IPV6_USE_MIN_MTU ideal-int 8436pkg syscall (freebsd-arm-cgo), const IPV6_VERSION ideal-int 8437pkg syscall (freebsd-arm-cgo), const IPV6_VERSION_MASK ideal-int 8438pkg syscall (freebsd-arm-cgo), const IP_ADD_SOURCE_MEMBERSHIP ideal-int 8439pkg syscall (freebsd-arm-cgo), const IP_BINDANY ideal-int 8440pkg syscall (freebsd-arm-cgo), const IP_BLOCK_SOURCE ideal-int 8441pkg syscall (freebsd-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int 8442pkg syscall (freebsd-arm-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int 8443pkg syscall (freebsd-arm-cgo), const IP_DF ideal-int 8444pkg syscall (freebsd-arm-cgo), const IP_DONTFRAG ideal-int 8445pkg syscall (freebsd-arm-cgo), const IP_DROP_SOURCE_MEMBERSHIP ideal-int 8446pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET3 ideal-int 8447pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_CONFIGURE ideal-int 8448pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_DEL ideal-int 8449pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_FLUSH ideal-int 8450pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_GET ideal-int 8451pkg syscall (freebsd-arm-cgo), const IP_FAITH ideal-int 8452pkg syscall (freebsd-arm-cgo), const IP_FW3 ideal-int 8453pkg syscall (freebsd-arm-cgo), const IP_FW_ADD ideal-int 8454pkg syscall (freebsd-arm-cgo), const IP_FW_DEL ideal-int 8455pkg syscall (freebsd-arm-cgo), const IP_FW_FLUSH ideal-int 8456pkg syscall (freebsd-arm-cgo), const IP_FW_GET ideal-int 8457pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_CFG ideal-int 8458pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_DEL ideal-int 8459pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_GET_CONFIG ideal-int 8460pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_GET_LOG ideal-int 8461pkg syscall (freebsd-arm-cgo), const IP_FW_RESETLOG ideal-int 8462pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_ADD ideal-int 8463pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_DEL ideal-int 8464pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_FLUSH ideal-int 8465pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_GETSIZE ideal-int 8466pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_LIST ideal-int 8467pkg syscall (freebsd-arm-cgo), const IP_FW_ZERO ideal-int 8468pkg syscall (freebsd-arm-cgo), const IP_HDRINCL ideal-int 8469pkg syscall (freebsd-arm-cgo), const IP_IPSEC_POLICY ideal-int 8470pkg syscall (freebsd-arm-cgo), const IP_MAXPACKET ideal-int 8471pkg syscall (freebsd-arm-cgo), const IP_MAX_GROUP_SRC_FILTER ideal-int 8472pkg syscall (freebsd-arm-cgo), const IP_MAX_MEMBERSHIPS ideal-int 8473pkg syscall (freebsd-arm-cgo), const IP_MAX_SOCK_MUTE_FILTER ideal-int 8474pkg syscall (freebsd-arm-cgo), const IP_MAX_SOCK_SRC_FILTER ideal-int 8475pkg syscall (freebsd-arm-cgo), const IP_MAX_SOURCE_FILTER ideal-int 8476pkg syscall (freebsd-arm-cgo), const IP_MF ideal-int 8477pkg syscall (freebsd-arm-cgo), const IP_MINTTL ideal-int 8478pkg syscall (freebsd-arm-cgo), const IP_MIN_MEMBERSHIPS ideal-int 8479pkg syscall (freebsd-arm-cgo), const IP_MSFILTER ideal-int 8480pkg syscall (freebsd-arm-cgo), const IP_MSS ideal-int 8481pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_VIF ideal-int 8482pkg syscall (freebsd-arm-cgo), const IP_OFFMASK ideal-int 8483pkg syscall (freebsd-arm-cgo), const IP_ONESBCAST ideal-int 8484pkg syscall (freebsd-arm-cgo), const IP_OPTIONS ideal-int 8485pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE ideal-int 8486pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_DEFAULT ideal-int 8487pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_HIGH ideal-int 8488pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_LOW ideal-int 8489pkg syscall (freebsd-arm-cgo), const IP_RECVDSTADDR ideal-int 8490pkg syscall (freebsd-arm-cgo), const IP_RECVIF ideal-int 8491pkg syscall (freebsd-arm-cgo), const IP_RECVOPTS ideal-int 8492pkg syscall (freebsd-arm-cgo), const IP_RECVRETOPTS ideal-int 8493pkg syscall (freebsd-arm-cgo), const IP_RECVTOS ideal-int 8494pkg syscall (freebsd-arm-cgo), const IP_RECVTTL ideal-int 8495pkg syscall (freebsd-arm-cgo), const IP_RETOPTS ideal-int 8496pkg syscall (freebsd-arm-cgo), const IP_RF ideal-int 8497pkg syscall (freebsd-arm-cgo), const IP_RSVP_OFF ideal-int 8498pkg syscall (freebsd-arm-cgo), const IP_RSVP_ON ideal-int 8499pkg syscall (freebsd-arm-cgo), const IP_RSVP_VIF_OFF ideal-int 8500pkg syscall (freebsd-arm-cgo), const IP_RSVP_VIF_ON ideal-int 8501pkg syscall (freebsd-arm-cgo), const IP_SENDSRCADDR ideal-int 8502pkg syscall (freebsd-arm-cgo), const IP_UNBLOCK_SOURCE ideal-int 8503pkg syscall (freebsd-arm-cgo), const ISIG ideal-int 8504pkg syscall (freebsd-arm-cgo), const ISTRIP ideal-int 8505pkg syscall (freebsd-arm-cgo), const IXANY ideal-int 8506pkg syscall (freebsd-arm-cgo), const IXOFF ideal-int 8507pkg syscall (freebsd-arm-cgo), const IXON ideal-int 8508pkg syscall (freebsd-arm-cgo), const LOCK_EX ideal-int 8509pkg syscall (freebsd-arm-cgo), const LOCK_NB ideal-int 8510pkg syscall (freebsd-arm-cgo), const LOCK_SH ideal-int 8511pkg syscall (freebsd-arm-cgo), const LOCK_UN ideal-int 8512pkg syscall (freebsd-arm-cgo), const MADV_AUTOSYNC ideal-int 8513pkg syscall (freebsd-arm-cgo), const MADV_CORE ideal-int 8514pkg syscall (freebsd-arm-cgo), const MADV_DONTNEED ideal-int 8515pkg syscall (freebsd-arm-cgo), const MADV_FREE ideal-int 8516pkg syscall (freebsd-arm-cgo), const MADV_NOCORE ideal-int 8517pkg syscall (freebsd-arm-cgo), const MADV_NORMAL ideal-int 8518pkg syscall (freebsd-arm-cgo), const MADV_NOSYNC ideal-int 8519pkg syscall (freebsd-arm-cgo), const MADV_PROTECT ideal-int 8520pkg syscall (freebsd-arm-cgo), const MADV_RANDOM ideal-int 8521pkg syscall (freebsd-arm-cgo), const MADV_SEQUENTIAL ideal-int 8522pkg syscall (freebsd-arm-cgo), const MADV_WILLNEED ideal-int 8523pkg syscall (freebsd-arm-cgo), const MAP_ANON ideal-int 8524pkg syscall (freebsd-arm-cgo), const MAP_ANONYMOUS ideal-int 8525pkg syscall (freebsd-arm-cgo), const MAP_COPY ideal-int 8526pkg syscall (freebsd-arm-cgo), const MAP_FILE ideal-int 8527pkg syscall (freebsd-arm-cgo), const MAP_FIXED ideal-int 8528pkg syscall (freebsd-arm-cgo), const MAP_HASSEMAPHORE ideal-int 8529pkg syscall (freebsd-arm-cgo), const MAP_NOCORE ideal-int 8530pkg syscall (freebsd-arm-cgo), const MAP_NORESERVE ideal-int 8531pkg syscall (freebsd-arm-cgo), const MAP_NOSYNC ideal-int 8532pkg syscall (freebsd-arm-cgo), const MAP_PREFAULT_READ ideal-int 8533pkg syscall (freebsd-arm-cgo), const MAP_PRIVATE ideal-int 8534pkg syscall (freebsd-arm-cgo), const MAP_RENAME ideal-int 8535pkg syscall (freebsd-arm-cgo), const MAP_RESERVED0080 ideal-int 8536pkg syscall (freebsd-arm-cgo), const MAP_RESERVED0100 ideal-int 8537pkg syscall (freebsd-arm-cgo), const MAP_SHARED ideal-int 8538pkg syscall (freebsd-arm-cgo), const MAP_STACK ideal-int 8539pkg syscall (freebsd-arm-cgo), const MCL_CURRENT ideal-int 8540pkg syscall (freebsd-arm-cgo), const MCL_FUTURE ideal-int 8541pkg syscall (freebsd-arm-cgo), const MSG_COMPAT ideal-int 8542pkg syscall (freebsd-arm-cgo), const MSG_CTRUNC ideal-int 8543pkg syscall (freebsd-arm-cgo), const MSG_DONTROUTE ideal-int 8544pkg syscall (freebsd-arm-cgo), const MSG_DONTWAIT ideal-int 8545pkg syscall (freebsd-arm-cgo), const MSG_EOF ideal-int 8546pkg syscall (freebsd-arm-cgo), const MSG_EOR ideal-int 8547pkg syscall (freebsd-arm-cgo), const MSG_NBIO ideal-int 8548pkg syscall (freebsd-arm-cgo), const MSG_NOSIGNAL ideal-int 8549pkg syscall (freebsd-arm-cgo), const MSG_NOTIFICATION ideal-int 8550pkg syscall (freebsd-arm-cgo), const MSG_OOB ideal-int 8551pkg syscall (freebsd-arm-cgo), const MSG_PEEK ideal-int 8552pkg syscall (freebsd-arm-cgo), const MSG_TRUNC ideal-int 8553pkg syscall (freebsd-arm-cgo), const MSG_WAITALL ideal-int 8554pkg syscall (freebsd-arm-cgo), const MS_ASYNC ideal-int 8555pkg syscall (freebsd-arm-cgo), const MS_INVALIDATE ideal-int 8556pkg syscall (freebsd-arm-cgo), const MS_SYNC ideal-int 8557pkg syscall (freebsd-arm-cgo), const NET_RT_DUMP ideal-int 8558pkg syscall (freebsd-arm-cgo), const NET_RT_FLAGS ideal-int 8559pkg syscall (freebsd-arm-cgo), const NET_RT_IFLIST ideal-int 8560pkg syscall (freebsd-arm-cgo), const NET_RT_IFLISTL ideal-int 8561pkg syscall (freebsd-arm-cgo), const NET_RT_IFMALIST ideal-int 8562pkg syscall (freebsd-arm-cgo), const NET_RT_MAXID ideal-int 8563pkg syscall (freebsd-arm-cgo), const NOFLSH ideal-int 8564pkg syscall (freebsd-arm-cgo), const NOTE_ATTRIB ideal-int 8565pkg syscall (freebsd-arm-cgo), const NOTE_CHILD ideal-int 8566pkg syscall (freebsd-arm-cgo), const NOTE_DELETE ideal-int 8567pkg syscall (freebsd-arm-cgo), const NOTE_EXEC ideal-int 8568pkg syscall (freebsd-arm-cgo), const NOTE_EXIT ideal-int 8569pkg syscall (freebsd-arm-cgo), const NOTE_EXTEND ideal-int 8570pkg syscall (freebsd-arm-cgo), const NOTE_FFAND ideal-int 8571pkg syscall (freebsd-arm-cgo), const NOTE_FFCOPY ideal-int 8572pkg syscall (freebsd-arm-cgo), const NOTE_FFCTRLMASK ideal-int 8573pkg syscall (freebsd-arm-cgo), const NOTE_FFLAGSMASK ideal-int 8574pkg syscall (freebsd-arm-cgo), const NOTE_FFNOP ideal-int 8575pkg syscall (freebsd-arm-cgo), const NOTE_FFOR ideal-int 8576pkg syscall (freebsd-arm-cgo), const NOTE_FORK ideal-int 8577pkg syscall (freebsd-arm-cgo), const NOTE_LINK ideal-int 8578pkg syscall (freebsd-arm-cgo), const NOTE_LOWAT ideal-int 8579pkg syscall (freebsd-arm-cgo), const NOTE_PCTRLMASK ideal-int 8580pkg syscall (freebsd-arm-cgo), const NOTE_PDATAMASK ideal-int 8581pkg syscall (freebsd-arm-cgo), const NOTE_RENAME ideal-int 8582pkg syscall (freebsd-arm-cgo), const NOTE_REVOKE ideal-int 8583pkg syscall (freebsd-arm-cgo), const NOTE_TRACK ideal-int 8584pkg syscall (freebsd-arm-cgo), const NOTE_TRACKERR ideal-int 8585pkg syscall (freebsd-arm-cgo), const NOTE_TRIGGER ideal-int 8586pkg syscall (freebsd-arm-cgo), const NOTE_WRITE ideal-int 8587pkg syscall (freebsd-arm-cgo), const OCRNL ideal-int 8588pkg syscall (freebsd-arm-cgo), const ONLCR ideal-int 8589pkg syscall (freebsd-arm-cgo), const ONLRET ideal-int 8590pkg syscall (freebsd-arm-cgo), const ONOCR ideal-int 8591pkg syscall (freebsd-arm-cgo), const ONOEOT ideal-int 8592pkg syscall (freebsd-arm-cgo), const OPOST ideal-int 8593pkg syscall (freebsd-arm-cgo), const O_ACCMODE ideal-int 8594pkg syscall (freebsd-arm-cgo), const O_DIRECT ideal-int 8595pkg syscall (freebsd-arm-cgo), const O_DIRECTORY ideal-int 8596pkg syscall (freebsd-arm-cgo), const O_EXEC ideal-int 8597pkg syscall (freebsd-arm-cgo), const O_EXLOCK ideal-int 8598pkg syscall (freebsd-arm-cgo), const O_FSYNC ideal-int 8599pkg syscall (freebsd-arm-cgo), const O_NDELAY ideal-int 8600pkg syscall (freebsd-arm-cgo), const O_NOFOLLOW ideal-int 8601pkg syscall (freebsd-arm-cgo), const O_SHLOCK ideal-int 8602pkg syscall (freebsd-arm-cgo), const O_TTY_INIT ideal-int 8603pkg syscall (freebsd-arm-cgo), const PARENB ideal-int 8604pkg syscall (freebsd-arm-cgo), const PARMRK ideal-int 8605pkg syscall (freebsd-arm-cgo), const PARODD ideal-int 8606pkg syscall (freebsd-arm-cgo), const PENDIN ideal-int 8607pkg syscall (freebsd-arm-cgo), const PRIO_PGRP = 1 8608pkg syscall (freebsd-arm-cgo), const PRIO_PGRP ideal-int 8609pkg syscall (freebsd-arm-cgo), const PRIO_PROCESS = 0 8610pkg syscall (freebsd-arm-cgo), const PRIO_PROCESS ideal-int 8611pkg syscall (freebsd-arm-cgo), const PRIO_USER = 2 8612pkg syscall (freebsd-arm-cgo), const PRIO_USER ideal-int 8613pkg syscall (freebsd-arm-cgo), const PROT_EXEC ideal-int 8614pkg syscall (freebsd-arm-cgo), const PROT_NONE ideal-int 8615pkg syscall (freebsd-arm-cgo), const PROT_READ ideal-int 8616pkg syscall (freebsd-arm-cgo), const PROT_WRITE ideal-int 8617pkg syscall (freebsd-arm-cgo), const PTRACE_CONT ideal-int 8618pkg syscall (freebsd-arm-cgo), const PTRACE_KILL ideal-int 8619pkg syscall (freebsd-arm-cgo), const PTRACE_TRACEME ideal-int 8620pkg syscall (freebsd-arm-cgo), const RLIMIT_AS ideal-int 8621pkg syscall (freebsd-arm-cgo), const RLIMIT_CORE ideal-int 8622pkg syscall (freebsd-arm-cgo), const RLIMIT_CPU ideal-int 8623pkg syscall (freebsd-arm-cgo), const RLIMIT_DATA ideal-int 8624pkg syscall (freebsd-arm-cgo), const RLIMIT_FSIZE ideal-int 8625pkg syscall (freebsd-arm-cgo), const RLIMIT_NOFILE ideal-int 8626pkg syscall (freebsd-arm-cgo), const RLIMIT_STACK ideal-int 8627pkg syscall (freebsd-arm-cgo), const RLIM_INFINITY ideal-int 8628pkg syscall (freebsd-arm-cgo), const RTAX_AUTHOR ideal-int 8629pkg syscall (freebsd-arm-cgo), const RTAX_BRD ideal-int 8630pkg syscall (freebsd-arm-cgo), const RTAX_DST ideal-int 8631pkg syscall (freebsd-arm-cgo), const RTAX_GATEWAY ideal-int 8632pkg syscall (freebsd-arm-cgo), const RTAX_GENMASK ideal-int 8633pkg syscall (freebsd-arm-cgo), const RTAX_IFA ideal-int 8634pkg syscall (freebsd-arm-cgo), const RTAX_IFP ideal-int 8635pkg syscall (freebsd-arm-cgo), const RTAX_MAX ideal-int 8636pkg syscall (freebsd-arm-cgo), const RTAX_NETMASK ideal-int 8637pkg syscall (freebsd-arm-cgo), const RTA_AUTHOR ideal-int 8638pkg syscall (freebsd-arm-cgo), const RTA_BRD ideal-int 8639pkg syscall (freebsd-arm-cgo), const RTA_DST ideal-int 8640pkg syscall (freebsd-arm-cgo), const RTA_GATEWAY ideal-int 8641pkg syscall (freebsd-arm-cgo), const RTA_GENMASK ideal-int 8642pkg syscall (freebsd-arm-cgo), const RTA_IFA ideal-int 8643pkg syscall (freebsd-arm-cgo), const RTA_IFP ideal-int 8644pkg syscall (freebsd-arm-cgo), const RTA_NETMASK ideal-int 8645pkg syscall (freebsd-arm-cgo), const RTF_BLACKHOLE ideal-int 8646pkg syscall (freebsd-arm-cgo), const RTF_BROADCAST ideal-int 8647pkg syscall (freebsd-arm-cgo), const RTF_DONE ideal-int 8648pkg syscall (freebsd-arm-cgo), const RTF_DYNAMIC ideal-int 8649pkg syscall (freebsd-arm-cgo), const RTF_FMASK ideal-int 8650pkg syscall (freebsd-arm-cgo), const RTF_GATEWAY ideal-int 8651pkg syscall (freebsd-arm-cgo), const RTF_HOST ideal-int 8652pkg syscall (freebsd-arm-cgo), const RTF_LLDATA ideal-int 8653pkg syscall (freebsd-arm-cgo), const RTF_LLINFO ideal-int 8654pkg syscall (freebsd-arm-cgo), const RTF_LOCAL ideal-int 8655pkg syscall (freebsd-arm-cgo), const RTF_MODIFIED ideal-int 8656pkg syscall (freebsd-arm-cgo), const RTF_MULTICAST ideal-int 8657pkg syscall (freebsd-arm-cgo), const RTF_PINNED ideal-int 8658pkg syscall (freebsd-arm-cgo), const RTF_PRCLONING ideal-int 8659pkg syscall (freebsd-arm-cgo), const RTF_PROTO1 ideal-int 8660pkg syscall (freebsd-arm-cgo), const RTF_PROTO2 ideal-int 8661pkg syscall (freebsd-arm-cgo), const RTF_PROTO3 ideal-int 8662pkg syscall (freebsd-arm-cgo), const RTF_REJECT ideal-int 8663pkg syscall (freebsd-arm-cgo), const RTF_RNH_LOCKED ideal-int 8664pkg syscall (freebsd-arm-cgo), const RTF_STATIC ideal-int 8665pkg syscall (freebsd-arm-cgo), const RTF_STICKY ideal-int 8666pkg syscall (freebsd-arm-cgo), const RTF_UP ideal-int 8667pkg syscall (freebsd-arm-cgo), const RTF_XRESOLVE ideal-int 8668pkg syscall (freebsd-arm-cgo), const RTM_ADD ideal-int 8669pkg syscall (freebsd-arm-cgo), const RTM_CHANGE ideal-int 8670pkg syscall (freebsd-arm-cgo), const RTM_DELADDR ideal-int 8671pkg syscall (freebsd-arm-cgo), const RTM_DELETE ideal-int 8672pkg syscall (freebsd-arm-cgo), const RTM_DELMADDR ideal-int 8673pkg syscall (freebsd-arm-cgo), const RTM_GET ideal-int 8674pkg syscall (freebsd-arm-cgo), const RTM_IEEE80211 ideal-int 8675pkg syscall (freebsd-arm-cgo), const RTM_IFANNOUNCE ideal-int 8676pkg syscall (freebsd-arm-cgo), const RTM_IFINFO ideal-int 8677pkg syscall (freebsd-arm-cgo), const RTM_LOCK ideal-int 8678pkg syscall (freebsd-arm-cgo), const RTM_LOSING ideal-int 8679pkg syscall (freebsd-arm-cgo), const RTM_MISS ideal-int 8680pkg syscall (freebsd-arm-cgo), const RTM_NEWADDR ideal-int 8681pkg syscall (freebsd-arm-cgo), const RTM_NEWMADDR ideal-int 8682pkg syscall (freebsd-arm-cgo), const RTM_OLDADD ideal-int 8683pkg syscall (freebsd-arm-cgo), const RTM_OLDDEL ideal-int 8684pkg syscall (freebsd-arm-cgo), const RTM_REDIRECT ideal-int 8685pkg syscall (freebsd-arm-cgo), const RTM_RESOLVE ideal-int 8686pkg syscall (freebsd-arm-cgo), const RTM_RTTUNIT ideal-int 8687pkg syscall (freebsd-arm-cgo), const RTM_VERSION ideal-int 8688pkg syscall (freebsd-arm-cgo), const RTV_EXPIRE ideal-int 8689pkg syscall (freebsd-arm-cgo), const RTV_HOPCOUNT ideal-int 8690pkg syscall (freebsd-arm-cgo), const RTV_MTU ideal-int 8691pkg syscall (freebsd-arm-cgo), const RTV_RPIPE ideal-int 8692pkg syscall (freebsd-arm-cgo), const RTV_RTT ideal-int 8693pkg syscall (freebsd-arm-cgo), const RTV_RTTVAR ideal-int 8694pkg syscall (freebsd-arm-cgo), const RTV_SPIPE ideal-int 8695pkg syscall (freebsd-arm-cgo), const RTV_SSTHRESH ideal-int 8696pkg syscall (freebsd-arm-cgo), const RTV_WEIGHT ideal-int 8697pkg syscall (freebsd-arm-cgo), const RT_CACHING_CONTEXT ideal-int 8698pkg syscall (freebsd-arm-cgo), const RT_DEFAULT_FIB ideal-int 8699pkg syscall (freebsd-arm-cgo), const RT_NORTREF ideal-int 8700pkg syscall (freebsd-arm-cgo), const RUSAGE_CHILDREN ideal-int 8701pkg syscall (freebsd-arm-cgo), const RUSAGE_SELF ideal-int 8702pkg syscall (freebsd-arm-cgo), const RUSAGE_THREAD ideal-int 8703pkg syscall (freebsd-arm-cgo), const SCM_BINTIME ideal-int 8704pkg syscall (freebsd-arm-cgo), const SCM_CREDS ideal-int 8705pkg syscall (freebsd-arm-cgo), const SCM_RIGHTS ideal-int 8706pkg syscall (freebsd-arm-cgo), const SCM_TIMESTAMP ideal-int 8707pkg syscall (freebsd-arm-cgo), const SIGCHLD Signal 8708pkg syscall (freebsd-arm-cgo), const SIGCONT Signal 8709pkg syscall (freebsd-arm-cgo), const SIGEMT Signal 8710pkg syscall (freebsd-arm-cgo), const SIGINFO Signal 8711pkg syscall (freebsd-arm-cgo), const SIGIO Signal 8712pkg syscall (freebsd-arm-cgo), const SIGIOT Signal 8713pkg syscall (freebsd-arm-cgo), const SIGLIBRT Signal 8714pkg syscall (freebsd-arm-cgo), const SIGLWP Signal 8715pkg syscall (freebsd-arm-cgo), const SIGPROF Signal 8716pkg syscall (freebsd-arm-cgo), const SIGSTOP Signal 8717pkg syscall (freebsd-arm-cgo), const SIGSYS Signal 8718pkg syscall (freebsd-arm-cgo), const SIGTHR Signal 8719pkg syscall (freebsd-arm-cgo), const SIGTSTP Signal 8720pkg syscall (freebsd-arm-cgo), const SIGTTIN Signal 8721pkg syscall (freebsd-arm-cgo), const SIGTTOU Signal 8722pkg syscall (freebsd-arm-cgo), const SIGURG Signal 8723pkg syscall (freebsd-arm-cgo), const SIGUSR1 Signal 8724pkg syscall (freebsd-arm-cgo), const SIGUSR2 Signal 8725pkg syscall (freebsd-arm-cgo), const SIGVTALRM Signal 8726pkg syscall (freebsd-arm-cgo), const SIGWINCH Signal 8727pkg syscall (freebsd-arm-cgo), const SIGXCPU Signal 8728pkg syscall (freebsd-arm-cgo), const SIGXFSZ Signal 8729pkg syscall (freebsd-arm-cgo), const SIOCADDMULTI ideal-int 8730pkg syscall (freebsd-arm-cgo), const SIOCADDRT ideal-int 8731pkg syscall (freebsd-arm-cgo), const SIOCAIFADDR ideal-int 8732pkg syscall (freebsd-arm-cgo), const SIOCAIFGROUP ideal-int 8733pkg syscall (freebsd-arm-cgo), const SIOCALIFADDR ideal-int 8734pkg syscall (freebsd-arm-cgo), const SIOCATMARK ideal-int 8735pkg syscall (freebsd-arm-cgo), const SIOCDELMULTI ideal-int 8736pkg syscall (freebsd-arm-cgo), const SIOCDELRT ideal-int 8737pkg syscall (freebsd-arm-cgo), const SIOCDIFADDR ideal-int 8738pkg syscall (freebsd-arm-cgo), const SIOCDIFGROUP ideal-int 8739pkg syscall (freebsd-arm-cgo), const SIOCDIFPHYADDR ideal-int 8740pkg syscall (freebsd-arm-cgo), const SIOCDLIFADDR ideal-int 8741pkg syscall (freebsd-arm-cgo), const SIOCGDRVSPEC ideal-int 8742pkg syscall (freebsd-arm-cgo), const SIOCGETSGCNT ideal-int 8743pkg syscall (freebsd-arm-cgo), const SIOCGETVIFCNT ideal-int 8744pkg syscall (freebsd-arm-cgo), const SIOCGHIWAT ideal-int 8745pkg syscall (freebsd-arm-cgo), const SIOCGIFADDR ideal-int 8746pkg syscall (freebsd-arm-cgo), const SIOCGIFBRDADDR ideal-int 8747pkg syscall (freebsd-arm-cgo), const SIOCGIFCAP ideal-int 8748pkg syscall (freebsd-arm-cgo), const SIOCGIFCONF ideal-int 8749pkg syscall (freebsd-arm-cgo), const SIOCGIFDESCR ideal-int 8750pkg syscall (freebsd-arm-cgo), const SIOCGIFDSTADDR ideal-int 8751pkg syscall (freebsd-arm-cgo), const SIOCGIFFIB ideal-int 8752pkg syscall (freebsd-arm-cgo), const SIOCGIFFLAGS ideal-int 8753pkg syscall (freebsd-arm-cgo), const SIOCGIFGENERIC ideal-int 8754pkg syscall (freebsd-arm-cgo), const SIOCGIFGMEMB ideal-int 8755pkg syscall (freebsd-arm-cgo), const SIOCGIFGROUP ideal-int 8756pkg syscall (freebsd-arm-cgo), const SIOCGIFINDEX ideal-int 8757pkg syscall (freebsd-arm-cgo), const SIOCGIFMAC ideal-int 8758pkg syscall (freebsd-arm-cgo), const SIOCGIFMEDIA ideal-int 8759pkg syscall (freebsd-arm-cgo), const SIOCGIFMETRIC ideal-int 8760pkg syscall (freebsd-arm-cgo), const SIOCGIFMTU ideal-int 8761pkg syscall (freebsd-arm-cgo), const SIOCGIFNETMASK ideal-int 8762pkg syscall (freebsd-arm-cgo), const SIOCGIFPDSTADDR ideal-int 8763pkg syscall (freebsd-arm-cgo), const SIOCGIFPHYS ideal-int 8764pkg syscall (freebsd-arm-cgo), const SIOCGIFPSRCADDR ideal-int 8765pkg syscall (freebsd-arm-cgo), const SIOCGIFSTATUS ideal-int 8766pkg syscall (freebsd-arm-cgo), const SIOCGLIFADDR ideal-int 8767pkg syscall (freebsd-arm-cgo), const SIOCGLIFPHYADDR ideal-int 8768pkg syscall (freebsd-arm-cgo), const SIOCGLOWAT ideal-int 8769pkg syscall (freebsd-arm-cgo), const SIOCGPGRP ideal-int 8770pkg syscall (freebsd-arm-cgo), const SIOCGPRIVATE_0 ideal-int 8771pkg syscall (freebsd-arm-cgo), const SIOCGPRIVATE_1 ideal-int 8772pkg syscall (freebsd-arm-cgo), const SIOCIFCREATE ideal-int 8773pkg syscall (freebsd-arm-cgo), const SIOCIFCREATE2 ideal-int 8774pkg syscall (freebsd-arm-cgo), const SIOCIFDESTROY ideal-int 8775pkg syscall (freebsd-arm-cgo), const SIOCIFGCLONERS ideal-int 8776pkg syscall (freebsd-arm-cgo), const SIOCSDRVSPEC ideal-int 8777pkg syscall (freebsd-arm-cgo), const SIOCSHIWAT ideal-int 8778pkg syscall (freebsd-arm-cgo), const SIOCSIFADDR ideal-int 8779pkg syscall (freebsd-arm-cgo), const SIOCSIFBRDADDR ideal-int 8780pkg syscall (freebsd-arm-cgo), const SIOCSIFCAP ideal-int 8781pkg syscall (freebsd-arm-cgo), const SIOCSIFDESCR ideal-int 8782pkg syscall (freebsd-arm-cgo), const SIOCSIFDSTADDR ideal-int 8783pkg syscall (freebsd-arm-cgo), const SIOCSIFFIB ideal-int 8784pkg syscall (freebsd-arm-cgo), const SIOCSIFFLAGS ideal-int 8785pkg syscall (freebsd-arm-cgo), const SIOCSIFGENERIC ideal-int 8786pkg syscall (freebsd-arm-cgo), const SIOCSIFLLADDR ideal-int 8787pkg syscall (freebsd-arm-cgo), const SIOCSIFMAC ideal-int 8788pkg syscall (freebsd-arm-cgo), const SIOCSIFMEDIA ideal-int 8789pkg syscall (freebsd-arm-cgo), const SIOCSIFMETRIC ideal-int 8790pkg syscall (freebsd-arm-cgo), const SIOCSIFMTU ideal-int 8791pkg syscall (freebsd-arm-cgo), const SIOCSIFNAME ideal-int 8792pkg syscall (freebsd-arm-cgo), const SIOCSIFNETMASK ideal-int 8793pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYADDR ideal-int 8794pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYS ideal-int 8795pkg syscall (freebsd-arm-cgo), const SIOCSIFRVNET ideal-int 8796pkg syscall (freebsd-arm-cgo), const SIOCSIFVNET ideal-int 8797pkg syscall (freebsd-arm-cgo), const SIOCSLIFPHYADDR ideal-int 8798pkg syscall (freebsd-arm-cgo), const SIOCSLOWAT ideal-int 8799pkg syscall (freebsd-arm-cgo), const SIOCSPGRP ideal-int 8800pkg syscall (freebsd-arm-cgo), const SOCK_MAXADDRLEN ideal-int 8801pkg syscall (freebsd-arm-cgo), const SOCK_RDM ideal-int 8802pkg syscall (freebsd-arm-cgo), const SO_ACCEPTCONN ideal-int 8803pkg syscall (freebsd-arm-cgo), const SO_ACCEPTFILTER ideal-int 8804pkg syscall (freebsd-arm-cgo), const SO_BINTIME ideal-int 8805pkg syscall (freebsd-arm-cgo), const SO_DEBUG ideal-int 8806pkg syscall (freebsd-arm-cgo), const SO_ERROR ideal-int 8807pkg syscall (freebsd-arm-cgo), const SO_LABEL ideal-int 8808pkg syscall (freebsd-arm-cgo), const SO_LISTENINCQLEN ideal-int 8809pkg syscall (freebsd-arm-cgo), const SO_LISTENQLEN ideal-int 8810pkg syscall (freebsd-arm-cgo), const SO_LISTENQLIMIT ideal-int 8811pkg syscall (freebsd-arm-cgo), const SO_NOSIGPIPE ideal-int 8812pkg syscall (freebsd-arm-cgo), const SO_NO_DDP ideal-int 8813pkg syscall (freebsd-arm-cgo), const SO_NO_OFFLOAD ideal-int 8814pkg syscall (freebsd-arm-cgo), const SO_OOBINLINE ideal-int 8815pkg syscall (freebsd-arm-cgo), const SO_PEERLABEL ideal-int 8816pkg syscall (freebsd-arm-cgo), const SO_PROTOCOL ideal-int 8817pkg syscall (freebsd-arm-cgo), const SO_PROTOTYPE ideal-int 8818pkg syscall (freebsd-arm-cgo), const SO_RCVLOWAT ideal-int 8819pkg syscall (freebsd-arm-cgo), const SO_RCVTIMEO ideal-int 8820pkg syscall (freebsd-arm-cgo), const SO_REUSEPORT ideal-int 8821pkg syscall (freebsd-arm-cgo), const SO_SETFIB ideal-int 8822pkg syscall (freebsd-arm-cgo), const SO_SNDLOWAT ideal-int 8823pkg syscall (freebsd-arm-cgo), const SO_SNDTIMEO ideal-int 8824pkg syscall (freebsd-arm-cgo), const SO_TIMESTAMP ideal-int 8825pkg syscall (freebsd-arm-cgo), const SO_TYPE ideal-int 8826pkg syscall (freebsd-arm-cgo), const SO_USELOOPBACK ideal-int 8827pkg syscall (freebsd-arm-cgo), const SO_USER_COOKIE ideal-int 8828pkg syscall (freebsd-arm-cgo), const SYS_ABORT2 ideal-int 8829pkg syscall (freebsd-arm-cgo), const SYS_ACCEPT ideal-int 8830pkg syscall (freebsd-arm-cgo), const SYS_ACCESS ideal-int 8831pkg syscall (freebsd-arm-cgo), const SYS_ACCT ideal-int 8832pkg syscall (freebsd-arm-cgo), const SYS_ADJTIME ideal-int 8833pkg syscall (freebsd-arm-cgo), const SYS_AUDIT ideal-int 8834pkg syscall (freebsd-arm-cgo), const SYS_AUDITCTL ideal-int 8835pkg syscall (freebsd-arm-cgo), const SYS_AUDITON ideal-int 8836pkg syscall (freebsd-arm-cgo), const SYS_BIND ideal-int 8837pkg syscall (freebsd-arm-cgo), const SYS_CAP_ENTER ideal-int 8838pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_GET ideal-int 8839pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_LIMIT ideal-int 8840pkg syscall (freebsd-arm-cgo), const SYS_CAP_GETMODE ideal-int 8841pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_GET ideal-int 8842pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_LIMIT ideal-int 8843pkg syscall (freebsd-arm-cgo), const SYS_CAP_NEW ideal-int 8844pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_GET ideal-int 8845pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_LIMIT ideal-int 8846pkg syscall (freebsd-arm-cgo), const SYS_CHDIR ideal-int 8847pkg syscall (freebsd-arm-cgo), const SYS_CHFLAGS ideal-int 8848pkg syscall (freebsd-arm-cgo), const SYS_CHMOD ideal-int 8849pkg syscall (freebsd-arm-cgo), const SYS_CHOWN ideal-int 8850pkg syscall (freebsd-arm-cgo), const SYS_CHROOT ideal-int 8851pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int 8852pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETRES ideal-int 8853pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETTIME ideal-int 8854pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_SETTIME ideal-int 8855pkg syscall (freebsd-arm-cgo), const SYS_CLOSE ideal-int 8856pkg syscall (freebsd-arm-cgo), const SYS_CLOSEFROM ideal-int 8857pkg syscall (freebsd-arm-cgo), const SYS_CONNECT ideal-int 8858pkg syscall (freebsd-arm-cgo), const SYS_CPUSET ideal-int 8859pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_GETAFFINITY ideal-int 8860pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_GETID ideal-int 8861pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_SETAFFINITY ideal-int 8862pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_SETID ideal-int 8863pkg syscall (freebsd-arm-cgo), const SYS_DUP ideal-int 8864pkg syscall (freebsd-arm-cgo), const SYS_DUP2 ideal-int 8865pkg syscall (freebsd-arm-cgo), const SYS_EACCESS ideal-int 8866pkg syscall (freebsd-arm-cgo), const SYS_EXECVE ideal-int 8867pkg syscall (freebsd-arm-cgo), const SYS_EXIT ideal-int 8868pkg syscall (freebsd-arm-cgo), const SYS_EXTATTRCTL ideal-int 8869pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_FD ideal-int 8870pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_FILE ideal-int 8871pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_LINK ideal-int 8872pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_FD ideal-int 8873pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_FILE ideal-int 8874pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_LINK ideal-int 8875pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_FD ideal-int 8876pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_FILE ideal-int 8877pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_LINK ideal-int 8878pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_FD ideal-int 8879pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_FILE ideal-int 8880pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_LINK ideal-int 8881pkg syscall (freebsd-arm-cgo), const SYS_FACCESSAT ideal-int 8882pkg syscall (freebsd-arm-cgo), const SYS_FCHDIR ideal-int 8883pkg syscall (freebsd-arm-cgo), const SYS_FCHFLAGS ideal-int 8884pkg syscall (freebsd-arm-cgo), const SYS_FCHMOD ideal-int 8885pkg syscall (freebsd-arm-cgo), const SYS_FCHMODAT ideal-int 8886pkg syscall (freebsd-arm-cgo), const SYS_FCHOWN ideal-int 8887pkg syscall (freebsd-arm-cgo), const SYS_FCHOWNAT ideal-int 8888pkg syscall (freebsd-arm-cgo), const SYS_FCNTL ideal-int 8889pkg syscall (freebsd-arm-cgo), const SYS_FEXECVE ideal-int 8890pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_GETCOUNTER ideal-int 8891pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_GETESTIMATE ideal-int 8892pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_SETESTIMATE ideal-int 8893pkg syscall (freebsd-arm-cgo), const SYS_FHOPEN ideal-int 8894pkg syscall (freebsd-arm-cgo), const SYS_FHSTAT ideal-int 8895pkg syscall (freebsd-arm-cgo), const SYS_FHSTATFS ideal-int 8896pkg syscall (freebsd-arm-cgo), const SYS_FLOCK ideal-int 8897pkg syscall (freebsd-arm-cgo), const SYS_FORK ideal-int 8898pkg syscall (freebsd-arm-cgo), const SYS_FPATHCONF ideal-int 8899pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_FTRUNCATE ideal-int 8900pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_LSEEK ideal-int 8901pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_MMAP ideal-int 8902pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_PREAD ideal-int 8903pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_PWRITE ideal-int 8904pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_TRUNCATE ideal-int 8905pkg syscall (freebsd-arm-cgo), const SYS_FSTAT ideal-int 8906pkg syscall (freebsd-arm-cgo), const SYS_FSTATAT ideal-int 8907pkg syscall (freebsd-arm-cgo), const SYS_FSTATFS ideal-int 8908pkg syscall (freebsd-arm-cgo), const SYS_FSYNC ideal-int 8909pkg syscall (freebsd-arm-cgo), const SYS_FTRUNCATE ideal-int 8910pkg syscall (freebsd-arm-cgo), const SYS_FUTIMES ideal-int 8911pkg syscall (freebsd-arm-cgo), const SYS_FUTIMESAT ideal-int 8912pkg syscall (freebsd-arm-cgo), const SYS_GETAUDIT ideal-int 8913pkg syscall (freebsd-arm-cgo), const SYS_GETAUDIT_ADDR ideal-int 8914pkg syscall (freebsd-arm-cgo), const SYS_GETAUID ideal-int 8915pkg syscall (freebsd-arm-cgo), const SYS_GETCONTEXT ideal-int 8916pkg syscall (freebsd-arm-cgo), const SYS_GETDENTS ideal-int 8917pkg syscall (freebsd-arm-cgo), const SYS_GETDIRENTRIES ideal-int 8918pkg syscall (freebsd-arm-cgo), const SYS_GETDTABLESIZE ideal-int 8919pkg syscall (freebsd-arm-cgo), const SYS_GETEGID ideal-int 8920pkg syscall (freebsd-arm-cgo), const SYS_GETEUID ideal-int 8921pkg syscall (freebsd-arm-cgo), const SYS_GETFH ideal-int 8922pkg syscall (freebsd-arm-cgo), const SYS_GETFSSTAT ideal-int 8923pkg syscall (freebsd-arm-cgo), const SYS_GETGID ideal-int 8924pkg syscall (freebsd-arm-cgo), const SYS_GETGROUPS ideal-int 8925pkg syscall (freebsd-arm-cgo), const SYS_GETITIMER ideal-int 8926pkg syscall (freebsd-arm-cgo), const SYS_GETLOGIN ideal-int 8927pkg syscall (freebsd-arm-cgo), const SYS_GETLOGINCLASS ideal-int 8928pkg syscall (freebsd-arm-cgo), const SYS_GETPEERNAME ideal-int 8929pkg syscall (freebsd-arm-cgo), const SYS_GETPGID ideal-int 8930pkg syscall (freebsd-arm-cgo), const SYS_GETPGRP ideal-int 8931pkg syscall (freebsd-arm-cgo), const SYS_GETPID ideal-int 8932pkg syscall (freebsd-arm-cgo), const SYS_GETPPID ideal-int 8933pkg syscall (freebsd-arm-cgo), const SYS_GETPRIORITY ideal-int 8934pkg syscall (freebsd-arm-cgo), const SYS_GETRESGID ideal-int 8935pkg syscall (freebsd-arm-cgo), const SYS_GETRESUID ideal-int 8936pkg syscall (freebsd-arm-cgo), const SYS_GETRLIMIT ideal-int 8937pkg syscall (freebsd-arm-cgo), const SYS_GETRUSAGE ideal-int 8938pkg syscall (freebsd-arm-cgo), const SYS_GETSID ideal-int 8939pkg syscall (freebsd-arm-cgo), const SYS_GETSOCKNAME ideal-int 8940pkg syscall (freebsd-arm-cgo), const SYS_GETSOCKOPT ideal-int 8941pkg syscall (freebsd-arm-cgo), const SYS_GETTIMEOFDAY ideal-int 8942pkg syscall (freebsd-arm-cgo), const SYS_GETUID ideal-int 8943pkg syscall (freebsd-arm-cgo), const SYS_IOCTL ideal-int 8944pkg syscall (freebsd-arm-cgo), const SYS_ISSETUGID ideal-int 8945pkg syscall (freebsd-arm-cgo), const SYS_JAIL ideal-int 8946pkg syscall (freebsd-arm-cgo), const SYS_JAIL_ATTACH ideal-int 8947pkg syscall (freebsd-arm-cgo), const SYS_JAIL_GET ideal-int 8948pkg syscall (freebsd-arm-cgo), const SYS_JAIL_REMOVE ideal-int 8949pkg syscall (freebsd-arm-cgo), const SYS_JAIL_SET ideal-int 8950pkg syscall (freebsd-arm-cgo), const SYS_KENV ideal-int 8951pkg syscall (freebsd-arm-cgo), const SYS_KEVENT ideal-int 8952pkg syscall (freebsd-arm-cgo), const SYS_KILL ideal-int 8953pkg syscall (freebsd-arm-cgo), const SYS_KLDFIND ideal-int 8954pkg syscall (freebsd-arm-cgo), const SYS_KLDFIRSTMOD ideal-int 8955pkg syscall (freebsd-arm-cgo), const SYS_KLDLOAD ideal-int 8956pkg syscall (freebsd-arm-cgo), const SYS_KLDNEXT ideal-int 8957pkg syscall (freebsd-arm-cgo), const SYS_KLDSTAT ideal-int 8958pkg syscall (freebsd-arm-cgo), const SYS_KLDSYM ideal-int 8959pkg syscall (freebsd-arm-cgo), const SYS_KLDUNLOAD ideal-int 8960pkg syscall (freebsd-arm-cgo), const SYS_KLDUNLOADF ideal-int 8961pkg syscall (freebsd-arm-cgo), const SYS_KQUEUE ideal-int 8962pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_CREATE ideal-int 8963pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_DELETE ideal-int 8964pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_GETOVERRUN ideal-int 8965pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_GETTIME ideal-int 8966pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_SETTIME ideal-int 8967pkg syscall (freebsd-arm-cgo), const SYS_KTRACE ideal-int 8968pkg syscall (freebsd-arm-cgo), const SYS_LCHFLAGS ideal-int 8969pkg syscall (freebsd-arm-cgo), const SYS_LCHMOD ideal-int 8970pkg syscall (freebsd-arm-cgo), const SYS_LCHOWN ideal-int 8971pkg syscall (freebsd-arm-cgo), const SYS_LGETFH ideal-int 8972pkg syscall (freebsd-arm-cgo), const SYS_LINK ideal-int 8973pkg syscall (freebsd-arm-cgo), const SYS_LINKAT ideal-int 8974pkg syscall (freebsd-arm-cgo), const SYS_LISTEN ideal-int 8975pkg syscall (freebsd-arm-cgo), const SYS_LPATHCONF ideal-int 8976pkg syscall (freebsd-arm-cgo), const SYS_LSEEK ideal-int 8977pkg syscall (freebsd-arm-cgo), const SYS_LSTAT ideal-int 8978pkg syscall (freebsd-arm-cgo), const SYS_LUTIMES ideal-int 8979pkg syscall (freebsd-arm-cgo), const SYS_MAC_SYSCALL ideal-int 8980pkg syscall (freebsd-arm-cgo), const SYS_MADVISE ideal-int 8981pkg syscall (freebsd-arm-cgo), const SYS_MINCORE ideal-int 8982pkg syscall (freebsd-arm-cgo), const SYS_MINHERIT ideal-int 8983pkg syscall (freebsd-arm-cgo), const SYS_MKDIR ideal-int 8984pkg syscall (freebsd-arm-cgo), const SYS_MKDIRAT ideal-int 8985pkg syscall (freebsd-arm-cgo), const SYS_MKFIFO ideal-int 8986pkg syscall (freebsd-arm-cgo), const SYS_MKFIFOAT ideal-int 8987pkg syscall (freebsd-arm-cgo), const SYS_MKNOD ideal-int 8988pkg syscall (freebsd-arm-cgo), const SYS_MKNODAT ideal-int 8989pkg syscall (freebsd-arm-cgo), const SYS_MLOCK ideal-int 8990pkg syscall (freebsd-arm-cgo), const SYS_MLOCKALL ideal-int 8991pkg syscall (freebsd-arm-cgo), const SYS_MMAP ideal-int 8992pkg syscall (freebsd-arm-cgo), const SYS_MODFIND ideal-int 8993pkg syscall (freebsd-arm-cgo), const SYS_MODFNEXT ideal-int 8994pkg syscall (freebsd-arm-cgo), const SYS_MODNEXT ideal-int 8995pkg syscall (freebsd-arm-cgo), const SYS_MODSTAT ideal-int 8996pkg syscall (freebsd-arm-cgo), const SYS_MOUNT ideal-int 8997pkg syscall (freebsd-arm-cgo), const SYS_MPROTECT ideal-int 8998pkg syscall (freebsd-arm-cgo), const SYS_MSYNC ideal-int 8999pkg syscall (freebsd-arm-cgo), const SYS_MUNLOCK ideal-int 9000pkg syscall (freebsd-arm-cgo), const SYS_MUNLOCKALL ideal-int 9001pkg syscall (freebsd-arm-cgo), const SYS_MUNMAP ideal-int 9002pkg syscall (freebsd-arm-cgo), const SYS_NANOSLEEP ideal-int 9003pkg syscall (freebsd-arm-cgo), const SYS_NFSTAT ideal-int 9004pkg syscall (freebsd-arm-cgo), const SYS_NLSTAT ideal-int 9005pkg syscall (freebsd-arm-cgo), const SYS_NMOUNT ideal-int 9006pkg syscall (freebsd-arm-cgo), const SYS_NSTAT ideal-int 9007pkg syscall (freebsd-arm-cgo), const SYS_NTP_ADJTIME ideal-int 9008pkg syscall (freebsd-arm-cgo), const SYS_NTP_GETTIME ideal-int 9009pkg syscall (freebsd-arm-cgo), const SYS_OBREAK ideal-int 9010pkg syscall (freebsd-arm-cgo), const SYS_OPEN ideal-int 9011pkg syscall (freebsd-arm-cgo), const SYS_OPENAT ideal-int 9012pkg syscall (freebsd-arm-cgo), const SYS_OPENBSD_POLL ideal-int 9013pkg syscall (freebsd-arm-cgo), const SYS_OVADVISE ideal-int 9014pkg syscall (freebsd-arm-cgo), const SYS_PATHCONF ideal-int 9015pkg syscall (freebsd-arm-cgo), const SYS_PDFORK ideal-int 9016pkg syscall (freebsd-arm-cgo), const SYS_PDGETPID ideal-int 9017pkg syscall (freebsd-arm-cgo), const SYS_PDKILL ideal-int 9018pkg syscall (freebsd-arm-cgo), const SYS_PIPE ideal-int 9019pkg syscall (freebsd-arm-cgo), const SYS_POLL ideal-int 9020pkg syscall (freebsd-arm-cgo), const SYS_POSIX_FADVISE ideal-int 9021pkg syscall (freebsd-arm-cgo), const SYS_POSIX_FALLOCATE ideal-int 9022pkg syscall (freebsd-arm-cgo), const SYS_POSIX_OPENPT ideal-int 9023pkg syscall (freebsd-arm-cgo), const SYS_PREAD ideal-int 9024pkg syscall (freebsd-arm-cgo), const SYS_PREADV ideal-int 9025pkg syscall (freebsd-arm-cgo), const SYS_PROFIL ideal-int 9026pkg syscall (freebsd-arm-cgo), const SYS_PSELECT ideal-int 9027pkg syscall (freebsd-arm-cgo), const SYS_PTRACE ideal-int 9028pkg syscall (freebsd-arm-cgo), const SYS_PWRITE ideal-int 9029pkg syscall (freebsd-arm-cgo), const SYS_PWRITEV ideal-int 9030pkg syscall (freebsd-arm-cgo), const SYS_QUOTACTL ideal-int 9031pkg syscall (freebsd-arm-cgo), const SYS_RCTL_ADD_RULE ideal-int 9032pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_LIMITS ideal-int 9033pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_RACCT ideal-int 9034pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_RULES ideal-int 9035pkg syscall (freebsd-arm-cgo), const SYS_RCTL_REMOVE_RULE ideal-int 9036pkg syscall (freebsd-arm-cgo), const SYS_READ ideal-int 9037pkg syscall (freebsd-arm-cgo), const SYS_READLINK ideal-int 9038pkg syscall (freebsd-arm-cgo), const SYS_READLINKAT ideal-int 9039pkg syscall (freebsd-arm-cgo), const SYS_READV ideal-int 9040pkg syscall (freebsd-arm-cgo), const SYS_REBOOT ideal-int 9041pkg syscall (freebsd-arm-cgo), const SYS_RECVFROM ideal-int 9042pkg syscall (freebsd-arm-cgo), const SYS_RECVMSG ideal-int 9043pkg syscall (freebsd-arm-cgo), const SYS_RENAME ideal-int 9044pkg syscall (freebsd-arm-cgo), const SYS_RENAMEAT ideal-int 9045pkg syscall (freebsd-arm-cgo), const SYS_REVOKE ideal-int 9046pkg syscall (freebsd-arm-cgo), const SYS_RFORK ideal-int 9047pkg syscall (freebsd-arm-cgo), const SYS_RMDIR ideal-int 9048pkg syscall (freebsd-arm-cgo), const SYS_RTPRIO ideal-int 9049pkg syscall (freebsd-arm-cgo), const SYS_RTPRIO_THREAD ideal-int 9050pkg syscall (freebsd-arm-cgo), const SYS_SBRK ideal-int 9051pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GETPARAM ideal-int 9052pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GETSCHEDULER ideal-int 9053pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GET_PRIORITY_MAX ideal-int 9054pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GET_PRIORITY_MIN ideal-int 9055pkg syscall (freebsd-arm-cgo), const SYS_SCHED_RR_GET_INTERVAL ideal-int 9056pkg syscall (freebsd-arm-cgo), const SYS_SCHED_SETPARAM ideal-int 9057pkg syscall (freebsd-arm-cgo), const SYS_SCHED_SETSCHEDULER ideal-int 9058pkg syscall (freebsd-arm-cgo), const SYS_SCHED_YIELD ideal-int 9059pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_RECVMSG ideal-int 9060pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_SENDMSG ideal-int 9061pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV ideal-int 9062pkg syscall (freebsd-arm-cgo), const SYS_SCTP_PEELOFF ideal-int 9063pkg syscall (freebsd-arm-cgo), const SYS_SELECT ideal-int 9064pkg syscall (freebsd-arm-cgo), const SYS_SENDFILE ideal-int 9065pkg syscall (freebsd-arm-cgo), const SYS_SENDMSG ideal-int 9066pkg syscall (freebsd-arm-cgo), const SYS_SENDTO ideal-int 9067pkg syscall (freebsd-arm-cgo), const SYS_SETAUDIT ideal-int 9068pkg syscall (freebsd-arm-cgo), const SYS_SETAUDIT_ADDR ideal-int 9069pkg syscall (freebsd-arm-cgo), const SYS_SETAUID ideal-int 9070pkg syscall (freebsd-arm-cgo), const SYS_SETCONTEXT ideal-int 9071pkg syscall (freebsd-arm-cgo), const SYS_SETEGID ideal-int 9072pkg syscall (freebsd-arm-cgo), const SYS_SETEUID ideal-int 9073pkg syscall (freebsd-arm-cgo), const SYS_SETFIB ideal-int 9074pkg syscall (freebsd-arm-cgo), const SYS_SETGID ideal-int 9075pkg syscall (freebsd-arm-cgo), const SYS_SETGROUPS ideal-int 9076pkg syscall (freebsd-arm-cgo), const SYS_SETITIMER ideal-int 9077pkg syscall (freebsd-arm-cgo), const SYS_SETLOGIN ideal-int 9078pkg syscall (freebsd-arm-cgo), const SYS_SETLOGINCLASS ideal-int 9079pkg syscall (freebsd-arm-cgo), const SYS_SETPGID ideal-int 9080pkg syscall (freebsd-arm-cgo), const SYS_SETPRIORITY ideal-int 9081pkg syscall (freebsd-arm-cgo), const SYS_SETREGID ideal-int 9082pkg syscall (freebsd-arm-cgo), const SYS_SETRESGID ideal-int 9083pkg syscall (freebsd-arm-cgo), const SYS_SETRESUID ideal-int 9084pkg syscall (freebsd-arm-cgo), const SYS_SETREUID ideal-int 9085pkg syscall (freebsd-arm-cgo), const SYS_SETRLIMIT ideal-int 9086pkg syscall (freebsd-arm-cgo), const SYS_SETSID ideal-int 9087pkg syscall (freebsd-arm-cgo), const SYS_SETSOCKOPT ideal-int 9088pkg syscall (freebsd-arm-cgo), const SYS_SETTIMEOFDAY ideal-int 9089pkg syscall (freebsd-arm-cgo), const SYS_SETUID ideal-int 9090pkg syscall (freebsd-arm-cgo), const SYS_SHM_OPEN ideal-int 9091pkg syscall (freebsd-arm-cgo), const SYS_SHM_UNLINK ideal-int 9092pkg syscall (freebsd-arm-cgo), const SYS_SHUTDOWN ideal-int 9093pkg syscall (freebsd-arm-cgo), const SYS_SIGACTION ideal-int 9094pkg syscall (freebsd-arm-cgo), const SYS_SIGALTSTACK ideal-int 9095pkg syscall (freebsd-arm-cgo), const SYS_SIGPENDING ideal-int 9096pkg syscall (freebsd-arm-cgo), const SYS_SIGPROCMASK ideal-int 9097pkg syscall (freebsd-arm-cgo), const SYS_SIGQUEUE ideal-int 9098pkg syscall (freebsd-arm-cgo), const SYS_SIGRETURN ideal-int 9099pkg syscall (freebsd-arm-cgo), const SYS_SIGSUSPEND ideal-int 9100pkg syscall (freebsd-arm-cgo), const SYS_SIGTIMEDWAIT ideal-int 9101pkg syscall (freebsd-arm-cgo), const SYS_SIGWAIT ideal-int 9102pkg syscall (freebsd-arm-cgo), const SYS_SIGWAITINFO ideal-int 9103pkg syscall (freebsd-arm-cgo), const SYS_SOCKET ideal-int 9104pkg syscall (freebsd-arm-cgo), const SYS_SOCKETPAIR ideal-int 9105pkg syscall (freebsd-arm-cgo), const SYS_SSTK ideal-int 9106pkg syscall (freebsd-arm-cgo), const SYS_STAT ideal-int 9107pkg syscall (freebsd-arm-cgo), const SYS_STATFS ideal-int 9108pkg syscall (freebsd-arm-cgo), const SYS_SWAPCONTEXT ideal-int 9109pkg syscall (freebsd-arm-cgo), const SYS_SWAPOFF ideal-int 9110pkg syscall (freebsd-arm-cgo), const SYS_SWAPON ideal-int 9111pkg syscall (freebsd-arm-cgo), const SYS_SYMLINK ideal-int 9112pkg syscall (freebsd-arm-cgo), const SYS_SYMLINKAT ideal-int 9113pkg syscall (freebsd-arm-cgo), const SYS_SYNC ideal-int 9114pkg syscall (freebsd-arm-cgo), const SYS_SYSARCH ideal-int 9115pkg syscall (freebsd-arm-cgo), const SYS_THR_CREATE ideal-int 9116pkg syscall (freebsd-arm-cgo), const SYS_THR_EXIT ideal-int 9117pkg syscall (freebsd-arm-cgo), const SYS_THR_KILL ideal-int 9118pkg syscall (freebsd-arm-cgo), const SYS_THR_KILL2 ideal-int 9119pkg syscall (freebsd-arm-cgo), const SYS_THR_NEW ideal-int 9120pkg syscall (freebsd-arm-cgo), const SYS_THR_SELF ideal-int 9121pkg syscall (freebsd-arm-cgo), const SYS_THR_SET_NAME ideal-int 9122pkg syscall (freebsd-arm-cgo), const SYS_THR_SUSPEND ideal-int 9123pkg syscall (freebsd-arm-cgo), const SYS_THR_WAKE ideal-int 9124pkg syscall (freebsd-arm-cgo), const SYS_TRUNCATE ideal-int 9125pkg syscall (freebsd-arm-cgo), const SYS_UMASK ideal-int 9126pkg syscall (freebsd-arm-cgo), const SYS_UNDELETE ideal-int 9127pkg syscall (freebsd-arm-cgo), const SYS_UNLINK ideal-int 9128pkg syscall (freebsd-arm-cgo), const SYS_UNLINKAT ideal-int 9129pkg syscall (freebsd-arm-cgo), const SYS_UNMOUNT ideal-int 9130pkg syscall (freebsd-arm-cgo), const SYS_UTIMES ideal-int 9131pkg syscall (freebsd-arm-cgo), const SYS_UTRACE ideal-int 9132pkg syscall (freebsd-arm-cgo), const SYS_UUIDGEN ideal-int 9133pkg syscall (freebsd-arm-cgo), const SYS_VFORK ideal-int 9134pkg syscall (freebsd-arm-cgo), const SYS_WAIT4 ideal-int 9135pkg syscall (freebsd-arm-cgo), const SYS_WAIT6 ideal-int 9136pkg syscall (freebsd-arm-cgo), const SYS_WRITE ideal-int 9137pkg syscall (freebsd-arm-cgo), const SYS_WRITEV ideal-int 9138pkg syscall (freebsd-arm-cgo), const SYS_YIELD ideal-int 9139pkg syscall (freebsd-arm-cgo), const SYS__UMTX_LOCK ideal-int 9140pkg syscall (freebsd-arm-cgo), const SYS__UMTX_OP ideal-int 9141pkg syscall (freebsd-arm-cgo), const SYS__UMTX_UNLOCK ideal-int 9142pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_FD ideal-int 9143pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_FILE ideal-int 9144pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_LINK ideal-int 9145pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_FD ideal-int 9146pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_FILE ideal-int 9147pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_LINK ideal-int 9148pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_FD ideal-int 9149pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_FILE ideal-int 9150pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_LINK ideal-int 9151pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_FD ideal-int 9152pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_FILE ideal-int 9153pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_LINK ideal-int 9154pkg syscall (freebsd-arm-cgo), const SYS___GETCWD ideal-int 9155pkg syscall (freebsd-arm-cgo), const SYS___MAC_EXECVE ideal-int 9156pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_FD ideal-int 9157pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_FILE ideal-int 9158pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_LINK ideal-int 9159pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_PID ideal-int 9160pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_PROC ideal-int 9161pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_FD ideal-int 9162pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_FILE ideal-int 9163pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_LINK ideal-int 9164pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_PROC ideal-int 9165pkg syscall (freebsd-arm-cgo), const SYS___SETUGID ideal-int 9166pkg syscall (freebsd-arm-cgo), const SYS___SYSCTL ideal-int 9167pkg syscall (freebsd-arm-cgo), const SizeofBpfHdr ideal-int 9168pkg syscall (freebsd-arm-cgo), const SizeofBpfInsn ideal-int 9169pkg syscall (freebsd-arm-cgo), const SizeofBpfProgram ideal-int 9170pkg syscall (freebsd-arm-cgo), const SizeofBpfStat ideal-int 9171pkg syscall (freebsd-arm-cgo), const SizeofBpfVersion ideal-int 9172pkg syscall (freebsd-arm-cgo), const SizeofBpfZbuf ideal-int 9173pkg syscall (freebsd-arm-cgo), const SizeofBpfZbufHeader ideal-int 9174pkg syscall (freebsd-arm-cgo), const SizeofCmsghdr ideal-int 9175pkg syscall (freebsd-arm-cgo), const SizeofICMPv6Filter = 32 9176pkg syscall (freebsd-arm-cgo), const SizeofICMPv6Filter ideal-int 9177pkg syscall (freebsd-arm-cgo), const SizeofIPMreq ideal-int 9178pkg syscall (freebsd-arm-cgo), const SizeofIPMreqn ideal-int 9179pkg syscall (freebsd-arm-cgo), const SizeofIPv6MTUInfo = 32 9180pkg syscall (freebsd-arm-cgo), const SizeofIPv6MTUInfo ideal-int 9181pkg syscall (freebsd-arm-cgo), const SizeofIPv6Mreq ideal-int 9182pkg syscall (freebsd-arm-cgo), const SizeofIfAnnounceMsghdr ideal-int 9183pkg syscall (freebsd-arm-cgo), const SizeofIfData ideal-int 9184pkg syscall (freebsd-arm-cgo), const SizeofIfMsghdr ideal-int 9185pkg syscall (freebsd-arm-cgo), const SizeofIfaMsghdr ideal-int 9186pkg syscall (freebsd-arm-cgo), const SizeofIfmaMsghdr ideal-int 9187pkg syscall (freebsd-arm-cgo), const SizeofInet6Pktinfo ideal-int 9188pkg syscall (freebsd-arm-cgo), const SizeofLinger ideal-int 9189pkg syscall (freebsd-arm-cgo), const SizeofMsghdr ideal-int 9190pkg syscall (freebsd-arm-cgo), const SizeofRtMetrics ideal-int 9191pkg syscall (freebsd-arm-cgo), const SizeofRtMsghdr ideal-int 9192pkg syscall (freebsd-arm-cgo), const SizeofSockaddrAny ideal-int 9193pkg syscall (freebsd-arm-cgo), const SizeofSockaddrDatalink ideal-int 9194pkg syscall (freebsd-arm-cgo), const SizeofSockaddrInet4 ideal-int 9195pkg syscall (freebsd-arm-cgo), const SizeofSockaddrInet6 ideal-int 9196pkg syscall (freebsd-arm-cgo), const SizeofSockaddrUnix ideal-int 9197pkg syscall (freebsd-arm-cgo), const TCIFLUSH ideal-int 9198pkg syscall (freebsd-arm-cgo), const TCIOFLUSH ideal-int 9199pkg syscall (freebsd-arm-cgo), const TCOFLUSH ideal-int 9200pkg syscall (freebsd-arm-cgo), const TCP_CA_NAME_MAX ideal-int 9201pkg syscall (freebsd-arm-cgo), const TCP_CONGESTION ideal-int 9202pkg syscall (freebsd-arm-cgo), const TCP_INFO ideal-int 9203pkg syscall (freebsd-arm-cgo), const TCP_KEEPCNT ideal-int 9204pkg syscall (freebsd-arm-cgo), const TCP_KEEPIDLE ideal-int 9205pkg syscall (freebsd-arm-cgo), const TCP_KEEPINIT ideal-int 9206pkg syscall (freebsd-arm-cgo), const TCP_KEEPINTVL ideal-int 9207pkg syscall (freebsd-arm-cgo), const TCP_MAXBURST ideal-int 9208pkg syscall (freebsd-arm-cgo), const TCP_MAXHLEN ideal-int 9209pkg syscall (freebsd-arm-cgo), const TCP_MAXOLEN ideal-int 9210pkg syscall (freebsd-arm-cgo), const TCP_MAXSEG ideal-int 9211pkg syscall (freebsd-arm-cgo), const TCP_MAXWIN ideal-int 9212pkg syscall (freebsd-arm-cgo), const TCP_MAX_SACK ideal-int 9213pkg syscall (freebsd-arm-cgo), const TCP_MAX_WINSHIFT ideal-int 9214pkg syscall (freebsd-arm-cgo), const TCP_MD5SIG ideal-int 9215pkg syscall (freebsd-arm-cgo), const TCP_MINMSS ideal-int 9216pkg syscall (freebsd-arm-cgo), const TCP_MSS ideal-int 9217pkg syscall (freebsd-arm-cgo), const TCP_NOOPT ideal-int 9218pkg syscall (freebsd-arm-cgo), const TCP_NOPUSH ideal-int 9219pkg syscall (freebsd-arm-cgo), const TCSAFLUSH ideal-int 9220pkg syscall (freebsd-arm-cgo), const TIOCCBRK ideal-int 9221pkg syscall (freebsd-arm-cgo), const TIOCCDTR ideal-int 9222pkg syscall (freebsd-arm-cgo), const TIOCCONS ideal-int 9223pkg syscall (freebsd-arm-cgo), const TIOCDRAIN ideal-int 9224pkg syscall (freebsd-arm-cgo), const TIOCEXCL ideal-int 9225pkg syscall (freebsd-arm-cgo), const TIOCEXT ideal-int 9226pkg syscall (freebsd-arm-cgo), const TIOCFLUSH ideal-int 9227pkg syscall (freebsd-arm-cgo), const TIOCGDRAINWAIT ideal-int 9228pkg syscall (freebsd-arm-cgo), const TIOCGETA ideal-int 9229pkg syscall (freebsd-arm-cgo), const TIOCGETD ideal-int 9230pkg syscall (freebsd-arm-cgo), const TIOCGPGRP ideal-int 9231pkg syscall (freebsd-arm-cgo), const TIOCGPTN ideal-int 9232pkg syscall (freebsd-arm-cgo), const TIOCGSID ideal-int 9233pkg syscall (freebsd-arm-cgo), const TIOCGWINSZ ideal-int 9234pkg syscall (freebsd-arm-cgo), const TIOCMBIC ideal-int 9235pkg syscall (freebsd-arm-cgo), const TIOCMBIS ideal-int 9236pkg syscall (freebsd-arm-cgo), const TIOCMGDTRWAIT ideal-int 9237pkg syscall (freebsd-arm-cgo), const TIOCMGET ideal-int 9238pkg syscall (freebsd-arm-cgo), const TIOCMSDTRWAIT ideal-int 9239pkg syscall (freebsd-arm-cgo), const TIOCMSET ideal-int 9240pkg syscall (freebsd-arm-cgo), const TIOCM_CAR ideal-int 9241pkg syscall (freebsd-arm-cgo), const TIOCM_CD ideal-int 9242pkg syscall (freebsd-arm-cgo), const TIOCM_CTS ideal-int 9243pkg syscall (freebsd-arm-cgo), const TIOCM_DCD ideal-int 9244pkg syscall (freebsd-arm-cgo), const TIOCM_DSR ideal-int 9245pkg syscall (freebsd-arm-cgo), const TIOCM_DTR ideal-int 9246pkg syscall (freebsd-arm-cgo), const TIOCM_LE ideal-int 9247pkg syscall (freebsd-arm-cgo), const TIOCM_RI ideal-int 9248pkg syscall (freebsd-arm-cgo), const TIOCM_RNG ideal-int 9249pkg syscall (freebsd-arm-cgo), const TIOCM_RTS ideal-int 9250pkg syscall (freebsd-arm-cgo), const TIOCM_SR ideal-int 9251pkg syscall (freebsd-arm-cgo), const TIOCM_ST ideal-int 9252pkg syscall (freebsd-arm-cgo), const TIOCNOTTY ideal-int 9253pkg syscall (freebsd-arm-cgo), const TIOCNXCL ideal-int 9254pkg syscall (freebsd-arm-cgo), const TIOCOUTQ ideal-int 9255pkg syscall (freebsd-arm-cgo), const TIOCPKT ideal-int 9256pkg syscall (freebsd-arm-cgo), const TIOCPKT_DATA ideal-int 9257pkg syscall (freebsd-arm-cgo), const TIOCPKT_DOSTOP ideal-int 9258pkg syscall (freebsd-arm-cgo), const TIOCPKT_FLUSHREAD ideal-int 9259pkg syscall (freebsd-arm-cgo), const TIOCPKT_FLUSHWRITE ideal-int 9260pkg syscall (freebsd-arm-cgo), const TIOCPKT_IOCTL ideal-int 9261pkg syscall (freebsd-arm-cgo), const TIOCPKT_NOSTOP ideal-int 9262pkg syscall (freebsd-arm-cgo), const TIOCPKT_START ideal-int 9263pkg syscall (freebsd-arm-cgo), const TIOCPKT_STOP ideal-int 9264pkg syscall (freebsd-arm-cgo), const TIOCPTMASTER ideal-int 9265pkg syscall (freebsd-arm-cgo), const TIOCSBRK ideal-int 9266pkg syscall (freebsd-arm-cgo), const TIOCSCTTY ideal-int 9267pkg syscall (freebsd-arm-cgo), const TIOCSDRAINWAIT ideal-int 9268pkg syscall (freebsd-arm-cgo), const TIOCSDTR ideal-int 9269pkg syscall (freebsd-arm-cgo), const TIOCSETA ideal-int 9270pkg syscall (freebsd-arm-cgo), const TIOCSETAF ideal-int 9271pkg syscall (freebsd-arm-cgo), const TIOCSETAW ideal-int 9272pkg syscall (freebsd-arm-cgo), const TIOCSETD ideal-int 9273pkg syscall (freebsd-arm-cgo), const TIOCSIG ideal-int 9274pkg syscall (freebsd-arm-cgo), const TIOCSPGRP ideal-int 9275pkg syscall (freebsd-arm-cgo), const TIOCSTART ideal-int 9276pkg syscall (freebsd-arm-cgo), const TIOCSTAT ideal-int 9277pkg syscall (freebsd-arm-cgo), const TIOCSTI ideal-int 9278pkg syscall (freebsd-arm-cgo), const TIOCSTOP ideal-int 9279pkg syscall (freebsd-arm-cgo), const TIOCSWINSZ ideal-int 9280pkg syscall (freebsd-arm-cgo), const TIOCTIMESTAMP ideal-int 9281pkg syscall (freebsd-arm-cgo), const TIOCUCNTL ideal-int 9282pkg syscall (freebsd-arm-cgo), const TOSTOP ideal-int 9283pkg syscall (freebsd-arm-cgo), const VDISCARD ideal-int 9284pkg syscall (freebsd-arm-cgo), const VDSUSP ideal-int 9285pkg syscall (freebsd-arm-cgo), const VEOF ideal-int 9286pkg syscall (freebsd-arm-cgo), const VEOL ideal-int 9287pkg syscall (freebsd-arm-cgo), const VEOL2 ideal-int 9288pkg syscall (freebsd-arm-cgo), const VERASE ideal-int 9289pkg syscall (freebsd-arm-cgo), const VERASE2 ideal-int 9290pkg syscall (freebsd-arm-cgo), const VINTR ideal-int 9291pkg syscall (freebsd-arm-cgo), const VKILL ideal-int 9292pkg syscall (freebsd-arm-cgo), const VLNEXT ideal-int 9293pkg syscall (freebsd-arm-cgo), const VMIN ideal-int 9294pkg syscall (freebsd-arm-cgo), const VQUIT ideal-int 9295pkg syscall (freebsd-arm-cgo), const VREPRINT ideal-int 9296pkg syscall (freebsd-arm-cgo), const VSTART ideal-int 9297pkg syscall (freebsd-arm-cgo), const VSTATUS ideal-int 9298pkg syscall (freebsd-arm-cgo), const VSTOP ideal-int 9299pkg syscall (freebsd-arm-cgo), const VSUSP ideal-int 9300pkg syscall (freebsd-arm-cgo), const VTIME ideal-int 9301pkg syscall (freebsd-arm-cgo), const VWERASE ideal-int 9302pkg syscall (freebsd-arm-cgo), const WCONTINUED ideal-int 9303pkg syscall (freebsd-arm-cgo), const WCOREFLAG ideal-int 9304pkg syscall (freebsd-arm-cgo), const WEXITED ideal-int 9305pkg syscall (freebsd-arm-cgo), const WLINUXCLONE ideal-int 9306pkg syscall (freebsd-arm-cgo), const WNOHANG ideal-int 9307pkg syscall (freebsd-arm-cgo), const WNOWAIT ideal-int 9308pkg syscall (freebsd-arm-cgo), const WSTOPPED ideal-int 9309pkg syscall (freebsd-arm-cgo), const WTRAPPED ideal-int 9310pkg syscall (freebsd-arm-cgo), const WUNTRACED ideal-int 9311pkg syscall (freebsd-arm-cgo), func Accept(int) (int, Sockaddr, error) 9312pkg syscall (freebsd-arm-cgo), func Access(string, uint32) error 9313pkg syscall (freebsd-arm-cgo), func Adjtime(*Timeval, *Timeval) error 9314pkg syscall (freebsd-arm-cgo), func Bind(int, Sockaddr) error 9315pkg syscall (freebsd-arm-cgo), func BpfBuflen(int) (int, error) 9316pkg syscall (freebsd-arm-cgo), func BpfDatalink(int) (int, error) 9317pkg syscall (freebsd-arm-cgo), func BpfHeadercmpl(int) (int, error) 9318pkg syscall (freebsd-arm-cgo), func BpfInterface(int, string) (string, error) 9319pkg syscall (freebsd-arm-cgo), func BpfJump(int, int, int, int) *BpfInsn 9320pkg syscall (freebsd-arm-cgo), func BpfStats(int) (*BpfStat, error) 9321pkg syscall (freebsd-arm-cgo), func BpfStmt(int, int) *BpfInsn 9322pkg syscall (freebsd-arm-cgo), func BpfTimeout(int) (*Timeval, error) 9323pkg syscall (freebsd-arm-cgo), func CheckBpfVersion(int) error 9324pkg syscall (freebsd-arm-cgo), func Chflags(string, int) error 9325pkg syscall (freebsd-arm-cgo), func Chroot(string) error 9326pkg syscall (freebsd-arm-cgo), func Close(int) error 9327pkg syscall (freebsd-arm-cgo), func CloseOnExec(int) 9328pkg syscall (freebsd-arm-cgo), func CmsgLen(int) int 9329pkg syscall (freebsd-arm-cgo), func CmsgSpace(int) int 9330pkg syscall (freebsd-arm-cgo), func Connect(int, Sockaddr) error 9331pkg syscall (freebsd-arm-cgo), func Dup(int) (int, error) 9332pkg syscall (freebsd-arm-cgo), func Dup2(int, int) error 9333pkg syscall (freebsd-arm-cgo), func Fchdir(int) error 9334pkg syscall (freebsd-arm-cgo), func Fchflags(string, int) error 9335pkg syscall (freebsd-arm-cgo), func Fchmod(int, uint32) error 9336pkg syscall (freebsd-arm-cgo), func Fchown(int, int, int) error 9337pkg syscall (freebsd-arm-cgo), func Flock(int, int) error 9338pkg syscall (freebsd-arm-cgo), func FlushBpf(int) error 9339pkg syscall (freebsd-arm-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) 9340pkg syscall (freebsd-arm-cgo), func Fpathconf(int, int) (int, error) 9341pkg syscall (freebsd-arm-cgo), func Fstat(int, *Stat_t) error 9342pkg syscall (freebsd-arm-cgo), func Fstatfs(int, *Statfs_t) error 9343pkg syscall (freebsd-arm-cgo), func Fsync(int) error 9344pkg syscall (freebsd-arm-cgo), func Ftruncate(int, int64) error 9345pkg syscall (freebsd-arm-cgo), func Futimes(int, []Timeval) error 9346pkg syscall (freebsd-arm-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) 9347pkg syscall (freebsd-arm-cgo), func Getdtablesize() int 9348pkg syscall (freebsd-arm-cgo), func Getfsstat([]Statfs_t, int) (int, error) 9349pkg syscall (freebsd-arm-cgo), func Getpeername(int) (Sockaddr, error) 9350pkg syscall (freebsd-arm-cgo), func Getpgid(int) (int, error) 9351pkg syscall (freebsd-arm-cgo), func Getpgrp() int 9352pkg syscall (freebsd-arm-cgo), func Getpriority(int, int) (int, error) 9353pkg syscall (freebsd-arm-cgo), func Getrlimit(int, *Rlimit) error 9354pkg syscall (freebsd-arm-cgo), func Getrusage(int, *Rusage) error 9355pkg syscall (freebsd-arm-cgo), func Getsid(int) (int, error) 9356pkg syscall (freebsd-arm-cgo), func Getsockname(int) (Sockaddr, error) 9357pkg syscall (freebsd-arm-cgo), func GetsockoptByte(int, int, int) (uint8, error) 9358pkg syscall (freebsd-arm-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 9359pkg syscall (freebsd-arm-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) 9360pkg syscall (freebsd-arm-cgo), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) 9361pkg syscall (freebsd-arm-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 9362pkg syscall (freebsd-arm-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) 9363pkg syscall (freebsd-arm-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) 9364pkg syscall (freebsd-arm-cgo), func GetsockoptInt(int, int, int) (int, error) 9365pkg syscall (freebsd-arm-cgo), func Issetugid() bool 9366pkg syscall (freebsd-arm-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) 9367pkg syscall (freebsd-arm-cgo), func Kill(int, Signal) error 9368pkg syscall (freebsd-arm-cgo), func Kqueue() (int, error) 9369pkg syscall (freebsd-arm-cgo), func Listen(int, int) error 9370pkg syscall (freebsd-arm-cgo), func Lstat(string, *Stat_t) error 9371pkg syscall (freebsd-arm-cgo), func Mkfifo(string, uint32) error 9372pkg syscall (freebsd-arm-cgo), func Mknod(string, uint32, int) error 9373pkg syscall (freebsd-arm-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) 9374pkg syscall (freebsd-arm-cgo), func Munmap([]uint8) error 9375pkg syscall (freebsd-arm-cgo), func Nanosleep(*Timespec, *Timespec) error 9376pkg syscall (freebsd-arm-cgo), func Open(string, int, uint32) (int, error) 9377pkg syscall (freebsd-arm-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) 9378pkg syscall (freebsd-arm-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) 9379pkg syscall (freebsd-arm-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) 9380pkg syscall (freebsd-arm-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) 9381pkg syscall (freebsd-arm-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) 9382pkg syscall (freebsd-arm-cgo), func Pathconf(string, int) (int, error) 9383pkg syscall (freebsd-arm-cgo), func Pipe([]int) error 9384pkg syscall (freebsd-arm-cgo), func Pread(int, []uint8, int64) (int, error) 9385pkg syscall (freebsd-arm-cgo), func Pwrite(int, []uint8, int64) (int, error) 9386pkg syscall (freebsd-arm-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 9387pkg syscall (freebsd-arm-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 9388pkg syscall (freebsd-arm-cgo), func Read(int, []uint8) (int, error) 9389pkg syscall (freebsd-arm-cgo), func ReadDirent(int, []uint8) (int, error) 9390pkg syscall (freebsd-arm-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) 9391pkg syscall (freebsd-arm-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) 9392pkg syscall (freebsd-arm-cgo), func Revoke(string) error 9393pkg syscall (freebsd-arm-cgo), func RouteRIB(int, int) ([]uint8, error) 9394pkg syscall (freebsd-arm-cgo), func Seek(int, int64, int) (int64, error) 9395pkg syscall (freebsd-arm-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error 9396pkg syscall (freebsd-arm-cgo), func Sendfile(int, int, *int64, int) (int, error) 9397pkg syscall (freebsd-arm-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error 9398pkg syscall (freebsd-arm-cgo), func Sendto(int, []uint8, int, Sockaddr) error 9399pkg syscall (freebsd-arm-cgo), func SetBpf(int, []BpfInsn) error 9400pkg syscall (freebsd-arm-cgo), func SetBpfBuflen(int, int) (int, error) 9401pkg syscall (freebsd-arm-cgo), func SetBpfDatalink(int, int) (int, error) 9402pkg syscall (freebsd-arm-cgo), func SetBpfHeadercmpl(int, int) error 9403pkg syscall (freebsd-arm-cgo), func SetBpfImmediate(int, int) error 9404pkg syscall (freebsd-arm-cgo), func SetBpfInterface(int, string) error 9405pkg syscall (freebsd-arm-cgo), func SetBpfPromisc(int, int) error 9406pkg syscall (freebsd-arm-cgo), func SetBpfTimeout(int, *Timeval) error 9407pkg syscall (freebsd-arm-cgo), func SetKevent(*Kevent_t, int, int, int) 9408pkg syscall (freebsd-arm-cgo), func SetNonblock(int, bool) error 9409pkg syscall (freebsd-arm-cgo), func Setegid(int) error 9410pkg syscall (freebsd-arm-cgo), func Seteuid(int) error 9411pkg syscall (freebsd-arm-cgo), func Setgid(int) error 9412pkg syscall (freebsd-arm-cgo), func Setgroups([]int) error 9413pkg syscall (freebsd-arm-cgo), func Setlogin(string) error 9414pkg syscall (freebsd-arm-cgo), func Setpgid(int, int) error 9415pkg syscall (freebsd-arm-cgo), func Setpriority(int, int, int) error 9416pkg syscall (freebsd-arm-cgo), func Setregid(int, int) error 9417pkg syscall (freebsd-arm-cgo), func Setreuid(int, int) error 9418pkg syscall (freebsd-arm-cgo), func Setrlimit(int, *Rlimit) error 9419pkg syscall (freebsd-arm-cgo), func Setsid() (int, error) 9420pkg syscall (freebsd-arm-cgo), func SetsockoptByte(int, int, int, uint8) error 9421pkg syscall (freebsd-arm-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 9422pkg syscall (freebsd-arm-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error 9423pkg syscall (freebsd-arm-cgo), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error 9424pkg syscall (freebsd-arm-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error 9425pkg syscall (freebsd-arm-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error 9426pkg syscall (freebsd-arm-cgo), func SetsockoptInt(int, int, int, int) error 9427pkg syscall (freebsd-arm-cgo), func SetsockoptLinger(int, int, int, *Linger) error 9428pkg syscall (freebsd-arm-cgo), func SetsockoptString(int, int, int, string) error 9429pkg syscall (freebsd-arm-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error 9430pkg syscall (freebsd-arm-cgo), func Settimeofday(*Timeval) error 9431pkg syscall (freebsd-arm-cgo), func Setuid(int) error 9432pkg syscall (freebsd-arm-cgo), func Shutdown(int, int) error 9433pkg syscall (freebsd-arm-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) 9434pkg syscall (freebsd-arm-cgo), func Socket(int, int, int) (int, error) 9435pkg syscall (freebsd-arm-cgo), func Socketpair(int, int, int) ([2]int, error) 9436pkg syscall (freebsd-arm-cgo), func Stat(string, *Stat_t) error 9437pkg syscall (freebsd-arm-cgo), func Statfs(string, *Statfs_t) error 9438pkg syscall (freebsd-arm-cgo), func StringSlicePtr([]string) []*uint8 9439pkg syscall (freebsd-arm-cgo), func Sync() error 9440pkg syscall (freebsd-arm-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 9441pkg syscall (freebsd-arm-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 9442pkg syscall (freebsd-arm-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 9443pkg syscall (freebsd-arm-cgo), func Sysctl(string) (string, error) 9444pkg syscall (freebsd-arm-cgo), func SysctlUint32(string) (uint32, error) 9445pkg syscall (freebsd-arm-cgo), func TimevalToNsec(Timeval) int64 9446pkg syscall (freebsd-arm-cgo), func Truncate(string, int64) error 9447pkg syscall (freebsd-arm-cgo), func Umask(int) int 9448pkg syscall (freebsd-arm-cgo), func Undelete(string) error 9449pkg syscall (freebsd-arm-cgo), func UnixRights(...int) []uint8 9450pkg syscall (freebsd-arm-cgo), func Unmount(string, int) error 9451pkg syscall (freebsd-arm-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) 9452pkg syscall (freebsd-arm-cgo), func Write(int, []uint8) (int, error) 9453pkg syscall (freebsd-arm-cgo), method (*Cmsghdr) SetLen(int) 9454pkg syscall (freebsd-arm-cgo), method (*Iovec) SetLen(int) 9455pkg syscall (freebsd-arm-cgo), method (*Msghdr) SetControllen(int) 9456pkg syscall (freebsd-arm-cgo), type BpfHdr struct 9457pkg syscall (freebsd-arm-cgo), type BpfHdr struct, Caplen uint32 9458pkg syscall (freebsd-arm-cgo), type BpfHdr struct, Datalen uint32 9459pkg syscall (freebsd-arm-cgo), type BpfHdr struct, Hdrlen uint16 9460pkg syscall (freebsd-arm-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8 9461pkg syscall (freebsd-arm-cgo), type BpfHdr struct, Tstamp Timeval 9462pkg syscall (freebsd-arm-cgo), type BpfInsn struct 9463pkg syscall (freebsd-arm-cgo), type BpfInsn struct, Code uint16 9464pkg syscall (freebsd-arm-cgo), type BpfInsn struct, Jf uint8 9465pkg syscall (freebsd-arm-cgo), type BpfInsn struct, Jt uint8 9466pkg syscall (freebsd-arm-cgo), type BpfInsn struct, K uint32 9467pkg syscall (freebsd-arm-cgo), type BpfProgram struct 9468pkg syscall (freebsd-arm-cgo), type BpfProgram struct, Insns *BpfInsn 9469pkg syscall (freebsd-arm-cgo), type BpfProgram struct, Len uint32 9470pkg syscall (freebsd-arm-cgo), type BpfStat struct 9471pkg syscall (freebsd-arm-cgo), type BpfStat struct, Drop uint32 9472pkg syscall (freebsd-arm-cgo), type BpfStat struct, Recv uint32 9473pkg syscall (freebsd-arm-cgo), type BpfVersion struct 9474pkg syscall (freebsd-arm-cgo), type BpfVersion struct, Major uint16 9475pkg syscall (freebsd-arm-cgo), type BpfVersion struct, Minor uint16 9476pkg syscall (freebsd-arm-cgo), type BpfZbuf struct 9477pkg syscall (freebsd-arm-cgo), type BpfZbuf struct, Bufa *uint8 9478pkg syscall (freebsd-arm-cgo), type BpfZbuf struct, Bufb *uint8 9479pkg syscall (freebsd-arm-cgo), type BpfZbuf struct, Buflen uint32 9480pkg syscall (freebsd-arm-cgo), type BpfZbufHeader struct 9481pkg syscall (freebsd-arm-cgo), type BpfZbufHeader struct, Kernel_gen uint32 9482pkg syscall (freebsd-arm-cgo), type BpfZbufHeader struct, Kernel_len uint32 9483pkg syscall (freebsd-arm-cgo), type BpfZbufHeader struct, User_gen uint32 9484pkg syscall (freebsd-arm-cgo), type BpfZbufHeader struct, X_bzh_pad [5]uint32 9485pkg syscall (freebsd-arm-cgo), type Cmsghdr struct 9486pkg syscall (freebsd-arm-cgo), type Cmsghdr struct, Len uint32 9487pkg syscall (freebsd-arm-cgo), type Cmsghdr struct, Level int32 9488pkg syscall (freebsd-arm-cgo), type Cmsghdr struct, Type int32 9489pkg syscall (freebsd-arm-cgo), type Credential struct 9490pkg syscall (freebsd-arm-cgo), type Credential struct, Gid uint32 9491pkg syscall (freebsd-arm-cgo), type Credential struct, Groups []uint32 9492pkg syscall (freebsd-arm-cgo), type Credential struct, Uid uint32 9493pkg syscall (freebsd-arm-cgo), type Dirent struct 9494pkg syscall (freebsd-arm-cgo), type Dirent struct, Fileno uint32 9495pkg syscall (freebsd-arm-cgo), type Dirent struct, Name [256]int8 9496pkg syscall (freebsd-arm-cgo), type Dirent struct, Namlen uint8 9497pkg syscall (freebsd-arm-cgo), type Dirent struct, Reclen uint16 9498pkg syscall (freebsd-arm-cgo), type Dirent struct, Type uint8 9499pkg syscall (freebsd-arm-cgo), type FdSet struct 9500pkg syscall (freebsd-arm-cgo), type FdSet struct, X__fds_bits [32]uint32 9501pkg syscall (freebsd-arm-cgo), type Flock_t struct 9502pkg syscall (freebsd-arm-cgo), type Flock_t struct, Len int64 9503pkg syscall (freebsd-arm-cgo), type Flock_t struct, Pid int32 9504pkg syscall (freebsd-arm-cgo), type Flock_t struct, Start int64 9505pkg syscall (freebsd-arm-cgo), type Flock_t struct, Sysid int32 9506pkg syscall (freebsd-arm-cgo), type Flock_t struct, Type int16 9507pkg syscall (freebsd-arm-cgo), type Flock_t struct, Whence int16 9508pkg syscall (freebsd-arm-cgo), type Fsid struct 9509pkg syscall (freebsd-arm-cgo), type Fsid struct, Val [2]int32 9510pkg syscall (freebsd-arm-cgo), type ICMPv6Filter struct 9511pkg syscall (freebsd-arm-cgo), type ICMPv6Filter struct, Filt [8]uint32 9512pkg syscall (freebsd-arm-cgo), type IPMreqn struct 9513pkg syscall (freebsd-arm-cgo), type IPMreqn struct, Address [4]uint8 9514pkg syscall (freebsd-arm-cgo), type IPMreqn struct, Ifindex int32 9515pkg syscall (freebsd-arm-cgo), type IPMreqn struct, Multiaddr [4]uint8 9516pkg syscall (freebsd-arm-cgo), type IPv6MTUInfo struct 9517pkg syscall (freebsd-arm-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 9518pkg syscall (freebsd-arm-cgo), type IPv6MTUInfo struct, Mtu uint32 9519pkg syscall (freebsd-arm-cgo), type IfAnnounceMsghdr struct 9520pkg syscall (freebsd-arm-cgo), type IfAnnounceMsghdr struct, Index uint16 9521pkg syscall (freebsd-arm-cgo), type IfAnnounceMsghdr struct, Msglen uint16 9522pkg syscall (freebsd-arm-cgo), type IfAnnounceMsghdr struct, Name [16]int8 9523pkg syscall (freebsd-arm-cgo), type IfAnnounceMsghdr struct, Type uint8 9524pkg syscall (freebsd-arm-cgo), type IfAnnounceMsghdr struct, Version uint8 9525pkg syscall (freebsd-arm-cgo), type IfAnnounceMsghdr struct, What uint16 9526pkg syscall (freebsd-arm-cgo), type IfData struct 9527pkg syscall (freebsd-arm-cgo), type IfData struct, Addrlen uint8 9528pkg syscall (freebsd-arm-cgo), type IfData struct, Baudrate uint32 9529pkg syscall (freebsd-arm-cgo), type IfData struct, Collisions uint32 9530pkg syscall (freebsd-arm-cgo), type IfData struct, Datalen uint8 9531pkg syscall (freebsd-arm-cgo), type IfData struct, Epoch int64 9532pkg syscall (freebsd-arm-cgo), type IfData struct, Hdrlen uint8 9533pkg syscall (freebsd-arm-cgo), type IfData struct, Hwassist uint32 9534pkg syscall (freebsd-arm-cgo), type IfData struct, Ibytes uint32 9535pkg syscall (freebsd-arm-cgo), type IfData struct, Ierrors uint32 9536pkg syscall (freebsd-arm-cgo), type IfData struct, Imcasts uint32 9537pkg syscall (freebsd-arm-cgo), type IfData struct, Ipackets uint32 9538pkg syscall (freebsd-arm-cgo), type IfData struct, Iqdrops uint32 9539pkg syscall (freebsd-arm-cgo), type IfData struct, Lastchange Timeval 9540pkg syscall (freebsd-arm-cgo), type IfData struct, Link_state uint8 9541pkg syscall (freebsd-arm-cgo), type IfData struct, Metric uint32 9542pkg syscall (freebsd-arm-cgo), type IfData struct, Mtu uint32 9543pkg syscall (freebsd-arm-cgo), type IfData struct, Noproto uint32 9544pkg syscall (freebsd-arm-cgo), type IfData struct, Obytes uint32 9545pkg syscall (freebsd-arm-cgo), type IfData struct, Oerrors uint32 9546pkg syscall (freebsd-arm-cgo), type IfData struct, Omcasts uint32 9547pkg syscall (freebsd-arm-cgo), type IfData struct, Opackets uint32 9548pkg syscall (freebsd-arm-cgo), type IfData struct, Physical uint8 9549pkg syscall (freebsd-arm-cgo), type IfData struct, Spare_char1 uint8 9550pkg syscall (freebsd-arm-cgo), type IfData struct, Spare_char2 uint8 9551pkg syscall (freebsd-arm-cgo), type IfData struct, Type uint8 9552pkg syscall (freebsd-arm-cgo), type IfMsghdr struct 9553pkg syscall (freebsd-arm-cgo), type IfMsghdr struct, Addrs int32 9554pkg syscall (freebsd-arm-cgo), type IfMsghdr struct, Data IfData 9555pkg syscall (freebsd-arm-cgo), type IfMsghdr struct, Flags int32 9556pkg syscall (freebsd-arm-cgo), type IfMsghdr struct, Index uint16 9557pkg syscall (freebsd-arm-cgo), type IfMsghdr struct, Msglen uint16 9558pkg syscall (freebsd-arm-cgo), type IfMsghdr struct, Pad_cgo_0 [2]uint8 9559pkg syscall (freebsd-arm-cgo), type IfMsghdr struct, Type uint8 9560pkg syscall (freebsd-arm-cgo), type IfMsghdr struct, Version uint8 9561pkg syscall (freebsd-arm-cgo), type IfaMsghdr struct 9562pkg syscall (freebsd-arm-cgo), type IfaMsghdr struct, Addrs int32 9563pkg syscall (freebsd-arm-cgo), type IfaMsghdr struct, Flags int32 9564pkg syscall (freebsd-arm-cgo), type IfaMsghdr struct, Index uint16 9565pkg syscall (freebsd-arm-cgo), type IfaMsghdr struct, Metric int32 9566pkg syscall (freebsd-arm-cgo), type IfaMsghdr struct, Msglen uint16 9567pkg syscall (freebsd-arm-cgo), type IfaMsghdr struct, Pad_cgo_0 [2]uint8 9568pkg syscall (freebsd-arm-cgo), type IfaMsghdr struct, Type uint8 9569pkg syscall (freebsd-arm-cgo), type IfaMsghdr struct, Version uint8 9570pkg syscall (freebsd-arm-cgo), type IfmaMsghdr struct 9571pkg syscall (freebsd-arm-cgo), type IfmaMsghdr struct, Addrs int32 9572pkg syscall (freebsd-arm-cgo), type IfmaMsghdr struct, Flags int32 9573pkg syscall (freebsd-arm-cgo), type IfmaMsghdr struct, Index uint16 9574pkg syscall (freebsd-arm-cgo), type IfmaMsghdr struct, Msglen uint16 9575pkg syscall (freebsd-arm-cgo), type IfmaMsghdr struct, Pad_cgo_0 [2]uint8 9576pkg syscall (freebsd-arm-cgo), type IfmaMsghdr struct, Type uint8 9577pkg syscall (freebsd-arm-cgo), type IfmaMsghdr struct, Version uint8 9578pkg syscall (freebsd-arm-cgo), type Inet6Pktinfo struct 9579pkg syscall (freebsd-arm-cgo), type Inet6Pktinfo struct, Addr [16]uint8 9580pkg syscall (freebsd-arm-cgo), type Inet6Pktinfo struct, Ifindex uint32 9581pkg syscall (freebsd-arm-cgo), type InterfaceAddrMessage struct 9582pkg syscall (freebsd-arm-cgo), type InterfaceAddrMessage struct, Data []uint8 9583pkg syscall (freebsd-arm-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr 9584pkg syscall (freebsd-arm-cgo), type InterfaceAnnounceMessage struct 9585pkg syscall (freebsd-arm-cgo), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr 9586pkg syscall (freebsd-arm-cgo), type InterfaceMessage struct 9587pkg syscall (freebsd-arm-cgo), type InterfaceMessage struct, Data []uint8 9588pkg syscall (freebsd-arm-cgo), type InterfaceMessage struct, Header IfMsghdr 9589pkg syscall (freebsd-arm-cgo), type InterfaceMulticastAddrMessage struct 9590pkg syscall (freebsd-arm-cgo), type InterfaceMulticastAddrMessage struct, Data []uint8 9591pkg syscall (freebsd-arm-cgo), type InterfaceMulticastAddrMessage struct, Header IfmaMsghdr 9592pkg syscall (freebsd-arm-cgo), type Iovec struct 9593pkg syscall (freebsd-arm-cgo), type Iovec struct, Base *uint8 9594pkg syscall (freebsd-arm-cgo), type Iovec struct, Len uint32 9595pkg syscall (freebsd-arm-cgo), type Kevent_t struct 9596pkg syscall (freebsd-arm-cgo), type Kevent_t struct, Data int32 9597pkg syscall (freebsd-arm-cgo), type Kevent_t struct, Fflags uint32 9598pkg syscall (freebsd-arm-cgo), type Kevent_t struct, Filter int16 9599pkg syscall (freebsd-arm-cgo), type Kevent_t struct, Flags uint16 9600pkg syscall (freebsd-arm-cgo), type Kevent_t struct, Ident uint32 9601pkg syscall (freebsd-arm-cgo), type Kevent_t struct, Udata *uint8 9602pkg syscall (freebsd-arm-cgo), type Msghdr struct 9603pkg syscall (freebsd-arm-cgo), type Msghdr struct, Control *uint8 9604pkg syscall (freebsd-arm-cgo), type Msghdr struct, Controllen uint32 9605pkg syscall (freebsd-arm-cgo), type Msghdr struct, Flags int32 9606pkg syscall (freebsd-arm-cgo), type Msghdr struct, Iov *Iovec 9607pkg syscall (freebsd-arm-cgo), type Msghdr struct, Iovlen int32 9608pkg syscall (freebsd-arm-cgo), type Msghdr struct, Name *uint8 9609pkg syscall (freebsd-arm-cgo), type Msghdr struct, Namelen uint32 9610pkg syscall (freebsd-arm-cgo), type RawSockaddr struct, Data [14]int8 9611pkg syscall (freebsd-arm-cgo), type RawSockaddr struct, Family uint8 9612pkg syscall (freebsd-arm-cgo), type RawSockaddr struct, Len uint8 9613pkg syscall (freebsd-arm-cgo), type RawSockaddrAny struct, Pad [92]int8 9614pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct 9615pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Alen uint8 9616pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Data [46]int8 9617pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Family uint8 9618pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Index uint16 9619pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Len uint8 9620pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Nlen uint8 9621pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Pad_cgo_0 [2]uint8 9622pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Slen uint8 9623pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Type uint8 9624pkg syscall (freebsd-arm-cgo), type RawSockaddrInet4 struct, Family uint8 9625pkg syscall (freebsd-arm-cgo), type RawSockaddrInet4 struct, Len uint8 9626pkg syscall (freebsd-arm-cgo), type RawSockaddrInet4 struct, Zero [8]int8 9627pkg syscall (freebsd-arm-cgo), type RawSockaddrInet6 struct, Family uint8 9628pkg syscall (freebsd-arm-cgo), type RawSockaddrInet6 struct, Len uint8 9629pkg syscall (freebsd-arm-cgo), type RawSockaddrUnix struct 9630pkg syscall (freebsd-arm-cgo), type RawSockaddrUnix struct, Family uint8 9631pkg syscall (freebsd-arm-cgo), type RawSockaddrUnix struct, Len uint8 9632pkg syscall (freebsd-arm-cgo), type RawSockaddrUnix struct, Pad_cgo_0 [2]uint8 9633pkg syscall (freebsd-arm-cgo), type RawSockaddrUnix struct, Path [104]int8 9634pkg syscall (freebsd-arm-cgo), type Rlimit struct 9635pkg syscall (freebsd-arm-cgo), type Rlimit struct, Cur int64 9636pkg syscall (freebsd-arm-cgo), type Rlimit struct, Max int64 9637pkg syscall (freebsd-arm-cgo), type RouteMessage struct 9638pkg syscall (freebsd-arm-cgo), type RouteMessage struct, Data []uint8 9639pkg syscall (freebsd-arm-cgo), type RouteMessage struct, Header RtMsghdr 9640pkg syscall (freebsd-arm-cgo), type RoutingMessage interface, unexported methods 9641pkg syscall (freebsd-arm-cgo), type RtMetrics struct 9642pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Expire uint32 9643pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Filler [3]uint32 9644pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Hopcount uint32 9645pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Locks uint32 9646pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Mtu uint32 9647pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Pksent uint32 9648pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Recvpipe uint32 9649pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Rtt uint32 9650pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Rttvar uint32 9651pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Sendpipe uint32 9652pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Ssthresh uint32 9653pkg syscall (freebsd-arm-cgo), type RtMetrics struct, Weight uint32 9654pkg syscall (freebsd-arm-cgo), type RtMsghdr struct 9655pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Addrs int32 9656pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Errno int32 9657pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Flags int32 9658pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Fmask int32 9659pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Index uint16 9660pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Inits uint32 9661pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Msglen uint16 9662pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8 9663pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Pid int32 9664pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Rmx RtMetrics 9665pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Seq int32 9666pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Type uint8 9667pkg syscall (freebsd-arm-cgo), type RtMsghdr struct, Version uint8 9668pkg syscall (freebsd-arm-cgo), type Rusage struct, Idrss int32 9669pkg syscall (freebsd-arm-cgo), type Rusage struct, Inblock int32 9670pkg syscall (freebsd-arm-cgo), type Rusage struct, Isrss int32 9671pkg syscall (freebsd-arm-cgo), type Rusage struct, Ixrss int32 9672pkg syscall (freebsd-arm-cgo), type Rusage struct, Majflt int32 9673pkg syscall (freebsd-arm-cgo), type Rusage struct, Maxrss int32 9674pkg syscall (freebsd-arm-cgo), type Rusage struct, Minflt int32 9675pkg syscall (freebsd-arm-cgo), type Rusage struct, Msgrcv int32 9676pkg syscall (freebsd-arm-cgo), type Rusage struct, Msgsnd int32 9677pkg syscall (freebsd-arm-cgo), type Rusage struct, Nivcsw int32 9678pkg syscall (freebsd-arm-cgo), type Rusage struct, Nsignals int32 9679pkg syscall (freebsd-arm-cgo), type Rusage struct, Nswap int32 9680pkg syscall (freebsd-arm-cgo), type Rusage struct, Nvcsw int32 9681pkg syscall (freebsd-arm-cgo), type Rusage struct, Oublock int32 9682pkg syscall (freebsd-arm-cgo), type Rusage struct, Stime Timeval 9683pkg syscall (freebsd-arm-cgo), type Rusage struct, Utime Timeval 9684pkg syscall (freebsd-arm-cgo), type SockaddrDatalink struct 9685pkg syscall (freebsd-arm-cgo), type SockaddrDatalink struct, Alen uint8 9686pkg syscall (freebsd-arm-cgo), type SockaddrDatalink struct, Data [46]int8 9687pkg syscall (freebsd-arm-cgo), type SockaddrDatalink struct, Family uint8 9688pkg syscall (freebsd-arm-cgo), type SockaddrDatalink struct, Index uint16 9689pkg syscall (freebsd-arm-cgo), type SockaddrDatalink struct, Len uint8 9690pkg syscall (freebsd-arm-cgo), type SockaddrDatalink struct, Nlen uint8 9691pkg syscall (freebsd-arm-cgo), type SockaddrDatalink struct, Slen uint8 9692pkg syscall (freebsd-arm-cgo), type SockaddrDatalink struct, Type uint8 9693pkg syscall (freebsd-arm-cgo), type SocketControlMessage struct 9694pkg syscall (freebsd-arm-cgo), type SocketControlMessage struct, Data []uint8 9695pkg syscall (freebsd-arm-cgo), type SocketControlMessage struct, Header Cmsghdr 9696pkg syscall (freebsd-arm-cgo), type Stat_t struct 9697pkg syscall (freebsd-arm-cgo), type Stat_t struct, Atimespec Timespec 9698pkg syscall (freebsd-arm-cgo), type Stat_t struct, Birthtimespec Timespec 9699pkg syscall (freebsd-arm-cgo), type Stat_t struct, Blksize uint32 9700pkg syscall (freebsd-arm-cgo), type Stat_t struct, Blocks int64 9701pkg syscall (freebsd-arm-cgo), type Stat_t struct, Ctimespec Timespec 9702pkg syscall (freebsd-arm-cgo), type Stat_t struct, Dev uint32 9703pkg syscall (freebsd-arm-cgo), type Stat_t struct, Flags uint32 9704pkg syscall (freebsd-arm-cgo), type Stat_t struct, Gen uint32 9705pkg syscall (freebsd-arm-cgo), type Stat_t struct, Gid uint32 9706pkg syscall (freebsd-arm-cgo), type Stat_t struct, Ino uint32 9707pkg syscall (freebsd-arm-cgo), type Stat_t struct, Lspare int32 9708pkg syscall (freebsd-arm-cgo), type Stat_t struct, Mode uint16 9709pkg syscall (freebsd-arm-cgo), type Stat_t struct, Mtimespec Timespec 9710pkg syscall (freebsd-arm-cgo), type Stat_t struct, Nlink uint16 9711pkg syscall (freebsd-arm-cgo), type Stat_t struct, Pad_cgo_0 [4]uint8 9712pkg syscall (freebsd-arm-cgo), type Stat_t struct, Rdev uint32 9713pkg syscall (freebsd-arm-cgo), type Stat_t struct, Size int64 9714pkg syscall (freebsd-arm-cgo), type Stat_t struct, Uid uint32 9715pkg syscall (freebsd-arm-cgo), type Statfs_t struct 9716pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Asyncreads uint64 9717pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Asyncwrites uint64 9718pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Bavail int64 9719pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Bfree uint64 9720pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Blocks uint64 9721pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Bsize uint64 9722pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Charspare [80]int8 9723pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Ffree int64 9724pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Files uint64 9725pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Flags uint64 9726pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Fsid Fsid 9727pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Fstypename [16]int8 9728pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Iosize uint64 9729pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntfromname [88]int8 9730pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntonname [88]int8 9731pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Namemax uint32 9732pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Owner uint32 9733pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Spare [10]uint64 9734pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Syncreads uint64 9735pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Syncwrites uint64 9736pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Type uint32 9737pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Version uint32 9738pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Chroot string 9739pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Credential *Credential 9740pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Noctty bool 9741pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Ptrace bool 9742pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Setctty bool 9743pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Setpgid bool 9744pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Setsid bool 9745pkg syscall (freebsd-arm-cgo), type Timespec struct, Nsec int32 9746pkg syscall (freebsd-arm-cgo), type Timespec struct, Sec int64 9747pkg syscall (freebsd-arm-cgo), type Timeval struct, Sec int64 9748pkg syscall (freebsd-arm-cgo), type Timeval struct, Usec int32 9749pkg syscall (freebsd-arm-cgo), type WaitStatus uint32 9750pkg syscall (freebsd-arm-cgo), var Stderr int 9751pkg syscall (freebsd-arm-cgo), var Stdin int 9752pkg syscall (freebsd-arm-cgo), var Stdout int 9753pkg syscall (linux-386), const CLONE_CHILD_CLEARTID = 2097152 9754pkg syscall (linux-386), const CLONE_CHILD_CLEARTID ideal-int 9755pkg syscall (linux-386), const CLONE_CHILD_SETTID = 16777216 9756pkg syscall (linux-386), const CLONE_CHILD_SETTID ideal-int 9757pkg syscall (linux-386), const CLONE_DETACHED = 4194304 9758pkg syscall (linux-386), const CLONE_DETACHED ideal-int 9759pkg syscall (linux-386), const CLONE_FILES = 1024 9760pkg syscall (linux-386), const CLONE_FILES ideal-int 9761pkg syscall (linux-386), const CLONE_FS = 512 9762pkg syscall (linux-386), const CLONE_FS ideal-int 9763pkg syscall (linux-386), const CLONE_IO = 2147483648 9764pkg syscall (linux-386), const CLONE_IO ideal-int 9765pkg syscall (linux-386), const CLONE_NEWIPC = 134217728 9766pkg syscall (linux-386), const CLONE_NEWIPC ideal-int 9767pkg syscall (linux-386), const CLONE_NEWNET = 1073741824 9768pkg syscall (linux-386), const CLONE_NEWNET ideal-int 9769pkg syscall (linux-386), const CLONE_NEWNS = 131072 9770pkg syscall (linux-386), const CLONE_NEWNS ideal-int 9771pkg syscall (linux-386), const CLONE_NEWPID = 536870912 9772pkg syscall (linux-386), const CLONE_NEWPID ideal-int 9773pkg syscall (linux-386), const CLONE_NEWUSER = 268435456 9774pkg syscall (linux-386), const CLONE_NEWUSER ideal-int 9775pkg syscall (linux-386), const CLONE_NEWUTS = 67108864 9776pkg syscall (linux-386), const CLONE_NEWUTS ideal-int 9777pkg syscall (linux-386), const CLONE_PARENT = 32768 9778pkg syscall (linux-386), const CLONE_PARENT ideal-int 9779pkg syscall (linux-386), const CLONE_PARENT_SETTID = 1048576 9780pkg syscall (linux-386), const CLONE_PARENT_SETTID ideal-int 9781pkg syscall (linux-386), const CLONE_PTRACE = 8192 9782pkg syscall (linux-386), const CLONE_PTRACE ideal-int 9783pkg syscall (linux-386), const CLONE_SETTLS = 524288 9784pkg syscall (linux-386), const CLONE_SETTLS ideal-int 9785pkg syscall (linux-386), const CLONE_SIGHAND = 2048 9786pkg syscall (linux-386), const CLONE_SIGHAND ideal-int 9787pkg syscall (linux-386), const CLONE_SYSVSEM = 262144 9788pkg syscall (linux-386), const CLONE_SYSVSEM ideal-int 9789pkg syscall (linux-386), const CLONE_THREAD = 65536 9790pkg syscall (linux-386), const CLONE_THREAD ideal-int 9791pkg syscall (linux-386), const CLONE_UNTRACED = 8388608 9792pkg syscall (linux-386), const CLONE_UNTRACED ideal-int 9793pkg syscall (linux-386), const CLONE_VFORK = 16384 9794pkg syscall (linux-386), const CLONE_VFORK ideal-int 9795pkg syscall (linux-386), const CLONE_VM = 256 9796pkg syscall (linux-386), const CLONE_VM ideal-int 9797pkg syscall (linux-386), const ICMPV6_FILTER = 1 9798pkg syscall (linux-386), const ICMPV6_FILTER ideal-int 9799pkg syscall (linux-386), const PRIO_PGRP = 1 9800pkg syscall (linux-386), const PRIO_PGRP ideal-int 9801pkg syscall (linux-386), const PRIO_PROCESS = 0 9802pkg syscall (linux-386), const PRIO_PROCESS ideal-int 9803pkg syscall (linux-386), const PRIO_USER = 2 9804pkg syscall (linux-386), const PRIO_USER ideal-int 9805pkg syscall (linux-386), const SizeofICMPv6Filter = 32 9806pkg syscall (linux-386), const SizeofICMPv6Filter ideal-int 9807pkg syscall (linux-386), const SizeofIPv6MTUInfo = 32 9808pkg syscall (linux-386), const SizeofIPv6MTUInfo ideal-int 9809pkg syscall (linux-386), const TCIFLUSH = 0 9810pkg syscall (linux-386), const TCIFLUSH ideal-int 9811pkg syscall (linux-386), const TCIOFLUSH = 2 9812pkg syscall (linux-386), const TCIOFLUSH ideal-int 9813pkg syscall (linux-386), const TCOFLUSH = 1 9814pkg syscall (linux-386), const TCOFLUSH ideal-int 9815pkg syscall (linux-386), func Dup3(int, int, int) error 9816pkg syscall (linux-386), func Getpriority(int, int) (int, error) 9817pkg syscall (linux-386), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 9818pkg syscall (linux-386), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 9819pkg syscall (linux-386), func Setpriority(int, int, int) error 9820pkg syscall (linux-386), func SetsockoptByte(int, int, int, uint8) error 9821pkg syscall (linux-386), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 9822pkg syscall (linux-386), type ICMPv6Filter struct 9823pkg syscall (linux-386), type ICMPv6Filter struct, Data [8]uint32 9824pkg syscall (linux-386), type IPv6MTUInfo struct 9825pkg syscall (linux-386), type IPv6MTUInfo struct, Addr RawSockaddrInet6 9826pkg syscall (linux-386), type IPv6MTUInfo struct, Mtu uint32 9827pkg syscall (linux-386), type SysProcAttr struct, Cloneflags uintptr 9828pkg syscall (linux-386-cgo), const CLONE_CHILD_CLEARTID = 2097152 9829pkg syscall (linux-386-cgo), const CLONE_CHILD_CLEARTID ideal-int 9830pkg syscall (linux-386-cgo), const CLONE_CHILD_SETTID = 16777216 9831pkg syscall (linux-386-cgo), const CLONE_CHILD_SETTID ideal-int 9832pkg syscall (linux-386-cgo), const CLONE_DETACHED = 4194304 9833pkg syscall (linux-386-cgo), const CLONE_DETACHED ideal-int 9834pkg syscall (linux-386-cgo), const CLONE_FILES = 1024 9835pkg syscall (linux-386-cgo), const CLONE_FILES ideal-int 9836pkg syscall (linux-386-cgo), const CLONE_FS = 512 9837pkg syscall (linux-386-cgo), const CLONE_FS ideal-int 9838pkg syscall (linux-386-cgo), const CLONE_IO = 2147483648 9839pkg syscall (linux-386-cgo), const CLONE_IO ideal-int 9840pkg syscall (linux-386-cgo), const CLONE_NEWIPC = 134217728 9841pkg syscall (linux-386-cgo), const CLONE_NEWIPC ideal-int 9842pkg syscall (linux-386-cgo), const CLONE_NEWNET = 1073741824 9843pkg syscall (linux-386-cgo), const CLONE_NEWNET ideal-int 9844pkg syscall (linux-386-cgo), const CLONE_NEWNS = 131072 9845pkg syscall (linux-386-cgo), const CLONE_NEWNS ideal-int 9846pkg syscall (linux-386-cgo), const CLONE_NEWPID = 536870912 9847pkg syscall (linux-386-cgo), const CLONE_NEWPID ideal-int 9848pkg syscall (linux-386-cgo), const CLONE_NEWUSER = 268435456 9849pkg syscall (linux-386-cgo), const CLONE_NEWUSER ideal-int 9850pkg syscall (linux-386-cgo), const CLONE_NEWUTS = 67108864 9851pkg syscall (linux-386-cgo), const CLONE_NEWUTS ideal-int 9852pkg syscall (linux-386-cgo), const CLONE_PARENT = 32768 9853pkg syscall (linux-386-cgo), const CLONE_PARENT ideal-int 9854pkg syscall (linux-386-cgo), const CLONE_PARENT_SETTID = 1048576 9855pkg syscall (linux-386-cgo), const CLONE_PARENT_SETTID ideal-int 9856pkg syscall (linux-386-cgo), const CLONE_PTRACE = 8192 9857pkg syscall (linux-386-cgo), const CLONE_PTRACE ideal-int 9858pkg syscall (linux-386-cgo), const CLONE_SETTLS = 524288 9859pkg syscall (linux-386-cgo), const CLONE_SETTLS ideal-int 9860pkg syscall (linux-386-cgo), const CLONE_SIGHAND = 2048 9861pkg syscall (linux-386-cgo), const CLONE_SIGHAND ideal-int 9862pkg syscall (linux-386-cgo), const CLONE_SYSVSEM = 262144 9863pkg syscall (linux-386-cgo), const CLONE_SYSVSEM ideal-int 9864pkg syscall (linux-386-cgo), const CLONE_THREAD = 65536 9865pkg syscall (linux-386-cgo), const CLONE_THREAD ideal-int 9866pkg syscall (linux-386-cgo), const CLONE_UNTRACED = 8388608 9867pkg syscall (linux-386-cgo), const CLONE_UNTRACED ideal-int 9868pkg syscall (linux-386-cgo), const CLONE_VFORK = 16384 9869pkg syscall (linux-386-cgo), const CLONE_VFORK ideal-int 9870pkg syscall (linux-386-cgo), const CLONE_VM = 256 9871pkg syscall (linux-386-cgo), const CLONE_VM ideal-int 9872pkg syscall (linux-386-cgo), const ICMPV6_FILTER = 1 9873pkg syscall (linux-386-cgo), const ICMPV6_FILTER ideal-int 9874pkg syscall (linux-386-cgo), const PRIO_PGRP = 1 9875pkg syscall (linux-386-cgo), const PRIO_PGRP ideal-int 9876pkg syscall (linux-386-cgo), const PRIO_PROCESS = 0 9877pkg syscall (linux-386-cgo), const PRIO_PROCESS ideal-int 9878pkg syscall (linux-386-cgo), const PRIO_USER = 2 9879pkg syscall (linux-386-cgo), const PRIO_USER ideal-int 9880pkg syscall (linux-386-cgo), const SizeofICMPv6Filter = 32 9881pkg syscall (linux-386-cgo), const SizeofICMPv6Filter ideal-int 9882pkg syscall (linux-386-cgo), const SizeofIPv6MTUInfo = 32 9883pkg syscall (linux-386-cgo), const SizeofIPv6MTUInfo ideal-int 9884pkg syscall (linux-386-cgo), const TCIFLUSH = 0 9885pkg syscall (linux-386-cgo), const TCIFLUSH ideal-int 9886pkg syscall (linux-386-cgo), const TCIOFLUSH = 2 9887pkg syscall (linux-386-cgo), const TCIOFLUSH ideal-int 9888pkg syscall (linux-386-cgo), const TCOFLUSH = 1 9889pkg syscall (linux-386-cgo), const TCOFLUSH ideal-int 9890pkg syscall (linux-386-cgo), func Dup3(int, int, int) error 9891pkg syscall (linux-386-cgo), func Getpriority(int, int) (int, error) 9892pkg syscall (linux-386-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 9893pkg syscall (linux-386-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 9894pkg syscall (linux-386-cgo), func Setpriority(int, int, int) error 9895pkg syscall (linux-386-cgo), func SetsockoptByte(int, int, int, uint8) error 9896pkg syscall (linux-386-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 9897pkg syscall (linux-386-cgo), type ICMPv6Filter struct 9898pkg syscall (linux-386-cgo), type ICMPv6Filter struct, Data [8]uint32 9899pkg syscall (linux-386-cgo), type IPv6MTUInfo struct 9900pkg syscall (linux-386-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 9901pkg syscall (linux-386-cgo), type IPv6MTUInfo struct, Mtu uint32 9902pkg syscall (linux-386-cgo), type SysProcAttr struct, Cloneflags uintptr 9903pkg syscall (linux-amd64), const CLONE_CHILD_CLEARTID = 2097152 9904pkg syscall (linux-amd64), const CLONE_CHILD_CLEARTID ideal-int 9905pkg syscall (linux-amd64), const CLONE_CHILD_SETTID = 16777216 9906pkg syscall (linux-amd64), const CLONE_CHILD_SETTID ideal-int 9907pkg syscall (linux-amd64), const CLONE_DETACHED = 4194304 9908pkg syscall (linux-amd64), const CLONE_DETACHED ideal-int 9909pkg syscall (linux-amd64), const CLONE_FILES = 1024 9910pkg syscall (linux-amd64), const CLONE_FILES ideal-int 9911pkg syscall (linux-amd64), const CLONE_FS = 512 9912pkg syscall (linux-amd64), const CLONE_FS ideal-int 9913pkg syscall (linux-amd64), const CLONE_IO = 2147483648 9914pkg syscall (linux-amd64), const CLONE_IO ideal-int 9915pkg syscall (linux-amd64), const CLONE_NEWIPC = 134217728 9916pkg syscall (linux-amd64), const CLONE_NEWIPC ideal-int 9917pkg syscall (linux-amd64), const CLONE_NEWNET = 1073741824 9918pkg syscall (linux-amd64), const CLONE_NEWNET ideal-int 9919pkg syscall (linux-amd64), const CLONE_NEWNS = 131072 9920pkg syscall (linux-amd64), const CLONE_NEWNS ideal-int 9921pkg syscall (linux-amd64), const CLONE_NEWPID = 536870912 9922pkg syscall (linux-amd64), const CLONE_NEWPID ideal-int 9923pkg syscall (linux-amd64), const CLONE_NEWUSER = 268435456 9924pkg syscall (linux-amd64), const CLONE_NEWUSER ideal-int 9925pkg syscall (linux-amd64), const CLONE_NEWUTS = 67108864 9926pkg syscall (linux-amd64), const CLONE_NEWUTS ideal-int 9927pkg syscall (linux-amd64), const CLONE_PARENT = 32768 9928pkg syscall (linux-amd64), const CLONE_PARENT ideal-int 9929pkg syscall (linux-amd64), const CLONE_PARENT_SETTID = 1048576 9930pkg syscall (linux-amd64), const CLONE_PARENT_SETTID ideal-int 9931pkg syscall (linux-amd64), const CLONE_PTRACE = 8192 9932pkg syscall (linux-amd64), const CLONE_PTRACE ideal-int 9933pkg syscall (linux-amd64), const CLONE_SETTLS = 524288 9934pkg syscall (linux-amd64), const CLONE_SETTLS ideal-int 9935pkg syscall (linux-amd64), const CLONE_SIGHAND = 2048 9936pkg syscall (linux-amd64), const CLONE_SIGHAND ideal-int 9937pkg syscall (linux-amd64), const CLONE_SYSVSEM = 262144 9938pkg syscall (linux-amd64), const CLONE_SYSVSEM ideal-int 9939pkg syscall (linux-amd64), const CLONE_THREAD = 65536 9940pkg syscall (linux-amd64), const CLONE_THREAD ideal-int 9941pkg syscall (linux-amd64), const CLONE_UNTRACED = 8388608 9942pkg syscall (linux-amd64), const CLONE_UNTRACED ideal-int 9943pkg syscall (linux-amd64), const CLONE_VFORK = 16384 9944pkg syscall (linux-amd64), const CLONE_VFORK ideal-int 9945pkg syscall (linux-amd64), const CLONE_VM = 256 9946pkg syscall (linux-amd64), const CLONE_VM ideal-int 9947pkg syscall (linux-amd64), const ICMPV6_FILTER = 1 9948pkg syscall (linux-amd64), const ICMPV6_FILTER ideal-int 9949pkg syscall (linux-amd64), const PRIO_PGRP = 1 9950pkg syscall (linux-amd64), const PRIO_PGRP ideal-int 9951pkg syscall (linux-amd64), const PRIO_PROCESS = 0 9952pkg syscall (linux-amd64), const PRIO_PROCESS ideal-int 9953pkg syscall (linux-amd64), const PRIO_USER = 2 9954pkg syscall (linux-amd64), const PRIO_USER ideal-int 9955pkg syscall (linux-amd64), const SizeofICMPv6Filter = 32 9956pkg syscall (linux-amd64), const SizeofICMPv6Filter ideal-int 9957pkg syscall (linux-amd64), const SizeofIPv6MTUInfo = 32 9958pkg syscall (linux-amd64), const SizeofIPv6MTUInfo ideal-int 9959pkg syscall (linux-amd64), const TCIFLUSH = 0 9960pkg syscall (linux-amd64), const TCIFLUSH ideal-int 9961pkg syscall (linux-amd64), const TCIOFLUSH = 2 9962pkg syscall (linux-amd64), const TCIOFLUSH ideal-int 9963pkg syscall (linux-amd64), const TCOFLUSH = 1 9964pkg syscall (linux-amd64), const TCOFLUSH ideal-int 9965pkg syscall (linux-amd64), func Dup3(int, int, int) error 9966pkg syscall (linux-amd64), func Getpriority(int, int) (int, error) 9967pkg syscall (linux-amd64), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 9968pkg syscall (linux-amd64), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 9969pkg syscall (linux-amd64), func Setpriority(int, int, int) error 9970pkg syscall (linux-amd64), func SetsockoptByte(int, int, int, uint8) error 9971pkg syscall (linux-amd64), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 9972pkg syscall (linux-amd64), type ICMPv6Filter struct 9973pkg syscall (linux-amd64), type ICMPv6Filter struct, Data [8]uint32 9974pkg syscall (linux-amd64), type IPv6MTUInfo struct 9975pkg syscall (linux-amd64), type IPv6MTUInfo struct, Addr RawSockaddrInet6 9976pkg syscall (linux-amd64), type IPv6MTUInfo struct, Mtu uint32 9977pkg syscall (linux-amd64), type SysProcAttr struct, Cloneflags uintptr 9978pkg syscall (linux-amd64-cgo), const CLONE_CHILD_CLEARTID = 2097152 9979pkg syscall (linux-amd64-cgo), const CLONE_CHILD_CLEARTID ideal-int 9980pkg syscall (linux-amd64-cgo), const CLONE_CHILD_SETTID = 16777216 9981pkg syscall (linux-amd64-cgo), const CLONE_CHILD_SETTID ideal-int 9982pkg syscall (linux-amd64-cgo), const CLONE_DETACHED = 4194304 9983pkg syscall (linux-amd64-cgo), const CLONE_DETACHED ideal-int 9984pkg syscall (linux-amd64-cgo), const CLONE_FILES = 1024 9985pkg syscall (linux-amd64-cgo), const CLONE_FILES ideal-int 9986pkg syscall (linux-amd64-cgo), const CLONE_FS = 512 9987pkg syscall (linux-amd64-cgo), const CLONE_FS ideal-int 9988pkg syscall (linux-amd64-cgo), const CLONE_IO = 2147483648 9989pkg syscall (linux-amd64-cgo), const CLONE_IO ideal-int 9990pkg syscall (linux-amd64-cgo), const CLONE_NEWIPC = 134217728 9991pkg syscall (linux-amd64-cgo), const CLONE_NEWIPC ideal-int 9992pkg syscall (linux-amd64-cgo), const CLONE_NEWNET = 1073741824 9993pkg syscall (linux-amd64-cgo), const CLONE_NEWNET ideal-int 9994pkg syscall (linux-amd64-cgo), const CLONE_NEWNS = 131072 9995pkg syscall (linux-amd64-cgo), const CLONE_NEWNS ideal-int 9996pkg syscall (linux-amd64-cgo), const CLONE_NEWPID = 536870912 9997pkg syscall (linux-amd64-cgo), const CLONE_NEWPID ideal-int 9998pkg syscall (linux-amd64-cgo), const CLONE_NEWUSER = 268435456 9999pkg syscall (linux-amd64-cgo), const CLONE_NEWUSER ideal-int 10000pkg syscall (linux-amd64-cgo), const CLONE_NEWUTS = 67108864 10001pkg syscall (linux-amd64-cgo), const CLONE_NEWUTS ideal-int 10002pkg syscall (linux-amd64-cgo), const CLONE_PARENT = 32768 10003pkg syscall (linux-amd64-cgo), const CLONE_PARENT ideal-int 10004pkg syscall (linux-amd64-cgo), const CLONE_PARENT_SETTID = 1048576 10005pkg syscall (linux-amd64-cgo), const CLONE_PARENT_SETTID ideal-int 10006pkg syscall (linux-amd64-cgo), const CLONE_PTRACE = 8192 10007pkg syscall (linux-amd64-cgo), const CLONE_PTRACE ideal-int 10008pkg syscall (linux-amd64-cgo), const CLONE_SETTLS = 524288 10009pkg syscall (linux-amd64-cgo), const CLONE_SETTLS ideal-int 10010pkg syscall (linux-amd64-cgo), const CLONE_SIGHAND = 2048 10011pkg syscall (linux-amd64-cgo), const CLONE_SIGHAND ideal-int 10012pkg syscall (linux-amd64-cgo), const CLONE_SYSVSEM = 262144 10013pkg syscall (linux-amd64-cgo), const CLONE_SYSVSEM ideal-int 10014pkg syscall (linux-amd64-cgo), const CLONE_THREAD = 65536 10015pkg syscall (linux-amd64-cgo), const CLONE_THREAD ideal-int 10016pkg syscall (linux-amd64-cgo), const CLONE_UNTRACED = 8388608 10017pkg syscall (linux-amd64-cgo), const CLONE_UNTRACED ideal-int 10018pkg syscall (linux-amd64-cgo), const CLONE_VFORK = 16384 10019pkg syscall (linux-amd64-cgo), const CLONE_VFORK ideal-int 10020pkg syscall (linux-amd64-cgo), const CLONE_VM = 256 10021pkg syscall (linux-amd64-cgo), const CLONE_VM ideal-int 10022pkg syscall (linux-amd64-cgo), const ICMPV6_FILTER = 1 10023pkg syscall (linux-amd64-cgo), const ICMPV6_FILTER ideal-int 10024pkg syscall (linux-amd64-cgo), const PRIO_PGRP = 1 10025pkg syscall (linux-amd64-cgo), const PRIO_PGRP ideal-int 10026pkg syscall (linux-amd64-cgo), const PRIO_PROCESS = 0 10027pkg syscall (linux-amd64-cgo), const PRIO_PROCESS ideal-int 10028pkg syscall (linux-amd64-cgo), const PRIO_USER = 2 10029pkg syscall (linux-amd64-cgo), const PRIO_USER ideal-int 10030pkg syscall (linux-amd64-cgo), const SizeofICMPv6Filter = 32 10031pkg syscall (linux-amd64-cgo), const SizeofICMPv6Filter ideal-int 10032pkg syscall (linux-amd64-cgo), const SizeofIPv6MTUInfo = 32 10033pkg syscall (linux-amd64-cgo), const SizeofIPv6MTUInfo ideal-int 10034pkg syscall (linux-amd64-cgo), const TCIFLUSH = 0 10035pkg syscall (linux-amd64-cgo), const TCIFLUSH ideal-int 10036pkg syscall (linux-amd64-cgo), const TCIOFLUSH = 2 10037pkg syscall (linux-amd64-cgo), const TCIOFLUSH ideal-int 10038pkg syscall (linux-amd64-cgo), const TCOFLUSH = 1 10039pkg syscall (linux-amd64-cgo), const TCOFLUSH ideal-int 10040pkg syscall (linux-amd64-cgo), func Dup3(int, int, int) error 10041pkg syscall (linux-amd64-cgo), func Getpriority(int, int) (int, error) 10042pkg syscall (linux-amd64-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 10043pkg syscall (linux-amd64-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 10044pkg syscall (linux-amd64-cgo), func Setpriority(int, int, int) error 10045pkg syscall (linux-amd64-cgo), func SetsockoptByte(int, int, int, uint8) error 10046pkg syscall (linux-amd64-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 10047pkg syscall (linux-amd64-cgo), type ICMPv6Filter struct 10048pkg syscall (linux-amd64-cgo), type ICMPv6Filter struct, Data [8]uint32 10049pkg syscall (linux-amd64-cgo), type IPv6MTUInfo struct 10050pkg syscall (linux-amd64-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 10051pkg syscall (linux-amd64-cgo), type IPv6MTUInfo struct, Mtu uint32 10052pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Cloneflags uintptr 10053pkg syscall (linux-arm), const CLONE_CHILD_CLEARTID = 2097152 10054pkg syscall (linux-arm), const CLONE_CHILD_CLEARTID ideal-int 10055pkg syscall (linux-arm), const CLONE_CHILD_SETTID = 16777216 10056pkg syscall (linux-arm), const CLONE_CHILD_SETTID ideal-int 10057pkg syscall (linux-arm), const CLONE_DETACHED = 4194304 10058pkg syscall (linux-arm), const CLONE_DETACHED ideal-int 10059pkg syscall (linux-arm), const CLONE_FILES = 1024 10060pkg syscall (linux-arm), const CLONE_FILES ideal-int 10061pkg syscall (linux-arm), const CLONE_FS = 512 10062pkg syscall (linux-arm), const CLONE_FS ideal-int 10063pkg syscall (linux-arm), const CLONE_IO = 2147483648 10064pkg syscall (linux-arm), const CLONE_IO ideal-int 10065pkg syscall (linux-arm), const CLONE_NEWIPC = 134217728 10066pkg syscall (linux-arm), const CLONE_NEWIPC ideal-int 10067pkg syscall (linux-arm), const CLONE_NEWNET = 1073741824 10068pkg syscall (linux-arm), const CLONE_NEWNET ideal-int 10069pkg syscall (linux-arm), const CLONE_NEWNS = 131072 10070pkg syscall (linux-arm), const CLONE_NEWNS ideal-int 10071pkg syscall (linux-arm), const CLONE_NEWPID = 536870912 10072pkg syscall (linux-arm), const CLONE_NEWPID ideal-int 10073pkg syscall (linux-arm), const CLONE_NEWUSER = 268435456 10074pkg syscall (linux-arm), const CLONE_NEWUSER ideal-int 10075pkg syscall (linux-arm), const CLONE_NEWUTS = 67108864 10076pkg syscall (linux-arm), const CLONE_NEWUTS ideal-int 10077pkg syscall (linux-arm), const CLONE_PARENT = 32768 10078pkg syscall (linux-arm), const CLONE_PARENT ideal-int 10079pkg syscall (linux-arm), const CLONE_PARENT_SETTID = 1048576 10080pkg syscall (linux-arm), const CLONE_PARENT_SETTID ideal-int 10081pkg syscall (linux-arm), const CLONE_PTRACE = 8192 10082pkg syscall (linux-arm), const CLONE_PTRACE ideal-int 10083pkg syscall (linux-arm), const CLONE_SETTLS = 524288 10084pkg syscall (linux-arm), const CLONE_SETTLS ideal-int 10085pkg syscall (linux-arm), const CLONE_SIGHAND = 2048 10086pkg syscall (linux-arm), const CLONE_SIGHAND ideal-int 10087pkg syscall (linux-arm), const CLONE_SYSVSEM = 262144 10088pkg syscall (linux-arm), const CLONE_SYSVSEM ideal-int 10089pkg syscall (linux-arm), const CLONE_THREAD = 65536 10090pkg syscall (linux-arm), const CLONE_THREAD ideal-int 10091pkg syscall (linux-arm), const CLONE_UNTRACED = 8388608 10092pkg syscall (linux-arm), const CLONE_UNTRACED ideal-int 10093pkg syscall (linux-arm), const CLONE_VFORK = 16384 10094pkg syscall (linux-arm), const CLONE_VFORK ideal-int 10095pkg syscall (linux-arm), const CLONE_VM = 256 10096pkg syscall (linux-arm), const CLONE_VM ideal-int 10097pkg syscall (linux-arm), const ICMPV6_FILTER = 1 10098pkg syscall (linux-arm), const ICMPV6_FILTER ideal-int 10099pkg syscall (linux-arm), const PRIO_PGRP = 1 10100pkg syscall (linux-arm), const PRIO_PGRP ideal-int 10101pkg syscall (linux-arm), const PRIO_PROCESS = 0 10102pkg syscall (linux-arm), const PRIO_PROCESS ideal-int 10103pkg syscall (linux-arm), const PRIO_USER = 2 10104pkg syscall (linux-arm), const PRIO_USER ideal-int 10105pkg syscall (linux-arm), const SizeofICMPv6Filter = 32 10106pkg syscall (linux-arm), const SizeofICMPv6Filter ideal-int 10107pkg syscall (linux-arm), const SizeofIPv6MTUInfo = 32 10108pkg syscall (linux-arm), const SizeofIPv6MTUInfo ideal-int 10109pkg syscall (linux-arm), const TCIFLUSH = 0 10110pkg syscall (linux-arm), const TCIFLUSH ideal-int 10111pkg syscall (linux-arm), const TCIOFLUSH = 2 10112pkg syscall (linux-arm), const TCIOFLUSH ideal-int 10113pkg syscall (linux-arm), const TCOFLUSH = 1 10114pkg syscall (linux-arm), const TCOFLUSH ideal-int 10115pkg syscall (linux-arm), func Dup3(int, int, int) error 10116pkg syscall (linux-arm), func Getpriority(int, int) (int, error) 10117pkg syscall (linux-arm), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 10118pkg syscall (linux-arm), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 10119pkg syscall (linux-arm), func Setpriority(int, int, int) error 10120pkg syscall (linux-arm), func SetsockoptByte(int, int, int, uint8) error 10121pkg syscall (linux-arm), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 10122pkg syscall (linux-arm), type ICMPv6Filter struct 10123pkg syscall (linux-arm), type ICMPv6Filter struct, Data [8]uint32 10124pkg syscall (linux-arm), type IPv6MTUInfo struct 10125pkg syscall (linux-arm), type IPv6MTUInfo struct, Addr RawSockaddrInet6 10126pkg syscall (linux-arm), type IPv6MTUInfo struct, Mtu uint32 10127pkg syscall (linux-arm), type SysProcAttr struct, Cloneflags uintptr 10128pkg syscall (linux-arm-cgo), const AF_ALG ideal-int 10129pkg syscall (linux-arm-cgo), const AF_APPLETALK ideal-int 10130pkg syscall (linux-arm-cgo), const AF_ASH ideal-int 10131pkg syscall (linux-arm-cgo), const AF_ATMPVC ideal-int 10132pkg syscall (linux-arm-cgo), const AF_ATMSVC ideal-int 10133pkg syscall (linux-arm-cgo), const AF_AX25 ideal-int 10134pkg syscall (linux-arm-cgo), const AF_BLUETOOTH ideal-int 10135pkg syscall (linux-arm-cgo), const AF_BRIDGE ideal-int 10136pkg syscall (linux-arm-cgo), const AF_CAIF ideal-int 10137pkg syscall (linux-arm-cgo), const AF_CAN ideal-int 10138pkg syscall (linux-arm-cgo), const AF_DECnet ideal-int 10139pkg syscall (linux-arm-cgo), const AF_ECONET ideal-int 10140pkg syscall (linux-arm-cgo), const AF_FILE ideal-int 10141pkg syscall (linux-arm-cgo), const AF_IEEE802154 ideal-int 10142pkg syscall (linux-arm-cgo), const AF_IPX ideal-int 10143pkg syscall (linux-arm-cgo), const AF_IRDA ideal-int 10144pkg syscall (linux-arm-cgo), const AF_ISDN ideal-int 10145pkg syscall (linux-arm-cgo), const AF_IUCV ideal-int 10146pkg syscall (linux-arm-cgo), const AF_KEY ideal-int 10147pkg syscall (linux-arm-cgo), const AF_LLC ideal-int 10148pkg syscall (linux-arm-cgo), const AF_LOCAL ideal-int 10149pkg syscall (linux-arm-cgo), const AF_MAX ideal-int 10150pkg syscall (linux-arm-cgo), const AF_NETBEUI ideal-int 10151pkg syscall (linux-arm-cgo), const AF_NETLINK ideal-int 10152pkg syscall (linux-arm-cgo), const AF_NETROM ideal-int 10153pkg syscall (linux-arm-cgo), const AF_PACKET ideal-int 10154pkg syscall (linux-arm-cgo), const AF_PHONET ideal-int 10155pkg syscall (linux-arm-cgo), const AF_PPPOX ideal-int 10156pkg syscall (linux-arm-cgo), const AF_RDS ideal-int 10157pkg syscall (linux-arm-cgo), const AF_ROSE ideal-int 10158pkg syscall (linux-arm-cgo), const AF_ROUTE ideal-int 10159pkg syscall (linux-arm-cgo), const AF_RXRPC ideal-int 10160pkg syscall (linux-arm-cgo), const AF_SECURITY ideal-int 10161pkg syscall (linux-arm-cgo), const AF_SNA ideal-int 10162pkg syscall (linux-arm-cgo), const AF_TIPC ideal-int 10163pkg syscall (linux-arm-cgo), const AF_WANPIPE ideal-int 10164pkg syscall (linux-arm-cgo), const AF_X25 ideal-int 10165pkg syscall (linux-arm-cgo), const ARPHRD_ADAPT ideal-int 10166pkg syscall (linux-arm-cgo), const ARPHRD_APPLETLK ideal-int 10167pkg syscall (linux-arm-cgo), const ARPHRD_ARCNET ideal-int 10168pkg syscall (linux-arm-cgo), const ARPHRD_ASH ideal-int 10169pkg syscall (linux-arm-cgo), const ARPHRD_ATM ideal-int 10170pkg syscall (linux-arm-cgo), const ARPHRD_AX25 ideal-int 10171pkg syscall (linux-arm-cgo), const ARPHRD_BIF ideal-int 10172pkg syscall (linux-arm-cgo), const ARPHRD_CHAOS ideal-int 10173pkg syscall (linux-arm-cgo), const ARPHRD_CISCO ideal-int 10174pkg syscall (linux-arm-cgo), const ARPHRD_CSLIP ideal-int 10175pkg syscall (linux-arm-cgo), const ARPHRD_CSLIP6 ideal-int 10176pkg syscall (linux-arm-cgo), const ARPHRD_DDCMP ideal-int 10177pkg syscall (linux-arm-cgo), const ARPHRD_DLCI ideal-int 10178pkg syscall (linux-arm-cgo), const ARPHRD_ECONET ideal-int 10179pkg syscall (linux-arm-cgo), const ARPHRD_EETHER ideal-int 10180pkg syscall (linux-arm-cgo), const ARPHRD_ETHER ideal-int 10181pkg syscall (linux-arm-cgo), const ARPHRD_EUI64 ideal-int 10182pkg syscall (linux-arm-cgo), const ARPHRD_FCAL ideal-int 10183pkg syscall (linux-arm-cgo), const ARPHRD_FCFABRIC ideal-int 10184pkg syscall (linux-arm-cgo), const ARPHRD_FCPL ideal-int 10185pkg syscall (linux-arm-cgo), const ARPHRD_FCPP ideal-int 10186pkg syscall (linux-arm-cgo), const ARPHRD_FDDI ideal-int 10187pkg syscall (linux-arm-cgo), const ARPHRD_FRAD ideal-int 10188pkg syscall (linux-arm-cgo), const ARPHRD_HDLC ideal-int 10189pkg syscall (linux-arm-cgo), const ARPHRD_HIPPI ideal-int 10190pkg syscall (linux-arm-cgo), const ARPHRD_HWX25 ideal-int 10191pkg syscall (linux-arm-cgo), const ARPHRD_IEEE1394 ideal-int 10192pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802 ideal-int 10193pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211 ideal-int 10194pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211_PRISM ideal-int 10195pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211_RADIOTAP ideal-int 10196pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802154 ideal-int 10197pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802154_PHY ideal-int 10198pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802_TR ideal-int 10199pkg syscall (linux-arm-cgo), const ARPHRD_INFINIBAND ideal-int 10200pkg syscall (linux-arm-cgo), const ARPHRD_IPDDP ideal-int 10201pkg syscall (linux-arm-cgo), const ARPHRD_IPGRE ideal-int 10202pkg syscall (linux-arm-cgo), const ARPHRD_IRDA ideal-int 10203pkg syscall (linux-arm-cgo), const ARPHRD_LAPB ideal-int 10204pkg syscall (linux-arm-cgo), const ARPHRD_LOCALTLK ideal-int 10205pkg syscall (linux-arm-cgo), const ARPHRD_LOOPBACK ideal-int 10206pkg syscall (linux-arm-cgo), const ARPHRD_METRICOM ideal-int 10207pkg syscall (linux-arm-cgo), const ARPHRD_NETROM ideal-int 10208pkg syscall (linux-arm-cgo), const ARPHRD_NONE ideal-int 10209pkg syscall (linux-arm-cgo), const ARPHRD_PIMREG ideal-int 10210pkg syscall (linux-arm-cgo), const ARPHRD_PPP ideal-int 10211pkg syscall (linux-arm-cgo), const ARPHRD_PRONET ideal-int 10212pkg syscall (linux-arm-cgo), const ARPHRD_RAWHDLC ideal-int 10213pkg syscall (linux-arm-cgo), const ARPHRD_ROSE ideal-int 10214pkg syscall (linux-arm-cgo), const ARPHRD_RSRVD ideal-int 10215pkg syscall (linux-arm-cgo), const ARPHRD_SIT ideal-int 10216pkg syscall (linux-arm-cgo), const ARPHRD_SKIP ideal-int 10217pkg syscall (linux-arm-cgo), const ARPHRD_SLIP ideal-int 10218pkg syscall (linux-arm-cgo), const ARPHRD_SLIP6 ideal-int 10219pkg syscall (linux-arm-cgo), const ARPHRD_TUNNEL ideal-int 10220pkg syscall (linux-arm-cgo), const ARPHRD_TUNNEL6 ideal-int 10221pkg syscall (linux-arm-cgo), const ARPHRD_VOID ideal-int 10222pkg syscall (linux-arm-cgo), const ARPHRD_X25 ideal-int 10223pkg syscall (linux-arm-cgo), const B0 ideal-int 10224pkg syscall (linux-arm-cgo), const B1000000 ideal-int 10225pkg syscall (linux-arm-cgo), const B110 ideal-int 10226pkg syscall (linux-arm-cgo), const B115200 ideal-int 10227pkg syscall (linux-arm-cgo), const B1152000 ideal-int 10228pkg syscall (linux-arm-cgo), const B1200 ideal-int 10229pkg syscall (linux-arm-cgo), const B134 ideal-int 10230pkg syscall (linux-arm-cgo), const B150 ideal-int 10231pkg syscall (linux-arm-cgo), const B1500000 ideal-int 10232pkg syscall (linux-arm-cgo), const B1800 ideal-int 10233pkg syscall (linux-arm-cgo), const B19200 ideal-int 10234pkg syscall (linux-arm-cgo), const B200 ideal-int 10235pkg syscall (linux-arm-cgo), const B2000000 ideal-int 10236pkg syscall (linux-arm-cgo), const B230400 ideal-int 10237pkg syscall (linux-arm-cgo), const B2400 ideal-int 10238pkg syscall (linux-arm-cgo), const B2500000 ideal-int 10239pkg syscall (linux-arm-cgo), const B300 ideal-int 10240pkg syscall (linux-arm-cgo), const B3000000 ideal-int 10241pkg syscall (linux-arm-cgo), const B3500000 ideal-int 10242pkg syscall (linux-arm-cgo), const B38400 ideal-int 10243pkg syscall (linux-arm-cgo), const B4000000 ideal-int 10244pkg syscall (linux-arm-cgo), const B460800 ideal-int 10245pkg syscall (linux-arm-cgo), const B4800 ideal-int 10246pkg syscall (linux-arm-cgo), const B50 ideal-int 10247pkg syscall (linux-arm-cgo), const B500000 ideal-int 10248pkg syscall (linux-arm-cgo), const B57600 ideal-int 10249pkg syscall (linux-arm-cgo), const B576000 ideal-int 10250pkg syscall (linux-arm-cgo), const B600 ideal-int 10251pkg syscall (linux-arm-cgo), const B75 ideal-int 10252pkg syscall (linux-arm-cgo), const B921600 ideal-int 10253pkg syscall (linux-arm-cgo), const B9600 ideal-int 10254pkg syscall (linux-arm-cgo), const BPF_A ideal-int 10255pkg syscall (linux-arm-cgo), const BPF_ABS ideal-int 10256pkg syscall (linux-arm-cgo), const BPF_ADD ideal-int 10257pkg syscall (linux-arm-cgo), const BPF_ALU ideal-int 10258pkg syscall (linux-arm-cgo), const BPF_AND ideal-int 10259pkg syscall (linux-arm-cgo), const BPF_B ideal-int 10260pkg syscall (linux-arm-cgo), const BPF_DIV ideal-int 10261pkg syscall (linux-arm-cgo), const BPF_H ideal-int 10262pkg syscall (linux-arm-cgo), const BPF_IMM ideal-int 10263pkg syscall (linux-arm-cgo), const BPF_IND ideal-int 10264pkg syscall (linux-arm-cgo), const BPF_JA ideal-int 10265pkg syscall (linux-arm-cgo), const BPF_JEQ ideal-int 10266pkg syscall (linux-arm-cgo), const BPF_JGE ideal-int 10267pkg syscall (linux-arm-cgo), const BPF_JGT ideal-int 10268pkg syscall (linux-arm-cgo), const BPF_JMP ideal-int 10269pkg syscall (linux-arm-cgo), const BPF_JSET ideal-int 10270pkg syscall (linux-arm-cgo), const BPF_K ideal-int 10271pkg syscall (linux-arm-cgo), const BPF_LD ideal-int 10272pkg syscall (linux-arm-cgo), const BPF_LDX ideal-int 10273pkg syscall (linux-arm-cgo), const BPF_LEN ideal-int 10274pkg syscall (linux-arm-cgo), const BPF_LSH ideal-int 10275pkg syscall (linux-arm-cgo), const BPF_MAJOR_VERSION ideal-int 10276pkg syscall (linux-arm-cgo), const BPF_MAXINSNS ideal-int 10277pkg syscall (linux-arm-cgo), const BPF_MEM ideal-int 10278pkg syscall (linux-arm-cgo), const BPF_MEMWORDS ideal-int 10279pkg syscall (linux-arm-cgo), const BPF_MINOR_VERSION ideal-int 10280pkg syscall (linux-arm-cgo), const BPF_MISC ideal-int 10281pkg syscall (linux-arm-cgo), const BPF_MSH ideal-int 10282pkg syscall (linux-arm-cgo), const BPF_MUL ideal-int 10283pkg syscall (linux-arm-cgo), const BPF_NEG ideal-int 10284pkg syscall (linux-arm-cgo), const BPF_OR ideal-int 10285pkg syscall (linux-arm-cgo), const BPF_RET ideal-int 10286pkg syscall (linux-arm-cgo), const BPF_RSH ideal-int 10287pkg syscall (linux-arm-cgo), const BPF_ST ideal-int 10288pkg syscall (linux-arm-cgo), const BPF_STX ideal-int 10289pkg syscall (linux-arm-cgo), const BPF_SUB ideal-int 10290pkg syscall (linux-arm-cgo), const BPF_TAX ideal-int 10291pkg syscall (linux-arm-cgo), const BPF_TXA ideal-int 10292pkg syscall (linux-arm-cgo), const BPF_W ideal-int 10293pkg syscall (linux-arm-cgo), const BPF_X ideal-int 10294pkg syscall (linux-arm-cgo), const BRKINT ideal-int 10295pkg syscall (linux-arm-cgo), const CLOCAL ideal-int 10296pkg syscall (linux-arm-cgo), const CLONE_CHILD_CLEARTID = 2097152 10297pkg syscall (linux-arm-cgo), const CLONE_CHILD_CLEARTID ideal-int 10298pkg syscall (linux-arm-cgo), const CLONE_CHILD_SETTID = 16777216 10299pkg syscall (linux-arm-cgo), const CLONE_CHILD_SETTID ideal-int 10300pkg syscall (linux-arm-cgo), const CLONE_DETACHED = 4194304 10301pkg syscall (linux-arm-cgo), const CLONE_DETACHED ideal-int 10302pkg syscall (linux-arm-cgo), const CLONE_FILES = 1024 10303pkg syscall (linux-arm-cgo), const CLONE_FILES ideal-int 10304pkg syscall (linux-arm-cgo), const CLONE_FS = 512 10305pkg syscall (linux-arm-cgo), const CLONE_FS ideal-int 10306pkg syscall (linux-arm-cgo), const CLONE_IO = 2147483648 10307pkg syscall (linux-arm-cgo), const CLONE_IO ideal-int 10308pkg syscall (linux-arm-cgo), const CLONE_NEWIPC = 134217728 10309pkg syscall (linux-arm-cgo), const CLONE_NEWIPC ideal-int 10310pkg syscall (linux-arm-cgo), const CLONE_NEWNET = 1073741824 10311pkg syscall (linux-arm-cgo), const CLONE_NEWNET ideal-int 10312pkg syscall (linux-arm-cgo), const CLONE_NEWNS = 131072 10313pkg syscall (linux-arm-cgo), const CLONE_NEWNS ideal-int 10314pkg syscall (linux-arm-cgo), const CLONE_NEWPID = 536870912 10315pkg syscall (linux-arm-cgo), const CLONE_NEWPID ideal-int 10316pkg syscall (linux-arm-cgo), const CLONE_NEWUSER = 268435456 10317pkg syscall (linux-arm-cgo), const CLONE_NEWUSER ideal-int 10318pkg syscall (linux-arm-cgo), const CLONE_NEWUTS = 67108864 10319pkg syscall (linux-arm-cgo), const CLONE_NEWUTS ideal-int 10320pkg syscall (linux-arm-cgo), const CLONE_PARENT = 32768 10321pkg syscall (linux-arm-cgo), const CLONE_PARENT ideal-int 10322pkg syscall (linux-arm-cgo), const CLONE_PARENT_SETTID = 1048576 10323pkg syscall (linux-arm-cgo), const CLONE_PARENT_SETTID ideal-int 10324pkg syscall (linux-arm-cgo), const CLONE_PTRACE = 8192 10325pkg syscall (linux-arm-cgo), const CLONE_PTRACE ideal-int 10326pkg syscall (linux-arm-cgo), const CLONE_SETTLS = 524288 10327pkg syscall (linux-arm-cgo), const CLONE_SETTLS ideal-int 10328pkg syscall (linux-arm-cgo), const CLONE_SIGHAND = 2048 10329pkg syscall (linux-arm-cgo), const CLONE_SIGHAND ideal-int 10330pkg syscall (linux-arm-cgo), const CLONE_SYSVSEM = 262144 10331pkg syscall (linux-arm-cgo), const CLONE_SYSVSEM ideal-int 10332pkg syscall (linux-arm-cgo), const CLONE_THREAD = 65536 10333pkg syscall (linux-arm-cgo), const CLONE_THREAD ideal-int 10334pkg syscall (linux-arm-cgo), const CLONE_UNTRACED = 8388608 10335pkg syscall (linux-arm-cgo), const CLONE_UNTRACED ideal-int 10336pkg syscall (linux-arm-cgo), const CLONE_VFORK = 16384 10337pkg syscall (linux-arm-cgo), const CLONE_VFORK ideal-int 10338pkg syscall (linux-arm-cgo), const CLONE_VM = 256 10339pkg syscall (linux-arm-cgo), const CLONE_VM ideal-int 10340pkg syscall (linux-arm-cgo), const CREAD ideal-int 10341pkg syscall (linux-arm-cgo), const CS5 ideal-int 10342pkg syscall (linux-arm-cgo), const CS6 ideal-int 10343pkg syscall (linux-arm-cgo), const CS7 ideal-int 10344pkg syscall (linux-arm-cgo), const CS8 ideal-int 10345pkg syscall (linux-arm-cgo), const CSIZE ideal-int 10346pkg syscall (linux-arm-cgo), const CSTOPB ideal-int 10347pkg syscall (linux-arm-cgo), const DT_BLK ideal-int 10348pkg syscall (linux-arm-cgo), const DT_CHR ideal-int 10349pkg syscall (linux-arm-cgo), const DT_DIR ideal-int 10350pkg syscall (linux-arm-cgo), const DT_FIFO ideal-int 10351pkg syscall (linux-arm-cgo), const DT_LNK ideal-int 10352pkg syscall (linux-arm-cgo), const DT_REG ideal-int 10353pkg syscall (linux-arm-cgo), const DT_SOCK ideal-int 10354pkg syscall (linux-arm-cgo), const DT_UNKNOWN ideal-int 10355pkg syscall (linux-arm-cgo), const DT_WHT ideal-int 10356pkg syscall (linux-arm-cgo), const EADV Errno 10357pkg syscall (linux-arm-cgo), const EBADE Errno 10358pkg syscall (linux-arm-cgo), const EBADFD Errno 10359pkg syscall (linux-arm-cgo), const EBADMSG Errno 10360pkg syscall (linux-arm-cgo), const EBADR Errno 10361pkg syscall (linux-arm-cgo), const EBADRQC Errno 10362pkg syscall (linux-arm-cgo), const EBADSLT Errno 10363pkg syscall (linux-arm-cgo), const EBFONT Errno 10364pkg syscall (linux-arm-cgo), const ECHO ideal-int 10365pkg syscall (linux-arm-cgo), const ECHOCTL ideal-int 10366pkg syscall (linux-arm-cgo), const ECHOE ideal-int 10367pkg syscall (linux-arm-cgo), const ECHOK ideal-int 10368pkg syscall (linux-arm-cgo), const ECHOKE ideal-int 10369pkg syscall (linux-arm-cgo), const ECHONL ideal-int 10370pkg syscall (linux-arm-cgo), const ECHOPRT ideal-int 10371pkg syscall (linux-arm-cgo), const ECHRNG Errno 10372pkg syscall (linux-arm-cgo), const ECOMM Errno 10373pkg syscall (linux-arm-cgo), const EDEADLOCK Errno 10374pkg syscall (linux-arm-cgo), const EDOTDOT Errno 10375pkg syscall (linux-arm-cgo), const EHWPOISON Errno 10376pkg syscall (linux-arm-cgo), const EISNAM Errno 10377pkg syscall (linux-arm-cgo), const EKEYEXPIRED Errno 10378pkg syscall (linux-arm-cgo), const EKEYREJECTED Errno 10379pkg syscall (linux-arm-cgo), const EKEYREVOKED Errno 10380pkg syscall (linux-arm-cgo), const EL2HLT Errno 10381pkg syscall (linux-arm-cgo), const EL2NSYNC Errno 10382pkg syscall (linux-arm-cgo), const EL3HLT Errno 10383pkg syscall (linux-arm-cgo), const EL3RST Errno 10384pkg syscall (linux-arm-cgo), const ELF_NGREG ideal-int 10385pkg syscall (linux-arm-cgo), const ELF_PRARGSZ ideal-int 10386pkg syscall (linux-arm-cgo), const ELIBACC Errno 10387pkg syscall (linux-arm-cgo), const ELIBBAD Errno 10388pkg syscall (linux-arm-cgo), const ELIBEXEC Errno 10389pkg syscall (linux-arm-cgo), const ELIBMAX Errno 10390pkg syscall (linux-arm-cgo), const ELIBSCN Errno 10391pkg syscall (linux-arm-cgo), const ELNRNG Errno 10392pkg syscall (linux-arm-cgo), const EMEDIUMTYPE Errno 10393pkg syscall (linux-arm-cgo), const EMULTIHOP Errno 10394pkg syscall (linux-arm-cgo), const ENAVAIL Errno 10395pkg syscall (linux-arm-cgo), const ENOANO Errno 10396pkg syscall (linux-arm-cgo), const ENOCSI Errno 10397pkg syscall (linux-arm-cgo), const ENODATA Errno 10398pkg syscall (linux-arm-cgo), const ENOKEY Errno 10399pkg syscall (linux-arm-cgo), const ENOLINK Errno 10400pkg syscall (linux-arm-cgo), const ENOMEDIUM Errno 10401pkg syscall (linux-arm-cgo), const ENONET Errno 10402pkg syscall (linux-arm-cgo), const ENOPKG Errno 10403pkg syscall (linux-arm-cgo), const ENOSR Errno 10404pkg syscall (linux-arm-cgo), const ENOSTR Errno 10405pkg syscall (linux-arm-cgo), const ENOTNAM Errno 10406pkg syscall (linux-arm-cgo), const ENOTRECOVERABLE Errno 10407pkg syscall (linux-arm-cgo), const ENOTUNIQ Errno 10408pkg syscall (linux-arm-cgo), const EOWNERDEAD Errno 10409pkg syscall (linux-arm-cgo), const EPOLLERR ideal-int 10410pkg syscall (linux-arm-cgo), const EPOLLET ideal-int 10411pkg syscall (linux-arm-cgo), const EPOLLHUP ideal-int 10412pkg syscall (linux-arm-cgo), const EPOLLIN ideal-int 10413pkg syscall (linux-arm-cgo), const EPOLLMSG ideal-int 10414pkg syscall (linux-arm-cgo), const EPOLLONESHOT ideal-int 10415pkg syscall (linux-arm-cgo), const EPOLLOUT ideal-int 10416pkg syscall (linux-arm-cgo), const EPOLLPRI ideal-int 10417pkg syscall (linux-arm-cgo), const EPOLLRDBAND ideal-int 10418pkg syscall (linux-arm-cgo), const EPOLLRDHUP ideal-int 10419pkg syscall (linux-arm-cgo), const EPOLLRDNORM ideal-int 10420pkg syscall (linux-arm-cgo), const EPOLLWRBAND ideal-int 10421pkg syscall (linux-arm-cgo), const EPOLLWRNORM ideal-int 10422pkg syscall (linux-arm-cgo), const EPOLL_CLOEXEC ideal-int 10423pkg syscall (linux-arm-cgo), const EPOLL_CTL_ADD ideal-int 10424pkg syscall (linux-arm-cgo), const EPOLL_CTL_DEL ideal-int 10425pkg syscall (linux-arm-cgo), const EPOLL_CTL_MOD ideal-int 10426pkg syscall (linux-arm-cgo), const EPOLL_NONBLOCK ideal-int 10427pkg syscall (linux-arm-cgo), const EPROTO Errno 10428pkg syscall (linux-arm-cgo), const EREMCHG Errno 10429pkg syscall (linux-arm-cgo), const EREMOTEIO Errno 10430pkg syscall (linux-arm-cgo), const ERESTART Errno 10431pkg syscall (linux-arm-cgo), const ERFKILL Errno 10432pkg syscall (linux-arm-cgo), const ESRMNT Errno 10433pkg syscall (linux-arm-cgo), const ESTRPIPE Errno 10434pkg syscall (linux-arm-cgo), const ETH_P_1588 ideal-int 10435pkg syscall (linux-arm-cgo), const ETH_P_8021Q ideal-int 10436pkg syscall (linux-arm-cgo), const ETH_P_802_2 ideal-int 10437pkg syscall (linux-arm-cgo), const ETH_P_802_3 ideal-int 10438pkg syscall (linux-arm-cgo), const ETH_P_AARP ideal-int 10439pkg syscall (linux-arm-cgo), const ETH_P_ALL ideal-int 10440pkg syscall (linux-arm-cgo), const ETH_P_AOE ideal-int 10441pkg syscall (linux-arm-cgo), const ETH_P_ARCNET ideal-int 10442pkg syscall (linux-arm-cgo), const ETH_P_ARP ideal-int 10443pkg syscall (linux-arm-cgo), const ETH_P_ATALK ideal-int 10444pkg syscall (linux-arm-cgo), const ETH_P_ATMFATE ideal-int 10445pkg syscall (linux-arm-cgo), const ETH_P_ATMMPOA ideal-int 10446pkg syscall (linux-arm-cgo), const ETH_P_AX25 ideal-int 10447pkg syscall (linux-arm-cgo), const ETH_P_BPQ ideal-int 10448pkg syscall (linux-arm-cgo), const ETH_P_CAIF ideal-int 10449pkg syscall (linux-arm-cgo), const ETH_P_CAN ideal-int 10450pkg syscall (linux-arm-cgo), const ETH_P_CONTROL ideal-int 10451pkg syscall (linux-arm-cgo), const ETH_P_CUST ideal-int 10452pkg syscall (linux-arm-cgo), const ETH_P_DDCMP ideal-int 10453pkg syscall (linux-arm-cgo), const ETH_P_DEC ideal-int 10454pkg syscall (linux-arm-cgo), const ETH_P_DIAG ideal-int 10455pkg syscall (linux-arm-cgo), const ETH_P_DNA_DL ideal-int 10456pkg syscall (linux-arm-cgo), const ETH_P_DNA_RC ideal-int 10457pkg syscall (linux-arm-cgo), const ETH_P_DNA_RT ideal-int 10458pkg syscall (linux-arm-cgo), const ETH_P_DSA ideal-int 10459pkg syscall (linux-arm-cgo), const ETH_P_ECONET ideal-int 10460pkg syscall (linux-arm-cgo), const ETH_P_EDSA ideal-int 10461pkg syscall (linux-arm-cgo), const ETH_P_FCOE ideal-int 10462pkg syscall (linux-arm-cgo), const ETH_P_FIP ideal-int 10463pkg syscall (linux-arm-cgo), const ETH_P_HDLC ideal-int 10464pkg syscall (linux-arm-cgo), const ETH_P_IEEE802154 ideal-int 10465pkg syscall (linux-arm-cgo), const ETH_P_IEEEPUP ideal-int 10466pkg syscall (linux-arm-cgo), const ETH_P_IEEEPUPAT ideal-int 10467pkg syscall (linux-arm-cgo), const ETH_P_IP ideal-int 10468pkg syscall (linux-arm-cgo), const ETH_P_IPV6 ideal-int 10469pkg syscall (linux-arm-cgo), const ETH_P_IPX ideal-int 10470pkg syscall (linux-arm-cgo), const ETH_P_IRDA ideal-int 10471pkg syscall (linux-arm-cgo), const ETH_P_LAT ideal-int 10472pkg syscall (linux-arm-cgo), const ETH_P_LINK_CTL ideal-int 10473pkg syscall (linux-arm-cgo), const ETH_P_LOCALTALK ideal-int 10474pkg syscall (linux-arm-cgo), const ETH_P_LOOP ideal-int 10475pkg syscall (linux-arm-cgo), const ETH_P_MOBITEX ideal-int 10476pkg syscall (linux-arm-cgo), const ETH_P_MPLS_MC ideal-int 10477pkg syscall (linux-arm-cgo), const ETH_P_MPLS_UC ideal-int 10478pkg syscall (linux-arm-cgo), const ETH_P_PAE ideal-int 10479pkg syscall (linux-arm-cgo), const ETH_P_PAUSE ideal-int 10480pkg syscall (linux-arm-cgo), const ETH_P_PHONET ideal-int 10481pkg syscall (linux-arm-cgo), const ETH_P_PPPTALK ideal-int 10482pkg syscall (linux-arm-cgo), const ETH_P_PPP_DISC ideal-int 10483pkg syscall (linux-arm-cgo), const ETH_P_PPP_MP ideal-int 10484pkg syscall (linux-arm-cgo), const ETH_P_PPP_SES ideal-int 10485pkg syscall (linux-arm-cgo), const ETH_P_PUP ideal-int 10486pkg syscall (linux-arm-cgo), const ETH_P_PUPAT ideal-int 10487pkg syscall (linux-arm-cgo), const ETH_P_RARP ideal-int 10488pkg syscall (linux-arm-cgo), const ETH_P_SCA ideal-int 10489pkg syscall (linux-arm-cgo), const ETH_P_SLOW ideal-int 10490pkg syscall (linux-arm-cgo), const ETH_P_SNAP ideal-int 10491pkg syscall (linux-arm-cgo), const ETH_P_TEB ideal-int 10492pkg syscall (linux-arm-cgo), const ETH_P_TIPC ideal-int 10493pkg syscall (linux-arm-cgo), const ETH_P_TRAILER ideal-int 10494pkg syscall (linux-arm-cgo), const ETH_P_TR_802_2 ideal-int 10495pkg syscall (linux-arm-cgo), const ETH_P_WAN_PPP ideal-int 10496pkg syscall (linux-arm-cgo), const ETH_P_WCCP ideal-int 10497pkg syscall (linux-arm-cgo), const ETH_P_X25 ideal-int 10498pkg syscall (linux-arm-cgo), const ETIME Errno 10499pkg syscall (linux-arm-cgo), const EUCLEAN Errno 10500pkg syscall (linux-arm-cgo), const EUNATCH Errno 10501pkg syscall (linux-arm-cgo), const EXFULL Errno 10502pkg syscall (linux-arm-cgo), const FD_CLOEXEC ideal-int 10503pkg syscall (linux-arm-cgo), const FD_SETSIZE ideal-int 10504pkg syscall (linux-arm-cgo), const FLUSHO ideal-int 10505pkg syscall (linux-arm-cgo), const F_DUPFD ideal-int 10506pkg syscall (linux-arm-cgo), const F_DUPFD_CLOEXEC ideal-int 10507pkg syscall (linux-arm-cgo), const F_EXLCK ideal-int 10508pkg syscall (linux-arm-cgo), const F_GETFD ideal-int 10509pkg syscall (linux-arm-cgo), const F_GETFL ideal-int 10510pkg syscall (linux-arm-cgo), const F_GETLEASE ideal-int 10511pkg syscall (linux-arm-cgo), const F_GETLK ideal-int 10512pkg syscall (linux-arm-cgo), const F_GETLK64 ideal-int 10513pkg syscall (linux-arm-cgo), const F_GETOWN ideal-int 10514pkg syscall (linux-arm-cgo), const F_GETOWN_EX ideal-int 10515pkg syscall (linux-arm-cgo), const F_GETPIPE_SZ ideal-int 10516pkg syscall (linux-arm-cgo), const F_GETSIG ideal-int 10517pkg syscall (linux-arm-cgo), const F_LOCK ideal-int 10518pkg syscall (linux-arm-cgo), const F_NOTIFY ideal-int 10519pkg syscall (linux-arm-cgo), const F_OK ideal-int 10520pkg syscall (linux-arm-cgo), const F_RDLCK ideal-int 10521pkg syscall (linux-arm-cgo), const F_SETFD ideal-int 10522pkg syscall (linux-arm-cgo), const F_SETFL ideal-int 10523pkg syscall (linux-arm-cgo), const F_SETLEASE ideal-int 10524pkg syscall (linux-arm-cgo), const F_SETLK ideal-int 10525pkg syscall (linux-arm-cgo), const F_SETLK64 ideal-int 10526pkg syscall (linux-arm-cgo), const F_SETLKW ideal-int 10527pkg syscall (linux-arm-cgo), const F_SETLKW64 ideal-int 10528pkg syscall (linux-arm-cgo), const F_SETOWN ideal-int 10529pkg syscall (linux-arm-cgo), const F_SETOWN_EX ideal-int 10530pkg syscall (linux-arm-cgo), const F_SETPIPE_SZ ideal-int 10531pkg syscall (linux-arm-cgo), const F_SETSIG ideal-int 10532pkg syscall (linux-arm-cgo), const F_SHLCK ideal-int 10533pkg syscall (linux-arm-cgo), const F_TEST ideal-int 10534pkg syscall (linux-arm-cgo), const F_TLOCK ideal-int 10535pkg syscall (linux-arm-cgo), const F_ULOCK ideal-int 10536pkg syscall (linux-arm-cgo), const F_UNLCK ideal-int 10537pkg syscall (linux-arm-cgo), const F_WRLCK ideal-int 10538pkg syscall (linux-arm-cgo), const HUPCL ideal-int 10539pkg syscall (linux-arm-cgo), const ICANON ideal-int 10540pkg syscall (linux-arm-cgo), const ICMPV6_FILTER = 1 10541pkg syscall (linux-arm-cgo), const ICMPV6_FILTER ideal-int 10542pkg syscall (linux-arm-cgo), const ICRNL ideal-int 10543pkg syscall (linux-arm-cgo), const IEXTEN ideal-int 10544pkg syscall (linux-arm-cgo), const IFA_ADDRESS ideal-int 10545pkg syscall (linux-arm-cgo), const IFA_ANYCAST ideal-int 10546pkg syscall (linux-arm-cgo), const IFA_BROADCAST ideal-int 10547pkg syscall (linux-arm-cgo), const IFA_CACHEINFO ideal-int 10548pkg syscall (linux-arm-cgo), const IFA_F_DADFAILED ideal-int 10549pkg syscall (linux-arm-cgo), const IFA_F_DEPRECATED ideal-int 10550pkg syscall (linux-arm-cgo), const IFA_F_HOMEADDRESS ideal-int 10551pkg syscall (linux-arm-cgo), const IFA_F_NODAD ideal-int 10552pkg syscall (linux-arm-cgo), const IFA_F_OPTIMISTIC ideal-int 10553pkg syscall (linux-arm-cgo), const IFA_F_PERMANENT ideal-int 10554pkg syscall (linux-arm-cgo), const IFA_F_SECONDARY ideal-int 10555pkg syscall (linux-arm-cgo), const IFA_F_TEMPORARY ideal-int 10556pkg syscall (linux-arm-cgo), const IFA_F_TENTATIVE ideal-int 10557pkg syscall (linux-arm-cgo), const IFA_LABEL ideal-int 10558pkg syscall (linux-arm-cgo), const IFA_LOCAL ideal-int 10559pkg syscall (linux-arm-cgo), const IFA_MAX ideal-int 10560pkg syscall (linux-arm-cgo), const IFA_MULTICAST ideal-int 10561pkg syscall (linux-arm-cgo), const IFA_UNSPEC ideal-int 10562pkg syscall (linux-arm-cgo), const IFF_ALLMULTI ideal-int 10563pkg syscall (linux-arm-cgo), const IFF_AUTOMEDIA ideal-int 10564pkg syscall (linux-arm-cgo), const IFF_DEBUG ideal-int 10565pkg syscall (linux-arm-cgo), const IFF_DYNAMIC ideal-int 10566pkg syscall (linux-arm-cgo), const IFF_MASTER ideal-int 10567pkg syscall (linux-arm-cgo), const IFF_NOARP ideal-int 10568pkg syscall (linux-arm-cgo), const IFF_NOTRAILERS ideal-int 10569pkg syscall (linux-arm-cgo), const IFF_NO_PI ideal-int 10570pkg syscall (linux-arm-cgo), const IFF_ONE_QUEUE ideal-int 10571pkg syscall (linux-arm-cgo), const IFF_POINTOPOINT ideal-int 10572pkg syscall (linux-arm-cgo), const IFF_PORTSEL ideal-int 10573pkg syscall (linux-arm-cgo), const IFF_PROMISC ideal-int 10574pkg syscall (linux-arm-cgo), const IFF_RUNNING ideal-int 10575pkg syscall (linux-arm-cgo), const IFF_SLAVE ideal-int 10576pkg syscall (linux-arm-cgo), const IFF_TAP ideal-int 10577pkg syscall (linux-arm-cgo), const IFF_TUN ideal-int 10578pkg syscall (linux-arm-cgo), const IFF_TUN_EXCL ideal-int 10579pkg syscall (linux-arm-cgo), const IFF_VNET_HDR ideal-int 10580pkg syscall (linux-arm-cgo), const IFLA_ADDRESS ideal-int 10581pkg syscall (linux-arm-cgo), const IFLA_BROADCAST ideal-int 10582pkg syscall (linux-arm-cgo), const IFLA_COST ideal-int 10583pkg syscall (linux-arm-cgo), const IFLA_IFALIAS ideal-int 10584pkg syscall (linux-arm-cgo), const IFLA_IFNAME ideal-int 10585pkg syscall (linux-arm-cgo), const IFLA_LINK ideal-int 10586pkg syscall (linux-arm-cgo), const IFLA_LINKINFO ideal-int 10587pkg syscall (linux-arm-cgo), const IFLA_LINKMODE ideal-int 10588pkg syscall (linux-arm-cgo), const IFLA_MAP ideal-int 10589pkg syscall (linux-arm-cgo), const IFLA_MASTER ideal-int 10590pkg syscall (linux-arm-cgo), const IFLA_MAX ideal-int 10591pkg syscall (linux-arm-cgo), const IFLA_MTU ideal-int 10592pkg syscall (linux-arm-cgo), const IFLA_NET_NS_PID ideal-int 10593pkg syscall (linux-arm-cgo), const IFLA_OPERSTATE ideal-int 10594pkg syscall (linux-arm-cgo), const IFLA_PRIORITY ideal-int 10595pkg syscall (linux-arm-cgo), const IFLA_PROTINFO ideal-int 10596pkg syscall (linux-arm-cgo), const IFLA_QDISC ideal-int 10597pkg syscall (linux-arm-cgo), const IFLA_STATS ideal-int 10598pkg syscall (linux-arm-cgo), const IFLA_TXQLEN ideal-int 10599pkg syscall (linux-arm-cgo), const IFLA_UNSPEC ideal-int 10600pkg syscall (linux-arm-cgo), const IFLA_WEIGHT ideal-int 10601pkg syscall (linux-arm-cgo), const IFLA_WIRELESS ideal-int 10602pkg syscall (linux-arm-cgo), const IFNAMSIZ ideal-int 10603pkg syscall (linux-arm-cgo), const IGNBRK ideal-int 10604pkg syscall (linux-arm-cgo), const IGNCR ideal-int 10605pkg syscall (linux-arm-cgo), const IGNPAR ideal-int 10606pkg syscall (linux-arm-cgo), const IMAXBEL ideal-int 10607pkg syscall (linux-arm-cgo), const INLCR ideal-int 10608pkg syscall (linux-arm-cgo), const INPCK ideal-int 10609pkg syscall (linux-arm-cgo), const IN_ACCESS ideal-int 10610pkg syscall (linux-arm-cgo), const IN_ALL_EVENTS ideal-int 10611pkg syscall (linux-arm-cgo), const IN_ATTRIB ideal-int 10612pkg syscall (linux-arm-cgo), const IN_CLASSA_HOST ideal-int 10613pkg syscall (linux-arm-cgo), const IN_CLASSA_MAX ideal-int 10614pkg syscall (linux-arm-cgo), const IN_CLASSA_NET ideal-int 10615pkg syscall (linux-arm-cgo), const IN_CLASSA_NSHIFT ideal-int 10616pkg syscall (linux-arm-cgo), const IN_CLASSB_HOST ideal-int 10617pkg syscall (linux-arm-cgo), const IN_CLASSB_MAX ideal-int 10618pkg syscall (linux-arm-cgo), const IN_CLASSB_NET ideal-int 10619pkg syscall (linux-arm-cgo), const IN_CLASSB_NSHIFT ideal-int 10620pkg syscall (linux-arm-cgo), const IN_CLASSC_HOST ideal-int 10621pkg syscall (linux-arm-cgo), const IN_CLASSC_NET ideal-int 10622pkg syscall (linux-arm-cgo), const IN_CLASSC_NSHIFT ideal-int 10623pkg syscall (linux-arm-cgo), const IN_CLOEXEC ideal-int 10624pkg syscall (linux-arm-cgo), const IN_CLOSE ideal-int 10625pkg syscall (linux-arm-cgo), const IN_CLOSE_NOWRITE ideal-int 10626pkg syscall (linux-arm-cgo), const IN_CLOSE_WRITE ideal-int 10627pkg syscall (linux-arm-cgo), const IN_CREATE ideal-int 10628pkg syscall (linux-arm-cgo), const IN_DELETE ideal-int 10629pkg syscall (linux-arm-cgo), const IN_DELETE_SELF ideal-int 10630pkg syscall (linux-arm-cgo), const IN_DONT_FOLLOW ideal-int 10631pkg syscall (linux-arm-cgo), const IN_EXCL_UNLINK ideal-int 10632pkg syscall (linux-arm-cgo), const IN_IGNORED ideal-int 10633pkg syscall (linux-arm-cgo), const IN_ISDIR ideal-int 10634pkg syscall (linux-arm-cgo), const IN_LOOPBACKNET ideal-int 10635pkg syscall (linux-arm-cgo), const IN_MASK_ADD ideal-int 10636pkg syscall (linux-arm-cgo), const IN_MODIFY ideal-int 10637pkg syscall (linux-arm-cgo), const IN_MOVE ideal-int 10638pkg syscall (linux-arm-cgo), const IN_MOVED_FROM ideal-int 10639pkg syscall (linux-arm-cgo), const IN_MOVED_TO ideal-int 10640pkg syscall (linux-arm-cgo), const IN_MOVE_SELF ideal-int 10641pkg syscall (linux-arm-cgo), const IN_NONBLOCK ideal-int 10642pkg syscall (linux-arm-cgo), const IN_ONESHOT ideal-int 10643pkg syscall (linux-arm-cgo), const IN_ONLYDIR ideal-int 10644pkg syscall (linux-arm-cgo), const IN_OPEN ideal-int 10645pkg syscall (linux-arm-cgo), const IN_Q_OVERFLOW ideal-int 10646pkg syscall (linux-arm-cgo), const IN_UNMOUNT ideal-int 10647pkg syscall (linux-arm-cgo), const IPPROTO_AH ideal-int 10648pkg syscall (linux-arm-cgo), const IPPROTO_COMP ideal-int 10649pkg syscall (linux-arm-cgo), const IPPROTO_DCCP ideal-int 10650pkg syscall (linux-arm-cgo), const IPPROTO_DSTOPTS ideal-int 10651pkg syscall (linux-arm-cgo), const IPPROTO_EGP ideal-int 10652pkg syscall (linux-arm-cgo), const IPPROTO_ENCAP ideal-int 10653pkg syscall (linux-arm-cgo), const IPPROTO_ESP ideal-int 10654pkg syscall (linux-arm-cgo), const IPPROTO_FRAGMENT ideal-int 10655pkg syscall (linux-arm-cgo), const IPPROTO_GRE ideal-int 10656pkg syscall (linux-arm-cgo), const IPPROTO_HOPOPTS ideal-int 10657pkg syscall (linux-arm-cgo), const IPPROTO_ICMP ideal-int 10658pkg syscall (linux-arm-cgo), const IPPROTO_ICMPV6 ideal-int 10659pkg syscall (linux-arm-cgo), const IPPROTO_IDP ideal-int 10660pkg syscall (linux-arm-cgo), const IPPROTO_IGMP ideal-int 10661pkg syscall (linux-arm-cgo), const IPPROTO_IPIP ideal-int 10662pkg syscall (linux-arm-cgo), const IPPROTO_MTP ideal-int 10663pkg syscall (linux-arm-cgo), const IPPROTO_NONE ideal-int 10664pkg syscall (linux-arm-cgo), const IPPROTO_PIM ideal-int 10665pkg syscall (linux-arm-cgo), const IPPROTO_PUP ideal-int 10666pkg syscall (linux-arm-cgo), const IPPROTO_RAW ideal-int 10667pkg syscall (linux-arm-cgo), const IPPROTO_ROUTING ideal-int 10668pkg syscall (linux-arm-cgo), const IPPROTO_RSVP ideal-int 10669pkg syscall (linux-arm-cgo), const IPPROTO_SCTP ideal-int 10670pkg syscall (linux-arm-cgo), const IPPROTO_TP ideal-int 10671pkg syscall (linux-arm-cgo), const IPPROTO_UDPLITE ideal-int 10672pkg syscall (linux-arm-cgo), const IPV6_2292DSTOPTS ideal-int 10673pkg syscall (linux-arm-cgo), const IPV6_2292HOPLIMIT ideal-int 10674pkg syscall (linux-arm-cgo), const IPV6_2292HOPOPTS ideal-int 10675pkg syscall (linux-arm-cgo), const IPV6_2292PKTINFO ideal-int 10676pkg syscall (linux-arm-cgo), const IPV6_2292PKTOPTIONS ideal-int 10677pkg syscall (linux-arm-cgo), const IPV6_2292RTHDR ideal-int 10678pkg syscall (linux-arm-cgo), const IPV6_ADDRFORM ideal-int 10679pkg syscall (linux-arm-cgo), const IPV6_ADD_MEMBERSHIP ideal-int 10680pkg syscall (linux-arm-cgo), const IPV6_AUTHHDR ideal-int 10681pkg syscall (linux-arm-cgo), const IPV6_CHECKSUM ideal-int 10682pkg syscall (linux-arm-cgo), const IPV6_DROP_MEMBERSHIP ideal-int 10683pkg syscall (linux-arm-cgo), const IPV6_DSTOPTS ideal-int 10684pkg syscall (linux-arm-cgo), const IPV6_HOPLIMIT ideal-int 10685pkg syscall (linux-arm-cgo), const IPV6_HOPOPTS ideal-int 10686pkg syscall (linux-arm-cgo), const IPV6_IPSEC_POLICY ideal-int 10687pkg syscall (linux-arm-cgo), const IPV6_JOIN_ANYCAST ideal-int 10688pkg syscall (linux-arm-cgo), const IPV6_LEAVE_ANYCAST ideal-int 10689pkg syscall (linux-arm-cgo), const IPV6_MTU ideal-int 10690pkg syscall (linux-arm-cgo), const IPV6_MTU_DISCOVER ideal-int 10691pkg syscall (linux-arm-cgo), const IPV6_NEXTHOP ideal-int 10692pkg syscall (linux-arm-cgo), const IPV6_PKTINFO ideal-int 10693pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_DO ideal-int 10694pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_DONT ideal-int 10695pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_PROBE ideal-int 10696pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_WANT ideal-int 10697pkg syscall (linux-arm-cgo), const IPV6_RECVDSTOPTS ideal-int 10698pkg syscall (linux-arm-cgo), const IPV6_RECVERR ideal-int 10699pkg syscall (linux-arm-cgo), const IPV6_RECVHOPLIMIT ideal-int 10700pkg syscall (linux-arm-cgo), const IPV6_RECVHOPOPTS ideal-int 10701pkg syscall (linux-arm-cgo), const IPV6_RECVPKTINFO ideal-int 10702pkg syscall (linux-arm-cgo), const IPV6_RECVRTHDR ideal-int 10703pkg syscall (linux-arm-cgo), const IPV6_RECVTCLASS ideal-int 10704pkg syscall (linux-arm-cgo), const IPV6_ROUTER_ALERT ideal-int 10705pkg syscall (linux-arm-cgo), const IPV6_RTHDR ideal-int 10706pkg syscall (linux-arm-cgo), const IPV6_RTHDRDSTOPTS ideal-int 10707pkg syscall (linux-arm-cgo), const IPV6_RTHDR_LOOSE ideal-int 10708pkg syscall (linux-arm-cgo), const IPV6_RTHDR_STRICT ideal-int 10709pkg syscall (linux-arm-cgo), const IPV6_RTHDR_TYPE_0 ideal-int 10710pkg syscall (linux-arm-cgo), const IPV6_RXDSTOPTS ideal-int 10711pkg syscall (linux-arm-cgo), const IPV6_RXHOPOPTS ideal-int 10712pkg syscall (linux-arm-cgo), const IPV6_TCLASS ideal-int 10713pkg syscall (linux-arm-cgo), const IPV6_XFRM_POLICY ideal-int 10714pkg syscall (linux-arm-cgo), const IP_ADD_SOURCE_MEMBERSHIP ideal-int 10715pkg syscall (linux-arm-cgo), const IP_BLOCK_SOURCE ideal-int 10716pkg syscall (linux-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int 10717pkg syscall (linux-arm-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int 10718pkg syscall (linux-arm-cgo), const IP_DF ideal-int 10719pkg syscall (linux-arm-cgo), const IP_DROP_SOURCE_MEMBERSHIP ideal-int 10720pkg syscall (linux-arm-cgo), const IP_FREEBIND ideal-int 10721pkg syscall (linux-arm-cgo), const IP_HDRINCL ideal-int 10722pkg syscall (linux-arm-cgo), const IP_IPSEC_POLICY ideal-int 10723pkg syscall (linux-arm-cgo), const IP_MAXPACKET ideal-int 10724pkg syscall (linux-arm-cgo), const IP_MAX_MEMBERSHIPS ideal-int 10725pkg syscall (linux-arm-cgo), const IP_MF ideal-int 10726pkg syscall (linux-arm-cgo), const IP_MINTTL ideal-int 10727pkg syscall (linux-arm-cgo), const IP_MSFILTER ideal-int 10728pkg syscall (linux-arm-cgo), const IP_MSS ideal-int 10729pkg syscall (linux-arm-cgo), const IP_MTU ideal-int 10730pkg syscall (linux-arm-cgo), const IP_MTU_DISCOVER ideal-int 10731pkg syscall (linux-arm-cgo), const IP_OFFMASK ideal-int 10732pkg syscall (linux-arm-cgo), const IP_OPTIONS ideal-int 10733pkg syscall (linux-arm-cgo), const IP_ORIGDSTADDR ideal-int 10734pkg syscall (linux-arm-cgo), const IP_PASSSEC ideal-int 10735pkg syscall (linux-arm-cgo), const IP_PKTINFO ideal-int 10736pkg syscall (linux-arm-cgo), const IP_PKTOPTIONS ideal-int 10737pkg syscall (linux-arm-cgo), const IP_PMTUDISC ideal-int 10738pkg syscall (linux-arm-cgo), const IP_PMTUDISC_DO ideal-int 10739pkg syscall (linux-arm-cgo), const IP_PMTUDISC_DONT ideal-int 10740pkg syscall (linux-arm-cgo), const IP_PMTUDISC_PROBE ideal-int 10741pkg syscall (linux-arm-cgo), const IP_PMTUDISC_WANT ideal-int 10742pkg syscall (linux-arm-cgo), const IP_RECVERR ideal-int 10743pkg syscall (linux-arm-cgo), const IP_RECVOPTS ideal-int 10744pkg syscall (linux-arm-cgo), const IP_RECVORIGDSTADDR ideal-int 10745pkg syscall (linux-arm-cgo), const IP_RECVRETOPTS ideal-int 10746pkg syscall (linux-arm-cgo), const IP_RECVTOS ideal-int 10747pkg syscall (linux-arm-cgo), const IP_RECVTTL ideal-int 10748pkg syscall (linux-arm-cgo), const IP_RETOPTS ideal-int 10749pkg syscall (linux-arm-cgo), const IP_RF ideal-int 10750pkg syscall (linux-arm-cgo), const IP_ROUTER_ALERT ideal-int 10751pkg syscall (linux-arm-cgo), const IP_TRANSPARENT ideal-int 10752pkg syscall (linux-arm-cgo), const IP_UNBLOCK_SOURCE ideal-int 10753pkg syscall (linux-arm-cgo), const IP_XFRM_POLICY ideal-int 10754pkg syscall (linux-arm-cgo), const ISIG ideal-int 10755pkg syscall (linux-arm-cgo), const ISTRIP ideal-int 10756pkg syscall (linux-arm-cgo), const IUCLC ideal-int 10757pkg syscall (linux-arm-cgo), const IUTF8 ideal-int 10758pkg syscall (linux-arm-cgo), const IXANY ideal-int 10759pkg syscall (linux-arm-cgo), const IXOFF ideal-int 10760pkg syscall (linux-arm-cgo), const IXON ideal-int 10761pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_CAD_OFF ideal-int 10762pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_CAD_ON ideal-int 10763pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_HALT ideal-int 10764pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_KEXEC ideal-int 10765pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_POWER_OFF ideal-int 10766pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_RESTART ideal-int 10767pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_RESTART2 ideal-int 10768pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_SW_SUSPEND ideal-int 10769pkg syscall (linux-arm-cgo), const LINUX_REBOOT_MAGIC1 ideal-int 10770pkg syscall (linux-arm-cgo), const LINUX_REBOOT_MAGIC2 ideal-int 10771pkg syscall (linux-arm-cgo), const LOCK_EX ideal-int 10772pkg syscall (linux-arm-cgo), const LOCK_NB ideal-int 10773pkg syscall (linux-arm-cgo), const LOCK_SH ideal-int 10774pkg syscall (linux-arm-cgo), const LOCK_UN ideal-int 10775pkg syscall (linux-arm-cgo), const MADV_DOFORK ideal-int 10776pkg syscall (linux-arm-cgo), const MADV_DONTFORK ideal-int 10777pkg syscall (linux-arm-cgo), const MADV_DONTNEED ideal-int 10778pkg syscall (linux-arm-cgo), const MADV_HUGEPAGE ideal-int 10779pkg syscall (linux-arm-cgo), const MADV_HWPOISON ideal-int 10780pkg syscall (linux-arm-cgo), const MADV_MERGEABLE ideal-int 10781pkg syscall (linux-arm-cgo), const MADV_NOHUGEPAGE ideal-int 10782pkg syscall (linux-arm-cgo), const MADV_NORMAL ideal-int 10783pkg syscall (linux-arm-cgo), const MADV_RANDOM ideal-int 10784pkg syscall (linux-arm-cgo), const MADV_REMOVE ideal-int 10785pkg syscall (linux-arm-cgo), const MADV_SEQUENTIAL ideal-int 10786pkg syscall (linux-arm-cgo), const MADV_UNMERGEABLE ideal-int 10787pkg syscall (linux-arm-cgo), const MADV_WILLNEED ideal-int 10788pkg syscall (linux-arm-cgo), const MAP_ANON ideal-int 10789pkg syscall (linux-arm-cgo), const MAP_ANONYMOUS ideal-int 10790pkg syscall (linux-arm-cgo), const MAP_DENYWRITE ideal-int 10791pkg syscall (linux-arm-cgo), const MAP_EXECUTABLE ideal-int 10792pkg syscall (linux-arm-cgo), const MAP_FILE ideal-int 10793pkg syscall (linux-arm-cgo), const MAP_FIXED ideal-int 10794pkg syscall (linux-arm-cgo), const MAP_GROWSDOWN ideal-int 10795pkg syscall (linux-arm-cgo), const MAP_LOCKED ideal-int 10796pkg syscall (linux-arm-cgo), const MAP_NONBLOCK ideal-int 10797pkg syscall (linux-arm-cgo), const MAP_NORESERVE ideal-int 10798pkg syscall (linux-arm-cgo), const MAP_POPULATE ideal-int 10799pkg syscall (linux-arm-cgo), const MAP_PRIVATE ideal-int 10800pkg syscall (linux-arm-cgo), const MAP_SHARED ideal-int 10801pkg syscall (linux-arm-cgo), const MAP_TYPE ideal-int 10802pkg syscall (linux-arm-cgo), const MCL_CURRENT ideal-int 10803pkg syscall (linux-arm-cgo), const MCL_FUTURE ideal-int 10804pkg syscall (linux-arm-cgo), const MNT_DETACH ideal-int 10805pkg syscall (linux-arm-cgo), const MNT_EXPIRE ideal-int 10806pkg syscall (linux-arm-cgo), const MNT_FORCE ideal-int 10807pkg syscall (linux-arm-cgo), const MSG_CMSG_CLOEXEC ideal-int 10808pkg syscall (linux-arm-cgo), const MSG_CONFIRM ideal-int 10809pkg syscall (linux-arm-cgo), const MSG_CTRUNC ideal-int 10810pkg syscall (linux-arm-cgo), const MSG_DONTROUTE ideal-int 10811pkg syscall (linux-arm-cgo), const MSG_DONTWAIT ideal-int 10812pkg syscall (linux-arm-cgo), const MSG_EOR ideal-int 10813pkg syscall (linux-arm-cgo), const MSG_ERRQUEUE ideal-int 10814pkg syscall (linux-arm-cgo), const MSG_FASTOPEN ideal-int 10815pkg syscall (linux-arm-cgo), const MSG_FIN ideal-int 10816pkg syscall (linux-arm-cgo), const MSG_MORE ideal-int 10817pkg syscall (linux-arm-cgo), const MSG_NOSIGNAL ideal-int 10818pkg syscall (linux-arm-cgo), const MSG_OOB ideal-int 10819pkg syscall (linux-arm-cgo), const MSG_PEEK ideal-int 10820pkg syscall (linux-arm-cgo), const MSG_PROXY ideal-int 10821pkg syscall (linux-arm-cgo), const MSG_RST ideal-int 10822pkg syscall (linux-arm-cgo), const MSG_SYN ideal-int 10823pkg syscall (linux-arm-cgo), const MSG_TRUNC ideal-int 10824pkg syscall (linux-arm-cgo), const MSG_TRYHARD ideal-int 10825pkg syscall (linux-arm-cgo), const MSG_WAITALL ideal-int 10826pkg syscall (linux-arm-cgo), const MSG_WAITFORONE ideal-int 10827pkg syscall (linux-arm-cgo), const MS_ACTIVE ideal-int 10828pkg syscall (linux-arm-cgo), const MS_ASYNC ideal-int 10829pkg syscall (linux-arm-cgo), const MS_BIND ideal-int 10830pkg syscall (linux-arm-cgo), const MS_DIRSYNC ideal-int 10831pkg syscall (linux-arm-cgo), const MS_INVALIDATE ideal-int 10832pkg syscall (linux-arm-cgo), const MS_I_VERSION ideal-int 10833pkg syscall (linux-arm-cgo), const MS_KERNMOUNT ideal-int 10834pkg syscall (linux-arm-cgo), const MS_MANDLOCK ideal-int 10835pkg syscall (linux-arm-cgo), const MS_MGC_MSK ideal-int 10836pkg syscall (linux-arm-cgo), const MS_MGC_VAL ideal-int 10837pkg syscall (linux-arm-cgo), const MS_MOVE ideal-int 10838pkg syscall (linux-arm-cgo), const MS_NOATIME ideal-int 10839pkg syscall (linux-arm-cgo), const MS_NODEV ideal-int 10840pkg syscall (linux-arm-cgo), const MS_NODIRATIME ideal-int 10841pkg syscall (linux-arm-cgo), const MS_NOEXEC ideal-int 10842pkg syscall (linux-arm-cgo), const MS_NOSUID ideal-int 10843pkg syscall (linux-arm-cgo), const MS_NOUSER ideal-int 10844pkg syscall (linux-arm-cgo), const MS_POSIXACL ideal-int 10845pkg syscall (linux-arm-cgo), const MS_PRIVATE ideal-int 10846pkg syscall (linux-arm-cgo), const MS_RDONLY ideal-int 10847pkg syscall (linux-arm-cgo), const MS_REC ideal-int 10848pkg syscall (linux-arm-cgo), const MS_RELATIME ideal-int 10849pkg syscall (linux-arm-cgo), const MS_REMOUNT ideal-int 10850pkg syscall (linux-arm-cgo), const MS_RMT_MASK ideal-int 10851pkg syscall (linux-arm-cgo), const MS_SHARED ideal-int 10852pkg syscall (linux-arm-cgo), const MS_SILENT ideal-int 10853pkg syscall (linux-arm-cgo), const MS_SLAVE ideal-int 10854pkg syscall (linux-arm-cgo), const MS_STRICTATIME ideal-int 10855pkg syscall (linux-arm-cgo), const MS_SYNC ideal-int 10856pkg syscall (linux-arm-cgo), const MS_SYNCHRONOUS ideal-int 10857pkg syscall (linux-arm-cgo), const MS_UNBINDABLE ideal-int 10858pkg syscall (linux-arm-cgo), const NAME_MAX ideal-int 10859pkg syscall (linux-arm-cgo), const NETLINK_ADD_MEMBERSHIP ideal-int 10860pkg syscall (linux-arm-cgo), const NETLINK_AUDIT ideal-int 10861pkg syscall (linux-arm-cgo), const NETLINK_BROADCAST_ERROR ideal-int 10862pkg syscall (linux-arm-cgo), const NETLINK_CONNECTOR ideal-int 10863pkg syscall (linux-arm-cgo), const NETLINK_DNRTMSG ideal-int 10864pkg syscall (linux-arm-cgo), const NETLINK_DROP_MEMBERSHIP ideal-int 10865pkg syscall (linux-arm-cgo), const NETLINK_ECRYPTFS ideal-int 10866pkg syscall (linux-arm-cgo), const NETLINK_FIB_LOOKUP ideal-int 10867pkg syscall (linux-arm-cgo), const NETLINK_FIREWALL ideal-int 10868pkg syscall (linux-arm-cgo), const NETLINK_GENERIC ideal-int 10869pkg syscall (linux-arm-cgo), const NETLINK_INET_DIAG ideal-int 10870pkg syscall (linux-arm-cgo), const NETLINK_IP6_FW ideal-int 10871pkg syscall (linux-arm-cgo), const NETLINK_ISCSI ideal-int 10872pkg syscall (linux-arm-cgo), const NETLINK_KOBJECT_UEVENT ideal-int 10873pkg syscall (linux-arm-cgo), const NETLINK_NETFILTER ideal-int 10874pkg syscall (linux-arm-cgo), const NETLINK_NFLOG ideal-int 10875pkg syscall (linux-arm-cgo), const NETLINK_NO_ENOBUFS ideal-int 10876pkg syscall (linux-arm-cgo), const NETLINK_PKTINFO ideal-int 10877pkg syscall (linux-arm-cgo), const NETLINK_RDMA ideal-int 10878pkg syscall (linux-arm-cgo), const NETLINK_ROUTE ideal-int 10879pkg syscall (linux-arm-cgo), const NETLINK_SCSITRANSPORT ideal-int 10880pkg syscall (linux-arm-cgo), const NETLINK_SELINUX ideal-int 10881pkg syscall (linux-arm-cgo), const NETLINK_UNUSED ideal-int 10882pkg syscall (linux-arm-cgo), const NETLINK_USERSOCK ideal-int 10883pkg syscall (linux-arm-cgo), const NETLINK_XFRM ideal-int 10884pkg syscall (linux-arm-cgo), const NLA_ALIGNTO ideal-int 10885pkg syscall (linux-arm-cgo), const NLA_F_NESTED ideal-int 10886pkg syscall (linux-arm-cgo), const NLA_F_NET_BYTEORDER ideal-int 10887pkg syscall (linux-arm-cgo), const NLA_HDRLEN ideal-int 10888pkg syscall (linux-arm-cgo), const NLMSG_ALIGNTO ideal-int 10889pkg syscall (linux-arm-cgo), const NLMSG_DONE ideal-int 10890pkg syscall (linux-arm-cgo), const NLMSG_ERROR ideal-int 10891pkg syscall (linux-arm-cgo), const NLMSG_HDRLEN ideal-int 10892pkg syscall (linux-arm-cgo), const NLMSG_MIN_TYPE ideal-int 10893pkg syscall (linux-arm-cgo), const NLMSG_NOOP ideal-int 10894pkg syscall (linux-arm-cgo), const NLMSG_OVERRUN ideal-int 10895pkg syscall (linux-arm-cgo), const NLM_F_ACK ideal-int 10896pkg syscall (linux-arm-cgo), const NLM_F_APPEND ideal-int 10897pkg syscall (linux-arm-cgo), const NLM_F_ATOMIC ideal-int 10898pkg syscall (linux-arm-cgo), const NLM_F_CREATE ideal-int 10899pkg syscall (linux-arm-cgo), const NLM_F_DUMP ideal-int 10900pkg syscall (linux-arm-cgo), const NLM_F_ECHO ideal-int 10901pkg syscall (linux-arm-cgo), const NLM_F_EXCL ideal-int 10902pkg syscall (linux-arm-cgo), const NLM_F_MATCH ideal-int 10903pkg syscall (linux-arm-cgo), const NLM_F_MULTI ideal-int 10904pkg syscall (linux-arm-cgo), const NLM_F_REPLACE ideal-int 10905pkg syscall (linux-arm-cgo), const NLM_F_REQUEST ideal-int 10906pkg syscall (linux-arm-cgo), const NLM_F_ROOT ideal-int 10907pkg syscall (linux-arm-cgo), const NOFLSH ideal-int 10908pkg syscall (linux-arm-cgo), const OCRNL ideal-int 10909pkg syscall (linux-arm-cgo), const OFDEL ideal-int 10910pkg syscall (linux-arm-cgo), const OFILL ideal-int 10911pkg syscall (linux-arm-cgo), const OLCUC ideal-int 10912pkg syscall (linux-arm-cgo), const ONLCR ideal-int 10913pkg syscall (linux-arm-cgo), const ONLRET ideal-int 10914pkg syscall (linux-arm-cgo), const ONOCR ideal-int 10915pkg syscall (linux-arm-cgo), const OPOST ideal-int 10916pkg syscall (linux-arm-cgo), const O_ACCMODE ideal-int 10917pkg syscall (linux-arm-cgo), const O_DIRECT ideal-int 10918pkg syscall (linux-arm-cgo), const O_DIRECTORY ideal-int 10919pkg syscall (linux-arm-cgo), const O_DSYNC ideal-int 10920pkg syscall (linux-arm-cgo), const O_FSYNC ideal-int 10921pkg syscall (linux-arm-cgo), const O_LARGEFILE ideal-int 10922pkg syscall (linux-arm-cgo), const O_NDELAY ideal-int 10923pkg syscall (linux-arm-cgo), const O_NOATIME ideal-int 10924pkg syscall (linux-arm-cgo), const O_NOFOLLOW ideal-int 10925pkg syscall (linux-arm-cgo), const O_RSYNC ideal-int 10926pkg syscall (linux-arm-cgo), const PACKET_ADD_MEMBERSHIP ideal-int 10927pkg syscall (linux-arm-cgo), const PACKET_BROADCAST ideal-int 10928pkg syscall (linux-arm-cgo), const PACKET_DROP_MEMBERSHIP ideal-int 10929pkg syscall (linux-arm-cgo), const PACKET_FASTROUTE ideal-int 10930pkg syscall (linux-arm-cgo), const PACKET_HOST ideal-int 10931pkg syscall (linux-arm-cgo), const PACKET_LOOPBACK ideal-int 10932pkg syscall (linux-arm-cgo), const PACKET_MR_ALLMULTI ideal-int 10933pkg syscall (linux-arm-cgo), const PACKET_MR_MULTICAST ideal-int 10934pkg syscall (linux-arm-cgo), const PACKET_MR_PROMISC ideal-int 10935pkg syscall (linux-arm-cgo), const PACKET_MULTICAST ideal-int 10936pkg syscall (linux-arm-cgo), const PACKET_OTHERHOST ideal-int 10937pkg syscall (linux-arm-cgo), const PACKET_OUTGOING ideal-int 10938pkg syscall (linux-arm-cgo), const PACKET_RECV_OUTPUT ideal-int 10939pkg syscall (linux-arm-cgo), const PACKET_RX_RING ideal-int 10940pkg syscall (linux-arm-cgo), const PACKET_STATISTICS ideal-int 10941pkg syscall (linux-arm-cgo), const PARENB ideal-int 10942pkg syscall (linux-arm-cgo), const PARMRK ideal-int 10943pkg syscall (linux-arm-cgo), const PARODD ideal-int 10944pkg syscall (linux-arm-cgo), const PENDIN ideal-int 10945pkg syscall (linux-arm-cgo), const PRIO_PGRP = 1 10946pkg syscall (linux-arm-cgo), const PRIO_PGRP ideal-int 10947pkg syscall (linux-arm-cgo), const PRIO_PROCESS = 0 10948pkg syscall (linux-arm-cgo), const PRIO_PROCESS ideal-int 10949pkg syscall (linux-arm-cgo), const PRIO_USER = 2 10950pkg syscall (linux-arm-cgo), const PRIO_USER ideal-int 10951pkg syscall (linux-arm-cgo), const PROT_EXEC ideal-int 10952pkg syscall (linux-arm-cgo), const PROT_GROWSDOWN ideal-int 10953pkg syscall (linux-arm-cgo), const PROT_GROWSUP ideal-int 10954pkg syscall (linux-arm-cgo), const PROT_NONE ideal-int 10955pkg syscall (linux-arm-cgo), const PROT_READ ideal-int 10956pkg syscall (linux-arm-cgo), const PROT_WRITE ideal-int 10957pkg syscall (linux-arm-cgo), const PR_CAPBSET_DROP ideal-int 10958pkg syscall (linux-arm-cgo), const PR_CAPBSET_READ ideal-int 10959pkg syscall (linux-arm-cgo), const PR_CLEAR_SECCOMP_FILTER ideal-int 10960pkg syscall (linux-arm-cgo), const PR_ENDIAN_BIG ideal-int 10961pkg syscall (linux-arm-cgo), const PR_ENDIAN_LITTLE ideal-int 10962pkg syscall (linux-arm-cgo), const PR_ENDIAN_PPC_LITTLE ideal-int 10963pkg syscall (linux-arm-cgo), const PR_FPEMU_NOPRINT ideal-int 10964pkg syscall (linux-arm-cgo), const PR_FPEMU_SIGFPE ideal-int 10965pkg syscall (linux-arm-cgo), const PR_FP_EXC_ASYNC ideal-int 10966pkg syscall (linux-arm-cgo), const PR_FP_EXC_DISABLED ideal-int 10967pkg syscall (linux-arm-cgo), const PR_FP_EXC_DIV ideal-int 10968pkg syscall (linux-arm-cgo), const PR_FP_EXC_INV ideal-int 10969pkg syscall (linux-arm-cgo), const PR_FP_EXC_NONRECOV ideal-int 10970pkg syscall (linux-arm-cgo), const PR_FP_EXC_OVF ideal-int 10971pkg syscall (linux-arm-cgo), const PR_FP_EXC_PRECISE ideal-int 10972pkg syscall (linux-arm-cgo), const PR_FP_EXC_RES ideal-int 10973pkg syscall (linux-arm-cgo), const PR_FP_EXC_SW_ENABLE ideal-int 10974pkg syscall (linux-arm-cgo), const PR_FP_EXC_UND ideal-int 10975pkg syscall (linux-arm-cgo), const PR_GET_DUMPABLE ideal-int 10976pkg syscall (linux-arm-cgo), const PR_GET_ENDIAN ideal-int 10977pkg syscall (linux-arm-cgo), const PR_GET_FPEMU ideal-int 10978pkg syscall (linux-arm-cgo), const PR_GET_FPEXC ideal-int 10979pkg syscall (linux-arm-cgo), const PR_GET_KEEPCAPS ideal-int 10980pkg syscall (linux-arm-cgo), const PR_GET_NAME ideal-int 10981pkg syscall (linux-arm-cgo), const PR_GET_PDEATHSIG ideal-int 10982pkg syscall (linux-arm-cgo), const PR_GET_SECCOMP ideal-int 10983pkg syscall (linux-arm-cgo), const PR_GET_SECCOMP_FILTER ideal-int 10984pkg syscall (linux-arm-cgo), const PR_GET_SECUREBITS ideal-int 10985pkg syscall (linux-arm-cgo), const PR_GET_TIMERSLACK ideal-int 10986pkg syscall (linux-arm-cgo), const PR_GET_TIMING ideal-int 10987pkg syscall (linux-arm-cgo), const PR_GET_TSC ideal-int 10988pkg syscall (linux-arm-cgo), const PR_GET_UNALIGN ideal-int 10989pkg syscall (linux-arm-cgo), const PR_MCE_KILL ideal-int 10990pkg syscall (linux-arm-cgo), const PR_MCE_KILL_CLEAR ideal-int 10991pkg syscall (linux-arm-cgo), const PR_MCE_KILL_DEFAULT ideal-int 10992pkg syscall (linux-arm-cgo), const PR_MCE_KILL_EARLY ideal-int 10993pkg syscall (linux-arm-cgo), const PR_MCE_KILL_GET ideal-int 10994pkg syscall (linux-arm-cgo), const PR_MCE_KILL_LATE ideal-int 10995pkg syscall (linux-arm-cgo), const PR_MCE_KILL_SET ideal-int 10996pkg syscall (linux-arm-cgo), const PR_SECCOMP_FILTER_EVENT ideal-int 10997pkg syscall (linux-arm-cgo), const PR_SECCOMP_FILTER_SYSCALL ideal-int 10998pkg syscall (linux-arm-cgo), const PR_SET_DUMPABLE ideal-int 10999pkg syscall (linux-arm-cgo), const PR_SET_ENDIAN ideal-int 11000pkg syscall (linux-arm-cgo), const PR_SET_FPEMU ideal-int 11001pkg syscall (linux-arm-cgo), const PR_SET_FPEXC ideal-int 11002pkg syscall (linux-arm-cgo), const PR_SET_KEEPCAPS ideal-int 11003pkg syscall (linux-arm-cgo), const PR_SET_NAME ideal-int 11004pkg syscall (linux-arm-cgo), const PR_SET_PDEATHSIG ideal-int 11005pkg syscall (linux-arm-cgo), const PR_SET_PTRACER ideal-int 11006pkg syscall (linux-arm-cgo), const PR_SET_SECCOMP ideal-int 11007pkg syscall (linux-arm-cgo), const PR_SET_SECCOMP_FILTER ideal-int 11008pkg syscall (linux-arm-cgo), const PR_SET_SECUREBITS ideal-int 11009pkg syscall (linux-arm-cgo), const PR_SET_TIMERSLACK ideal-int 11010pkg syscall (linux-arm-cgo), const PR_SET_TIMING ideal-int 11011pkg syscall (linux-arm-cgo), const PR_SET_TSC ideal-int 11012pkg syscall (linux-arm-cgo), const PR_SET_UNALIGN ideal-int 11013pkg syscall (linux-arm-cgo), const PR_TASK_PERF_EVENTS_DISABLE ideal-int 11014pkg syscall (linux-arm-cgo), const PR_TASK_PERF_EVENTS_ENABLE ideal-int 11015pkg syscall (linux-arm-cgo), const PR_TIMING_STATISTICAL ideal-int 11016pkg syscall (linux-arm-cgo), const PR_TIMING_TIMESTAMP ideal-int 11017pkg syscall (linux-arm-cgo), const PR_TSC_ENABLE ideal-int 11018pkg syscall (linux-arm-cgo), const PR_TSC_SIGSEGV ideal-int 11019pkg syscall (linux-arm-cgo), const PR_UNALIGN_NOPRINT ideal-int 11020pkg syscall (linux-arm-cgo), const PR_UNALIGN_SIGBUS ideal-int 11021pkg syscall (linux-arm-cgo), const PTRACE_ATTACH ideal-int 11022pkg syscall (linux-arm-cgo), const PTRACE_CONT ideal-int 11023pkg syscall (linux-arm-cgo), const PTRACE_DETACH ideal-int 11024pkg syscall (linux-arm-cgo), const PTRACE_EVENT_CLONE ideal-int 11025pkg syscall (linux-arm-cgo), const PTRACE_EVENT_EXEC ideal-int 11026pkg syscall (linux-arm-cgo), const PTRACE_EVENT_EXIT ideal-int 11027pkg syscall (linux-arm-cgo), const PTRACE_EVENT_FORK ideal-int 11028pkg syscall (linux-arm-cgo), const PTRACE_EVENT_VFORK ideal-int 11029pkg syscall (linux-arm-cgo), const PTRACE_EVENT_VFORK_DONE ideal-int 11030pkg syscall (linux-arm-cgo), const PTRACE_GETCRUNCHREGS ideal-int 11031pkg syscall (linux-arm-cgo), const PTRACE_GETEVENTMSG ideal-int 11032pkg syscall (linux-arm-cgo), const PTRACE_GETFPREGS ideal-int 11033pkg syscall (linux-arm-cgo), const PTRACE_GETHBPREGS ideal-int 11034pkg syscall (linux-arm-cgo), const PTRACE_GETREGS ideal-int 11035pkg syscall (linux-arm-cgo), const PTRACE_GETREGSET ideal-int 11036pkg syscall (linux-arm-cgo), const PTRACE_GETSIGINFO ideal-int 11037pkg syscall (linux-arm-cgo), const PTRACE_GETVFPREGS ideal-int 11038pkg syscall (linux-arm-cgo), const PTRACE_GETWMMXREGS ideal-int 11039pkg syscall (linux-arm-cgo), const PTRACE_GET_THREAD_AREA ideal-int 11040pkg syscall (linux-arm-cgo), const PTRACE_KILL ideal-int 11041pkg syscall (linux-arm-cgo), const PTRACE_OLDSETOPTIONS ideal-int 11042pkg syscall (linux-arm-cgo), const PTRACE_O_MASK ideal-int 11043pkg syscall (linux-arm-cgo), const PTRACE_O_TRACECLONE ideal-int 11044pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEEXEC ideal-int 11045pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEEXIT ideal-int 11046pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEFORK ideal-int 11047pkg syscall (linux-arm-cgo), const PTRACE_O_TRACESYSGOOD ideal-int 11048pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEVFORK ideal-int 11049pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEVFORKDONE ideal-int 11050pkg syscall (linux-arm-cgo), const PTRACE_PEEKDATA ideal-int 11051pkg syscall (linux-arm-cgo), const PTRACE_PEEKTEXT ideal-int 11052pkg syscall (linux-arm-cgo), const PTRACE_PEEKUSR ideal-int 11053pkg syscall (linux-arm-cgo), const PTRACE_POKEDATA ideal-int 11054pkg syscall (linux-arm-cgo), const PTRACE_POKETEXT ideal-int 11055pkg syscall (linux-arm-cgo), const PTRACE_POKEUSR ideal-int 11056pkg syscall (linux-arm-cgo), const PTRACE_SETCRUNCHREGS ideal-int 11057pkg syscall (linux-arm-cgo), const PTRACE_SETFPREGS ideal-int 11058pkg syscall (linux-arm-cgo), const PTRACE_SETHBPREGS ideal-int 11059pkg syscall (linux-arm-cgo), const PTRACE_SETOPTIONS ideal-int 11060pkg syscall (linux-arm-cgo), const PTRACE_SETREGS ideal-int 11061pkg syscall (linux-arm-cgo), const PTRACE_SETREGSET ideal-int 11062pkg syscall (linux-arm-cgo), const PTRACE_SETSIGINFO ideal-int 11063pkg syscall (linux-arm-cgo), const PTRACE_SETVFPREGS ideal-int 11064pkg syscall (linux-arm-cgo), const PTRACE_SETWMMXREGS ideal-int 11065pkg syscall (linux-arm-cgo), const PTRACE_SET_SYSCALL ideal-int 11066pkg syscall (linux-arm-cgo), const PTRACE_SINGLESTEP ideal-int 11067pkg syscall (linux-arm-cgo), const PTRACE_SYSCALL ideal-int 11068pkg syscall (linux-arm-cgo), const PTRACE_TRACEME ideal-int 11069pkg syscall (linux-arm-cgo), const PT_DATA_ADDR ideal-int 11070pkg syscall (linux-arm-cgo), const PT_TEXT_ADDR ideal-int 11071pkg syscall (linux-arm-cgo), const PT_TEXT_END_ADDR ideal-int 11072pkg syscall (linux-arm-cgo), const PathMax ideal-int 11073pkg syscall (linux-arm-cgo), const RLIMIT_AS ideal-int 11074pkg syscall (linux-arm-cgo), const RLIMIT_CORE ideal-int 11075pkg syscall (linux-arm-cgo), const RLIMIT_CPU ideal-int 11076pkg syscall (linux-arm-cgo), const RLIMIT_DATA ideal-int 11077pkg syscall (linux-arm-cgo), const RLIMIT_FSIZE ideal-int 11078pkg syscall (linux-arm-cgo), const RLIMIT_NOFILE ideal-int 11079pkg syscall (linux-arm-cgo), const RLIMIT_STACK ideal-int 11080pkg syscall (linux-arm-cgo), const RLIM_INFINITY ideal-int 11081pkg syscall (linux-arm-cgo), const RTAX_ADVMSS ideal-int 11082pkg syscall (linux-arm-cgo), const RTAX_CWND ideal-int 11083pkg syscall (linux-arm-cgo), const RTAX_FEATURES ideal-int 11084pkg syscall (linux-arm-cgo), const RTAX_FEATURE_ALLFRAG ideal-int 11085pkg syscall (linux-arm-cgo), const RTAX_FEATURE_ECN ideal-int 11086pkg syscall (linux-arm-cgo), const RTAX_FEATURE_SACK ideal-int 11087pkg syscall (linux-arm-cgo), const RTAX_FEATURE_TIMESTAMP ideal-int 11088pkg syscall (linux-arm-cgo), const RTAX_HOPLIMIT ideal-int 11089pkg syscall (linux-arm-cgo), const RTAX_INITCWND ideal-int 11090pkg syscall (linux-arm-cgo), const RTAX_INITRWND ideal-int 11091pkg syscall (linux-arm-cgo), const RTAX_LOCK ideal-int 11092pkg syscall (linux-arm-cgo), const RTAX_MAX ideal-int 11093pkg syscall (linux-arm-cgo), const RTAX_MTU ideal-int 11094pkg syscall (linux-arm-cgo), const RTAX_REORDERING ideal-int 11095pkg syscall (linux-arm-cgo), const RTAX_RTO_MIN ideal-int 11096pkg syscall (linux-arm-cgo), const RTAX_RTT ideal-int 11097pkg syscall (linux-arm-cgo), const RTAX_RTTVAR ideal-int 11098pkg syscall (linux-arm-cgo), const RTAX_SSTHRESH ideal-int 11099pkg syscall (linux-arm-cgo), const RTAX_UNSPEC ideal-int 11100pkg syscall (linux-arm-cgo), const RTAX_WINDOW ideal-int 11101pkg syscall (linux-arm-cgo), const RTA_ALIGNTO ideal-int 11102pkg syscall (linux-arm-cgo), const RTA_CACHEINFO ideal-int 11103pkg syscall (linux-arm-cgo), const RTA_DST ideal-int 11104pkg syscall (linux-arm-cgo), const RTA_FLOW ideal-int 11105pkg syscall (linux-arm-cgo), const RTA_GATEWAY ideal-int 11106pkg syscall (linux-arm-cgo), const RTA_IIF ideal-int 11107pkg syscall (linux-arm-cgo), const RTA_MAX ideal-int 11108pkg syscall (linux-arm-cgo), const RTA_METRICS ideal-int 11109pkg syscall (linux-arm-cgo), const RTA_MULTIPATH ideal-int 11110pkg syscall (linux-arm-cgo), const RTA_OIF ideal-int 11111pkg syscall (linux-arm-cgo), const RTA_PREFSRC ideal-int 11112pkg syscall (linux-arm-cgo), const RTA_PRIORITY ideal-int 11113pkg syscall (linux-arm-cgo), const RTA_SRC ideal-int 11114pkg syscall (linux-arm-cgo), const RTA_TABLE ideal-int 11115pkg syscall (linux-arm-cgo), const RTA_UNSPEC ideal-int 11116pkg syscall (linux-arm-cgo), const RTCF_DIRECTSRC ideal-int 11117pkg syscall (linux-arm-cgo), const RTCF_DOREDIRECT ideal-int 11118pkg syscall (linux-arm-cgo), const RTCF_LOG ideal-int 11119pkg syscall (linux-arm-cgo), const RTCF_MASQ ideal-int 11120pkg syscall (linux-arm-cgo), const RTCF_NAT ideal-int 11121pkg syscall (linux-arm-cgo), const RTCF_VALVE ideal-int 11122pkg syscall (linux-arm-cgo), const RTF_ADDRCLASSMASK ideal-int 11123pkg syscall (linux-arm-cgo), const RTF_ADDRCONF ideal-int 11124pkg syscall (linux-arm-cgo), const RTF_ALLONLINK ideal-int 11125pkg syscall (linux-arm-cgo), const RTF_BROADCAST ideal-int 11126pkg syscall (linux-arm-cgo), const RTF_CACHE ideal-int 11127pkg syscall (linux-arm-cgo), const RTF_DEFAULT ideal-int 11128pkg syscall (linux-arm-cgo), const RTF_DYNAMIC ideal-int 11129pkg syscall (linux-arm-cgo), const RTF_FLOW ideal-int 11130pkg syscall (linux-arm-cgo), const RTF_GATEWAY ideal-int 11131pkg syscall (linux-arm-cgo), const RTF_HOST ideal-int 11132pkg syscall (linux-arm-cgo), const RTF_INTERFACE ideal-int 11133pkg syscall (linux-arm-cgo), const RTF_IRTT ideal-int 11134pkg syscall (linux-arm-cgo), const RTF_LINKRT ideal-int 11135pkg syscall (linux-arm-cgo), const RTF_LOCAL ideal-int 11136pkg syscall (linux-arm-cgo), const RTF_MODIFIED ideal-int 11137pkg syscall (linux-arm-cgo), const RTF_MSS ideal-int 11138pkg syscall (linux-arm-cgo), const RTF_MTU ideal-int 11139pkg syscall (linux-arm-cgo), const RTF_MULTICAST ideal-int 11140pkg syscall (linux-arm-cgo), const RTF_NAT ideal-int 11141pkg syscall (linux-arm-cgo), const RTF_NOFORWARD ideal-int 11142pkg syscall (linux-arm-cgo), const RTF_NONEXTHOP ideal-int 11143pkg syscall (linux-arm-cgo), const RTF_NOPMTUDISC ideal-int 11144pkg syscall (linux-arm-cgo), const RTF_POLICY ideal-int 11145pkg syscall (linux-arm-cgo), const RTF_REINSTATE ideal-int 11146pkg syscall (linux-arm-cgo), const RTF_REJECT ideal-int 11147pkg syscall (linux-arm-cgo), const RTF_STATIC ideal-int 11148pkg syscall (linux-arm-cgo), const RTF_THROW ideal-int 11149pkg syscall (linux-arm-cgo), const RTF_UP ideal-int 11150pkg syscall (linux-arm-cgo), const RTF_WINDOW ideal-int 11151pkg syscall (linux-arm-cgo), const RTF_XRESOLVE ideal-int 11152pkg syscall (linux-arm-cgo), const RTM_BASE ideal-int 11153pkg syscall (linux-arm-cgo), const RTM_DELACTION ideal-int 11154pkg syscall (linux-arm-cgo), const RTM_DELADDR ideal-int 11155pkg syscall (linux-arm-cgo), const RTM_DELADDRLABEL ideal-int 11156pkg syscall (linux-arm-cgo), const RTM_DELLINK ideal-int 11157pkg syscall (linux-arm-cgo), const RTM_DELNEIGH ideal-int 11158pkg syscall (linux-arm-cgo), const RTM_DELQDISC ideal-int 11159pkg syscall (linux-arm-cgo), const RTM_DELROUTE ideal-int 11160pkg syscall (linux-arm-cgo), const RTM_DELRULE ideal-int 11161pkg syscall (linux-arm-cgo), const RTM_DELTCLASS ideal-int 11162pkg syscall (linux-arm-cgo), const RTM_DELTFILTER ideal-int 11163pkg syscall (linux-arm-cgo), const RTM_F_CLONED ideal-int 11164pkg syscall (linux-arm-cgo), const RTM_F_EQUALIZE ideal-int 11165pkg syscall (linux-arm-cgo), const RTM_F_NOTIFY ideal-int 11166pkg syscall (linux-arm-cgo), const RTM_F_PREFIX ideal-int 11167pkg syscall (linux-arm-cgo), const RTM_GETACTION ideal-int 11168pkg syscall (linux-arm-cgo), const RTM_GETADDR ideal-int 11169pkg syscall (linux-arm-cgo), const RTM_GETADDRLABEL ideal-int 11170pkg syscall (linux-arm-cgo), const RTM_GETANYCAST ideal-int 11171pkg syscall (linux-arm-cgo), const RTM_GETDCB ideal-int 11172pkg syscall (linux-arm-cgo), const RTM_GETLINK ideal-int 11173pkg syscall (linux-arm-cgo), const RTM_GETMULTICAST ideal-int 11174pkg syscall (linux-arm-cgo), const RTM_GETNEIGH ideal-int 11175pkg syscall (linux-arm-cgo), const RTM_GETNEIGHTBL ideal-int 11176pkg syscall (linux-arm-cgo), const RTM_GETQDISC ideal-int 11177pkg syscall (linux-arm-cgo), const RTM_GETROUTE ideal-int 11178pkg syscall (linux-arm-cgo), const RTM_GETRULE ideal-int 11179pkg syscall (linux-arm-cgo), const RTM_GETTCLASS ideal-int 11180pkg syscall (linux-arm-cgo), const RTM_GETTFILTER ideal-int 11181pkg syscall (linux-arm-cgo), const RTM_MAX ideal-int 11182pkg syscall (linux-arm-cgo), const RTM_NEWACTION ideal-int 11183pkg syscall (linux-arm-cgo), const RTM_NEWADDR ideal-int 11184pkg syscall (linux-arm-cgo), const RTM_NEWADDRLABEL ideal-int 11185pkg syscall (linux-arm-cgo), const RTM_NEWLINK ideal-int 11186pkg syscall (linux-arm-cgo), const RTM_NEWNDUSEROPT ideal-int 11187pkg syscall (linux-arm-cgo), const RTM_NEWNEIGH ideal-int 11188pkg syscall (linux-arm-cgo), const RTM_NEWNEIGHTBL ideal-int 11189pkg syscall (linux-arm-cgo), const RTM_NEWPREFIX ideal-int 11190pkg syscall (linux-arm-cgo), const RTM_NEWQDISC ideal-int 11191pkg syscall (linux-arm-cgo), const RTM_NEWROUTE ideal-int 11192pkg syscall (linux-arm-cgo), const RTM_NEWRULE ideal-int 11193pkg syscall (linux-arm-cgo), const RTM_NEWTCLASS ideal-int 11194pkg syscall (linux-arm-cgo), const RTM_NEWTFILTER ideal-int 11195pkg syscall (linux-arm-cgo), const RTM_NR_FAMILIES ideal-int 11196pkg syscall (linux-arm-cgo), const RTM_NR_MSGTYPES ideal-int 11197pkg syscall (linux-arm-cgo), const RTM_SETDCB ideal-int 11198pkg syscall (linux-arm-cgo), const RTM_SETLINK ideal-int 11199pkg syscall (linux-arm-cgo), const RTM_SETNEIGHTBL ideal-int 11200pkg syscall (linux-arm-cgo), const RTNH_ALIGNTO ideal-int 11201pkg syscall (linux-arm-cgo), const RTNH_F_DEAD ideal-int 11202pkg syscall (linux-arm-cgo), const RTNH_F_ONLINK ideal-int 11203pkg syscall (linux-arm-cgo), const RTNH_F_PERVASIVE ideal-int 11204pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_IFADDR ideal-int 11205pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_MROUTE ideal-int 11206pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_ROUTE ideal-int 11207pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_RULE ideal-int 11208pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_IFADDR ideal-int 11209pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_IFINFO ideal-int 11210pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_MROUTE ideal-int 11211pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_PREFIX ideal-int 11212pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_ROUTE ideal-int 11213pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_RULE ideal-int 11214pkg syscall (linux-arm-cgo), const RTNLGRP_LINK ideal-int 11215pkg syscall (linux-arm-cgo), const RTNLGRP_ND_USEROPT ideal-int 11216pkg syscall (linux-arm-cgo), const RTNLGRP_NEIGH ideal-int 11217pkg syscall (linux-arm-cgo), const RTNLGRP_NONE ideal-int 11218pkg syscall (linux-arm-cgo), const RTNLGRP_NOTIFY ideal-int 11219pkg syscall (linux-arm-cgo), const RTNLGRP_TC ideal-int 11220pkg syscall (linux-arm-cgo), const RTN_ANYCAST ideal-int 11221pkg syscall (linux-arm-cgo), const RTN_BLACKHOLE ideal-int 11222pkg syscall (linux-arm-cgo), const RTN_BROADCAST ideal-int 11223pkg syscall (linux-arm-cgo), const RTN_LOCAL ideal-int 11224pkg syscall (linux-arm-cgo), const RTN_MAX ideal-int 11225pkg syscall (linux-arm-cgo), const RTN_MULTICAST ideal-int 11226pkg syscall (linux-arm-cgo), const RTN_NAT ideal-int 11227pkg syscall (linux-arm-cgo), const RTN_PROHIBIT ideal-int 11228pkg syscall (linux-arm-cgo), const RTN_THROW ideal-int 11229pkg syscall (linux-arm-cgo), const RTN_UNICAST ideal-int 11230pkg syscall (linux-arm-cgo), const RTN_UNREACHABLE ideal-int 11231pkg syscall (linux-arm-cgo), const RTN_UNSPEC ideal-int 11232pkg syscall (linux-arm-cgo), const RTN_XRESOLVE ideal-int 11233pkg syscall (linux-arm-cgo), const RTPROT_BIRD ideal-int 11234pkg syscall (linux-arm-cgo), const RTPROT_BOOT ideal-int 11235pkg syscall (linux-arm-cgo), const RTPROT_DHCP ideal-int 11236pkg syscall (linux-arm-cgo), const RTPROT_DNROUTED ideal-int 11237pkg syscall (linux-arm-cgo), const RTPROT_GATED ideal-int 11238pkg syscall (linux-arm-cgo), const RTPROT_KERNEL ideal-int 11239pkg syscall (linux-arm-cgo), const RTPROT_MRT ideal-int 11240pkg syscall (linux-arm-cgo), const RTPROT_NTK ideal-int 11241pkg syscall (linux-arm-cgo), const RTPROT_RA ideal-int 11242pkg syscall (linux-arm-cgo), const RTPROT_REDIRECT ideal-int 11243pkg syscall (linux-arm-cgo), const RTPROT_STATIC ideal-int 11244pkg syscall (linux-arm-cgo), const RTPROT_UNSPEC ideal-int 11245pkg syscall (linux-arm-cgo), const RTPROT_XORP ideal-int 11246pkg syscall (linux-arm-cgo), const RTPROT_ZEBRA ideal-int 11247pkg syscall (linux-arm-cgo), const RT_CLASS_DEFAULT ideal-int 11248pkg syscall (linux-arm-cgo), const RT_CLASS_LOCAL ideal-int 11249pkg syscall (linux-arm-cgo), const RT_CLASS_MAIN ideal-int 11250pkg syscall (linux-arm-cgo), const RT_CLASS_MAX ideal-int 11251pkg syscall (linux-arm-cgo), const RT_CLASS_UNSPEC ideal-int 11252pkg syscall (linux-arm-cgo), const RT_SCOPE_HOST ideal-int 11253pkg syscall (linux-arm-cgo), const RT_SCOPE_LINK ideal-int 11254pkg syscall (linux-arm-cgo), const RT_SCOPE_NOWHERE ideal-int 11255pkg syscall (linux-arm-cgo), const RT_SCOPE_SITE ideal-int 11256pkg syscall (linux-arm-cgo), const RT_SCOPE_UNIVERSE ideal-int 11257pkg syscall (linux-arm-cgo), const RT_TABLE_COMPAT ideal-int 11258pkg syscall (linux-arm-cgo), const RT_TABLE_DEFAULT ideal-int 11259pkg syscall (linux-arm-cgo), const RT_TABLE_LOCAL ideal-int 11260pkg syscall (linux-arm-cgo), const RT_TABLE_MAIN ideal-int 11261pkg syscall (linux-arm-cgo), const RT_TABLE_MAX ideal-int 11262pkg syscall (linux-arm-cgo), const RT_TABLE_UNSPEC ideal-int 11263pkg syscall (linux-arm-cgo), const RUSAGE_CHILDREN ideal-int 11264pkg syscall (linux-arm-cgo), const RUSAGE_SELF ideal-int 11265pkg syscall (linux-arm-cgo), const RUSAGE_THREAD ideal-int 11266pkg syscall (linux-arm-cgo), const SCM_CREDENTIALS ideal-int 11267pkg syscall (linux-arm-cgo), const SCM_RIGHTS ideal-int 11268pkg syscall (linux-arm-cgo), const SCM_TIMESTAMP ideal-int 11269pkg syscall (linux-arm-cgo), const SCM_TIMESTAMPING ideal-int 11270pkg syscall (linux-arm-cgo), const SCM_TIMESTAMPNS ideal-int 11271pkg syscall (linux-arm-cgo), const SIGCHLD Signal 11272pkg syscall (linux-arm-cgo), const SIGCLD Signal 11273pkg syscall (linux-arm-cgo), const SIGCONT Signal 11274pkg syscall (linux-arm-cgo), const SIGIO Signal 11275pkg syscall (linux-arm-cgo), const SIGIOT Signal 11276pkg syscall (linux-arm-cgo), const SIGPOLL Signal 11277pkg syscall (linux-arm-cgo), const SIGPROF Signal 11278pkg syscall (linux-arm-cgo), const SIGPWR Signal 11279pkg syscall (linux-arm-cgo), const SIGSTKFLT Signal 11280pkg syscall (linux-arm-cgo), const SIGSTOP Signal 11281pkg syscall (linux-arm-cgo), const SIGSYS Signal 11282pkg syscall (linux-arm-cgo), const SIGTSTP Signal 11283pkg syscall (linux-arm-cgo), const SIGTTIN Signal 11284pkg syscall (linux-arm-cgo), const SIGTTOU Signal 11285pkg syscall (linux-arm-cgo), const SIGUNUSED Signal 11286pkg syscall (linux-arm-cgo), const SIGURG Signal 11287pkg syscall (linux-arm-cgo), const SIGUSR1 Signal 11288pkg syscall (linux-arm-cgo), const SIGUSR2 Signal 11289pkg syscall (linux-arm-cgo), const SIGVTALRM Signal 11290pkg syscall (linux-arm-cgo), const SIGWINCH Signal 11291pkg syscall (linux-arm-cgo), const SIGXCPU Signal 11292pkg syscall (linux-arm-cgo), const SIGXFSZ Signal 11293pkg syscall (linux-arm-cgo), const SIOCADDDLCI ideal-int 11294pkg syscall (linux-arm-cgo), const SIOCADDMULTI ideal-int 11295pkg syscall (linux-arm-cgo), const SIOCADDRT ideal-int 11296pkg syscall (linux-arm-cgo), const SIOCATMARK ideal-int 11297pkg syscall (linux-arm-cgo), const SIOCDARP ideal-int 11298pkg syscall (linux-arm-cgo), const SIOCDELDLCI ideal-int 11299pkg syscall (linux-arm-cgo), const SIOCDELMULTI ideal-int 11300pkg syscall (linux-arm-cgo), const SIOCDELRT ideal-int 11301pkg syscall (linux-arm-cgo), const SIOCDEVPRIVATE ideal-int 11302pkg syscall (linux-arm-cgo), const SIOCDIFADDR ideal-int 11303pkg syscall (linux-arm-cgo), const SIOCDRARP ideal-int 11304pkg syscall (linux-arm-cgo), const SIOCGARP ideal-int 11305pkg syscall (linux-arm-cgo), const SIOCGIFADDR ideal-int 11306pkg syscall (linux-arm-cgo), const SIOCGIFBR ideal-int 11307pkg syscall (linux-arm-cgo), const SIOCGIFBRDADDR ideal-int 11308pkg syscall (linux-arm-cgo), const SIOCGIFCONF ideal-int 11309pkg syscall (linux-arm-cgo), const SIOCGIFCOUNT ideal-int 11310pkg syscall (linux-arm-cgo), const SIOCGIFDSTADDR ideal-int 11311pkg syscall (linux-arm-cgo), const SIOCGIFENCAP ideal-int 11312pkg syscall (linux-arm-cgo), const SIOCGIFFLAGS ideal-int 11313pkg syscall (linux-arm-cgo), const SIOCGIFHWADDR ideal-int 11314pkg syscall (linux-arm-cgo), const SIOCGIFINDEX ideal-int 11315pkg syscall (linux-arm-cgo), const SIOCGIFMAP ideal-int 11316pkg syscall (linux-arm-cgo), const SIOCGIFMEM ideal-int 11317pkg syscall (linux-arm-cgo), const SIOCGIFMETRIC ideal-int 11318pkg syscall (linux-arm-cgo), const SIOCGIFMTU ideal-int 11319pkg syscall (linux-arm-cgo), const SIOCGIFNAME ideal-int 11320pkg syscall (linux-arm-cgo), const SIOCGIFNETMASK ideal-int 11321pkg syscall (linux-arm-cgo), const SIOCGIFPFLAGS ideal-int 11322pkg syscall (linux-arm-cgo), const SIOCGIFSLAVE ideal-int 11323pkg syscall (linux-arm-cgo), const SIOCGIFTXQLEN ideal-int 11324pkg syscall (linux-arm-cgo), const SIOCGPGRP ideal-int 11325pkg syscall (linux-arm-cgo), const SIOCGRARP ideal-int 11326pkg syscall (linux-arm-cgo), const SIOCGSTAMP ideal-int 11327pkg syscall (linux-arm-cgo), const SIOCGSTAMPNS ideal-int 11328pkg syscall (linux-arm-cgo), const SIOCPROTOPRIVATE ideal-int 11329pkg syscall (linux-arm-cgo), const SIOCRTMSG ideal-int 11330pkg syscall (linux-arm-cgo), const SIOCSARP ideal-int 11331pkg syscall (linux-arm-cgo), const SIOCSIFADDR ideal-int 11332pkg syscall (linux-arm-cgo), const SIOCSIFBR ideal-int 11333pkg syscall (linux-arm-cgo), const SIOCSIFBRDADDR ideal-int 11334pkg syscall (linux-arm-cgo), const SIOCSIFDSTADDR ideal-int 11335pkg syscall (linux-arm-cgo), const SIOCSIFENCAP ideal-int 11336pkg syscall (linux-arm-cgo), const SIOCSIFFLAGS ideal-int 11337pkg syscall (linux-arm-cgo), const SIOCSIFHWADDR ideal-int 11338pkg syscall (linux-arm-cgo), const SIOCSIFHWBROADCAST ideal-int 11339pkg syscall (linux-arm-cgo), const SIOCSIFLINK ideal-int 11340pkg syscall (linux-arm-cgo), const SIOCSIFMAP ideal-int 11341pkg syscall (linux-arm-cgo), const SIOCSIFMEM ideal-int 11342pkg syscall (linux-arm-cgo), const SIOCSIFMETRIC ideal-int 11343pkg syscall (linux-arm-cgo), const SIOCSIFMTU ideal-int 11344pkg syscall (linux-arm-cgo), const SIOCSIFNAME ideal-int 11345pkg syscall (linux-arm-cgo), const SIOCSIFNETMASK ideal-int 11346pkg syscall (linux-arm-cgo), const SIOCSIFPFLAGS ideal-int 11347pkg syscall (linux-arm-cgo), const SIOCSIFSLAVE ideal-int 11348pkg syscall (linux-arm-cgo), const SIOCSIFTXQLEN ideal-int 11349pkg syscall (linux-arm-cgo), const SIOCSPGRP ideal-int 11350pkg syscall (linux-arm-cgo), const SIOCSRARP ideal-int 11351pkg syscall (linux-arm-cgo), const SOCK_CLOEXEC ideal-int 11352pkg syscall (linux-arm-cgo), const SOCK_DCCP ideal-int 11353pkg syscall (linux-arm-cgo), const SOCK_NONBLOCK ideal-int 11354pkg syscall (linux-arm-cgo), const SOCK_PACKET ideal-int 11355pkg syscall (linux-arm-cgo), const SOCK_RDM ideal-int 11356pkg syscall (linux-arm-cgo), const SOL_AAL ideal-int 11357pkg syscall (linux-arm-cgo), const SOL_ATM ideal-int 11358pkg syscall (linux-arm-cgo), const SOL_DECNET ideal-int 11359pkg syscall (linux-arm-cgo), const SOL_ICMPV6 ideal-int 11360pkg syscall (linux-arm-cgo), const SOL_IP ideal-int 11361pkg syscall (linux-arm-cgo), const SOL_IPV6 ideal-int 11362pkg syscall (linux-arm-cgo), const SOL_IRDA ideal-int 11363pkg syscall (linux-arm-cgo), const SOL_PACKET ideal-int 11364pkg syscall (linux-arm-cgo), const SOL_RAW ideal-int 11365pkg syscall (linux-arm-cgo), const SOL_TCP ideal-int 11366pkg syscall (linux-arm-cgo), const SOL_X25 ideal-int 11367pkg syscall (linux-arm-cgo), const SO_ACCEPTCONN ideal-int 11368pkg syscall (linux-arm-cgo), const SO_ATTACH_FILTER ideal-int 11369pkg syscall (linux-arm-cgo), const SO_BINDTODEVICE ideal-int 11370pkg syscall (linux-arm-cgo), const SO_BSDCOMPAT ideal-int 11371pkg syscall (linux-arm-cgo), const SO_DEBUG ideal-int 11372pkg syscall (linux-arm-cgo), const SO_DETACH_FILTER ideal-int 11373pkg syscall (linux-arm-cgo), const SO_DOMAIN ideal-int 11374pkg syscall (linux-arm-cgo), const SO_ERROR ideal-int 11375pkg syscall (linux-arm-cgo), const SO_MARK ideal-int 11376pkg syscall (linux-arm-cgo), const SO_NO_CHECK ideal-int 11377pkg syscall (linux-arm-cgo), const SO_OOBINLINE ideal-int 11378pkg syscall (linux-arm-cgo), const SO_PASSCRED ideal-int 11379pkg syscall (linux-arm-cgo), const SO_PASSSEC ideal-int 11380pkg syscall (linux-arm-cgo), const SO_PEERCRED ideal-int 11381pkg syscall (linux-arm-cgo), const SO_PEERNAME ideal-int 11382pkg syscall (linux-arm-cgo), const SO_PEERSEC ideal-int 11383pkg syscall (linux-arm-cgo), const SO_PRIORITY ideal-int 11384pkg syscall (linux-arm-cgo), const SO_PROTOCOL ideal-int 11385pkg syscall (linux-arm-cgo), const SO_RCVBUFFORCE ideal-int 11386pkg syscall (linux-arm-cgo), const SO_RCVLOWAT ideal-int 11387pkg syscall (linux-arm-cgo), const SO_RCVTIMEO ideal-int 11388pkg syscall (linux-arm-cgo), const SO_RXQ_OVFL ideal-int 11389pkg syscall (linux-arm-cgo), const SO_SECURITY_AUTHENTICATION ideal-int 11390pkg syscall (linux-arm-cgo), const SO_SECURITY_ENCRYPTION_NETWORK ideal-int 11391pkg syscall (linux-arm-cgo), const SO_SECURITY_ENCRYPTION_TRANSPORT ideal-int 11392pkg syscall (linux-arm-cgo), const SO_SNDBUFFORCE ideal-int 11393pkg syscall (linux-arm-cgo), const SO_SNDLOWAT ideal-int 11394pkg syscall (linux-arm-cgo), const SO_SNDTIMEO ideal-int 11395pkg syscall (linux-arm-cgo), const SO_TIMESTAMP ideal-int 11396pkg syscall (linux-arm-cgo), const SO_TIMESTAMPING ideal-int 11397pkg syscall (linux-arm-cgo), const SO_TIMESTAMPNS ideal-int 11398pkg syscall (linux-arm-cgo), const SO_TYPE ideal-int 11399pkg syscall (linux-arm-cgo), const SYS_ACCEPT ideal-int 11400pkg syscall (linux-arm-cgo), const SYS_ACCEPT4 ideal-int 11401pkg syscall (linux-arm-cgo), const SYS_ACCESS ideal-int 11402pkg syscall (linux-arm-cgo), const SYS_ACCT ideal-int 11403pkg syscall (linux-arm-cgo), const SYS_ADD_KEY ideal-int 11404pkg syscall (linux-arm-cgo), const SYS_ADJTIMEX ideal-int 11405pkg syscall (linux-arm-cgo), const SYS_ALARM ideal-int 11406pkg syscall (linux-arm-cgo), const SYS_ARM_FADVISE64_64 ideal-int 11407pkg syscall (linux-arm-cgo), const SYS_ARM_SYNC_FILE_RANGE ideal-int 11408pkg syscall (linux-arm-cgo), const SYS_BDFLUSH ideal-int 11409pkg syscall (linux-arm-cgo), const SYS_BIND ideal-int 11410pkg syscall (linux-arm-cgo), const SYS_BRK ideal-int 11411pkg syscall (linux-arm-cgo), const SYS_CAPGET ideal-int 11412pkg syscall (linux-arm-cgo), const SYS_CAPSET ideal-int 11413pkg syscall (linux-arm-cgo), const SYS_CHDIR ideal-int 11414pkg syscall (linux-arm-cgo), const SYS_CHMOD ideal-int 11415pkg syscall (linux-arm-cgo), const SYS_CHOWN ideal-int 11416pkg syscall (linux-arm-cgo), const SYS_CHOWN32 ideal-int 11417pkg syscall (linux-arm-cgo), const SYS_CHROOT ideal-int 11418pkg syscall (linux-arm-cgo), const SYS_CLOCK_ADJTIME ideal-int 11419pkg syscall (linux-arm-cgo), const SYS_CLOCK_GETRES ideal-int 11420pkg syscall (linux-arm-cgo), const SYS_CLOCK_GETTIME ideal-int 11421pkg syscall (linux-arm-cgo), const SYS_CLOCK_NANOSLEEP ideal-int 11422pkg syscall (linux-arm-cgo), const SYS_CLOCK_SETTIME ideal-int 11423pkg syscall (linux-arm-cgo), const SYS_CLONE ideal-int 11424pkg syscall (linux-arm-cgo), const SYS_CLOSE ideal-int 11425pkg syscall (linux-arm-cgo), const SYS_CONNECT ideal-int 11426pkg syscall (linux-arm-cgo), const SYS_CREAT ideal-int 11427pkg syscall (linux-arm-cgo), const SYS_DELETE_MODULE ideal-int 11428pkg syscall (linux-arm-cgo), const SYS_DUP ideal-int 11429pkg syscall (linux-arm-cgo), const SYS_DUP2 ideal-int 11430pkg syscall (linux-arm-cgo), const SYS_DUP3 ideal-int 11431pkg syscall (linux-arm-cgo), const SYS_EPOLL_CREATE ideal-int 11432pkg syscall (linux-arm-cgo), const SYS_EPOLL_CREATE1 ideal-int 11433pkg syscall (linux-arm-cgo), const SYS_EPOLL_CTL ideal-int 11434pkg syscall (linux-arm-cgo), const SYS_EPOLL_PWAIT ideal-int 11435pkg syscall (linux-arm-cgo), const SYS_EPOLL_WAIT ideal-int 11436pkg syscall (linux-arm-cgo), const SYS_EVENTFD ideal-int 11437pkg syscall (linux-arm-cgo), const SYS_EVENTFD2 ideal-int 11438pkg syscall (linux-arm-cgo), const SYS_EXECVE ideal-int 11439pkg syscall (linux-arm-cgo), const SYS_EXIT ideal-int 11440pkg syscall (linux-arm-cgo), const SYS_EXIT_GROUP ideal-int 11441pkg syscall (linux-arm-cgo), const SYS_FACCESSAT ideal-int 11442pkg syscall (linux-arm-cgo), const SYS_FALLOCATE ideal-int 11443pkg syscall (linux-arm-cgo), const SYS_FANOTIFY_INIT ideal-int 11444pkg syscall (linux-arm-cgo), const SYS_FANOTIFY_MARK ideal-int 11445pkg syscall (linux-arm-cgo), const SYS_FCHDIR ideal-int 11446pkg syscall (linux-arm-cgo), const SYS_FCHMOD ideal-int 11447pkg syscall (linux-arm-cgo), const SYS_FCHMODAT ideal-int 11448pkg syscall (linux-arm-cgo), const SYS_FCHOWN ideal-int 11449pkg syscall (linux-arm-cgo), const SYS_FCHOWN32 ideal-int 11450pkg syscall (linux-arm-cgo), const SYS_FCHOWNAT ideal-int 11451pkg syscall (linux-arm-cgo), const SYS_FCNTL ideal-int 11452pkg syscall (linux-arm-cgo), const SYS_FCNTL64 ideal-int 11453pkg syscall (linux-arm-cgo), const SYS_FDATASYNC ideal-int 11454pkg syscall (linux-arm-cgo), const SYS_FGETXATTR ideal-int 11455pkg syscall (linux-arm-cgo), const SYS_FLISTXATTR ideal-int 11456pkg syscall (linux-arm-cgo), const SYS_FLOCK ideal-int 11457pkg syscall (linux-arm-cgo), const SYS_FORK ideal-int 11458pkg syscall (linux-arm-cgo), const SYS_FREMOVEXATTR ideal-int 11459pkg syscall (linux-arm-cgo), const SYS_FSETXATTR ideal-int 11460pkg syscall (linux-arm-cgo), const SYS_FSTAT ideal-int 11461pkg syscall (linux-arm-cgo), const SYS_FSTAT64 ideal-int 11462pkg syscall (linux-arm-cgo), const SYS_FSTATAT64 ideal-int 11463pkg syscall (linux-arm-cgo), const SYS_FSTATFS ideal-int 11464pkg syscall (linux-arm-cgo), const SYS_FSTATFS64 ideal-int 11465pkg syscall (linux-arm-cgo), const SYS_FSYNC ideal-int 11466pkg syscall (linux-arm-cgo), const SYS_FTRUNCATE ideal-int 11467pkg syscall (linux-arm-cgo), const SYS_FTRUNCATE64 ideal-int 11468pkg syscall (linux-arm-cgo), const SYS_FUTEX ideal-int 11469pkg syscall (linux-arm-cgo), const SYS_FUTIMESAT ideal-int 11470pkg syscall (linux-arm-cgo), const SYS_GETCPU ideal-int 11471pkg syscall (linux-arm-cgo), const SYS_GETCWD ideal-int 11472pkg syscall (linux-arm-cgo), const SYS_GETDENTS ideal-int 11473pkg syscall (linux-arm-cgo), const SYS_GETDENTS64 ideal-int 11474pkg syscall (linux-arm-cgo), const SYS_GETEGID ideal-int 11475pkg syscall (linux-arm-cgo), const SYS_GETEGID32 ideal-int 11476pkg syscall (linux-arm-cgo), const SYS_GETEUID ideal-int 11477pkg syscall (linux-arm-cgo), const SYS_GETEUID32 ideal-int 11478pkg syscall (linux-arm-cgo), const SYS_GETGID ideal-int 11479pkg syscall (linux-arm-cgo), const SYS_GETGID32 ideal-int 11480pkg syscall (linux-arm-cgo), const SYS_GETGROUPS ideal-int 11481pkg syscall (linux-arm-cgo), const SYS_GETGROUPS32 ideal-int 11482pkg syscall (linux-arm-cgo), const SYS_GETITIMER ideal-int 11483pkg syscall (linux-arm-cgo), const SYS_GETPEERNAME ideal-int 11484pkg syscall (linux-arm-cgo), const SYS_GETPGID ideal-int 11485pkg syscall (linux-arm-cgo), const SYS_GETPGRP ideal-int 11486pkg syscall (linux-arm-cgo), const SYS_GETPID ideal-int 11487pkg syscall (linux-arm-cgo), const SYS_GETPPID ideal-int 11488pkg syscall (linux-arm-cgo), const SYS_GETPRIORITY ideal-int 11489pkg syscall (linux-arm-cgo), const SYS_GETRESGID ideal-int 11490pkg syscall (linux-arm-cgo), const SYS_GETRESGID32 ideal-int 11491pkg syscall (linux-arm-cgo), const SYS_GETRESUID ideal-int 11492pkg syscall (linux-arm-cgo), const SYS_GETRESUID32 ideal-int 11493pkg syscall (linux-arm-cgo), const SYS_GETRLIMIT ideal-int 11494pkg syscall (linux-arm-cgo), const SYS_GETRUSAGE ideal-int 11495pkg syscall (linux-arm-cgo), const SYS_GETSID ideal-int 11496pkg syscall (linux-arm-cgo), const SYS_GETSOCKNAME ideal-int 11497pkg syscall (linux-arm-cgo), const SYS_GETSOCKOPT ideal-int 11498pkg syscall (linux-arm-cgo), const SYS_GETTID ideal-int 11499pkg syscall (linux-arm-cgo), const SYS_GETTIMEOFDAY ideal-int 11500pkg syscall (linux-arm-cgo), const SYS_GETUID ideal-int 11501pkg syscall (linux-arm-cgo), const SYS_GETUID32 ideal-int 11502pkg syscall (linux-arm-cgo), const SYS_GETXATTR ideal-int 11503pkg syscall (linux-arm-cgo), const SYS_GET_MEMPOLICY ideal-int 11504pkg syscall (linux-arm-cgo), const SYS_GET_ROBUST_LIST ideal-int 11505pkg syscall (linux-arm-cgo), const SYS_INIT_MODULE ideal-int 11506pkg syscall (linux-arm-cgo), const SYS_INOTIFY_ADD_WATCH ideal-int 11507pkg syscall (linux-arm-cgo), const SYS_INOTIFY_INIT ideal-int 11508pkg syscall (linux-arm-cgo), const SYS_INOTIFY_INIT1 ideal-int 11509pkg syscall (linux-arm-cgo), const SYS_INOTIFY_RM_WATCH ideal-int 11510pkg syscall (linux-arm-cgo), const SYS_IOCTL ideal-int 11511pkg syscall (linux-arm-cgo), const SYS_IOPRIO_GET ideal-int 11512pkg syscall (linux-arm-cgo), const SYS_IOPRIO_SET ideal-int 11513pkg syscall (linux-arm-cgo), const SYS_IO_CANCEL ideal-int 11514pkg syscall (linux-arm-cgo), const SYS_IO_DESTROY ideal-int 11515pkg syscall (linux-arm-cgo), const SYS_IO_GETEVENTS ideal-int 11516pkg syscall (linux-arm-cgo), const SYS_IO_SETUP ideal-int 11517pkg syscall (linux-arm-cgo), const SYS_IO_SUBMIT ideal-int 11518pkg syscall (linux-arm-cgo), const SYS_IPC ideal-int 11519pkg syscall (linux-arm-cgo), const SYS_KEXEC_LOAD ideal-int 11520pkg syscall (linux-arm-cgo), const SYS_KEYCTL ideal-int 11521pkg syscall (linux-arm-cgo), const SYS_KILL ideal-int 11522pkg syscall (linux-arm-cgo), const SYS_LCHOWN ideal-int 11523pkg syscall (linux-arm-cgo), const SYS_LCHOWN32 ideal-int 11524pkg syscall (linux-arm-cgo), const SYS_LGETXATTR ideal-int 11525pkg syscall (linux-arm-cgo), const SYS_LINK ideal-int 11526pkg syscall (linux-arm-cgo), const SYS_LINKAT ideal-int 11527pkg syscall (linux-arm-cgo), const SYS_LISTEN ideal-int 11528pkg syscall (linux-arm-cgo), const SYS_LISTXATTR ideal-int 11529pkg syscall (linux-arm-cgo), const SYS_LLISTXATTR ideal-int 11530pkg syscall (linux-arm-cgo), const SYS_LOOKUP_DCOOKIE ideal-int 11531pkg syscall (linux-arm-cgo), const SYS_LREMOVEXATTR ideal-int 11532pkg syscall (linux-arm-cgo), const SYS_LSEEK ideal-int 11533pkg syscall (linux-arm-cgo), const SYS_LSETXATTR ideal-int 11534pkg syscall (linux-arm-cgo), const SYS_LSTAT ideal-int 11535pkg syscall (linux-arm-cgo), const SYS_LSTAT64 ideal-int 11536pkg syscall (linux-arm-cgo), const SYS_MADVISE ideal-int 11537pkg syscall (linux-arm-cgo), const SYS_MBIND ideal-int 11538pkg syscall (linux-arm-cgo), const SYS_MINCORE ideal-int 11539pkg syscall (linux-arm-cgo), const SYS_MKDIR ideal-int 11540pkg syscall (linux-arm-cgo), const SYS_MKDIRAT ideal-int 11541pkg syscall (linux-arm-cgo), const SYS_MKNOD ideal-int 11542pkg syscall (linux-arm-cgo), const SYS_MKNODAT ideal-int 11543pkg syscall (linux-arm-cgo), const SYS_MLOCK ideal-int 11544pkg syscall (linux-arm-cgo), const SYS_MLOCKALL ideal-int 11545pkg syscall (linux-arm-cgo), const SYS_MMAP ideal-int 11546pkg syscall (linux-arm-cgo), const SYS_MMAP2 ideal-int 11547pkg syscall (linux-arm-cgo), const SYS_MOUNT ideal-int 11548pkg syscall (linux-arm-cgo), const SYS_MOVE_PAGES ideal-int 11549pkg syscall (linux-arm-cgo), const SYS_MPROTECT ideal-int 11550pkg syscall (linux-arm-cgo), const SYS_MQ_GETSETATTR ideal-int 11551pkg syscall (linux-arm-cgo), const SYS_MQ_NOTIFY ideal-int 11552pkg syscall (linux-arm-cgo), const SYS_MQ_OPEN ideal-int 11553pkg syscall (linux-arm-cgo), const SYS_MQ_TIMEDRECEIVE ideal-int 11554pkg syscall (linux-arm-cgo), const SYS_MQ_TIMEDSEND ideal-int 11555pkg syscall (linux-arm-cgo), const SYS_MQ_UNLINK ideal-int 11556pkg syscall (linux-arm-cgo), const SYS_MREMAP ideal-int 11557pkg syscall (linux-arm-cgo), const SYS_MSGCTL ideal-int 11558pkg syscall (linux-arm-cgo), const SYS_MSGGET ideal-int 11559pkg syscall (linux-arm-cgo), const SYS_MSGRCV ideal-int 11560pkg syscall (linux-arm-cgo), const SYS_MSGSND ideal-int 11561pkg syscall (linux-arm-cgo), const SYS_MSYNC ideal-int 11562pkg syscall (linux-arm-cgo), const SYS_MUNLOCK ideal-int 11563pkg syscall (linux-arm-cgo), const SYS_MUNLOCKALL ideal-int 11564pkg syscall (linux-arm-cgo), const SYS_MUNMAP ideal-int 11565pkg syscall (linux-arm-cgo), const SYS_NAME_TO_HANDLE_AT ideal-int 11566pkg syscall (linux-arm-cgo), const SYS_NANOSLEEP ideal-int 11567pkg syscall (linux-arm-cgo), const SYS_NFSSERVCTL ideal-int 11568pkg syscall (linux-arm-cgo), const SYS_NICE ideal-int 11569pkg syscall (linux-arm-cgo), const SYS_OABI_SYSCALL_BASE ideal-int 11570pkg syscall (linux-arm-cgo), const SYS_OPEN ideal-int 11571pkg syscall (linux-arm-cgo), const SYS_OPENAT ideal-int 11572pkg syscall (linux-arm-cgo), const SYS_OPEN_BY_HANDLE_AT ideal-int 11573pkg syscall (linux-arm-cgo), const SYS_PAUSE ideal-int 11574pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_IOBASE ideal-int 11575pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_READ ideal-int 11576pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_WRITE ideal-int 11577pkg syscall (linux-arm-cgo), const SYS_PERF_EVENT_OPEN ideal-int 11578pkg syscall (linux-arm-cgo), const SYS_PERSONALITY ideal-int 11579pkg syscall (linux-arm-cgo), const SYS_PIPE ideal-int 11580pkg syscall (linux-arm-cgo), const SYS_PIPE2 ideal-int 11581pkg syscall (linux-arm-cgo), const SYS_PIVOT_ROOT ideal-int 11582pkg syscall (linux-arm-cgo), const SYS_POLL ideal-int 11583pkg syscall (linux-arm-cgo), const SYS_PPOLL ideal-int 11584pkg syscall (linux-arm-cgo), const SYS_PRCTL ideal-int 11585pkg syscall (linux-arm-cgo), const SYS_PREAD64 ideal-int 11586pkg syscall (linux-arm-cgo), const SYS_PREADV ideal-int 11587pkg syscall (linux-arm-cgo), const SYS_PRLIMIT64 ideal-int 11588pkg syscall (linux-arm-cgo), const SYS_PROCESS_VM_READV ideal-int 11589pkg syscall (linux-arm-cgo), const SYS_PROCESS_VM_WRITEV ideal-int 11590pkg syscall (linux-arm-cgo), const SYS_PSELECT6 ideal-int 11591pkg syscall (linux-arm-cgo), const SYS_PTRACE ideal-int 11592pkg syscall (linux-arm-cgo), const SYS_PWRITE64 ideal-int 11593pkg syscall (linux-arm-cgo), const SYS_PWRITEV ideal-int 11594pkg syscall (linux-arm-cgo), const SYS_QUOTACTL ideal-int 11595pkg syscall (linux-arm-cgo), const SYS_READ ideal-int 11596pkg syscall (linux-arm-cgo), const SYS_READAHEAD ideal-int 11597pkg syscall (linux-arm-cgo), const SYS_READDIR ideal-int 11598pkg syscall (linux-arm-cgo), const SYS_READLINK ideal-int 11599pkg syscall (linux-arm-cgo), const SYS_READLINKAT ideal-int 11600pkg syscall (linux-arm-cgo), const SYS_READV ideal-int 11601pkg syscall (linux-arm-cgo), const SYS_REBOOT ideal-int 11602pkg syscall (linux-arm-cgo), const SYS_RECV ideal-int 11603pkg syscall (linux-arm-cgo), const SYS_RECVFROM ideal-int 11604pkg syscall (linux-arm-cgo), const SYS_RECVMMSG ideal-int 11605pkg syscall (linux-arm-cgo), const SYS_RECVMSG ideal-int 11606pkg syscall (linux-arm-cgo), const SYS_REMAP_FILE_PAGES ideal-int 11607pkg syscall (linux-arm-cgo), const SYS_REMOVEXATTR ideal-int 11608pkg syscall (linux-arm-cgo), const SYS_RENAME ideal-int 11609pkg syscall (linux-arm-cgo), const SYS_RENAMEAT ideal-int 11610pkg syscall (linux-arm-cgo), const SYS_REQUEST_KEY ideal-int 11611pkg syscall (linux-arm-cgo), const SYS_RESTART_SYSCALL ideal-int 11612pkg syscall (linux-arm-cgo), const SYS_RMDIR ideal-int 11613pkg syscall (linux-arm-cgo), const SYS_RT_SIGACTION ideal-int 11614pkg syscall (linux-arm-cgo), const SYS_RT_SIGPENDING ideal-int 11615pkg syscall (linux-arm-cgo), const SYS_RT_SIGPROCMASK ideal-int 11616pkg syscall (linux-arm-cgo), const SYS_RT_SIGQUEUEINFO ideal-int 11617pkg syscall (linux-arm-cgo), const SYS_RT_SIGRETURN ideal-int 11618pkg syscall (linux-arm-cgo), const SYS_RT_SIGSUSPEND ideal-int 11619pkg syscall (linux-arm-cgo), const SYS_RT_SIGTIMEDWAIT ideal-int 11620pkg syscall (linux-arm-cgo), const SYS_RT_TGSIGQUEUEINFO ideal-int 11621pkg syscall (linux-arm-cgo), const SYS_SCHED_GETAFFINITY ideal-int 11622pkg syscall (linux-arm-cgo), const SYS_SCHED_GETPARAM ideal-int 11623pkg syscall (linux-arm-cgo), const SYS_SCHED_GETSCHEDULER ideal-int 11624pkg syscall (linux-arm-cgo), const SYS_SCHED_GET_PRIORITY_MAX ideal-int 11625pkg syscall (linux-arm-cgo), const SYS_SCHED_GET_PRIORITY_MIN ideal-int 11626pkg syscall (linux-arm-cgo), const SYS_SCHED_RR_GET_INTERVAL ideal-int 11627pkg syscall (linux-arm-cgo), const SYS_SCHED_SETAFFINITY ideal-int 11628pkg syscall (linux-arm-cgo), const SYS_SCHED_SETPARAM ideal-int 11629pkg syscall (linux-arm-cgo), const SYS_SCHED_SETSCHEDULER ideal-int 11630pkg syscall (linux-arm-cgo), const SYS_SCHED_YIELD ideal-int 11631pkg syscall (linux-arm-cgo), const SYS_SELECT ideal-int 11632pkg syscall (linux-arm-cgo), const SYS_SEMCTL ideal-int 11633pkg syscall (linux-arm-cgo), const SYS_SEMGET ideal-int 11634pkg syscall (linux-arm-cgo), const SYS_SEMOP ideal-int 11635pkg syscall (linux-arm-cgo), const SYS_SEMTIMEDOP ideal-int 11636pkg syscall (linux-arm-cgo), const SYS_SEND ideal-int 11637pkg syscall (linux-arm-cgo), const SYS_SENDFILE ideal-int 11638pkg syscall (linux-arm-cgo), const SYS_SENDFILE64 ideal-int 11639pkg syscall (linux-arm-cgo), const SYS_SENDMMSG ideal-int 11640pkg syscall (linux-arm-cgo), const SYS_SENDMSG ideal-int 11641pkg syscall (linux-arm-cgo), const SYS_SENDTO ideal-int 11642pkg syscall (linux-arm-cgo), const SYS_SETDOMAINNAME ideal-int 11643pkg syscall (linux-arm-cgo), const SYS_SETFSGID ideal-int 11644pkg syscall (linux-arm-cgo), const SYS_SETFSGID32 ideal-int 11645pkg syscall (linux-arm-cgo), const SYS_SETFSUID ideal-int 11646pkg syscall (linux-arm-cgo), const SYS_SETFSUID32 ideal-int 11647pkg syscall (linux-arm-cgo), const SYS_SETGID ideal-int 11648pkg syscall (linux-arm-cgo), const SYS_SETGID32 ideal-int 11649pkg syscall (linux-arm-cgo), const SYS_SETGROUPS ideal-int 11650pkg syscall (linux-arm-cgo), const SYS_SETGROUPS32 ideal-int 11651pkg syscall (linux-arm-cgo), const SYS_SETHOSTNAME ideal-int 11652pkg syscall (linux-arm-cgo), const SYS_SETITIMER ideal-int 11653pkg syscall (linux-arm-cgo), const SYS_SETNS ideal-int 11654pkg syscall (linux-arm-cgo), const SYS_SETPGID ideal-int 11655pkg syscall (linux-arm-cgo), const SYS_SETPRIORITY ideal-int 11656pkg syscall (linux-arm-cgo), const SYS_SETREGID ideal-int 11657pkg syscall (linux-arm-cgo), const SYS_SETREGID32 ideal-int 11658pkg syscall (linux-arm-cgo), const SYS_SETRESGID ideal-int 11659pkg syscall (linux-arm-cgo), const SYS_SETRESGID32 ideal-int 11660pkg syscall (linux-arm-cgo), const SYS_SETRESUID ideal-int 11661pkg syscall (linux-arm-cgo), const SYS_SETRESUID32 ideal-int 11662pkg syscall (linux-arm-cgo), const SYS_SETREUID ideal-int 11663pkg syscall (linux-arm-cgo), const SYS_SETREUID32 ideal-int 11664pkg syscall (linux-arm-cgo), const SYS_SETRLIMIT ideal-int 11665pkg syscall (linux-arm-cgo), const SYS_SETSID ideal-int 11666pkg syscall (linux-arm-cgo), const SYS_SETSOCKOPT ideal-int 11667pkg syscall (linux-arm-cgo), const SYS_SETTIMEOFDAY ideal-int 11668pkg syscall (linux-arm-cgo), const SYS_SETUID ideal-int 11669pkg syscall (linux-arm-cgo), const SYS_SETUID32 ideal-int 11670pkg syscall (linux-arm-cgo), const SYS_SETXATTR ideal-int 11671pkg syscall (linux-arm-cgo), const SYS_SET_MEMPOLICY ideal-int 11672pkg syscall (linux-arm-cgo), const SYS_SET_ROBUST_LIST ideal-int 11673pkg syscall (linux-arm-cgo), const SYS_SET_TID_ADDRESS ideal-int 11674pkg syscall (linux-arm-cgo), const SYS_SHMAT ideal-int 11675pkg syscall (linux-arm-cgo), const SYS_SHMCTL ideal-int 11676pkg syscall (linux-arm-cgo), const SYS_SHMDT ideal-int 11677pkg syscall (linux-arm-cgo), const SYS_SHMGET ideal-int 11678pkg syscall (linux-arm-cgo), const SYS_SHUTDOWN ideal-int 11679pkg syscall (linux-arm-cgo), const SYS_SIGACTION ideal-int 11680pkg syscall (linux-arm-cgo), const SYS_SIGALTSTACK ideal-int 11681pkg syscall (linux-arm-cgo), const SYS_SIGNALFD ideal-int 11682pkg syscall (linux-arm-cgo), const SYS_SIGNALFD4 ideal-int 11683pkg syscall (linux-arm-cgo), const SYS_SIGPENDING ideal-int 11684pkg syscall (linux-arm-cgo), const SYS_SIGPROCMASK ideal-int 11685pkg syscall (linux-arm-cgo), const SYS_SIGRETURN ideal-int 11686pkg syscall (linux-arm-cgo), const SYS_SIGSUSPEND ideal-int 11687pkg syscall (linux-arm-cgo), const SYS_SOCKET ideal-int 11688pkg syscall (linux-arm-cgo), const SYS_SOCKETCALL ideal-int 11689pkg syscall (linux-arm-cgo), const SYS_SOCKETPAIR ideal-int 11690pkg syscall (linux-arm-cgo), const SYS_SPLICE ideal-int 11691pkg syscall (linux-arm-cgo), const SYS_STAT ideal-int 11692pkg syscall (linux-arm-cgo), const SYS_STAT64 ideal-int 11693pkg syscall (linux-arm-cgo), const SYS_STATFS ideal-int 11694pkg syscall (linux-arm-cgo), const SYS_STATFS64 ideal-int 11695pkg syscall (linux-arm-cgo), const SYS_STIME ideal-int 11696pkg syscall (linux-arm-cgo), const SYS_SWAPOFF ideal-int 11697pkg syscall (linux-arm-cgo), const SYS_SWAPON ideal-int 11698pkg syscall (linux-arm-cgo), const SYS_SYMLINK ideal-int 11699pkg syscall (linux-arm-cgo), const SYS_SYMLINKAT ideal-int 11700pkg syscall (linux-arm-cgo), const SYS_SYNC ideal-int 11701pkg syscall (linux-arm-cgo), const SYS_SYNCFS ideal-int 11702pkg syscall (linux-arm-cgo), const SYS_SYSCALL ideal-int 11703pkg syscall (linux-arm-cgo), const SYS_SYSCALL_BASE ideal-int 11704pkg syscall (linux-arm-cgo), const SYS_SYSFS ideal-int 11705pkg syscall (linux-arm-cgo), const SYS_SYSINFO ideal-int 11706pkg syscall (linux-arm-cgo), const SYS_SYSLOG ideal-int 11707pkg syscall (linux-arm-cgo), const SYS_TEE ideal-int 11708pkg syscall (linux-arm-cgo), const SYS_TGKILL ideal-int 11709pkg syscall (linux-arm-cgo), const SYS_TIME ideal-int 11710pkg syscall (linux-arm-cgo), const SYS_TIMERFD_CREATE ideal-int 11711pkg syscall (linux-arm-cgo), const SYS_TIMERFD_GETTIME ideal-int 11712pkg syscall (linux-arm-cgo), const SYS_TIMERFD_SETTIME ideal-int 11713pkg syscall (linux-arm-cgo), const SYS_TIMER_CREATE ideal-int 11714pkg syscall (linux-arm-cgo), const SYS_TIMER_DELETE ideal-int 11715pkg syscall (linux-arm-cgo), const SYS_TIMER_GETOVERRUN ideal-int 11716pkg syscall (linux-arm-cgo), const SYS_TIMER_GETTIME ideal-int 11717pkg syscall (linux-arm-cgo), const SYS_TIMER_SETTIME ideal-int 11718pkg syscall (linux-arm-cgo), const SYS_TIMES ideal-int 11719pkg syscall (linux-arm-cgo), const SYS_TKILL ideal-int 11720pkg syscall (linux-arm-cgo), const SYS_TRUNCATE ideal-int 11721pkg syscall (linux-arm-cgo), const SYS_TRUNCATE64 ideal-int 11722pkg syscall (linux-arm-cgo), const SYS_UGETRLIMIT ideal-int 11723pkg syscall (linux-arm-cgo), const SYS_UMASK ideal-int 11724pkg syscall (linux-arm-cgo), const SYS_UMOUNT ideal-int 11725pkg syscall (linux-arm-cgo), const SYS_UMOUNT2 ideal-int 11726pkg syscall (linux-arm-cgo), const SYS_UNAME ideal-int 11727pkg syscall (linux-arm-cgo), const SYS_UNLINK ideal-int 11728pkg syscall (linux-arm-cgo), const SYS_UNLINKAT ideal-int 11729pkg syscall (linux-arm-cgo), const SYS_UNSHARE ideal-int 11730pkg syscall (linux-arm-cgo), const SYS_USELIB ideal-int 11731pkg syscall (linux-arm-cgo), const SYS_USTAT ideal-int 11732pkg syscall (linux-arm-cgo), const SYS_UTIME ideal-int 11733pkg syscall (linux-arm-cgo), const SYS_UTIMENSAT ideal-int 11734pkg syscall (linux-arm-cgo), const SYS_UTIMES ideal-int 11735pkg syscall (linux-arm-cgo), const SYS_VFORK ideal-int 11736pkg syscall (linux-arm-cgo), const SYS_VHANGUP ideal-int 11737pkg syscall (linux-arm-cgo), const SYS_VMSPLICE ideal-int 11738pkg syscall (linux-arm-cgo), const SYS_VSERVER ideal-int 11739pkg syscall (linux-arm-cgo), const SYS_WAIT4 ideal-int 11740pkg syscall (linux-arm-cgo), const SYS_WAITID ideal-int 11741pkg syscall (linux-arm-cgo), const SYS_WRITE ideal-int 11742pkg syscall (linux-arm-cgo), const SYS_WRITEV ideal-int 11743pkg syscall (linux-arm-cgo), const SYS__LLSEEK ideal-int 11744pkg syscall (linux-arm-cgo), const SYS__NEWSELECT ideal-int 11745pkg syscall (linux-arm-cgo), const SYS__SYSCTL ideal-int 11746pkg syscall (linux-arm-cgo), const S_BLKSIZE ideal-int 11747pkg syscall (linux-arm-cgo), const S_IEXEC ideal-int 11748pkg syscall (linux-arm-cgo), const S_IREAD ideal-int 11749pkg syscall (linux-arm-cgo), const S_IRGRP ideal-int 11750pkg syscall (linux-arm-cgo), const S_IROTH ideal-int 11751pkg syscall (linux-arm-cgo), const S_IRWXG ideal-int 11752pkg syscall (linux-arm-cgo), const S_IRWXO ideal-int 11753pkg syscall (linux-arm-cgo), const S_IRWXU ideal-int 11754pkg syscall (linux-arm-cgo), const S_IWGRP ideal-int 11755pkg syscall (linux-arm-cgo), const S_IWOTH ideal-int 11756pkg syscall (linux-arm-cgo), const S_IWRITE ideal-int 11757pkg syscall (linux-arm-cgo), const S_IXGRP ideal-int 11758pkg syscall (linux-arm-cgo), const S_IXOTH ideal-int 11759pkg syscall (linux-arm-cgo), const SizeofCmsghdr ideal-int 11760pkg syscall (linux-arm-cgo), const SizeofICMPv6Filter = 32 11761pkg syscall (linux-arm-cgo), const SizeofICMPv6Filter ideal-int 11762pkg syscall (linux-arm-cgo), const SizeofIPMreq ideal-int 11763pkg syscall (linux-arm-cgo), const SizeofIPMreqn ideal-int 11764pkg syscall (linux-arm-cgo), const SizeofIPv6MTUInfo = 32 11765pkg syscall (linux-arm-cgo), const SizeofIPv6MTUInfo ideal-int 11766pkg syscall (linux-arm-cgo), const SizeofIPv6Mreq ideal-int 11767pkg syscall (linux-arm-cgo), const SizeofIfAddrmsg ideal-int 11768pkg syscall (linux-arm-cgo), const SizeofIfInfomsg ideal-int 11769pkg syscall (linux-arm-cgo), const SizeofInet4Pktinfo ideal-int 11770pkg syscall (linux-arm-cgo), const SizeofInet6Pktinfo ideal-int 11771pkg syscall (linux-arm-cgo), const SizeofInotifyEvent ideal-int 11772pkg syscall (linux-arm-cgo), const SizeofLinger ideal-int 11773pkg syscall (linux-arm-cgo), const SizeofMsghdr ideal-int 11774pkg syscall (linux-arm-cgo), const SizeofNlAttr ideal-int 11775pkg syscall (linux-arm-cgo), const SizeofNlMsgerr ideal-int 11776pkg syscall (linux-arm-cgo), const SizeofNlMsghdr ideal-int 11777pkg syscall (linux-arm-cgo), const SizeofRtAttr ideal-int 11778pkg syscall (linux-arm-cgo), const SizeofRtGenmsg ideal-int 11779pkg syscall (linux-arm-cgo), const SizeofRtMsg ideal-int 11780pkg syscall (linux-arm-cgo), const SizeofRtNexthop ideal-int 11781pkg syscall (linux-arm-cgo), const SizeofSockFilter ideal-int 11782pkg syscall (linux-arm-cgo), const SizeofSockFprog ideal-int 11783pkg syscall (linux-arm-cgo), const SizeofSockaddrAny ideal-int 11784pkg syscall (linux-arm-cgo), const SizeofSockaddrInet4 ideal-int 11785pkg syscall (linux-arm-cgo), const SizeofSockaddrInet6 ideal-int 11786pkg syscall (linux-arm-cgo), const SizeofSockaddrLinklayer ideal-int 11787pkg syscall (linux-arm-cgo), const SizeofSockaddrNetlink ideal-int 11788pkg syscall (linux-arm-cgo), const SizeofSockaddrUnix ideal-int 11789pkg syscall (linux-arm-cgo), const SizeofTCPInfo ideal-int 11790pkg syscall (linux-arm-cgo), const SizeofUcred ideal-int 11791pkg syscall (linux-arm-cgo), const TCGETS ideal-int 11792pkg syscall (linux-arm-cgo), const TCIFLUSH = 0 11793pkg syscall (linux-arm-cgo), const TCIFLUSH ideal-int 11794pkg syscall (linux-arm-cgo), const TCIOFLUSH = 2 11795pkg syscall (linux-arm-cgo), const TCIOFLUSH ideal-int 11796pkg syscall (linux-arm-cgo), const TCOFLUSH = 1 11797pkg syscall (linux-arm-cgo), const TCOFLUSH ideal-int 11798pkg syscall (linux-arm-cgo), const TCP_CONGESTION ideal-int 11799pkg syscall (linux-arm-cgo), const TCP_CORK ideal-int 11800pkg syscall (linux-arm-cgo), const TCP_DEFER_ACCEPT ideal-int 11801pkg syscall (linux-arm-cgo), const TCP_INFO ideal-int 11802pkg syscall (linux-arm-cgo), const TCP_KEEPCNT ideal-int 11803pkg syscall (linux-arm-cgo), const TCP_KEEPIDLE ideal-int 11804pkg syscall (linux-arm-cgo), const TCP_KEEPINTVL ideal-int 11805pkg syscall (linux-arm-cgo), const TCP_LINGER2 ideal-int 11806pkg syscall (linux-arm-cgo), const TCP_MAXSEG ideal-int 11807pkg syscall (linux-arm-cgo), const TCP_MAXWIN ideal-int 11808pkg syscall (linux-arm-cgo), const TCP_MAX_WINSHIFT ideal-int 11809pkg syscall (linux-arm-cgo), const TCP_MD5SIG ideal-int 11810pkg syscall (linux-arm-cgo), const TCP_MD5SIG_MAXKEYLEN ideal-int 11811pkg syscall (linux-arm-cgo), const TCP_MSS ideal-int 11812pkg syscall (linux-arm-cgo), const TCP_QUICKACK ideal-int 11813pkg syscall (linux-arm-cgo), const TCP_SYNCNT ideal-int 11814pkg syscall (linux-arm-cgo), const TCP_WINDOW_CLAMP ideal-int 11815pkg syscall (linux-arm-cgo), const TCSETS ideal-int 11816pkg syscall (linux-arm-cgo), const TIOCCBRK ideal-int 11817pkg syscall (linux-arm-cgo), const TIOCCONS ideal-int 11818pkg syscall (linux-arm-cgo), const TIOCEXCL ideal-int 11819pkg syscall (linux-arm-cgo), const TIOCGDEV ideal-int 11820pkg syscall (linux-arm-cgo), const TIOCGETD ideal-int 11821pkg syscall (linux-arm-cgo), const TIOCGICOUNT ideal-int 11822pkg syscall (linux-arm-cgo), const TIOCGLCKTRMIOS ideal-int 11823pkg syscall (linux-arm-cgo), const TIOCGPGRP ideal-int 11824pkg syscall (linux-arm-cgo), const TIOCGPTN ideal-int 11825pkg syscall (linux-arm-cgo), const TIOCGRS485 ideal-int 11826pkg syscall (linux-arm-cgo), const TIOCGSERIAL ideal-int 11827pkg syscall (linux-arm-cgo), const TIOCGSID ideal-int 11828pkg syscall (linux-arm-cgo), const TIOCGSOFTCAR ideal-int 11829pkg syscall (linux-arm-cgo), const TIOCGWINSZ ideal-int 11830pkg syscall (linux-arm-cgo), const TIOCINQ ideal-int 11831pkg syscall (linux-arm-cgo), const TIOCLINUX ideal-int 11832pkg syscall (linux-arm-cgo), const TIOCMBIC ideal-int 11833pkg syscall (linux-arm-cgo), const TIOCMBIS ideal-int 11834pkg syscall (linux-arm-cgo), const TIOCMGET ideal-int 11835pkg syscall (linux-arm-cgo), const TIOCMIWAIT ideal-int 11836pkg syscall (linux-arm-cgo), const TIOCMSET ideal-int 11837pkg syscall (linux-arm-cgo), const TIOCM_CAR ideal-int 11838pkg syscall (linux-arm-cgo), const TIOCM_CD ideal-int 11839pkg syscall (linux-arm-cgo), const TIOCM_CTS ideal-int 11840pkg syscall (linux-arm-cgo), const TIOCM_DSR ideal-int 11841pkg syscall (linux-arm-cgo), const TIOCM_DTR ideal-int 11842pkg syscall (linux-arm-cgo), const TIOCM_LE ideal-int 11843pkg syscall (linux-arm-cgo), const TIOCM_RI ideal-int 11844pkg syscall (linux-arm-cgo), const TIOCM_RNG ideal-int 11845pkg syscall (linux-arm-cgo), const TIOCM_RTS ideal-int 11846pkg syscall (linux-arm-cgo), const TIOCM_SR ideal-int 11847pkg syscall (linux-arm-cgo), const TIOCM_ST ideal-int 11848pkg syscall (linux-arm-cgo), const TIOCNOTTY ideal-int 11849pkg syscall (linux-arm-cgo), const TIOCNXCL ideal-int 11850pkg syscall (linux-arm-cgo), const TIOCOUTQ ideal-int 11851pkg syscall (linux-arm-cgo), const TIOCPKT ideal-int 11852pkg syscall (linux-arm-cgo), const TIOCPKT_DATA ideal-int 11853pkg syscall (linux-arm-cgo), const TIOCPKT_DOSTOP ideal-int 11854pkg syscall (linux-arm-cgo), const TIOCPKT_FLUSHREAD ideal-int 11855pkg syscall (linux-arm-cgo), const TIOCPKT_FLUSHWRITE ideal-int 11856pkg syscall (linux-arm-cgo), const TIOCPKT_IOCTL ideal-int 11857pkg syscall (linux-arm-cgo), const TIOCPKT_NOSTOP ideal-int 11858pkg syscall (linux-arm-cgo), const TIOCPKT_START ideal-int 11859pkg syscall (linux-arm-cgo), const TIOCPKT_STOP ideal-int 11860pkg syscall (linux-arm-cgo), const TIOCSBRK ideal-int 11861pkg syscall (linux-arm-cgo), const TIOCSCTTY ideal-int 11862pkg syscall (linux-arm-cgo), const TIOCSERCONFIG ideal-int 11863pkg syscall (linux-arm-cgo), const TIOCSERGETLSR ideal-int 11864pkg syscall (linux-arm-cgo), const TIOCSERGETMULTI ideal-int 11865pkg syscall (linux-arm-cgo), const TIOCSERGSTRUCT ideal-int 11866pkg syscall (linux-arm-cgo), const TIOCSERGWILD ideal-int 11867pkg syscall (linux-arm-cgo), const TIOCSERSETMULTI ideal-int 11868pkg syscall (linux-arm-cgo), const TIOCSERSWILD ideal-int 11869pkg syscall (linux-arm-cgo), const TIOCSER_TEMT ideal-int 11870pkg syscall (linux-arm-cgo), const TIOCSETD ideal-int 11871pkg syscall (linux-arm-cgo), const TIOCSIG ideal-int 11872pkg syscall (linux-arm-cgo), const TIOCSLCKTRMIOS ideal-int 11873pkg syscall (linux-arm-cgo), const TIOCSPGRP ideal-int 11874pkg syscall (linux-arm-cgo), const TIOCSPTLCK ideal-int 11875pkg syscall (linux-arm-cgo), const TIOCSRS485 ideal-int 11876pkg syscall (linux-arm-cgo), const TIOCSSERIAL ideal-int 11877pkg syscall (linux-arm-cgo), const TIOCSSOFTCAR ideal-int 11878pkg syscall (linux-arm-cgo), const TIOCSTI ideal-int 11879pkg syscall (linux-arm-cgo), const TIOCSWINSZ ideal-int 11880pkg syscall (linux-arm-cgo), const TIOCVHANGUP ideal-int 11881pkg syscall (linux-arm-cgo), const TOSTOP ideal-int 11882pkg syscall (linux-arm-cgo), const TUNATTACHFILTER ideal-int 11883pkg syscall (linux-arm-cgo), const TUNDETACHFILTER ideal-int 11884pkg syscall (linux-arm-cgo), const TUNGETFEATURES ideal-int 11885pkg syscall (linux-arm-cgo), const TUNGETIFF ideal-int 11886pkg syscall (linux-arm-cgo), const TUNGETSNDBUF ideal-int 11887pkg syscall (linux-arm-cgo), const TUNGETVNETHDRSZ ideal-int 11888pkg syscall (linux-arm-cgo), const TUNSETDEBUG ideal-int 11889pkg syscall (linux-arm-cgo), const TUNSETGROUP ideal-int 11890pkg syscall (linux-arm-cgo), const TUNSETIFF ideal-int 11891pkg syscall (linux-arm-cgo), const TUNSETLINK ideal-int 11892pkg syscall (linux-arm-cgo), const TUNSETNOCSUM ideal-int 11893pkg syscall (linux-arm-cgo), const TUNSETOFFLOAD ideal-int 11894pkg syscall (linux-arm-cgo), const TUNSETOWNER ideal-int 11895pkg syscall (linux-arm-cgo), const TUNSETPERSIST ideal-int 11896pkg syscall (linux-arm-cgo), const TUNSETSNDBUF ideal-int 11897pkg syscall (linux-arm-cgo), const TUNSETTXFILTER ideal-int 11898pkg syscall (linux-arm-cgo), const TUNSETVNETHDRSZ ideal-int 11899pkg syscall (linux-arm-cgo), const VDISCARD ideal-int 11900pkg syscall (linux-arm-cgo), const VEOF ideal-int 11901pkg syscall (linux-arm-cgo), const VEOL ideal-int 11902pkg syscall (linux-arm-cgo), const VEOL2 ideal-int 11903pkg syscall (linux-arm-cgo), const VERASE ideal-int 11904pkg syscall (linux-arm-cgo), const VINTR ideal-int 11905pkg syscall (linux-arm-cgo), const VKILL ideal-int 11906pkg syscall (linux-arm-cgo), const VLNEXT ideal-int 11907pkg syscall (linux-arm-cgo), const VMIN ideal-int 11908pkg syscall (linux-arm-cgo), const VQUIT ideal-int 11909pkg syscall (linux-arm-cgo), const VREPRINT ideal-int 11910pkg syscall (linux-arm-cgo), const VSTART ideal-int 11911pkg syscall (linux-arm-cgo), const VSTOP ideal-int 11912pkg syscall (linux-arm-cgo), const VSUSP ideal-int 11913pkg syscall (linux-arm-cgo), const VSWTC ideal-int 11914pkg syscall (linux-arm-cgo), const VTIME ideal-int 11915pkg syscall (linux-arm-cgo), const VWERASE ideal-int 11916pkg syscall (linux-arm-cgo), const WALL ideal-int 11917pkg syscall (linux-arm-cgo), const WCLONE ideal-int 11918pkg syscall (linux-arm-cgo), const WCONTINUED ideal-int 11919pkg syscall (linux-arm-cgo), const WEXITED ideal-int 11920pkg syscall (linux-arm-cgo), const WNOHANG ideal-int 11921pkg syscall (linux-arm-cgo), const WNOTHREAD ideal-int 11922pkg syscall (linux-arm-cgo), const WNOWAIT ideal-int 11923pkg syscall (linux-arm-cgo), const WORDSIZE ideal-int 11924pkg syscall (linux-arm-cgo), const WSTOPPED ideal-int 11925pkg syscall (linux-arm-cgo), const WUNTRACED ideal-int 11926pkg syscall (linux-arm-cgo), const XCASE ideal-int 11927pkg syscall (linux-arm-cgo), func Accept(int) (int, Sockaddr, error) 11928pkg syscall (linux-arm-cgo), func Accept4(int, int) (int, Sockaddr, error) 11929pkg syscall (linux-arm-cgo), func Access(string, uint32) error 11930pkg syscall (linux-arm-cgo), func Acct(string) error 11931pkg syscall (linux-arm-cgo), func Adjtimex(*Timex) (int, error) 11932pkg syscall (linux-arm-cgo), func AttachLsf(int, []SockFilter) error 11933pkg syscall (linux-arm-cgo), func Bind(int, Sockaddr) error 11934pkg syscall (linux-arm-cgo), func BindToDevice(int, string) error 11935pkg syscall (linux-arm-cgo), func Chroot(string) error 11936pkg syscall (linux-arm-cgo), func Close(int) error 11937pkg syscall (linux-arm-cgo), func CloseOnExec(int) 11938pkg syscall (linux-arm-cgo), func CmsgLen(int) int 11939pkg syscall (linux-arm-cgo), func CmsgSpace(int) int 11940pkg syscall (linux-arm-cgo), func Connect(int, Sockaddr) error 11941pkg syscall (linux-arm-cgo), func Creat(string, uint32) (int, error) 11942pkg syscall (linux-arm-cgo), func DetachLsf(int) error 11943pkg syscall (linux-arm-cgo), func Dup(int) (int, error) 11944pkg syscall (linux-arm-cgo), func Dup2(int, int) error 11945pkg syscall (linux-arm-cgo), func Dup3(int, int, int) error 11946pkg syscall (linux-arm-cgo), func EpollCreate(int) (int, error) 11947pkg syscall (linux-arm-cgo), func EpollCreate1(int) (int, error) 11948pkg syscall (linux-arm-cgo), func EpollCtl(int, int, int, *EpollEvent) error 11949pkg syscall (linux-arm-cgo), func EpollWait(int, []EpollEvent, int) (int, error) 11950pkg syscall (linux-arm-cgo), func Faccessat(int, string, uint32, int) error 11951pkg syscall (linux-arm-cgo), func Fallocate(int, uint32, int64, int64) error 11952pkg syscall (linux-arm-cgo), func Fchdir(int) error 11953pkg syscall (linux-arm-cgo), func Fchmod(int, uint32) error 11954pkg syscall (linux-arm-cgo), func Fchmodat(int, string, uint32, int) error 11955pkg syscall (linux-arm-cgo), func Fchown(int, int, int) error 11956pkg syscall (linux-arm-cgo), func Fchownat(int, string, int, int, int) error 11957pkg syscall (linux-arm-cgo), func Fdatasync(int) error 11958pkg syscall (linux-arm-cgo), func Flock(int, int) error 11959pkg syscall (linux-arm-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) 11960pkg syscall (linux-arm-cgo), func Fstat(int, *Stat_t) error 11961pkg syscall (linux-arm-cgo), func Fstatfs(int, *Statfs_t) error 11962pkg syscall (linux-arm-cgo), func Fsync(int) error 11963pkg syscall (linux-arm-cgo), func Ftruncate(int, int64) error 11964pkg syscall (linux-arm-cgo), func Futimes(int, []Timeval) error 11965pkg syscall (linux-arm-cgo), func Futimesat(int, string, []Timeval) error 11966pkg syscall (linux-arm-cgo), func Getcwd([]uint8) (int, error) 11967pkg syscall (linux-arm-cgo), func Getdents(int, []uint8) (int, error) 11968pkg syscall (linux-arm-cgo), func Getpeername(int) (Sockaddr, error) 11969pkg syscall (linux-arm-cgo), func Getpgid(int) (int, error) 11970pkg syscall (linux-arm-cgo), func Getpgrp() int 11971pkg syscall (linux-arm-cgo), func Getpriority(int, int) (int, error) 11972pkg syscall (linux-arm-cgo), func Getrlimit(int, *Rlimit) error 11973pkg syscall (linux-arm-cgo), func Getrusage(int, *Rusage) error 11974pkg syscall (linux-arm-cgo), func Getsockname(int) (Sockaddr, error) 11975pkg syscall (linux-arm-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 11976pkg syscall (linux-arm-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) 11977pkg syscall (linux-arm-cgo), func GetsockoptIPMreqn(int, int, int) (*IPMreqn, error) 11978pkg syscall (linux-arm-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 11979pkg syscall (linux-arm-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) 11980pkg syscall (linux-arm-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) 11981pkg syscall (linux-arm-cgo), func GetsockoptInt(int, int, int) (int, error) 11982pkg syscall (linux-arm-cgo), func GetsockoptUcred(int, int, int) (*Ucred, error) 11983pkg syscall (linux-arm-cgo), func Gettid() int 11984pkg syscall (linux-arm-cgo), func Getxattr(string, string, []uint8) (int, error) 11985pkg syscall (linux-arm-cgo), func InotifyAddWatch(int, string, uint32) (int, error) 11986pkg syscall (linux-arm-cgo), func InotifyInit() (int, error) 11987pkg syscall (linux-arm-cgo), func InotifyInit1(int) (int, error) 11988pkg syscall (linux-arm-cgo), func InotifyRmWatch(int, uint32) (int, error) 11989pkg syscall (linux-arm-cgo), func Kill(int, Signal) error 11990pkg syscall (linux-arm-cgo), func Klogctl(int, []uint8) (int, error) 11991pkg syscall (linux-arm-cgo), func Listen(int, int) error 11992pkg syscall (linux-arm-cgo), func Listxattr(string, []uint8) (int, error) 11993pkg syscall (linux-arm-cgo), func LsfJump(int, int, int, int) *SockFilter 11994pkg syscall (linux-arm-cgo), func LsfSocket(int, int) (int, error) 11995pkg syscall (linux-arm-cgo), func LsfStmt(int, int) *SockFilter 11996pkg syscall (linux-arm-cgo), func Lstat(string, *Stat_t) error 11997pkg syscall (linux-arm-cgo), func Madvise([]uint8, int) error 11998pkg syscall (linux-arm-cgo), func Mkdirat(int, string, uint32) error 11999pkg syscall (linux-arm-cgo), func Mkfifo(string, uint32) error 12000pkg syscall (linux-arm-cgo), func Mknod(string, uint32, int) error 12001pkg syscall (linux-arm-cgo), func Mknodat(int, string, uint32, int) error 12002pkg syscall (linux-arm-cgo), func Mlock([]uint8) error 12003pkg syscall (linux-arm-cgo), func Mlockall(int) error 12004pkg syscall (linux-arm-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) 12005pkg syscall (linux-arm-cgo), func Mount(string, string, string, uintptr, string) error 12006pkg syscall (linux-arm-cgo), func Mprotect([]uint8, int) error 12007pkg syscall (linux-arm-cgo), func Munlock([]uint8) error 12008pkg syscall (linux-arm-cgo), func Munlockall() error 12009pkg syscall (linux-arm-cgo), func Munmap([]uint8) error 12010pkg syscall (linux-arm-cgo), func Nanosleep(*Timespec, *Timespec) error 12011pkg syscall (linux-arm-cgo), func NetlinkRIB(int, int) ([]uint8, error) 12012pkg syscall (linux-arm-cgo), func Open(string, int, uint32) (int, error) 12013pkg syscall (linux-arm-cgo), func Openat(int, string, int, uint32) (int, error) 12014pkg syscall (linux-arm-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) 12015pkg syscall (linux-arm-cgo), func ParseNetlinkMessage([]uint8) ([]NetlinkMessage, error) 12016pkg syscall (linux-arm-cgo), func ParseNetlinkRouteAttr(*NetlinkMessage) ([]NetlinkRouteAttr, error) 12017pkg syscall (linux-arm-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) 12018pkg syscall (linux-arm-cgo), func ParseUnixCredentials(*SocketControlMessage) (*Ucred, error) 12019pkg syscall (linux-arm-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) 12020pkg syscall (linux-arm-cgo), func Pause() error 12021pkg syscall (linux-arm-cgo), func Pipe([]int) error 12022pkg syscall (linux-arm-cgo), func Pipe2([]int, int) error 12023pkg syscall (linux-arm-cgo), func PivotRoot(string, string) error 12024pkg syscall (linux-arm-cgo), func Pread(int, []uint8, int64) (int, error) 12025pkg syscall (linux-arm-cgo), func PtraceAttach(int) error 12026pkg syscall (linux-arm-cgo), func PtraceCont(int, int) error 12027pkg syscall (linux-arm-cgo), func PtraceDetach(int) error 12028pkg syscall (linux-arm-cgo), func PtraceGetEventMsg(int) (uint, error) 12029pkg syscall (linux-arm-cgo), func PtraceGetRegs(int, *PtraceRegs) error 12030pkg syscall (linux-arm-cgo), func PtracePeekData(int, uintptr, []uint8) (int, error) 12031pkg syscall (linux-arm-cgo), func PtracePeekText(int, uintptr, []uint8) (int, error) 12032pkg syscall (linux-arm-cgo), func PtracePokeData(int, uintptr, []uint8) (int, error) 12033pkg syscall (linux-arm-cgo), func PtracePokeText(int, uintptr, []uint8) (int, error) 12034pkg syscall (linux-arm-cgo), func PtraceSetOptions(int, int) error 12035pkg syscall (linux-arm-cgo), func PtraceSetRegs(int, *PtraceRegs) error 12036pkg syscall (linux-arm-cgo), func PtraceSingleStep(int) error 12037pkg syscall (linux-arm-cgo), func PtraceSyscall(int, int) error 12038pkg syscall (linux-arm-cgo), func Pwrite(int, []uint8, int64) (int, error) 12039pkg syscall (linux-arm-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 12040pkg syscall (linux-arm-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 12041pkg syscall (linux-arm-cgo), func Read(int, []uint8) (int, error) 12042pkg syscall (linux-arm-cgo), func ReadDirent(int, []uint8) (int, error) 12043pkg syscall (linux-arm-cgo), func Reboot(int) error 12044pkg syscall (linux-arm-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) 12045pkg syscall (linux-arm-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) 12046pkg syscall (linux-arm-cgo), func Removexattr(string, string) error 12047pkg syscall (linux-arm-cgo), func Renameat(int, string, int, string) error 12048pkg syscall (linux-arm-cgo), func Seek(int, int64, int) (int64, error) 12049pkg syscall (linux-arm-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) (int, error) 12050pkg syscall (linux-arm-cgo), func Sendfile(int, int, *int64, int) (int, error) 12051pkg syscall (linux-arm-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error 12052pkg syscall (linux-arm-cgo), func Sendto(int, []uint8, int, Sockaddr) error 12053pkg syscall (linux-arm-cgo), func SetLsfPromisc(string, bool) error 12054pkg syscall (linux-arm-cgo), func SetNonblock(int, bool) error 12055pkg syscall (linux-arm-cgo), func Setdomainname([]uint8) error 12056pkg syscall (linux-arm-cgo), func Setfsgid(int) error 12057pkg syscall (linux-arm-cgo), func Setfsuid(int) error 12058pkg syscall (linux-arm-cgo), func Setgid(int) error 12059pkg syscall (linux-arm-cgo), func Setgroups([]int) error 12060pkg syscall (linux-arm-cgo), func Sethostname([]uint8) error 12061pkg syscall (linux-arm-cgo), func Setpgid(int, int) error 12062pkg syscall (linux-arm-cgo), func Setpriority(int, int, int) error 12063pkg syscall (linux-arm-cgo), func Setregid(int, int) error 12064pkg syscall (linux-arm-cgo), func Setresgid(int, int, int) error 12065pkg syscall (linux-arm-cgo), func Setresuid(int, int, int) error 12066pkg syscall (linux-arm-cgo), func Setreuid(int, int) error 12067pkg syscall (linux-arm-cgo), func Setrlimit(int, *Rlimit) error 12068pkg syscall (linux-arm-cgo), func Setsid() (int, error) 12069pkg syscall (linux-arm-cgo), func SetsockoptByte(int, int, int, uint8) error 12070pkg syscall (linux-arm-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 12071pkg syscall (linux-arm-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error 12072pkg syscall (linux-arm-cgo), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error 12073pkg syscall (linux-arm-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error 12074pkg syscall (linux-arm-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error 12075pkg syscall (linux-arm-cgo), func SetsockoptInt(int, int, int, int) error 12076pkg syscall (linux-arm-cgo), func SetsockoptLinger(int, int, int, *Linger) error 12077pkg syscall (linux-arm-cgo), func SetsockoptString(int, int, int, string) error 12078pkg syscall (linux-arm-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error 12079pkg syscall (linux-arm-cgo), func Settimeofday(*Timeval) error 12080pkg syscall (linux-arm-cgo), func Setuid(int) error 12081pkg syscall (linux-arm-cgo), func Setxattr(string, string, []uint8, int) error 12082pkg syscall (linux-arm-cgo), func Shutdown(int, int) error 12083pkg syscall (linux-arm-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) 12084pkg syscall (linux-arm-cgo), func Socket(int, int, int) (int, error) 12085pkg syscall (linux-arm-cgo), func Socketpair(int, int, int) ([2]int, error) 12086pkg syscall (linux-arm-cgo), func Splice(int, *int64, int, *int64, int, int) (int, error) 12087pkg syscall (linux-arm-cgo), func Stat(string, *Stat_t) error 12088pkg syscall (linux-arm-cgo), func Statfs(string, *Statfs_t) error 12089pkg syscall (linux-arm-cgo), func StringSlicePtr([]string) []*uint8 12090pkg syscall (linux-arm-cgo), func Sync() 12091pkg syscall (linux-arm-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 12092pkg syscall (linux-arm-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 12093pkg syscall (linux-arm-cgo), func Sysinfo(*Sysinfo_t) error 12094pkg syscall (linux-arm-cgo), func Tee(int, int, int, int) (int64, error) 12095pkg syscall (linux-arm-cgo), func Tgkill(int, int, Signal) error 12096pkg syscall (linux-arm-cgo), func Time(*Time_t) (Time_t, error) 12097pkg syscall (linux-arm-cgo), func Times(*Tms) (uintptr, error) 12098pkg syscall (linux-arm-cgo), func Truncate(string, int64) error 12099pkg syscall (linux-arm-cgo), func Umask(int) int 12100pkg syscall (linux-arm-cgo), func Uname(*Utsname) error 12101pkg syscall (linux-arm-cgo), func UnixCredentials(*Ucred) []uint8 12102pkg syscall (linux-arm-cgo), func UnixRights(...int) []uint8 12103pkg syscall (linux-arm-cgo), func Unlinkat(int, string) error 12104pkg syscall (linux-arm-cgo), func Unmount(string, int) error 12105pkg syscall (linux-arm-cgo), func Unshare(int) error 12106pkg syscall (linux-arm-cgo), func Ustat(int, *Ustat_t) error 12107pkg syscall (linux-arm-cgo), func Utime(string, *Utimbuf) error 12108pkg syscall (linux-arm-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) 12109pkg syscall (linux-arm-cgo), func Write(int, []uint8) (int, error) 12110pkg syscall (linux-arm-cgo), method (*Cmsghdr) SetLen(int) 12111pkg syscall (linux-arm-cgo), method (*Iovec) SetLen(int) 12112pkg syscall (linux-arm-cgo), method (*Msghdr) SetControllen(int) 12113pkg syscall (linux-arm-cgo), method (*PtraceRegs) PC() uint64 12114pkg syscall (linux-arm-cgo), method (*PtraceRegs) SetPC(uint64) 12115pkg syscall (linux-arm-cgo), type Cmsghdr struct 12116pkg syscall (linux-arm-cgo), type Cmsghdr struct, Len uint32 12117pkg syscall (linux-arm-cgo), type Cmsghdr struct, Level int32 12118pkg syscall (linux-arm-cgo), type Cmsghdr struct, Type int32 12119pkg syscall (linux-arm-cgo), type Cmsghdr struct, X__cmsg_data [0]uint8 12120pkg syscall (linux-arm-cgo), type Credential struct 12121pkg syscall (linux-arm-cgo), type Credential struct, Gid uint32 12122pkg syscall (linux-arm-cgo), type Credential struct, Groups []uint32 12123pkg syscall (linux-arm-cgo), type Credential struct, Uid uint32 12124pkg syscall (linux-arm-cgo), type Dirent struct 12125pkg syscall (linux-arm-cgo), type Dirent struct, Ino uint64 12126pkg syscall (linux-arm-cgo), type Dirent struct, Name [256]uint8 12127pkg syscall (linux-arm-cgo), type Dirent struct, Off int64 12128pkg syscall (linux-arm-cgo), type Dirent struct, Pad_cgo_0 [5]uint8 12129pkg syscall (linux-arm-cgo), type Dirent struct, Reclen uint16 12130pkg syscall (linux-arm-cgo), type Dirent struct, Type uint8 12131pkg syscall (linux-arm-cgo), type EpollEvent struct 12132pkg syscall (linux-arm-cgo), type EpollEvent struct, Events uint32 12133pkg syscall (linux-arm-cgo), type EpollEvent struct, Fd int32 12134pkg syscall (linux-arm-cgo), type EpollEvent struct, Pad int32 12135pkg syscall (linux-arm-cgo), type EpollEvent struct, PadFd int32 12136pkg syscall (linux-arm-cgo), type FdSet struct 12137pkg syscall (linux-arm-cgo), type FdSet struct, Bits [32]int32 12138pkg syscall (linux-arm-cgo), type Fsid struct 12139pkg syscall (linux-arm-cgo), type Fsid struct, X__val [2]int32 12140pkg syscall (linux-arm-cgo), type ICMPv6Filter struct 12141pkg syscall (linux-arm-cgo), type ICMPv6Filter struct, Data [8]uint32 12142pkg syscall (linux-arm-cgo), type IPMreqn struct 12143pkg syscall (linux-arm-cgo), type IPMreqn struct, Address [4]uint8 12144pkg syscall (linux-arm-cgo), type IPMreqn struct, Ifindex int32 12145pkg syscall (linux-arm-cgo), type IPMreqn struct, Multiaddr [4]uint8 12146pkg syscall (linux-arm-cgo), type IPv6MTUInfo struct 12147pkg syscall (linux-arm-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 12148pkg syscall (linux-arm-cgo), type IPv6MTUInfo struct, Mtu uint32 12149pkg syscall (linux-arm-cgo), type IfAddrmsg struct 12150pkg syscall (linux-arm-cgo), type IfAddrmsg struct, Family uint8 12151pkg syscall (linux-arm-cgo), type IfAddrmsg struct, Flags uint8 12152pkg syscall (linux-arm-cgo), type IfAddrmsg struct, Index uint32 12153pkg syscall (linux-arm-cgo), type IfAddrmsg struct, Prefixlen uint8 12154pkg syscall (linux-arm-cgo), type IfAddrmsg struct, Scope uint8 12155pkg syscall (linux-arm-cgo), type IfInfomsg struct 12156pkg syscall (linux-arm-cgo), type IfInfomsg struct, Change uint32 12157pkg syscall (linux-arm-cgo), type IfInfomsg struct, Family uint8 12158pkg syscall (linux-arm-cgo), type IfInfomsg struct, Flags uint32 12159pkg syscall (linux-arm-cgo), type IfInfomsg struct, Index int32 12160pkg syscall (linux-arm-cgo), type IfInfomsg struct, Type uint16 12161pkg syscall (linux-arm-cgo), type IfInfomsg struct, X__ifi_pad uint8 12162pkg syscall (linux-arm-cgo), type Inet4Pktinfo struct 12163pkg syscall (linux-arm-cgo), type Inet4Pktinfo struct, Addr [4]uint8 12164pkg syscall (linux-arm-cgo), type Inet4Pktinfo struct, Ifindex int32 12165pkg syscall (linux-arm-cgo), type Inet4Pktinfo struct, Spec_dst [4]uint8 12166pkg syscall (linux-arm-cgo), type Inet6Pktinfo struct 12167pkg syscall (linux-arm-cgo), type Inet6Pktinfo struct, Addr [16]uint8 12168pkg syscall (linux-arm-cgo), type Inet6Pktinfo struct, Ifindex uint32 12169pkg syscall (linux-arm-cgo), type InotifyEvent struct 12170pkg syscall (linux-arm-cgo), type InotifyEvent struct, Cookie uint32 12171pkg syscall (linux-arm-cgo), type InotifyEvent struct, Len uint32 12172pkg syscall (linux-arm-cgo), type InotifyEvent struct, Mask uint32 12173pkg syscall (linux-arm-cgo), type InotifyEvent struct, Name [0]uint8 12174pkg syscall (linux-arm-cgo), type InotifyEvent struct, Wd int32 12175pkg syscall (linux-arm-cgo), type Iovec struct 12176pkg syscall (linux-arm-cgo), type Iovec struct, Base *uint8 12177pkg syscall (linux-arm-cgo), type Iovec struct, Len uint32 12178pkg syscall (linux-arm-cgo), type Msghdr struct 12179pkg syscall (linux-arm-cgo), type Msghdr struct, Control *uint8 12180pkg syscall (linux-arm-cgo), type Msghdr struct, Controllen uint32 12181pkg syscall (linux-arm-cgo), type Msghdr struct, Flags int32 12182pkg syscall (linux-arm-cgo), type Msghdr struct, Iov *Iovec 12183pkg syscall (linux-arm-cgo), type Msghdr struct, Iovlen uint32 12184pkg syscall (linux-arm-cgo), type Msghdr struct, Name *uint8 12185pkg syscall (linux-arm-cgo), type Msghdr struct, Namelen uint32 12186pkg syscall (linux-arm-cgo), type NetlinkMessage struct 12187pkg syscall (linux-arm-cgo), type NetlinkMessage struct, Data []uint8 12188pkg syscall (linux-arm-cgo), type NetlinkMessage struct, Header NlMsghdr 12189pkg syscall (linux-arm-cgo), type NetlinkRouteAttr struct 12190pkg syscall (linux-arm-cgo), type NetlinkRouteAttr struct, Attr RtAttr 12191pkg syscall (linux-arm-cgo), type NetlinkRouteAttr struct, Value []uint8 12192pkg syscall (linux-arm-cgo), type NetlinkRouteRequest struct 12193pkg syscall (linux-arm-cgo), type NetlinkRouteRequest struct, Data RtGenmsg 12194pkg syscall (linux-arm-cgo), type NetlinkRouteRequest struct, Header NlMsghdr 12195pkg syscall (linux-arm-cgo), type NlAttr struct 12196pkg syscall (linux-arm-cgo), type NlAttr struct, Len uint16 12197pkg syscall (linux-arm-cgo), type NlAttr struct, Type uint16 12198pkg syscall (linux-arm-cgo), type NlMsgerr struct 12199pkg syscall (linux-arm-cgo), type NlMsgerr struct, Error int32 12200pkg syscall (linux-arm-cgo), type NlMsgerr struct, Msg NlMsghdr 12201pkg syscall (linux-arm-cgo), type NlMsghdr struct 12202pkg syscall (linux-arm-cgo), type NlMsghdr struct, Flags uint16 12203pkg syscall (linux-arm-cgo), type NlMsghdr struct, Len uint32 12204pkg syscall (linux-arm-cgo), type NlMsghdr struct, Pid uint32 12205pkg syscall (linux-arm-cgo), type NlMsghdr struct, Seq uint32 12206pkg syscall (linux-arm-cgo), type NlMsghdr struct, Type uint16 12207pkg syscall (linux-arm-cgo), type PtraceRegs struct 12208pkg syscall (linux-arm-cgo), type PtraceRegs struct, Uregs [18]uint32 12209pkg syscall (linux-arm-cgo), type RawSockaddr struct, Data [14]uint8 12210pkg syscall (linux-arm-cgo), type RawSockaddr struct, Family uint16 12211pkg syscall (linux-arm-cgo), type RawSockaddrAny struct, Pad [96]uint8 12212pkg syscall (linux-arm-cgo), type RawSockaddrInet4 struct, Family uint16 12213pkg syscall (linux-arm-cgo), type RawSockaddrInet4 struct, Zero [8]uint8 12214pkg syscall (linux-arm-cgo), type RawSockaddrInet6 struct, Family uint16 12215pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct 12216pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Addr [8]uint8 12217pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Family uint16 12218pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Halen uint8 12219pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Hatype uint16 12220pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Ifindex int32 12221pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Pkttype uint8 12222pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Protocol uint16 12223pkg syscall (linux-arm-cgo), type RawSockaddrNetlink struct 12224pkg syscall (linux-arm-cgo), type RawSockaddrNetlink struct, Family uint16 12225pkg syscall (linux-arm-cgo), type RawSockaddrNetlink struct, Groups uint32 12226pkg syscall (linux-arm-cgo), type RawSockaddrNetlink struct, Pad uint16 12227pkg syscall (linux-arm-cgo), type RawSockaddrNetlink struct, Pid uint32 12228pkg syscall (linux-arm-cgo), type RawSockaddrUnix struct 12229pkg syscall (linux-arm-cgo), type RawSockaddrUnix struct, Family uint16 12230pkg syscall (linux-arm-cgo), type RawSockaddrUnix struct, Path [108]int8 12231pkg syscall (linux-arm-cgo), type Rlimit struct 12232pkg syscall (linux-arm-cgo), type Rlimit struct, Cur uint64 12233pkg syscall (linux-arm-cgo), type Rlimit struct, Max uint64 12234pkg syscall (linux-arm-cgo), type RtAttr struct 12235pkg syscall (linux-arm-cgo), type RtAttr struct, Len uint16 12236pkg syscall (linux-arm-cgo), type RtAttr struct, Type uint16 12237pkg syscall (linux-arm-cgo), type RtGenmsg struct 12238pkg syscall (linux-arm-cgo), type RtGenmsg struct, Family uint8 12239pkg syscall (linux-arm-cgo), type RtMsg struct 12240pkg syscall (linux-arm-cgo), type RtMsg struct, Dst_len uint8 12241pkg syscall (linux-arm-cgo), type RtMsg struct, Family uint8 12242pkg syscall (linux-arm-cgo), type RtMsg struct, Flags uint32 12243pkg syscall (linux-arm-cgo), type RtMsg struct, Protocol uint8 12244pkg syscall (linux-arm-cgo), type RtMsg struct, Scope uint8 12245pkg syscall (linux-arm-cgo), type RtMsg struct, Src_len uint8 12246pkg syscall (linux-arm-cgo), type RtMsg struct, Table uint8 12247pkg syscall (linux-arm-cgo), type RtMsg struct, Tos uint8 12248pkg syscall (linux-arm-cgo), type RtMsg struct, Type uint8 12249pkg syscall (linux-arm-cgo), type RtNexthop struct 12250pkg syscall (linux-arm-cgo), type RtNexthop struct, Flags uint8 12251pkg syscall (linux-arm-cgo), type RtNexthop struct, Hops uint8 12252pkg syscall (linux-arm-cgo), type RtNexthop struct, Ifindex int32 12253pkg syscall (linux-arm-cgo), type RtNexthop struct, Len uint16 12254pkg syscall (linux-arm-cgo), type Rusage struct, Idrss int32 12255pkg syscall (linux-arm-cgo), type Rusage struct, Inblock int32 12256pkg syscall (linux-arm-cgo), type Rusage struct, Isrss int32 12257pkg syscall (linux-arm-cgo), type Rusage struct, Ixrss int32 12258pkg syscall (linux-arm-cgo), type Rusage struct, Majflt int32 12259pkg syscall (linux-arm-cgo), type Rusage struct, Maxrss int32 12260pkg syscall (linux-arm-cgo), type Rusage struct, Minflt int32 12261pkg syscall (linux-arm-cgo), type Rusage struct, Msgrcv int32 12262pkg syscall (linux-arm-cgo), type Rusage struct, Msgsnd int32 12263pkg syscall (linux-arm-cgo), type Rusage struct, Nivcsw int32 12264pkg syscall (linux-arm-cgo), type Rusage struct, Nsignals int32 12265pkg syscall (linux-arm-cgo), type Rusage struct, Nswap int32 12266pkg syscall (linux-arm-cgo), type Rusage struct, Nvcsw int32 12267pkg syscall (linux-arm-cgo), type Rusage struct, Oublock int32 12268pkg syscall (linux-arm-cgo), type Rusage struct, Stime Timeval 12269pkg syscall (linux-arm-cgo), type Rusage struct, Utime Timeval 12270pkg syscall (linux-arm-cgo), type SockFilter struct 12271pkg syscall (linux-arm-cgo), type SockFilter struct, Code uint16 12272pkg syscall (linux-arm-cgo), type SockFilter struct, Jf uint8 12273pkg syscall (linux-arm-cgo), type SockFilter struct, Jt uint8 12274pkg syscall (linux-arm-cgo), type SockFilter struct, K uint32 12275pkg syscall (linux-arm-cgo), type SockFprog struct 12276pkg syscall (linux-arm-cgo), type SockFprog struct, Filter *SockFilter 12277pkg syscall (linux-arm-cgo), type SockFprog struct, Len uint16 12278pkg syscall (linux-arm-cgo), type SockFprog struct, Pad_cgo_0 [2]uint8 12279pkg syscall (linux-arm-cgo), type SockaddrLinklayer struct 12280pkg syscall (linux-arm-cgo), type SockaddrLinklayer struct, Addr [8]uint8 12281pkg syscall (linux-arm-cgo), type SockaddrLinklayer struct, Halen uint8 12282pkg syscall (linux-arm-cgo), type SockaddrLinklayer struct, Hatype uint16 12283pkg syscall (linux-arm-cgo), type SockaddrLinklayer struct, Ifindex int 12284pkg syscall (linux-arm-cgo), type SockaddrLinklayer struct, Pkttype uint8 12285pkg syscall (linux-arm-cgo), type SockaddrLinklayer struct, Protocol uint16 12286pkg syscall (linux-arm-cgo), type SockaddrNetlink struct 12287pkg syscall (linux-arm-cgo), type SockaddrNetlink struct, Family uint16 12288pkg syscall (linux-arm-cgo), type SockaddrNetlink struct, Groups uint32 12289pkg syscall (linux-arm-cgo), type SockaddrNetlink struct, Pad uint16 12290pkg syscall (linux-arm-cgo), type SockaddrNetlink struct, Pid uint32 12291pkg syscall (linux-arm-cgo), type SocketControlMessage struct 12292pkg syscall (linux-arm-cgo), type SocketControlMessage struct, Data []uint8 12293pkg syscall (linux-arm-cgo), type SocketControlMessage struct, Header Cmsghdr 12294pkg syscall (linux-arm-cgo), type Stat_t struct 12295pkg syscall (linux-arm-cgo), type Stat_t struct, Atim Timespec 12296pkg syscall (linux-arm-cgo), type Stat_t struct, Blksize int32 12297pkg syscall (linux-arm-cgo), type Stat_t struct, Blocks int64 12298pkg syscall (linux-arm-cgo), type Stat_t struct, Ctim Timespec 12299pkg syscall (linux-arm-cgo), type Stat_t struct, Dev uint64 12300pkg syscall (linux-arm-cgo), type Stat_t struct, Gid uint32 12301pkg syscall (linux-arm-cgo), type Stat_t struct, Ino uint64 12302pkg syscall (linux-arm-cgo), type Stat_t struct, Mode uint32 12303pkg syscall (linux-arm-cgo), type Stat_t struct, Mtim Timespec 12304pkg syscall (linux-arm-cgo), type Stat_t struct, Nlink uint32 12305pkg syscall (linux-arm-cgo), type Stat_t struct, Pad_cgo_0 [2]uint8 12306pkg syscall (linux-arm-cgo), type Stat_t struct, Pad_cgo_1 [6]uint8 12307pkg syscall (linux-arm-cgo), type Stat_t struct, Pad_cgo_2 [4]uint8 12308pkg syscall (linux-arm-cgo), type Stat_t struct, Rdev uint64 12309pkg syscall (linux-arm-cgo), type Stat_t struct, Size int64 12310pkg syscall (linux-arm-cgo), type Stat_t struct, Uid uint32 12311pkg syscall (linux-arm-cgo), type Stat_t struct, X__pad1 uint16 12312pkg syscall (linux-arm-cgo), type Stat_t struct, X__pad2 uint16 12313pkg syscall (linux-arm-cgo), type Stat_t struct, X__st_ino uint32 12314pkg syscall (linux-arm-cgo), type Statfs_t struct 12315pkg syscall (linux-arm-cgo), type Statfs_t struct, Bavail uint64 12316pkg syscall (linux-arm-cgo), type Statfs_t struct, Bfree uint64 12317pkg syscall (linux-arm-cgo), type Statfs_t struct, Blocks uint64 12318pkg syscall (linux-arm-cgo), type Statfs_t struct, Bsize int32 12319pkg syscall (linux-arm-cgo), type Statfs_t struct, Ffree uint64 12320pkg syscall (linux-arm-cgo), type Statfs_t struct, Files uint64 12321pkg syscall (linux-arm-cgo), type Statfs_t struct, Flags int32 12322pkg syscall (linux-arm-cgo), type Statfs_t struct, Frsize int32 12323pkg syscall (linux-arm-cgo), type Statfs_t struct, Fsid Fsid 12324pkg syscall (linux-arm-cgo), type Statfs_t struct, Namelen int32 12325pkg syscall (linux-arm-cgo), type Statfs_t struct, Pad_cgo_0 [4]uint8 12326pkg syscall (linux-arm-cgo), type Statfs_t struct, Spare [4]int32 12327pkg syscall (linux-arm-cgo), type Statfs_t struct, Type int32 12328pkg syscall (linux-arm-cgo), type SysProcAttr struct, Chroot string 12329pkg syscall (linux-arm-cgo), type SysProcAttr struct, Cloneflags uintptr 12330pkg syscall (linux-arm-cgo), type SysProcAttr struct, Credential *Credential 12331pkg syscall (linux-arm-cgo), type SysProcAttr struct, Ctty int 12332pkg syscall (linux-arm-cgo), type SysProcAttr struct, Noctty bool 12333pkg syscall (linux-arm-cgo), type SysProcAttr struct, Pdeathsig Signal 12334pkg syscall (linux-arm-cgo), type SysProcAttr struct, Ptrace bool 12335pkg syscall (linux-arm-cgo), type SysProcAttr struct, Setctty bool 12336pkg syscall (linux-arm-cgo), type SysProcAttr struct, Setpgid bool 12337pkg syscall (linux-arm-cgo), type SysProcAttr struct, Setsid bool 12338pkg syscall (linux-arm-cgo), type Sysinfo_t struct 12339pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Bufferram uint32 12340pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Freehigh uint32 12341pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Freeram uint32 12342pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Freeswap uint32 12343pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Loads [3]uint32 12344pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Pad uint16 12345pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Procs uint16 12346pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Sharedram uint32 12347pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Totalhigh uint32 12348pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Totalram uint32 12349pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Totalswap uint32 12350pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Unit uint32 12351pkg syscall (linux-arm-cgo), type Sysinfo_t struct, Uptime int32 12352pkg syscall (linux-arm-cgo), type Sysinfo_t struct, X_f [8]uint8 12353pkg syscall (linux-arm-cgo), type TCPInfo struct 12354pkg syscall (linux-arm-cgo), type TCPInfo struct, Advmss uint32 12355pkg syscall (linux-arm-cgo), type TCPInfo struct, Ato uint32 12356pkg syscall (linux-arm-cgo), type TCPInfo struct, Backoff uint8 12357pkg syscall (linux-arm-cgo), type TCPInfo struct, Ca_state uint8 12358pkg syscall (linux-arm-cgo), type TCPInfo struct, Fackets uint32 12359pkg syscall (linux-arm-cgo), type TCPInfo struct, Last_ack_recv uint32 12360pkg syscall (linux-arm-cgo), type TCPInfo struct, Last_ack_sent uint32 12361pkg syscall (linux-arm-cgo), type TCPInfo struct, Last_data_recv uint32 12362pkg syscall (linux-arm-cgo), type TCPInfo struct, Last_data_sent uint32 12363pkg syscall (linux-arm-cgo), type TCPInfo struct, Lost uint32 12364pkg syscall (linux-arm-cgo), type TCPInfo struct, Options uint8 12365pkg syscall (linux-arm-cgo), type TCPInfo struct, Pad_cgo_0 [2]uint8 12366pkg syscall (linux-arm-cgo), type TCPInfo struct, Pmtu uint32 12367pkg syscall (linux-arm-cgo), type TCPInfo struct, Probes uint8 12368pkg syscall (linux-arm-cgo), type TCPInfo struct, Rcv_mss uint32 12369pkg syscall (linux-arm-cgo), type TCPInfo struct, Rcv_rtt uint32 12370pkg syscall (linux-arm-cgo), type TCPInfo struct, Rcv_space uint32 12371pkg syscall (linux-arm-cgo), type TCPInfo struct, Rcv_ssthresh uint32 12372pkg syscall (linux-arm-cgo), type TCPInfo struct, Reordering uint32 12373pkg syscall (linux-arm-cgo), type TCPInfo struct, Retrans uint32 12374pkg syscall (linux-arm-cgo), type TCPInfo struct, Retransmits uint8 12375pkg syscall (linux-arm-cgo), type TCPInfo struct, Rto uint32 12376pkg syscall (linux-arm-cgo), type TCPInfo struct, Rtt uint32 12377pkg syscall (linux-arm-cgo), type TCPInfo struct, Rttvar uint32 12378pkg syscall (linux-arm-cgo), type TCPInfo struct, Sacked uint32 12379pkg syscall (linux-arm-cgo), type TCPInfo struct, Snd_cwnd uint32 12380pkg syscall (linux-arm-cgo), type TCPInfo struct, Snd_mss uint32 12381pkg syscall (linux-arm-cgo), type TCPInfo struct, Snd_ssthresh uint32 12382pkg syscall (linux-arm-cgo), type TCPInfo struct, State uint8 12383pkg syscall (linux-arm-cgo), type TCPInfo struct, Total_retrans uint32 12384pkg syscall (linux-arm-cgo), type TCPInfo struct, Unacked uint32 12385pkg syscall (linux-arm-cgo), type Termios struct 12386pkg syscall (linux-arm-cgo), type Termios struct, Cc [32]uint8 12387pkg syscall (linux-arm-cgo), type Termios struct, Cflag uint32 12388pkg syscall (linux-arm-cgo), type Termios struct, Iflag uint32 12389pkg syscall (linux-arm-cgo), type Termios struct, Ispeed uint32 12390pkg syscall (linux-arm-cgo), type Termios struct, Lflag uint32 12391pkg syscall (linux-arm-cgo), type Termios struct, Line uint8 12392pkg syscall (linux-arm-cgo), type Termios struct, Oflag uint32 12393pkg syscall (linux-arm-cgo), type Termios struct, Ospeed uint32 12394pkg syscall (linux-arm-cgo), type Termios struct, Pad_cgo_0 [3]uint8 12395pkg syscall (linux-arm-cgo), type Time_t int32 12396pkg syscall (linux-arm-cgo), type Timespec struct, Nsec int32 12397pkg syscall (linux-arm-cgo), type Timespec struct, Sec int32 12398pkg syscall (linux-arm-cgo), type Timeval struct, Sec int32 12399pkg syscall (linux-arm-cgo), type Timeval struct, Usec int32 12400pkg syscall (linux-arm-cgo), type Timex struct 12401pkg syscall (linux-arm-cgo), type Timex struct, Calcnt int32 12402pkg syscall (linux-arm-cgo), type Timex struct, Constant int32 12403pkg syscall (linux-arm-cgo), type Timex struct, Errcnt int32 12404pkg syscall (linux-arm-cgo), type Timex struct, Esterror int32 12405pkg syscall (linux-arm-cgo), type Timex struct, Freq int32 12406pkg syscall (linux-arm-cgo), type Timex struct, Jitcnt int32 12407pkg syscall (linux-arm-cgo), type Timex struct, Jitter int32 12408pkg syscall (linux-arm-cgo), type Timex struct, Maxerror int32 12409pkg syscall (linux-arm-cgo), type Timex struct, Modes uint32 12410pkg syscall (linux-arm-cgo), type Timex struct, Offset int32 12411pkg syscall (linux-arm-cgo), type Timex struct, Pad_cgo_0 [44]uint8 12412pkg syscall (linux-arm-cgo), type Timex struct, Ppsfreq int32 12413pkg syscall (linux-arm-cgo), type Timex struct, Precision int32 12414pkg syscall (linux-arm-cgo), type Timex struct, Shift int32 12415pkg syscall (linux-arm-cgo), type Timex struct, Stabil int32 12416pkg syscall (linux-arm-cgo), type Timex struct, Status int32 12417pkg syscall (linux-arm-cgo), type Timex struct, Stbcnt int32 12418pkg syscall (linux-arm-cgo), type Timex struct, Tai int32 12419pkg syscall (linux-arm-cgo), type Timex struct, Tick int32 12420pkg syscall (linux-arm-cgo), type Timex struct, Time Timeval 12421pkg syscall (linux-arm-cgo), type Timex struct, Tolerance int32 12422pkg syscall (linux-arm-cgo), type Tms struct 12423pkg syscall (linux-arm-cgo), type Tms struct, Cstime int32 12424pkg syscall (linux-arm-cgo), type Tms struct, Cutime int32 12425pkg syscall (linux-arm-cgo), type Tms struct, Stime int32 12426pkg syscall (linux-arm-cgo), type Tms struct, Utime int32 12427pkg syscall (linux-arm-cgo), type Ucred struct 12428pkg syscall (linux-arm-cgo), type Ucred struct, Gid uint32 12429pkg syscall (linux-arm-cgo), type Ucred struct, Pid int32 12430pkg syscall (linux-arm-cgo), type Ucred struct, Uid uint32 12431pkg syscall (linux-arm-cgo), type Ustat_t struct 12432pkg syscall (linux-arm-cgo), type Ustat_t struct, Fname [6]uint8 12433pkg syscall (linux-arm-cgo), type Ustat_t struct, Fpack [6]uint8 12434pkg syscall (linux-arm-cgo), type Ustat_t struct, Tfree int32 12435pkg syscall (linux-arm-cgo), type Ustat_t struct, Tinode uint32 12436pkg syscall (linux-arm-cgo), type Utimbuf struct 12437pkg syscall (linux-arm-cgo), type Utimbuf struct, Actime int32 12438pkg syscall (linux-arm-cgo), type Utimbuf struct, Modtime int32 12439pkg syscall (linux-arm-cgo), type Utsname struct 12440pkg syscall (linux-arm-cgo), type Utsname struct, Domainname [65]uint8 12441pkg syscall (linux-arm-cgo), type Utsname struct, Machine [65]uint8 12442pkg syscall (linux-arm-cgo), type Utsname struct, Nodename [65]uint8 12443pkg syscall (linux-arm-cgo), type Utsname struct, Release [65]uint8 12444pkg syscall (linux-arm-cgo), type Utsname struct, Sysname [65]uint8 12445pkg syscall (linux-arm-cgo), type Utsname struct, Version [65]uint8 12446pkg syscall (linux-arm-cgo), type WaitStatus uint32 12447pkg syscall (linux-arm-cgo), var Stderr int 12448pkg syscall (linux-arm-cgo), var Stdin int 12449pkg syscall (linux-arm-cgo), var Stdout int 12450pkg syscall (netbsd-386), const AF_APPLETALK ideal-int 12451pkg syscall (netbsd-386), const AF_ARP ideal-int 12452pkg syscall (netbsd-386), const AF_BLUETOOTH ideal-int 12453pkg syscall (netbsd-386), const AF_CCITT ideal-int 12454pkg syscall (netbsd-386), const AF_CHAOS ideal-int 12455pkg syscall (netbsd-386), const AF_CNT ideal-int 12456pkg syscall (netbsd-386), const AF_COIP ideal-int 12457pkg syscall (netbsd-386), const AF_DATAKIT ideal-int 12458pkg syscall (netbsd-386), const AF_DECnet ideal-int 12459pkg syscall (netbsd-386), const AF_DLI ideal-int 12460pkg syscall (netbsd-386), const AF_E164 ideal-int 12461pkg syscall (netbsd-386), const AF_ECMA ideal-int 12462pkg syscall (netbsd-386), const AF_HYLINK ideal-int 12463pkg syscall (netbsd-386), const AF_IEEE80211 ideal-int 12464pkg syscall (netbsd-386), const AF_IMPLINK ideal-int 12465pkg syscall (netbsd-386), const AF_IPX ideal-int 12466pkg syscall (netbsd-386), const AF_ISDN ideal-int 12467pkg syscall (netbsd-386), const AF_ISO ideal-int 12468pkg syscall (netbsd-386), const AF_LAT ideal-int 12469pkg syscall (netbsd-386), const AF_LINK ideal-int 12470pkg syscall (netbsd-386), const AF_LOCAL ideal-int 12471pkg syscall (netbsd-386), const AF_MAX ideal-int 12472pkg syscall (netbsd-386), const AF_MPLS ideal-int 12473pkg syscall (netbsd-386), const AF_NATM ideal-int 12474pkg syscall (netbsd-386), const AF_NS ideal-int 12475pkg syscall (netbsd-386), const AF_OROUTE ideal-int 12476pkg syscall (netbsd-386), const AF_OSI ideal-int 12477pkg syscall (netbsd-386), const AF_PUP ideal-int 12478pkg syscall (netbsd-386), const AF_ROUTE ideal-int 12479pkg syscall (netbsd-386), const AF_SNA ideal-int 12480pkg syscall (netbsd-386), const ARPHRD_ARCNET ideal-int 12481pkg syscall (netbsd-386), const ARPHRD_ETHER ideal-int 12482pkg syscall (netbsd-386), const ARPHRD_FRELAY ideal-int 12483pkg syscall (netbsd-386), const ARPHRD_IEEE1394 ideal-int 12484pkg syscall (netbsd-386), const ARPHRD_IEEE802 ideal-int 12485pkg syscall (netbsd-386), const ARPHRD_STRIP ideal-int 12486pkg syscall (netbsd-386), const B0 ideal-int 12487pkg syscall (netbsd-386), const B110 ideal-int 12488pkg syscall (netbsd-386), const B115200 ideal-int 12489pkg syscall (netbsd-386), const B1200 ideal-int 12490pkg syscall (netbsd-386), const B134 ideal-int 12491pkg syscall (netbsd-386), const B14400 ideal-int 12492pkg syscall (netbsd-386), const B150 ideal-int 12493pkg syscall (netbsd-386), const B1800 ideal-int 12494pkg syscall (netbsd-386), const B19200 ideal-int 12495pkg syscall (netbsd-386), const B200 ideal-int 12496pkg syscall (netbsd-386), const B230400 ideal-int 12497pkg syscall (netbsd-386), const B2400 ideal-int 12498pkg syscall (netbsd-386), const B28800 ideal-int 12499pkg syscall (netbsd-386), const B300 ideal-int 12500pkg syscall (netbsd-386), const B38400 ideal-int 12501pkg syscall (netbsd-386), const B460800 ideal-int 12502pkg syscall (netbsd-386), const B4800 ideal-int 12503pkg syscall (netbsd-386), const B50 ideal-int 12504pkg syscall (netbsd-386), const B57600 ideal-int 12505pkg syscall (netbsd-386), const B600 ideal-int 12506pkg syscall (netbsd-386), const B7200 ideal-int 12507pkg syscall (netbsd-386), const B75 ideal-int 12508pkg syscall (netbsd-386), const B76800 ideal-int 12509pkg syscall (netbsd-386), const B921600 ideal-int 12510pkg syscall (netbsd-386), const B9600 ideal-int 12511pkg syscall (netbsd-386), const BIOCFEEDBACK ideal-int 12512pkg syscall (netbsd-386), const BIOCFLUSH ideal-int 12513pkg syscall (netbsd-386), const BIOCGBLEN ideal-int 12514pkg syscall (netbsd-386), const BIOCGDLT ideal-int 12515pkg syscall (netbsd-386), const BIOCGDLTLIST ideal-int 12516pkg syscall (netbsd-386), const BIOCGETIF ideal-int 12517pkg syscall (netbsd-386), const BIOCGFEEDBACK ideal-int 12518pkg syscall (netbsd-386), const BIOCGHDRCMPLT ideal-int 12519pkg syscall (netbsd-386), const BIOCGRTIMEOUT ideal-int 12520pkg syscall (netbsd-386), const BIOCGSEESENT ideal-int 12521pkg syscall (netbsd-386), const BIOCGSTATS ideal-int 12522pkg syscall (netbsd-386), const BIOCGSTATSOLD ideal-int 12523pkg syscall (netbsd-386), const BIOCIMMEDIATE ideal-int 12524pkg syscall (netbsd-386), const BIOCPROMISC ideal-int 12525pkg syscall (netbsd-386), const BIOCSBLEN ideal-int 12526pkg syscall (netbsd-386), const BIOCSDLT ideal-int 12527pkg syscall (netbsd-386), const BIOCSETF ideal-int 12528pkg syscall (netbsd-386), const BIOCSETIF ideal-int 12529pkg syscall (netbsd-386), const BIOCSFEEDBACK ideal-int 12530pkg syscall (netbsd-386), const BIOCSHDRCMPLT ideal-int 12531pkg syscall (netbsd-386), const BIOCSRTIMEOUT ideal-int 12532pkg syscall (netbsd-386), const BIOCSSEESENT ideal-int 12533pkg syscall (netbsd-386), const BIOCSTCPF ideal-int 12534pkg syscall (netbsd-386), const BIOCSUDPF ideal-int 12535pkg syscall (netbsd-386), const BIOCVERSION ideal-int 12536pkg syscall (netbsd-386), const BPF_A ideal-int 12537pkg syscall (netbsd-386), const BPF_ABS ideal-int 12538pkg syscall (netbsd-386), const BPF_ADD ideal-int 12539pkg syscall (netbsd-386), const BPF_ALIGNMENT ideal-int 12540pkg syscall (netbsd-386), const BPF_ALIGNMENT32 ideal-int 12541pkg syscall (netbsd-386), const BPF_ALU ideal-int 12542pkg syscall (netbsd-386), const BPF_AND ideal-int 12543pkg syscall (netbsd-386), const BPF_B ideal-int 12544pkg syscall (netbsd-386), const BPF_DFLTBUFSIZE ideal-int 12545pkg syscall (netbsd-386), const BPF_DIV ideal-int 12546pkg syscall (netbsd-386), const BPF_H ideal-int 12547pkg syscall (netbsd-386), const BPF_IMM ideal-int 12548pkg syscall (netbsd-386), const BPF_IND ideal-int 12549pkg syscall (netbsd-386), const BPF_JA ideal-int 12550pkg syscall (netbsd-386), const BPF_JEQ ideal-int 12551pkg syscall (netbsd-386), const BPF_JGE ideal-int 12552pkg syscall (netbsd-386), const BPF_JGT ideal-int 12553pkg syscall (netbsd-386), const BPF_JMP ideal-int 12554pkg syscall (netbsd-386), const BPF_JSET ideal-int 12555pkg syscall (netbsd-386), const BPF_K ideal-int 12556pkg syscall (netbsd-386), const BPF_LD ideal-int 12557pkg syscall (netbsd-386), const BPF_LDX ideal-int 12558pkg syscall (netbsd-386), const BPF_LEN ideal-int 12559pkg syscall (netbsd-386), const BPF_LSH ideal-int 12560pkg syscall (netbsd-386), const BPF_MAJOR_VERSION ideal-int 12561pkg syscall (netbsd-386), const BPF_MAXBUFSIZE ideal-int 12562pkg syscall (netbsd-386), const BPF_MAXINSNS ideal-int 12563pkg syscall (netbsd-386), const BPF_MEM ideal-int 12564pkg syscall (netbsd-386), const BPF_MEMWORDS ideal-int 12565pkg syscall (netbsd-386), const BPF_MINBUFSIZE ideal-int 12566pkg syscall (netbsd-386), const BPF_MINOR_VERSION ideal-int 12567pkg syscall (netbsd-386), const BPF_MISC ideal-int 12568pkg syscall (netbsd-386), const BPF_MSH ideal-int 12569pkg syscall (netbsd-386), const BPF_MUL ideal-int 12570pkg syscall (netbsd-386), const BPF_NEG ideal-int 12571pkg syscall (netbsd-386), const BPF_OR ideal-int 12572pkg syscall (netbsd-386), const BPF_RELEASE ideal-int 12573pkg syscall (netbsd-386), const BPF_RET ideal-int 12574pkg syscall (netbsd-386), const BPF_RSH ideal-int 12575pkg syscall (netbsd-386), const BPF_ST ideal-int 12576pkg syscall (netbsd-386), const BPF_STX ideal-int 12577pkg syscall (netbsd-386), const BPF_SUB ideal-int 12578pkg syscall (netbsd-386), const BPF_TAX ideal-int 12579pkg syscall (netbsd-386), const BPF_TXA ideal-int 12580pkg syscall (netbsd-386), const BPF_W ideal-int 12581pkg syscall (netbsd-386), const BPF_X ideal-int 12582pkg syscall (netbsd-386), const BRKINT ideal-int 12583pkg syscall (netbsd-386), const CFLUSH ideal-int 12584pkg syscall (netbsd-386), const CLOCAL ideal-int 12585pkg syscall (netbsd-386), const CREAD ideal-int 12586pkg syscall (netbsd-386), const CS5 ideal-int 12587pkg syscall (netbsd-386), const CS6 ideal-int 12588pkg syscall (netbsd-386), const CS7 ideal-int 12589pkg syscall (netbsd-386), const CS8 ideal-int 12590pkg syscall (netbsd-386), const CSIZE ideal-int 12591pkg syscall (netbsd-386), const CSTART ideal-int 12592pkg syscall (netbsd-386), const CSTATUS ideal-int 12593pkg syscall (netbsd-386), const CSTOP ideal-int 12594pkg syscall (netbsd-386), const CSTOPB ideal-int 12595pkg syscall (netbsd-386), const CSUSP ideal-int 12596pkg syscall (netbsd-386), const CTL_MAXNAME ideal-int 12597pkg syscall (netbsd-386), const CTL_NET ideal-int 12598pkg syscall (netbsd-386), const CTL_QUERY ideal-int 12599pkg syscall (netbsd-386), const DIOCBSFLUSH ideal-int 12600pkg syscall (netbsd-386), const DLT_A429 ideal-int 12601pkg syscall (netbsd-386), const DLT_A653_ICM ideal-int 12602pkg syscall (netbsd-386), const DLT_AIRONET_HEADER ideal-int 12603pkg syscall (netbsd-386), const DLT_AOS ideal-int 12604pkg syscall (netbsd-386), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int 12605pkg syscall (netbsd-386), const DLT_ARCNET ideal-int 12606pkg syscall (netbsd-386), const DLT_ARCNET_LINUX ideal-int 12607pkg syscall (netbsd-386), const DLT_ATM_CLIP ideal-int 12608pkg syscall (netbsd-386), const DLT_ATM_RFC1483 ideal-int 12609pkg syscall (netbsd-386), const DLT_AURORA ideal-int 12610pkg syscall (netbsd-386), const DLT_AX25 ideal-int 12611pkg syscall (netbsd-386), const DLT_AX25_KISS ideal-int 12612pkg syscall (netbsd-386), const DLT_BACNET_MS_TP ideal-int 12613pkg syscall (netbsd-386), const DLT_BLUETOOTH_HCI_H4 ideal-int 12614pkg syscall (netbsd-386), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int 12615pkg syscall (netbsd-386), const DLT_CAN20B ideal-int 12616pkg syscall (netbsd-386), const DLT_CAN_SOCKETCAN ideal-int 12617pkg syscall (netbsd-386), const DLT_CHAOS ideal-int 12618pkg syscall (netbsd-386), const DLT_CISCO_IOS ideal-int 12619pkg syscall (netbsd-386), const DLT_C_HDLC ideal-int 12620pkg syscall (netbsd-386), const DLT_C_HDLC_WITH_DIR ideal-int 12621pkg syscall (netbsd-386), const DLT_DECT ideal-int 12622pkg syscall (netbsd-386), const DLT_DOCSIS ideal-int 12623pkg syscall (netbsd-386), const DLT_ECONET ideal-int 12624pkg syscall (netbsd-386), const DLT_EN10MB ideal-int 12625pkg syscall (netbsd-386), const DLT_EN3MB ideal-int 12626pkg syscall (netbsd-386), const DLT_ENC ideal-int 12627pkg syscall (netbsd-386), const DLT_ERF ideal-int 12628pkg syscall (netbsd-386), const DLT_ERF_ETH ideal-int 12629pkg syscall (netbsd-386), const DLT_ERF_POS ideal-int 12630pkg syscall (netbsd-386), const DLT_FC_2 ideal-int 12631pkg syscall (netbsd-386), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int 12632pkg syscall (netbsd-386), const DLT_FDDI ideal-int 12633pkg syscall (netbsd-386), const DLT_FLEXRAY ideal-int 12634pkg syscall (netbsd-386), const DLT_FRELAY ideal-int 12635pkg syscall (netbsd-386), const DLT_FRELAY_WITH_DIR ideal-int 12636pkg syscall (netbsd-386), const DLT_GCOM_SERIAL ideal-int 12637pkg syscall (netbsd-386), const DLT_GCOM_T1E1 ideal-int 12638pkg syscall (netbsd-386), const DLT_GPF_F ideal-int 12639pkg syscall (netbsd-386), const DLT_GPF_T ideal-int 12640pkg syscall (netbsd-386), const DLT_GPRS_LLC ideal-int 12641pkg syscall (netbsd-386), const DLT_GSMTAP_ABIS ideal-int 12642pkg syscall (netbsd-386), const DLT_GSMTAP_UM ideal-int 12643pkg syscall (netbsd-386), const DLT_HDLC ideal-int 12644pkg syscall (netbsd-386), const DLT_HHDLC ideal-int 12645pkg syscall (netbsd-386), const DLT_HIPPI ideal-int 12646pkg syscall (netbsd-386), const DLT_IBM_SN ideal-int 12647pkg syscall (netbsd-386), const DLT_IBM_SP ideal-int 12648pkg syscall (netbsd-386), const DLT_IEEE802 ideal-int 12649pkg syscall (netbsd-386), const DLT_IEEE802_11 ideal-int 12650pkg syscall (netbsd-386), const DLT_IEEE802_11_RADIO ideal-int 12651pkg syscall (netbsd-386), const DLT_IEEE802_11_RADIO_AVS ideal-int 12652pkg syscall (netbsd-386), const DLT_IEEE802_15_4 ideal-int 12653pkg syscall (netbsd-386), const DLT_IEEE802_15_4_LINUX ideal-int 12654pkg syscall (netbsd-386), const DLT_IEEE802_15_4_NONASK_PHY ideal-int 12655pkg syscall (netbsd-386), const DLT_IEEE802_16_MAC_CPS ideal-int 12656pkg syscall (netbsd-386), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int 12657pkg syscall (netbsd-386), const DLT_IPMB ideal-int 12658pkg syscall (netbsd-386), const DLT_IPMB_LINUX ideal-int 12659pkg syscall (netbsd-386), const DLT_IPNET ideal-int 12660pkg syscall (netbsd-386), const DLT_IPV4 ideal-int 12661pkg syscall (netbsd-386), const DLT_IPV6 ideal-int 12662pkg syscall (netbsd-386), const DLT_IP_OVER_FC ideal-int 12663pkg syscall (netbsd-386), const DLT_JUNIPER_ATM1 ideal-int 12664pkg syscall (netbsd-386), const DLT_JUNIPER_ATM2 ideal-int 12665pkg syscall (netbsd-386), const DLT_JUNIPER_CHDLC ideal-int 12666pkg syscall (netbsd-386), const DLT_JUNIPER_ES ideal-int 12667pkg syscall (netbsd-386), const DLT_JUNIPER_ETHER ideal-int 12668pkg syscall (netbsd-386), const DLT_JUNIPER_FRELAY ideal-int 12669pkg syscall (netbsd-386), const DLT_JUNIPER_GGSN ideal-int 12670pkg syscall (netbsd-386), const DLT_JUNIPER_ISM ideal-int 12671pkg syscall (netbsd-386), const DLT_JUNIPER_MFR ideal-int 12672pkg syscall (netbsd-386), const DLT_JUNIPER_MLFR ideal-int 12673pkg syscall (netbsd-386), const DLT_JUNIPER_MLPPP ideal-int 12674pkg syscall (netbsd-386), const DLT_JUNIPER_MONITOR ideal-int 12675pkg syscall (netbsd-386), const DLT_JUNIPER_PIC_PEER ideal-int 12676pkg syscall (netbsd-386), const DLT_JUNIPER_PPP ideal-int 12677pkg syscall (netbsd-386), const DLT_JUNIPER_PPPOE ideal-int 12678pkg syscall (netbsd-386), const DLT_JUNIPER_PPPOE_ATM ideal-int 12679pkg syscall (netbsd-386), const DLT_JUNIPER_SERVICES ideal-int 12680pkg syscall (netbsd-386), const DLT_JUNIPER_ST ideal-int 12681pkg syscall (netbsd-386), const DLT_JUNIPER_VP ideal-int 12682pkg syscall (netbsd-386), const DLT_LAPB_WITH_DIR ideal-int 12683pkg syscall (netbsd-386), const DLT_LAPD ideal-int 12684pkg syscall (netbsd-386), const DLT_LIN ideal-int 12685pkg syscall (netbsd-386), const DLT_LINUX_EVDEV ideal-int 12686pkg syscall (netbsd-386), const DLT_LINUX_IRDA ideal-int 12687pkg syscall (netbsd-386), const DLT_LINUX_LAPD ideal-int 12688pkg syscall (netbsd-386), const DLT_LINUX_SLL ideal-int 12689pkg syscall (netbsd-386), const DLT_LOOP ideal-int 12690pkg syscall (netbsd-386), const DLT_LTALK ideal-int 12691pkg syscall (netbsd-386), const DLT_MFR ideal-int 12692pkg syscall (netbsd-386), const DLT_MOST ideal-int 12693pkg syscall (netbsd-386), const DLT_MPLS ideal-int 12694pkg syscall (netbsd-386), const DLT_MTP2 ideal-int 12695pkg syscall (netbsd-386), const DLT_MTP2_WITH_PHDR ideal-int 12696pkg syscall (netbsd-386), const DLT_MTP3 ideal-int 12697pkg syscall (netbsd-386), const DLT_NULL ideal-int 12698pkg syscall (netbsd-386), const DLT_PCI_EXP ideal-int 12699pkg syscall (netbsd-386), const DLT_PFLOG ideal-int 12700pkg syscall (netbsd-386), const DLT_PFSYNC ideal-int 12701pkg syscall (netbsd-386), const DLT_PPI ideal-int 12702pkg syscall (netbsd-386), const DLT_PPP ideal-int 12703pkg syscall (netbsd-386), const DLT_PPP_BSDOS ideal-int 12704pkg syscall (netbsd-386), const DLT_PPP_ETHER ideal-int 12705pkg syscall (netbsd-386), const DLT_PPP_PPPD ideal-int 12706pkg syscall (netbsd-386), const DLT_PPP_SERIAL ideal-int 12707pkg syscall (netbsd-386), const DLT_PPP_WITH_DIR ideal-int 12708pkg syscall (netbsd-386), const DLT_PRISM_HEADER ideal-int 12709pkg syscall (netbsd-386), const DLT_PRONET ideal-int 12710pkg syscall (netbsd-386), const DLT_RAIF1 ideal-int 12711pkg syscall (netbsd-386), const DLT_RAW ideal-int 12712pkg syscall (netbsd-386), const DLT_RAWAF_MASK ideal-int 12713pkg syscall (netbsd-386), const DLT_RIO ideal-int 12714pkg syscall (netbsd-386), const DLT_SCCP ideal-int 12715pkg syscall (netbsd-386), const DLT_SITA ideal-int 12716pkg syscall (netbsd-386), const DLT_SLIP ideal-int 12717pkg syscall (netbsd-386), const DLT_SLIP_BSDOS ideal-int 12718pkg syscall (netbsd-386), const DLT_SUNATM ideal-int 12719pkg syscall (netbsd-386), const DLT_SYMANTEC_FIREWALL ideal-int 12720pkg syscall (netbsd-386), const DLT_TZSP ideal-int 12721pkg syscall (netbsd-386), const DLT_USB ideal-int 12722pkg syscall (netbsd-386), const DLT_USB_LINUX ideal-int 12723pkg syscall (netbsd-386), const DLT_USB_LINUX_MMAPPED ideal-int 12724pkg syscall (netbsd-386), const DLT_WIHART ideal-int 12725pkg syscall (netbsd-386), const DLT_X2E_SERIAL ideal-int 12726pkg syscall (netbsd-386), const DLT_X2E_XORAYA ideal-int 12727pkg syscall (netbsd-386), const DT_BLK ideal-int 12728pkg syscall (netbsd-386), const DT_CHR ideal-int 12729pkg syscall (netbsd-386), const DT_DIR ideal-int 12730pkg syscall (netbsd-386), const DT_FIFO ideal-int 12731pkg syscall (netbsd-386), const DT_LNK ideal-int 12732pkg syscall (netbsd-386), const DT_REG ideal-int 12733pkg syscall (netbsd-386), const DT_SOCK ideal-int 12734pkg syscall (netbsd-386), const DT_UNKNOWN ideal-int 12735pkg syscall (netbsd-386), const DT_WHT ideal-int 12736pkg syscall (netbsd-386), const EAUTH Errno 12737pkg syscall (netbsd-386), const EBADMSG Errno 12738pkg syscall (netbsd-386), const EBADRPC Errno 12739pkg syscall (netbsd-386), const ECHO ideal-int 12740pkg syscall (netbsd-386), const ECHOCTL ideal-int 12741pkg syscall (netbsd-386), const ECHOE ideal-int 12742pkg syscall (netbsd-386), const ECHOK ideal-int 12743pkg syscall (netbsd-386), const ECHOKE ideal-int 12744pkg syscall (netbsd-386), const ECHONL ideal-int 12745pkg syscall (netbsd-386), const ECHOPRT ideal-int 12746pkg syscall (netbsd-386), const EFTYPE Errno 12747pkg syscall (netbsd-386), const ELAST Errno 12748pkg syscall (netbsd-386), const EMULTIHOP Errno 12749pkg syscall (netbsd-386), const EMUL_LINUX ideal-int 12750pkg syscall (netbsd-386), const EMUL_LINUX32 ideal-int 12751pkg syscall (netbsd-386), const EMUL_MAXID ideal-int 12752pkg syscall (netbsd-386), const ENEEDAUTH Errno 12753pkg syscall (netbsd-386), const ENOATTR Errno 12754pkg syscall (netbsd-386), const ENODATA Errno 12755pkg syscall (netbsd-386), const ENOLINK Errno 12756pkg syscall (netbsd-386), const ENOSR Errno 12757pkg syscall (netbsd-386), const ENOSTR Errno 12758pkg syscall (netbsd-386), const EN_SW_CTL_INF ideal-int 12759pkg syscall (netbsd-386), const EN_SW_CTL_PREC ideal-int 12760pkg syscall (netbsd-386), const EN_SW_CTL_ROUND ideal-int 12761pkg syscall (netbsd-386), const EN_SW_DATACHAIN ideal-int 12762pkg syscall (netbsd-386), const EN_SW_DENORM ideal-int 12763pkg syscall (netbsd-386), const EN_SW_INVOP ideal-int 12764pkg syscall (netbsd-386), const EN_SW_OVERFLOW ideal-int 12765pkg syscall (netbsd-386), const EN_SW_PRECLOSS ideal-int 12766pkg syscall (netbsd-386), const EN_SW_UNDERFLOW ideal-int 12767pkg syscall (netbsd-386), const EN_SW_ZERODIV ideal-int 12768pkg syscall (netbsd-386), const EPROCLIM Errno 12769pkg syscall (netbsd-386), const EPROCUNAVAIL Errno 12770pkg syscall (netbsd-386), const EPROGMISMATCH Errno 12771pkg syscall (netbsd-386), const EPROGUNAVAIL Errno 12772pkg syscall (netbsd-386), const EPROTO Errno 12773pkg syscall (netbsd-386), const ERPCMISMATCH Errno 12774pkg syscall (netbsd-386), const ETHERCAP_JUMBO_MTU ideal-int 12775pkg syscall (netbsd-386), const ETHERCAP_VLAN_HWTAGGING ideal-int 12776pkg syscall (netbsd-386), const ETHERCAP_VLAN_MTU ideal-int 12777pkg syscall (netbsd-386), const ETHERMIN ideal-int 12778pkg syscall (netbsd-386), const ETHERMTU ideal-int 12779pkg syscall (netbsd-386), const ETHERMTU_JUMBO ideal-int 12780pkg syscall (netbsd-386), const ETHERTYPE_8023 ideal-int 12781pkg syscall (netbsd-386), const ETHERTYPE_AARP ideal-int 12782pkg syscall (netbsd-386), const ETHERTYPE_ACCTON ideal-int 12783pkg syscall (netbsd-386), const ETHERTYPE_AEONIC ideal-int 12784pkg syscall (netbsd-386), const ETHERTYPE_ALPHA ideal-int 12785pkg syscall (netbsd-386), const ETHERTYPE_AMBER ideal-int 12786pkg syscall (netbsd-386), const ETHERTYPE_AMOEBA ideal-int 12787pkg syscall (netbsd-386), const ETHERTYPE_APOLLO ideal-int 12788pkg syscall (netbsd-386), const ETHERTYPE_APOLLODOMAIN ideal-int 12789pkg syscall (netbsd-386), const ETHERTYPE_APPLETALK ideal-int 12790pkg syscall (netbsd-386), const ETHERTYPE_APPLITEK ideal-int 12791pkg syscall (netbsd-386), const ETHERTYPE_ARGONAUT ideal-int 12792pkg syscall (netbsd-386), const ETHERTYPE_ARP ideal-int 12793pkg syscall (netbsd-386), const ETHERTYPE_AT ideal-int 12794pkg syscall (netbsd-386), const ETHERTYPE_ATALK ideal-int 12795pkg syscall (netbsd-386), const ETHERTYPE_ATOMIC ideal-int 12796pkg syscall (netbsd-386), const ETHERTYPE_ATT ideal-int 12797pkg syscall (netbsd-386), const ETHERTYPE_ATTSTANFORD ideal-int 12798pkg syscall (netbsd-386), const ETHERTYPE_AUTOPHON ideal-int 12799pkg syscall (netbsd-386), const ETHERTYPE_AXIS ideal-int 12800pkg syscall (netbsd-386), const ETHERTYPE_BCLOOP ideal-int 12801pkg syscall (netbsd-386), const ETHERTYPE_BOFL ideal-int 12802pkg syscall (netbsd-386), const ETHERTYPE_CABLETRON ideal-int 12803pkg syscall (netbsd-386), const ETHERTYPE_CHAOS ideal-int 12804pkg syscall (netbsd-386), const ETHERTYPE_COMDESIGN ideal-int 12805pkg syscall (netbsd-386), const ETHERTYPE_COMPUGRAPHIC ideal-int 12806pkg syscall (netbsd-386), const ETHERTYPE_COUNTERPOINT ideal-int 12807pkg syscall (netbsd-386), const ETHERTYPE_CRONUS ideal-int 12808pkg syscall (netbsd-386), const ETHERTYPE_CRONUSVLN ideal-int 12809pkg syscall (netbsd-386), const ETHERTYPE_DCA ideal-int 12810pkg syscall (netbsd-386), const ETHERTYPE_DDE ideal-int 12811pkg syscall (netbsd-386), const ETHERTYPE_DEBNI ideal-int 12812pkg syscall (netbsd-386), const ETHERTYPE_DECAM ideal-int 12813pkg syscall (netbsd-386), const ETHERTYPE_DECCUST ideal-int 12814pkg syscall (netbsd-386), const ETHERTYPE_DECDIAG ideal-int 12815pkg syscall (netbsd-386), const ETHERTYPE_DECDNS ideal-int 12816pkg syscall (netbsd-386), const ETHERTYPE_DECDTS ideal-int 12817pkg syscall (netbsd-386), const ETHERTYPE_DECEXPER ideal-int 12818pkg syscall (netbsd-386), const ETHERTYPE_DECLAST ideal-int 12819pkg syscall (netbsd-386), const ETHERTYPE_DECLTM ideal-int 12820pkg syscall (netbsd-386), const ETHERTYPE_DECMUMPS ideal-int 12821pkg syscall (netbsd-386), const ETHERTYPE_DECNETBIOS ideal-int 12822pkg syscall (netbsd-386), const ETHERTYPE_DELTACON ideal-int 12823pkg syscall (netbsd-386), const ETHERTYPE_DIDDLE ideal-int 12824pkg syscall (netbsd-386), const ETHERTYPE_DLOG1 ideal-int 12825pkg syscall (netbsd-386), const ETHERTYPE_DLOG2 ideal-int 12826pkg syscall (netbsd-386), const ETHERTYPE_DN ideal-int 12827pkg syscall (netbsd-386), const ETHERTYPE_DOGFIGHT ideal-int 12828pkg syscall (netbsd-386), const ETHERTYPE_DSMD ideal-int 12829pkg syscall (netbsd-386), const ETHERTYPE_ECMA ideal-int 12830pkg syscall (netbsd-386), const ETHERTYPE_ENCRYPT ideal-int 12831pkg syscall (netbsd-386), const ETHERTYPE_ES ideal-int 12832pkg syscall (netbsd-386), const ETHERTYPE_EXCELAN ideal-int 12833pkg syscall (netbsd-386), const ETHERTYPE_EXPERDATA ideal-int 12834pkg syscall (netbsd-386), const ETHERTYPE_FLIP ideal-int 12835pkg syscall (netbsd-386), const ETHERTYPE_FLOWCONTROL ideal-int 12836pkg syscall (netbsd-386), const ETHERTYPE_FRARP ideal-int 12837pkg syscall (netbsd-386), const ETHERTYPE_GENDYN ideal-int 12838pkg syscall (netbsd-386), const ETHERTYPE_HAYES ideal-int 12839pkg syscall (netbsd-386), const ETHERTYPE_HIPPI_FP ideal-int 12840pkg syscall (netbsd-386), const ETHERTYPE_HITACHI ideal-int 12841pkg syscall (netbsd-386), const ETHERTYPE_HP ideal-int 12842pkg syscall (netbsd-386), const ETHERTYPE_IEEEPUP ideal-int 12843pkg syscall (netbsd-386), const ETHERTYPE_IEEEPUPAT ideal-int 12844pkg syscall (netbsd-386), const ETHERTYPE_IMLBL ideal-int 12845pkg syscall (netbsd-386), const ETHERTYPE_IMLBLDIAG ideal-int 12846pkg syscall (netbsd-386), const ETHERTYPE_IP ideal-int 12847pkg syscall (netbsd-386), const ETHERTYPE_IPAS ideal-int 12848pkg syscall (netbsd-386), const ETHERTYPE_IPV6 ideal-int 12849pkg syscall (netbsd-386), const ETHERTYPE_IPX ideal-int 12850pkg syscall (netbsd-386), const ETHERTYPE_IPXNEW ideal-int 12851pkg syscall (netbsd-386), const ETHERTYPE_KALPANA ideal-int 12852pkg syscall (netbsd-386), const ETHERTYPE_LANBRIDGE ideal-int 12853pkg syscall (netbsd-386), const ETHERTYPE_LANPROBE ideal-int 12854pkg syscall (netbsd-386), const ETHERTYPE_LAT ideal-int 12855pkg syscall (netbsd-386), const ETHERTYPE_LBACK ideal-int 12856pkg syscall (netbsd-386), const ETHERTYPE_LITTLE ideal-int 12857pkg syscall (netbsd-386), const ETHERTYPE_LOGICRAFT ideal-int 12858pkg syscall (netbsd-386), const ETHERTYPE_LOOPBACK ideal-int 12859pkg syscall (netbsd-386), const ETHERTYPE_MATRA ideal-int 12860pkg syscall (netbsd-386), const ETHERTYPE_MAX ideal-int 12861pkg syscall (netbsd-386), const ETHERTYPE_MERIT ideal-int 12862pkg syscall (netbsd-386), const ETHERTYPE_MICP ideal-int 12863pkg syscall (netbsd-386), const ETHERTYPE_MOPDL ideal-int 12864pkg syscall (netbsd-386), const ETHERTYPE_MOPRC ideal-int 12865pkg syscall (netbsd-386), const ETHERTYPE_MOTOROLA ideal-int 12866pkg syscall (netbsd-386), const ETHERTYPE_MPLS ideal-int 12867pkg syscall (netbsd-386), const ETHERTYPE_MPLS_MCAST ideal-int 12868pkg syscall (netbsd-386), const ETHERTYPE_MUMPS ideal-int 12869pkg syscall (netbsd-386), const ETHERTYPE_NBPCC ideal-int 12870pkg syscall (netbsd-386), const ETHERTYPE_NBPCLAIM ideal-int 12871pkg syscall (netbsd-386), const ETHERTYPE_NBPCLREQ ideal-int 12872pkg syscall (netbsd-386), const ETHERTYPE_NBPCLRSP ideal-int 12873pkg syscall (netbsd-386), const ETHERTYPE_NBPCREQ ideal-int 12874pkg syscall (netbsd-386), const ETHERTYPE_NBPCRSP ideal-int 12875pkg syscall (netbsd-386), const ETHERTYPE_NBPDG ideal-int 12876pkg syscall (netbsd-386), const ETHERTYPE_NBPDGB ideal-int 12877pkg syscall (netbsd-386), const ETHERTYPE_NBPDLTE ideal-int 12878pkg syscall (netbsd-386), const ETHERTYPE_NBPRAR ideal-int 12879pkg syscall (netbsd-386), const ETHERTYPE_NBPRAS ideal-int 12880pkg syscall (netbsd-386), const ETHERTYPE_NBPRST ideal-int 12881pkg syscall (netbsd-386), const ETHERTYPE_NBPSCD ideal-int 12882pkg syscall (netbsd-386), const ETHERTYPE_NBPVCD ideal-int 12883pkg syscall (netbsd-386), const ETHERTYPE_NBS ideal-int 12884pkg syscall (netbsd-386), const ETHERTYPE_NCD ideal-int 12885pkg syscall (netbsd-386), const ETHERTYPE_NESTAR ideal-int 12886pkg syscall (netbsd-386), const ETHERTYPE_NETBEUI ideal-int 12887pkg syscall (netbsd-386), const ETHERTYPE_NOVELL ideal-int 12888pkg syscall (netbsd-386), const ETHERTYPE_NS ideal-int 12889pkg syscall (netbsd-386), const ETHERTYPE_NSAT ideal-int 12890pkg syscall (netbsd-386), const ETHERTYPE_NSCOMPAT ideal-int 12891pkg syscall (netbsd-386), const ETHERTYPE_NTRAILER ideal-int 12892pkg syscall (netbsd-386), const ETHERTYPE_OS9 ideal-int 12893pkg syscall (netbsd-386), const ETHERTYPE_OS9NET ideal-int 12894pkg syscall (netbsd-386), const ETHERTYPE_PACER ideal-int 12895pkg syscall (netbsd-386), const ETHERTYPE_PAE ideal-int 12896pkg syscall (netbsd-386), const ETHERTYPE_PCS ideal-int 12897pkg syscall (netbsd-386), const ETHERTYPE_PLANNING ideal-int 12898pkg syscall (netbsd-386), const ETHERTYPE_PPP ideal-int 12899pkg syscall (netbsd-386), const ETHERTYPE_PPPOE ideal-int 12900pkg syscall (netbsd-386), const ETHERTYPE_PPPOEDISC ideal-int 12901pkg syscall (netbsd-386), const ETHERTYPE_PRIMENTS ideal-int 12902pkg syscall (netbsd-386), const ETHERTYPE_PUP ideal-int 12903pkg syscall (netbsd-386), const ETHERTYPE_PUPAT ideal-int 12904pkg syscall (netbsd-386), const ETHERTYPE_RACAL ideal-int 12905pkg syscall (netbsd-386), const ETHERTYPE_RATIONAL ideal-int 12906pkg syscall (netbsd-386), const ETHERTYPE_RAWFR ideal-int 12907pkg syscall (netbsd-386), const ETHERTYPE_RCL ideal-int 12908pkg syscall (netbsd-386), const ETHERTYPE_RDP ideal-int 12909pkg syscall (netbsd-386), const ETHERTYPE_RETIX ideal-int 12910pkg syscall (netbsd-386), const ETHERTYPE_REVARP ideal-int 12911pkg syscall (netbsd-386), const ETHERTYPE_SCA ideal-int 12912pkg syscall (netbsd-386), const ETHERTYPE_SECTRA ideal-int 12913pkg syscall (netbsd-386), const ETHERTYPE_SECUREDATA ideal-int 12914pkg syscall (netbsd-386), const ETHERTYPE_SGITW ideal-int 12915pkg syscall (netbsd-386), const ETHERTYPE_SG_BOUNCE ideal-int 12916pkg syscall (netbsd-386), const ETHERTYPE_SG_DIAG ideal-int 12917pkg syscall (netbsd-386), const ETHERTYPE_SG_NETGAMES ideal-int 12918pkg syscall (netbsd-386), const ETHERTYPE_SG_RESV ideal-int 12919pkg syscall (netbsd-386), const ETHERTYPE_SIMNET ideal-int 12920pkg syscall (netbsd-386), const ETHERTYPE_SLOWPROTOCOLS ideal-int 12921pkg syscall (netbsd-386), const ETHERTYPE_SNA ideal-int 12922pkg syscall (netbsd-386), const ETHERTYPE_SNMP ideal-int 12923pkg syscall (netbsd-386), const ETHERTYPE_SONIX ideal-int 12924pkg syscall (netbsd-386), const ETHERTYPE_SPIDER ideal-int 12925pkg syscall (netbsd-386), const ETHERTYPE_SPRITE ideal-int 12926pkg syscall (netbsd-386), const ETHERTYPE_STP ideal-int 12927pkg syscall (netbsd-386), const ETHERTYPE_TALARIS ideal-int 12928pkg syscall (netbsd-386), const ETHERTYPE_TALARISMC ideal-int 12929pkg syscall (netbsd-386), const ETHERTYPE_TCPCOMP ideal-int 12930pkg syscall (netbsd-386), const ETHERTYPE_TCPSM ideal-int 12931pkg syscall (netbsd-386), const ETHERTYPE_TEC ideal-int 12932pkg syscall (netbsd-386), const ETHERTYPE_TIGAN ideal-int 12933pkg syscall (netbsd-386), const ETHERTYPE_TRAIL ideal-int 12934pkg syscall (netbsd-386), const ETHERTYPE_TRANSETHER ideal-int 12935pkg syscall (netbsd-386), const ETHERTYPE_TYMSHARE ideal-int 12936pkg syscall (netbsd-386), const ETHERTYPE_UBBST ideal-int 12937pkg syscall (netbsd-386), const ETHERTYPE_UBDEBUG ideal-int 12938pkg syscall (netbsd-386), const ETHERTYPE_UBDIAGLOOP ideal-int 12939pkg syscall (netbsd-386), const ETHERTYPE_UBDL ideal-int 12940pkg syscall (netbsd-386), const ETHERTYPE_UBNIU ideal-int 12941pkg syscall (netbsd-386), const ETHERTYPE_UBNMC ideal-int 12942pkg syscall (netbsd-386), const ETHERTYPE_VALID ideal-int 12943pkg syscall (netbsd-386), const ETHERTYPE_VARIAN ideal-int 12944pkg syscall (netbsd-386), const ETHERTYPE_VAXELN ideal-int 12945pkg syscall (netbsd-386), const ETHERTYPE_VEECO ideal-int 12946pkg syscall (netbsd-386), const ETHERTYPE_VEXP ideal-int 12947pkg syscall (netbsd-386), const ETHERTYPE_VGLAB ideal-int 12948pkg syscall (netbsd-386), const ETHERTYPE_VINES ideal-int 12949pkg syscall (netbsd-386), const ETHERTYPE_VINESECHO ideal-int 12950pkg syscall (netbsd-386), const ETHERTYPE_VINESLOOP ideal-int 12951pkg syscall (netbsd-386), const ETHERTYPE_VITAL ideal-int 12952pkg syscall (netbsd-386), const ETHERTYPE_VLAN ideal-int 12953pkg syscall (netbsd-386), const ETHERTYPE_VLTLMAN ideal-int 12954pkg syscall (netbsd-386), const ETHERTYPE_VPROD ideal-int 12955pkg syscall (netbsd-386), const ETHERTYPE_VURESERVED ideal-int 12956pkg syscall (netbsd-386), const ETHERTYPE_WATERLOO ideal-int 12957pkg syscall (netbsd-386), const ETHERTYPE_WELLFLEET ideal-int 12958pkg syscall (netbsd-386), const ETHERTYPE_X25 ideal-int 12959pkg syscall (netbsd-386), const ETHERTYPE_X75 ideal-int 12960pkg syscall (netbsd-386), const ETHERTYPE_XNSSM ideal-int 12961pkg syscall (netbsd-386), const ETHERTYPE_XTP ideal-int 12962pkg syscall (netbsd-386), const ETHER_ADDR_LEN ideal-int 12963pkg syscall (netbsd-386), const ETHER_CRC_LEN ideal-int 12964pkg syscall (netbsd-386), const ETHER_CRC_POLY_BE ideal-int 12965pkg syscall (netbsd-386), const ETHER_CRC_POLY_LE ideal-int 12966pkg syscall (netbsd-386), const ETHER_HDR_LEN ideal-int 12967pkg syscall (netbsd-386), const ETHER_MAX_LEN ideal-int 12968pkg syscall (netbsd-386), const ETHER_MAX_LEN_JUMBO ideal-int 12969pkg syscall (netbsd-386), const ETHER_MIN_LEN ideal-int 12970pkg syscall (netbsd-386), const ETHER_PPPOE_ENCAP_LEN ideal-int 12971pkg syscall (netbsd-386), const ETHER_TYPE_LEN ideal-int 12972pkg syscall (netbsd-386), const ETHER_VLAN_ENCAP_LEN ideal-int 12973pkg syscall (netbsd-386), const ETIME Errno 12974pkg syscall (netbsd-386), const EVFILT_AIO ideal-int 12975pkg syscall (netbsd-386), const EVFILT_PROC ideal-int 12976pkg syscall (netbsd-386), const EVFILT_READ ideal-int 12977pkg syscall (netbsd-386), const EVFILT_SIGNAL ideal-int 12978pkg syscall (netbsd-386), const EVFILT_SYSCOUNT ideal-int 12979pkg syscall (netbsd-386), const EVFILT_TIMER ideal-int 12980pkg syscall (netbsd-386), const EVFILT_VNODE ideal-int 12981pkg syscall (netbsd-386), const EVFILT_WRITE ideal-int 12982pkg syscall (netbsd-386), const EV_ADD ideal-int 12983pkg syscall (netbsd-386), const EV_CLEAR ideal-int 12984pkg syscall (netbsd-386), const EV_DELETE ideal-int 12985pkg syscall (netbsd-386), const EV_DISABLE ideal-int 12986pkg syscall (netbsd-386), const EV_ENABLE ideal-int 12987pkg syscall (netbsd-386), const EV_EOF ideal-int 12988pkg syscall (netbsd-386), const EV_ERROR ideal-int 12989pkg syscall (netbsd-386), const EV_FLAG1 ideal-int 12990pkg syscall (netbsd-386), const EV_ONESHOT ideal-int 12991pkg syscall (netbsd-386), const EV_SYSFLAGS ideal-int 12992pkg syscall (netbsd-386), const EXTA ideal-int 12993pkg syscall (netbsd-386), const EXTB ideal-int 12994pkg syscall (netbsd-386), const EXTPROC ideal-int 12995pkg syscall (netbsd-386), const FD_CLOEXEC ideal-int 12996pkg syscall (netbsd-386), const FD_SETSIZE ideal-int 12997pkg syscall (netbsd-386), const FLUSHO ideal-int 12998pkg syscall (netbsd-386), const F_CLOSEM ideal-int 12999pkg syscall (netbsd-386), const F_DUPFD ideal-int 13000pkg syscall (netbsd-386), const F_DUPFD_CLOEXEC ideal-int 13001pkg syscall (netbsd-386), const F_FSCTL ideal-int 13002pkg syscall (netbsd-386), const F_FSDIRMASK ideal-int 13003pkg syscall (netbsd-386), const F_FSIN ideal-int 13004pkg syscall (netbsd-386), const F_FSINOUT ideal-int 13005pkg syscall (netbsd-386), const F_FSOUT ideal-int 13006pkg syscall (netbsd-386), const F_FSPRIV ideal-int 13007pkg syscall (netbsd-386), const F_FSVOID ideal-int 13008pkg syscall (netbsd-386), const F_GETFD ideal-int 13009pkg syscall (netbsd-386), const F_GETFL ideal-int 13010pkg syscall (netbsd-386), const F_GETLK ideal-int 13011pkg syscall (netbsd-386), const F_GETNOSIGPIPE ideal-int 13012pkg syscall (netbsd-386), const F_GETOWN ideal-int 13013pkg syscall (netbsd-386), const F_MAXFD ideal-int 13014pkg syscall (netbsd-386), const F_OK ideal-int 13015pkg syscall (netbsd-386), const F_PARAM_MASK ideal-int 13016pkg syscall (netbsd-386), const F_PARAM_MAX ideal-int 13017pkg syscall (netbsd-386), const F_RDLCK ideal-int 13018pkg syscall (netbsd-386), const F_SETFD ideal-int 13019pkg syscall (netbsd-386), const F_SETFL ideal-int 13020pkg syscall (netbsd-386), const F_SETLK ideal-int 13021pkg syscall (netbsd-386), const F_SETLKW ideal-int 13022pkg syscall (netbsd-386), const F_SETNOSIGPIPE ideal-int 13023pkg syscall (netbsd-386), const F_SETOWN ideal-int 13024pkg syscall (netbsd-386), const F_UNLCK ideal-int 13025pkg syscall (netbsd-386), const F_WRLCK ideal-int 13026pkg syscall (netbsd-386), const HUPCL ideal-int 13027pkg syscall (netbsd-386), const ICANON ideal-int 13028pkg syscall (netbsd-386), const ICMP6_FILTER = 18 13029pkg syscall (netbsd-386), const ICMP6_FILTER ideal-int 13030pkg syscall (netbsd-386), const ICRNL ideal-int 13031pkg syscall (netbsd-386), const IEXTEN ideal-int 13032pkg syscall (netbsd-386), const IFAN_ARRIVAL ideal-int 13033pkg syscall (netbsd-386), const IFAN_DEPARTURE ideal-int 13034pkg syscall (netbsd-386), const IFA_ROUTE ideal-int 13035pkg syscall (netbsd-386), const IFF_ALLMULTI ideal-int 13036pkg syscall (netbsd-386), const IFF_CANTCHANGE ideal-int 13037pkg syscall (netbsd-386), const IFF_DEBUG ideal-int 13038pkg syscall (netbsd-386), const IFF_LINK0 ideal-int 13039pkg syscall (netbsd-386), const IFF_LINK1 ideal-int 13040pkg syscall (netbsd-386), const IFF_LINK2 ideal-int 13041pkg syscall (netbsd-386), const IFF_NOARP ideal-int 13042pkg syscall (netbsd-386), const IFF_NOTRAILERS ideal-int 13043pkg syscall (netbsd-386), const IFF_OACTIVE ideal-int 13044pkg syscall (netbsd-386), const IFF_POINTOPOINT ideal-int 13045pkg syscall (netbsd-386), const IFF_PROMISC ideal-int 13046pkg syscall (netbsd-386), const IFF_RUNNING ideal-int 13047pkg syscall (netbsd-386), const IFF_SIMPLEX ideal-int 13048pkg syscall (netbsd-386), const IFNAMSIZ ideal-int 13049pkg syscall (netbsd-386), const IFT_1822 ideal-int 13050pkg syscall (netbsd-386), const IFT_A12MPPSWITCH ideal-int 13051pkg syscall (netbsd-386), const IFT_AAL2 ideal-int 13052pkg syscall (netbsd-386), const IFT_AAL5 ideal-int 13053pkg syscall (netbsd-386), const IFT_ADSL ideal-int 13054pkg syscall (netbsd-386), const IFT_AFLANE8023 ideal-int 13055pkg syscall (netbsd-386), const IFT_AFLANE8025 ideal-int 13056pkg syscall (netbsd-386), const IFT_ARAP ideal-int 13057pkg syscall (netbsd-386), const IFT_ARCNET ideal-int 13058pkg syscall (netbsd-386), const IFT_ARCNETPLUS ideal-int 13059pkg syscall (netbsd-386), const IFT_ASYNC ideal-int 13060pkg syscall (netbsd-386), const IFT_ATM ideal-int 13061pkg syscall (netbsd-386), const IFT_ATMDXI ideal-int 13062pkg syscall (netbsd-386), const IFT_ATMFUNI ideal-int 13063pkg syscall (netbsd-386), const IFT_ATMIMA ideal-int 13064pkg syscall (netbsd-386), const IFT_ATMLOGICAL ideal-int 13065pkg syscall (netbsd-386), const IFT_ATMRADIO ideal-int 13066pkg syscall (netbsd-386), const IFT_ATMSUBINTERFACE ideal-int 13067pkg syscall (netbsd-386), const IFT_ATMVCIENDPT ideal-int 13068pkg syscall (netbsd-386), const IFT_ATMVIRTUAL ideal-int 13069pkg syscall (netbsd-386), const IFT_BGPPOLICYACCOUNTING ideal-int 13070pkg syscall (netbsd-386), const IFT_BRIDGE ideal-int 13071pkg syscall (netbsd-386), const IFT_BSC ideal-int 13072pkg syscall (netbsd-386), const IFT_CARP ideal-int 13073pkg syscall (netbsd-386), const IFT_CCTEMUL ideal-int 13074pkg syscall (netbsd-386), const IFT_CEPT ideal-int 13075pkg syscall (netbsd-386), const IFT_CES ideal-int 13076pkg syscall (netbsd-386), const IFT_CHANNEL ideal-int 13077pkg syscall (netbsd-386), const IFT_CNR ideal-int 13078pkg syscall (netbsd-386), const IFT_COFFEE ideal-int 13079pkg syscall (netbsd-386), const IFT_COMPOSITELINK ideal-int 13080pkg syscall (netbsd-386), const IFT_DCN ideal-int 13081pkg syscall (netbsd-386), const IFT_DIGITALPOWERLINE ideal-int 13082pkg syscall (netbsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int 13083pkg syscall (netbsd-386), const IFT_DLSW ideal-int 13084pkg syscall (netbsd-386), const IFT_DOCSCABLEDOWNSTREAM ideal-int 13085pkg syscall (netbsd-386), const IFT_DOCSCABLEMACLAYER ideal-int 13086pkg syscall (netbsd-386), const IFT_DOCSCABLEUPSTREAM ideal-int 13087pkg syscall (netbsd-386), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int 13088pkg syscall (netbsd-386), const IFT_DS0 ideal-int 13089pkg syscall (netbsd-386), const IFT_DS0BUNDLE ideal-int 13090pkg syscall (netbsd-386), const IFT_DS1FDL ideal-int 13091pkg syscall (netbsd-386), const IFT_DS3 ideal-int 13092pkg syscall (netbsd-386), const IFT_DTM ideal-int 13093pkg syscall (netbsd-386), const IFT_DVBASILN ideal-int 13094pkg syscall (netbsd-386), const IFT_DVBASIOUT ideal-int 13095pkg syscall (netbsd-386), const IFT_DVBRCCDOWNSTREAM ideal-int 13096pkg syscall (netbsd-386), const IFT_DVBRCCMACLAYER ideal-int 13097pkg syscall (netbsd-386), const IFT_DVBRCCUPSTREAM ideal-int 13098pkg syscall (netbsd-386), const IFT_ECONET ideal-int 13099pkg syscall (netbsd-386), const IFT_EON ideal-int 13100pkg syscall (netbsd-386), const IFT_EPLRS ideal-int 13101pkg syscall (netbsd-386), const IFT_ESCON ideal-int 13102pkg syscall (netbsd-386), const IFT_ETHER ideal-int 13103pkg syscall (netbsd-386), const IFT_FAITH ideal-int 13104pkg syscall (netbsd-386), const IFT_FAST ideal-int 13105pkg syscall (netbsd-386), const IFT_FASTETHER ideal-int 13106pkg syscall (netbsd-386), const IFT_FASTETHERFX ideal-int 13107pkg syscall (netbsd-386), const IFT_FDDI ideal-int 13108pkg syscall (netbsd-386), const IFT_FIBRECHANNEL ideal-int 13109pkg syscall (netbsd-386), const IFT_FRAMERELAYINTERCONNECT ideal-int 13110pkg syscall (netbsd-386), const IFT_FRAMERELAYMPI ideal-int 13111pkg syscall (netbsd-386), const IFT_FRDLCIENDPT ideal-int 13112pkg syscall (netbsd-386), const IFT_FRELAY ideal-int 13113pkg syscall (netbsd-386), const IFT_FRELAYDCE ideal-int 13114pkg syscall (netbsd-386), const IFT_FRF16MFRBUNDLE ideal-int 13115pkg syscall (netbsd-386), const IFT_FRFORWARD ideal-int 13116pkg syscall (netbsd-386), const IFT_G703AT2MB ideal-int 13117pkg syscall (netbsd-386), const IFT_G703AT64K ideal-int 13118pkg syscall (netbsd-386), const IFT_GIF ideal-int 13119pkg syscall (netbsd-386), const IFT_GIGABITETHERNET ideal-int 13120pkg syscall (netbsd-386), const IFT_GR303IDT ideal-int 13121pkg syscall (netbsd-386), const IFT_GR303RDT ideal-int 13122pkg syscall (netbsd-386), const IFT_H323GATEKEEPER ideal-int 13123pkg syscall (netbsd-386), const IFT_H323PROXY ideal-int 13124pkg syscall (netbsd-386), const IFT_HDH1822 ideal-int 13125pkg syscall (netbsd-386), const IFT_HDLC ideal-int 13126pkg syscall (netbsd-386), const IFT_HDSL2 ideal-int 13127pkg syscall (netbsd-386), const IFT_HIPERLAN2 ideal-int 13128pkg syscall (netbsd-386), const IFT_HIPPI ideal-int 13129pkg syscall (netbsd-386), const IFT_HIPPIINTERFACE ideal-int 13130pkg syscall (netbsd-386), const IFT_HOSTPAD ideal-int 13131pkg syscall (netbsd-386), const IFT_HSSI ideal-int 13132pkg syscall (netbsd-386), const IFT_HY ideal-int 13133pkg syscall (netbsd-386), const IFT_IBM370PARCHAN ideal-int 13134pkg syscall (netbsd-386), const IFT_IDSL ideal-int 13135pkg syscall (netbsd-386), const IFT_IEEE1394 ideal-int 13136pkg syscall (netbsd-386), const IFT_IEEE80211 ideal-int 13137pkg syscall (netbsd-386), const IFT_IEEE80212 ideal-int 13138pkg syscall (netbsd-386), const IFT_IEEE8023ADLAG ideal-int 13139pkg syscall (netbsd-386), const IFT_IFGSN ideal-int 13140pkg syscall (netbsd-386), const IFT_IMT ideal-int 13141pkg syscall (netbsd-386), const IFT_INFINIBAND ideal-int 13142pkg syscall (netbsd-386), const IFT_INTERLEAVE ideal-int 13143pkg syscall (netbsd-386), const IFT_IP ideal-int 13144pkg syscall (netbsd-386), const IFT_IPFORWARD ideal-int 13145pkg syscall (netbsd-386), const IFT_IPOVERATM ideal-int 13146pkg syscall (netbsd-386), const IFT_IPOVERCDLC ideal-int 13147pkg syscall (netbsd-386), const IFT_IPOVERCLAW ideal-int 13148pkg syscall (netbsd-386), const IFT_IPSWITCH ideal-int 13149pkg syscall (netbsd-386), const IFT_ISDN ideal-int 13150pkg syscall (netbsd-386), const IFT_ISDNBASIC ideal-int 13151pkg syscall (netbsd-386), const IFT_ISDNPRIMARY ideal-int 13152pkg syscall (netbsd-386), const IFT_ISDNS ideal-int 13153pkg syscall (netbsd-386), const IFT_ISDNU ideal-int 13154pkg syscall (netbsd-386), const IFT_ISO88022LLC ideal-int 13155pkg syscall (netbsd-386), const IFT_ISO88023 ideal-int 13156pkg syscall (netbsd-386), const IFT_ISO88024 ideal-int 13157pkg syscall (netbsd-386), const IFT_ISO88025 ideal-int 13158pkg syscall (netbsd-386), const IFT_ISO88025CRFPINT ideal-int 13159pkg syscall (netbsd-386), const IFT_ISO88025DTR ideal-int 13160pkg syscall (netbsd-386), const IFT_ISO88025FIBER ideal-int 13161pkg syscall (netbsd-386), const IFT_ISO88026 ideal-int 13162pkg syscall (netbsd-386), const IFT_ISUP ideal-int 13163pkg syscall (netbsd-386), const IFT_L2VLAN ideal-int 13164pkg syscall (netbsd-386), const IFT_L3IPVLAN ideal-int 13165pkg syscall (netbsd-386), const IFT_L3IPXVLAN ideal-int 13166pkg syscall (netbsd-386), const IFT_LAPB ideal-int 13167pkg syscall (netbsd-386), const IFT_LAPD ideal-int 13168pkg syscall (netbsd-386), const IFT_LAPF ideal-int 13169pkg syscall (netbsd-386), const IFT_LINEGROUP ideal-int 13170pkg syscall (netbsd-386), const IFT_LOCALTALK ideal-int 13171pkg syscall (netbsd-386), const IFT_LOOP ideal-int 13172pkg syscall (netbsd-386), const IFT_MEDIAMAILOVERIP ideal-int 13173pkg syscall (netbsd-386), const IFT_MFSIGLINK ideal-int 13174pkg syscall (netbsd-386), const IFT_MIOX25 ideal-int 13175pkg syscall (netbsd-386), const IFT_MODEM ideal-int 13176pkg syscall (netbsd-386), const IFT_MPC ideal-int 13177pkg syscall (netbsd-386), const IFT_MPLS ideal-int 13178pkg syscall (netbsd-386), const IFT_MPLSTUNNEL ideal-int 13179pkg syscall (netbsd-386), const IFT_MSDSL ideal-int 13180pkg syscall (netbsd-386), const IFT_MVL ideal-int 13181pkg syscall (netbsd-386), const IFT_MYRINET ideal-int 13182pkg syscall (netbsd-386), const IFT_NFAS ideal-int 13183pkg syscall (netbsd-386), const IFT_NSIP ideal-int 13184pkg syscall (netbsd-386), const IFT_OPTICALCHANNEL ideal-int 13185pkg syscall (netbsd-386), const IFT_OPTICALTRANSPORT ideal-int 13186pkg syscall (netbsd-386), const IFT_OTHER ideal-int 13187pkg syscall (netbsd-386), const IFT_P10 ideal-int 13188pkg syscall (netbsd-386), const IFT_P80 ideal-int 13189pkg syscall (netbsd-386), const IFT_PARA ideal-int 13190pkg syscall (netbsd-386), const IFT_PFLOG ideal-int 13191pkg syscall (netbsd-386), const IFT_PFSYNC ideal-int 13192pkg syscall (netbsd-386), const IFT_PLC ideal-int 13193pkg syscall (netbsd-386), const IFT_PON155 ideal-int 13194pkg syscall (netbsd-386), const IFT_PON622 ideal-int 13195pkg syscall (netbsd-386), const IFT_POS ideal-int 13196pkg syscall (netbsd-386), const IFT_PPP ideal-int 13197pkg syscall (netbsd-386), const IFT_PPPMULTILINKBUNDLE ideal-int 13198pkg syscall (netbsd-386), const IFT_PROPATM ideal-int 13199pkg syscall (netbsd-386), const IFT_PROPBWAP2MP ideal-int 13200pkg syscall (netbsd-386), const IFT_PROPCNLS ideal-int 13201pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int 13202pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int 13203pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int 13204pkg syscall (netbsd-386), const IFT_PROPMUX ideal-int 13205pkg syscall (netbsd-386), const IFT_PROPVIRTUAL ideal-int 13206pkg syscall (netbsd-386), const IFT_PROPWIRELESSP2P ideal-int 13207pkg syscall (netbsd-386), const IFT_PTPSERIAL ideal-int 13208pkg syscall (netbsd-386), const IFT_PVC ideal-int 13209pkg syscall (netbsd-386), const IFT_Q2931 ideal-int 13210pkg syscall (netbsd-386), const IFT_QLLC ideal-int 13211pkg syscall (netbsd-386), const IFT_RADIOMAC ideal-int 13212pkg syscall (netbsd-386), const IFT_RADSL ideal-int 13213pkg syscall (netbsd-386), const IFT_REACHDSL ideal-int 13214pkg syscall (netbsd-386), const IFT_RFC1483 ideal-int 13215pkg syscall (netbsd-386), const IFT_RS232 ideal-int 13216pkg syscall (netbsd-386), const IFT_RSRB ideal-int 13217pkg syscall (netbsd-386), const IFT_SDLC ideal-int 13218pkg syscall (netbsd-386), const IFT_SDSL ideal-int 13219pkg syscall (netbsd-386), const IFT_SHDSL ideal-int 13220pkg syscall (netbsd-386), const IFT_SIP ideal-int 13221pkg syscall (netbsd-386), const IFT_SIPSIG ideal-int 13222pkg syscall (netbsd-386), const IFT_SIPTG ideal-int 13223pkg syscall (netbsd-386), const IFT_SLIP ideal-int 13224pkg syscall (netbsd-386), const IFT_SMDSDXI ideal-int 13225pkg syscall (netbsd-386), const IFT_SMDSICIP ideal-int 13226pkg syscall (netbsd-386), const IFT_SONET ideal-int 13227pkg syscall (netbsd-386), const IFT_SONETOVERHEADCHANNEL ideal-int 13228pkg syscall (netbsd-386), const IFT_SONETPATH ideal-int 13229pkg syscall (netbsd-386), const IFT_SONETVT ideal-int 13230pkg syscall (netbsd-386), const IFT_SRP ideal-int 13231pkg syscall (netbsd-386), const IFT_SS7SIGLINK ideal-int 13232pkg syscall (netbsd-386), const IFT_STACKTOSTACK ideal-int 13233pkg syscall (netbsd-386), const IFT_STARLAN ideal-int 13234pkg syscall (netbsd-386), const IFT_STF ideal-int 13235pkg syscall (netbsd-386), const IFT_T1 ideal-int 13236pkg syscall (netbsd-386), const IFT_TDLC ideal-int 13237pkg syscall (netbsd-386), const IFT_TELINK ideal-int 13238pkg syscall (netbsd-386), const IFT_TERMPAD ideal-int 13239pkg syscall (netbsd-386), const IFT_TR008 ideal-int 13240pkg syscall (netbsd-386), const IFT_TRANSPHDLC ideal-int 13241pkg syscall (netbsd-386), const IFT_TUNNEL ideal-int 13242pkg syscall (netbsd-386), const IFT_ULTRA ideal-int 13243pkg syscall (netbsd-386), const IFT_USB ideal-int 13244pkg syscall (netbsd-386), const IFT_V11 ideal-int 13245pkg syscall (netbsd-386), const IFT_V35 ideal-int 13246pkg syscall (netbsd-386), const IFT_V36 ideal-int 13247pkg syscall (netbsd-386), const IFT_V37 ideal-int 13248pkg syscall (netbsd-386), const IFT_VDSL ideal-int 13249pkg syscall (netbsd-386), const IFT_VIRTUALIPADDRESS ideal-int 13250pkg syscall (netbsd-386), const IFT_VIRTUALTG ideal-int 13251pkg syscall (netbsd-386), const IFT_VOICEDID ideal-int 13252pkg syscall (netbsd-386), const IFT_VOICEEM ideal-int 13253pkg syscall (netbsd-386), const IFT_VOICEEMFGD ideal-int 13254pkg syscall (netbsd-386), const IFT_VOICEENCAP ideal-int 13255pkg syscall (netbsd-386), const IFT_VOICEFGDEANA ideal-int 13256pkg syscall (netbsd-386), const IFT_VOICEFXO ideal-int 13257pkg syscall (netbsd-386), const IFT_VOICEFXS ideal-int 13258pkg syscall (netbsd-386), const IFT_VOICEOVERATM ideal-int 13259pkg syscall (netbsd-386), const IFT_VOICEOVERCABLE ideal-int 13260pkg syscall (netbsd-386), const IFT_VOICEOVERFRAMERELAY ideal-int 13261pkg syscall (netbsd-386), const IFT_VOICEOVERIP ideal-int 13262pkg syscall (netbsd-386), const IFT_X213 ideal-int 13263pkg syscall (netbsd-386), const IFT_X25 ideal-int 13264pkg syscall (netbsd-386), const IFT_X25DDN ideal-int 13265pkg syscall (netbsd-386), const IFT_X25HUNTGROUP ideal-int 13266pkg syscall (netbsd-386), const IFT_X25MLP ideal-int 13267pkg syscall (netbsd-386), const IFT_X25PLE ideal-int 13268pkg syscall (netbsd-386), const IFT_XETHER ideal-int 13269pkg syscall (netbsd-386), const IGNBRK ideal-int 13270pkg syscall (netbsd-386), const IGNCR ideal-int 13271pkg syscall (netbsd-386), const IGNPAR ideal-int 13272pkg syscall (netbsd-386), const IMAXBEL ideal-int 13273pkg syscall (netbsd-386), const INLCR ideal-int 13274pkg syscall (netbsd-386), const INPCK ideal-int 13275pkg syscall (netbsd-386), const IN_CLASSA_HOST ideal-int 13276pkg syscall (netbsd-386), const IN_CLASSA_MAX ideal-int 13277pkg syscall (netbsd-386), const IN_CLASSA_NET ideal-int 13278pkg syscall (netbsd-386), const IN_CLASSA_NSHIFT ideal-int 13279pkg syscall (netbsd-386), const IN_CLASSB_HOST ideal-int 13280pkg syscall (netbsd-386), const IN_CLASSB_MAX ideal-int 13281pkg syscall (netbsd-386), const IN_CLASSB_NET ideal-int 13282pkg syscall (netbsd-386), const IN_CLASSB_NSHIFT ideal-int 13283pkg syscall (netbsd-386), const IN_CLASSC_HOST ideal-int 13284pkg syscall (netbsd-386), const IN_CLASSC_NET ideal-int 13285pkg syscall (netbsd-386), const IN_CLASSC_NSHIFT ideal-int 13286pkg syscall (netbsd-386), const IN_CLASSD_HOST ideal-int 13287pkg syscall (netbsd-386), const IN_CLASSD_NET ideal-int 13288pkg syscall (netbsd-386), const IN_CLASSD_NSHIFT ideal-int 13289pkg syscall (netbsd-386), const IN_LOOPBACKNET ideal-int 13290pkg syscall (netbsd-386), const IPPROTO_AH ideal-int 13291pkg syscall (netbsd-386), const IPPROTO_CARP ideal-int 13292pkg syscall (netbsd-386), const IPPROTO_DONE ideal-int 13293pkg syscall (netbsd-386), const IPPROTO_DSTOPTS ideal-int 13294pkg syscall (netbsd-386), const IPPROTO_EGP ideal-int 13295pkg syscall (netbsd-386), const IPPROTO_ENCAP ideal-int 13296pkg syscall (netbsd-386), const IPPROTO_EON ideal-int 13297pkg syscall (netbsd-386), const IPPROTO_ESP ideal-int 13298pkg syscall (netbsd-386), const IPPROTO_ETHERIP ideal-int 13299pkg syscall (netbsd-386), const IPPROTO_FRAGMENT ideal-int 13300pkg syscall (netbsd-386), const IPPROTO_GGP ideal-int 13301pkg syscall (netbsd-386), const IPPROTO_GRE ideal-int 13302pkg syscall (netbsd-386), const IPPROTO_HOPOPTS ideal-int 13303pkg syscall (netbsd-386), const IPPROTO_ICMP ideal-int 13304pkg syscall (netbsd-386), const IPPROTO_ICMPV6 ideal-int 13305pkg syscall (netbsd-386), const IPPROTO_IDP ideal-int 13306pkg syscall (netbsd-386), const IPPROTO_IGMP ideal-int 13307pkg syscall (netbsd-386), const IPPROTO_IPCOMP ideal-int 13308pkg syscall (netbsd-386), const IPPROTO_IPIP ideal-int 13309pkg syscall (netbsd-386), const IPPROTO_IPV4 ideal-int 13310pkg syscall (netbsd-386), const IPPROTO_IPV6_ICMP ideal-int 13311pkg syscall (netbsd-386), const IPPROTO_MAX ideal-int 13312pkg syscall (netbsd-386), const IPPROTO_MAXID ideal-int 13313pkg syscall (netbsd-386), const IPPROTO_MOBILE ideal-int 13314pkg syscall (netbsd-386), const IPPROTO_NONE ideal-int 13315pkg syscall (netbsd-386), const IPPROTO_PFSYNC ideal-int 13316pkg syscall (netbsd-386), const IPPROTO_PIM ideal-int 13317pkg syscall (netbsd-386), const IPPROTO_PUP ideal-int 13318pkg syscall (netbsd-386), const IPPROTO_RAW ideal-int 13319pkg syscall (netbsd-386), const IPPROTO_ROUTING ideal-int 13320pkg syscall (netbsd-386), const IPPROTO_RSVP ideal-int 13321pkg syscall (netbsd-386), const IPPROTO_TP ideal-int 13322pkg syscall (netbsd-386), const IPPROTO_VRRP ideal-int 13323pkg syscall (netbsd-386), const IPV6_CHECKSUM ideal-int 13324pkg syscall (netbsd-386), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int 13325pkg syscall (netbsd-386), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int 13326pkg syscall (netbsd-386), const IPV6_DEFHLIM ideal-int 13327pkg syscall (netbsd-386), const IPV6_DONTFRAG ideal-int 13328pkg syscall (netbsd-386), const IPV6_DSTOPTS ideal-int 13329pkg syscall (netbsd-386), const IPV6_FAITH ideal-int 13330pkg syscall (netbsd-386), const IPV6_FLOWINFO_MASK ideal-int 13331pkg syscall (netbsd-386), const IPV6_FLOWLABEL_MASK ideal-int 13332pkg syscall (netbsd-386), const IPV6_FRAGTTL ideal-int 13333pkg syscall (netbsd-386), const IPV6_HLIMDEC ideal-int 13334pkg syscall (netbsd-386), const IPV6_HOPLIMIT ideal-int 13335pkg syscall (netbsd-386), const IPV6_HOPOPTS ideal-int 13336pkg syscall (netbsd-386), const IPV6_IPSEC_POLICY ideal-int 13337pkg syscall (netbsd-386), const IPV6_MAXHLIM ideal-int 13338pkg syscall (netbsd-386), const IPV6_MAXPACKET ideal-int 13339pkg syscall (netbsd-386), const IPV6_MMTU ideal-int 13340pkg syscall (netbsd-386), const IPV6_NEXTHOP ideal-int 13341pkg syscall (netbsd-386), const IPV6_PATHMTU ideal-int 13342pkg syscall (netbsd-386), const IPV6_PKTINFO ideal-int 13343pkg syscall (netbsd-386), const IPV6_PORTRANGE ideal-int 13344pkg syscall (netbsd-386), const IPV6_PORTRANGE_DEFAULT ideal-int 13345pkg syscall (netbsd-386), const IPV6_PORTRANGE_HIGH ideal-int 13346pkg syscall (netbsd-386), const IPV6_PORTRANGE_LOW ideal-int 13347pkg syscall (netbsd-386), const IPV6_RECVDSTOPTS ideal-int 13348pkg syscall (netbsd-386), const IPV6_RECVHOPLIMIT ideal-int 13349pkg syscall (netbsd-386), const IPV6_RECVHOPOPTS ideal-int 13350pkg syscall (netbsd-386), const IPV6_RECVPATHMTU ideal-int 13351pkg syscall (netbsd-386), const IPV6_RECVPKTINFO ideal-int 13352pkg syscall (netbsd-386), const IPV6_RECVRTHDR ideal-int 13353pkg syscall (netbsd-386), const IPV6_RECVTCLASS ideal-int 13354pkg syscall (netbsd-386), const IPV6_RTHDR ideal-int 13355pkg syscall (netbsd-386), const IPV6_RTHDRDSTOPTS ideal-int 13356pkg syscall (netbsd-386), const IPV6_RTHDR_LOOSE ideal-int 13357pkg syscall (netbsd-386), const IPV6_RTHDR_STRICT ideal-int 13358pkg syscall (netbsd-386), const IPV6_RTHDR_TYPE_0 ideal-int 13359pkg syscall (netbsd-386), const IPV6_SOCKOPT_RESERVED1 ideal-int 13360pkg syscall (netbsd-386), const IPV6_TCLASS ideal-int 13361pkg syscall (netbsd-386), const IPV6_USE_MIN_MTU ideal-int 13362pkg syscall (netbsd-386), const IPV6_VERSION ideal-int 13363pkg syscall (netbsd-386), const IPV6_VERSION_MASK ideal-int 13364pkg syscall (netbsd-386), const IP_DEFAULT_MULTICAST_LOOP ideal-int 13365pkg syscall (netbsd-386), const IP_DEFAULT_MULTICAST_TTL ideal-int 13366pkg syscall (netbsd-386), const IP_DF ideal-int 13367pkg syscall (netbsd-386), const IP_EF ideal-int 13368pkg syscall (netbsd-386), const IP_ERRORMTU ideal-int 13369pkg syscall (netbsd-386), const IP_HDRINCL ideal-int 13370pkg syscall (netbsd-386), const IP_IPSEC_POLICY ideal-int 13371pkg syscall (netbsd-386), const IP_MAXPACKET ideal-int 13372pkg syscall (netbsd-386), const IP_MAX_MEMBERSHIPS ideal-int 13373pkg syscall (netbsd-386), const IP_MF ideal-int 13374pkg syscall (netbsd-386), const IP_MINFRAGSIZE ideal-int 13375pkg syscall (netbsd-386), const IP_MINTTL ideal-int 13376pkg syscall (netbsd-386), const IP_MSS ideal-int 13377pkg syscall (netbsd-386), const IP_OFFMASK ideal-int 13378pkg syscall (netbsd-386), const IP_OPTIONS ideal-int 13379pkg syscall (netbsd-386), const IP_PORTRANGE ideal-int 13380pkg syscall (netbsd-386), const IP_PORTRANGE_DEFAULT ideal-int 13381pkg syscall (netbsd-386), const IP_PORTRANGE_HIGH ideal-int 13382pkg syscall (netbsd-386), const IP_PORTRANGE_LOW ideal-int 13383pkg syscall (netbsd-386), const IP_RECVDSTADDR ideal-int 13384pkg syscall (netbsd-386), const IP_RECVIF ideal-int 13385pkg syscall (netbsd-386), const IP_RECVOPTS ideal-int 13386pkg syscall (netbsd-386), const IP_RECVRETOPTS ideal-int 13387pkg syscall (netbsd-386), const IP_RECVTTL ideal-int 13388pkg syscall (netbsd-386), const IP_RETOPTS ideal-int 13389pkg syscall (netbsd-386), const IP_RF ideal-int 13390pkg syscall (netbsd-386), const ISIG ideal-int 13391pkg syscall (netbsd-386), const ISTRIP ideal-int 13392pkg syscall (netbsd-386), const IXANY ideal-int 13393pkg syscall (netbsd-386), const IXOFF ideal-int 13394pkg syscall (netbsd-386), const IXON ideal-int 13395pkg syscall (netbsd-386), const LOCK_EX ideal-int 13396pkg syscall (netbsd-386), const LOCK_NB ideal-int 13397pkg syscall (netbsd-386), const LOCK_SH ideal-int 13398pkg syscall (netbsd-386), const LOCK_UN ideal-int 13399pkg syscall (netbsd-386), const MSG_BCAST ideal-int 13400pkg syscall (netbsd-386), const MSG_CMSG_CLOEXEC ideal-int 13401pkg syscall (netbsd-386), const MSG_CONTROLMBUF ideal-int 13402pkg syscall (netbsd-386), const MSG_CTRUNC ideal-int 13403pkg syscall (netbsd-386), const MSG_DONTROUTE ideal-int 13404pkg syscall (netbsd-386), const MSG_DONTWAIT ideal-int 13405pkg syscall (netbsd-386), const MSG_EOR ideal-int 13406pkg syscall (netbsd-386), const MSG_IOVUSRSPACE ideal-int 13407pkg syscall (netbsd-386), const MSG_LENUSRSPACE ideal-int 13408pkg syscall (netbsd-386), const MSG_MCAST ideal-int 13409pkg syscall (netbsd-386), const MSG_NAMEMBUF ideal-int 13410pkg syscall (netbsd-386), const MSG_NBIO ideal-int 13411pkg syscall (netbsd-386), const MSG_NOSIGNAL ideal-int 13412pkg syscall (netbsd-386), const MSG_OOB ideal-int 13413pkg syscall (netbsd-386), const MSG_PEEK ideal-int 13414pkg syscall (netbsd-386), const MSG_TRUNC ideal-int 13415pkg syscall (netbsd-386), const MSG_USERFLAGS ideal-int 13416pkg syscall (netbsd-386), const MSG_WAITALL ideal-int 13417pkg syscall (netbsd-386), const NAME_MAX ideal-int 13418pkg syscall (netbsd-386), const NET_RT_DUMP ideal-int 13419pkg syscall (netbsd-386), const NET_RT_FLAGS ideal-int 13420pkg syscall (netbsd-386), const NET_RT_IFLIST ideal-int 13421pkg syscall (netbsd-386), const NET_RT_MAXID ideal-int 13422pkg syscall (netbsd-386), const NET_RT_OIFLIST ideal-int 13423pkg syscall (netbsd-386), const NET_RT_OOIFLIST ideal-int 13424pkg syscall (netbsd-386), const NOFLSH ideal-int 13425pkg syscall (netbsd-386), const NOTE_ATTRIB ideal-int 13426pkg syscall (netbsd-386), const NOTE_CHILD ideal-int 13427pkg syscall (netbsd-386), const NOTE_DELETE ideal-int 13428pkg syscall (netbsd-386), const NOTE_EXEC ideal-int 13429pkg syscall (netbsd-386), const NOTE_EXIT ideal-int 13430pkg syscall (netbsd-386), const NOTE_EXTEND ideal-int 13431pkg syscall (netbsd-386), const NOTE_FORK ideal-int 13432pkg syscall (netbsd-386), const NOTE_LINK ideal-int 13433pkg syscall (netbsd-386), const NOTE_LOWAT ideal-int 13434pkg syscall (netbsd-386), const NOTE_PCTRLMASK ideal-int 13435pkg syscall (netbsd-386), const NOTE_PDATAMASK ideal-int 13436pkg syscall (netbsd-386), const NOTE_RENAME ideal-int 13437pkg syscall (netbsd-386), const NOTE_REVOKE ideal-int 13438pkg syscall (netbsd-386), const NOTE_TRACK ideal-int 13439pkg syscall (netbsd-386), const NOTE_TRACKERR ideal-int 13440pkg syscall (netbsd-386), const NOTE_WRITE ideal-int 13441pkg syscall (netbsd-386), const OCRNL ideal-int 13442pkg syscall (netbsd-386), const OFIOGETBMAP ideal-int 13443pkg syscall (netbsd-386), const ONLCR ideal-int 13444pkg syscall (netbsd-386), const ONLRET ideal-int 13445pkg syscall (netbsd-386), const ONOCR ideal-int 13446pkg syscall (netbsd-386), const ONOEOT ideal-int 13447pkg syscall (netbsd-386), const OPOST ideal-int 13448pkg syscall (netbsd-386), const O_ACCMODE ideal-int 13449pkg syscall (netbsd-386), const O_ALT_IO ideal-int 13450pkg syscall (netbsd-386), const O_DIRECT ideal-int 13451pkg syscall (netbsd-386), const O_DIRECTORY ideal-int 13452pkg syscall (netbsd-386), const O_DSYNC ideal-int 13453pkg syscall (netbsd-386), const O_EXLOCK ideal-int 13454pkg syscall (netbsd-386), const O_FSYNC ideal-int 13455pkg syscall (netbsd-386), const O_NDELAY ideal-int 13456pkg syscall (netbsd-386), const O_NOFOLLOW ideal-int 13457pkg syscall (netbsd-386), const O_NOSIGPIPE ideal-int 13458pkg syscall (netbsd-386), const O_RSYNC ideal-int 13459pkg syscall (netbsd-386), const O_SHLOCK ideal-int 13460pkg syscall (netbsd-386), const PARENB ideal-int 13461pkg syscall (netbsd-386), const PARMRK ideal-int 13462pkg syscall (netbsd-386), const PARODD ideal-int 13463pkg syscall (netbsd-386), const PENDIN ideal-int 13464pkg syscall (netbsd-386), const PRIO_PGRP = 1 13465pkg syscall (netbsd-386), const PRIO_PGRP ideal-int 13466pkg syscall (netbsd-386), const PRIO_PROCESS = 0 13467pkg syscall (netbsd-386), const PRIO_PROCESS ideal-int 13468pkg syscall (netbsd-386), const PRIO_USER = 2 13469pkg syscall (netbsd-386), const PRIO_USER ideal-int 13470pkg syscall (netbsd-386), const PRI_IOFLUSH ideal-int 13471pkg syscall (netbsd-386), const PTRACE_CONT ideal-int 13472pkg syscall (netbsd-386), const PTRACE_KILL ideal-int 13473pkg syscall (netbsd-386), const PTRACE_TRACEME ideal-int 13474pkg syscall (netbsd-386), const RLIMIT_AS ideal-int 13475pkg syscall (netbsd-386), const RLIMIT_CORE ideal-int 13476pkg syscall (netbsd-386), const RLIMIT_CPU ideal-int 13477pkg syscall (netbsd-386), const RLIMIT_DATA ideal-int 13478pkg syscall (netbsd-386), const RLIMIT_FSIZE ideal-int 13479pkg syscall (netbsd-386), const RLIMIT_NOFILE ideal-int 13480pkg syscall (netbsd-386), const RLIMIT_STACK ideal-int 13481pkg syscall (netbsd-386), const RLIM_INFINITY ideal-int 13482pkg syscall (netbsd-386), const RTAX_AUTHOR ideal-int 13483pkg syscall (netbsd-386), const RTAX_BRD ideal-int 13484pkg syscall (netbsd-386), const RTAX_DST ideal-int 13485pkg syscall (netbsd-386), const RTAX_GATEWAY ideal-int 13486pkg syscall (netbsd-386), const RTAX_GENMASK ideal-int 13487pkg syscall (netbsd-386), const RTAX_IFA ideal-int 13488pkg syscall (netbsd-386), const RTAX_IFP ideal-int 13489pkg syscall (netbsd-386), const RTAX_MAX ideal-int 13490pkg syscall (netbsd-386), const RTAX_NETMASK ideal-int 13491pkg syscall (netbsd-386), const RTAX_TAG ideal-int 13492pkg syscall (netbsd-386), const RTA_AUTHOR ideal-int 13493pkg syscall (netbsd-386), const RTA_BRD ideal-int 13494pkg syscall (netbsd-386), const RTA_DST ideal-int 13495pkg syscall (netbsd-386), const RTA_GATEWAY ideal-int 13496pkg syscall (netbsd-386), const RTA_GENMASK ideal-int 13497pkg syscall (netbsd-386), const RTA_IFA ideal-int 13498pkg syscall (netbsd-386), const RTA_IFP ideal-int 13499pkg syscall (netbsd-386), const RTA_NETMASK ideal-int 13500pkg syscall (netbsd-386), const RTA_TAG ideal-int 13501pkg syscall (netbsd-386), const RTF_ANNOUNCE ideal-int 13502pkg syscall (netbsd-386), const RTF_BLACKHOLE ideal-int 13503pkg syscall (netbsd-386), const RTF_CLONED ideal-int 13504pkg syscall (netbsd-386), const RTF_CLONING ideal-int 13505pkg syscall (netbsd-386), const RTF_DONE ideal-int 13506pkg syscall (netbsd-386), const RTF_DYNAMIC ideal-int 13507pkg syscall (netbsd-386), const RTF_GATEWAY ideal-int 13508pkg syscall (netbsd-386), const RTF_HOST ideal-int 13509pkg syscall (netbsd-386), const RTF_LLINFO ideal-int 13510pkg syscall (netbsd-386), const RTF_MASK ideal-int 13511pkg syscall (netbsd-386), const RTF_MODIFIED ideal-int 13512pkg syscall (netbsd-386), const RTF_PROTO1 ideal-int 13513pkg syscall (netbsd-386), const RTF_PROTO2 ideal-int 13514pkg syscall (netbsd-386), const RTF_REJECT ideal-int 13515pkg syscall (netbsd-386), const RTF_SRC ideal-int 13516pkg syscall (netbsd-386), const RTF_STATIC ideal-int 13517pkg syscall (netbsd-386), const RTF_UP ideal-int 13518pkg syscall (netbsd-386), const RTF_XRESOLVE ideal-int 13519pkg syscall (netbsd-386), const RTM_ADD ideal-int 13520pkg syscall (netbsd-386), const RTM_CHANGE ideal-int 13521pkg syscall (netbsd-386), const RTM_CHGADDR ideal-int 13522pkg syscall (netbsd-386), const RTM_DELADDR ideal-int 13523pkg syscall (netbsd-386), const RTM_DELETE ideal-int 13524pkg syscall (netbsd-386), const RTM_GET ideal-int 13525pkg syscall (netbsd-386), const RTM_IEEE80211 ideal-int 13526pkg syscall (netbsd-386), const RTM_IFANNOUNCE ideal-int 13527pkg syscall (netbsd-386), const RTM_IFINFO ideal-int 13528pkg syscall (netbsd-386), const RTM_LLINFO_UPD ideal-int 13529pkg syscall (netbsd-386), const RTM_LOCK ideal-int 13530pkg syscall (netbsd-386), const RTM_LOSING ideal-int 13531pkg syscall (netbsd-386), const RTM_MISS ideal-int 13532pkg syscall (netbsd-386), const RTM_NEWADDR ideal-int 13533pkg syscall (netbsd-386), const RTM_OIFINFO ideal-int 13534pkg syscall (netbsd-386), const RTM_OLDADD ideal-int 13535pkg syscall (netbsd-386), const RTM_OLDDEL ideal-int 13536pkg syscall (netbsd-386), const RTM_OOIFINFO ideal-int 13537pkg syscall (netbsd-386), const RTM_REDIRECT ideal-int 13538pkg syscall (netbsd-386), const RTM_RESOLVE ideal-int 13539pkg syscall (netbsd-386), const RTM_RTTUNIT ideal-int 13540pkg syscall (netbsd-386), const RTM_SETGATE ideal-int 13541pkg syscall (netbsd-386), const RTM_VERSION ideal-int 13542pkg syscall (netbsd-386), const RTV_EXPIRE ideal-int 13543pkg syscall (netbsd-386), const RTV_HOPCOUNT ideal-int 13544pkg syscall (netbsd-386), const RTV_MTU ideal-int 13545pkg syscall (netbsd-386), const RTV_RPIPE ideal-int 13546pkg syscall (netbsd-386), const RTV_RTT ideal-int 13547pkg syscall (netbsd-386), const RTV_RTTVAR ideal-int 13548pkg syscall (netbsd-386), const RTV_SPIPE ideal-int 13549pkg syscall (netbsd-386), const RTV_SSTHRESH ideal-int 13550pkg syscall (netbsd-386), const RUSAGE_CHILDREN ideal-int 13551pkg syscall (netbsd-386), const RUSAGE_SELF ideal-int 13552pkg syscall (netbsd-386), const SCM_CREDS ideal-int 13553pkg syscall (netbsd-386), const SCM_RIGHTS ideal-int 13554pkg syscall (netbsd-386), const SCM_TIMESTAMP ideal-int 13555pkg syscall (netbsd-386), const SIGCHLD Signal 13556pkg syscall (netbsd-386), const SIGCONT Signal 13557pkg syscall (netbsd-386), const SIGEMT Signal 13558pkg syscall (netbsd-386), const SIGINFO Signal 13559pkg syscall (netbsd-386), const SIGIO Signal 13560pkg syscall (netbsd-386), const SIGIOT Signal 13561pkg syscall (netbsd-386), const SIGPROF Signal 13562pkg syscall (netbsd-386), const SIGPWR Signal 13563pkg syscall (netbsd-386), const SIGSTOP Signal 13564pkg syscall (netbsd-386), const SIGSYS Signal 13565pkg syscall (netbsd-386), const SIGTSTP Signal 13566pkg syscall (netbsd-386), const SIGTTIN Signal 13567pkg syscall (netbsd-386), const SIGTTOU Signal 13568pkg syscall (netbsd-386), const SIGURG Signal 13569pkg syscall (netbsd-386), const SIGUSR1 Signal 13570pkg syscall (netbsd-386), const SIGUSR2 Signal 13571pkg syscall (netbsd-386), const SIGVTALRM Signal 13572pkg syscall (netbsd-386), const SIGWINCH Signal 13573pkg syscall (netbsd-386), const SIGXCPU Signal 13574pkg syscall (netbsd-386), const SIGXFSZ Signal 13575pkg syscall (netbsd-386), const SIOCADDMULTI ideal-int 13576pkg syscall (netbsd-386), const SIOCADDRT ideal-int 13577pkg syscall (netbsd-386), const SIOCAIFADDR ideal-int 13578pkg syscall (netbsd-386), const SIOCALIFADDR ideal-int 13579pkg syscall (netbsd-386), const SIOCATMARK ideal-int 13580pkg syscall (netbsd-386), const SIOCDELMULTI ideal-int 13581pkg syscall (netbsd-386), const SIOCDELRT ideal-int 13582pkg syscall (netbsd-386), const SIOCDIFADDR ideal-int 13583pkg syscall (netbsd-386), const SIOCDIFPHYADDR ideal-int 13584pkg syscall (netbsd-386), const SIOCDLIFADDR ideal-int 13585pkg syscall (netbsd-386), const SIOCGDRVSPEC ideal-int 13586pkg syscall (netbsd-386), const SIOCGETPFSYNC ideal-int 13587pkg syscall (netbsd-386), const SIOCGETSGCNT ideal-int 13588pkg syscall (netbsd-386), const SIOCGETVIFCNT ideal-int 13589pkg syscall (netbsd-386), const SIOCGHIWAT ideal-int 13590pkg syscall (netbsd-386), const SIOCGIFADDR ideal-int 13591pkg syscall (netbsd-386), const SIOCGIFADDRPREF ideal-int 13592pkg syscall (netbsd-386), const SIOCGIFALIAS ideal-int 13593pkg syscall (netbsd-386), const SIOCGIFBRDADDR ideal-int 13594pkg syscall (netbsd-386), const SIOCGIFCAP ideal-int 13595pkg syscall (netbsd-386), const SIOCGIFCONF ideal-int 13596pkg syscall (netbsd-386), const SIOCGIFDATA ideal-int 13597pkg syscall (netbsd-386), const SIOCGIFDLT ideal-int 13598pkg syscall (netbsd-386), const SIOCGIFDSTADDR ideal-int 13599pkg syscall (netbsd-386), const SIOCGIFFLAGS ideal-int 13600pkg syscall (netbsd-386), const SIOCGIFGENERIC ideal-int 13601pkg syscall (netbsd-386), const SIOCGIFMEDIA ideal-int 13602pkg syscall (netbsd-386), const SIOCGIFMETRIC ideal-int 13603pkg syscall (netbsd-386), const SIOCGIFMTU ideal-int 13604pkg syscall (netbsd-386), const SIOCGIFNETMASK ideal-int 13605pkg syscall (netbsd-386), const SIOCGIFPDSTADDR ideal-int 13606pkg syscall (netbsd-386), const SIOCGIFPSRCADDR ideal-int 13607pkg syscall (netbsd-386), const SIOCGLIFADDR ideal-int 13608pkg syscall (netbsd-386), const SIOCGLIFPHYADDR ideal-int 13609pkg syscall (netbsd-386), const SIOCGLINKSTR ideal-int 13610pkg syscall (netbsd-386), const SIOCGLOWAT ideal-int 13611pkg syscall (netbsd-386), const SIOCGPGRP ideal-int 13612pkg syscall (netbsd-386), const SIOCGVH ideal-int 13613pkg syscall (netbsd-386), const SIOCIFCREATE ideal-int 13614pkg syscall (netbsd-386), const SIOCIFDESTROY ideal-int 13615pkg syscall (netbsd-386), const SIOCIFGCLONERS ideal-int 13616pkg syscall (netbsd-386), const SIOCINITIFADDR ideal-int 13617pkg syscall (netbsd-386), const SIOCSDRVSPEC ideal-int 13618pkg syscall (netbsd-386), const SIOCSETPFSYNC ideal-int 13619pkg syscall (netbsd-386), const SIOCSHIWAT ideal-int 13620pkg syscall (netbsd-386), const SIOCSIFADDR ideal-int 13621pkg syscall (netbsd-386), const SIOCSIFADDRPREF ideal-int 13622pkg syscall (netbsd-386), const SIOCSIFBRDADDR ideal-int 13623pkg syscall (netbsd-386), const SIOCSIFCAP ideal-int 13624pkg syscall (netbsd-386), const SIOCSIFDSTADDR ideal-int 13625pkg syscall (netbsd-386), const SIOCSIFFLAGS ideal-int 13626pkg syscall (netbsd-386), const SIOCSIFGENERIC ideal-int 13627pkg syscall (netbsd-386), const SIOCSIFMEDIA ideal-int 13628pkg syscall (netbsd-386), const SIOCSIFMETRIC ideal-int 13629pkg syscall (netbsd-386), const SIOCSIFMTU ideal-int 13630pkg syscall (netbsd-386), const SIOCSIFNETMASK ideal-int 13631pkg syscall (netbsd-386), const SIOCSIFPHYADDR ideal-int 13632pkg syscall (netbsd-386), const SIOCSLIFPHYADDR ideal-int 13633pkg syscall (netbsd-386), const SIOCSLINKSTR ideal-int 13634pkg syscall (netbsd-386), const SIOCSLOWAT ideal-int 13635pkg syscall (netbsd-386), const SIOCSPGRP ideal-int 13636pkg syscall (netbsd-386), const SIOCSVH ideal-int 13637pkg syscall (netbsd-386), const SIOCZIFDATA ideal-int 13638pkg syscall (netbsd-386), const SOCK_CLOEXEC ideal-int 13639pkg syscall (netbsd-386), const SOCK_FLAGS_MASK ideal-int 13640pkg syscall (netbsd-386), const SOCK_NONBLOCK ideal-int 13641pkg syscall (netbsd-386), const SOCK_NOSIGPIPE ideal-int 13642pkg syscall (netbsd-386), const SOCK_RDM ideal-int 13643pkg syscall (netbsd-386), const SO_ACCEPTCONN ideal-int 13644pkg syscall (netbsd-386), const SO_ACCEPTFILTER ideal-int 13645pkg syscall (netbsd-386), const SO_DEBUG ideal-int 13646pkg syscall (netbsd-386), const SO_ERROR ideal-int 13647pkg syscall (netbsd-386), const SO_NOHEADER ideal-int 13648pkg syscall (netbsd-386), const SO_NOSIGPIPE ideal-int 13649pkg syscall (netbsd-386), const SO_OOBINLINE ideal-int 13650pkg syscall (netbsd-386), const SO_OVERFLOWED ideal-int 13651pkg syscall (netbsd-386), const SO_RCVLOWAT ideal-int 13652pkg syscall (netbsd-386), const SO_RCVTIMEO ideal-int 13653pkg syscall (netbsd-386), const SO_REUSEPORT ideal-int 13654pkg syscall (netbsd-386), const SO_SNDLOWAT ideal-int 13655pkg syscall (netbsd-386), const SO_SNDTIMEO ideal-int 13656pkg syscall (netbsd-386), const SO_TIMESTAMP ideal-int 13657pkg syscall (netbsd-386), const SO_TYPE ideal-int 13658pkg syscall (netbsd-386), const SO_USELOOPBACK ideal-int 13659pkg syscall (netbsd-386), const SYSCTL_VERSION ideal-int 13660pkg syscall (netbsd-386), const SYSCTL_VERS_0 ideal-int 13661pkg syscall (netbsd-386), const SYSCTL_VERS_1 ideal-int 13662pkg syscall (netbsd-386), const SYSCTL_VERS_MASK ideal-int 13663pkg syscall (netbsd-386), const SYS_ACCEPT ideal-int 13664pkg syscall (netbsd-386), const SYS_ACCESS ideal-int 13665pkg syscall (netbsd-386), const SYS_ACCT ideal-int 13666pkg syscall (netbsd-386), const SYS_ADJTIME ideal-int 13667pkg syscall (netbsd-386), const SYS_BIND ideal-int 13668pkg syscall (netbsd-386), const SYS_BREAK ideal-int 13669pkg syscall (netbsd-386), const SYS_CHDIR ideal-int 13670pkg syscall (netbsd-386), const SYS_CHFLAGS ideal-int 13671pkg syscall (netbsd-386), const SYS_CHMOD ideal-int 13672pkg syscall (netbsd-386), const SYS_CHOWN ideal-int 13673pkg syscall (netbsd-386), const SYS_CHROOT ideal-int 13674pkg syscall (netbsd-386), const SYS_CLOCK_GETRES ideal-int 13675pkg syscall (netbsd-386), const SYS_CLOCK_GETTIME ideal-int 13676pkg syscall (netbsd-386), const SYS_CLOCK_SETTIME ideal-int 13677pkg syscall (netbsd-386), const SYS_CLOSE ideal-int 13678pkg syscall (netbsd-386), const SYS_CONNECT ideal-int 13679pkg syscall (netbsd-386), const SYS_DUP ideal-int 13680pkg syscall (netbsd-386), const SYS_DUP2 ideal-int 13681pkg syscall (netbsd-386), const SYS_DUP3 ideal-int 13682pkg syscall (netbsd-386), const SYS_EXECVE ideal-int 13683pkg syscall (netbsd-386), const SYS_EXIT ideal-int 13684pkg syscall (netbsd-386), const SYS_EXTATTRCTL ideal-int 13685pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_FD ideal-int 13686pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_FILE ideal-int 13687pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_LINK ideal-int 13688pkg syscall (netbsd-386), const SYS_EXTATTR_GET_FD ideal-int 13689pkg syscall (netbsd-386), const SYS_EXTATTR_GET_FILE ideal-int 13690pkg syscall (netbsd-386), const SYS_EXTATTR_GET_LINK ideal-int 13691pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_FD ideal-int 13692pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_FILE ideal-int 13693pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_LINK ideal-int 13694pkg syscall (netbsd-386), const SYS_EXTATTR_SET_FD ideal-int 13695pkg syscall (netbsd-386), const SYS_EXTATTR_SET_FILE ideal-int 13696pkg syscall (netbsd-386), const SYS_EXTATTR_SET_LINK ideal-int 13697pkg syscall (netbsd-386), const SYS_FACCESSAT ideal-int 13698pkg syscall (netbsd-386), const SYS_FCHDIR ideal-int 13699pkg syscall (netbsd-386), const SYS_FCHFLAGS ideal-int 13700pkg syscall (netbsd-386), const SYS_FCHMOD ideal-int 13701pkg syscall (netbsd-386), const SYS_FCHMODAT ideal-int 13702pkg syscall (netbsd-386), const SYS_FCHOWN ideal-int 13703pkg syscall (netbsd-386), const SYS_FCHOWNAT ideal-int 13704pkg syscall (netbsd-386), const SYS_FCHROOT ideal-int 13705pkg syscall (netbsd-386), const SYS_FCNTL ideal-int 13706pkg syscall (netbsd-386), const SYS_FDATASYNC ideal-int 13707pkg syscall (netbsd-386), const SYS_FEXECVE ideal-int 13708pkg syscall (netbsd-386), const SYS_FGETXATTR ideal-int 13709pkg syscall (netbsd-386), const SYS_FHSTAT ideal-int 13710pkg syscall (netbsd-386), const SYS_FKTRACE ideal-int 13711pkg syscall (netbsd-386), const SYS_FLISTXATTR ideal-int 13712pkg syscall (netbsd-386), const SYS_FLOCK ideal-int 13713pkg syscall (netbsd-386), const SYS_FORK ideal-int 13714pkg syscall (netbsd-386), const SYS_FPATHCONF ideal-int 13715pkg syscall (netbsd-386), const SYS_FREMOVEXATTR ideal-int 13716pkg syscall (netbsd-386), const SYS_FSETXATTR ideal-int 13717pkg syscall (netbsd-386), const SYS_FSTAT ideal-int 13718pkg syscall (netbsd-386), const SYS_FSTATAT ideal-int 13719pkg syscall (netbsd-386), const SYS_FSTATVFS1 ideal-int 13720pkg syscall (netbsd-386), const SYS_FSYNC ideal-int 13721pkg syscall (netbsd-386), const SYS_FSYNC_RANGE ideal-int 13722pkg syscall (netbsd-386), const SYS_FTRUNCATE ideal-int 13723pkg syscall (netbsd-386), const SYS_FUTIMENS ideal-int 13724pkg syscall (netbsd-386), const SYS_FUTIMES ideal-int 13725pkg syscall (netbsd-386), const SYS_GETCONTEXT ideal-int 13726pkg syscall (netbsd-386), const SYS_GETDENTS ideal-int 13727pkg syscall (netbsd-386), const SYS_GETEGID ideal-int 13728pkg syscall (netbsd-386), const SYS_GETEUID ideal-int 13729pkg syscall (netbsd-386), const SYS_GETFH ideal-int 13730pkg syscall (netbsd-386), const SYS_GETGID ideal-int 13731pkg syscall (netbsd-386), const SYS_GETGROUPS ideal-int 13732pkg syscall (netbsd-386), const SYS_GETITIMER ideal-int 13733pkg syscall (netbsd-386), const SYS_GETPEERNAME ideal-int 13734pkg syscall (netbsd-386), const SYS_GETPGID ideal-int 13735pkg syscall (netbsd-386), const SYS_GETPGRP ideal-int 13736pkg syscall (netbsd-386), const SYS_GETPID ideal-int 13737pkg syscall (netbsd-386), const SYS_GETPPID ideal-int 13738pkg syscall (netbsd-386), const SYS_GETPRIORITY ideal-int 13739pkg syscall (netbsd-386), const SYS_GETRLIMIT ideal-int 13740pkg syscall (netbsd-386), const SYS_GETRUSAGE ideal-int 13741pkg syscall (netbsd-386), const SYS_GETSID ideal-int 13742pkg syscall (netbsd-386), const SYS_GETSOCKNAME ideal-int 13743pkg syscall (netbsd-386), const SYS_GETSOCKOPT ideal-int 13744pkg syscall (netbsd-386), const SYS_GETTIMEOFDAY ideal-int 13745pkg syscall (netbsd-386), const SYS_GETUID ideal-int 13746pkg syscall (netbsd-386), const SYS_GETVFSSTAT ideal-int 13747pkg syscall (netbsd-386), const SYS_GETXATTR ideal-int 13748pkg syscall (netbsd-386), const SYS_IOCTL ideal-int 13749pkg syscall (netbsd-386), const SYS_ISSETUGID ideal-int 13750pkg syscall (netbsd-386), const SYS_KEVENT ideal-int 13751pkg syscall (netbsd-386), const SYS_KILL ideal-int 13752pkg syscall (netbsd-386), const SYS_KQUEUE ideal-int 13753pkg syscall (netbsd-386), const SYS_KQUEUE1 ideal-int 13754pkg syscall (netbsd-386), const SYS_KTRACE ideal-int 13755pkg syscall (netbsd-386), const SYS_LCHFLAGS ideal-int 13756pkg syscall (netbsd-386), const SYS_LCHMOD ideal-int 13757pkg syscall (netbsd-386), const SYS_LCHOWN ideal-int 13758pkg syscall (netbsd-386), const SYS_LGETXATTR ideal-int 13759pkg syscall (netbsd-386), const SYS_LINK ideal-int 13760pkg syscall (netbsd-386), const SYS_LINKAT ideal-int 13761pkg syscall (netbsd-386), const SYS_LISTEN ideal-int 13762pkg syscall (netbsd-386), const SYS_LISTXATTR ideal-int 13763pkg syscall (netbsd-386), const SYS_LLISTXATTR ideal-int 13764pkg syscall (netbsd-386), const SYS_LREMOVEXATTR ideal-int 13765pkg syscall (netbsd-386), const SYS_LSEEK ideal-int 13766pkg syscall (netbsd-386), const SYS_LSETXATTR ideal-int 13767pkg syscall (netbsd-386), const SYS_LSTAT ideal-int 13768pkg syscall (netbsd-386), const SYS_LUTIMES ideal-int 13769pkg syscall (netbsd-386), const SYS_MADVISE ideal-int 13770pkg syscall (netbsd-386), const SYS_MINCORE ideal-int 13771pkg syscall (netbsd-386), const SYS_MINHERIT ideal-int 13772pkg syscall (netbsd-386), const SYS_MKDIR ideal-int 13773pkg syscall (netbsd-386), const SYS_MKDIRAT ideal-int 13774pkg syscall (netbsd-386), const SYS_MKFIFO ideal-int 13775pkg syscall (netbsd-386), const SYS_MKFIFOAT ideal-int 13776pkg syscall (netbsd-386), const SYS_MKNOD ideal-int 13777pkg syscall (netbsd-386), const SYS_MKNODAT ideal-int 13778pkg syscall (netbsd-386), const SYS_MLOCK ideal-int 13779pkg syscall (netbsd-386), const SYS_MLOCKALL ideal-int 13780pkg syscall (netbsd-386), const SYS_MMAP ideal-int 13781pkg syscall (netbsd-386), const SYS_MODCTL ideal-int 13782pkg syscall (netbsd-386), const SYS_MOUNT ideal-int 13783pkg syscall (netbsd-386), const SYS_MPROTECT ideal-int 13784pkg syscall (netbsd-386), const SYS_MREMAP ideal-int 13785pkg syscall (netbsd-386), const SYS_MSGCTL ideal-int 13786pkg syscall (netbsd-386), const SYS_MSGGET ideal-int 13787pkg syscall (netbsd-386), const SYS_MSGRCV ideal-int 13788pkg syscall (netbsd-386), const SYS_MSGSND ideal-int 13789pkg syscall (netbsd-386), const SYS_MUNLOCK ideal-int 13790pkg syscall (netbsd-386), const SYS_MUNLOCKALL ideal-int 13791pkg syscall (netbsd-386), const SYS_MUNMAP ideal-int 13792pkg syscall (netbsd-386), const SYS_NANOSLEEP ideal-int 13793pkg syscall (netbsd-386), const SYS_NTP_ADJTIME ideal-int 13794pkg syscall (netbsd-386), const SYS_NTP_GETTIME ideal-int 13795pkg syscall (netbsd-386), const SYS_OPEN ideal-int 13796pkg syscall (netbsd-386), const SYS_OPENAT ideal-int 13797pkg syscall (netbsd-386), const SYS_PACCEPT ideal-int 13798pkg syscall (netbsd-386), const SYS_PATHCONF ideal-int 13799pkg syscall (netbsd-386), const SYS_PIPE ideal-int 13800pkg syscall (netbsd-386), const SYS_PIPE2 ideal-int 13801pkg syscall (netbsd-386), const SYS_PMC_CONTROL ideal-int 13802pkg syscall (netbsd-386), const SYS_PMC_GET_INFO ideal-int 13803pkg syscall (netbsd-386), const SYS_POLL ideal-int 13804pkg syscall (netbsd-386), const SYS_POLLTS ideal-int 13805pkg syscall (netbsd-386), const SYS_POSIX_FADVISE ideal-int 13806pkg syscall (netbsd-386), const SYS_POSIX_SPAWN ideal-int 13807pkg syscall (netbsd-386), const SYS_PREAD ideal-int 13808pkg syscall (netbsd-386), const SYS_PREADV ideal-int 13809pkg syscall (netbsd-386), const SYS_PROFIL ideal-int 13810pkg syscall (netbsd-386), const SYS_PSELECT ideal-int 13811pkg syscall (netbsd-386), const SYS_PSET_ASSIGN ideal-int 13812pkg syscall (netbsd-386), const SYS_PSET_CREATE ideal-int 13813pkg syscall (netbsd-386), const SYS_PSET_DESTROY ideal-int 13814pkg syscall (netbsd-386), const SYS_PTRACE ideal-int 13815pkg syscall (netbsd-386), const SYS_PWRITE ideal-int 13816pkg syscall (netbsd-386), const SYS_PWRITEV ideal-int 13817pkg syscall (netbsd-386), const SYS_RASCTL ideal-int 13818pkg syscall (netbsd-386), const SYS_READ ideal-int 13819pkg syscall (netbsd-386), const SYS_READLINK ideal-int 13820pkg syscall (netbsd-386), const SYS_READLINKAT ideal-int 13821pkg syscall (netbsd-386), const SYS_READV ideal-int 13822pkg syscall (netbsd-386), const SYS_REBOOT ideal-int 13823pkg syscall (netbsd-386), const SYS_RECVFROM ideal-int 13824pkg syscall (netbsd-386), const SYS_RECVMMSG ideal-int 13825pkg syscall (netbsd-386), const SYS_RECVMSG ideal-int 13826pkg syscall (netbsd-386), const SYS_REMOVEXATTR ideal-int 13827pkg syscall (netbsd-386), const SYS_RENAME ideal-int 13828pkg syscall (netbsd-386), const SYS_RENAMEAT ideal-int 13829pkg syscall (netbsd-386), const SYS_REVOKE ideal-int 13830pkg syscall (netbsd-386), const SYS_RMDIR ideal-int 13831pkg syscall (netbsd-386), const SYS_SBRK ideal-int 13832pkg syscall (netbsd-386), const SYS_SCHED_YIELD ideal-int 13833pkg syscall (netbsd-386), const SYS_SELECT ideal-int 13834pkg syscall (netbsd-386), const SYS_SEMCONFIG ideal-int 13835pkg syscall (netbsd-386), const SYS_SEMGET ideal-int 13836pkg syscall (netbsd-386), const SYS_SEMOP ideal-int 13837pkg syscall (netbsd-386), const SYS_SENDMMSG ideal-int 13838pkg syscall (netbsd-386), const SYS_SENDMSG ideal-int 13839pkg syscall (netbsd-386), const SYS_SENDTO ideal-int 13840pkg syscall (netbsd-386), const SYS_SETCONTEXT ideal-int 13841pkg syscall (netbsd-386), const SYS_SETEGID ideal-int 13842pkg syscall (netbsd-386), const SYS_SETEUID ideal-int 13843pkg syscall (netbsd-386), const SYS_SETGID ideal-int 13844pkg syscall (netbsd-386), const SYS_SETGROUPS ideal-int 13845pkg syscall (netbsd-386), const SYS_SETITIMER ideal-int 13846pkg syscall (netbsd-386), const SYS_SETPGID ideal-int 13847pkg syscall (netbsd-386), const SYS_SETPRIORITY ideal-int 13848pkg syscall (netbsd-386), const SYS_SETREGID ideal-int 13849pkg syscall (netbsd-386), const SYS_SETREUID ideal-int 13850pkg syscall (netbsd-386), const SYS_SETRLIMIT ideal-int 13851pkg syscall (netbsd-386), const SYS_SETSID ideal-int 13852pkg syscall (netbsd-386), const SYS_SETSOCKOPT ideal-int 13853pkg syscall (netbsd-386), const SYS_SETTIMEOFDAY ideal-int 13854pkg syscall (netbsd-386), const SYS_SETUID ideal-int 13855pkg syscall (netbsd-386), const SYS_SETXATTR ideal-int 13856pkg syscall (netbsd-386), const SYS_SHMAT ideal-int 13857pkg syscall (netbsd-386), const SYS_SHMCTL ideal-int 13858pkg syscall (netbsd-386), const SYS_SHMDT ideal-int 13859pkg syscall (netbsd-386), const SYS_SHMGET ideal-int 13860pkg syscall (netbsd-386), const SYS_SHUTDOWN ideal-int 13861pkg syscall (netbsd-386), const SYS_SIGQUEUEINFO ideal-int 13862pkg syscall (netbsd-386), const SYS_SOCKET ideal-int 13863pkg syscall (netbsd-386), const SYS_SOCKETPAIR ideal-int 13864pkg syscall (netbsd-386), const SYS_SSTK ideal-int 13865pkg syscall (netbsd-386), const SYS_STAT ideal-int 13866pkg syscall (netbsd-386), const SYS_STATVFS1 ideal-int 13867pkg syscall (netbsd-386), const SYS_SWAPCTL ideal-int 13868pkg syscall (netbsd-386), const SYS_SYMLINK ideal-int 13869pkg syscall (netbsd-386), const SYS_SYMLINKAT ideal-int 13870pkg syscall (netbsd-386), const SYS_SYNC ideal-int 13871pkg syscall (netbsd-386), const SYS_SYSARCH ideal-int 13872pkg syscall (netbsd-386), const SYS_TIMER_CREATE ideal-int 13873pkg syscall (netbsd-386), const SYS_TIMER_DELETE ideal-int 13874pkg syscall (netbsd-386), const SYS_TIMER_GETOVERRUN ideal-int 13875pkg syscall (netbsd-386), const SYS_TIMER_GETTIME ideal-int 13876pkg syscall (netbsd-386), const SYS_TIMER_SETTIME ideal-int 13877pkg syscall (netbsd-386), const SYS_TRUNCATE ideal-int 13878pkg syscall (netbsd-386), const SYS_UMASK ideal-int 13879pkg syscall (netbsd-386), const SYS_UNDELETE ideal-int 13880pkg syscall (netbsd-386), const SYS_UNLINK ideal-int 13881pkg syscall (netbsd-386), const SYS_UNLINKAT ideal-int 13882pkg syscall (netbsd-386), const SYS_UNMOUNT ideal-int 13883pkg syscall (netbsd-386), const SYS_UTIMENSAT ideal-int 13884pkg syscall (netbsd-386), const SYS_UTIMES ideal-int 13885pkg syscall (netbsd-386), const SYS_UTRACE ideal-int 13886pkg syscall (netbsd-386), const SYS_UUIDGEN ideal-int 13887pkg syscall (netbsd-386), const SYS_VADVISE ideal-int 13888pkg syscall (netbsd-386), const SYS_VFORK ideal-int 13889pkg syscall (netbsd-386), const SYS_WAIT4 ideal-int 13890pkg syscall (netbsd-386), const SYS_WRITE ideal-int 13891pkg syscall (netbsd-386), const SYS_WRITEV ideal-int 13892pkg syscall (netbsd-386), const SYS__LWP_CONTINUE ideal-int 13893pkg syscall (netbsd-386), const SYS__LWP_CREATE ideal-int 13894pkg syscall (netbsd-386), const SYS__LWP_CTL ideal-int 13895pkg syscall (netbsd-386), const SYS__LWP_DETACH ideal-int 13896pkg syscall (netbsd-386), const SYS__LWP_EXIT ideal-int 13897pkg syscall (netbsd-386), const SYS__LWP_GETNAME ideal-int 13898pkg syscall (netbsd-386), const SYS__LWP_GETPRIVATE ideal-int 13899pkg syscall (netbsd-386), const SYS__LWP_KILL ideal-int 13900pkg syscall (netbsd-386), const SYS__LWP_PARK ideal-int 13901pkg syscall (netbsd-386), const SYS__LWP_SELF ideal-int 13902pkg syscall (netbsd-386), const SYS__LWP_SETNAME ideal-int 13903pkg syscall (netbsd-386), const SYS__LWP_SETPRIVATE ideal-int 13904pkg syscall (netbsd-386), const SYS__LWP_SUSPEND ideal-int 13905pkg syscall (netbsd-386), const SYS__LWP_UNPARK ideal-int 13906pkg syscall (netbsd-386), const SYS__LWP_UNPARK_ALL ideal-int 13907pkg syscall (netbsd-386), const SYS__LWP_WAIT ideal-int 13908pkg syscall (netbsd-386), const SYS__LWP_WAKEUP ideal-int 13909pkg syscall (netbsd-386), const SYS__PSET_BIND ideal-int 13910pkg syscall (netbsd-386), const SYS__SCHED_GETAFFINITY ideal-int 13911pkg syscall (netbsd-386), const SYS__SCHED_GETPARAM ideal-int 13912pkg syscall (netbsd-386), const SYS__SCHED_SETAFFINITY ideal-int 13913pkg syscall (netbsd-386), const SYS__SCHED_SETPARAM ideal-int 13914pkg syscall (netbsd-386), const SYS___CLONE ideal-int 13915pkg syscall (netbsd-386), const SYS___GETCWD ideal-int 13916pkg syscall (netbsd-386), const SYS___GETLOGIN ideal-int 13917pkg syscall (netbsd-386), const SYS___POSIX_CHOWN ideal-int 13918pkg syscall (netbsd-386), const SYS___POSIX_FCHOWN ideal-int 13919pkg syscall (netbsd-386), const SYS___POSIX_LCHOWN ideal-int 13920pkg syscall (netbsd-386), const SYS___POSIX_RENAME ideal-int 13921pkg syscall (netbsd-386), const SYS___QUOTACTL ideal-int 13922pkg syscall (netbsd-386), const SYS___SEMCTL ideal-int 13923pkg syscall (netbsd-386), const SYS___SETLOGIN ideal-int 13924pkg syscall (netbsd-386), const SYS___SIGACTION_SIGTRAMP ideal-int 13925pkg syscall (netbsd-386), const SYS___SIGTIMEDWAIT ideal-int 13926pkg syscall (netbsd-386), const SYS___SYSCTL ideal-int 13927pkg syscall (netbsd-386), const S_ARCH1 ideal-int 13928pkg syscall (netbsd-386), const S_ARCH2 ideal-int 13929pkg syscall (netbsd-386), const S_BLKSIZE ideal-int 13930pkg syscall (netbsd-386), const S_IEXEC ideal-int 13931pkg syscall (netbsd-386), const S_IFWHT ideal-int 13932pkg syscall (netbsd-386), const S_IREAD ideal-int 13933pkg syscall (netbsd-386), const S_IRGRP ideal-int 13934pkg syscall (netbsd-386), const S_IROTH ideal-int 13935pkg syscall (netbsd-386), const S_IRWXG ideal-int 13936pkg syscall (netbsd-386), const S_IRWXO ideal-int 13937pkg syscall (netbsd-386), const S_IRWXU ideal-int 13938pkg syscall (netbsd-386), const S_ISTXT ideal-int 13939pkg syscall (netbsd-386), const S_IWGRP ideal-int 13940pkg syscall (netbsd-386), const S_IWOTH ideal-int 13941pkg syscall (netbsd-386), const S_IWRITE ideal-int 13942pkg syscall (netbsd-386), const S_IXGRP ideal-int 13943pkg syscall (netbsd-386), const S_IXOTH ideal-int 13944pkg syscall (netbsd-386), const S_LOGIN_SET ideal-int 13945pkg syscall (netbsd-386), const SizeofBpfHdr ideal-int 13946pkg syscall (netbsd-386), const SizeofBpfInsn ideal-int 13947pkg syscall (netbsd-386), const SizeofBpfProgram ideal-int 13948pkg syscall (netbsd-386), const SizeofBpfStat ideal-int 13949pkg syscall (netbsd-386), const SizeofBpfVersion ideal-int 13950pkg syscall (netbsd-386), const SizeofCmsghdr ideal-int 13951pkg syscall (netbsd-386), const SizeofICMPv6Filter = 32 13952pkg syscall (netbsd-386), const SizeofICMPv6Filter ideal-int 13953pkg syscall (netbsd-386), const SizeofIPMreq ideal-int 13954pkg syscall (netbsd-386), const SizeofIPv6MTUInfo = 32 13955pkg syscall (netbsd-386), const SizeofIPv6MTUInfo ideal-int 13956pkg syscall (netbsd-386), const SizeofIPv6Mreq ideal-int 13957pkg syscall (netbsd-386), const SizeofIfAnnounceMsghdr ideal-int 13958pkg syscall (netbsd-386), const SizeofIfData ideal-int 13959pkg syscall (netbsd-386), const SizeofIfMsghdr ideal-int 13960pkg syscall (netbsd-386), const SizeofIfaMsghdr ideal-int 13961pkg syscall (netbsd-386), const SizeofInet6Pktinfo ideal-int 13962pkg syscall (netbsd-386), const SizeofLinger ideal-int 13963pkg syscall (netbsd-386), const SizeofMsghdr ideal-int 13964pkg syscall (netbsd-386), const SizeofRtMetrics ideal-int 13965pkg syscall (netbsd-386), const SizeofRtMsghdr ideal-int 13966pkg syscall (netbsd-386), const SizeofSockaddrAny ideal-int 13967pkg syscall (netbsd-386), const SizeofSockaddrDatalink ideal-int 13968pkg syscall (netbsd-386), const SizeofSockaddrInet4 ideal-int 13969pkg syscall (netbsd-386), const SizeofSockaddrInet6 ideal-int 13970pkg syscall (netbsd-386), const SizeofSockaddrUnix ideal-int 13971pkg syscall (netbsd-386), const TCIFLUSH ideal-int 13972pkg syscall (netbsd-386), const TCIOFLUSH ideal-int 13973pkg syscall (netbsd-386), const TCOFLUSH ideal-int 13974pkg syscall (netbsd-386), const TCP_CONGCTL ideal-int 13975pkg syscall (netbsd-386), const TCP_KEEPCNT ideal-int 13976pkg syscall (netbsd-386), const TCP_KEEPIDLE ideal-int 13977pkg syscall (netbsd-386), const TCP_KEEPINIT ideal-int 13978pkg syscall (netbsd-386), const TCP_KEEPINTVL ideal-int 13979pkg syscall (netbsd-386), const TCP_MAXBURST ideal-int 13980pkg syscall (netbsd-386), const TCP_MAXSEG ideal-int 13981pkg syscall (netbsd-386), const TCP_MAXWIN ideal-int 13982pkg syscall (netbsd-386), const TCP_MAX_WINSHIFT ideal-int 13983pkg syscall (netbsd-386), const TCP_MD5SIG ideal-int 13984pkg syscall (netbsd-386), const TCP_MINMSS ideal-int 13985pkg syscall (netbsd-386), const TCP_MSS ideal-int 13986pkg syscall (netbsd-386), const TCSAFLUSH ideal-int 13987pkg syscall (netbsd-386), const TIOCCBRK ideal-int 13988pkg syscall (netbsd-386), const TIOCCDTR ideal-int 13989pkg syscall (netbsd-386), const TIOCCONS ideal-int 13990pkg syscall (netbsd-386), const TIOCDCDTIMESTAMP ideal-int 13991pkg syscall (netbsd-386), const TIOCDRAIN ideal-int 13992pkg syscall (netbsd-386), const TIOCEXCL ideal-int 13993pkg syscall (netbsd-386), const TIOCEXT ideal-int 13994pkg syscall (netbsd-386), const TIOCFLAG_CDTRCTS ideal-int 13995pkg syscall (netbsd-386), const TIOCFLAG_CLOCAL ideal-int 13996pkg syscall (netbsd-386), const TIOCFLAG_CRTSCTS ideal-int 13997pkg syscall (netbsd-386), const TIOCFLAG_MDMBUF ideal-int 13998pkg syscall (netbsd-386), const TIOCFLAG_SOFTCAR ideal-int 13999pkg syscall (netbsd-386), const TIOCFLUSH ideal-int 14000pkg syscall (netbsd-386), const TIOCGETA ideal-int 14001pkg syscall (netbsd-386), const TIOCGETD ideal-int 14002pkg syscall (netbsd-386), const TIOCGFLAGS ideal-int 14003pkg syscall (netbsd-386), const TIOCGLINED ideal-int 14004pkg syscall (netbsd-386), const TIOCGPGRP ideal-int 14005pkg syscall (netbsd-386), const TIOCGQSIZE ideal-int 14006pkg syscall (netbsd-386), const TIOCGRANTPT ideal-int 14007pkg syscall (netbsd-386), const TIOCGSID ideal-int 14008pkg syscall (netbsd-386), const TIOCGSIZE ideal-int 14009pkg syscall (netbsd-386), const TIOCGWINSZ ideal-int 14010pkg syscall (netbsd-386), const TIOCMBIC ideal-int 14011pkg syscall (netbsd-386), const TIOCMBIS ideal-int 14012pkg syscall (netbsd-386), const TIOCMGET ideal-int 14013pkg syscall (netbsd-386), const TIOCMSET ideal-int 14014pkg syscall (netbsd-386), const TIOCM_CAR ideal-int 14015pkg syscall (netbsd-386), const TIOCM_CD ideal-int 14016pkg syscall (netbsd-386), const TIOCM_CTS ideal-int 14017pkg syscall (netbsd-386), const TIOCM_DSR ideal-int 14018pkg syscall (netbsd-386), const TIOCM_DTR ideal-int 14019pkg syscall (netbsd-386), const TIOCM_LE ideal-int 14020pkg syscall (netbsd-386), const TIOCM_RI ideal-int 14021pkg syscall (netbsd-386), const TIOCM_RNG ideal-int 14022pkg syscall (netbsd-386), const TIOCM_RTS ideal-int 14023pkg syscall (netbsd-386), const TIOCM_SR ideal-int 14024pkg syscall (netbsd-386), const TIOCM_ST ideal-int 14025pkg syscall (netbsd-386), const TIOCNOTTY ideal-int 14026pkg syscall (netbsd-386), const TIOCNXCL ideal-int 14027pkg syscall (netbsd-386), const TIOCOUTQ ideal-int 14028pkg syscall (netbsd-386), const TIOCPKT ideal-int 14029pkg syscall (netbsd-386), const TIOCPKT_DATA ideal-int 14030pkg syscall (netbsd-386), const TIOCPKT_DOSTOP ideal-int 14031pkg syscall (netbsd-386), const TIOCPKT_FLUSHREAD ideal-int 14032pkg syscall (netbsd-386), const TIOCPKT_FLUSHWRITE ideal-int 14033pkg syscall (netbsd-386), const TIOCPKT_IOCTL ideal-int 14034pkg syscall (netbsd-386), const TIOCPKT_NOSTOP ideal-int 14035pkg syscall (netbsd-386), const TIOCPKT_START ideal-int 14036pkg syscall (netbsd-386), const TIOCPKT_STOP ideal-int 14037pkg syscall (netbsd-386), const TIOCPTMGET ideal-int 14038pkg syscall (netbsd-386), const TIOCPTSNAME ideal-int 14039pkg syscall (netbsd-386), const TIOCRCVFRAME ideal-int 14040pkg syscall (netbsd-386), const TIOCREMOTE ideal-int 14041pkg syscall (netbsd-386), const TIOCSBRK ideal-int 14042pkg syscall (netbsd-386), const TIOCSCTTY ideal-int 14043pkg syscall (netbsd-386), const TIOCSDTR ideal-int 14044pkg syscall (netbsd-386), const TIOCSETA ideal-int 14045pkg syscall (netbsd-386), const TIOCSETAF ideal-int 14046pkg syscall (netbsd-386), const TIOCSETAW ideal-int 14047pkg syscall (netbsd-386), const TIOCSETD ideal-int 14048pkg syscall (netbsd-386), const TIOCSFLAGS ideal-int 14049pkg syscall (netbsd-386), const TIOCSIG ideal-int 14050pkg syscall (netbsd-386), const TIOCSLINED ideal-int 14051pkg syscall (netbsd-386), const TIOCSPGRP ideal-int 14052pkg syscall (netbsd-386), const TIOCSQSIZE ideal-int 14053pkg syscall (netbsd-386), const TIOCSSIZE ideal-int 14054pkg syscall (netbsd-386), const TIOCSTART ideal-int 14055pkg syscall (netbsd-386), const TIOCSTAT ideal-int 14056pkg syscall (netbsd-386), const TIOCSTI ideal-int 14057pkg syscall (netbsd-386), const TIOCSTOP ideal-int 14058pkg syscall (netbsd-386), const TIOCSWINSZ ideal-int 14059pkg syscall (netbsd-386), const TIOCUCNTL ideal-int 14060pkg syscall (netbsd-386), const TIOCXMTFRAME ideal-int 14061pkg syscall (netbsd-386), const TOSTOP ideal-int 14062pkg syscall (netbsd-386), const VDISCARD ideal-int 14063pkg syscall (netbsd-386), const VDSUSP ideal-int 14064pkg syscall (netbsd-386), const VEOF ideal-int 14065pkg syscall (netbsd-386), const VEOL ideal-int 14066pkg syscall (netbsd-386), const VEOL2 ideal-int 14067pkg syscall (netbsd-386), const VERASE ideal-int 14068pkg syscall (netbsd-386), const VINTR ideal-int 14069pkg syscall (netbsd-386), const VKILL ideal-int 14070pkg syscall (netbsd-386), const VLNEXT ideal-int 14071pkg syscall (netbsd-386), const VMIN ideal-int 14072pkg syscall (netbsd-386), const VQUIT ideal-int 14073pkg syscall (netbsd-386), const VREPRINT ideal-int 14074pkg syscall (netbsd-386), const VSTART ideal-int 14075pkg syscall (netbsd-386), const VSTATUS ideal-int 14076pkg syscall (netbsd-386), const VSTOP ideal-int 14077pkg syscall (netbsd-386), const VSUSP ideal-int 14078pkg syscall (netbsd-386), const VTIME ideal-int 14079pkg syscall (netbsd-386), const VWERASE ideal-int 14080pkg syscall (netbsd-386), const WALL ideal-int 14081pkg syscall (netbsd-386), const WALLSIG ideal-int 14082pkg syscall (netbsd-386), const WALTSIG ideal-int 14083pkg syscall (netbsd-386), const WCLONE ideal-int 14084pkg syscall (netbsd-386), const WCOREFLAG ideal-int 14085pkg syscall (netbsd-386), const WNOHANG ideal-int 14086pkg syscall (netbsd-386), const WNOWAIT ideal-int 14087pkg syscall (netbsd-386), const WNOZOMBIE ideal-int 14088pkg syscall (netbsd-386), const WOPTSCHECKED ideal-int 14089pkg syscall (netbsd-386), const WSTOPPED ideal-int 14090pkg syscall (netbsd-386), const WUNTRACED ideal-int 14091pkg syscall (netbsd-386), func Accept(int) (int, Sockaddr, error) 14092pkg syscall (netbsd-386), func Access(string, uint32) error 14093pkg syscall (netbsd-386), func Adjtime(*Timeval, *Timeval) error 14094pkg syscall (netbsd-386), func Bind(int, Sockaddr) error 14095pkg syscall (netbsd-386), func BpfBuflen(int) (int, error) 14096pkg syscall (netbsd-386), func BpfDatalink(int) (int, error) 14097pkg syscall (netbsd-386), func BpfHeadercmpl(int) (int, error) 14098pkg syscall (netbsd-386), func BpfInterface(int, string) (string, error) 14099pkg syscall (netbsd-386), func BpfJump(int, int, int, int) *BpfInsn 14100pkg syscall (netbsd-386), func BpfStats(int) (*BpfStat, error) 14101pkg syscall (netbsd-386), func BpfStmt(int, int) *BpfInsn 14102pkg syscall (netbsd-386), func BpfTimeout(int) (*Timeval, error) 14103pkg syscall (netbsd-386), func CheckBpfVersion(int) error 14104pkg syscall (netbsd-386), func Chflags(string, int) error 14105pkg syscall (netbsd-386), func Chroot(string) error 14106pkg syscall (netbsd-386), func Close(int) error 14107pkg syscall (netbsd-386), func CloseOnExec(int) 14108pkg syscall (netbsd-386), func CmsgLen(int) int 14109pkg syscall (netbsd-386), func CmsgSpace(int) int 14110pkg syscall (netbsd-386), func Connect(int, Sockaddr) error 14111pkg syscall (netbsd-386), func Dup(int) (int, error) 14112pkg syscall (netbsd-386), func Dup2(int, int) error 14113pkg syscall (netbsd-386), func Fchdir(int) error 14114pkg syscall (netbsd-386), func Fchflags(int, int) error 14115pkg syscall (netbsd-386), func Fchmod(int, uint32) error 14116pkg syscall (netbsd-386), func Fchown(int, int, int) error 14117pkg syscall (netbsd-386), func Flock(int, int) error 14118pkg syscall (netbsd-386), func FlushBpf(int) error 14119pkg syscall (netbsd-386), func ForkExec(string, []string, *ProcAttr) (int, error) 14120pkg syscall (netbsd-386), func Fpathconf(int, int) (int, error) 14121pkg syscall (netbsd-386), func Fstat(int, *Stat_t) error 14122pkg syscall (netbsd-386), func Fsync(int) error 14123pkg syscall (netbsd-386), func Ftruncate(int, int64) error 14124pkg syscall (netbsd-386), func Futimes(int, []Timeval) error 14125pkg syscall (netbsd-386), func Getdirentries(int, []uint8, *uintptr) (int, error) 14126pkg syscall (netbsd-386), func Getpeername(int) (Sockaddr, error) 14127pkg syscall (netbsd-386), func Getpgid(int) (int, error) 14128pkg syscall (netbsd-386), func Getpgrp() int 14129pkg syscall (netbsd-386), func Getpriority(int, int) (int, error) 14130pkg syscall (netbsd-386), func Getrlimit(int, *Rlimit) error 14131pkg syscall (netbsd-386), func Getrusage(int, *Rusage) error 14132pkg syscall (netbsd-386), func Getsid(int) (int, error) 14133pkg syscall (netbsd-386), func Getsockname(int) (Sockaddr, error) 14134pkg syscall (netbsd-386), func GetsockoptByte(int, int, int) (uint8, error) 14135pkg syscall (netbsd-386), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 14136pkg syscall (netbsd-386), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) 14137pkg syscall (netbsd-386), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 14138pkg syscall (netbsd-386), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) 14139pkg syscall (netbsd-386), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) 14140pkg syscall (netbsd-386), func GetsockoptInt(int, int, int) (int, error) 14141pkg syscall (netbsd-386), func Issetugid() bool 14142pkg syscall (netbsd-386), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) 14143pkg syscall (netbsd-386), func Kill(int, Signal) error 14144pkg syscall (netbsd-386), func Kqueue() (int, error) 14145pkg syscall (netbsd-386), func Listen(int, int) error 14146pkg syscall (netbsd-386), func Lstat(string, *Stat_t) error 14147pkg syscall (netbsd-386), func Mkfifo(string, uint32) error 14148pkg syscall (netbsd-386), func Mknod(string, uint32, int) error 14149pkg syscall (netbsd-386), func Mmap(int, int64, int, int, int) ([]uint8, error) 14150pkg syscall (netbsd-386), func Munmap([]uint8) error 14151pkg syscall (netbsd-386), func Nanosleep(*Timespec, *Timespec) error 14152pkg syscall (netbsd-386), func Open(string, int, uint32) (int, error) 14153pkg syscall (netbsd-386), func ParseDirent([]uint8, int, []string) (int, int, []string) 14154pkg syscall (netbsd-386), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) 14155pkg syscall (netbsd-386), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) 14156pkg syscall (netbsd-386), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) 14157pkg syscall (netbsd-386), func ParseUnixRights(*SocketControlMessage) ([]int, error) 14158pkg syscall (netbsd-386), func Pathconf(string, int) (int, error) 14159pkg syscall (netbsd-386), func Pipe([]int) error 14160pkg syscall (netbsd-386), func Pread(int, []uint8, int64) (int, error) 14161pkg syscall (netbsd-386), func Pwrite(int, []uint8, int64) (int, error) 14162pkg syscall (netbsd-386), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 14163pkg syscall (netbsd-386), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 14164pkg syscall (netbsd-386), func Read(int, []uint8) (int, error) 14165pkg syscall (netbsd-386), func ReadDirent(int, []uint8) (int, error) 14166pkg syscall (netbsd-386), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) 14167pkg syscall (netbsd-386), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) 14168pkg syscall (netbsd-386), func Revoke(string) error 14169pkg syscall (netbsd-386), func RouteRIB(int, int) ([]uint8, error) 14170pkg syscall (netbsd-386), func Seek(int, int64, int) (int64, error) 14171pkg syscall (netbsd-386), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error 14172pkg syscall (netbsd-386), func Sendfile(int, int, *int64, int) (int, error) 14173pkg syscall (netbsd-386), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error 14174pkg syscall (netbsd-386), func Sendto(int, []uint8, int, Sockaddr) error 14175pkg syscall (netbsd-386), func SetBpf(int, []BpfInsn) error 14176pkg syscall (netbsd-386), func SetBpfBuflen(int, int) (int, error) 14177pkg syscall (netbsd-386), func SetBpfDatalink(int, int) (int, error) 14178pkg syscall (netbsd-386), func SetBpfHeadercmpl(int, int) error 14179pkg syscall (netbsd-386), func SetBpfImmediate(int, int) error 14180pkg syscall (netbsd-386), func SetBpfInterface(int, string) error 14181pkg syscall (netbsd-386), func SetBpfPromisc(int, int) error 14182pkg syscall (netbsd-386), func SetBpfTimeout(int, *Timeval) error 14183pkg syscall (netbsd-386), func SetKevent(*Kevent_t, int, int, int) 14184pkg syscall (netbsd-386), func SetNonblock(int, bool) error 14185pkg syscall (netbsd-386), func Setegid(int) error 14186pkg syscall (netbsd-386), func Seteuid(int) error 14187pkg syscall (netbsd-386), func Setgid(int) error 14188pkg syscall (netbsd-386), func Setgroups([]int) error 14189pkg syscall (netbsd-386), func Setpgid(int, int) error 14190pkg syscall (netbsd-386), func Setpriority(int, int, int) error 14191pkg syscall (netbsd-386), func Setregid(int, int) error 14192pkg syscall (netbsd-386), func Setreuid(int, int) error 14193pkg syscall (netbsd-386), func Setrlimit(int, *Rlimit) error 14194pkg syscall (netbsd-386), func Setsid() (int, error) 14195pkg syscall (netbsd-386), func SetsockoptByte(int, int, int, uint8) error 14196pkg syscall (netbsd-386), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 14197pkg syscall (netbsd-386), func SetsockoptIPMreq(int, int, int, *IPMreq) error 14198pkg syscall (netbsd-386), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error 14199pkg syscall (netbsd-386), func SetsockoptInet4Addr(int, int, int, [4]uint8) error 14200pkg syscall (netbsd-386), func SetsockoptInt(int, int, int, int) error 14201pkg syscall (netbsd-386), func SetsockoptLinger(int, int, int, *Linger) error 14202pkg syscall (netbsd-386), func SetsockoptString(int, int, int, string) error 14203pkg syscall (netbsd-386), func SetsockoptTimeval(int, int, int, *Timeval) error 14204pkg syscall (netbsd-386), func Settimeofday(*Timeval) error 14205pkg syscall (netbsd-386), func Setuid(int) error 14206pkg syscall (netbsd-386), func Shutdown(int, int) error 14207pkg syscall (netbsd-386), func SlicePtrFromStrings([]string) ([]*uint8, error) 14208pkg syscall (netbsd-386), func Socket(int, int, int) (int, error) 14209pkg syscall (netbsd-386), func Socketpair(int, int, int) ([2]int, error) 14210pkg syscall (netbsd-386), func Stat(string, *Stat_t) error 14211pkg syscall (netbsd-386), func StringSlicePtr([]string) []*uint8 14212pkg syscall (netbsd-386), func Sync() error 14213pkg syscall (netbsd-386), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 14214pkg syscall (netbsd-386), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 14215pkg syscall (netbsd-386), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 14216pkg syscall (netbsd-386), func Sysctl(string) (string, error) 14217pkg syscall (netbsd-386), func SysctlUint32(string) (uint32, error) 14218pkg syscall (netbsd-386), func TimevalToNsec(Timeval) int64 14219pkg syscall (netbsd-386), func Truncate(string, int64) error 14220pkg syscall (netbsd-386), func Umask(int) int 14221pkg syscall (netbsd-386), func UnixRights(...int) []uint8 14222pkg syscall (netbsd-386), func Unmount(string, int) error 14223pkg syscall (netbsd-386), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) 14224pkg syscall (netbsd-386), func Write(int, []uint8) (int, error) 14225pkg syscall (netbsd-386), method (*Cmsghdr) SetLen(int) 14226pkg syscall (netbsd-386), method (*Iovec) SetLen(int) 14227pkg syscall (netbsd-386), method (*Msghdr) SetControllen(int) 14228pkg syscall (netbsd-386), type BpfHdr struct 14229pkg syscall (netbsd-386), type BpfHdr struct, Caplen uint32 14230pkg syscall (netbsd-386), type BpfHdr struct, Datalen uint32 14231pkg syscall (netbsd-386), type BpfHdr struct, Hdrlen uint16 14232pkg syscall (netbsd-386), type BpfHdr struct, Pad_cgo_0 [2]uint8 14233pkg syscall (netbsd-386), type BpfHdr struct, Tstamp BpfTimeval 14234pkg syscall (netbsd-386), type BpfInsn struct 14235pkg syscall (netbsd-386), type BpfInsn struct, Code uint16 14236pkg syscall (netbsd-386), type BpfInsn struct, Jf uint8 14237pkg syscall (netbsd-386), type BpfInsn struct, Jt uint8 14238pkg syscall (netbsd-386), type BpfInsn struct, K uint32 14239pkg syscall (netbsd-386), type BpfProgram struct 14240pkg syscall (netbsd-386), type BpfProgram struct, Insns *BpfInsn 14241pkg syscall (netbsd-386), type BpfProgram struct, Len uint32 14242pkg syscall (netbsd-386), type BpfStat struct 14243pkg syscall (netbsd-386), type BpfStat struct, Capt uint64 14244pkg syscall (netbsd-386), type BpfStat struct, Drop uint64 14245pkg syscall (netbsd-386), type BpfStat struct, Padding [13]uint64 14246pkg syscall (netbsd-386), type BpfStat struct, Recv uint64 14247pkg syscall (netbsd-386), type BpfTimeval struct 14248pkg syscall (netbsd-386), type BpfTimeval struct, Sec int32 14249pkg syscall (netbsd-386), type BpfTimeval struct, Usec int32 14250pkg syscall (netbsd-386), type BpfVersion struct 14251pkg syscall (netbsd-386), type BpfVersion struct, Major uint16 14252pkg syscall (netbsd-386), type BpfVersion struct, Minor uint16 14253pkg syscall (netbsd-386), type Cmsghdr struct 14254pkg syscall (netbsd-386), type Cmsghdr struct, Len uint32 14255pkg syscall (netbsd-386), type Cmsghdr struct, Level int32 14256pkg syscall (netbsd-386), type Cmsghdr struct, Type int32 14257pkg syscall (netbsd-386), type Credential struct 14258pkg syscall (netbsd-386), type Credential struct, Gid uint32 14259pkg syscall (netbsd-386), type Credential struct, Groups []uint32 14260pkg syscall (netbsd-386), type Credential struct, Uid uint32 14261pkg syscall (netbsd-386), type Dirent struct 14262pkg syscall (netbsd-386), type Dirent struct, Fileno uint64 14263pkg syscall (netbsd-386), type Dirent struct, Name [512]int8 14264pkg syscall (netbsd-386), type Dirent struct, Namlen uint16 14265pkg syscall (netbsd-386), type Dirent struct, Pad_cgo_0 [3]uint8 14266pkg syscall (netbsd-386), type Dirent struct, Reclen uint16 14267pkg syscall (netbsd-386), type Dirent struct, Type uint8 14268pkg syscall (netbsd-386), type FdSet struct 14269pkg syscall (netbsd-386), type FdSet struct, Bits [8]uint32 14270pkg syscall (netbsd-386), type Flock_t struct 14271pkg syscall (netbsd-386), type Flock_t struct, Len int64 14272pkg syscall (netbsd-386), type Flock_t struct, Pid int32 14273pkg syscall (netbsd-386), type Flock_t struct, Start int64 14274pkg syscall (netbsd-386), type Flock_t struct, Type int16 14275pkg syscall (netbsd-386), type Flock_t struct, Whence int16 14276pkg syscall (netbsd-386), type Fsid struct 14277pkg syscall (netbsd-386), type Fsid struct, X__fsid_val [2]int32 14278pkg syscall (netbsd-386), type ICMPv6Filter struct 14279pkg syscall (netbsd-386), type ICMPv6Filter struct, Filt [8]uint32 14280pkg syscall (netbsd-386), type IPv6MTUInfo struct 14281pkg syscall (netbsd-386), type IPv6MTUInfo struct, Addr RawSockaddrInet6 14282pkg syscall (netbsd-386), type IPv6MTUInfo struct, Mtu uint32 14283pkg syscall (netbsd-386), type IfAnnounceMsghdr struct 14284pkg syscall (netbsd-386), type IfAnnounceMsghdr struct, Index uint16 14285pkg syscall (netbsd-386), type IfAnnounceMsghdr struct, Msglen uint16 14286pkg syscall (netbsd-386), type IfAnnounceMsghdr struct, Name [16]int8 14287pkg syscall (netbsd-386), type IfAnnounceMsghdr struct, Type uint8 14288pkg syscall (netbsd-386), type IfAnnounceMsghdr struct, Version uint8 14289pkg syscall (netbsd-386), type IfAnnounceMsghdr struct, What uint16 14290pkg syscall (netbsd-386), type IfData struct 14291pkg syscall (netbsd-386), type IfData struct, Addrlen uint8 14292pkg syscall (netbsd-386), type IfData struct, Baudrate uint64 14293pkg syscall (netbsd-386), type IfData struct, Collisions uint64 14294pkg syscall (netbsd-386), type IfData struct, Hdrlen uint8 14295pkg syscall (netbsd-386), type IfData struct, Ibytes uint64 14296pkg syscall (netbsd-386), type IfData struct, Ierrors uint64 14297pkg syscall (netbsd-386), type IfData struct, Imcasts uint64 14298pkg syscall (netbsd-386), type IfData struct, Ipackets uint64 14299pkg syscall (netbsd-386), type IfData struct, Iqdrops uint64 14300pkg syscall (netbsd-386), type IfData struct, Lastchange Timespec 14301pkg syscall (netbsd-386), type IfData struct, Link_state int32 14302pkg syscall (netbsd-386), type IfData struct, Metric uint64 14303pkg syscall (netbsd-386), type IfData struct, Mtu uint64 14304pkg syscall (netbsd-386), type IfData struct, Noproto uint64 14305pkg syscall (netbsd-386), type IfData struct, Obytes uint64 14306pkg syscall (netbsd-386), type IfData struct, Oerrors uint64 14307pkg syscall (netbsd-386), type IfData struct, Omcasts uint64 14308pkg syscall (netbsd-386), type IfData struct, Opackets uint64 14309pkg syscall (netbsd-386), type IfData struct, Pad_cgo_0 [1]uint8 14310pkg syscall (netbsd-386), type IfData struct, Type uint8 14311pkg syscall (netbsd-386), type IfMsghdr struct 14312pkg syscall (netbsd-386), type IfMsghdr struct, Addrs int32 14313pkg syscall (netbsd-386), type IfMsghdr struct, Data IfData 14314pkg syscall (netbsd-386), type IfMsghdr struct, Flags int32 14315pkg syscall (netbsd-386), type IfMsghdr struct, Index uint16 14316pkg syscall (netbsd-386), type IfMsghdr struct, Msglen uint16 14317pkg syscall (netbsd-386), type IfMsghdr struct, Pad_cgo_0 [2]uint8 14318pkg syscall (netbsd-386), type IfMsghdr struct, Pad_cgo_1 [4]uint8 14319pkg syscall (netbsd-386), type IfMsghdr struct, Type uint8 14320pkg syscall (netbsd-386), type IfMsghdr struct, Version uint8 14321pkg syscall (netbsd-386), type IfaMsghdr struct 14322pkg syscall (netbsd-386), type IfaMsghdr struct, Addrs int32 14323pkg syscall (netbsd-386), type IfaMsghdr struct, Flags int32 14324pkg syscall (netbsd-386), type IfaMsghdr struct, Index uint16 14325pkg syscall (netbsd-386), type IfaMsghdr struct, Metric int32 14326pkg syscall (netbsd-386), type IfaMsghdr struct, Msglen uint16 14327pkg syscall (netbsd-386), type IfaMsghdr struct, Pad_cgo_0 [6]uint8 14328pkg syscall (netbsd-386), type IfaMsghdr struct, Type uint8 14329pkg syscall (netbsd-386), type IfaMsghdr struct, Version uint8 14330pkg syscall (netbsd-386), type Inet6Pktinfo struct 14331pkg syscall (netbsd-386), type Inet6Pktinfo struct, Addr [16]uint8 14332pkg syscall (netbsd-386), type Inet6Pktinfo struct, Ifindex uint32 14333pkg syscall (netbsd-386), type InterfaceAddrMessage struct 14334pkg syscall (netbsd-386), type InterfaceAddrMessage struct, Data []uint8 14335pkg syscall (netbsd-386), type InterfaceAddrMessage struct, Header IfaMsghdr 14336pkg syscall (netbsd-386), type InterfaceAnnounceMessage struct 14337pkg syscall (netbsd-386), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr 14338pkg syscall (netbsd-386), type InterfaceMessage struct 14339pkg syscall (netbsd-386), type InterfaceMessage struct, Data []uint8 14340pkg syscall (netbsd-386), type InterfaceMessage struct, Header IfMsghdr 14341pkg syscall (netbsd-386), type Iovec struct 14342pkg syscall (netbsd-386), type Iovec struct, Base *uint8 14343pkg syscall (netbsd-386), type Iovec struct, Len uint32 14344pkg syscall (netbsd-386), type Kevent_t struct 14345pkg syscall (netbsd-386), type Kevent_t struct, Data int64 14346pkg syscall (netbsd-386), type Kevent_t struct, Fflags uint32 14347pkg syscall (netbsd-386), type Kevent_t struct, Filter uint32 14348pkg syscall (netbsd-386), type Kevent_t struct, Flags uint32 14349pkg syscall (netbsd-386), type Kevent_t struct, Ident uint32 14350pkg syscall (netbsd-386), type Kevent_t struct, Udata int32 14351pkg syscall (netbsd-386), type Mclpool [0]uint8 14352pkg syscall (netbsd-386), type Msghdr struct 14353pkg syscall (netbsd-386), type Msghdr struct, Control *uint8 14354pkg syscall (netbsd-386), type Msghdr struct, Controllen uint32 14355pkg syscall (netbsd-386), type Msghdr struct, Flags int32 14356pkg syscall (netbsd-386), type Msghdr struct, Iov *Iovec 14357pkg syscall (netbsd-386), type Msghdr struct, Iovlen int32 14358pkg syscall (netbsd-386), type Msghdr struct, Name *uint8 14359pkg syscall (netbsd-386), type Msghdr struct, Namelen uint32 14360pkg syscall (netbsd-386), type RawSockaddr struct, Data [14]int8 14361pkg syscall (netbsd-386), type RawSockaddr struct, Family uint8 14362pkg syscall (netbsd-386), type RawSockaddr struct, Len uint8 14363pkg syscall (netbsd-386), type RawSockaddrAny struct, Pad [92]int8 14364pkg syscall (netbsd-386), type RawSockaddrDatalink struct 14365pkg syscall (netbsd-386), type RawSockaddrDatalink struct, Alen uint8 14366pkg syscall (netbsd-386), type RawSockaddrDatalink struct, Data [12]int8 14367pkg syscall (netbsd-386), type RawSockaddrDatalink struct, Family uint8 14368pkg syscall (netbsd-386), type RawSockaddrDatalink struct, Index uint16 14369pkg syscall (netbsd-386), type RawSockaddrDatalink struct, Len uint8 14370pkg syscall (netbsd-386), type RawSockaddrDatalink struct, Nlen uint8 14371pkg syscall (netbsd-386), type RawSockaddrDatalink struct, Slen uint8 14372pkg syscall (netbsd-386), type RawSockaddrDatalink struct, Type uint8 14373pkg syscall (netbsd-386), type RawSockaddrInet4 struct, Family uint8 14374pkg syscall (netbsd-386), type RawSockaddrInet4 struct, Len uint8 14375pkg syscall (netbsd-386), type RawSockaddrInet4 struct, Zero [8]int8 14376pkg syscall (netbsd-386), type RawSockaddrInet6 struct, Family uint8 14377pkg syscall (netbsd-386), type RawSockaddrInet6 struct, Len uint8 14378pkg syscall (netbsd-386), type RawSockaddrUnix struct 14379pkg syscall (netbsd-386), type RawSockaddrUnix struct, Family uint8 14380pkg syscall (netbsd-386), type RawSockaddrUnix struct, Len uint8 14381pkg syscall (netbsd-386), type RawSockaddrUnix struct, Path [104]int8 14382pkg syscall (netbsd-386), type Rlimit struct 14383pkg syscall (netbsd-386), type Rlimit struct, Cur uint64 14384pkg syscall (netbsd-386), type Rlimit struct, Max uint64 14385pkg syscall (netbsd-386), type RouteMessage struct 14386pkg syscall (netbsd-386), type RouteMessage struct, Data []uint8 14387pkg syscall (netbsd-386), type RouteMessage struct, Header RtMsghdr 14388pkg syscall (netbsd-386), type RoutingMessage interface, unexported methods 14389pkg syscall (netbsd-386), type RtMetrics struct 14390pkg syscall (netbsd-386), type RtMetrics struct, Expire int64 14391pkg syscall (netbsd-386), type RtMetrics struct, Hopcount uint64 14392pkg syscall (netbsd-386), type RtMetrics struct, Locks uint64 14393pkg syscall (netbsd-386), type RtMetrics struct, Mtu uint64 14394pkg syscall (netbsd-386), type RtMetrics struct, Pksent int64 14395pkg syscall (netbsd-386), type RtMetrics struct, Recvpipe uint64 14396pkg syscall (netbsd-386), type RtMetrics struct, Rtt uint64 14397pkg syscall (netbsd-386), type RtMetrics struct, Rttvar uint64 14398pkg syscall (netbsd-386), type RtMetrics struct, Sendpipe uint64 14399pkg syscall (netbsd-386), type RtMetrics struct, Ssthresh uint64 14400pkg syscall (netbsd-386), type RtMsghdr struct 14401pkg syscall (netbsd-386), type RtMsghdr struct, Addrs int32 14402pkg syscall (netbsd-386), type RtMsghdr struct, Errno int32 14403pkg syscall (netbsd-386), type RtMsghdr struct, Flags int32 14404pkg syscall (netbsd-386), type RtMsghdr struct, Index uint16 14405pkg syscall (netbsd-386), type RtMsghdr struct, Inits int32 14406pkg syscall (netbsd-386), type RtMsghdr struct, Msglen uint16 14407pkg syscall (netbsd-386), type RtMsghdr struct, Pad_cgo_0 [2]uint8 14408pkg syscall (netbsd-386), type RtMsghdr struct, Pad_cgo_1 [4]uint8 14409pkg syscall (netbsd-386), type RtMsghdr struct, Pid int32 14410pkg syscall (netbsd-386), type RtMsghdr struct, Rmx RtMetrics 14411pkg syscall (netbsd-386), type RtMsghdr struct, Seq int32 14412pkg syscall (netbsd-386), type RtMsghdr struct, Type uint8 14413pkg syscall (netbsd-386), type RtMsghdr struct, Use int32 14414pkg syscall (netbsd-386), type RtMsghdr struct, Version uint8 14415pkg syscall (netbsd-386), type Rusage struct, Idrss int32 14416pkg syscall (netbsd-386), type Rusage struct, Inblock int32 14417pkg syscall (netbsd-386), type Rusage struct, Isrss int32 14418pkg syscall (netbsd-386), type Rusage struct, Ixrss int32 14419pkg syscall (netbsd-386), type Rusage struct, Majflt int32 14420pkg syscall (netbsd-386), type Rusage struct, Maxrss int32 14421pkg syscall (netbsd-386), type Rusage struct, Minflt int32 14422pkg syscall (netbsd-386), type Rusage struct, Msgrcv int32 14423pkg syscall (netbsd-386), type Rusage struct, Msgsnd int32 14424pkg syscall (netbsd-386), type Rusage struct, Nivcsw int32 14425pkg syscall (netbsd-386), type Rusage struct, Nsignals int32 14426pkg syscall (netbsd-386), type Rusage struct, Nswap int32 14427pkg syscall (netbsd-386), type Rusage struct, Nvcsw int32 14428pkg syscall (netbsd-386), type Rusage struct, Oublock int32 14429pkg syscall (netbsd-386), type Rusage struct, Stime Timeval 14430pkg syscall (netbsd-386), type Rusage struct, Utime Timeval 14431pkg syscall (netbsd-386), type SockaddrDatalink struct 14432pkg syscall (netbsd-386), type SockaddrDatalink struct, Alen uint8 14433pkg syscall (netbsd-386), type SockaddrDatalink struct, Data [12]int8 14434pkg syscall (netbsd-386), type SockaddrDatalink struct, Family uint8 14435pkg syscall (netbsd-386), type SockaddrDatalink struct, Index uint16 14436pkg syscall (netbsd-386), type SockaddrDatalink struct, Len uint8 14437pkg syscall (netbsd-386), type SockaddrDatalink struct, Nlen uint8 14438pkg syscall (netbsd-386), type SockaddrDatalink struct, Slen uint8 14439pkg syscall (netbsd-386), type SockaddrDatalink struct, Type uint8 14440pkg syscall (netbsd-386), type SocketControlMessage struct 14441pkg syscall (netbsd-386), type SocketControlMessage struct, Data []uint8 14442pkg syscall (netbsd-386), type SocketControlMessage struct, Header Cmsghdr 14443pkg syscall (netbsd-386), type Stat_t struct 14444pkg syscall (netbsd-386), type Stat_t struct, Atimespec Timespec 14445pkg syscall (netbsd-386), type Stat_t struct, Birthtimespec Timespec 14446pkg syscall (netbsd-386), type Stat_t struct, Blksize uint32 14447pkg syscall (netbsd-386), type Stat_t struct, Blocks int64 14448pkg syscall (netbsd-386), type Stat_t struct, Ctimespec Timespec 14449pkg syscall (netbsd-386), type Stat_t struct, Dev uint64 14450pkg syscall (netbsd-386), type Stat_t struct, Flags uint32 14451pkg syscall (netbsd-386), type Stat_t struct, Gen uint32 14452pkg syscall (netbsd-386), type Stat_t struct, Gid uint32 14453pkg syscall (netbsd-386), type Stat_t struct, Ino uint64 14454pkg syscall (netbsd-386), type Stat_t struct, Mode uint32 14455pkg syscall (netbsd-386), type Stat_t struct, Mtimespec Timespec 14456pkg syscall (netbsd-386), type Stat_t struct, Nlink uint32 14457pkg syscall (netbsd-386), type Stat_t struct, Rdev uint64 14458pkg syscall (netbsd-386), type Stat_t struct, Size int64 14459pkg syscall (netbsd-386), type Stat_t struct, Spare [2]uint32 14460pkg syscall (netbsd-386), type Stat_t struct, Uid uint32 14461pkg syscall (netbsd-386), type Statfs_t [0]uint8 14462pkg syscall (netbsd-386), type SysProcAttr struct, Chroot string 14463pkg syscall (netbsd-386), type SysProcAttr struct, Credential *Credential 14464pkg syscall (netbsd-386), type SysProcAttr struct, Noctty bool 14465pkg syscall (netbsd-386), type SysProcAttr struct, Ptrace bool 14466pkg syscall (netbsd-386), type SysProcAttr struct, Setctty bool 14467pkg syscall (netbsd-386), type SysProcAttr struct, Setpgid bool 14468pkg syscall (netbsd-386), type SysProcAttr struct, Setsid bool 14469pkg syscall (netbsd-386), type Sysctlnode struct 14470pkg syscall (netbsd-386), type Sysctlnode struct, Flags uint32 14471pkg syscall (netbsd-386), type Sysctlnode struct, Name [32]int8 14472pkg syscall (netbsd-386), type Sysctlnode struct, Num int32 14473pkg syscall (netbsd-386), type Sysctlnode struct, Un [16]uint8 14474pkg syscall (netbsd-386), type Sysctlnode struct, Ver uint32 14475pkg syscall (netbsd-386), type Sysctlnode struct, X__rsvd uint32 14476pkg syscall (netbsd-386), type Sysctlnode struct, X_sysctl_desc [8]uint8 14477pkg syscall (netbsd-386), type Sysctlnode struct, X_sysctl_func [8]uint8 14478pkg syscall (netbsd-386), type Sysctlnode struct, X_sysctl_parent [8]uint8 14479pkg syscall (netbsd-386), type Sysctlnode struct, X_sysctl_size [8]uint8 14480pkg syscall (netbsd-386), type Timespec struct, Nsec int32 14481pkg syscall (netbsd-386), type Timespec struct, Sec int64 14482pkg syscall (netbsd-386), type Timeval struct, Sec int64 14483pkg syscall (netbsd-386), type Timeval struct, Usec int32 14484pkg syscall (netbsd-386), type WaitStatus uint32 14485pkg syscall (netbsd-386), var Stderr int 14486pkg syscall (netbsd-386), var Stdin int 14487pkg syscall (netbsd-386), var Stdout int 14488pkg syscall (netbsd-386-cgo), const AF_APPLETALK ideal-int 14489pkg syscall (netbsd-386-cgo), const AF_ARP ideal-int 14490pkg syscall (netbsd-386-cgo), const AF_BLUETOOTH ideal-int 14491pkg syscall (netbsd-386-cgo), const AF_CCITT ideal-int 14492pkg syscall (netbsd-386-cgo), const AF_CHAOS ideal-int 14493pkg syscall (netbsd-386-cgo), const AF_CNT ideal-int 14494pkg syscall (netbsd-386-cgo), const AF_COIP ideal-int 14495pkg syscall (netbsd-386-cgo), const AF_DATAKIT ideal-int 14496pkg syscall (netbsd-386-cgo), const AF_DECnet ideal-int 14497pkg syscall (netbsd-386-cgo), const AF_DLI ideal-int 14498pkg syscall (netbsd-386-cgo), const AF_E164 ideal-int 14499pkg syscall (netbsd-386-cgo), const AF_ECMA ideal-int 14500pkg syscall (netbsd-386-cgo), const AF_HYLINK ideal-int 14501pkg syscall (netbsd-386-cgo), const AF_IEEE80211 ideal-int 14502pkg syscall (netbsd-386-cgo), const AF_IMPLINK ideal-int 14503pkg syscall (netbsd-386-cgo), const AF_IPX ideal-int 14504pkg syscall (netbsd-386-cgo), const AF_ISDN ideal-int 14505pkg syscall (netbsd-386-cgo), const AF_ISO ideal-int 14506pkg syscall (netbsd-386-cgo), const AF_LAT ideal-int 14507pkg syscall (netbsd-386-cgo), const AF_LINK ideal-int 14508pkg syscall (netbsd-386-cgo), const AF_LOCAL ideal-int 14509pkg syscall (netbsd-386-cgo), const AF_MAX ideal-int 14510pkg syscall (netbsd-386-cgo), const AF_MPLS ideal-int 14511pkg syscall (netbsd-386-cgo), const AF_NATM ideal-int 14512pkg syscall (netbsd-386-cgo), const AF_NS ideal-int 14513pkg syscall (netbsd-386-cgo), const AF_OROUTE ideal-int 14514pkg syscall (netbsd-386-cgo), const AF_OSI ideal-int 14515pkg syscall (netbsd-386-cgo), const AF_PUP ideal-int 14516pkg syscall (netbsd-386-cgo), const AF_ROUTE ideal-int 14517pkg syscall (netbsd-386-cgo), const AF_SNA ideal-int 14518pkg syscall (netbsd-386-cgo), const ARPHRD_ARCNET ideal-int 14519pkg syscall (netbsd-386-cgo), const ARPHRD_ETHER ideal-int 14520pkg syscall (netbsd-386-cgo), const ARPHRD_FRELAY ideal-int 14521pkg syscall (netbsd-386-cgo), const ARPHRD_IEEE1394 ideal-int 14522pkg syscall (netbsd-386-cgo), const ARPHRD_IEEE802 ideal-int 14523pkg syscall (netbsd-386-cgo), const ARPHRD_STRIP ideal-int 14524pkg syscall (netbsd-386-cgo), const B0 ideal-int 14525pkg syscall (netbsd-386-cgo), const B110 ideal-int 14526pkg syscall (netbsd-386-cgo), const B115200 ideal-int 14527pkg syscall (netbsd-386-cgo), const B1200 ideal-int 14528pkg syscall (netbsd-386-cgo), const B134 ideal-int 14529pkg syscall (netbsd-386-cgo), const B14400 ideal-int 14530pkg syscall (netbsd-386-cgo), const B150 ideal-int 14531pkg syscall (netbsd-386-cgo), const B1800 ideal-int 14532pkg syscall (netbsd-386-cgo), const B19200 ideal-int 14533pkg syscall (netbsd-386-cgo), const B200 ideal-int 14534pkg syscall (netbsd-386-cgo), const B230400 ideal-int 14535pkg syscall (netbsd-386-cgo), const B2400 ideal-int 14536pkg syscall (netbsd-386-cgo), const B28800 ideal-int 14537pkg syscall (netbsd-386-cgo), const B300 ideal-int 14538pkg syscall (netbsd-386-cgo), const B38400 ideal-int 14539pkg syscall (netbsd-386-cgo), const B460800 ideal-int 14540pkg syscall (netbsd-386-cgo), const B4800 ideal-int 14541pkg syscall (netbsd-386-cgo), const B50 ideal-int 14542pkg syscall (netbsd-386-cgo), const B57600 ideal-int 14543pkg syscall (netbsd-386-cgo), const B600 ideal-int 14544pkg syscall (netbsd-386-cgo), const B7200 ideal-int 14545pkg syscall (netbsd-386-cgo), const B75 ideal-int 14546pkg syscall (netbsd-386-cgo), const B76800 ideal-int 14547pkg syscall (netbsd-386-cgo), const B921600 ideal-int 14548pkg syscall (netbsd-386-cgo), const B9600 ideal-int 14549pkg syscall (netbsd-386-cgo), const BIOCFEEDBACK ideal-int 14550pkg syscall (netbsd-386-cgo), const BIOCFLUSH ideal-int 14551pkg syscall (netbsd-386-cgo), const BIOCGBLEN ideal-int 14552pkg syscall (netbsd-386-cgo), const BIOCGDLT ideal-int 14553pkg syscall (netbsd-386-cgo), const BIOCGDLTLIST ideal-int 14554pkg syscall (netbsd-386-cgo), const BIOCGETIF ideal-int 14555pkg syscall (netbsd-386-cgo), const BIOCGFEEDBACK ideal-int 14556pkg syscall (netbsd-386-cgo), const BIOCGHDRCMPLT ideal-int 14557pkg syscall (netbsd-386-cgo), const BIOCGRTIMEOUT ideal-int 14558pkg syscall (netbsd-386-cgo), const BIOCGSEESENT ideal-int 14559pkg syscall (netbsd-386-cgo), const BIOCGSTATS ideal-int 14560pkg syscall (netbsd-386-cgo), const BIOCGSTATSOLD ideal-int 14561pkg syscall (netbsd-386-cgo), const BIOCIMMEDIATE ideal-int 14562pkg syscall (netbsd-386-cgo), const BIOCPROMISC ideal-int 14563pkg syscall (netbsd-386-cgo), const BIOCSBLEN ideal-int 14564pkg syscall (netbsd-386-cgo), const BIOCSDLT ideal-int 14565pkg syscall (netbsd-386-cgo), const BIOCSETF ideal-int 14566pkg syscall (netbsd-386-cgo), const BIOCSETIF ideal-int 14567pkg syscall (netbsd-386-cgo), const BIOCSFEEDBACK ideal-int 14568pkg syscall (netbsd-386-cgo), const BIOCSHDRCMPLT ideal-int 14569pkg syscall (netbsd-386-cgo), const BIOCSRTIMEOUT ideal-int 14570pkg syscall (netbsd-386-cgo), const BIOCSSEESENT ideal-int 14571pkg syscall (netbsd-386-cgo), const BIOCSTCPF ideal-int 14572pkg syscall (netbsd-386-cgo), const BIOCSUDPF ideal-int 14573pkg syscall (netbsd-386-cgo), const BIOCVERSION ideal-int 14574pkg syscall (netbsd-386-cgo), const BPF_A ideal-int 14575pkg syscall (netbsd-386-cgo), const BPF_ABS ideal-int 14576pkg syscall (netbsd-386-cgo), const BPF_ADD ideal-int 14577pkg syscall (netbsd-386-cgo), const BPF_ALIGNMENT ideal-int 14578pkg syscall (netbsd-386-cgo), const BPF_ALIGNMENT32 ideal-int 14579pkg syscall (netbsd-386-cgo), const BPF_ALU ideal-int 14580pkg syscall (netbsd-386-cgo), const BPF_AND ideal-int 14581pkg syscall (netbsd-386-cgo), const BPF_B ideal-int 14582pkg syscall (netbsd-386-cgo), const BPF_DFLTBUFSIZE ideal-int 14583pkg syscall (netbsd-386-cgo), const BPF_DIV ideal-int 14584pkg syscall (netbsd-386-cgo), const BPF_H ideal-int 14585pkg syscall (netbsd-386-cgo), const BPF_IMM ideal-int 14586pkg syscall (netbsd-386-cgo), const BPF_IND ideal-int 14587pkg syscall (netbsd-386-cgo), const BPF_JA ideal-int 14588pkg syscall (netbsd-386-cgo), const BPF_JEQ ideal-int 14589pkg syscall (netbsd-386-cgo), const BPF_JGE ideal-int 14590pkg syscall (netbsd-386-cgo), const BPF_JGT ideal-int 14591pkg syscall (netbsd-386-cgo), const BPF_JMP ideal-int 14592pkg syscall (netbsd-386-cgo), const BPF_JSET ideal-int 14593pkg syscall (netbsd-386-cgo), const BPF_K ideal-int 14594pkg syscall (netbsd-386-cgo), const BPF_LD ideal-int 14595pkg syscall (netbsd-386-cgo), const BPF_LDX ideal-int 14596pkg syscall (netbsd-386-cgo), const BPF_LEN ideal-int 14597pkg syscall (netbsd-386-cgo), const BPF_LSH ideal-int 14598pkg syscall (netbsd-386-cgo), const BPF_MAJOR_VERSION ideal-int 14599pkg syscall (netbsd-386-cgo), const BPF_MAXBUFSIZE ideal-int 14600pkg syscall (netbsd-386-cgo), const BPF_MAXINSNS ideal-int 14601pkg syscall (netbsd-386-cgo), const BPF_MEM ideal-int 14602pkg syscall (netbsd-386-cgo), const BPF_MEMWORDS ideal-int 14603pkg syscall (netbsd-386-cgo), const BPF_MINBUFSIZE ideal-int 14604pkg syscall (netbsd-386-cgo), const BPF_MINOR_VERSION ideal-int 14605pkg syscall (netbsd-386-cgo), const BPF_MISC ideal-int 14606pkg syscall (netbsd-386-cgo), const BPF_MSH ideal-int 14607pkg syscall (netbsd-386-cgo), const BPF_MUL ideal-int 14608pkg syscall (netbsd-386-cgo), const BPF_NEG ideal-int 14609pkg syscall (netbsd-386-cgo), const BPF_OR ideal-int 14610pkg syscall (netbsd-386-cgo), const BPF_RELEASE ideal-int 14611pkg syscall (netbsd-386-cgo), const BPF_RET ideal-int 14612pkg syscall (netbsd-386-cgo), const BPF_RSH ideal-int 14613pkg syscall (netbsd-386-cgo), const BPF_ST ideal-int 14614pkg syscall (netbsd-386-cgo), const BPF_STX ideal-int 14615pkg syscall (netbsd-386-cgo), const BPF_SUB ideal-int 14616pkg syscall (netbsd-386-cgo), const BPF_TAX ideal-int 14617pkg syscall (netbsd-386-cgo), const BPF_TXA ideal-int 14618pkg syscall (netbsd-386-cgo), const BPF_W ideal-int 14619pkg syscall (netbsd-386-cgo), const BPF_X ideal-int 14620pkg syscall (netbsd-386-cgo), const BRKINT ideal-int 14621pkg syscall (netbsd-386-cgo), const CFLUSH ideal-int 14622pkg syscall (netbsd-386-cgo), const CLOCAL ideal-int 14623pkg syscall (netbsd-386-cgo), const CREAD ideal-int 14624pkg syscall (netbsd-386-cgo), const CS5 ideal-int 14625pkg syscall (netbsd-386-cgo), const CS6 ideal-int 14626pkg syscall (netbsd-386-cgo), const CS7 ideal-int 14627pkg syscall (netbsd-386-cgo), const CS8 ideal-int 14628pkg syscall (netbsd-386-cgo), const CSIZE ideal-int 14629pkg syscall (netbsd-386-cgo), const CSTART ideal-int 14630pkg syscall (netbsd-386-cgo), const CSTATUS ideal-int 14631pkg syscall (netbsd-386-cgo), const CSTOP ideal-int 14632pkg syscall (netbsd-386-cgo), const CSTOPB ideal-int 14633pkg syscall (netbsd-386-cgo), const CSUSP ideal-int 14634pkg syscall (netbsd-386-cgo), const CTL_MAXNAME ideal-int 14635pkg syscall (netbsd-386-cgo), const CTL_NET ideal-int 14636pkg syscall (netbsd-386-cgo), const CTL_QUERY ideal-int 14637pkg syscall (netbsd-386-cgo), const DIOCBSFLUSH ideal-int 14638pkg syscall (netbsd-386-cgo), const DLT_A429 ideal-int 14639pkg syscall (netbsd-386-cgo), const DLT_A653_ICM ideal-int 14640pkg syscall (netbsd-386-cgo), const DLT_AIRONET_HEADER ideal-int 14641pkg syscall (netbsd-386-cgo), const DLT_AOS ideal-int 14642pkg syscall (netbsd-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int 14643pkg syscall (netbsd-386-cgo), const DLT_ARCNET ideal-int 14644pkg syscall (netbsd-386-cgo), const DLT_ARCNET_LINUX ideal-int 14645pkg syscall (netbsd-386-cgo), const DLT_ATM_CLIP ideal-int 14646pkg syscall (netbsd-386-cgo), const DLT_ATM_RFC1483 ideal-int 14647pkg syscall (netbsd-386-cgo), const DLT_AURORA ideal-int 14648pkg syscall (netbsd-386-cgo), const DLT_AX25 ideal-int 14649pkg syscall (netbsd-386-cgo), const DLT_AX25_KISS ideal-int 14650pkg syscall (netbsd-386-cgo), const DLT_BACNET_MS_TP ideal-int 14651pkg syscall (netbsd-386-cgo), const DLT_BLUETOOTH_HCI_H4 ideal-int 14652pkg syscall (netbsd-386-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int 14653pkg syscall (netbsd-386-cgo), const DLT_CAN20B ideal-int 14654pkg syscall (netbsd-386-cgo), const DLT_CAN_SOCKETCAN ideal-int 14655pkg syscall (netbsd-386-cgo), const DLT_CHAOS ideal-int 14656pkg syscall (netbsd-386-cgo), const DLT_CISCO_IOS ideal-int 14657pkg syscall (netbsd-386-cgo), const DLT_C_HDLC ideal-int 14658pkg syscall (netbsd-386-cgo), const DLT_C_HDLC_WITH_DIR ideal-int 14659pkg syscall (netbsd-386-cgo), const DLT_DECT ideal-int 14660pkg syscall (netbsd-386-cgo), const DLT_DOCSIS ideal-int 14661pkg syscall (netbsd-386-cgo), const DLT_ECONET ideal-int 14662pkg syscall (netbsd-386-cgo), const DLT_EN10MB ideal-int 14663pkg syscall (netbsd-386-cgo), const DLT_EN3MB ideal-int 14664pkg syscall (netbsd-386-cgo), const DLT_ENC ideal-int 14665pkg syscall (netbsd-386-cgo), const DLT_ERF ideal-int 14666pkg syscall (netbsd-386-cgo), const DLT_ERF_ETH ideal-int 14667pkg syscall (netbsd-386-cgo), const DLT_ERF_POS ideal-int 14668pkg syscall (netbsd-386-cgo), const DLT_FC_2 ideal-int 14669pkg syscall (netbsd-386-cgo), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int 14670pkg syscall (netbsd-386-cgo), const DLT_FDDI ideal-int 14671pkg syscall (netbsd-386-cgo), const DLT_FLEXRAY ideal-int 14672pkg syscall (netbsd-386-cgo), const DLT_FRELAY ideal-int 14673pkg syscall (netbsd-386-cgo), const DLT_FRELAY_WITH_DIR ideal-int 14674pkg syscall (netbsd-386-cgo), const DLT_GCOM_SERIAL ideal-int 14675pkg syscall (netbsd-386-cgo), const DLT_GCOM_T1E1 ideal-int 14676pkg syscall (netbsd-386-cgo), const DLT_GPF_F ideal-int 14677pkg syscall (netbsd-386-cgo), const DLT_GPF_T ideal-int 14678pkg syscall (netbsd-386-cgo), const DLT_GPRS_LLC ideal-int 14679pkg syscall (netbsd-386-cgo), const DLT_GSMTAP_ABIS ideal-int 14680pkg syscall (netbsd-386-cgo), const DLT_GSMTAP_UM ideal-int 14681pkg syscall (netbsd-386-cgo), const DLT_HDLC ideal-int 14682pkg syscall (netbsd-386-cgo), const DLT_HHDLC ideal-int 14683pkg syscall (netbsd-386-cgo), const DLT_HIPPI ideal-int 14684pkg syscall (netbsd-386-cgo), const DLT_IBM_SN ideal-int 14685pkg syscall (netbsd-386-cgo), const DLT_IBM_SP ideal-int 14686pkg syscall (netbsd-386-cgo), const DLT_IEEE802 ideal-int 14687pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11 ideal-int 14688pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11_RADIO ideal-int 14689pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int 14690pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4 ideal-int 14691pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4_LINUX ideal-int 14692pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4_NONASK_PHY ideal-int 14693pkg syscall (netbsd-386-cgo), const DLT_IEEE802_16_MAC_CPS ideal-int 14694pkg syscall (netbsd-386-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int 14695pkg syscall (netbsd-386-cgo), const DLT_IPMB ideal-int 14696pkg syscall (netbsd-386-cgo), const DLT_IPMB_LINUX ideal-int 14697pkg syscall (netbsd-386-cgo), const DLT_IPNET ideal-int 14698pkg syscall (netbsd-386-cgo), const DLT_IPV4 ideal-int 14699pkg syscall (netbsd-386-cgo), const DLT_IPV6 ideal-int 14700pkg syscall (netbsd-386-cgo), const DLT_IP_OVER_FC ideal-int 14701pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ATM1 ideal-int 14702pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ATM2 ideal-int 14703pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_CHDLC ideal-int 14704pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ES ideal-int 14705pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ETHER ideal-int 14706pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_FRELAY ideal-int 14707pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_GGSN ideal-int 14708pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ISM ideal-int 14709pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MFR ideal-int 14710pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MLFR ideal-int 14711pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MLPPP ideal-int 14712pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MONITOR ideal-int 14713pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PIC_PEER ideal-int 14714pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPP ideal-int 14715pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPPOE ideal-int 14716pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPPOE_ATM ideal-int 14717pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_SERVICES ideal-int 14718pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ST ideal-int 14719pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_VP ideal-int 14720pkg syscall (netbsd-386-cgo), const DLT_LAPB_WITH_DIR ideal-int 14721pkg syscall (netbsd-386-cgo), const DLT_LAPD ideal-int 14722pkg syscall (netbsd-386-cgo), const DLT_LIN ideal-int 14723pkg syscall (netbsd-386-cgo), const DLT_LINUX_EVDEV ideal-int 14724pkg syscall (netbsd-386-cgo), const DLT_LINUX_IRDA ideal-int 14725pkg syscall (netbsd-386-cgo), const DLT_LINUX_LAPD ideal-int 14726pkg syscall (netbsd-386-cgo), const DLT_LINUX_SLL ideal-int 14727pkg syscall (netbsd-386-cgo), const DLT_LOOP ideal-int 14728pkg syscall (netbsd-386-cgo), const DLT_LTALK ideal-int 14729pkg syscall (netbsd-386-cgo), const DLT_MFR ideal-int 14730pkg syscall (netbsd-386-cgo), const DLT_MOST ideal-int 14731pkg syscall (netbsd-386-cgo), const DLT_MPLS ideal-int 14732pkg syscall (netbsd-386-cgo), const DLT_MTP2 ideal-int 14733pkg syscall (netbsd-386-cgo), const DLT_MTP2_WITH_PHDR ideal-int 14734pkg syscall (netbsd-386-cgo), const DLT_MTP3 ideal-int 14735pkg syscall (netbsd-386-cgo), const DLT_NULL ideal-int 14736pkg syscall (netbsd-386-cgo), const DLT_PCI_EXP ideal-int 14737pkg syscall (netbsd-386-cgo), const DLT_PFLOG ideal-int 14738pkg syscall (netbsd-386-cgo), const DLT_PFSYNC ideal-int 14739pkg syscall (netbsd-386-cgo), const DLT_PPI ideal-int 14740pkg syscall (netbsd-386-cgo), const DLT_PPP ideal-int 14741pkg syscall (netbsd-386-cgo), const DLT_PPP_BSDOS ideal-int 14742pkg syscall (netbsd-386-cgo), const DLT_PPP_ETHER ideal-int 14743pkg syscall (netbsd-386-cgo), const DLT_PPP_PPPD ideal-int 14744pkg syscall (netbsd-386-cgo), const DLT_PPP_SERIAL ideal-int 14745pkg syscall (netbsd-386-cgo), const DLT_PPP_WITH_DIR ideal-int 14746pkg syscall (netbsd-386-cgo), const DLT_PRISM_HEADER ideal-int 14747pkg syscall (netbsd-386-cgo), const DLT_PRONET ideal-int 14748pkg syscall (netbsd-386-cgo), const DLT_RAIF1 ideal-int 14749pkg syscall (netbsd-386-cgo), const DLT_RAW ideal-int 14750pkg syscall (netbsd-386-cgo), const DLT_RAWAF_MASK ideal-int 14751pkg syscall (netbsd-386-cgo), const DLT_RIO ideal-int 14752pkg syscall (netbsd-386-cgo), const DLT_SCCP ideal-int 14753pkg syscall (netbsd-386-cgo), const DLT_SITA ideal-int 14754pkg syscall (netbsd-386-cgo), const DLT_SLIP ideal-int 14755pkg syscall (netbsd-386-cgo), const DLT_SLIP_BSDOS ideal-int 14756pkg syscall (netbsd-386-cgo), const DLT_SUNATM ideal-int 14757pkg syscall (netbsd-386-cgo), const DLT_SYMANTEC_FIREWALL ideal-int 14758pkg syscall (netbsd-386-cgo), const DLT_TZSP ideal-int 14759pkg syscall (netbsd-386-cgo), const DLT_USB ideal-int 14760pkg syscall (netbsd-386-cgo), const DLT_USB_LINUX ideal-int 14761pkg syscall (netbsd-386-cgo), const DLT_USB_LINUX_MMAPPED ideal-int 14762pkg syscall (netbsd-386-cgo), const DLT_WIHART ideal-int 14763pkg syscall (netbsd-386-cgo), const DLT_X2E_SERIAL ideal-int 14764pkg syscall (netbsd-386-cgo), const DLT_X2E_XORAYA ideal-int 14765pkg syscall (netbsd-386-cgo), const DT_BLK ideal-int 14766pkg syscall (netbsd-386-cgo), const DT_CHR ideal-int 14767pkg syscall (netbsd-386-cgo), const DT_DIR ideal-int 14768pkg syscall (netbsd-386-cgo), const DT_FIFO ideal-int 14769pkg syscall (netbsd-386-cgo), const DT_LNK ideal-int 14770pkg syscall (netbsd-386-cgo), const DT_REG ideal-int 14771pkg syscall (netbsd-386-cgo), const DT_SOCK ideal-int 14772pkg syscall (netbsd-386-cgo), const DT_UNKNOWN ideal-int 14773pkg syscall (netbsd-386-cgo), const DT_WHT ideal-int 14774pkg syscall (netbsd-386-cgo), const EAUTH Errno 14775pkg syscall (netbsd-386-cgo), const EBADMSG Errno 14776pkg syscall (netbsd-386-cgo), const EBADRPC Errno 14777pkg syscall (netbsd-386-cgo), const ECHO ideal-int 14778pkg syscall (netbsd-386-cgo), const ECHOCTL ideal-int 14779pkg syscall (netbsd-386-cgo), const ECHOE ideal-int 14780pkg syscall (netbsd-386-cgo), const ECHOK ideal-int 14781pkg syscall (netbsd-386-cgo), const ECHOKE ideal-int 14782pkg syscall (netbsd-386-cgo), const ECHONL ideal-int 14783pkg syscall (netbsd-386-cgo), const ECHOPRT ideal-int 14784pkg syscall (netbsd-386-cgo), const EFTYPE Errno 14785pkg syscall (netbsd-386-cgo), const ELAST Errno 14786pkg syscall (netbsd-386-cgo), const EMULTIHOP Errno 14787pkg syscall (netbsd-386-cgo), const EMUL_LINUX ideal-int 14788pkg syscall (netbsd-386-cgo), const EMUL_LINUX32 ideal-int 14789pkg syscall (netbsd-386-cgo), const EMUL_MAXID ideal-int 14790pkg syscall (netbsd-386-cgo), const ENEEDAUTH Errno 14791pkg syscall (netbsd-386-cgo), const ENOATTR Errno 14792pkg syscall (netbsd-386-cgo), const ENODATA Errno 14793pkg syscall (netbsd-386-cgo), const ENOLINK Errno 14794pkg syscall (netbsd-386-cgo), const ENOSR Errno 14795pkg syscall (netbsd-386-cgo), const ENOSTR Errno 14796pkg syscall (netbsd-386-cgo), const EN_SW_CTL_INF ideal-int 14797pkg syscall (netbsd-386-cgo), const EN_SW_CTL_PREC ideal-int 14798pkg syscall (netbsd-386-cgo), const EN_SW_CTL_ROUND ideal-int 14799pkg syscall (netbsd-386-cgo), const EN_SW_DATACHAIN ideal-int 14800pkg syscall (netbsd-386-cgo), const EN_SW_DENORM ideal-int 14801pkg syscall (netbsd-386-cgo), const EN_SW_INVOP ideal-int 14802pkg syscall (netbsd-386-cgo), const EN_SW_OVERFLOW ideal-int 14803pkg syscall (netbsd-386-cgo), const EN_SW_PRECLOSS ideal-int 14804pkg syscall (netbsd-386-cgo), const EN_SW_UNDERFLOW ideal-int 14805pkg syscall (netbsd-386-cgo), const EN_SW_ZERODIV ideal-int 14806pkg syscall (netbsd-386-cgo), const EPROCLIM Errno 14807pkg syscall (netbsd-386-cgo), const EPROCUNAVAIL Errno 14808pkg syscall (netbsd-386-cgo), const EPROGMISMATCH Errno 14809pkg syscall (netbsd-386-cgo), const EPROGUNAVAIL Errno 14810pkg syscall (netbsd-386-cgo), const EPROTO Errno 14811pkg syscall (netbsd-386-cgo), const ERPCMISMATCH Errno 14812pkg syscall (netbsd-386-cgo), const ETHERCAP_JUMBO_MTU ideal-int 14813pkg syscall (netbsd-386-cgo), const ETHERCAP_VLAN_HWTAGGING ideal-int 14814pkg syscall (netbsd-386-cgo), const ETHERCAP_VLAN_MTU ideal-int 14815pkg syscall (netbsd-386-cgo), const ETHERMIN ideal-int 14816pkg syscall (netbsd-386-cgo), const ETHERMTU ideal-int 14817pkg syscall (netbsd-386-cgo), const ETHERMTU_JUMBO ideal-int 14818pkg syscall (netbsd-386-cgo), const ETHERTYPE_8023 ideal-int 14819pkg syscall (netbsd-386-cgo), const ETHERTYPE_AARP ideal-int 14820pkg syscall (netbsd-386-cgo), const ETHERTYPE_ACCTON ideal-int 14821pkg syscall (netbsd-386-cgo), const ETHERTYPE_AEONIC ideal-int 14822pkg syscall (netbsd-386-cgo), const ETHERTYPE_ALPHA ideal-int 14823pkg syscall (netbsd-386-cgo), const ETHERTYPE_AMBER ideal-int 14824pkg syscall (netbsd-386-cgo), const ETHERTYPE_AMOEBA ideal-int 14825pkg syscall (netbsd-386-cgo), const ETHERTYPE_APOLLO ideal-int 14826pkg syscall (netbsd-386-cgo), const ETHERTYPE_APOLLODOMAIN ideal-int 14827pkg syscall (netbsd-386-cgo), const ETHERTYPE_APPLETALK ideal-int 14828pkg syscall (netbsd-386-cgo), const ETHERTYPE_APPLITEK ideal-int 14829pkg syscall (netbsd-386-cgo), const ETHERTYPE_ARGONAUT ideal-int 14830pkg syscall (netbsd-386-cgo), const ETHERTYPE_ARP ideal-int 14831pkg syscall (netbsd-386-cgo), const ETHERTYPE_AT ideal-int 14832pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATALK ideal-int 14833pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATOMIC ideal-int 14834pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATT ideal-int 14835pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATTSTANFORD ideal-int 14836pkg syscall (netbsd-386-cgo), const ETHERTYPE_AUTOPHON ideal-int 14837pkg syscall (netbsd-386-cgo), const ETHERTYPE_AXIS ideal-int 14838pkg syscall (netbsd-386-cgo), const ETHERTYPE_BCLOOP ideal-int 14839pkg syscall (netbsd-386-cgo), const ETHERTYPE_BOFL ideal-int 14840pkg syscall (netbsd-386-cgo), const ETHERTYPE_CABLETRON ideal-int 14841pkg syscall (netbsd-386-cgo), const ETHERTYPE_CHAOS ideal-int 14842pkg syscall (netbsd-386-cgo), const ETHERTYPE_COMDESIGN ideal-int 14843pkg syscall (netbsd-386-cgo), const ETHERTYPE_COMPUGRAPHIC ideal-int 14844pkg syscall (netbsd-386-cgo), const ETHERTYPE_COUNTERPOINT ideal-int 14845pkg syscall (netbsd-386-cgo), const ETHERTYPE_CRONUS ideal-int 14846pkg syscall (netbsd-386-cgo), const ETHERTYPE_CRONUSVLN ideal-int 14847pkg syscall (netbsd-386-cgo), const ETHERTYPE_DCA ideal-int 14848pkg syscall (netbsd-386-cgo), const ETHERTYPE_DDE ideal-int 14849pkg syscall (netbsd-386-cgo), const ETHERTYPE_DEBNI ideal-int 14850pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECAM ideal-int 14851pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECCUST ideal-int 14852pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDIAG ideal-int 14853pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDNS ideal-int 14854pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDTS ideal-int 14855pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECEXPER ideal-int 14856pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECLAST ideal-int 14857pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECLTM ideal-int 14858pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECMUMPS ideal-int 14859pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECNETBIOS ideal-int 14860pkg syscall (netbsd-386-cgo), const ETHERTYPE_DELTACON ideal-int 14861pkg syscall (netbsd-386-cgo), const ETHERTYPE_DIDDLE ideal-int 14862pkg syscall (netbsd-386-cgo), const ETHERTYPE_DLOG1 ideal-int 14863pkg syscall (netbsd-386-cgo), const ETHERTYPE_DLOG2 ideal-int 14864pkg syscall (netbsd-386-cgo), const ETHERTYPE_DN ideal-int 14865pkg syscall (netbsd-386-cgo), const ETHERTYPE_DOGFIGHT ideal-int 14866pkg syscall (netbsd-386-cgo), const ETHERTYPE_DSMD ideal-int 14867pkg syscall (netbsd-386-cgo), const ETHERTYPE_ECMA ideal-int 14868pkg syscall (netbsd-386-cgo), const ETHERTYPE_ENCRYPT ideal-int 14869pkg syscall (netbsd-386-cgo), const ETHERTYPE_ES ideal-int 14870pkg syscall (netbsd-386-cgo), const ETHERTYPE_EXCELAN ideal-int 14871pkg syscall (netbsd-386-cgo), const ETHERTYPE_EXPERDATA ideal-int 14872pkg syscall (netbsd-386-cgo), const ETHERTYPE_FLIP ideal-int 14873pkg syscall (netbsd-386-cgo), const ETHERTYPE_FLOWCONTROL ideal-int 14874pkg syscall (netbsd-386-cgo), const ETHERTYPE_FRARP ideal-int 14875pkg syscall (netbsd-386-cgo), const ETHERTYPE_GENDYN ideal-int 14876pkg syscall (netbsd-386-cgo), const ETHERTYPE_HAYES ideal-int 14877pkg syscall (netbsd-386-cgo), const ETHERTYPE_HIPPI_FP ideal-int 14878pkg syscall (netbsd-386-cgo), const ETHERTYPE_HITACHI ideal-int 14879pkg syscall (netbsd-386-cgo), const ETHERTYPE_HP ideal-int 14880pkg syscall (netbsd-386-cgo), const ETHERTYPE_IEEEPUP ideal-int 14881pkg syscall (netbsd-386-cgo), const ETHERTYPE_IEEEPUPAT ideal-int 14882pkg syscall (netbsd-386-cgo), const ETHERTYPE_IMLBL ideal-int 14883pkg syscall (netbsd-386-cgo), const ETHERTYPE_IMLBLDIAG ideal-int 14884pkg syscall (netbsd-386-cgo), const ETHERTYPE_IP ideal-int 14885pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPAS ideal-int 14886pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPV6 ideal-int 14887pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPX ideal-int 14888pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPXNEW ideal-int 14889pkg syscall (netbsd-386-cgo), const ETHERTYPE_KALPANA ideal-int 14890pkg syscall (netbsd-386-cgo), const ETHERTYPE_LANBRIDGE ideal-int 14891pkg syscall (netbsd-386-cgo), const ETHERTYPE_LANPROBE ideal-int 14892pkg syscall (netbsd-386-cgo), const ETHERTYPE_LAT ideal-int 14893pkg syscall (netbsd-386-cgo), const ETHERTYPE_LBACK ideal-int 14894pkg syscall (netbsd-386-cgo), const ETHERTYPE_LITTLE ideal-int 14895pkg syscall (netbsd-386-cgo), const ETHERTYPE_LOGICRAFT ideal-int 14896pkg syscall (netbsd-386-cgo), const ETHERTYPE_LOOPBACK ideal-int 14897pkg syscall (netbsd-386-cgo), const ETHERTYPE_MATRA ideal-int 14898pkg syscall (netbsd-386-cgo), const ETHERTYPE_MAX ideal-int 14899pkg syscall (netbsd-386-cgo), const ETHERTYPE_MERIT ideal-int 14900pkg syscall (netbsd-386-cgo), const ETHERTYPE_MICP ideal-int 14901pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOPDL ideal-int 14902pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOPRC ideal-int 14903pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOTOROLA ideal-int 14904pkg syscall (netbsd-386-cgo), const ETHERTYPE_MPLS ideal-int 14905pkg syscall (netbsd-386-cgo), const ETHERTYPE_MPLS_MCAST ideal-int 14906pkg syscall (netbsd-386-cgo), const ETHERTYPE_MUMPS ideal-int 14907pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCC ideal-int 14908pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLAIM ideal-int 14909pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLREQ ideal-int 14910pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLRSP ideal-int 14911pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCREQ ideal-int 14912pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCRSP ideal-int 14913pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDG ideal-int 14914pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDGB ideal-int 14915pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDLTE ideal-int 14916pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRAR ideal-int 14917pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRAS ideal-int 14918pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRST ideal-int 14919pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPSCD ideal-int 14920pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPVCD ideal-int 14921pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBS ideal-int 14922pkg syscall (netbsd-386-cgo), const ETHERTYPE_NCD ideal-int 14923pkg syscall (netbsd-386-cgo), const ETHERTYPE_NESTAR ideal-int 14924pkg syscall (netbsd-386-cgo), const ETHERTYPE_NETBEUI ideal-int 14925pkg syscall (netbsd-386-cgo), const ETHERTYPE_NOVELL ideal-int 14926pkg syscall (netbsd-386-cgo), const ETHERTYPE_NS ideal-int 14927pkg syscall (netbsd-386-cgo), const ETHERTYPE_NSAT ideal-int 14928pkg syscall (netbsd-386-cgo), const ETHERTYPE_NSCOMPAT ideal-int 14929pkg syscall (netbsd-386-cgo), const ETHERTYPE_NTRAILER ideal-int 14930pkg syscall (netbsd-386-cgo), const ETHERTYPE_OS9 ideal-int 14931pkg syscall (netbsd-386-cgo), const ETHERTYPE_OS9NET ideal-int 14932pkg syscall (netbsd-386-cgo), const ETHERTYPE_PACER ideal-int 14933pkg syscall (netbsd-386-cgo), const ETHERTYPE_PAE ideal-int 14934pkg syscall (netbsd-386-cgo), const ETHERTYPE_PCS ideal-int 14935pkg syscall (netbsd-386-cgo), const ETHERTYPE_PLANNING ideal-int 14936pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPP ideal-int 14937pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPPOE ideal-int 14938pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPPOEDISC ideal-int 14939pkg syscall (netbsd-386-cgo), const ETHERTYPE_PRIMENTS ideal-int 14940pkg syscall (netbsd-386-cgo), const ETHERTYPE_PUP ideal-int 14941pkg syscall (netbsd-386-cgo), const ETHERTYPE_PUPAT ideal-int 14942pkg syscall (netbsd-386-cgo), const ETHERTYPE_RACAL ideal-int 14943pkg syscall (netbsd-386-cgo), const ETHERTYPE_RATIONAL ideal-int 14944pkg syscall (netbsd-386-cgo), const ETHERTYPE_RAWFR ideal-int 14945pkg syscall (netbsd-386-cgo), const ETHERTYPE_RCL ideal-int 14946pkg syscall (netbsd-386-cgo), const ETHERTYPE_RDP ideal-int 14947pkg syscall (netbsd-386-cgo), const ETHERTYPE_RETIX ideal-int 14948pkg syscall (netbsd-386-cgo), const ETHERTYPE_REVARP ideal-int 14949pkg syscall (netbsd-386-cgo), const ETHERTYPE_SCA ideal-int 14950pkg syscall (netbsd-386-cgo), const ETHERTYPE_SECTRA ideal-int 14951pkg syscall (netbsd-386-cgo), const ETHERTYPE_SECUREDATA ideal-int 14952pkg syscall (netbsd-386-cgo), const ETHERTYPE_SGITW ideal-int 14953pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_BOUNCE ideal-int 14954pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_DIAG ideal-int 14955pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_NETGAMES ideal-int 14956pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_RESV ideal-int 14957pkg syscall (netbsd-386-cgo), const ETHERTYPE_SIMNET ideal-int 14958pkg syscall (netbsd-386-cgo), const ETHERTYPE_SLOWPROTOCOLS ideal-int 14959pkg syscall (netbsd-386-cgo), const ETHERTYPE_SNA ideal-int 14960pkg syscall (netbsd-386-cgo), const ETHERTYPE_SNMP ideal-int 14961pkg syscall (netbsd-386-cgo), const ETHERTYPE_SONIX ideal-int 14962pkg syscall (netbsd-386-cgo), const ETHERTYPE_SPIDER ideal-int 14963pkg syscall (netbsd-386-cgo), const ETHERTYPE_SPRITE ideal-int 14964pkg syscall (netbsd-386-cgo), const ETHERTYPE_STP ideal-int 14965pkg syscall (netbsd-386-cgo), const ETHERTYPE_TALARIS ideal-int 14966pkg syscall (netbsd-386-cgo), const ETHERTYPE_TALARISMC ideal-int 14967pkg syscall (netbsd-386-cgo), const ETHERTYPE_TCPCOMP ideal-int 14968pkg syscall (netbsd-386-cgo), const ETHERTYPE_TCPSM ideal-int 14969pkg syscall (netbsd-386-cgo), const ETHERTYPE_TEC ideal-int 14970pkg syscall (netbsd-386-cgo), const ETHERTYPE_TIGAN ideal-int 14971pkg syscall (netbsd-386-cgo), const ETHERTYPE_TRAIL ideal-int 14972pkg syscall (netbsd-386-cgo), const ETHERTYPE_TRANSETHER ideal-int 14973pkg syscall (netbsd-386-cgo), const ETHERTYPE_TYMSHARE ideal-int 14974pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBBST ideal-int 14975pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDEBUG ideal-int 14976pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDIAGLOOP ideal-int 14977pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDL ideal-int 14978pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBNIU ideal-int 14979pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBNMC ideal-int 14980pkg syscall (netbsd-386-cgo), const ETHERTYPE_VALID ideal-int 14981pkg syscall (netbsd-386-cgo), const ETHERTYPE_VARIAN ideal-int 14982pkg syscall (netbsd-386-cgo), const ETHERTYPE_VAXELN ideal-int 14983pkg syscall (netbsd-386-cgo), const ETHERTYPE_VEECO ideal-int 14984pkg syscall (netbsd-386-cgo), const ETHERTYPE_VEXP ideal-int 14985pkg syscall (netbsd-386-cgo), const ETHERTYPE_VGLAB ideal-int 14986pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINES ideal-int 14987pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINESECHO ideal-int 14988pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINESLOOP ideal-int 14989pkg syscall (netbsd-386-cgo), const ETHERTYPE_VITAL ideal-int 14990pkg syscall (netbsd-386-cgo), const ETHERTYPE_VLAN ideal-int 14991pkg syscall (netbsd-386-cgo), const ETHERTYPE_VLTLMAN ideal-int 14992pkg syscall (netbsd-386-cgo), const ETHERTYPE_VPROD ideal-int 14993pkg syscall (netbsd-386-cgo), const ETHERTYPE_VURESERVED ideal-int 14994pkg syscall (netbsd-386-cgo), const ETHERTYPE_WATERLOO ideal-int 14995pkg syscall (netbsd-386-cgo), const ETHERTYPE_WELLFLEET ideal-int 14996pkg syscall (netbsd-386-cgo), const ETHERTYPE_X25 ideal-int 14997pkg syscall (netbsd-386-cgo), const ETHERTYPE_X75 ideal-int 14998pkg syscall (netbsd-386-cgo), const ETHERTYPE_XNSSM ideal-int 14999pkg syscall (netbsd-386-cgo), const ETHERTYPE_XTP ideal-int 15000pkg syscall (netbsd-386-cgo), const ETHER_ADDR_LEN ideal-int 15001pkg syscall (netbsd-386-cgo), const ETHER_CRC_LEN ideal-int 15002pkg syscall (netbsd-386-cgo), const ETHER_CRC_POLY_BE ideal-int 15003pkg syscall (netbsd-386-cgo), const ETHER_CRC_POLY_LE ideal-int 15004pkg syscall (netbsd-386-cgo), const ETHER_HDR_LEN ideal-int 15005pkg syscall (netbsd-386-cgo), const ETHER_MAX_LEN ideal-int 15006pkg syscall (netbsd-386-cgo), const ETHER_MAX_LEN_JUMBO ideal-int 15007pkg syscall (netbsd-386-cgo), const ETHER_MIN_LEN ideal-int 15008pkg syscall (netbsd-386-cgo), const ETHER_PPPOE_ENCAP_LEN ideal-int 15009pkg syscall (netbsd-386-cgo), const ETHER_TYPE_LEN ideal-int 15010pkg syscall (netbsd-386-cgo), const ETHER_VLAN_ENCAP_LEN ideal-int 15011pkg syscall (netbsd-386-cgo), const ETIME Errno 15012pkg syscall (netbsd-386-cgo), const EVFILT_AIO ideal-int 15013pkg syscall (netbsd-386-cgo), const EVFILT_PROC ideal-int 15014pkg syscall (netbsd-386-cgo), const EVFILT_READ ideal-int 15015pkg syscall (netbsd-386-cgo), const EVFILT_SIGNAL ideal-int 15016pkg syscall (netbsd-386-cgo), const EVFILT_SYSCOUNT ideal-int 15017pkg syscall (netbsd-386-cgo), const EVFILT_TIMER ideal-int 15018pkg syscall (netbsd-386-cgo), const EVFILT_VNODE ideal-int 15019pkg syscall (netbsd-386-cgo), const EVFILT_WRITE ideal-int 15020pkg syscall (netbsd-386-cgo), const EV_ADD ideal-int 15021pkg syscall (netbsd-386-cgo), const EV_CLEAR ideal-int 15022pkg syscall (netbsd-386-cgo), const EV_DELETE ideal-int 15023pkg syscall (netbsd-386-cgo), const EV_DISABLE ideal-int 15024pkg syscall (netbsd-386-cgo), const EV_ENABLE ideal-int 15025pkg syscall (netbsd-386-cgo), const EV_EOF ideal-int 15026pkg syscall (netbsd-386-cgo), const EV_ERROR ideal-int 15027pkg syscall (netbsd-386-cgo), const EV_FLAG1 ideal-int 15028pkg syscall (netbsd-386-cgo), const EV_ONESHOT ideal-int 15029pkg syscall (netbsd-386-cgo), const EV_SYSFLAGS ideal-int 15030pkg syscall (netbsd-386-cgo), const EXTA ideal-int 15031pkg syscall (netbsd-386-cgo), const EXTB ideal-int 15032pkg syscall (netbsd-386-cgo), const EXTPROC ideal-int 15033pkg syscall (netbsd-386-cgo), const FD_CLOEXEC ideal-int 15034pkg syscall (netbsd-386-cgo), const FD_SETSIZE ideal-int 15035pkg syscall (netbsd-386-cgo), const FLUSHO ideal-int 15036pkg syscall (netbsd-386-cgo), const F_CLOSEM ideal-int 15037pkg syscall (netbsd-386-cgo), const F_DUPFD ideal-int 15038pkg syscall (netbsd-386-cgo), const F_DUPFD_CLOEXEC ideal-int 15039pkg syscall (netbsd-386-cgo), const F_FSCTL ideal-int 15040pkg syscall (netbsd-386-cgo), const F_FSDIRMASK ideal-int 15041pkg syscall (netbsd-386-cgo), const F_FSIN ideal-int 15042pkg syscall (netbsd-386-cgo), const F_FSINOUT ideal-int 15043pkg syscall (netbsd-386-cgo), const F_FSOUT ideal-int 15044pkg syscall (netbsd-386-cgo), const F_FSPRIV ideal-int 15045pkg syscall (netbsd-386-cgo), const F_FSVOID ideal-int 15046pkg syscall (netbsd-386-cgo), const F_GETFD ideal-int 15047pkg syscall (netbsd-386-cgo), const F_GETFL ideal-int 15048pkg syscall (netbsd-386-cgo), const F_GETLK ideal-int 15049pkg syscall (netbsd-386-cgo), const F_GETNOSIGPIPE ideal-int 15050pkg syscall (netbsd-386-cgo), const F_GETOWN ideal-int 15051pkg syscall (netbsd-386-cgo), const F_MAXFD ideal-int 15052pkg syscall (netbsd-386-cgo), const F_OK ideal-int 15053pkg syscall (netbsd-386-cgo), const F_PARAM_MASK ideal-int 15054pkg syscall (netbsd-386-cgo), const F_PARAM_MAX ideal-int 15055pkg syscall (netbsd-386-cgo), const F_RDLCK ideal-int 15056pkg syscall (netbsd-386-cgo), const F_SETFD ideal-int 15057pkg syscall (netbsd-386-cgo), const F_SETFL ideal-int 15058pkg syscall (netbsd-386-cgo), const F_SETLK ideal-int 15059pkg syscall (netbsd-386-cgo), const F_SETLKW ideal-int 15060pkg syscall (netbsd-386-cgo), const F_SETNOSIGPIPE ideal-int 15061pkg syscall (netbsd-386-cgo), const F_SETOWN ideal-int 15062pkg syscall (netbsd-386-cgo), const F_UNLCK ideal-int 15063pkg syscall (netbsd-386-cgo), const F_WRLCK ideal-int 15064pkg syscall (netbsd-386-cgo), const HUPCL ideal-int 15065pkg syscall (netbsd-386-cgo), const ICANON ideal-int 15066pkg syscall (netbsd-386-cgo), const ICMP6_FILTER = 18 15067pkg syscall (netbsd-386-cgo), const ICMP6_FILTER ideal-int 15068pkg syscall (netbsd-386-cgo), const ICRNL ideal-int 15069pkg syscall (netbsd-386-cgo), const IEXTEN ideal-int 15070pkg syscall (netbsd-386-cgo), const IFAN_ARRIVAL ideal-int 15071pkg syscall (netbsd-386-cgo), const IFAN_DEPARTURE ideal-int 15072pkg syscall (netbsd-386-cgo), const IFA_ROUTE ideal-int 15073pkg syscall (netbsd-386-cgo), const IFF_ALLMULTI ideal-int 15074pkg syscall (netbsd-386-cgo), const IFF_CANTCHANGE ideal-int 15075pkg syscall (netbsd-386-cgo), const IFF_DEBUG ideal-int 15076pkg syscall (netbsd-386-cgo), const IFF_LINK0 ideal-int 15077pkg syscall (netbsd-386-cgo), const IFF_LINK1 ideal-int 15078pkg syscall (netbsd-386-cgo), const IFF_LINK2 ideal-int 15079pkg syscall (netbsd-386-cgo), const IFF_NOARP ideal-int 15080pkg syscall (netbsd-386-cgo), const IFF_NOTRAILERS ideal-int 15081pkg syscall (netbsd-386-cgo), const IFF_OACTIVE ideal-int 15082pkg syscall (netbsd-386-cgo), const IFF_POINTOPOINT ideal-int 15083pkg syscall (netbsd-386-cgo), const IFF_PROMISC ideal-int 15084pkg syscall (netbsd-386-cgo), const IFF_RUNNING ideal-int 15085pkg syscall (netbsd-386-cgo), const IFF_SIMPLEX ideal-int 15086pkg syscall (netbsd-386-cgo), const IFNAMSIZ ideal-int 15087pkg syscall (netbsd-386-cgo), const IFT_1822 ideal-int 15088pkg syscall (netbsd-386-cgo), const IFT_A12MPPSWITCH ideal-int 15089pkg syscall (netbsd-386-cgo), const IFT_AAL2 ideal-int 15090pkg syscall (netbsd-386-cgo), const IFT_AAL5 ideal-int 15091pkg syscall (netbsd-386-cgo), const IFT_ADSL ideal-int 15092pkg syscall (netbsd-386-cgo), const IFT_AFLANE8023 ideal-int 15093pkg syscall (netbsd-386-cgo), const IFT_AFLANE8025 ideal-int 15094pkg syscall (netbsd-386-cgo), const IFT_ARAP ideal-int 15095pkg syscall (netbsd-386-cgo), const IFT_ARCNET ideal-int 15096pkg syscall (netbsd-386-cgo), const IFT_ARCNETPLUS ideal-int 15097pkg syscall (netbsd-386-cgo), const IFT_ASYNC ideal-int 15098pkg syscall (netbsd-386-cgo), const IFT_ATM ideal-int 15099pkg syscall (netbsd-386-cgo), const IFT_ATMDXI ideal-int 15100pkg syscall (netbsd-386-cgo), const IFT_ATMFUNI ideal-int 15101pkg syscall (netbsd-386-cgo), const IFT_ATMIMA ideal-int 15102pkg syscall (netbsd-386-cgo), const IFT_ATMLOGICAL ideal-int 15103pkg syscall (netbsd-386-cgo), const IFT_ATMRADIO ideal-int 15104pkg syscall (netbsd-386-cgo), const IFT_ATMSUBINTERFACE ideal-int 15105pkg syscall (netbsd-386-cgo), const IFT_ATMVCIENDPT ideal-int 15106pkg syscall (netbsd-386-cgo), const IFT_ATMVIRTUAL ideal-int 15107pkg syscall (netbsd-386-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int 15108pkg syscall (netbsd-386-cgo), const IFT_BRIDGE ideal-int 15109pkg syscall (netbsd-386-cgo), const IFT_BSC ideal-int 15110pkg syscall (netbsd-386-cgo), const IFT_CARP ideal-int 15111pkg syscall (netbsd-386-cgo), const IFT_CCTEMUL ideal-int 15112pkg syscall (netbsd-386-cgo), const IFT_CEPT ideal-int 15113pkg syscall (netbsd-386-cgo), const IFT_CES ideal-int 15114pkg syscall (netbsd-386-cgo), const IFT_CHANNEL ideal-int 15115pkg syscall (netbsd-386-cgo), const IFT_CNR ideal-int 15116pkg syscall (netbsd-386-cgo), const IFT_COFFEE ideal-int 15117pkg syscall (netbsd-386-cgo), const IFT_COMPOSITELINK ideal-int 15118pkg syscall (netbsd-386-cgo), const IFT_DCN ideal-int 15119pkg syscall (netbsd-386-cgo), const IFT_DIGITALPOWERLINE ideal-int 15120pkg syscall (netbsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int 15121pkg syscall (netbsd-386-cgo), const IFT_DLSW ideal-int 15122pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int 15123pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEMACLAYER ideal-int 15124pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int 15125pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int 15126pkg syscall (netbsd-386-cgo), const IFT_DS0 ideal-int 15127pkg syscall (netbsd-386-cgo), const IFT_DS0BUNDLE ideal-int 15128pkg syscall (netbsd-386-cgo), const IFT_DS1FDL ideal-int 15129pkg syscall (netbsd-386-cgo), const IFT_DS3 ideal-int 15130pkg syscall (netbsd-386-cgo), const IFT_DTM ideal-int 15131pkg syscall (netbsd-386-cgo), const IFT_DVBASILN ideal-int 15132pkg syscall (netbsd-386-cgo), const IFT_DVBASIOUT ideal-int 15133pkg syscall (netbsd-386-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int 15134pkg syscall (netbsd-386-cgo), const IFT_DVBRCCMACLAYER ideal-int 15135pkg syscall (netbsd-386-cgo), const IFT_DVBRCCUPSTREAM ideal-int 15136pkg syscall (netbsd-386-cgo), const IFT_ECONET ideal-int 15137pkg syscall (netbsd-386-cgo), const IFT_EON ideal-int 15138pkg syscall (netbsd-386-cgo), const IFT_EPLRS ideal-int 15139pkg syscall (netbsd-386-cgo), const IFT_ESCON ideal-int 15140pkg syscall (netbsd-386-cgo), const IFT_ETHER ideal-int 15141pkg syscall (netbsd-386-cgo), const IFT_FAITH ideal-int 15142pkg syscall (netbsd-386-cgo), const IFT_FAST ideal-int 15143pkg syscall (netbsd-386-cgo), const IFT_FASTETHER ideal-int 15144pkg syscall (netbsd-386-cgo), const IFT_FASTETHERFX ideal-int 15145pkg syscall (netbsd-386-cgo), const IFT_FDDI ideal-int 15146pkg syscall (netbsd-386-cgo), const IFT_FIBRECHANNEL ideal-int 15147pkg syscall (netbsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int 15148pkg syscall (netbsd-386-cgo), const IFT_FRAMERELAYMPI ideal-int 15149pkg syscall (netbsd-386-cgo), const IFT_FRDLCIENDPT ideal-int 15150pkg syscall (netbsd-386-cgo), const IFT_FRELAY ideal-int 15151pkg syscall (netbsd-386-cgo), const IFT_FRELAYDCE ideal-int 15152pkg syscall (netbsd-386-cgo), const IFT_FRF16MFRBUNDLE ideal-int 15153pkg syscall (netbsd-386-cgo), const IFT_FRFORWARD ideal-int 15154pkg syscall (netbsd-386-cgo), const IFT_G703AT2MB ideal-int 15155pkg syscall (netbsd-386-cgo), const IFT_G703AT64K ideal-int 15156pkg syscall (netbsd-386-cgo), const IFT_GIF ideal-int 15157pkg syscall (netbsd-386-cgo), const IFT_GIGABITETHERNET ideal-int 15158pkg syscall (netbsd-386-cgo), const IFT_GR303IDT ideal-int 15159pkg syscall (netbsd-386-cgo), const IFT_GR303RDT ideal-int 15160pkg syscall (netbsd-386-cgo), const IFT_H323GATEKEEPER ideal-int 15161pkg syscall (netbsd-386-cgo), const IFT_H323PROXY ideal-int 15162pkg syscall (netbsd-386-cgo), const IFT_HDH1822 ideal-int 15163pkg syscall (netbsd-386-cgo), const IFT_HDLC ideal-int 15164pkg syscall (netbsd-386-cgo), const IFT_HDSL2 ideal-int 15165pkg syscall (netbsd-386-cgo), const IFT_HIPERLAN2 ideal-int 15166pkg syscall (netbsd-386-cgo), const IFT_HIPPI ideal-int 15167pkg syscall (netbsd-386-cgo), const IFT_HIPPIINTERFACE ideal-int 15168pkg syscall (netbsd-386-cgo), const IFT_HOSTPAD ideal-int 15169pkg syscall (netbsd-386-cgo), const IFT_HSSI ideal-int 15170pkg syscall (netbsd-386-cgo), const IFT_HY ideal-int 15171pkg syscall (netbsd-386-cgo), const IFT_IBM370PARCHAN ideal-int 15172pkg syscall (netbsd-386-cgo), const IFT_IDSL ideal-int 15173pkg syscall (netbsd-386-cgo), const IFT_IEEE1394 ideal-int 15174pkg syscall (netbsd-386-cgo), const IFT_IEEE80211 ideal-int 15175pkg syscall (netbsd-386-cgo), const IFT_IEEE80212 ideal-int 15176pkg syscall (netbsd-386-cgo), const IFT_IEEE8023ADLAG ideal-int 15177pkg syscall (netbsd-386-cgo), const IFT_IFGSN ideal-int 15178pkg syscall (netbsd-386-cgo), const IFT_IMT ideal-int 15179pkg syscall (netbsd-386-cgo), const IFT_INFINIBAND ideal-int 15180pkg syscall (netbsd-386-cgo), const IFT_INTERLEAVE ideal-int 15181pkg syscall (netbsd-386-cgo), const IFT_IP ideal-int 15182pkg syscall (netbsd-386-cgo), const IFT_IPFORWARD ideal-int 15183pkg syscall (netbsd-386-cgo), const IFT_IPOVERATM ideal-int 15184pkg syscall (netbsd-386-cgo), const IFT_IPOVERCDLC ideal-int 15185pkg syscall (netbsd-386-cgo), const IFT_IPOVERCLAW ideal-int 15186pkg syscall (netbsd-386-cgo), const IFT_IPSWITCH ideal-int 15187pkg syscall (netbsd-386-cgo), const IFT_ISDN ideal-int 15188pkg syscall (netbsd-386-cgo), const IFT_ISDNBASIC ideal-int 15189pkg syscall (netbsd-386-cgo), const IFT_ISDNPRIMARY ideal-int 15190pkg syscall (netbsd-386-cgo), const IFT_ISDNS ideal-int 15191pkg syscall (netbsd-386-cgo), const IFT_ISDNU ideal-int 15192pkg syscall (netbsd-386-cgo), const IFT_ISO88022LLC ideal-int 15193pkg syscall (netbsd-386-cgo), const IFT_ISO88023 ideal-int 15194pkg syscall (netbsd-386-cgo), const IFT_ISO88024 ideal-int 15195pkg syscall (netbsd-386-cgo), const IFT_ISO88025 ideal-int 15196pkg syscall (netbsd-386-cgo), const IFT_ISO88025CRFPINT ideal-int 15197pkg syscall (netbsd-386-cgo), const IFT_ISO88025DTR ideal-int 15198pkg syscall (netbsd-386-cgo), const IFT_ISO88025FIBER ideal-int 15199pkg syscall (netbsd-386-cgo), const IFT_ISO88026 ideal-int 15200pkg syscall (netbsd-386-cgo), const IFT_ISUP ideal-int 15201pkg syscall (netbsd-386-cgo), const IFT_L2VLAN ideal-int 15202pkg syscall (netbsd-386-cgo), const IFT_L3IPVLAN ideal-int 15203pkg syscall (netbsd-386-cgo), const IFT_L3IPXVLAN ideal-int 15204pkg syscall (netbsd-386-cgo), const IFT_LAPB ideal-int 15205pkg syscall (netbsd-386-cgo), const IFT_LAPD ideal-int 15206pkg syscall (netbsd-386-cgo), const IFT_LAPF ideal-int 15207pkg syscall (netbsd-386-cgo), const IFT_LINEGROUP ideal-int 15208pkg syscall (netbsd-386-cgo), const IFT_LOCALTALK ideal-int 15209pkg syscall (netbsd-386-cgo), const IFT_LOOP ideal-int 15210pkg syscall (netbsd-386-cgo), const IFT_MEDIAMAILOVERIP ideal-int 15211pkg syscall (netbsd-386-cgo), const IFT_MFSIGLINK ideal-int 15212pkg syscall (netbsd-386-cgo), const IFT_MIOX25 ideal-int 15213pkg syscall (netbsd-386-cgo), const IFT_MODEM ideal-int 15214pkg syscall (netbsd-386-cgo), const IFT_MPC ideal-int 15215pkg syscall (netbsd-386-cgo), const IFT_MPLS ideal-int 15216pkg syscall (netbsd-386-cgo), const IFT_MPLSTUNNEL ideal-int 15217pkg syscall (netbsd-386-cgo), const IFT_MSDSL ideal-int 15218pkg syscall (netbsd-386-cgo), const IFT_MVL ideal-int 15219pkg syscall (netbsd-386-cgo), const IFT_MYRINET ideal-int 15220pkg syscall (netbsd-386-cgo), const IFT_NFAS ideal-int 15221pkg syscall (netbsd-386-cgo), const IFT_NSIP ideal-int 15222pkg syscall (netbsd-386-cgo), const IFT_OPTICALCHANNEL ideal-int 15223pkg syscall (netbsd-386-cgo), const IFT_OPTICALTRANSPORT ideal-int 15224pkg syscall (netbsd-386-cgo), const IFT_OTHER ideal-int 15225pkg syscall (netbsd-386-cgo), const IFT_P10 ideal-int 15226pkg syscall (netbsd-386-cgo), const IFT_P80 ideal-int 15227pkg syscall (netbsd-386-cgo), const IFT_PARA ideal-int 15228pkg syscall (netbsd-386-cgo), const IFT_PFLOG ideal-int 15229pkg syscall (netbsd-386-cgo), const IFT_PFSYNC ideal-int 15230pkg syscall (netbsd-386-cgo), const IFT_PLC ideal-int 15231pkg syscall (netbsd-386-cgo), const IFT_PON155 ideal-int 15232pkg syscall (netbsd-386-cgo), const IFT_PON622 ideal-int 15233pkg syscall (netbsd-386-cgo), const IFT_POS ideal-int 15234pkg syscall (netbsd-386-cgo), const IFT_PPP ideal-int 15235pkg syscall (netbsd-386-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int 15236pkg syscall (netbsd-386-cgo), const IFT_PROPATM ideal-int 15237pkg syscall (netbsd-386-cgo), const IFT_PROPBWAP2MP ideal-int 15238pkg syscall (netbsd-386-cgo), const IFT_PROPCNLS ideal-int 15239pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int 15240pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int 15241pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int 15242pkg syscall (netbsd-386-cgo), const IFT_PROPMUX ideal-int 15243pkg syscall (netbsd-386-cgo), const IFT_PROPVIRTUAL ideal-int 15244pkg syscall (netbsd-386-cgo), const IFT_PROPWIRELESSP2P ideal-int 15245pkg syscall (netbsd-386-cgo), const IFT_PTPSERIAL ideal-int 15246pkg syscall (netbsd-386-cgo), const IFT_PVC ideal-int 15247pkg syscall (netbsd-386-cgo), const IFT_Q2931 ideal-int 15248pkg syscall (netbsd-386-cgo), const IFT_QLLC ideal-int 15249pkg syscall (netbsd-386-cgo), const IFT_RADIOMAC ideal-int 15250pkg syscall (netbsd-386-cgo), const IFT_RADSL ideal-int 15251pkg syscall (netbsd-386-cgo), const IFT_REACHDSL ideal-int 15252pkg syscall (netbsd-386-cgo), const IFT_RFC1483 ideal-int 15253pkg syscall (netbsd-386-cgo), const IFT_RS232 ideal-int 15254pkg syscall (netbsd-386-cgo), const IFT_RSRB ideal-int 15255pkg syscall (netbsd-386-cgo), const IFT_SDLC ideal-int 15256pkg syscall (netbsd-386-cgo), const IFT_SDSL ideal-int 15257pkg syscall (netbsd-386-cgo), const IFT_SHDSL ideal-int 15258pkg syscall (netbsd-386-cgo), const IFT_SIP ideal-int 15259pkg syscall (netbsd-386-cgo), const IFT_SIPSIG ideal-int 15260pkg syscall (netbsd-386-cgo), const IFT_SIPTG ideal-int 15261pkg syscall (netbsd-386-cgo), const IFT_SLIP ideal-int 15262pkg syscall (netbsd-386-cgo), const IFT_SMDSDXI ideal-int 15263pkg syscall (netbsd-386-cgo), const IFT_SMDSICIP ideal-int 15264pkg syscall (netbsd-386-cgo), const IFT_SONET ideal-int 15265pkg syscall (netbsd-386-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int 15266pkg syscall (netbsd-386-cgo), const IFT_SONETPATH ideal-int 15267pkg syscall (netbsd-386-cgo), const IFT_SONETVT ideal-int 15268pkg syscall (netbsd-386-cgo), const IFT_SRP ideal-int 15269pkg syscall (netbsd-386-cgo), const IFT_SS7SIGLINK ideal-int 15270pkg syscall (netbsd-386-cgo), const IFT_STACKTOSTACK ideal-int 15271pkg syscall (netbsd-386-cgo), const IFT_STARLAN ideal-int 15272pkg syscall (netbsd-386-cgo), const IFT_STF ideal-int 15273pkg syscall (netbsd-386-cgo), const IFT_T1 ideal-int 15274pkg syscall (netbsd-386-cgo), const IFT_TDLC ideal-int 15275pkg syscall (netbsd-386-cgo), const IFT_TELINK ideal-int 15276pkg syscall (netbsd-386-cgo), const IFT_TERMPAD ideal-int 15277pkg syscall (netbsd-386-cgo), const IFT_TR008 ideal-int 15278pkg syscall (netbsd-386-cgo), const IFT_TRANSPHDLC ideal-int 15279pkg syscall (netbsd-386-cgo), const IFT_TUNNEL ideal-int 15280pkg syscall (netbsd-386-cgo), const IFT_ULTRA ideal-int 15281pkg syscall (netbsd-386-cgo), const IFT_USB ideal-int 15282pkg syscall (netbsd-386-cgo), const IFT_V11 ideal-int 15283pkg syscall (netbsd-386-cgo), const IFT_V35 ideal-int 15284pkg syscall (netbsd-386-cgo), const IFT_V36 ideal-int 15285pkg syscall (netbsd-386-cgo), const IFT_V37 ideal-int 15286pkg syscall (netbsd-386-cgo), const IFT_VDSL ideal-int 15287pkg syscall (netbsd-386-cgo), const IFT_VIRTUALIPADDRESS ideal-int 15288pkg syscall (netbsd-386-cgo), const IFT_VIRTUALTG ideal-int 15289pkg syscall (netbsd-386-cgo), const IFT_VOICEDID ideal-int 15290pkg syscall (netbsd-386-cgo), const IFT_VOICEEM ideal-int 15291pkg syscall (netbsd-386-cgo), const IFT_VOICEEMFGD ideal-int 15292pkg syscall (netbsd-386-cgo), const IFT_VOICEENCAP ideal-int 15293pkg syscall (netbsd-386-cgo), const IFT_VOICEFGDEANA ideal-int 15294pkg syscall (netbsd-386-cgo), const IFT_VOICEFXO ideal-int 15295pkg syscall (netbsd-386-cgo), const IFT_VOICEFXS ideal-int 15296pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERATM ideal-int 15297pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERCABLE ideal-int 15298pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int 15299pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERIP ideal-int 15300pkg syscall (netbsd-386-cgo), const IFT_X213 ideal-int 15301pkg syscall (netbsd-386-cgo), const IFT_X25 ideal-int 15302pkg syscall (netbsd-386-cgo), const IFT_X25DDN ideal-int 15303pkg syscall (netbsd-386-cgo), const IFT_X25HUNTGROUP ideal-int 15304pkg syscall (netbsd-386-cgo), const IFT_X25MLP ideal-int 15305pkg syscall (netbsd-386-cgo), const IFT_X25PLE ideal-int 15306pkg syscall (netbsd-386-cgo), const IFT_XETHER ideal-int 15307pkg syscall (netbsd-386-cgo), const IGNBRK ideal-int 15308pkg syscall (netbsd-386-cgo), const IGNCR ideal-int 15309pkg syscall (netbsd-386-cgo), const IGNPAR ideal-int 15310pkg syscall (netbsd-386-cgo), const IMAXBEL ideal-int 15311pkg syscall (netbsd-386-cgo), const INLCR ideal-int 15312pkg syscall (netbsd-386-cgo), const INPCK ideal-int 15313pkg syscall (netbsd-386-cgo), const IN_CLASSA_HOST ideal-int 15314pkg syscall (netbsd-386-cgo), const IN_CLASSA_MAX ideal-int 15315pkg syscall (netbsd-386-cgo), const IN_CLASSA_NET ideal-int 15316pkg syscall (netbsd-386-cgo), const IN_CLASSA_NSHIFT ideal-int 15317pkg syscall (netbsd-386-cgo), const IN_CLASSB_HOST ideal-int 15318pkg syscall (netbsd-386-cgo), const IN_CLASSB_MAX ideal-int 15319pkg syscall (netbsd-386-cgo), const IN_CLASSB_NET ideal-int 15320pkg syscall (netbsd-386-cgo), const IN_CLASSB_NSHIFT ideal-int 15321pkg syscall (netbsd-386-cgo), const IN_CLASSC_HOST ideal-int 15322pkg syscall (netbsd-386-cgo), const IN_CLASSC_NET ideal-int 15323pkg syscall (netbsd-386-cgo), const IN_CLASSC_NSHIFT ideal-int 15324pkg syscall (netbsd-386-cgo), const IN_CLASSD_HOST ideal-int 15325pkg syscall (netbsd-386-cgo), const IN_CLASSD_NET ideal-int 15326pkg syscall (netbsd-386-cgo), const IN_CLASSD_NSHIFT ideal-int 15327pkg syscall (netbsd-386-cgo), const IN_LOOPBACKNET ideal-int 15328pkg syscall (netbsd-386-cgo), const IPPROTO_AH ideal-int 15329pkg syscall (netbsd-386-cgo), const IPPROTO_CARP ideal-int 15330pkg syscall (netbsd-386-cgo), const IPPROTO_DONE ideal-int 15331pkg syscall (netbsd-386-cgo), const IPPROTO_DSTOPTS ideal-int 15332pkg syscall (netbsd-386-cgo), const IPPROTO_EGP ideal-int 15333pkg syscall (netbsd-386-cgo), const IPPROTO_ENCAP ideal-int 15334pkg syscall (netbsd-386-cgo), const IPPROTO_EON ideal-int 15335pkg syscall (netbsd-386-cgo), const IPPROTO_ESP ideal-int 15336pkg syscall (netbsd-386-cgo), const IPPROTO_ETHERIP ideal-int 15337pkg syscall (netbsd-386-cgo), const IPPROTO_FRAGMENT ideal-int 15338pkg syscall (netbsd-386-cgo), const IPPROTO_GGP ideal-int 15339pkg syscall (netbsd-386-cgo), const IPPROTO_GRE ideal-int 15340pkg syscall (netbsd-386-cgo), const IPPROTO_HOPOPTS ideal-int 15341pkg syscall (netbsd-386-cgo), const IPPROTO_ICMP ideal-int 15342pkg syscall (netbsd-386-cgo), const IPPROTO_ICMPV6 ideal-int 15343pkg syscall (netbsd-386-cgo), const IPPROTO_IDP ideal-int 15344pkg syscall (netbsd-386-cgo), const IPPROTO_IGMP ideal-int 15345pkg syscall (netbsd-386-cgo), const IPPROTO_IPCOMP ideal-int 15346pkg syscall (netbsd-386-cgo), const IPPROTO_IPIP ideal-int 15347pkg syscall (netbsd-386-cgo), const IPPROTO_IPV4 ideal-int 15348pkg syscall (netbsd-386-cgo), const IPPROTO_IPV6_ICMP ideal-int 15349pkg syscall (netbsd-386-cgo), const IPPROTO_MAX ideal-int 15350pkg syscall (netbsd-386-cgo), const IPPROTO_MAXID ideal-int 15351pkg syscall (netbsd-386-cgo), const IPPROTO_MOBILE ideal-int 15352pkg syscall (netbsd-386-cgo), const IPPROTO_NONE ideal-int 15353pkg syscall (netbsd-386-cgo), const IPPROTO_PFSYNC ideal-int 15354pkg syscall (netbsd-386-cgo), const IPPROTO_PIM ideal-int 15355pkg syscall (netbsd-386-cgo), const IPPROTO_PUP ideal-int 15356pkg syscall (netbsd-386-cgo), const IPPROTO_RAW ideal-int 15357pkg syscall (netbsd-386-cgo), const IPPROTO_ROUTING ideal-int 15358pkg syscall (netbsd-386-cgo), const IPPROTO_RSVP ideal-int 15359pkg syscall (netbsd-386-cgo), const IPPROTO_TP ideal-int 15360pkg syscall (netbsd-386-cgo), const IPPROTO_VRRP ideal-int 15361pkg syscall (netbsd-386-cgo), const IPV6_CHECKSUM ideal-int 15362pkg syscall (netbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int 15363pkg syscall (netbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int 15364pkg syscall (netbsd-386-cgo), const IPV6_DEFHLIM ideal-int 15365pkg syscall (netbsd-386-cgo), const IPV6_DONTFRAG ideal-int 15366pkg syscall (netbsd-386-cgo), const IPV6_DSTOPTS ideal-int 15367pkg syscall (netbsd-386-cgo), const IPV6_FAITH ideal-int 15368pkg syscall (netbsd-386-cgo), const IPV6_FLOWINFO_MASK ideal-int 15369pkg syscall (netbsd-386-cgo), const IPV6_FLOWLABEL_MASK ideal-int 15370pkg syscall (netbsd-386-cgo), const IPV6_FRAGTTL ideal-int 15371pkg syscall (netbsd-386-cgo), const IPV6_HLIMDEC ideal-int 15372pkg syscall (netbsd-386-cgo), const IPV6_HOPLIMIT ideal-int 15373pkg syscall (netbsd-386-cgo), const IPV6_HOPOPTS ideal-int 15374pkg syscall (netbsd-386-cgo), const IPV6_IPSEC_POLICY ideal-int 15375pkg syscall (netbsd-386-cgo), const IPV6_MAXHLIM ideal-int 15376pkg syscall (netbsd-386-cgo), const IPV6_MAXPACKET ideal-int 15377pkg syscall (netbsd-386-cgo), const IPV6_MMTU ideal-int 15378pkg syscall (netbsd-386-cgo), const IPV6_NEXTHOP ideal-int 15379pkg syscall (netbsd-386-cgo), const IPV6_PATHMTU ideal-int 15380pkg syscall (netbsd-386-cgo), const IPV6_PKTINFO ideal-int 15381pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE ideal-int 15382pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int 15383pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_HIGH ideal-int 15384pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_LOW ideal-int 15385pkg syscall (netbsd-386-cgo), const IPV6_RECVDSTOPTS ideal-int 15386pkg syscall (netbsd-386-cgo), const IPV6_RECVHOPLIMIT ideal-int 15387pkg syscall (netbsd-386-cgo), const IPV6_RECVHOPOPTS ideal-int 15388pkg syscall (netbsd-386-cgo), const IPV6_RECVPATHMTU ideal-int 15389pkg syscall (netbsd-386-cgo), const IPV6_RECVPKTINFO ideal-int 15390pkg syscall (netbsd-386-cgo), const IPV6_RECVRTHDR ideal-int 15391pkg syscall (netbsd-386-cgo), const IPV6_RECVTCLASS ideal-int 15392pkg syscall (netbsd-386-cgo), const IPV6_RTHDR ideal-int 15393pkg syscall (netbsd-386-cgo), const IPV6_RTHDRDSTOPTS ideal-int 15394pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_LOOSE ideal-int 15395pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_STRICT ideal-int 15396pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_TYPE_0 ideal-int 15397pkg syscall (netbsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int 15398pkg syscall (netbsd-386-cgo), const IPV6_TCLASS ideal-int 15399pkg syscall (netbsd-386-cgo), const IPV6_USE_MIN_MTU ideal-int 15400pkg syscall (netbsd-386-cgo), const IPV6_VERSION ideal-int 15401pkg syscall (netbsd-386-cgo), const IPV6_VERSION_MASK ideal-int 15402pkg syscall (netbsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int 15403pkg syscall (netbsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int 15404pkg syscall (netbsd-386-cgo), const IP_DF ideal-int 15405pkg syscall (netbsd-386-cgo), const IP_EF ideal-int 15406pkg syscall (netbsd-386-cgo), const IP_ERRORMTU ideal-int 15407pkg syscall (netbsd-386-cgo), const IP_HDRINCL ideal-int 15408pkg syscall (netbsd-386-cgo), const IP_IPSEC_POLICY ideal-int 15409pkg syscall (netbsd-386-cgo), const IP_MAXPACKET ideal-int 15410pkg syscall (netbsd-386-cgo), const IP_MAX_MEMBERSHIPS ideal-int 15411pkg syscall (netbsd-386-cgo), const IP_MF ideal-int 15412pkg syscall (netbsd-386-cgo), const IP_MINFRAGSIZE ideal-int 15413pkg syscall (netbsd-386-cgo), const IP_MINTTL ideal-int 15414pkg syscall (netbsd-386-cgo), const IP_MSS ideal-int 15415pkg syscall (netbsd-386-cgo), const IP_OFFMASK ideal-int 15416pkg syscall (netbsd-386-cgo), const IP_OPTIONS ideal-int 15417pkg syscall (netbsd-386-cgo), const IP_PORTRANGE ideal-int 15418pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_DEFAULT ideal-int 15419pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_HIGH ideal-int 15420pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_LOW ideal-int 15421pkg syscall (netbsd-386-cgo), const IP_RECVDSTADDR ideal-int 15422pkg syscall (netbsd-386-cgo), const IP_RECVIF ideal-int 15423pkg syscall (netbsd-386-cgo), const IP_RECVOPTS ideal-int 15424pkg syscall (netbsd-386-cgo), const IP_RECVRETOPTS ideal-int 15425pkg syscall (netbsd-386-cgo), const IP_RECVTTL ideal-int 15426pkg syscall (netbsd-386-cgo), const IP_RETOPTS ideal-int 15427pkg syscall (netbsd-386-cgo), const IP_RF ideal-int 15428pkg syscall (netbsd-386-cgo), const ISIG ideal-int 15429pkg syscall (netbsd-386-cgo), const ISTRIP ideal-int 15430pkg syscall (netbsd-386-cgo), const IXANY ideal-int 15431pkg syscall (netbsd-386-cgo), const IXOFF ideal-int 15432pkg syscall (netbsd-386-cgo), const IXON ideal-int 15433pkg syscall (netbsd-386-cgo), const LOCK_EX ideal-int 15434pkg syscall (netbsd-386-cgo), const LOCK_NB ideal-int 15435pkg syscall (netbsd-386-cgo), const LOCK_SH ideal-int 15436pkg syscall (netbsd-386-cgo), const LOCK_UN ideal-int 15437pkg syscall (netbsd-386-cgo), const MSG_BCAST ideal-int 15438pkg syscall (netbsd-386-cgo), const MSG_CMSG_CLOEXEC ideal-int 15439pkg syscall (netbsd-386-cgo), const MSG_CONTROLMBUF ideal-int 15440pkg syscall (netbsd-386-cgo), const MSG_CTRUNC ideal-int 15441pkg syscall (netbsd-386-cgo), const MSG_DONTROUTE ideal-int 15442pkg syscall (netbsd-386-cgo), const MSG_DONTWAIT ideal-int 15443pkg syscall (netbsd-386-cgo), const MSG_EOR ideal-int 15444pkg syscall (netbsd-386-cgo), const MSG_IOVUSRSPACE ideal-int 15445pkg syscall (netbsd-386-cgo), const MSG_LENUSRSPACE ideal-int 15446pkg syscall (netbsd-386-cgo), const MSG_MCAST ideal-int 15447pkg syscall (netbsd-386-cgo), const MSG_NAMEMBUF ideal-int 15448pkg syscall (netbsd-386-cgo), const MSG_NBIO ideal-int 15449pkg syscall (netbsd-386-cgo), const MSG_NOSIGNAL ideal-int 15450pkg syscall (netbsd-386-cgo), const MSG_OOB ideal-int 15451pkg syscall (netbsd-386-cgo), const MSG_PEEK ideal-int 15452pkg syscall (netbsd-386-cgo), const MSG_TRUNC ideal-int 15453pkg syscall (netbsd-386-cgo), const MSG_USERFLAGS ideal-int 15454pkg syscall (netbsd-386-cgo), const MSG_WAITALL ideal-int 15455pkg syscall (netbsd-386-cgo), const NAME_MAX ideal-int 15456pkg syscall (netbsd-386-cgo), const NET_RT_DUMP ideal-int 15457pkg syscall (netbsd-386-cgo), const NET_RT_FLAGS ideal-int 15458pkg syscall (netbsd-386-cgo), const NET_RT_IFLIST ideal-int 15459pkg syscall (netbsd-386-cgo), const NET_RT_MAXID ideal-int 15460pkg syscall (netbsd-386-cgo), const NET_RT_OIFLIST ideal-int 15461pkg syscall (netbsd-386-cgo), const NET_RT_OOIFLIST ideal-int 15462pkg syscall (netbsd-386-cgo), const NOFLSH ideal-int 15463pkg syscall (netbsd-386-cgo), const NOTE_ATTRIB ideal-int 15464pkg syscall (netbsd-386-cgo), const NOTE_CHILD ideal-int 15465pkg syscall (netbsd-386-cgo), const NOTE_DELETE ideal-int 15466pkg syscall (netbsd-386-cgo), const NOTE_EXEC ideal-int 15467pkg syscall (netbsd-386-cgo), const NOTE_EXIT ideal-int 15468pkg syscall (netbsd-386-cgo), const NOTE_EXTEND ideal-int 15469pkg syscall (netbsd-386-cgo), const NOTE_FORK ideal-int 15470pkg syscall (netbsd-386-cgo), const NOTE_LINK ideal-int 15471pkg syscall (netbsd-386-cgo), const NOTE_LOWAT ideal-int 15472pkg syscall (netbsd-386-cgo), const NOTE_PCTRLMASK ideal-int 15473pkg syscall (netbsd-386-cgo), const NOTE_PDATAMASK ideal-int 15474pkg syscall (netbsd-386-cgo), const NOTE_RENAME ideal-int 15475pkg syscall (netbsd-386-cgo), const NOTE_REVOKE ideal-int 15476pkg syscall (netbsd-386-cgo), const NOTE_TRACK ideal-int 15477pkg syscall (netbsd-386-cgo), const NOTE_TRACKERR ideal-int 15478pkg syscall (netbsd-386-cgo), const NOTE_WRITE ideal-int 15479pkg syscall (netbsd-386-cgo), const OCRNL ideal-int 15480pkg syscall (netbsd-386-cgo), const OFIOGETBMAP ideal-int 15481pkg syscall (netbsd-386-cgo), const ONLCR ideal-int 15482pkg syscall (netbsd-386-cgo), const ONLRET ideal-int 15483pkg syscall (netbsd-386-cgo), const ONOCR ideal-int 15484pkg syscall (netbsd-386-cgo), const ONOEOT ideal-int 15485pkg syscall (netbsd-386-cgo), const OPOST ideal-int 15486pkg syscall (netbsd-386-cgo), const O_ACCMODE ideal-int 15487pkg syscall (netbsd-386-cgo), const O_ALT_IO ideal-int 15488pkg syscall (netbsd-386-cgo), const O_DIRECT ideal-int 15489pkg syscall (netbsd-386-cgo), const O_DIRECTORY ideal-int 15490pkg syscall (netbsd-386-cgo), const O_DSYNC ideal-int 15491pkg syscall (netbsd-386-cgo), const O_EXLOCK ideal-int 15492pkg syscall (netbsd-386-cgo), const O_FSYNC ideal-int 15493pkg syscall (netbsd-386-cgo), const O_NDELAY ideal-int 15494pkg syscall (netbsd-386-cgo), const O_NOFOLLOW ideal-int 15495pkg syscall (netbsd-386-cgo), const O_NOSIGPIPE ideal-int 15496pkg syscall (netbsd-386-cgo), const O_RSYNC ideal-int 15497pkg syscall (netbsd-386-cgo), const O_SHLOCK ideal-int 15498pkg syscall (netbsd-386-cgo), const PARENB ideal-int 15499pkg syscall (netbsd-386-cgo), const PARMRK ideal-int 15500pkg syscall (netbsd-386-cgo), const PARODD ideal-int 15501pkg syscall (netbsd-386-cgo), const PENDIN ideal-int 15502pkg syscall (netbsd-386-cgo), const PRIO_PGRP = 1 15503pkg syscall (netbsd-386-cgo), const PRIO_PGRP ideal-int 15504pkg syscall (netbsd-386-cgo), const PRIO_PROCESS = 0 15505pkg syscall (netbsd-386-cgo), const PRIO_PROCESS ideal-int 15506pkg syscall (netbsd-386-cgo), const PRIO_USER = 2 15507pkg syscall (netbsd-386-cgo), const PRIO_USER ideal-int 15508pkg syscall (netbsd-386-cgo), const PRI_IOFLUSH ideal-int 15509pkg syscall (netbsd-386-cgo), const PTRACE_CONT ideal-int 15510pkg syscall (netbsd-386-cgo), const PTRACE_KILL ideal-int 15511pkg syscall (netbsd-386-cgo), const PTRACE_TRACEME ideal-int 15512pkg syscall (netbsd-386-cgo), const RLIMIT_AS ideal-int 15513pkg syscall (netbsd-386-cgo), const RLIMIT_CORE ideal-int 15514pkg syscall (netbsd-386-cgo), const RLIMIT_CPU ideal-int 15515pkg syscall (netbsd-386-cgo), const RLIMIT_DATA ideal-int 15516pkg syscall (netbsd-386-cgo), const RLIMIT_FSIZE ideal-int 15517pkg syscall (netbsd-386-cgo), const RLIMIT_NOFILE ideal-int 15518pkg syscall (netbsd-386-cgo), const RLIMIT_STACK ideal-int 15519pkg syscall (netbsd-386-cgo), const RLIM_INFINITY ideal-int 15520pkg syscall (netbsd-386-cgo), const RTAX_AUTHOR ideal-int 15521pkg syscall (netbsd-386-cgo), const RTAX_BRD ideal-int 15522pkg syscall (netbsd-386-cgo), const RTAX_DST ideal-int 15523pkg syscall (netbsd-386-cgo), const RTAX_GATEWAY ideal-int 15524pkg syscall (netbsd-386-cgo), const RTAX_GENMASK ideal-int 15525pkg syscall (netbsd-386-cgo), const RTAX_IFA ideal-int 15526pkg syscall (netbsd-386-cgo), const RTAX_IFP ideal-int 15527pkg syscall (netbsd-386-cgo), const RTAX_MAX ideal-int 15528pkg syscall (netbsd-386-cgo), const RTAX_NETMASK ideal-int 15529pkg syscall (netbsd-386-cgo), const RTAX_TAG ideal-int 15530pkg syscall (netbsd-386-cgo), const RTA_AUTHOR ideal-int 15531pkg syscall (netbsd-386-cgo), const RTA_BRD ideal-int 15532pkg syscall (netbsd-386-cgo), const RTA_DST ideal-int 15533pkg syscall (netbsd-386-cgo), const RTA_GATEWAY ideal-int 15534pkg syscall (netbsd-386-cgo), const RTA_GENMASK ideal-int 15535pkg syscall (netbsd-386-cgo), const RTA_IFA ideal-int 15536pkg syscall (netbsd-386-cgo), const RTA_IFP ideal-int 15537pkg syscall (netbsd-386-cgo), const RTA_NETMASK ideal-int 15538pkg syscall (netbsd-386-cgo), const RTA_TAG ideal-int 15539pkg syscall (netbsd-386-cgo), const RTF_ANNOUNCE ideal-int 15540pkg syscall (netbsd-386-cgo), const RTF_BLACKHOLE ideal-int 15541pkg syscall (netbsd-386-cgo), const RTF_CLONED ideal-int 15542pkg syscall (netbsd-386-cgo), const RTF_CLONING ideal-int 15543pkg syscall (netbsd-386-cgo), const RTF_DONE ideal-int 15544pkg syscall (netbsd-386-cgo), const RTF_DYNAMIC ideal-int 15545pkg syscall (netbsd-386-cgo), const RTF_GATEWAY ideal-int 15546pkg syscall (netbsd-386-cgo), const RTF_HOST ideal-int 15547pkg syscall (netbsd-386-cgo), const RTF_LLINFO ideal-int 15548pkg syscall (netbsd-386-cgo), const RTF_MASK ideal-int 15549pkg syscall (netbsd-386-cgo), const RTF_MODIFIED ideal-int 15550pkg syscall (netbsd-386-cgo), const RTF_PROTO1 ideal-int 15551pkg syscall (netbsd-386-cgo), const RTF_PROTO2 ideal-int 15552pkg syscall (netbsd-386-cgo), const RTF_REJECT ideal-int 15553pkg syscall (netbsd-386-cgo), const RTF_SRC ideal-int 15554pkg syscall (netbsd-386-cgo), const RTF_STATIC ideal-int 15555pkg syscall (netbsd-386-cgo), const RTF_UP ideal-int 15556pkg syscall (netbsd-386-cgo), const RTF_XRESOLVE ideal-int 15557pkg syscall (netbsd-386-cgo), const RTM_ADD ideal-int 15558pkg syscall (netbsd-386-cgo), const RTM_CHANGE ideal-int 15559pkg syscall (netbsd-386-cgo), const RTM_CHGADDR ideal-int 15560pkg syscall (netbsd-386-cgo), const RTM_DELADDR ideal-int 15561pkg syscall (netbsd-386-cgo), const RTM_DELETE ideal-int 15562pkg syscall (netbsd-386-cgo), const RTM_GET ideal-int 15563pkg syscall (netbsd-386-cgo), const RTM_IEEE80211 ideal-int 15564pkg syscall (netbsd-386-cgo), const RTM_IFANNOUNCE ideal-int 15565pkg syscall (netbsd-386-cgo), const RTM_IFINFO ideal-int 15566pkg syscall (netbsd-386-cgo), const RTM_LLINFO_UPD ideal-int 15567pkg syscall (netbsd-386-cgo), const RTM_LOCK ideal-int 15568pkg syscall (netbsd-386-cgo), const RTM_LOSING ideal-int 15569pkg syscall (netbsd-386-cgo), const RTM_MISS ideal-int 15570pkg syscall (netbsd-386-cgo), const RTM_NEWADDR ideal-int 15571pkg syscall (netbsd-386-cgo), const RTM_OIFINFO ideal-int 15572pkg syscall (netbsd-386-cgo), const RTM_OLDADD ideal-int 15573pkg syscall (netbsd-386-cgo), const RTM_OLDDEL ideal-int 15574pkg syscall (netbsd-386-cgo), const RTM_OOIFINFO ideal-int 15575pkg syscall (netbsd-386-cgo), const RTM_REDIRECT ideal-int 15576pkg syscall (netbsd-386-cgo), const RTM_RESOLVE ideal-int 15577pkg syscall (netbsd-386-cgo), const RTM_RTTUNIT ideal-int 15578pkg syscall (netbsd-386-cgo), const RTM_SETGATE ideal-int 15579pkg syscall (netbsd-386-cgo), const RTM_VERSION ideal-int 15580pkg syscall (netbsd-386-cgo), const RTV_EXPIRE ideal-int 15581pkg syscall (netbsd-386-cgo), const RTV_HOPCOUNT ideal-int 15582pkg syscall (netbsd-386-cgo), const RTV_MTU ideal-int 15583pkg syscall (netbsd-386-cgo), const RTV_RPIPE ideal-int 15584pkg syscall (netbsd-386-cgo), const RTV_RTT ideal-int 15585pkg syscall (netbsd-386-cgo), const RTV_RTTVAR ideal-int 15586pkg syscall (netbsd-386-cgo), const RTV_SPIPE ideal-int 15587pkg syscall (netbsd-386-cgo), const RTV_SSTHRESH ideal-int 15588pkg syscall (netbsd-386-cgo), const RUSAGE_CHILDREN ideal-int 15589pkg syscall (netbsd-386-cgo), const RUSAGE_SELF ideal-int 15590pkg syscall (netbsd-386-cgo), const SCM_CREDS ideal-int 15591pkg syscall (netbsd-386-cgo), const SCM_RIGHTS ideal-int 15592pkg syscall (netbsd-386-cgo), const SCM_TIMESTAMP ideal-int 15593pkg syscall (netbsd-386-cgo), const SIGCHLD Signal 15594pkg syscall (netbsd-386-cgo), const SIGCONT Signal 15595pkg syscall (netbsd-386-cgo), const SIGEMT Signal 15596pkg syscall (netbsd-386-cgo), const SIGINFO Signal 15597pkg syscall (netbsd-386-cgo), const SIGIO Signal 15598pkg syscall (netbsd-386-cgo), const SIGIOT Signal 15599pkg syscall (netbsd-386-cgo), const SIGPROF Signal 15600pkg syscall (netbsd-386-cgo), const SIGPWR Signal 15601pkg syscall (netbsd-386-cgo), const SIGSTOP Signal 15602pkg syscall (netbsd-386-cgo), const SIGSYS Signal 15603pkg syscall (netbsd-386-cgo), const SIGTSTP Signal 15604pkg syscall (netbsd-386-cgo), const SIGTTIN Signal 15605pkg syscall (netbsd-386-cgo), const SIGTTOU Signal 15606pkg syscall (netbsd-386-cgo), const SIGURG Signal 15607pkg syscall (netbsd-386-cgo), const SIGUSR1 Signal 15608pkg syscall (netbsd-386-cgo), const SIGUSR2 Signal 15609pkg syscall (netbsd-386-cgo), const SIGVTALRM Signal 15610pkg syscall (netbsd-386-cgo), const SIGWINCH Signal 15611pkg syscall (netbsd-386-cgo), const SIGXCPU Signal 15612pkg syscall (netbsd-386-cgo), const SIGXFSZ Signal 15613pkg syscall (netbsd-386-cgo), const SIOCADDMULTI ideal-int 15614pkg syscall (netbsd-386-cgo), const SIOCADDRT ideal-int 15615pkg syscall (netbsd-386-cgo), const SIOCAIFADDR ideal-int 15616pkg syscall (netbsd-386-cgo), const SIOCALIFADDR ideal-int 15617pkg syscall (netbsd-386-cgo), const SIOCATMARK ideal-int 15618pkg syscall (netbsd-386-cgo), const SIOCDELMULTI ideal-int 15619pkg syscall (netbsd-386-cgo), const SIOCDELRT ideal-int 15620pkg syscall (netbsd-386-cgo), const SIOCDIFADDR ideal-int 15621pkg syscall (netbsd-386-cgo), const SIOCDIFPHYADDR ideal-int 15622pkg syscall (netbsd-386-cgo), const SIOCDLIFADDR ideal-int 15623pkg syscall (netbsd-386-cgo), const SIOCGDRVSPEC ideal-int 15624pkg syscall (netbsd-386-cgo), const SIOCGETPFSYNC ideal-int 15625pkg syscall (netbsd-386-cgo), const SIOCGETSGCNT ideal-int 15626pkg syscall (netbsd-386-cgo), const SIOCGETVIFCNT ideal-int 15627pkg syscall (netbsd-386-cgo), const SIOCGHIWAT ideal-int 15628pkg syscall (netbsd-386-cgo), const SIOCGIFADDR ideal-int 15629pkg syscall (netbsd-386-cgo), const SIOCGIFADDRPREF ideal-int 15630pkg syscall (netbsd-386-cgo), const SIOCGIFALIAS ideal-int 15631pkg syscall (netbsd-386-cgo), const SIOCGIFBRDADDR ideal-int 15632pkg syscall (netbsd-386-cgo), const SIOCGIFCAP ideal-int 15633pkg syscall (netbsd-386-cgo), const SIOCGIFCONF ideal-int 15634pkg syscall (netbsd-386-cgo), const SIOCGIFDATA ideal-int 15635pkg syscall (netbsd-386-cgo), const SIOCGIFDLT ideal-int 15636pkg syscall (netbsd-386-cgo), const SIOCGIFDSTADDR ideal-int 15637pkg syscall (netbsd-386-cgo), const SIOCGIFFLAGS ideal-int 15638pkg syscall (netbsd-386-cgo), const SIOCGIFGENERIC ideal-int 15639pkg syscall (netbsd-386-cgo), const SIOCGIFMEDIA ideal-int 15640pkg syscall (netbsd-386-cgo), const SIOCGIFMETRIC ideal-int 15641pkg syscall (netbsd-386-cgo), const SIOCGIFMTU ideal-int 15642pkg syscall (netbsd-386-cgo), const SIOCGIFNETMASK ideal-int 15643pkg syscall (netbsd-386-cgo), const SIOCGIFPDSTADDR ideal-int 15644pkg syscall (netbsd-386-cgo), const SIOCGIFPSRCADDR ideal-int 15645pkg syscall (netbsd-386-cgo), const SIOCGLIFADDR ideal-int 15646pkg syscall (netbsd-386-cgo), const SIOCGLIFPHYADDR ideal-int 15647pkg syscall (netbsd-386-cgo), const SIOCGLINKSTR ideal-int 15648pkg syscall (netbsd-386-cgo), const SIOCGLOWAT ideal-int 15649pkg syscall (netbsd-386-cgo), const SIOCGPGRP ideal-int 15650pkg syscall (netbsd-386-cgo), const SIOCGVH ideal-int 15651pkg syscall (netbsd-386-cgo), const SIOCIFCREATE ideal-int 15652pkg syscall (netbsd-386-cgo), const SIOCIFDESTROY ideal-int 15653pkg syscall (netbsd-386-cgo), const SIOCIFGCLONERS ideal-int 15654pkg syscall (netbsd-386-cgo), const SIOCINITIFADDR ideal-int 15655pkg syscall (netbsd-386-cgo), const SIOCSDRVSPEC ideal-int 15656pkg syscall (netbsd-386-cgo), const SIOCSETPFSYNC ideal-int 15657pkg syscall (netbsd-386-cgo), const SIOCSHIWAT ideal-int 15658pkg syscall (netbsd-386-cgo), const SIOCSIFADDR ideal-int 15659pkg syscall (netbsd-386-cgo), const SIOCSIFADDRPREF ideal-int 15660pkg syscall (netbsd-386-cgo), const SIOCSIFBRDADDR ideal-int 15661pkg syscall (netbsd-386-cgo), const SIOCSIFCAP ideal-int 15662pkg syscall (netbsd-386-cgo), const SIOCSIFDSTADDR ideal-int 15663pkg syscall (netbsd-386-cgo), const SIOCSIFFLAGS ideal-int 15664pkg syscall (netbsd-386-cgo), const SIOCSIFGENERIC ideal-int 15665pkg syscall (netbsd-386-cgo), const SIOCSIFMEDIA ideal-int 15666pkg syscall (netbsd-386-cgo), const SIOCSIFMETRIC ideal-int 15667pkg syscall (netbsd-386-cgo), const SIOCSIFMTU ideal-int 15668pkg syscall (netbsd-386-cgo), const SIOCSIFNETMASK ideal-int 15669pkg syscall (netbsd-386-cgo), const SIOCSIFPHYADDR ideal-int 15670pkg syscall (netbsd-386-cgo), const SIOCSLIFPHYADDR ideal-int 15671pkg syscall (netbsd-386-cgo), const SIOCSLINKSTR ideal-int 15672pkg syscall (netbsd-386-cgo), const SIOCSLOWAT ideal-int 15673pkg syscall (netbsd-386-cgo), const SIOCSPGRP ideal-int 15674pkg syscall (netbsd-386-cgo), const SIOCSVH ideal-int 15675pkg syscall (netbsd-386-cgo), const SIOCZIFDATA ideal-int 15676pkg syscall (netbsd-386-cgo), const SOCK_CLOEXEC ideal-int 15677pkg syscall (netbsd-386-cgo), const SOCK_FLAGS_MASK ideal-int 15678pkg syscall (netbsd-386-cgo), const SOCK_NONBLOCK ideal-int 15679pkg syscall (netbsd-386-cgo), const SOCK_NOSIGPIPE ideal-int 15680pkg syscall (netbsd-386-cgo), const SOCK_RDM ideal-int 15681pkg syscall (netbsd-386-cgo), const SO_ACCEPTCONN ideal-int 15682pkg syscall (netbsd-386-cgo), const SO_ACCEPTFILTER ideal-int 15683pkg syscall (netbsd-386-cgo), const SO_DEBUG ideal-int 15684pkg syscall (netbsd-386-cgo), const SO_ERROR ideal-int 15685pkg syscall (netbsd-386-cgo), const SO_NOHEADER ideal-int 15686pkg syscall (netbsd-386-cgo), const SO_NOSIGPIPE ideal-int 15687pkg syscall (netbsd-386-cgo), const SO_OOBINLINE ideal-int 15688pkg syscall (netbsd-386-cgo), const SO_OVERFLOWED ideal-int 15689pkg syscall (netbsd-386-cgo), const SO_RCVLOWAT ideal-int 15690pkg syscall (netbsd-386-cgo), const SO_RCVTIMEO ideal-int 15691pkg syscall (netbsd-386-cgo), const SO_REUSEPORT ideal-int 15692pkg syscall (netbsd-386-cgo), const SO_SNDLOWAT ideal-int 15693pkg syscall (netbsd-386-cgo), const SO_SNDTIMEO ideal-int 15694pkg syscall (netbsd-386-cgo), const SO_TIMESTAMP ideal-int 15695pkg syscall (netbsd-386-cgo), const SO_TYPE ideal-int 15696pkg syscall (netbsd-386-cgo), const SO_USELOOPBACK ideal-int 15697pkg syscall (netbsd-386-cgo), const SYSCTL_VERSION ideal-int 15698pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_0 ideal-int 15699pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_1 ideal-int 15700pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_MASK ideal-int 15701pkg syscall (netbsd-386-cgo), const SYS_ACCEPT ideal-int 15702pkg syscall (netbsd-386-cgo), const SYS_ACCESS ideal-int 15703pkg syscall (netbsd-386-cgo), const SYS_ACCT ideal-int 15704pkg syscall (netbsd-386-cgo), const SYS_ADJTIME ideal-int 15705pkg syscall (netbsd-386-cgo), const SYS_BIND ideal-int 15706pkg syscall (netbsd-386-cgo), const SYS_BREAK ideal-int 15707pkg syscall (netbsd-386-cgo), const SYS_CHDIR ideal-int 15708pkg syscall (netbsd-386-cgo), const SYS_CHFLAGS ideal-int 15709pkg syscall (netbsd-386-cgo), const SYS_CHMOD ideal-int 15710pkg syscall (netbsd-386-cgo), const SYS_CHOWN ideal-int 15711pkg syscall (netbsd-386-cgo), const SYS_CHROOT ideal-int 15712pkg syscall (netbsd-386-cgo), const SYS_CLOCK_GETRES ideal-int 15713pkg syscall (netbsd-386-cgo), const SYS_CLOCK_GETTIME ideal-int 15714pkg syscall (netbsd-386-cgo), const SYS_CLOCK_SETTIME ideal-int 15715pkg syscall (netbsd-386-cgo), const SYS_CLOSE ideal-int 15716pkg syscall (netbsd-386-cgo), const SYS_CONNECT ideal-int 15717pkg syscall (netbsd-386-cgo), const SYS_DUP ideal-int 15718pkg syscall (netbsd-386-cgo), const SYS_DUP2 ideal-int 15719pkg syscall (netbsd-386-cgo), const SYS_DUP3 ideal-int 15720pkg syscall (netbsd-386-cgo), const SYS_EXECVE ideal-int 15721pkg syscall (netbsd-386-cgo), const SYS_EXIT ideal-int 15722pkg syscall (netbsd-386-cgo), const SYS_EXTATTRCTL ideal-int 15723pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_FD ideal-int 15724pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_FILE ideal-int 15725pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_LINK ideal-int 15726pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_FD ideal-int 15727pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_FILE ideal-int 15728pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_LINK ideal-int 15729pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_FD ideal-int 15730pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_FILE ideal-int 15731pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_LINK ideal-int 15732pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_FD ideal-int 15733pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_FILE ideal-int 15734pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_LINK ideal-int 15735pkg syscall (netbsd-386-cgo), const SYS_FACCESSAT ideal-int 15736pkg syscall (netbsd-386-cgo), const SYS_FCHDIR ideal-int 15737pkg syscall (netbsd-386-cgo), const SYS_FCHFLAGS ideal-int 15738pkg syscall (netbsd-386-cgo), const SYS_FCHMOD ideal-int 15739pkg syscall (netbsd-386-cgo), const SYS_FCHMODAT ideal-int 15740pkg syscall (netbsd-386-cgo), const SYS_FCHOWN ideal-int 15741pkg syscall (netbsd-386-cgo), const SYS_FCHOWNAT ideal-int 15742pkg syscall (netbsd-386-cgo), const SYS_FCHROOT ideal-int 15743pkg syscall (netbsd-386-cgo), const SYS_FCNTL ideal-int 15744pkg syscall (netbsd-386-cgo), const SYS_FDATASYNC ideal-int 15745pkg syscall (netbsd-386-cgo), const SYS_FEXECVE ideal-int 15746pkg syscall (netbsd-386-cgo), const SYS_FGETXATTR ideal-int 15747pkg syscall (netbsd-386-cgo), const SYS_FHSTAT ideal-int 15748pkg syscall (netbsd-386-cgo), const SYS_FKTRACE ideal-int 15749pkg syscall (netbsd-386-cgo), const SYS_FLISTXATTR ideal-int 15750pkg syscall (netbsd-386-cgo), const SYS_FLOCK ideal-int 15751pkg syscall (netbsd-386-cgo), const SYS_FORK ideal-int 15752pkg syscall (netbsd-386-cgo), const SYS_FPATHCONF ideal-int 15753pkg syscall (netbsd-386-cgo), const SYS_FREMOVEXATTR ideal-int 15754pkg syscall (netbsd-386-cgo), const SYS_FSETXATTR ideal-int 15755pkg syscall (netbsd-386-cgo), const SYS_FSTAT ideal-int 15756pkg syscall (netbsd-386-cgo), const SYS_FSTATAT ideal-int 15757pkg syscall (netbsd-386-cgo), const SYS_FSTATVFS1 ideal-int 15758pkg syscall (netbsd-386-cgo), const SYS_FSYNC ideal-int 15759pkg syscall (netbsd-386-cgo), const SYS_FSYNC_RANGE ideal-int 15760pkg syscall (netbsd-386-cgo), const SYS_FTRUNCATE ideal-int 15761pkg syscall (netbsd-386-cgo), const SYS_FUTIMENS ideal-int 15762pkg syscall (netbsd-386-cgo), const SYS_FUTIMES ideal-int 15763pkg syscall (netbsd-386-cgo), const SYS_GETCONTEXT ideal-int 15764pkg syscall (netbsd-386-cgo), const SYS_GETDENTS ideal-int 15765pkg syscall (netbsd-386-cgo), const SYS_GETEGID ideal-int 15766pkg syscall (netbsd-386-cgo), const SYS_GETEUID ideal-int 15767pkg syscall (netbsd-386-cgo), const SYS_GETFH ideal-int 15768pkg syscall (netbsd-386-cgo), const SYS_GETGID ideal-int 15769pkg syscall (netbsd-386-cgo), const SYS_GETGROUPS ideal-int 15770pkg syscall (netbsd-386-cgo), const SYS_GETITIMER ideal-int 15771pkg syscall (netbsd-386-cgo), const SYS_GETPEERNAME ideal-int 15772pkg syscall (netbsd-386-cgo), const SYS_GETPGID ideal-int 15773pkg syscall (netbsd-386-cgo), const SYS_GETPGRP ideal-int 15774pkg syscall (netbsd-386-cgo), const SYS_GETPID ideal-int 15775pkg syscall (netbsd-386-cgo), const SYS_GETPPID ideal-int 15776pkg syscall (netbsd-386-cgo), const SYS_GETPRIORITY ideal-int 15777pkg syscall (netbsd-386-cgo), const SYS_GETRLIMIT ideal-int 15778pkg syscall (netbsd-386-cgo), const SYS_GETRUSAGE ideal-int 15779pkg syscall (netbsd-386-cgo), const SYS_GETSID ideal-int 15780pkg syscall (netbsd-386-cgo), const SYS_GETSOCKNAME ideal-int 15781pkg syscall (netbsd-386-cgo), const SYS_GETSOCKOPT ideal-int 15782pkg syscall (netbsd-386-cgo), const SYS_GETTIMEOFDAY ideal-int 15783pkg syscall (netbsd-386-cgo), const SYS_GETUID ideal-int 15784pkg syscall (netbsd-386-cgo), const SYS_GETVFSSTAT ideal-int 15785pkg syscall (netbsd-386-cgo), const SYS_GETXATTR ideal-int 15786pkg syscall (netbsd-386-cgo), const SYS_IOCTL ideal-int 15787pkg syscall (netbsd-386-cgo), const SYS_ISSETUGID ideal-int 15788pkg syscall (netbsd-386-cgo), const SYS_KEVENT ideal-int 15789pkg syscall (netbsd-386-cgo), const SYS_KILL ideal-int 15790pkg syscall (netbsd-386-cgo), const SYS_KQUEUE ideal-int 15791pkg syscall (netbsd-386-cgo), const SYS_KQUEUE1 ideal-int 15792pkg syscall (netbsd-386-cgo), const SYS_KTRACE ideal-int 15793pkg syscall (netbsd-386-cgo), const SYS_LCHFLAGS ideal-int 15794pkg syscall (netbsd-386-cgo), const SYS_LCHMOD ideal-int 15795pkg syscall (netbsd-386-cgo), const SYS_LCHOWN ideal-int 15796pkg syscall (netbsd-386-cgo), const SYS_LGETXATTR ideal-int 15797pkg syscall (netbsd-386-cgo), const SYS_LINK ideal-int 15798pkg syscall (netbsd-386-cgo), const SYS_LINKAT ideal-int 15799pkg syscall (netbsd-386-cgo), const SYS_LISTEN ideal-int 15800pkg syscall (netbsd-386-cgo), const SYS_LISTXATTR ideal-int 15801pkg syscall (netbsd-386-cgo), const SYS_LLISTXATTR ideal-int 15802pkg syscall (netbsd-386-cgo), const SYS_LREMOVEXATTR ideal-int 15803pkg syscall (netbsd-386-cgo), const SYS_LSEEK ideal-int 15804pkg syscall (netbsd-386-cgo), const SYS_LSETXATTR ideal-int 15805pkg syscall (netbsd-386-cgo), const SYS_LSTAT ideal-int 15806pkg syscall (netbsd-386-cgo), const SYS_LUTIMES ideal-int 15807pkg syscall (netbsd-386-cgo), const SYS_MADVISE ideal-int 15808pkg syscall (netbsd-386-cgo), const SYS_MINCORE ideal-int 15809pkg syscall (netbsd-386-cgo), const SYS_MINHERIT ideal-int 15810pkg syscall (netbsd-386-cgo), const SYS_MKDIR ideal-int 15811pkg syscall (netbsd-386-cgo), const SYS_MKDIRAT ideal-int 15812pkg syscall (netbsd-386-cgo), const SYS_MKFIFO ideal-int 15813pkg syscall (netbsd-386-cgo), const SYS_MKFIFOAT ideal-int 15814pkg syscall (netbsd-386-cgo), const SYS_MKNOD ideal-int 15815pkg syscall (netbsd-386-cgo), const SYS_MKNODAT ideal-int 15816pkg syscall (netbsd-386-cgo), const SYS_MLOCK ideal-int 15817pkg syscall (netbsd-386-cgo), const SYS_MLOCKALL ideal-int 15818pkg syscall (netbsd-386-cgo), const SYS_MMAP ideal-int 15819pkg syscall (netbsd-386-cgo), const SYS_MODCTL ideal-int 15820pkg syscall (netbsd-386-cgo), const SYS_MOUNT ideal-int 15821pkg syscall (netbsd-386-cgo), const SYS_MPROTECT ideal-int 15822pkg syscall (netbsd-386-cgo), const SYS_MREMAP ideal-int 15823pkg syscall (netbsd-386-cgo), const SYS_MSGCTL ideal-int 15824pkg syscall (netbsd-386-cgo), const SYS_MSGGET ideal-int 15825pkg syscall (netbsd-386-cgo), const SYS_MSGRCV ideal-int 15826pkg syscall (netbsd-386-cgo), const SYS_MSGSND ideal-int 15827pkg syscall (netbsd-386-cgo), const SYS_MUNLOCK ideal-int 15828pkg syscall (netbsd-386-cgo), const SYS_MUNLOCKALL ideal-int 15829pkg syscall (netbsd-386-cgo), const SYS_MUNMAP ideal-int 15830pkg syscall (netbsd-386-cgo), const SYS_NANOSLEEP ideal-int 15831pkg syscall (netbsd-386-cgo), const SYS_NTP_ADJTIME ideal-int 15832pkg syscall (netbsd-386-cgo), const SYS_NTP_GETTIME ideal-int 15833pkg syscall (netbsd-386-cgo), const SYS_OPEN ideal-int 15834pkg syscall (netbsd-386-cgo), const SYS_OPENAT ideal-int 15835pkg syscall (netbsd-386-cgo), const SYS_PACCEPT ideal-int 15836pkg syscall (netbsd-386-cgo), const SYS_PATHCONF ideal-int 15837pkg syscall (netbsd-386-cgo), const SYS_PIPE ideal-int 15838pkg syscall (netbsd-386-cgo), const SYS_PIPE2 ideal-int 15839pkg syscall (netbsd-386-cgo), const SYS_PMC_CONTROL ideal-int 15840pkg syscall (netbsd-386-cgo), const SYS_PMC_GET_INFO ideal-int 15841pkg syscall (netbsd-386-cgo), const SYS_POLL ideal-int 15842pkg syscall (netbsd-386-cgo), const SYS_POLLTS ideal-int 15843pkg syscall (netbsd-386-cgo), const SYS_POSIX_FADVISE ideal-int 15844pkg syscall (netbsd-386-cgo), const SYS_POSIX_SPAWN ideal-int 15845pkg syscall (netbsd-386-cgo), const SYS_PREAD ideal-int 15846pkg syscall (netbsd-386-cgo), const SYS_PREADV ideal-int 15847pkg syscall (netbsd-386-cgo), const SYS_PROFIL ideal-int 15848pkg syscall (netbsd-386-cgo), const SYS_PSELECT ideal-int 15849pkg syscall (netbsd-386-cgo), const SYS_PSET_ASSIGN ideal-int 15850pkg syscall (netbsd-386-cgo), const SYS_PSET_CREATE ideal-int 15851pkg syscall (netbsd-386-cgo), const SYS_PSET_DESTROY ideal-int 15852pkg syscall (netbsd-386-cgo), const SYS_PTRACE ideal-int 15853pkg syscall (netbsd-386-cgo), const SYS_PWRITE ideal-int 15854pkg syscall (netbsd-386-cgo), const SYS_PWRITEV ideal-int 15855pkg syscall (netbsd-386-cgo), const SYS_RASCTL ideal-int 15856pkg syscall (netbsd-386-cgo), const SYS_READ ideal-int 15857pkg syscall (netbsd-386-cgo), const SYS_READLINK ideal-int 15858pkg syscall (netbsd-386-cgo), const SYS_READLINKAT ideal-int 15859pkg syscall (netbsd-386-cgo), const SYS_READV ideal-int 15860pkg syscall (netbsd-386-cgo), const SYS_REBOOT ideal-int 15861pkg syscall (netbsd-386-cgo), const SYS_RECVFROM ideal-int 15862pkg syscall (netbsd-386-cgo), const SYS_RECVMMSG ideal-int 15863pkg syscall (netbsd-386-cgo), const SYS_RECVMSG ideal-int 15864pkg syscall (netbsd-386-cgo), const SYS_REMOVEXATTR ideal-int 15865pkg syscall (netbsd-386-cgo), const SYS_RENAME ideal-int 15866pkg syscall (netbsd-386-cgo), const SYS_RENAMEAT ideal-int 15867pkg syscall (netbsd-386-cgo), const SYS_REVOKE ideal-int 15868pkg syscall (netbsd-386-cgo), const SYS_RMDIR ideal-int 15869pkg syscall (netbsd-386-cgo), const SYS_SBRK ideal-int 15870pkg syscall (netbsd-386-cgo), const SYS_SCHED_YIELD ideal-int 15871pkg syscall (netbsd-386-cgo), const SYS_SELECT ideal-int 15872pkg syscall (netbsd-386-cgo), const SYS_SEMCONFIG ideal-int 15873pkg syscall (netbsd-386-cgo), const SYS_SEMGET ideal-int 15874pkg syscall (netbsd-386-cgo), const SYS_SEMOP ideal-int 15875pkg syscall (netbsd-386-cgo), const SYS_SENDMMSG ideal-int 15876pkg syscall (netbsd-386-cgo), const SYS_SENDMSG ideal-int 15877pkg syscall (netbsd-386-cgo), const SYS_SENDTO ideal-int 15878pkg syscall (netbsd-386-cgo), const SYS_SETCONTEXT ideal-int 15879pkg syscall (netbsd-386-cgo), const SYS_SETEGID ideal-int 15880pkg syscall (netbsd-386-cgo), const SYS_SETEUID ideal-int 15881pkg syscall (netbsd-386-cgo), const SYS_SETGID ideal-int 15882pkg syscall (netbsd-386-cgo), const SYS_SETGROUPS ideal-int 15883pkg syscall (netbsd-386-cgo), const SYS_SETITIMER ideal-int 15884pkg syscall (netbsd-386-cgo), const SYS_SETPGID ideal-int 15885pkg syscall (netbsd-386-cgo), const SYS_SETPRIORITY ideal-int 15886pkg syscall (netbsd-386-cgo), const SYS_SETREGID ideal-int 15887pkg syscall (netbsd-386-cgo), const SYS_SETREUID ideal-int 15888pkg syscall (netbsd-386-cgo), const SYS_SETRLIMIT ideal-int 15889pkg syscall (netbsd-386-cgo), const SYS_SETSID ideal-int 15890pkg syscall (netbsd-386-cgo), const SYS_SETSOCKOPT ideal-int 15891pkg syscall (netbsd-386-cgo), const SYS_SETTIMEOFDAY ideal-int 15892pkg syscall (netbsd-386-cgo), const SYS_SETUID ideal-int 15893pkg syscall (netbsd-386-cgo), const SYS_SETXATTR ideal-int 15894pkg syscall (netbsd-386-cgo), const SYS_SHMAT ideal-int 15895pkg syscall (netbsd-386-cgo), const SYS_SHMCTL ideal-int 15896pkg syscall (netbsd-386-cgo), const SYS_SHMDT ideal-int 15897pkg syscall (netbsd-386-cgo), const SYS_SHMGET ideal-int 15898pkg syscall (netbsd-386-cgo), const SYS_SHUTDOWN ideal-int 15899pkg syscall (netbsd-386-cgo), const SYS_SIGQUEUEINFO ideal-int 15900pkg syscall (netbsd-386-cgo), const SYS_SOCKET ideal-int 15901pkg syscall (netbsd-386-cgo), const SYS_SOCKETPAIR ideal-int 15902pkg syscall (netbsd-386-cgo), const SYS_SSTK ideal-int 15903pkg syscall (netbsd-386-cgo), const SYS_STAT ideal-int 15904pkg syscall (netbsd-386-cgo), const SYS_STATVFS1 ideal-int 15905pkg syscall (netbsd-386-cgo), const SYS_SWAPCTL ideal-int 15906pkg syscall (netbsd-386-cgo), const SYS_SYMLINK ideal-int 15907pkg syscall (netbsd-386-cgo), const SYS_SYMLINKAT ideal-int 15908pkg syscall (netbsd-386-cgo), const SYS_SYNC ideal-int 15909pkg syscall (netbsd-386-cgo), const SYS_SYSARCH ideal-int 15910pkg syscall (netbsd-386-cgo), const SYS_TIMER_CREATE ideal-int 15911pkg syscall (netbsd-386-cgo), const SYS_TIMER_DELETE ideal-int 15912pkg syscall (netbsd-386-cgo), const SYS_TIMER_GETOVERRUN ideal-int 15913pkg syscall (netbsd-386-cgo), const SYS_TIMER_GETTIME ideal-int 15914pkg syscall (netbsd-386-cgo), const SYS_TIMER_SETTIME ideal-int 15915pkg syscall (netbsd-386-cgo), const SYS_TRUNCATE ideal-int 15916pkg syscall (netbsd-386-cgo), const SYS_UMASK ideal-int 15917pkg syscall (netbsd-386-cgo), const SYS_UNDELETE ideal-int 15918pkg syscall (netbsd-386-cgo), const SYS_UNLINK ideal-int 15919pkg syscall (netbsd-386-cgo), const SYS_UNLINKAT ideal-int 15920pkg syscall (netbsd-386-cgo), const SYS_UNMOUNT ideal-int 15921pkg syscall (netbsd-386-cgo), const SYS_UTIMENSAT ideal-int 15922pkg syscall (netbsd-386-cgo), const SYS_UTIMES ideal-int 15923pkg syscall (netbsd-386-cgo), const SYS_UTRACE ideal-int 15924pkg syscall (netbsd-386-cgo), const SYS_UUIDGEN ideal-int 15925pkg syscall (netbsd-386-cgo), const SYS_VADVISE ideal-int 15926pkg syscall (netbsd-386-cgo), const SYS_VFORK ideal-int 15927pkg syscall (netbsd-386-cgo), const SYS_WAIT4 ideal-int 15928pkg syscall (netbsd-386-cgo), const SYS_WRITE ideal-int 15929pkg syscall (netbsd-386-cgo), const SYS_WRITEV ideal-int 15930pkg syscall (netbsd-386-cgo), const SYS__LWP_CONTINUE ideal-int 15931pkg syscall (netbsd-386-cgo), const SYS__LWP_CREATE ideal-int 15932pkg syscall (netbsd-386-cgo), const SYS__LWP_CTL ideal-int 15933pkg syscall (netbsd-386-cgo), const SYS__LWP_DETACH ideal-int 15934pkg syscall (netbsd-386-cgo), const SYS__LWP_EXIT ideal-int 15935pkg syscall (netbsd-386-cgo), const SYS__LWP_GETNAME ideal-int 15936pkg syscall (netbsd-386-cgo), const SYS__LWP_GETPRIVATE ideal-int 15937pkg syscall (netbsd-386-cgo), const SYS__LWP_KILL ideal-int 15938pkg syscall (netbsd-386-cgo), const SYS__LWP_PARK ideal-int 15939pkg syscall (netbsd-386-cgo), const SYS__LWP_SELF ideal-int 15940pkg syscall (netbsd-386-cgo), const SYS__LWP_SETNAME ideal-int 15941pkg syscall (netbsd-386-cgo), const SYS__LWP_SETPRIVATE ideal-int 15942pkg syscall (netbsd-386-cgo), const SYS__LWP_SUSPEND ideal-int 15943pkg syscall (netbsd-386-cgo), const SYS__LWP_UNPARK ideal-int 15944pkg syscall (netbsd-386-cgo), const SYS__LWP_UNPARK_ALL ideal-int 15945pkg syscall (netbsd-386-cgo), const SYS__LWP_WAIT ideal-int 15946pkg syscall (netbsd-386-cgo), const SYS__LWP_WAKEUP ideal-int 15947pkg syscall (netbsd-386-cgo), const SYS__PSET_BIND ideal-int 15948pkg syscall (netbsd-386-cgo), const SYS__SCHED_GETAFFINITY ideal-int 15949pkg syscall (netbsd-386-cgo), const SYS__SCHED_GETPARAM ideal-int 15950pkg syscall (netbsd-386-cgo), const SYS__SCHED_SETAFFINITY ideal-int 15951pkg syscall (netbsd-386-cgo), const SYS__SCHED_SETPARAM ideal-int 15952pkg syscall (netbsd-386-cgo), const SYS___CLONE ideal-int 15953pkg syscall (netbsd-386-cgo), const SYS___GETCWD ideal-int 15954pkg syscall (netbsd-386-cgo), const SYS___GETLOGIN ideal-int 15955pkg syscall (netbsd-386-cgo), const SYS___POSIX_CHOWN ideal-int 15956pkg syscall (netbsd-386-cgo), const SYS___POSIX_FCHOWN ideal-int 15957pkg syscall (netbsd-386-cgo), const SYS___POSIX_LCHOWN ideal-int 15958pkg syscall (netbsd-386-cgo), const SYS___POSIX_RENAME ideal-int 15959pkg syscall (netbsd-386-cgo), const SYS___QUOTACTL ideal-int 15960pkg syscall (netbsd-386-cgo), const SYS___SEMCTL ideal-int 15961pkg syscall (netbsd-386-cgo), const SYS___SETLOGIN ideal-int 15962pkg syscall (netbsd-386-cgo), const SYS___SIGACTION_SIGTRAMP ideal-int 15963pkg syscall (netbsd-386-cgo), const SYS___SIGTIMEDWAIT ideal-int 15964pkg syscall (netbsd-386-cgo), const SYS___SYSCTL ideal-int 15965pkg syscall (netbsd-386-cgo), const S_ARCH1 ideal-int 15966pkg syscall (netbsd-386-cgo), const S_ARCH2 ideal-int 15967pkg syscall (netbsd-386-cgo), const S_BLKSIZE ideal-int 15968pkg syscall (netbsd-386-cgo), const S_IEXEC ideal-int 15969pkg syscall (netbsd-386-cgo), const S_IFWHT ideal-int 15970pkg syscall (netbsd-386-cgo), const S_IREAD ideal-int 15971pkg syscall (netbsd-386-cgo), const S_IRGRP ideal-int 15972pkg syscall (netbsd-386-cgo), const S_IROTH ideal-int 15973pkg syscall (netbsd-386-cgo), const S_IRWXG ideal-int 15974pkg syscall (netbsd-386-cgo), const S_IRWXO ideal-int 15975pkg syscall (netbsd-386-cgo), const S_IRWXU ideal-int 15976pkg syscall (netbsd-386-cgo), const S_ISTXT ideal-int 15977pkg syscall (netbsd-386-cgo), const S_IWGRP ideal-int 15978pkg syscall (netbsd-386-cgo), const S_IWOTH ideal-int 15979pkg syscall (netbsd-386-cgo), const S_IWRITE ideal-int 15980pkg syscall (netbsd-386-cgo), const S_IXGRP ideal-int 15981pkg syscall (netbsd-386-cgo), const S_IXOTH ideal-int 15982pkg syscall (netbsd-386-cgo), const S_LOGIN_SET ideal-int 15983pkg syscall (netbsd-386-cgo), const SizeofBpfHdr ideal-int 15984pkg syscall (netbsd-386-cgo), const SizeofBpfInsn ideal-int 15985pkg syscall (netbsd-386-cgo), const SizeofBpfProgram ideal-int 15986pkg syscall (netbsd-386-cgo), const SizeofBpfStat ideal-int 15987pkg syscall (netbsd-386-cgo), const SizeofBpfVersion ideal-int 15988pkg syscall (netbsd-386-cgo), const SizeofCmsghdr ideal-int 15989pkg syscall (netbsd-386-cgo), const SizeofICMPv6Filter = 32 15990pkg syscall (netbsd-386-cgo), const SizeofICMPv6Filter ideal-int 15991pkg syscall (netbsd-386-cgo), const SizeofIPMreq ideal-int 15992pkg syscall (netbsd-386-cgo), const SizeofIPv6MTUInfo = 32 15993pkg syscall (netbsd-386-cgo), const SizeofIPv6MTUInfo ideal-int 15994pkg syscall (netbsd-386-cgo), const SizeofIPv6Mreq ideal-int 15995pkg syscall (netbsd-386-cgo), const SizeofIfAnnounceMsghdr ideal-int 15996pkg syscall (netbsd-386-cgo), const SizeofIfData ideal-int 15997pkg syscall (netbsd-386-cgo), const SizeofIfMsghdr ideal-int 15998pkg syscall (netbsd-386-cgo), const SizeofIfaMsghdr ideal-int 15999pkg syscall (netbsd-386-cgo), const SizeofInet6Pktinfo ideal-int 16000pkg syscall (netbsd-386-cgo), const SizeofLinger ideal-int 16001pkg syscall (netbsd-386-cgo), const SizeofMsghdr ideal-int 16002pkg syscall (netbsd-386-cgo), const SizeofRtMetrics ideal-int 16003pkg syscall (netbsd-386-cgo), const SizeofRtMsghdr ideal-int 16004pkg syscall (netbsd-386-cgo), const SizeofSockaddrAny ideal-int 16005pkg syscall (netbsd-386-cgo), const SizeofSockaddrDatalink ideal-int 16006pkg syscall (netbsd-386-cgo), const SizeofSockaddrInet4 ideal-int 16007pkg syscall (netbsd-386-cgo), const SizeofSockaddrInet6 ideal-int 16008pkg syscall (netbsd-386-cgo), const SizeofSockaddrUnix ideal-int 16009pkg syscall (netbsd-386-cgo), const TCIFLUSH ideal-int 16010pkg syscall (netbsd-386-cgo), const TCIOFLUSH ideal-int 16011pkg syscall (netbsd-386-cgo), const TCOFLUSH ideal-int 16012pkg syscall (netbsd-386-cgo), const TCP_CONGCTL ideal-int 16013pkg syscall (netbsd-386-cgo), const TCP_KEEPCNT ideal-int 16014pkg syscall (netbsd-386-cgo), const TCP_KEEPIDLE ideal-int 16015pkg syscall (netbsd-386-cgo), const TCP_KEEPINIT ideal-int 16016pkg syscall (netbsd-386-cgo), const TCP_KEEPINTVL ideal-int 16017pkg syscall (netbsd-386-cgo), const TCP_MAXBURST ideal-int 16018pkg syscall (netbsd-386-cgo), const TCP_MAXSEG ideal-int 16019pkg syscall (netbsd-386-cgo), const TCP_MAXWIN ideal-int 16020pkg syscall (netbsd-386-cgo), const TCP_MAX_WINSHIFT ideal-int 16021pkg syscall (netbsd-386-cgo), const TCP_MD5SIG ideal-int 16022pkg syscall (netbsd-386-cgo), const TCP_MINMSS ideal-int 16023pkg syscall (netbsd-386-cgo), const TCP_MSS ideal-int 16024pkg syscall (netbsd-386-cgo), const TCSAFLUSH ideal-int 16025pkg syscall (netbsd-386-cgo), const TIOCCBRK ideal-int 16026pkg syscall (netbsd-386-cgo), const TIOCCDTR ideal-int 16027pkg syscall (netbsd-386-cgo), const TIOCCONS ideal-int 16028pkg syscall (netbsd-386-cgo), const TIOCDCDTIMESTAMP ideal-int 16029pkg syscall (netbsd-386-cgo), const TIOCDRAIN ideal-int 16030pkg syscall (netbsd-386-cgo), const TIOCEXCL ideal-int 16031pkg syscall (netbsd-386-cgo), const TIOCEXT ideal-int 16032pkg syscall (netbsd-386-cgo), const TIOCFLAG_CDTRCTS ideal-int 16033pkg syscall (netbsd-386-cgo), const TIOCFLAG_CLOCAL ideal-int 16034pkg syscall (netbsd-386-cgo), const TIOCFLAG_CRTSCTS ideal-int 16035pkg syscall (netbsd-386-cgo), const TIOCFLAG_MDMBUF ideal-int 16036pkg syscall (netbsd-386-cgo), const TIOCFLAG_SOFTCAR ideal-int 16037pkg syscall (netbsd-386-cgo), const TIOCFLUSH ideal-int 16038pkg syscall (netbsd-386-cgo), const TIOCGETA ideal-int 16039pkg syscall (netbsd-386-cgo), const TIOCGETD ideal-int 16040pkg syscall (netbsd-386-cgo), const TIOCGFLAGS ideal-int 16041pkg syscall (netbsd-386-cgo), const TIOCGLINED ideal-int 16042pkg syscall (netbsd-386-cgo), const TIOCGPGRP ideal-int 16043pkg syscall (netbsd-386-cgo), const TIOCGQSIZE ideal-int 16044pkg syscall (netbsd-386-cgo), const TIOCGRANTPT ideal-int 16045pkg syscall (netbsd-386-cgo), const TIOCGSID ideal-int 16046pkg syscall (netbsd-386-cgo), const TIOCGSIZE ideal-int 16047pkg syscall (netbsd-386-cgo), const TIOCGWINSZ ideal-int 16048pkg syscall (netbsd-386-cgo), const TIOCMBIC ideal-int 16049pkg syscall (netbsd-386-cgo), const TIOCMBIS ideal-int 16050pkg syscall (netbsd-386-cgo), const TIOCMGET ideal-int 16051pkg syscall (netbsd-386-cgo), const TIOCMSET ideal-int 16052pkg syscall (netbsd-386-cgo), const TIOCM_CAR ideal-int 16053pkg syscall (netbsd-386-cgo), const TIOCM_CD ideal-int 16054pkg syscall (netbsd-386-cgo), const TIOCM_CTS ideal-int 16055pkg syscall (netbsd-386-cgo), const TIOCM_DSR ideal-int 16056pkg syscall (netbsd-386-cgo), const TIOCM_DTR ideal-int 16057pkg syscall (netbsd-386-cgo), const TIOCM_LE ideal-int 16058pkg syscall (netbsd-386-cgo), const TIOCM_RI ideal-int 16059pkg syscall (netbsd-386-cgo), const TIOCM_RNG ideal-int 16060pkg syscall (netbsd-386-cgo), const TIOCM_RTS ideal-int 16061pkg syscall (netbsd-386-cgo), const TIOCM_SR ideal-int 16062pkg syscall (netbsd-386-cgo), const TIOCM_ST ideal-int 16063pkg syscall (netbsd-386-cgo), const TIOCNOTTY ideal-int 16064pkg syscall (netbsd-386-cgo), const TIOCNXCL ideal-int 16065pkg syscall (netbsd-386-cgo), const TIOCOUTQ ideal-int 16066pkg syscall (netbsd-386-cgo), const TIOCPKT ideal-int 16067pkg syscall (netbsd-386-cgo), const TIOCPKT_DATA ideal-int 16068pkg syscall (netbsd-386-cgo), const TIOCPKT_DOSTOP ideal-int 16069pkg syscall (netbsd-386-cgo), const TIOCPKT_FLUSHREAD ideal-int 16070pkg syscall (netbsd-386-cgo), const TIOCPKT_FLUSHWRITE ideal-int 16071pkg syscall (netbsd-386-cgo), const TIOCPKT_IOCTL ideal-int 16072pkg syscall (netbsd-386-cgo), const TIOCPKT_NOSTOP ideal-int 16073pkg syscall (netbsd-386-cgo), const TIOCPKT_START ideal-int 16074pkg syscall (netbsd-386-cgo), const TIOCPKT_STOP ideal-int 16075pkg syscall (netbsd-386-cgo), const TIOCPTMGET ideal-int 16076pkg syscall (netbsd-386-cgo), const TIOCPTSNAME ideal-int 16077pkg syscall (netbsd-386-cgo), const TIOCRCVFRAME ideal-int 16078pkg syscall (netbsd-386-cgo), const TIOCREMOTE ideal-int 16079pkg syscall (netbsd-386-cgo), const TIOCSBRK ideal-int 16080pkg syscall (netbsd-386-cgo), const TIOCSCTTY ideal-int 16081pkg syscall (netbsd-386-cgo), const TIOCSDTR ideal-int 16082pkg syscall (netbsd-386-cgo), const TIOCSETA ideal-int 16083pkg syscall (netbsd-386-cgo), const TIOCSETAF ideal-int 16084pkg syscall (netbsd-386-cgo), const TIOCSETAW ideal-int 16085pkg syscall (netbsd-386-cgo), const TIOCSETD ideal-int 16086pkg syscall (netbsd-386-cgo), const TIOCSFLAGS ideal-int 16087pkg syscall (netbsd-386-cgo), const TIOCSIG ideal-int 16088pkg syscall (netbsd-386-cgo), const TIOCSLINED ideal-int 16089pkg syscall (netbsd-386-cgo), const TIOCSPGRP ideal-int 16090pkg syscall (netbsd-386-cgo), const TIOCSQSIZE ideal-int 16091pkg syscall (netbsd-386-cgo), const TIOCSSIZE ideal-int 16092pkg syscall (netbsd-386-cgo), const TIOCSTART ideal-int 16093pkg syscall (netbsd-386-cgo), const TIOCSTAT ideal-int 16094pkg syscall (netbsd-386-cgo), const TIOCSTI ideal-int 16095pkg syscall (netbsd-386-cgo), const TIOCSTOP ideal-int 16096pkg syscall (netbsd-386-cgo), const TIOCSWINSZ ideal-int 16097pkg syscall (netbsd-386-cgo), const TIOCUCNTL ideal-int 16098pkg syscall (netbsd-386-cgo), const TIOCXMTFRAME ideal-int 16099pkg syscall (netbsd-386-cgo), const TOSTOP ideal-int 16100pkg syscall (netbsd-386-cgo), const VDISCARD ideal-int 16101pkg syscall (netbsd-386-cgo), const VDSUSP ideal-int 16102pkg syscall (netbsd-386-cgo), const VEOF ideal-int 16103pkg syscall (netbsd-386-cgo), const VEOL ideal-int 16104pkg syscall (netbsd-386-cgo), const VEOL2 ideal-int 16105pkg syscall (netbsd-386-cgo), const VERASE ideal-int 16106pkg syscall (netbsd-386-cgo), const VINTR ideal-int 16107pkg syscall (netbsd-386-cgo), const VKILL ideal-int 16108pkg syscall (netbsd-386-cgo), const VLNEXT ideal-int 16109pkg syscall (netbsd-386-cgo), const VMIN ideal-int 16110pkg syscall (netbsd-386-cgo), const VQUIT ideal-int 16111pkg syscall (netbsd-386-cgo), const VREPRINT ideal-int 16112pkg syscall (netbsd-386-cgo), const VSTART ideal-int 16113pkg syscall (netbsd-386-cgo), const VSTATUS ideal-int 16114pkg syscall (netbsd-386-cgo), const VSTOP ideal-int 16115pkg syscall (netbsd-386-cgo), const VSUSP ideal-int 16116pkg syscall (netbsd-386-cgo), const VTIME ideal-int 16117pkg syscall (netbsd-386-cgo), const VWERASE ideal-int 16118pkg syscall (netbsd-386-cgo), const WALL ideal-int 16119pkg syscall (netbsd-386-cgo), const WALLSIG ideal-int 16120pkg syscall (netbsd-386-cgo), const WALTSIG ideal-int 16121pkg syscall (netbsd-386-cgo), const WCLONE ideal-int 16122pkg syscall (netbsd-386-cgo), const WCOREFLAG ideal-int 16123pkg syscall (netbsd-386-cgo), const WNOHANG ideal-int 16124pkg syscall (netbsd-386-cgo), const WNOWAIT ideal-int 16125pkg syscall (netbsd-386-cgo), const WNOZOMBIE ideal-int 16126pkg syscall (netbsd-386-cgo), const WOPTSCHECKED ideal-int 16127pkg syscall (netbsd-386-cgo), const WSTOPPED ideal-int 16128pkg syscall (netbsd-386-cgo), const WUNTRACED ideal-int 16129pkg syscall (netbsd-386-cgo), func Accept(int) (int, Sockaddr, error) 16130pkg syscall (netbsd-386-cgo), func Access(string, uint32) error 16131pkg syscall (netbsd-386-cgo), func Adjtime(*Timeval, *Timeval) error 16132pkg syscall (netbsd-386-cgo), func Bind(int, Sockaddr) error 16133pkg syscall (netbsd-386-cgo), func BpfBuflen(int) (int, error) 16134pkg syscall (netbsd-386-cgo), func BpfDatalink(int) (int, error) 16135pkg syscall (netbsd-386-cgo), func BpfHeadercmpl(int) (int, error) 16136pkg syscall (netbsd-386-cgo), func BpfInterface(int, string) (string, error) 16137pkg syscall (netbsd-386-cgo), func BpfJump(int, int, int, int) *BpfInsn 16138pkg syscall (netbsd-386-cgo), func BpfStats(int) (*BpfStat, error) 16139pkg syscall (netbsd-386-cgo), func BpfStmt(int, int) *BpfInsn 16140pkg syscall (netbsd-386-cgo), func BpfTimeout(int) (*Timeval, error) 16141pkg syscall (netbsd-386-cgo), func CheckBpfVersion(int) error 16142pkg syscall (netbsd-386-cgo), func Chflags(string, int) error 16143pkg syscall (netbsd-386-cgo), func Chroot(string) error 16144pkg syscall (netbsd-386-cgo), func Close(int) error 16145pkg syscall (netbsd-386-cgo), func CloseOnExec(int) 16146pkg syscall (netbsd-386-cgo), func CmsgLen(int) int 16147pkg syscall (netbsd-386-cgo), func CmsgSpace(int) int 16148pkg syscall (netbsd-386-cgo), func Connect(int, Sockaddr) error 16149pkg syscall (netbsd-386-cgo), func Dup(int) (int, error) 16150pkg syscall (netbsd-386-cgo), func Dup2(int, int) error 16151pkg syscall (netbsd-386-cgo), func Fchdir(int) error 16152pkg syscall (netbsd-386-cgo), func Fchflags(int, int) error 16153pkg syscall (netbsd-386-cgo), func Fchmod(int, uint32) error 16154pkg syscall (netbsd-386-cgo), func Fchown(int, int, int) error 16155pkg syscall (netbsd-386-cgo), func Flock(int, int) error 16156pkg syscall (netbsd-386-cgo), func FlushBpf(int) error 16157pkg syscall (netbsd-386-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) 16158pkg syscall (netbsd-386-cgo), func Fpathconf(int, int) (int, error) 16159pkg syscall (netbsd-386-cgo), func Fstat(int, *Stat_t) error 16160pkg syscall (netbsd-386-cgo), func Fsync(int) error 16161pkg syscall (netbsd-386-cgo), func Ftruncate(int, int64) error 16162pkg syscall (netbsd-386-cgo), func Futimes(int, []Timeval) error 16163pkg syscall (netbsd-386-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) 16164pkg syscall (netbsd-386-cgo), func Getpeername(int) (Sockaddr, error) 16165pkg syscall (netbsd-386-cgo), func Getpgid(int) (int, error) 16166pkg syscall (netbsd-386-cgo), func Getpgrp() int 16167pkg syscall (netbsd-386-cgo), func Getpriority(int, int) (int, error) 16168pkg syscall (netbsd-386-cgo), func Getrlimit(int, *Rlimit) error 16169pkg syscall (netbsd-386-cgo), func Getrusage(int, *Rusage) error 16170pkg syscall (netbsd-386-cgo), func Getsid(int) (int, error) 16171pkg syscall (netbsd-386-cgo), func Getsockname(int) (Sockaddr, error) 16172pkg syscall (netbsd-386-cgo), func GetsockoptByte(int, int, int) (uint8, error) 16173pkg syscall (netbsd-386-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 16174pkg syscall (netbsd-386-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) 16175pkg syscall (netbsd-386-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 16176pkg syscall (netbsd-386-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) 16177pkg syscall (netbsd-386-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) 16178pkg syscall (netbsd-386-cgo), func GetsockoptInt(int, int, int) (int, error) 16179pkg syscall (netbsd-386-cgo), func Issetugid() bool 16180pkg syscall (netbsd-386-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) 16181pkg syscall (netbsd-386-cgo), func Kill(int, Signal) error 16182pkg syscall (netbsd-386-cgo), func Kqueue() (int, error) 16183pkg syscall (netbsd-386-cgo), func Listen(int, int) error 16184pkg syscall (netbsd-386-cgo), func Lstat(string, *Stat_t) error 16185pkg syscall (netbsd-386-cgo), func Mkfifo(string, uint32) error 16186pkg syscall (netbsd-386-cgo), func Mknod(string, uint32, int) error 16187pkg syscall (netbsd-386-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) 16188pkg syscall (netbsd-386-cgo), func Munmap([]uint8) error 16189pkg syscall (netbsd-386-cgo), func Nanosleep(*Timespec, *Timespec) error 16190pkg syscall (netbsd-386-cgo), func Open(string, int, uint32) (int, error) 16191pkg syscall (netbsd-386-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) 16192pkg syscall (netbsd-386-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) 16193pkg syscall (netbsd-386-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) 16194pkg syscall (netbsd-386-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) 16195pkg syscall (netbsd-386-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) 16196pkg syscall (netbsd-386-cgo), func Pathconf(string, int) (int, error) 16197pkg syscall (netbsd-386-cgo), func Pipe([]int) error 16198pkg syscall (netbsd-386-cgo), func Pread(int, []uint8, int64) (int, error) 16199pkg syscall (netbsd-386-cgo), func Pwrite(int, []uint8, int64) (int, error) 16200pkg syscall (netbsd-386-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 16201pkg syscall (netbsd-386-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 16202pkg syscall (netbsd-386-cgo), func Read(int, []uint8) (int, error) 16203pkg syscall (netbsd-386-cgo), func ReadDirent(int, []uint8) (int, error) 16204pkg syscall (netbsd-386-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) 16205pkg syscall (netbsd-386-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) 16206pkg syscall (netbsd-386-cgo), func Revoke(string) error 16207pkg syscall (netbsd-386-cgo), func RouteRIB(int, int) ([]uint8, error) 16208pkg syscall (netbsd-386-cgo), func Seek(int, int64, int) (int64, error) 16209pkg syscall (netbsd-386-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error 16210pkg syscall (netbsd-386-cgo), func Sendfile(int, int, *int64, int) (int, error) 16211pkg syscall (netbsd-386-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error 16212pkg syscall (netbsd-386-cgo), func Sendto(int, []uint8, int, Sockaddr) error 16213pkg syscall (netbsd-386-cgo), func SetBpf(int, []BpfInsn) error 16214pkg syscall (netbsd-386-cgo), func SetBpfBuflen(int, int) (int, error) 16215pkg syscall (netbsd-386-cgo), func SetBpfDatalink(int, int) (int, error) 16216pkg syscall (netbsd-386-cgo), func SetBpfHeadercmpl(int, int) error 16217pkg syscall (netbsd-386-cgo), func SetBpfImmediate(int, int) error 16218pkg syscall (netbsd-386-cgo), func SetBpfInterface(int, string) error 16219pkg syscall (netbsd-386-cgo), func SetBpfPromisc(int, int) error 16220pkg syscall (netbsd-386-cgo), func SetBpfTimeout(int, *Timeval) error 16221pkg syscall (netbsd-386-cgo), func SetKevent(*Kevent_t, int, int, int) 16222pkg syscall (netbsd-386-cgo), func SetNonblock(int, bool) error 16223pkg syscall (netbsd-386-cgo), func Setegid(int) error 16224pkg syscall (netbsd-386-cgo), func Seteuid(int) error 16225pkg syscall (netbsd-386-cgo), func Setgid(int) error 16226pkg syscall (netbsd-386-cgo), func Setgroups([]int) error 16227pkg syscall (netbsd-386-cgo), func Setpgid(int, int) error 16228pkg syscall (netbsd-386-cgo), func Setpriority(int, int, int) error 16229pkg syscall (netbsd-386-cgo), func Setregid(int, int) error 16230pkg syscall (netbsd-386-cgo), func Setreuid(int, int) error 16231pkg syscall (netbsd-386-cgo), func Setrlimit(int, *Rlimit) error 16232pkg syscall (netbsd-386-cgo), func Setsid() (int, error) 16233pkg syscall (netbsd-386-cgo), func SetsockoptByte(int, int, int, uint8) error 16234pkg syscall (netbsd-386-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 16235pkg syscall (netbsd-386-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error 16236pkg syscall (netbsd-386-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error 16237pkg syscall (netbsd-386-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error 16238pkg syscall (netbsd-386-cgo), func SetsockoptInt(int, int, int, int) error 16239pkg syscall (netbsd-386-cgo), func SetsockoptLinger(int, int, int, *Linger) error 16240pkg syscall (netbsd-386-cgo), func SetsockoptString(int, int, int, string) error 16241pkg syscall (netbsd-386-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error 16242pkg syscall (netbsd-386-cgo), func Settimeofday(*Timeval) error 16243pkg syscall (netbsd-386-cgo), func Setuid(int) error 16244pkg syscall (netbsd-386-cgo), func Shutdown(int, int) error 16245pkg syscall (netbsd-386-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) 16246pkg syscall (netbsd-386-cgo), func Socket(int, int, int) (int, error) 16247pkg syscall (netbsd-386-cgo), func Socketpair(int, int, int) ([2]int, error) 16248pkg syscall (netbsd-386-cgo), func Stat(string, *Stat_t) error 16249pkg syscall (netbsd-386-cgo), func StringSlicePtr([]string) []*uint8 16250pkg syscall (netbsd-386-cgo), func Sync() error 16251pkg syscall (netbsd-386-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 16252pkg syscall (netbsd-386-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 16253pkg syscall (netbsd-386-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 16254pkg syscall (netbsd-386-cgo), func Sysctl(string) (string, error) 16255pkg syscall (netbsd-386-cgo), func SysctlUint32(string) (uint32, error) 16256pkg syscall (netbsd-386-cgo), func TimevalToNsec(Timeval) int64 16257pkg syscall (netbsd-386-cgo), func Truncate(string, int64) error 16258pkg syscall (netbsd-386-cgo), func Umask(int) int 16259pkg syscall (netbsd-386-cgo), func UnixRights(...int) []uint8 16260pkg syscall (netbsd-386-cgo), func Unmount(string, int) error 16261pkg syscall (netbsd-386-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) 16262pkg syscall (netbsd-386-cgo), func Write(int, []uint8) (int, error) 16263pkg syscall (netbsd-386-cgo), method (*Cmsghdr) SetLen(int) 16264pkg syscall (netbsd-386-cgo), method (*Iovec) SetLen(int) 16265pkg syscall (netbsd-386-cgo), method (*Msghdr) SetControllen(int) 16266pkg syscall (netbsd-386-cgo), type BpfHdr struct 16267pkg syscall (netbsd-386-cgo), type BpfHdr struct, Caplen uint32 16268pkg syscall (netbsd-386-cgo), type BpfHdr struct, Datalen uint32 16269pkg syscall (netbsd-386-cgo), type BpfHdr struct, Hdrlen uint16 16270pkg syscall (netbsd-386-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8 16271pkg syscall (netbsd-386-cgo), type BpfHdr struct, Tstamp BpfTimeval 16272pkg syscall (netbsd-386-cgo), type BpfInsn struct 16273pkg syscall (netbsd-386-cgo), type BpfInsn struct, Code uint16 16274pkg syscall (netbsd-386-cgo), type BpfInsn struct, Jf uint8 16275pkg syscall (netbsd-386-cgo), type BpfInsn struct, Jt uint8 16276pkg syscall (netbsd-386-cgo), type BpfInsn struct, K uint32 16277pkg syscall (netbsd-386-cgo), type BpfProgram struct 16278pkg syscall (netbsd-386-cgo), type BpfProgram struct, Insns *BpfInsn 16279pkg syscall (netbsd-386-cgo), type BpfProgram struct, Len uint32 16280pkg syscall (netbsd-386-cgo), type BpfStat struct 16281pkg syscall (netbsd-386-cgo), type BpfStat struct, Capt uint64 16282pkg syscall (netbsd-386-cgo), type BpfStat struct, Drop uint64 16283pkg syscall (netbsd-386-cgo), type BpfStat struct, Padding [13]uint64 16284pkg syscall (netbsd-386-cgo), type BpfStat struct, Recv uint64 16285pkg syscall (netbsd-386-cgo), type BpfTimeval struct 16286pkg syscall (netbsd-386-cgo), type BpfTimeval struct, Sec int32 16287pkg syscall (netbsd-386-cgo), type BpfTimeval struct, Usec int32 16288pkg syscall (netbsd-386-cgo), type BpfVersion struct 16289pkg syscall (netbsd-386-cgo), type BpfVersion struct, Major uint16 16290pkg syscall (netbsd-386-cgo), type BpfVersion struct, Minor uint16 16291pkg syscall (netbsd-386-cgo), type Cmsghdr struct 16292pkg syscall (netbsd-386-cgo), type Cmsghdr struct, Len uint32 16293pkg syscall (netbsd-386-cgo), type Cmsghdr struct, Level int32 16294pkg syscall (netbsd-386-cgo), type Cmsghdr struct, Type int32 16295pkg syscall (netbsd-386-cgo), type Credential struct 16296pkg syscall (netbsd-386-cgo), type Credential struct, Gid uint32 16297pkg syscall (netbsd-386-cgo), type Credential struct, Groups []uint32 16298pkg syscall (netbsd-386-cgo), type Credential struct, Uid uint32 16299pkg syscall (netbsd-386-cgo), type Dirent struct 16300pkg syscall (netbsd-386-cgo), type Dirent struct, Fileno uint64 16301pkg syscall (netbsd-386-cgo), type Dirent struct, Name [512]int8 16302pkg syscall (netbsd-386-cgo), type Dirent struct, Namlen uint16 16303pkg syscall (netbsd-386-cgo), type Dirent struct, Pad_cgo_0 [3]uint8 16304pkg syscall (netbsd-386-cgo), type Dirent struct, Reclen uint16 16305pkg syscall (netbsd-386-cgo), type Dirent struct, Type uint8 16306pkg syscall (netbsd-386-cgo), type FdSet struct 16307pkg syscall (netbsd-386-cgo), type FdSet struct, Bits [8]uint32 16308pkg syscall (netbsd-386-cgo), type Flock_t struct 16309pkg syscall (netbsd-386-cgo), type Flock_t struct, Len int64 16310pkg syscall (netbsd-386-cgo), type Flock_t struct, Pid int32 16311pkg syscall (netbsd-386-cgo), type Flock_t struct, Start int64 16312pkg syscall (netbsd-386-cgo), type Flock_t struct, Type int16 16313pkg syscall (netbsd-386-cgo), type Flock_t struct, Whence int16 16314pkg syscall (netbsd-386-cgo), type Fsid struct 16315pkg syscall (netbsd-386-cgo), type Fsid struct, X__fsid_val [2]int32 16316pkg syscall (netbsd-386-cgo), type ICMPv6Filter struct 16317pkg syscall (netbsd-386-cgo), type ICMPv6Filter struct, Filt [8]uint32 16318pkg syscall (netbsd-386-cgo), type IPv6MTUInfo struct 16319pkg syscall (netbsd-386-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 16320pkg syscall (netbsd-386-cgo), type IPv6MTUInfo struct, Mtu uint32 16321pkg syscall (netbsd-386-cgo), type IfAnnounceMsghdr struct 16322pkg syscall (netbsd-386-cgo), type IfAnnounceMsghdr struct, Index uint16 16323pkg syscall (netbsd-386-cgo), type IfAnnounceMsghdr struct, Msglen uint16 16324pkg syscall (netbsd-386-cgo), type IfAnnounceMsghdr struct, Name [16]int8 16325pkg syscall (netbsd-386-cgo), type IfAnnounceMsghdr struct, Type uint8 16326pkg syscall (netbsd-386-cgo), type IfAnnounceMsghdr struct, Version uint8 16327pkg syscall (netbsd-386-cgo), type IfAnnounceMsghdr struct, What uint16 16328pkg syscall (netbsd-386-cgo), type IfData struct 16329pkg syscall (netbsd-386-cgo), type IfData struct, Addrlen uint8 16330pkg syscall (netbsd-386-cgo), type IfData struct, Baudrate uint64 16331pkg syscall (netbsd-386-cgo), type IfData struct, Collisions uint64 16332pkg syscall (netbsd-386-cgo), type IfData struct, Hdrlen uint8 16333pkg syscall (netbsd-386-cgo), type IfData struct, Ibytes uint64 16334pkg syscall (netbsd-386-cgo), type IfData struct, Ierrors uint64 16335pkg syscall (netbsd-386-cgo), type IfData struct, Imcasts uint64 16336pkg syscall (netbsd-386-cgo), type IfData struct, Ipackets uint64 16337pkg syscall (netbsd-386-cgo), type IfData struct, Iqdrops uint64 16338pkg syscall (netbsd-386-cgo), type IfData struct, Lastchange Timespec 16339pkg syscall (netbsd-386-cgo), type IfData struct, Link_state int32 16340pkg syscall (netbsd-386-cgo), type IfData struct, Metric uint64 16341pkg syscall (netbsd-386-cgo), type IfData struct, Mtu uint64 16342pkg syscall (netbsd-386-cgo), type IfData struct, Noproto uint64 16343pkg syscall (netbsd-386-cgo), type IfData struct, Obytes uint64 16344pkg syscall (netbsd-386-cgo), type IfData struct, Oerrors uint64 16345pkg syscall (netbsd-386-cgo), type IfData struct, Omcasts uint64 16346pkg syscall (netbsd-386-cgo), type IfData struct, Opackets uint64 16347pkg syscall (netbsd-386-cgo), type IfData struct, Pad_cgo_0 [1]uint8 16348pkg syscall (netbsd-386-cgo), type IfData struct, Type uint8 16349pkg syscall (netbsd-386-cgo), type IfMsghdr struct 16350pkg syscall (netbsd-386-cgo), type IfMsghdr struct, Addrs int32 16351pkg syscall (netbsd-386-cgo), type IfMsghdr struct, Data IfData 16352pkg syscall (netbsd-386-cgo), type IfMsghdr struct, Flags int32 16353pkg syscall (netbsd-386-cgo), type IfMsghdr struct, Index uint16 16354pkg syscall (netbsd-386-cgo), type IfMsghdr struct, Msglen uint16 16355pkg syscall (netbsd-386-cgo), type IfMsghdr struct, Pad_cgo_0 [2]uint8 16356pkg syscall (netbsd-386-cgo), type IfMsghdr struct, Pad_cgo_1 [4]uint8 16357pkg syscall (netbsd-386-cgo), type IfMsghdr struct, Type uint8 16358pkg syscall (netbsd-386-cgo), type IfMsghdr struct, Version uint8 16359pkg syscall (netbsd-386-cgo), type IfaMsghdr struct 16360pkg syscall (netbsd-386-cgo), type IfaMsghdr struct, Addrs int32 16361pkg syscall (netbsd-386-cgo), type IfaMsghdr struct, Flags int32 16362pkg syscall (netbsd-386-cgo), type IfaMsghdr struct, Index uint16 16363pkg syscall (netbsd-386-cgo), type IfaMsghdr struct, Metric int32 16364pkg syscall (netbsd-386-cgo), type IfaMsghdr struct, Msglen uint16 16365pkg syscall (netbsd-386-cgo), type IfaMsghdr struct, Pad_cgo_0 [6]uint8 16366pkg syscall (netbsd-386-cgo), type IfaMsghdr struct, Type uint8 16367pkg syscall (netbsd-386-cgo), type IfaMsghdr struct, Version uint8 16368pkg syscall (netbsd-386-cgo), type Inet6Pktinfo struct 16369pkg syscall (netbsd-386-cgo), type Inet6Pktinfo struct, Addr [16]uint8 16370pkg syscall (netbsd-386-cgo), type Inet6Pktinfo struct, Ifindex uint32 16371pkg syscall (netbsd-386-cgo), type InterfaceAddrMessage struct 16372pkg syscall (netbsd-386-cgo), type InterfaceAddrMessage struct, Data []uint8 16373pkg syscall (netbsd-386-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr 16374pkg syscall (netbsd-386-cgo), type InterfaceAnnounceMessage struct 16375pkg syscall (netbsd-386-cgo), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr 16376pkg syscall (netbsd-386-cgo), type InterfaceMessage struct 16377pkg syscall (netbsd-386-cgo), type InterfaceMessage struct, Data []uint8 16378pkg syscall (netbsd-386-cgo), type InterfaceMessage struct, Header IfMsghdr 16379pkg syscall (netbsd-386-cgo), type Iovec struct 16380pkg syscall (netbsd-386-cgo), type Iovec struct, Base *uint8 16381pkg syscall (netbsd-386-cgo), type Iovec struct, Len uint32 16382pkg syscall (netbsd-386-cgo), type Kevent_t struct 16383pkg syscall (netbsd-386-cgo), type Kevent_t struct, Data int64 16384pkg syscall (netbsd-386-cgo), type Kevent_t struct, Fflags uint32 16385pkg syscall (netbsd-386-cgo), type Kevent_t struct, Filter uint32 16386pkg syscall (netbsd-386-cgo), type Kevent_t struct, Flags uint32 16387pkg syscall (netbsd-386-cgo), type Kevent_t struct, Ident uint32 16388pkg syscall (netbsd-386-cgo), type Kevent_t struct, Udata int32 16389pkg syscall (netbsd-386-cgo), type Mclpool [0]uint8 16390pkg syscall (netbsd-386-cgo), type Msghdr struct 16391pkg syscall (netbsd-386-cgo), type Msghdr struct, Control *uint8 16392pkg syscall (netbsd-386-cgo), type Msghdr struct, Controllen uint32 16393pkg syscall (netbsd-386-cgo), type Msghdr struct, Flags int32 16394pkg syscall (netbsd-386-cgo), type Msghdr struct, Iov *Iovec 16395pkg syscall (netbsd-386-cgo), type Msghdr struct, Iovlen int32 16396pkg syscall (netbsd-386-cgo), type Msghdr struct, Name *uint8 16397pkg syscall (netbsd-386-cgo), type Msghdr struct, Namelen uint32 16398pkg syscall (netbsd-386-cgo), type RawSockaddr struct, Data [14]int8 16399pkg syscall (netbsd-386-cgo), type RawSockaddr struct, Family uint8 16400pkg syscall (netbsd-386-cgo), type RawSockaddr struct, Len uint8 16401pkg syscall (netbsd-386-cgo), type RawSockaddrAny struct, Pad [92]int8 16402pkg syscall (netbsd-386-cgo), type RawSockaddrDatalink struct 16403pkg syscall (netbsd-386-cgo), type RawSockaddrDatalink struct, Alen uint8 16404pkg syscall (netbsd-386-cgo), type RawSockaddrDatalink struct, Data [12]int8 16405pkg syscall (netbsd-386-cgo), type RawSockaddrDatalink struct, Family uint8 16406pkg syscall (netbsd-386-cgo), type RawSockaddrDatalink struct, Index uint16 16407pkg syscall (netbsd-386-cgo), type RawSockaddrDatalink struct, Len uint8 16408pkg syscall (netbsd-386-cgo), type RawSockaddrDatalink struct, Nlen uint8 16409pkg syscall (netbsd-386-cgo), type RawSockaddrDatalink struct, Slen uint8 16410pkg syscall (netbsd-386-cgo), type RawSockaddrDatalink struct, Type uint8 16411pkg syscall (netbsd-386-cgo), type RawSockaddrInet4 struct, Family uint8 16412pkg syscall (netbsd-386-cgo), type RawSockaddrInet4 struct, Len uint8 16413pkg syscall (netbsd-386-cgo), type RawSockaddrInet4 struct, Zero [8]int8 16414pkg syscall (netbsd-386-cgo), type RawSockaddrInet6 struct, Family uint8 16415pkg syscall (netbsd-386-cgo), type RawSockaddrInet6 struct, Len uint8 16416pkg syscall (netbsd-386-cgo), type RawSockaddrUnix struct 16417pkg syscall (netbsd-386-cgo), type RawSockaddrUnix struct, Family uint8 16418pkg syscall (netbsd-386-cgo), type RawSockaddrUnix struct, Len uint8 16419pkg syscall (netbsd-386-cgo), type RawSockaddrUnix struct, Path [104]int8 16420pkg syscall (netbsd-386-cgo), type Rlimit struct 16421pkg syscall (netbsd-386-cgo), type Rlimit struct, Cur uint64 16422pkg syscall (netbsd-386-cgo), type Rlimit struct, Max uint64 16423pkg syscall (netbsd-386-cgo), type RouteMessage struct 16424pkg syscall (netbsd-386-cgo), type RouteMessage struct, Data []uint8 16425pkg syscall (netbsd-386-cgo), type RouteMessage struct, Header RtMsghdr 16426pkg syscall (netbsd-386-cgo), type RoutingMessage interface, unexported methods 16427pkg syscall (netbsd-386-cgo), type RtMetrics struct 16428pkg syscall (netbsd-386-cgo), type RtMetrics struct, Expire int64 16429pkg syscall (netbsd-386-cgo), type RtMetrics struct, Hopcount uint64 16430pkg syscall (netbsd-386-cgo), type RtMetrics struct, Locks uint64 16431pkg syscall (netbsd-386-cgo), type RtMetrics struct, Mtu uint64 16432pkg syscall (netbsd-386-cgo), type RtMetrics struct, Pksent int64 16433pkg syscall (netbsd-386-cgo), type RtMetrics struct, Recvpipe uint64 16434pkg syscall (netbsd-386-cgo), type RtMetrics struct, Rtt uint64 16435pkg syscall (netbsd-386-cgo), type RtMetrics struct, Rttvar uint64 16436pkg syscall (netbsd-386-cgo), type RtMetrics struct, Sendpipe uint64 16437pkg syscall (netbsd-386-cgo), type RtMetrics struct, Ssthresh uint64 16438pkg syscall (netbsd-386-cgo), type RtMsghdr struct 16439pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Addrs int32 16440pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Errno int32 16441pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Flags int32 16442pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Index uint16 16443pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Inits int32 16444pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Msglen uint16 16445pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8 16446pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Pad_cgo_1 [4]uint8 16447pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Pid int32 16448pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Rmx RtMetrics 16449pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Seq int32 16450pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Type uint8 16451pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Use int32 16452pkg syscall (netbsd-386-cgo), type RtMsghdr struct, Version uint8 16453pkg syscall (netbsd-386-cgo), type Rusage struct, Idrss int32 16454pkg syscall (netbsd-386-cgo), type Rusage struct, Inblock int32 16455pkg syscall (netbsd-386-cgo), type Rusage struct, Isrss int32 16456pkg syscall (netbsd-386-cgo), type Rusage struct, Ixrss int32 16457pkg syscall (netbsd-386-cgo), type Rusage struct, Majflt int32 16458pkg syscall (netbsd-386-cgo), type Rusage struct, Maxrss int32 16459pkg syscall (netbsd-386-cgo), type Rusage struct, Minflt int32 16460pkg syscall (netbsd-386-cgo), type Rusage struct, Msgrcv int32 16461pkg syscall (netbsd-386-cgo), type Rusage struct, Msgsnd int32 16462pkg syscall (netbsd-386-cgo), type Rusage struct, Nivcsw int32 16463pkg syscall (netbsd-386-cgo), type Rusage struct, Nsignals int32 16464pkg syscall (netbsd-386-cgo), type Rusage struct, Nswap int32 16465pkg syscall (netbsd-386-cgo), type Rusage struct, Nvcsw int32 16466pkg syscall (netbsd-386-cgo), type Rusage struct, Oublock int32 16467pkg syscall (netbsd-386-cgo), type Rusage struct, Stime Timeval 16468pkg syscall (netbsd-386-cgo), type Rusage struct, Utime Timeval 16469pkg syscall (netbsd-386-cgo), type SockaddrDatalink struct 16470pkg syscall (netbsd-386-cgo), type SockaddrDatalink struct, Alen uint8 16471pkg syscall (netbsd-386-cgo), type SockaddrDatalink struct, Data [12]int8 16472pkg syscall (netbsd-386-cgo), type SockaddrDatalink struct, Family uint8 16473pkg syscall (netbsd-386-cgo), type SockaddrDatalink struct, Index uint16 16474pkg syscall (netbsd-386-cgo), type SockaddrDatalink struct, Len uint8 16475pkg syscall (netbsd-386-cgo), type SockaddrDatalink struct, Nlen uint8 16476pkg syscall (netbsd-386-cgo), type SockaddrDatalink struct, Slen uint8 16477pkg syscall (netbsd-386-cgo), type SockaddrDatalink struct, Type uint8 16478pkg syscall (netbsd-386-cgo), type SocketControlMessage struct 16479pkg syscall (netbsd-386-cgo), type SocketControlMessage struct, Data []uint8 16480pkg syscall (netbsd-386-cgo), type SocketControlMessage struct, Header Cmsghdr 16481pkg syscall (netbsd-386-cgo), type Stat_t struct 16482pkg syscall (netbsd-386-cgo), type Stat_t struct, Atimespec Timespec 16483pkg syscall (netbsd-386-cgo), type Stat_t struct, Birthtimespec Timespec 16484pkg syscall (netbsd-386-cgo), type Stat_t struct, Blksize uint32 16485pkg syscall (netbsd-386-cgo), type Stat_t struct, Blocks int64 16486pkg syscall (netbsd-386-cgo), type Stat_t struct, Ctimespec Timespec 16487pkg syscall (netbsd-386-cgo), type Stat_t struct, Dev uint64 16488pkg syscall (netbsd-386-cgo), type Stat_t struct, Flags uint32 16489pkg syscall (netbsd-386-cgo), type Stat_t struct, Gen uint32 16490pkg syscall (netbsd-386-cgo), type Stat_t struct, Gid uint32 16491pkg syscall (netbsd-386-cgo), type Stat_t struct, Ino uint64 16492pkg syscall (netbsd-386-cgo), type Stat_t struct, Mode uint32 16493pkg syscall (netbsd-386-cgo), type Stat_t struct, Mtimespec Timespec 16494pkg syscall (netbsd-386-cgo), type Stat_t struct, Nlink uint32 16495pkg syscall (netbsd-386-cgo), type Stat_t struct, Rdev uint64 16496pkg syscall (netbsd-386-cgo), type Stat_t struct, Size int64 16497pkg syscall (netbsd-386-cgo), type Stat_t struct, Spare [2]uint32 16498pkg syscall (netbsd-386-cgo), type Stat_t struct, Uid uint32 16499pkg syscall (netbsd-386-cgo), type Statfs_t [0]uint8 16500pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Chroot string 16501pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Credential *Credential 16502pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Noctty bool 16503pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Ptrace bool 16504pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Setctty bool 16505pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Setpgid bool 16506pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Setsid bool 16507pkg syscall (netbsd-386-cgo), type Sysctlnode struct 16508pkg syscall (netbsd-386-cgo), type Sysctlnode struct, Flags uint32 16509pkg syscall (netbsd-386-cgo), type Sysctlnode struct, Name [32]int8 16510pkg syscall (netbsd-386-cgo), type Sysctlnode struct, Num int32 16511pkg syscall (netbsd-386-cgo), type Sysctlnode struct, Un [16]uint8 16512pkg syscall (netbsd-386-cgo), type Sysctlnode struct, Ver uint32 16513pkg syscall (netbsd-386-cgo), type Sysctlnode struct, X__rsvd uint32 16514pkg syscall (netbsd-386-cgo), type Sysctlnode struct, X_sysctl_desc [8]uint8 16515pkg syscall (netbsd-386-cgo), type Sysctlnode struct, X_sysctl_func [8]uint8 16516pkg syscall (netbsd-386-cgo), type Sysctlnode struct, X_sysctl_parent [8]uint8 16517pkg syscall (netbsd-386-cgo), type Sysctlnode struct, X_sysctl_size [8]uint8 16518pkg syscall (netbsd-386-cgo), type Timespec struct, Nsec int32 16519pkg syscall (netbsd-386-cgo), type Timespec struct, Sec int64 16520pkg syscall (netbsd-386-cgo), type Timeval struct, Sec int64 16521pkg syscall (netbsd-386-cgo), type Timeval struct, Usec int32 16522pkg syscall (netbsd-386-cgo), type WaitStatus uint32 16523pkg syscall (netbsd-386-cgo), var Stderr int 16524pkg syscall (netbsd-386-cgo), var Stdin int 16525pkg syscall (netbsd-386-cgo), var Stdout int 16526pkg syscall (netbsd-amd64), const AF_APPLETALK ideal-int 16527pkg syscall (netbsd-amd64), const AF_ARP ideal-int 16528pkg syscall (netbsd-amd64), const AF_BLUETOOTH ideal-int 16529pkg syscall (netbsd-amd64), const AF_CCITT ideal-int 16530pkg syscall (netbsd-amd64), const AF_CHAOS ideal-int 16531pkg syscall (netbsd-amd64), const AF_CNT ideal-int 16532pkg syscall (netbsd-amd64), const AF_COIP ideal-int 16533pkg syscall (netbsd-amd64), const AF_DATAKIT ideal-int 16534pkg syscall (netbsd-amd64), const AF_DECnet ideal-int 16535pkg syscall (netbsd-amd64), const AF_DLI ideal-int 16536pkg syscall (netbsd-amd64), const AF_E164 ideal-int 16537pkg syscall (netbsd-amd64), const AF_ECMA ideal-int 16538pkg syscall (netbsd-amd64), const AF_HYLINK ideal-int 16539pkg syscall (netbsd-amd64), const AF_IEEE80211 ideal-int 16540pkg syscall (netbsd-amd64), const AF_IMPLINK ideal-int 16541pkg syscall (netbsd-amd64), const AF_IPX ideal-int 16542pkg syscall (netbsd-amd64), const AF_ISDN ideal-int 16543pkg syscall (netbsd-amd64), const AF_ISO ideal-int 16544pkg syscall (netbsd-amd64), const AF_LAT ideal-int 16545pkg syscall (netbsd-amd64), const AF_LINK ideal-int 16546pkg syscall (netbsd-amd64), const AF_LOCAL ideal-int 16547pkg syscall (netbsd-amd64), const AF_MAX ideal-int 16548pkg syscall (netbsd-amd64), const AF_MPLS ideal-int 16549pkg syscall (netbsd-amd64), const AF_NATM ideal-int 16550pkg syscall (netbsd-amd64), const AF_NS ideal-int 16551pkg syscall (netbsd-amd64), const AF_OROUTE ideal-int 16552pkg syscall (netbsd-amd64), const AF_OSI ideal-int 16553pkg syscall (netbsd-amd64), const AF_PUP ideal-int 16554pkg syscall (netbsd-amd64), const AF_ROUTE ideal-int 16555pkg syscall (netbsd-amd64), const AF_SNA ideal-int 16556pkg syscall (netbsd-amd64), const ARPHRD_ARCNET ideal-int 16557pkg syscall (netbsd-amd64), const ARPHRD_ETHER ideal-int 16558pkg syscall (netbsd-amd64), const ARPHRD_FRELAY ideal-int 16559pkg syscall (netbsd-amd64), const ARPHRD_IEEE1394 ideal-int 16560pkg syscall (netbsd-amd64), const ARPHRD_IEEE802 ideal-int 16561pkg syscall (netbsd-amd64), const ARPHRD_STRIP ideal-int 16562pkg syscall (netbsd-amd64), const B0 ideal-int 16563pkg syscall (netbsd-amd64), const B110 ideal-int 16564pkg syscall (netbsd-amd64), const B115200 ideal-int 16565pkg syscall (netbsd-amd64), const B1200 ideal-int 16566pkg syscall (netbsd-amd64), const B134 ideal-int 16567pkg syscall (netbsd-amd64), const B14400 ideal-int 16568pkg syscall (netbsd-amd64), const B150 ideal-int 16569pkg syscall (netbsd-amd64), const B1800 ideal-int 16570pkg syscall (netbsd-amd64), const B19200 ideal-int 16571pkg syscall (netbsd-amd64), const B200 ideal-int 16572pkg syscall (netbsd-amd64), const B230400 ideal-int 16573pkg syscall (netbsd-amd64), const B2400 ideal-int 16574pkg syscall (netbsd-amd64), const B28800 ideal-int 16575pkg syscall (netbsd-amd64), const B300 ideal-int 16576pkg syscall (netbsd-amd64), const B38400 ideal-int 16577pkg syscall (netbsd-amd64), const B460800 ideal-int 16578pkg syscall (netbsd-amd64), const B4800 ideal-int 16579pkg syscall (netbsd-amd64), const B50 ideal-int 16580pkg syscall (netbsd-amd64), const B57600 ideal-int 16581pkg syscall (netbsd-amd64), const B600 ideal-int 16582pkg syscall (netbsd-amd64), const B7200 ideal-int 16583pkg syscall (netbsd-amd64), const B75 ideal-int 16584pkg syscall (netbsd-amd64), const B76800 ideal-int 16585pkg syscall (netbsd-amd64), const B921600 ideal-int 16586pkg syscall (netbsd-amd64), const B9600 ideal-int 16587pkg syscall (netbsd-amd64), const BIOCFEEDBACK ideal-int 16588pkg syscall (netbsd-amd64), const BIOCFLUSH ideal-int 16589pkg syscall (netbsd-amd64), const BIOCGBLEN ideal-int 16590pkg syscall (netbsd-amd64), const BIOCGDLT ideal-int 16591pkg syscall (netbsd-amd64), const BIOCGDLTLIST ideal-int 16592pkg syscall (netbsd-amd64), const BIOCGETIF ideal-int 16593pkg syscall (netbsd-amd64), const BIOCGFEEDBACK ideal-int 16594pkg syscall (netbsd-amd64), const BIOCGHDRCMPLT ideal-int 16595pkg syscall (netbsd-amd64), const BIOCGRTIMEOUT ideal-int 16596pkg syscall (netbsd-amd64), const BIOCGSEESENT ideal-int 16597pkg syscall (netbsd-amd64), const BIOCGSTATS ideal-int 16598pkg syscall (netbsd-amd64), const BIOCGSTATSOLD ideal-int 16599pkg syscall (netbsd-amd64), const BIOCIMMEDIATE ideal-int 16600pkg syscall (netbsd-amd64), const BIOCPROMISC ideal-int 16601pkg syscall (netbsd-amd64), const BIOCSBLEN ideal-int 16602pkg syscall (netbsd-amd64), const BIOCSDLT ideal-int 16603pkg syscall (netbsd-amd64), const BIOCSETF ideal-int 16604pkg syscall (netbsd-amd64), const BIOCSETIF ideal-int 16605pkg syscall (netbsd-amd64), const BIOCSFEEDBACK ideal-int 16606pkg syscall (netbsd-amd64), const BIOCSHDRCMPLT ideal-int 16607pkg syscall (netbsd-amd64), const BIOCSRTIMEOUT ideal-int 16608pkg syscall (netbsd-amd64), const BIOCSSEESENT ideal-int 16609pkg syscall (netbsd-amd64), const BIOCSTCPF ideal-int 16610pkg syscall (netbsd-amd64), const BIOCSUDPF ideal-int 16611pkg syscall (netbsd-amd64), const BIOCVERSION ideal-int 16612pkg syscall (netbsd-amd64), const BPF_A ideal-int 16613pkg syscall (netbsd-amd64), const BPF_ABS ideal-int 16614pkg syscall (netbsd-amd64), const BPF_ADD ideal-int 16615pkg syscall (netbsd-amd64), const BPF_ALIGNMENT ideal-int 16616pkg syscall (netbsd-amd64), const BPF_ALIGNMENT32 ideal-int 16617pkg syscall (netbsd-amd64), const BPF_ALU ideal-int 16618pkg syscall (netbsd-amd64), const BPF_AND ideal-int 16619pkg syscall (netbsd-amd64), const BPF_B ideal-int 16620pkg syscall (netbsd-amd64), const BPF_DFLTBUFSIZE ideal-int 16621pkg syscall (netbsd-amd64), const BPF_DIV ideal-int 16622pkg syscall (netbsd-amd64), const BPF_H ideal-int 16623pkg syscall (netbsd-amd64), const BPF_IMM ideal-int 16624pkg syscall (netbsd-amd64), const BPF_IND ideal-int 16625pkg syscall (netbsd-amd64), const BPF_JA ideal-int 16626pkg syscall (netbsd-amd64), const BPF_JEQ ideal-int 16627pkg syscall (netbsd-amd64), const BPF_JGE ideal-int 16628pkg syscall (netbsd-amd64), const BPF_JGT ideal-int 16629pkg syscall (netbsd-amd64), const BPF_JMP ideal-int 16630pkg syscall (netbsd-amd64), const BPF_JSET ideal-int 16631pkg syscall (netbsd-amd64), const BPF_K ideal-int 16632pkg syscall (netbsd-amd64), const BPF_LD ideal-int 16633pkg syscall (netbsd-amd64), const BPF_LDX ideal-int 16634pkg syscall (netbsd-amd64), const BPF_LEN ideal-int 16635pkg syscall (netbsd-amd64), const BPF_LSH ideal-int 16636pkg syscall (netbsd-amd64), const BPF_MAJOR_VERSION ideal-int 16637pkg syscall (netbsd-amd64), const BPF_MAXBUFSIZE ideal-int 16638pkg syscall (netbsd-amd64), const BPF_MAXINSNS ideal-int 16639pkg syscall (netbsd-amd64), const BPF_MEM ideal-int 16640pkg syscall (netbsd-amd64), const BPF_MEMWORDS ideal-int 16641pkg syscall (netbsd-amd64), const BPF_MINBUFSIZE ideal-int 16642pkg syscall (netbsd-amd64), const BPF_MINOR_VERSION ideal-int 16643pkg syscall (netbsd-amd64), const BPF_MISC ideal-int 16644pkg syscall (netbsd-amd64), const BPF_MSH ideal-int 16645pkg syscall (netbsd-amd64), const BPF_MUL ideal-int 16646pkg syscall (netbsd-amd64), const BPF_NEG ideal-int 16647pkg syscall (netbsd-amd64), const BPF_OR ideal-int 16648pkg syscall (netbsd-amd64), const BPF_RELEASE ideal-int 16649pkg syscall (netbsd-amd64), const BPF_RET ideal-int 16650pkg syscall (netbsd-amd64), const BPF_RSH ideal-int 16651pkg syscall (netbsd-amd64), const BPF_ST ideal-int 16652pkg syscall (netbsd-amd64), const BPF_STX ideal-int 16653pkg syscall (netbsd-amd64), const BPF_SUB ideal-int 16654pkg syscall (netbsd-amd64), const BPF_TAX ideal-int 16655pkg syscall (netbsd-amd64), const BPF_TXA ideal-int 16656pkg syscall (netbsd-amd64), const BPF_W ideal-int 16657pkg syscall (netbsd-amd64), const BPF_X ideal-int 16658pkg syscall (netbsd-amd64), const BRKINT ideal-int 16659pkg syscall (netbsd-amd64), const CFLUSH ideal-int 16660pkg syscall (netbsd-amd64), const CLOCAL ideal-int 16661pkg syscall (netbsd-amd64), const CREAD ideal-int 16662pkg syscall (netbsd-amd64), const CS5 ideal-int 16663pkg syscall (netbsd-amd64), const CS6 ideal-int 16664pkg syscall (netbsd-amd64), const CS7 ideal-int 16665pkg syscall (netbsd-amd64), const CS8 ideal-int 16666pkg syscall (netbsd-amd64), const CSIZE ideal-int 16667pkg syscall (netbsd-amd64), const CSTART ideal-int 16668pkg syscall (netbsd-amd64), const CSTATUS ideal-int 16669pkg syscall (netbsd-amd64), const CSTOP ideal-int 16670pkg syscall (netbsd-amd64), const CSTOPB ideal-int 16671pkg syscall (netbsd-amd64), const CSUSP ideal-int 16672pkg syscall (netbsd-amd64), const CTL_MAXNAME ideal-int 16673pkg syscall (netbsd-amd64), const CTL_NET ideal-int 16674pkg syscall (netbsd-amd64), const CTL_QUERY ideal-int 16675pkg syscall (netbsd-amd64), const DIOCBSFLUSH ideal-int 16676pkg syscall (netbsd-amd64), const DLT_A429 ideal-int 16677pkg syscall (netbsd-amd64), const DLT_A653_ICM ideal-int 16678pkg syscall (netbsd-amd64), const DLT_AIRONET_HEADER ideal-int 16679pkg syscall (netbsd-amd64), const DLT_AOS ideal-int 16680pkg syscall (netbsd-amd64), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int 16681pkg syscall (netbsd-amd64), const DLT_ARCNET ideal-int 16682pkg syscall (netbsd-amd64), const DLT_ARCNET_LINUX ideal-int 16683pkg syscall (netbsd-amd64), const DLT_ATM_CLIP ideal-int 16684pkg syscall (netbsd-amd64), const DLT_ATM_RFC1483 ideal-int 16685pkg syscall (netbsd-amd64), const DLT_AURORA ideal-int 16686pkg syscall (netbsd-amd64), const DLT_AX25 ideal-int 16687pkg syscall (netbsd-amd64), const DLT_AX25_KISS ideal-int 16688pkg syscall (netbsd-amd64), const DLT_BACNET_MS_TP ideal-int 16689pkg syscall (netbsd-amd64), const DLT_BLUETOOTH_HCI_H4 ideal-int 16690pkg syscall (netbsd-amd64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int 16691pkg syscall (netbsd-amd64), const DLT_CAN20B ideal-int 16692pkg syscall (netbsd-amd64), const DLT_CAN_SOCKETCAN ideal-int 16693pkg syscall (netbsd-amd64), const DLT_CHAOS ideal-int 16694pkg syscall (netbsd-amd64), const DLT_CISCO_IOS ideal-int 16695pkg syscall (netbsd-amd64), const DLT_C_HDLC ideal-int 16696pkg syscall (netbsd-amd64), const DLT_C_HDLC_WITH_DIR ideal-int 16697pkg syscall (netbsd-amd64), const DLT_DECT ideal-int 16698pkg syscall (netbsd-amd64), const DLT_DOCSIS ideal-int 16699pkg syscall (netbsd-amd64), const DLT_ECONET ideal-int 16700pkg syscall (netbsd-amd64), const DLT_EN10MB ideal-int 16701pkg syscall (netbsd-amd64), const DLT_EN3MB ideal-int 16702pkg syscall (netbsd-amd64), const DLT_ENC ideal-int 16703pkg syscall (netbsd-amd64), const DLT_ERF ideal-int 16704pkg syscall (netbsd-amd64), const DLT_ERF_ETH ideal-int 16705pkg syscall (netbsd-amd64), const DLT_ERF_POS ideal-int 16706pkg syscall (netbsd-amd64), const DLT_FC_2 ideal-int 16707pkg syscall (netbsd-amd64), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int 16708pkg syscall (netbsd-amd64), const DLT_FDDI ideal-int 16709pkg syscall (netbsd-amd64), const DLT_FLEXRAY ideal-int 16710pkg syscall (netbsd-amd64), const DLT_FRELAY ideal-int 16711pkg syscall (netbsd-amd64), const DLT_FRELAY_WITH_DIR ideal-int 16712pkg syscall (netbsd-amd64), const DLT_GCOM_SERIAL ideal-int 16713pkg syscall (netbsd-amd64), const DLT_GCOM_T1E1 ideal-int 16714pkg syscall (netbsd-amd64), const DLT_GPF_F ideal-int 16715pkg syscall (netbsd-amd64), const DLT_GPF_T ideal-int 16716pkg syscall (netbsd-amd64), const DLT_GPRS_LLC ideal-int 16717pkg syscall (netbsd-amd64), const DLT_GSMTAP_ABIS ideal-int 16718pkg syscall (netbsd-amd64), const DLT_GSMTAP_UM ideal-int 16719pkg syscall (netbsd-amd64), const DLT_HDLC ideal-int 16720pkg syscall (netbsd-amd64), const DLT_HHDLC ideal-int 16721pkg syscall (netbsd-amd64), const DLT_HIPPI ideal-int 16722pkg syscall (netbsd-amd64), const DLT_IBM_SN ideal-int 16723pkg syscall (netbsd-amd64), const DLT_IBM_SP ideal-int 16724pkg syscall (netbsd-amd64), const DLT_IEEE802 ideal-int 16725pkg syscall (netbsd-amd64), const DLT_IEEE802_11 ideal-int 16726pkg syscall (netbsd-amd64), const DLT_IEEE802_11_RADIO ideal-int 16727pkg syscall (netbsd-amd64), const DLT_IEEE802_11_RADIO_AVS ideal-int 16728pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4 ideal-int 16729pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4_LINUX ideal-int 16730pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4_NONASK_PHY ideal-int 16731pkg syscall (netbsd-amd64), const DLT_IEEE802_16_MAC_CPS ideal-int 16732pkg syscall (netbsd-amd64), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int 16733pkg syscall (netbsd-amd64), const DLT_IPMB ideal-int 16734pkg syscall (netbsd-amd64), const DLT_IPMB_LINUX ideal-int 16735pkg syscall (netbsd-amd64), const DLT_IPNET ideal-int 16736pkg syscall (netbsd-amd64), const DLT_IPV4 ideal-int 16737pkg syscall (netbsd-amd64), const DLT_IPV6 ideal-int 16738pkg syscall (netbsd-amd64), const DLT_IP_OVER_FC ideal-int 16739pkg syscall (netbsd-amd64), const DLT_JUNIPER_ATM1 ideal-int 16740pkg syscall (netbsd-amd64), const DLT_JUNIPER_ATM2 ideal-int 16741pkg syscall (netbsd-amd64), const DLT_JUNIPER_CHDLC ideal-int 16742pkg syscall (netbsd-amd64), const DLT_JUNIPER_ES ideal-int 16743pkg syscall (netbsd-amd64), const DLT_JUNIPER_ETHER ideal-int 16744pkg syscall (netbsd-amd64), const DLT_JUNIPER_FRELAY ideal-int 16745pkg syscall (netbsd-amd64), const DLT_JUNIPER_GGSN ideal-int 16746pkg syscall (netbsd-amd64), const DLT_JUNIPER_ISM ideal-int 16747pkg syscall (netbsd-amd64), const DLT_JUNIPER_MFR ideal-int 16748pkg syscall (netbsd-amd64), const DLT_JUNIPER_MLFR ideal-int 16749pkg syscall (netbsd-amd64), const DLT_JUNIPER_MLPPP ideal-int 16750pkg syscall (netbsd-amd64), const DLT_JUNIPER_MONITOR ideal-int 16751pkg syscall (netbsd-amd64), const DLT_JUNIPER_PIC_PEER ideal-int 16752pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPP ideal-int 16753pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPPOE ideal-int 16754pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPPOE_ATM ideal-int 16755pkg syscall (netbsd-amd64), const DLT_JUNIPER_SERVICES ideal-int 16756pkg syscall (netbsd-amd64), const DLT_JUNIPER_ST ideal-int 16757pkg syscall (netbsd-amd64), const DLT_JUNIPER_VP ideal-int 16758pkg syscall (netbsd-amd64), const DLT_LAPB_WITH_DIR ideal-int 16759pkg syscall (netbsd-amd64), const DLT_LAPD ideal-int 16760pkg syscall (netbsd-amd64), const DLT_LIN ideal-int 16761pkg syscall (netbsd-amd64), const DLT_LINUX_EVDEV ideal-int 16762pkg syscall (netbsd-amd64), const DLT_LINUX_IRDA ideal-int 16763pkg syscall (netbsd-amd64), const DLT_LINUX_LAPD ideal-int 16764pkg syscall (netbsd-amd64), const DLT_LINUX_SLL ideal-int 16765pkg syscall (netbsd-amd64), const DLT_LOOP ideal-int 16766pkg syscall (netbsd-amd64), const DLT_LTALK ideal-int 16767pkg syscall (netbsd-amd64), const DLT_MFR ideal-int 16768pkg syscall (netbsd-amd64), const DLT_MOST ideal-int 16769pkg syscall (netbsd-amd64), const DLT_MPLS ideal-int 16770pkg syscall (netbsd-amd64), const DLT_MTP2 ideal-int 16771pkg syscall (netbsd-amd64), const DLT_MTP2_WITH_PHDR ideal-int 16772pkg syscall (netbsd-amd64), const DLT_MTP3 ideal-int 16773pkg syscall (netbsd-amd64), const DLT_NULL ideal-int 16774pkg syscall (netbsd-amd64), const DLT_PCI_EXP ideal-int 16775pkg syscall (netbsd-amd64), const DLT_PFLOG ideal-int 16776pkg syscall (netbsd-amd64), const DLT_PFSYNC ideal-int 16777pkg syscall (netbsd-amd64), const DLT_PPI ideal-int 16778pkg syscall (netbsd-amd64), const DLT_PPP ideal-int 16779pkg syscall (netbsd-amd64), const DLT_PPP_BSDOS ideal-int 16780pkg syscall (netbsd-amd64), const DLT_PPP_ETHER ideal-int 16781pkg syscall (netbsd-amd64), const DLT_PPP_PPPD ideal-int 16782pkg syscall (netbsd-amd64), const DLT_PPP_SERIAL ideal-int 16783pkg syscall (netbsd-amd64), const DLT_PPP_WITH_DIR ideal-int 16784pkg syscall (netbsd-amd64), const DLT_PRISM_HEADER ideal-int 16785pkg syscall (netbsd-amd64), const DLT_PRONET ideal-int 16786pkg syscall (netbsd-amd64), const DLT_RAIF1 ideal-int 16787pkg syscall (netbsd-amd64), const DLT_RAW ideal-int 16788pkg syscall (netbsd-amd64), const DLT_RAWAF_MASK ideal-int 16789pkg syscall (netbsd-amd64), const DLT_RIO ideal-int 16790pkg syscall (netbsd-amd64), const DLT_SCCP ideal-int 16791pkg syscall (netbsd-amd64), const DLT_SITA ideal-int 16792pkg syscall (netbsd-amd64), const DLT_SLIP ideal-int 16793pkg syscall (netbsd-amd64), const DLT_SLIP_BSDOS ideal-int 16794pkg syscall (netbsd-amd64), const DLT_SUNATM ideal-int 16795pkg syscall (netbsd-amd64), const DLT_SYMANTEC_FIREWALL ideal-int 16796pkg syscall (netbsd-amd64), const DLT_TZSP ideal-int 16797pkg syscall (netbsd-amd64), const DLT_USB ideal-int 16798pkg syscall (netbsd-amd64), const DLT_USB_LINUX ideal-int 16799pkg syscall (netbsd-amd64), const DLT_USB_LINUX_MMAPPED ideal-int 16800pkg syscall (netbsd-amd64), const DLT_WIHART ideal-int 16801pkg syscall (netbsd-amd64), const DLT_X2E_SERIAL ideal-int 16802pkg syscall (netbsd-amd64), const DLT_X2E_XORAYA ideal-int 16803pkg syscall (netbsd-amd64), const DT_BLK ideal-int 16804pkg syscall (netbsd-amd64), const DT_CHR ideal-int 16805pkg syscall (netbsd-amd64), const DT_DIR ideal-int 16806pkg syscall (netbsd-amd64), const DT_FIFO ideal-int 16807pkg syscall (netbsd-amd64), const DT_LNK ideal-int 16808pkg syscall (netbsd-amd64), const DT_REG ideal-int 16809pkg syscall (netbsd-amd64), const DT_SOCK ideal-int 16810pkg syscall (netbsd-amd64), const DT_UNKNOWN ideal-int 16811pkg syscall (netbsd-amd64), const DT_WHT ideal-int 16812pkg syscall (netbsd-amd64), const EAUTH Errno 16813pkg syscall (netbsd-amd64), const EBADMSG Errno 16814pkg syscall (netbsd-amd64), const EBADRPC Errno 16815pkg syscall (netbsd-amd64), const ECHO ideal-int 16816pkg syscall (netbsd-amd64), const ECHOCTL ideal-int 16817pkg syscall (netbsd-amd64), const ECHOE ideal-int 16818pkg syscall (netbsd-amd64), const ECHOK ideal-int 16819pkg syscall (netbsd-amd64), const ECHOKE ideal-int 16820pkg syscall (netbsd-amd64), const ECHONL ideal-int 16821pkg syscall (netbsd-amd64), const ECHOPRT ideal-int 16822pkg syscall (netbsd-amd64), const EFTYPE Errno 16823pkg syscall (netbsd-amd64), const ELAST Errno 16824pkg syscall (netbsd-amd64), const EMULTIHOP Errno 16825pkg syscall (netbsd-amd64), const EMUL_LINUX ideal-int 16826pkg syscall (netbsd-amd64), const EMUL_LINUX32 ideal-int 16827pkg syscall (netbsd-amd64), const EMUL_MAXID ideal-int 16828pkg syscall (netbsd-amd64), const ENEEDAUTH Errno 16829pkg syscall (netbsd-amd64), const ENOATTR Errno 16830pkg syscall (netbsd-amd64), const ENODATA Errno 16831pkg syscall (netbsd-amd64), const ENOLINK Errno 16832pkg syscall (netbsd-amd64), const ENOSR Errno 16833pkg syscall (netbsd-amd64), const ENOSTR Errno 16834pkg syscall (netbsd-amd64), const EPROCLIM Errno 16835pkg syscall (netbsd-amd64), const EPROCUNAVAIL Errno 16836pkg syscall (netbsd-amd64), const EPROGMISMATCH Errno 16837pkg syscall (netbsd-amd64), const EPROGUNAVAIL Errno 16838pkg syscall (netbsd-amd64), const EPROTO Errno 16839pkg syscall (netbsd-amd64), const ERPCMISMATCH Errno 16840pkg syscall (netbsd-amd64), const ETHERCAP_JUMBO_MTU ideal-int 16841pkg syscall (netbsd-amd64), const ETHERCAP_VLAN_HWTAGGING ideal-int 16842pkg syscall (netbsd-amd64), const ETHERCAP_VLAN_MTU ideal-int 16843pkg syscall (netbsd-amd64), const ETHERMIN ideal-int 16844pkg syscall (netbsd-amd64), const ETHERMTU ideal-int 16845pkg syscall (netbsd-amd64), const ETHERMTU_JUMBO ideal-int 16846pkg syscall (netbsd-amd64), const ETHERTYPE_8023 ideal-int 16847pkg syscall (netbsd-amd64), const ETHERTYPE_AARP ideal-int 16848pkg syscall (netbsd-amd64), const ETHERTYPE_ACCTON ideal-int 16849pkg syscall (netbsd-amd64), const ETHERTYPE_AEONIC ideal-int 16850pkg syscall (netbsd-amd64), const ETHERTYPE_ALPHA ideal-int 16851pkg syscall (netbsd-amd64), const ETHERTYPE_AMBER ideal-int 16852pkg syscall (netbsd-amd64), const ETHERTYPE_AMOEBA ideal-int 16853pkg syscall (netbsd-amd64), const ETHERTYPE_APOLLO ideal-int 16854pkg syscall (netbsd-amd64), const ETHERTYPE_APOLLODOMAIN ideal-int 16855pkg syscall (netbsd-amd64), const ETHERTYPE_APPLETALK ideal-int 16856pkg syscall (netbsd-amd64), const ETHERTYPE_APPLITEK ideal-int 16857pkg syscall (netbsd-amd64), const ETHERTYPE_ARGONAUT ideal-int 16858pkg syscall (netbsd-amd64), const ETHERTYPE_ARP ideal-int 16859pkg syscall (netbsd-amd64), const ETHERTYPE_AT ideal-int 16860pkg syscall (netbsd-amd64), const ETHERTYPE_ATALK ideal-int 16861pkg syscall (netbsd-amd64), const ETHERTYPE_ATOMIC ideal-int 16862pkg syscall (netbsd-amd64), const ETHERTYPE_ATT ideal-int 16863pkg syscall (netbsd-amd64), const ETHERTYPE_ATTSTANFORD ideal-int 16864pkg syscall (netbsd-amd64), const ETHERTYPE_AUTOPHON ideal-int 16865pkg syscall (netbsd-amd64), const ETHERTYPE_AXIS ideal-int 16866pkg syscall (netbsd-amd64), const ETHERTYPE_BCLOOP ideal-int 16867pkg syscall (netbsd-amd64), const ETHERTYPE_BOFL ideal-int 16868pkg syscall (netbsd-amd64), const ETHERTYPE_CABLETRON ideal-int 16869pkg syscall (netbsd-amd64), const ETHERTYPE_CHAOS ideal-int 16870pkg syscall (netbsd-amd64), const ETHERTYPE_COMDESIGN ideal-int 16871pkg syscall (netbsd-amd64), const ETHERTYPE_COMPUGRAPHIC ideal-int 16872pkg syscall (netbsd-amd64), const ETHERTYPE_COUNTERPOINT ideal-int 16873pkg syscall (netbsd-amd64), const ETHERTYPE_CRONUS ideal-int 16874pkg syscall (netbsd-amd64), const ETHERTYPE_CRONUSVLN ideal-int 16875pkg syscall (netbsd-amd64), const ETHERTYPE_DCA ideal-int 16876pkg syscall (netbsd-amd64), const ETHERTYPE_DDE ideal-int 16877pkg syscall (netbsd-amd64), const ETHERTYPE_DEBNI ideal-int 16878pkg syscall (netbsd-amd64), const ETHERTYPE_DECAM ideal-int 16879pkg syscall (netbsd-amd64), const ETHERTYPE_DECCUST ideal-int 16880pkg syscall (netbsd-amd64), const ETHERTYPE_DECDIAG ideal-int 16881pkg syscall (netbsd-amd64), const ETHERTYPE_DECDNS ideal-int 16882pkg syscall (netbsd-amd64), const ETHERTYPE_DECDTS ideal-int 16883pkg syscall (netbsd-amd64), const ETHERTYPE_DECEXPER ideal-int 16884pkg syscall (netbsd-amd64), const ETHERTYPE_DECLAST ideal-int 16885pkg syscall (netbsd-amd64), const ETHERTYPE_DECLTM ideal-int 16886pkg syscall (netbsd-amd64), const ETHERTYPE_DECMUMPS ideal-int 16887pkg syscall (netbsd-amd64), const ETHERTYPE_DECNETBIOS ideal-int 16888pkg syscall (netbsd-amd64), const ETHERTYPE_DELTACON ideal-int 16889pkg syscall (netbsd-amd64), const ETHERTYPE_DIDDLE ideal-int 16890pkg syscall (netbsd-amd64), const ETHERTYPE_DLOG1 ideal-int 16891pkg syscall (netbsd-amd64), const ETHERTYPE_DLOG2 ideal-int 16892pkg syscall (netbsd-amd64), const ETHERTYPE_DN ideal-int 16893pkg syscall (netbsd-amd64), const ETHERTYPE_DOGFIGHT ideal-int 16894pkg syscall (netbsd-amd64), const ETHERTYPE_DSMD ideal-int 16895pkg syscall (netbsd-amd64), const ETHERTYPE_ECMA ideal-int 16896pkg syscall (netbsd-amd64), const ETHERTYPE_ENCRYPT ideal-int 16897pkg syscall (netbsd-amd64), const ETHERTYPE_ES ideal-int 16898pkg syscall (netbsd-amd64), const ETHERTYPE_EXCELAN ideal-int 16899pkg syscall (netbsd-amd64), const ETHERTYPE_EXPERDATA ideal-int 16900pkg syscall (netbsd-amd64), const ETHERTYPE_FLIP ideal-int 16901pkg syscall (netbsd-amd64), const ETHERTYPE_FLOWCONTROL ideal-int 16902pkg syscall (netbsd-amd64), const ETHERTYPE_FRARP ideal-int 16903pkg syscall (netbsd-amd64), const ETHERTYPE_GENDYN ideal-int 16904pkg syscall (netbsd-amd64), const ETHERTYPE_HAYES ideal-int 16905pkg syscall (netbsd-amd64), const ETHERTYPE_HIPPI_FP ideal-int 16906pkg syscall (netbsd-amd64), const ETHERTYPE_HITACHI ideal-int 16907pkg syscall (netbsd-amd64), const ETHERTYPE_HP ideal-int 16908pkg syscall (netbsd-amd64), const ETHERTYPE_IEEEPUP ideal-int 16909pkg syscall (netbsd-amd64), const ETHERTYPE_IEEEPUPAT ideal-int 16910pkg syscall (netbsd-amd64), const ETHERTYPE_IMLBL ideal-int 16911pkg syscall (netbsd-amd64), const ETHERTYPE_IMLBLDIAG ideal-int 16912pkg syscall (netbsd-amd64), const ETHERTYPE_IP ideal-int 16913pkg syscall (netbsd-amd64), const ETHERTYPE_IPAS ideal-int 16914pkg syscall (netbsd-amd64), const ETHERTYPE_IPV6 ideal-int 16915pkg syscall (netbsd-amd64), const ETHERTYPE_IPX ideal-int 16916pkg syscall (netbsd-amd64), const ETHERTYPE_IPXNEW ideal-int 16917pkg syscall (netbsd-amd64), const ETHERTYPE_KALPANA ideal-int 16918pkg syscall (netbsd-amd64), const ETHERTYPE_LANBRIDGE ideal-int 16919pkg syscall (netbsd-amd64), const ETHERTYPE_LANPROBE ideal-int 16920pkg syscall (netbsd-amd64), const ETHERTYPE_LAT ideal-int 16921pkg syscall (netbsd-amd64), const ETHERTYPE_LBACK ideal-int 16922pkg syscall (netbsd-amd64), const ETHERTYPE_LITTLE ideal-int 16923pkg syscall (netbsd-amd64), const ETHERTYPE_LOGICRAFT ideal-int 16924pkg syscall (netbsd-amd64), const ETHERTYPE_LOOPBACK ideal-int 16925pkg syscall (netbsd-amd64), const ETHERTYPE_MATRA ideal-int 16926pkg syscall (netbsd-amd64), const ETHERTYPE_MAX ideal-int 16927pkg syscall (netbsd-amd64), const ETHERTYPE_MERIT ideal-int 16928pkg syscall (netbsd-amd64), const ETHERTYPE_MICP ideal-int 16929pkg syscall (netbsd-amd64), const ETHERTYPE_MOPDL ideal-int 16930pkg syscall (netbsd-amd64), const ETHERTYPE_MOPRC ideal-int 16931pkg syscall (netbsd-amd64), const ETHERTYPE_MOTOROLA ideal-int 16932pkg syscall (netbsd-amd64), const ETHERTYPE_MPLS ideal-int 16933pkg syscall (netbsd-amd64), const ETHERTYPE_MPLS_MCAST ideal-int 16934pkg syscall (netbsd-amd64), const ETHERTYPE_MUMPS ideal-int 16935pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCC ideal-int 16936pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLAIM ideal-int 16937pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLREQ ideal-int 16938pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLRSP ideal-int 16939pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCREQ ideal-int 16940pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCRSP ideal-int 16941pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDG ideal-int 16942pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDGB ideal-int 16943pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDLTE ideal-int 16944pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRAR ideal-int 16945pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRAS ideal-int 16946pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRST ideal-int 16947pkg syscall (netbsd-amd64), const ETHERTYPE_NBPSCD ideal-int 16948pkg syscall (netbsd-amd64), const ETHERTYPE_NBPVCD ideal-int 16949pkg syscall (netbsd-amd64), const ETHERTYPE_NBS ideal-int 16950pkg syscall (netbsd-amd64), const ETHERTYPE_NCD ideal-int 16951pkg syscall (netbsd-amd64), const ETHERTYPE_NESTAR ideal-int 16952pkg syscall (netbsd-amd64), const ETHERTYPE_NETBEUI ideal-int 16953pkg syscall (netbsd-amd64), const ETHERTYPE_NOVELL ideal-int 16954pkg syscall (netbsd-amd64), const ETHERTYPE_NS ideal-int 16955pkg syscall (netbsd-amd64), const ETHERTYPE_NSAT ideal-int 16956pkg syscall (netbsd-amd64), const ETHERTYPE_NSCOMPAT ideal-int 16957pkg syscall (netbsd-amd64), const ETHERTYPE_NTRAILER ideal-int 16958pkg syscall (netbsd-amd64), const ETHERTYPE_OS9 ideal-int 16959pkg syscall (netbsd-amd64), const ETHERTYPE_OS9NET ideal-int 16960pkg syscall (netbsd-amd64), const ETHERTYPE_PACER ideal-int 16961pkg syscall (netbsd-amd64), const ETHERTYPE_PAE ideal-int 16962pkg syscall (netbsd-amd64), const ETHERTYPE_PCS ideal-int 16963pkg syscall (netbsd-amd64), const ETHERTYPE_PLANNING ideal-int 16964pkg syscall (netbsd-amd64), const ETHERTYPE_PPP ideal-int 16965pkg syscall (netbsd-amd64), const ETHERTYPE_PPPOE ideal-int 16966pkg syscall (netbsd-amd64), const ETHERTYPE_PPPOEDISC ideal-int 16967pkg syscall (netbsd-amd64), const ETHERTYPE_PRIMENTS ideal-int 16968pkg syscall (netbsd-amd64), const ETHERTYPE_PUP ideal-int 16969pkg syscall (netbsd-amd64), const ETHERTYPE_PUPAT ideal-int 16970pkg syscall (netbsd-amd64), const ETHERTYPE_RACAL ideal-int 16971pkg syscall (netbsd-amd64), const ETHERTYPE_RATIONAL ideal-int 16972pkg syscall (netbsd-amd64), const ETHERTYPE_RAWFR ideal-int 16973pkg syscall (netbsd-amd64), const ETHERTYPE_RCL ideal-int 16974pkg syscall (netbsd-amd64), const ETHERTYPE_RDP ideal-int 16975pkg syscall (netbsd-amd64), const ETHERTYPE_RETIX ideal-int 16976pkg syscall (netbsd-amd64), const ETHERTYPE_REVARP ideal-int 16977pkg syscall (netbsd-amd64), const ETHERTYPE_SCA ideal-int 16978pkg syscall (netbsd-amd64), const ETHERTYPE_SECTRA ideal-int 16979pkg syscall (netbsd-amd64), const ETHERTYPE_SECUREDATA ideal-int 16980pkg syscall (netbsd-amd64), const ETHERTYPE_SGITW ideal-int 16981pkg syscall (netbsd-amd64), const ETHERTYPE_SG_BOUNCE ideal-int 16982pkg syscall (netbsd-amd64), const ETHERTYPE_SG_DIAG ideal-int 16983pkg syscall (netbsd-amd64), const ETHERTYPE_SG_NETGAMES ideal-int 16984pkg syscall (netbsd-amd64), const ETHERTYPE_SG_RESV ideal-int 16985pkg syscall (netbsd-amd64), const ETHERTYPE_SIMNET ideal-int 16986pkg syscall (netbsd-amd64), const ETHERTYPE_SLOWPROTOCOLS ideal-int 16987pkg syscall (netbsd-amd64), const ETHERTYPE_SNA ideal-int 16988pkg syscall (netbsd-amd64), const ETHERTYPE_SNMP ideal-int 16989pkg syscall (netbsd-amd64), const ETHERTYPE_SONIX ideal-int 16990pkg syscall (netbsd-amd64), const ETHERTYPE_SPIDER ideal-int 16991pkg syscall (netbsd-amd64), const ETHERTYPE_SPRITE ideal-int 16992pkg syscall (netbsd-amd64), const ETHERTYPE_STP ideal-int 16993pkg syscall (netbsd-amd64), const ETHERTYPE_TALARIS ideal-int 16994pkg syscall (netbsd-amd64), const ETHERTYPE_TALARISMC ideal-int 16995pkg syscall (netbsd-amd64), const ETHERTYPE_TCPCOMP ideal-int 16996pkg syscall (netbsd-amd64), const ETHERTYPE_TCPSM ideal-int 16997pkg syscall (netbsd-amd64), const ETHERTYPE_TEC ideal-int 16998pkg syscall (netbsd-amd64), const ETHERTYPE_TIGAN ideal-int 16999pkg syscall (netbsd-amd64), const ETHERTYPE_TRAIL ideal-int 17000pkg syscall (netbsd-amd64), const ETHERTYPE_TRANSETHER ideal-int 17001pkg syscall (netbsd-amd64), const ETHERTYPE_TYMSHARE ideal-int 17002pkg syscall (netbsd-amd64), const ETHERTYPE_UBBST ideal-int 17003pkg syscall (netbsd-amd64), const ETHERTYPE_UBDEBUG ideal-int 17004pkg syscall (netbsd-amd64), const ETHERTYPE_UBDIAGLOOP ideal-int 17005pkg syscall (netbsd-amd64), const ETHERTYPE_UBDL ideal-int 17006pkg syscall (netbsd-amd64), const ETHERTYPE_UBNIU ideal-int 17007pkg syscall (netbsd-amd64), const ETHERTYPE_UBNMC ideal-int 17008pkg syscall (netbsd-amd64), const ETHERTYPE_VALID ideal-int 17009pkg syscall (netbsd-amd64), const ETHERTYPE_VARIAN ideal-int 17010pkg syscall (netbsd-amd64), const ETHERTYPE_VAXELN ideal-int 17011pkg syscall (netbsd-amd64), const ETHERTYPE_VEECO ideal-int 17012pkg syscall (netbsd-amd64), const ETHERTYPE_VEXP ideal-int 17013pkg syscall (netbsd-amd64), const ETHERTYPE_VGLAB ideal-int 17014pkg syscall (netbsd-amd64), const ETHERTYPE_VINES ideal-int 17015pkg syscall (netbsd-amd64), const ETHERTYPE_VINESECHO ideal-int 17016pkg syscall (netbsd-amd64), const ETHERTYPE_VINESLOOP ideal-int 17017pkg syscall (netbsd-amd64), const ETHERTYPE_VITAL ideal-int 17018pkg syscall (netbsd-amd64), const ETHERTYPE_VLAN ideal-int 17019pkg syscall (netbsd-amd64), const ETHERTYPE_VLTLMAN ideal-int 17020pkg syscall (netbsd-amd64), const ETHERTYPE_VPROD ideal-int 17021pkg syscall (netbsd-amd64), const ETHERTYPE_VURESERVED ideal-int 17022pkg syscall (netbsd-amd64), const ETHERTYPE_WATERLOO ideal-int 17023pkg syscall (netbsd-amd64), const ETHERTYPE_WELLFLEET ideal-int 17024pkg syscall (netbsd-amd64), const ETHERTYPE_X25 ideal-int 17025pkg syscall (netbsd-amd64), const ETHERTYPE_X75 ideal-int 17026pkg syscall (netbsd-amd64), const ETHERTYPE_XNSSM ideal-int 17027pkg syscall (netbsd-amd64), const ETHERTYPE_XTP ideal-int 17028pkg syscall (netbsd-amd64), const ETHER_ADDR_LEN ideal-int 17029pkg syscall (netbsd-amd64), const ETHER_CRC_LEN ideal-int 17030pkg syscall (netbsd-amd64), const ETHER_CRC_POLY_BE ideal-int 17031pkg syscall (netbsd-amd64), const ETHER_CRC_POLY_LE ideal-int 17032pkg syscall (netbsd-amd64), const ETHER_HDR_LEN ideal-int 17033pkg syscall (netbsd-amd64), const ETHER_MAX_LEN ideal-int 17034pkg syscall (netbsd-amd64), const ETHER_MAX_LEN_JUMBO ideal-int 17035pkg syscall (netbsd-amd64), const ETHER_MIN_LEN ideal-int 17036pkg syscall (netbsd-amd64), const ETHER_PPPOE_ENCAP_LEN ideal-int 17037pkg syscall (netbsd-amd64), const ETHER_TYPE_LEN ideal-int 17038pkg syscall (netbsd-amd64), const ETHER_VLAN_ENCAP_LEN ideal-int 17039pkg syscall (netbsd-amd64), const ETIME Errno 17040pkg syscall (netbsd-amd64), const EVFILT_AIO ideal-int 17041pkg syscall (netbsd-amd64), const EVFILT_PROC ideal-int 17042pkg syscall (netbsd-amd64), const EVFILT_READ ideal-int 17043pkg syscall (netbsd-amd64), const EVFILT_SIGNAL ideal-int 17044pkg syscall (netbsd-amd64), const EVFILT_SYSCOUNT ideal-int 17045pkg syscall (netbsd-amd64), const EVFILT_TIMER ideal-int 17046pkg syscall (netbsd-amd64), const EVFILT_VNODE ideal-int 17047pkg syscall (netbsd-amd64), const EVFILT_WRITE ideal-int 17048pkg syscall (netbsd-amd64), const EV_ADD ideal-int 17049pkg syscall (netbsd-amd64), const EV_CLEAR ideal-int 17050pkg syscall (netbsd-amd64), const EV_DELETE ideal-int 17051pkg syscall (netbsd-amd64), const EV_DISABLE ideal-int 17052pkg syscall (netbsd-amd64), const EV_ENABLE ideal-int 17053pkg syscall (netbsd-amd64), const EV_EOF ideal-int 17054pkg syscall (netbsd-amd64), const EV_ERROR ideal-int 17055pkg syscall (netbsd-amd64), const EV_FLAG1 ideal-int 17056pkg syscall (netbsd-amd64), const EV_ONESHOT ideal-int 17057pkg syscall (netbsd-amd64), const EV_SYSFLAGS ideal-int 17058pkg syscall (netbsd-amd64), const EXTA ideal-int 17059pkg syscall (netbsd-amd64), const EXTB ideal-int 17060pkg syscall (netbsd-amd64), const EXTPROC ideal-int 17061pkg syscall (netbsd-amd64), const FD_CLOEXEC ideal-int 17062pkg syscall (netbsd-amd64), const FD_SETSIZE ideal-int 17063pkg syscall (netbsd-amd64), const FLUSHO ideal-int 17064pkg syscall (netbsd-amd64), const F_CLOSEM ideal-int 17065pkg syscall (netbsd-amd64), const F_DUPFD ideal-int 17066pkg syscall (netbsd-amd64), const F_DUPFD_CLOEXEC ideal-int 17067pkg syscall (netbsd-amd64), const F_FSCTL ideal-int 17068pkg syscall (netbsd-amd64), const F_FSDIRMASK ideal-int 17069pkg syscall (netbsd-amd64), const F_FSIN ideal-int 17070pkg syscall (netbsd-amd64), const F_FSINOUT ideal-int 17071pkg syscall (netbsd-amd64), const F_FSOUT ideal-int 17072pkg syscall (netbsd-amd64), const F_FSPRIV ideal-int 17073pkg syscall (netbsd-amd64), const F_FSVOID ideal-int 17074pkg syscall (netbsd-amd64), const F_GETFD ideal-int 17075pkg syscall (netbsd-amd64), const F_GETFL ideal-int 17076pkg syscall (netbsd-amd64), const F_GETLK ideal-int 17077pkg syscall (netbsd-amd64), const F_GETNOSIGPIPE ideal-int 17078pkg syscall (netbsd-amd64), const F_GETOWN ideal-int 17079pkg syscall (netbsd-amd64), const F_MAXFD ideal-int 17080pkg syscall (netbsd-amd64), const F_OK ideal-int 17081pkg syscall (netbsd-amd64), const F_PARAM_MASK ideal-int 17082pkg syscall (netbsd-amd64), const F_PARAM_MAX ideal-int 17083pkg syscall (netbsd-amd64), const F_RDLCK ideal-int 17084pkg syscall (netbsd-amd64), const F_SETFD ideal-int 17085pkg syscall (netbsd-amd64), const F_SETFL ideal-int 17086pkg syscall (netbsd-amd64), const F_SETLK ideal-int 17087pkg syscall (netbsd-amd64), const F_SETLKW ideal-int 17088pkg syscall (netbsd-amd64), const F_SETNOSIGPIPE ideal-int 17089pkg syscall (netbsd-amd64), const F_SETOWN ideal-int 17090pkg syscall (netbsd-amd64), const F_UNLCK ideal-int 17091pkg syscall (netbsd-amd64), const F_WRLCK ideal-int 17092pkg syscall (netbsd-amd64), const HUPCL ideal-int 17093pkg syscall (netbsd-amd64), const ICANON ideal-int 17094pkg syscall (netbsd-amd64), const ICMP6_FILTER = 18 17095pkg syscall (netbsd-amd64), const ICMP6_FILTER ideal-int 17096pkg syscall (netbsd-amd64), const ICRNL ideal-int 17097pkg syscall (netbsd-amd64), const IEXTEN ideal-int 17098pkg syscall (netbsd-amd64), const IFAN_ARRIVAL ideal-int 17099pkg syscall (netbsd-amd64), const IFAN_DEPARTURE ideal-int 17100pkg syscall (netbsd-amd64), const IFA_ROUTE ideal-int 17101pkg syscall (netbsd-amd64), const IFF_ALLMULTI ideal-int 17102pkg syscall (netbsd-amd64), const IFF_CANTCHANGE ideal-int 17103pkg syscall (netbsd-amd64), const IFF_DEBUG ideal-int 17104pkg syscall (netbsd-amd64), const IFF_LINK0 ideal-int 17105pkg syscall (netbsd-amd64), const IFF_LINK1 ideal-int 17106pkg syscall (netbsd-amd64), const IFF_LINK2 ideal-int 17107pkg syscall (netbsd-amd64), const IFF_NOARP ideal-int 17108pkg syscall (netbsd-amd64), const IFF_NOTRAILERS ideal-int 17109pkg syscall (netbsd-amd64), const IFF_OACTIVE ideal-int 17110pkg syscall (netbsd-amd64), const IFF_POINTOPOINT ideal-int 17111pkg syscall (netbsd-amd64), const IFF_PROMISC ideal-int 17112pkg syscall (netbsd-amd64), const IFF_RUNNING ideal-int 17113pkg syscall (netbsd-amd64), const IFF_SIMPLEX ideal-int 17114pkg syscall (netbsd-amd64), const IFNAMSIZ ideal-int 17115pkg syscall (netbsd-amd64), const IFT_1822 ideal-int 17116pkg syscall (netbsd-amd64), const IFT_A12MPPSWITCH ideal-int 17117pkg syscall (netbsd-amd64), const IFT_AAL2 ideal-int 17118pkg syscall (netbsd-amd64), const IFT_AAL5 ideal-int 17119pkg syscall (netbsd-amd64), const IFT_ADSL ideal-int 17120pkg syscall (netbsd-amd64), const IFT_AFLANE8023 ideal-int 17121pkg syscall (netbsd-amd64), const IFT_AFLANE8025 ideal-int 17122pkg syscall (netbsd-amd64), const IFT_ARAP ideal-int 17123pkg syscall (netbsd-amd64), const IFT_ARCNET ideal-int 17124pkg syscall (netbsd-amd64), const IFT_ARCNETPLUS ideal-int 17125pkg syscall (netbsd-amd64), const IFT_ASYNC ideal-int 17126pkg syscall (netbsd-amd64), const IFT_ATM ideal-int 17127pkg syscall (netbsd-amd64), const IFT_ATMDXI ideal-int 17128pkg syscall (netbsd-amd64), const IFT_ATMFUNI ideal-int 17129pkg syscall (netbsd-amd64), const IFT_ATMIMA ideal-int 17130pkg syscall (netbsd-amd64), const IFT_ATMLOGICAL ideal-int 17131pkg syscall (netbsd-amd64), const IFT_ATMRADIO ideal-int 17132pkg syscall (netbsd-amd64), const IFT_ATMSUBINTERFACE ideal-int 17133pkg syscall (netbsd-amd64), const IFT_ATMVCIENDPT ideal-int 17134pkg syscall (netbsd-amd64), const IFT_ATMVIRTUAL ideal-int 17135pkg syscall (netbsd-amd64), const IFT_BGPPOLICYACCOUNTING ideal-int 17136pkg syscall (netbsd-amd64), const IFT_BRIDGE ideal-int 17137pkg syscall (netbsd-amd64), const IFT_BSC ideal-int 17138pkg syscall (netbsd-amd64), const IFT_CARP ideal-int 17139pkg syscall (netbsd-amd64), const IFT_CCTEMUL ideal-int 17140pkg syscall (netbsd-amd64), const IFT_CEPT ideal-int 17141pkg syscall (netbsd-amd64), const IFT_CES ideal-int 17142pkg syscall (netbsd-amd64), const IFT_CHANNEL ideal-int 17143pkg syscall (netbsd-amd64), const IFT_CNR ideal-int 17144pkg syscall (netbsd-amd64), const IFT_COFFEE ideal-int 17145pkg syscall (netbsd-amd64), const IFT_COMPOSITELINK ideal-int 17146pkg syscall (netbsd-amd64), const IFT_DCN ideal-int 17147pkg syscall (netbsd-amd64), const IFT_DIGITALPOWERLINE ideal-int 17148pkg syscall (netbsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int 17149pkg syscall (netbsd-amd64), const IFT_DLSW ideal-int 17150pkg syscall (netbsd-amd64), const IFT_DOCSCABLEDOWNSTREAM ideal-int 17151pkg syscall (netbsd-amd64), const IFT_DOCSCABLEMACLAYER ideal-int 17152pkg syscall (netbsd-amd64), const IFT_DOCSCABLEUPSTREAM ideal-int 17153pkg syscall (netbsd-amd64), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int 17154pkg syscall (netbsd-amd64), const IFT_DS0 ideal-int 17155pkg syscall (netbsd-amd64), const IFT_DS0BUNDLE ideal-int 17156pkg syscall (netbsd-amd64), const IFT_DS1FDL ideal-int 17157pkg syscall (netbsd-amd64), const IFT_DS3 ideal-int 17158pkg syscall (netbsd-amd64), const IFT_DTM ideal-int 17159pkg syscall (netbsd-amd64), const IFT_DVBASILN ideal-int 17160pkg syscall (netbsd-amd64), const IFT_DVBASIOUT ideal-int 17161pkg syscall (netbsd-amd64), const IFT_DVBRCCDOWNSTREAM ideal-int 17162pkg syscall (netbsd-amd64), const IFT_DVBRCCMACLAYER ideal-int 17163pkg syscall (netbsd-amd64), const IFT_DVBRCCUPSTREAM ideal-int 17164pkg syscall (netbsd-amd64), const IFT_ECONET ideal-int 17165pkg syscall (netbsd-amd64), const IFT_EON ideal-int 17166pkg syscall (netbsd-amd64), const IFT_EPLRS ideal-int 17167pkg syscall (netbsd-amd64), const IFT_ESCON ideal-int 17168pkg syscall (netbsd-amd64), const IFT_ETHER ideal-int 17169pkg syscall (netbsd-amd64), const IFT_FAITH ideal-int 17170pkg syscall (netbsd-amd64), const IFT_FAST ideal-int 17171pkg syscall (netbsd-amd64), const IFT_FASTETHER ideal-int 17172pkg syscall (netbsd-amd64), const IFT_FASTETHERFX ideal-int 17173pkg syscall (netbsd-amd64), const IFT_FDDI ideal-int 17174pkg syscall (netbsd-amd64), const IFT_FIBRECHANNEL ideal-int 17175pkg syscall (netbsd-amd64), const IFT_FRAMERELAYINTERCONNECT ideal-int 17176pkg syscall (netbsd-amd64), const IFT_FRAMERELAYMPI ideal-int 17177pkg syscall (netbsd-amd64), const IFT_FRDLCIENDPT ideal-int 17178pkg syscall (netbsd-amd64), const IFT_FRELAY ideal-int 17179pkg syscall (netbsd-amd64), const IFT_FRELAYDCE ideal-int 17180pkg syscall (netbsd-amd64), const IFT_FRF16MFRBUNDLE ideal-int 17181pkg syscall (netbsd-amd64), const IFT_FRFORWARD ideal-int 17182pkg syscall (netbsd-amd64), const IFT_G703AT2MB ideal-int 17183pkg syscall (netbsd-amd64), const IFT_G703AT64K ideal-int 17184pkg syscall (netbsd-amd64), const IFT_GIF ideal-int 17185pkg syscall (netbsd-amd64), const IFT_GIGABITETHERNET ideal-int 17186pkg syscall (netbsd-amd64), const IFT_GR303IDT ideal-int 17187pkg syscall (netbsd-amd64), const IFT_GR303RDT ideal-int 17188pkg syscall (netbsd-amd64), const IFT_H323GATEKEEPER ideal-int 17189pkg syscall (netbsd-amd64), const IFT_H323PROXY ideal-int 17190pkg syscall (netbsd-amd64), const IFT_HDH1822 ideal-int 17191pkg syscall (netbsd-amd64), const IFT_HDLC ideal-int 17192pkg syscall (netbsd-amd64), const IFT_HDSL2 ideal-int 17193pkg syscall (netbsd-amd64), const IFT_HIPERLAN2 ideal-int 17194pkg syscall (netbsd-amd64), const IFT_HIPPI ideal-int 17195pkg syscall (netbsd-amd64), const IFT_HIPPIINTERFACE ideal-int 17196pkg syscall (netbsd-amd64), const IFT_HOSTPAD ideal-int 17197pkg syscall (netbsd-amd64), const IFT_HSSI ideal-int 17198pkg syscall (netbsd-amd64), const IFT_HY ideal-int 17199pkg syscall (netbsd-amd64), const IFT_IBM370PARCHAN ideal-int 17200pkg syscall (netbsd-amd64), const IFT_IDSL ideal-int 17201pkg syscall (netbsd-amd64), const IFT_IEEE1394 ideal-int 17202pkg syscall (netbsd-amd64), const IFT_IEEE80211 ideal-int 17203pkg syscall (netbsd-amd64), const IFT_IEEE80212 ideal-int 17204pkg syscall (netbsd-amd64), const IFT_IEEE8023ADLAG ideal-int 17205pkg syscall (netbsd-amd64), const IFT_IFGSN ideal-int 17206pkg syscall (netbsd-amd64), const IFT_IMT ideal-int 17207pkg syscall (netbsd-amd64), const IFT_INFINIBAND ideal-int 17208pkg syscall (netbsd-amd64), const IFT_INTERLEAVE ideal-int 17209pkg syscall (netbsd-amd64), const IFT_IP ideal-int 17210pkg syscall (netbsd-amd64), const IFT_IPFORWARD ideal-int 17211pkg syscall (netbsd-amd64), const IFT_IPOVERATM ideal-int 17212pkg syscall (netbsd-amd64), const IFT_IPOVERCDLC ideal-int 17213pkg syscall (netbsd-amd64), const IFT_IPOVERCLAW ideal-int 17214pkg syscall (netbsd-amd64), const IFT_IPSWITCH ideal-int 17215pkg syscall (netbsd-amd64), const IFT_ISDN ideal-int 17216pkg syscall (netbsd-amd64), const IFT_ISDNBASIC ideal-int 17217pkg syscall (netbsd-amd64), const IFT_ISDNPRIMARY ideal-int 17218pkg syscall (netbsd-amd64), const IFT_ISDNS ideal-int 17219pkg syscall (netbsd-amd64), const IFT_ISDNU ideal-int 17220pkg syscall (netbsd-amd64), const IFT_ISO88022LLC ideal-int 17221pkg syscall (netbsd-amd64), const IFT_ISO88023 ideal-int 17222pkg syscall (netbsd-amd64), const IFT_ISO88024 ideal-int 17223pkg syscall (netbsd-amd64), const IFT_ISO88025 ideal-int 17224pkg syscall (netbsd-amd64), const IFT_ISO88025CRFPINT ideal-int 17225pkg syscall (netbsd-amd64), const IFT_ISO88025DTR ideal-int 17226pkg syscall (netbsd-amd64), const IFT_ISO88025FIBER ideal-int 17227pkg syscall (netbsd-amd64), const IFT_ISO88026 ideal-int 17228pkg syscall (netbsd-amd64), const IFT_ISUP ideal-int 17229pkg syscall (netbsd-amd64), const IFT_L2VLAN ideal-int 17230pkg syscall (netbsd-amd64), const IFT_L3IPVLAN ideal-int 17231pkg syscall (netbsd-amd64), const IFT_L3IPXVLAN ideal-int 17232pkg syscall (netbsd-amd64), const IFT_LAPB ideal-int 17233pkg syscall (netbsd-amd64), const IFT_LAPD ideal-int 17234pkg syscall (netbsd-amd64), const IFT_LAPF ideal-int 17235pkg syscall (netbsd-amd64), const IFT_LINEGROUP ideal-int 17236pkg syscall (netbsd-amd64), const IFT_LOCALTALK ideal-int 17237pkg syscall (netbsd-amd64), const IFT_LOOP ideal-int 17238pkg syscall (netbsd-amd64), const IFT_MEDIAMAILOVERIP ideal-int 17239pkg syscall (netbsd-amd64), const IFT_MFSIGLINK ideal-int 17240pkg syscall (netbsd-amd64), const IFT_MIOX25 ideal-int 17241pkg syscall (netbsd-amd64), const IFT_MODEM ideal-int 17242pkg syscall (netbsd-amd64), const IFT_MPC ideal-int 17243pkg syscall (netbsd-amd64), const IFT_MPLS ideal-int 17244pkg syscall (netbsd-amd64), const IFT_MPLSTUNNEL ideal-int 17245pkg syscall (netbsd-amd64), const IFT_MSDSL ideal-int 17246pkg syscall (netbsd-amd64), const IFT_MVL ideal-int 17247pkg syscall (netbsd-amd64), const IFT_MYRINET ideal-int 17248pkg syscall (netbsd-amd64), const IFT_NFAS ideal-int 17249pkg syscall (netbsd-amd64), const IFT_NSIP ideal-int 17250pkg syscall (netbsd-amd64), const IFT_OPTICALCHANNEL ideal-int 17251pkg syscall (netbsd-amd64), const IFT_OPTICALTRANSPORT ideal-int 17252pkg syscall (netbsd-amd64), const IFT_OTHER ideal-int 17253pkg syscall (netbsd-amd64), const IFT_P10 ideal-int 17254pkg syscall (netbsd-amd64), const IFT_P80 ideal-int 17255pkg syscall (netbsd-amd64), const IFT_PARA ideal-int 17256pkg syscall (netbsd-amd64), const IFT_PFLOG ideal-int 17257pkg syscall (netbsd-amd64), const IFT_PFSYNC ideal-int 17258pkg syscall (netbsd-amd64), const IFT_PLC ideal-int 17259pkg syscall (netbsd-amd64), const IFT_PON155 ideal-int 17260pkg syscall (netbsd-amd64), const IFT_PON622 ideal-int 17261pkg syscall (netbsd-amd64), const IFT_POS ideal-int 17262pkg syscall (netbsd-amd64), const IFT_PPP ideal-int 17263pkg syscall (netbsd-amd64), const IFT_PPPMULTILINKBUNDLE ideal-int 17264pkg syscall (netbsd-amd64), const IFT_PROPATM ideal-int 17265pkg syscall (netbsd-amd64), const IFT_PROPBWAP2MP ideal-int 17266pkg syscall (netbsd-amd64), const IFT_PROPCNLS ideal-int 17267pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int 17268pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int 17269pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int 17270pkg syscall (netbsd-amd64), const IFT_PROPMUX ideal-int 17271pkg syscall (netbsd-amd64), const IFT_PROPVIRTUAL ideal-int 17272pkg syscall (netbsd-amd64), const IFT_PROPWIRELESSP2P ideal-int 17273pkg syscall (netbsd-amd64), const IFT_PTPSERIAL ideal-int 17274pkg syscall (netbsd-amd64), const IFT_PVC ideal-int 17275pkg syscall (netbsd-amd64), const IFT_Q2931 ideal-int 17276pkg syscall (netbsd-amd64), const IFT_QLLC ideal-int 17277pkg syscall (netbsd-amd64), const IFT_RADIOMAC ideal-int 17278pkg syscall (netbsd-amd64), const IFT_RADSL ideal-int 17279pkg syscall (netbsd-amd64), const IFT_REACHDSL ideal-int 17280pkg syscall (netbsd-amd64), const IFT_RFC1483 ideal-int 17281pkg syscall (netbsd-amd64), const IFT_RS232 ideal-int 17282pkg syscall (netbsd-amd64), const IFT_RSRB ideal-int 17283pkg syscall (netbsd-amd64), const IFT_SDLC ideal-int 17284pkg syscall (netbsd-amd64), const IFT_SDSL ideal-int 17285pkg syscall (netbsd-amd64), const IFT_SHDSL ideal-int 17286pkg syscall (netbsd-amd64), const IFT_SIP ideal-int 17287pkg syscall (netbsd-amd64), const IFT_SIPSIG ideal-int 17288pkg syscall (netbsd-amd64), const IFT_SIPTG ideal-int 17289pkg syscall (netbsd-amd64), const IFT_SLIP ideal-int 17290pkg syscall (netbsd-amd64), const IFT_SMDSDXI ideal-int 17291pkg syscall (netbsd-amd64), const IFT_SMDSICIP ideal-int 17292pkg syscall (netbsd-amd64), const IFT_SONET ideal-int 17293pkg syscall (netbsd-amd64), const IFT_SONETOVERHEADCHANNEL ideal-int 17294pkg syscall (netbsd-amd64), const IFT_SONETPATH ideal-int 17295pkg syscall (netbsd-amd64), const IFT_SONETVT ideal-int 17296pkg syscall (netbsd-amd64), const IFT_SRP ideal-int 17297pkg syscall (netbsd-amd64), const IFT_SS7SIGLINK ideal-int 17298pkg syscall (netbsd-amd64), const IFT_STACKTOSTACK ideal-int 17299pkg syscall (netbsd-amd64), const IFT_STARLAN ideal-int 17300pkg syscall (netbsd-amd64), const IFT_STF ideal-int 17301pkg syscall (netbsd-amd64), const IFT_T1 ideal-int 17302pkg syscall (netbsd-amd64), const IFT_TDLC ideal-int 17303pkg syscall (netbsd-amd64), const IFT_TELINK ideal-int 17304pkg syscall (netbsd-amd64), const IFT_TERMPAD ideal-int 17305pkg syscall (netbsd-amd64), const IFT_TR008 ideal-int 17306pkg syscall (netbsd-amd64), const IFT_TRANSPHDLC ideal-int 17307pkg syscall (netbsd-amd64), const IFT_TUNNEL ideal-int 17308pkg syscall (netbsd-amd64), const IFT_ULTRA ideal-int 17309pkg syscall (netbsd-amd64), const IFT_USB ideal-int 17310pkg syscall (netbsd-amd64), const IFT_V11 ideal-int 17311pkg syscall (netbsd-amd64), const IFT_V35 ideal-int 17312pkg syscall (netbsd-amd64), const IFT_V36 ideal-int 17313pkg syscall (netbsd-amd64), const IFT_V37 ideal-int 17314pkg syscall (netbsd-amd64), const IFT_VDSL ideal-int 17315pkg syscall (netbsd-amd64), const IFT_VIRTUALIPADDRESS ideal-int 17316pkg syscall (netbsd-amd64), const IFT_VIRTUALTG ideal-int 17317pkg syscall (netbsd-amd64), const IFT_VOICEDID ideal-int 17318pkg syscall (netbsd-amd64), const IFT_VOICEEM ideal-int 17319pkg syscall (netbsd-amd64), const IFT_VOICEEMFGD ideal-int 17320pkg syscall (netbsd-amd64), const IFT_VOICEENCAP ideal-int 17321pkg syscall (netbsd-amd64), const IFT_VOICEFGDEANA ideal-int 17322pkg syscall (netbsd-amd64), const IFT_VOICEFXO ideal-int 17323pkg syscall (netbsd-amd64), const IFT_VOICEFXS ideal-int 17324pkg syscall (netbsd-amd64), const IFT_VOICEOVERATM ideal-int 17325pkg syscall (netbsd-amd64), const IFT_VOICEOVERCABLE ideal-int 17326pkg syscall (netbsd-amd64), const IFT_VOICEOVERFRAMERELAY ideal-int 17327pkg syscall (netbsd-amd64), const IFT_VOICEOVERIP ideal-int 17328pkg syscall (netbsd-amd64), const IFT_X213 ideal-int 17329pkg syscall (netbsd-amd64), const IFT_X25 ideal-int 17330pkg syscall (netbsd-amd64), const IFT_X25DDN ideal-int 17331pkg syscall (netbsd-amd64), const IFT_X25HUNTGROUP ideal-int 17332pkg syscall (netbsd-amd64), const IFT_X25MLP ideal-int 17333pkg syscall (netbsd-amd64), const IFT_X25PLE ideal-int 17334pkg syscall (netbsd-amd64), const IFT_XETHER ideal-int 17335pkg syscall (netbsd-amd64), const IGNBRK ideal-int 17336pkg syscall (netbsd-amd64), const IGNCR ideal-int 17337pkg syscall (netbsd-amd64), const IGNPAR ideal-int 17338pkg syscall (netbsd-amd64), const IMAXBEL ideal-int 17339pkg syscall (netbsd-amd64), const INLCR ideal-int 17340pkg syscall (netbsd-amd64), const INPCK ideal-int 17341pkg syscall (netbsd-amd64), const IN_CLASSA_HOST ideal-int 17342pkg syscall (netbsd-amd64), const IN_CLASSA_MAX ideal-int 17343pkg syscall (netbsd-amd64), const IN_CLASSA_NET ideal-int 17344pkg syscall (netbsd-amd64), const IN_CLASSA_NSHIFT ideal-int 17345pkg syscall (netbsd-amd64), const IN_CLASSB_HOST ideal-int 17346pkg syscall (netbsd-amd64), const IN_CLASSB_MAX ideal-int 17347pkg syscall (netbsd-amd64), const IN_CLASSB_NET ideal-int 17348pkg syscall (netbsd-amd64), const IN_CLASSB_NSHIFT ideal-int 17349pkg syscall (netbsd-amd64), const IN_CLASSC_HOST ideal-int 17350pkg syscall (netbsd-amd64), const IN_CLASSC_NET ideal-int 17351pkg syscall (netbsd-amd64), const IN_CLASSC_NSHIFT ideal-int 17352pkg syscall (netbsd-amd64), const IN_CLASSD_HOST ideal-int 17353pkg syscall (netbsd-amd64), const IN_CLASSD_NET ideal-int 17354pkg syscall (netbsd-amd64), const IN_CLASSD_NSHIFT ideal-int 17355pkg syscall (netbsd-amd64), const IN_LOOPBACKNET ideal-int 17356pkg syscall (netbsd-amd64), const IPPROTO_AH ideal-int 17357pkg syscall (netbsd-amd64), const IPPROTO_CARP ideal-int 17358pkg syscall (netbsd-amd64), const IPPROTO_DONE ideal-int 17359pkg syscall (netbsd-amd64), const IPPROTO_DSTOPTS ideal-int 17360pkg syscall (netbsd-amd64), const IPPROTO_EGP ideal-int 17361pkg syscall (netbsd-amd64), const IPPROTO_ENCAP ideal-int 17362pkg syscall (netbsd-amd64), const IPPROTO_EON ideal-int 17363pkg syscall (netbsd-amd64), const IPPROTO_ESP ideal-int 17364pkg syscall (netbsd-amd64), const IPPROTO_ETHERIP ideal-int 17365pkg syscall (netbsd-amd64), const IPPROTO_FRAGMENT ideal-int 17366pkg syscall (netbsd-amd64), const IPPROTO_GGP ideal-int 17367pkg syscall (netbsd-amd64), const IPPROTO_GRE ideal-int 17368pkg syscall (netbsd-amd64), const IPPROTO_HOPOPTS ideal-int 17369pkg syscall (netbsd-amd64), const IPPROTO_ICMP ideal-int 17370pkg syscall (netbsd-amd64), const IPPROTO_ICMPV6 ideal-int 17371pkg syscall (netbsd-amd64), const IPPROTO_IDP ideal-int 17372pkg syscall (netbsd-amd64), const IPPROTO_IGMP ideal-int 17373pkg syscall (netbsd-amd64), const IPPROTO_IPCOMP ideal-int 17374pkg syscall (netbsd-amd64), const IPPROTO_IPIP ideal-int 17375pkg syscall (netbsd-amd64), const IPPROTO_IPV4 ideal-int 17376pkg syscall (netbsd-amd64), const IPPROTO_IPV6_ICMP ideal-int 17377pkg syscall (netbsd-amd64), const IPPROTO_MAX ideal-int 17378pkg syscall (netbsd-amd64), const IPPROTO_MAXID ideal-int 17379pkg syscall (netbsd-amd64), const IPPROTO_MOBILE ideal-int 17380pkg syscall (netbsd-amd64), const IPPROTO_NONE ideal-int 17381pkg syscall (netbsd-amd64), const IPPROTO_PFSYNC ideal-int 17382pkg syscall (netbsd-amd64), const IPPROTO_PIM ideal-int 17383pkg syscall (netbsd-amd64), const IPPROTO_PUP ideal-int 17384pkg syscall (netbsd-amd64), const IPPROTO_RAW ideal-int 17385pkg syscall (netbsd-amd64), const IPPROTO_ROUTING ideal-int 17386pkg syscall (netbsd-amd64), const IPPROTO_RSVP ideal-int 17387pkg syscall (netbsd-amd64), const IPPROTO_TP ideal-int 17388pkg syscall (netbsd-amd64), const IPPROTO_VRRP ideal-int 17389pkg syscall (netbsd-amd64), const IPV6_CHECKSUM ideal-int 17390pkg syscall (netbsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int 17391pkg syscall (netbsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int 17392pkg syscall (netbsd-amd64), const IPV6_DEFHLIM ideal-int 17393pkg syscall (netbsd-amd64), const IPV6_DONTFRAG ideal-int 17394pkg syscall (netbsd-amd64), const IPV6_DSTOPTS ideal-int 17395pkg syscall (netbsd-amd64), const IPV6_FAITH ideal-int 17396pkg syscall (netbsd-amd64), const IPV6_FLOWINFO_MASK ideal-int 17397pkg syscall (netbsd-amd64), const IPV6_FLOWLABEL_MASK ideal-int 17398pkg syscall (netbsd-amd64), const IPV6_FRAGTTL ideal-int 17399pkg syscall (netbsd-amd64), const IPV6_HLIMDEC ideal-int 17400pkg syscall (netbsd-amd64), const IPV6_HOPLIMIT ideal-int 17401pkg syscall (netbsd-amd64), const IPV6_HOPOPTS ideal-int 17402pkg syscall (netbsd-amd64), const IPV6_IPSEC_POLICY ideal-int 17403pkg syscall (netbsd-amd64), const IPV6_MAXHLIM ideal-int 17404pkg syscall (netbsd-amd64), const IPV6_MAXPACKET ideal-int 17405pkg syscall (netbsd-amd64), const IPV6_MMTU ideal-int 17406pkg syscall (netbsd-amd64), const IPV6_NEXTHOP ideal-int 17407pkg syscall (netbsd-amd64), const IPV6_PATHMTU ideal-int 17408pkg syscall (netbsd-amd64), const IPV6_PKTINFO ideal-int 17409pkg syscall (netbsd-amd64), const IPV6_PORTRANGE ideal-int 17410pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_DEFAULT ideal-int 17411pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_HIGH ideal-int 17412pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_LOW ideal-int 17413pkg syscall (netbsd-amd64), const IPV6_RECVDSTOPTS ideal-int 17414pkg syscall (netbsd-amd64), const IPV6_RECVHOPLIMIT ideal-int 17415pkg syscall (netbsd-amd64), const IPV6_RECVHOPOPTS ideal-int 17416pkg syscall (netbsd-amd64), const IPV6_RECVPATHMTU ideal-int 17417pkg syscall (netbsd-amd64), const IPV6_RECVPKTINFO ideal-int 17418pkg syscall (netbsd-amd64), const IPV6_RECVRTHDR ideal-int 17419pkg syscall (netbsd-amd64), const IPV6_RECVTCLASS ideal-int 17420pkg syscall (netbsd-amd64), const IPV6_RTHDR ideal-int 17421pkg syscall (netbsd-amd64), const IPV6_RTHDRDSTOPTS ideal-int 17422pkg syscall (netbsd-amd64), const IPV6_RTHDR_LOOSE ideal-int 17423pkg syscall (netbsd-amd64), const IPV6_RTHDR_STRICT ideal-int 17424pkg syscall (netbsd-amd64), const IPV6_RTHDR_TYPE_0 ideal-int 17425pkg syscall (netbsd-amd64), const IPV6_SOCKOPT_RESERVED1 ideal-int 17426pkg syscall (netbsd-amd64), const IPV6_TCLASS ideal-int 17427pkg syscall (netbsd-amd64), const IPV6_USE_MIN_MTU ideal-int 17428pkg syscall (netbsd-amd64), const IPV6_VERSION ideal-int 17429pkg syscall (netbsd-amd64), const IPV6_VERSION_MASK ideal-int 17430pkg syscall (netbsd-amd64), const IP_DEFAULT_MULTICAST_LOOP ideal-int 17431pkg syscall (netbsd-amd64), const IP_DEFAULT_MULTICAST_TTL ideal-int 17432pkg syscall (netbsd-amd64), const IP_DF ideal-int 17433pkg syscall (netbsd-amd64), const IP_EF ideal-int 17434pkg syscall (netbsd-amd64), const IP_ERRORMTU ideal-int 17435pkg syscall (netbsd-amd64), const IP_HDRINCL ideal-int 17436pkg syscall (netbsd-amd64), const IP_IPSEC_POLICY ideal-int 17437pkg syscall (netbsd-amd64), const IP_MAXPACKET ideal-int 17438pkg syscall (netbsd-amd64), const IP_MAX_MEMBERSHIPS ideal-int 17439pkg syscall (netbsd-amd64), const IP_MF ideal-int 17440pkg syscall (netbsd-amd64), const IP_MINFRAGSIZE ideal-int 17441pkg syscall (netbsd-amd64), const IP_MINTTL ideal-int 17442pkg syscall (netbsd-amd64), const IP_MSS ideal-int 17443pkg syscall (netbsd-amd64), const IP_OFFMASK ideal-int 17444pkg syscall (netbsd-amd64), const IP_OPTIONS ideal-int 17445pkg syscall (netbsd-amd64), const IP_PORTRANGE ideal-int 17446pkg syscall (netbsd-amd64), const IP_PORTRANGE_DEFAULT ideal-int 17447pkg syscall (netbsd-amd64), const IP_PORTRANGE_HIGH ideal-int 17448pkg syscall (netbsd-amd64), const IP_PORTRANGE_LOW ideal-int 17449pkg syscall (netbsd-amd64), const IP_RECVDSTADDR ideal-int 17450pkg syscall (netbsd-amd64), const IP_RECVIF ideal-int 17451pkg syscall (netbsd-amd64), const IP_RECVOPTS ideal-int 17452pkg syscall (netbsd-amd64), const IP_RECVRETOPTS ideal-int 17453pkg syscall (netbsd-amd64), const IP_RECVTTL ideal-int 17454pkg syscall (netbsd-amd64), const IP_RETOPTS ideal-int 17455pkg syscall (netbsd-amd64), const IP_RF ideal-int 17456pkg syscall (netbsd-amd64), const ISIG ideal-int 17457pkg syscall (netbsd-amd64), const ISTRIP ideal-int 17458pkg syscall (netbsd-amd64), const IXANY ideal-int 17459pkg syscall (netbsd-amd64), const IXOFF ideal-int 17460pkg syscall (netbsd-amd64), const IXON ideal-int 17461pkg syscall (netbsd-amd64), const LOCK_EX ideal-int 17462pkg syscall (netbsd-amd64), const LOCK_NB ideal-int 17463pkg syscall (netbsd-amd64), const LOCK_SH ideal-int 17464pkg syscall (netbsd-amd64), const LOCK_UN ideal-int 17465pkg syscall (netbsd-amd64), const MSG_BCAST ideal-int 17466pkg syscall (netbsd-amd64), const MSG_CMSG_CLOEXEC ideal-int 17467pkg syscall (netbsd-amd64), const MSG_CONTROLMBUF ideal-int 17468pkg syscall (netbsd-amd64), const MSG_CTRUNC ideal-int 17469pkg syscall (netbsd-amd64), const MSG_DONTROUTE ideal-int 17470pkg syscall (netbsd-amd64), const MSG_DONTWAIT ideal-int 17471pkg syscall (netbsd-amd64), const MSG_EOR ideal-int 17472pkg syscall (netbsd-amd64), const MSG_IOVUSRSPACE ideal-int 17473pkg syscall (netbsd-amd64), const MSG_LENUSRSPACE ideal-int 17474pkg syscall (netbsd-amd64), const MSG_MCAST ideal-int 17475pkg syscall (netbsd-amd64), const MSG_NAMEMBUF ideal-int 17476pkg syscall (netbsd-amd64), const MSG_NBIO ideal-int 17477pkg syscall (netbsd-amd64), const MSG_NOSIGNAL ideal-int 17478pkg syscall (netbsd-amd64), const MSG_OOB ideal-int 17479pkg syscall (netbsd-amd64), const MSG_PEEK ideal-int 17480pkg syscall (netbsd-amd64), const MSG_TRUNC ideal-int 17481pkg syscall (netbsd-amd64), const MSG_USERFLAGS ideal-int 17482pkg syscall (netbsd-amd64), const MSG_WAITALL ideal-int 17483pkg syscall (netbsd-amd64), const NAME_MAX ideal-int 17484pkg syscall (netbsd-amd64), const NET_RT_DUMP ideal-int 17485pkg syscall (netbsd-amd64), const NET_RT_FLAGS ideal-int 17486pkg syscall (netbsd-amd64), const NET_RT_IFLIST ideal-int 17487pkg syscall (netbsd-amd64), const NET_RT_MAXID ideal-int 17488pkg syscall (netbsd-amd64), const NET_RT_OIFLIST ideal-int 17489pkg syscall (netbsd-amd64), const NET_RT_OOIFLIST ideal-int 17490pkg syscall (netbsd-amd64), const NOFLSH ideal-int 17491pkg syscall (netbsd-amd64), const NOTE_ATTRIB ideal-int 17492pkg syscall (netbsd-amd64), const NOTE_CHILD ideal-int 17493pkg syscall (netbsd-amd64), const NOTE_DELETE ideal-int 17494pkg syscall (netbsd-amd64), const NOTE_EXEC ideal-int 17495pkg syscall (netbsd-amd64), const NOTE_EXIT ideal-int 17496pkg syscall (netbsd-amd64), const NOTE_EXTEND ideal-int 17497pkg syscall (netbsd-amd64), const NOTE_FORK ideal-int 17498pkg syscall (netbsd-amd64), const NOTE_LINK ideal-int 17499pkg syscall (netbsd-amd64), const NOTE_LOWAT ideal-int 17500pkg syscall (netbsd-amd64), const NOTE_PCTRLMASK ideal-int 17501pkg syscall (netbsd-amd64), const NOTE_PDATAMASK ideal-int 17502pkg syscall (netbsd-amd64), const NOTE_RENAME ideal-int 17503pkg syscall (netbsd-amd64), const NOTE_REVOKE ideal-int 17504pkg syscall (netbsd-amd64), const NOTE_TRACK ideal-int 17505pkg syscall (netbsd-amd64), const NOTE_TRACKERR ideal-int 17506pkg syscall (netbsd-amd64), const NOTE_WRITE ideal-int 17507pkg syscall (netbsd-amd64), const OCRNL ideal-int 17508pkg syscall (netbsd-amd64), const OFIOGETBMAP ideal-int 17509pkg syscall (netbsd-amd64), const ONLCR ideal-int 17510pkg syscall (netbsd-amd64), const ONLRET ideal-int 17511pkg syscall (netbsd-amd64), const ONOCR ideal-int 17512pkg syscall (netbsd-amd64), const ONOEOT ideal-int 17513pkg syscall (netbsd-amd64), const OPOST ideal-int 17514pkg syscall (netbsd-amd64), const O_ACCMODE ideal-int 17515pkg syscall (netbsd-amd64), const O_ALT_IO ideal-int 17516pkg syscall (netbsd-amd64), const O_DIRECT ideal-int 17517pkg syscall (netbsd-amd64), const O_DIRECTORY ideal-int 17518pkg syscall (netbsd-amd64), const O_DSYNC ideal-int 17519pkg syscall (netbsd-amd64), const O_EXLOCK ideal-int 17520pkg syscall (netbsd-amd64), const O_FSYNC ideal-int 17521pkg syscall (netbsd-amd64), const O_NDELAY ideal-int 17522pkg syscall (netbsd-amd64), const O_NOFOLLOW ideal-int 17523pkg syscall (netbsd-amd64), const O_NOSIGPIPE ideal-int 17524pkg syscall (netbsd-amd64), const O_RSYNC ideal-int 17525pkg syscall (netbsd-amd64), const O_SHLOCK ideal-int 17526pkg syscall (netbsd-amd64), const PARENB ideal-int 17527pkg syscall (netbsd-amd64), const PARMRK ideal-int 17528pkg syscall (netbsd-amd64), const PARODD ideal-int 17529pkg syscall (netbsd-amd64), const PENDIN ideal-int 17530pkg syscall (netbsd-amd64), const PRIO_PGRP = 1 17531pkg syscall (netbsd-amd64), const PRIO_PGRP ideal-int 17532pkg syscall (netbsd-amd64), const PRIO_PROCESS = 0 17533pkg syscall (netbsd-amd64), const PRIO_PROCESS ideal-int 17534pkg syscall (netbsd-amd64), const PRIO_USER = 2 17535pkg syscall (netbsd-amd64), const PRIO_USER ideal-int 17536pkg syscall (netbsd-amd64), const PRI_IOFLUSH ideal-int 17537pkg syscall (netbsd-amd64), const PTRACE_CONT ideal-int 17538pkg syscall (netbsd-amd64), const PTRACE_KILL ideal-int 17539pkg syscall (netbsd-amd64), const PTRACE_TRACEME ideal-int 17540pkg syscall (netbsd-amd64), const RLIMIT_AS ideal-int 17541pkg syscall (netbsd-amd64), const RLIMIT_CORE ideal-int 17542pkg syscall (netbsd-amd64), const RLIMIT_CPU ideal-int 17543pkg syscall (netbsd-amd64), const RLIMIT_DATA ideal-int 17544pkg syscall (netbsd-amd64), const RLIMIT_FSIZE ideal-int 17545pkg syscall (netbsd-amd64), const RLIMIT_NOFILE ideal-int 17546pkg syscall (netbsd-amd64), const RLIMIT_STACK ideal-int 17547pkg syscall (netbsd-amd64), const RLIM_INFINITY ideal-int 17548pkg syscall (netbsd-amd64), const RTAX_AUTHOR ideal-int 17549pkg syscall (netbsd-amd64), const RTAX_BRD ideal-int 17550pkg syscall (netbsd-amd64), const RTAX_DST ideal-int 17551pkg syscall (netbsd-amd64), const RTAX_GATEWAY ideal-int 17552pkg syscall (netbsd-amd64), const RTAX_GENMASK ideal-int 17553pkg syscall (netbsd-amd64), const RTAX_IFA ideal-int 17554pkg syscall (netbsd-amd64), const RTAX_IFP ideal-int 17555pkg syscall (netbsd-amd64), const RTAX_MAX ideal-int 17556pkg syscall (netbsd-amd64), const RTAX_NETMASK ideal-int 17557pkg syscall (netbsd-amd64), const RTAX_TAG ideal-int 17558pkg syscall (netbsd-amd64), const RTA_AUTHOR ideal-int 17559pkg syscall (netbsd-amd64), const RTA_BRD ideal-int 17560pkg syscall (netbsd-amd64), const RTA_DST ideal-int 17561pkg syscall (netbsd-amd64), const RTA_GATEWAY ideal-int 17562pkg syscall (netbsd-amd64), const RTA_GENMASK ideal-int 17563pkg syscall (netbsd-amd64), const RTA_IFA ideal-int 17564pkg syscall (netbsd-amd64), const RTA_IFP ideal-int 17565pkg syscall (netbsd-amd64), const RTA_NETMASK ideal-int 17566pkg syscall (netbsd-amd64), const RTA_TAG ideal-int 17567pkg syscall (netbsd-amd64), const RTF_ANNOUNCE ideal-int 17568pkg syscall (netbsd-amd64), const RTF_BLACKHOLE ideal-int 17569pkg syscall (netbsd-amd64), const RTF_CLONED ideal-int 17570pkg syscall (netbsd-amd64), const RTF_CLONING ideal-int 17571pkg syscall (netbsd-amd64), const RTF_DONE ideal-int 17572pkg syscall (netbsd-amd64), const RTF_DYNAMIC ideal-int 17573pkg syscall (netbsd-amd64), const RTF_GATEWAY ideal-int 17574pkg syscall (netbsd-amd64), const RTF_HOST ideal-int 17575pkg syscall (netbsd-amd64), const RTF_LLINFO ideal-int 17576pkg syscall (netbsd-amd64), const RTF_MASK ideal-int 17577pkg syscall (netbsd-amd64), const RTF_MODIFIED ideal-int 17578pkg syscall (netbsd-amd64), const RTF_PROTO1 ideal-int 17579pkg syscall (netbsd-amd64), const RTF_PROTO2 ideal-int 17580pkg syscall (netbsd-amd64), const RTF_REJECT ideal-int 17581pkg syscall (netbsd-amd64), const RTF_SRC ideal-int 17582pkg syscall (netbsd-amd64), const RTF_STATIC ideal-int 17583pkg syscall (netbsd-amd64), const RTF_UP ideal-int 17584pkg syscall (netbsd-amd64), const RTF_XRESOLVE ideal-int 17585pkg syscall (netbsd-amd64), const RTM_ADD ideal-int 17586pkg syscall (netbsd-amd64), const RTM_CHANGE ideal-int 17587pkg syscall (netbsd-amd64), const RTM_CHGADDR ideal-int 17588pkg syscall (netbsd-amd64), const RTM_DELADDR ideal-int 17589pkg syscall (netbsd-amd64), const RTM_DELETE ideal-int 17590pkg syscall (netbsd-amd64), const RTM_GET ideal-int 17591pkg syscall (netbsd-amd64), const RTM_IEEE80211 ideal-int 17592pkg syscall (netbsd-amd64), const RTM_IFANNOUNCE ideal-int 17593pkg syscall (netbsd-amd64), const RTM_IFINFO ideal-int 17594pkg syscall (netbsd-amd64), const RTM_LLINFO_UPD ideal-int 17595pkg syscall (netbsd-amd64), const RTM_LOCK ideal-int 17596pkg syscall (netbsd-amd64), const RTM_LOSING ideal-int 17597pkg syscall (netbsd-amd64), const RTM_MISS ideal-int 17598pkg syscall (netbsd-amd64), const RTM_NEWADDR ideal-int 17599pkg syscall (netbsd-amd64), const RTM_OIFINFO ideal-int 17600pkg syscall (netbsd-amd64), const RTM_OLDADD ideal-int 17601pkg syscall (netbsd-amd64), const RTM_OLDDEL ideal-int 17602pkg syscall (netbsd-amd64), const RTM_OOIFINFO ideal-int 17603pkg syscall (netbsd-amd64), const RTM_REDIRECT ideal-int 17604pkg syscall (netbsd-amd64), const RTM_RESOLVE ideal-int 17605pkg syscall (netbsd-amd64), const RTM_RTTUNIT ideal-int 17606pkg syscall (netbsd-amd64), const RTM_SETGATE ideal-int 17607pkg syscall (netbsd-amd64), const RTM_VERSION ideal-int 17608pkg syscall (netbsd-amd64), const RTV_EXPIRE ideal-int 17609pkg syscall (netbsd-amd64), const RTV_HOPCOUNT ideal-int 17610pkg syscall (netbsd-amd64), const RTV_MTU ideal-int 17611pkg syscall (netbsd-amd64), const RTV_RPIPE ideal-int 17612pkg syscall (netbsd-amd64), const RTV_RTT ideal-int 17613pkg syscall (netbsd-amd64), const RTV_RTTVAR ideal-int 17614pkg syscall (netbsd-amd64), const RTV_SPIPE ideal-int 17615pkg syscall (netbsd-amd64), const RTV_SSTHRESH ideal-int 17616pkg syscall (netbsd-amd64), const RUSAGE_CHILDREN ideal-int 17617pkg syscall (netbsd-amd64), const RUSAGE_SELF ideal-int 17618pkg syscall (netbsd-amd64), const SCM_CREDS ideal-int 17619pkg syscall (netbsd-amd64), const SCM_RIGHTS ideal-int 17620pkg syscall (netbsd-amd64), const SCM_TIMESTAMP ideal-int 17621pkg syscall (netbsd-amd64), const SIGCHLD Signal 17622pkg syscall (netbsd-amd64), const SIGCONT Signal 17623pkg syscall (netbsd-amd64), const SIGEMT Signal 17624pkg syscall (netbsd-amd64), const SIGINFO Signal 17625pkg syscall (netbsd-amd64), const SIGIO Signal 17626pkg syscall (netbsd-amd64), const SIGIOT Signal 17627pkg syscall (netbsd-amd64), const SIGPROF Signal 17628pkg syscall (netbsd-amd64), const SIGPWR Signal 17629pkg syscall (netbsd-amd64), const SIGSTOP Signal 17630pkg syscall (netbsd-amd64), const SIGSYS Signal 17631pkg syscall (netbsd-amd64), const SIGTSTP Signal 17632pkg syscall (netbsd-amd64), const SIGTTIN Signal 17633pkg syscall (netbsd-amd64), const SIGTTOU Signal 17634pkg syscall (netbsd-amd64), const SIGURG Signal 17635pkg syscall (netbsd-amd64), const SIGUSR1 Signal 17636pkg syscall (netbsd-amd64), const SIGUSR2 Signal 17637pkg syscall (netbsd-amd64), const SIGVTALRM Signal 17638pkg syscall (netbsd-amd64), const SIGWINCH Signal 17639pkg syscall (netbsd-amd64), const SIGXCPU Signal 17640pkg syscall (netbsd-amd64), const SIGXFSZ Signal 17641pkg syscall (netbsd-amd64), const SIOCADDMULTI ideal-int 17642pkg syscall (netbsd-amd64), const SIOCADDRT ideal-int 17643pkg syscall (netbsd-amd64), const SIOCAIFADDR ideal-int 17644pkg syscall (netbsd-amd64), const SIOCALIFADDR ideal-int 17645pkg syscall (netbsd-amd64), const SIOCATMARK ideal-int 17646pkg syscall (netbsd-amd64), const SIOCDELMULTI ideal-int 17647pkg syscall (netbsd-amd64), const SIOCDELRT ideal-int 17648pkg syscall (netbsd-amd64), const SIOCDIFADDR ideal-int 17649pkg syscall (netbsd-amd64), const SIOCDIFPHYADDR ideal-int 17650pkg syscall (netbsd-amd64), const SIOCDLIFADDR ideal-int 17651pkg syscall (netbsd-amd64), const SIOCGDRVSPEC ideal-int 17652pkg syscall (netbsd-amd64), const SIOCGETPFSYNC ideal-int 17653pkg syscall (netbsd-amd64), const SIOCGETSGCNT ideal-int 17654pkg syscall (netbsd-amd64), const SIOCGETVIFCNT ideal-int 17655pkg syscall (netbsd-amd64), const SIOCGHIWAT ideal-int 17656pkg syscall (netbsd-amd64), const SIOCGIFADDR ideal-int 17657pkg syscall (netbsd-amd64), const SIOCGIFADDRPREF ideal-int 17658pkg syscall (netbsd-amd64), const SIOCGIFALIAS ideal-int 17659pkg syscall (netbsd-amd64), const SIOCGIFBRDADDR ideal-int 17660pkg syscall (netbsd-amd64), const SIOCGIFCAP ideal-int 17661pkg syscall (netbsd-amd64), const SIOCGIFCONF ideal-int 17662pkg syscall (netbsd-amd64), const SIOCGIFDATA ideal-int 17663pkg syscall (netbsd-amd64), const SIOCGIFDLT ideal-int 17664pkg syscall (netbsd-amd64), const SIOCGIFDSTADDR ideal-int 17665pkg syscall (netbsd-amd64), const SIOCGIFFLAGS ideal-int 17666pkg syscall (netbsd-amd64), const SIOCGIFGENERIC ideal-int 17667pkg syscall (netbsd-amd64), const SIOCGIFMEDIA ideal-int 17668pkg syscall (netbsd-amd64), const SIOCGIFMETRIC ideal-int 17669pkg syscall (netbsd-amd64), const SIOCGIFMTU ideal-int 17670pkg syscall (netbsd-amd64), const SIOCGIFNETMASK ideal-int 17671pkg syscall (netbsd-amd64), const SIOCGIFPDSTADDR ideal-int 17672pkg syscall (netbsd-amd64), const SIOCGIFPSRCADDR ideal-int 17673pkg syscall (netbsd-amd64), const SIOCGLIFADDR ideal-int 17674pkg syscall (netbsd-amd64), const SIOCGLIFPHYADDR ideal-int 17675pkg syscall (netbsd-amd64), const SIOCGLINKSTR ideal-int 17676pkg syscall (netbsd-amd64), const SIOCGLOWAT ideal-int 17677pkg syscall (netbsd-amd64), const SIOCGPGRP ideal-int 17678pkg syscall (netbsd-amd64), const SIOCGVH ideal-int 17679pkg syscall (netbsd-amd64), const SIOCIFCREATE ideal-int 17680pkg syscall (netbsd-amd64), const SIOCIFDESTROY ideal-int 17681pkg syscall (netbsd-amd64), const SIOCIFGCLONERS ideal-int 17682pkg syscall (netbsd-amd64), const SIOCINITIFADDR ideal-int 17683pkg syscall (netbsd-amd64), const SIOCSDRVSPEC ideal-int 17684pkg syscall (netbsd-amd64), const SIOCSETPFSYNC ideal-int 17685pkg syscall (netbsd-amd64), const SIOCSHIWAT ideal-int 17686pkg syscall (netbsd-amd64), const SIOCSIFADDR ideal-int 17687pkg syscall (netbsd-amd64), const SIOCSIFADDRPREF ideal-int 17688pkg syscall (netbsd-amd64), const SIOCSIFBRDADDR ideal-int 17689pkg syscall (netbsd-amd64), const SIOCSIFCAP ideal-int 17690pkg syscall (netbsd-amd64), const SIOCSIFDSTADDR ideal-int 17691pkg syscall (netbsd-amd64), const SIOCSIFFLAGS ideal-int 17692pkg syscall (netbsd-amd64), const SIOCSIFGENERIC ideal-int 17693pkg syscall (netbsd-amd64), const SIOCSIFMEDIA ideal-int 17694pkg syscall (netbsd-amd64), const SIOCSIFMETRIC ideal-int 17695pkg syscall (netbsd-amd64), const SIOCSIFMTU ideal-int 17696pkg syscall (netbsd-amd64), const SIOCSIFNETMASK ideal-int 17697pkg syscall (netbsd-amd64), const SIOCSIFPHYADDR ideal-int 17698pkg syscall (netbsd-amd64), const SIOCSLIFPHYADDR ideal-int 17699pkg syscall (netbsd-amd64), const SIOCSLINKSTR ideal-int 17700pkg syscall (netbsd-amd64), const SIOCSLOWAT ideal-int 17701pkg syscall (netbsd-amd64), const SIOCSPGRP ideal-int 17702pkg syscall (netbsd-amd64), const SIOCSVH ideal-int 17703pkg syscall (netbsd-amd64), const SIOCZIFDATA ideal-int 17704pkg syscall (netbsd-amd64), const SOCK_CLOEXEC ideal-int 17705pkg syscall (netbsd-amd64), const SOCK_FLAGS_MASK ideal-int 17706pkg syscall (netbsd-amd64), const SOCK_NONBLOCK ideal-int 17707pkg syscall (netbsd-amd64), const SOCK_NOSIGPIPE ideal-int 17708pkg syscall (netbsd-amd64), const SOCK_RDM ideal-int 17709pkg syscall (netbsd-amd64), const SO_ACCEPTCONN ideal-int 17710pkg syscall (netbsd-amd64), const SO_ACCEPTFILTER ideal-int 17711pkg syscall (netbsd-amd64), const SO_DEBUG ideal-int 17712pkg syscall (netbsd-amd64), const SO_ERROR ideal-int 17713pkg syscall (netbsd-amd64), const SO_NOHEADER ideal-int 17714pkg syscall (netbsd-amd64), const SO_NOSIGPIPE ideal-int 17715pkg syscall (netbsd-amd64), const SO_OOBINLINE ideal-int 17716pkg syscall (netbsd-amd64), const SO_OVERFLOWED ideal-int 17717pkg syscall (netbsd-amd64), const SO_RCVLOWAT ideal-int 17718pkg syscall (netbsd-amd64), const SO_RCVTIMEO ideal-int 17719pkg syscall (netbsd-amd64), const SO_REUSEPORT ideal-int 17720pkg syscall (netbsd-amd64), const SO_SNDLOWAT ideal-int 17721pkg syscall (netbsd-amd64), const SO_SNDTIMEO ideal-int 17722pkg syscall (netbsd-amd64), const SO_TIMESTAMP ideal-int 17723pkg syscall (netbsd-amd64), const SO_TYPE ideal-int 17724pkg syscall (netbsd-amd64), const SO_USELOOPBACK ideal-int 17725pkg syscall (netbsd-amd64), const SYSCTL_VERSION ideal-int 17726pkg syscall (netbsd-amd64), const SYSCTL_VERS_0 ideal-int 17727pkg syscall (netbsd-amd64), const SYSCTL_VERS_1 ideal-int 17728pkg syscall (netbsd-amd64), const SYSCTL_VERS_MASK ideal-int 17729pkg syscall (netbsd-amd64), const SYS_ACCEPT ideal-int 17730pkg syscall (netbsd-amd64), const SYS_ACCESS ideal-int 17731pkg syscall (netbsd-amd64), const SYS_ACCT ideal-int 17732pkg syscall (netbsd-amd64), const SYS_ADJTIME ideal-int 17733pkg syscall (netbsd-amd64), const SYS_BIND ideal-int 17734pkg syscall (netbsd-amd64), const SYS_BREAK ideal-int 17735pkg syscall (netbsd-amd64), const SYS_CHDIR ideal-int 17736pkg syscall (netbsd-amd64), const SYS_CHFLAGS ideal-int 17737pkg syscall (netbsd-amd64), const SYS_CHMOD ideal-int 17738pkg syscall (netbsd-amd64), const SYS_CHOWN ideal-int 17739pkg syscall (netbsd-amd64), const SYS_CHROOT ideal-int 17740pkg syscall (netbsd-amd64), const SYS_CLOCK_GETRES ideal-int 17741pkg syscall (netbsd-amd64), const SYS_CLOCK_GETTIME ideal-int 17742pkg syscall (netbsd-amd64), const SYS_CLOCK_SETTIME ideal-int 17743pkg syscall (netbsd-amd64), const SYS_CLOSE ideal-int 17744pkg syscall (netbsd-amd64), const SYS_CONNECT ideal-int 17745pkg syscall (netbsd-amd64), const SYS_DUP ideal-int 17746pkg syscall (netbsd-amd64), const SYS_DUP2 ideal-int 17747pkg syscall (netbsd-amd64), const SYS_DUP3 ideal-int 17748pkg syscall (netbsd-amd64), const SYS_EXECVE ideal-int 17749pkg syscall (netbsd-amd64), const SYS_EXIT ideal-int 17750pkg syscall (netbsd-amd64), const SYS_EXTATTRCTL ideal-int 17751pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_FD ideal-int 17752pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_FILE ideal-int 17753pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_LINK ideal-int 17754pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_FD ideal-int 17755pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_FILE ideal-int 17756pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_LINK ideal-int 17757pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_FD ideal-int 17758pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_FILE ideal-int 17759pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_LINK ideal-int 17760pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_FD ideal-int 17761pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_FILE ideal-int 17762pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_LINK ideal-int 17763pkg syscall (netbsd-amd64), const SYS_FACCESSAT ideal-int 17764pkg syscall (netbsd-amd64), const SYS_FCHDIR ideal-int 17765pkg syscall (netbsd-amd64), const SYS_FCHFLAGS ideal-int 17766pkg syscall (netbsd-amd64), const SYS_FCHMOD ideal-int 17767pkg syscall (netbsd-amd64), const SYS_FCHMODAT ideal-int 17768pkg syscall (netbsd-amd64), const SYS_FCHOWN ideal-int 17769pkg syscall (netbsd-amd64), const SYS_FCHOWNAT ideal-int 17770pkg syscall (netbsd-amd64), const SYS_FCHROOT ideal-int 17771pkg syscall (netbsd-amd64), const SYS_FCNTL ideal-int 17772pkg syscall (netbsd-amd64), const SYS_FDATASYNC ideal-int 17773pkg syscall (netbsd-amd64), const SYS_FEXECVE ideal-int 17774pkg syscall (netbsd-amd64), const SYS_FGETXATTR ideal-int 17775pkg syscall (netbsd-amd64), const SYS_FHSTAT ideal-int 17776pkg syscall (netbsd-amd64), const SYS_FKTRACE ideal-int 17777pkg syscall (netbsd-amd64), const SYS_FLISTXATTR ideal-int 17778pkg syscall (netbsd-amd64), const SYS_FLOCK ideal-int 17779pkg syscall (netbsd-amd64), const SYS_FORK ideal-int 17780pkg syscall (netbsd-amd64), const SYS_FPATHCONF ideal-int 17781pkg syscall (netbsd-amd64), const SYS_FREMOVEXATTR ideal-int 17782pkg syscall (netbsd-amd64), const SYS_FSETXATTR ideal-int 17783pkg syscall (netbsd-amd64), const SYS_FSTAT ideal-int 17784pkg syscall (netbsd-amd64), const SYS_FSTATAT ideal-int 17785pkg syscall (netbsd-amd64), const SYS_FSTATVFS1 ideal-int 17786pkg syscall (netbsd-amd64), const SYS_FSYNC ideal-int 17787pkg syscall (netbsd-amd64), const SYS_FSYNC_RANGE ideal-int 17788pkg syscall (netbsd-amd64), const SYS_FTRUNCATE ideal-int 17789pkg syscall (netbsd-amd64), const SYS_FUTIMENS ideal-int 17790pkg syscall (netbsd-amd64), const SYS_FUTIMES ideal-int 17791pkg syscall (netbsd-amd64), const SYS_GETCONTEXT ideal-int 17792pkg syscall (netbsd-amd64), const SYS_GETDENTS ideal-int 17793pkg syscall (netbsd-amd64), const SYS_GETEGID ideal-int 17794pkg syscall (netbsd-amd64), const SYS_GETEUID ideal-int 17795pkg syscall (netbsd-amd64), const SYS_GETFH ideal-int 17796pkg syscall (netbsd-amd64), const SYS_GETGID ideal-int 17797pkg syscall (netbsd-amd64), const SYS_GETGROUPS ideal-int 17798pkg syscall (netbsd-amd64), const SYS_GETITIMER ideal-int 17799pkg syscall (netbsd-amd64), const SYS_GETPEERNAME ideal-int 17800pkg syscall (netbsd-amd64), const SYS_GETPGID ideal-int 17801pkg syscall (netbsd-amd64), const SYS_GETPGRP ideal-int 17802pkg syscall (netbsd-amd64), const SYS_GETPID ideal-int 17803pkg syscall (netbsd-amd64), const SYS_GETPPID ideal-int 17804pkg syscall (netbsd-amd64), const SYS_GETPRIORITY ideal-int 17805pkg syscall (netbsd-amd64), const SYS_GETRLIMIT ideal-int 17806pkg syscall (netbsd-amd64), const SYS_GETRUSAGE ideal-int 17807pkg syscall (netbsd-amd64), const SYS_GETSID ideal-int 17808pkg syscall (netbsd-amd64), const SYS_GETSOCKNAME ideal-int 17809pkg syscall (netbsd-amd64), const SYS_GETSOCKOPT ideal-int 17810pkg syscall (netbsd-amd64), const SYS_GETTIMEOFDAY ideal-int 17811pkg syscall (netbsd-amd64), const SYS_GETUID ideal-int 17812pkg syscall (netbsd-amd64), const SYS_GETVFSSTAT ideal-int 17813pkg syscall (netbsd-amd64), const SYS_GETXATTR ideal-int 17814pkg syscall (netbsd-amd64), const SYS_IOCTL ideal-int 17815pkg syscall (netbsd-amd64), const SYS_ISSETUGID ideal-int 17816pkg syscall (netbsd-amd64), const SYS_KEVENT ideal-int 17817pkg syscall (netbsd-amd64), const SYS_KILL ideal-int 17818pkg syscall (netbsd-amd64), const SYS_KQUEUE ideal-int 17819pkg syscall (netbsd-amd64), const SYS_KQUEUE1 ideal-int 17820pkg syscall (netbsd-amd64), const SYS_KTRACE ideal-int 17821pkg syscall (netbsd-amd64), const SYS_LCHFLAGS ideal-int 17822pkg syscall (netbsd-amd64), const SYS_LCHMOD ideal-int 17823pkg syscall (netbsd-amd64), const SYS_LCHOWN ideal-int 17824pkg syscall (netbsd-amd64), const SYS_LGETXATTR ideal-int 17825pkg syscall (netbsd-amd64), const SYS_LINK ideal-int 17826pkg syscall (netbsd-amd64), const SYS_LINKAT ideal-int 17827pkg syscall (netbsd-amd64), const SYS_LISTEN ideal-int 17828pkg syscall (netbsd-amd64), const SYS_LISTXATTR ideal-int 17829pkg syscall (netbsd-amd64), const SYS_LLISTXATTR ideal-int 17830pkg syscall (netbsd-amd64), const SYS_LREMOVEXATTR ideal-int 17831pkg syscall (netbsd-amd64), const SYS_LSEEK ideal-int 17832pkg syscall (netbsd-amd64), const SYS_LSETXATTR ideal-int 17833pkg syscall (netbsd-amd64), const SYS_LSTAT ideal-int 17834pkg syscall (netbsd-amd64), const SYS_LUTIMES ideal-int 17835pkg syscall (netbsd-amd64), const SYS_MADVISE ideal-int 17836pkg syscall (netbsd-amd64), const SYS_MINCORE ideal-int 17837pkg syscall (netbsd-amd64), const SYS_MINHERIT ideal-int 17838pkg syscall (netbsd-amd64), const SYS_MKDIR ideal-int 17839pkg syscall (netbsd-amd64), const SYS_MKDIRAT ideal-int 17840pkg syscall (netbsd-amd64), const SYS_MKFIFO ideal-int 17841pkg syscall (netbsd-amd64), const SYS_MKFIFOAT ideal-int 17842pkg syscall (netbsd-amd64), const SYS_MKNOD ideal-int 17843pkg syscall (netbsd-amd64), const SYS_MKNODAT ideal-int 17844pkg syscall (netbsd-amd64), const SYS_MLOCK ideal-int 17845pkg syscall (netbsd-amd64), const SYS_MLOCKALL ideal-int 17846pkg syscall (netbsd-amd64), const SYS_MMAP ideal-int 17847pkg syscall (netbsd-amd64), const SYS_MODCTL ideal-int 17848pkg syscall (netbsd-amd64), const SYS_MOUNT ideal-int 17849pkg syscall (netbsd-amd64), const SYS_MPROTECT ideal-int 17850pkg syscall (netbsd-amd64), const SYS_MREMAP ideal-int 17851pkg syscall (netbsd-amd64), const SYS_MSGCTL ideal-int 17852pkg syscall (netbsd-amd64), const SYS_MSGGET ideal-int 17853pkg syscall (netbsd-amd64), const SYS_MSGRCV ideal-int 17854pkg syscall (netbsd-amd64), const SYS_MSGSND ideal-int 17855pkg syscall (netbsd-amd64), const SYS_MUNLOCK ideal-int 17856pkg syscall (netbsd-amd64), const SYS_MUNLOCKALL ideal-int 17857pkg syscall (netbsd-amd64), const SYS_MUNMAP ideal-int 17858pkg syscall (netbsd-amd64), const SYS_NANOSLEEP ideal-int 17859pkg syscall (netbsd-amd64), const SYS_NTP_ADJTIME ideal-int 17860pkg syscall (netbsd-amd64), const SYS_NTP_GETTIME ideal-int 17861pkg syscall (netbsd-amd64), const SYS_OPEN ideal-int 17862pkg syscall (netbsd-amd64), const SYS_OPENAT ideal-int 17863pkg syscall (netbsd-amd64), const SYS_PACCEPT ideal-int 17864pkg syscall (netbsd-amd64), const SYS_PATHCONF ideal-int 17865pkg syscall (netbsd-amd64), const SYS_PIPE ideal-int 17866pkg syscall (netbsd-amd64), const SYS_PIPE2 ideal-int 17867pkg syscall (netbsd-amd64), const SYS_PMC_CONTROL ideal-int 17868pkg syscall (netbsd-amd64), const SYS_PMC_GET_INFO ideal-int 17869pkg syscall (netbsd-amd64), const SYS_POLL ideal-int 17870pkg syscall (netbsd-amd64), const SYS_POLLTS ideal-int 17871pkg syscall (netbsd-amd64), const SYS_POSIX_FADVISE ideal-int 17872pkg syscall (netbsd-amd64), const SYS_POSIX_SPAWN ideal-int 17873pkg syscall (netbsd-amd64), const SYS_PREAD ideal-int 17874pkg syscall (netbsd-amd64), const SYS_PREADV ideal-int 17875pkg syscall (netbsd-amd64), const SYS_PROFIL ideal-int 17876pkg syscall (netbsd-amd64), const SYS_PSELECT ideal-int 17877pkg syscall (netbsd-amd64), const SYS_PSET_ASSIGN ideal-int 17878pkg syscall (netbsd-amd64), const SYS_PSET_CREATE ideal-int 17879pkg syscall (netbsd-amd64), const SYS_PSET_DESTROY ideal-int 17880pkg syscall (netbsd-amd64), const SYS_PTRACE ideal-int 17881pkg syscall (netbsd-amd64), const SYS_PWRITE ideal-int 17882pkg syscall (netbsd-amd64), const SYS_PWRITEV ideal-int 17883pkg syscall (netbsd-amd64), const SYS_RASCTL ideal-int 17884pkg syscall (netbsd-amd64), const SYS_READ ideal-int 17885pkg syscall (netbsd-amd64), const SYS_READLINK ideal-int 17886pkg syscall (netbsd-amd64), const SYS_READLINKAT ideal-int 17887pkg syscall (netbsd-amd64), const SYS_READV ideal-int 17888pkg syscall (netbsd-amd64), const SYS_REBOOT ideal-int 17889pkg syscall (netbsd-amd64), const SYS_RECVFROM ideal-int 17890pkg syscall (netbsd-amd64), const SYS_RECVMMSG ideal-int 17891pkg syscall (netbsd-amd64), const SYS_RECVMSG ideal-int 17892pkg syscall (netbsd-amd64), const SYS_REMOVEXATTR ideal-int 17893pkg syscall (netbsd-amd64), const SYS_RENAME ideal-int 17894pkg syscall (netbsd-amd64), const SYS_RENAMEAT ideal-int 17895pkg syscall (netbsd-amd64), const SYS_REVOKE ideal-int 17896pkg syscall (netbsd-amd64), const SYS_RMDIR ideal-int 17897pkg syscall (netbsd-amd64), const SYS_SBRK ideal-int 17898pkg syscall (netbsd-amd64), const SYS_SCHED_YIELD ideal-int 17899pkg syscall (netbsd-amd64), const SYS_SELECT ideal-int 17900pkg syscall (netbsd-amd64), const SYS_SEMCONFIG ideal-int 17901pkg syscall (netbsd-amd64), const SYS_SEMGET ideal-int 17902pkg syscall (netbsd-amd64), const SYS_SEMOP ideal-int 17903pkg syscall (netbsd-amd64), const SYS_SENDMMSG ideal-int 17904pkg syscall (netbsd-amd64), const SYS_SENDMSG ideal-int 17905pkg syscall (netbsd-amd64), const SYS_SENDTO ideal-int 17906pkg syscall (netbsd-amd64), const SYS_SETCONTEXT ideal-int 17907pkg syscall (netbsd-amd64), const SYS_SETEGID ideal-int 17908pkg syscall (netbsd-amd64), const SYS_SETEUID ideal-int 17909pkg syscall (netbsd-amd64), const SYS_SETGID ideal-int 17910pkg syscall (netbsd-amd64), const SYS_SETGROUPS ideal-int 17911pkg syscall (netbsd-amd64), const SYS_SETITIMER ideal-int 17912pkg syscall (netbsd-amd64), const SYS_SETPGID ideal-int 17913pkg syscall (netbsd-amd64), const SYS_SETPRIORITY ideal-int 17914pkg syscall (netbsd-amd64), const SYS_SETREGID ideal-int 17915pkg syscall (netbsd-amd64), const SYS_SETREUID ideal-int 17916pkg syscall (netbsd-amd64), const SYS_SETRLIMIT ideal-int 17917pkg syscall (netbsd-amd64), const SYS_SETSID ideal-int 17918pkg syscall (netbsd-amd64), const SYS_SETSOCKOPT ideal-int 17919pkg syscall (netbsd-amd64), const SYS_SETTIMEOFDAY ideal-int 17920pkg syscall (netbsd-amd64), const SYS_SETUID ideal-int 17921pkg syscall (netbsd-amd64), const SYS_SETXATTR ideal-int 17922pkg syscall (netbsd-amd64), const SYS_SHMAT ideal-int 17923pkg syscall (netbsd-amd64), const SYS_SHMCTL ideal-int 17924pkg syscall (netbsd-amd64), const SYS_SHMDT ideal-int 17925pkg syscall (netbsd-amd64), const SYS_SHMGET ideal-int 17926pkg syscall (netbsd-amd64), const SYS_SHUTDOWN ideal-int 17927pkg syscall (netbsd-amd64), const SYS_SIGQUEUEINFO ideal-int 17928pkg syscall (netbsd-amd64), const SYS_SOCKET ideal-int 17929pkg syscall (netbsd-amd64), const SYS_SOCKETPAIR ideal-int 17930pkg syscall (netbsd-amd64), const SYS_SSTK ideal-int 17931pkg syscall (netbsd-amd64), const SYS_STAT ideal-int 17932pkg syscall (netbsd-amd64), const SYS_STATVFS1 ideal-int 17933pkg syscall (netbsd-amd64), const SYS_SWAPCTL ideal-int 17934pkg syscall (netbsd-amd64), const SYS_SYMLINK ideal-int 17935pkg syscall (netbsd-amd64), const SYS_SYMLINKAT ideal-int 17936pkg syscall (netbsd-amd64), const SYS_SYNC ideal-int 17937pkg syscall (netbsd-amd64), const SYS_SYSARCH ideal-int 17938pkg syscall (netbsd-amd64), const SYS_TIMER_CREATE ideal-int 17939pkg syscall (netbsd-amd64), const SYS_TIMER_DELETE ideal-int 17940pkg syscall (netbsd-amd64), const SYS_TIMER_GETOVERRUN ideal-int 17941pkg syscall (netbsd-amd64), const SYS_TIMER_GETTIME ideal-int 17942pkg syscall (netbsd-amd64), const SYS_TIMER_SETTIME ideal-int 17943pkg syscall (netbsd-amd64), const SYS_TRUNCATE ideal-int 17944pkg syscall (netbsd-amd64), const SYS_UMASK ideal-int 17945pkg syscall (netbsd-amd64), const SYS_UNDELETE ideal-int 17946pkg syscall (netbsd-amd64), const SYS_UNLINK ideal-int 17947pkg syscall (netbsd-amd64), const SYS_UNLINKAT ideal-int 17948pkg syscall (netbsd-amd64), const SYS_UNMOUNT ideal-int 17949pkg syscall (netbsd-amd64), const SYS_UTIMENSAT ideal-int 17950pkg syscall (netbsd-amd64), const SYS_UTIMES ideal-int 17951pkg syscall (netbsd-amd64), const SYS_UTRACE ideal-int 17952pkg syscall (netbsd-amd64), const SYS_UUIDGEN ideal-int 17953pkg syscall (netbsd-amd64), const SYS_VADVISE ideal-int 17954pkg syscall (netbsd-amd64), const SYS_VFORK ideal-int 17955pkg syscall (netbsd-amd64), const SYS_WAIT4 ideal-int 17956pkg syscall (netbsd-amd64), const SYS_WRITE ideal-int 17957pkg syscall (netbsd-amd64), const SYS_WRITEV ideal-int 17958pkg syscall (netbsd-amd64), const SYS__LWP_CONTINUE ideal-int 17959pkg syscall (netbsd-amd64), const SYS__LWP_CREATE ideal-int 17960pkg syscall (netbsd-amd64), const SYS__LWP_CTL ideal-int 17961pkg syscall (netbsd-amd64), const SYS__LWP_DETACH ideal-int 17962pkg syscall (netbsd-amd64), const SYS__LWP_EXIT ideal-int 17963pkg syscall (netbsd-amd64), const SYS__LWP_GETNAME ideal-int 17964pkg syscall (netbsd-amd64), const SYS__LWP_GETPRIVATE ideal-int 17965pkg syscall (netbsd-amd64), const SYS__LWP_KILL ideal-int 17966pkg syscall (netbsd-amd64), const SYS__LWP_PARK ideal-int 17967pkg syscall (netbsd-amd64), const SYS__LWP_SELF ideal-int 17968pkg syscall (netbsd-amd64), const SYS__LWP_SETNAME ideal-int 17969pkg syscall (netbsd-amd64), const SYS__LWP_SETPRIVATE ideal-int 17970pkg syscall (netbsd-amd64), const SYS__LWP_SUSPEND ideal-int 17971pkg syscall (netbsd-amd64), const SYS__LWP_UNPARK ideal-int 17972pkg syscall (netbsd-amd64), const SYS__LWP_UNPARK_ALL ideal-int 17973pkg syscall (netbsd-amd64), const SYS__LWP_WAIT ideal-int 17974pkg syscall (netbsd-amd64), const SYS__LWP_WAKEUP ideal-int 17975pkg syscall (netbsd-amd64), const SYS__PSET_BIND ideal-int 17976pkg syscall (netbsd-amd64), const SYS__SCHED_GETAFFINITY ideal-int 17977pkg syscall (netbsd-amd64), const SYS__SCHED_GETPARAM ideal-int 17978pkg syscall (netbsd-amd64), const SYS__SCHED_SETAFFINITY ideal-int 17979pkg syscall (netbsd-amd64), const SYS__SCHED_SETPARAM ideal-int 17980pkg syscall (netbsd-amd64), const SYS___CLONE ideal-int 17981pkg syscall (netbsd-amd64), const SYS___GETCWD ideal-int 17982pkg syscall (netbsd-amd64), const SYS___GETLOGIN ideal-int 17983pkg syscall (netbsd-amd64), const SYS___POSIX_CHOWN ideal-int 17984pkg syscall (netbsd-amd64), const SYS___POSIX_FCHOWN ideal-int 17985pkg syscall (netbsd-amd64), const SYS___POSIX_LCHOWN ideal-int 17986pkg syscall (netbsd-amd64), const SYS___POSIX_RENAME ideal-int 17987pkg syscall (netbsd-amd64), const SYS___QUOTACTL ideal-int 17988pkg syscall (netbsd-amd64), const SYS___SEMCTL ideal-int 17989pkg syscall (netbsd-amd64), const SYS___SETLOGIN ideal-int 17990pkg syscall (netbsd-amd64), const SYS___SIGACTION_SIGTRAMP ideal-int 17991pkg syscall (netbsd-amd64), const SYS___SIGTIMEDWAIT ideal-int 17992pkg syscall (netbsd-amd64), const SYS___SYSCTL ideal-int 17993pkg syscall (netbsd-amd64), const S_ARCH1 ideal-int 17994pkg syscall (netbsd-amd64), const S_ARCH2 ideal-int 17995pkg syscall (netbsd-amd64), const S_BLKSIZE ideal-int 17996pkg syscall (netbsd-amd64), const S_IEXEC ideal-int 17997pkg syscall (netbsd-amd64), const S_IFWHT ideal-int 17998pkg syscall (netbsd-amd64), const S_IREAD ideal-int 17999pkg syscall (netbsd-amd64), const S_IRGRP ideal-int 18000pkg syscall (netbsd-amd64), const S_IROTH ideal-int 18001pkg syscall (netbsd-amd64), const S_IRWXG ideal-int 18002pkg syscall (netbsd-amd64), const S_IRWXO ideal-int 18003pkg syscall (netbsd-amd64), const S_IRWXU ideal-int 18004pkg syscall (netbsd-amd64), const S_ISTXT ideal-int 18005pkg syscall (netbsd-amd64), const S_IWGRP ideal-int 18006pkg syscall (netbsd-amd64), const S_IWOTH ideal-int 18007pkg syscall (netbsd-amd64), const S_IWRITE ideal-int 18008pkg syscall (netbsd-amd64), const S_IXGRP ideal-int 18009pkg syscall (netbsd-amd64), const S_IXOTH ideal-int 18010pkg syscall (netbsd-amd64), const S_LOGIN_SET ideal-int 18011pkg syscall (netbsd-amd64), const SizeofBpfHdr ideal-int 18012pkg syscall (netbsd-amd64), const SizeofBpfInsn ideal-int 18013pkg syscall (netbsd-amd64), const SizeofBpfProgram ideal-int 18014pkg syscall (netbsd-amd64), const SizeofBpfStat ideal-int 18015pkg syscall (netbsd-amd64), const SizeofBpfVersion ideal-int 18016pkg syscall (netbsd-amd64), const SizeofCmsghdr ideal-int 18017pkg syscall (netbsd-amd64), const SizeofICMPv6Filter = 32 18018pkg syscall (netbsd-amd64), const SizeofICMPv6Filter ideal-int 18019pkg syscall (netbsd-amd64), const SizeofIPMreq ideal-int 18020pkg syscall (netbsd-amd64), const SizeofIPv6MTUInfo = 32 18021pkg syscall (netbsd-amd64), const SizeofIPv6MTUInfo ideal-int 18022pkg syscall (netbsd-amd64), const SizeofIPv6Mreq ideal-int 18023pkg syscall (netbsd-amd64), const SizeofIfAnnounceMsghdr ideal-int 18024pkg syscall (netbsd-amd64), const SizeofIfData ideal-int 18025pkg syscall (netbsd-amd64), const SizeofIfMsghdr ideal-int 18026pkg syscall (netbsd-amd64), const SizeofIfaMsghdr ideal-int 18027pkg syscall (netbsd-amd64), const SizeofInet6Pktinfo ideal-int 18028pkg syscall (netbsd-amd64), const SizeofLinger ideal-int 18029pkg syscall (netbsd-amd64), const SizeofMsghdr ideal-int 18030pkg syscall (netbsd-amd64), const SizeofRtMetrics ideal-int 18031pkg syscall (netbsd-amd64), const SizeofRtMsghdr ideal-int 18032pkg syscall (netbsd-amd64), const SizeofSockaddrAny ideal-int 18033pkg syscall (netbsd-amd64), const SizeofSockaddrDatalink ideal-int 18034pkg syscall (netbsd-amd64), const SizeofSockaddrInet4 ideal-int 18035pkg syscall (netbsd-amd64), const SizeofSockaddrInet6 ideal-int 18036pkg syscall (netbsd-amd64), const SizeofSockaddrUnix ideal-int 18037pkg syscall (netbsd-amd64), const TCIFLUSH ideal-int 18038pkg syscall (netbsd-amd64), const TCIOFLUSH ideal-int 18039pkg syscall (netbsd-amd64), const TCOFLUSH ideal-int 18040pkg syscall (netbsd-amd64), const TCP_CONGCTL ideal-int 18041pkg syscall (netbsd-amd64), const TCP_KEEPCNT ideal-int 18042pkg syscall (netbsd-amd64), const TCP_KEEPIDLE ideal-int 18043pkg syscall (netbsd-amd64), const TCP_KEEPINIT ideal-int 18044pkg syscall (netbsd-amd64), const TCP_KEEPINTVL ideal-int 18045pkg syscall (netbsd-amd64), const TCP_MAXBURST ideal-int 18046pkg syscall (netbsd-amd64), const TCP_MAXSEG ideal-int 18047pkg syscall (netbsd-amd64), const TCP_MAXWIN ideal-int 18048pkg syscall (netbsd-amd64), const TCP_MAX_WINSHIFT ideal-int 18049pkg syscall (netbsd-amd64), const TCP_MD5SIG ideal-int 18050pkg syscall (netbsd-amd64), const TCP_MINMSS ideal-int 18051pkg syscall (netbsd-amd64), const TCP_MSS ideal-int 18052pkg syscall (netbsd-amd64), const TCSAFLUSH ideal-int 18053pkg syscall (netbsd-amd64), const TIOCCBRK ideal-int 18054pkg syscall (netbsd-amd64), const TIOCCDTR ideal-int 18055pkg syscall (netbsd-amd64), const TIOCCONS ideal-int 18056pkg syscall (netbsd-amd64), const TIOCDCDTIMESTAMP ideal-int 18057pkg syscall (netbsd-amd64), const TIOCDRAIN ideal-int 18058pkg syscall (netbsd-amd64), const TIOCEXCL ideal-int 18059pkg syscall (netbsd-amd64), const TIOCEXT ideal-int 18060pkg syscall (netbsd-amd64), const TIOCFLAG_CDTRCTS ideal-int 18061pkg syscall (netbsd-amd64), const TIOCFLAG_CLOCAL ideal-int 18062pkg syscall (netbsd-amd64), const TIOCFLAG_CRTSCTS ideal-int 18063pkg syscall (netbsd-amd64), const TIOCFLAG_MDMBUF ideal-int 18064pkg syscall (netbsd-amd64), const TIOCFLAG_SOFTCAR ideal-int 18065pkg syscall (netbsd-amd64), const TIOCFLUSH ideal-int 18066pkg syscall (netbsd-amd64), const TIOCGETA ideal-int 18067pkg syscall (netbsd-amd64), const TIOCGETD ideal-int 18068pkg syscall (netbsd-amd64), const TIOCGFLAGS ideal-int 18069pkg syscall (netbsd-amd64), const TIOCGLINED ideal-int 18070pkg syscall (netbsd-amd64), const TIOCGPGRP ideal-int 18071pkg syscall (netbsd-amd64), const TIOCGQSIZE ideal-int 18072pkg syscall (netbsd-amd64), const TIOCGRANTPT ideal-int 18073pkg syscall (netbsd-amd64), const TIOCGSID ideal-int 18074pkg syscall (netbsd-amd64), const TIOCGSIZE ideal-int 18075pkg syscall (netbsd-amd64), const TIOCGWINSZ ideal-int 18076pkg syscall (netbsd-amd64), const TIOCMBIC ideal-int 18077pkg syscall (netbsd-amd64), const TIOCMBIS ideal-int 18078pkg syscall (netbsd-amd64), const TIOCMGET ideal-int 18079pkg syscall (netbsd-amd64), const TIOCMSET ideal-int 18080pkg syscall (netbsd-amd64), const TIOCM_CAR ideal-int 18081pkg syscall (netbsd-amd64), const TIOCM_CD ideal-int 18082pkg syscall (netbsd-amd64), const TIOCM_CTS ideal-int 18083pkg syscall (netbsd-amd64), const TIOCM_DSR ideal-int 18084pkg syscall (netbsd-amd64), const TIOCM_DTR ideal-int 18085pkg syscall (netbsd-amd64), const TIOCM_LE ideal-int 18086pkg syscall (netbsd-amd64), const TIOCM_RI ideal-int 18087pkg syscall (netbsd-amd64), const TIOCM_RNG ideal-int 18088pkg syscall (netbsd-amd64), const TIOCM_RTS ideal-int 18089pkg syscall (netbsd-amd64), const TIOCM_SR ideal-int 18090pkg syscall (netbsd-amd64), const TIOCM_ST ideal-int 18091pkg syscall (netbsd-amd64), const TIOCNOTTY ideal-int 18092pkg syscall (netbsd-amd64), const TIOCNXCL ideal-int 18093pkg syscall (netbsd-amd64), const TIOCOUTQ ideal-int 18094pkg syscall (netbsd-amd64), const TIOCPKT ideal-int 18095pkg syscall (netbsd-amd64), const TIOCPKT_DATA ideal-int 18096pkg syscall (netbsd-amd64), const TIOCPKT_DOSTOP ideal-int 18097pkg syscall (netbsd-amd64), const TIOCPKT_FLUSHREAD ideal-int 18098pkg syscall (netbsd-amd64), const TIOCPKT_FLUSHWRITE ideal-int 18099pkg syscall (netbsd-amd64), const TIOCPKT_IOCTL ideal-int 18100pkg syscall (netbsd-amd64), const TIOCPKT_NOSTOP ideal-int 18101pkg syscall (netbsd-amd64), const TIOCPKT_START ideal-int 18102pkg syscall (netbsd-amd64), const TIOCPKT_STOP ideal-int 18103pkg syscall (netbsd-amd64), const TIOCPTMGET ideal-int 18104pkg syscall (netbsd-amd64), const TIOCPTSNAME ideal-int 18105pkg syscall (netbsd-amd64), const TIOCRCVFRAME ideal-int 18106pkg syscall (netbsd-amd64), const TIOCREMOTE ideal-int 18107pkg syscall (netbsd-amd64), const TIOCSBRK ideal-int 18108pkg syscall (netbsd-amd64), const TIOCSCTTY ideal-int 18109pkg syscall (netbsd-amd64), const TIOCSDTR ideal-int 18110pkg syscall (netbsd-amd64), const TIOCSETA ideal-int 18111pkg syscall (netbsd-amd64), const TIOCSETAF ideal-int 18112pkg syscall (netbsd-amd64), const TIOCSETAW ideal-int 18113pkg syscall (netbsd-amd64), const TIOCSETD ideal-int 18114pkg syscall (netbsd-amd64), const TIOCSFLAGS ideal-int 18115pkg syscall (netbsd-amd64), const TIOCSIG ideal-int 18116pkg syscall (netbsd-amd64), const TIOCSLINED ideal-int 18117pkg syscall (netbsd-amd64), const TIOCSPGRP ideal-int 18118pkg syscall (netbsd-amd64), const TIOCSQSIZE ideal-int 18119pkg syscall (netbsd-amd64), const TIOCSSIZE ideal-int 18120pkg syscall (netbsd-amd64), const TIOCSTART ideal-int 18121pkg syscall (netbsd-amd64), const TIOCSTAT ideal-int 18122pkg syscall (netbsd-amd64), const TIOCSTI ideal-int 18123pkg syscall (netbsd-amd64), const TIOCSTOP ideal-int 18124pkg syscall (netbsd-amd64), const TIOCSWINSZ ideal-int 18125pkg syscall (netbsd-amd64), const TIOCUCNTL ideal-int 18126pkg syscall (netbsd-amd64), const TIOCXMTFRAME ideal-int 18127pkg syscall (netbsd-amd64), const TOSTOP ideal-int 18128pkg syscall (netbsd-amd64), const VDISCARD ideal-int 18129pkg syscall (netbsd-amd64), const VDSUSP ideal-int 18130pkg syscall (netbsd-amd64), const VEOF ideal-int 18131pkg syscall (netbsd-amd64), const VEOL ideal-int 18132pkg syscall (netbsd-amd64), const VEOL2 ideal-int 18133pkg syscall (netbsd-amd64), const VERASE ideal-int 18134pkg syscall (netbsd-amd64), const VINTR ideal-int 18135pkg syscall (netbsd-amd64), const VKILL ideal-int 18136pkg syscall (netbsd-amd64), const VLNEXT ideal-int 18137pkg syscall (netbsd-amd64), const VMIN ideal-int 18138pkg syscall (netbsd-amd64), const VQUIT ideal-int 18139pkg syscall (netbsd-amd64), const VREPRINT ideal-int 18140pkg syscall (netbsd-amd64), const VSTART ideal-int 18141pkg syscall (netbsd-amd64), const VSTATUS ideal-int 18142pkg syscall (netbsd-amd64), const VSTOP ideal-int 18143pkg syscall (netbsd-amd64), const VSUSP ideal-int 18144pkg syscall (netbsd-amd64), const VTIME ideal-int 18145pkg syscall (netbsd-amd64), const VWERASE ideal-int 18146pkg syscall (netbsd-amd64), const WALL ideal-int 18147pkg syscall (netbsd-amd64), const WALLSIG ideal-int 18148pkg syscall (netbsd-amd64), const WALTSIG ideal-int 18149pkg syscall (netbsd-amd64), const WCLONE ideal-int 18150pkg syscall (netbsd-amd64), const WCOREFLAG ideal-int 18151pkg syscall (netbsd-amd64), const WNOHANG ideal-int 18152pkg syscall (netbsd-amd64), const WNOWAIT ideal-int 18153pkg syscall (netbsd-amd64), const WNOZOMBIE ideal-int 18154pkg syscall (netbsd-amd64), const WOPTSCHECKED ideal-int 18155pkg syscall (netbsd-amd64), const WSTOPPED ideal-int 18156pkg syscall (netbsd-amd64), const WUNTRACED ideal-int 18157pkg syscall (netbsd-amd64), func Accept(int) (int, Sockaddr, error) 18158pkg syscall (netbsd-amd64), func Access(string, uint32) error 18159pkg syscall (netbsd-amd64), func Adjtime(*Timeval, *Timeval) error 18160pkg syscall (netbsd-amd64), func Bind(int, Sockaddr) error 18161pkg syscall (netbsd-amd64), func BpfBuflen(int) (int, error) 18162pkg syscall (netbsd-amd64), func BpfDatalink(int) (int, error) 18163pkg syscall (netbsd-amd64), func BpfHeadercmpl(int) (int, error) 18164pkg syscall (netbsd-amd64), func BpfInterface(int, string) (string, error) 18165pkg syscall (netbsd-amd64), func BpfJump(int, int, int, int) *BpfInsn 18166pkg syscall (netbsd-amd64), func BpfStats(int) (*BpfStat, error) 18167pkg syscall (netbsd-amd64), func BpfStmt(int, int) *BpfInsn 18168pkg syscall (netbsd-amd64), func BpfTimeout(int) (*Timeval, error) 18169pkg syscall (netbsd-amd64), func CheckBpfVersion(int) error 18170pkg syscall (netbsd-amd64), func Chflags(string, int) error 18171pkg syscall (netbsd-amd64), func Chroot(string) error 18172pkg syscall (netbsd-amd64), func Close(int) error 18173pkg syscall (netbsd-amd64), func CloseOnExec(int) 18174pkg syscall (netbsd-amd64), func CmsgLen(int) int 18175pkg syscall (netbsd-amd64), func CmsgSpace(int) int 18176pkg syscall (netbsd-amd64), func Connect(int, Sockaddr) error 18177pkg syscall (netbsd-amd64), func Dup(int) (int, error) 18178pkg syscall (netbsd-amd64), func Dup2(int, int) error 18179pkg syscall (netbsd-amd64), func Fchdir(int) error 18180pkg syscall (netbsd-amd64), func Fchflags(int, int) error 18181pkg syscall (netbsd-amd64), func Fchmod(int, uint32) error 18182pkg syscall (netbsd-amd64), func Fchown(int, int, int) error 18183pkg syscall (netbsd-amd64), func Flock(int, int) error 18184pkg syscall (netbsd-amd64), func FlushBpf(int) error 18185pkg syscall (netbsd-amd64), func ForkExec(string, []string, *ProcAttr) (int, error) 18186pkg syscall (netbsd-amd64), func Fpathconf(int, int) (int, error) 18187pkg syscall (netbsd-amd64), func Fstat(int, *Stat_t) error 18188pkg syscall (netbsd-amd64), func Fsync(int) error 18189pkg syscall (netbsd-amd64), func Ftruncate(int, int64) error 18190pkg syscall (netbsd-amd64), func Futimes(int, []Timeval) error 18191pkg syscall (netbsd-amd64), func Getdirentries(int, []uint8, *uintptr) (int, error) 18192pkg syscall (netbsd-amd64), func Getpeername(int) (Sockaddr, error) 18193pkg syscall (netbsd-amd64), func Getpgid(int) (int, error) 18194pkg syscall (netbsd-amd64), func Getpgrp() int 18195pkg syscall (netbsd-amd64), func Getpriority(int, int) (int, error) 18196pkg syscall (netbsd-amd64), func Getrlimit(int, *Rlimit) error 18197pkg syscall (netbsd-amd64), func Getrusage(int, *Rusage) error 18198pkg syscall (netbsd-amd64), func Getsid(int) (int, error) 18199pkg syscall (netbsd-amd64), func Getsockname(int) (Sockaddr, error) 18200pkg syscall (netbsd-amd64), func GetsockoptByte(int, int, int) (uint8, error) 18201pkg syscall (netbsd-amd64), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 18202pkg syscall (netbsd-amd64), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) 18203pkg syscall (netbsd-amd64), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 18204pkg syscall (netbsd-amd64), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) 18205pkg syscall (netbsd-amd64), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) 18206pkg syscall (netbsd-amd64), func GetsockoptInt(int, int, int) (int, error) 18207pkg syscall (netbsd-amd64), func Issetugid() bool 18208pkg syscall (netbsd-amd64), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) 18209pkg syscall (netbsd-amd64), func Kill(int, Signal) error 18210pkg syscall (netbsd-amd64), func Kqueue() (int, error) 18211pkg syscall (netbsd-amd64), func Listen(int, int) error 18212pkg syscall (netbsd-amd64), func Lstat(string, *Stat_t) error 18213pkg syscall (netbsd-amd64), func Mkfifo(string, uint32) error 18214pkg syscall (netbsd-amd64), func Mknod(string, uint32, int) error 18215pkg syscall (netbsd-amd64), func Mmap(int, int64, int, int, int) ([]uint8, error) 18216pkg syscall (netbsd-amd64), func Munmap([]uint8) error 18217pkg syscall (netbsd-amd64), func Nanosleep(*Timespec, *Timespec) error 18218pkg syscall (netbsd-amd64), func Open(string, int, uint32) (int, error) 18219pkg syscall (netbsd-amd64), func ParseDirent([]uint8, int, []string) (int, int, []string) 18220pkg syscall (netbsd-amd64), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) 18221pkg syscall (netbsd-amd64), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) 18222pkg syscall (netbsd-amd64), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) 18223pkg syscall (netbsd-amd64), func ParseUnixRights(*SocketControlMessage) ([]int, error) 18224pkg syscall (netbsd-amd64), func Pathconf(string, int) (int, error) 18225pkg syscall (netbsd-amd64), func Pipe([]int) error 18226pkg syscall (netbsd-amd64), func Pread(int, []uint8, int64) (int, error) 18227pkg syscall (netbsd-amd64), func Pwrite(int, []uint8, int64) (int, error) 18228pkg syscall (netbsd-amd64), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 18229pkg syscall (netbsd-amd64), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 18230pkg syscall (netbsd-amd64), func Read(int, []uint8) (int, error) 18231pkg syscall (netbsd-amd64), func ReadDirent(int, []uint8) (int, error) 18232pkg syscall (netbsd-amd64), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) 18233pkg syscall (netbsd-amd64), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) 18234pkg syscall (netbsd-amd64), func Revoke(string) error 18235pkg syscall (netbsd-amd64), func RouteRIB(int, int) ([]uint8, error) 18236pkg syscall (netbsd-amd64), func Seek(int, int64, int) (int64, error) 18237pkg syscall (netbsd-amd64), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error 18238pkg syscall (netbsd-amd64), func Sendfile(int, int, *int64, int) (int, error) 18239pkg syscall (netbsd-amd64), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error 18240pkg syscall (netbsd-amd64), func Sendto(int, []uint8, int, Sockaddr) error 18241pkg syscall (netbsd-amd64), func SetBpf(int, []BpfInsn) error 18242pkg syscall (netbsd-amd64), func SetBpfBuflen(int, int) (int, error) 18243pkg syscall (netbsd-amd64), func SetBpfDatalink(int, int) (int, error) 18244pkg syscall (netbsd-amd64), func SetBpfHeadercmpl(int, int) error 18245pkg syscall (netbsd-amd64), func SetBpfImmediate(int, int) error 18246pkg syscall (netbsd-amd64), func SetBpfInterface(int, string) error 18247pkg syscall (netbsd-amd64), func SetBpfPromisc(int, int) error 18248pkg syscall (netbsd-amd64), func SetBpfTimeout(int, *Timeval) error 18249pkg syscall (netbsd-amd64), func SetKevent(*Kevent_t, int, int, int) 18250pkg syscall (netbsd-amd64), func SetNonblock(int, bool) error 18251pkg syscall (netbsd-amd64), func Setegid(int) error 18252pkg syscall (netbsd-amd64), func Seteuid(int) error 18253pkg syscall (netbsd-amd64), func Setgid(int) error 18254pkg syscall (netbsd-amd64), func Setgroups([]int) error 18255pkg syscall (netbsd-amd64), func Setpgid(int, int) error 18256pkg syscall (netbsd-amd64), func Setpriority(int, int, int) error 18257pkg syscall (netbsd-amd64), func Setregid(int, int) error 18258pkg syscall (netbsd-amd64), func Setreuid(int, int) error 18259pkg syscall (netbsd-amd64), func Setrlimit(int, *Rlimit) error 18260pkg syscall (netbsd-amd64), func Setsid() (int, error) 18261pkg syscall (netbsd-amd64), func SetsockoptByte(int, int, int, uint8) error 18262pkg syscall (netbsd-amd64), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 18263pkg syscall (netbsd-amd64), func SetsockoptIPMreq(int, int, int, *IPMreq) error 18264pkg syscall (netbsd-amd64), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error 18265pkg syscall (netbsd-amd64), func SetsockoptInet4Addr(int, int, int, [4]uint8) error 18266pkg syscall (netbsd-amd64), func SetsockoptInt(int, int, int, int) error 18267pkg syscall (netbsd-amd64), func SetsockoptLinger(int, int, int, *Linger) error 18268pkg syscall (netbsd-amd64), func SetsockoptString(int, int, int, string) error 18269pkg syscall (netbsd-amd64), func SetsockoptTimeval(int, int, int, *Timeval) error 18270pkg syscall (netbsd-amd64), func Settimeofday(*Timeval) error 18271pkg syscall (netbsd-amd64), func Setuid(int) error 18272pkg syscall (netbsd-amd64), func Shutdown(int, int) error 18273pkg syscall (netbsd-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error) 18274pkg syscall (netbsd-amd64), func Socket(int, int, int) (int, error) 18275pkg syscall (netbsd-amd64), func Socketpair(int, int, int) ([2]int, error) 18276pkg syscall (netbsd-amd64), func Stat(string, *Stat_t) error 18277pkg syscall (netbsd-amd64), func StringSlicePtr([]string) []*uint8 18278pkg syscall (netbsd-amd64), func Sync() error 18279pkg syscall (netbsd-amd64), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 18280pkg syscall (netbsd-amd64), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 18281pkg syscall (netbsd-amd64), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 18282pkg syscall (netbsd-amd64), func Sysctl(string) (string, error) 18283pkg syscall (netbsd-amd64), func SysctlUint32(string) (uint32, error) 18284pkg syscall (netbsd-amd64), func TimevalToNsec(Timeval) int64 18285pkg syscall (netbsd-amd64), func Truncate(string, int64) error 18286pkg syscall (netbsd-amd64), func Umask(int) int 18287pkg syscall (netbsd-amd64), func UnixRights(...int) []uint8 18288pkg syscall (netbsd-amd64), func Unmount(string, int) error 18289pkg syscall (netbsd-amd64), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) 18290pkg syscall (netbsd-amd64), func Write(int, []uint8) (int, error) 18291pkg syscall (netbsd-amd64), method (*Cmsghdr) SetLen(int) 18292pkg syscall (netbsd-amd64), method (*Iovec) SetLen(int) 18293pkg syscall (netbsd-amd64), method (*Msghdr) SetControllen(int) 18294pkg syscall (netbsd-amd64), type BpfHdr struct 18295pkg syscall (netbsd-amd64), type BpfHdr struct, Caplen uint32 18296pkg syscall (netbsd-amd64), type BpfHdr struct, Datalen uint32 18297pkg syscall (netbsd-amd64), type BpfHdr struct, Hdrlen uint16 18298pkg syscall (netbsd-amd64), type BpfHdr struct, Pad_cgo_0 [6]uint8 18299pkg syscall (netbsd-amd64), type BpfHdr struct, Tstamp BpfTimeval 18300pkg syscall (netbsd-amd64), type BpfInsn struct 18301pkg syscall (netbsd-amd64), type BpfInsn struct, Code uint16 18302pkg syscall (netbsd-amd64), type BpfInsn struct, Jf uint8 18303pkg syscall (netbsd-amd64), type BpfInsn struct, Jt uint8 18304pkg syscall (netbsd-amd64), type BpfInsn struct, K uint32 18305pkg syscall (netbsd-amd64), type BpfProgram struct 18306pkg syscall (netbsd-amd64), type BpfProgram struct, Insns *BpfInsn 18307pkg syscall (netbsd-amd64), type BpfProgram struct, Len uint32 18308pkg syscall (netbsd-amd64), type BpfProgram struct, Pad_cgo_0 [4]uint8 18309pkg syscall (netbsd-amd64), type BpfStat struct 18310pkg syscall (netbsd-amd64), type BpfStat struct, Capt uint64 18311pkg syscall (netbsd-amd64), type BpfStat struct, Drop uint64 18312pkg syscall (netbsd-amd64), type BpfStat struct, Padding [13]uint64 18313pkg syscall (netbsd-amd64), type BpfStat struct, Recv uint64 18314pkg syscall (netbsd-amd64), type BpfTimeval struct 18315pkg syscall (netbsd-amd64), type BpfTimeval struct, Sec int64 18316pkg syscall (netbsd-amd64), type BpfTimeval struct, Usec int64 18317pkg syscall (netbsd-amd64), type BpfVersion struct 18318pkg syscall (netbsd-amd64), type BpfVersion struct, Major uint16 18319pkg syscall (netbsd-amd64), type BpfVersion struct, Minor uint16 18320pkg syscall (netbsd-amd64), type Cmsghdr struct 18321pkg syscall (netbsd-amd64), type Cmsghdr struct, Len uint32 18322pkg syscall (netbsd-amd64), type Cmsghdr struct, Level int32 18323pkg syscall (netbsd-amd64), type Cmsghdr struct, Type int32 18324pkg syscall (netbsd-amd64), type Credential struct 18325pkg syscall (netbsd-amd64), type Credential struct, Gid uint32 18326pkg syscall (netbsd-amd64), type Credential struct, Groups []uint32 18327pkg syscall (netbsd-amd64), type Credential struct, Uid uint32 18328pkg syscall (netbsd-amd64), type Dirent struct 18329pkg syscall (netbsd-amd64), type Dirent struct, Fileno uint64 18330pkg syscall (netbsd-amd64), type Dirent struct, Name [512]int8 18331pkg syscall (netbsd-amd64), type Dirent struct, Namlen uint16 18332pkg syscall (netbsd-amd64), type Dirent struct, Pad_cgo_0 [3]uint8 18333pkg syscall (netbsd-amd64), type Dirent struct, Reclen uint16 18334pkg syscall (netbsd-amd64), type Dirent struct, Type uint8 18335pkg syscall (netbsd-amd64), type FdSet struct 18336pkg syscall (netbsd-amd64), type FdSet struct, Bits [8]uint32 18337pkg syscall (netbsd-amd64), type Flock_t struct 18338pkg syscall (netbsd-amd64), type Flock_t struct, Len int64 18339pkg syscall (netbsd-amd64), type Flock_t struct, Pid int32 18340pkg syscall (netbsd-amd64), type Flock_t struct, Start int64 18341pkg syscall (netbsd-amd64), type Flock_t struct, Type int16 18342pkg syscall (netbsd-amd64), type Flock_t struct, Whence int16 18343pkg syscall (netbsd-amd64), type Fsid struct 18344pkg syscall (netbsd-amd64), type Fsid struct, X__fsid_val [2]int32 18345pkg syscall (netbsd-amd64), type ICMPv6Filter struct 18346pkg syscall (netbsd-amd64), type ICMPv6Filter struct, Filt [8]uint32 18347pkg syscall (netbsd-amd64), type IPv6MTUInfo struct 18348pkg syscall (netbsd-amd64), type IPv6MTUInfo struct, Addr RawSockaddrInet6 18349pkg syscall (netbsd-amd64), type IPv6MTUInfo struct, Mtu uint32 18350pkg syscall (netbsd-amd64), type IfAnnounceMsghdr struct 18351pkg syscall (netbsd-amd64), type IfAnnounceMsghdr struct, Index uint16 18352pkg syscall (netbsd-amd64), type IfAnnounceMsghdr struct, Msglen uint16 18353pkg syscall (netbsd-amd64), type IfAnnounceMsghdr struct, Name [16]int8 18354pkg syscall (netbsd-amd64), type IfAnnounceMsghdr struct, Type uint8 18355pkg syscall (netbsd-amd64), type IfAnnounceMsghdr struct, Version uint8 18356pkg syscall (netbsd-amd64), type IfAnnounceMsghdr struct, What uint16 18357pkg syscall (netbsd-amd64), type IfData struct 18358pkg syscall (netbsd-amd64), type IfData struct, Addrlen uint8 18359pkg syscall (netbsd-amd64), type IfData struct, Baudrate uint64 18360pkg syscall (netbsd-amd64), type IfData struct, Collisions uint64 18361pkg syscall (netbsd-amd64), type IfData struct, Hdrlen uint8 18362pkg syscall (netbsd-amd64), type IfData struct, Ibytes uint64 18363pkg syscall (netbsd-amd64), type IfData struct, Ierrors uint64 18364pkg syscall (netbsd-amd64), type IfData struct, Imcasts uint64 18365pkg syscall (netbsd-amd64), type IfData struct, Ipackets uint64 18366pkg syscall (netbsd-amd64), type IfData struct, Iqdrops uint64 18367pkg syscall (netbsd-amd64), type IfData struct, Lastchange Timespec 18368pkg syscall (netbsd-amd64), type IfData struct, Link_state int32 18369pkg syscall (netbsd-amd64), type IfData struct, Metric uint64 18370pkg syscall (netbsd-amd64), type IfData struct, Mtu uint64 18371pkg syscall (netbsd-amd64), type IfData struct, Noproto uint64 18372pkg syscall (netbsd-amd64), type IfData struct, Obytes uint64 18373pkg syscall (netbsd-amd64), type IfData struct, Oerrors uint64 18374pkg syscall (netbsd-amd64), type IfData struct, Omcasts uint64 18375pkg syscall (netbsd-amd64), type IfData struct, Opackets uint64 18376pkg syscall (netbsd-amd64), type IfData struct, Pad_cgo_0 [1]uint8 18377pkg syscall (netbsd-amd64), type IfData struct, Type uint8 18378pkg syscall (netbsd-amd64), type IfMsghdr struct 18379pkg syscall (netbsd-amd64), type IfMsghdr struct, Addrs int32 18380pkg syscall (netbsd-amd64), type IfMsghdr struct, Data IfData 18381pkg syscall (netbsd-amd64), type IfMsghdr struct, Flags int32 18382pkg syscall (netbsd-amd64), type IfMsghdr struct, Index uint16 18383pkg syscall (netbsd-amd64), type IfMsghdr struct, Msglen uint16 18384pkg syscall (netbsd-amd64), type IfMsghdr struct, Pad_cgo_0 [2]uint8 18385pkg syscall (netbsd-amd64), type IfMsghdr struct, Type uint8 18386pkg syscall (netbsd-amd64), type IfMsghdr struct, Version uint8 18387pkg syscall (netbsd-amd64), type IfaMsghdr struct 18388pkg syscall (netbsd-amd64), type IfaMsghdr struct, Addrs int32 18389pkg syscall (netbsd-amd64), type IfaMsghdr struct, Flags int32 18390pkg syscall (netbsd-amd64), type IfaMsghdr struct, Index uint16 18391pkg syscall (netbsd-amd64), type IfaMsghdr struct, Metric int32 18392pkg syscall (netbsd-amd64), type IfaMsghdr struct, Msglen uint16 18393pkg syscall (netbsd-amd64), type IfaMsghdr struct, Pad_cgo_0 [6]uint8 18394pkg syscall (netbsd-amd64), type IfaMsghdr struct, Type uint8 18395pkg syscall (netbsd-amd64), type IfaMsghdr struct, Version uint8 18396pkg syscall (netbsd-amd64), type Inet6Pktinfo struct 18397pkg syscall (netbsd-amd64), type Inet6Pktinfo struct, Addr [16]uint8 18398pkg syscall (netbsd-amd64), type Inet6Pktinfo struct, Ifindex uint32 18399pkg syscall (netbsd-amd64), type InterfaceAddrMessage struct 18400pkg syscall (netbsd-amd64), type InterfaceAddrMessage struct, Data []uint8 18401pkg syscall (netbsd-amd64), type InterfaceAddrMessage struct, Header IfaMsghdr 18402pkg syscall (netbsd-amd64), type InterfaceAnnounceMessage struct 18403pkg syscall (netbsd-amd64), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr 18404pkg syscall (netbsd-amd64), type InterfaceMessage struct 18405pkg syscall (netbsd-amd64), type InterfaceMessage struct, Data []uint8 18406pkg syscall (netbsd-amd64), type InterfaceMessage struct, Header IfMsghdr 18407pkg syscall (netbsd-amd64), type Iovec struct 18408pkg syscall (netbsd-amd64), type Iovec struct, Base *uint8 18409pkg syscall (netbsd-amd64), type Iovec struct, Len uint64 18410pkg syscall (netbsd-amd64), type Kevent_t struct 18411pkg syscall (netbsd-amd64), type Kevent_t struct, Data int64 18412pkg syscall (netbsd-amd64), type Kevent_t struct, Fflags uint32 18413pkg syscall (netbsd-amd64), type Kevent_t struct, Filter uint32 18414pkg syscall (netbsd-amd64), type Kevent_t struct, Flags uint32 18415pkg syscall (netbsd-amd64), type Kevent_t struct, Ident uint64 18416pkg syscall (netbsd-amd64), type Kevent_t struct, Pad_cgo_0 [4]uint8 18417pkg syscall (netbsd-amd64), type Kevent_t struct, Udata int64 18418pkg syscall (netbsd-amd64), type Mclpool [0]uint8 18419pkg syscall (netbsd-amd64), type Msghdr struct 18420pkg syscall (netbsd-amd64), type Msghdr struct, Control *uint8 18421pkg syscall (netbsd-amd64), type Msghdr struct, Controllen uint32 18422pkg syscall (netbsd-amd64), type Msghdr struct, Flags int32 18423pkg syscall (netbsd-amd64), type Msghdr struct, Iov *Iovec 18424pkg syscall (netbsd-amd64), type Msghdr struct, Iovlen int32 18425pkg syscall (netbsd-amd64), type Msghdr struct, Name *uint8 18426pkg syscall (netbsd-amd64), type Msghdr struct, Namelen uint32 18427pkg syscall (netbsd-amd64), type Msghdr struct, Pad_cgo_0 [4]uint8 18428pkg syscall (netbsd-amd64), type Msghdr struct, Pad_cgo_1 [4]uint8 18429pkg syscall (netbsd-amd64), type RawSockaddr struct, Data [14]int8 18430pkg syscall (netbsd-amd64), type RawSockaddr struct, Family uint8 18431pkg syscall (netbsd-amd64), type RawSockaddr struct, Len uint8 18432pkg syscall (netbsd-amd64), type RawSockaddrAny struct, Pad [92]int8 18433pkg syscall (netbsd-amd64), type RawSockaddrDatalink struct 18434pkg syscall (netbsd-amd64), type RawSockaddrDatalink struct, Alen uint8 18435pkg syscall (netbsd-amd64), type RawSockaddrDatalink struct, Data [12]int8 18436pkg syscall (netbsd-amd64), type RawSockaddrDatalink struct, Family uint8 18437pkg syscall (netbsd-amd64), type RawSockaddrDatalink struct, Index uint16 18438pkg syscall (netbsd-amd64), type RawSockaddrDatalink struct, Len uint8 18439pkg syscall (netbsd-amd64), type RawSockaddrDatalink struct, Nlen uint8 18440pkg syscall (netbsd-amd64), type RawSockaddrDatalink struct, Slen uint8 18441pkg syscall (netbsd-amd64), type RawSockaddrDatalink struct, Type uint8 18442pkg syscall (netbsd-amd64), type RawSockaddrInet4 struct, Family uint8 18443pkg syscall (netbsd-amd64), type RawSockaddrInet4 struct, Len uint8 18444pkg syscall (netbsd-amd64), type RawSockaddrInet4 struct, Zero [8]int8 18445pkg syscall (netbsd-amd64), type RawSockaddrInet6 struct, Family uint8 18446pkg syscall (netbsd-amd64), type RawSockaddrInet6 struct, Len uint8 18447pkg syscall (netbsd-amd64), type RawSockaddrUnix struct 18448pkg syscall (netbsd-amd64), type RawSockaddrUnix struct, Family uint8 18449pkg syscall (netbsd-amd64), type RawSockaddrUnix struct, Len uint8 18450pkg syscall (netbsd-amd64), type RawSockaddrUnix struct, Path [104]int8 18451pkg syscall (netbsd-amd64), type Rlimit struct 18452pkg syscall (netbsd-amd64), type Rlimit struct, Cur uint64 18453pkg syscall (netbsd-amd64), type Rlimit struct, Max uint64 18454pkg syscall (netbsd-amd64), type RouteMessage struct 18455pkg syscall (netbsd-amd64), type RouteMessage struct, Data []uint8 18456pkg syscall (netbsd-amd64), type RouteMessage struct, Header RtMsghdr 18457pkg syscall (netbsd-amd64), type RoutingMessage interface, unexported methods 18458pkg syscall (netbsd-amd64), type RtMetrics struct 18459pkg syscall (netbsd-amd64), type RtMetrics struct, Expire int64 18460pkg syscall (netbsd-amd64), type RtMetrics struct, Hopcount uint64 18461pkg syscall (netbsd-amd64), type RtMetrics struct, Locks uint64 18462pkg syscall (netbsd-amd64), type RtMetrics struct, Mtu uint64 18463pkg syscall (netbsd-amd64), type RtMetrics struct, Pksent int64 18464pkg syscall (netbsd-amd64), type RtMetrics struct, Recvpipe uint64 18465pkg syscall (netbsd-amd64), type RtMetrics struct, Rtt uint64 18466pkg syscall (netbsd-amd64), type RtMetrics struct, Rttvar uint64 18467pkg syscall (netbsd-amd64), type RtMetrics struct, Sendpipe uint64 18468pkg syscall (netbsd-amd64), type RtMetrics struct, Ssthresh uint64 18469pkg syscall (netbsd-amd64), type RtMsghdr struct 18470pkg syscall (netbsd-amd64), type RtMsghdr struct, Addrs int32 18471pkg syscall (netbsd-amd64), type RtMsghdr struct, Errno int32 18472pkg syscall (netbsd-amd64), type RtMsghdr struct, Flags int32 18473pkg syscall (netbsd-amd64), type RtMsghdr struct, Index uint16 18474pkg syscall (netbsd-amd64), type RtMsghdr struct, Inits int32 18475pkg syscall (netbsd-amd64), type RtMsghdr struct, Msglen uint16 18476pkg syscall (netbsd-amd64), type RtMsghdr struct, Pad_cgo_0 [2]uint8 18477pkg syscall (netbsd-amd64), type RtMsghdr struct, Pad_cgo_1 [4]uint8 18478pkg syscall (netbsd-amd64), type RtMsghdr struct, Pid int32 18479pkg syscall (netbsd-amd64), type RtMsghdr struct, Rmx RtMetrics 18480pkg syscall (netbsd-amd64), type RtMsghdr struct, Seq int32 18481pkg syscall (netbsd-amd64), type RtMsghdr struct, Type uint8 18482pkg syscall (netbsd-amd64), type RtMsghdr struct, Use int32 18483pkg syscall (netbsd-amd64), type RtMsghdr struct, Version uint8 18484pkg syscall (netbsd-amd64), type Rusage struct, Idrss int64 18485pkg syscall (netbsd-amd64), type Rusage struct, Inblock int64 18486pkg syscall (netbsd-amd64), type Rusage struct, Isrss int64 18487pkg syscall (netbsd-amd64), type Rusage struct, Ixrss int64 18488pkg syscall (netbsd-amd64), type Rusage struct, Majflt int64 18489pkg syscall (netbsd-amd64), type Rusage struct, Maxrss int64 18490pkg syscall (netbsd-amd64), type Rusage struct, Minflt int64 18491pkg syscall (netbsd-amd64), type Rusage struct, Msgrcv int64 18492pkg syscall (netbsd-amd64), type Rusage struct, Msgsnd int64 18493pkg syscall (netbsd-amd64), type Rusage struct, Nivcsw int64 18494pkg syscall (netbsd-amd64), type Rusage struct, Nsignals int64 18495pkg syscall (netbsd-amd64), type Rusage struct, Nswap int64 18496pkg syscall (netbsd-amd64), type Rusage struct, Nvcsw int64 18497pkg syscall (netbsd-amd64), type Rusage struct, Oublock int64 18498pkg syscall (netbsd-amd64), type Rusage struct, Stime Timeval 18499pkg syscall (netbsd-amd64), type Rusage struct, Utime Timeval 18500pkg syscall (netbsd-amd64), type SockaddrDatalink struct 18501pkg syscall (netbsd-amd64), type SockaddrDatalink struct, Alen uint8 18502pkg syscall (netbsd-amd64), type SockaddrDatalink struct, Data [12]int8 18503pkg syscall (netbsd-amd64), type SockaddrDatalink struct, Family uint8 18504pkg syscall (netbsd-amd64), type SockaddrDatalink struct, Index uint16 18505pkg syscall (netbsd-amd64), type SockaddrDatalink struct, Len uint8 18506pkg syscall (netbsd-amd64), type SockaddrDatalink struct, Nlen uint8 18507pkg syscall (netbsd-amd64), type SockaddrDatalink struct, Slen uint8 18508pkg syscall (netbsd-amd64), type SockaddrDatalink struct, Type uint8 18509pkg syscall (netbsd-amd64), type SocketControlMessage struct 18510pkg syscall (netbsd-amd64), type SocketControlMessage struct, Data []uint8 18511pkg syscall (netbsd-amd64), type SocketControlMessage struct, Header Cmsghdr 18512pkg syscall (netbsd-amd64), type Stat_t struct 18513pkg syscall (netbsd-amd64), type Stat_t struct, Atimespec Timespec 18514pkg syscall (netbsd-amd64), type Stat_t struct, Birthtimespec Timespec 18515pkg syscall (netbsd-amd64), type Stat_t struct, Blksize uint32 18516pkg syscall (netbsd-amd64), type Stat_t struct, Blocks int64 18517pkg syscall (netbsd-amd64), type Stat_t struct, Ctimespec Timespec 18518pkg syscall (netbsd-amd64), type Stat_t struct, Dev uint64 18519pkg syscall (netbsd-amd64), type Stat_t struct, Flags uint32 18520pkg syscall (netbsd-amd64), type Stat_t struct, Gen uint32 18521pkg syscall (netbsd-amd64), type Stat_t struct, Gid uint32 18522pkg syscall (netbsd-amd64), type Stat_t struct, Ino uint64 18523pkg syscall (netbsd-amd64), type Stat_t struct, Mode uint32 18524pkg syscall (netbsd-amd64), type Stat_t struct, Mtimespec Timespec 18525pkg syscall (netbsd-amd64), type Stat_t struct, Nlink uint32 18526pkg syscall (netbsd-amd64), type Stat_t struct, Pad_cgo_0 [4]uint8 18527pkg syscall (netbsd-amd64), type Stat_t struct, Pad_cgo_1 [4]uint8 18528pkg syscall (netbsd-amd64), type Stat_t struct, Pad_cgo_2 [4]uint8 18529pkg syscall (netbsd-amd64), type Stat_t struct, Rdev uint64 18530pkg syscall (netbsd-amd64), type Stat_t struct, Size int64 18531pkg syscall (netbsd-amd64), type Stat_t struct, Spare [2]uint32 18532pkg syscall (netbsd-amd64), type Stat_t struct, Uid uint32 18533pkg syscall (netbsd-amd64), type Statfs_t [0]uint8 18534pkg syscall (netbsd-amd64), type SysProcAttr struct, Chroot string 18535pkg syscall (netbsd-amd64), type SysProcAttr struct, Credential *Credential 18536pkg syscall (netbsd-amd64), type SysProcAttr struct, Noctty bool 18537pkg syscall (netbsd-amd64), type SysProcAttr struct, Ptrace bool 18538pkg syscall (netbsd-amd64), type SysProcAttr struct, Setctty bool 18539pkg syscall (netbsd-amd64), type SysProcAttr struct, Setpgid bool 18540pkg syscall (netbsd-amd64), type SysProcAttr struct, Setsid bool 18541pkg syscall (netbsd-amd64), type Sysctlnode struct 18542pkg syscall (netbsd-amd64), type Sysctlnode struct, Flags uint32 18543pkg syscall (netbsd-amd64), type Sysctlnode struct, Name [32]int8 18544pkg syscall (netbsd-amd64), type Sysctlnode struct, Num int32 18545pkg syscall (netbsd-amd64), type Sysctlnode struct, Un [16]uint8 18546pkg syscall (netbsd-amd64), type Sysctlnode struct, Ver uint32 18547pkg syscall (netbsd-amd64), type Sysctlnode struct, X__rsvd uint32 18548pkg syscall (netbsd-amd64), type Sysctlnode struct, X_sysctl_desc [8]uint8 18549pkg syscall (netbsd-amd64), type Sysctlnode struct, X_sysctl_func [8]uint8 18550pkg syscall (netbsd-amd64), type Sysctlnode struct, X_sysctl_parent [8]uint8 18551pkg syscall (netbsd-amd64), type Sysctlnode struct, X_sysctl_size [8]uint8 18552pkg syscall (netbsd-amd64), type Timespec struct, Nsec int64 18553pkg syscall (netbsd-amd64), type Timespec struct, Sec int64 18554pkg syscall (netbsd-amd64), type Timeval struct, Pad_cgo_0 [4]uint8 18555pkg syscall (netbsd-amd64), type Timeval struct, Sec int64 18556pkg syscall (netbsd-amd64), type Timeval struct, Usec int32 18557pkg syscall (netbsd-amd64), type WaitStatus uint32 18558pkg syscall (netbsd-amd64), var Stderr int 18559pkg syscall (netbsd-amd64), var Stdin int 18560pkg syscall (netbsd-amd64), var Stdout int 18561pkg syscall (netbsd-amd64-cgo), const AF_APPLETALK ideal-int 18562pkg syscall (netbsd-amd64-cgo), const AF_ARP ideal-int 18563pkg syscall (netbsd-amd64-cgo), const AF_BLUETOOTH ideal-int 18564pkg syscall (netbsd-amd64-cgo), const AF_CCITT ideal-int 18565pkg syscall (netbsd-amd64-cgo), const AF_CHAOS ideal-int 18566pkg syscall (netbsd-amd64-cgo), const AF_CNT ideal-int 18567pkg syscall (netbsd-amd64-cgo), const AF_COIP ideal-int 18568pkg syscall (netbsd-amd64-cgo), const AF_DATAKIT ideal-int 18569pkg syscall (netbsd-amd64-cgo), const AF_DECnet ideal-int 18570pkg syscall (netbsd-amd64-cgo), const AF_DLI ideal-int 18571pkg syscall (netbsd-amd64-cgo), const AF_E164 ideal-int 18572pkg syscall (netbsd-amd64-cgo), const AF_ECMA ideal-int 18573pkg syscall (netbsd-amd64-cgo), const AF_HYLINK ideal-int 18574pkg syscall (netbsd-amd64-cgo), const AF_IEEE80211 ideal-int 18575pkg syscall (netbsd-amd64-cgo), const AF_IMPLINK ideal-int 18576pkg syscall (netbsd-amd64-cgo), const AF_IPX ideal-int 18577pkg syscall (netbsd-amd64-cgo), const AF_ISDN ideal-int 18578pkg syscall (netbsd-amd64-cgo), const AF_ISO ideal-int 18579pkg syscall (netbsd-amd64-cgo), const AF_LAT ideal-int 18580pkg syscall (netbsd-amd64-cgo), const AF_LINK ideal-int 18581pkg syscall (netbsd-amd64-cgo), const AF_LOCAL ideal-int 18582pkg syscall (netbsd-amd64-cgo), const AF_MAX ideal-int 18583pkg syscall (netbsd-amd64-cgo), const AF_MPLS ideal-int 18584pkg syscall (netbsd-amd64-cgo), const AF_NATM ideal-int 18585pkg syscall (netbsd-amd64-cgo), const AF_NS ideal-int 18586pkg syscall (netbsd-amd64-cgo), const AF_OROUTE ideal-int 18587pkg syscall (netbsd-amd64-cgo), const AF_OSI ideal-int 18588pkg syscall (netbsd-amd64-cgo), const AF_PUP ideal-int 18589pkg syscall (netbsd-amd64-cgo), const AF_ROUTE ideal-int 18590pkg syscall (netbsd-amd64-cgo), const AF_SNA ideal-int 18591pkg syscall (netbsd-amd64-cgo), const ARPHRD_ARCNET ideal-int 18592pkg syscall (netbsd-amd64-cgo), const ARPHRD_ETHER ideal-int 18593pkg syscall (netbsd-amd64-cgo), const ARPHRD_FRELAY ideal-int 18594pkg syscall (netbsd-amd64-cgo), const ARPHRD_IEEE1394 ideal-int 18595pkg syscall (netbsd-amd64-cgo), const ARPHRD_IEEE802 ideal-int 18596pkg syscall (netbsd-amd64-cgo), const ARPHRD_STRIP ideal-int 18597pkg syscall (netbsd-amd64-cgo), const B0 ideal-int 18598pkg syscall (netbsd-amd64-cgo), const B110 ideal-int 18599pkg syscall (netbsd-amd64-cgo), const B115200 ideal-int 18600pkg syscall (netbsd-amd64-cgo), const B1200 ideal-int 18601pkg syscall (netbsd-amd64-cgo), const B134 ideal-int 18602pkg syscall (netbsd-amd64-cgo), const B14400 ideal-int 18603pkg syscall (netbsd-amd64-cgo), const B150 ideal-int 18604pkg syscall (netbsd-amd64-cgo), const B1800 ideal-int 18605pkg syscall (netbsd-amd64-cgo), const B19200 ideal-int 18606pkg syscall (netbsd-amd64-cgo), const B200 ideal-int 18607pkg syscall (netbsd-amd64-cgo), const B230400 ideal-int 18608pkg syscall (netbsd-amd64-cgo), const B2400 ideal-int 18609pkg syscall (netbsd-amd64-cgo), const B28800 ideal-int 18610pkg syscall (netbsd-amd64-cgo), const B300 ideal-int 18611pkg syscall (netbsd-amd64-cgo), const B38400 ideal-int 18612pkg syscall (netbsd-amd64-cgo), const B460800 ideal-int 18613pkg syscall (netbsd-amd64-cgo), const B4800 ideal-int 18614pkg syscall (netbsd-amd64-cgo), const B50 ideal-int 18615pkg syscall (netbsd-amd64-cgo), const B57600 ideal-int 18616pkg syscall (netbsd-amd64-cgo), const B600 ideal-int 18617pkg syscall (netbsd-amd64-cgo), const B7200 ideal-int 18618pkg syscall (netbsd-amd64-cgo), const B75 ideal-int 18619pkg syscall (netbsd-amd64-cgo), const B76800 ideal-int 18620pkg syscall (netbsd-amd64-cgo), const B921600 ideal-int 18621pkg syscall (netbsd-amd64-cgo), const B9600 ideal-int 18622pkg syscall (netbsd-amd64-cgo), const BIOCFEEDBACK ideal-int 18623pkg syscall (netbsd-amd64-cgo), const BIOCFLUSH ideal-int 18624pkg syscall (netbsd-amd64-cgo), const BIOCGBLEN ideal-int 18625pkg syscall (netbsd-amd64-cgo), const BIOCGDLT ideal-int 18626pkg syscall (netbsd-amd64-cgo), const BIOCGDLTLIST ideal-int 18627pkg syscall (netbsd-amd64-cgo), const BIOCGETIF ideal-int 18628pkg syscall (netbsd-amd64-cgo), const BIOCGFEEDBACK ideal-int 18629pkg syscall (netbsd-amd64-cgo), const BIOCGHDRCMPLT ideal-int 18630pkg syscall (netbsd-amd64-cgo), const BIOCGRTIMEOUT ideal-int 18631pkg syscall (netbsd-amd64-cgo), const BIOCGSEESENT ideal-int 18632pkg syscall (netbsd-amd64-cgo), const BIOCGSTATS ideal-int 18633pkg syscall (netbsd-amd64-cgo), const BIOCGSTATSOLD ideal-int 18634pkg syscall (netbsd-amd64-cgo), const BIOCIMMEDIATE ideal-int 18635pkg syscall (netbsd-amd64-cgo), const BIOCPROMISC ideal-int 18636pkg syscall (netbsd-amd64-cgo), const BIOCSBLEN ideal-int 18637pkg syscall (netbsd-amd64-cgo), const BIOCSDLT ideal-int 18638pkg syscall (netbsd-amd64-cgo), const BIOCSETF ideal-int 18639pkg syscall (netbsd-amd64-cgo), const BIOCSETIF ideal-int 18640pkg syscall (netbsd-amd64-cgo), const BIOCSFEEDBACK ideal-int 18641pkg syscall (netbsd-amd64-cgo), const BIOCSHDRCMPLT ideal-int 18642pkg syscall (netbsd-amd64-cgo), const BIOCSRTIMEOUT ideal-int 18643pkg syscall (netbsd-amd64-cgo), const BIOCSSEESENT ideal-int 18644pkg syscall (netbsd-amd64-cgo), const BIOCSTCPF ideal-int 18645pkg syscall (netbsd-amd64-cgo), const BIOCSUDPF ideal-int 18646pkg syscall (netbsd-amd64-cgo), const BIOCVERSION ideal-int 18647pkg syscall (netbsd-amd64-cgo), const BPF_A ideal-int 18648pkg syscall (netbsd-amd64-cgo), const BPF_ABS ideal-int 18649pkg syscall (netbsd-amd64-cgo), const BPF_ADD ideal-int 18650pkg syscall (netbsd-amd64-cgo), const BPF_ALIGNMENT ideal-int 18651pkg syscall (netbsd-amd64-cgo), const BPF_ALIGNMENT32 ideal-int 18652pkg syscall (netbsd-amd64-cgo), const BPF_ALU ideal-int 18653pkg syscall (netbsd-amd64-cgo), const BPF_AND ideal-int 18654pkg syscall (netbsd-amd64-cgo), const BPF_B ideal-int 18655pkg syscall (netbsd-amd64-cgo), const BPF_DFLTBUFSIZE ideal-int 18656pkg syscall (netbsd-amd64-cgo), const BPF_DIV ideal-int 18657pkg syscall (netbsd-amd64-cgo), const BPF_H ideal-int 18658pkg syscall (netbsd-amd64-cgo), const BPF_IMM ideal-int 18659pkg syscall (netbsd-amd64-cgo), const BPF_IND ideal-int 18660pkg syscall (netbsd-amd64-cgo), const BPF_JA ideal-int 18661pkg syscall (netbsd-amd64-cgo), const BPF_JEQ ideal-int 18662pkg syscall (netbsd-amd64-cgo), const BPF_JGE ideal-int 18663pkg syscall (netbsd-amd64-cgo), const BPF_JGT ideal-int 18664pkg syscall (netbsd-amd64-cgo), const BPF_JMP ideal-int 18665pkg syscall (netbsd-amd64-cgo), const BPF_JSET ideal-int 18666pkg syscall (netbsd-amd64-cgo), const BPF_K ideal-int 18667pkg syscall (netbsd-amd64-cgo), const BPF_LD ideal-int 18668pkg syscall (netbsd-amd64-cgo), const BPF_LDX ideal-int 18669pkg syscall (netbsd-amd64-cgo), const BPF_LEN ideal-int 18670pkg syscall (netbsd-amd64-cgo), const BPF_LSH ideal-int 18671pkg syscall (netbsd-amd64-cgo), const BPF_MAJOR_VERSION ideal-int 18672pkg syscall (netbsd-amd64-cgo), const BPF_MAXBUFSIZE ideal-int 18673pkg syscall (netbsd-amd64-cgo), const BPF_MAXINSNS ideal-int 18674pkg syscall (netbsd-amd64-cgo), const BPF_MEM ideal-int 18675pkg syscall (netbsd-amd64-cgo), const BPF_MEMWORDS ideal-int 18676pkg syscall (netbsd-amd64-cgo), const BPF_MINBUFSIZE ideal-int 18677pkg syscall (netbsd-amd64-cgo), const BPF_MINOR_VERSION ideal-int 18678pkg syscall (netbsd-amd64-cgo), const BPF_MISC ideal-int 18679pkg syscall (netbsd-amd64-cgo), const BPF_MSH ideal-int 18680pkg syscall (netbsd-amd64-cgo), const BPF_MUL ideal-int 18681pkg syscall (netbsd-amd64-cgo), const BPF_NEG ideal-int 18682pkg syscall (netbsd-amd64-cgo), const BPF_OR ideal-int 18683pkg syscall (netbsd-amd64-cgo), const BPF_RELEASE ideal-int 18684pkg syscall (netbsd-amd64-cgo), const BPF_RET ideal-int 18685pkg syscall (netbsd-amd64-cgo), const BPF_RSH ideal-int 18686pkg syscall (netbsd-amd64-cgo), const BPF_ST ideal-int 18687pkg syscall (netbsd-amd64-cgo), const BPF_STX ideal-int 18688pkg syscall (netbsd-amd64-cgo), const BPF_SUB ideal-int 18689pkg syscall (netbsd-amd64-cgo), const BPF_TAX ideal-int 18690pkg syscall (netbsd-amd64-cgo), const BPF_TXA ideal-int 18691pkg syscall (netbsd-amd64-cgo), const BPF_W ideal-int 18692pkg syscall (netbsd-amd64-cgo), const BPF_X ideal-int 18693pkg syscall (netbsd-amd64-cgo), const BRKINT ideal-int 18694pkg syscall (netbsd-amd64-cgo), const CFLUSH ideal-int 18695pkg syscall (netbsd-amd64-cgo), const CLOCAL ideal-int 18696pkg syscall (netbsd-amd64-cgo), const CREAD ideal-int 18697pkg syscall (netbsd-amd64-cgo), const CS5 ideal-int 18698pkg syscall (netbsd-amd64-cgo), const CS6 ideal-int 18699pkg syscall (netbsd-amd64-cgo), const CS7 ideal-int 18700pkg syscall (netbsd-amd64-cgo), const CS8 ideal-int 18701pkg syscall (netbsd-amd64-cgo), const CSIZE ideal-int 18702pkg syscall (netbsd-amd64-cgo), const CSTART ideal-int 18703pkg syscall (netbsd-amd64-cgo), const CSTATUS ideal-int 18704pkg syscall (netbsd-amd64-cgo), const CSTOP ideal-int 18705pkg syscall (netbsd-amd64-cgo), const CSTOPB ideal-int 18706pkg syscall (netbsd-amd64-cgo), const CSUSP ideal-int 18707pkg syscall (netbsd-amd64-cgo), const CTL_MAXNAME ideal-int 18708pkg syscall (netbsd-amd64-cgo), const CTL_NET ideal-int 18709pkg syscall (netbsd-amd64-cgo), const CTL_QUERY ideal-int 18710pkg syscall (netbsd-amd64-cgo), const DIOCBSFLUSH ideal-int 18711pkg syscall (netbsd-amd64-cgo), const DLT_A429 ideal-int 18712pkg syscall (netbsd-amd64-cgo), const DLT_A653_ICM ideal-int 18713pkg syscall (netbsd-amd64-cgo), const DLT_AIRONET_HEADER ideal-int 18714pkg syscall (netbsd-amd64-cgo), const DLT_AOS ideal-int 18715pkg syscall (netbsd-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int 18716pkg syscall (netbsd-amd64-cgo), const DLT_ARCNET ideal-int 18717pkg syscall (netbsd-amd64-cgo), const DLT_ARCNET_LINUX ideal-int 18718pkg syscall (netbsd-amd64-cgo), const DLT_ATM_CLIP ideal-int 18719pkg syscall (netbsd-amd64-cgo), const DLT_ATM_RFC1483 ideal-int 18720pkg syscall (netbsd-amd64-cgo), const DLT_AURORA ideal-int 18721pkg syscall (netbsd-amd64-cgo), const DLT_AX25 ideal-int 18722pkg syscall (netbsd-amd64-cgo), const DLT_AX25_KISS ideal-int 18723pkg syscall (netbsd-amd64-cgo), const DLT_BACNET_MS_TP ideal-int 18724pkg syscall (netbsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4 ideal-int 18725pkg syscall (netbsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int 18726pkg syscall (netbsd-amd64-cgo), const DLT_CAN20B ideal-int 18727pkg syscall (netbsd-amd64-cgo), const DLT_CAN_SOCKETCAN ideal-int 18728pkg syscall (netbsd-amd64-cgo), const DLT_CHAOS ideal-int 18729pkg syscall (netbsd-amd64-cgo), const DLT_CISCO_IOS ideal-int 18730pkg syscall (netbsd-amd64-cgo), const DLT_C_HDLC ideal-int 18731pkg syscall (netbsd-amd64-cgo), const DLT_C_HDLC_WITH_DIR ideal-int 18732pkg syscall (netbsd-amd64-cgo), const DLT_DECT ideal-int 18733pkg syscall (netbsd-amd64-cgo), const DLT_DOCSIS ideal-int 18734pkg syscall (netbsd-amd64-cgo), const DLT_ECONET ideal-int 18735pkg syscall (netbsd-amd64-cgo), const DLT_EN10MB ideal-int 18736pkg syscall (netbsd-amd64-cgo), const DLT_EN3MB ideal-int 18737pkg syscall (netbsd-amd64-cgo), const DLT_ENC ideal-int 18738pkg syscall (netbsd-amd64-cgo), const DLT_ERF ideal-int 18739pkg syscall (netbsd-amd64-cgo), const DLT_ERF_ETH ideal-int 18740pkg syscall (netbsd-amd64-cgo), const DLT_ERF_POS ideal-int 18741pkg syscall (netbsd-amd64-cgo), const DLT_FC_2 ideal-int 18742pkg syscall (netbsd-amd64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int 18743pkg syscall (netbsd-amd64-cgo), const DLT_FDDI ideal-int 18744pkg syscall (netbsd-amd64-cgo), const DLT_FLEXRAY ideal-int 18745pkg syscall (netbsd-amd64-cgo), const DLT_FRELAY ideal-int 18746pkg syscall (netbsd-amd64-cgo), const DLT_FRELAY_WITH_DIR ideal-int 18747pkg syscall (netbsd-amd64-cgo), const DLT_GCOM_SERIAL ideal-int 18748pkg syscall (netbsd-amd64-cgo), const DLT_GCOM_T1E1 ideal-int 18749pkg syscall (netbsd-amd64-cgo), const DLT_GPF_F ideal-int 18750pkg syscall (netbsd-amd64-cgo), const DLT_GPF_T ideal-int 18751pkg syscall (netbsd-amd64-cgo), const DLT_GPRS_LLC ideal-int 18752pkg syscall (netbsd-amd64-cgo), const DLT_GSMTAP_ABIS ideal-int 18753pkg syscall (netbsd-amd64-cgo), const DLT_GSMTAP_UM ideal-int 18754pkg syscall (netbsd-amd64-cgo), const DLT_HDLC ideal-int 18755pkg syscall (netbsd-amd64-cgo), const DLT_HHDLC ideal-int 18756pkg syscall (netbsd-amd64-cgo), const DLT_HIPPI ideal-int 18757pkg syscall (netbsd-amd64-cgo), const DLT_IBM_SN ideal-int 18758pkg syscall (netbsd-amd64-cgo), const DLT_IBM_SP ideal-int 18759pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802 ideal-int 18760pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11 ideal-int 18761pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11_RADIO ideal-int 18762pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int 18763pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4 ideal-int 18764pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4_LINUX ideal-int 18765pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4_NONASK_PHY ideal-int 18766pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS ideal-int 18767pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int 18768pkg syscall (netbsd-amd64-cgo), const DLT_IPMB ideal-int 18769pkg syscall (netbsd-amd64-cgo), const DLT_IPMB_LINUX ideal-int 18770pkg syscall (netbsd-amd64-cgo), const DLT_IPNET ideal-int 18771pkg syscall (netbsd-amd64-cgo), const DLT_IPV4 ideal-int 18772pkg syscall (netbsd-amd64-cgo), const DLT_IPV6 ideal-int 18773pkg syscall (netbsd-amd64-cgo), const DLT_IP_OVER_FC ideal-int 18774pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ATM1 ideal-int 18775pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ATM2 ideal-int 18776pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_CHDLC ideal-int 18777pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ES ideal-int 18778pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ETHER ideal-int 18779pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_FRELAY ideal-int 18780pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_GGSN ideal-int 18781pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ISM ideal-int 18782pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MFR ideal-int 18783pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MLFR ideal-int 18784pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MLPPP ideal-int 18785pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MONITOR ideal-int 18786pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PIC_PEER ideal-int 18787pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPP ideal-int 18788pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPPOE ideal-int 18789pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPPOE_ATM ideal-int 18790pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_SERVICES ideal-int 18791pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ST ideal-int 18792pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_VP ideal-int 18793pkg syscall (netbsd-amd64-cgo), const DLT_LAPB_WITH_DIR ideal-int 18794pkg syscall (netbsd-amd64-cgo), const DLT_LAPD ideal-int 18795pkg syscall (netbsd-amd64-cgo), const DLT_LIN ideal-int 18796pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_EVDEV ideal-int 18797pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_IRDA ideal-int 18798pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_LAPD ideal-int 18799pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_SLL ideal-int 18800pkg syscall (netbsd-amd64-cgo), const DLT_LOOP ideal-int 18801pkg syscall (netbsd-amd64-cgo), const DLT_LTALK ideal-int 18802pkg syscall (netbsd-amd64-cgo), const DLT_MFR ideal-int 18803pkg syscall (netbsd-amd64-cgo), const DLT_MOST ideal-int 18804pkg syscall (netbsd-amd64-cgo), const DLT_MPLS ideal-int 18805pkg syscall (netbsd-amd64-cgo), const DLT_MTP2 ideal-int 18806pkg syscall (netbsd-amd64-cgo), const DLT_MTP2_WITH_PHDR ideal-int 18807pkg syscall (netbsd-amd64-cgo), const DLT_MTP3 ideal-int 18808pkg syscall (netbsd-amd64-cgo), const DLT_NULL ideal-int 18809pkg syscall (netbsd-amd64-cgo), const DLT_PCI_EXP ideal-int 18810pkg syscall (netbsd-amd64-cgo), const DLT_PFLOG ideal-int 18811pkg syscall (netbsd-amd64-cgo), const DLT_PFSYNC ideal-int 18812pkg syscall (netbsd-amd64-cgo), const DLT_PPI ideal-int 18813pkg syscall (netbsd-amd64-cgo), const DLT_PPP ideal-int 18814pkg syscall (netbsd-amd64-cgo), const DLT_PPP_BSDOS ideal-int 18815pkg syscall (netbsd-amd64-cgo), const DLT_PPP_ETHER ideal-int 18816pkg syscall (netbsd-amd64-cgo), const DLT_PPP_PPPD ideal-int 18817pkg syscall (netbsd-amd64-cgo), const DLT_PPP_SERIAL ideal-int 18818pkg syscall (netbsd-amd64-cgo), const DLT_PPP_WITH_DIR ideal-int 18819pkg syscall (netbsd-amd64-cgo), const DLT_PRISM_HEADER ideal-int 18820pkg syscall (netbsd-amd64-cgo), const DLT_PRONET ideal-int 18821pkg syscall (netbsd-amd64-cgo), const DLT_RAIF1 ideal-int 18822pkg syscall (netbsd-amd64-cgo), const DLT_RAW ideal-int 18823pkg syscall (netbsd-amd64-cgo), const DLT_RAWAF_MASK ideal-int 18824pkg syscall (netbsd-amd64-cgo), const DLT_RIO ideal-int 18825pkg syscall (netbsd-amd64-cgo), const DLT_SCCP ideal-int 18826pkg syscall (netbsd-amd64-cgo), const DLT_SITA ideal-int 18827pkg syscall (netbsd-amd64-cgo), const DLT_SLIP ideal-int 18828pkg syscall (netbsd-amd64-cgo), const DLT_SLIP_BSDOS ideal-int 18829pkg syscall (netbsd-amd64-cgo), const DLT_SUNATM ideal-int 18830pkg syscall (netbsd-amd64-cgo), const DLT_SYMANTEC_FIREWALL ideal-int 18831pkg syscall (netbsd-amd64-cgo), const DLT_TZSP ideal-int 18832pkg syscall (netbsd-amd64-cgo), const DLT_USB ideal-int 18833pkg syscall (netbsd-amd64-cgo), const DLT_USB_LINUX ideal-int 18834pkg syscall (netbsd-amd64-cgo), const DLT_USB_LINUX_MMAPPED ideal-int 18835pkg syscall (netbsd-amd64-cgo), const DLT_WIHART ideal-int 18836pkg syscall (netbsd-amd64-cgo), const DLT_X2E_SERIAL ideal-int 18837pkg syscall (netbsd-amd64-cgo), const DLT_X2E_XORAYA ideal-int 18838pkg syscall (netbsd-amd64-cgo), const DT_BLK ideal-int 18839pkg syscall (netbsd-amd64-cgo), const DT_CHR ideal-int 18840pkg syscall (netbsd-amd64-cgo), const DT_DIR ideal-int 18841pkg syscall (netbsd-amd64-cgo), const DT_FIFO ideal-int 18842pkg syscall (netbsd-amd64-cgo), const DT_LNK ideal-int 18843pkg syscall (netbsd-amd64-cgo), const DT_REG ideal-int 18844pkg syscall (netbsd-amd64-cgo), const DT_SOCK ideal-int 18845pkg syscall (netbsd-amd64-cgo), const DT_UNKNOWN ideal-int 18846pkg syscall (netbsd-amd64-cgo), const DT_WHT ideal-int 18847pkg syscall (netbsd-amd64-cgo), const EAUTH Errno 18848pkg syscall (netbsd-amd64-cgo), const EBADMSG Errno 18849pkg syscall (netbsd-amd64-cgo), const EBADRPC Errno 18850pkg syscall (netbsd-amd64-cgo), const ECHO ideal-int 18851pkg syscall (netbsd-amd64-cgo), const ECHOCTL ideal-int 18852pkg syscall (netbsd-amd64-cgo), const ECHOE ideal-int 18853pkg syscall (netbsd-amd64-cgo), const ECHOK ideal-int 18854pkg syscall (netbsd-amd64-cgo), const ECHOKE ideal-int 18855pkg syscall (netbsd-amd64-cgo), const ECHONL ideal-int 18856pkg syscall (netbsd-amd64-cgo), const ECHOPRT ideal-int 18857pkg syscall (netbsd-amd64-cgo), const EFTYPE Errno 18858pkg syscall (netbsd-amd64-cgo), const ELAST Errno 18859pkg syscall (netbsd-amd64-cgo), const EMULTIHOP Errno 18860pkg syscall (netbsd-amd64-cgo), const EMUL_LINUX ideal-int 18861pkg syscall (netbsd-amd64-cgo), const EMUL_LINUX32 ideal-int 18862pkg syscall (netbsd-amd64-cgo), const EMUL_MAXID ideal-int 18863pkg syscall (netbsd-amd64-cgo), const ENEEDAUTH Errno 18864pkg syscall (netbsd-amd64-cgo), const ENOATTR Errno 18865pkg syscall (netbsd-amd64-cgo), const ENODATA Errno 18866pkg syscall (netbsd-amd64-cgo), const ENOLINK Errno 18867pkg syscall (netbsd-amd64-cgo), const ENOSR Errno 18868pkg syscall (netbsd-amd64-cgo), const ENOSTR Errno 18869pkg syscall (netbsd-amd64-cgo), const EPROCLIM Errno 18870pkg syscall (netbsd-amd64-cgo), const EPROCUNAVAIL Errno 18871pkg syscall (netbsd-amd64-cgo), const EPROGMISMATCH Errno 18872pkg syscall (netbsd-amd64-cgo), const EPROGUNAVAIL Errno 18873pkg syscall (netbsd-amd64-cgo), const EPROTO Errno 18874pkg syscall (netbsd-amd64-cgo), const ERPCMISMATCH Errno 18875pkg syscall (netbsd-amd64-cgo), const ETHERCAP_JUMBO_MTU ideal-int 18876pkg syscall (netbsd-amd64-cgo), const ETHERCAP_VLAN_HWTAGGING ideal-int 18877pkg syscall (netbsd-amd64-cgo), const ETHERCAP_VLAN_MTU ideal-int 18878pkg syscall (netbsd-amd64-cgo), const ETHERMIN ideal-int 18879pkg syscall (netbsd-amd64-cgo), const ETHERMTU ideal-int 18880pkg syscall (netbsd-amd64-cgo), const ETHERMTU_JUMBO ideal-int 18881pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_8023 ideal-int 18882pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AARP ideal-int 18883pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ACCTON ideal-int 18884pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AEONIC ideal-int 18885pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ALPHA ideal-int 18886pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AMBER ideal-int 18887pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AMOEBA ideal-int 18888pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APOLLO ideal-int 18889pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APOLLODOMAIN ideal-int 18890pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APPLETALK ideal-int 18891pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APPLITEK ideal-int 18892pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ARGONAUT ideal-int 18893pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ARP ideal-int 18894pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AT ideal-int 18895pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATALK ideal-int 18896pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATOMIC ideal-int 18897pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATT ideal-int 18898pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATTSTANFORD ideal-int 18899pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AUTOPHON ideal-int 18900pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AXIS ideal-int 18901pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_BCLOOP ideal-int 18902pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_BOFL ideal-int 18903pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CABLETRON ideal-int 18904pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CHAOS ideal-int 18905pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COMDESIGN ideal-int 18906pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COMPUGRAPHIC ideal-int 18907pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COUNTERPOINT ideal-int 18908pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CRONUS ideal-int 18909pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CRONUSVLN ideal-int 18910pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DCA ideal-int 18911pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DDE ideal-int 18912pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DEBNI ideal-int 18913pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECAM ideal-int 18914pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECCUST ideal-int 18915pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDIAG ideal-int 18916pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDNS ideal-int 18917pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDTS ideal-int 18918pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECEXPER ideal-int 18919pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECLAST ideal-int 18920pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECLTM ideal-int 18921pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECMUMPS ideal-int 18922pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECNETBIOS ideal-int 18923pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DELTACON ideal-int 18924pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DIDDLE ideal-int 18925pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DLOG1 ideal-int 18926pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DLOG2 ideal-int 18927pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DN ideal-int 18928pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DOGFIGHT ideal-int 18929pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DSMD ideal-int 18930pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ECMA ideal-int 18931pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ENCRYPT ideal-int 18932pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ES ideal-int 18933pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_EXCELAN ideal-int 18934pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_EXPERDATA ideal-int 18935pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FLIP ideal-int 18936pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FLOWCONTROL ideal-int 18937pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FRARP ideal-int 18938pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_GENDYN ideal-int 18939pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HAYES ideal-int 18940pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HIPPI_FP ideal-int 18941pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HITACHI ideal-int 18942pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HP ideal-int 18943pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IEEEPUP ideal-int 18944pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IEEEPUPAT ideal-int 18945pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IMLBL ideal-int 18946pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IMLBLDIAG ideal-int 18947pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IP ideal-int 18948pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPAS ideal-int 18949pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPV6 ideal-int 18950pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPX ideal-int 18951pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPXNEW ideal-int 18952pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_KALPANA ideal-int 18953pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LANBRIDGE ideal-int 18954pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LANPROBE ideal-int 18955pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LAT ideal-int 18956pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LBACK ideal-int 18957pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LITTLE ideal-int 18958pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LOGICRAFT ideal-int 18959pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LOOPBACK ideal-int 18960pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MATRA ideal-int 18961pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MAX ideal-int 18962pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MERIT ideal-int 18963pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MICP ideal-int 18964pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOPDL ideal-int 18965pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOPRC ideal-int 18966pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOTOROLA ideal-int 18967pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MPLS ideal-int 18968pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MPLS_MCAST ideal-int 18969pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MUMPS ideal-int 18970pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCC ideal-int 18971pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLAIM ideal-int 18972pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLREQ ideal-int 18973pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLRSP ideal-int 18974pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCREQ ideal-int 18975pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCRSP ideal-int 18976pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDG ideal-int 18977pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDGB ideal-int 18978pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDLTE ideal-int 18979pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRAR ideal-int 18980pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRAS ideal-int 18981pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRST ideal-int 18982pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPSCD ideal-int 18983pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPVCD ideal-int 18984pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBS ideal-int 18985pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NCD ideal-int 18986pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NESTAR ideal-int 18987pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NETBEUI ideal-int 18988pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NOVELL ideal-int 18989pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NS ideal-int 18990pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NSAT ideal-int 18991pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NSCOMPAT ideal-int 18992pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NTRAILER ideal-int 18993pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_OS9 ideal-int 18994pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_OS9NET ideal-int 18995pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PACER ideal-int 18996pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PAE ideal-int 18997pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PCS ideal-int 18998pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PLANNING ideal-int 18999pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPP ideal-int 19000pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPPOE ideal-int 19001pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPPOEDISC ideal-int 19002pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PRIMENTS ideal-int 19003pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PUP ideal-int 19004pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PUPAT ideal-int 19005pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RACAL ideal-int 19006pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RATIONAL ideal-int 19007pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RAWFR ideal-int 19008pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RCL ideal-int 19009pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RDP ideal-int 19010pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RETIX ideal-int 19011pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_REVARP ideal-int 19012pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SCA ideal-int 19013pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SECTRA ideal-int 19014pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SECUREDATA ideal-int 19015pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SGITW ideal-int 19016pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_BOUNCE ideal-int 19017pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_DIAG ideal-int 19018pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_NETGAMES ideal-int 19019pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_RESV ideal-int 19020pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SIMNET ideal-int 19021pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SLOWPROTOCOLS ideal-int 19022pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SNA ideal-int 19023pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SNMP ideal-int 19024pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SONIX ideal-int 19025pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SPIDER ideal-int 19026pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SPRITE ideal-int 19027pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_STP ideal-int 19028pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TALARIS ideal-int 19029pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TALARISMC ideal-int 19030pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TCPCOMP ideal-int 19031pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TCPSM ideal-int 19032pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TEC ideal-int 19033pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TIGAN ideal-int 19034pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TRAIL ideal-int 19035pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TRANSETHER ideal-int 19036pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TYMSHARE ideal-int 19037pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBBST ideal-int 19038pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDEBUG ideal-int 19039pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDIAGLOOP ideal-int 19040pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDL ideal-int 19041pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBNIU ideal-int 19042pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBNMC ideal-int 19043pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VALID ideal-int 19044pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VARIAN ideal-int 19045pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VAXELN ideal-int 19046pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VEECO ideal-int 19047pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VEXP ideal-int 19048pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VGLAB ideal-int 19049pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINES ideal-int 19050pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINESECHO ideal-int 19051pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINESLOOP ideal-int 19052pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VITAL ideal-int 19053pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VLAN ideal-int 19054pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VLTLMAN ideal-int 19055pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VPROD ideal-int 19056pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VURESERVED ideal-int 19057pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_WATERLOO ideal-int 19058pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_WELLFLEET ideal-int 19059pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_X25 ideal-int 19060pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_X75 ideal-int 19061pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_XNSSM ideal-int 19062pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_XTP ideal-int 19063pkg syscall (netbsd-amd64-cgo), const ETHER_ADDR_LEN ideal-int 19064pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_LEN ideal-int 19065pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_POLY_BE ideal-int 19066pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_POLY_LE ideal-int 19067pkg syscall (netbsd-amd64-cgo), const ETHER_HDR_LEN ideal-int 19068pkg syscall (netbsd-amd64-cgo), const ETHER_MAX_LEN ideal-int 19069pkg syscall (netbsd-amd64-cgo), const ETHER_MAX_LEN_JUMBO ideal-int 19070pkg syscall (netbsd-amd64-cgo), const ETHER_MIN_LEN ideal-int 19071pkg syscall (netbsd-amd64-cgo), const ETHER_PPPOE_ENCAP_LEN ideal-int 19072pkg syscall (netbsd-amd64-cgo), const ETHER_TYPE_LEN ideal-int 19073pkg syscall (netbsd-amd64-cgo), const ETHER_VLAN_ENCAP_LEN ideal-int 19074pkg syscall (netbsd-amd64-cgo), const ETIME Errno 19075pkg syscall (netbsd-amd64-cgo), const EVFILT_AIO ideal-int 19076pkg syscall (netbsd-amd64-cgo), const EVFILT_PROC ideal-int 19077pkg syscall (netbsd-amd64-cgo), const EVFILT_READ ideal-int 19078pkg syscall (netbsd-amd64-cgo), const EVFILT_SIGNAL ideal-int 19079pkg syscall (netbsd-amd64-cgo), const EVFILT_SYSCOUNT ideal-int 19080pkg syscall (netbsd-amd64-cgo), const EVFILT_TIMER ideal-int 19081pkg syscall (netbsd-amd64-cgo), const EVFILT_VNODE ideal-int 19082pkg syscall (netbsd-amd64-cgo), const EVFILT_WRITE ideal-int 19083pkg syscall (netbsd-amd64-cgo), const EV_ADD ideal-int 19084pkg syscall (netbsd-amd64-cgo), const EV_CLEAR ideal-int 19085pkg syscall (netbsd-amd64-cgo), const EV_DELETE ideal-int 19086pkg syscall (netbsd-amd64-cgo), const EV_DISABLE ideal-int 19087pkg syscall (netbsd-amd64-cgo), const EV_ENABLE ideal-int 19088pkg syscall (netbsd-amd64-cgo), const EV_EOF ideal-int 19089pkg syscall (netbsd-amd64-cgo), const EV_ERROR ideal-int 19090pkg syscall (netbsd-amd64-cgo), const EV_FLAG1 ideal-int 19091pkg syscall (netbsd-amd64-cgo), const EV_ONESHOT ideal-int 19092pkg syscall (netbsd-amd64-cgo), const EV_SYSFLAGS ideal-int 19093pkg syscall (netbsd-amd64-cgo), const EXTA ideal-int 19094pkg syscall (netbsd-amd64-cgo), const EXTB ideal-int 19095pkg syscall (netbsd-amd64-cgo), const EXTPROC ideal-int 19096pkg syscall (netbsd-amd64-cgo), const FD_CLOEXEC ideal-int 19097pkg syscall (netbsd-amd64-cgo), const FD_SETSIZE ideal-int 19098pkg syscall (netbsd-amd64-cgo), const FLUSHO ideal-int 19099pkg syscall (netbsd-amd64-cgo), const F_CLOSEM ideal-int 19100pkg syscall (netbsd-amd64-cgo), const F_DUPFD ideal-int 19101pkg syscall (netbsd-amd64-cgo), const F_DUPFD_CLOEXEC ideal-int 19102pkg syscall (netbsd-amd64-cgo), const F_FSCTL ideal-int 19103pkg syscall (netbsd-amd64-cgo), const F_FSDIRMASK ideal-int 19104pkg syscall (netbsd-amd64-cgo), const F_FSIN ideal-int 19105pkg syscall (netbsd-amd64-cgo), const F_FSINOUT ideal-int 19106pkg syscall (netbsd-amd64-cgo), const F_FSOUT ideal-int 19107pkg syscall (netbsd-amd64-cgo), const F_FSPRIV ideal-int 19108pkg syscall (netbsd-amd64-cgo), const F_FSVOID ideal-int 19109pkg syscall (netbsd-amd64-cgo), const F_GETFD ideal-int 19110pkg syscall (netbsd-amd64-cgo), const F_GETFL ideal-int 19111pkg syscall (netbsd-amd64-cgo), const F_GETLK ideal-int 19112pkg syscall (netbsd-amd64-cgo), const F_GETNOSIGPIPE ideal-int 19113pkg syscall (netbsd-amd64-cgo), const F_GETOWN ideal-int 19114pkg syscall (netbsd-amd64-cgo), const F_MAXFD ideal-int 19115pkg syscall (netbsd-amd64-cgo), const F_OK ideal-int 19116pkg syscall (netbsd-amd64-cgo), const F_PARAM_MASK ideal-int 19117pkg syscall (netbsd-amd64-cgo), const F_PARAM_MAX ideal-int 19118pkg syscall (netbsd-amd64-cgo), const F_RDLCK ideal-int 19119pkg syscall (netbsd-amd64-cgo), const F_SETFD ideal-int 19120pkg syscall (netbsd-amd64-cgo), const F_SETFL ideal-int 19121pkg syscall (netbsd-amd64-cgo), const F_SETLK ideal-int 19122pkg syscall (netbsd-amd64-cgo), const F_SETLKW ideal-int 19123pkg syscall (netbsd-amd64-cgo), const F_SETNOSIGPIPE ideal-int 19124pkg syscall (netbsd-amd64-cgo), const F_SETOWN ideal-int 19125pkg syscall (netbsd-amd64-cgo), const F_UNLCK ideal-int 19126pkg syscall (netbsd-amd64-cgo), const F_WRLCK ideal-int 19127pkg syscall (netbsd-amd64-cgo), const HUPCL ideal-int 19128pkg syscall (netbsd-amd64-cgo), const ICANON ideal-int 19129pkg syscall (netbsd-amd64-cgo), const ICMP6_FILTER = 18 19130pkg syscall (netbsd-amd64-cgo), const ICMP6_FILTER ideal-int 19131pkg syscall (netbsd-amd64-cgo), const ICRNL ideal-int 19132pkg syscall (netbsd-amd64-cgo), const IEXTEN ideal-int 19133pkg syscall (netbsd-amd64-cgo), const IFAN_ARRIVAL ideal-int 19134pkg syscall (netbsd-amd64-cgo), const IFAN_DEPARTURE ideal-int 19135pkg syscall (netbsd-amd64-cgo), const IFA_ROUTE ideal-int 19136pkg syscall (netbsd-amd64-cgo), const IFF_ALLMULTI ideal-int 19137pkg syscall (netbsd-amd64-cgo), const IFF_CANTCHANGE ideal-int 19138pkg syscall (netbsd-amd64-cgo), const IFF_DEBUG ideal-int 19139pkg syscall (netbsd-amd64-cgo), const IFF_LINK0 ideal-int 19140pkg syscall (netbsd-amd64-cgo), const IFF_LINK1 ideal-int 19141pkg syscall (netbsd-amd64-cgo), const IFF_LINK2 ideal-int 19142pkg syscall (netbsd-amd64-cgo), const IFF_NOARP ideal-int 19143pkg syscall (netbsd-amd64-cgo), const IFF_NOTRAILERS ideal-int 19144pkg syscall (netbsd-amd64-cgo), const IFF_OACTIVE ideal-int 19145pkg syscall (netbsd-amd64-cgo), const IFF_POINTOPOINT ideal-int 19146pkg syscall (netbsd-amd64-cgo), const IFF_PROMISC ideal-int 19147pkg syscall (netbsd-amd64-cgo), const IFF_RUNNING ideal-int 19148pkg syscall (netbsd-amd64-cgo), const IFF_SIMPLEX ideal-int 19149pkg syscall (netbsd-amd64-cgo), const IFNAMSIZ ideal-int 19150pkg syscall (netbsd-amd64-cgo), const IFT_1822 ideal-int 19151pkg syscall (netbsd-amd64-cgo), const IFT_A12MPPSWITCH ideal-int 19152pkg syscall (netbsd-amd64-cgo), const IFT_AAL2 ideal-int 19153pkg syscall (netbsd-amd64-cgo), const IFT_AAL5 ideal-int 19154pkg syscall (netbsd-amd64-cgo), const IFT_ADSL ideal-int 19155pkg syscall (netbsd-amd64-cgo), const IFT_AFLANE8023 ideal-int 19156pkg syscall (netbsd-amd64-cgo), const IFT_AFLANE8025 ideal-int 19157pkg syscall (netbsd-amd64-cgo), const IFT_ARAP ideal-int 19158pkg syscall (netbsd-amd64-cgo), const IFT_ARCNET ideal-int 19159pkg syscall (netbsd-amd64-cgo), const IFT_ARCNETPLUS ideal-int 19160pkg syscall (netbsd-amd64-cgo), const IFT_ASYNC ideal-int 19161pkg syscall (netbsd-amd64-cgo), const IFT_ATM ideal-int 19162pkg syscall (netbsd-amd64-cgo), const IFT_ATMDXI ideal-int 19163pkg syscall (netbsd-amd64-cgo), const IFT_ATMFUNI ideal-int 19164pkg syscall (netbsd-amd64-cgo), const IFT_ATMIMA ideal-int 19165pkg syscall (netbsd-amd64-cgo), const IFT_ATMLOGICAL ideal-int 19166pkg syscall (netbsd-amd64-cgo), const IFT_ATMRADIO ideal-int 19167pkg syscall (netbsd-amd64-cgo), const IFT_ATMSUBINTERFACE ideal-int 19168pkg syscall (netbsd-amd64-cgo), const IFT_ATMVCIENDPT ideal-int 19169pkg syscall (netbsd-amd64-cgo), const IFT_ATMVIRTUAL ideal-int 19170pkg syscall (netbsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int 19171pkg syscall (netbsd-amd64-cgo), const IFT_BRIDGE ideal-int 19172pkg syscall (netbsd-amd64-cgo), const IFT_BSC ideal-int 19173pkg syscall (netbsd-amd64-cgo), const IFT_CARP ideal-int 19174pkg syscall (netbsd-amd64-cgo), const IFT_CCTEMUL ideal-int 19175pkg syscall (netbsd-amd64-cgo), const IFT_CEPT ideal-int 19176pkg syscall (netbsd-amd64-cgo), const IFT_CES ideal-int 19177pkg syscall (netbsd-amd64-cgo), const IFT_CHANNEL ideal-int 19178pkg syscall (netbsd-amd64-cgo), const IFT_CNR ideal-int 19179pkg syscall (netbsd-amd64-cgo), const IFT_COFFEE ideal-int 19180pkg syscall (netbsd-amd64-cgo), const IFT_COMPOSITELINK ideal-int 19181pkg syscall (netbsd-amd64-cgo), const IFT_DCN ideal-int 19182pkg syscall (netbsd-amd64-cgo), const IFT_DIGITALPOWERLINE ideal-int 19183pkg syscall (netbsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int 19184pkg syscall (netbsd-amd64-cgo), const IFT_DLSW ideal-int 19185pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int 19186pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER ideal-int 19187pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int 19188pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int 19189pkg syscall (netbsd-amd64-cgo), const IFT_DS0 ideal-int 19190pkg syscall (netbsd-amd64-cgo), const IFT_DS0BUNDLE ideal-int 19191pkg syscall (netbsd-amd64-cgo), const IFT_DS1FDL ideal-int 19192pkg syscall (netbsd-amd64-cgo), const IFT_DS3 ideal-int 19193pkg syscall (netbsd-amd64-cgo), const IFT_DTM ideal-int 19194pkg syscall (netbsd-amd64-cgo), const IFT_DVBASILN ideal-int 19195pkg syscall (netbsd-amd64-cgo), const IFT_DVBASIOUT ideal-int 19196pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int 19197pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCMACLAYER ideal-int 19198pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCUPSTREAM ideal-int 19199pkg syscall (netbsd-amd64-cgo), const IFT_ECONET ideal-int 19200pkg syscall (netbsd-amd64-cgo), const IFT_EON ideal-int 19201pkg syscall (netbsd-amd64-cgo), const IFT_EPLRS ideal-int 19202pkg syscall (netbsd-amd64-cgo), const IFT_ESCON ideal-int 19203pkg syscall (netbsd-amd64-cgo), const IFT_ETHER ideal-int 19204pkg syscall (netbsd-amd64-cgo), const IFT_FAITH ideal-int 19205pkg syscall (netbsd-amd64-cgo), const IFT_FAST ideal-int 19206pkg syscall (netbsd-amd64-cgo), const IFT_FASTETHER ideal-int 19207pkg syscall (netbsd-amd64-cgo), const IFT_FASTETHERFX ideal-int 19208pkg syscall (netbsd-amd64-cgo), const IFT_FDDI ideal-int 19209pkg syscall (netbsd-amd64-cgo), const IFT_FIBRECHANNEL ideal-int 19210pkg syscall (netbsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int 19211pkg syscall (netbsd-amd64-cgo), const IFT_FRAMERELAYMPI ideal-int 19212pkg syscall (netbsd-amd64-cgo), const IFT_FRDLCIENDPT ideal-int 19213pkg syscall (netbsd-amd64-cgo), const IFT_FRELAY ideal-int 19214pkg syscall (netbsd-amd64-cgo), const IFT_FRELAYDCE ideal-int 19215pkg syscall (netbsd-amd64-cgo), const IFT_FRF16MFRBUNDLE ideal-int 19216pkg syscall (netbsd-amd64-cgo), const IFT_FRFORWARD ideal-int 19217pkg syscall (netbsd-amd64-cgo), const IFT_G703AT2MB ideal-int 19218pkg syscall (netbsd-amd64-cgo), const IFT_G703AT64K ideal-int 19219pkg syscall (netbsd-amd64-cgo), const IFT_GIF ideal-int 19220pkg syscall (netbsd-amd64-cgo), const IFT_GIGABITETHERNET ideal-int 19221pkg syscall (netbsd-amd64-cgo), const IFT_GR303IDT ideal-int 19222pkg syscall (netbsd-amd64-cgo), const IFT_GR303RDT ideal-int 19223pkg syscall (netbsd-amd64-cgo), const IFT_H323GATEKEEPER ideal-int 19224pkg syscall (netbsd-amd64-cgo), const IFT_H323PROXY ideal-int 19225pkg syscall (netbsd-amd64-cgo), const IFT_HDH1822 ideal-int 19226pkg syscall (netbsd-amd64-cgo), const IFT_HDLC ideal-int 19227pkg syscall (netbsd-amd64-cgo), const IFT_HDSL2 ideal-int 19228pkg syscall (netbsd-amd64-cgo), const IFT_HIPERLAN2 ideal-int 19229pkg syscall (netbsd-amd64-cgo), const IFT_HIPPI ideal-int 19230pkg syscall (netbsd-amd64-cgo), const IFT_HIPPIINTERFACE ideal-int 19231pkg syscall (netbsd-amd64-cgo), const IFT_HOSTPAD ideal-int 19232pkg syscall (netbsd-amd64-cgo), const IFT_HSSI ideal-int 19233pkg syscall (netbsd-amd64-cgo), const IFT_HY ideal-int 19234pkg syscall (netbsd-amd64-cgo), const IFT_IBM370PARCHAN ideal-int 19235pkg syscall (netbsd-amd64-cgo), const IFT_IDSL ideal-int 19236pkg syscall (netbsd-amd64-cgo), const IFT_IEEE1394 ideal-int 19237pkg syscall (netbsd-amd64-cgo), const IFT_IEEE80211 ideal-int 19238pkg syscall (netbsd-amd64-cgo), const IFT_IEEE80212 ideal-int 19239pkg syscall (netbsd-amd64-cgo), const IFT_IEEE8023ADLAG ideal-int 19240pkg syscall (netbsd-amd64-cgo), const IFT_IFGSN ideal-int 19241pkg syscall (netbsd-amd64-cgo), const IFT_IMT ideal-int 19242pkg syscall (netbsd-amd64-cgo), const IFT_INFINIBAND ideal-int 19243pkg syscall (netbsd-amd64-cgo), const IFT_INTERLEAVE ideal-int 19244pkg syscall (netbsd-amd64-cgo), const IFT_IP ideal-int 19245pkg syscall (netbsd-amd64-cgo), const IFT_IPFORWARD ideal-int 19246pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERATM ideal-int 19247pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERCDLC ideal-int 19248pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERCLAW ideal-int 19249pkg syscall (netbsd-amd64-cgo), const IFT_IPSWITCH ideal-int 19250pkg syscall (netbsd-amd64-cgo), const IFT_ISDN ideal-int 19251pkg syscall (netbsd-amd64-cgo), const IFT_ISDNBASIC ideal-int 19252pkg syscall (netbsd-amd64-cgo), const IFT_ISDNPRIMARY ideal-int 19253pkg syscall (netbsd-amd64-cgo), const IFT_ISDNS ideal-int 19254pkg syscall (netbsd-amd64-cgo), const IFT_ISDNU ideal-int 19255pkg syscall (netbsd-amd64-cgo), const IFT_ISO88022LLC ideal-int 19256pkg syscall (netbsd-amd64-cgo), const IFT_ISO88023 ideal-int 19257pkg syscall (netbsd-amd64-cgo), const IFT_ISO88024 ideal-int 19258pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025 ideal-int 19259pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025CRFPINT ideal-int 19260pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025DTR ideal-int 19261pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025FIBER ideal-int 19262pkg syscall (netbsd-amd64-cgo), const IFT_ISO88026 ideal-int 19263pkg syscall (netbsd-amd64-cgo), const IFT_ISUP ideal-int 19264pkg syscall (netbsd-amd64-cgo), const IFT_L2VLAN ideal-int 19265pkg syscall (netbsd-amd64-cgo), const IFT_L3IPVLAN ideal-int 19266pkg syscall (netbsd-amd64-cgo), const IFT_L3IPXVLAN ideal-int 19267pkg syscall (netbsd-amd64-cgo), const IFT_LAPB ideal-int 19268pkg syscall (netbsd-amd64-cgo), const IFT_LAPD ideal-int 19269pkg syscall (netbsd-amd64-cgo), const IFT_LAPF ideal-int 19270pkg syscall (netbsd-amd64-cgo), const IFT_LINEGROUP ideal-int 19271pkg syscall (netbsd-amd64-cgo), const IFT_LOCALTALK ideal-int 19272pkg syscall (netbsd-amd64-cgo), const IFT_LOOP ideal-int 19273pkg syscall (netbsd-amd64-cgo), const IFT_MEDIAMAILOVERIP ideal-int 19274pkg syscall (netbsd-amd64-cgo), const IFT_MFSIGLINK ideal-int 19275pkg syscall (netbsd-amd64-cgo), const IFT_MIOX25 ideal-int 19276pkg syscall (netbsd-amd64-cgo), const IFT_MODEM ideal-int 19277pkg syscall (netbsd-amd64-cgo), const IFT_MPC ideal-int 19278pkg syscall (netbsd-amd64-cgo), const IFT_MPLS ideal-int 19279pkg syscall (netbsd-amd64-cgo), const IFT_MPLSTUNNEL ideal-int 19280pkg syscall (netbsd-amd64-cgo), const IFT_MSDSL ideal-int 19281pkg syscall (netbsd-amd64-cgo), const IFT_MVL ideal-int 19282pkg syscall (netbsd-amd64-cgo), const IFT_MYRINET ideal-int 19283pkg syscall (netbsd-amd64-cgo), const IFT_NFAS ideal-int 19284pkg syscall (netbsd-amd64-cgo), const IFT_NSIP ideal-int 19285pkg syscall (netbsd-amd64-cgo), const IFT_OPTICALCHANNEL ideal-int 19286pkg syscall (netbsd-amd64-cgo), const IFT_OPTICALTRANSPORT ideal-int 19287pkg syscall (netbsd-amd64-cgo), const IFT_OTHER ideal-int 19288pkg syscall (netbsd-amd64-cgo), const IFT_P10 ideal-int 19289pkg syscall (netbsd-amd64-cgo), const IFT_P80 ideal-int 19290pkg syscall (netbsd-amd64-cgo), const IFT_PARA ideal-int 19291pkg syscall (netbsd-amd64-cgo), const IFT_PFLOG ideal-int 19292pkg syscall (netbsd-amd64-cgo), const IFT_PFSYNC ideal-int 19293pkg syscall (netbsd-amd64-cgo), const IFT_PLC ideal-int 19294pkg syscall (netbsd-amd64-cgo), const IFT_PON155 ideal-int 19295pkg syscall (netbsd-amd64-cgo), const IFT_PON622 ideal-int 19296pkg syscall (netbsd-amd64-cgo), const IFT_POS ideal-int 19297pkg syscall (netbsd-amd64-cgo), const IFT_PPP ideal-int 19298pkg syscall (netbsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int 19299pkg syscall (netbsd-amd64-cgo), const IFT_PROPATM ideal-int 19300pkg syscall (netbsd-amd64-cgo), const IFT_PROPBWAP2MP ideal-int 19301pkg syscall (netbsd-amd64-cgo), const IFT_PROPCNLS ideal-int 19302pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int 19303pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int 19304pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int 19305pkg syscall (netbsd-amd64-cgo), const IFT_PROPMUX ideal-int 19306pkg syscall (netbsd-amd64-cgo), const IFT_PROPVIRTUAL ideal-int 19307pkg syscall (netbsd-amd64-cgo), const IFT_PROPWIRELESSP2P ideal-int 19308pkg syscall (netbsd-amd64-cgo), const IFT_PTPSERIAL ideal-int 19309pkg syscall (netbsd-amd64-cgo), const IFT_PVC ideal-int 19310pkg syscall (netbsd-amd64-cgo), const IFT_Q2931 ideal-int 19311pkg syscall (netbsd-amd64-cgo), const IFT_QLLC ideal-int 19312pkg syscall (netbsd-amd64-cgo), const IFT_RADIOMAC ideal-int 19313pkg syscall (netbsd-amd64-cgo), const IFT_RADSL ideal-int 19314pkg syscall (netbsd-amd64-cgo), const IFT_REACHDSL ideal-int 19315pkg syscall (netbsd-amd64-cgo), const IFT_RFC1483 ideal-int 19316pkg syscall (netbsd-amd64-cgo), const IFT_RS232 ideal-int 19317pkg syscall (netbsd-amd64-cgo), const IFT_RSRB ideal-int 19318pkg syscall (netbsd-amd64-cgo), const IFT_SDLC ideal-int 19319pkg syscall (netbsd-amd64-cgo), const IFT_SDSL ideal-int 19320pkg syscall (netbsd-amd64-cgo), const IFT_SHDSL ideal-int 19321pkg syscall (netbsd-amd64-cgo), const IFT_SIP ideal-int 19322pkg syscall (netbsd-amd64-cgo), const IFT_SIPSIG ideal-int 19323pkg syscall (netbsd-amd64-cgo), const IFT_SIPTG ideal-int 19324pkg syscall (netbsd-amd64-cgo), const IFT_SLIP ideal-int 19325pkg syscall (netbsd-amd64-cgo), const IFT_SMDSDXI ideal-int 19326pkg syscall (netbsd-amd64-cgo), const IFT_SMDSICIP ideal-int 19327pkg syscall (netbsd-amd64-cgo), const IFT_SONET ideal-int 19328pkg syscall (netbsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int 19329pkg syscall (netbsd-amd64-cgo), const IFT_SONETPATH ideal-int 19330pkg syscall (netbsd-amd64-cgo), const IFT_SONETVT ideal-int 19331pkg syscall (netbsd-amd64-cgo), const IFT_SRP ideal-int 19332pkg syscall (netbsd-amd64-cgo), const IFT_SS7SIGLINK ideal-int 19333pkg syscall (netbsd-amd64-cgo), const IFT_STACKTOSTACK ideal-int 19334pkg syscall (netbsd-amd64-cgo), const IFT_STARLAN ideal-int 19335pkg syscall (netbsd-amd64-cgo), const IFT_STF ideal-int 19336pkg syscall (netbsd-amd64-cgo), const IFT_T1 ideal-int 19337pkg syscall (netbsd-amd64-cgo), const IFT_TDLC ideal-int 19338pkg syscall (netbsd-amd64-cgo), const IFT_TELINK ideal-int 19339pkg syscall (netbsd-amd64-cgo), const IFT_TERMPAD ideal-int 19340pkg syscall (netbsd-amd64-cgo), const IFT_TR008 ideal-int 19341pkg syscall (netbsd-amd64-cgo), const IFT_TRANSPHDLC ideal-int 19342pkg syscall (netbsd-amd64-cgo), const IFT_TUNNEL ideal-int 19343pkg syscall (netbsd-amd64-cgo), const IFT_ULTRA ideal-int 19344pkg syscall (netbsd-amd64-cgo), const IFT_USB ideal-int 19345pkg syscall (netbsd-amd64-cgo), const IFT_V11 ideal-int 19346pkg syscall (netbsd-amd64-cgo), const IFT_V35 ideal-int 19347pkg syscall (netbsd-amd64-cgo), const IFT_V36 ideal-int 19348pkg syscall (netbsd-amd64-cgo), const IFT_V37 ideal-int 19349pkg syscall (netbsd-amd64-cgo), const IFT_VDSL ideal-int 19350pkg syscall (netbsd-amd64-cgo), const IFT_VIRTUALIPADDRESS ideal-int 19351pkg syscall (netbsd-amd64-cgo), const IFT_VIRTUALTG ideal-int 19352pkg syscall (netbsd-amd64-cgo), const IFT_VOICEDID ideal-int 19353pkg syscall (netbsd-amd64-cgo), const IFT_VOICEEM ideal-int 19354pkg syscall (netbsd-amd64-cgo), const IFT_VOICEEMFGD ideal-int 19355pkg syscall (netbsd-amd64-cgo), const IFT_VOICEENCAP ideal-int 19356pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFGDEANA ideal-int 19357pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFXO ideal-int 19358pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFXS ideal-int 19359pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERATM ideal-int 19360pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERCABLE ideal-int 19361pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int 19362pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERIP ideal-int 19363pkg syscall (netbsd-amd64-cgo), const IFT_X213 ideal-int 19364pkg syscall (netbsd-amd64-cgo), const IFT_X25 ideal-int 19365pkg syscall (netbsd-amd64-cgo), const IFT_X25DDN ideal-int 19366pkg syscall (netbsd-amd64-cgo), const IFT_X25HUNTGROUP ideal-int 19367pkg syscall (netbsd-amd64-cgo), const IFT_X25MLP ideal-int 19368pkg syscall (netbsd-amd64-cgo), const IFT_X25PLE ideal-int 19369pkg syscall (netbsd-amd64-cgo), const IFT_XETHER ideal-int 19370pkg syscall (netbsd-amd64-cgo), const IGNBRK ideal-int 19371pkg syscall (netbsd-amd64-cgo), const IGNCR ideal-int 19372pkg syscall (netbsd-amd64-cgo), const IGNPAR ideal-int 19373pkg syscall (netbsd-amd64-cgo), const IMAXBEL ideal-int 19374pkg syscall (netbsd-amd64-cgo), const INLCR ideal-int 19375pkg syscall (netbsd-amd64-cgo), const INPCK ideal-int 19376pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_HOST ideal-int 19377pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_MAX ideal-int 19378pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_NET ideal-int 19379pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_NSHIFT ideal-int 19380pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_HOST ideal-int 19381pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_MAX ideal-int 19382pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_NET ideal-int 19383pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_NSHIFT ideal-int 19384pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_HOST ideal-int 19385pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_NET ideal-int 19386pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_NSHIFT ideal-int 19387pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_HOST ideal-int 19388pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_NET ideal-int 19389pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_NSHIFT ideal-int 19390pkg syscall (netbsd-amd64-cgo), const IN_LOOPBACKNET ideal-int 19391pkg syscall (netbsd-amd64-cgo), const IPPROTO_AH ideal-int 19392pkg syscall (netbsd-amd64-cgo), const IPPROTO_CARP ideal-int 19393pkg syscall (netbsd-amd64-cgo), const IPPROTO_DONE ideal-int 19394pkg syscall (netbsd-amd64-cgo), const IPPROTO_DSTOPTS ideal-int 19395pkg syscall (netbsd-amd64-cgo), const IPPROTO_EGP ideal-int 19396pkg syscall (netbsd-amd64-cgo), const IPPROTO_ENCAP ideal-int 19397pkg syscall (netbsd-amd64-cgo), const IPPROTO_EON ideal-int 19398pkg syscall (netbsd-amd64-cgo), const IPPROTO_ESP ideal-int 19399pkg syscall (netbsd-amd64-cgo), const IPPROTO_ETHERIP ideal-int 19400pkg syscall (netbsd-amd64-cgo), const IPPROTO_FRAGMENT ideal-int 19401pkg syscall (netbsd-amd64-cgo), const IPPROTO_GGP ideal-int 19402pkg syscall (netbsd-amd64-cgo), const IPPROTO_GRE ideal-int 19403pkg syscall (netbsd-amd64-cgo), const IPPROTO_HOPOPTS ideal-int 19404pkg syscall (netbsd-amd64-cgo), const IPPROTO_ICMP ideal-int 19405pkg syscall (netbsd-amd64-cgo), const IPPROTO_ICMPV6 ideal-int 19406pkg syscall (netbsd-amd64-cgo), const IPPROTO_IDP ideal-int 19407pkg syscall (netbsd-amd64-cgo), const IPPROTO_IGMP ideal-int 19408pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPCOMP ideal-int 19409pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPIP ideal-int 19410pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPV4 ideal-int 19411pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPV6_ICMP ideal-int 19412pkg syscall (netbsd-amd64-cgo), const IPPROTO_MAX ideal-int 19413pkg syscall (netbsd-amd64-cgo), const IPPROTO_MAXID ideal-int 19414pkg syscall (netbsd-amd64-cgo), const IPPROTO_MOBILE ideal-int 19415pkg syscall (netbsd-amd64-cgo), const IPPROTO_NONE ideal-int 19416pkg syscall (netbsd-amd64-cgo), const IPPROTO_PFSYNC ideal-int 19417pkg syscall (netbsd-amd64-cgo), const IPPROTO_PIM ideal-int 19418pkg syscall (netbsd-amd64-cgo), const IPPROTO_PUP ideal-int 19419pkg syscall (netbsd-amd64-cgo), const IPPROTO_RAW ideal-int 19420pkg syscall (netbsd-amd64-cgo), const IPPROTO_ROUTING ideal-int 19421pkg syscall (netbsd-amd64-cgo), const IPPROTO_RSVP ideal-int 19422pkg syscall (netbsd-amd64-cgo), const IPPROTO_TP ideal-int 19423pkg syscall (netbsd-amd64-cgo), const IPPROTO_VRRP ideal-int 19424pkg syscall (netbsd-amd64-cgo), const IPV6_CHECKSUM ideal-int 19425pkg syscall (netbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int 19426pkg syscall (netbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int 19427pkg syscall (netbsd-amd64-cgo), const IPV6_DEFHLIM ideal-int 19428pkg syscall (netbsd-amd64-cgo), const IPV6_DONTFRAG ideal-int 19429pkg syscall (netbsd-amd64-cgo), const IPV6_DSTOPTS ideal-int 19430pkg syscall (netbsd-amd64-cgo), const IPV6_FAITH ideal-int 19431pkg syscall (netbsd-amd64-cgo), const IPV6_FLOWINFO_MASK ideal-int 19432pkg syscall (netbsd-amd64-cgo), const IPV6_FLOWLABEL_MASK ideal-int 19433pkg syscall (netbsd-amd64-cgo), const IPV6_FRAGTTL ideal-int 19434pkg syscall (netbsd-amd64-cgo), const IPV6_HLIMDEC ideal-int 19435pkg syscall (netbsd-amd64-cgo), const IPV6_HOPLIMIT ideal-int 19436pkg syscall (netbsd-amd64-cgo), const IPV6_HOPOPTS ideal-int 19437pkg syscall (netbsd-amd64-cgo), const IPV6_IPSEC_POLICY ideal-int 19438pkg syscall (netbsd-amd64-cgo), const IPV6_MAXHLIM ideal-int 19439pkg syscall (netbsd-amd64-cgo), const IPV6_MAXPACKET ideal-int 19440pkg syscall (netbsd-amd64-cgo), const IPV6_MMTU ideal-int 19441pkg syscall (netbsd-amd64-cgo), const IPV6_NEXTHOP ideal-int 19442pkg syscall (netbsd-amd64-cgo), const IPV6_PATHMTU ideal-int 19443pkg syscall (netbsd-amd64-cgo), const IPV6_PKTINFO ideal-int 19444pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE ideal-int 19445pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int 19446pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_HIGH ideal-int 19447pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_LOW ideal-int 19448pkg syscall (netbsd-amd64-cgo), const IPV6_RECVDSTOPTS ideal-int 19449pkg syscall (netbsd-amd64-cgo), const IPV6_RECVHOPLIMIT ideal-int 19450pkg syscall (netbsd-amd64-cgo), const IPV6_RECVHOPOPTS ideal-int 19451pkg syscall (netbsd-amd64-cgo), const IPV6_RECVPATHMTU ideal-int 19452pkg syscall (netbsd-amd64-cgo), const IPV6_RECVPKTINFO ideal-int 19453pkg syscall (netbsd-amd64-cgo), const IPV6_RECVRTHDR ideal-int 19454pkg syscall (netbsd-amd64-cgo), const IPV6_RECVTCLASS ideal-int 19455pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR ideal-int 19456pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDRDSTOPTS ideal-int 19457pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_LOOSE ideal-int 19458pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_STRICT ideal-int 19459pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 ideal-int 19460pkg syscall (netbsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int 19461pkg syscall (netbsd-amd64-cgo), const IPV6_TCLASS ideal-int 19462pkg syscall (netbsd-amd64-cgo), const IPV6_USE_MIN_MTU ideal-int 19463pkg syscall (netbsd-amd64-cgo), const IPV6_VERSION ideal-int 19464pkg syscall (netbsd-amd64-cgo), const IPV6_VERSION_MASK ideal-int 19465pkg syscall (netbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int 19466pkg syscall (netbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int 19467pkg syscall (netbsd-amd64-cgo), const IP_DF ideal-int 19468pkg syscall (netbsd-amd64-cgo), const IP_EF ideal-int 19469pkg syscall (netbsd-amd64-cgo), const IP_ERRORMTU ideal-int 19470pkg syscall (netbsd-amd64-cgo), const IP_HDRINCL ideal-int 19471pkg syscall (netbsd-amd64-cgo), const IP_IPSEC_POLICY ideal-int 19472pkg syscall (netbsd-amd64-cgo), const IP_MAXPACKET ideal-int 19473pkg syscall (netbsd-amd64-cgo), const IP_MAX_MEMBERSHIPS ideal-int 19474pkg syscall (netbsd-amd64-cgo), const IP_MF ideal-int 19475pkg syscall (netbsd-amd64-cgo), const IP_MINFRAGSIZE ideal-int 19476pkg syscall (netbsd-amd64-cgo), const IP_MINTTL ideal-int 19477pkg syscall (netbsd-amd64-cgo), const IP_MSS ideal-int 19478pkg syscall (netbsd-amd64-cgo), const IP_OFFMASK ideal-int 19479pkg syscall (netbsd-amd64-cgo), const IP_OPTIONS ideal-int 19480pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE ideal-int 19481pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_DEFAULT ideal-int 19482pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_HIGH ideal-int 19483pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_LOW ideal-int 19484pkg syscall (netbsd-amd64-cgo), const IP_RECVDSTADDR ideal-int 19485pkg syscall (netbsd-amd64-cgo), const IP_RECVIF ideal-int 19486pkg syscall (netbsd-amd64-cgo), const IP_RECVOPTS ideal-int 19487pkg syscall (netbsd-amd64-cgo), const IP_RECVRETOPTS ideal-int 19488pkg syscall (netbsd-amd64-cgo), const IP_RECVTTL ideal-int 19489pkg syscall (netbsd-amd64-cgo), const IP_RETOPTS ideal-int 19490pkg syscall (netbsd-amd64-cgo), const IP_RF ideal-int 19491pkg syscall (netbsd-amd64-cgo), const ISIG ideal-int 19492pkg syscall (netbsd-amd64-cgo), const ISTRIP ideal-int 19493pkg syscall (netbsd-amd64-cgo), const IXANY ideal-int 19494pkg syscall (netbsd-amd64-cgo), const IXOFF ideal-int 19495pkg syscall (netbsd-amd64-cgo), const IXON ideal-int 19496pkg syscall (netbsd-amd64-cgo), const LOCK_EX ideal-int 19497pkg syscall (netbsd-amd64-cgo), const LOCK_NB ideal-int 19498pkg syscall (netbsd-amd64-cgo), const LOCK_SH ideal-int 19499pkg syscall (netbsd-amd64-cgo), const LOCK_UN ideal-int 19500pkg syscall (netbsd-amd64-cgo), const MSG_BCAST ideal-int 19501pkg syscall (netbsd-amd64-cgo), const MSG_CMSG_CLOEXEC ideal-int 19502pkg syscall (netbsd-amd64-cgo), const MSG_CONTROLMBUF ideal-int 19503pkg syscall (netbsd-amd64-cgo), const MSG_CTRUNC ideal-int 19504pkg syscall (netbsd-amd64-cgo), const MSG_DONTROUTE ideal-int 19505pkg syscall (netbsd-amd64-cgo), const MSG_DONTWAIT ideal-int 19506pkg syscall (netbsd-amd64-cgo), const MSG_EOR ideal-int 19507pkg syscall (netbsd-amd64-cgo), const MSG_IOVUSRSPACE ideal-int 19508pkg syscall (netbsd-amd64-cgo), const MSG_LENUSRSPACE ideal-int 19509pkg syscall (netbsd-amd64-cgo), const MSG_MCAST ideal-int 19510pkg syscall (netbsd-amd64-cgo), const MSG_NAMEMBUF ideal-int 19511pkg syscall (netbsd-amd64-cgo), const MSG_NBIO ideal-int 19512pkg syscall (netbsd-amd64-cgo), const MSG_NOSIGNAL ideal-int 19513pkg syscall (netbsd-amd64-cgo), const MSG_OOB ideal-int 19514pkg syscall (netbsd-amd64-cgo), const MSG_PEEK ideal-int 19515pkg syscall (netbsd-amd64-cgo), const MSG_TRUNC ideal-int 19516pkg syscall (netbsd-amd64-cgo), const MSG_USERFLAGS ideal-int 19517pkg syscall (netbsd-amd64-cgo), const MSG_WAITALL ideal-int 19518pkg syscall (netbsd-amd64-cgo), const NAME_MAX ideal-int 19519pkg syscall (netbsd-amd64-cgo), const NET_RT_DUMP ideal-int 19520pkg syscall (netbsd-amd64-cgo), const NET_RT_FLAGS ideal-int 19521pkg syscall (netbsd-amd64-cgo), const NET_RT_IFLIST ideal-int 19522pkg syscall (netbsd-amd64-cgo), const NET_RT_MAXID ideal-int 19523pkg syscall (netbsd-amd64-cgo), const NET_RT_OIFLIST ideal-int 19524pkg syscall (netbsd-amd64-cgo), const NET_RT_OOIFLIST ideal-int 19525pkg syscall (netbsd-amd64-cgo), const NOFLSH ideal-int 19526pkg syscall (netbsd-amd64-cgo), const NOTE_ATTRIB ideal-int 19527pkg syscall (netbsd-amd64-cgo), const NOTE_CHILD ideal-int 19528pkg syscall (netbsd-amd64-cgo), const NOTE_DELETE ideal-int 19529pkg syscall (netbsd-amd64-cgo), const NOTE_EXEC ideal-int 19530pkg syscall (netbsd-amd64-cgo), const NOTE_EXIT ideal-int 19531pkg syscall (netbsd-amd64-cgo), const NOTE_EXTEND ideal-int 19532pkg syscall (netbsd-amd64-cgo), const NOTE_FORK ideal-int 19533pkg syscall (netbsd-amd64-cgo), const NOTE_LINK ideal-int 19534pkg syscall (netbsd-amd64-cgo), const NOTE_LOWAT ideal-int 19535pkg syscall (netbsd-amd64-cgo), const NOTE_PCTRLMASK ideal-int 19536pkg syscall (netbsd-amd64-cgo), const NOTE_PDATAMASK ideal-int 19537pkg syscall (netbsd-amd64-cgo), const NOTE_RENAME ideal-int 19538pkg syscall (netbsd-amd64-cgo), const NOTE_REVOKE ideal-int 19539pkg syscall (netbsd-amd64-cgo), const NOTE_TRACK ideal-int 19540pkg syscall (netbsd-amd64-cgo), const NOTE_TRACKERR ideal-int 19541pkg syscall (netbsd-amd64-cgo), const NOTE_WRITE ideal-int 19542pkg syscall (netbsd-amd64-cgo), const OCRNL ideal-int 19543pkg syscall (netbsd-amd64-cgo), const OFIOGETBMAP ideal-int 19544pkg syscall (netbsd-amd64-cgo), const ONLCR ideal-int 19545pkg syscall (netbsd-amd64-cgo), const ONLRET ideal-int 19546pkg syscall (netbsd-amd64-cgo), const ONOCR ideal-int 19547pkg syscall (netbsd-amd64-cgo), const ONOEOT ideal-int 19548pkg syscall (netbsd-amd64-cgo), const OPOST ideal-int 19549pkg syscall (netbsd-amd64-cgo), const O_ACCMODE ideal-int 19550pkg syscall (netbsd-amd64-cgo), const O_ALT_IO ideal-int 19551pkg syscall (netbsd-amd64-cgo), const O_DIRECT ideal-int 19552pkg syscall (netbsd-amd64-cgo), const O_DIRECTORY ideal-int 19553pkg syscall (netbsd-amd64-cgo), const O_DSYNC ideal-int 19554pkg syscall (netbsd-amd64-cgo), const O_EXLOCK ideal-int 19555pkg syscall (netbsd-amd64-cgo), const O_FSYNC ideal-int 19556pkg syscall (netbsd-amd64-cgo), const O_NDELAY ideal-int 19557pkg syscall (netbsd-amd64-cgo), const O_NOFOLLOW ideal-int 19558pkg syscall (netbsd-amd64-cgo), const O_NOSIGPIPE ideal-int 19559pkg syscall (netbsd-amd64-cgo), const O_RSYNC ideal-int 19560pkg syscall (netbsd-amd64-cgo), const O_SHLOCK ideal-int 19561pkg syscall (netbsd-amd64-cgo), const PARENB ideal-int 19562pkg syscall (netbsd-amd64-cgo), const PARMRK ideal-int 19563pkg syscall (netbsd-amd64-cgo), const PARODD ideal-int 19564pkg syscall (netbsd-amd64-cgo), const PENDIN ideal-int 19565pkg syscall (netbsd-amd64-cgo), const PRIO_PGRP = 1 19566pkg syscall (netbsd-amd64-cgo), const PRIO_PGRP ideal-int 19567pkg syscall (netbsd-amd64-cgo), const PRIO_PROCESS = 0 19568pkg syscall (netbsd-amd64-cgo), const PRIO_PROCESS ideal-int 19569pkg syscall (netbsd-amd64-cgo), const PRIO_USER = 2 19570pkg syscall (netbsd-amd64-cgo), const PRIO_USER ideal-int 19571pkg syscall (netbsd-amd64-cgo), const PRI_IOFLUSH ideal-int 19572pkg syscall (netbsd-amd64-cgo), const PTRACE_CONT ideal-int 19573pkg syscall (netbsd-amd64-cgo), const PTRACE_KILL ideal-int 19574pkg syscall (netbsd-amd64-cgo), const PTRACE_TRACEME ideal-int 19575pkg syscall (netbsd-amd64-cgo), const RLIMIT_AS ideal-int 19576pkg syscall (netbsd-amd64-cgo), const RLIMIT_CORE ideal-int 19577pkg syscall (netbsd-amd64-cgo), const RLIMIT_CPU ideal-int 19578pkg syscall (netbsd-amd64-cgo), const RLIMIT_DATA ideal-int 19579pkg syscall (netbsd-amd64-cgo), const RLIMIT_FSIZE ideal-int 19580pkg syscall (netbsd-amd64-cgo), const RLIMIT_NOFILE ideal-int 19581pkg syscall (netbsd-amd64-cgo), const RLIMIT_STACK ideal-int 19582pkg syscall (netbsd-amd64-cgo), const RLIM_INFINITY ideal-int 19583pkg syscall (netbsd-amd64-cgo), const RTAX_AUTHOR ideal-int 19584pkg syscall (netbsd-amd64-cgo), const RTAX_BRD ideal-int 19585pkg syscall (netbsd-amd64-cgo), const RTAX_DST ideal-int 19586pkg syscall (netbsd-amd64-cgo), const RTAX_GATEWAY ideal-int 19587pkg syscall (netbsd-amd64-cgo), const RTAX_GENMASK ideal-int 19588pkg syscall (netbsd-amd64-cgo), const RTAX_IFA ideal-int 19589pkg syscall (netbsd-amd64-cgo), const RTAX_IFP ideal-int 19590pkg syscall (netbsd-amd64-cgo), const RTAX_MAX ideal-int 19591pkg syscall (netbsd-amd64-cgo), const RTAX_NETMASK ideal-int 19592pkg syscall (netbsd-amd64-cgo), const RTAX_TAG ideal-int 19593pkg syscall (netbsd-amd64-cgo), const RTA_AUTHOR ideal-int 19594pkg syscall (netbsd-amd64-cgo), const RTA_BRD ideal-int 19595pkg syscall (netbsd-amd64-cgo), const RTA_DST ideal-int 19596pkg syscall (netbsd-amd64-cgo), const RTA_GATEWAY ideal-int 19597pkg syscall (netbsd-amd64-cgo), const RTA_GENMASK ideal-int 19598pkg syscall (netbsd-amd64-cgo), const RTA_IFA ideal-int 19599pkg syscall (netbsd-amd64-cgo), const RTA_IFP ideal-int 19600pkg syscall (netbsd-amd64-cgo), const RTA_NETMASK ideal-int 19601pkg syscall (netbsd-amd64-cgo), const RTA_TAG ideal-int 19602pkg syscall (netbsd-amd64-cgo), const RTF_ANNOUNCE ideal-int 19603pkg syscall (netbsd-amd64-cgo), const RTF_BLACKHOLE ideal-int 19604pkg syscall (netbsd-amd64-cgo), const RTF_CLONED ideal-int 19605pkg syscall (netbsd-amd64-cgo), const RTF_CLONING ideal-int 19606pkg syscall (netbsd-amd64-cgo), const RTF_DONE ideal-int 19607pkg syscall (netbsd-amd64-cgo), const RTF_DYNAMIC ideal-int 19608pkg syscall (netbsd-amd64-cgo), const RTF_GATEWAY ideal-int 19609pkg syscall (netbsd-amd64-cgo), const RTF_HOST ideal-int 19610pkg syscall (netbsd-amd64-cgo), const RTF_LLINFO ideal-int 19611pkg syscall (netbsd-amd64-cgo), const RTF_MASK ideal-int 19612pkg syscall (netbsd-amd64-cgo), const RTF_MODIFIED ideal-int 19613pkg syscall (netbsd-amd64-cgo), const RTF_PROTO1 ideal-int 19614pkg syscall (netbsd-amd64-cgo), const RTF_PROTO2 ideal-int 19615pkg syscall (netbsd-amd64-cgo), const RTF_REJECT ideal-int 19616pkg syscall (netbsd-amd64-cgo), const RTF_SRC ideal-int 19617pkg syscall (netbsd-amd64-cgo), const RTF_STATIC ideal-int 19618pkg syscall (netbsd-amd64-cgo), const RTF_UP ideal-int 19619pkg syscall (netbsd-amd64-cgo), const RTF_XRESOLVE ideal-int 19620pkg syscall (netbsd-amd64-cgo), const RTM_ADD ideal-int 19621pkg syscall (netbsd-amd64-cgo), const RTM_CHANGE ideal-int 19622pkg syscall (netbsd-amd64-cgo), const RTM_CHGADDR ideal-int 19623pkg syscall (netbsd-amd64-cgo), const RTM_DELADDR ideal-int 19624pkg syscall (netbsd-amd64-cgo), const RTM_DELETE ideal-int 19625pkg syscall (netbsd-amd64-cgo), const RTM_GET ideal-int 19626pkg syscall (netbsd-amd64-cgo), const RTM_IEEE80211 ideal-int 19627pkg syscall (netbsd-amd64-cgo), const RTM_IFANNOUNCE ideal-int 19628pkg syscall (netbsd-amd64-cgo), const RTM_IFINFO ideal-int 19629pkg syscall (netbsd-amd64-cgo), const RTM_LLINFO_UPD ideal-int 19630pkg syscall (netbsd-amd64-cgo), const RTM_LOCK ideal-int 19631pkg syscall (netbsd-amd64-cgo), const RTM_LOSING ideal-int 19632pkg syscall (netbsd-amd64-cgo), const RTM_MISS ideal-int 19633pkg syscall (netbsd-amd64-cgo), const RTM_NEWADDR ideal-int 19634pkg syscall (netbsd-amd64-cgo), const RTM_OIFINFO ideal-int 19635pkg syscall (netbsd-amd64-cgo), const RTM_OLDADD ideal-int 19636pkg syscall (netbsd-amd64-cgo), const RTM_OLDDEL ideal-int 19637pkg syscall (netbsd-amd64-cgo), const RTM_OOIFINFO ideal-int 19638pkg syscall (netbsd-amd64-cgo), const RTM_REDIRECT ideal-int 19639pkg syscall (netbsd-amd64-cgo), const RTM_RESOLVE ideal-int 19640pkg syscall (netbsd-amd64-cgo), const RTM_RTTUNIT ideal-int 19641pkg syscall (netbsd-amd64-cgo), const RTM_SETGATE ideal-int 19642pkg syscall (netbsd-amd64-cgo), const RTM_VERSION ideal-int 19643pkg syscall (netbsd-amd64-cgo), const RTV_EXPIRE ideal-int 19644pkg syscall (netbsd-amd64-cgo), const RTV_HOPCOUNT ideal-int 19645pkg syscall (netbsd-amd64-cgo), const RTV_MTU ideal-int 19646pkg syscall (netbsd-amd64-cgo), const RTV_RPIPE ideal-int 19647pkg syscall (netbsd-amd64-cgo), const RTV_RTT ideal-int 19648pkg syscall (netbsd-amd64-cgo), const RTV_RTTVAR ideal-int 19649pkg syscall (netbsd-amd64-cgo), const RTV_SPIPE ideal-int 19650pkg syscall (netbsd-amd64-cgo), const RTV_SSTHRESH ideal-int 19651pkg syscall (netbsd-amd64-cgo), const RUSAGE_CHILDREN ideal-int 19652pkg syscall (netbsd-amd64-cgo), const RUSAGE_SELF ideal-int 19653pkg syscall (netbsd-amd64-cgo), const SCM_CREDS ideal-int 19654pkg syscall (netbsd-amd64-cgo), const SCM_RIGHTS ideal-int 19655pkg syscall (netbsd-amd64-cgo), const SCM_TIMESTAMP ideal-int 19656pkg syscall (netbsd-amd64-cgo), const SIGCHLD Signal 19657pkg syscall (netbsd-amd64-cgo), const SIGCONT Signal 19658pkg syscall (netbsd-amd64-cgo), const SIGEMT Signal 19659pkg syscall (netbsd-amd64-cgo), const SIGINFO Signal 19660pkg syscall (netbsd-amd64-cgo), const SIGIO Signal 19661pkg syscall (netbsd-amd64-cgo), const SIGIOT Signal 19662pkg syscall (netbsd-amd64-cgo), const SIGPROF Signal 19663pkg syscall (netbsd-amd64-cgo), const SIGPWR Signal 19664pkg syscall (netbsd-amd64-cgo), const SIGSTOP Signal 19665pkg syscall (netbsd-amd64-cgo), const SIGSYS Signal 19666pkg syscall (netbsd-amd64-cgo), const SIGTSTP Signal 19667pkg syscall (netbsd-amd64-cgo), const SIGTTIN Signal 19668pkg syscall (netbsd-amd64-cgo), const SIGTTOU Signal 19669pkg syscall (netbsd-amd64-cgo), const SIGURG Signal 19670pkg syscall (netbsd-amd64-cgo), const SIGUSR1 Signal 19671pkg syscall (netbsd-amd64-cgo), const SIGUSR2 Signal 19672pkg syscall (netbsd-amd64-cgo), const SIGVTALRM Signal 19673pkg syscall (netbsd-amd64-cgo), const SIGWINCH Signal 19674pkg syscall (netbsd-amd64-cgo), const SIGXCPU Signal 19675pkg syscall (netbsd-amd64-cgo), const SIGXFSZ Signal 19676pkg syscall (netbsd-amd64-cgo), const SIOCADDMULTI ideal-int 19677pkg syscall (netbsd-amd64-cgo), const SIOCADDRT ideal-int 19678pkg syscall (netbsd-amd64-cgo), const SIOCAIFADDR ideal-int 19679pkg syscall (netbsd-amd64-cgo), const SIOCALIFADDR ideal-int 19680pkg syscall (netbsd-amd64-cgo), const SIOCATMARK ideal-int 19681pkg syscall (netbsd-amd64-cgo), const SIOCDELMULTI ideal-int 19682pkg syscall (netbsd-amd64-cgo), const SIOCDELRT ideal-int 19683pkg syscall (netbsd-amd64-cgo), const SIOCDIFADDR ideal-int 19684pkg syscall (netbsd-amd64-cgo), const SIOCDIFPHYADDR ideal-int 19685pkg syscall (netbsd-amd64-cgo), const SIOCDLIFADDR ideal-int 19686pkg syscall (netbsd-amd64-cgo), const SIOCGDRVSPEC ideal-int 19687pkg syscall (netbsd-amd64-cgo), const SIOCGETPFSYNC ideal-int 19688pkg syscall (netbsd-amd64-cgo), const SIOCGETSGCNT ideal-int 19689pkg syscall (netbsd-amd64-cgo), const SIOCGETVIFCNT ideal-int 19690pkg syscall (netbsd-amd64-cgo), const SIOCGHIWAT ideal-int 19691pkg syscall (netbsd-amd64-cgo), const SIOCGIFADDR ideal-int 19692pkg syscall (netbsd-amd64-cgo), const SIOCGIFADDRPREF ideal-int 19693pkg syscall (netbsd-amd64-cgo), const SIOCGIFALIAS ideal-int 19694pkg syscall (netbsd-amd64-cgo), const SIOCGIFBRDADDR ideal-int 19695pkg syscall (netbsd-amd64-cgo), const SIOCGIFCAP ideal-int 19696pkg syscall (netbsd-amd64-cgo), const SIOCGIFCONF ideal-int 19697pkg syscall (netbsd-amd64-cgo), const SIOCGIFDATA ideal-int 19698pkg syscall (netbsd-amd64-cgo), const SIOCGIFDLT ideal-int 19699pkg syscall (netbsd-amd64-cgo), const SIOCGIFDSTADDR ideal-int 19700pkg syscall (netbsd-amd64-cgo), const SIOCGIFFLAGS ideal-int 19701pkg syscall (netbsd-amd64-cgo), const SIOCGIFGENERIC ideal-int 19702pkg syscall (netbsd-amd64-cgo), const SIOCGIFMEDIA ideal-int 19703pkg syscall (netbsd-amd64-cgo), const SIOCGIFMETRIC ideal-int 19704pkg syscall (netbsd-amd64-cgo), const SIOCGIFMTU ideal-int 19705pkg syscall (netbsd-amd64-cgo), const SIOCGIFNETMASK ideal-int 19706pkg syscall (netbsd-amd64-cgo), const SIOCGIFPDSTADDR ideal-int 19707pkg syscall (netbsd-amd64-cgo), const SIOCGIFPSRCADDR ideal-int 19708pkg syscall (netbsd-amd64-cgo), const SIOCGLIFADDR ideal-int 19709pkg syscall (netbsd-amd64-cgo), const SIOCGLIFPHYADDR ideal-int 19710pkg syscall (netbsd-amd64-cgo), const SIOCGLINKSTR ideal-int 19711pkg syscall (netbsd-amd64-cgo), const SIOCGLOWAT ideal-int 19712pkg syscall (netbsd-amd64-cgo), const SIOCGPGRP ideal-int 19713pkg syscall (netbsd-amd64-cgo), const SIOCGVH ideal-int 19714pkg syscall (netbsd-amd64-cgo), const SIOCIFCREATE ideal-int 19715pkg syscall (netbsd-amd64-cgo), const SIOCIFDESTROY ideal-int 19716pkg syscall (netbsd-amd64-cgo), const SIOCIFGCLONERS ideal-int 19717pkg syscall (netbsd-amd64-cgo), const SIOCINITIFADDR ideal-int 19718pkg syscall (netbsd-amd64-cgo), const SIOCSDRVSPEC ideal-int 19719pkg syscall (netbsd-amd64-cgo), const SIOCSETPFSYNC ideal-int 19720pkg syscall (netbsd-amd64-cgo), const SIOCSHIWAT ideal-int 19721pkg syscall (netbsd-amd64-cgo), const SIOCSIFADDR ideal-int 19722pkg syscall (netbsd-amd64-cgo), const SIOCSIFADDRPREF ideal-int 19723pkg syscall (netbsd-amd64-cgo), const SIOCSIFBRDADDR ideal-int 19724pkg syscall (netbsd-amd64-cgo), const SIOCSIFCAP ideal-int 19725pkg syscall (netbsd-amd64-cgo), const SIOCSIFDSTADDR ideal-int 19726pkg syscall (netbsd-amd64-cgo), const SIOCSIFFLAGS ideal-int 19727pkg syscall (netbsd-amd64-cgo), const SIOCSIFGENERIC ideal-int 19728pkg syscall (netbsd-amd64-cgo), const SIOCSIFMEDIA ideal-int 19729pkg syscall (netbsd-amd64-cgo), const SIOCSIFMETRIC ideal-int 19730pkg syscall (netbsd-amd64-cgo), const SIOCSIFMTU ideal-int 19731pkg syscall (netbsd-amd64-cgo), const SIOCSIFNETMASK ideal-int 19732pkg syscall (netbsd-amd64-cgo), const SIOCSIFPHYADDR ideal-int 19733pkg syscall (netbsd-amd64-cgo), const SIOCSLIFPHYADDR ideal-int 19734pkg syscall (netbsd-amd64-cgo), const SIOCSLINKSTR ideal-int 19735pkg syscall (netbsd-amd64-cgo), const SIOCSLOWAT ideal-int 19736pkg syscall (netbsd-amd64-cgo), const SIOCSPGRP ideal-int 19737pkg syscall (netbsd-amd64-cgo), const SIOCSVH ideal-int 19738pkg syscall (netbsd-amd64-cgo), const SIOCZIFDATA ideal-int 19739pkg syscall (netbsd-amd64-cgo), const SOCK_CLOEXEC ideal-int 19740pkg syscall (netbsd-amd64-cgo), const SOCK_FLAGS_MASK ideal-int 19741pkg syscall (netbsd-amd64-cgo), const SOCK_NONBLOCK ideal-int 19742pkg syscall (netbsd-amd64-cgo), const SOCK_NOSIGPIPE ideal-int 19743pkg syscall (netbsd-amd64-cgo), const SOCK_RDM ideal-int 19744pkg syscall (netbsd-amd64-cgo), const SO_ACCEPTCONN ideal-int 19745pkg syscall (netbsd-amd64-cgo), const SO_ACCEPTFILTER ideal-int 19746pkg syscall (netbsd-amd64-cgo), const SO_DEBUG ideal-int 19747pkg syscall (netbsd-amd64-cgo), const SO_ERROR ideal-int 19748pkg syscall (netbsd-amd64-cgo), const SO_NOHEADER ideal-int 19749pkg syscall (netbsd-amd64-cgo), const SO_NOSIGPIPE ideal-int 19750pkg syscall (netbsd-amd64-cgo), const SO_OOBINLINE ideal-int 19751pkg syscall (netbsd-amd64-cgo), const SO_OVERFLOWED ideal-int 19752pkg syscall (netbsd-amd64-cgo), const SO_RCVLOWAT ideal-int 19753pkg syscall (netbsd-amd64-cgo), const SO_RCVTIMEO ideal-int 19754pkg syscall (netbsd-amd64-cgo), const SO_REUSEPORT ideal-int 19755pkg syscall (netbsd-amd64-cgo), const SO_SNDLOWAT ideal-int 19756pkg syscall (netbsd-amd64-cgo), const SO_SNDTIMEO ideal-int 19757pkg syscall (netbsd-amd64-cgo), const SO_TIMESTAMP ideal-int 19758pkg syscall (netbsd-amd64-cgo), const SO_TYPE ideal-int 19759pkg syscall (netbsd-amd64-cgo), const SO_USELOOPBACK ideal-int 19760pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERSION ideal-int 19761pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_0 ideal-int 19762pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_1 ideal-int 19763pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_MASK ideal-int 19764pkg syscall (netbsd-amd64-cgo), const SYS_ACCEPT ideal-int 19765pkg syscall (netbsd-amd64-cgo), const SYS_ACCESS ideal-int 19766pkg syscall (netbsd-amd64-cgo), const SYS_ACCT ideal-int 19767pkg syscall (netbsd-amd64-cgo), const SYS_ADJTIME ideal-int 19768pkg syscall (netbsd-amd64-cgo), const SYS_BIND ideal-int 19769pkg syscall (netbsd-amd64-cgo), const SYS_BREAK ideal-int 19770pkg syscall (netbsd-amd64-cgo), const SYS_CHDIR ideal-int 19771pkg syscall (netbsd-amd64-cgo), const SYS_CHFLAGS ideal-int 19772pkg syscall (netbsd-amd64-cgo), const SYS_CHMOD ideal-int 19773pkg syscall (netbsd-amd64-cgo), const SYS_CHOWN ideal-int 19774pkg syscall (netbsd-amd64-cgo), const SYS_CHROOT ideal-int 19775pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_GETRES ideal-int 19776pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_GETTIME ideal-int 19777pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_SETTIME ideal-int 19778pkg syscall (netbsd-amd64-cgo), const SYS_CLOSE ideal-int 19779pkg syscall (netbsd-amd64-cgo), const SYS_CONNECT ideal-int 19780pkg syscall (netbsd-amd64-cgo), const SYS_DUP ideal-int 19781pkg syscall (netbsd-amd64-cgo), const SYS_DUP2 ideal-int 19782pkg syscall (netbsd-amd64-cgo), const SYS_DUP3 ideal-int 19783pkg syscall (netbsd-amd64-cgo), const SYS_EXECVE ideal-int 19784pkg syscall (netbsd-amd64-cgo), const SYS_EXIT ideal-int 19785pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTRCTL ideal-int 19786pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_FD ideal-int 19787pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_FILE ideal-int 19788pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_LINK ideal-int 19789pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_FD ideal-int 19790pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_FILE ideal-int 19791pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_LINK ideal-int 19792pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_FD ideal-int 19793pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_FILE ideal-int 19794pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_LINK ideal-int 19795pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_FD ideal-int 19796pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_FILE ideal-int 19797pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_LINK ideal-int 19798pkg syscall (netbsd-amd64-cgo), const SYS_FACCESSAT ideal-int 19799pkg syscall (netbsd-amd64-cgo), const SYS_FCHDIR ideal-int 19800pkg syscall (netbsd-amd64-cgo), const SYS_FCHFLAGS ideal-int 19801pkg syscall (netbsd-amd64-cgo), const SYS_FCHMOD ideal-int 19802pkg syscall (netbsd-amd64-cgo), const SYS_FCHMODAT ideal-int 19803pkg syscall (netbsd-amd64-cgo), const SYS_FCHOWN ideal-int 19804pkg syscall (netbsd-amd64-cgo), const SYS_FCHOWNAT ideal-int 19805pkg syscall (netbsd-amd64-cgo), const SYS_FCHROOT ideal-int 19806pkg syscall (netbsd-amd64-cgo), const SYS_FCNTL ideal-int 19807pkg syscall (netbsd-amd64-cgo), const SYS_FDATASYNC ideal-int 19808pkg syscall (netbsd-amd64-cgo), const SYS_FEXECVE ideal-int 19809pkg syscall (netbsd-amd64-cgo), const SYS_FGETXATTR ideal-int 19810pkg syscall (netbsd-amd64-cgo), const SYS_FHSTAT ideal-int 19811pkg syscall (netbsd-amd64-cgo), const SYS_FKTRACE ideal-int 19812pkg syscall (netbsd-amd64-cgo), const SYS_FLISTXATTR ideal-int 19813pkg syscall (netbsd-amd64-cgo), const SYS_FLOCK ideal-int 19814pkg syscall (netbsd-amd64-cgo), const SYS_FORK ideal-int 19815pkg syscall (netbsd-amd64-cgo), const SYS_FPATHCONF ideal-int 19816pkg syscall (netbsd-amd64-cgo), const SYS_FREMOVEXATTR ideal-int 19817pkg syscall (netbsd-amd64-cgo), const SYS_FSETXATTR ideal-int 19818pkg syscall (netbsd-amd64-cgo), const SYS_FSTAT ideal-int 19819pkg syscall (netbsd-amd64-cgo), const SYS_FSTATAT ideal-int 19820pkg syscall (netbsd-amd64-cgo), const SYS_FSTATVFS1 ideal-int 19821pkg syscall (netbsd-amd64-cgo), const SYS_FSYNC ideal-int 19822pkg syscall (netbsd-amd64-cgo), const SYS_FSYNC_RANGE ideal-int 19823pkg syscall (netbsd-amd64-cgo), const SYS_FTRUNCATE ideal-int 19824pkg syscall (netbsd-amd64-cgo), const SYS_FUTIMENS ideal-int 19825pkg syscall (netbsd-amd64-cgo), const SYS_FUTIMES ideal-int 19826pkg syscall (netbsd-amd64-cgo), const SYS_GETCONTEXT ideal-int 19827pkg syscall (netbsd-amd64-cgo), const SYS_GETDENTS ideal-int 19828pkg syscall (netbsd-amd64-cgo), const SYS_GETEGID ideal-int 19829pkg syscall (netbsd-amd64-cgo), const SYS_GETEUID ideal-int 19830pkg syscall (netbsd-amd64-cgo), const SYS_GETFH ideal-int 19831pkg syscall (netbsd-amd64-cgo), const SYS_GETGID ideal-int 19832pkg syscall (netbsd-amd64-cgo), const SYS_GETGROUPS ideal-int 19833pkg syscall (netbsd-amd64-cgo), const SYS_GETITIMER ideal-int 19834pkg syscall (netbsd-amd64-cgo), const SYS_GETPEERNAME ideal-int 19835pkg syscall (netbsd-amd64-cgo), const SYS_GETPGID ideal-int 19836pkg syscall (netbsd-amd64-cgo), const SYS_GETPGRP ideal-int 19837pkg syscall (netbsd-amd64-cgo), const SYS_GETPID ideal-int 19838pkg syscall (netbsd-amd64-cgo), const SYS_GETPPID ideal-int 19839pkg syscall (netbsd-amd64-cgo), const SYS_GETPRIORITY ideal-int 19840pkg syscall (netbsd-amd64-cgo), const SYS_GETRLIMIT ideal-int 19841pkg syscall (netbsd-amd64-cgo), const SYS_GETRUSAGE ideal-int 19842pkg syscall (netbsd-amd64-cgo), const SYS_GETSID ideal-int 19843pkg syscall (netbsd-amd64-cgo), const SYS_GETSOCKNAME ideal-int 19844pkg syscall (netbsd-amd64-cgo), const SYS_GETSOCKOPT ideal-int 19845pkg syscall (netbsd-amd64-cgo), const SYS_GETTIMEOFDAY ideal-int 19846pkg syscall (netbsd-amd64-cgo), const SYS_GETUID ideal-int 19847pkg syscall (netbsd-amd64-cgo), const SYS_GETVFSSTAT ideal-int 19848pkg syscall (netbsd-amd64-cgo), const SYS_GETXATTR ideal-int 19849pkg syscall (netbsd-amd64-cgo), const SYS_IOCTL ideal-int 19850pkg syscall (netbsd-amd64-cgo), const SYS_ISSETUGID ideal-int 19851pkg syscall (netbsd-amd64-cgo), const SYS_KEVENT ideal-int 19852pkg syscall (netbsd-amd64-cgo), const SYS_KILL ideal-int 19853pkg syscall (netbsd-amd64-cgo), const SYS_KQUEUE ideal-int 19854pkg syscall (netbsd-amd64-cgo), const SYS_KQUEUE1 ideal-int 19855pkg syscall (netbsd-amd64-cgo), const SYS_KTRACE ideal-int 19856pkg syscall (netbsd-amd64-cgo), const SYS_LCHFLAGS ideal-int 19857pkg syscall (netbsd-amd64-cgo), const SYS_LCHMOD ideal-int 19858pkg syscall (netbsd-amd64-cgo), const SYS_LCHOWN ideal-int 19859pkg syscall (netbsd-amd64-cgo), const SYS_LGETXATTR ideal-int 19860pkg syscall (netbsd-amd64-cgo), const SYS_LINK ideal-int 19861pkg syscall (netbsd-amd64-cgo), const SYS_LINKAT ideal-int 19862pkg syscall (netbsd-amd64-cgo), const SYS_LISTEN ideal-int 19863pkg syscall (netbsd-amd64-cgo), const SYS_LISTXATTR ideal-int 19864pkg syscall (netbsd-amd64-cgo), const SYS_LLISTXATTR ideal-int 19865pkg syscall (netbsd-amd64-cgo), const SYS_LREMOVEXATTR ideal-int 19866pkg syscall (netbsd-amd64-cgo), const SYS_LSEEK ideal-int 19867pkg syscall (netbsd-amd64-cgo), const SYS_LSETXATTR ideal-int 19868pkg syscall (netbsd-amd64-cgo), const SYS_LSTAT ideal-int 19869pkg syscall (netbsd-amd64-cgo), const SYS_LUTIMES ideal-int 19870pkg syscall (netbsd-amd64-cgo), const SYS_MADVISE ideal-int 19871pkg syscall (netbsd-amd64-cgo), const SYS_MINCORE ideal-int 19872pkg syscall (netbsd-amd64-cgo), const SYS_MINHERIT ideal-int 19873pkg syscall (netbsd-amd64-cgo), const SYS_MKDIR ideal-int 19874pkg syscall (netbsd-amd64-cgo), const SYS_MKDIRAT ideal-int 19875pkg syscall (netbsd-amd64-cgo), const SYS_MKFIFO ideal-int 19876pkg syscall (netbsd-amd64-cgo), const SYS_MKFIFOAT ideal-int 19877pkg syscall (netbsd-amd64-cgo), const SYS_MKNOD ideal-int 19878pkg syscall (netbsd-amd64-cgo), const SYS_MKNODAT ideal-int 19879pkg syscall (netbsd-amd64-cgo), const SYS_MLOCK ideal-int 19880pkg syscall (netbsd-amd64-cgo), const SYS_MLOCKALL ideal-int 19881pkg syscall (netbsd-amd64-cgo), const SYS_MMAP ideal-int 19882pkg syscall (netbsd-amd64-cgo), const SYS_MODCTL ideal-int 19883pkg syscall (netbsd-amd64-cgo), const SYS_MOUNT ideal-int 19884pkg syscall (netbsd-amd64-cgo), const SYS_MPROTECT ideal-int 19885pkg syscall (netbsd-amd64-cgo), const SYS_MREMAP ideal-int 19886pkg syscall (netbsd-amd64-cgo), const SYS_MSGCTL ideal-int 19887pkg syscall (netbsd-amd64-cgo), const SYS_MSGGET ideal-int 19888pkg syscall (netbsd-amd64-cgo), const SYS_MSGRCV ideal-int 19889pkg syscall (netbsd-amd64-cgo), const SYS_MSGSND ideal-int 19890pkg syscall (netbsd-amd64-cgo), const SYS_MUNLOCK ideal-int 19891pkg syscall (netbsd-amd64-cgo), const SYS_MUNLOCKALL ideal-int 19892pkg syscall (netbsd-amd64-cgo), const SYS_MUNMAP ideal-int 19893pkg syscall (netbsd-amd64-cgo), const SYS_NANOSLEEP ideal-int 19894pkg syscall (netbsd-amd64-cgo), const SYS_NTP_ADJTIME ideal-int 19895pkg syscall (netbsd-amd64-cgo), const SYS_NTP_GETTIME ideal-int 19896pkg syscall (netbsd-amd64-cgo), const SYS_OPEN ideal-int 19897pkg syscall (netbsd-amd64-cgo), const SYS_OPENAT ideal-int 19898pkg syscall (netbsd-amd64-cgo), const SYS_PACCEPT ideal-int 19899pkg syscall (netbsd-amd64-cgo), const SYS_PATHCONF ideal-int 19900pkg syscall (netbsd-amd64-cgo), const SYS_PIPE ideal-int 19901pkg syscall (netbsd-amd64-cgo), const SYS_PIPE2 ideal-int 19902pkg syscall (netbsd-amd64-cgo), const SYS_PMC_CONTROL ideal-int 19903pkg syscall (netbsd-amd64-cgo), const SYS_PMC_GET_INFO ideal-int 19904pkg syscall (netbsd-amd64-cgo), const SYS_POLL ideal-int 19905pkg syscall (netbsd-amd64-cgo), const SYS_POLLTS ideal-int 19906pkg syscall (netbsd-amd64-cgo), const SYS_POSIX_FADVISE ideal-int 19907pkg syscall (netbsd-amd64-cgo), const SYS_POSIX_SPAWN ideal-int 19908pkg syscall (netbsd-amd64-cgo), const SYS_PREAD ideal-int 19909pkg syscall (netbsd-amd64-cgo), const SYS_PREADV ideal-int 19910pkg syscall (netbsd-amd64-cgo), const SYS_PROFIL ideal-int 19911pkg syscall (netbsd-amd64-cgo), const SYS_PSELECT ideal-int 19912pkg syscall (netbsd-amd64-cgo), const SYS_PSET_ASSIGN ideal-int 19913pkg syscall (netbsd-amd64-cgo), const SYS_PSET_CREATE ideal-int 19914pkg syscall (netbsd-amd64-cgo), const SYS_PSET_DESTROY ideal-int 19915pkg syscall (netbsd-amd64-cgo), const SYS_PTRACE ideal-int 19916pkg syscall (netbsd-amd64-cgo), const SYS_PWRITE ideal-int 19917pkg syscall (netbsd-amd64-cgo), const SYS_PWRITEV ideal-int 19918pkg syscall (netbsd-amd64-cgo), const SYS_RASCTL ideal-int 19919pkg syscall (netbsd-amd64-cgo), const SYS_READ ideal-int 19920pkg syscall (netbsd-amd64-cgo), const SYS_READLINK ideal-int 19921pkg syscall (netbsd-amd64-cgo), const SYS_READLINKAT ideal-int 19922pkg syscall (netbsd-amd64-cgo), const SYS_READV ideal-int 19923pkg syscall (netbsd-amd64-cgo), const SYS_REBOOT ideal-int 19924pkg syscall (netbsd-amd64-cgo), const SYS_RECVFROM ideal-int 19925pkg syscall (netbsd-amd64-cgo), const SYS_RECVMMSG ideal-int 19926pkg syscall (netbsd-amd64-cgo), const SYS_RECVMSG ideal-int 19927pkg syscall (netbsd-amd64-cgo), const SYS_REMOVEXATTR ideal-int 19928pkg syscall (netbsd-amd64-cgo), const SYS_RENAME ideal-int 19929pkg syscall (netbsd-amd64-cgo), const SYS_RENAMEAT ideal-int 19930pkg syscall (netbsd-amd64-cgo), const SYS_REVOKE ideal-int 19931pkg syscall (netbsd-amd64-cgo), const SYS_RMDIR ideal-int 19932pkg syscall (netbsd-amd64-cgo), const SYS_SBRK ideal-int 19933pkg syscall (netbsd-amd64-cgo), const SYS_SCHED_YIELD ideal-int 19934pkg syscall (netbsd-amd64-cgo), const SYS_SELECT ideal-int 19935pkg syscall (netbsd-amd64-cgo), const SYS_SEMCONFIG ideal-int 19936pkg syscall (netbsd-amd64-cgo), const SYS_SEMGET ideal-int 19937pkg syscall (netbsd-amd64-cgo), const SYS_SEMOP ideal-int 19938pkg syscall (netbsd-amd64-cgo), const SYS_SENDMMSG ideal-int 19939pkg syscall (netbsd-amd64-cgo), const SYS_SENDMSG ideal-int 19940pkg syscall (netbsd-amd64-cgo), const SYS_SENDTO ideal-int 19941pkg syscall (netbsd-amd64-cgo), const SYS_SETCONTEXT ideal-int 19942pkg syscall (netbsd-amd64-cgo), const SYS_SETEGID ideal-int 19943pkg syscall (netbsd-amd64-cgo), const SYS_SETEUID ideal-int 19944pkg syscall (netbsd-amd64-cgo), const SYS_SETGID ideal-int 19945pkg syscall (netbsd-amd64-cgo), const SYS_SETGROUPS ideal-int 19946pkg syscall (netbsd-amd64-cgo), const SYS_SETITIMER ideal-int 19947pkg syscall (netbsd-amd64-cgo), const SYS_SETPGID ideal-int 19948pkg syscall (netbsd-amd64-cgo), const SYS_SETPRIORITY ideal-int 19949pkg syscall (netbsd-amd64-cgo), const SYS_SETREGID ideal-int 19950pkg syscall (netbsd-amd64-cgo), const SYS_SETREUID ideal-int 19951pkg syscall (netbsd-amd64-cgo), const SYS_SETRLIMIT ideal-int 19952pkg syscall (netbsd-amd64-cgo), const SYS_SETSID ideal-int 19953pkg syscall (netbsd-amd64-cgo), const SYS_SETSOCKOPT ideal-int 19954pkg syscall (netbsd-amd64-cgo), const SYS_SETTIMEOFDAY ideal-int 19955pkg syscall (netbsd-amd64-cgo), const SYS_SETUID ideal-int 19956pkg syscall (netbsd-amd64-cgo), const SYS_SETXATTR ideal-int 19957pkg syscall (netbsd-amd64-cgo), const SYS_SHMAT ideal-int 19958pkg syscall (netbsd-amd64-cgo), const SYS_SHMCTL ideal-int 19959pkg syscall (netbsd-amd64-cgo), const SYS_SHMDT ideal-int 19960pkg syscall (netbsd-amd64-cgo), const SYS_SHMGET ideal-int 19961pkg syscall (netbsd-amd64-cgo), const SYS_SHUTDOWN ideal-int 19962pkg syscall (netbsd-amd64-cgo), const SYS_SIGQUEUEINFO ideal-int 19963pkg syscall (netbsd-amd64-cgo), const SYS_SOCKET ideal-int 19964pkg syscall (netbsd-amd64-cgo), const SYS_SOCKETPAIR ideal-int 19965pkg syscall (netbsd-amd64-cgo), const SYS_SSTK ideal-int 19966pkg syscall (netbsd-amd64-cgo), const SYS_STAT ideal-int 19967pkg syscall (netbsd-amd64-cgo), const SYS_STATVFS1 ideal-int 19968pkg syscall (netbsd-amd64-cgo), const SYS_SWAPCTL ideal-int 19969pkg syscall (netbsd-amd64-cgo), const SYS_SYMLINK ideal-int 19970pkg syscall (netbsd-amd64-cgo), const SYS_SYMLINKAT ideal-int 19971pkg syscall (netbsd-amd64-cgo), const SYS_SYNC ideal-int 19972pkg syscall (netbsd-amd64-cgo), const SYS_SYSARCH ideal-int 19973pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_CREATE ideal-int 19974pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_DELETE ideal-int 19975pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_GETOVERRUN ideal-int 19976pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_GETTIME ideal-int 19977pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_SETTIME ideal-int 19978pkg syscall (netbsd-amd64-cgo), const SYS_TRUNCATE ideal-int 19979pkg syscall (netbsd-amd64-cgo), const SYS_UMASK ideal-int 19980pkg syscall (netbsd-amd64-cgo), const SYS_UNDELETE ideal-int 19981pkg syscall (netbsd-amd64-cgo), const SYS_UNLINK ideal-int 19982pkg syscall (netbsd-amd64-cgo), const SYS_UNLINKAT ideal-int 19983pkg syscall (netbsd-amd64-cgo), const SYS_UNMOUNT ideal-int 19984pkg syscall (netbsd-amd64-cgo), const SYS_UTIMENSAT ideal-int 19985pkg syscall (netbsd-amd64-cgo), const SYS_UTIMES ideal-int 19986pkg syscall (netbsd-amd64-cgo), const SYS_UTRACE ideal-int 19987pkg syscall (netbsd-amd64-cgo), const SYS_UUIDGEN ideal-int 19988pkg syscall (netbsd-amd64-cgo), const SYS_VADVISE ideal-int 19989pkg syscall (netbsd-amd64-cgo), const SYS_VFORK ideal-int 19990pkg syscall (netbsd-amd64-cgo), const SYS_WAIT4 ideal-int 19991pkg syscall (netbsd-amd64-cgo), const SYS_WRITE ideal-int 19992pkg syscall (netbsd-amd64-cgo), const SYS_WRITEV ideal-int 19993pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CONTINUE ideal-int 19994pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CREATE ideal-int 19995pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CTL ideal-int 19996pkg syscall (netbsd-amd64-cgo), const SYS__LWP_DETACH ideal-int 19997pkg syscall (netbsd-amd64-cgo), const SYS__LWP_EXIT ideal-int 19998pkg syscall (netbsd-amd64-cgo), const SYS__LWP_GETNAME ideal-int 19999pkg syscall (netbsd-amd64-cgo), const SYS__LWP_GETPRIVATE ideal-int 20000pkg syscall (netbsd-amd64-cgo), const SYS__LWP_KILL ideal-int 20001pkg syscall (netbsd-amd64-cgo), const SYS__LWP_PARK ideal-int 20002pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SELF ideal-int 20003pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SETNAME ideal-int 20004pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SETPRIVATE ideal-int 20005pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SUSPEND ideal-int 20006pkg syscall (netbsd-amd64-cgo), const SYS__LWP_UNPARK ideal-int 20007pkg syscall (netbsd-amd64-cgo), const SYS__LWP_UNPARK_ALL ideal-int 20008pkg syscall (netbsd-amd64-cgo), const SYS__LWP_WAIT ideal-int 20009pkg syscall (netbsd-amd64-cgo), const SYS__LWP_WAKEUP ideal-int 20010pkg syscall (netbsd-amd64-cgo), const SYS__PSET_BIND ideal-int 20011pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_GETAFFINITY ideal-int 20012pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_GETPARAM ideal-int 20013pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_SETAFFINITY ideal-int 20014pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_SETPARAM ideal-int 20015pkg syscall (netbsd-amd64-cgo), const SYS___CLONE ideal-int 20016pkg syscall (netbsd-amd64-cgo), const SYS___GETCWD ideal-int 20017pkg syscall (netbsd-amd64-cgo), const SYS___GETLOGIN ideal-int 20018pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_CHOWN ideal-int 20019pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_FCHOWN ideal-int 20020pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_LCHOWN ideal-int 20021pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_RENAME ideal-int 20022pkg syscall (netbsd-amd64-cgo), const SYS___QUOTACTL ideal-int 20023pkg syscall (netbsd-amd64-cgo), const SYS___SEMCTL ideal-int 20024pkg syscall (netbsd-amd64-cgo), const SYS___SETLOGIN ideal-int 20025pkg syscall (netbsd-amd64-cgo), const SYS___SIGACTION_SIGTRAMP ideal-int 20026pkg syscall (netbsd-amd64-cgo), const SYS___SIGTIMEDWAIT ideal-int 20027pkg syscall (netbsd-amd64-cgo), const SYS___SYSCTL ideal-int 20028pkg syscall (netbsd-amd64-cgo), const S_ARCH1 ideal-int 20029pkg syscall (netbsd-amd64-cgo), const S_ARCH2 ideal-int 20030pkg syscall (netbsd-amd64-cgo), const S_BLKSIZE ideal-int 20031pkg syscall (netbsd-amd64-cgo), const S_IEXEC ideal-int 20032pkg syscall (netbsd-amd64-cgo), const S_IFWHT ideal-int 20033pkg syscall (netbsd-amd64-cgo), const S_IREAD ideal-int 20034pkg syscall (netbsd-amd64-cgo), const S_IRGRP ideal-int 20035pkg syscall (netbsd-amd64-cgo), const S_IROTH ideal-int 20036pkg syscall (netbsd-amd64-cgo), const S_IRWXG ideal-int 20037pkg syscall (netbsd-amd64-cgo), const S_IRWXO ideal-int 20038pkg syscall (netbsd-amd64-cgo), const S_IRWXU ideal-int 20039pkg syscall (netbsd-amd64-cgo), const S_ISTXT ideal-int 20040pkg syscall (netbsd-amd64-cgo), const S_IWGRP ideal-int 20041pkg syscall (netbsd-amd64-cgo), const S_IWOTH ideal-int 20042pkg syscall (netbsd-amd64-cgo), const S_IWRITE ideal-int 20043pkg syscall (netbsd-amd64-cgo), const S_IXGRP ideal-int 20044pkg syscall (netbsd-amd64-cgo), const S_IXOTH ideal-int 20045pkg syscall (netbsd-amd64-cgo), const S_LOGIN_SET ideal-int 20046pkg syscall (netbsd-amd64-cgo), const SizeofBpfHdr ideal-int 20047pkg syscall (netbsd-amd64-cgo), const SizeofBpfInsn ideal-int 20048pkg syscall (netbsd-amd64-cgo), const SizeofBpfProgram ideal-int 20049pkg syscall (netbsd-amd64-cgo), const SizeofBpfStat ideal-int 20050pkg syscall (netbsd-amd64-cgo), const SizeofBpfVersion ideal-int 20051pkg syscall (netbsd-amd64-cgo), const SizeofCmsghdr ideal-int 20052pkg syscall (netbsd-amd64-cgo), const SizeofICMPv6Filter = 32 20053pkg syscall (netbsd-amd64-cgo), const SizeofICMPv6Filter ideal-int 20054pkg syscall (netbsd-amd64-cgo), const SizeofIPMreq ideal-int 20055pkg syscall (netbsd-amd64-cgo), const SizeofIPv6MTUInfo = 32 20056pkg syscall (netbsd-amd64-cgo), const SizeofIPv6MTUInfo ideal-int 20057pkg syscall (netbsd-amd64-cgo), const SizeofIPv6Mreq ideal-int 20058pkg syscall (netbsd-amd64-cgo), const SizeofIfAnnounceMsghdr ideal-int 20059pkg syscall (netbsd-amd64-cgo), const SizeofIfData ideal-int 20060pkg syscall (netbsd-amd64-cgo), const SizeofIfMsghdr ideal-int 20061pkg syscall (netbsd-amd64-cgo), const SizeofIfaMsghdr ideal-int 20062pkg syscall (netbsd-amd64-cgo), const SizeofInet6Pktinfo ideal-int 20063pkg syscall (netbsd-amd64-cgo), const SizeofLinger ideal-int 20064pkg syscall (netbsd-amd64-cgo), const SizeofMsghdr ideal-int 20065pkg syscall (netbsd-amd64-cgo), const SizeofRtMetrics ideal-int 20066pkg syscall (netbsd-amd64-cgo), const SizeofRtMsghdr ideal-int 20067pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrAny ideal-int 20068pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrDatalink ideal-int 20069pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrInet4 ideal-int 20070pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrInet6 ideal-int 20071pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrUnix ideal-int 20072pkg syscall (netbsd-amd64-cgo), const TCIFLUSH ideal-int 20073pkg syscall (netbsd-amd64-cgo), const TCIOFLUSH ideal-int 20074pkg syscall (netbsd-amd64-cgo), const TCOFLUSH ideal-int 20075pkg syscall (netbsd-amd64-cgo), const TCP_CONGCTL ideal-int 20076pkg syscall (netbsd-amd64-cgo), const TCP_KEEPCNT ideal-int 20077pkg syscall (netbsd-amd64-cgo), const TCP_KEEPIDLE ideal-int 20078pkg syscall (netbsd-amd64-cgo), const TCP_KEEPINIT ideal-int 20079pkg syscall (netbsd-amd64-cgo), const TCP_KEEPINTVL ideal-int 20080pkg syscall (netbsd-amd64-cgo), const TCP_MAXBURST ideal-int 20081pkg syscall (netbsd-amd64-cgo), const TCP_MAXSEG ideal-int 20082pkg syscall (netbsd-amd64-cgo), const TCP_MAXWIN ideal-int 20083pkg syscall (netbsd-amd64-cgo), const TCP_MAX_WINSHIFT ideal-int 20084pkg syscall (netbsd-amd64-cgo), const TCP_MD5SIG ideal-int 20085pkg syscall (netbsd-amd64-cgo), const TCP_MINMSS ideal-int 20086pkg syscall (netbsd-amd64-cgo), const TCP_MSS ideal-int 20087pkg syscall (netbsd-amd64-cgo), const TCSAFLUSH ideal-int 20088pkg syscall (netbsd-amd64-cgo), const TIOCCBRK ideal-int 20089pkg syscall (netbsd-amd64-cgo), const TIOCCDTR ideal-int 20090pkg syscall (netbsd-amd64-cgo), const TIOCCONS ideal-int 20091pkg syscall (netbsd-amd64-cgo), const TIOCDCDTIMESTAMP ideal-int 20092pkg syscall (netbsd-amd64-cgo), const TIOCDRAIN ideal-int 20093pkg syscall (netbsd-amd64-cgo), const TIOCEXCL ideal-int 20094pkg syscall (netbsd-amd64-cgo), const TIOCEXT ideal-int 20095pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CDTRCTS ideal-int 20096pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CLOCAL ideal-int 20097pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CRTSCTS ideal-int 20098pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_MDMBUF ideal-int 20099pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_SOFTCAR ideal-int 20100pkg syscall (netbsd-amd64-cgo), const TIOCFLUSH ideal-int 20101pkg syscall (netbsd-amd64-cgo), const TIOCGETA ideal-int 20102pkg syscall (netbsd-amd64-cgo), const TIOCGETD ideal-int 20103pkg syscall (netbsd-amd64-cgo), const TIOCGFLAGS ideal-int 20104pkg syscall (netbsd-amd64-cgo), const TIOCGLINED ideal-int 20105pkg syscall (netbsd-amd64-cgo), const TIOCGPGRP ideal-int 20106pkg syscall (netbsd-amd64-cgo), const TIOCGQSIZE ideal-int 20107pkg syscall (netbsd-amd64-cgo), const TIOCGRANTPT ideal-int 20108pkg syscall (netbsd-amd64-cgo), const TIOCGSID ideal-int 20109pkg syscall (netbsd-amd64-cgo), const TIOCGSIZE ideal-int 20110pkg syscall (netbsd-amd64-cgo), const TIOCGWINSZ ideal-int 20111pkg syscall (netbsd-amd64-cgo), const TIOCMBIC ideal-int 20112pkg syscall (netbsd-amd64-cgo), const TIOCMBIS ideal-int 20113pkg syscall (netbsd-amd64-cgo), const TIOCMGET ideal-int 20114pkg syscall (netbsd-amd64-cgo), const TIOCMSET ideal-int 20115pkg syscall (netbsd-amd64-cgo), const TIOCM_CAR ideal-int 20116pkg syscall (netbsd-amd64-cgo), const TIOCM_CD ideal-int 20117pkg syscall (netbsd-amd64-cgo), const TIOCM_CTS ideal-int 20118pkg syscall (netbsd-amd64-cgo), const TIOCM_DSR ideal-int 20119pkg syscall (netbsd-amd64-cgo), const TIOCM_DTR ideal-int 20120pkg syscall (netbsd-amd64-cgo), const TIOCM_LE ideal-int 20121pkg syscall (netbsd-amd64-cgo), const TIOCM_RI ideal-int 20122pkg syscall (netbsd-amd64-cgo), const TIOCM_RNG ideal-int 20123pkg syscall (netbsd-amd64-cgo), const TIOCM_RTS ideal-int 20124pkg syscall (netbsd-amd64-cgo), const TIOCM_SR ideal-int 20125pkg syscall (netbsd-amd64-cgo), const TIOCM_ST ideal-int 20126pkg syscall (netbsd-amd64-cgo), const TIOCNOTTY ideal-int 20127pkg syscall (netbsd-amd64-cgo), const TIOCNXCL ideal-int 20128pkg syscall (netbsd-amd64-cgo), const TIOCOUTQ ideal-int 20129pkg syscall (netbsd-amd64-cgo), const TIOCPKT ideal-int 20130pkg syscall (netbsd-amd64-cgo), const TIOCPKT_DATA ideal-int 20131pkg syscall (netbsd-amd64-cgo), const TIOCPKT_DOSTOP ideal-int 20132pkg syscall (netbsd-amd64-cgo), const TIOCPKT_FLUSHREAD ideal-int 20133pkg syscall (netbsd-amd64-cgo), const TIOCPKT_FLUSHWRITE ideal-int 20134pkg syscall (netbsd-amd64-cgo), const TIOCPKT_IOCTL ideal-int 20135pkg syscall (netbsd-amd64-cgo), const TIOCPKT_NOSTOP ideal-int 20136pkg syscall (netbsd-amd64-cgo), const TIOCPKT_START ideal-int 20137pkg syscall (netbsd-amd64-cgo), const TIOCPKT_STOP ideal-int 20138pkg syscall (netbsd-amd64-cgo), const TIOCPTMGET ideal-int 20139pkg syscall (netbsd-amd64-cgo), const TIOCPTSNAME ideal-int 20140pkg syscall (netbsd-amd64-cgo), const TIOCRCVFRAME ideal-int 20141pkg syscall (netbsd-amd64-cgo), const TIOCREMOTE ideal-int 20142pkg syscall (netbsd-amd64-cgo), const TIOCSBRK ideal-int 20143pkg syscall (netbsd-amd64-cgo), const TIOCSCTTY ideal-int 20144pkg syscall (netbsd-amd64-cgo), const TIOCSDTR ideal-int 20145pkg syscall (netbsd-amd64-cgo), const TIOCSETA ideal-int 20146pkg syscall (netbsd-amd64-cgo), const TIOCSETAF ideal-int 20147pkg syscall (netbsd-amd64-cgo), const TIOCSETAW ideal-int 20148pkg syscall (netbsd-amd64-cgo), const TIOCSETD ideal-int 20149pkg syscall (netbsd-amd64-cgo), const TIOCSFLAGS ideal-int 20150pkg syscall (netbsd-amd64-cgo), const TIOCSIG ideal-int 20151pkg syscall (netbsd-amd64-cgo), const TIOCSLINED ideal-int 20152pkg syscall (netbsd-amd64-cgo), const TIOCSPGRP ideal-int 20153pkg syscall (netbsd-amd64-cgo), const TIOCSQSIZE ideal-int 20154pkg syscall (netbsd-amd64-cgo), const TIOCSSIZE ideal-int 20155pkg syscall (netbsd-amd64-cgo), const TIOCSTART ideal-int 20156pkg syscall (netbsd-amd64-cgo), const TIOCSTAT ideal-int 20157pkg syscall (netbsd-amd64-cgo), const TIOCSTI ideal-int 20158pkg syscall (netbsd-amd64-cgo), const TIOCSTOP ideal-int 20159pkg syscall (netbsd-amd64-cgo), const TIOCSWINSZ ideal-int 20160pkg syscall (netbsd-amd64-cgo), const TIOCUCNTL ideal-int 20161pkg syscall (netbsd-amd64-cgo), const TIOCXMTFRAME ideal-int 20162pkg syscall (netbsd-amd64-cgo), const TOSTOP ideal-int 20163pkg syscall (netbsd-amd64-cgo), const VDISCARD ideal-int 20164pkg syscall (netbsd-amd64-cgo), const VDSUSP ideal-int 20165pkg syscall (netbsd-amd64-cgo), const VEOF ideal-int 20166pkg syscall (netbsd-amd64-cgo), const VEOL ideal-int 20167pkg syscall (netbsd-amd64-cgo), const VEOL2 ideal-int 20168pkg syscall (netbsd-amd64-cgo), const VERASE ideal-int 20169pkg syscall (netbsd-amd64-cgo), const VINTR ideal-int 20170pkg syscall (netbsd-amd64-cgo), const VKILL ideal-int 20171pkg syscall (netbsd-amd64-cgo), const VLNEXT ideal-int 20172pkg syscall (netbsd-amd64-cgo), const VMIN ideal-int 20173pkg syscall (netbsd-amd64-cgo), const VQUIT ideal-int 20174pkg syscall (netbsd-amd64-cgo), const VREPRINT ideal-int 20175pkg syscall (netbsd-amd64-cgo), const VSTART ideal-int 20176pkg syscall (netbsd-amd64-cgo), const VSTATUS ideal-int 20177pkg syscall (netbsd-amd64-cgo), const VSTOP ideal-int 20178pkg syscall (netbsd-amd64-cgo), const VSUSP ideal-int 20179pkg syscall (netbsd-amd64-cgo), const VTIME ideal-int 20180pkg syscall (netbsd-amd64-cgo), const VWERASE ideal-int 20181pkg syscall (netbsd-amd64-cgo), const WALL ideal-int 20182pkg syscall (netbsd-amd64-cgo), const WALLSIG ideal-int 20183pkg syscall (netbsd-amd64-cgo), const WALTSIG ideal-int 20184pkg syscall (netbsd-amd64-cgo), const WCLONE ideal-int 20185pkg syscall (netbsd-amd64-cgo), const WCOREFLAG ideal-int 20186pkg syscall (netbsd-amd64-cgo), const WNOHANG ideal-int 20187pkg syscall (netbsd-amd64-cgo), const WNOWAIT ideal-int 20188pkg syscall (netbsd-amd64-cgo), const WNOZOMBIE ideal-int 20189pkg syscall (netbsd-amd64-cgo), const WOPTSCHECKED ideal-int 20190pkg syscall (netbsd-amd64-cgo), const WSTOPPED ideal-int 20191pkg syscall (netbsd-amd64-cgo), const WUNTRACED ideal-int 20192pkg syscall (netbsd-amd64-cgo), func Accept(int) (int, Sockaddr, error) 20193pkg syscall (netbsd-amd64-cgo), func Access(string, uint32) error 20194pkg syscall (netbsd-amd64-cgo), func Adjtime(*Timeval, *Timeval) error 20195pkg syscall (netbsd-amd64-cgo), func Bind(int, Sockaddr) error 20196pkg syscall (netbsd-amd64-cgo), func BpfBuflen(int) (int, error) 20197pkg syscall (netbsd-amd64-cgo), func BpfDatalink(int) (int, error) 20198pkg syscall (netbsd-amd64-cgo), func BpfHeadercmpl(int) (int, error) 20199pkg syscall (netbsd-amd64-cgo), func BpfInterface(int, string) (string, error) 20200pkg syscall (netbsd-amd64-cgo), func BpfJump(int, int, int, int) *BpfInsn 20201pkg syscall (netbsd-amd64-cgo), func BpfStats(int) (*BpfStat, error) 20202pkg syscall (netbsd-amd64-cgo), func BpfStmt(int, int) *BpfInsn 20203pkg syscall (netbsd-amd64-cgo), func BpfTimeout(int) (*Timeval, error) 20204pkg syscall (netbsd-amd64-cgo), func CheckBpfVersion(int) error 20205pkg syscall (netbsd-amd64-cgo), func Chflags(string, int) error 20206pkg syscall (netbsd-amd64-cgo), func Chroot(string) error 20207pkg syscall (netbsd-amd64-cgo), func Close(int) error 20208pkg syscall (netbsd-amd64-cgo), func CloseOnExec(int) 20209pkg syscall (netbsd-amd64-cgo), func CmsgLen(int) int 20210pkg syscall (netbsd-amd64-cgo), func CmsgSpace(int) int 20211pkg syscall (netbsd-amd64-cgo), func Connect(int, Sockaddr) error 20212pkg syscall (netbsd-amd64-cgo), func Dup(int) (int, error) 20213pkg syscall (netbsd-amd64-cgo), func Dup2(int, int) error 20214pkg syscall (netbsd-amd64-cgo), func Fchdir(int) error 20215pkg syscall (netbsd-amd64-cgo), func Fchflags(int, int) error 20216pkg syscall (netbsd-amd64-cgo), func Fchmod(int, uint32) error 20217pkg syscall (netbsd-amd64-cgo), func Fchown(int, int, int) error 20218pkg syscall (netbsd-amd64-cgo), func Flock(int, int) error 20219pkg syscall (netbsd-amd64-cgo), func FlushBpf(int) error 20220pkg syscall (netbsd-amd64-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) 20221pkg syscall (netbsd-amd64-cgo), func Fpathconf(int, int) (int, error) 20222pkg syscall (netbsd-amd64-cgo), func Fstat(int, *Stat_t) error 20223pkg syscall (netbsd-amd64-cgo), func Fsync(int) error 20224pkg syscall (netbsd-amd64-cgo), func Ftruncate(int, int64) error 20225pkg syscall (netbsd-amd64-cgo), func Futimes(int, []Timeval) error 20226pkg syscall (netbsd-amd64-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) 20227pkg syscall (netbsd-amd64-cgo), func Getpeername(int) (Sockaddr, error) 20228pkg syscall (netbsd-amd64-cgo), func Getpgid(int) (int, error) 20229pkg syscall (netbsd-amd64-cgo), func Getpgrp() int 20230pkg syscall (netbsd-amd64-cgo), func Getpriority(int, int) (int, error) 20231pkg syscall (netbsd-amd64-cgo), func Getrlimit(int, *Rlimit) error 20232pkg syscall (netbsd-amd64-cgo), func Getrusage(int, *Rusage) error 20233pkg syscall (netbsd-amd64-cgo), func Getsid(int) (int, error) 20234pkg syscall (netbsd-amd64-cgo), func Getsockname(int) (Sockaddr, error) 20235pkg syscall (netbsd-amd64-cgo), func GetsockoptByte(int, int, int) (uint8, error) 20236pkg syscall (netbsd-amd64-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 20237pkg syscall (netbsd-amd64-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) 20238pkg syscall (netbsd-amd64-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 20239pkg syscall (netbsd-amd64-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) 20240pkg syscall (netbsd-amd64-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) 20241pkg syscall (netbsd-amd64-cgo), func GetsockoptInt(int, int, int) (int, error) 20242pkg syscall (netbsd-amd64-cgo), func Issetugid() bool 20243pkg syscall (netbsd-amd64-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) 20244pkg syscall (netbsd-amd64-cgo), func Kill(int, Signal) error 20245pkg syscall (netbsd-amd64-cgo), func Kqueue() (int, error) 20246pkg syscall (netbsd-amd64-cgo), func Listen(int, int) error 20247pkg syscall (netbsd-amd64-cgo), func Lstat(string, *Stat_t) error 20248pkg syscall (netbsd-amd64-cgo), func Mkfifo(string, uint32) error 20249pkg syscall (netbsd-amd64-cgo), func Mknod(string, uint32, int) error 20250pkg syscall (netbsd-amd64-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) 20251pkg syscall (netbsd-amd64-cgo), func Munmap([]uint8) error 20252pkg syscall (netbsd-amd64-cgo), func Nanosleep(*Timespec, *Timespec) error 20253pkg syscall (netbsd-amd64-cgo), func Open(string, int, uint32) (int, error) 20254pkg syscall (netbsd-amd64-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) 20255pkg syscall (netbsd-amd64-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) 20256pkg syscall (netbsd-amd64-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) 20257pkg syscall (netbsd-amd64-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) 20258pkg syscall (netbsd-amd64-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) 20259pkg syscall (netbsd-amd64-cgo), func Pathconf(string, int) (int, error) 20260pkg syscall (netbsd-amd64-cgo), func Pipe([]int) error 20261pkg syscall (netbsd-amd64-cgo), func Pread(int, []uint8, int64) (int, error) 20262pkg syscall (netbsd-amd64-cgo), func Pwrite(int, []uint8, int64) (int, error) 20263pkg syscall (netbsd-amd64-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 20264pkg syscall (netbsd-amd64-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 20265pkg syscall (netbsd-amd64-cgo), func Read(int, []uint8) (int, error) 20266pkg syscall (netbsd-amd64-cgo), func ReadDirent(int, []uint8) (int, error) 20267pkg syscall (netbsd-amd64-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) 20268pkg syscall (netbsd-amd64-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) 20269pkg syscall (netbsd-amd64-cgo), func Revoke(string) error 20270pkg syscall (netbsd-amd64-cgo), func RouteRIB(int, int) ([]uint8, error) 20271pkg syscall (netbsd-amd64-cgo), func Seek(int, int64, int) (int64, error) 20272pkg syscall (netbsd-amd64-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error 20273pkg syscall (netbsd-amd64-cgo), func Sendfile(int, int, *int64, int) (int, error) 20274pkg syscall (netbsd-amd64-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error 20275pkg syscall (netbsd-amd64-cgo), func Sendto(int, []uint8, int, Sockaddr) error 20276pkg syscall (netbsd-amd64-cgo), func SetBpf(int, []BpfInsn) error 20277pkg syscall (netbsd-amd64-cgo), func SetBpfBuflen(int, int) (int, error) 20278pkg syscall (netbsd-amd64-cgo), func SetBpfDatalink(int, int) (int, error) 20279pkg syscall (netbsd-amd64-cgo), func SetBpfHeadercmpl(int, int) error 20280pkg syscall (netbsd-amd64-cgo), func SetBpfImmediate(int, int) error 20281pkg syscall (netbsd-amd64-cgo), func SetBpfInterface(int, string) error 20282pkg syscall (netbsd-amd64-cgo), func SetBpfPromisc(int, int) error 20283pkg syscall (netbsd-amd64-cgo), func SetBpfTimeout(int, *Timeval) error 20284pkg syscall (netbsd-amd64-cgo), func SetKevent(*Kevent_t, int, int, int) 20285pkg syscall (netbsd-amd64-cgo), func SetNonblock(int, bool) error 20286pkg syscall (netbsd-amd64-cgo), func Setegid(int) error 20287pkg syscall (netbsd-amd64-cgo), func Seteuid(int) error 20288pkg syscall (netbsd-amd64-cgo), func Setgid(int) error 20289pkg syscall (netbsd-amd64-cgo), func Setgroups([]int) error 20290pkg syscall (netbsd-amd64-cgo), func Setpgid(int, int) error 20291pkg syscall (netbsd-amd64-cgo), func Setpriority(int, int, int) error 20292pkg syscall (netbsd-amd64-cgo), func Setregid(int, int) error 20293pkg syscall (netbsd-amd64-cgo), func Setreuid(int, int) error 20294pkg syscall (netbsd-amd64-cgo), func Setrlimit(int, *Rlimit) error 20295pkg syscall (netbsd-amd64-cgo), func Setsid() (int, error) 20296pkg syscall (netbsd-amd64-cgo), func SetsockoptByte(int, int, int, uint8) error 20297pkg syscall (netbsd-amd64-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 20298pkg syscall (netbsd-amd64-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error 20299pkg syscall (netbsd-amd64-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error 20300pkg syscall (netbsd-amd64-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error 20301pkg syscall (netbsd-amd64-cgo), func SetsockoptInt(int, int, int, int) error 20302pkg syscall (netbsd-amd64-cgo), func SetsockoptLinger(int, int, int, *Linger) error 20303pkg syscall (netbsd-amd64-cgo), func SetsockoptString(int, int, int, string) error 20304pkg syscall (netbsd-amd64-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error 20305pkg syscall (netbsd-amd64-cgo), func Settimeofday(*Timeval) error 20306pkg syscall (netbsd-amd64-cgo), func Setuid(int) error 20307pkg syscall (netbsd-amd64-cgo), func Shutdown(int, int) error 20308pkg syscall (netbsd-amd64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) 20309pkg syscall (netbsd-amd64-cgo), func Socket(int, int, int) (int, error) 20310pkg syscall (netbsd-amd64-cgo), func Socketpair(int, int, int) ([2]int, error) 20311pkg syscall (netbsd-amd64-cgo), func Stat(string, *Stat_t) error 20312pkg syscall (netbsd-amd64-cgo), func StringSlicePtr([]string) []*uint8 20313pkg syscall (netbsd-amd64-cgo), func Sync() error 20314pkg syscall (netbsd-amd64-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 20315pkg syscall (netbsd-amd64-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 20316pkg syscall (netbsd-amd64-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 20317pkg syscall (netbsd-amd64-cgo), func Sysctl(string) (string, error) 20318pkg syscall (netbsd-amd64-cgo), func SysctlUint32(string) (uint32, error) 20319pkg syscall (netbsd-amd64-cgo), func TimevalToNsec(Timeval) int64 20320pkg syscall (netbsd-amd64-cgo), func Truncate(string, int64) error 20321pkg syscall (netbsd-amd64-cgo), func Umask(int) int 20322pkg syscall (netbsd-amd64-cgo), func UnixRights(...int) []uint8 20323pkg syscall (netbsd-amd64-cgo), func Unmount(string, int) error 20324pkg syscall (netbsd-amd64-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) 20325pkg syscall (netbsd-amd64-cgo), func Write(int, []uint8) (int, error) 20326pkg syscall (netbsd-amd64-cgo), method (*Cmsghdr) SetLen(int) 20327pkg syscall (netbsd-amd64-cgo), method (*Iovec) SetLen(int) 20328pkg syscall (netbsd-amd64-cgo), method (*Msghdr) SetControllen(int) 20329pkg syscall (netbsd-amd64-cgo), type BpfHdr struct 20330pkg syscall (netbsd-amd64-cgo), type BpfHdr struct, Caplen uint32 20331pkg syscall (netbsd-amd64-cgo), type BpfHdr struct, Datalen uint32 20332pkg syscall (netbsd-amd64-cgo), type BpfHdr struct, Hdrlen uint16 20333pkg syscall (netbsd-amd64-cgo), type BpfHdr struct, Pad_cgo_0 [6]uint8 20334pkg syscall (netbsd-amd64-cgo), type BpfHdr struct, Tstamp BpfTimeval 20335pkg syscall (netbsd-amd64-cgo), type BpfInsn struct 20336pkg syscall (netbsd-amd64-cgo), type BpfInsn struct, Code uint16 20337pkg syscall (netbsd-amd64-cgo), type BpfInsn struct, Jf uint8 20338pkg syscall (netbsd-amd64-cgo), type BpfInsn struct, Jt uint8 20339pkg syscall (netbsd-amd64-cgo), type BpfInsn struct, K uint32 20340pkg syscall (netbsd-amd64-cgo), type BpfProgram struct 20341pkg syscall (netbsd-amd64-cgo), type BpfProgram struct, Insns *BpfInsn 20342pkg syscall (netbsd-amd64-cgo), type BpfProgram struct, Len uint32 20343pkg syscall (netbsd-amd64-cgo), type BpfProgram struct, Pad_cgo_0 [4]uint8 20344pkg syscall (netbsd-amd64-cgo), type BpfStat struct 20345pkg syscall (netbsd-amd64-cgo), type BpfStat struct, Capt uint64 20346pkg syscall (netbsd-amd64-cgo), type BpfStat struct, Drop uint64 20347pkg syscall (netbsd-amd64-cgo), type BpfStat struct, Padding [13]uint64 20348pkg syscall (netbsd-amd64-cgo), type BpfStat struct, Recv uint64 20349pkg syscall (netbsd-amd64-cgo), type BpfTimeval struct 20350pkg syscall (netbsd-amd64-cgo), type BpfTimeval struct, Sec int64 20351pkg syscall (netbsd-amd64-cgo), type BpfTimeval struct, Usec int64 20352pkg syscall (netbsd-amd64-cgo), type BpfVersion struct 20353pkg syscall (netbsd-amd64-cgo), type BpfVersion struct, Major uint16 20354pkg syscall (netbsd-amd64-cgo), type BpfVersion struct, Minor uint16 20355pkg syscall (netbsd-amd64-cgo), type Cmsghdr struct 20356pkg syscall (netbsd-amd64-cgo), type Cmsghdr struct, Len uint32 20357pkg syscall (netbsd-amd64-cgo), type Cmsghdr struct, Level int32 20358pkg syscall (netbsd-amd64-cgo), type Cmsghdr struct, Type int32 20359pkg syscall (netbsd-amd64-cgo), type Credential struct 20360pkg syscall (netbsd-amd64-cgo), type Credential struct, Gid uint32 20361pkg syscall (netbsd-amd64-cgo), type Credential struct, Groups []uint32 20362pkg syscall (netbsd-amd64-cgo), type Credential struct, Uid uint32 20363pkg syscall (netbsd-amd64-cgo), type Dirent struct 20364pkg syscall (netbsd-amd64-cgo), type Dirent struct, Fileno uint64 20365pkg syscall (netbsd-amd64-cgo), type Dirent struct, Name [512]int8 20366pkg syscall (netbsd-amd64-cgo), type Dirent struct, Namlen uint16 20367pkg syscall (netbsd-amd64-cgo), type Dirent struct, Pad_cgo_0 [3]uint8 20368pkg syscall (netbsd-amd64-cgo), type Dirent struct, Reclen uint16 20369pkg syscall (netbsd-amd64-cgo), type Dirent struct, Type uint8 20370pkg syscall (netbsd-amd64-cgo), type FdSet struct 20371pkg syscall (netbsd-amd64-cgo), type FdSet struct, Bits [8]uint32 20372pkg syscall (netbsd-amd64-cgo), type Flock_t struct 20373pkg syscall (netbsd-amd64-cgo), type Flock_t struct, Len int64 20374pkg syscall (netbsd-amd64-cgo), type Flock_t struct, Pid int32 20375pkg syscall (netbsd-amd64-cgo), type Flock_t struct, Start int64 20376pkg syscall (netbsd-amd64-cgo), type Flock_t struct, Type int16 20377pkg syscall (netbsd-amd64-cgo), type Flock_t struct, Whence int16 20378pkg syscall (netbsd-amd64-cgo), type Fsid struct 20379pkg syscall (netbsd-amd64-cgo), type Fsid struct, X__fsid_val [2]int32 20380pkg syscall (netbsd-amd64-cgo), type ICMPv6Filter struct 20381pkg syscall (netbsd-amd64-cgo), type ICMPv6Filter struct, Filt [8]uint32 20382pkg syscall (netbsd-amd64-cgo), type IPv6MTUInfo struct 20383pkg syscall (netbsd-amd64-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 20384pkg syscall (netbsd-amd64-cgo), type IPv6MTUInfo struct, Mtu uint32 20385pkg syscall (netbsd-amd64-cgo), type IfAnnounceMsghdr struct 20386pkg syscall (netbsd-amd64-cgo), type IfAnnounceMsghdr struct, Index uint16 20387pkg syscall (netbsd-amd64-cgo), type IfAnnounceMsghdr struct, Msglen uint16 20388pkg syscall (netbsd-amd64-cgo), type IfAnnounceMsghdr struct, Name [16]int8 20389pkg syscall (netbsd-amd64-cgo), type IfAnnounceMsghdr struct, Type uint8 20390pkg syscall (netbsd-amd64-cgo), type IfAnnounceMsghdr struct, Version uint8 20391pkg syscall (netbsd-amd64-cgo), type IfAnnounceMsghdr struct, What uint16 20392pkg syscall (netbsd-amd64-cgo), type IfData struct 20393pkg syscall (netbsd-amd64-cgo), type IfData struct, Addrlen uint8 20394pkg syscall (netbsd-amd64-cgo), type IfData struct, Baudrate uint64 20395pkg syscall (netbsd-amd64-cgo), type IfData struct, Collisions uint64 20396pkg syscall (netbsd-amd64-cgo), type IfData struct, Hdrlen uint8 20397pkg syscall (netbsd-amd64-cgo), type IfData struct, Ibytes uint64 20398pkg syscall (netbsd-amd64-cgo), type IfData struct, Ierrors uint64 20399pkg syscall (netbsd-amd64-cgo), type IfData struct, Imcasts uint64 20400pkg syscall (netbsd-amd64-cgo), type IfData struct, Ipackets uint64 20401pkg syscall (netbsd-amd64-cgo), type IfData struct, Iqdrops uint64 20402pkg syscall (netbsd-amd64-cgo), type IfData struct, Lastchange Timespec 20403pkg syscall (netbsd-amd64-cgo), type IfData struct, Link_state int32 20404pkg syscall (netbsd-amd64-cgo), type IfData struct, Metric uint64 20405pkg syscall (netbsd-amd64-cgo), type IfData struct, Mtu uint64 20406pkg syscall (netbsd-amd64-cgo), type IfData struct, Noproto uint64 20407pkg syscall (netbsd-amd64-cgo), type IfData struct, Obytes uint64 20408pkg syscall (netbsd-amd64-cgo), type IfData struct, Oerrors uint64 20409pkg syscall (netbsd-amd64-cgo), type IfData struct, Omcasts uint64 20410pkg syscall (netbsd-amd64-cgo), type IfData struct, Opackets uint64 20411pkg syscall (netbsd-amd64-cgo), type IfData struct, Pad_cgo_0 [1]uint8 20412pkg syscall (netbsd-amd64-cgo), type IfData struct, Type uint8 20413pkg syscall (netbsd-amd64-cgo), type IfMsghdr struct 20414pkg syscall (netbsd-amd64-cgo), type IfMsghdr struct, Addrs int32 20415pkg syscall (netbsd-amd64-cgo), type IfMsghdr struct, Data IfData 20416pkg syscall (netbsd-amd64-cgo), type IfMsghdr struct, Flags int32 20417pkg syscall (netbsd-amd64-cgo), type IfMsghdr struct, Index uint16 20418pkg syscall (netbsd-amd64-cgo), type IfMsghdr struct, Msglen uint16 20419pkg syscall (netbsd-amd64-cgo), type IfMsghdr struct, Pad_cgo_0 [2]uint8 20420pkg syscall (netbsd-amd64-cgo), type IfMsghdr struct, Type uint8 20421pkg syscall (netbsd-amd64-cgo), type IfMsghdr struct, Version uint8 20422pkg syscall (netbsd-amd64-cgo), type IfaMsghdr struct 20423pkg syscall (netbsd-amd64-cgo), type IfaMsghdr struct, Addrs int32 20424pkg syscall (netbsd-amd64-cgo), type IfaMsghdr struct, Flags int32 20425pkg syscall (netbsd-amd64-cgo), type IfaMsghdr struct, Index uint16 20426pkg syscall (netbsd-amd64-cgo), type IfaMsghdr struct, Metric int32 20427pkg syscall (netbsd-amd64-cgo), type IfaMsghdr struct, Msglen uint16 20428pkg syscall (netbsd-amd64-cgo), type IfaMsghdr struct, Pad_cgo_0 [6]uint8 20429pkg syscall (netbsd-amd64-cgo), type IfaMsghdr struct, Type uint8 20430pkg syscall (netbsd-amd64-cgo), type IfaMsghdr struct, Version uint8 20431pkg syscall (netbsd-amd64-cgo), type Inet6Pktinfo struct 20432pkg syscall (netbsd-amd64-cgo), type Inet6Pktinfo struct, Addr [16]uint8 20433pkg syscall (netbsd-amd64-cgo), type Inet6Pktinfo struct, Ifindex uint32 20434pkg syscall (netbsd-amd64-cgo), type InterfaceAddrMessage struct 20435pkg syscall (netbsd-amd64-cgo), type InterfaceAddrMessage struct, Data []uint8 20436pkg syscall (netbsd-amd64-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr 20437pkg syscall (netbsd-amd64-cgo), type InterfaceAnnounceMessage struct 20438pkg syscall (netbsd-amd64-cgo), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr 20439pkg syscall (netbsd-amd64-cgo), type InterfaceMessage struct 20440pkg syscall (netbsd-amd64-cgo), type InterfaceMessage struct, Data []uint8 20441pkg syscall (netbsd-amd64-cgo), type InterfaceMessage struct, Header IfMsghdr 20442pkg syscall (netbsd-amd64-cgo), type Iovec struct 20443pkg syscall (netbsd-amd64-cgo), type Iovec struct, Base *uint8 20444pkg syscall (netbsd-amd64-cgo), type Iovec struct, Len uint64 20445pkg syscall (netbsd-amd64-cgo), type Kevent_t struct 20446pkg syscall (netbsd-amd64-cgo), type Kevent_t struct, Data int64 20447pkg syscall (netbsd-amd64-cgo), type Kevent_t struct, Fflags uint32 20448pkg syscall (netbsd-amd64-cgo), type Kevent_t struct, Filter uint32 20449pkg syscall (netbsd-amd64-cgo), type Kevent_t struct, Flags uint32 20450pkg syscall (netbsd-amd64-cgo), type Kevent_t struct, Ident uint64 20451pkg syscall (netbsd-amd64-cgo), type Kevent_t struct, Pad_cgo_0 [4]uint8 20452pkg syscall (netbsd-amd64-cgo), type Kevent_t struct, Udata int64 20453pkg syscall (netbsd-amd64-cgo), type Mclpool [0]uint8 20454pkg syscall (netbsd-amd64-cgo), type Msghdr struct 20455pkg syscall (netbsd-amd64-cgo), type Msghdr struct, Control *uint8 20456pkg syscall (netbsd-amd64-cgo), type Msghdr struct, Controllen uint32 20457pkg syscall (netbsd-amd64-cgo), type Msghdr struct, Flags int32 20458pkg syscall (netbsd-amd64-cgo), type Msghdr struct, Iov *Iovec 20459pkg syscall (netbsd-amd64-cgo), type Msghdr struct, Iovlen int32 20460pkg syscall (netbsd-amd64-cgo), type Msghdr struct, Name *uint8 20461pkg syscall (netbsd-amd64-cgo), type Msghdr struct, Namelen uint32 20462pkg syscall (netbsd-amd64-cgo), type Msghdr struct, Pad_cgo_0 [4]uint8 20463pkg syscall (netbsd-amd64-cgo), type Msghdr struct, Pad_cgo_1 [4]uint8 20464pkg syscall (netbsd-amd64-cgo), type RawSockaddr struct, Data [14]int8 20465pkg syscall (netbsd-amd64-cgo), type RawSockaddr struct, Family uint8 20466pkg syscall (netbsd-amd64-cgo), type RawSockaddr struct, Len uint8 20467pkg syscall (netbsd-amd64-cgo), type RawSockaddrAny struct, Pad [92]int8 20468pkg syscall (netbsd-amd64-cgo), type RawSockaddrDatalink struct 20469pkg syscall (netbsd-amd64-cgo), type RawSockaddrDatalink struct, Alen uint8 20470pkg syscall (netbsd-amd64-cgo), type RawSockaddrDatalink struct, Data [12]int8 20471pkg syscall (netbsd-amd64-cgo), type RawSockaddrDatalink struct, Family uint8 20472pkg syscall (netbsd-amd64-cgo), type RawSockaddrDatalink struct, Index uint16 20473pkg syscall (netbsd-amd64-cgo), type RawSockaddrDatalink struct, Len uint8 20474pkg syscall (netbsd-amd64-cgo), type RawSockaddrDatalink struct, Nlen uint8 20475pkg syscall (netbsd-amd64-cgo), type RawSockaddrDatalink struct, Slen uint8 20476pkg syscall (netbsd-amd64-cgo), type RawSockaddrDatalink struct, Type uint8 20477pkg syscall (netbsd-amd64-cgo), type RawSockaddrInet4 struct, Family uint8 20478pkg syscall (netbsd-amd64-cgo), type RawSockaddrInet4 struct, Len uint8 20479pkg syscall (netbsd-amd64-cgo), type RawSockaddrInet4 struct, Zero [8]int8 20480pkg syscall (netbsd-amd64-cgo), type RawSockaddrInet6 struct, Family uint8 20481pkg syscall (netbsd-amd64-cgo), type RawSockaddrInet6 struct, Len uint8 20482pkg syscall (netbsd-amd64-cgo), type RawSockaddrUnix struct 20483pkg syscall (netbsd-amd64-cgo), type RawSockaddrUnix struct, Family uint8 20484pkg syscall (netbsd-amd64-cgo), type RawSockaddrUnix struct, Len uint8 20485pkg syscall (netbsd-amd64-cgo), type RawSockaddrUnix struct, Path [104]int8 20486pkg syscall (netbsd-amd64-cgo), type Rlimit struct 20487pkg syscall (netbsd-amd64-cgo), type Rlimit struct, Cur uint64 20488pkg syscall (netbsd-amd64-cgo), type Rlimit struct, Max uint64 20489pkg syscall (netbsd-amd64-cgo), type RouteMessage struct 20490pkg syscall (netbsd-amd64-cgo), type RouteMessage struct, Data []uint8 20491pkg syscall (netbsd-amd64-cgo), type RouteMessage struct, Header RtMsghdr 20492pkg syscall (netbsd-amd64-cgo), type RoutingMessage interface, unexported methods 20493pkg syscall (netbsd-amd64-cgo), type RtMetrics struct 20494pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Expire int64 20495pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Hopcount uint64 20496pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Locks uint64 20497pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Mtu uint64 20498pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Pksent int64 20499pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Recvpipe uint64 20500pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Rtt uint64 20501pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Rttvar uint64 20502pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Sendpipe uint64 20503pkg syscall (netbsd-amd64-cgo), type RtMetrics struct, Ssthresh uint64 20504pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct 20505pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Addrs int32 20506pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Errno int32 20507pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Flags int32 20508pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Index uint16 20509pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Inits int32 20510pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Msglen uint16 20511pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8 20512pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Pad_cgo_1 [4]uint8 20513pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Pid int32 20514pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Rmx RtMetrics 20515pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Seq int32 20516pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Type uint8 20517pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Use int32 20518pkg syscall (netbsd-amd64-cgo), type RtMsghdr struct, Version uint8 20519pkg syscall (netbsd-amd64-cgo), type Rusage struct, Idrss int64 20520pkg syscall (netbsd-amd64-cgo), type Rusage struct, Inblock int64 20521pkg syscall (netbsd-amd64-cgo), type Rusage struct, Isrss int64 20522pkg syscall (netbsd-amd64-cgo), type Rusage struct, Ixrss int64 20523pkg syscall (netbsd-amd64-cgo), type Rusage struct, Majflt int64 20524pkg syscall (netbsd-amd64-cgo), type Rusage struct, Maxrss int64 20525pkg syscall (netbsd-amd64-cgo), type Rusage struct, Minflt int64 20526pkg syscall (netbsd-amd64-cgo), type Rusage struct, Msgrcv int64 20527pkg syscall (netbsd-amd64-cgo), type Rusage struct, Msgsnd int64 20528pkg syscall (netbsd-amd64-cgo), type Rusage struct, Nivcsw int64 20529pkg syscall (netbsd-amd64-cgo), type Rusage struct, Nsignals int64 20530pkg syscall (netbsd-amd64-cgo), type Rusage struct, Nswap int64 20531pkg syscall (netbsd-amd64-cgo), type Rusage struct, Nvcsw int64 20532pkg syscall (netbsd-amd64-cgo), type Rusage struct, Oublock int64 20533pkg syscall (netbsd-amd64-cgo), type Rusage struct, Stime Timeval 20534pkg syscall (netbsd-amd64-cgo), type Rusage struct, Utime Timeval 20535pkg syscall (netbsd-amd64-cgo), type SockaddrDatalink struct 20536pkg syscall (netbsd-amd64-cgo), type SockaddrDatalink struct, Alen uint8 20537pkg syscall (netbsd-amd64-cgo), type SockaddrDatalink struct, Data [12]int8 20538pkg syscall (netbsd-amd64-cgo), type SockaddrDatalink struct, Family uint8 20539pkg syscall (netbsd-amd64-cgo), type SockaddrDatalink struct, Index uint16 20540pkg syscall (netbsd-amd64-cgo), type SockaddrDatalink struct, Len uint8 20541pkg syscall (netbsd-amd64-cgo), type SockaddrDatalink struct, Nlen uint8 20542pkg syscall (netbsd-amd64-cgo), type SockaddrDatalink struct, Slen uint8 20543pkg syscall (netbsd-amd64-cgo), type SockaddrDatalink struct, Type uint8 20544pkg syscall (netbsd-amd64-cgo), type SocketControlMessage struct 20545pkg syscall (netbsd-amd64-cgo), type SocketControlMessage struct, Data []uint8 20546pkg syscall (netbsd-amd64-cgo), type SocketControlMessage struct, Header Cmsghdr 20547pkg syscall (netbsd-amd64-cgo), type Stat_t struct 20548pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Atimespec Timespec 20549pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Birthtimespec Timespec 20550pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Blksize uint32 20551pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Blocks int64 20552pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Ctimespec Timespec 20553pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Dev uint64 20554pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Flags uint32 20555pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Gen uint32 20556pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Gid uint32 20557pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Ino uint64 20558pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Mode uint32 20559pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Mtimespec Timespec 20560pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Nlink uint32 20561pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Pad_cgo_0 [4]uint8 20562pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Pad_cgo_1 [4]uint8 20563pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Pad_cgo_2 [4]uint8 20564pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Rdev uint64 20565pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Size int64 20566pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Spare [2]uint32 20567pkg syscall (netbsd-amd64-cgo), type Stat_t struct, Uid uint32 20568pkg syscall (netbsd-amd64-cgo), type Statfs_t [0]uint8 20569pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Chroot string 20570pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Credential *Credential 20571pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Noctty bool 20572pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Ptrace bool 20573pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Setctty bool 20574pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Setpgid bool 20575pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Setsid bool 20576pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct 20577pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, Flags uint32 20578pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, Name [32]int8 20579pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, Num int32 20580pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, Un [16]uint8 20581pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, Ver uint32 20582pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, X__rsvd uint32 20583pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, X_sysctl_desc [8]uint8 20584pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, X_sysctl_func [8]uint8 20585pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, X_sysctl_parent [8]uint8 20586pkg syscall (netbsd-amd64-cgo), type Sysctlnode struct, X_sysctl_size [8]uint8 20587pkg syscall (netbsd-amd64-cgo), type Timespec struct, Nsec int64 20588pkg syscall (netbsd-amd64-cgo), type Timespec struct, Sec int64 20589pkg syscall (netbsd-amd64-cgo), type Timeval struct, Pad_cgo_0 [4]uint8 20590pkg syscall (netbsd-amd64-cgo), type Timeval struct, Sec int64 20591pkg syscall (netbsd-amd64-cgo), type Timeval struct, Usec int32 20592pkg syscall (netbsd-amd64-cgo), type WaitStatus uint32 20593pkg syscall (netbsd-amd64-cgo), var Stderr int 20594pkg syscall (netbsd-amd64-cgo), var Stdin int 20595pkg syscall (netbsd-amd64-cgo), var Stdout int 20596pkg syscall (netbsd-arm), const AF_APPLETALK ideal-int 20597pkg syscall (netbsd-arm), const AF_ARP ideal-int 20598pkg syscall (netbsd-arm), const AF_BLUETOOTH ideal-int 20599pkg syscall (netbsd-arm), const AF_CCITT ideal-int 20600pkg syscall (netbsd-arm), const AF_CHAOS ideal-int 20601pkg syscall (netbsd-arm), const AF_CNT ideal-int 20602pkg syscall (netbsd-arm), const AF_COIP ideal-int 20603pkg syscall (netbsd-arm), const AF_DATAKIT ideal-int 20604pkg syscall (netbsd-arm), const AF_DECnet ideal-int 20605pkg syscall (netbsd-arm), const AF_DLI ideal-int 20606pkg syscall (netbsd-arm), const AF_E164 ideal-int 20607pkg syscall (netbsd-arm), const AF_ECMA ideal-int 20608pkg syscall (netbsd-arm), const AF_HYLINK ideal-int 20609pkg syscall (netbsd-arm), const AF_IEEE80211 ideal-int 20610pkg syscall (netbsd-arm), const AF_IMPLINK ideal-int 20611pkg syscall (netbsd-arm), const AF_IPX ideal-int 20612pkg syscall (netbsd-arm), const AF_ISDN ideal-int 20613pkg syscall (netbsd-arm), const AF_ISO ideal-int 20614pkg syscall (netbsd-arm), const AF_LAT ideal-int 20615pkg syscall (netbsd-arm), const AF_LINK ideal-int 20616pkg syscall (netbsd-arm), const AF_LOCAL ideal-int 20617pkg syscall (netbsd-arm), const AF_MAX ideal-int 20618pkg syscall (netbsd-arm), const AF_MPLS ideal-int 20619pkg syscall (netbsd-arm), const AF_NATM ideal-int 20620pkg syscall (netbsd-arm), const AF_NS ideal-int 20621pkg syscall (netbsd-arm), const AF_OROUTE ideal-int 20622pkg syscall (netbsd-arm), const AF_OSI ideal-int 20623pkg syscall (netbsd-arm), const AF_PUP ideal-int 20624pkg syscall (netbsd-arm), const AF_ROUTE ideal-int 20625pkg syscall (netbsd-arm), const AF_SNA ideal-int 20626pkg syscall (netbsd-arm), const ARPHRD_ARCNET ideal-int 20627pkg syscall (netbsd-arm), const ARPHRD_ETHER ideal-int 20628pkg syscall (netbsd-arm), const ARPHRD_FRELAY ideal-int 20629pkg syscall (netbsd-arm), const ARPHRD_IEEE1394 ideal-int 20630pkg syscall (netbsd-arm), const ARPHRD_IEEE802 ideal-int 20631pkg syscall (netbsd-arm), const ARPHRD_STRIP ideal-int 20632pkg syscall (netbsd-arm), const B0 ideal-int 20633pkg syscall (netbsd-arm), const B110 ideal-int 20634pkg syscall (netbsd-arm), const B115200 ideal-int 20635pkg syscall (netbsd-arm), const B1200 ideal-int 20636pkg syscall (netbsd-arm), const B134 ideal-int 20637pkg syscall (netbsd-arm), const B14400 ideal-int 20638pkg syscall (netbsd-arm), const B150 ideal-int 20639pkg syscall (netbsd-arm), const B1800 ideal-int 20640pkg syscall (netbsd-arm), const B19200 ideal-int 20641pkg syscall (netbsd-arm), const B200 ideal-int 20642pkg syscall (netbsd-arm), const B230400 ideal-int 20643pkg syscall (netbsd-arm), const B2400 ideal-int 20644pkg syscall (netbsd-arm), const B28800 ideal-int 20645pkg syscall (netbsd-arm), const B300 ideal-int 20646pkg syscall (netbsd-arm), const B38400 ideal-int 20647pkg syscall (netbsd-arm), const B460800 ideal-int 20648pkg syscall (netbsd-arm), const B4800 ideal-int 20649pkg syscall (netbsd-arm), const B50 ideal-int 20650pkg syscall (netbsd-arm), const B57600 ideal-int 20651pkg syscall (netbsd-arm), const B600 ideal-int 20652pkg syscall (netbsd-arm), const B7200 ideal-int 20653pkg syscall (netbsd-arm), const B75 ideal-int 20654pkg syscall (netbsd-arm), const B76800 ideal-int 20655pkg syscall (netbsd-arm), const B921600 ideal-int 20656pkg syscall (netbsd-arm), const B9600 ideal-int 20657pkg syscall (netbsd-arm), const BIOCFEEDBACK ideal-int 20658pkg syscall (netbsd-arm), const BIOCFLUSH ideal-int 20659pkg syscall (netbsd-arm), const BIOCGBLEN ideal-int 20660pkg syscall (netbsd-arm), const BIOCGDLT ideal-int 20661pkg syscall (netbsd-arm), const BIOCGDLTLIST ideal-int 20662pkg syscall (netbsd-arm), const BIOCGETIF ideal-int 20663pkg syscall (netbsd-arm), const BIOCGFEEDBACK ideal-int 20664pkg syscall (netbsd-arm), const BIOCGHDRCMPLT ideal-int 20665pkg syscall (netbsd-arm), const BIOCGRTIMEOUT ideal-int 20666pkg syscall (netbsd-arm), const BIOCGSEESENT ideal-int 20667pkg syscall (netbsd-arm), const BIOCGSTATS ideal-int 20668pkg syscall (netbsd-arm), const BIOCGSTATSOLD ideal-int 20669pkg syscall (netbsd-arm), const BIOCIMMEDIATE ideal-int 20670pkg syscall (netbsd-arm), const BIOCPROMISC ideal-int 20671pkg syscall (netbsd-arm), const BIOCSBLEN ideal-int 20672pkg syscall (netbsd-arm), const BIOCSDLT ideal-int 20673pkg syscall (netbsd-arm), const BIOCSETF ideal-int 20674pkg syscall (netbsd-arm), const BIOCSETIF ideal-int 20675pkg syscall (netbsd-arm), const BIOCSFEEDBACK ideal-int 20676pkg syscall (netbsd-arm), const BIOCSHDRCMPLT ideal-int 20677pkg syscall (netbsd-arm), const BIOCSRTIMEOUT ideal-int 20678pkg syscall (netbsd-arm), const BIOCSSEESENT ideal-int 20679pkg syscall (netbsd-arm), const BIOCSTCPF ideal-int 20680pkg syscall (netbsd-arm), const BIOCSUDPF ideal-int 20681pkg syscall (netbsd-arm), const BIOCVERSION ideal-int 20682pkg syscall (netbsd-arm), const BPF_A ideal-int 20683pkg syscall (netbsd-arm), const BPF_ABS ideal-int 20684pkg syscall (netbsd-arm), const BPF_ADD ideal-int 20685pkg syscall (netbsd-arm), const BPF_ALIGNMENT ideal-int 20686pkg syscall (netbsd-arm), const BPF_ALIGNMENT32 ideal-int 20687pkg syscall (netbsd-arm), const BPF_ALU ideal-int 20688pkg syscall (netbsd-arm), const BPF_AND ideal-int 20689pkg syscall (netbsd-arm), const BPF_B ideal-int 20690pkg syscall (netbsd-arm), const BPF_DFLTBUFSIZE ideal-int 20691pkg syscall (netbsd-arm), const BPF_DIV ideal-int 20692pkg syscall (netbsd-arm), const BPF_H ideal-int 20693pkg syscall (netbsd-arm), const BPF_IMM ideal-int 20694pkg syscall (netbsd-arm), const BPF_IND ideal-int 20695pkg syscall (netbsd-arm), const BPF_JA ideal-int 20696pkg syscall (netbsd-arm), const BPF_JEQ ideal-int 20697pkg syscall (netbsd-arm), const BPF_JGE ideal-int 20698pkg syscall (netbsd-arm), const BPF_JGT ideal-int 20699pkg syscall (netbsd-arm), const BPF_JMP ideal-int 20700pkg syscall (netbsd-arm), const BPF_JSET ideal-int 20701pkg syscall (netbsd-arm), const BPF_K ideal-int 20702pkg syscall (netbsd-arm), const BPF_LD ideal-int 20703pkg syscall (netbsd-arm), const BPF_LDX ideal-int 20704pkg syscall (netbsd-arm), const BPF_LEN ideal-int 20705pkg syscall (netbsd-arm), const BPF_LSH ideal-int 20706pkg syscall (netbsd-arm), const BPF_MAJOR_VERSION ideal-int 20707pkg syscall (netbsd-arm), const BPF_MAXBUFSIZE ideal-int 20708pkg syscall (netbsd-arm), const BPF_MAXINSNS ideal-int 20709pkg syscall (netbsd-arm), const BPF_MEM ideal-int 20710pkg syscall (netbsd-arm), const BPF_MEMWORDS ideal-int 20711pkg syscall (netbsd-arm), const BPF_MINBUFSIZE ideal-int 20712pkg syscall (netbsd-arm), const BPF_MINOR_VERSION ideal-int 20713pkg syscall (netbsd-arm), const BPF_MISC ideal-int 20714pkg syscall (netbsd-arm), const BPF_MSH ideal-int 20715pkg syscall (netbsd-arm), const BPF_MUL ideal-int 20716pkg syscall (netbsd-arm), const BPF_NEG ideal-int 20717pkg syscall (netbsd-arm), const BPF_OR ideal-int 20718pkg syscall (netbsd-arm), const BPF_RELEASE ideal-int 20719pkg syscall (netbsd-arm), const BPF_RET ideal-int 20720pkg syscall (netbsd-arm), const BPF_RSH ideal-int 20721pkg syscall (netbsd-arm), const BPF_ST ideal-int 20722pkg syscall (netbsd-arm), const BPF_STX ideal-int 20723pkg syscall (netbsd-arm), const BPF_SUB ideal-int 20724pkg syscall (netbsd-arm), const BPF_TAX ideal-int 20725pkg syscall (netbsd-arm), const BPF_TXA ideal-int 20726pkg syscall (netbsd-arm), const BPF_W ideal-int 20727pkg syscall (netbsd-arm), const BPF_X ideal-int 20728pkg syscall (netbsd-arm), const BRKINT ideal-int 20729pkg syscall (netbsd-arm), const CFLUSH ideal-int 20730pkg syscall (netbsd-arm), const CLOCAL ideal-int 20731pkg syscall (netbsd-arm), const CREAD ideal-int 20732pkg syscall (netbsd-arm), const CS5 ideal-int 20733pkg syscall (netbsd-arm), const CS6 ideal-int 20734pkg syscall (netbsd-arm), const CS7 ideal-int 20735pkg syscall (netbsd-arm), const CS8 ideal-int 20736pkg syscall (netbsd-arm), const CSIZE ideal-int 20737pkg syscall (netbsd-arm), const CSTART ideal-int 20738pkg syscall (netbsd-arm), const CSTATUS ideal-int 20739pkg syscall (netbsd-arm), const CSTOP ideal-int 20740pkg syscall (netbsd-arm), const CSTOPB ideal-int 20741pkg syscall (netbsd-arm), const CSUSP ideal-int 20742pkg syscall (netbsd-arm), const CTL_MAXNAME ideal-int 20743pkg syscall (netbsd-arm), const CTL_NET ideal-int 20744pkg syscall (netbsd-arm), const CTL_QUERY ideal-int 20745pkg syscall (netbsd-arm), const DIOCBSFLUSH ideal-int 20746pkg syscall (netbsd-arm), const DLT_A429 ideal-int 20747pkg syscall (netbsd-arm), const DLT_A653_ICM ideal-int 20748pkg syscall (netbsd-arm), const DLT_AIRONET_HEADER ideal-int 20749pkg syscall (netbsd-arm), const DLT_AOS ideal-int 20750pkg syscall (netbsd-arm), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int 20751pkg syscall (netbsd-arm), const DLT_ARCNET ideal-int 20752pkg syscall (netbsd-arm), const DLT_ARCNET_LINUX ideal-int 20753pkg syscall (netbsd-arm), const DLT_ATM_CLIP ideal-int 20754pkg syscall (netbsd-arm), const DLT_ATM_RFC1483 ideal-int 20755pkg syscall (netbsd-arm), const DLT_AURORA ideal-int 20756pkg syscall (netbsd-arm), const DLT_AX25 ideal-int 20757pkg syscall (netbsd-arm), const DLT_AX25_KISS ideal-int 20758pkg syscall (netbsd-arm), const DLT_BACNET_MS_TP ideal-int 20759pkg syscall (netbsd-arm), const DLT_BLUETOOTH_HCI_H4 ideal-int 20760pkg syscall (netbsd-arm), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int 20761pkg syscall (netbsd-arm), const DLT_CAN20B ideal-int 20762pkg syscall (netbsd-arm), const DLT_CAN_SOCKETCAN ideal-int 20763pkg syscall (netbsd-arm), const DLT_CHAOS ideal-int 20764pkg syscall (netbsd-arm), const DLT_CISCO_IOS ideal-int 20765pkg syscall (netbsd-arm), const DLT_C_HDLC ideal-int 20766pkg syscall (netbsd-arm), const DLT_C_HDLC_WITH_DIR ideal-int 20767pkg syscall (netbsd-arm), const DLT_DECT ideal-int 20768pkg syscall (netbsd-arm), const DLT_DOCSIS ideal-int 20769pkg syscall (netbsd-arm), const DLT_ECONET ideal-int 20770pkg syscall (netbsd-arm), const DLT_EN10MB ideal-int 20771pkg syscall (netbsd-arm), const DLT_EN3MB ideal-int 20772pkg syscall (netbsd-arm), const DLT_ENC ideal-int 20773pkg syscall (netbsd-arm), const DLT_ERF ideal-int 20774pkg syscall (netbsd-arm), const DLT_ERF_ETH ideal-int 20775pkg syscall (netbsd-arm), const DLT_ERF_POS ideal-int 20776pkg syscall (netbsd-arm), const DLT_FC_2 ideal-int 20777pkg syscall (netbsd-arm), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int 20778pkg syscall (netbsd-arm), const DLT_FDDI ideal-int 20779pkg syscall (netbsd-arm), const DLT_FLEXRAY ideal-int 20780pkg syscall (netbsd-arm), const DLT_FRELAY ideal-int 20781pkg syscall (netbsd-arm), const DLT_FRELAY_WITH_DIR ideal-int 20782pkg syscall (netbsd-arm), const DLT_GCOM_SERIAL ideal-int 20783pkg syscall (netbsd-arm), const DLT_GCOM_T1E1 ideal-int 20784pkg syscall (netbsd-arm), const DLT_GPF_F ideal-int 20785pkg syscall (netbsd-arm), const DLT_GPF_T ideal-int 20786pkg syscall (netbsd-arm), const DLT_GPRS_LLC ideal-int 20787pkg syscall (netbsd-arm), const DLT_GSMTAP_ABIS ideal-int 20788pkg syscall (netbsd-arm), const DLT_GSMTAP_UM ideal-int 20789pkg syscall (netbsd-arm), const DLT_HDLC ideal-int 20790pkg syscall (netbsd-arm), const DLT_HHDLC ideal-int 20791pkg syscall (netbsd-arm), const DLT_HIPPI ideal-int 20792pkg syscall (netbsd-arm), const DLT_IBM_SN ideal-int 20793pkg syscall (netbsd-arm), const DLT_IBM_SP ideal-int 20794pkg syscall (netbsd-arm), const DLT_IEEE802 ideal-int 20795pkg syscall (netbsd-arm), const DLT_IEEE802_11 ideal-int 20796pkg syscall (netbsd-arm), const DLT_IEEE802_11_RADIO ideal-int 20797pkg syscall (netbsd-arm), const DLT_IEEE802_11_RADIO_AVS ideal-int 20798pkg syscall (netbsd-arm), const DLT_IEEE802_15_4 ideal-int 20799pkg syscall (netbsd-arm), const DLT_IEEE802_15_4_LINUX ideal-int 20800pkg syscall (netbsd-arm), const DLT_IEEE802_15_4_NONASK_PHY ideal-int 20801pkg syscall (netbsd-arm), const DLT_IEEE802_16_MAC_CPS ideal-int 20802pkg syscall (netbsd-arm), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int 20803pkg syscall (netbsd-arm), const DLT_IPMB ideal-int 20804pkg syscall (netbsd-arm), const DLT_IPMB_LINUX ideal-int 20805pkg syscall (netbsd-arm), const DLT_IPNET ideal-int 20806pkg syscall (netbsd-arm), const DLT_IPV4 ideal-int 20807pkg syscall (netbsd-arm), const DLT_IPV6 ideal-int 20808pkg syscall (netbsd-arm), const DLT_IP_OVER_FC ideal-int 20809pkg syscall (netbsd-arm), const DLT_JUNIPER_ATM1 ideal-int 20810pkg syscall (netbsd-arm), const DLT_JUNIPER_ATM2 ideal-int 20811pkg syscall (netbsd-arm), const DLT_JUNIPER_CHDLC ideal-int 20812pkg syscall (netbsd-arm), const DLT_JUNIPER_ES ideal-int 20813pkg syscall (netbsd-arm), const DLT_JUNIPER_ETHER ideal-int 20814pkg syscall (netbsd-arm), const DLT_JUNIPER_FRELAY ideal-int 20815pkg syscall (netbsd-arm), const DLT_JUNIPER_GGSN ideal-int 20816pkg syscall (netbsd-arm), const DLT_JUNIPER_ISM ideal-int 20817pkg syscall (netbsd-arm), const DLT_JUNIPER_MFR ideal-int 20818pkg syscall (netbsd-arm), const DLT_JUNIPER_MLFR ideal-int 20819pkg syscall (netbsd-arm), const DLT_JUNIPER_MLPPP ideal-int 20820pkg syscall (netbsd-arm), const DLT_JUNIPER_MONITOR ideal-int 20821pkg syscall (netbsd-arm), const DLT_JUNIPER_PIC_PEER ideal-int 20822pkg syscall (netbsd-arm), const DLT_JUNIPER_PPP ideal-int 20823pkg syscall (netbsd-arm), const DLT_JUNIPER_PPPOE ideal-int 20824pkg syscall (netbsd-arm), const DLT_JUNIPER_PPPOE_ATM ideal-int 20825pkg syscall (netbsd-arm), const DLT_JUNIPER_SERVICES ideal-int 20826pkg syscall (netbsd-arm), const DLT_JUNIPER_ST ideal-int 20827pkg syscall (netbsd-arm), const DLT_JUNIPER_VP ideal-int 20828pkg syscall (netbsd-arm), const DLT_LAPB_WITH_DIR ideal-int 20829pkg syscall (netbsd-arm), const DLT_LAPD ideal-int 20830pkg syscall (netbsd-arm), const DLT_LIN ideal-int 20831pkg syscall (netbsd-arm), const DLT_LINUX_EVDEV ideal-int 20832pkg syscall (netbsd-arm), const DLT_LINUX_IRDA ideal-int 20833pkg syscall (netbsd-arm), const DLT_LINUX_LAPD ideal-int 20834pkg syscall (netbsd-arm), const DLT_LINUX_SLL ideal-int 20835pkg syscall (netbsd-arm), const DLT_LOOP ideal-int 20836pkg syscall (netbsd-arm), const DLT_LTALK ideal-int 20837pkg syscall (netbsd-arm), const DLT_MFR ideal-int 20838pkg syscall (netbsd-arm), const DLT_MOST ideal-int 20839pkg syscall (netbsd-arm), const DLT_MPLS ideal-int 20840pkg syscall (netbsd-arm), const DLT_MTP2 ideal-int 20841pkg syscall (netbsd-arm), const DLT_MTP2_WITH_PHDR ideal-int 20842pkg syscall (netbsd-arm), const DLT_MTP3 ideal-int 20843pkg syscall (netbsd-arm), const DLT_NULL ideal-int 20844pkg syscall (netbsd-arm), const DLT_PCI_EXP ideal-int 20845pkg syscall (netbsd-arm), const DLT_PFLOG ideal-int 20846pkg syscall (netbsd-arm), const DLT_PFSYNC ideal-int 20847pkg syscall (netbsd-arm), const DLT_PPI ideal-int 20848pkg syscall (netbsd-arm), const DLT_PPP ideal-int 20849pkg syscall (netbsd-arm), const DLT_PPP_BSDOS ideal-int 20850pkg syscall (netbsd-arm), const DLT_PPP_ETHER ideal-int 20851pkg syscall (netbsd-arm), const DLT_PPP_PPPD ideal-int 20852pkg syscall (netbsd-arm), const DLT_PPP_SERIAL ideal-int 20853pkg syscall (netbsd-arm), const DLT_PPP_WITH_DIR ideal-int 20854pkg syscall (netbsd-arm), const DLT_PRISM_HEADER ideal-int 20855pkg syscall (netbsd-arm), const DLT_PRONET ideal-int 20856pkg syscall (netbsd-arm), const DLT_RAIF1 ideal-int 20857pkg syscall (netbsd-arm), const DLT_RAW ideal-int 20858pkg syscall (netbsd-arm), const DLT_RAWAF_MASK ideal-int 20859pkg syscall (netbsd-arm), const DLT_RIO ideal-int 20860pkg syscall (netbsd-arm), const DLT_SCCP ideal-int 20861pkg syscall (netbsd-arm), const DLT_SITA ideal-int 20862pkg syscall (netbsd-arm), const DLT_SLIP ideal-int 20863pkg syscall (netbsd-arm), const DLT_SLIP_BSDOS ideal-int 20864pkg syscall (netbsd-arm), const DLT_SUNATM ideal-int 20865pkg syscall (netbsd-arm), const DLT_SYMANTEC_FIREWALL ideal-int 20866pkg syscall (netbsd-arm), const DLT_TZSP ideal-int 20867pkg syscall (netbsd-arm), const DLT_USB ideal-int 20868pkg syscall (netbsd-arm), const DLT_USB_LINUX ideal-int 20869pkg syscall (netbsd-arm), const DLT_USB_LINUX_MMAPPED ideal-int 20870pkg syscall (netbsd-arm), const DLT_WIHART ideal-int 20871pkg syscall (netbsd-arm), const DLT_X2E_SERIAL ideal-int 20872pkg syscall (netbsd-arm), const DLT_X2E_XORAYA ideal-int 20873pkg syscall (netbsd-arm), const DT_BLK ideal-int 20874pkg syscall (netbsd-arm), const DT_CHR ideal-int 20875pkg syscall (netbsd-arm), const DT_DIR ideal-int 20876pkg syscall (netbsd-arm), const DT_FIFO ideal-int 20877pkg syscall (netbsd-arm), const DT_LNK ideal-int 20878pkg syscall (netbsd-arm), const DT_REG ideal-int 20879pkg syscall (netbsd-arm), const DT_SOCK ideal-int 20880pkg syscall (netbsd-arm), const DT_UNKNOWN ideal-int 20881pkg syscall (netbsd-arm), const DT_WHT ideal-int 20882pkg syscall (netbsd-arm), const EAUTH Errno 20883pkg syscall (netbsd-arm), const EBADMSG Errno 20884pkg syscall (netbsd-arm), const EBADRPC Errno 20885pkg syscall (netbsd-arm), const ECHO ideal-int 20886pkg syscall (netbsd-arm), const ECHOCTL ideal-int 20887pkg syscall (netbsd-arm), const ECHOE ideal-int 20888pkg syscall (netbsd-arm), const ECHOK ideal-int 20889pkg syscall (netbsd-arm), const ECHOKE ideal-int 20890pkg syscall (netbsd-arm), const ECHONL ideal-int 20891pkg syscall (netbsd-arm), const ECHOPRT ideal-int 20892pkg syscall (netbsd-arm), const EFTYPE Errno 20893pkg syscall (netbsd-arm), const ELAST Errno 20894pkg syscall (netbsd-arm), const EMULTIHOP Errno 20895pkg syscall (netbsd-arm), const EMUL_LINUX ideal-int 20896pkg syscall (netbsd-arm), const EMUL_LINUX32 ideal-int 20897pkg syscall (netbsd-arm), const EMUL_MAXID ideal-int 20898pkg syscall (netbsd-arm), const ENEEDAUTH Errno 20899pkg syscall (netbsd-arm), const ENOATTR Errno 20900pkg syscall (netbsd-arm), const ENODATA Errno 20901pkg syscall (netbsd-arm), const ENOLINK Errno 20902pkg syscall (netbsd-arm), const ENOSR Errno 20903pkg syscall (netbsd-arm), const ENOSTR Errno 20904pkg syscall (netbsd-arm), const EPROCLIM Errno 20905pkg syscall (netbsd-arm), const EPROCUNAVAIL Errno 20906pkg syscall (netbsd-arm), const EPROGMISMATCH Errno 20907pkg syscall (netbsd-arm), const EPROGUNAVAIL Errno 20908pkg syscall (netbsd-arm), const EPROTO Errno 20909pkg syscall (netbsd-arm), const ERPCMISMATCH Errno 20910pkg syscall (netbsd-arm), const ETHERCAP_JUMBO_MTU ideal-int 20911pkg syscall (netbsd-arm), const ETHERCAP_VLAN_HWTAGGING ideal-int 20912pkg syscall (netbsd-arm), const ETHERCAP_VLAN_MTU ideal-int 20913pkg syscall (netbsd-arm), const ETHERMIN ideal-int 20914pkg syscall (netbsd-arm), const ETHERMTU ideal-int 20915pkg syscall (netbsd-arm), const ETHERMTU_JUMBO ideal-int 20916pkg syscall (netbsd-arm), const ETHERTYPE_8023 ideal-int 20917pkg syscall (netbsd-arm), const ETHERTYPE_AARP ideal-int 20918pkg syscall (netbsd-arm), const ETHERTYPE_ACCTON ideal-int 20919pkg syscall (netbsd-arm), const ETHERTYPE_AEONIC ideal-int 20920pkg syscall (netbsd-arm), const ETHERTYPE_ALPHA ideal-int 20921pkg syscall (netbsd-arm), const ETHERTYPE_AMBER ideal-int 20922pkg syscall (netbsd-arm), const ETHERTYPE_AMOEBA ideal-int 20923pkg syscall (netbsd-arm), const ETHERTYPE_APOLLO ideal-int 20924pkg syscall (netbsd-arm), const ETHERTYPE_APOLLODOMAIN ideal-int 20925pkg syscall (netbsd-arm), const ETHERTYPE_APPLETALK ideal-int 20926pkg syscall (netbsd-arm), const ETHERTYPE_APPLITEK ideal-int 20927pkg syscall (netbsd-arm), const ETHERTYPE_ARGONAUT ideal-int 20928pkg syscall (netbsd-arm), const ETHERTYPE_ARP ideal-int 20929pkg syscall (netbsd-arm), const ETHERTYPE_AT ideal-int 20930pkg syscall (netbsd-arm), const ETHERTYPE_ATALK ideal-int 20931pkg syscall (netbsd-arm), const ETHERTYPE_ATOMIC ideal-int 20932pkg syscall (netbsd-arm), const ETHERTYPE_ATT ideal-int 20933pkg syscall (netbsd-arm), const ETHERTYPE_ATTSTANFORD ideal-int 20934pkg syscall (netbsd-arm), const ETHERTYPE_AUTOPHON ideal-int 20935pkg syscall (netbsd-arm), const ETHERTYPE_AXIS ideal-int 20936pkg syscall (netbsd-arm), const ETHERTYPE_BCLOOP ideal-int 20937pkg syscall (netbsd-arm), const ETHERTYPE_BOFL ideal-int 20938pkg syscall (netbsd-arm), const ETHERTYPE_CABLETRON ideal-int 20939pkg syscall (netbsd-arm), const ETHERTYPE_CHAOS ideal-int 20940pkg syscall (netbsd-arm), const ETHERTYPE_COMDESIGN ideal-int 20941pkg syscall (netbsd-arm), const ETHERTYPE_COMPUGRAPHIC ideal-int 20942pkg syscall (netbsd-arm), const ETHERTYPE_COUNTERPOINT ideal-int 20943pkg syscall (netbsd-arm), const ETHERTYPE_CRONUS ideal-int 20944pkg syscall (netbsd-arm), const ETHERTYPE_CRONUSVLN ideal-int 20945pkg syscall (netbsd-arm), const ETHERTYPE_DCA ideal-int 20946pkg syscall (netbsd-arm), const ETHERTYPE_DDE ideal-int 20947pkg syscall (netbsd-arm), const ETHERTYPE_DEBNI ideal-int 20948pkg syscall (netbsd-arm), const ETHERTYPE_DECAM ideal-int 20949pkg syscall (netbsd-arm), const ETHERTYPE_DECCUST ideal-int 20950pkg syscall (netbsd-arm), const ETHERTYPE_DECDIAG ideal-int 20951pkg syscall (netbsd-arm), const ETHERTYPE_DECDNS ideal-int 20952pkg syscall (netbsd-arm), const ETHERTYPE_DECDTS ideal-int 20953pkg syscall (netbsd-arm), const ETHERTYPE_DECEXPER ideal-int 20954pkg syscall (netbsd-arm), const ETHERTYPE_DECLAST ideal-int 20955pkg syscall (netbsd-arm), const ETHERTYPE_DECLTM ideal-int 20956pkg syscall (netbsd-arm), const ETHERTYPE_DECMUMPS ideal-int 20957pkg syscall (netbsd-arm), const ETHERTYPE_DECNETBIOS ideal-int 20958pkg syscall (netbsd-arm), const ETHERTYPE_DELTACON ideal-int 20959pkg syscall (netbsd-arm), const ETHERTYPE_DIDDLE ideal-int 20960pkg syscall (netbsd-arm), const ETHERTYPE_DLOG1 ideal-int 20961pkg syscall (netbsd-arm), const ETHERTYPE_DLOG2 ideal-int 20962pkg syscall (netbsd-arm), const ETHERTYPE_DN ideal-int 20963pkg syscall (netbsd-arm), const ETHERTYPE_DOGFIGHT ideal-int 20964pkg syscall (netbsd-arm), const ETHERTYPE_DSMD ideal-int 20965pkg syscall (netbsd-arm), const ETHERTYPE_ECMA ideal-int 20966pkg syscall (netbsd-arm), const ETHERTYPE_ENCRYPT ideal-int 20967pkg syscall (netbsd-arm), const ETHERTYPE_ES ideal-int 20968pkg syscall (netbsd-arm), const ETHERTYPE_EXCELAN ideal-int 20969pkg syscall (netbsd-arm), const ETHERTYPE_EXPERDATA ideal-int 20970pkg syscall (netbsd-arm), const ETHERTYPE_FLIP ideal-int 20971pkg syscall (netbsd-arm), const ETHERTYPE_FLOWCONTROL ideal-int 20972pkg syscall (netbsd-arm), const ETHERTYPE_FRARP ideal-int 20973pkg syscall (netbsd-arm), const ETHERTYPE_GENDYN ideal-int 20974pkg syscall (netbsd-arm), const ETHERTYPE_HAYES ideal-int 20975pkg syscall (netbsd-arm), const ETHERTYPE_HIPPI_FP ideal-int 20976pkg syscall (netbsd-arm), const ETHERTYPE_HITACHI ideal-int 20977pkg syscall (netbsd-arm), const ETHERTYPE_HP ideal-int 20978pkg syscall (netbsd-arm), const ETHERTYPE_IEEEPUP ideal-int 20979pkg syscall (netbsd-arm), const ETHERTYPE_IEEEPUPAT ideal-int 20980pkg syscall (netbsd-arm), const ETHERTYPE_IMLBL ideal-int 20981pkg syscall (netbsd-arm), const ETHERTYPE_IMLBLDIAG ideal-int 20982pkg syscall (netbsd-arm), const ETHERTYPE_IP ideal-int 20983pkg syscall (netbsd-arm), const ETHERTYPE_IPAS ideal-int 20984pkg syscall (netbsd-arm), const ETHERTYPE_IPV6 ideal-int 20985pkg syscall (netbsd-arm), const ETHERTYPE_IPX ideal-int 20986pkg syscall (netbsd-arm), const ETHERTYPE_IPXNEW ideal-int 20987pkg syscall (netbsd-arm), const ETHERTYPE_KALPANA ideal-int 20988pkg syscall (netbsd-arm), const ETHERTYPE_LANBRIDGE ideal-int 20989pkg syscall (netbsd-arm), const ETHERTYPE_LANPROBE ideal-int 20990pkg syscall (netbsd-arm), const ETHERTYPE_LAT ideal-int 20991pkg syscall (netbsd-arm), const ETHERTYPE_LBACK ideal-int 20992pkg syscall (netbsd-arm), const ETHERTYPE_LITTLE ideal-int 20993pkg syscall (netbsd-arm), const ETHERTYPE_LOGICRAFT ideal-int 20994pkg syscall (netbsd-arm), const ETHERTYPE_LOOPBACK ideal-int 20995pkg syscall (netbsd-arm), const ETHERTYPE_MATRA ideal-int 20996pkg syscall (netbsd-arm), const ETHERTYPE_MAX ideal-int 20997pkg syscall (netbsd-arm), const ETHERTYPE_MERIT ideal-int 20998pkg syscall (netbsd-arm), const ETHERTYPE_MICP ideal-int 20999pkg syscall (netbsd-arm), const ETHERTYPE_MOPDL ideal-int 21000pkg syscall (netbsd-arm), const ETHERTYPE_MOPRC ideal-int 21001pkg syscall (netbsd-arm), const ETHERTYPE_MOTOROLA ideal-int 21002pkg syscall (netbsd-arm), const ETHERTYPE_MPLS ideal-int 21003pkg syscall (netbsd-arm), const ETHERTYPE_MPLS_MCAST ideal-int 21004pkg syscall (netbsd-arm), const ETHERTYPE_MUMPS ideal-int 21005pkg syscall (netbsd-arm), const ETHERTYPE_NBPCC ideal-int 21006pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLAIM ideal-int 21007pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLREQ ideal-int 21008pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLRSP ideal-int 21009pkg syscall (netbsd-arm), const ETHERTYPE_NBPCREQ ideal-int 21010pkg syscall (netbsd-arm), const ETHERTYPE_NBPCRSP ideal-int 21011pkg syscall (netbsd-arm), const ETHERTYPE_NBPDG ideal-int 21012pkg syscall (netbsd-arm), const ETHERTYPE_NBPDGB ideal-int 21013pkg syscall (netbsd-arm), const ETHERTYPE_NBPDLTE ideal-int 21014pkg syscall (netbsd-arm), const ETHERTYPE_NBPRAR ideal-int 21015pkg syscall (netbsd-arm), const ETHERTYPE_NBPRAS ideal-int 21016pkg syscall (netbsd-arm), const ETHERTYPE_NBPRST ideal-int 21017pkg syscall (netbsd-arm), const ETHERTYPE_NBPSCD ideal-int 21018pkg syscall (netbsd-arm), const ETHERTYPE_NBPVCD ideal-int 21019pkg syscall (netbsd-arm), const ETHERTYPE_NBS ideal-int 21020pkg syscall (netbsd-arm), const ETHERTYPE_NCD ideal-int 21021pkg syscall (netbsd-arm), const ETHERTYPE_NESTAR ideal-int 21022pkg syscall (netbsd-arm), const ETHERTYPE_NETBEUI ideal-int 21023pkg syscall (netbsd-arm), const ETHERTYPE_NOVELL ideal-int 21024pkg syscall (netbsd-arm), const ETHERTYPE_NS ideal-int 21025pkg syscall (netbsd-arm), const ETHERTYPE_NSAT ideal-int 21026pkg syscall (netbsd-arm), const ETHERTYPE_NSCOMPAT ideal-int 21027pkg syscall (netbsd-arm), const ETHERTYPE_NTRAILER ideal-int 21028pkg syscall (netbsd-arm), const ETHERTYPE_OS9 ideal-int 21029pkg syscall (netbsd-arm), const ETHERTYPE_OS9NET ideal-int 21030pkg syscall (netbsd-arm), const ETHERTYPE_PACER ideal-int 21031pkg syscall (netbsd-arm), const ETHERTYPE_PAE ideal-int 21032pkg syscall (netbsd-arm), const ETHERTYPE_PCS ideal-int 21033pkg syscall (netbsd-arm), const ETHERTYPE_PLANNING ideal-int 21034pkg syscall (netbsd-arm), const ETHERTYPE_PPP ideal-int 21035pkg syscall (netbsd-arm), const ETHERTYPE_PPPOE ideal-int 21036pkg syscall (netbsd-arm), const ETHERTYPE_PPPOEDISC ideal-int 21037pkg syscall (netbsd-arm), const ETHERTYPE_PRIMENTS ideal-int 21038pkg syscall (netbsd-arm), const ETHERTYPE_PUP ideal-int 21039pkg syscall (netbsd-arm), const ETHERTYPE_PUPAT ideal-int 21040pkg syscall (netbsd-arm), const ETHERTYPE_RACAL ideal-int 21041pkg syscall (netbsd-arm), const ETHERTYPE_RATIONAL ideal-int 21042pkg syscall (netbsd-arm), const ETHERTYPE_RAWFR ideal-int 21043pkg syscall (netbsd-arm), const ETHERTYPE_RCL ideal-int 21044pkg syscall (netbsd-arm), const ETHERTYPE_RDP ideal-int 21045pkg syscall (netbsd-arm), const ETHERTYPE_RETIX ideal-int 21046pkg syscall (netbsd-arm), const ETHERTYPE_REVARP ideal-int 21047pkg syscall (netbsd-arm), const ETHERTYPE_SCA ideal-int 21048pkg syscall (netbsd-arm), const ETHERTYPE_SECTRA ideal-int 21049pkg syscall (netbsd-arm), const ETHERTYPE_SECUREDATA ideal-int 21050pkg syscall (netbsd-arm), const ETHERTYPE_SGITW ideal-int 21051pkg syscall (netbsd-arm), const ETHERTYPE_SG_BOUNCE ideal-int 21052pkg syscall (netbsd-arm), const ETHERTYPE_SG_DIAG ideal-int 21053pkg syscall (netbsd-arm), const ETHERTYPE_SG_NETGAMES ideal-int 21054pkg syscall (netbsd-arm), const ETHERTYPE_SG_RESV ideal-int 21055pkg syscall (netbsd-arm), const ETHERTYPE_SIMNET ideal-int 21056pkg syscall (netbsd-arm), const ETHERTYPE_SLOWPROTOCOLS ideal-int 21057pkg syscall (netbsd-arm), const ETHERTYPE_SNA ideal-int 21058pkg syscall (netbsd-arm), const ETHERTYPE_SNMP ideal-int 21059pkg syscall (netbsd-arm), const ETHERTYPE_SONIX ideal-int 21060pkg syscall (netbsd-arm), const ETHERTYPE_SPIDER ideal-int 21061pkg syscall (netbsd-arm), const ETHERTYPE_SPRITE ideal-int 21062pkg syscall (netbsd-arm), const ETHERTYPE_STP ideal-int 21063pkg syscall (netbsd-arm), const ETHERTYPE_TALARIS ideal-int 21064pkg syscall (netbsd-arm), const ETHERTYPE_TALARISMC ideal-int 21065pkg syscall (netbsd-arm), const ETHERTYPE_TCPCOMP ideal-int 21066pkg syscall (netbsd-arm), const ETHERTYPE_TCPSM ideal-int 21067pkg syscall (netbsd-arm), const ETHERTYPE_TEC ideal-int 21068pkg syscall (netbsd-arm), const ETHERTYPE_TIGAN ideal-int 21069pkg syscall (netbsd-arm), const ETHERTYPE_TRAIL ideal-int 21070pkg syscall (netbsd-arm), const ETHERTYPE_TRANSETHER ideal-int 21071pkg syscall (netbsd-arm), const ETHERTYPE_TYMSHARE ideal-int 21072pkg syscall (netbsd-arm), const ETHERTYPE_UBBST ideal-int 21073pkg syscall (netbsd-arm), const ETHERTYPE_UBDEBUG ideal-int 21074pkg syscall (netbsd-arm), const ETHERTYPE_UBDIAGLOOP ideal-int 21075pkg syscall (netbsd-arm), const ETHERTYPE_UBDL ideal-int 21076pkg syscall (netbsd-arm), const ETHERTYPE_UBNIU ideal-int 21077pkg syscall (netbsd-arm), const ETHERTYPE_UBNMC ideal-int 21078pkg syscall (netbsd-arm), const ETHERTYPE_VALID ideal-int 21079pkg syscall (netbsd-arm), const ETHERTYPE_VARIAN ideal-int 21080pkg syscall (netbsd-arm), const ETHERTYPE_VAXELN ideal-int 21081pkg syscall (netbsd-arm), const ETHERTYPE_VEECO ideal-int 21082pkg syscall (netbsd-arm), const ETHERTYPE_VEXP ideal-int 21083pkg syscall (netbsd-arm), const ETHERTYPE_VGLAB ideal-int 21084pkg syscall (netbsd-arm), const ETHERTYPE_VINES ideal-int 21085pkg syscall (netbsd-arm), const ETHERTYPE_VINESECHO ideal-int 21086pkg syscall (netbsd-arm), const ETHERTYPE_VINESLOOP ideal-int 21087pkg syscall (netbsd-arm), const ETHERTYPE_VITAL ideal-int 21088pkg syscall (netbsd-arm), const ETHERTYPE_VLAN ideal-int 21089pkg syscall (netbsd-arm), const ETHERTYPE_VLTLMAN ideal-int 21090pkg syscall (netbsd-arm), const ETHERTYPE_VPROD ideal-int 21091pkg syscall (netbsd-arm), const ETHERTYPE_VURESERVED ideal-int 21092pkg syscall (netbsd-arm), const ETHERTYPE_WATERLOO ideal-int 21093pkg syscall (netbsd-arm), const ETHERTYPE_WELLFLEET ideal-int 21094pkg syscall (netbsd-arm), const ETHERTYPE_X25 ideal-int 21095pkg syscall (netbsd-arm), const ETHERTYPE_X75 ideal-int 21096pkg syscall (netbsd-arm), const ETHERTYPE_XNSSM ideal-int 21097pkg syscall (netbsd-arm), const ETHERTYPE_XTP ideal-int 21098pkg syscall (netbsd-arm), const ETHER_ADDR_LEN ideal-int 21099pkg syscall (netbsd-arm), const ETHER_CRC_LEN ideal-int 21100pkg syscall (netbsd-arm), const ETHER_CRC_POLY_BE ideal-int 21101pkg syscall (netbsd-arm), const ETHER_CRC_POLY_LE ideal-int 21102pkg syscall (netbsd-arm), const ETHER_HDR_LEN ideal-int 21103pkg syscall (netbsd-arm), const ETHER_MAX_LEN ideal-int 21104pkg syscall (netbsd-arm), const ETHER_MAX_LEN_JUMBO ideal-int 21105pkg syscall (netbsd-arm), const ETHER_MIN_LEN ideal-int 21106pkg syscall (netbsd-arm), const ETHER_PPPOE_ENCAP_LEN ideal-int 21107pkg syscall (netbsd-arm), const ETHER_TYPE_LEN ideal-int 21108pkg syscall (netbsd-arm), const ETHER_VLAN_ENCAP_LEN ideal-int 21109pkg syscall (netbsd-arm), const ETIME Errno 21110pkg syscall (netbsd-arm), const EVFILT_AIO ideal-int 21111pkg syscall (netbsd-arm), const EVFILT_PROC ideal-int 21112pkg syscall (netbsd-arm), const EVFILT_READ ideal-int 21113pkg syscall (netbsd-arm), const EVFILT_SIGNAL ideal-int 21114pkg syscall (netbsd-arm), const EVFILT_SYSCOUNT ideal-int 21115pkg syscall (netbsd-arm), const EVFILT_TIMER ideal-int 21116pkg syscall (netbsd-arm), const EVFILT_VNODE ideal-int 21117pkg syscall (netbsd-arm), const EVFILT_WRITE ideal-int 21118pkg syscall (netbsd-arm), const EV_ADD ideal-int 21119pkg syscall (netbsd-arm), const EV_CLEAR ideal-int 21120pkg syscall (netbsd-arm), const EV_DELETE ideal-int 21121pkg syscall (netbsd-arm), const EV_DISABLE ideal-int 21122pkg syscall (netbsd-arm), const EV_ENABLE ideal-int 21123pkg syscall (netbsd-arm), const EV_EOF ideal-int 21124pkg syscall (netbsd-arm), const EV_ERROR ideal-int 21125pkg syscall (netbsd-arm), const EV_FLAG1 ideal-int 21126pkg syscall (netbsd-arm), const EV_ONESHOT ideal-int 21127pkg syscall (netbsd-arm), const EV_SYSFLAGS ideal-int 21128pkg syscall (netbsd-arm), const EXTA ideal-int 21129pkg syscall (netbsd-arm), const EXTB ideal-int 21130pkg syscall (netbsd-arm), const EXTPROC ideal-int 21131pkg syscall (netbsd-arm), const FD_CLOEXEC ideal-int 21132pkg syscall (netbsd-arm), const FD_SETSIZE ideal-int 21133pkg syscall (netbsd-arm), const FLUSHO ideal-int 21134pkg syscall (netbsd-arm), const F_CLOSEM ideal-int 21135pkg syscall (netbsd-arm), const F_DUPFD ideal-int 21136pkg syscall (netbsd-arm), const F_DUPFD_CLOEXEC ideal-int 21137pkg syscall (netbsd-arm), const F_FSCTL ideal-int 21138pkg syscall (netbsd-arm), const F_FSDIRMASK ideal-int 21139pkg syscall (netbsd-arm), const F_FSIN ideal-int 21140pkg syscall (netbsd-arm), const F_FSINOUT ideal-int 21141pkg syscall (netbsd-arm), const F_FSOUT ideal-int 21142pkg syscall (netbsd-arm), const F_FSPRIV ideal-int 21143pkg syscall (netbsd-arm), const F_FSVOID ideal-int 21144pkg syscall (netbsd-arm), const F_GETFD ideal-int 21145pkg syscall (netbsd-arm), const F_GETFL ideal-int 21146pkg syscall (netbsd-arm), const F_GETLK ideal-int 21147pkg syscall (netbsd-arm), const F_GETNOSIGPIPE ideal-int 21148pkg syscall (netbsd-arm), const F_GETOWN ideal-int 21149pkg syscall (netbsd-arm), const F_MAXFD ideal-int 21150pkg syscall (netbsd-arm), const F_OK ideal-int 21151pkg syscall (netbsd-arm), const F_PARAM_MASK ideal-int 21152pkg syscall (netbsd-arm), const F_PARAM_MAX ideal-int 21153pkg syscall (netbsd-arm), const F_RDLCK ideal-int 21154pkg syscall (netbsd-arm), const F_SETFD ideal-int 21155pkg syscall (netbsd-arm), const F_SETFL ideal-int 21156pkg syscall (netbsd-arm), const F_SETLK ideal-int 21157pkg syscall (netbsd-arm), const F_SETLKW ideal-int 21158pkg syscall (netbsd-arm), const F_SETNOSIGPIPE ideal-int 21159pkg syscall (netbsd-arm), const F_SETOWN ideal-int 21160pkg syscall (netbsd-arm), const F_UNLCK ideal-int 21161pkg syscall (netbsd-arm), const F_WRLCK ideal-int 21162pkg syscall (netbsd-arm), const HUPCL ideal-int 21163pkg syscall (netbsd-arm), const ICANON ideal-int 21164pkg syscall (netbsd-arm), const ICMP6_FILTER = 18 21165pkg syscall (netbsd-arm), const ICMP6_FILTER ideal-int 21166pkg syscall (netbsd-arm), const ICRNL ideal-int 21167pkg syscall (netbsd-arm), const IEXTEN ideal-int 21168pkg syscall (netbsd-arm), const IFAN_ARRIVAL ideal-int 21169pkg syscall (netbsd-arm), const IFAN_DEPARTURE ideal-int 21170pkg syscall (netbsd-arm), const IFA_ROUTE ideal-int 21171pkg syscall (netbsd-arm), const IFF_ALLMULTI ideal-int 21172pkg syscall (netbsd-arm), const IFF_CANTCHANGE ideal-int 21173pkg syscall (netbsd-arm), const IFF_DEBUG ideal-int 21174pkg syscall (netbsd-arm), const IFF_LINK0 ideal-int 21175pkg syscall (netbsd-arm), const IFF_LINK1 ideal-int 21176pkg syscall (netbsd-arm), const IFF_LINK2 ideal-int 21177pkg syscall (netbsd-arm), const IFF_NOARP ideal-int 21178pkg syscall (netbsd-arm), const IFF_NOTRAILERS ideal-int 21179pkg syscall (netbsd-arm), const IFF_OACTIVE ideal-int 21180pkg syscall (netbsd-arm), const IFF_POINTOPOINT ideal-int 21181pkg syscall (netbsd-arm), const IFF_PROMISC ideal-int 21182pkg syscall (netbsd-arm), const IFF_RUNNING ideal-int 21183pkg syscall (netbsd-arm), const IFF_SIMPLEX ideal-int 21184pkg syscall (netbsd-arm), const IFNAMSIZ ideal-int 21185pkg syscall (netbsd-arm), const IFT_1822 ideal-int 21186pkg syscall (netbsd-arm), const IFT_A12MPPSWITCH ideal-int 21187pkg syscall (netbsd-arm), const IFT_AAL2 ideal-int 21188pkg syscall (netbsd-arm), const IFT_AAL5 ideal-int 21189pkg syscall (netbsd-arm), const IFT_ADSL ideal-int 21190pkg syscall (netbsd-arm), const IFT_AFLANE8023 ideal-int 21191pkg syscall (netbsd-arm), const IFT_AFLANE8025 ideal-int 21192pkg syscall (netbsd-arm), const IFT_ARAP ideal-int 21193pkg syscall (netbsd-arm), const IFT_ARCNET ideal-int 21194pkg syscall (netbsd-arm), const IFT_ARCNETPLUS ideal-int 21195pkg syscall (netbsd-arm), const IFT_ASYNC ideal-int 21196pkg syscall (netbsd-arm), const IFT_ATM ideal-int 21197pkg syscall (netbsd-arm), const IFT_ATMDXI ideal-int 21198pkg syscall (netbsd-arm), const IFT_ATMFUNI ideal-int 21199pkg syscall (netbsd-arm), const IFT_ATMIMA ideal-int 21200pkg syscall (netbsd-arm), const IFT_ATMLOGICAL ideal-int 21201pkg syscall (netbsd-arm), const IFT_ATMRADIO ideal-int 21202pkg syscall (netbsd-arm), const IFT_ATMSUBINTERFACE ideal-int 21203pkg syscall (netbsd-arm), const IFT_ATMVCIENDPT ideal-int 21204pkg syscall (netbsd-arm), const IFT_ATMVIRTUAL ideal-int 21205pkg syscall (netbsd-arm), const IFT_BGPPOLICYACCOUNTING ideal-int 21206pkg syscall (netbsd-arm), const IFT_BRIDGE ideal-int 21207pkg syscall (netbsd-arm), const IFT_BSC ideal-int 21208pkg syscall (netbsd-arm), const IFT_CARP ideal-int 21209pkg syscall (netbsd-arm), const IFT_CCTEMUL ideal-int 21210pkg syscall (netbsd-arm), const IFT_CEPT ideal-int 21211pkg syscall (netbsd-arm), const IFT_CES ideal-int 21212pkg syscall (netbsd-arm), const IFT_CHANNEL ideal-int 21213pkg syscall (netbsd-arm), const IFT_CNR ideal-int 21214pkg syscall (netbsd-arm), const IFT_COFFEE ideal-int 21215pkg syscall (netbsd-arm), const IFT_COMPOSITELINK ideal-int 21216pkg syscall (netbsd-arm), const IFT_DCN ideal-int 21217pkg syscall (netbsd-arm), const IFT_DIGITALPOWERLINE ideal-int 21218pkg syscall (netbsd-arm), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int 21219pkg syscall (netbsd-arm), const IFT_DLSW ideal-int 21220pkg syscall (netbsd-arm), const IFT_DOCSCABLEDOWNSTREAM ideal-int 21221pkg syscall (netbsd-arm), const IFT_DOCSCABLEMACLAYER ideal-int 21222pkg syscall (netbsd-arm), const IFT_DOCSCABLEUPSTREAM ideal-int 21223pkg syscall (netbsd-arm), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int 21224pkg syscall (netbsd-arm), const IFT_DS0 ideal-int 21225pkg syscall (netbsd-arm), const IFT_DS0BUNDLE ideal-int 21226pkg syscall (netbsd-arm), const IFT_DS1FDL ideal-int 21227pkg syscall (netbsd-arm), const IFT_DS3 ideal-int 21228pkg syscall (netbsd-arm), const IFT_DTM ideal-int 21229pkg syscall (netbsd-arm), const IFT_DVBASILN ideal-int 21230pkg syscall (netbsd-arm), const IFT_DVBASIOUT ideal-int 21231pkg syscall (netbsd-arm), const IFT_DVBRCCDOWNSTREAM ideal-int 21232pkg syscall (netbsd-arm), const IFT_DVBRCCMACLAYER ideal-int 21233pkg syscall (netbsd-arm), const IFT_DVBRCCUPSTREAM ideal-int 21234pkg syscall (netbsd-arm), const IFT_ECONET ideal-int 21235pkg syscall (netbsd-arm), const IFT_EON ideal-int 21236pkg syscall (netbsd-arm), const IFT_EPLRS ideal-int 21237pkg syscall (netbsd-arm), const IFT_ESCON ideal-int 21238pkg syscall (netbsd-arm), const IFT_ETHER ideal-int 21239pkg syscall (netbsd-arm), const IFT_FAITH ideal-int 21240pkg syscall (netbsd-arm), const IFT_FAST ideal-int 21241pkg syscall (netbsd-arm), const IFT_FASTETHER ideal-int 21242pkg syscall (netbsd-arm), const IFT_FASTETHERFX ideal-int 21243pkg syscall (netbsd-arm), const IFT_FDDI ideal-int 21244pkg syscall (netbsd-arm), const IFT_FIBRECHANNEL ideal-int 21245pkg syscall (netbsd-arm), const IFT_FRAMERELAYINTERCONNECT ideal-int 21246pkg syscall (netbsd-arm), const IFT_FRAMERELAYMPI ideal-int 21247pkg syscall (netbsd-arm), const IFT_FRDLCIENDPT ideal-int 21248pkg syscall (netbsd-arm), const IFT_FRELAY ideal-int 21249pkg syscall (netbsd-arm), const IFT_FRELAYDCE ideal-int 21250pkg syscall (netbsd-arm), const IFT_FRF16MFRBUNDLE ideal-int 21251pkg syscall (netbsd-arm), const IFT_FRFORWARD ideal-int 21252pkg syscall (netbsd-arm), const IFT_G703AT2MB ideal-int 21253pkg syscall (netbsd-arm), const IFT_G703AT64K ideal-int 21254pkg syscall (netbsd-arm), const IFT_GIF ideal-int 21255pkg syscall (netbsd-arm), const IFT_GIGABITETHERNET ideal-int 21256pkg syscall (netbsd-arm), const IFT_GR303IDT ideal-int 21257pkg syscall (netbsd-arm), const IFT_GR303RDT ideal-int 21258pkg syscall (netbsd-arm), const IFT_H323GATEKEEPER ideal-int 21259pkg syscall (netbsd-arm), const IFT_H323PROXY ideal-int 21260pkg syscall (netbsd-arm), const IFT_HDH1822 ideal-int 21261pkg syscall (netbsd-arm), const IFT_HDLC ideal-int 21262pkg syscall (netbsd-arm), const IFT_HDSL2 ideal-int 21263pkg syscall (netbsd-arm), const IFT_HIPERLAN2 ideal-int 21264pkg syscall (netbsd-arm), const IFT_HIPPI ideal-int 21265pkg syscall (netbsd-arm), const IFT_HIPPIINTERFACE ideal-int 21266pkg syscall (netbsd-arm), const IFT_HOSTPAD ideal-int 21267pkg syscall (netbsd-arm), const IFT_HSSI ideal-int 21268pkg syscall (netbsd-arm), const IFT_HY ideal-int 21269pkg syscall (netbsd-arm), const IFT_IBM370PARCHAN ideal-int 21270pkg syscall (netbsd-arm), const IFT_IDSL ideal-int 21271pkg syscall (netbsd-arm), const IFT_IEEE1394 ideal-int 21272pkg syscall (netbsd-arm), const IFT_IEEE80211 ideal-int 21273pkg syscall (netbsd-arm), const IFT_IEEE80212 ideal-int 21274pkg syscall (netbsd-arm), const IFT_IEEE8023ADLAG ideal-int 21275pkg syscall (netbsd-arm), const IFT_IFGSN ideal-int 21276pkg syscall (netbsd-arm), const IFT_IMT ideal-int 21277pkg syscall (netbsd-arm), const IFT_INFINIBAND ideal-int 21278pkg syscall (netbsd-arm), const IFT_INTERLEAVE ideal-int 21279pkg syscall (netbsd-arm), const IFT_IP ideal-int 21280pkg syscall (netbsd-arm), const IFT_IPFORWARD ideal-int 21281pkg syscall (netbsd-arm), const IFT_IPOVERATM ideal-int 21282pkg syscall (netbsd-arm), const IFT_IPOVERCDLC ideal-int 21283pkg syscall (netbsd-arm), const IFT_IPOVERCLAW ideal-int 21284pkg syscall (netbsd-arm), const IFT_IPSWITCH ideal-int 21285pkg syscall (netbsd-arm), const IFT_ISDN ideal-int 21286pkg syscall (netbsd-arm), const IFT_ISDNBASIC ideal-int 21287pkg syscall (netbsd-arm), const IFT_ISDNPRIMARY ideal-int 21288pkg syscall (netbsd-arm), const IFT_ISDNS ideal-int 21289pkg syscall (netbsd-arm), const IFT_ISDNU ideal-int 21290pkg syscall (netbsd-arm), const IFT_ISO88022LLC ideal-int 21291pkg syscall (netbsd-arm), const IFT_ISO88023 ideal-int 21292pkg syscall (netbsd-arm), const IFT_ISO88024 ideal-int 21293pkg syscall (netbsd-arm), const IFT_ISO88025 ideal-int 21294pkg syscall (netbsd-arm), const IFT_ISO88025CRFPINT ideal-int 21295pkg syscall (netbsd-arm), const IFT_ISO88025DTR ideal-int 21296pkg syscall (netbsd-arm), const IFT_ISO88025FIBER ideal-int 21297pkg syscall (netbsd-arm), const IFT_ISO88026 ideal-int 21298pkg syscall (netbsd-arm), const IFT_ISUP ideal-int 21299pkg syscall (netbsd-arm), const IFT_L2VLAN ideal-int 21300pkg syscall (netbsd-arm), const IFT_L3IPVLAN ideal-int 21301pkg syscall (netbsd-arm), const IFT_L3IPXVLAN ideal-int 21302pkg syscall (netbsd-arm), const IFT_LAPB ideal-int 21303pkg syscall (netbsd-arm), const IFT_LAPD ideal-int 21304pkg syscall (netbsd-arm), const IFT_LAPF ideal-int 21305pkg syscall (netbsd-arm), const IFT_LINEGROUP ideal-int 21306pkg syscall (netbsd-arm), const IFT_LOCALTALK ideal-int 21307pkg syscall (netbsd-arm), const IFT_LOOP ideal-int 21308pkg syscall (netbsd-arm), const IFT_MEDIAMAILOVERIP ideal-int 21309pkg syscall (netbsd-arm), const IFT_MFSIGLINK ideal-int 21310pkg syscall (netbsd-arm), const IFT_MIOX25 ideal-int 21311pkg syscall (netbsd-arm), const IFT_MODEM ideal-int 21312pkg syscall (netbsd-arm), const IFT_MPC ideal-int 21313pkg syscall (netbsd-arm), const IFT_MPLS ideal-int 21314pkg syscall (netbsd-arm), const IFT_MPLSTUNNEL ideal-int 21315pkg syscall (netbsd-arm), const IFT_MSDSL ideal-int 21316pkg syscall (netbsd-arm), const IFT_MVL ideal-int 21317pkg syscall (netbsd-arm), const IFT_MYRINET ideal-int 21318pkg syscall (netbsd-arm), const IFT_NFAS ideal-int 21319pkg syscall (netbsd-arm), const IFT_NSIP ideal-int 21320pkg syscall (netbsd-arm), const IFT_OPTICALCHANNEL ideal-int 21321pkg syscall (netbsd-arm), const IFT_OPTICALTRANSPORT ideal-int 21322pkg syscall (netbsd-arm), const IFT_OTHER ideal-int 21323pkg syscall (netbsd-arm), const IFT_P10 ideal-int 21324pkg syscall (netbsd-arm), const IFT_P80 ideal-int 21325pkg syscall (netbsd-arm), const IFT_PARA ideal-int 21326pkg syscall (netbsd-arm), const IFT_PFLOG ideal-int 21327pkg syscall (netbsd-arm), const IFT_PFSYNC ideal-int 21328pkg syscall (netbsd-arm), const IFT_PLC ideal-int 21329pkg syscall (netbsd-arm), const IFT_PON155 ideal-int 21330pkg syscall (netbsd-arm), const IFT_PON622 ideal-int 21331pkg syscall (netbsd-arm), const IFT_POS ideal-int 21332pkg syscall (netbsd-arm), const IFT_PPP ideal-int 21333pkg syscall (netbsd-arm), const IFT_PPPMULTILINKBUNDLE ideal-int 21334pkg syscall (netbsd-arm), const IFT_PROPATM ideal-int 21335pkg syscall (netbsd-arm), const IFT_PROPBWAP2MP ideal-int 21336pkg syscall (netbsd-arm), const IFT_PROPCNLS ideal-int 21337pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int 21338pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int 21339pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int 21340pkg syscall (netbsd-arm), const IFT_PROPMUX ideal-int 21341pkg syscall (netbsd-arm), const IFT_PROPVIRTUAL ideal-int 21342pkg syscall (netbsd-arm), const IFT_PROPWIRELESSP2P ideal-int 21343pkg syscall (netbsd-arm), const IFT_PTPSERIAL ideal-int 21344pkg syscall (netbsd-arm), const IFT_PVC ideal-int 21345pkg syscall (netbsd-arm), const IFT_Q2931 ideal-int 21346pkg syscall (netbsd-arm), const IFT_QLLC ideal-int 21347pkg syscall (netbsd-arm), const IFT_RADIOMAC ideal-int 21348pkg syscall (netbsd-arm), const IFT_RADSL ideal-int 21349pkg syscall (netbsd-arm), const IFT_REACHDSL ideal-int 21350pkg syscall (netbsd-arm), const IFT_RFC1483 ideal-int 21351pkg syscall (netbsd-arm), const IFT_RS232 ideal-int 21352pkg syscall (netbsd-arm), const IFT_RSRB ideal-int 21353pkg syscall (netbsd-arm), const IFT_SDLC ideal-int 21354pkg syscall (netbsd-arm), const IFT_SDSL ideal-int 21355pkg syscall (netbsd-arm), const IFT_SHDSL ideal-int 21356pkg syscall (netbsd-arm), const IFT_SIP ideal-int 21357pkg syscall (netbsd-arm), const IFT_SIPSIG ideal-int 21358pkg syscall (netbsd-arm), const IFT_SIPTG ideal-int 21359pkg syscall (netbsd-arm), const IFT_SLIP ideal-int 21360pkg syscall (netbsd-arm), const IFT_SMDSDXI ideal-int 21361pkg syscall (netbsd-arm), const IFT_SMDSICIP ideal-int 21362pkg syscall (netbsd-arm), const IFT_SONET ideal-int 21363pkg syscall (netbsd-arm), const IFT_SONETOVERHEADCHANNEL ideal-int 21364pkg syscall (netbsd-arm), const IFT_SONETPATH ideal-int 21365pkg syscall (netbsd-arm), const IFT_SONETVT ideal-int 21366pkg syscall (netbsd-arm), const IFT_SRP ideal-int 21367pkg syscall (netbsd-arm), const IFT_SS7SIGLINK ideal-int 21368pkg syscall (netbsd-arm), const IFT_STACKTOSTACK ideal-int 21369pkg syscall (netbsd-arm), const IFT_STARLAN ideal-int 21370pkg syscall (netbsd-arm), const IFT_STF ideal-int 21371pkg syscall (netbsd-arm), const IFT_T1 ideal-int 21372pkg syscall (netbsd-arm), const IFT_TDLC ideal-int 21373pkg syscall (netbsd-arm), const IFT_TELINK ideal-int 21374pkg syscall (netbsd-arm), const IFT_TERMPAD ideal-int 21375pkg syscall (netbsd-arm), const IFT_TR008 ideal-int 21376pkg syscall (netbsd-arm), const IFT_TRANSPHDLC ideal-int 21377pkg syscall (netbsd-arm), const IFT_TUNNEL ideal-int 21378pkg syscall (netbsd-arm), const IFT_ULTRA ideal-int 21379pkg syscall (netbsd-arm), const IFT_USB ideal-int 21380pkg syscall (netbsd-arm), const IFT_V11 ideal-int 21381pkg syscall (netbsd-arm), const IFT_V35 ideal-int 21382pkg syscall (netbsd-arm), const IFT_V36 ideal-int 21383pkg syscall (netbsd-arm), const IFT_V37 ideal-int 21384pkg syscall (netbsd-arm), const IFT_VDSL ideal-int 21385pkg syscall (netbsd-arm), const IFT_VIRTUALIPADDRESS ideal-int 21386pkg syscall (netbsd-arm), const IFT_VIRTUALTG ideal-int 21387pkg syscall (netbsd-arm), const IFT_VOICEDID ideal-int 21388pkg syscall (netbsd-arm), const IFT_VOICEEM ideal-int 21389pkg syscall (netbsd-arm), const IFT_VOICEEMFGD ideal-int 21390pkg syscall (netbsd-arm), const IFT_VOICEENCAP ideal-int 21391pkg syscall (netbsd-arm), const IFT_VOICEFGDEANA ideal-int 21392pkg syscall (netbsd-arm), const IFT_VOICEFXO ideal-int 21393pkg syscall (netbsd-arm), const IFT_VOICEFXS ideal-int 21394pkg syscall (netbsd-arm), const IFT_VOICEOVERATM ideal-int 21395pkg syscall (netbsd-arm), const IFT_VOICEOVERCABLE ideal-int 21396pkg syscall (netbsd-arm), const IFT_VOICEOVERFRAMERELAY ideal-int 21397pkg syscall (netbsd-arm), const IFT_VOICEOVERIP ideal-int 21398pkg syscall (netbsd-arm), const IFT_X213 ideal-int 21399pkg syscall (netbsd-arm), const IFT_X25 ideal-int 21400pkg syscall (netbsd-arm), const IFT_X25DDN ideal-int 21401pkg syscall (netbsd-arm), const IFT_X25HUNTGROUP ideal-int 21402pkg syscall (netbsd-arm), const IFT_X25MLP ideal-int 21403pkg syscall (netbsd-arm), const IFT_X25PLE ideal-int 21404pkg syscall (netbsd-arm), const IFT_XETHER ideal-int 21405pkg syscall (netbsd-arm), const IGNBRK ideal-int 21406pkg syscall (netbsd-arm), const IGNCR ideal-int 21407pkg syscall (netbsd-arm), const IGNPAR ideal-int 21408pkg syscall (netbsd-arm), const IMAXBEL ideal-int 21409pkg syscall (netbsd-arm), const INLCR ideal-int 21410pkg syscall (netbsd-arm), const INPCK ideal-int 21411pkg syscall (netbsd-arm), const IN_CLASSA_HOST ideal-int 21412pkg syscall (netbsd-arm), const IN_CLASSA_MAX ideal-int 21413pkg syscall (netbsd-arm), const IN_CLASSA_NET ideal-int 21414pkg syscall (netbsd-arm), const IN_CLASSA_NSHIFT ideal-int 21415pkg syscall (netbsd-arm), const IN_CLASSB_HOST ideal-int 21416pkg syscall (netbsd-arm), const IN_CLASSB_MAX ideal-int 21417pkg syscall (netbsd-arm), const IN_CLASSB_NET ideal-int 21418pkg syscall (netbsd-arm), const IN_CLASSB_NSHIFT ideal-int 21419pkg syscall (netbsd-arm), const IN_CLASSC_HOST ideal-int 21420pkg syscall (netbsd-arm), const IN_CLASSC_NET ideal-int 21421pkg syscall (netbsd-arm), const IN_CLASSC_NSHIFT ideal-int 21422pkg syscall (netbsd-arm), const IN_CLASSD_HOST ideal-int 21423pkg syscall (netbsd-arm), const IN_CLASSD_NET ideal-int 21424pkg syscall (netbsd-arm), const IN_CLASSD_NSHIFT ideal-int 21425pkg syscall (netbsd-arm), const IN_LOOPBACKNET ideal-int 21426pkg syscall (netbsd-arm), const IPPROTO_AH ideal-int 21427pkg syscall (netbsd-arm), const IPPROTO_CARP ideal-int 21428pkg syscall (netbsd-arm), const IPPROTO_DONE ideal-int 21429pkg syscall (netbsd-arm), const IPPROTO_DSTOPTS ideal-int 21430pkg syscall (netbsd-arm), const IPPROTO_EGP ideal-int 21431pkg syscall (netbsd-arm), const IPPROTO_ENCAP ideal-int 21432pkg syscall (netbsd-arm), const IPPROTO_EON ideal-int 21433pkg syscall (netbsd-arm), const IPPROTO_ESP ideal-int 21434pkg syscall (netbsd-arm), const IPPROTO_ETHERIP ideal-int 21435pkg syscall (netbsd-arm), const IPPROTO_FRAGMENT ideal-int 21436pkg syscall (netbsd-arm), const IPPROTO_GGP ideal-int 21437pkg syscall (netbsd-arm), const IPPROTO_GRE ideal-int 21438pkg syscall (netbsd-arm), const IPPROTO_HOPOPTS ideal-int 21439pkg syscall (netbsd-arm), const IPPROTO_ICMP ideal-int 21440pkg syscall (netbsd-arm), const IPPROTO_ICMPV6 ideal-int 21441pkg syscall (netbsd-arm), const IPPROTO_IDP ideal-int 21442pkg syscall (netbsd-arm), const IPPROTO_IGMP ideal-int 21443pkg syscall (netbsd-arm), const IPPROTO_IPCOMP ideal-int 21444pkg syscall (netbsd-arm), const IPPROTO_IPIP ideal-int 21445pkg syscall (netbsd-arm), const IPPROTO_IPV4 ideal-int 21446pkg syscall (netbsd-arm), const IPPROTO_IPV6_ICMP ideal-int 21447pkg syscall (netbsd-arm), const IPPROTO_MAX ideal-int 21448pkg syscall (netbsd-arm), const IPPROTO_MAXID ideal-int 21449pkg syscall (netbsd-arm), const IPPROTO_MOBILE ideal-int 21450pkg syscall (netbsd-arm), const IPPROTO_NONE ideal-int 21451pkg syscall (netbsd-arm), const IPPROTO_PFSYNC ideal-int 21452pkg syscall (netbsd-arm), const IPPROTO_PIM ideal-int 21453pkg syscall (netbsd-arm), const IPPROTO_PUP ideal-int 21454pkg syscall (netbsd-arm), const IPPROTO_RAW ideal-int 21455pkg syscall (netbsd-arm), const IPPROTO_ROUTING ideal-int 21456pkg syscall (netbsd-arm), const IPPROTO_RSVP ideal-int 21457pkg syscall (netbsd-arm), const IPPROTO_TP ideal-int 21458pkg syscall (netbsd-arm), const IPPROTO_VRRP ideal-int 21459pkg syscall (netbsd-arm), const IPV6_CHECKSUM ideal-int 21460pkg syscall (netbsd-arm), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int 21461pkg syscall (netbsd-arm), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int 21462pkg syscall (netbsd-arm), const IPV6_DEFHLIM ideal-int 21463pkg syscall (netbsd-arm), const IPV6_DONTFRAG ideal-int 21464pkg syscall (netbsd-arm), const IPV6_DSTOPTS ideal-int 21465pkg syscall (netbsd-arm), const IPV6_FAITH ideal-int 21466pkg syscall (netbsd-arm), const IPV6_FLOWINFO_MASK ideal-int 21467pkg syscall (netbsd-arm), const IPV6_FLOWLABEL_MASK ideal-int 21468pkg syscall (netbsd-arm), const IPV6_FRAGTTL ideal-int 21469pkg syscall (netbsd-arm), const IPV6_HLIMDEC ideal-int 21470pkg syscall (netbsd-arm), const IPV6_HOPLIMIT ideal-int 21471pkg syscall (netbsd-arm), const IPV6_HOPOPTS ideal-int 21472pkg syscall (netbsd-arm), const IPV6_IPSEC_POLICY ideal-int 21473pkg syscall (netbsd-arm), const IPV6_MAXHLIM ideal-int 21474pkg syscall (netbsd-arm), const IPV6_MAXPACKET ideal-int 21475pkg syscall (netbsd-arm), const IPV6_MMTU ideal-int 21476pkg syscall (netbsd-arm), const IPV6_NEXTHOP ideal-int 21477pkg syscall (netbsd-arm), const IPV6_PATHMTU ideal-int 21478pkg syscall (netbsd-arm), const IPV6_PKTINFO ideal-int 21479pkg syscall (netbsd-arm), const IPV6_PORTRANGE ideal-int 21480pkg syscall (netbsd-arm), const IPV6_PORTRANGE_DEFAULT ideal-int 21481pkg syscall (netbsd-arm), const IPV6_PORTRANGE_HIGH ideal-int 21482pkg syscall (netbsd-arm), const IPV6_PORTRANGE_LOW ideal-int 21483pkg syscall (netbsd-arm), const IPV6_RECVDSTOPTS ideal-int 21484pkg syscall (netbsd-arm), const IPV6_RECVHOPLIMIT ideal-int 21485pkg syscall (netbsd-arm), const IPV6_RECVHOPOPTS ideal-int 21486pkg syscall (netbsd-arm), const IPV6_RECVPATHMTU ideal-int 21487pkg syscall (netbsd-arm), const IPV6_RECVPKTINFO ideal-int 21488pkg syscall (netbsd-arm), const IPV6_RECVRTHDR ideal-int 21489pkg syscall (netbsd-arm), const IPV6_RECVTCLASS ideal-int 21490pkg syscall (netbsd-arm), const IPV6_RTHDR ideal-int 21491pkg syscall (netbsd-arm), const IPV6_RTHDRDSTOPTS ideal-int 21492pkg syscall (netbsd-arm), const IPV6_RTHDR_LOOSE ideal-int 21493pkg syscall (netbsd-arm), const IPV6_RTHDR_STRICT ideal-int 21494pkg syscall (netbsd-arm), const IPV6_RTHDR_TYPE_0 ideal-int 21495pkg syscall (netbsd-arm), const IPV6_SOCKOPT_RESERVED1 ideal-int 21496pkg syscall (netbsd-arm), const IPV6_TCLASS ideal-int 21497pkg syscall (netbsd-arm), const IPV6_USE_MIN_MTU ideal-int 21498pkg syscall (netbsd-arm), const IPV6_VERSION ideal-int 21499pkg syscall (netbsd-arm), const IPV6_VERSION_MASK ideal-int 21500pkg syscall (netbsd-arm), const IP_DEFAULT_MULTICAST_LOOP ideal-int 21501pkg syscall (netbsd-arm), const IP_DEFAULT_MULTICAST_TTL ideal-int 21502pkg syscall (netbsd-arm), const IP_DF ideal-int 21503pkg syscall (netbsd-arm), const IP_EF ideal-int 21504pkg syscall (netbsd-arm), const IP_ERRORMTU ideal-int 21505pkg syscall (netbsd-arm), const IP_HDRINCL ideal-int 21506pkg syscall (netbsd-arm), const IP_IPSEC_POLICY ideal-int 21507pkg syscall (netbsd-arm), const IP_MAXPACKET ideal-int 21508pkg syscall (netbsd-arm), const IP_MAX_MEMBERSHIPS ideal-int 21509pkg syscall (netbsd-arm), const IP_MF ideal-int 21510pkg syscall (netbsd-arm), const IP_MINFRAGSIZE ideal-int 21511pkg syscall (netbsd-arm), const IP_MINTTL ideal-int 21512pkg syscall (netbsd-arm), const IP_MSS ideal-int 21513pkg syscall (netbsd-arm), const IP_OFFMASK ideal-int 21514pkg syscall (netbsd-arm), const IP_OPTIONS ideal-int 21515pkg syscall (netbsd-arm), const IP_PORTRANGE ideal-int 21516pkg syscall (netbsd-arm), const IP_PORTRANGE_DEFAULT ideal-int 21517pkg syscall (netbsd-arm), const IP_PORTRANGE_HIGH ideal-int 21518pkg syscall (netbsd-arm), const IP_PORTRANGE_LOW ideal-int 21519pkg syscall (netbsd-arm), const IP_RECVDSTADDR ideal-int 21520pkg syscall (netbsd-arm), const IP_RECVIF ideal-int 21521pkg syscall (netbsd-arm), const IP_RECVOPTS ideal-int 21522pkg syscall (netbsd-arm), const IP_RECVRETOPTS ideal-int 21523pkg syscall (netbsd-arm), const IP_RECVTTL ideal-int 21524pkg syscall (netbsd-arm), const IP_RETOPTS ideal-int 21525pkg syscall (netbsd-arm), const IP_RF ideal-int 21526pkg syscall (netbsd-arm), const ISIG ideal-int 21527pkg syscall (netbsd-arm), const ISTRIP ideal-int 21528pkg syscall (netbsd-arm), const IXANY ideal-int 21529pkg syscall (netbsd-arm), const IXOFF ideal-int 21530pkg syscall (netbsd-arm), const IXON ideal-int 21531pkg syscall (netbsd-arm), const LOCK_EX ideal-int 21532pkg syscall (netbsd-arm), const LOCK_NB ideal-int 21533pkg syscall (netbsd-arm), const LOCK_SH ideal-int 21534pkg syscall (netbsd-arm), const LOCK_UN ideal-int 21535pkg syscall (netbsd-arm), const MSG_BCAST ideal-int 21536pkg syscall (netbsd-arm), const MSG_CMSG_CLOEXEC ideal-int 21537pkg syscall (netbsd-arm), const MSG_CONTROLMBUF ideal-int 21538pkg syscall (netbsd-arm), const MSG_CTRUNC ideal-int 21539pkg syscall (netbsd-arm), const MSG_DONTROUTE ideal-int 21540pkg syscall (netbsd-arm), const MSG_DONTWAIT ideal-int 21541pkg syscall (netbsd-arm), const MSG_EOR ideal-int 21542pkg syscall (netbsd-arm), const MSG_IOVUSRSPACE ideal-int 21543pkg syscall (netbsd-arm), const MSG_LENUSRSPACE ideal-int 21544pkg syscall (netbsd-arm), const MSG_MCAST ideal-int 21545pkg syscall (netbsd-arm), const MSG_NAMEMBUF ideal-int 21546pkg syscall (netbsd-arm), const MSG_NBIO ideal-int 21547pkg syscall (netbsd-arm), const MSG_NOSIGNAL ideal-int 21548pkg syscall (netbsd-arm), const MSG_OOB ideal-int 21549pkg syscall (netbsd-arm), const MSG_PEEK ideal-int 21550pkg syscall (netbsd-arm), const MSG_TRUNC ideal-int 21551pkg syscall (netbsd-arm), const MSG_USERFLAGS ideal-int 21552pkg syscall (netbsd-arm), const MSG_WAITALL ideal-int 21553pkg syscall (netbsd-arm), const NAME_MAX ideal-int 21554pkg syscall (netbsd-arm), const NET_RT_DUMP ideal-int 21555pkg syscall (netbsd-arm), const NET_RT_FLAGS ideal-int 21556pkg syscall (netbsd-arm), const NET_RT_IFLIST ideal-int 21557pkg syscall (netbsd-arm), const NET_RT_MAXID ideal-int 21558pkg syscall (netbsd-arm), const NET_RT_OIFLIST ideal-int 21559pkg syscall (netbsd-arm), const NET_RT_OOIFLIST ideal-int 21560pkg syscall (netbsd-arm), const NOFLSH ideal-int 21561pkg syscall (netbsd-arm), const NOTE_ATTRIB ideal-int 21562pkg syscall (netbsd-arm), const NOTE_CHILD ideal-int 21563pkg syscall (netbsd-arm), const NOTE_DELETE ideal-int 21564pkg syscall (netbsd-arm), const NOTE_EXEC ideal-int 21565pkg syscall (netbsd-arm), const NOTE_EXIT ideal-int 21566pkg syscall (netbsd-arm), const NOTE_EXTEND ideal-int 21567pkg syscall (netbsd-arm), const NOTE_FORK ideal-int 21568pkg syscall (netbsd-arm), const NOTE_LINK ideal-int 21569pkg syscall (netbsd-arm), const NOTE_LOWAT ideal-int 21570pkg syscall (netbsd-arm), const NOTE_PCTRLMASK ideal-int 21571pkg syscall (netbsd-arm), const NOTE_PDATAMASK ideal-int 21572pkg syscall (netbsd-arm), const NOTE_RENAME ideal-int 21573pkg syscall (netbsd-arm), const NOTE_REVOKE ideal-int 21574pkg syscall (netbsd-arm), const NOTE_TRACK ideal-int 21575pkg syscall (netbsd-arm), const NOTE_TRACKERR ideal-int 21576pkg syscall (netbsd-arm), const NOTE_WRITE ideal-int 21577pkg syscall (netbsd-arm), const OCRNL ideal-int 21578pkg syscall (netbsd-arm), const OFIOGETBMAP ideal-int 21579pkg syscall (netbsd-arm), const ONLCR ideal-int 21580pkg syscall (netbsd-arm), const ONLRET ideal-int 21581pkg syscall (netbsd-arm), const ONOCR ideal-int 21582pkg syscall (netbsd-arm), const ONOEOT ideal-int 21583pkg syscall (netbsd-arm), const OPOST ideal-int 21584pkg syscall (netbsd-arm), const O_ACCMODE ideal-int 21585pkg syscall (netbsd-arm), const O_ALT_IO ideal-int 21586pkg syscall (netbsd-arm), const O_DIRECT ideal-int 21587pkg syscall (netbsd-arm), const O_DIRECTORY ideal-int 21588pkg syscall (netbsd-arm), const O_DSYNC ideal-int 21589pkg syscall (netbsd-arm), const O_EXLOCK ideal-int 21590pkg syscall (netbsd-arm), const O_FSYNC ideal-int 21591pkg syscall (netbsd-arm), const O_NDELAY ideal-int 21592pkg syscall (netbsd-arm), const O_NOFOLLOW ideal-int 21593pkg syscall (netbsd-arm), const O_NOSIGPIPE ideal-int 21594pkg syscall (netbsd-arm), const O_RSYNC ideal-int 21595pkg syscall (netbsd-arm), const O_SHLOCK ideal-int 21596pkg syscall (netbsd-arm), const PARENB ideal-int 21597pkg syscall (netbsd-arm), const PARMRK ideal-int 21598pkg syscall (netbsd-arm), const PARODD ideal-int 21599pkg syscall (netbsd-arm), const PENDIN ideal-int 21600pkg syscall (netbsd-arm), const PRIO_PGRP = 1 21601pkg syscall (netbsd-arm), const PRIO_PGRP ideal-int 21602pkg syscall (netbsd-arm), const PRIO_PROCESS = 0 21603pkg syscall (netbsd-arm), const PRIO_PROCESS ideal-int 21604pkg syscall (netbsd-arm), const PRIO_USER = 2 21605pkg syscall (netbsd-arm), const PRIO_USER ideal-int 21606pkg syscall (netbsd-arm), const PRI_IOFLUSH ideal-int 21607pkg syscall (netbsd-arm), const PTRACE_CONT ideal-int 21608pkg syscall (netbsd-arm), const PTRACE_KILL ideal-int 21609pkg syscall (netbsd-arm), const PTRACE_TRACEME ideal-int 21610pkg syscall (netbsd-arm), const RLIMIT_AS ideal-int 21611pkg syscall (netbsd-arm), const RLIMIT_CORE ideal-int 21612pkg syscall (netbsd-arm), const RLIMIT_CPU ideal-int 21613pkg syscall (netbsd-arm), const RLIMIT_DATA ideal-int 21614pkg syscall (netbsd-arm), const RLIMIT_FSIZE ideal-int 21615pkg syscall (netbsd-arm), const RLIMIT_NOFILE ideal-int 21616pkg syscall (netbsd-arm), const RLIMIT_STACK ideal-int 21617pkg syscall (netbsd-arm), const RLIM_INFINITY ideal-int 21618pkg syscall (netbsd-arm), const RTAX_AUTHOR ideal-int 21619pkg syscall (netbsd-arm), const RTAX_BRD ideal-int 21620pkg syscall (netbsd-arm), const RTAX_DST ideal-int 21621pkg syscall (netbsd-arm), const RTAX_GATEWAY ideal-int 21622pkg syscall (netbsd-arm), const RTAX_GENMASK ideal-int 21623pkg syscall (netbsd-arm), const RTAX_IFA ideal-int 21624pkg syscall (netbsd-arm), const RTAX_IFP ideal-int 21625pkg syscall (netbsd-arm), const RTAX_MAX ideal-int 21626pkg syscall (netbsd-arm), const RTAX_NETMASK ideal-int 21627pkg syscall (netbsd-arm), const RTAX_TAG ideal-int 21628pkg syscall (netbsd-arm), const RTA_AUTHOR ideal-int 21629pkg syscall (netbsd-arm), const RTA_BRD ideal-int 21630pkg syscall (netbsd-arm), const RTA_DST ideal-int 21631pkg syscall (netbsd-arm), const RTA_GATEWAY ideal-int 21632pkg syscall (netbsd-arm), const RTA_GENMASK ideal-int 21633pkg syscall (netbsd-arm), const RTA_IFA ideal-int 21634pkg syscall (netbsd-arm), const RTA_IFP ideal-int 21635pkg syscall (netbsd-arm), const RTA_NETMASK ideal-int 21636pkg syscall (netbsd-arm), const RTA_TAG ideal-int 21637pkg syscall (netbsd-arm), const RTF_ANNOUNCE ideal-int 21638pkg syscall (netbsd-arm), const RTF_BLACKHOLE ideal-int 21639pkg syscall (netbsd-arm), const RTF_CLONED ideal-int 21640pkg syscall (netbsd-arm), const RTF_CLONING ideal-int 21641pkg syscall (netbsd-arm), const RTF_DONE ideal-int 21642pkg syscall (netbsd-arm), const RTF_DYNAMIC ideal-int 21643pkg syscall (netbsd-arm), const RTF_GATEWAY ideal-int 21644pkg syscall (netbsd-arm), const RTF_HOST ideal-int 21645pkg syscall (netbsd-arm), const RTF_LLINFO ideal-int 21646pkg syscall (netbsd-arm), const RTF_MASK ideal-int 21647pkg syscall (netbsd-arm), const RTF_MODIFIED ideal-int 21648pkg syscall (netbsd-arm), const RTF_PROTO1 ideal-int 21649pkg syscall (netbsd-arm), const RTF_PROTO2 ideal-int 21650pkg syscall (netbsd-arm), const RTF_REJECT ideal-int 21651pkg syscall (netbsd-arm), const RTF_SRC ideal-int 21652pkg syscall (netbsd-arm), const RTF_STATIC ideal-int 21653pkg syscall (netbsd-arm), const RTF_UP ideal-int 21654pkg syscall (netbsd-arm), const RTF_XRESOLVE ideal-int 21655pkg syscall (netbsd-arm), const RTM_ADD ideal-int 21656pkg syscall (netbsd-arm), const RTM_CHANGE ideal-int 21657pkg syscall (netbsd-arm), const RTM_CHGADDR ideal-int 21658pkg syscall (netbsd-arm), const RTM_DELADDR ideal-int 21659pkg syscall (netbsd-arm), const RTM_DELETE ideal-int 21660pkg syscall (netbsd-arm), const RTM_GET ideal-int 21661pkg syscall (netbsd-arm), const RTM_IEEE80211 ideal-int 21662pkg syscall (netbsd-arm), const RTM_IFANNOUNCE ideal-int 21663pkg syscall (netbsd-arm), const RTM_IFINFO ideal-int 21664pkg syscall (netbsd-arm), const RTM_LLINFO_UPD ideal-int 21665pkg syscall (netbsd-arm), const RTM_LOCK ideal-int 21666pkg syscall (netbsd-arm), const RTM_LOSING ideal-int 21667pkg syscall (netbsd-arm), const RTM_MISS ideal-int 21668pkg syscall (netbsd-arm), const RTM_NEWADDR ideal-int 21669pkg syscall (netbsd-arm), const RTM_OIFINFO ideal-int 21670pkg syscall (netbsd-arm), const RTM_OLDADD ideal-int 21671pkg syscall (netbsd-arm), const RTM_OLDDEL ideal-int 21672pkg syscall (netbsd-arm), const RTM_OOIFINFO ideal-int 21673pkg syscall (netbsd-arm), const RTM_REDIRECT ideal-int 21674pkg syscall (netbsd-arm), const RTM_RESOLVE ideal-int 21675pkg syscall (netbsd-arm), const RTM_RTTUNIT ideal-int 21676pkg syscall (netbsd-arm), const RTM_SETGATE ideal-int 21677pkg syscall (netbsd-arm), const RTM_VERSION ideal-int 21678pkg syscall (netbsd-arm), const RTV_EXPIRE ideal-int 21679pkg syscall (netbsd-arm), const RTV_HOPCOUNT ideal-int 21680pkg syscall (netbsd-arm), const RTV_MTU ideal-int 21681pkg syscall (netbsd-arm), const RTV_RPIPE ideal-int 21682pkg syscall (netbsd-arm), const RTV_RTT ideal-int 21683pkg syscall (netbsd-arm), const RTV_RTTVAR ideal-int 21684pkg syscall (netbsd-arm), const RTV_SPIPE ideal-int 21685pkg syscall (netbsd-arm), const RTV_SSTHRESH ideal-int 21686pkg syscall (netbsd-arm), const RUSAGE_CHILDREN ideal-int 21687pkg syscall (netbsd-arm), const RUSAGE_SELF ideal-int 21688pkg syscall (netbsd-arm), const SCM_CREDS ideal-int 21689pkg syscall (netbsd-arm), const SCM_RIGHTS ideal-int 21690pkg syscall (netbsd-arm), const SCM_TIMESTAMP ideal-int 21691pkg syscall (netbsd-arm), const SIGCHLD Signal 21692pkg syscall (netbsd-arm), const SIGCONT Signal 21693pkg syscall (netbsd-arm), const SIGEMT Signal 21694pkg syscall (netbsd-arm), const SIGINFO Signal 21695pkg syscall (netbsd-arm), const SIGIO Signal 21696pkg syscall (netbsd-arm), const SIGIOT Signal 21697pkg syscall (netbsd-arm), const SIGPROF Signal 21698pkg syscall (netbsd-arm), const SIGPWR Signal 21699pkg syscall (netbsd-arm), const SIGSTOP Signal 21700pkg syscall (netbsd-arm), const SIGSYS Signal 21701pkg syscall (netbsd-arm), const SIGTSTP Signal 21702pkg syscall (netbsd-arm), const SIGTTIN Signal 21703pkg syscall (netbsd-arm), const SIGTTOU Signal 21704pkg syscall (netbsd-arm), const SIGURG Signal 21705pkg syscall (netbsd-arm), const SIGUSR1 Signal 21706pkg syscall (netbsd-arm), const SIGUSR2 Signal 21707pkg syscall (netbsd-arm), const SIGVTALRM Signal 21708pkg syscall (netbsd-arm), const SIGWINCH Signal 21709pkg syscall (netbsd-arm), const SIGXCPU Signal 21710pkg syscall (netbsd-arm), const SIGXFSZ Signal 21711pkg syscall (netbsd-arm), const SIOCADDMULTI ideal-int 21712pkg syscall (netbsd-arm), const SIOCADDRT ideal-int 21713pkg syscall (netbsd-arm), const SIOCAIFADDR ideal-int 21714pkg syscall (netbsd-arm), const SIOCALIFADDR ideal-int 21715pkg syscall (netbsd-arm), const SIOCATMARK ideal-int 21716pkg syscall (netbsd-arm), const SIOCDELMULTI ideal-int 21717pkg syscall (netbsd-arm), const SIOCDELRT ideal-int 21718pkg syscall (netbsd-arm), const SIOCDIFADDR ideal-int 21719pkg syscall (netbsd-arm), const SIOCDIFPHYADDR ideal-int 21720pkg syscall (netbsd-arm), const SIOCDLIFADDR ideal-int 21721pkg syscall (netbsd-arm), const SIOCGDRVSPEC ideal-int 21722pkg syscall (netbsd-arm), const SIOCGETPFSYNC ideal-int 21723pkg syscall (netbsd-arm), const SIOCGETSGCNT ideal-int 21724pkg syscall (netbsd-arm), const SIOCGETVIFCNT ideal-int 21725pkg syscall (netbsd-arm), const SIOCGHIWAT ideal-int 21726pkg syscall (netbsd-arm), const SIOCGIFADDR ideal-int 21727pkg syscall (netbsd-arm), const SIOCGIFADDRPREF ideal-int 21728pkg syscall (netbsd-arm), const SIOCGIFALIAS ideal-int 21729pkg syscall (netbsd-arm), const SIOCGIFBRDADDR ideal-int 21730pkg syscall (netbsd-arm), const SIOCGIFCAP ideal-int 21731pkg syscall (netbsd-arm), const SIOCGIFCONF ideal-int 21732pkg syscall (netbsd-arm), const SIOCGIFDATA ideal-int 21733pkg syscall (netbsd-arm), const SIOCGIFDLT ideal-int 21734pkg syscall (netbsd-arm), const SIOCGIFDSTADDR ideal-int 21735pkg syscall (netbsd-arm), const SIOCGIFFLAGS ideal-int 21736pkg syscall (netbsd-arm), const SIOCGIFGENERIC ideal-int 21737pkg syscall (netbsd-arm), const SIOCGIFMEDIA ideal-int 21738pkg syscall (netbsd-arm), const SIOCGIFMETRIC ideal-int 21739pkg syscall (netbsd-arm), const SIOCGIFMTU ideal-int 21740pkg syscall (netbsd-arm), const SIOCGIFNETMASK ideal-int 21741pkg syscall (netbsd-arm), const SIOCGIFPDSTADDR ideal-int 21742pkg syscall (netbsd-arm), const SIOCGIFPSRCADDR ideal-int 21743pkg syscall (netbsd-arm), const SIOCGLIFADDR ideal-int 21744pkg syscall (netbsd-arm), const SIOCGLIFPHYADDR ideal-int 21745pkg syscall (netbsd-arm), const SIOCGLINKSTR ideal-int 21746pkg syscall (netbsd-arm), const SIOCGLOWAT ideal-int 21747pkg syscall (netbsd-arm), const SIOCGPGRP ideal-int 21748pkg syscall (netbsd-arm), const SIOCGVH ideal-int 21749pkg syscall (netbsd-arm), const SIOCIFCREATE ideal-int 21750pkg syscall (netbsd-arm), const SIOCIFDESTROY ideal-int 21751pkg syscall (netbsd-arm), const SIOCIFGCLONERS ideal-int 21752pkg syscall (netbsd-arm), const SIOCINITIFADDR ideal-int 21753pkg syscall (netbsd-arm), const SIOCSDRVSPEC ideal-int 21754pkg syscall (netbsd-arm), const SIOCSETPFSYNC ideal-int 21755pkg syscall (netbsd-arm), const SIOCSHIWAT ideal-int 21756pkg syscall (netbsd-arm), const SIOCSIFADDR ideal-int 21757pkg syscall (netbsd-arm), const SIOCSIFADDRPREF ideal-int 21758pkg syscall (netbsd-arm), const SIOCSIFBRDADDR ideal-int 21759pkg syscall (netbsd-arm), const SIOCSIFCAP ideal-int 21760pkg syscall (netbsd-arm), const SIOCSIFDSTADDR ideal-int 21761pkg syscall (netbsd-arm), const SIOCSIFFLAGS ideal-int 21762pkg syscall (netbsd-arm), const SIOCSIFGENERIC ideal-int 21763pkg syscall (netbsd-arm), const SIOCSIFMEDIA ideal-int 21764pkg syscall (netbsd-arm), const SIOCSIFMETRIC ideal-int 21765pkg syscall (netbsd-arm), const SIOCSIFMTU ideal-int 21766pkg syscall (netbsd-arm), const SIOCSIFNETMASK ideal-int 21767pkg syscall (netbsd-arm), const SIOCSIFPHYADDR ideal-int 21768pkg syscall (netbsd-arm), const SIOCSLIFPHYADDR ideal-int 21769pkg syscall (netbsd-arm), const SIOCSLINKSTR ideal-int 21770pkg syscall (netbsd-arm), const SIOCSLOWAT ideal-int 21771pkg syscall (netbsd-arm), const SIOCSPGRP ideal-int 21772pkg syscall (netbsd-arm), const SIOCSVH ideal-int 21773pkg syscall (netbsd-arm), const SIOCZIFDATA ideal-int 21774pkg syscall (netbsd-arm), const SOCK_CLOEXEC ideal-int 21775pkg syscall (netbsd-arm), const SOCK_FLAGS_MASK ideal-int 21776pkg syscall (netbsd-arm), const SOCK_NONBLOCK ideal-int 21777pkg syscall (netbsd-arm), const SOCK_NOSIGPIPE ideal-int 21778pkg syscall (netbsd-arm), const SOCK_RDM ideal-int 21779pkg syscall (netbsd-arm), const SO_ACCEPTCONN ideal-int 21780pkg syscall (netbsd-arm), const SO_ACCEPTFILTER ideal-int 21781pkg syscall (netbsd-arm), const SO_DEBUG ideal-int 21782pkg syscall (netbsd-arm), const SO_ERROR ideal-int 21783pkg syscall (netbsd-arm), const SO_NOHEADER ideal-int 21784pkg syscall (netbsd-arm), const SO_NOSIGPIPE ideal-int 21785pkg syscall (netbsd-arm), const SO_OOBINLINE ideal-int 21786pkg syscall (netbsd-arm), const SO_OVERFLOWED ideal-int 21787pkg syscall (netbsd-arm), const SO_RCVLOWAT ideal-int 21788pkg syscall (netbsd-arm), const SO_RCVTIMEO ideal-int 21789pkg syscall (netbsd-arm), const SO_REUSEPORT ideal-int 21790pkg syscall (netbsd-arm), const SO_SNDLOWAT ideal-int 21791pkg syscall (netbsd-arm), const SO_SNDTIMEO ideal-int 21792pkg syscall (netbsd-arm), const SO_TIMESTAMP ideal-int 21793pkg syscall (netbsd-arm), const SO_TYPE ideal-int 21794pkg syscall (netbsd-arm), const SO_USELOOPBACK ideal-int 21795pkg syscall (netbsd-arm), const SYSCTL_VERSION ideal-int 21796pkg syscall (netbsd-arm), const SYSCTL_VERS_0 ideal-int 21797pkg syscall (netbsd-arm), const SYSCTL_VERS_1 ideal-int 21798pkg syscall (netbsd-arm), const SYSCTL_VERS_MASK ideal-int 21799pkg syscall (netbsd-arm), const SYS_ACCEPT ideal-int 21800pkg syscall (netbsd-arm), const SYS_ACCESS ideal-int 21801pkg syscall (netbsd-arm), const SYS_ACCT ideal-int 21802pkg syscall (netbsd-arm), const SYS_ADJTIME ideal-int 21803pkg syscall (netbsd-arm), const SYS_BIND ideal-int 21804pkg syscall (netbsd-arm), const SYS_BREAK ideal-int 21805pkg syscall (netbsd-arm), const SYS_CHDIR ideal-int 21806pkg syscall (netbsd-arm), const SYS_CHFLAGS ideal-int 21807pkg syscall (netbsd-arm), const SYS_CHMOD ideal-int 21808pkg syscall (netbsd-arm), const SYS_CHOWN ideal-int 21809pkg syscall (netbsd-arm), const SYS_CHROOT ideal-int 21810pkg syscall (netbsd-arm), const SYS_CLOCK_GETRES ideal-int 21811pkg syscall (netbsd-arm), const SYS_CLOCK_GETTIME ideal-int 21812pkg syscall (netbsd-arm), const SYS_CLOCK_SETTIME ideal-int 21813pkg syscall (netbsd-arm), const SYS_CLOSE ideal-int 21814pkg syscall (netbsd-arm), const SYS_CONNECT ideal-int 21815pkg syscall (netbsd-arm), const SYS_DUP ideal-int 21816pkg syscall (netbsd-arm), const SYS_DUP2 ideal-int 21817pkg syscall (netbsd-arm), const SYS_DUP3 ideal-int 21818pkg syscall (netbsd-arm), const SYS_EXECVE ideal-int 21819pkg syscall (netbsd-arm), const SYS_EXIT ideal-int 21820pkg syscall (netbsd-arm), const SYS_EXTATTRCTL ideal-int 21821pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_FD ideal-int 21822pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_FILE ideal-int 21823pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_LINK ideal-int 21824pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_FD ideal-int 21825pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_FILE ideal-int 21826pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_LINK ideal-int 21827pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_FD ideal-int 21828pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_FILE ideal-int 21829pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_LINK ideal-int 21830pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_FD ideal-int 21831pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_FILE ideal-int 21832pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_LINK ideal-int 21833pkg syscall (netbsd-arm), const SYS_FACCESSAT ideal-int 21834pkg syscall (netbsd-arm), const SYS_FCHDIR ideal-int 21835pkg syscall (netbsd-arm), const SYS_FCHFLAGS ideal-int 21836pkg syscall (netbsd-arm), const SYS_FCHMOD ideal-int 21837pkg syscall (netbsd-arm), const SYS_FCHMODAT ideal-int 21838pkg syscall (netbsd-arm), const SYS_FCHOWN ideal-int 21839pkg syscall (netbsd-arm), const SYS_FCHOWNAT ideal-int 21840pkg syscall (netbsd-arm), const SYS_FCHROOT ideal-int 21841pkg syscall (netbsd-arm), const SYS_FCNTL ideal-int 21842pkg syscall (netbsd-arm), const SYS_FDATASYNC ideal-int 21843pkg syscall (netbsd-arm), const SYS_FEXECVE ideal-int 21844pkg syscall (netbsd-arm), const SYS_FGETXATTR ideal-int 21845pkg syscall (netbsd-arm), const SYS_FHSTAT ideal-int 21846pkg syscall (netbsd-arm), const SYS_FKTRACE ideal-int 21847pkg syscall (netbsd-arm), const SYS_FLISTXATTR ideal-int 21848pkg syscall (netbsd-arm), const SYS_FLOCK ideal-int 21849pkg syscall (netbsd-arm), const SYS_FORK ideal-int 21850pkg syscall (netbsd-arm), const SYS_FPATHCONF ideal-int 21851pkg syscall (netbsd-arm), const SYS_FREMOVEXATTR ideal-int 21852pkg syscall (netbsd-arm), const SYS_FSETXATTR ideal-int 21853pkg syscall (netbsd-arm), const SYS_FSTAT ideal-int 21854pkg syscall (netbsd-arm), const SYS_FSTATAT ideal-int 21855pkg syscall (netbsd-arm), const SYS_FSTATVFS1 ideal-int 21856pkg syscall (netbsd-arm), const SYS_FSYNC ideal-int 21857pkg syscall (netbsd-arm), const SYS_FSYNC_RANGE ideal-int 21858pkg syscall (netbsd-arm), const SYS_FTRUNCATE ideal-int 21859pkg syscall (netbsd-arm), const SYS_FUTIMENS ideal-int 21860pkg syscall (netbsd-arm), const SYS_FUTIMES ideal-int 21861pkg syscall (netbsd-arm), const SYS_GETCONTEXT ideal-int 21862pkg syscall (netbsd-arm), const SYS_GETDENTS ideal-int 21863pkg syscall (netbsd-arm), const SYS_GETEGID ideal-int 21864pkg syscall (netbsd-arm), const SYS_GETEUID ideal-int 21865pkg syscall (netbsd-arm), const SYS_GETFH ideal-int 21866pkg syscall (netbsd-arm), const SYS_GETGID ideal-int 21867pkg syscall (netbsd-arm), const SYS_GETGROUPS ideal-int 21868pkg syscall (netbsd-arm), const SYS_GETITIMER ideal-int 21869pkg syscall (netbsd-arm), const SYS_GETPEERNAME ideal-int 21870pkg syscall (netbsd-arm), const SYS_GETPGID ideal-int 21871pkg syscall (netbsd-arm), const SYS_GETPGRP ideal-int 21872pkg syscall (netbsd-arm), const SYS_GETPID ideal-int 21873pkg syscall (netbsd-arm), const SYS_GETPPID ideal-int 21874pkg syscall (netbsd-arm), const SYS_GETPRIORITY ideal-int 21875pkg syscall (netbsd-arm), const SYS_GETRLIMIT ideal-int 21876pkg syscall (netbsd-arm), const SYS_GETRUSAGE ideal-int 21877pkg syscall (netbsd-arm), const SYS_GETSID ideal-int 21878pkg syscall (netbsd-arm), const SYS_GETSOCKNAME ideal-int 21879pkg syscall (netbsd-arm), const SYS_GETSOCKOPT ideal-int 21880pkg syscall (netbsd-arm), const SYS_GETTIMEOFDAY ideal-int 21881pkg syscall (netbsd-arm), const SYS_GETUID ideal-int 21882pkg syscall (netbsd-arm), const SYS_GETVFSSTAT ideal-int 21883pkg syscall (netbsd-arm), const SYS_GETXATTR ideal-int 21884pkg syscall (netbsd-arm), const SYS_IOCTL ideal-int 21885pkg syscall (netbsd-arm), const SYS_ISSETUGID ideal-int 21886pkg syscall (netbsd-arm), const SYS_KEVENT ideal-int 21887pkg syscall (netbsd-arm), const SYS_KILL ideal-int 21888pkg syscall (netbsd-arm), const SYS_KQUEUE ideal-int 21889pkg syscall (netbsd-arm), const SYS_KQUEUE1 ideal-int 21890pkg syscall (netbsd-arm), const SYS_KTRACE ideal-int 21891pkg syscall (netbsd-arm), const SYS_LCHFLAGS ideal-int 21892pkg syscall (netbsd-arm), const SYS_LCHMOD ideal-int 21893pkg syscall (netbsd-arm), const SYS_LCHOWN ideal-int 21894pkg syscall (netbsd-arm), const SYS_LGETXATTR ideal-int 21895pkg syscall (netbsd-arm), const SYS_LINK ideal-int 21896pkg syscall (netbsd-arm), const SYS_LINKAT ideal-int 21897pkg syscall (netbsd-arm), const SYS_LISTEN ideal-int 21898pkg syscall (netbsd-arm), const SYS_LISTXATTR ideal-int 21899pkg syscall (netbsd-arm), const SYS_LLISTXATTR ideal-int 21900pkg syscall (netbsd-arm), const SYS_LREMOVEXATTR ideal-int 21901pkg syscall (netbsd-arm), const SYS_LSEEK ideal-int 21902pkg syscall (netbsd-arm), const SYS_LSETXATTR ideal-int 21903pkg syscall (netbsd-arm), const SYS_LSTAT ideal-int 21904pkg syscall (netbsd-arm), const SYS_LUTIMES ideal-int 21905pkg syscall (netbsd-arm), const SYS_MADVISE ideal-int 21906pkg syscall (netbsd-arm), const SYS_MINCORE ideal-int 21907pkg syscall (netbsd-arm), const SYS_MINHERIT ideal-int 21908pkg syscall (netbsd-arm), const SYS_MKDIR ideal-int 21909pkg syscall (netbsd-arm), const SYS_MKDIRAT ideal-int 21910pkg syscall (netbsd-arm), const SYS_MKFIFO ideal-int 21911pkg syscall (netbsd-arm), const SYS_MKFIFOAT ideal-int 21912pkg syscall (netbsd-arm), const SYS_MKNOD ideal-int 21913pkg syscall (netbsd-arm), const SYS_MKNODAT ideal-int 21914pkg syscall (netbsd-arm), const SYS_MLOCK ideal-int 21915pkg syscall (netbsd-arm), const SYS_MLOCKALL ideal-int 21916pkg syscall (netbsd-arm), const SYS_MMAP ideal-int 21917pkg syscall (netbsd-arm), const SYS_MODCTL ideal-int 21918pkg syscall (netbsd-arm), const SYS_MOUNT ideal-int 21919pkg syscall (netbsd-arm), const SYS_MPROTECT ideal-int 21920pkg syscall (netbsd-arm), const SYS_MREMAP ideal-int 21921pkg syscall (netbsd-arm), const SYS_MSGCTL ideal-int 21922pkg syscall (netbsd-arm), const SYS_MSGGET ideal-int 21923pkg syscall (netbsd-arm), const SYS_MSGRCV ideal-int 21924pkg syscall (netbsd-arm), const SYS_MSGSND ideal-int 21925pkg syscall (netbsd-arm), const SYS_MUNLOCK ideal-int 21926pkg syscall (netbsd-arm), const SYS_MUNLOCKALL ideal-int 21927pkg syscall (netbsd-arm), const SYS_MUNMAP ideal-int 21928pkg syscall (netbsd-arm), const SYS_NANOSLEEP ideal-int 21929pkg syscall (netbsd-arm), const SYS_NTP_ADJTIME ideal-int 21930pkg syscall (netbsd-arm), const SYS_NTP_GETTIME ideal-int 21931pkg syscall (netbsd-arm), const SYS_OPEN ideal-int 21932pkg syscall (netbsd-arm), const SYS_OPENAT ideal-int 21933pkg syscall (netbsd-arm), const SYS_PACCEPT ideal-int 21934pkg syscall (netbsd-arm), const SYS_PATHCONF ideal-int 21935pkg syscall (netbsd-arm), const SYS_PIPE ideal-int 21936pkg syscall (netbsd-arm), const SYS_PIPE2 ideal-int 21937pkg syscall (netbsd-arm), const SYS_PMC_CONTROL ideal-int 21938pkg syscall (netbsd-arm), const SYS_PMC_GET_INFO ideal-int 21939pkg syscall (netbsd-arm), const SYS_POLL ideal-int 21940pkg syscall (netbsd-arm), const SYS_POLLTS ideal-int 21941pkg syscall (netbsd-arm), const SYS_POSIX_FADVISE ideal-int 21942pkg syscall (netbsd-arm), const SYS_POSIX_SPAWN ideal-int 21943pkg syscall (netbsd-arm), const SYS_PREAD ideal-int 21944pkg syscall (netbsd-arm), const SYS_PREADV ideal-int 21945pkg syscall (netbsd-arm), const SYS_PROFIL ideal-int 21946pkg syscall (netbsd-arm), const SYS_PSELECT ideal-int 21947pkg syscall (netbsd-arm), const SYS_PSET_ASSIGN ideal-int 21948pkg syscall (netbsd-arm), const SYS_PSET_CREATE ideal-int 21949pkg syscall (netbsd-arm), const SYS_PSET_DESTROY ideal-int 21950pkg syscall (netbsd-arm), const SYS_PTRACE ideal-int 21951pkg syscall (netbsd-arm), const SYS_PWRITE ideal-int 21952pkg syscall (netbsd-arm), const SYS_PWRITEV ideal-int 21953pkg syscall (netbsd-arm), const SYS_RASCTL ideal-int 21954pkg syscall (netbsd-arm), const SYS_READ ideal-int 21955pkg syscall (netbsd-arm), const SYS_READLINK ideal-int 21956pkg syscall (netbsd-arm), const SYS_READLINKAT ideal-int 21957pkg syscall (netbsd-arm), const SYS_READV ideal-int 21958pkg syscall (netbsd-arm), const SYS_REBOOT ideal-int 21959pkg syscall (netbsd-arm), const SYS_RECVFROM ideal-int 21960pkg syscall (netbsd-arm), const SYS_RECVMMSG ideal-int 21961pkg syscall (netbsd-arm), const SYS_RECVMSG ideal-int 21962pkg syscall (netbsd-arm), const SYS_REMOVEXATTR ideal-int 21963pkg syscall (netbsd-arm), const SYS_RENAME ideal-int 21964pkg syscall (netbsd-arm), const SYS_RENAMEAT ideal-int 21965pkg syscall (netbsd-arm), const SYS_REVOKE ideal-int 21966pkg syscall (netbsd-arm), const SYS_RMDIR ideal-int 21967pkg syscall (netbsd-arm), const SYS_SBRK ideal-int 21968pkg syscall (netbsd-arm), const SYS_SCHED_YIELD ideal-int 21969pkg syscall (netbsd-arm), const SYS_SELECT ideal-int 21970pkg syscall (netbsd-arm), const SYS_SEMCONFIG ideal-int 21971pkg syscall (netbsd-arm), const SYS_SEMGET ideal-int 21972pkg syscall (netbsd-arm), const SYS_SEMOP ideal-int 21973pkg syscall (netbsd-arm), const SYS_SENDMMSG ideal-int 21974pkg syscall (netbsd-arm), const SYS_SENDMSG ideal-int 21975pkg syscall (netbsd-arm), const SYS_SENDTO ideal-int 21976pkg syscall (netbsd-arm), const SYS_SETCONTEXT ideal-int 21977pkg syscall (netbsd-arm), const SYS_SETEGID ideal-int 21978pkg syscall (netbsd-arm), const SYS_SETEUID ideal-int 21979pkg syscall (netbsd-arm), const SYS_SETGID ideal-int 21980pkg syscall (netbsd-arm), const SYS_SETGROUPS ideal-int 21981pkg syscall (netbsd-arm), const SYS_SETITIMER ideal-int 21982pkg syscall (netbsd-arm), const SYS_SETPGID ideal-int 21983pkg syscall (netbsd-arm), const SYS_SETPRIORITY ideal-int 21984pkg syscall (netbsd-arm), const SYS_SETREGID ideal-int 21985pkg syscall (netbsd-arm), const SYS_SETREUID ideal-int 21986pkg syscall (netbsd-arm), const SYS_SETRLIMIT ideal-int 21987pkg syscall (netbsd-arm), const SYS_SETSID ideal-int 21988pkg syscall (netbsd-arm), const SYS_SETSOCKOPT ideal-int 21989pkg syscall (netbsd-arm), const SYS_SETTIMEOFDAY ideal-int 21990pkg syscall (netbsd-arm), const SYS_SETUID ideal-int 21991pkg syscall (netbsd-arm), const SYS_SETXATTR ideal-int 21992pkg syscall (netbsd-arm), const SYS_SHMAT ideal-int 21993pkg syscall (netbsd-arm), const SYS_SHMCTL ideal-int 21994pkg syscall (netbsd-arm), const SYS_SHMDT ideal-int 21995pkg syscall (netbsd-arm), const SYS_SHMGET ideal-int 21996pkg syscall (netbsd-arm), const SYS_SHUTDOWN ideal-int 21997pkg syscall (netbsd-arm), const SYS_SIGQUEUEINFO ideal-int 21998pkg syscall (netbsd-arm), const SYS_SOCKET ideal-int 21999pkg syscall (netbsd-arm), const SYS_SOCKETPAIR ideal-int 22000pkg syscall (netbsd-arm), const SYS_SSTK ideal-int 22001pkg syscall (netbsd-arm), const SYS_STAT ideal-int 22002pkg syscall (netbsd-arm), const SYS_STATVFS1 ideal-int 22003pkg syscall (netbsd-arm), const SYS_SWAPCTL ideal-int 22004pkg syscall (netbsd-arm), const SYS_SYMLINK ideal-int 22005pkg syscall (netbsd-arm), const SYS_SYMLINKAT ideal-int 22006pkg syscall (netbsd-arm), const SYS_SYNC ideal-int 22007pkg syscall (netbsd-arm), const SYS_SYSARCH ideal-int 22008pkg syscall (netbsd-arm), const SYS_TIMER_CREATE ideal-int 22009pkg syscall (netbsd-arm), const SYS_TIMER_DELETE ideal-int 22010pkg syscall (netbsd-arm), const SYS_TIMER_GETOVERRUN ideal-int 22011pkg syscall (netbsd-arm), const SYS_TIMER_GETTIME ideal-int 22012pkg syscall (netbsd-arm), const SYS_TIMER_SETTIME ideal-int 22013pkg syscall (netbsd-arm), const SYS_TRUNCATE ideal-int 22014pkg syscall (netbsd-arm), const SYS_UMASK ideal-int 22015pkg syscall (netbsd-arm), const SYS_UNDELETE ideal-int 22016pkg syscall (netbsd-arm), const SYS_UNLINK ideal-int 22017pkg syscall (netbsd-arm), const SYS_UNLINKAT ideal-int 22018pkg syscall (netbsd-arm), const SYS_UNMOUNT ideal-int 22019pkg syscall (netbsd-arm), const SYS_UTIMENSAT ideal-int 22020pkg syscall (netbsd-arm), const SYS_UTIMES ideal-int 22021pkg syscall (netbsd-arm), const SYS_UTRACE ideal-int 22022pkg syscall (netbsd-arm), const SYS_UUIDGEN ideal-int 22023pkg syscall (netbsd-arm), const SYS_VADVISE ideal-int 22024pkg syscall (netbsd-arm), const SYS_VFORK ideal-int 22025pkg syscall (netbsd-arm), const SYS_WAIT4 ideal-int 22026pkg syscall (netbsd-arm), const SYS_WRITE ideal-int 22027pkg syscall (netbsd-arm), const SYS_WRITEV ideal-int 22028pkg syscall (netbsd-arm), const SYS__LWP_CONTINUE ideal-int 22029pkg syscall (netbsd-arm), const SYS__LWP_CREATE ideal-int 22030pkg syscall (netbsd-arm), const SYS__LWP_CTL ideal-int 22031pkg syscall (netbsd-arm), const SYS__LWP_DETACH ideal-int 22032pkg syscall (netbsd-arm), const SYS__LWP_EXIT ideal-int 22033pkg syscall (netbsd-arm), const SYS__LWP_GETNAME ideal-int 22034pkg syscall (netbsd-arm), const SYS__LWP_GETPRIVATE ideal-int 22035pkg syscall (netbsd-arm), const SYS__LWP_KILL ideal-int 22036pkg syscall (netbsd-arm), const SYS__LWP_PARK ideal-int 22037pkg syscall (netbsd-arm), const SYS__LWP_SELF ideal-int 22038pkg syscall (netbsd-arm), const SYS__LWP_SETNAME ideal-int 22039pkg syscall (netbsd-arm), const SYS__LWP_SETPRIVATE ideal-int 22040pkg syscall (netbsd-arm), const SYS__LWP_SUSPEND ideal-int 22041pkg syscall (netbsd-arm), const SYS__LWP_UNPARK ideal-int 22042pkg syscall (netbsd-arm), const SYS__LWP_UNPARK_ALL ideal-int 22043pkg syscall (netbsd-arm), const SYS__LWP_WAIT ideal-int 22044pkg syscall (netbsd-arm), const SYS__LWP_WAKEUP ideal-int 22045pkg syscall (netbsd-arm), const SYS__PSET_BIND ideal-int 22046pkg syscall (netbsd-arm), const SYS__SCHED_GETAFFINITY ideal-int 22047pkg syscall (netbsd-arm), const SYS__SCHED_GETPARAM ideal-int 22048pkg syscall (netbsd-arm), const SYS__SCHED_SETAFFINITY ideal-int 22049pkg syscall (netbsd-arm), const SYS__SCHED_SETPARAM ideal-int 22050pkg syscall (netbsd-arm), const SYS___CLONE ideal-int 22051pkg syscall (netbsd-arm), const SYS___GETCWD ideal-int 22052pkg syscall (netbsd-arm), const SYS___GETLOGIN ideal-int 22053pkg syscall (netbsd-arm), const SYS___POSIX_CHOWN ideal-int 22054pkg syscall (netbsd-arm), const SYS___POSIX_FCHOWN ideal-int 22055pkg syscall (netbsd-arm), const SYS___POSIX_LCHOWN ideal-int 22056pkg syscall (netbsd-arm), const SYS___POSIX_RENAME ideal-int 22057pkg syscall (netbsd-arm), const SYS___QUOTACTL ideal-int 22058pkg syscall (netbsd-arm), const SYS___SEMCTL ideal-int 22059pkg syscall (netbsd-arm), const SYS___SETLOGIN ideal-int 22060pkg syscall (netbsd-arm), const SYS___SIGACTION_SIGTRAMP ideal-int 22061pkg syscall (netbsd-arm), const SYS___SIGTIMEDWAIT ideal-int 22062pkg syscall (netbsd-arm), const SYS___SYSCTL ideal-int 22063pkg syscall (netbsd-arm), const S_ARCH1 ideal-int 22064pkg syscall (netbsd-arm), const S_ARCH2 ideal-int 22065pkg syscall (netbsd-arm), const S_BLKSIZE ideal-int 22066pkg syscall (netbsd-arm), const S_IEXEC ideal-int 22067pkg syscall (netbsd-arm), const S_IFWHT ideal-int 22068pkg syscall (netbsd-arm), const S_IREAD ideal-int 22069pkg syscall (netbsd-arm), const S_IRGRP ideal-int 22070pkg syscall (netbsd-arm), const S_IROTH ideal-int 22071pkg syscall (netbsd-arm), const S_IRWXG ideal-int 22072pkg syscall (netbsd-arm), const S_IRWXO ideal-int 22073pkg syscall (netbsd-arm), const S_IRWXU ideal-int 22074pkg syscall (netbsd-arm), const S_ISTXT ideal-int 22075pkg syscall (netbsd-arm), const S_IWGRP ideal-int 22076pkg syscall (netbsd-arm), const S_IWOTH ideal-int 22077pkg syscall (netbsd-arm), const S_IWRITE ideal-int 22078pkg syscall (netbsd-arm), const S_IXGRP ideal-int 22079pkg syscall (netbsd-arm), const S_IXOTH ideal-int 22080pkg syscall (netbsd-arm), const SizeofBpfHdr ideal-int 22081pkg syscall (netbsd-arm), const SizeofBpfInsn ideal-int 22082pkg syscall (netbsd-arm), const SizeofBpfProgram ideal-int 22083pkg syscall (netbsd-arm), const SizeofBpfStat ideal-int 22084pkg syscall (netbsd-arm), const SizeofBpfVersion ideal-int 22085pkg syscall (netbsd-arm), const SizeofCmsghdr ideal-int 22086pkg syscall (netbsd-arm), const SizeofICMPv6Filter = 32 22087pkg syscall (netbsd-arm), const SizeofICMPv6Filter ideal-int 22088pkg syscall (netbsd-arm), const SizeofIPMreq ideal-int 22089pkg syscall (netbsd-arm), const SizeofIPv6MTUInfo = 32 22090pkg syscall (netbsd-arm), const SizeofIPv6MTUInfo ideal-int 22091pkg syscall (netbsd-arm), const SizeofIPv6Mreq ideal-int 22092pkg syscall (netbsd-arm), const SizeofIfAnnounceMsghdr ideal-int 22093pkg syscall (netbsd-arm), const SizeofIfData ideal-int 22094pkg syscall (netbsd-arm), const SizeofIfMsghdr ideal-int 22095pkg syscall (netbsd-arm), const SizeofIfaMsghdr ideal-int 22096pkg syscall (netbsd-arm), const SizeofInet6Pktinfo ideal-int 22097pkg syscall (netbsd-arm), const SizeofLinger ideal-int 22098pkg syscall (netbsd-arm), const SizeofMsghdr ideal-int 22099pkg syscall (netbsd-arm), const SizeofRtMetrics ideal-int 22100pkg syscall (netbsd-arm), const SizeofRtMsghdr ideal-int 22101pkg syscall (netbsd-arm), const SizeofSockaddrAny ideal-int 22102pkg syscall (netbsd-arm), const SizeofSockaddrDatalink ideal-int 22103pkg syscall (netbsd-arm), const SizeofSockaddrInet4 ideal-int 22104pkg syscall (netbsd-arm), const SizeofSockaddrInet6 ideal-int 22105pkg syscall (netbsd-arm), const SizeofSockaddrUnix ideal-int 22106pkg syscall (netbsd-arm), const TCIFLUSH ideal-int 22107pkg syscall (netbsd-arm), const TCIOFLUSH ideal-int 22108pkg syscall (netbsd-arm), const TCOFLUSH ideal-int 22109pkg syscall (netbsd-arm), const TCP_CONGCTL ideal-int 22110pkg syscall (netbsd-arm), const TCP_KEEPCNT ideal-int 22111pkg syscall (netbsd-arm), const TCP_KEEPIDLE ideal-int 22112pkg syscall (netbsd-arm), const TCP_KEEPINIT ideal-int 22113pkg syscall (netbsd-arm), const TCP_KEEPINTVL ideal-int 22114pkg syscall (netbsd-arm), const TCP_MAXBURST ideal-int 22115pkg syscall (netbsd-arm), const TCP_MAXSEG ideal-int 22116pkg syscall (netbsd-arm), const TCP_MAXWIN ideal-int 22117pkg syscall (netbsd-arm), const TCP_MAX_WINSHIFT ideal-int 22118pkg syscall (netbsd-arm), const TCP_MD5SIG ideal-int 22119pkg syscall (netbsd-arm), const TCP_MINMSS ideal-int 22120pkg syscall (netbsd-arm), const TCP_MSS ideal-int 22121pkg syscall (netbsd-arm), const TCSAFLUSH ideal-int 22122pkg syscall (netbsd-arm), const TIOCCBRK ideal-int 22123pkg syscall (netbsd-arm), const TIOCCDTR ideal-int 22124pkg syscall (netbsd-arm), const TIOCCONS ideal-int 22125pkg syscall (netbsd-arm), const TIOCDCDTIMESTAMP ideal-int 22126pkg syscall (netbsd-arm), const TIOCDRAIN ideal-int 22127pkg syscall (netbsd-arm), const TIOCEXCL ideal-int 22128pkg syscall (netbsd-arm), const TIOCEXT ideal-int 22129pkg syscall (netbsd-arm), const TIOCFLAG_CDTRCTS ideal-int 22130pkg syscall (netbsd-arm), const TIOCFLAG_CLOCAL ideal-int 22131pkg syscall (netbsd-arm), const TIOCFLAG_CRTSCTS ideal-int 22132pkg syscall (netbsd-arm), const TIOCFLAG_MDMBUF ideal-int 22133pkg syscall (netbsd-arm), const TIOCFLAG_SOFTCAR ideal-int 22134pkg syscall (netbsd-arm), const TIOCFLUSH ideal-int 22135pkg syscall (netbsd-arm), const TIOCGETA ideal-int 22136pkg syscall (netbsd-arm), const TIOCGETD ideal-int 22137pkg syscall (netbsd-arm), const TIOCGFLAGS ideal-int 22138pkg syscall (netbsd-arm), const TIOCGLINED ideal-int 22139pkg syscall (netbsd-arm), const TIOCGPGRP ideal-int 22140pkg syscall (netbsd-arm), const TIOCGQSIZE ideal-int 22141pkg syscall (netbsd-arm), const TIOCGRANTPT ideal-int 22142pkg syscall (netbsd-arm), const TIOCGSID ideal-int 22143pkg syscall (netbsd-arm), const TIOCGSIZE ideal-int 22144pkg syscall (netbsd-arm), const TIOCGWINSZ ideal-int 22145pkg syscall (netbsd-arm), const TIOCMBIC ideal-int 22146pkg syscall (netbsd-arm), const TIOCMBIS ideal-int 22147pkg syscall (netbsd-arm), const TIOCMGET ideal-int 22148pkg syscall (netbsd-arm), const TIOCMSET ideal-int 22149pkg syscall (netbsd-arm), const TIOCM_CAR ideal-int 22150pkg syscall (netbsd-arm), const TIOCM_CD ideal-int 22151pkg syscall (netbsd-arm), const TIOCM_CTS ideal-int 22152pkg syscall (netbsd-arm), const TIOCM_DSR ideal-int 22153pkg syscall (netbsd-arm), const TIOCM_DTR ideal-int 22154pkg syscall (netbsd-arm), const TIOCM_LE ideal-int 22155pkg syscall (netbsd-arm), const TIOCM_RI ideal-int 22156pkg syscall (netbsd-arm), const TIOCM_RNG ideal-int 22157pkg syscall (netbsd-arm), const TIOCM_RTS ideal-int 22158pkg syscall (netbsd-arm), const TIOCM_SR ideal-int 22159pkg syscall (netbsd-arm), const TIOCM_ST ideal-int 22160pkg syscall (netbsd-arm), const TIOCNOTTY ideal-int 22161pkg syscall (netbsd-arm), const TIOCNXCL ideal-int 22162pkg syscall (netbsd-arm), const TIOCOUTQ ideal-int 22163pkg syscall (netbsd-arm), const TIOCPKT ideal-int 22164pkg syscall (netbsd-arm), const TIOCPKT_DATA ideal-int 22165pkg syscall (netbsd-arm), const TIOCPKT_DOSTOP ideal-int 22166pkg syscall (netbsd-arm), const TIOCPKT_FLUSHREAD ideal-int 22167pkg syscall (netbsd-arm), const TIOCPKT_FLUSHWRITE ideal-int 22168pkg syscall (netbsd-arm), const TIOCPKT_IOCTL ideal-int 22169pkg syscall (netbsd-arm), const TIOCPKT_NOSTOP ideal-int 22170pkg syscall (netbsd-arm), const TIOCPKT_START ideal-int 22171pkg syscall (netbsd-arm), const TIOCPKT_STOP ideal-int 22172pkg syscall (netbsd-arm), const TIOCPTMGET ideal-int 22173pkg syscall (netbsd-arm), const TIOCPTSNAME ideal-int 22174pkg syscall (netbsd-arm), const TIOCRCVFRAME ideal-int 22175pkg syscall (netbsd-arm), const TIOCREMOTE ideal-int 22176pkg syscall (netbsd-arm), const TIOCSBRK ideal-int 22177pkg syscall (netbsd-arm), const TIOCSCTTY ideal-int 22178pkg syscall (netbsd-arm), const TIOCSDTR ideal-int 22179pkg syscall (netbsd-arm), const TIOCSETA ideal-int 22180pkg syscall (netbsd-arm), const TIOCSETAF ideal-int 22181pkg syscall (netbsd-arm), const TIOCSETAW ideal-int 22182pkg syscall (netbsd-arm), const TIOCSETD ideal-int 22183pkg syscall (netbsd-arm), const TIOCSFLAGS ideal-int 22184pkg syscall (netbsd-arm), const TIOCSIG ideal-int 22185pkg syscall (netbsd-arm), const TIOCSLINED ideal-int 22186pkg syscall (netbsd-arm), const TIOCSPGRP ideal-int 22187pkg syscall (netbsd-arm), const TIOCSQSIZE ideal-int 22188pkg syscall (netbsd-arm), const TIOCSSIZE ideal-int 22189pkg syscall (netbsd-arm), const TIOCSTART ideal-int 22190pkg syscall (netbsd-arm), const TIOCSTAT ideal-int 22191pkg syscall (netbsd-arm), const TIOCSTI ideal-int 22192pkg syscall (netbsd-arm), const TIOCSTOP ideal-int 22193pkg syscall (netbsd-arm), const TIOCSWINSZ ideal-int 22194pkg syscall (netbsd-arm), const TIOCUCNTL ideal-int 22195pkg syscall (netbsd-arm), const TIOCXMTFRAME ideal-int 22196pkg syscall (netbsd-arm), const TOSTOP ideal-int 22197pkg syscall (netbsd-arm), const VDISCARD ideal-int 22198pkg syscall (netbsd-arm), const VDSUSP ideal-int 22199pkg syscall (netbsd-arm), const VEOF ideal-int 22200pkg syscall (netbsd-arm), const VEOL ideal-int 22201pkg syscall (netbsd-arm), const VEOL2 ideal-int 22202pkg syscall (netbsd-arm), const VERASE ideal-int 22203pkg syscall (netbsd-arm), const VINTR ideal-int 22204pkg syscall (netbsd-arm), const VKILL ideal-int 22205pkg syscall (netbsd-arm), const VLNEXT ideal-int 22206pkg syscall (netbsd-arm), const VMIN ideal-int 22207pkg syscall (netbsd-arm), const VQUIT ideal-int 22208pkg syscall (netbsd-arm), const VREPRINT ideal-int 22209pkg syscall (netbsd-arm), const VSTART ideal-int 22210pkg syscall (netbsd-arm), const VSTATUS ideal-int 22211pkg syscall (netbsd-arm), const VSTOP ideal-int 22212pkg syscall (netbsd-arm), const VSUSP ideal-int 22213pkg syscall (netbsd-arm), const VTIME ideal-int 22214pkg syscall (netbsd-arm), const VWERASE ideal-int 22215pkg syscall (netbsd-arm), const WALL ideal-int 22216pkg syscall (netbsd-arm), const WALLSIG ideal-int 22217pkg syscall (netbsd-arm), const WALTSIG ideal-int 22218pkg syscall (netbsd-arm), const WCLONE ideal-int 22219pkg syscall (netbsd-arm), const WCOREFLAG ideal-int 22220pkg syscall (netbsd-arm), const WNOHANG ideal-int 22221pkg syscall (netbsd-arm), const WNOWAIT ideal-int 22222pkg syscall (netbsd-arm), const WNOZOMBIE ideal-int 22223pkg syscall (netbsd-arm), const WOPTSCHECKED ideal-int 22224pkg syscall (netbsd-arm), const WSTOPPED ideal-int 22225pkg syscall (netbsd-arm), const WUNTRACED ideal-int 22226pkg syscall (netbsd-arm), func Accept(int) (int, Sockaddr, error) 22227pkg syscall (netbsd-arm), func Access(string, uint32) error 22228pkg syscall (netbsd-arm), func Adjtime(*Timeval, *Timeval) error 22229pkg syscall (netbsd-arm), func Bind(int, Sockaddr) error 22230pkg syscall (netbsd-arm), func BpfBuflen(int) (int, error) 22231pkg syscall (netbsd-arm), func BpfDatalink(int) (int, error) 22232pkg syscall (netbsd-arm), func BpfHeadercmpl(int) (int, error) 22233pkg syscall (netbsd-arm), func BpfInterface(int, string) (string, error) 22234pkg syscall (netbsd-arm), func BpfJump(int, int, int, int) *BpfInsn 22235pkg syscall (netbsd-arm), func BpfStats(int) (*BpfStat, error) 22236pkg syscall (netbsd-arm), func BpfStmt(int, int) *BpfInsn 22237pkg syscall (netbsd-arm), func BpfTimeout(int) (*Timeval, error) 22238pkg syscall (netbsd-arm), func CheckBpfVersion(int) error 22239pkg syscall (netbsd-arm), func Chflags(string, int) error 22240pkg syscall (netbsd-arm), func Chroot(string) error 22241pkg syscall (netbsd-arm), func Close(int) error 22242pkg syscall (netbsd-arm), func CloseOnExec(int) 22243pkg syscall (netbsd-arm), func CmsgLen(int) int 22244pkg syscall (netbsd-arm), func CmsgSpace(int) int 22245pkg syscall (netbsd-arm), func Connect(int, Sockaddr) error 22246pkg syscall (netbsd-arm), func Dup(int) (int, error) 22247pkg syscall (netbsd-arm), func Dup2(int, int) error 22248pkg syscall (netbsd-arm), func Fchdir(int) error 22249pkg syscall (netbsd-arm), func Fchflags(string, int) error 22250pkg syscall (netbsd-arm), func Fchmod(int, uint32) error 22251pkg syscall (netbsd-arm), func Fchown(int, int, int) error 22252pkg syscall (netbsd-arm), func Flock(int, int) error 22253pkg syscall (netbsd-arm), func FlushBpf(int) error 22254pkg syscall (netbsd-arm), func ForkExec(string, []string, *ProcAttr) (int, error) 22255pkg syscall (netbsd-arm), func Fpathconf(int, int) (int, error) 22256pkg syscall (netbsd-arm), func Fstat(int, *Stat_t) error 22257pkg syscall (netbsd-arm), func Fsync(int) error 22258pkg syscall (netbsd-arm), func Ftruncate(int, int64) error 22259pkg syscall (netbsd-arm), func Futimes(int, []Timeval) error 22260pkg syscall (netbsd-arm), func Getdirentries(int, []uint8, *uintptr) (int, error) 22261pkg syscall (netbsd-arm), func Getpeername(int) (Sockaddr, error) 22262pkg syscall (netbsd-arm), func Getpgid(int) (int, error) 22263pkg syscall (netbsd-arm), func Getpgrp() int 22264pkg syscall (netbsd-arm), func Getpriority(int, int) (int, error) 22265pkg syscall (netbsd-arm), func Getrlimit(int, *Rlimit) error 22266pkg syscall (netbsd-arm), func Getrusage(int, *Rusage) error 22267pkg syscall (netbsd-arm), func Getsid(int) (int, error) 22268pkg syscall (netbsd-arm), func Getsockname(int) (Sockaddr, error) 22269pkg syscall (netbsd-arm), func GetsockoptByte(int, int, int) (uint8, error) 22270pkg syscall (netbsd-arm), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 22271pkg syscall (netbsd-arm), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) 22272pkg syscall (netbsd-arm), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 22273pkg syscall (netbsd-arm), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) 22274pkg syscall (netbsd-arm), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) 22275pkg syscall (netbsd-arm), func GetsockoptInt(int, int, int) (int, error) 22276pkg syscall (netbsd-arm), func Issetugid() bool 22277pkg syscall (netbsd-arm), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) 22278pkg syscall (netbsd-arm), func Kill(int, Signal) error 22279pkg syscall (netbsd-arm), func Kqueue() (int, error) 22280pkg syscall (netbsd-arm), func Listen(int, int) error 22281pkg syscall (netbsd-arm), func Lstat(string, *Stat_t) error 22282pkg syscall (netbsd-arm), func Mkfifo(string, uint32) error 22283pkg syscall (netbsd-arm), func Mknod(string, uint32, int) error 22284pkg syscall (netbsd-arm), func Mmap(int, int64, int, int, int) ([]uint8, error) 22285pkg syscall (netbsd-arm), func Munmap([]uint8) error 22286pkg syscall (netbsd-arm), func Nanosleep(*Timespec, *Timespec) error 22287pkg syscall (netbsd-arm), func Open(string, int, uint32) (int, error) 22288pkg syscall (netbsd-arm), func ParseDirent([]uint8, int, []string) (int, int, []string) 22289pkg syscall (netbsd-arm), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) 22290pkg syscall (netbsd-arm), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) 22291pkg syscall (netbsd-arm), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) 22292pkg syscall (netbsd-arm), func ParseUnixRights(*SocketControlMessage) ([]int, error) 22293pkg syscall (netbsd-arm), func Pathconf(string, int) (int, error) 22294pkg syscall (netbsd-arm), func Pipe([]int) error 22295pkg syscall (netbsd-arm), func Pread(int, []uint8, int64) (int, error) 22296pkg syscall (netbsd-arm), func Pwrite(int, []uint8, int64) (int, error) 22297pkg syscall (netbsd-arm), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 22298pkg syscall (netbsd-arm), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 22299pkg syscall (netbsd-arm), func Read(int, []uint8) (int, error) 22300pkg syscall (netbsd-arm), func ReadDirent(int, []uint8) (int, error) 22301pkg syscall (netbsd-arm), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) 22302pkg syscall (netbsd-arm), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) 22303pkg syscall (netbsd-arm), func Revoke(string) error 22304pkg syscall (netbsd-arm), func RouteRIB(int, int) ([]uint8, error) 22305pkg syscall (netbsd-arm), func Seek(int, int64, int) (int64, error) 22306pkg syscall (netbsd-arm), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error 22307pkg syscall (netbsd-arm), func Sendfile(int, int, *int64, int) (int, error) 22308pkg syscall (netbsd-arm), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error 22309pkg syscall (netbsd-arm), func Sendto(int, []uint8, int, Sockaddr) error 22310pkg syscall (netbsd-arm), func SetBpf(int, []BpfInsn) error 22311pkg syscall (netbsd-arm), func SetBpfBuflen(int, int) (int, error) 22312pkg syscall (netbsd-arm), func SetBpfDatalink(int, int) (int, error) 22313pkg syscall (netbsd-arm), func SetBpfHeadercmpl(int, int) error 22314pkg syscall (netbsd-arm), func SetBpfImmediate(int, int) error 22315pkg syscall (netbsd-arm), func SetBpfInterface(int, string) error 22316pkg syscall (netbsd-arm), func SetBpfPromisc(int, int) error 22317pkg syscall (netbsd-arm), func SetBpfTimeout(int, *Timeval) error 22318pkg syscall (netbsd-arm), func SetKevent(*Kevent_t, int, int, int) 22319pkg syscall (netbsd-arm), func SetNonblock(int, bool) error 22320pkg syscall (netbsd-arm), func Setegid(int) error 22321pkg syscall (netbsd-arm), func Seteuid(int) error 22322pkg syscall (netbsd-arm), func Setgid(int) error 22323pkg syscall (netbsd-arm), func Setgroups([]int) error 22324pkg syscall (netbsd-arm), func Setpgid(int, int) error 22325pkg syscall (netbsd-arm), func Setpriority(int, int, int) error 22326pkg syscall (netbsd-arm), func Setregid(int, int) error 22327pkg syscall (netbsd-arm), func Setreuid(int, int) error 22328pkg syscall (netbsd-arm), func Setrlimit(int, *Rlimit) error 22329pkg syscall (netbsd-arm), func Setsid() (int, error) 22330pkg syscall (netbsd-arm), func SetsockoptByte(int, int, int, uint8) error 22331pkg syscall (netbsd-arm), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 22332pkg syscall (netbsd-arm), func SetsockoptIPMreq(int, int, int, *IPMreq) error 22333pkg syscall (netbsd-arm), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error 22334pkg syscall (netbsd-arm), func SetsockoptInet4Addr(int, int, int, [4]uint8) error 22335pkg syscall (netbsd-arm), func SetsockoptInt(int, int, int, int) error 22336pkg syscall (netbsd-arm), func SetsockoptLinger(int, int, int, *Linger) error 22337pkg syscall (netbsd-arm), func SetsockoptString(int, int, int, string) error 22338pkg syscall (netbsd-arm), func SetsockoptTimeval(int, int, int, *Timeval) error 22339pkg syscall (netbsd-arm), func Settimeofday(*Timeval) error 22340pkg syscall (netbsd-arm), func Setuid(int) error 22341pkg syscall (netbsd-arm), func Shutdown(int, int) error 22342pkg syscall (netbsd-arm), func SlicePtrFromStrings([]string) ([]*uint8, error) 22343pkg syscall (netbsd-arm), func Socket(int, int, int) (int, error) 22344pkg syscall (netbsd-arm), func Socketpair(int, int, int) ([2]int, error) 22345pkg syscall (netbsd-arm), func Stat(string, *Stat_t) error 22346pkg syscall (netbsd-arm), func StringSlicePtr([]string) []*uint8 22347pkg syscall (netbsd-arm), func Sync() error 22348pkg syscall (netbsd-arm), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 22349pkg syscall (netbsd-arm), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 22350pkg syscall (netbsd-arm), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 22351pkg syscall (netbsd-arm), func Sysctl(string) (string, error) 22352pkg syscall (netbsd-arm), func SysctlUint32(string) (uint32, error) 22353pkg syscall (netbsd-arm), func TimevalToNsec(Timeval) int64 22354pkg syscall (netbsd-arm), func Truncate(string, int64) error 22355pkg syscall (netbsd-arm), func Umask(int) int 22356pkg syscall (netbsd-arm), func UnixRights(...int) []uint8 22357pkg syscall (netbsd-arm), func Unmount(string, int) error 22358pkg syscall (netbsd-arm), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) 22359pkg syscall (netbsd-arm), func Write(int, []uint8) (int, error) 22360pkg syscall (netbsd-arm), method (*Cmsghdr) SetLen(int) 22361pkg syscall (netbsd-arm), method (*Iovec) SetLen(int) 22362pkg syscall (netbsd-arm), method (*Msghdr) SetControllen(int) 22363pkg syscall (netbsd-arm), type BpfHdr struct 22364pkg syscall (netbsd-arm), type BpfHdr struct, Caplen uint32 22365pkg syscall (netbsd-arm), type BpfHdr struct, Datalen uint32 22366pkg syscall (netbsd-arm), type BpfHdr struct, Hdrlen uint16 22367pkg syscall (netbsd-arm), type BpfHdr struct, Pad_cgo_0 [2]uint8 22368pkg syscall (netbsd-arm), type BpfHdr struct, Tstamp BpfTimeval 22369pkg syscall (netbsd-arm), type BpfInsn struct 22370pkg syscall (netbsd-arm), type BpfInsn struct, Code uint16 22371pkg syscall (netbsd-arm), type BpfInsn struct, Jf uint8 22372pkg syscall (netbsd-arm), type BpfInsn struct, Jt uint8 22373pkg syscall (netbsd-arm), type BpfInsn struct, K uint32 22374pkg syscall (netbsd-arm), type BpfProgram struct 22375pkg syscall (netbsd-arm), type BpfProgram struct, Insns *BpfInsn 22376pkg syscall (netbsd-arm), type BpfProgram struct, Len uint32 22377pkg syscall (netbsd-arm), type BpfStat struct 22378pkg syscall (netbsd-arm), type BpfStat struct, Capt uint64 22379pkg syscall (netbsd-arm), type BpfStat struct, Drop uint64 22380pkg syscall (netbsd-arm), type BpfStat struct, Padding [13]uint64 22381pkg syscall (netbsd-arm), type BpfStat struct, Recv uint64 22382pkg syscall (netbsd-arm), type BpfTimeval struct 22383pkg syscall (netbsd-arm), type BpfTimeval struct, Sec int32 22384pkg syscall (netbsd-arm), type BpfTimeval struct, Usec int32 22385pkg syscall (netbsd-arm), type BpfVersion struct 22386pkg syscall (netbsd-arm), type BpfVersion struct, Major uint16 22387pkg syscall (netbsd-arm), type BpfVersion struct, Minor uint16 22388pkg syscall (netbsd-arm), type Cmsghdr struct 22389pkg syscall (netbsd-arm), type Cmsghdr struct, Len uint32 22390pkg syscall (netbsd-arm), type Cmsghdr struct, Level int32 22391pkg syscall (netbsd-arm), type Cmsghdr struct, Type int32 22392pkg syscall (netbsd-arm), type Credential struct 22393pkg syscall (netbsd-arm), type Credential struct, Gid uint32 22394pkg syscall (netbsd-arm), type Credential struct, Groups []uint32 22395pkg syscall (netbsd-arm), type Credential struct, Uid uint32 22396pkg syscall (netbsd-arm), type Dirent struct 22397pkg syscall (netbsd-arm), type Dirent struct, Fileno uint64 22398pkg syscall (netbsd-arm), type Dirent struct, Name [512]int8 22399pkg syscall (netbsd-arm), type Dirent struct, Namlen uint16 22400pkg syscall (netbsd-arm), type Dirent struct, Pad_cgo_0 [3]uint8 22401pkg syscall (netbsd-arm), type Dirent struct, Reclen uint16 22402pkg syscall (netbsd-arm), type Dirent struct, Type uint8 22403pkg syscall (netbsd-arm), type FdSet struct 22404pkg syscall (netbsd-arm), type FdSet struct, Bits [8]uint32 22405pkg syscall (netbsd-arm), type Flock_t struct 22406pkg syscall (netbsd-arm), type Flock_t struct, Len int64 22407pkg syscall (netbsd-arm), type Flock_t struct, Pid int32 22408pkg syscall (netbsd-arm), type Flock_t struct, Start int64 22409pkg syscall (netbsd-arm), type Flock_t struct, Type int16 22410pkg syscall (netbsd-arm), type Flock_t struct, Whence int16 22411pkg syscall (netbsd-arm), type Fsid struct 22412pkg syscall (netbsd-arm), type Fsid struct, X__fsid_val [2]int32 22413pkg syscall (netbsd-arm), type ICMPv6Filter struct 22414pkg syscall (netbsd-arm), type ICMPv6Filter struct, Filt [8]uint32 22415pkg syscall (netbsd-arm), type IPv6MTUInfo struct 22416pkg syscall (netbsd-arm), type IPv6MTUInfo struct, Addr RawSockaddrInet6 22417pkg syscall (netbsd-arm), type IPv6MTUInfo struct, Mtu uint32 22418pkg syscall (netbsd-arm), type IfAnnounceMsghdr struct 22419pkg syscall (netbsd-arm), type IfAnnounceMsghdr struct, Index uint16 22420pkg syscall (netbsd-arm), type IfAnnounceMsghdr struct, Msglen uint16 22421pkg syscall (netbsd-arm), type IfAnnounceMsghdr struct, Name [16]int8 22422pkg syscall (netbsd-arm), type IfAnnounceMsghdr struct, Type uint8 22423pkg syscall (netbsd-arm), type IfAnnounceMsghdr struct, Version uint8 22424pkg syscall (netbsd-arm), type IfAnnounceMsghdr struct, What uint16 22425pkg syscall (netbsd-arm), type IfData struct 22426pkg syscall (netbsd-arm), type IfData struct, Addrlen uint8 22427pkg syscall (netbsd-arm), type IfData struct, Baudrate uint64 22428pkg syscall (netbsd-arm), type IfData struct, Collisions uint64 22429pkg syscall (netbsd-arm), type IfData struct, Hdrlen uint8 22430pkg syscall (netbsd-arm), type IfData struct, Ibytes uint64 22431pkg syscall (netbsd-arm), type IfData struct, Ierrors uint64 22432pkg syscall (netbsd-arm), type IfData struct, Imcasts uint64 22433pkg syscall (netbsd-arm), type IfData struct, Ipackets uint64 22434pkg syscall (netbsd-arm), type IfData struct, Iqdrops uint64 22435pkg syscall (netbsd-arm), type IfData struct, Lastchange Timespec 22436pkg syscall (netbsd-arm), type IfData struct, Link_state int32 22437pkg syscall (netbsd-arm), type IfData struct, Metric uint64 22438pkg syscall (netbsd-arm), type IfData struct, Mtu uint64 22439pkg syscall (netbsd-arm), type IfData struct, Noproto uint64 22440pkg syscall (netbsd-arm), type IfData struct, Obytes uint64 22441pkg syscall (netbsd-arm), type IfData struct, Oerrors uint64 22442pkg syscall (netbsd-arm), type IfData struct, Omcasts uint64 22443pkg syscall (netbsd-arm), type IfData struct, Opackets uint64 22444pkg syscall (netbsd-arm), type IfData struct, Pad_cgo_0 [1]uint8 22445pkg syscall (netbsd-arm), type IfData struct, Type uint8 22446pkg syscall (netbsd-arm), type IfMsghdr struct 22447pkg syscall (netbsd-arm), type IfMsghdr struct, Addrs int32 22448pkg syscall (netbsd-arm), type IfMsghdr struct, Data IfData 22449pkg syscall (netbsd-arm), type IfMsghdr struct, Flags int32 22450pkg syscall (netbsd-arm), type IfMsghdr struct, Index uint16 22451pkg syscall (netbsd-arm), type IfMsghdr struct, Msglen uint16 22452pkg syscall (netbsd-arm), type IfMsghdr struct, Pad_cgo_0 [2]uint8 22453pkg syscall (netbsd-arm), type IfMsghdr struct, Pad_cgo_1 [4]uint8 22454pkg syscall (netbsd-arm), type IfMsghdr struct, Type uint8 22455pkg syscall (netbsd-arm), type IfMsghdr struct, Version uint8 22456pkg syscall (netbsd-arm), type IfaMsghdr struct 22457pkg syscall (netbsd-arm), type IfaMsghdr struct, Addrs int32 22458pkg syscall (netbsd-arm), type IfaMsghdr struct, Flags int32 22459pkg syscall (netbsd-arm), type IfaMsghdr struct, Index uint16 22460pkg syscall (netbsd-arm), type IfaMsghdr struct, Metric int32 22461pkg syscall (netbsd-arm), type IfaMsghdr struct, Msglen uint16 22462pkg syscall (netbsd-arm), type IfaMsghdr struct, Pad_cgo_0 [6]uint8 22463pkg syscall (netbsd-arm), type IfaMsghdr struct, Type uint8 22464pkg syscall (netbsd-arm), type IfaMsghdr struct, Version uint8 22465pkg syscall (netbsd-arm), type Inet6Pktinfo struct 22466pkg syscall (netbsd-arm), type Inet6Pktinfo struct, Addr [16]uint8 22467pkg syscall (netbsd-arm), type Inet6Pktinfo struct, Ifindex uint32 22468pkg syscall (netbsd-arm), type InterfaceAddrMessage struct 22469pkg syscall (netbsd-arm), type InterfaceAddrMessage struct, Data []uint8 22470pkg syscall (netbsd-arm), type InterfaceAddrMessage struct, Header IfaMsghdr 22471pkg syscall (netbsd-arm), type InterfaceAnnounceMessage struct 22472pkg syscall (netbsd-arm), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr 22473pkg syscall (netbsd-arm), type InterfaceMessage struct 22474pkg syscall (netbsd-arm), type InterfaceMessage struct, Data []uint8 22475pkg syscall (netbsd-arm), type InterfaceMessage struct, Header IfMsghdr 22476pkg syscall (netbsd-arm), type Iovec struct 22477pkg syscall (netbsd-arm), type Iovec struct, Base *uint8 22478pkg syscall (netbsd-arm), type Iovec struct, Len uint32 22479pkg syscall (netbsd-arm), type Kevent_t struct 22480pkg syscall (netbsd-arm), type Kevent_t struct, Data int64 22481pkg syscall (netbsd-arm), type Kevent_t struct, Fflags uint32 22482pkg syscall (netbsd-arm), type Kevent_t struct, Filter uint32 22483pkg syscall (netbsd-arm), type Kevent_t struct, Flags uint32 22484pkg syscall (netbsd-arm), type Kevent_t struct, Ident uint32 22485pkg syscall (netbsd-arm), type Kevent_t struct, Udata int32 22486pkg syscall (netbsd-arm), type Mclpool [0]uint8 22487pkg syscall (netbsd-arm), type Msghdr struct 22488pkg syscall (netbsd-arm), type Msghdr struct, Control *uint8 22489pkg syscall (netbsd-arm), type Msghdr struct, Controllen uint32 22490pkg syscall (netbsd-arm), type Msghdr struct, Flags int32 22491pkg syscall (netbsd-arm), type Msghdr struct, Iov *Iovec 22492pkg syscall (netbsd-arm), type Msghdr struct, Iovlen int32 22493pkg syscall (netbsd-arm), type Msghdr struct, Name *uint8 22494pkg syscall (netbsd-arm), type Msghdr struct, Namelen uint32 22495pkg syscall (netbsd-arm), type RawSockaddr struct, Data [14]int8 22496pkg syscall (netbsd-arm), type RawSockaddr struct, Family uint8 22497pkg syscall (netbsd-arm), type RawSockaddr struct, Len uint8 22498pkg syscall (netbsd-arm), type RawSockaddrAny struct, Pad [92]int8 22499pkg syscall (netbsd-arm), type RawSockaddrDatalink struct 22500pkg syscall (netbsd-arm), type RawSockaddrDatalink struct, Alen uint8 22501pkg syscall (netbsd-arm), type RawSockaddrDatalink struct, Data [12]int8 22502pkg syscall (netbsd-arm), type RawSockaddrDatalink struct, Family uint8 22503pkg syscall (netbsd-arm), type RawSockaddrDatalink struct, Index uint16 22504pkg syscall (netbsd-arm), type RawSockaddrDatalink struct, Len uint8 22505pkg syscall (netbsd-arm), type RawSockaddrDatalink struct, Nlen uint8 22506pkg syscall (netbsd-arm), type RawSockaddrDatalink struct, Slen uint8 22507pkg syscall (netbsd-arm), type RawSockaddrDatalink struct, Type uint8 22508pkg syscall (netbsd-arm), type RawSockaddrInet4 struct, Family uint8 22509pkg syscall (netbsd-arm), type RawSockaddrInet4 struct, Len uint8 22510pkg syscall (netbsd-arm), type RawSockaddrInet4 struct, Zero [8]int8 22511pkg syscall (netbsd-arm), type RawSockaddrInet6 struct, Family uint8 22512pkg syscall (netbsd-arm), type RawSockaddrInet6 struct, Len uint8 22513pkg syscall (netbsd-arm), type RawSockaddrUnix struct 22514pkg syscall (netbsd-arm), type RawSockaddrUnix struct, Family uint8 22515pkg syscall (netbsd-arm), type RawSockaddrUnix struct, Len uint8 22516pkg syscall (netbsd-arm), type RawSockaddrUnix struct, Path [104]int8 22517pkg syscall (netbsd-arm), type Rlimit struct 22518pkg syscall (netbsd-arm), type Rlimit struct, Cur uint64 22519pkg syscall (netbsd-arm), type Rlimit struct, Max uint64 22520pkg syscall (netbsd-arm), type RouteMessage struct 22521pkg syscall (netbsd-arm), type RouteMessage struct, Data []uint8 22522pkg syscall (netbsd-arm), type RouteMessage struct, Header RtMsghdr 22523pkg syscall (netbsd-arm), type RoutingMessage interface, unexported methods 22524pkg syscall (netbsd-arm), type RtMetrics struct 22525pkg syscall (netbsd-arm), type RtMetrics struct, Expire int64 22526pkg syscall (netbsd-arm), type RtMetrics struct, Hopcount uint64 22527pkg syscall (netbsd-arm), type RtMetrics struct, Locks uint64 22528pkg syscall (netbsd-arm), type RtMetrics struct, Mtu uint64 22529pkg syscall (netbsd-arm), type RtMetrics struct, Pksent int64 22530pkg syscall (netbsd-arm), type RtMetrics struct, Recvpipe uint64 22531pkg syscall (netbsd-arm), type RtMetrics struct, Rtt uint64 22532pkg syscall (netbsd-arm), type RtMetrics struct, Rttvar uint64 22533pkg syscall (netbsd-arm), type RtMetrics struct, Sendpipe uint64 22534pkg syscall (netbsd-arm), type RtMetrics struct, Ssthresh uint64 22535pkg syscall (netbsd-arm), type RtMsghdr struct 22536pkg syscall (netbsd-arm), type RtMsghdr struct, Addrs int32 22537pkg syscall (netbsd-arm), type RtMsghdr struct, Errno int32 22538pkg syscall (netbsd-arm), type RtMsghdr struct, Flags int32 22539pkg syscall (netbsd-arm), type RtMsghdr struct, Index uint16 22540pkg syscall (netbsd-arm), type RtMsghdr struct, Inits int32 22541pkg syscall (netbsd-arm), type RtMsghdr struct, Msglen uint16 22542pkg syscall (netbsd-arm), type RtMsghdr struct, Pad_cgo_0 [2]uint8 22543pkg syscall (netbsd-arm), type RtMsghdr struct, Pad_cgo_1 [4]uint8 22544pkg syscall (netbsd-arm), type RtMsghdr struct, Pid int32 22545pkg syscall (netbsd-arm), type RtMsghdr struct, Rmx RtMetrics 22546pkg syscall (netbsd-arm), type RtMsghdr struct, Seq int32 22547pkg syscall (netbsd-arm), type RtMsghdr struct, Type uint8 22548pkg syscall (netbsd-arm), type RtMsghdr struct, Use int32 22549pkg syscall (netbsd-arm), type RtMsghdr struct, Version uint8 22550pkg syscall (netbsd-arm), type Rusage struct, Idrss int32 22551pkg syscall (netbsd-arm), type Rusage struct, Inblock int32 22552pkg syscall (netbsd-arm), type Rusage struct, Isrss int32 22553pkg syscall (netbsd-arm), type Rusage struct, Ixrss int32 22554pkg syscall (netbsd-arm), type Rusage struct, Majflt int32 22555pkg syscall (netbsd-arm), type Rusage struct, Maxrss int32 22556pkg syscall (netbsd-arm), type Rusage struct, Minflt int32 22557pkg syscall (netbsd-arm), type Rusage struct, Msgrcv int32 22558pkg syscall (netbsd-arm), type Rusage struct, Msgsnd int32 22559pkg syscall (netbsd-arm), type Rusage struct, Nivcsw int32 22560pkg syscall (netbsd-arm), type Rusage struct, Nsignals int32 22561pkg syscall (netbsd-arm), type Rusage struct, Nswap int32 22562pkg syscall (netbsd-arm), type Rusage struct, Nvcsw int32 22563pkg syscall (netbsd-arm), type Rusage struct, Oublock int32 22564pkg syscall (netbsd-arm), type Rusage struct, Stime Timeval 22565pkg syscall (netbsd-arm), type Rusage struct, Utime Timeval 22566pkg syscall (netbsd-arm), type SockaddrDatalink struct 22567pkg syscall (netbsd-arm), type SockaddrDatalink struct, Alen uint8 22568pkg syscall (netbsd-arm), type SockaddrDatalink struct, Data [12]int8 22569pkg syscall (netbsd-arm), type SockaddrDatalink struct, Family uint8 22570pkg syscall (netbsd-arm), type SockaddrDatalink struct, Index uint16 22571pkg syscall (netbsd-arm), type SockaddrDatalink struct, Len uint8 22572pkg syscall (netbsd-arm), type SockaddrDatalink struct, Nlen uint8 22573pkg syscall (netbsd-arm), type SockaddrDatalink struct, Slen uint8 22574pkg syscall (netbsd-arm), type SockaddrDatalink struct, Type uint8 22575pkg syscall (netbsd-arm), type SocketControlMessage struct 22576pkg syscall (netbsd-arm), type SocketControlMessage struct, Data []uint8 22577pkg syscall (netbsd-arm), type SocketControlMessage struct, Header Cmsghdr 22578pkg syscall (netbsd-arm), type Stat_t struct 22579pkg syscall (netbsd-arm), type Stat_t struct, Atimespec Timespec 22580pkg syscall (netbsd-arm), type Stat_t struct, Birthtimespec Timespec 22581pkg syscall (netbsd-arm), type Stat_t struct, Blksize uint32 22582pkg syscall (netbsd-arm), type Stat_t struct, Blocks int64 22583pkg syscall (netbsd-arm), type Stat_t struct, Ctimespec Timespec 22584pkg syscall (netbsd-arm), type Stat_t struct, Dev uint64 22585pkg syscall (netbsd-arm), type Stat_t struct, Flags uint32 22586pkg syscall (netbsd-arm), type Stat_t struct, Gen uint32 22587pkg syscall (netbsd-arm), type Stat_t struct, Gid uint32 22588pkg syscall (netbsd-arm), type Stat_t struct, Ino uint64 22589pkg syscall (netbsd-arm), type Stat_t struct, Mode uint32 22590pkg syscall (netbsd-arm), type Stat_t struct, Mtimespec Timespec 22591pkg syscall (netbsd-arm), type Stat_t struct, Nlink uint32 22592pkg syscall (netbsd-arm), type Stat_t struct, Rdev uint64 22593pkg syscall (netbsd-arm), type Stat_t struct, Size int64 22594pkg syscall (netbsd-arm), type Stat_t struct, Spare [2]uint32 22595pkg syscall (netbsd-arm), type Stat_t struct, Uid uint32 22596pkg syscall (netbsd-arm), type Statfs_t [0]uint8 22597pkg syscall (netbsd-arm), type SysProcAttr struct, Chroot string 22598pkg syscall (netbsd-arm), type SysProcAttr struct, Credential *Credential 22599pkg syscall (netbsd-arm), type SysProcAttr struct, Noctty bool 22600pkg syscall (netbsd-arm), type SysProcAttr struct, Ptrace bool 22601pkg syscall (netbsd-arm), type SysProcAttr struct, Setctty bool 22602pkg syscall (netbsd-arm), type SysProcAttr struct, Setpgid bool 22603pkg syscall (netbsd-arm), type SysProcAttr struct, Setsid bool 22604pkg syscall (netbsd-arm), type Sysctlnode struct 22605pkg syscall (netbsd-arm), type Sysctlnode struct, Flags uint32 22606pkg syscall (netbsd-arm), type Sysctlnode struct, Name [32]int8 22607pkg syscall (netbsd-arm), type Sysctlnode struct, Num int32 22608pkg syscall (netbsd-arm), type Sysctlnode struct, Un [16]uint8 22609pkg syscall (netbsd-arm), type Sysctlnode struct, Ver uint32 22610pkg syscall (netbsd-arm), type Sysctlnode struct, X__rsvd uint32 22611pkg syscall (netbsd-arm), type Sysctlnode struct, X_sysctl_desc [8]uint8 22612pkg syscall (netbsd-arm), type Sysctlnode struct, X_sysctl_func [8]uint8 22613pkg syscall (netbsd-arm), type Sysctlnode struct, X_sysctl_parent [8]uint8 22614pkg syscall (netbsd-arm), type Sysctlnode struct, X_sysctl_size [8]uint8 22615pkg syscall (netbsd-arm), type Timespec struct, Nsec int32 22616pkg syscall (netbsd-arm), type Timespec struct, Sec int64 22617pkg syscall (netbsd-arm), type Timeval struct, Sec int64 22618pkg syscall (netbsd-arm), type Timeval struct, Usec int32 22619pkg syscall (netbsd-arm), type WaitStatus uint32 22620pkg syscall (netbsd-arm), var Stderr int 22621pkg syscall (netbsd-arm), var Stdin int 22622pkg syscall (netbsd-arm), var Stdout int 22623pkg syscall (netbsd-arm-cgo), const AF_APPLETALK ideal-int 22624pkg syscall (netbsd-arm-cgo), const AF_ARP ideal-int 22625pkg syscall (netbsd-arm-cgo), const AF_BLUETOOTH ideal-int 22626pkg syscall (netbsd-arm-cgo), const AF_CCITT ideal-int 22627pkg syscall (netbsd-arm-cgo), const AF_CHAOS ideal-int 22628pkg syscall (netbsd-arm-cgo), const AF_CNT ideal-int 22629pkg syscall (netbsd-arm-cgo), const AF_COIP ideal-int 22630pkg syscall (netbsd-arm-cgo), const AF_DATAKIT ideal-int 22631pkg syscall (netbsd-arm-cgo), const AF_DECnet ideal-int 22632pkg syscall (netbsd-arm-cgo), const AF_DLI ideal-int 22633pkg syscall (netbsd-arm-cgo), const AF_E164 ideal-int 22634pkg syscall (netbsd-arm-cgo), const AF_ECMA ideal-int 22635pkg syscall (netbsd-arm-cgo), const AF_HYLINK ideal-int 22636pkg syscall (netbsd-arm-cgo), const AF_IEEE80211 ideal-int 22637pkg syscall (netbsd-arm-cgo), const AF_IMPLINK ideal-int 22638pkg syscall (netbsd-arm-cgo), const AF_IPX ideal-int 22639pkg syscall (netbsd-arm-cgo), const AF_ISDN ideal-int 22640pkg syscall (netbsd-arm-cgo), const AF_ISO ideal-int 22641pkg syscall (netbsd-arm-cgo), const AF_LAT ideal-int 22642pkg syscall (netbsd-arm-cgo), const AF_LINK ideal-int 22643pkg syscall (netbsd-arm-cgo), const AF_LOCAL ideal-int 22644pkg syscall (netbsd-arm-cgo), const AF_MAX ideal-int 22645pkg syscall (netbsd-arm-cgo), const AF_MPLS ideal-int 22646pkg syscall (netbsd-arm-cgo), const AF_NATM ideal-int 22647pkg syscall (netbsd-arm-cgo), const AF_NS ideal-int 22648pkg syscall (netbsd-arm-cgo), const AF_OROUTE ideal-int 22649pkg syscall (netbsd-arm-cgo), const AF_OSI ideal-int 22650pkg syscall (netbsd-arm-cgo), const AF_PUP ideal-int 22651pkg syscall (netbsd-arm-cgo), const AF_ROUTE ideal-int 22652pkg syscall (netbsd-arm-cgo), const AF_SNA ideal-int 22653pkg syscall (netbsd-arm-cgo), const ARPHRD_ARCNET ideal-int 22654pkg syscall (netbsd-arm-cgo), const ARPHRD_ETHER ideal-int 22655pkg syscall (netbsd-arm-cgo), const ARPHRD_FRELAY ideal-int 22656pkg syscall (netbsd-arm-cgo), const ARPHRD_IEEE1394 ideal-int 22657pkg syscall (netbsd-arm-cgo), const ARPHRD_IEEE802 ideal-int 22658pkg syscall (netbsd-arm-cgo), const ARPHRD_STRIP ideal-int 22659pkg syscall (netbsd-arm-cgo), const B0 ideal-int 22660pkg syscall (netbsd-arm-cgo), const B110 ideal-int 22661pkg syscall (netbsd-arm-cgo), const B115200 ideal-int 22662pkg syscall (netbsd-arm-cgo), const B1200 ideal-int 22663pkg syscall (netbsd-arm-cgo), const B134 ideal-int 22664pkg syscall (netbsd-arm-cgo), const B14400 ideal-int 22665pkg syscall (netbsd-arm-cgo), const B150 ideal-int 22666pkg syscall (netbsd-arm-cgo), const B1800 ideal-int 22667pkg syscall (netbsd-arm-cgo), const B19200 ideal-int 22668pkg syscall (netbsd-arm-cgo), const B200 ideal-int 22669pkg syscall (netbsd-arm-cgo), const B230400 ideal-int 22670pkg syscall (netbsd-arm-cgo), const B2400 ideal-int 22671pkg syscall (netbsd-arm-cgo), const B28800 ideal-int 22672pkg syscall (netbsd-arm-cgo), const B300 ideal-int 22673pkg syscall (netbsd-arm-cgo), const B38400 ideal-int 22674pkg syscall (netbsd-arm-cgo), const B460800 ideal-int 22675pkg syscall (netbsd-arm-cgo), const B4800 ideal-int 22676pkg syscall (netbsd-arm-cgo), const B50 ideal-int 22677pkg syscall (netbsd-arm-cgo), const B57600 ideal-int 22678pkg syscall (netbsd-arm-cgo), const B600 ideal-int 22679pkg syscall (netbsd-arm-cgo), const B7200 ideal-int 22680pkg syscall (netbsd-arm-cgo), const B75 ideal-int 22681pkg syscall (netbsd-arm-cgo), const B76800 ideal-int 22682pkg syscall (netbsd-arm-cgo), const B921600 ideal-int 22683pkg syscall (netbsd-arm-cgo), const B9600 ideal-int 22684pkg syscall (netbsd-arm-cgo), const BIOCFEEDBACK ideal-int 22685pkg syscall (netbsd-arm-cgo), const BIOCFLUSH ideal-int 22686pkg syscall (netbsd-arm-cgo), const BIOCGBLEN ideal-int 22687pkg syscall (netbsd-arm-cgo), const BIOCGDLT ideal-int 22688pkg syscall (netbsd-arm-cgo), const BIOCGDLTLIST ideal-int 22689pkg syscall (netbsd-arm-cgo), const BIOCGETIF ideal-int 22690pkg syscall (netbsd-arm-cgo), const BIOCGFEEDBACK ideal-int 22691pkg syscall (netbsd-arm-cgo), const BIOCGHDRCMPLT ideal-int 22692pkg syscall (netbsd-arm-cgo), const BIOCGRTIMEOUT ideal-int 22693pkg syscall (netbsd-arm-cgo), const BIOCGSEESENT ideal-int 22694pkg syscall (netbsd-arm-cgo), const BIOCGSTATS ideal-int 22695pkg syscall (netbsd-arm-cgo), const BIOCGSTATSOLD ideal-int 22696pkg syscall (netbsd-arm-cgo), const BIOCIMMEDIATE ideal-int 22697pkg syscall (netbsd-arm-cgo), const BIOCPROMISC ideal-int 22698pkg syscall (netbsd-arm-cgo), const BIOCSBLEN ideal-int 22699pkg syscall (netbsd-arm-cgo), const BIOCSDLT ideal-int 22700pkg syscall (netbsd-arm-cgo), const BIOCSETF ideal-int 22701pkg syscall (netbsd-arm-cgo), const BIOCSETIF ideal-int 22702pkg syscall (netbsd-arm-cgo), const BIOCSFEEDBACK ideal-int 22703pkg syscall (netbsd-arm-cgo), const BIOCSHDRCMPLT ideal-int 22704pkg syscall (netbsd-arm-cgo), const BIOCSRTIMEOUT ideal-int 22705pkg syscall (netbsd-arm-cgo), const BIOCSSEESENT ideal-int 22706pkg syscall (netbsd-arm-cgo), const BIOCSTCPF ideal-int 22707pkg syscall (netbsd-arm-cgo), const BIOCSUDPF ideal-int 22708pkg syscall (netbsd-arm-cgo), const BIOCVERSION ideal-int 22709pkg syscall (netbsd-arm-cgo), const BPF_A ideal-int 22710pkg syscall (netbsd-arm-cgo), const BPF_ABS ideal-int 22711pkg syscall (netbsd-arm-cgo), const BPF_ADD ideal-int 22712pkg syscall (netbsd-arm-cgo), const BPF_ALIGNMENT ideal-int 22713pkg syscall (netbsd-arm-cgo), const BPF_ALIGNMENT32 ideal-int 22714pkg syscall (netbsd-arm-cgo), const BPF_ALU ideal-int 22715pkg syscall (netbsd-arm-cgo), const BPF_AND ideal-int 22716pkg syscall (netbsd-arm-cgo), const BPF_B ideal-int 22717pkg syscall (netbsd-arm-cgo), const BPF_DFLTBUFSIZE ideal-int 22718pkg syscall (netbsd-arm-cgo), const BPF_DIV ideal-int 22719pkg syscall (netbsd-arm-cgo), const BPF_H ideal-int 22720pkg syscall (netbsd-arm-cgo), const BPF_IMM ideal-int 22721pkg syscall (netbsd-arm-cgo), const BPF_IND ideal-int 22722pkg syscall (netbsd-arm-cgo), const BPF_JA ideal-int 22723pkg syscall (netbsd-arm-cgo), const BPF_JEQ ideal-int 22724pkg syscall (netbsd-arm-cgo), const BPF_JGE ideal-int 22725pkg syscall (netbsd-arm-cgo), const BPF_JGT ideal-int 22726pkg syscall (netbsd-arm-cgo), const BPF_JMP ideal-int 22727pkg syscall (netbsd-arm-cgo), const BPF_JSET ideal-int 22728pkg syscall (netbsd-arm-cgo), const BPF_K ideal-int 22729pkg syscall (netbsd-arm-cgo), const BPF_LD ideal-int 22730pkg syscall (netbsd-arm-cgo), const BPF_LDX ideal-int 22731pkg syscall (netbsd-arm-cgo), const BPF_LEN ideal-int 22732pkg syscall (netbsd-arm-cgo), const BPF_LSH ideal-int 22733pkg syscall (netbsd-arm-cgo), const BPF_MAJOR_VERSION ideal-int 22734pkg syscall (netbsd-arm-cgo), const BPF_MAXBUFSIZE ideal-int 22735pkg syscall (netbsd-arm-cgo), const BPF_MAXINSNS ideal-int 22736pkg syscall (netbsd-arm-cgo), const BPF_MEM ideal-int 22737pkg syscall (netbsd-arm-cgo), const BPF_MEMWORDS ideal-int 22738pkg syscall (netbsd-arm-cgo), const BPF_MINBUFSIZE ideal-int 22739pkg syscall (netbsd-arm-cgo), const BPF_MINOR_VERSION ideal-int 22740pkg syscall (netbsd-arm-cgo), const BPF_MISC ideal-int 22741pkg syscall (netbsd-arm-cgo), const BPF_MSH ideal-int 22742pkg syscall (netbsd-arm-cgo), const BPF_MUL ideal-int 22743pkg syscall (netbsd-arm-cgo), const BPF_NEG ideal-int 22744pkg syscall (netbsd-arm-cgo), const BPF_OR ideal-int 22745pkg syscall (netbsd-arm-cgo), const BPF_RELEASE ideal-int 22746pkg syscall (netbsd-arm-cgo), const BPF_RET ideal-int 22747pkg syscall (netbsd-arm-cgo), const BPF_RSH ideal-int 22748pkg syscall (netbsd-arm-cgo), const BPF_ST ideal-int 22749pkg syscall (netbsd-arm-cgo), const BPF_STX ideal-int 22750pkg syscall (netbsd-arm-cgo), const BPF_SUB ideal-int 22751pkg syscall (netbsd-arm-cgo), const BPF_TAX ideal-int 22752pkg syscall (netbsd-arm-cgo), const BPF_TXA ideal-int 22753pkg syscall (netbsd-arm-cgo), const BPF_W ideal-int 22754pkg syscall (netbsd-arm-cgo), const BPF_X ideal-int 22755pkg syscall (netbsd-arm-cgo), const BRKINT ideal-int 22756pkg syscall (netbsd-arm-cgo), const CFLUSH ideal-int 22757pkg syscall (netbsd-arm-cgo), const CLOCAL ideal-int 22758pkg syscall (netbsd-arm-cgo), const CREAD ideal-int 22759pkg syscall (netbsd-arm-cgo), const CS5 ideal-int 22760pkg syscall (netbsd-arm-cgo), const CS6 ideal-int 22761pkg syscall (netbsd-arm-cgo), const CS7 ideal-int 22762pkg syscall (netbsd-arm-cgo), const CS8 ideal-int 22763pkg syscall (netbsd-arm-cgo), const CSIZE ideal-int 22764pkg syscall (netbsd-arm-cgo), const CSTART ideal-int 22765pkg syscall (netbsd-arm-cgo), const CSTATUS ideal-int 22766pkg syscall (netbsd-arm-cgo), const CSTOP ideal-int 22767pkg syscall (netbsd-arm-cgo), const CSTOPB ideal-int 22768pkg syscall (netbsd-arm-cgo), const CSUSP ideal-int 22769pkg syscall (netbsd-arm-cgo), const CTL_MAXNAME ideal-int 22770pkg syscall (netbsd-arm-cgo), const CTL_NET ideal-int 22771pkg syscall (netbsd-arm-cgo), const CTL_QUERY ideal-int 22772pkg syscall (netbsd-arm-cgo), const DIOCBSFLUSH ideal-int 22773pkg syscall (netbsd-arm-cgo), const DLT_A429 ideal-int 22774pkg syscall (netbsd-arm-cgo), const DLT_A653_ICM ideal-int 22775pkg syscall (netbsd-arm-cgo), const DLT_AIRONET_HEADER ideal-int 22776pkg syscall (netbsd-arm-cgo), const DLT_AOS ideal-int 22777pkg syscall (netbsd-arm-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int 22778pkg syscall (netbsd-arm-cgo), const DLT_ARCNET ideal-int 22779pkg syscall (netbsd-arm-cgo), const DLT_ARCNET_LINUX ideal-int 22780pkg syscall (netbsd-arm-cgo), const DLT_ATM_CLIP ideal-int 22781pkg syscall (netbsd-arm-cgo), const DLT_ATM_RFC1483 ideal-int 22782pkg syscall (netbsd-arm-cgo), const DLT_AURORA ideal-int 22783pkg syscall (netbsd-arm-cgo), const DLT_AX25 ideal-int 22784pkg syscall (netbsd-arm-cgo), const DLT_AX25_KISS ideal-int 22785pkg syscall (netbsd-arm-cgo), const DLT_BACNET_MS_TP ideal-int 22786pkg syscall (netbsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4 ideal-int 22787pkg syscall (netbsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int 22788pkg syscall (netbsd-arm-cgo), const DLT_CAN20B ideal-int 22789pkg syscall (netbsd-arm-cgo), const DLT_CAN_SOCKETCAN ideal-int 22790pkg syscall (netbsd-arm-cgo), const DLT_CHAOS ideal-int 22791pkg syscall (netbsd-arm-cgo), const DLT_CISCO_IOS ideal-int 22792pkg syscall (netbsd-arm-cgo), const DLT_C_HDLC ideal-int 22793pkg syscall (netbsd-arm-cgo), const DLT_C_HDLC_WITH_DIR ideal-int 22794pkg syscall (netbsd-arm-cgo), const DLT_DECT ideal-int 22795pkg syscall (netbsd-arm-cgo), const DLT_DOCSIS ideal-int 22796pkg syscall (netbsd-arm-cgo), const DLT_ECONET ideal-int 22797pkg syscall (netbsd-arm-cgo), const DLT_EN10MB ideal-int 22798pkg syscall (netbsd-arm-cgo), const DLT_EN3MB ideal-int 22799pkg syscall (netbsd-arm-cgo), const DLT_ENC ideal-int 22800pkg syscall (netbsd-arm-cgo), const DLT_ERF ideal-int 22801pkg syscall (netbsd-arm-cgo), const DLT_ERF_ETH ideal-int 22802pkg syscall (netbsd-arm-cgo), const DLT_ERF_POS ideal-int 22803pkg syscall (netbsd-arm-cgo), const DLT_FC_2 ideal-int 22804pkg syscall (netbsd-arm-cgo), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int 22805pkg syscall (netbsd-arm-cgo), const DLT_FDDI ideal-int 22806pkg syscall (netbsd-arm-cgo), const DLT_FLEXRAY ideal-int 22807pkg syscall (netbsd-arm-cgo), const DLT_FRELAY ideal-int 22808pkg syscall (netbsd-arm-cgo), const DLT_FRELAY_WITH_DIR ideal-int 22809pkg syscall (netbsd-arm-cgo), const DLT_GCOM_SERIAL ideal-int 22810pkg syscall (netbsd-arm-cgo), const DLT_GCOM_T1E1 ideal-int 22811pkg syscall (netbsd-arm-cgo), const DLT_GPF_F ideal-int 22812pkg syscall (netbsd-arm-cgo), const DLT_GPF_T ideal-int 22813pkg syscall (netbsd-arm-cgo), const DLT_GPRS_LLC ideal-int 22814pkg syscall (netbsd-arm-cgo), const DLT_GSMTAP_ABIS ideal-int 22815pkg syscall (netbsd-arm-cgo), const DLT_GSMTAP_UM ideal-int 22816pkg syscall (netbsd-arm-cgo), const DLT_HDLC ideal-int 22817pkg syscall (netbsd-arm-cgo), const DLT_HHDLC ideal-int 22818pkg syscall (netbsd-arm-cgo), const DLT_HIPPI ideal-int 22819pkg syscall (netbsd-arm-cgo), const DLT_IBM_SN ideal-int 22820pkg syscall (netbsd-arm-cgo), const DLT_IBM_SP ideal-int 22821pkg syscall (netbsd-arm-cgo), const DLT_IEEE802 ideal-int 22822pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11 ideal-int 22823pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11_RADIO ideal-int 22824pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int 22825pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4 ideal-int 22826pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4_LINUX ideal-int 22827pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4_NONASK_PHY ideal-int 22828pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS ideal-int 22829pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int 22830pkg syscall (netbsd-arm-cgo), const DLT_IPMB ideal-int 22831pkg syscall (netbsd-arm-cgo), const DLT_IPMB_LINUX ideal-int 22832pkg syscall (netbsd-arm-cgo), const DLT_IPNET ideal-int 22833pkg syscall (netbsd-arm-cgo), const DLT_IPV4 ideal-int 22834pkg syscall (netbsd-arm-cgo), const DLT_IPV6 ideal-int 22835pkg syscall (netbsd-arm-cgo), const DLT_IP_OVER_FC ideal-int 22836pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ATM1 ideal-int 22837pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ATM2 ideal-int 22838pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_CHDLC ideal-int 22839pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ES ideal-int 22840pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ETHER ideal-int 22841pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_FRELAY ideal-int 22842pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_GGSN ideal-int 22843pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ISM ideal-int 22844pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MFR ideal-int 22845pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MLFR ideal-int 22846pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MLPPP ideal-int 22847pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MONITOR ideal-int 22848pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PIC_PEER ideal-int 22849pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPP ideal-int 22850pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPPOE ideal-int 22851pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPPOE_ATM ideal-int 22852pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_SERVICES ideal-int 22853pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ST ideal-int 22854pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_VP ideal-int 22855pkg syscall (netbsd-arm-cgo), const DLT_LAPB_WITH_DIR ideal-int 22856pkg syscall (netbsd-arm-cgo), const DLT_LAPD ideal-int 22857pkg syscall (netbsd-arm-cgo), const DLT_LIN ideal-int 22858pkg syscall (netbsd-arm-cgo), const DLT_LINUX_EVDEV ideal-int 22859pkg syscall (netbsd-arm-cgo), const DLT_LINUX_IRDA ideal-int 22860pkg syscall (netbsd-arm-cgo), const DLT_LINUX_LAPD ideal-int 22861pkg syscall (netbsd-arm-cgo), const DLT_LINUX_SLL ideal-int 22862pkg syscall (netbsd-arm-cgo), const DLT_LOOP ideal-int 22863pkg syscall (netbsd-arm-cgo), const DLT_LTALK ideal-int 22864pkg syscall (netbsd-arm-cgo), const DLT_MFR ideal-int 22865pkg syscall (netbsd-arm-cgo), const DLT_MOST ideal-int 22866pkg syscall (netbsd-arm-cgo), const DLT_MPLS ideal-int 22867pkg syscall (netbsd-arm-cgo), const DLT_MTP2 ideal-int 22868pkg syscall (netbsd-arm-cgo), const DLT_MTP2_WITH_PHDR ideal-int 22869pkg syscall (netbsd-arm-cgo), const DLT_MTP3 ideal-int 22870pkg syscall (netbsd-arm-cgo), const DLT_NULL ideal-int 22871pkg syscall (netbsd-arm-cgo), const DLT_PCI_EXP ideal-int 22872pkg syscall (netbsd-arm-cgo), const DLT_PFLOG ideal-int 22873pkg syscall (netbsd-arm-cgo), const DLT_PFSYNC ideal-int 22874pkg syscall (netbsd-arm-cgo), const DLT_PPI ideal-int 22875pkg syscall (netbsd-arm-cgo), const DLT_PPP ideal-int 22876pkg syscall (netbsd-arm-cgo), const DLT_PPP_BSDOS ideal-int 22877pkg syscall (netbsd-arm-cgo), const DLT_PPP_ETHER ideal-int 22878pkg syscall (netbsd-arm-cgo), const DLT_PPP_PPPD ideal-int 22879pkg syscall (netbsd-arm-cgo), const DLT_PPP_SERIAL ideal-int 22880pkg syscall (netbsd-arm-cgo), const DLT_PPP_WITH_DIR ideal-int 22881pkg syscall (netbsd-arm-cgo), const DLT_PRISM_HEADER ideal-int 22882pkg syscall (netbsd-arm-cgo), const DLT_PRONET ideal-int 22883pkg syscall (netbsd-arm-cgo), const DLT_RAIF1 ideal-int 22884pkg syscall (netbsd-arm-cgo), const DLT_RAW ideal-int 22885pkg syscall (netbsd-arm-cgo), const DLT_RAWAF_MASK ideal-int 22886pkg syscall (netbsd-arm-cgo), const DLT_RIO ideal-int 22887pkg syscall (netbsd-arm-cgo), const DLT_SCCP ideal-int 22888pkg syscall (netbsd-arm-cgo), const DLT_SITA ideal-int 22889pkg syscall (netbsd-arm-cgo), const DLT_SLIP ideal-int 22890pkg syscall (netbsd-arm-cgo), const DLT_SLIP_BSDOS ideal-int 22891pkg syscall (netbsd-arm-cgo), const DLT_SUNATM ideal-int 22892pkg syscall (netbsd-arm-cgo), const DLT_SYMANTEC_FIREWALL ideal-int 22893pkg syscall (netbsd-arm-cgo), const DLT_TZSP ideal-int 22894pkg syscall (netbsd-arm-cgo), const DLT_USB ideal-int 22895pkg syscall (netbsd-arm-cgo), const DLT_USB_LINUX ideal-int 22896pkg syscall (netbsd-arm-cgo), const DLT_USB_LINUX_MMAPPED ideal-int 22897pkg syscall (netbsd-arm-cgo), const DLT_WIHART ideal-int 22898pkg syscall (netbsd-arm-cgo), const DLT_X2E_SERIAL ideal-int 22899pkg syscall (netbsd-arm-cgo), const DLT_X2E_XORAYA ideal-int 22900pkg syscall (netbsd-arm-cgo), const DT_BLK ideal-int 22901pkg syscall (netbsd-arm-cgo), const DT_CHR ideal-int 22902pkg syscall (netbsd-arm-cgo), const DT_DIR ideal-int 22903pkg syscall (netbsd-arm-cgo), const DT_FIFO ideal-int 22904pkg syscall (netbsd-arm-cgo), const DT_LNK ideal-int 22905pkg syscall (netbsd-arm-cgo), const DT_REG ideal-int 22906pkg syscall (netbsd-arm-cgo), const DT_SOCK ideal-int 22907pkg syscall (netbsd-arm-cgo), const DT_UNKNOWN ideal-int 22908pkg syscall (netbsd-arm-cgo), const DT_WHT ideal-int 22909pkg syscall (netbsd-arm-cgo), const EAUTH Errno 22910pkg syscall (netbsd-arm-cgo), const EBADMSG Errno 22911pkg syscall (netbsd-arm-cgo), const EBADRPC Errno 22912pkg syscall (netbsd-arm-cgo), const ECHO ideal-int 22913pkg syscall (netbsd-arm-cgo), const ECHOCTL ideal-int 22914pkg syscall (netbsd-arm-cgo), const ECHOE ideal-int 22915pkg syscall (netbsd-arm-cgo), const ECHOK ideal-int 22916pkg syscall (netbsd-arm-cgo), const ECHOKE ideal-int 22917pkg syscall (netbsd-arm-cgo), const ECHONL ideal-int 22918pkg syscall (netbsd-arm-cgo), const ECHOPRT ideal-int 22919pkg syscall (netbsd-arm-cgo), const EFTYPE Errno 22920pkg syscall (netbsd-arm-cgo), const ELAST Errno 22921pkg syscall (netbsd-arm-cgo), const EMULTIHOP Errno 22922pkg syscall (netbsd-arm-cgo), const EMUL_LINUX ideal-int 22923pkg syscall (netbsd-arm-cgo), const EMUL_LINUX32 ideal-int 22924pkg syscall (netbsd-arm-cgo), const EMUL_MAXID ideal-int 22925pkg syscall (netbsd-arm-cgo), const ENEEDAUTH Errno 22926pkg syscall (netbsd-arm-cgo), const ENOATTR Errno 22927pkg syscall (netbsd-arm-cgo), const ENODATA Errno 22928pkg syscall (netbsd-arm-cgo), const ENOLINK Errno 22929pkg syscall (netbsd-arm-cgo), const ENOSR Errno 22930pkg syscall (netbsd-arm-cgo), const ENOSTR Errno 22931pkg syscall (netbsd-arm-cgo), const EPROCLIM Errno 22932pkg syscall (netbsd-arm-cgo), const EPROCUNAVAIL Errno 22933pkg syscall (netbsd-arm-cgo), const EPROGMISMATCH Errno 22934pkg syscall (netbsd-arm-cgo), const EPROGUNAVAIL Errno 22935pkg syscall (netbsd-arm-cgo), const EPROTO Errno 22936pkg syscall (netbsd-arm-cgo), const ERPCMISMATCH Errno 22937pkg syscall (netbsd-arm-cgo), const ETHERCAP_JUMBO_MTU ideal-int 22938pkg syscall (netbsd-arm-cgo), const ETHERCAP_VLAN_HWTAGGING ideal-int 22939pkg syscall (netbsd-arm-cgo), const ETHERCAP_VLAN_MTU ideal-int 22940pkg syscall (netbsd-arm-cgo), const ETHERMIN ideal-int 22941pkg syscall (netbsd-arm-cgo), const ETHERMTU ideal-int 22942pkg syscall (netbsd-arm-cgo), const ETHERMTU_JUMBO ideal-int 22943pkg syscall (netbsd-arm-cgo), const ETHERTYPE_8023 ideal-int 22944pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AARP ideal-int 22945pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ACCTON ideal-int 22946pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AEONIC ideal-int 22947pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ALPHA ideal-int 22948pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AMBER ideal-int 22949pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AMOEBA ideal-int 22950pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APOLLO ideal-int 22951pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APOLLODOMAIN ideal-int 22952pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APPLETALK ideal-int 22953pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APPLITEK ideal-int 22954pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ARGONAUT ideal-int 22955pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ARP ideal-int 22956pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AT ideal-int 22957pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATALK ideal-int 22958pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATOMIC ideal-int 22959pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATT ideal-int 22960pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATTSTANFORD ideal-int 22961pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AUTOPHON ideal-int 22962pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AXIS ideal-int 22963pkg syscall (netbsd-arm-cgo), const ETHERTYPE_BCLOOP ideal-int 22964pkg syscall (netbsd-arm-cgo), const ETHERTYPE_BOFL ideal-int 22965pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CABLETRON ideal-int 22966pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CHAOS ideal-int 22967pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COMDESIGN ideal-int 22968pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COMPUGRAPHIC ideal-int 22969pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COUNTERPOINT ideal-int 22970pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CRONUS ideal-int 22971pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CRONUSVLN ideal-int 22972pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DCA ideal-int 22973pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DDE ideal-int 22974pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DEBNI ideal-int 22975pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECAM ideal-int 22976pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECCUST ideal-int 22977pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDIAG ideal-int 22978pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDNS ideal-int 22979pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDTS ideal-int 22980pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECEXPER ideal-int 22981pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECLAST ideal-int 22982pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECLTM ideal-int 22983pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECMUMPS ideal-int 22984pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECNETBIOS ideal-int 22985pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DELTACON ideal-int 22986pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DIDDLE ideal-int 22987pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DLOG1 ideal-int 22988pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DLOG2 ideal-int 22989pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DN ideal-int 22990pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DOGFIGHT ideal-int 22991pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DSMD ideal-int 22992pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ECMA ideal-int 22993pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ENCRYPT ideal-int 22994pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ES ideal-int 22995pkg syscall (netbsd-arm-cgo), const ETHERTYPE_EXCELAN ideal-int 22996pkg syscall (netbsd-arm-cgo), const ETHERTYPE_EXPERDATA ideal-int 22997pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FLIP ideal-int 22998pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FLOWCONTROL ideal-int 22999pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FRARP ideal-int 23000pkg syscall (netbsd-arm-cgo), const ETHERTYPE_GENDYN ideal-int 23001pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HAYES ideal-int 23002pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HIPPI_FP ideal-int 23003pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HITACHI ideal-int 23004pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HP ideal-int 23005pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IEEEPUP ideal-int 23006pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IEEEPUPAT ideal-int 23007pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IMLBL ideal-int 23008pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IMLBLDIAG ideal-int 23009pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IP ideal-int 23010pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPAS ideal-int 23011pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPV6 ideal-int 23012pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPX ideal-int 23013pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPXNEW ideal-int 23014pkg syscall (netbsd-arm-cgo), const ETHERTYPE_KALPANA ideal-int 23015pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LANBRIDGE ideal-int 23016pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LANPROBE ideal-int 23017pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LAT ideal-int 23018pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LBACK ideal-int 23019pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LITTLE ideal-int 23020pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LOGICRAFT ideal-int 23021pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LOOPBACK ideal-int 23022pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MATRA ideal-int 23023pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MAX ideal-int 23024pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MERIT ideal-int 23025pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MICP ideal-int 23026pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOPDL ideal-int 23027pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOPRC ideal-int 23028pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOTOROLA ideal-int 23029pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MPLS ideal-int 23030pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MPLS_MCAST ideal-int 23031pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MUMPS ideal-int 23032pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCC ideal-int 23033pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLAIM ideal-int 23034pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLREQ ideal-int 23035pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLRSP ideal-int 23036pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCREQ ideal-int 23037pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCRSP ideal-int 23038pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDG ideal-int 23039pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDGB ideal-int 23040pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDLTE ideal-int 23041pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRAR ideal-int 23042pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRAS ideal-int 23043pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRST ideal-int 23044pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPSCD ideal-int 23045pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPVCD ideal-int 23046pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBS ideal-int 23047pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NCD ideal-int 23048pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NESTAR ideal-int 23049pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NETBEUI ideal-int 23050pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NOVELL ideal-int 23051pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NS ideal-int 23052pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NSAT ideal-int 23053pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NSCOMPAT ideal-int 23054pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NTRAILER ideal-int 23055pkg syscall (netbsd-arm-cgo), const ETHERTYPE_OS9 ideal-int 23056pkg syscall (netbsd-arm-cgo), const ETHERTYPE_OS9NET ideal-int 23057pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PACER ideal-int 23058pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PAE ideal-int 23059pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PCS ideal-int 23060pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PLANNING ideal-int 23061pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPP ideal-int 23062pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPPOE ideal-int 23063pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPPOEDISC ideal-int 23064pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PRIMENTS ideal-int 23065pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PUP ideal-int 23066pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PUPAT ideal-int 23067pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RACAL ideal-int 23068pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RATIONAL ideal-int 23069pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RAWFR ideal-int 23070pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RCL ideal-int 23071pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RDP ideal-int 23072pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RETIX ideal-int 23073pkg syscall (netbsd-arm-cgo), const ETHERTYPE_REVARP ideal-int 23074pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SCA ideal-int 23075pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SECTRA ideal-int 23076pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SECUREDATA ideal-int 23077pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SGITW ideal-int 23078pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_BOUNCE ideal-int 23079pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_DIAG ideal-int 23080pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_NETGAMES ideal-int 23081pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_RESV ideal-int 23082pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SIMNET ideal-int 23083pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SLOWPROTOCOLS ideal-int 23084pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SNA ideal-int 23085pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SNMP ideal-int 23086pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SONIX ideal-int 23087pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SPIDER ideal-int 23088pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SPRITE ideal-int 23089pkg syscall (netbsd-arm-cgo), const ETHERTYPE_STP ideal-int 23090pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TALARIS ideal-int 23091pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TALARISMC ideal-int 23092pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TCPCOMP ideal-int 23093pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TCPSM ideal-int 23094pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TEC ideal-int 23095pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TIGAN ideal-int 23096pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TRAIL ideal-int 23097pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TRANSETHER ideal-int 23098pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TYMSHARE ideal-int 23099pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBBST ideal-int 23100pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDEBUG ideal-int 23101pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDIAGLOOP ideal-int 23102pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDL ideal-int 23103pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBNIU ideal-int 23104pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBNMC ideal-int 23105pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VALID ideal-int 23106pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VARIAN ideal-int 23107pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VAXELN ideal-int 23108pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VEECO ideal-int 23109pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VEXP ideal-int 23110pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VGLAB ideal-int 23111pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINES ideal-int 23112pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINESECHO ideal-int 23113pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINESLOOP ideal-int 23114pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VITAL ideal-int 23115pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VLAN ideal-int 23116pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VLTLMAN ideal-int 23117pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VPROD ideal-int 23118pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VURESERVED ideal-int 23119pkg syscall (netbsd-arm-cgo), const ETHERTYPE_WATERLOO ideal-int 23120pkg syscall (netbsd-arm-cgo), const ETHERTYPE_WELLFLEET ideal-int 23121pkg syscall (netbsd-arm-cgo), const ETHERTYPE_X25 ideal-int 23122pkg syscall (netbsd-arm-cgo), const ETHERTYPE_X75 ideal-int 23123pkg syscall (netbsd-arm-cgo), const ETHERTYPE_XNSSM ideal-int 23124pkg syscall (netbsd-arm-cgo), const ETHERTYPE_XTP ideal-int 23125pkg syscall (netbsd-arm-cgo), const ETHER_ADDR_LEN ideal-int 23126pkg syscall (netbsd-arm-cgo), const ETHER_CRC_LEN ideal-int 23127pkg syscall (netbsd-arm-cgo), const ETHER_CRC_POLY_BE ideal-int 23128pkg syscall (netbsd-arm-cgo), const ETHER_CRC_POLY_LE ideal-int 23129pkg syscall (netbsd-arm-cgo), const ETHER_HDR_LEN ideal-int 23130pkg syscall (netbsd-arm-cgo), const ETHER_MAX_LEN ideal-int 23131pkg syscall (netbsd-arm-cgo), const ETHER_MAX_LEN_JUMBO ideal-int 23132pkg syscall (netbsd-arm-cgo), const ETHER_MIN_LEN ideal-int 23133pkg syscall (netbsd-arm-cgo), const ETHER_PPPOE_ENCAP_LEN ideal-int 23134pkg syscall (netbsd-arm-cgo), const ETHER_TYPE_LEN ideal-int 23135pkg syscall (netbsd-arm-cgo), const ETHER_VLAN_ENCAP_LEN ideal-int 23136pkg syscall (netbsd-arm-cgo), const ETIME Errno 23137pkg syscall (netbsd-arm-cgo), const EVFILT_AIO ideal-int 23138pkg syscall (netbsd-arm-cgo), const EVFILT_PROC ideal-int 23139pkg syscall (netbsd-arm-cgo), const EVFILT_READ ideal-int 23140pkg syscall (netbsd-arm-cgo), const EVFILT_SIGNAL ideal-int 23141pkg syscall (netbsd-arm-cgo), const EVFILT_SYSCOUNT ideal-int 23142pkg syscall (netbsd-arm-cgo), const EVFILT_TIMER ideal-int 23143pkg syscall (netbsd-arm-cgo), const EVFILT_VNODE ideal-int 23144pkg syscall (netbsd-arm-cgo), const EVFILT_WRITE ideal-int 23145pkg syscall (netbsd-arm-cgo), const EV_ADD ideal-int 23146pkg syscall (netbsd-arm-cgo), const EV_CLEAR ideal-int 23147pkg syscall (netbsd-arm-cgo), const EV_DELETE ideal-int 23148pkg syscall (netbsd-arm-cgo), const EV_DISABLE ideal-int 23149pkg syscall (netbsd-arm-cgo), const EV_ENABLE ideal-int 23150pkg syscall (netbsd-arm-cgo), const EV_EOF ideal-int 23151pkg syscall (netbsd-arm-cgo), const EV_ERROR ideal-int 23152pkg syscall (netbsd-arm-cgo), const EV_FLAG1 ideal-int 23153pkg syscall (netbsd-arm-cgo), const EV_ONESHOT ideal-int 23154pkg syscall (netbsd-arm-cgo), const EV_SYSFLAGS ideal-int 23155pkg syscall (netbsd-arm-cgo), const EXTA ideal-int 23156pkg syscall (netbsd-arm-cgo), const EXTB ideal-int 23157pkg syscall (netbsd-arm-cgo), const EXTPROC ideal-int 23158pkg syscall (netbsd-arm-cgo), const FD_CLOEXEC ideal-int 23159pkg syscall (netbsd-arm-cgo), const FD_SETSIZE ideal-int 23160pkg syscall (netbsd-arm-cgo), const FLUSHO ideal-int 23161pkg syscall (netbsd-arm-cgo), const F_CLOSEM ideal-int 23162pkg syscall (netbsd-arm-cgo), const F_DUPFD ideal-int 23163pkg syscall (netbsd-arm-cgo), const F_DUPFD_CLOEXEC ideal-int 23164pkg syscall (netbsd-arm-cgo), const F_FSCTL ideal-int 23165pkg syscall (netbsd-arm-cgo), const F_FSDIRMASK ideal-int 23166pkg syscall (netbsd-arm-cgo), const F_FSIN ideal-int 23167pkg syscall (netbsd-arm-cgo), const F_FSINOUT ideal-int 23168pkg syscall (netbsd-arm-cgo), const F_FSOUT ideal-int 23169pkg syscall (netbsd-arm-cgo), const F_FSPRIV ideal-int 23170pkg syscall (netbsd-arm-cgo), const F_FSVOID ideal-int 23171pkg syscall (netbsd-arm-cgo), const F_GETFD ideal-int 23172pkg syscall (netbsd-arm-cgo), const F_GETFL ideal-int 23173pkg syscall (netbsd-arm-cgo), const F_GETLK ideal-int 23174pkg syscall (netbsd-arm-cgo), const F_GETNOSIGPIPE ideal-int 23175pkg syscall (netbsd-arm-cgo), const F_GETOWN ideal-int 23176pkg syscall (netbsd-arm-cgo), const F_MAXFD ideal-int 23177pkg syscall (netbsd-arm-cgo), const F_OK ideal-int 23178pkg syscall (netbsd-arm-cgo), const F_PARAM_MASK ideal-int 23179pkg syscall (netbsd-arm-cgo), const F_PARAM_MAX ideal-int 23180pkg syscall (netbsd-arm-cgo), const F_RDLCK ideal-int 23181pkg syscall (netbsd-arm-cgo), const F_SETFD ideal-int 23182pkg syscall (netbsd-arm-cgo), const F_SETFL ideal-int 23183pkg syscall (netbsd-arm-cgo), const F_SETLK ideal-int 23184pkg syscall (netbsd-arm-cgo), const F_SETLKW ideal-int 23185pkg syscall (netbsd-arm-cgo), const F_SETNOSIGPIPE ideal-int 23186pkg syscall (netbsd-arm-cgo), const F_SETOWN ideal-int 23187pkg syscall (netbsd-arm-cgo), const F_UNLCK ideal-int 23188pkg syscall (netbsd-arm-cgo), const F_WRLCK ideal-int 23189pkg syscall (netbsd-arm-cgo), const HUPCL ideal-int 23190pkg syscall (netbsd-arm-cgo), const ICANON ideal-int 23191pkg syscall (netbsd-arm-cgo), const ICMP6_FILTER = 18 23192pkg syscall (netbsd-arm-cgo), const ICMP6_FILTER ideal-int 23193pkg syscall (netbsd-arm-cgo), const ICRNL ideal-int 23194pkg syscall (netbsd-arm-cgo), const IEXTEN ideal-int 23195pkg syscall (netbsd-arm-cgo), const IFAN_ARRIVAL ideal-int 23196pkg syscall (netbsd-arm-cgo), const IFAN_DEPARTURE ideal-int 23197pkg syscall (netbsd-arm-cgo), const IFA_ROUTE ideal-int 23198pkg syscall (netbsd-arm-cgo), const IFF_ALLMULTI ideal-int 23199pkg syscall (netbsd-arm-cgo), const IFF_CANTCHANGE ideal-int 23200pkg syscall (netbsd-arm-cgo), const IFF_DEBUG ideal-int 23201pkg syscall (netbsd-arm-cgo), const IFF_LINK0 ideal-int 23202pkg syscall (netbsd-arm-cgo), const IFF_LINK1 ideal-int 23203pkg syscall (netbsd-arm-cgo), const IFF_LINK2 ideal-int 23204pkg syscall (netbsd-arm-cgo), const IFF_NOARP ideal-int 23205pkg syscall (netbsd-arm-cgo), const IFF_NOTRAILERS ideal-int 23206pkg syscall (netbsd-arm-cgo), const IFF_OACTIVE ideal-int 23207pkg syscall (netbsd-arm-cgo), const IFF_POINTOPOINT ideal-int 23208pkg syscall (netbsd-arm-cgo), const IFF_PROMISC ideal-int 23209pkg syscall (netbsd-arm-cgo), const IFF_RUNNING ideal-int 23210pkg syscall (netbsd-arm-cgo), const IFF_SIMPLEX ideal-int 23211pkg syscall (netbsd-arm-cgo), const IFNAMSIZ ideal-int 23212pkg syscall (netbsd-arm-cgo), const IFT_1822 ideal-int 23213pkg syscall (netbsd-arm-cgo), const IFT_A12MPPSWITCH ideal-int 23214pkg syscall (netbsd-arm-cgo), const IFT_AAL2 ideal-int 23215pkg syscall (netbsd-arm-cgo), const IFT_AAL5 ideal-int 23216pkg syscall (netbsd-arm-cgo), const IFT_ADSL ideal-int 23217pkg syscall (netbsd-arm-cgo), const IFT_AFLANE8023 ideal-int 23218pkg syscall (netbsd-arm-cgo), const IFT_AFLANE8025 ideal-int 23219pkg syscall (netbsd-arm-cgo), const IFT_ARAP ideal-int 23220pkg syscall (netbsd-arm-cgo), const IFT_ARCNET ideal-int 23221pkg syscall (netbsd-arm-cgo), const IFT_ARCNETPLUS ideal-int 23222pkg syscall (netbsd-arm-cgo), const IFT_ASYNC ideal-int 23223pkg syscall (netbsd-arm-cgo), const IFT_ATM ideal-int 23224pkg syscall (netbsd-arm-cgo), const IFT_ATMDXI ideal-int 23225pkg syscall (netbsd-arm-cgo), const IFT_ATMFUNI ideal-int 23226pkg syscall (netbsd-arm-cgo), const IFT_ATMIMA ideal-int 23227pkg syscall (netbsd-arm-cgo), const IFT_ATMLOGICAL ideal-int 23228pkg syscall (netbsd-arm-cgo), const IFT_ATMRADIO ideal-int 23229pkg syscall (netbsd-arm-cgo), const IFT_ATMSUBINTERFACE ideal-int 23230pkg syscall (netbsd-arm-cgo), const IFT_ATMVCIENDPT ideal-int 23231pkg syscall (netbsd-arm-cgo), const IFT_ATMVIRTUAL ideal-int 23232pkg syscall (netbsd-arm-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int 23233pkg syscall (netbsd-arm-cgo), const IFT_BRIDGE ideal-int 23234pkg syscall (netbsd-arm-cgo), const IFT_BSC ideal-int 23235pkg syscall (netbsd-arm-cgo), const IFT_CARP ideal-int 23236pkg syscall (netbsd-arm-cgo), const IFT_CCTEMUL ideal-int 23237pkg syscall (netbsd-arm-cgo), const IFT_CEPT ideal-int 23238pkg syscall (netbsd-arm-cgo), const IFT_CES ideal-int 23239pkg syscall (netbsd-arm-cgo), const IFT_CHANNEL ideal-int 23240pkg syscall (netbsd-arm-cgo), const IFT_CNR ideal-int 23241pkg syscall (netbsd-arm-cgo), const IFT_COFFEE ideal-int 23242pkg syscall (netbsd-arm-cgo), const IFT_COMPOSITELINK ideal-int 23243pkg syscall (netbsd-arm-cgo), const IFT_DCN ideal-int 23244pkg syscall (netbsd-arm-cgo), const IFT_DIGITALPOWERLINE ideal-int 23245pkg syscall (netbsd-arm-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int 23246pkg syscall (netbsd-arm-cgo), const IFT_DLSW ideal-int 23247pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int 23248pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEMACLAYER ideal-int 23249pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int 23250pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int 23251pkg syscall (netbsd-arm-cgo), const IFT_DS0 ideal-int 23252pkg syscall (netbsd-arm-cgo), const IFT_DS0BUNDLE ideal-int 23253pkg syscall (netbsd-arm-cgo), const IFT_DS1FDL ideal-int 23254pkg syscall (netbsd-arm-cgo), const IFT_DS3 ideal-int 23255pkg syscall (netbsd-arm-cgo), const IFT_DTM ideal-int 23256pkg syscall (netbsd-arm-cgo), const IFT_DVBASILN ideal-int 23257pkg syscall (netbsd-arm-cgo), const IFT_DVBASIOUT ideal-int 23258pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int 23259pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCMACLAYER ideal-int 23260pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCUPSTREAM ideal-int 23261pkg syscall (netbsd-arm-cgo), const IFT_ECONET ideal-int 23262pkg syscall (netbsd-arm-cgo), const IFT_EON ideal-int 23263pkg syscall (netbsd-arm-cgo), const IFT_EPLRS ideal-int 23264pkg syscall (netbsd-arm-cgo), const IFT_ESCON ideal-int 23265pkg syscall (netbsd-arm-cgo), const IFT_ETHER ideal-int 23266pkg syscall (netbsd-arm-cgo), const IFT_FAITH ideal-int 23267pkg syscall (netbsd-arm-cgo), const IFT_FAST ideal-int 23268pkg syscall (netbsd-arm-cgo), const IFT_FASTETHER ideal-int 23269pkg syscall (netbsd-arm-cgo), const IFT_FASTETHERFX ideal-int 23270pkg syscall (netbsd-arm-cgo), const IFT_FDDI ideal-int 23271pkg syscall (netbsd-arm-cgo), const IFT_FIBRECHANNEL ideal-int 23272pkg syscall (netbsd-arm-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int 23273pkg syscall (netbsd-arm-cgo), const IFT_FRAMERELAYMPI ideal-int 23274pkg syscall (netbsd-arm-cgo), const IFT_FRDLCIENDPT ideal-int 23275pkg syscall (netbsd-arm-cgo), const IFT_FRELAY ideal-int 23276pkg syscall (netbsd-arm-cgo), const IFT_FRELAYDCE ideal-int 23277pkg syscall (netbsd-arm-cgo), const IFT_FRF16MFRBUNDLE ideal-int 23278pkg syscall (netbsd-arm-cgo), const IFT_FRFORWARD ideal-int 23279pkg syscall (netbsd-arm-cgo), const IFT_G703AT2MB ideal-int 23280pkg syscall (netbsd-arm-cgo), const IFT_G703AT64K ideal-int 23281pkg syscall (netbsd-arm-cgo), const IFT_GIF ideal-int 23282pkg syscall (netbsd-arm-cgo), const IFT_GIGABITETHERNET ideal-int 23283pkg syscall (netbsd-arm-cgo), const IFT_GR303IDT ideal-int 23284pkg syscall (netbsd-arm-cgo), const IFT_GR303RDT ideal-int 23285pkg syscall (netbsd-arm-cgo), const IFT_H323GATEKEEPER ideal-int 23286pkg syscall (netbsd-arm-cgo), const IFT_H323PROXY ideal-int 23287pkg syscall (netbsd-arm-cgo), const IFT_HDH1822 ideal-int 23288pkg syscall (netbsd-arm-cgo), const IFT_HDLC ideal-int 23289pkg syscall (netbsd-arm-cgo), const IFT_HDSL2 ideal-int 23290pkg syscall (netbsd-arm-cgo), const IFT_HIPERLAN2 ideal-int 23291pkg syscall (netbsd-arm-cgo), const IFT_HIPPI ideal-int 23292pkg syscall (netbsd-arm-cgo), const IFT_HIPPIINTERFACE ideal-int 23293pkg syscall (netbsd-arm-cgo), const IFT_HOSTPAD ideal-int 23294pkg syscall (netbsd-arm-cgo), const IFT_HSSI ideal-int 23295pkg syscall (netbsd-arm-cgo), const IFT_HY ideal-int 23296pkg syscall (netbsd-arm-cgo), const IFT_IBM370PARCHAN ideal-int 23297pkg syscall (netbsd-arm-cgo), const IFT_IDSL ideal-int 23298pkg syscall (netbsd-arm-cgo), const IFT_IEEE1394 ideal-int 23299pkg syscall (netbsd-arm-cgo), const IFT_IEEE80211 ideal-int 23300pkg syscall (netbsd-arm-cgo), const IFT_IEEE80212 ideal-int 23301pkg syscall (netbsd-arm-cgo), const IFT_IEEE8023ADLAG ideal-int 23302pkg syscall (netbsd-arm-cgo), const IFT_IFGSN ideal-int 23303pkg syscall (netbsd-arm-cgo), const IFT_IMT ideal-int 23304pkg syscall (netbsd-arm-cgo), const IFT_INFINIBAND ideal-int 23305pkg syscall (netbsd-arm-cgo), const IFT_INTERLEAVE ideal-int 23306pkg syscall (netbsd-arm-cgo), const IFT_IP ideal-int 23307pkg syscall (netbsd-arm-cgo), const IFT_IPFORWARD ideal-int 23308pkg syscall (netbsd-arm-cgo), const IFT_IPOVERATM ideal-int 23309pkg syscall (netbsd-arm-cgo), const IFT_IPOVERCDLC ideal-int 23310pkg syscall (netbsd-arm-cgo), const IFT_IPOVERCLAW ideal-int 23311pkg syscall (netbsd-arm-cgo), const IFT_IPSWITCH ideal-int 23312pkg syscall (netbsd-arm-cgo), const IFT_ISDN ideal-int 23313pkg syscall (netbsd-arm-cgo), const IFT_ISDNBASIC ideal-int 23314pkg syscall (netbsd-arm-cgo), const IFT_ISDNPRIMARY ideal-int 23315pkg syscall (netbsd-arm-cgo), const IFT_ISDNS ideal-int 23316pkg syscall (netbsd-arm-cgo), const IFT_ISDNU ideal-int 23317pkg syscall (netbsd-arm-cgo), const IFT_ISO88022LLC ideal-int 23318pkg syscall (netbsd-arm-cgo), const IFT_ISO88023 ideal-int 23319pkg syscall (netbsd-arm-cgo), const IFT_ISO88024 ideal-int 23320pkg syscall (netbsd-arm-cgo), const IFT_ISO88025 ideal-int 23321pkg syscall (netbsd-arm-cgo), const IFT_ISO88025CRFPINT ideal-int 23322pkg syscall (netbsd-arm-cgo), const IFT_ISO88025DTR ideal-int 23323pkg syscall (netbsd-arm-cgo), const IFT_ISO88025FIBER ideal-int 23324pkg syscall (netbsd-arm-cgo), const IFT_ISO88026 ideal-int 23325pkg syscall (netbsd-arm-cgo), const IFT_ISUP ideal-int 23326pkg syscall (netbsd-arm-cgo), const IFT_L2VLAN ideal-int 23327pkg syscall (netbsd-arm-cgo), const IFT_L3IPVLAN ideal-int 23328pkg syscall (netbsd-arm-cgo), const IFT_L3IPXVLAN ideal-int 23329pkg syscall (netbsd-arm-cgo), const IFT_LAPB ideal-int 23330pkg syscall (netbsd-arm-cgo), const IFT_LAPD ideal-int 23331pkg syscall (netbsd-arm-cgo), const IFT_LAPF ideal-int 23332pkg syscall (netbsd-arm-cgo), const IFT_LINEGROUP ideal-int 23333pkg syscall (netbsd-arm-cgo), const IFT_LOCALTALK ideal-int 23334pkg syscall (netbsd-arm-cgo), const IFT_LOOP ideal-int 23335pkg syscall (netbsd-arm-cgo), const IFT_MEDIAMAILOVERIP ideal-int 23336pkg syscall (netbsd-arm-cgo), const IFT_MFSIGLINK ideal-int 23337pkg syscall (netbsd-arm-cgo), const IFT_MIOX25 ideal-int 23338pkg syscall (netbsd-arm-cgo), const IFT_MODEM ideal-int 23339pkg syscall (netbsd-arm-cgo), const IFT_MPC ideal-int 23340pkg syscall (netbsd-arm-cgo), const IFT_MPLS ideal-int 23341pkg syscall (netbsd-arm-cgo), const IFT_MPLSTUNNEL ideal-int 23342pkg syscall (netbsd-arm-cgo), const IFT_MSDSL ideal-int 23343pkg syscall (netbsd-arm-cgo), const IFT_MVL ideal-int 23344pkg syscall (netbsd-arm-cgo), const IFT_MYRINET ideal-int 23345pkg syscall (netbsd-arm-cgo), const IFT_NFAS ideal-int 23346pkg syscall (netbsd-arm-cgo), const IFT_NSIP ideal-int 23347pkg syscall (netbsd-arm-cgo), const IFT_OPTICALCHANNEL ideal-int 23348pkg syscall (netbsd-arm-cgo), const IFT_OPTICALTRANSPORT ideal-int 23349pkg syscall (netbsd-arm-cgo), const IFT_OTHER ideal-int 23350pkg syscall (netbsd-arm-cgo), const IFT_P10 ideal-int 23351pkg syscall (netbsd-arm-cgo), const IFT_P80 ideal-int 23352pkg syscall (netbsd-arm-cgo), const IFT_PARA ideal-int 23353pkg syscall (netbsd-arm-cgo), const IFT_PFLOG ideal-int 23354pkg syscall (netbsd-arm-cgo), const IFT_PFSYNC ideal-int 23355pkg syscall (netbsd-arm-cgo), const IFT_PLC ideal-int 23356pkg syscall (netbsd-arm-cgo), const IFT_PON155 ideal-int 23357pkg syscall (netbsd-arm-cgo), const IFT_PON622 ideal-int 23358pkg syscall (netbsd-arm-cgo), const IFT_POS ideal-int 23359pkg syscall (netbsd-arm-cgo), const IFT_PPP ideal-int 23360pkg syscall (netbsd-arm-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int 23361pkg syscall (netbsd-arm-cgo), const IFT_PROPATM ideal-int 23362pkg syscall (netbsd-arm-cgo), const IFT_PROPBWAP2MP ideal-int 23363pkg syscall (netbsd-arm-cgo), const IFT_PROPCNLS ideal-int 23364pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int 23365pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int 23366pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int 23367pkg syscall (netbsd-arm-cgo), const IFT_PROPMUX ideal-int 23368pkg syscall (netbsd-arm-cgo), const IFT_PROPVIRTUAL ideal-int 23369pkg syscall (netbsd-arm-cgo), const IFT_PROPWIRELESSP2P ideal-int 23370pkg syscall (netbsd-arm-cgo), const IFT_PTPSERIAL ideal-int 23371pkg syscall (netbsd-arm-cgo), const IFT_PVC ideal-int 23372pkg syscall (netbsd-arm-cgo), const IFT_Q2931 ideal-int 23373pkg syscall (netbsd-arm-cgo), const IFT_QLLC ideal-int 23374pkg syscall (netbsd-arm-cgo), const IFT_RADIOMAC ideal-int 23375pkg syscall (netbsd-arm-cgo), const IFT_RADSL ideal-int 23376pkg syscall (netbsd-arm-cgo), const IFT_REACHDSL ideal-int 23377pkg syscall (netbsd-arm-cgo), const IFT_RFC1483 ideal-int 23378pkg syscall (netbsd-arm-cgo), const IFT_RS232 ideal-int 23379pkg syscall (netbsd-arm-cgo), const IFT_RSRB ideal-int 23380pkg syscall (netbsd-arm-cgo), const IFT_SDLC ideal-int 23381pkg syscall (netbsd-arm-cgo), const IFT_SDSL ideal-int 23382pkg syscall (netbsd-arm-cgo), const IFT_SHDSL ideal-int 23383pkg syscall (netbsd-arm-cgo), const IFT_SIP ideal-int 23384pkg syscall (netbsd-arm-cgo), const IFT_SIPSIG ideal-int 23385pkg syscall (netbsd-arm-cgo), const IFT_SIPTG ideal-int 23386pkg syscall (netbsd-arm-cgo), const IFT_SLIP ideal-int 23387pkg syscall (netbsd-arm-cgo), const IFT_SMDSDXI ideal-int 23388pkg syscall (netbsd-arm-cgo), const IFT_SMDSICIP ideal-int 23389pkg syscall (netbsd-arm-cgo), const IFT_SONET ideal-int 23390pkg syscall (netbsd-arm-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int 23391pkg syscall (netbsd-arm-cgo), const IFT_SONETPATH ideal-int 23392pkg syscall (netbsd-arm-cgo), const IFT_SONETVT ideal-int 23393pkg syscall (netbsd-arm-cgo), const IFT_SRP ideal-int 23394pkg syscall (netbsd-arm-cgo), const IFT_SS7SIGLINK ideal-int 23395pkg syscall (netbsd-arm-cgo), const IFT_STACKTOSTACK ideal-int 23396pkg syscall (netbsd-arm-cgo), const IFT_STARLAN ideal-int 23397pkg syscall (netbsd-arm-cgo), const IFT_STF ideal-int 23398pkg syscall (netbsd-arm-cgo), const IFT_T1 ideal-int 23399pkg syscall (netbsd-arm-cgo), const IFT_TDLC ideal-int 23400pkg syscall (netbsd-arm-cgo), const IFT_TELINK ideal-int 23401pkg syscall (netbsd-arm-cgo), const IFT_TERMPAD ideal-int 23402pkg syscall (netbsd-arm-cgo), const IFT_TR008 ideal-int 23403pkg syscall (netbsd-arm-cgo), const IFT_TRANSPHDLC ideal-int 23404pkg syscall (netbsd-arm-cgo), const IFT_TUNNEL ideal-int 23405pkg syscall (netbsd-arm-cgo), const IFT_ULTRA ideal-int 23406pkg syscall (netbsd-arm-cgo), const IFT_USB ideal-int 23407pkg syscall (netbsd-arm-cgo), const IFT_V11 ideal-int 23408pkg syscall (netbsd-arm-cgo), const IFT_V35 ideal-int 23409pkg syscall (netbsd-arm-cgo), const IFT_V36 ideal-int 23410pkg syscall (netbsd-arm-cgo), const IFT_V37 ideal-int 23411pkg syscall (netbsd-arm-cgo), const IFT_VDSL ideal-int 23412pkg syscall (netbsd-arm-cgo), const IFT_VIRTUALIPADDRESS ideal-int 23413pkg syscall (netbsd-arm-cgo), const IFT_VIRTUALTG ideal-int 23414pkg syscall (netbsd-arm-cgo), const IFT_VOICEDID ideal-int 23415pkg syscall (netbsd-arm-cgo), const IFT_VOICEEM ideal-int 23416pkg syscall (netbsd-arm-cgo), const IFT_VOICEEMFGD ideal-int 23417pkg syscall (netbsd-arm-cgo), const IFT_VOICEENCAP ideal-int 23418pkg syscall (netbsd-arm-cgo), const IFT_VOICEFGDEANA ideal-int 23419pkg syscall (netbsd-arm-cgo), const IFT_VOICEFXO ideal-int 23420pkg syscall (netbsd-arm-cgo), const IFT_VOICEFXS ideal-int 23421pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERATM ideal-int 23422pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERCABLE ideal-int 23423pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int 23424pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERIP ideal-int 23425pkg syscall (netbsd-arm-cgo), const IFT_X213 ideal-int 23426pkg syscall (netbsd-arm-cgo), const IFT_X25 ideal-int 23427pkg syscall (netbsd-arm-cgo), const IFT_X25DDN ideal-int 23428pkg syscall (netbsd-arm-cgo), const IFT_X25HUNTGROUP ideal-int 23429pkg syscall (netbsd-arm-cgo), const IFT_X25MLP ideal-int 23430pkg syscall (netbsd-arm-cgo), const IFT_X25PLE ideal-int 23431pkg syscall (netbsd-arm-cgo), const IFT_XETHER ideal-int 23432pkg syscall (netbsd-arm-cgo), const IGNBRK ideal-int 23433pkg syscall (netbsd-arm-cgo), const IGNCR ideal-int 23434pkg syscall (netbsd-arm-cgo), const IGNPAR ideal-int 23435pkg syscall (netbsd-arm-cgo), const IMAXBEL ideal-int 23436pkg syscall (netbsd-arm-cgo), const INLCR ideal-int 23437pkg syscall (netbsd-arm-cgo), const INPCK ideal-int 23438pkg syscall (netbsd-arm-cgo), const IN_CLASSA_HOST ideal-int 23439pkg syscall (netbsd-arm-cgo), const IN_CLASSA_MAX ideal-int 23440pkg syscall (netbsd-arm-cgo), const IN_CLASSA_NET ideal-int 23441pkg syscall (netbsd-arm-cgo), const IN_CLASSA_NSHIFT ideal-int 23442pkg syscall (netbsd-arm-cgo), const IN_CLASSB_HOST ideal-int 23443pkg syscall (netbsd-arm-cgo), const IN_CLASSB_MAX ideal-int 23444pkg syscall (netbsd-arm-cgo), const IN_CLASSB_NET ideal-int 23445pkg syscall (netbsd-arm-cgo), const IN_CLASSB_NSHIFT ideal-int 23446pkg syscall (netbsd-arm-cgo), const IN_CLASSC_HOST ideal-int 23447pkg syscall (netbsd-arm-cgo), const IN_CLASSC_NET ideal-int 23448pkg syscall (netbsd-arm-cgo), const IN_CLASSC_NSHIFT ideal-int 23449pkg syscall (netbsd-arm-cgo), const IN_CLASSD_HOST ideal-int 23450pkg syscall (netbsd-arm-cgo), const IN_CLASSD_NET ideal-int 23451pkg syscall (netbsd-arm-cgo), const IN_CLASSD_NSHIFT ideal-int 23452pkg syscall (netbsd-arm-cgo), const IN_LOOPBACKNET ideal-int 23453pkg syscall (netbsd-arm-cgo), const IPPROTO_AH ideal-int 23454pkg syscall (netbsd-arm-cgo), const IPPROTO_CARP ideal-int 23455pkg syscall (netbsd-arm-cgo), const IPPROTO_DONE ideal-int 23456pkg syscall (netbsd-arm-cgo), const IPPROTO_DSTOPTS ideal-int 23457pkg syscall (netbsd-arm-cgo), const IPPROTO_EGP ideal-int 23458pkg syscall (netbsd-arm-cgo), const IPPROTO_ENCAP ideal-int 23459pkg syscall (netbsd-arm-cgo), const IPPROTO_EON ideal-int 23460pkg syscall (netbsd-arm-cgo), const IPPROTO_ESP ideal-int 23461pkg syscall (netbsd-arm-cgo), const IPPROTO_ETHERIP ideal-int 23462pkg syscall (netbsd-arm-cgo), const IPPROTO_FRAGMENT ideal-int 23463pkg syscall (netbsd-arm-cgo), const IPPROTO_GGP ideal-int 23464pkg syscall (netbsd-arm-cgo), const IPPROTO_GRE ideal-int 23465pkg syscall (netbsd-arm-cgo), const IPPROTO_HOPOPTS ideal-int 23466pkg syscall (netbsd-arm-cgo), const IPPROTO_ICMP ideal-int 23467pkg syscall (netbsd-arm-cgo), const IPPROTO_ICMPV6 ideal-int 23468pkg syscall (netbsd-arm-cgo), const IPPROTO_IDP ideal-int 23469pkg syscall (netbsd-arm-cgo), const IPPROTO_IGMP ideal-int 23470pkg syscall (netbsd-arm-cgo), const IPPROTO_IPCOMP ideal-int 23471pkg syscall (netbsd-arm-cgo), const IPPROTO_IPIP ideal-int 23472pkg syscall (netbsd-arm-cgo), const IPPROTO_IPV4 ideal-int 23473pkg syscall (netbsd-arm-cgo), const IPPROTO_IPV6_ICMP ideal-int 23474pkg syscall (netbsd-arm-cgo), const IPPROTO_MAX ideal-int 23475pkg syscall (netbsd-arm-cgo), const IPPROTO_MAXID ideal-int 23476pkg syscall (netbsd-arm-cgo), const IPPROTO_MOBILE ideal-int 23477pkg syscall (netbsd-arm-cgo), const IPPROTO_NONE ideal-int 23478pkg syscall (netbsd-arm-cgo), const IPPROTO_PFSYNC ideal-int 23479pkg syscall (netbsd-arm-cgo), const IPPROTO_PIM ideal-int 23480pkg syscall (netbsd-arm-cgo), const IPPROTO_PUP ideal-int 23481pkg syscall (netbsd-arm-cgo), const IPPROTO_RAW ideal-int 23482pkg syscall (netbsd-arm-cgo), const IPPROTO_ROUTING ideal-int 23483pkg syscall (netbsd-arm-cgo), const IPPROTO_RSVP ideal-int 23484pkg syscall (netbsd-arm-cgo), const IPPROTO_TP ideal-int 23485pkg syscall (netbsd-arm-cgo), const IPPROTO_VRRP ideal-int 23486pkg syscall (netbsd-arm-cgo), const IPV6_CHECKSUM ideal-int 23487pkg syscall (netbsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int 23488pkg syscall (netbsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int 23489pkg syscall (netbsd-arm-cgo), const IPV6_DEFHLIM ideal-int 23490pkg syscall (netbsd-arm-cgo), const IPV6_DONTFRAG ideal-int 23491pkg syscall (netbsd-arm-cgo), const IPV6_DSTOPTS ideal-int 23492pkg syscall (netbsd-arm-cgo), const IPV6_FAITH ideal-int 23493pkg syscall (netbsd-arm-cgo), const IPV6_FLOWINFO_MASK ideal-int 23494pkg syscall (netbsd-arm-cgo), const IPV6_FLOWLABEL_MASK ideal-int 23495pkg syscall (netbsd-arm-cgo), const IPV6_FRAGTTL ideal-int 23496pkg syscall (netbsd-arm-cgo), const IPV6_HLIMDEC ideal-int 23497pkg syscall (netbsd-arm-cgo), const IPV6_HOPLIMIT ideal-int 23498pkg syscall (netbsd-arm-cgo), const IPV6_HOPOPTS ideal-int 23499pkg syscall (netbsd-arm-cgo), const IPV6_IPSEC_POLICY ideal-int 23500pkg syscall (netbsd-arm-cgo), const IPV6_MAXHLIM ideal-int 23501pkg syscall (netbsd-arm-cgo), const IPV6_MAXPACKET ideal-int 23502pkg syscall (netbsd-arm-cgo), const IPV6_MMTU ideal-int 23503pkg syscall (netbsd-arm-cgo), const IPV6_NEXTHOP ideal-int 23504pkg syscall (netbsd-arm-cgo), const IPV6_PATHMTU ideal-int 23505pkg syscall (netbsd-arm-cgo), const IPV6_PKTINFO ideal-int 23506pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE ideal-int 23507pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int 23508pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_HIGH ideal-int 23509pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_LOW ideal-int 23510pkg syscall (netbsd-arm-cgo), const IPV6_RECVDSTOPTS ideal-int 23511pkg syscall (netbsd-arm-cgo), const IPV6_RECVHOPLIMIT ideal-int 23512pkg syscall (netbsd-arm-cgo), const IPV6_RECVHOPOPTS ideal-int 23513pkg syscall (netbsd-arm-cgo), const IPV6_RECVPATHMTU ideal-int 23514pkg syscall (netbsd-arm-cgo), const IPV6_RECVPKTINFO ideal-int 23515pkg syscall (netbsd-arm-cgo), const IPV6_RECVRTHDR ideal-int 23516pkg syscall (netbsd-arm-cgo), const IPV6_RECVTCLASS ideal-int 23517pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR ideal-int 23518pkg syscall (netbsd-arm-cgo), const IPV6_RTHDRDSTOPTS ideal-int 23519pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_LOOSE ideal-int 23520pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_STRICT ideal-int 23521pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_TYPE_0 ideal-int 23522pkg syscall (netbsd-arm-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int 23523pkg syscall (netbsd-arm-cgo), const IPV6_TCLASS ideal-int 23524pkg syscall (netbsd-arm-cgo), const IPV6_USE_MIN_MTU ideal-int 23525pkg syscall (netbsd-arm-cgo), const IPV6_VERSION ideal-int 23526pkg syscall (netbsd-arm-cgo), const IPV6_VERSION_MASK ideal-int 23527pkg syscall (netbsd-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int 23528pkg syscall (netbsd-arm-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int 23529pkg syscall (netbsd-arm-cgo), const IP_DF ideal-int 23530pkg syscall (netbsd-arm-cgo), const IP_EF ideal-int 23531pkg syscall (netbsd-arm-cgo), const IP_ERRORMTU ideal-int 23532pkg syscall (netbsd-arm-cgo), const IP_HDRINCL ideal-int 23533pkg syscall (netbsd-arm-cgo), const IP_IPSEC_POLICY ideal-int 23534pkg syscall (netbsd-arm-cgo), const IP_MAXPACKET ideal-int 23535pkg syscall (netbsd-arm-cgo), const IP_MAX_MEMBERSHIPS ideal-int 23536pkg syscall (netbsd-arm-cgo), const IP_MF ideal-int 23537pkg syscall (netbsd-arm-cgo), const IP_MINFRAGSIZE ideal-int 23538pkg syscall (netbsd-arm-cgo), const IP_MINTTL ideal-int 23539pkg syscall (netbsd-arm-cgo), const IP_MSS ideal-int 23540pkg syscall (netbsd-arm-cgo), const IP_OFFMASK ideal-int 23541pkg syscall (netbsd-arm-cgo), const IP_OPTIONS ideal-int 23542pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE ideal-int 23543pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_DEFAULT ideal-int 23544pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_HIGH ideal-int 23545pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_LOW ideal-int 23546pkg syscall (netbsd-arm-cgo), const IP_RECVDSTADDR ideal-int 23547pkg syscall (netbsd-arm-cgo), const IP_RECVIF ideal-int 23548pkg syscall (netbsd-arm-cgo), const IP_RECVOPTS ideal-int 23549pkg syscall (netbsd-arm-cgo), const IP_RECVRETOPTS ideal-int 23550pkg syscall (netbsd-arm-cgo), const IP_RECVTTL ideal-int 23551pkg syscall (netbsd-arm-cgo), const IP_RETOPTS ideal-int 23552pkg syscall (netbsd-arm-cgo), const IP_RF ideal-int 23553pkg syscall (netbsd-arm-cgo), const ISIG ideal-int 23554pkg syscall (netbsd-arm-cgo), const ISTRIP ideal-int 23555pkg syscall (netbsd-arm-cgo), const IXANY ideal-int 23556pkg syscall (netbsd-arm-cgo), const IXOFF ideal-int 23557pkg syscall (netbsd-arm-cgo), const IXON ideal-int 23558pkg syscall (netbsd-arm-cgo), const LOCK_EX ideal-int 23559pkg syscall (netbsd-arm-cgo), const LOCK_NB ideal-int 23560pkg syscall (netbsd-arm-cgo), const LOCK_SH ideal-int 23561pkg syscall (netbsd-arm-cgo), const LOCK_UN ideal-int 23562pkg syscall (netbsd-arm-cgo), const MSG_BCAST ideal-int 23563pkg syscall (netbsd-arm-cgo), const MSG_CMSG_CLOEXEC ideal-int 23564pkg syscall (netbsd-arm-cgo), const MSG_CONTROLMBUF ideal-int 23565pkg syscall (netbsd-arm-cgo), const MSG_CTRUNC ideal-int 23566pkg syscall (netbsd-arm-cgo), const MSG_DONTROUTE ideal-int 23567pkg syscall (netbsd-arm-cgo), const MSG_DONTWAIT ideal-int 23568pkg syscall (netbsd-arm-cgo), const MSG_EOR ideal-int 23569pkg syscall (netbsd-arm-cgo), const MSG_IOVUSRSPACE ideal-int 23570pkg syscall (netbsd-arm-cgo), const MSG_LENUSRSPACE ideal-int 23571pkg syscall (netbsd-arm-cgo), const MSG_MCAST ideal-int 23572pkg syscall (netbsd-arm-cgo), const MSG_NAMEMBUF ideal-int 23573pkg syscall (netbsd-arm-cgo), const MSG_NBIO ideal-int 23574pkg syscall (netbsd-arm-cgo), const MSG_NOSIGNAL ideal-int 23575pkg syscall (netbsd-arm-cgo), const MSG_OOB ideal-int 23576pkg syscall (netbsd-arm-cgo), const MSG_PEEK ideal-int 23577pkg syscall (netbsd-arm-cgo), const MSG_TRUNC ideal-int 23578pkg syscall (netbsd-arm-cgo), const MSG_USERFLAGS ideal-int 23579pkg syscall (netbsd-arm-cgo), const MSG_WAITALL ideal-int 23580pkg syscall (netbsd-arm-cgo), const NAME_MAX ideal-int 23581pkg syscall (netbsd-arm-cgo), const NET_RT_DUMP ideal-int 23582pkg syscall (netbsd-arm-cgo), const NET_RT_FLAGS ideal-int 23583pkg syscall (netbsd-arm-cgo), const NET_RT_IFLIST ideal-int 23584pkg syscall (netbsd-arm-cgo), const NET_RT_MAXID ideal-int 23585pkg syscall (netbsd-arm-cgo), const NET_RT_OIFLIST ideal-int 23586pkg syscall (netbsd-arm-cgo), const NET_RT_OOIFLIST ideal-int 23587pkg syscall (netbsd-arm-cgo), const NOFLSH ideal-int 23588pkg syscall (netbsd-arm-cgo), const NOTE_ATTRIB ideal-int 23589pkg syscall (netbsd-arm-cgo), const NOTE_CHILD ideal-int 23590pkg syscall (netbsd-arm-cgo), const NOTE_DELETE ideal-int 23591pkg syscall (netbsd-arm-cgo), const NOTE_EXEC ideal-int 23592pkg syscall (netbsd-arm-cgo), const NOTE_EXIT ideal-int 23593pkg syscall (netbsd-arm-cgo), const NOTE_EXTEND ideal-int 23594pkg syscall (netbsd-arm-cgo), const NOTE_FORK ideal-int 23595pkg syscall (netbsd-arm-cgo), const NOTE_LINK ideal-int 23596pkg syscall (netbsd-arm-cgo), const NOTE_LOWAT ideal-int 23597pkg syscall (netbsd-arm-cgo), const NOTE_PCTRLMASK ideal-int 23598pkg syscall (netbsd-arm-cgo), const NOTE_PDATAMASK ideal-int 23599pkg syscall (netbsd-arm-cgo), const NOTE_RENAME ideal-int 23600pkg syscall (netbsd-arm-cgo), const NOTE_REVOKE ideal-int 23601pkg syscall (netbsd-arm-cgo), const NOTE_TRACK ideal-int 23602pkg syscall (netbsd-arm-cgo), const NOTE_TRACKERR ideal-int 23603pkg syscall (netbsd-arm-cgo), const NOTE_WRITE ideal-int 23604pkg syscall (netbsd-arm-cgo), const OCRNL ideal-int 23605pkg syscall (netbsd-arm-cgo), const OFIOGETBMAP ideal-int 23606pkg syscall (netbsd-arm-cgo), const ONLCR ideal-int 23607pkg syscall (netbsd-arm-cgo), const ONLRET ideal-int 23608pkg syscall (netbsd-arm-cgo), const ONOCR ideal-int 23609pkg syscall (netbsd-arm-cgo), const ONOEOT ideal-int 23610pkg syscall (netbsd-arm-cgo), const OPOST ideal-int 23611pkg syscall (netbsd-arm-cgo), const O_ACCMODE ideal-int 23612pkg syscall (netbsd-arm-cgo), const O_ALT_IO ideal-int 23613pkg syscall (netbsd-arm-cgo), const O_DIRECT ideal-int 23614pkg syscall (netbsd-arm-cgo), const O_DIRECTORY ideal-int 23615pkg syscall (netbsd-arm-cgo), const O_DSYNC ideal-int 23616pkg syscall (netbsd-arm-cgo), const O_EXLOCK ideal-int 23617pkg syscall (netbsd-arm-cgo), const O_FSYNC ideal-int 23618pkg syscall (netbsd-arm-cgo), const O_NDELAY ideal-int 23619pkg syscall (netbsd-arm-cgo), const O_NOFOLLOW ideal-int 23620pkg syscall (netbsd-arm-cgo), const O_NOSIGPIPE ideal-int 23621pkg syscall (netbsd-arm-cgo), const O_RSYNC ideal-int 23622pkg syscall (netbsd-arm-cgo), const O_SHLOCK ideal-int 23623pkg syscall (netbsd-arm-cgo), const PARENB ideal-int 23624pkg syscall (netbsd-arm-cgo), const PARMRK ideal-int 23625pkg syscall (netbsd-arm-cgo), const PARODD ideal-int 23626pkg syscall (netbsd-arm-cgo), const PENDIN ideal-int 23627pkg syscall (netbsd-arm-cgo), const PRIO_PGRP = 1 23628pkg syscall (netbsd-arm-cgo), const PRIO_PGRP ideal-int 23629pkg syscall (netbsd-arm-cgo), const PRIO_PROCESS = 0 23630pkg syscall (netbsd-arm-cgo), const PRIO_PROCESS ideal-int 23631pkg syscall (netbsd-arm-cgo), const PRIO_USER = 2 23632pkg syscall (netbsd-arm-cgo), const PRIO_USER ideal-int 23633pkg syscall (netbsd-arm-cgo), const PRI_IOFLUSH ideal-int 23634pkg syscall (netbsd-arm-cgo), const PTRACE_CONT ideal-int 23635pkg syscall (netbsd-arm-cgo), const PTRACE_KILL ideal-int 23636pkg syscall (netbsd-arm-cgo), const PTRACE_TRACEME ideal-int 23637pkg syscall (netbsd-arm-cgo), const RLIMIT_AS ideal-int 23638pkg syscall (netbsd-arm-cgo), const RLIMIT_CORE ideal-int 23639pkg syscall (netbsd-arm-cgo), const RLIMIT_CPU ideal-int 23640pkg syscall (netbsd-arm-cgo), const RLIMIT_DATA ideal-int 23641pkg syscall (netbsd-arm-cgo), const RLIMIT_FSIZE ideal-int 23642pkg syscall (netbsd-arm-cgo), const RLIMIT_NOFILE ideal-int 23643pkg syscall (netbsd-arm-cgo), const RLIMIT_STACK ideal-int 23644pkg syscall (netbsd-arm-cgo), const RLIM_INFINITY ideal-int 23645pkg syscall (netbsd-arm-cgo), const RTAX_AUTHOR ideal-int 23646pkg syscall (netbsd-arm-cgo), const RTAX_BRD ideal-int 23647pkg syscall (netbsd-arm-cgo), const RTAX_DST ideal-int 23648pkg syscall (netbsd-arm-cgo), const RTAX_GATEWAY ideal-int 23649pkg syscall (netbsd-arm-cgo), const RTAX_GENMASK ideal-int 23650pkg syscall (netbsd-arm-cgo), const RTAX_IFA ideal-int 23651pkg syscall (netbsd-arm-cgo), const RTAX_IFP ideal-int 23652pkg syscall (netbsd-arm-cgo), const RTAX_MAX ideal-int 23653pkg syscall (netbsd-arm-cgo), const RTAX_NETMASK ideal-int 23654pkg syscall (netbsd-arm-cgo), const RTAX_TAG ideal-int 23655pkg syscall (netbsd-arm-cgo), const RTA_AUTHOR ideal-int 23656pkg syscall (netbsd-arm-cgo), const RTA_BRD ideal-int 23657pkg syscall (netbsd-arm-cgo), const RTA_DST ideal-int 23658pkg syscall (netbsd-arm-cgo), const RTA_GATEWAY ideal-int 23659pkg syscall (netbsd-arm-cgo), const RTA_GENMASK ideal-int 23660pkg syscall (netbsd-arm-cgo), const RTA_IFA ideal-int 23661pkg syscall (netbsd-arm-cgo), const RTA_IFP ideal-int 23662pkg syscall (netbsd-arm-cgo), const RTA_NETMASK ideal-int 23663pkg syscall (netbsd-arm-cgo), const RTA_TAG ideal-int 23664pkg syscall (netbsd-arm-cgo), const RTF_ANNOUNCE ideal-int 23665pkg syscall (netbsd-arm-cgo), const RTF_BLACKHOLE ideal-int 23666pkg syscall (netbsd-arm-cgo), const RTF_CLONED ideal-int 23667pkg syscall (netbsd-arm-cgo), const RTF_CLONING ideal-int 23668pkg syscall (netbsd-arm-cgo), const RTF_DONE ideal-int 23669pkg syscall (netbsd-arm-cgo), const RTF_DYNAMIC ideal-int 23670pkg syscall (netbsd-arm-cgo), const RTF_GATEWAY ideal-int 23671pkg syscall (netbsd-arm-cgo), const RTF_HOST ideal-int 23672pkg syscall (netbsd-arm-cgo), const RTF_LLINFO ideal-int 23673pkg syscall (netbsd-arm-cgo), const RTF_MASK ideal-int 23674pkg syscall (netbsd-arm-cgo), const RTF_MODIFIED ideal-int 23675pkg syscall (netbsd-arm-cgo), const RTF_PROTO1 ideal-int 23676pkg syscall (netbsd-arm-cgo), const RTF_PROTO2 ideal-int 23677pkg syscall (netbsd-arm-cgo), const RTF_REJECT ideal-int 23678pkg syscall (netbsd-arm-cgo), const RTF_SRC ideal-int 23679pkg syscall (netbsd-arm-cgo), const RTF_STATIC ideal-int 23680pkg syscall (netbsd-arm-cgo), const RTF_UP ideal-int 23681pkg syscall (netbsd-arm-cgo), const RTF_XRESOLVE ideal-int 23682pkg syscall (netbsd-arm-cgo), const RTM_ADD ideal-int 23683pkg syscall (netbsd-arm-cgo), const RTM_CHANGE ideal-int 23684pkg syscall (netbsd-arm-cgo), const RTM_CHGADDR ideal-int 23685pkg syscall (netbsd-arm-cgo), const RTM_DELADDR ideal-int 23686pkg syscall (netbsd-arm-cgo), const RTM_DELETE ideal-int 23687pkg syscall (netbsd-arm-cgo), const RTM_GET ideal-int 23688pkg syscall (netbsd-arm-cgo), const RTM_IEEE80211 ideal-int 23689pkg syscall (netbsd-arm-cgo), const RTM_IFANNOUNCE ideal-int 23690pkg syscall (netbsd-arm-cgo), const RTM_IFINFO ideal-int 23691pkg syscall (netbsd-arm-cgo), const RTM_LLINFO_UPD ideal-int 23692pkg syscall (netbsd-arm-cgo), const RTM_LOCK ideal-int 23693pkg syscall (netbsd-arm-cgo), const RTM_LOSING ideal-int 23694pkg syscall (netbsd-arm-cgo), const RTM_MISS ideal-int 23695pkg syscall (netbsd-arm-cgo), const RTM_NEWADDR ideal-int 23696pkg syscall (netbsd-arm-cgo), const RTM_OIFINFO ideal-int 23697pkg syscall (netbsd-arm-cgo), const RTM_OLDADD ideal-int 23698pkg syscall (netbsd-arm-cgo), const RTM_OLDDEL ideal-int 23699pkg syscall (netbsd-arm-cgo), const RTM_OOIFINFO ideal-int 23700pkg syscall (netbsd-arm-cgo), const RTM_REDIRECT ideal-int 23701pkg syscall (netbsd-arm-cgo), const RTM_RESOLVE ideal-int 23702pkg syscall (netbsd-arm-cgo), const RTM_RTTUNIT ideal-int 23703pkg syscall (netbsd-arm-cgo), const RTM_SETGATE ideal-int 23704pkg syscall (netbsd-arm-cgo), const RTM_VERSION ideal-int 23705pkg syscall (netbsd-arm-cgo), const RTV_EXPIRE ideal-int 23706pkg syscall (netbsd-arm-cgo), const RTV_HOPCOUNT ideal-int 23707pkg syscall (netbsd-arm-cgo), const RTV_MTU ideal-int 23708pkg syscall (netbsd-arm-cgo), const RTV_RPIPE ideal-int 23709pkg syscall (netbsd-arm-cgo), const RTV_RTT ideal-int 23710pkg syscall (netbsd-arm-cgo), const RTV_RTTVAR ideal-int 23711pkg syscall (netbsd-arm-cgo), const RTV_SPIPE ideal-int 23712pkg syscall (netbsd-arm-cgo), const RTV_SSTHRESH ideal-int 23713pkg syscall (netbsd-arm-cgo), const RUSAGE_CHILDREN ideal-int 23714pkg syscall (netbsd-arm-cgo), const RUSAGE_SELF ideal-int 23715pkg syscall (netbsd-arm-cgo), const SCM_CREDS ideal-int 23716pkg syscall (netbsd-arm-cgo), const SCM_RIGHTS ideal-int 23717pkg syscall (netbsd-arm-cgo), const SCM_TIMESTAMP ideal-int 23718pkg syscall (netbsd-arm-cgo), const SIGCHLD Signal 23719pkg syscall (netbsd-arm-cgo), const SIGCONT Signal 23720pkg syscall (netbsd-arm-cgo), const SIGEMT Signal 23721pkg syscall (netbsd-arm-cgo), const SIGINFO Signal 23722pkg syscall (netbsd-arm-cgo), const SIGIO Signal 23723pkg syscall (netbsd-arm-cgo), const SIGIOT Signal 23724pkg syscall (netbsd-arm-cgo), const SIGPROF Signal 23725pkg syscall (netbsd-arm-cgo), const SIGPWR Signal 23726pkg syscall (netbsd-arm-cgo), const SIGSTOP Signal 23727pkg syscall (netbsd-arm-cgo), const SIGSYS Signal 23728pkg syscall (netbsd-arm-cgo), const SIGTSTP Signal 23729pkg syscall (netbsd-arm-cgo), const SIGTTIN Signal 23730pkg syscall (netbsd-arm-cgo), const SIGTTOU Signal 23731pkg syscall (netbsd-arm-cgo), const SIGURG Signal 23732pkg syscall (netbsd-arm-cgo), const SIGUSR1 Signal 23733pkg syscall (netbsd-arm-cgo), const SIGUSR2 Signal 23734pkg syscall (netbsd-arm-cgo), const SIGVTALRM Signal 23735pkg syscall (netbsd-arm-cgo), const SIGWINCH Signal 23736pkg syscall (netbsd-arm-cgo), const SIGXCPU Signal 23737pkg syscall (netbsd-arm-cgo), const SIGXFSZ Signal 23738pkg syscall (netbsd-arm-cgo), const SIOCADDMULTI ideal-int 23739pkg syscall (netbsd-arm-cgo), const SIOCADDRT ideal-int 23740pkg syscall (netbsd-arm-cgo), const SIOCAIFADDR ideal-int 23741pkg syscall (netbsd-arm-cgo), const SIOCALIFADDR ideal-int 23742pkg syscall (netbsd-arm-cgo), const SIOCATMARK ideal-int 23743pkg syscall (netbsd-arm-cgo), const SIOCDELMULTI ideal-int 23744pkg syscall (netbsd-arm-cgo), const SIOCDELRT ideal-int 23745pkg syscall (netbsd-arm-cgo), const SIOCDIFADDR ideal-int 23746pkg syscall (netbsd-arm-cgo), const SIOCDIFPHYADDR ideal-int 23747pkg syscall (netbsd-arm-cgo), const SIOCDLIFADDR ideal-int 23748pkg syscall (netbsd-arm-cgo), const SIOCGDRVSPEC ideal-int 23749pkg syscall (netbsd-arm-cgo), const SIOCGETPFSYNC ideal-int 23750pkg syscall (netbsd-arm-cgo), const SIOCGETSGCNT ideal-int 23751pkg syscall (netbsd-arm-cgo), const SIOCGETVIFCNT ideal-int 23752pkg syscall (netbsd-arm-cgo), const SIOCGHIWAT ideal-int 23753pkg syscall (netbsd-arm-cgo), const SIOCGIFADDR ideal-int 23754pkg syscall (netbsd-arm-cgo), const SIOCGIFADDRPREF ideal-int 23755pkg syscall (netbsd-arm-cgo), const SIOCGIFALIAS ideal-int 23756pkg syscall (netbsd-arm-cgo), const SIOCGIFBRDADDR ideal-int 23757pkg syscall (netbsd-arm-cgo), const SIOCGIFCAP ideal-int 23758pkg syscall (netbsd-arm-cgo), const SIOCGIFCONF ideal-int 23759pkg syscall (netbsd-arm-cgo), const SIOCGIFDATA ideal-int 23760pkg syscall (netbsd-arm-cgo), const SIOCGIFDLT ideal-int 23761pkg syscall (netbsd-arm-cgo), const SIOCGIFDSTADDR ideal-int 23762pkg syscall (netbsd-arm-cgo), const SIOCGIFFLAGS ideal-int 23763pkg syscall (netbsd-arm-cgo), const SIOCGIFGENERIC ideal-int 23764pkg syscall (netbsd-arm-cgo), const SIOCGIFMEDIA ideal-int 23765pkg syscall (netbsd-arm-cgo), const SIOCGIFMETRIC ideal-int 23766pkg syscall (netbsd-arm-cgo), const SIOCGIFMTU ideal-int 23767pkg syscall (netbsd-arm-cgo), const SIOCGIFNETMASK ideal-int 23768pkg syscall (netbsd-arm-cgo), const SIOCGIFPDSTADDR ideal-int 23769pkg syscall (netbsd-arm-cgo), const SIOCGIFPSRCADDR ideal-int 23770pkg syscall (netbsd-arm-cgo), const SIOCGLIFADDR ideal-int 23771pkg syscall (netbsd-arm-cgo), const SIOCGLIFPHYADDR ideal-int 23772pkg syscall (netbsd-arm-cgo), const SIOCGLINKSTR ideal-int 23773pkg syscall (netbsd-arm-cgo), const SIOCGLOWAT ideal-int 23774pkg syscall (netbsd-arm-cgo), const SIOCGPGRP ideal-int 23775pkg syscall (netbsd-arm-cgo), const SIOCGVH ideal-int 23776pkg syscall (netbsd-arm-cgo), const SIOCIFCREATE ideal-int 23777pkg syscall (netbsd-arm-cgo), const SIOCIFDESTROY ideal-int 23778pkg syscall (netbsd-arm-cgo), const SIOCIFGCLONERS ideal-int 23779pkg syscall (netbsd-arm-cgo), const SIOCINITIFADDR ideal-int 23780pkg syscall (netbsd-arm-cgo), const SIOCSDRVSPEC ideal-int 23781pkg syscall (netbsd-arm-cgo), const SIOCSETPFSYNC ideal-int 23782pkg syscall (netbsd-arm-cgo), const SIOCSHIWAT ideal-int 23783pkg syscall (netbsd-arm-cgo), const SIOCSIFADDR ideal-int 23784pkg syscall (netbsd-arm-cgo), const SIOCSIFADDRPREF ideal-int 23785pkg syscall (netbsd-arm-cgo), const SIOCSIFBRDADDR ideal-int 23786pkg syscall (netbsd-arm-cgo), const SIOCSIFCAP ideal-int 23787pkg syscall (netbsd-arm-cgo), const SIOCSIFDSTADDR ideal-int 23788pkg syscall (netbsd-arm-cgo), const SIOCSIFFLAGS ideal-int 23789pkg syscall (netbsd-arm-cgo), const SIOCSIFGENERIC ideal-int 23790pkg syscall (netbsd-arm-cgo), const SIOCSIFMEDIA ideal-int 23791pkg syscall (netbsd-arm-cgo), const SIOCSIFMETRIC ideal-int 23792pkg syscall (netbsd-arm-cgo), const SIOCSIFMTU ideal-int 23793pkg syscall (netbsd-arm-cgo), const SIOCSIFNETMASK ideal-int 23794pkg syscall (netbsd-arm-cgo), const SIOCSIFPHYADDR ideal-int 23795pkg syscall (netbsd-arm-cgo), const SIOCSLIFPHYADDR ideal-int 23796pkg syscall (netbsd-arm-cgo), const SIOCSLINKSTR ideal-int 23797pkg syscall (netbsd-arm-cgo), const SIOCSLOWAT ideal-int 23798pkg syscall (netbsd-arm-cgo), const SIOCSPGRP ideal-int 23799pkg syscall (netbsd-arm-cgo), const SIOCSVH ideal-int 23800pkg syscall (netbsd-arm-cgo), const SIOCZIFDATA ideal-int 23801pkg syscall (netbsd-arm-cgo), const SOCK_CLOEXEC ideal-int 23802pkg syscall (netbsd-arm-cgo), const SOCK_FLAGS_MASK ideal-int 23803pkg syscall (netbsd-arm-cgo), const SOCK_NONBLOCK ideal-int 23804pkg syscall (netbsd-arm-cgo), const SOCK_NOSIGPIPE ideal-int 23805pkg syscall (netbsd-arm-cgo), const SOCK_RDM ideal-int 23806pkg syscall (netbsd-arm-cgo), const SO_ACCEPTCONN ideal-int 23807pkg syscall (netbsd-arm-cgo), const SO_ACCEPTFILTER ideal-int 23808pkg syscall (netbsd-arm-cgo), const SO_DEBUG ideal-int 23809pkg syscall (netbsd-arm-cgo), const SO_ERROR ideal-int 23810pkg syscall (netbsd-arm-cgo), const SO_NOHEADER ideal-int 23811pkg syscall (netbsd-arm-cgo), const SO_NOSIGPIPE ideal-int 23812pkg syscall (netbsd-arm-cgo), const SO_OOBINLINE ideal-int 23813pkg syscall (netbsd-arm-cgo), const SO_OVERFLOWED ideal-int 23814pkg syscall (netbsd-arm-cgo), const SO_RCVLOWAT ideal-int 23815pkg syscall (netbsd-arm-cgo), const SO_RCVTIMEO ideal-int 23816pkg syscall (netbsd-arm-cgo), const SO_REUSEPORT ideal-int 23817pkg syscall (netbsd-arm-cgo), const SO_SNDLOWAT ideal-int 23818pkg syscall (netbsd-arm-cgo), const SO_SNDTIMEO ideal-int 23819pkg syscall (netbsd-arm-cgo), const SO_TIMESTAMP ideal-int 23820pkg syscall (netbsd-arm-cgo), const SO_TYPE ideal-int 23821pkg syscall (netbsd-arm-cgo), const SO_USELOOPBACK ideal-int 23822pkg syscall (netbsd-arm-cgo), const SYSCTL_VERSION ideal-int 23823pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_0 ideal-int 23824pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_1 ideal-int 23825pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_MASK ideal-int 23826pkg syscall (netbsd-arm-cgo), const SYS_ACCEPT ideal-int 23827pkg syscall (netbsd-arm-cgo), const SYS_ACCESS ideal-int 23828pkg syscall (netbsd-arm-cgo), const SYS_ACCT ideal-int 23829pkg syscall (netbsd-arm-cgo), const SYS_ADJTIME ideal-int 23830pkg syscall (netbsd-arm-cgo), const SYS_BIND ideal-int 23831pkg syscall (netbsd-arm-cgo), const SYS_BREAK ideal-int 23832pkg syscall (netbsd-arm-cgo), const SYS_CHDIR ideal-int 23833pkg syscall (netbsd-arm-cgo), const SYS_CHFLAGS ideal-int 23834pkg syscall (netbsd-arm-cgo), const SYS_CHMOD ideal-int 23835pkg syscall (netbsd-arm-cgo), const SYS_CHOWN ideal-int 23836pkg syscall (netbsd-arm-cgo), const SYS_CHROOT ideal-int 23837pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_GETRES ideal-int 23838pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_GETTIME ideal-int 23839pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_SETTIME ideal-int 23840pkg syscall (netbsd-arm-cgo), const SYS_CLOSE ideal-int 23841pkg syscall (netbsd-arm-cgo), const SYS_CONNECT ideal-int 23842pkg syscall (netbsd-arm-cgo), const SYS_DUP ideal-int 23843pkg syscall (netbsd-arm-cgo), const SYS_DUP2 ideal-int 23844pkg syscall (netbsd-arm-cgo), const SYS_DUP3 ideal-int 23845pkg syscall (netbsd-arm-cgo), const SYS_EXECVE ideal-int 23846pkg syscall (netbsd-arm-cgo), const SYS_EXIT ideal-int 23847pkg syscall (netbsd-arm-cgo), const SYS_EXTATTRCTL ideal-int 23848pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_FD ideal-int 23849pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_FILE ideal-int 23850pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_LINK ideal-int 23851pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_FD ideal-int 23852pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_FILE ideal-int 23853pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_LINK ideal-int 23854pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_FD ideal-int 23855pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_FILE ideal-int 23856pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_LINK ideal-int 23857pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_FD ideal-int 23858pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_FILE ideal-int 23859pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_LINK ideal-int 23860pkg syscall (netbsd-arm-cgo), const SYS_FACCESSAT ideal-int 23861pkg syscall (netbsd-arm-cgo), const SYS_FCHDIR ideal-int 23862pkg syscall (netbsd-arm-cgo), const SYS_FCHFLAGS ideal-int 23863pkg syscall (netbsd-arm-cgo), const SYS_FCHMOD ideal-int 23864pkg syscall (netbsd-arm-cgo), const SYS_FCHMODAT ideal-int 23865pkg syscall (netbsd-arm-cgo), const SYS_FCHOWN ideal-int 23866pkg syscall (netbsd-arm-cgo), const SYS_FCHOWNAT ideal-int 23867pkg syscall (netbsd-arm-cgo), const SYS_FCHROOT ideal-int 23868pkg syscall (netbsd-arm-cgo), const SYS_FCNTL ideal-int 23869pkg syscall (netbsd-arm-cgo), const SYS_FDATASYNC ideal-int 23870pkg syscall (netbsd-arm-cgo), const SYS_FEXECVE ideal-int 23871pkg syscall (netbsd-arm-cgo), const SYS_FGETXATTR ideal-int 23872pkg syscall (netbsd-arm-cgo), const SYS_FHSTAT ideal-int 23873pkg syscall (netbsd-arm-cgo), const SYS_FKTRACE ideal-int 23874pkg syscall (netbsd-arm-cgo), const SYS_FLISTXATTR ideal-int 23875pkg syscall (netbsd-arm-cgo), const SYS_FLOCK ideal-int 23876pkg syscall (netbsd-arm-cgo), const SYS_FORK ideal-int 23877pkg syscall (netbsd-arm-cgo), const SYS_FPATHCONF ideal-int 23878pkg syscall (netbsd-arm-cgo), const SYS_FREMOVEXATTR ideal-int 23879pkg syscall (netbsd-arm-cgo), const SYS_FSETXATTR ideal-int 23880pkg syscall (netbsd-arm-cgo), const SYS_FSTAT ideal-int 23881pkg syscall (netbsd-arm-cgo), const SYS_FSTATAT ideal-int 23882pkg syscall (netbsd-arm-cgo), const SYS_FSTATVFS1 ideal-int 23883pkg syscall (netbsd-arm-cgo), const SYS_FSYNC ideal-int 23884pkg syscall (netbsd-arm-cgo), const SYS_FSYNC_RANGE ideal-int 23885pkg syscall (netbsd-arm-cgo), const SYS_FTRUNCATE ideal-int 23886pkg syscall (netbsd-arm-cgo), const SYS_FUTIMENS ideal-int 23887pkg syscall (netbsd-arm-cgo), const SYS_FUTIMES ideal-int 23888pkg syscall (netbsd-arm-cgo), const SYS_GETCONTEXT ideal-int 23889pkg syscall (netbsd-arm-cgo), const SYS_GETDENTS ideal-int 23890pkg syscall (netbsd-arm-cgo), const SYS_GETEGID ideal-int 23891pkg syscall (netbsd-arm-cgo), const SYS_GETEUID ideal-int 23892pkg syscall (netbsd-arm-cgo), const SYS_GETFH ideal-int 23893pkg syscall (netbsd-arm-cgo), const SYS_GETGID ideal-int 23894pkg syscall (netbsd-arm-cgo), const SYS_GETGROUPS ideal-int 23895pkg syscall (netbsd-arm-cgo), const SYS_GETITIMER ideal-int 23896pkg syscall (netbsd-arm-cgo), const SYS_GETPEERNAME ideal-int 23897pkg syscall (netbsd-arm-cgo), const SYS_GETPGID ideal-int 23898pkg syscall (netbsd-arm-cgo), const SYS_GETPGRP ideal-int 23899pkg syscall (netbsd-arm-cgo), const SYS_GETPID ideal-int 23900pkg syscall (netbsd-arm-cgo), const SYS_GETPPID ideal-int 23901pkg syscall (netbsd-arm-cgo), const SYS_GETPRIORITY ideal-int 23902pkg syscall (netbsd-arm-cgo), const SYS_GETRLIMIT ideal-int 23903pkg syscall (netbsd-arm-cgo), const SYS_GETRUSAGE ideal-int 23904pkg syscall (netbsd-arm-cgo), const SYS_GETSID ideal-int 23905pkg syscall (netbsd-arm-cgo), const SYS_GETSOCKNAME ideal-int 23906pkg syscall (netbsd-arm-cgo), const SYS_GETSOCKOPT ideal-int 23907pkg syscall (netbsd-arm-cgo), const SYS_GETTIMEOFDAY ideal-int 23908pkg syscall (netbsd-arm-cgo), const SYS_GETUID ideal-int 23909pkg syscall (netbsd-arm-cgo), const SYS_GETVFSSTAT ideal-int 23910pkg syscall (netbsd-arm-cgo), const SYS_GETXATTR ideal-int 23911pkg syscall (netbsd-arm-cgo), const SYS_IOCTL ideal-int 23912pkg syscall (netbsd-arm-cgo), const SYS_ISSETUGID ideal-int 23913pkg syscall (netbsd-arm-cgo), const SYS_KEVENT ideal-int 23914pkg syscall (netbsd-arm-cgo), const SYS_KILL ideal-int 23915pkg syscall (netbsd-arm-cgo), const SYS_KQUEUE ideal-int 23916pkg syscall (netbsd-arm-cgo), const SYS_KQUEUE1 ideal-int 23917pkg syscall (netbsd-arm-cgo), const SYS_KTRACE ideal-int 23918pkg syscall (netbsd-arm-cgo), const SYS_LCHFLAGS ideal-int 23919pkg syscall (netbsd-arm-cgo), const SYS_LCHMOD ideal-int 23920pkg syscall (netbsd-arm-cgo), const SYS_LCHOWN ideal-int 23921pkg syscall (netbsd-arm-cgo), const SYS_LGETXATTR ideal-int 23922pkg syscall (netbsd-arm-cgo), const SYS_LINK ideal-int 23923pkg syscall (netbsd-arm-cgo), const SYS_LINKAT ideal-int 23924pkg syscall (netbsd-arm-cgo), const SYS_LISTEN ideal-int 23925pkg syscall (netbsd-arm-cgo), const SYS_LISTXATTR ideal-int 23926pkg syscall (netbsd-arm-cgo), const SYS_LLISTXATTR ideal-int 23927pkg syscall (netbsd-arm-cgo), const SYS_LREMOVEXATTR ideal-int 23928pkg syscall (netbsd-arm-cgo), const SYS_LSEEK ideal-int 23929pkg syscall (netbsd-arm-cgo), const SYS_LSETXATTR ideal-int 23930pkg syscall (netbsd-arm-cgo), const SYS_LSTAT ideal-int 23931pkg syscall (netbsd-arm-cgo), const SYS_LUTIMES ideal-int 23932pkg syscall (netbsd-arm-cgo), const SYS_MADVISE ideal-int 23933pkg syscall (netbsd-arm-cgo), const SYS_MINCORE ideal-int 23934pkg syscall (netbsd-arm-cgo), const SYS_MINHERIT ideal-int 23935pkg syscall (netbsd-arm-cgo), const SYS_MKDIR ideal-int 23936pkg syscall (netbsd-arm-cgo), const SYS_MKDIRAT ideal-int 23937pkg syscall (netbsd-arm-cgo), const SYS_MKFIFO ideal-int 23938pkg syscall (netbsd-arm-cgo), const SYS_MKFIFOAT ideal-int 23939pkg syscall (netbsd-arm-cgo), const SYS_MKNOD ideal-int 23940pkg syscall (netbsd-arm-cgo), const SYS_MKNODAT ideal-int 23941pkg syscall (netbsd-arm-cgo), const SYS_MLOCK ideal-int 23942pkg syscall (netbsd-arm-cgo), const SYS_MLOCKALL ideal-int 23943pkg syscall (netbsd-arm-cgo), const SYS_MMAP ideal-int 23944pkg syscall (netbsd-arm-cgo), const SYS_MODCTL ideal-int 23945pkg syscall (netbsd-arm-cgo), const SYS_MOUNT ideal-int 23946pkg syscall (netbsd-arm-cgo), const SYS_MPROTECT ideal-int 23947pkg syscall (netbsd-arm-cgo), const SYS_MREMAP ideal-int 23948pkg syscall (netbsd-arm-cgo), const SYS_MSGCTL ideal-int 23949pkg syscall (netbsd-arm-cgo), const SYS_MSGGET ideal-int 23950pkg syscall (netbsd-arm-cgo), const SYS_MSGRCV ideal-int 23951pkg syscall (netbsd-arm-cgo), const SYS_MSGSND ideal-int 23952pkg syscall (netbsd-arm-cgo), const SYS_MUNLOCK ideal-int 23953pkg syscall (netbsd-arm-cgo), const SYS_MUNLOCKALL ideal-int 23954pkg syscall (netbsd-arm-cgo), const SYS_MUNMAP ideal-int 23955pkg syscall (netbsd-arm-cgo), const SYS_NANOSLEEP ideal-int 23956pkg syscall (netbsd-arm-cgo), const SYS_NTP_ADJTIME ideal-int 23957pkg syscall (netbsd-arm-cgo), const SYS_NTP_GETTIME ideal-int 23958pkg syscall (netbsd-arm-cgo), const SYS_OPEN ideal-int 23959pkg syscall (netbsd-arm-cgo), const SYS_OPENAT ideal-int 23960pkg syscall (netbsd-arm-cgo), const SYS_PACCEPT ideal-int 23961pkg syscall (netbsd-arm-cgo), const SYS_PATHCONF ideal-int 23962pkg syscall (netbsd-arm-cgo), const SYS_PIPE ideal-int 23963pkg syscall (netbsd-arm-cgo), const SYS_PIPE2 ideal-int 23964pkg syscall (netbsd-arm-cgo), const SYS_PMC_CONTROL ideal-int 23965pkg syscall (netbsd-arm-cgo), const SYS_PMC_GET_INFO ideal-int 23966pkg syscall (netbsd-arm-cgo), const SYS_POLL ideal-int 23967pkg syscall (netbsd-arm-cgo), const SYS_POLLTS ideal-int 23968pkg syscall (netbsd-arm-cgo), const SYS_POSIX_FADVISE ideal-int 23969pkg syscall (netbsd-arm-cgo), const SYS_POSIX_SPAWN ideal-int 23970pkg syscall (netbsd-arm-cgo), const SYS_PREAD ideal-int 23971pkg syscall (netbsd-arm-cgo), const SYS_PREADV ideal-int 23972pkg syscall (netbsd-arm-cgo), const SYS_PROFIL ideal-int 23973pkg syscall (netbsd-arm-cgo), const SYS_PSELECT ideal-int 23974pkg syscall (netbsd-arm-cgo), const SYS_PSET_ASSIGN ideal-int 23975pkg syscall (netbsd-arm-cgo), const SYS_PSET_CREATE ideal-int 23976pkg syscall (netbsd-arm-cgo), const SYS_PSET_DESTROY ideal-int 23977pkg syscall (netbsd-arm-cgo), const SYS_PTRACE ideal-int 23978pkg syscall (netbsd-arm-cgo), const SYS_PWRITE ideal-int 23979pkg syscall (netbsd-arm-cgo), const SYS_PWRITEV ideal-int 23980pkg syscall (netbsd-arm-cgo), const SYS_RASCTL ideal-int 23981pkg syscall (netbsd-arm-cgo), const SYS_READ ideal-int 23982pkg syscall (netbsd-arm-cgo), const SYS_READLINK ideal-int 23983pkg syscall (netbsd-arm-cgo), const SYS_READLINKAT ideal-int 23984pkg syscall (netbsd-arm-cgo), const SYS_READV ideal-int 23985pkg syscall (netbsd-arm-cgo), const SYS_REBOOT ideal-int 23986pkg syscall (netbsd-arm-cgo), const SYS_RECVFROM ideal-int 23987pkg syscall (netbsd-arm-cgo), const SYS_RECVMMSG ideal-int 23988pkg syscall (netbsd-arm-cgo), const SYS_RECVMSG ideal-int 23989pkg syscall (netbsd-arm-cgo), const SYS_REMOVEXATTR ideal-int 23990pkg syscall (netbsd-arm-cgo), const SYS_RENAME ideal-int 23991pkg syscall (netbsd-arm-cgo), const SYS_RENAMEAT ideal-int 23992pkg syscall (netbsd-arm-cgo), const SYS_REVOKE ideal-int 23993pkg syscall (netbsd-arm-cgo), const SYS_RMDIR ideal-int 23994pkg syscall (netbsd-arm-cgo), const SYS_SBRK ideal-int 23995pkg syscall (netbsd-arm-cgo), const SYS_SCHED_YIELD ideal-int 23996pkg syscall (netbsd-arm-cgo), const SYS_SELECT ideal-int 23997pkg syscall (netbsd-arm-cgo), const SYS_SEMCONFIG ideal-int 23998pkg syscall (netbsd-arm-cgo), const SYS_SEMGET ideal-int 23999pkg syscall (netbsd-arm-cgo), const SYS_SEMOP ideal-int 24000pkg syscall (netbsd-arm-cgo), const SYS_SENDMMSG ideal-int 24001pkg syscall (netbsd-arm-cgo), const SYS_SENDMSG ideal-int 24002pkg syscall (netbsd-arm-cgo), const SYS_SENDTO ideal-int 24003pkg syscall (netbsd-arm-cgo), const SYS_SETCONTEXT ideal-int 24004pkg syscall (netbsd-arm-cgo), const SYS_SETEGID ideal-int 24005pkg syscall (netbsd-arm-cgo), const SYS_SETEUID ideal-int 24006pkg syscall (netbsd-arm-cgo), const SYS_SETGID ideal-int 24007pkg syscall (netbsd-arm-cgo), const SYS_SETGROUPS ideal-int 24008pkg syscall (netbsd-arm-cgo), const SYS_SETITIMER ideal-int 24009pkg syscall (netbsd-arm-cgo), const SYS_SETPGID ideal-int 24010pkg syscall (netbsd-arm-cgo), const SYS_SETPRIORITY ideal-int 24011pkg syscall (netbsd-arm-cgo), const SYS_SETREGID ideal-int 24012pkg syscall (netbsd-arm-cgo), const SYS_SETREUID ideal-int 24013pkg syscall (netbsd-arm-cgo), const SYS_SETRLIMIT ideal-int 24014pkg syscall (netbsd-arm-cgo), const SYS_SETSID ideal-int 24015pkg syscall (netbsd-arm-cgo), const SYS_SETSOCKOPT ideal-int 24016pkg syscall (netbsd-arm-cgo), const SYS_SETTIMEOFDAY ideal-int 24017pkg syscall (netbsd-arm-cgo), const SYS_SETUID ideal-int 24018pkg syscall (netbsd-arm-cgo), const SYS_SETXATTR ideal-int 24019pkg syscall (netbsd-arm-cgo), const SYS_SHMAT ideal-int 24020pkg syscall (netbsd-arm-cgo), const SYS_SHMCTL ideal-int 24021pkg syscall (netbsd-arm-cgo), const SYS_SHMDT ideal-int 24022pkg syscall (netbsd-arm-cgo), const SYS_SHMGET ideal-int 24023pkg syscall (netbsd-arm-cgo), const SYS_SHUTDOWN ideal-int 24024pkg syscall (netbsd-arm-cgo), const SYS_SIGQUEUEINFO ideal-int 24025pkg syscall (netbsd-arm-cgo), const SYS_SOCKET ideal-int 24026pkg syscall (netbsd-arm-cgo), const SYS_SOCKETPAIR ideal-int 24027pkg syscall (netbsd-arm-cgo), const SYS_SSTK ideal-int 24028pkg syscall (netbsd-arm-cgo), const SYS_STAT ideal-int 24029pkg syscall (netbsd-arm-cgo), const SYS_STATVFS1 ideal-int 24030pkg syscall (netbsd-arm-cgo), const SYS_SWAPCTL ideal-int 24031pkg syscall (netbsd-arm-cgo), const SYS_SYMLINK ideal-int 24032pkg syscall (netbsd-arm-cgo), const SYS_SYMLINKAT ideal-int 24033pkg syscall (netbsd-arm-cgo), const SYS_SYNC ideal-int 24034pkg syscall (netbsd-arm-cgo), const SYS_SYSARCH ideal-int 24035pkg syscall (netbsd-arm-cgo), const SYS_TIMER_CREATE ideal-int 24036pkg syscall (netbsd-arm-cgo), const SYS_TIMER_DELETE ideal-int 24037pkg syscall (netbsd-arm-cgo), const SYS_TIMER_GETOVERRUN ideal-int 24038pkg syscall (netbsd-arm-cgo), const SYS_TIMER_GETTIME ideal-int 24039pkg syscall (netbsd-arm-cgo), const SYS_TIMER_SETTIME ideal-int 24040pkg syscall (netbsd-arm-cgo), const SYS_TRUNCATE ideal-int 24041pkg syscall (netbsd-arm-cgo), const SYS_UMASK ideal-int 24042pkg syscall (netbsd-arm-cgo), const SYS_UNDELETE ideal-int 24043pkg syscall (netbsd-arm-cgo), const SYS_UNLINK ideal-int 24044pkg syscall (netbsd-arm-cgo), const SYS_UNLINKAT ideal-int 24045pkg syscall (netbsd-arm-cgo), const SYS_UNMOUNT ideal-int 24046pkg syscall (netbsd-arm-cgo), const SYS_UTIMENSAT ideal-int 24047pkg syscall (netbsd-arm-cgo), const SYS_UTIMES ideal-int 24048pkg syscall (netbsd-arm-cgo), const SYS_UTRACE ideal-int 24049pkg syscall (netbsd-arm-cgo), const SYS_UUIDGEN ideal-int 24050pkg syscall (netbsd-arm-cgo), const SYS_VADVISE ideal-int 24051pkg syscall (netbsd-arm-cgo), const SYS_VFORK ideal-int 24052pkg syscall (netbsd-arm-cgo), const SYS_WAIT4 ideal-int 24053pkg syscall (netbsd-arm-cgo), const SYS_WRITE ideal-int 24054pkg syscall (netbsd-arm-cgo), const SYS_WRITEV ideal-int 24055pkg syscall (netbsd-arm-cgo), const SYS__LWP_CONTINUE ideal-int 24056pkg syscall (netbsd-arm-cgo), const SYS__LWP_CREATE ideal-int 24057pkg syscall (netbsd-arm-cgo), const SYS__LWP_CTL ideal-int 24058pkg syscall (netbsd-arm-cgo), const SYS__LWP_DETACH ideal-int 24059pkg syscall (netbsd-arm-cgo), const SYS__LWP_EXIT ideal-int 24060pkg syscall (netbsd-arm-cgo), const SYS__LWP_GETNAME ideal-int 24061pkg syscall (netbsd-arm-cgo), const SYS__LWP_GETPRIVATE ideal-int 24062pkg syscall (netbsd-arm-cgo), const SYS__LWP_KILL ideal-int 24063pkg syscall (netbsd-arm-cgo), const SYS__LWP_PARK ideal-int 24064pkg syscall (netbsd-arm-cgo), const SYS__LWP_SELF ideal-int 24065pkg syscall (netbsd-arm-cgo), const SYS__LWP_SETNAME ideal-int 24066pkg syscall (netbsd-arm-cgo), const SYS__LWP_SETPRIVATE ideal-int 24067pkg syscall (netbsd-arm-cgo), const SYS__LWP_SUSPEND ideal-int 24068pkg syscall (netbsd-arm-cgo), const SYS__LWP_UNPARK ideal-int 24069pkg syscall (netbsd-arm-cgo), const SYS__LWP_UNPARK_ALL ideal-int 24070pkg syscall (netbsd-arm-cgo), const SYS__LWP_WAIT ideal-int 24071pkg syscall (netbsd-arm-cgo), const SYS__LWP_WAKEUP ideal-int 24072pkg syscall (netbsd-arm-cgo), const SYS__PSET_BIND ideal-int 24073pkg syscall (netbsd-arm-cgo), const SYS__SCHED_GETAFFINITY ideal-int 24074pkg syscall (netbsd-arm-cgo), const SYS__SCHED_GETPARAM ideal-int 24075pkg syscall (netbsd-arm-cgo), const SYS__SCHED_SETAFFINITY ideal-int 24076pkg syscall (netbsd-arm-cgo), const SYS__SCHED_SETPARAM ideal-int 24077pkg syscall (netbsd-arm-cgo), const SYS___CLONE ideal-int 24078pkg syscall (netbsd-arm-cgo), const SYS___GETCWD ideal-int 24079pkg syscall (netbsd-arm-cgo), const SYS___GETLOGIN ideal-int 24080pkg syscall (netbsd-arm-cgo), const SYS___POSIX_CHOWN ideal-int 24081pkg syscall (netbsd-arm-cgo), const SYS___POSIX_FCHOWN ideal-int 24082pkg syscall (netbsd-arm-cgo), const SYS___POSIX_LCHOWN ideal-int 24083pkg syscall (netbsd-arm-cgo), const SYS___POSIX_RENAME ideal-int 24084pkg syscall (netbsd-arm-cgo), const SYS___QUOTACTL ideal-int 24085pkg syscall (netbsd-arm-cgo), const SYS___SEMCTL ideal-int 24086pkg syscall (netbsd-arm-cgo), const SYS___SETLOGIN ideal-int 24087pkg syscall (netbsd-arm-cgo), const SYS___SIGACTION_SIGTRAMP ideal-int 24088pkg syscall (netbsd-arm-cgo), const SYS___SIGTIMEDWAIT ideal-int 24089pkg syscall (netbsd-arm-cgo), const SYS___SYSCTL ideal-int 24090pkg syscall (netbsd-arm-cgo), const S_ARCH1 ideal-int 24091pkg syscall (netbsd-arm-cgo), const S_ARCH2 ideal-int 24092pkg syscall (netbsd-arm-cgo), const S_BLKSIZE ideal-int 24093pkg syscall (netbsd-arm-cgo), const S_IEXEC ideal-int 24094pkg syscall (netbsd-arm-cgo), const S_IFWHT ideal-int 24095pkg syscall (netbsd-arm-cgo), const S_IREAD ideal-int 24096pkg syscall (netbsd-arm-cgo), const S_IRGRP ideal-int 24097pkg syscall (netbsd-arm-cgo), const S_IROTH ideal-int 24098pkg syscall (netbsd-arm-cgo), const S_IRWXG ideal-int 24099pkg syscall (netbsd-arm-cgo), const S_IRWXO ideal-int 24100pkg syscall (netbsd-arm-cgo), const S_IRWXU ideal-int 24101pkg syscall (netbsd-arm-cgo), const S_ISTXT ideal-int 24102pkg syscall (netbsd-arm-cgo), const S_IWGRP ideal-int 24103pkg syscall (netbsd-arm-cgo), const S_IWOTH ideal-int 24104pkg syscall (netbsd-arm-cgo), const S_IWRITE ideal-int 24105pkg syscall (netbsd-arm-cgo), const S_IXGRP ideal-int 24106pkg syscall (netbsd-arm-cgo), const S_IXOTH ideal-int 24107pkg syscall (netbsd-arm-cgo), const SizeofBpfHdr ideal-int 24108pkg syscall (netbsd-arm-cgo), const SizeofBpfInsn ideal-int 24109pkg syscall (netbsd-arm-cgo), const SizeofBpfProgram ideal-int 24110pkg syscall (netbsd-arm-cgo), const SizeofBpfStat ideal-int 24111pkg syscall (netbsd-arm-cgo), const SizeofBpfVersion ideal-int 24112pkg syscall (netbsd-arm-cgo), const SizeofCmsghdr ideal-int 24113pkg syscall (netbsd-arm-cgo), const SizeofICMPv6Filter = 32 24114pkg syscall (netbsd-arm-cgo), const SizeofICMPv6Filter ideal-int 24115pkg syscall (netbsd-arm-cgo), const SizeofIPMreq ideal-int 24116pkg syscall (netbsd-arm-cgo), const SizeofIPv6MTUInfo = 32 24117pkg syscall (netbsd-arm-cgo), const SizeofIPv6MTUInfo ideal-int 24118pkg syscall (netbsd-arm-cgo), const SizeofIPv6Mreq ideal-int 24119pkg syscall (netbsd-arm-cgo), const SizeofIfAnnounceMsghdr ideal-int 24120pkg syscall (netbsd-arm-cgo), const SizeofIfData ideal-int 24121pkg syscall (netbsd-arm-cgo), const SizeofIfMsghdr ideal-int 24122pkg syscall (netbsd-arm-cgo), const SizeofIfaMsghdr ideal-int 24123pkg syscall (netbsd-arm-cgo), const SizeofInet6Pktinfo ideal-int 24124pkg syscall (netbsd-arm-cgo), const SizeofLinger ideal-int 24125pkg syscall (netbsd-arm-cgo), const SizeofMsghdr ideal-int 24126pkg syscall (netbsd-arm-cgo), const SizeofRtMetrics ideal-int 24127pkg syscall (netbsd-arm-cgo), const SizeofRtMsghdr ideal-int 24128pkg syscall (netbsd-arm-cgo), const SizeofSockaddrAny ideal-int 24129pkg syscall (netbsd-arm-cgo), const SizeofSockaddrDatalink ideal-int 24130pkg syscall (netbsd-arm-cgo), const SizeofSockaddrInet4 ideal-int 24131pkg syscall (netbsd-arm-cgo), const SizeofSockaddrInet6 ideal-int 24132pkg syscall (netbsd-arm-cgo), const SizeofSockaddrUnix ideal-int 24133pkg syscall (netbsd-arm-cgo), const TCIFLUSH ideal-int 24134pkg syscall (netbsd-arm-cgo), const TCIOFLUSH ideal-int 24135pkg syscall (netbsd-arm-cgo), const TCOFLUSH ideal-int 24136pkg syscall (netbsd-arm-cgo), const TCP_CONGCTL ideal-int 24137pkg syscall (netbsd-arm-cgo), const TCP_KEEPCNT ideal-int 24138pkg syscall (netbsd-arm-cgo), const TCP_KEEPIDLE ideal-int 24139pkg syscall (netbsd-arm-cgo), const TCP_KEEPINIT ideal-int 24140pkg syscall (netbsd-arm-cgo), const TCP_KEEPINTVL ideal-int 24141pkg syscall (netbsd-arm-cgo), const TCP_MAXBURST ideal-int 24142pkg syscall (netbsd-arm-cgo), const TCP_MAXSEG ideal-int 24143pkg syscall (netbsd-arm-cgo), const TCP_MAXWIN ideal-int 24144pkg syscall (netbsd-arm-cgo), const TCP_MAX_WINSHIFT ideal-int 24145pkg syscall (netbsd-arm-cgo), const TCP_MD5SIG ideal-int 24146pkg syscall (netbsd-arm-cgo), const TCP_MINMSS ideal-int 24147pkg syscall (netbsd-arm-cgo), const TCP_MSS ideal-int 24148pkg syscall (netbsd-arm-cgo), const TCSAFLUSH ideal-int 24149pkg syscall (netbsd-arm-cgo), const TIOCCBRK ideal-int 24150pkg syscall (netbsd-arm-cgo), const TIOCCDTR ideal-int 24151pkg syscall (netbsd-arm-cgo), const TIOCCONS ideal-int 24152pkg syscall (netbsd-arm-cgo), const TIOCDCDTIMESTAMP ideal-int 24153pkg syscall (netbsd-arm-cgo), const TIOCDRAIN ideal-int 24154pkg syscall (netbsd-arm-cgo), const TIOCEXCL ideal-int 24155pkg syscall (netbsd-arm-cgo), const TIOCEXT ideal-int 24156pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CDTRCTS ideal-int 24157pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CLOCAL ideal-int 24158pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CRTSCTS ideal-int 24159pkg syscall (netbsd-arm-cgo), const TIOCFLAG_MDMBUF ideal-int 24160pkg syscall (netbsd-arm-cgo), const TIOCFLAG_SOFTCAR ideal-int 24161pkg syscall (netbsd-arm-cgo), const TIOCFLUSH ideal-int 24162pkg syscall (netbsd-arm-cgo), const TIOCGETA ideal-int 24163pkg syscall (netbsd-arm-cgo), const TIOCGETD ideal-int 24164pkg syscall (netbsd-arm-cgo), const TIOCGFLAGS ideal-int 24165pkg syscall (netbsd-arm-cgo), const TIOCGLINED ideal-int 24166pkg syscall (netbsd-arm-cgo), const TIOCGPGRP ideal-int 24167pkg syscall (netbsd-arm-cgo), const TIOCGQSIZE ideal-int 24168pkg syscall (netbsd-arm-cgo), const TIOCGRANTPT ideal-int 24169pkg syscall (netbsd-arm-cgo), const TIOCGSID ideal-int 24170pkg syscall (netbsd-arm-cgo), const TIOCGSIZE ideal-int 24171pkg syscall (netbsd-arm-cgo), const TIOCGWINSZ ideal-int 24172pkg syscall (netbsd-arm-cgo), const TIOCMBIC ideal-int 24173pkg syscall (netbsd-arm-cgo), const TIOCMBIS ideal-int 24174pkg syscall (netbsd-arm-cgo), const TIOCMGET ideal-int 24175pkg syscall (netbsd-arm-cgo), const TIOCMSET ideal-int 24176pkg syscall (netbsd-arm-cgo), const TIOCM_CAR ideal-int 24177pkg syscall (netbsd-arm-cgo), const TIOCM_CD ideal-int 24178pkg syscall (netbsd-arm-cgo), const TIOCM_CTS ideal-int 24179pkg syscall (netbsd-arm-cgo), const TIOCM_DSR ideal-int 24180pkg syscall (netbsd-arm-cgo), const TIOCM_DTR ideal-int 24181pkg syscall (netbsd-arm-cgo), const TIOCM_LE ideal-int 24182pkg syscall (netbsd-arm-cgo), const TIOCM_RI ideal-int 24183pkg syscall (netbsd-arm-cgo), const TIOCM_RNG ideal-int 24184pkg syscall (netbsd-arm-cgo), const TIOCM_RTS ideal-int 24185pkg syscall (netbsd-arm-cgo), const TIOCM_SR ideal-int 24186pkg syscall (netbsd-arm-cgo), const TIOCM_ST ideal-int 24187pkg syscall (netbsd-arm-cgo), const TIOCNOTTY ideal-int 24188pkg syscall (netbsd-arm-cgo), const TIOCNXCL ideal-int 24189pkg syscall (netbsd-arm-cgo), const TIOCOUTQ ideal-int 24190pkg syscall (netbsd-arm-cgo), const TIOCPKT ideal-int 24191pkg syscall (netbsd-arm-cgo), const TIOCPKT_DATA ideal-int 24192pkg syscall (netbsd-arm-cgo), const TIOCPKT_DOSTOP ideal-int 24193pkg syscall (netbsd-arm-cgo), const TIOCPKT_FLUSHREAD ideal-int 24194pkg syscall (netbsd-arm-cgo), const TIOCPKT_FLUSHWRITE ideal-int 24195pkg syscall (netbsd-arm-cgo), const TIOCPKT_IOCTL ideal-int 24196pkg syscall (netbsd-arm-cgo), const TIOCPKT_NOSTOP ideal-int 24197pkg syscall (netbsd-arm-cgo), const TIOCPKT_START ideal-int 24198pkg syscall (netbsd-arm-cgo), const TIOCPKT_STOP ideal-int 24199pkg syscall (netbsd-arm-cgo), const TIOCPTMGET ideal-int 24200pkg syscall (netbsd-arm-cgo), const TIOCPTSNAME ideal-int 24201pkg syscall (netbsd-arm-cgo), const TIOCRCVFRAME ideal-int 24202pkg syscall (netbsd-arm-cgo), const TIOCREMOTE ideal-int 24203pkg syscall (netbsd-arm-cgo), const TIOCSBRK ideal-int 24204pkg syscall (netbsd-arm-cgo), const TIOCSCTTY ideal-int 24205pkg syscall (netbsd-arm-cgo), const TIOCSDTR ideal-int 24206pkg syscall (netbsd-arm-cgo), const TIOCSETA ideal-int 24207pkg syscall (netbsd-arm-cgo), const TIOCSETAF ideal-int 24208pkg syscall (netbsd-arm-cgo), const TIOCSETAW ideal-int 24209pkg syscall (netbsd-arm-cgo), const TIOCSETD ideal-int 24210pkg syscall (netbsd-arm-cgo), const TIOCSFLAGS ideal-int 24211pkg syscall (netbsd-arm-cgo), const TIOCSIG ideal-int 24212pkg syscall (netbsd-arm-cgo), const TIOCSLINED ideal-int 24213pkg syscall (netbsd-arm-cgo), const TIOCSPGRP ideal-int 24214pkg syscall (netbsd-arm-cgo), const TIOCSQSIZE ideal-int 24215pkg syscall (netbsd-arm-cgo), const TIOCSSIZE ideal-int 24216pkg syscall (netbsd-arm-cgo), const TIOCSTART ideal-int 24217pkg syscall (netbsd-arm-cgo), const TIOCSTAT ideal-int 24218pkg syscall (netbsd-arm-cgo), const TIOCSTI ideal-int 24219pkg syscall (netbsd-arm-cgo), const TIOCSTOP ideal-int 24220pkg syscall (netbsd-arm-cgo), const TIOCSWINSZ ideal-int 24221pkg syscall (netbsd-arm-cgo), const TIOCUCNTL ideal-int 24222pkg syscall (netbsd-arm-cgo), const TIOCXMTFRAME ideal-int 24223pkg syscall (netbsd-arm-cgo), const TOSTOP ideal-int 24224pkg syscall (netbsd-arm-cgo), const VDISCARD ideal-int 24225pkg syscall (netbsd-arm-cgo), const VDSUSP ideal-int 24226pkg syscall (netbsd-arm-cgo), const VEOF ideal-int 24227pkg syscall (netbsd-arm-cgo), const VEOL ideal-int 24228pkg syscall (netbsd-arm-cgo), const VEOL2 ideal-int 24229pkg syscall (netbsd-arm-cgo), const VERASE ideal-int 24230pkg syscall (netbsd-arm-cgo), const VINTR ideal-int 24231pkg syscall (netbsd-arm-cgo), const VKILL ideal-int 24232pkg syscall (netbsd-arm-cgo), const VLNEXT ideal-int 24233pkg syscall (netbsd-arm-cgo), const VMIN ideal-int 24234pkg syscall (netbsd-arm-cgo), const VQUIT ideal-int 24235pkg syscall (netbsd-arm-cgo), const VREPRINT ideal-int 24236pkg syscall (netbsd-arm-cgo), const VSTART ideal-int 24237pkg syscall (netbsd-arm-cgo), const VSTATUS ideal-int 24238pkg syscall (netbsd-arm-cgo), const VSTOP ideal-int 24239pkg syscall (netbsd-arm-cgo), const VSUSP ideal-int 24240pkg syscall (netbsd-arm-cgo), const VTIME ideal-int 24241pkg syscall (netbsd-arm-cgo), const VWERASE ideal-int 24242pkg syscall (netbsd-arm-cgo), const WALL ideal-int 24243pkg syscall (netbsd-arm-cgo), const WALLSIG ideal-int 24244pkg syscall (netbsd-arm-cgo), const WALTSIG ideal-int 24245pkg syscall (netbsd-arm-cgo), const WCLONE ideal-int 24246pkg syscall (netbsd-arm-cgo), const WCOREFLAG ideal-int 24247pkg syscall (netbsd-arm-cgo), const WNOHANG ideal-int 24248pkg syscall (netbsd-arm-cgo), const WNOWAIT ideal-int 24249pkg syscall (netbsd-arm-cgo), const WNOZOMBIE ideal-int 24250pkg syscall (netbsd-arm-cgo), const WOPTSCHECKED ideal-int 24251pkg syscall (netbsd-arm-cgo), const WSTOPPED ideal-int 24252pkg syscall (netbsd-arm-cgo), const WUNTRACED ideal-int 24253pkg syscall (netbsd-arm-cgo), func Accept(int) (int, Sockaddr, error) 24254pkg syscall (netbsd-arm-cgo), func Access(string, uint32) error 24255pkg syscall (netbsd-arm-cgo), func Adjtime(*Timeval, *Timeval) error 24256pkg syscall (netbsd-arm-cgo), func Bind(int, Sockaddr) error 24257pkg syscall (netbsd-arm-cgo), func BpfBuflen(int) (int, error) 24258pkg syscall (netbsd-arm-cgo), func BpfDatalink(int) (int, error) 24259pkg syscall (netbsd-arm-cgo), func BpfHeadercmpl(int) (int, error) 24260pkg syscall (netbsd-arm-cgo), func BpfInterface(int, string) (string, error) 24261pkg syscall (netbsd-arm-cgo), func BpfJump(int, int, int, int) *BpfInsn 24262pkg syscall (netbsd-arm-cgo), func BpfStats(int) (*BpfStat, error) 24263pkg syscall (netbsd-arm-cgo), func BpfStmt(int, int) *BpfInsn 24264pkg syscall (netbsd-arm-cgo), func BpfTimeout(int) (*Timeval, error) 24265pkg syscall (netbsd-arm-cgo), func CheckBpfVersion(int) error 24266pkg syscall (netbsd-arm-cgo), func Chflags(string, int) error 24267pkg syscall (netbsd-arm-cgo), func Chroot(string) error 24268pkg syscall (netbsd-arm-cgo), func Close(int) error 24269pkg syscall (netbsd-arm-cgo), func CloseOnExec(int) 24270pkg syscall (netbsd-arm-cgo), func CmsgLen(int) int 24271pkg syscall (netbsd-arm-cgo), func CmsgSpace(int) int 24272pkg syscall (netbsd-arm-cgo), func Connect(int, Sockaddr) error 24273pkg syscall (netbsd-arm-cgo), func Dup(int) (int, error) 24274pkg syscall (netbsd-arm-cgo), func Dup2(int, int) error 24275pkg syscall (netbsd-arm-cgo), func Fchdir(int) error 24276pkg syscall (netbsd-arm-cgo), func Fchflags(string, int) error 24277pkg syscall (netbsd-arm-cgo), func Fchmod(int, uint32) error 24278pkg syscall (netbsd-arm-cgo), func Fchown(int, int, int) error 24279pkg syscall (netbsd-arm-cgo), func Flock(int, int) error 24280pkg syscall (netbsd-arm-cgo), func FlushBpf(int) error 24281pkg syscall (netbsd-arm-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) 24282pkg syscall (netbsd-arm-cgo), func Fpathconf(int, int) (int, error) 24283pkg syscall (netbsd-arm-cgo), func Fstat(int, *Stat_t) error 24284pkg syscall (netbsd-arm-cgo), func Fsync(int) error 24285pkg syscall (netbsd-arm-cgo), func Ftruncate(int, int64) error 24286pkg syscall (netbsd-arm-cgo), func Futimes(int, []Timeval) error 24287pkg syscall (netbsd-arm-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) 24288pkg syscall (netbsd-arm-cgo), func Getpeername(int) (Sockaddr, error) 24289pkg syscall (netbsd-arm-cgo), func Getpgid(int) (int, error) 24290pkg syscall (netbsd-arm-cgo), func Getpgrp() int 24291pkg syscall (netbsd-arm-cgo), func Getpriority(int, int) (int, error) 24292pkg syscall (netbsd-arm-cgo), func Getrlimit(int, *Rlimit) error 24293pkg syscall (netbsd-arm-cgo), func Getrusage(int, *Rusage) error 24294pkg syscall (netbsd-arm-cgo), func Getsid(int) (int, error) 24295pkg syscall (netbsd-arm-cgo), func Getsockname(int) (Sockaddr, error) 24296pkg syscall (netbsd-arm-cgo), func GetsockoptByte(int, int, int) (uint8, error) 24297pkg syscall (netbsd-arm-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 24298pkg syscall (netbsd-arm-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) 24299pkg syscall (netbsd-arm-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 24300pkg syscall (netbsd-arm-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) 24301pkg syscall (netbsd-arm-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) 24302pkg syscall (netbsd-arm-cgo), func GetsockoptInt(int, int, int) (int, error) 24303pkg syscall (netbsd-arm-cgo), func Issetugid() bool 24304pkg syscall (netbsd-arm-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) 24305pkg syscall (netbsd-arm-cgo), func Kill(int, Signal) error 24306pkg syscall (netbsd-arm-cgo), func Kqueue() (int, error) 24307pkg syscall (netbsd-arm-cgo), func Listen(int, int) error 24308pkg syscall (netbsd-arm-cgo), func Lstat(string, *Stat_t) error 24309pkg syscall (netbsd-arm-cgo), func Mkfifo(string, uint32) error 24310pkg syscall (netbsd-arm-cgo), func Mknod(string, uint32, int) error 24311pkg syscall (netbsd-arm-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) 24312pkg syscall (netbsd-arm-cgo), func Munmap([]uint8) error 24313pkg syscall (netbsd-arm-cgo), func Nanosleep(*Timespec, *Timespec) error 24314pkg syscall (netbsd-arm-cgo), func Open(string, int, uint32) (int, error) 24315pkg syscall (netbsd-arm-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) 24316pkg syscall (netbsd-arm-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) 24317pkg syscall (netbsd-arm-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) 24318pkg syscall (netbsd-arm-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) 24319pkg syscall (netbsd-arm-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) 24320pkg syscall (netbsd-arm-cgo), func Pathconf(string, int) (int, error) 24321pkg syscall (netbsd-arm-cgo), func Pipe([]int) error 24322pkg syscall (netbsd-arm-cgo), func Pread(int, []uint8, int64) (int, error) 24323pkg syscall (netbsd-arm-cgo), func Pwrite(int, []uint8, int64) (int, error) 24324pkg syscall (netbsd-arm-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 24325pkg syscall (netbsd-arm-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 24326pkg syscall (netbsd-arm-cgo), func Read(int, []uint8) (int, error) 24327pkg syscall (netbsd-arm-cgo), func ReadDirent(int, []uint8) (int, error) 24328pkg syscall (netbsd-arm-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) 24329pkg syscall (netbsd-arm-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) 24330pkg syscall (netbsd-arm-cgo), func Revoke(string) error 24331pkg syscall (netbsd-arm-cgo), func RouteRIB(int, int) ([]uint8, error) 24332pkg syscall (netbsd-arm-cgo), func Seek(int, int64, int) (int64, error) 24333pkg syscall (netbsd-arm-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error 24334pkg syscall (netbsd-arm-cgo), func Sendfile(int, int, *int64, int) (int, error) 24335pkg syscall (netbsd-arm-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error 24336pkg syscall (netbsd-arm-cgo), func Sendto(int, []uint8, int, Sockaddr) error 24337pkg syscall (netbsd-arm-cgo), func SetBpf(int, []BpfInsn) error 24338pkg syscall (netbsd-arm-cgo), func SetBpfBuflen(int, int) (int, error) 24339pkg syscall (netbsd-arm-cgo), func SetBpfDatalink(int, int) (int, error) 24340pkg syscall (netbsd-arm-cgo), func SetBpfHeadercmpl(int, int) error 24341pkg syscall (netbsd-arm-cgo), func SetBpfImmediate(int, int) error 24342pkg syscall (netbsd-arm-cgo), func SetBpfInterface(int, string) error 24343pkg syscall (netbsd-arm-cgo), func SetBpfPromisc(int, int) error 24344pkg syscall (netbsd-arm-cgo), func SetBpfTimeout(int, *Timeval) error 24345pkg syscall (netbsd-arm-cgo), func SetKevent(*Kevent_t, int, int, int) 24346pkg syscall (netbsd-arm-cgo), func SetNonblock(int, bool) error 24347pkg syscall (netbsd-arm-cgo), func Setegid(int) error 24348pkg syscall (netbsd-arm-cgo), func Seteuid(int) error 24349pkg syscall (netbsd-arm-cgo), func Setgid(int) error 24350pkg syscall (netbsd-arm-cgo), func Setgroups([]int) error 24351pkg syscall (netbsd-arm-cgo), func Setpgid(int, int) error 24352pkg syscall (netbsd-arm-cgo), func Setpriority(int, int, int) error 24353pkg syscall (netbsd-arm-cgo), func Setregid(int, int) error 24354pkg syscall (netbsd-arm-cgo), func Setreuid(int, int) error 24355pkg syscall (netbsd-arm-cgo), func Setrlimit(int, *Rlimit) error 24356pkg syscall (netbsd-arm-cgo), func Setsid() (int, error) 24357pkg syscall (netbsd-arm-cgo), func SetsockoptByte(int, int, int, uint8) error 24358pkg syscall (netbsd-arm-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 24359pkg syscall (netbsd-arm-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error 24360pkg syscall (netbsd-arm-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error 24361pkg syscall (netbsd-arm-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error 24362pkg syscall (netbsd-arm-cgo), func SetsockoptInt(int, int, int, int) error 24363pkg syscall (netbsd-arm-cgo), func SetsockoptLinger(int, int, int, *Linger) error 24364pkg syscall (netbsd-arm-cgo), func SetsockoptString(int, int, int, string) error 24365pkg syscall (netbsd-arm-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error 24366pkg syscall (netbsd-arm-cgo), func Settimeofday(*Timeval) error 24367pkg syscall (netbsd-arm-cgo), func Setuid(int) error 24368pkg syscall (netbsd-arm-cgo), func Shutdown(int, int) error 24369pkg syscall (netbsd-arm-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) 24370pkg syscall (netbsd-arm-cgo), func Socket(int, int, int) (int, error) 24371pkg syscall (netbsd-arm-cgo), func Socketpair(int, int, int) ([2]int, error) 24372pkg syscall (netbsd-arm-cgo), func Stat(string, *Stat_t) error 24373pkg syscall (netbsd-arm-cgo), func StringSlicePtr([]string) []*uint8 24374pkg syscall (netbsd-arm-cgo), func Sync() error 24375pkg syscall (netbsd-arm-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 24376pkg syscall (netbsd-arm-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 24377pkg syscall (netbsd-arm-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 24378pkg syscall (netbsd-arm-cgo), func Sysctl(string) (string, error) 24379pkg syscall (netbsd-arm-cgo), func SysctlUint32(string) (uint32, error) 24380pkg syscall (netbsd-arm-cgo), func TimevalToNsec(Timeval) int64 24381pkg syscall (netbsd-arm-cgo), func Truncate(string, int64) error 24382pkg syscall (netbsd-arm-cgo), func Umask(int) int 24383pkg syscall (netbsd-arm-cgo), func UnixRights(...int) []uint8 24384pkg syscall (netbsd-arm-cgo), func Unmount(string, int) error 24385pkg syscall (netbsd-arm-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) 24386pkg syscall (netbsd-arm-cgo), func Write(int, []uint8) (int, error) 24387pkg syscall (netbsd-arm-cgo), method (*Cmsghdr) SetLen(int) 24388pkg syscall (netbsd-arm-cgo), method (*Iovec) SetLen(int) 24389pkg syscall (netbsd-arm-cgo), method (*Msghdr) SetControllen(int) 24390pkg syscall (netbsd-arm-cgo), type BpfHdr struct 24391pkg syscall (netbsd-arm-cgo), type BpfHdr struct, Caplen uint32 24392pkg syscall (netbsd-arm-cgo), type BpfHdr struct, Datalen uint32 24393pkg syscall (netbsd-arm-cgo), type BpfHdr struct, Hdrlen uint16 24394pkg syscall (netbsd-arm-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8 24395pkg syscall (netbsd-arm-cgo), type BpfHdr struct, Tstamp BpfTimeval 24396pkg syscall (netbsd-arm-cgo), type BpfInsn struct 24397pkg syscall (netbsd-arm-cgo), type BpfInsn struct, Code uint16 24398pkg syscall (netbsd-arm-cgo), type BpfInsn struct, Jf uint8 24399pkg syscall (netbsd-arm-cgo), type BpfInsn struct, Jt uint8 24400pkg syscall (netbsd-arm-cgo), type BpfInsn struct, K uint32 24401pkg syscall (netbsd-arm-cgo), type BpfProgram struct 24402pkg syscall (netbsd-arm-cgo), type BpfProgram struct, Insns *BpfInsn 24403pkg syscall (netbsd-arm-cgo), type BpfProgram struct, Len uint32 24404pkg syscall (netbsd-arm-cgo), type BpfStat struct 24405pkg syscall (netbsd-arm-cgo), type BpfStat struct, Capt uint64 24406pkg syscall (netbsd-arm-cgo), type BpfStat struct, Drop uint64 24407pkg syscall (netbsd-arm-cgo), type BpfStat struct, Padding [13]uint64 24408pkg syscall (netbsd-arm-cgo), type BpfStat struct, Recv uint64 24409pkg syscall (netbsd-arm-cgo), type BpfTimeval struct 24410pkg syscall (netbsd-arm-cgo), type BpfTimeval struct, Sec int32 24411pkg syscall (netbsd-arm-cgo), type BpfTimeval struct, Usec int32 24412pkg syscall (netbsd-arm-cgo), type BpfVersion struct 24413pkg syscall (netbsd-arm-cgo), type BpfVersion struct, Major uint16 24414pkg syscall (netbsd-arm-cgo), type BpfVersion struct, Minor uint16 24415pkg syscall (netbsd-arm-cgo), type Cmsghdr struct 24416pkg syscall (netbsd-arm-cgo), type Cmsghdr struct, Len uint32 24417pkg syscall (netbsd-arm-cgo), type Cmsghdr struct, Level int32 24418pkg syscall (netbsd-arm-cgo), type Cmsghdr struct, Type int32 24419pkg syscall (netbsd-arm-cgo), type Credential struct 24420pkg syscall (netbsd-arm-cgo), type Credential struct, Gid uint32 24421pkg syscall (netbsd-arm-cgo), type Credential struct, Groups []uint32 24422pkg syscall (netbsd-arm-cgo), type Credential struct, Uid uint32 24423pkg syscall (netbsd-arm-cgo), type Dirent struct 24424pkg syscall (netbsd-arm-cgo), type Dirent struct, Fileno uint64 24425pkg syscall (netbsd-arm-cgo), type Dirent struct, Name [512]int8 24426pkg syscall (netbsd-arm-cgo), type Dirent struct, Namlen uint16 24427pkg syscall (netbsd-arm-cgo), type Dirent struct, Pad_cgo_0 [3]uint8 24428pkg syscall (netbsd-arm-cgo), type Dirent struct, Reclen uint16 24429pkg syscall (netbsd-arm-cgo), type Dirent struct, Type uint8 24430pkg syscall (netbsd-arm-cgo), type FdSet struct 24431pkg syscall (netbsd-arm-cgo), type FdSet struct, Bits [8]uint32 24432pkg syscall (netbsd-arm-cgo), type Flock_t struct 24433pkg syscall (netbsd-arm-cgo), type Flock_t struct, Len int64 24434pkg syscall (netbsd-arm-cgo), type Flock_t struct, Pid int32 24435pkg syscall (netbsd-arm-cgo), type Flock_t struct, Start int64 24436pkg syscall (netbsd-arm-cgo), type Flock_t struct, Type int16 24437pkg syscall (netbsd-arm-cgo), type Flock_t struct, Whence int16 24438pkg syscall (netbsd-arm-cgo), type Fsid struct 24439pkg syscall (netbsd-arm-cgo), type Fsid struct, X__fsid_val [2]int32 24440pkg syscall (netbsd-arm-cgo), type ICMPv6Filter struct 24441pkg syscall (netbsd-arm-cgo), type ICMPv6Filter struct, Filt [8]uint32 24442pkg syscall (netbsd-arm-cgo), type IPv6MTUInfo struct 24443pkg syscall (netbsd-arm-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 24444pkg syscall (netbsd-arm-cgo), type IPv6MTUInfo struct, Mtu uint32 24445pkg syscall (netbsd-arm-cgo), type IfAnnounceMsghdr struct 24446pkg syscall (netbsd-arm-cgo), type IfAnnounceMsghdr struct, Index uint16 24447pkg syscall (netbsd-arm-cgo), type IfAnnounceMsghdr struct, Msglen uint16 24448pkg syscall (netbsd-arm-cgo), type IfAnnounceMsghdr struct, Name [16]int8 24449pkg syscall (netbsd-arm-cgo), type IfAnnounceMsghdr struct, Type uint8 24450pkg syscall (netbsd-arm-cgo), type IfAnnounceMsghdr struct, Version uint8 24451pkg syscall (netbsd-arm-cgo), type IfAnnounceMsghdr struct, What uint16 24452pkg syscall (netbsd-arm-cgo), type IfData struct 24453pkg syscall (netbsd-arm-cgo), type IfData struct, Addrlen uint8 24454pkg syscall (netbsd-arm-cgo), type IfData struct, Baudrate uint64 24455pkg syscall (netbsd-arm-cgo), type IfData struct, Collisions uint64 24456pkg syscall (netbsd-arm-cgo), type IfData struct, Hdrlen uint8 24457pkg syscall (netbsd-arm-cgo), type IfData struct, Ibytes uint64 24458pkg syscall (netbsd-arm-cgo), type IfData struct, Ierrors uint64 24459pkg syscall (netbsd-arm-cgo), type IfData struct, Imcasts uint64 24460pkg syscall (netbsd-arm-cgo), type IfData struct, Ipackets uint64 24461pkg syscall (netbsd-arm-cgo), type IfData struct, Iqdrops uint64 24462pkg syscall (netbsd-arm-cgo), type IfData struct, Lastchange Timespec 24463pkg syscall (netbsd-arm-cgo), type IfData struct, Link_state int32 24464pkg syscall (netbsd-arm-cgo), type IfData struct, Metric uint64 24465pkg syscall (netbsd-arm-cgo), type IfData struct, Mtu uint64 24466pkg syscall (netbsd-arm-cgo), type IfData struct, Noproto uint64 24467pkg syscall (netbsd-arm-cgo), type IfData struct, Obytes uint64 24468pkg syscall (netbsd-arm-cgo), type IfData struct, Oerrors uint64 24469pkg syscall (netbsd-arm-cgo), type IfData struct, Omcasts uint64 24470pkg syscall (netbsd-arm-cgo), type IfData struct, Opackets uint64 24471pkg syscall (netbsd-arm-cgo), type IfData struct, Pad_cgo_0 [1]uint8 24472pkg syscall (netbsd-arm-cgo), type IfData struct, Type uint8 24473pkg syscall (netbsd-arm-cgo), type IfMsghdr struct 24474pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Addrs int32 24475pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Data IfData 24476pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Flags int32 24477pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Index uint16 24478pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Msglen uint16 24479pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Pad_cgo_0 [2]uint8 24480pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Pad_cgo_1 [4]uint8 24481pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Type uint8 24482pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Version uint8 24483pkg syscall (netbsd-arm-cgo), type IfaMsghdr struct 24484pkg syscall (netbsd-arm-cgo), type IfaMsghdr struct, Addrs int32 24485pkg syscall (netbsd-arm-cgo), type IfaMsghdr struct, Flags int32 24486pkg syscall (netbsd-arm-cgo), type IfaMsghdr struct, Index uint16 24487pkg syscall (netbsd-arm-cgo), type IfaMsghdr struct, Metric int32 24488pkg syscall (netbsd-arm-cgo), type IfaMsghdr struct, Msglen uint16 24489pkg syscall (netbsd-arm-cgo), type IfaMsghdr struct, Pad_cgo_0 [6]uint8 24490pkg syscall (netbsd-arm-cgo), type IfaMsghdr struct, Type uint8 24491pkg syscall (netbsd-arm-cgo), type IfaMsghdr struct, Version uint8 24492pkg syscall (netbsd-arm-cgo), type Inet6Pktinfo struct 24493pkg syscall (netbsd-arm-cgo), type Inet6Pktinfo struct, Addr [16]uint8 24494pkg syscall (netbsd-arm-cgo), type Inet6Pktinfo struct, Ifindex uint32 24495pkg syscall (netbsd-arm-cgo), type InterfaceAddrMessage struct 24496pkg syscall (netbsd-arm-cgo), type InterfaceAddrMessage struct, Data []uint8 24497pkg syscall (netbsd-arm-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr 24498pkg syscall (netbsd-arm-cgo), type InterfaceAnnounceMessage struct 24499pkg syscall (netbsd-arm-cgo), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr 24500pkg syscall (netbsd-arm-cgo), type InterfaceMessage struct 24501pkg syscall (netbsd-arm-cgo), type InterfaceMessage struct, Data []uint8 24502pkg syscall (netbsd-arm-cgo), type InterfaceMessage struct, Header IfMsghdr 24503pkg syscall (netbsd-arm-cgo), type Iovec struct 24504pkg syscall (netbsd-arm-cgo), type Iovec struct, Base *uint8 24505pkg syscall (netbsd-arm-cgo), type Iovec struct, Len uint32 24506pkg syscall (netbsd-arm-cgo), type Kevent_t struct 24507pkg syscall (netbsd-arm-cgo), type Kevent_t struct, Data int64 24508pkg syscall (netbsd-arm-cgo), type Kevent_t struct, Fflags uint32 24509pkg syscall (netbsd-arm-cgo), type Kevent_t struct, Filter uint32 24510pkg syscall (netbsd-arm-cgo), type Kevent_t struct, Flags uint32 24511pkg syscall (netbsd-arm-cgo), type Kevent_t struct, Ident uint32 24512pkg syscall (netbsd-arm-cgo), type Kevent_t struct, Udata int32 24513pkg syscall (netbsd-arm-cgo), type Mclpool [0]uint8 24514pkg syscall (netbsd-arm-cgo), type Msghdr struct 24515pkg syscall (netbsd-arm-cgo), type Msghdr struct, Control *uint8 24516pkg syscall (netbsd-arm-cgo), type Msghdr struct, Controllen uint32 24517pkg syscall (netbsd-arm-cgo), type Msghdr struct, Flags int32 24518pkg syscall (netbsd-arm-cgo), type Msghdr struct, Iov *Iovec 24519pkg syscall (netbsd-arm-cgo), type Msghdr struct, Iovlen int32 24520pkg syscall (netbsd-arm-cgo), type Msghdr struct, Name *uint8 24521pkg syscall (netbsd-arm-cgo), type Msghdr struct, Namelen uint32 24522pkg syscall (netbsd-arm-cgo), type RawSockaddr struct, Data [14]int8 24523pkg syscall (netbsd-arm-cgo), type RawSockaddr struct, Family uint8 24524pkg syscall (netbsd-arm-cgo), type RawSockaddr struct, Len uint8 24525pkg syscall (netbsd-arm-cgo), type RawSockaddrAny struct, Pad [92]int8 24526pkg syscall (netbsd-arm-cgo), type RawSockaddrDatalink struct 24527pkg syscall (netbsd-arm-cgo), type RawSockaddrDatalink struct, Alen uint8 24528pkg syscall (netbsd-arm-cgo), type RawSockaddrDatalink struct, Data [12]int8 24529pkg syscall (netbsd-arm-cgo), type RawSockaddrDatalink struct, Family uint8 24530pkg syscall (netbsd-arm-cgo), type RawSockaddrDatalink struct, Index uint16 24531pkg syscall (netbsd-arm-cgo), type RawSockaddrDatalink struct, Len uint8 24532pkg syscall (netbsd-arm-cgo), type RawSockaddrDatalink struct, Nlen uint8 24533pkg syscall (netbsd-arm-cgo), type RawSockaddrDatalink struct, Slen uint8 24534pkg syscall (netbsd-arm-cgo), type RawSockaddrDatalink struct, Type uint8 24535pkg syscall (netbsd-arm-cgo), type RawSockaddrInet4 struct, Family uint8 24536pkg syscall (netbsd-arm-cgo), type RawSockaddrInet4 struct, Len uint8 24537pkg syscall (netbsd-arm-cgo), type RawSockaddrInet4 struct, Zero [8]int8 24538pkg syscall (netbsd-arm-cgo), type RawSockaddrInet6 struct, Family uint8 24539pkg syscall (netbsd-arm-cgo), type RawSockaddrInet6 struct, Len uint8 24540pkg syscall (netbsd-arm-cgo), type RawSockaddrUnix struct 24541pkg syscall (netbsd-arm-cgo), type RawSockaddrUnix struct, Family uint8 24542pkg syscall (netbsd-arm-cgo), type RawSockaddrUnix struct, Len uint8 24543pkg syscall (netbsd-arm-cgo), type RawSockaddrUnix struct, Path [104]int8 24544pkg syscall (netbsd-arm-cgo), type Rlimit struct 24545pkg syscall (netbsd-arm-cgo), type Rlimit struct, Cur uint64 24546pkg syscall (netbsd-arm-cgo), type Rlimit struct, Max uint64 24547pkg syscall (netbsd-arm-cgo), type RouteMessage struct 24548pkg syscall (netbsd-arm-cgo), type RouteMessage struct, Data []uint8 24549pkg syscall (netbsd-arm-cgo), type RouteMessage struct, Header RtMsghdr 24550pkg syscall (netbsd-arm-cgo), type RoutingMessage interface, unexported methods 24551pkg syscall (netbsd-arm-cgo), type RtMetrics struct 24552pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Expire int64 24553pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Hopcount uint64 24554pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Locks uint64 24555pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Mtu uint64 24556pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Pksent int64 24557pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Recvpipe uint64 24558pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Rtt uint64 24559pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Rttvar uint64 24560pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Sendpipe uint64 24561pkg syscall (netbsd-arm-cgo), type RtMetrics struct, Ssthresh uint64 24562pkg syscall (netbsd-arm-cgo), type RtMsghdr struct 24563pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Addrs int32 24564pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Errno int32 24565pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Flags int32 24566pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Index uint16 24567pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Inits int32 24568pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Msglen uint16 24569pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Pad_cgo_0 [2]uint8 24570pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Pad_cgo_1 [4]uint8 24571pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Pid int32 24572pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Rmx RtMetrics 24573pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Seq int32 24574pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Type uint8 24575pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Use int32 24576pkg syscall (netbsd-arm-cgo), type RtMsghdr struct, Version uint8 24577pkg syscall (netbsd-arm-cgo), type Rusage struct, Idrss int32 24578pkg syscall (netbsd-arm-cgo), type Rusage struct, Inblock int32 24579pkg syscall (netbsd-arm-cgo), type Rusage struct, Isrss int32 24580pkg syscall (netbsd-arm-cgo), type Rusage struct, Ixrss int32 24581pkg syscall (netbsd-arm-cgo), type Rusage struct, Majflt int32 24582pkg syscall (netbsd-arm-cgo), type Rusage struct, Maxrss int32 24583pkg syscall (netbsd-arm-cgo), type Rusage struct, Minflt int32 24584pkg syscall (netbsd-arm-cgo), type Rusage struct, Msgrcv int32 24585pkg syscall (netbsd-arm-cgo), type Rusage struct, Msgsnd int32 24586pkg syscall (netbsd-arm-cgo), type Rusage struct, Nivcsw int32 24587pkg syscall (netbsd-arm-cgo), type Rusage struct, Nsignals int32 24588pkg syscall (netbsd-arm-cgo), type Rusage struct, Nswap int32 24589pkg syscall (netbsd-arm-cgo), type Rusage struct, Nvcsw int32 24590pkg syscall (netbsd-arm-cgo), type Rusage struct, Oublock int32 24591pkg syscall (netbsd-arm-cgo), type Rusage struct, Stime Timeval 24592pkg syscall (netbsd-arm-cgo), type Rusage struct, Utime Timeval 24593pkg syscall (netbsd-arm-cgo), type SockaddrDatalink struct 24594pkg syscall (netbsd-arm-cgo), type SockaddrDatalink struct, Alen uint8 24595pkg syscall (netbsd-arm-cgo), type SockaddrDatalink struct, Data [12]int8 24596pkg syscall (netbsd-arm-cgo), type SockaddrDatalink struct, Family uint8 24597pkg syscall (netbsd-arm-cgo), type SockaddrDatalink struct, Index uint16 24598pkg syscall (netbsd-arm-cgo), type SockaddrDatalink struct, Len uint8 24599pkg syscall (netbsd-arm-cgo), type SockaddrDatalink struct, Nlen uint8 24600pkg syscall (netbsd-arm-cgo), type SockaddrDatalink struct, Slen uint8 24601pkg syscall (netbsd-arm-cgo), type SockaddrDatalink struct, Type uint8 24602pkg syscall (netbsd-arm-cgo), type SocketControlMessage struct 24603pkg syscall (netbsd-arm-cgo), type SocketControlMessage struct, Data []uint8 24604pkg syscall (netbsd-arm-cgo), type SocketControlMessage struct, Header Cmsghdr 24605pkg syscall (netbsd-arm-cgo), type Stat_t struct 24606pkg syscall (netbsd-arm-cgo), type Stat_t struct, Atimespec Timespec 24607pkg syscall (netbsd-arm-cgo), type Stat_t struct, Birthtimespec Timespec 24608pkg syscall (netbsd-arm-cgo), type Stat_t struct, Blksize uint32 24609pkg syscall (netbsd-arm-cgo), type Stat_t struct, Blocks int64 24610pkg syscall (netbsd-arm-cgo), type Stat_t struct, Ctimespec Timespec 24611pkg syscall (netbsd-arm-cgo), type Stat_t struct, Dev uint64 24612pkg syscall (netbsd-arm-cgo), type Stat_t struct, Flags uint32 24613pkg syscall (netbsd-arm-cgo), type Stat_t struct, Gen uint32 24614pkg syscall (netbsd-arm-cgo), type Stat_t struct, Gid uint32 24615pkg syscall (netbsd-arm-cgo), type Stat_t struct, Ino uint64 24616pkg syscall (netbsd-arm-cgo), type Stat_t struct, Mode uint32 24617pkg syscall (netbsd-arm-cgo), type Stat_t struct, Mtimespec Timespec 24618pkg syscall (netbsd-arm-cgo), type Stat_t struct, Nlink uint32 24619pkg syscall (netbsd-arm-cgo), type Stat_t struct, Rdev uint64 24620pkg syscall (netbsd-arm-cgo), type Stat_t struct, Size int64 24621pkg syscall (netbsd-arm-cgo), type Stat_t struct, Spare [2]uint32 24622pkg syscall (netbsd-arm-cgo), type Stat_t struct, Uid uint32 24623pkg syscall (netbsd-arm-cgo), type Statfs_t [0]uint8 24624pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Chroot string 24625pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Credential *Credential 24626pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Noctty bool 24627pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Ptrace bool 24628pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Setctty bool 24629pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Setpgid bool 24630pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Setsid bool 24631pkg syscall (netbsd-arm-cgo), type Sysctlnode struct 24632pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, Flags uint32 24633pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, Name [32]int8 24634pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, Num int32 24635pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, Un [16]uint8 24636pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, Ver uint32 24637pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, X__rsvd uint32 24638pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, X_sysctl_desc [8]uint8 24639pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, X_sysctl_func [8]uint8 24640pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, X_sysctl_parent [8]uint8 24641pkg syscall (netbsd-arm-cgo), type Sysctlnode struct, X_sysctl_size [8]uint8 24642pkg syscall (netbsd-arm-cgo), type Timespec struct, Nsec int32 24643pkg syscall (netbsd-arm-cgo), type Timespec struct, Sec int64 24644pkg syscall (netbsd-arm-cgo), type Timeval struct, Sec int64 24645pkg syscall (netbsd-arm-cgo), type Timeval struct, Usec int32 24646pkg syscall (netbsd-arm-cgo), type WaitStatus uint32 24647pkg syscall (netbsd-arm-cgo), var Stderr int 24648pkg syscall (netbsd-arm-cgo), var Stdin int 24649pkg syscall (netbsd-arm-cgo), var Stdout int 24650pkg syscall (openbsd-386), const AF_APPLETALK ideal-int 24651pkg syscall (openbsd-386), const AF_BLUETOOTH ideal-int 24652pkg syscall (openbsd-386), const AF_CCITT ideal-int 24653pkg syscall (openbsd-386), const AF_CHAOS ideal-int 24654pkg syscall (openbsd-386), const AF_CNT ideal-int 24655pkg syscall (openbsd-386), const AF_COIP ideal-int 24656pkg syscall (openbsd-386), const AF_DATAKIT ideal-int 24657pkg syscall (openbsd-386), const AF_DECnet ideal-int 24658pkg syscall (openbsd-386), const AF_DLI ideal-int 24659pkg syscall (openbsd-386), const AF_E164 ideal-int 24660pkg syscall (openbsd-386), const AF_ECMA ideal-int 24661pkg syscall (openbsd-386), const AF_ENCAP ideal-int 24662pkg syscall (openbsd-386), const AF_HYLINK ideal-int 24663pkg syscall (openbsd-386), const AF_IMPLINK ideal-int 24664pkg syscall (openbsd-386), const AF_IPX ideal-int 24665pkg syscall (openbsd-386), const AF_ISDN ideal-int 24666pkg syscall (openbsd-386), const AF_ISO ideal-int 24667pkg syscall (openbsd-386), const AF_KEY ideal-int 24668pkg syscall (openbsd-386), const AF_LAT ideal-int 24669pkg syscall (openbsd-386), const AF_LINK ideal-int 24670pkg syscall (openbsd-386), const AF_LOCAL ideal-int 24671pkg syscall (openbsd-386), const AF_MAX ideal-int 24672pkg syscall (openbsd-386), const AF_MPLS ideal-int 24673pkg syscall (openbsd-386), const AF_NATM ideal-int 24674pkg syscall (openbsd-386), const AF_NS ideal-int 24675pkg syscall (openbsd-386), const AF_OSI ideal-int 24676pkg syscall (openbsd-386), const AF_PUP ideal-int 24677pkg syscall (openbsd-386), const AF_ROUTE ideal-int 24678pkg syscall (openbsd-386), const AF_SIP ideal-int 24679pkg syscall (openbsd-386), const AF_SNA ideal-int 24680pkg syscall (openbsd-386), const ARPHRD_ETHER ideal-int 24681pkg syscall (openbsd-386), const ARPHRD_FRELAY ideal-int 24682pkg syscall (openbsd-386), const ARPHRD_IEEE1394 ideal-int 24683pkg syscall (openbsd-386), const ARPHRD_IEEE802 ideal-int 24684pkg syscall (openbsd-386), const B0 ideal-int 24685pkg syscall (openbsd-386), const B110 ideal-int 24686pkg syscall (openbsd-386), const B115200 ideal-int 24687pkg syscall (openbsd-386), const B1200 ideal-int 24688pkg syscall (openbsd-386), const B134 ideal-int 24689pkg syscall (openbsd-386), const B14400 ideal-int 24690pkg syscall (openbsd-386), const B150 ideal-int 24691pkg syscall (openbsd-386), const B1800 ideal-int 24692pkg syscall (openbsd-386), const B19200 ideal-int 24693pkg syscall (openbsd-386), const B200 ideal-int 24694pkg syscall (openbsd-386), const B230400 ideal-int 24695pkg syscall (openbsd-386), const B2400 ideal-int 24696pkg syscall (openbsd-386), const B28800 ideal-int 24697pkg syscall (openbsd-386), const B300 ideal-int 24698pkg syscall (openbsd-386), const B38400 ideal-int 24699pkg syscall (openbsd-386), const B4800 ideal-int 24700pkg syscall (openbsd-386), const B50 ideal-int 24701pkg syscall (openbsd-386), const B57600 ideal-int 24702pkg syscall (openbsd-386), const B600 ideal-int 24703pkg syscall (openbsd-386), const B7200 ideal-int 24704pkg syscall (openbsd-386), const B75 ideal-int 24705pkg syscall (openbsd-386), const B76800 ideal-int 24706pkg syscall (openbsd-386), const B9600 ideal-int 24707pkg syscall (openbsd-386), const BIOCFLUSH ideal-int 24708pkg syscall (openbsd-386), const BIOCGBLEN ideal-int 24709pkg syscall (openbsd-386), const BIOCGDIRFILT ideal-int 24710pkg syscall (openbsd-386), const BIOCGDLT ideal-int 24711pkg syscall (openbsd-386), const BIOCGDLTLIST ideal-int 24712pkg syscall (openbsd-386), const BIOCGETIF ideal-int 24713pkg syscall (openbsd-386), const BIOCGFILDROP ideal-int 24714pkg syscall (openbsd-386), const BIOCGHDRCMPLT ideal-int 24715pkg syscall (openbsd-386), const BIOCGRSIG ideal-int 24716pkg syscall (openbsd-386), const BIOCGRTIMEOUT ideal-int 24717pkg syscall (openbsd-386), const BIOCGSTATS ideal-int 24718pkg syscall (openbsd-386), const BIOCIMMEDIATE ideal-int 24719pkg syscall (openbsd-386), const BIOCLOCK ideal-int 24720pkg syscall (openbsd-386), const BIOCPROMISC ideal-int 24721pkg syscall (openbsd-386), const BIOCSBLEN ideal-int 24722pkg syscall (openbsd-386), const BIOCSDIRFILT ideal-int 24723pkg syscall (openbsd-386), const BIOCSDLT ideal-int 24724pkg syscall (openbsd-386), const BIOCSETF ideal-int 24725pkg syscall (openbsd-386), const BIOCSETIF ideal-int 24726pkg syscall (openbsd-386), const BIOCSETWF ideal-int 24727pkg syscall (openbsd-386), const BIOCSFILDROP ideal-int 24728pkg syscall (openbsd-386), const BIOCSHDRCMPLT ideal-int 24729pkg syscall (openbsd-386), const BIOCSRSIG ideal-int 24730pkg syscall (openbsd-386), const BIOCSRTIMEOUT ideal-int 24731pkg syscall (openbsd-386), const BIOCVERSION ideal-int 24732pkg syscall (openbsd-386), const BPF_A ideal-int 24733pkg syscall (openbsd-386), const BPF_ABS ideal-int 24734pkg syscall (openbsd-386), const BPF_ADD ideal-int 24735pkg syscall (openbsd-386), const BPF_ALIGNMENT ideal-int 24736pkg syscall (openbsd-386), const BPF_ALU ideal-int 24737pkg syscall (openbsd-386), const BPF_AND ideal-int 24738pkg syscall (openbsd-386), const BPF_B ideal-int 24739pkg syscall (openbsd-386), const BPF_DIRECTION_IN ideal-int 24740pkg syscall (openbsd-386), const BPF_DIRECTION_OUT ideal-int 24741pkg syscall (openbsd-386), const BPF_DIV ideal-int 24742pkg syscall (openbsd-386), const BPF_H ideal-int 24743pkg syscall (openbsd-386), const BPF_IMM ideal-int 24744pkg syscall (openbsd-386), const BPF_IND ideal-int 24745pkg syscall (openbsd-386), const BPF_JA ideal-int 24746pkg syscall (openbsd-386), const BPF_JEQ ideal-int 24747pkg syscall (openbsd-386), const BPF_JGE ideal-int 24748pkg syscall (openbsd-386), const BPF_JGT ideal-int 24749pkg syscall (openbsd-386), const BPF_JMP ideal-int 24750pkg syscall (openbsd-386), const BPF_JSET ideal-int 24751pkg syscall (openbsd-386), const BPF_K ideal-int 24752pkg syscall (openbsd-386), const BPF_LD ideal-int 24753pkg syscall (openbsd-386), const BPF_LDX ideal-int 24754pkg syscall (openbsd-386), const BPF_LEN ideal-int 24755pkg syscall (openbsd-386), const BPF_LSH ideal-int 24756pkg syscall (openbsd-386), const BPF_MAJOR_VERSION ideal-int 24757pkg syscall (openbsd-386), const BPF_MAXBUFSIZE ideal-int 24758pkg syscall (openbsd-386), const BPF_MAXINSNS ideal-int 24759pkg syscall (openbsd-386), const BPF_MEM ideal-int 24760pkg syscall (openbsd-386), const BPF_MEMWORDS ideal-int 24761pkg syscall (openbsd-386), const BPF_MINBUFSIZE ideal-int 24762pkg syscall (openbsd-386), const BPF_MINOR_VERSION ideal-int 24763pkg syscall (openbsd-386), const BPF_MISC ideal-int 24764pkg syscall (openbsd-386), const BPF_MSH ideal-int 24765pkg syscall (openbsd-386), const BPF_MUL ideal-int 24766pkg syscall (openbsd-386), const BPF_NEG ideal-int 24767pkg syscall (openbsd-386), const BPF_OR ideal-int 24768pkg syscall (openbsd-386), const BPF_RELEASE ideal-int 24769pkg syscall (openbsd-386), const BPF_RET ideal-int 24770pkg syscall (openbsd-386), const BPF_RSH ideal-int 24771pkg syscall (openbsd-386), const BPF_ST ideal-int 24772pkg syscall (openbsd-386), const BPF_STX ideal-int 24773pkg syscall (openbsd-386), const BPF_SUB ideal-int 24774pkg syscall (openbsd-386), const BPF_TAX ideal-int 24775pkg syscall (openbsd-386), const BPF_TXA ideal-int 24776pkg syscall (openbsd-386), const BPF_W ideal-int 24777pkg syscall (openbsd-386), const BPF_X ideal-int 24778pkg syscall (openbsd-386), const BRKINT ideal-int 24779pkg syscall (openbsd-386), const CFLUSH ideal-int 24780pkg syscall (openbsd-386), const CLOCAL ideal-int 24781pkg syscall (openbsd-386), const CREAD ideal-int 24782pkg syscall (openbsd-386), const CS5 ideal-int 24783pkg syscall (openbsd-386), const CS6 ideal-int 24784pkg syscall (openbsd-386), const CS7 ideal-int 24785pkg syscall (openbsd-386), const CS8 ideal-int 24786pkg syscall (openbsd-386), const CSIZE ideal-int 24787pkg syscall (openbsd-386), const CSTART ideal-int 24788pkg syscall (openbsd-386), const CSTATUS ideal-int 24789pkg syscall (openbsd-386), const CSTOP ideal-int 24790pkg syscall (openbsd-386), const CSTOPB ideal-int 24791pkg syscall (openbsd-386), const CSUSP ideal-int 24792pkg syscall (openbsd-386), const CTL_MAXNAME ideal-int 24793pkg syscall (openbsd-386), const CTL_NET ideal-int 24794pkg syscall (openbsd-386), const DIOCOSFPFLUSH ideal-int 24795pkg syscall (openbsd-386), const DLT_ARCNET ideal-int 24796pkg syscall (openbsd-386), const DLT_ATM_RFC1483 ideal-int 24797pkg syscall (openbsd-386), const DLT_AX25 ideal-int 24798pkg syscall (openbsd-386), const DLT_CHAOS ideal-int 24799pkg syscall (openbsd-386), const DLT_C_HDLC ideal-int 24800pkg syscall (openbsd-386), const DLT_EN10MB ideal-int 24801pkg syscall (openbsd-386), const DLT_EN3MB ideal-int 24802pkg syscall (openbsd-386), const DLT_ENC ideal-int 24803pkg syscall (openbsd-386), const DLT_FDDI ideal-int 24804pkg syscall (openbsd-386), const DLT_IEEE802 ideal-int 24805pkg syscall (openbsd-386), const DLT_IEEE802_11 ideal-int 24806pkg syscall (openbsd-386), const DLT_IEEE802_11_RADIO ideal-int 24807pkg syscall (openbsd-386), const DLT_LOOP ideal-int 24808pkg syscall (openbsd-386), const DLT_MPLS ideal-int 24809pkg syscall (openbsd-386), const DLT_NULL ideal-int 24810pkg syscall (openbsd-386), const DLT_PFLOG ideal-int 24811pkg syscall (openbsd-386), const DLT_PFSYNC ideal-int 24812pkg syscall (openbsd-386), const DLT_PPP ideal-int 24813pkg syscall (openbsd-386), const DLT_PPP_BSDOS ideal-int 24814pkg syscall (openbsd-386), const DLT_PPP_ETHER ideal-int 24815pkg syscall (openbsd-386), const DLT_PPP_SERIAL ideal-int 24816pkg syscall (openbsd-386), const DLT_PRONET ideal-int 24817pkg syscall (openbsd-386), const DLT_RAW ideal-int 24818pkg syscall (openbsd-386), const DLT_SLIP ideal-int 24819pkg syscall (openbsd-386), const DLT_SLIP_BSDOS ideal-int 24820pkg syscall (openbsd-386), const DT_BLK ideal-int 24821pkg syscall (openbsd-386), const DT_CHR ideal-int 24822pkg syscall (openbsd-386), const DT_DIR ideal-int 24823pkg syscall (openbsd-386), const DT_FIFO ideal-int 24824pkg syscall (openbsd-386), const DT_LNK ideal-int 24825pkg syscall (openbsd-386), const DT_REG ideal-int 24826pkg syscall (openbsd-386), const DT_SOCK ideal-int 24827pkg syscall (openbsd-386), const DT_UNKNOWN ideal-int 24828pkg syscall (openbsd-386), const EAUTH Errno 24829pkg syscall (openbsd-386), const EBADRPC Errno 24830pkg syscall (openbsd-386), const ECHO ideal-int 24831pkg syscall (openbsd-386), const ECHOCTL ideal-int 24832pkg syscall (openbsd-386), const ECHOE ideal-int 24833pkg syscall (openbsd-386), const ECHOK ideal-int 24834pkg syscall (openbsd-386), const ECHOKE ideal-int 24835pkg syscall (openbsd-386), const ECHONL ideal-int 24836pkg syscall (openbsd-386), const ECHOPRT ideal-int 24837pkg syscall (openbsd-386), const EFTYPE Errno 24838pkg syscall (openbsd-386), const EIPSEC Errno 24839pkg syscall (openbsd-386), const ELAST Errno 24840pkg syscall (openbsd-386), const EMEDIUMTYPE Errno 24841pkg syscall (openbsd-386), const EMT_TAGOVF ideal-int 24842pkg syscall (openbsd-386), const EMUL_ENABLED ideal-int 24843pkg syscall (openbsd-386), const EMUL_NATIVE ideal-int 24844pkg syscall (openbsd-386), const ENDRUNDISC ideal-int 24845pkg syscall (openbsd-386), const ENEEDAUTH Errno 24846pkg syscall (openbsd-386), const ENOATTR Errno 24847pkg syscall (openbsd-386), const ENOMEDIUM Errno 24848pkg syscall (openbsd-386), const EPROCLIM Errno 24849pkg syscall (openbsd-386), const EPROCUNAVAIL Errno 24850pkg syscall (openbsd-386), const EPROGMISMATCH Errno 24851pkg syscall (openbsd-386), const EPROGUNAVAIL Errno 24852pkg syscall (openbsd-386), const ERPCMISMATCH Errno 24853pkg syscall (openbsd-386), const ETHERMIN ideal-int 24854pkg syscall (openbsd-386), const ETHERMTU ideal-int 24855pkg syscall (openbsd-386), const ETHERTYPE_8023 ideal-int 24856pkg syscall (openbsd-386), const ETHERTYPE_AARP ideal-int 24857pkg syscall (openbsd-386), const ETHERTYPE_ACCTON ideal-int 24858pkg syscall (openbsd-386), const ETHERTYPE_AEONIC ideal-int 24859pkg syscall (openbsd-386), const ETHERTYPE_ALPHA ideal-int 24860pkg syscall (openbsd-386), const ETHERTYPE_AMBER ideal-int 24861pkg syscall (openbsd-386), const ETHERTYPE_AMOEBA ideal-int 24862pkg syscall (openbsd-386), const ETHERTYPE_AOE ideal-int 24863pkg syscall (openbsd-386), const ETHERTYPE_APOLLO ideal-int 24864pkg syscall (openbsd-386), const ETHERTYPE_APOLLODOMAIN ideal-int 24865pkg syscall (openbsd-386), const ETHERTYPE_APPLETALK ideal-int 24866pkg syscall (openbsd-386), const ETHERTYPE_APPLITEK ideal-int 24867pkg syscall (openbsd-386), const ETHERTYPE_ARGONAUT ideal-int 24868pkg syscall (openbsd-386), const ETHERTYPE_ARP ideal-int 24869pkg syscall (openbsd-386), const ETHERTYPE_AT ideal-int 24870pkg syscall (openbsd-386), const ETHERTYPE_ATALK ideal-int 24871pkg syscall (openbsd-386), const ETHERTYPE_ATOMIC ideal-int 24872pkg syscall (openbsd-386), const ETHERTYPE_ATT ideal-int 24873pkg syscall (openbsd-386), const ETHERTYPE_ATTSTANFORD ideal-int 24874pkg syscall (openbsd-386), const ETHERTYPE_AUTOPHON ideal-int 24875pkg syscall (openbsd-386), const ETHERTYPE_AXIS ideal-int 24876pkg syscall (openbsd-386), const ETHERTYPE_BCLOOP ideal-int 24877pkg syscall (openbsd-386), const ETHERTYPE_BOFL ideal-int 24878pkg syscall (openbsd-386), const ETHERTYPE_CABLETRON ideal-int 24879pkg syscall (openbsd-386), const ETHERTYPE_CHAOS ideal-int 24880pkg syscall (openbsd-386), const ETHERTYPE_COMDESIGN ideal-int 24881pkg syscall (openbsd-386), const ETHERTYPE_COMPUGRAPHIC ideal-int 24882pkg syscall (openbsd-386), const ETHERTYPE_COUNTERPOINT ideal-int 24883pkg syscall (openbsd-386), const ETHERTYPE_CRONUS ideal-int 24884pkg syscall (openbsd-386), const ETHERTYPE_CRONUSVLN ideal-int 24885pkg syscall (openbsd-386), const ETHERTYPE_DCA ideal-int 24886pkg syscall (openbsd-386), const ETHERTYPE_DDE ideal-int 24887pkg syscall (openbsd-386), const ETHERTYPE_DEBNI ideal-int 24888pkg syscall (openbsd-386), const ETHERTYPE_DECAM ideal-int 24889pkg syscall (openbsd-386), const ETHERTYPE_DECCUST ideal-int 24890pkg syscall (openbsd-386), const ETHERTYPE_DECDIAG ideal-int 24891pkg syscall (openbsd-386), const ETHERTYPE_DECDNS ideal-int 24892pkg syscall (openbsd-386), const ETHERTYPE_DECDTS ideal-int 24893pkg syscall (openbsd-386), const ETHERTYPE_DECEXPER ideal-int 24894pkg syscall (openbsd-386), const ETHERTYPE_DECLAST ideal-int 24895pkg syscall (openbsd-386), const ETHERTYPE_DECLTM ideal-int 24896pkg syscall (openbsd-386), const ETHERTYPE_DECMUMPS ideal-int 24897pkg syscall (openbsd-386), const ETHERTYPE_DECNETBIOS ideal-int 24898pkg syscall (openbsd-386), const ETHERTYPE_DELTACON ideal-int 24899pkg syscall (openbsd-386), const ETHERTYPE_DIDDLE ideal-int 24900pkg syscall (openbsd-386), const ETHERTYPE_DLOG1 ideal-int 24901pkg syscall (openbsd-386), const ETHERTYPE_DLOG2 ideal-int 24902pkg syscall (openbsd-386), const ETHERTYPE_DN ideal-int 24903pkg syscall (openbsd-386), const ETHERTYPE_DOGFIGHT ideal-int 24904pkg syscall (openbsd-386), const ETHERTYPE_DSMD ideal-int 24905pkg syscall (openbsd-386), const ETHERTYPE_ECMA ideal-int 24906pkg syscall (openbsd-386), const ETHERTYPE_ENCRYPT ideal-int 24907pkg syscall (openbsd-386), const ETHERTYPE_ES ideal-int 24908pkg syscall (openbsd-386), const ETHERTYPE_EXCELAN ideal-int 24909pkg syscall (openbsd-386), const ETHERTYPE_EXPERDATA ideal-int 24910pkg syscall (openbsd-386), const ETHERTYPE_FLIP ideal-int 24911pkg syscall (openbsd-386), const ETHERTYPE_FLOWCONTROL ideal-int 24912pkg syscall (openbsd-386), const ETHERTYPE_FRARP ideal-int 24913pkg syscall (openbsd-386), const ETHERTYPE_GENDYN ideal-int 24914pkg syscall (openbsd-386), const ETHERTYPE_HAYES ideal-int 24915pkg syscall (openbsd-386), const ETHERTYPE_HIPPI_FP ideal-int 24916pkg syscall (openbsd-386), const ETHERTYPE_HITACHI ideal-int 24917pkg syscall (openbsd-386), const ETHERTYPE_HP ideal-int 24918pkg syscall (openbsd-386), const ETHERTYPE_IEEEPUP ideal-int 24919pkg syscall (openbsd-386), const ETHERTYPE_IEEEPUPAT ideal-int 24920pkg syscall (openbsd-386), const ETHERTYPE_IMLBL ideal-int 24921pkg syscall (openbsd-386), const ETHERTYPE_IMLBLDIAG ideal-int 24922pkg syscall (openbsd-386), const ETHERTYPE_IP ideal-int 24923pkg syscall (openbsd-386), const ETHERTYPE_IPAS ideal-int 24924pkg syscall (openbsd-386), const ETHERTYPE_IPV6 ideal-int 24925pkg syscall (openbsd-386), const ETHERTYPE_IPX ideal-int 24926pkg syscall (openbsd-386), const ETHERTYPE_IPXNEW ideal-int 24927pkg syscall (openbsd-386), const ETHERTYPE_KALPANA ideal-int 24928pkg syscall (openbsd-386), const ETHERTYPE_LANBRIDGE ideal-int 24929pkg syscall (openbsd-386), const ETHERTYPE_LANPROBE ideal-int 24930pkg syscall (openbsd-386), const ETHERTYPE_LAT ideal-int 24931pkg syscall (openbsd-386), const ETHERTYPE_LBACK ideal-int 24932pkg syscall (openbsd-386), const ETHERTYPE_LITTLE ideal-int 24933pkg syscall (openbsd-386), const ETHERTYPE_LLDP ideal-int 24934pkg syscall (openbsd-386), const ETHERTYPE_LOGICRAFT ideal-int 24935pkg syscall (openbsd-386), const ETHERTYPE_LOOPBACK ideal-int 24936pkg syscall (openbsd-386), const ETHERTYPE_MATRA ideal-int 24937pkg syscall (openbsd-386), const ETHERTYPE_MAX ideal-int 24938pkg syscall (openbsd-386), const ETHERTYPE_MERIT ideal-int 24939pkg syscall (openbsd-386), const ETHERTYPE_MICP ideal-int 24940pkg syscall (openbsd-386), const ETHERTYPE_MOPDL ideal-int 24941pkg syscall (openbsd-386), const ETHERTYPE_MOPRC ideal-int 24942pkg syscall (openbsd-386), const ETHERTYPE_MOTOROLA ideal-int 24943pkg syscall (openbsd-386), const ETHERTYPE_MPLS ideal-int 24944pkg syscall (openbsd-386), const ETHERTYPE_MPLS_MCAST ideal-int 24945pkg syscall (openbsd-386), const ETHERTYPE_MUMPS ideal-int 24946pkg syscall (openbsd-386), const ETHERTYPE_NBPCC ideal-int 24947pkg syscall (openbsd-386), const ETHERTYPE_NBPCLAIM ideal-int 24948pkg syscall (openbsd-386), const ETHERTYPE_NBPCLREQ ideal-int 24949pkg syscall (openbsd-386), const ETHERTYPE_NBPCLRSP ideal-int 24950pkg syscall (openbsd-386), const ETHERTYPE_NBPCREQ ideal-int 24951pkg syscall (openbsd-386), const ETHERTYPE_NBPCRSP ideal-int 24952pkg syscall (openbsd-386), const ETHERTYPE_NBPDG ideal-int 24953pkg syscall (openbsd-386), const ETHERTYPE_NBPDGB ideal-int 24954pkg syscall (openbsd-386), const ETHERTYPE_NBPDLTE ideal-int 24955pkg syscall (openbsd-386), const ETHERTYPE_NBPRAR ideal-int 24956pkg syscall (openbsd-386), const ETHERTYPE_NBPRAS ideal-int 24957pkg syscall (openbsd-386), const ETHERTYPE_NBPRST ideal-int 24958pkg syscall (openbsd-386), const ETHERTYPE_NBPSCD ideal-int 24959pkg syscall (openbsd-386), const ETHERTYPE_NBPVCD ideal-int 24960pkg syscall (openbsd-386), const ETHERTYPE_NBS ideal-int 24961pkg syscall (openbsd-386), const ETHERTYPE_NCD ideal-int 24962pkg syscall (openbsd-386), const ETHERTYPE_NESTAR ideal-int 24963pkg syscall (openbsd-386), const ETHERTYPE_NETBEUI ideal-int 24964pkg syscall (openbsd-386), const ETHERTYPE_NOVELL ideal-int 24965pkg syscall (openbsd-386), const ETHERTYPE_NS ideal-int 24966pkg syscall (openbsd-386), const ETHERTYPE_NSAT ideal-int 24967pkg syscall (openbsd-386), const ETHERTYPE_NSCOMPAT ideal-int 24968pkg syscall (openbsd-386), const ETHERTYPE_NTRAILER ideal-int 24969pkg syscall (openbsd-386), const ETHERTYPE_OS9 ideal-int 24970pkg syscall (openbsd-386), const ETHERTYPE_OS9NET ideal-int 24971pkg syscall (openbsd-386), const ETHERTYPE_PACER ideal-int 24972pkg syscall (openbsd-386), const ETHERTYPE_PAE ideal-int 24973pkg syscall (openbsd-386), const ETHERTYPE_PCS ideal-int 24974pkg syscall (openbsd-386), const ETHERTYPE_PLANNING ideal-int 24975pkg syscall (openbsd-386), const ETHERTYPE_PPP ideal-int 24976pkg syscall (openbsd-386), const ETHERTYPE_PPPOE ideal-int 24977pkg syscall (openbsd-386), const ETHERTYPE_PPPOEDISC ideal-int 24978pkg syscall (openbsd-386), const ETHERTYPE_PRIMENTS ideal-int 24979pkg syscall (openbsd-386), const ETHERTYPE_PUP ideal-int 24980pkg syscall (openbsd-386), const ETHERTYPE_PUPAT ideal-int 24981pkg syscall (openbsd-386), const ETHERTYPE_QINQ ideal-int 24982pkg syscall (openbsd-386), const ETHERTYPE_RACAL ideal-int 24983pkg syscall (openbsd-386), const ETHERTYPE_RATIONAL ideal-int 24984pkg syscall (openbsd-386), const ETHERTYPE_RAWFR ideal-int 24985pkg syscall (openbsd-386), const ETHERTYPE_RCL ideal-int 24986pkg syscall (openbsd-386), const ETHERTYPE_RDP ideal-int 24987pkg syscall (openbsd-386), const ETHERTYPE_RETIX ideal-int 24988pkg syscall (openbsd-386), const ETHERTYPE_REVARP ideal-int 24989pkg syscall (openbsd-386), const ETHERTYPE_SCA ideal-int 24990pkg syscall (openbsd-386), const ETHERTYPE_SECTRA ideal-int 24991pkg syscall (openbsd-386), const ETHERTYPE_SECUREDATA ideal-int 24992pkg syscall (openbsd-386), const ETHERTYPE_SGITW ideal-int 24993pkg syscall (openbsd-386), const ETHERTYPE_SG_BOUNCE ideal-int 24994pkg syscall (openbsd-386), const ETHERTYPE_SG_DIAG ideal-int 24995pkg syscall (openbsd-386), const ETHERTYPE_SG_NETGAMES ideal-int 24996pkg syscall (openbsd-386), const ETHERTYPE_SG_RESV ideal-int 24997pkg syscall (openbsd-386), const ETHERTYPE_SIMNET ideal-int 24998pkg syscall (openbsd-386), const ETHERTYPE_SLOW ideal-int 24999pkg syscall (openbsd-386), const ETHERTYPE_SNA ideal-int 25000pkg syscall (openbsd-386), const ETHERTYPE_SNMP ideal-int 25001pkg syscall (openbsd-386), const ETHERTYPE_SONIX ideal-int 25002pkg syscall (openbsd-386), const ETHERTYPE_SPIDER ideal-int 25003pkg syscall (openbsd-386), const ETHERTYPE_SPRITE ideal-int 25004pkg syscall (openbsd-386), const ETHERTYPE_STP ideal-int 25005pkg syscall (openbsd-386), const ETHERTYPE_TALARIS ideal-int 25006pkg syscall (openbsd-386), const ETHERTYPE_TALARISMC ideal-int 25007pkg syscall (openbsd-386), const ETHERTYPE_TCPCOMP ideal-int 25008pkg syscall (openbsd-386), const ETHERTYPE_TCPSM ideal-int 25009pkg syscall (openbsd-386), const ETHERTYPE_TEC ideal-int 25010pkg syscall (openbsd-386), const ETHERTYPE_TIGAN ideal-int 25011pkg syscall (openbsd-386), const ETHERTYPE_TRAIL ideal-int 25012pkg syscall (openbsd-386), const ETHERTYPE_TRANSETHER ideal-int 25013pkg syscall (openbsd-386), const ETHERTYPE_TYMSHARE ideal-int 25014pkg syscall (openbsd-386), const ETHERTYPE_UBBST ideal-int 25015pkg syscall (openbsd-386), const ETHERTYPE_UBDEBUG ideal-int 25016pkg syscall (openbsd-386), const ETHERTYPE_UBDIAGLOOP ideal-int 25017pkg syscall (openbsd-386), const ETHERTYPE_UBDL ideal-int 25018pkg syscall (openbsd-386), const ETHERTYPE_UBNIU ideal-int 25019pkg syscall (openbsd-386), const ETHERTYPE_UBNMC ideal-int 25020pkg syscall (openbsd-386), const ETHERTYPE_VALID ideal-int 25021pkg syscall (openbsd-386), const ETHERTYPE_VARIAN ideal-int 25022pkg syscall (openbsd-386), const ETHERTYPE_VAXELN ideal-int 25023pkg syscall (openbsd-386), const ETHERTYPE_VEECO ideal-int 25024pkg syscall (openbsd-386), const ETHERTYPE_VEXP ideal-int 25025pkg syscall (openbsd-386), const ETHERTYPE_VGLAB ideal-int 25026pkg syscall (openbsd-386), const ETHERTYPE_VINES ideal-int 25027pkg syscall (openbsd-386), const ETHERTYPE_VINESECHO ideal-int 25028pkg syscall (openbsd-386), const ETHERTYPE_VINESLOOP ideal-int 25029pkg syscall (openbsd-386), const ETHERTYPE_VITAL ideal-int 25030pkg syscall (openbsd-386), const ETHERTYPE_VLAN ideal-int 25031pkg syscall (openbsd-386), const ETHERTYPE_VLTLMAN ideal-int 25032pkg syscall (openbsd-386), const ETHERTYPE_VPROD ideal-int 25033pkg syscall (openbsd-386), const ETHERTYPE_VURESERVED ideal-int 25034pkg syscall (openbsd-386), const ETHERTYPE_WATERLOO ideal-int 25035pkg syscall (openbsd-386), const ETHERTYPE_WELLFLEET ideal-int 25036pkg syscall (openbsd-386), const ETHERTYPE_X25 ideal-int 25037pkg syscall (openbsd-386), const ETHERTYPE_X75 ideal-int 25038pkg syscall (openbsd-386), const ETHERTYPE_XNSSM ideal-int 25039pkg syscall (openbsd-386), const ETHERTYPE_XTP ideal-int 25040pkg syscall (openbsd-386), const ETHER_ADDR_LEN ideal-int 25041pkg syscall (openbsd-386), const ETHER_ALIGN ideal-int 25042pkg syscall (openbsd-386), const ETHER_CRC_LEN ideal-int 25043pkg syscall (openbsd-386), const ETHER_CRC_POLY_BE ideal-int 25044pkg syscall (openbsd-386), const ETHER_CRC_POLY_LE ideal-int 25045pkg syscall (openbsd-386), const ETHER_HDR_LEN ideal-int 25046pkg syscall (openbsd-386), const ETHER_MAX_DIX_LEN ideal-int 25047pkg syscall (openbsd-386), const ETHER_MAX_LEN ideal-int 25048pkg syscall (openbsd-386), const ETHER_MIN_LEN ideal-int 25049pkg syscall (openbsd-386), const ETHER_TYPE_LEN ideal-int 25050pkg syscall (openbsd-386), const ETHER_VLAN_ENCAP_LEN ideal-int 25051pkg syscall (openbsd-386), const EVFILT_AIO ideal-int 25052pkg syscall (openbsd-386), const EVFILT_PROC ideal-int 25053pkg syscall (openbsd-386), const EVFILT_READ ideal-int 25054pkg syscall (openbsd-386), const EVFILT_SIGNAL ideal-int 25055pkg syscall (openbsd-386), const EVFILT_SYSCOUNT ideal-int 25056pkg syscall (openbsd-386), const EVFILT_TIMER ideal-int 25057pkg syscall (openbsd-386), const EVFILT_VNODE ideal-int 25058pkg syscall (openbsd-386), const EVFILT_WRITE ideal-int 25059pkg syscall (openbsd-386), const EV_ADD ideal-int 25060pkg syscall (openbsd-386), const EV_CLEAR ideal-int 25061pkg syscall (openbsd-386), const EV_DELETE ideal-int 25062pkg syscall (openbsd-386), const EV_DISABLE ideal-int 25063pkg syscall (openbsd-386), const EV_ENABLE ideal-int 25064pkg syscall (openbsd-386), const EV_EOF ideal-int 25065pkg syscall (openbsd-386), const EV_ERROR ideal-int 25066pkg syscall (openbsd-386), const EV_FLAG1 ideal-int 25067pkg syscall (openbsd-386), const EV_ONESHOT ideal-int 25068pkg syscall (openbsd-386), const EV_SYSFLAGS ideal-int 25069pkg syscall (openbsd-386), const EXTA ideal-int 25070pkg syscall (openbsd-386), const EXTB ideal-int 25071pkg syscall (openbsd-386), const EXTPROC ideal-int 25072pkg syscall (openbsd-386), const FD_CLOEXEC ideal-int 25073pkg syscall (openbsd-386), const FD_SETSIZE ideal-int 25074pkg syscall (openbsd-386), const FLUSHO ideal-int 25075pkg syscall (openbsd-386), const F_DUPFD ideal-int 25076pkg syscall (openbsd-386), const F_DUPFD_CLOEXEC ideal-int 25077pkg syscall (openbsd-386), const F_GETFD ideal-int 25078pkg syscall (openbsd-386), const F_GETFL ideal-int 25079pkg syscall (openbsd-386), const F_GETLK ideal-int 25080pkg syscall (openbsd-386), const F_GETOWN ideal-int 25081pkg syscall (openbsd-386), const F_OK ideal-int 25082pkg syscall (openbsd-386), const F_RDLCK ideal-int 25083pkg syscall (openbsd-386), const F_SETFD ideal-int 25084pkg syscall (openbsd-386), const F_SETFL ideal-int 25085pkg syscall (openbsd-386), const F_SETLK ideal-int 25086pkg syscall (openbsd-386), const F_SETLKW ideal-int 25087pkg syscall (openbsd-386), const F_SETOWN ideal-int 25088pkg syscall (openbsd-386), const F_UNLCK ideal-int 25089pkg syscall (openbsd-386), const F_WRLCK ideal-int 25090pkg syscall (openbsd-386), const HUPCL ideal-int 25091pkg syscall (openbsd-386), const ICANON ideal-int 25092pkg syscall (openbsd-386), const ICMP6_FILTER = 18 25093pkg syscall (openbsd-386), const ICMP6_FILTER ideal-int 25094pkg syscall (openbsd-386), const ICRNL ideal-int 25095pkg syscall (openbsd-386), const IEXTEN ideal-int 25096pkg syscall (openbsd-386), const IFAN_ARRIVAL ideal-int 25097pkg syscall (openbsd-386), const IFAN_DEPARTURE ideal-int 25098pkg syscall (openbsd-386), const IFA_ROUTE ideal-int 25099pkg syscall (openbsd-386), const IFF_ALLMULTI ideal-int 25100pkg syscall (openbsd-386), const IFF_CANTCHANGE ideal-int 25101pkg syscall (openbsd-386), const IFF_DEBUG ideal-int 25102pkg syscall (openbsd-386), const IFF_LINK0 ideal-int 25103pkg syscall (openbsd-386), const IFF_LINK1 ideal-int 25104pkg syscall (openbsd-386), const IFF_LINK2 ideal-int 25105pkg syscall (openbsd-386), const IFF_NOARP ideal-int 25106pkg syscall (openbsd-386), const IFF_NOTRAILERS ideal-int 25107pkg syscall (openbsd-386), const IFF_OACTIVE ideal-int 25108pkg syscall (openbsd-386), const IFF_POINTOPOINT ideal-int 25109pkg syscall (openbsd-386), const IFF_PROMISC ideal-int 25110pkg syscall (openbsd-386), const IFF_RUNNING ideal-int 25111pkg syscall (openbsd-386), const IFF_SIMPLEX ideal-int 25112pkg syscall (openbsd-386), const IFNAMSIZ ideal-int 25113pkg syscall (openbsd-386), const IFT_1822 ideal-int 25114pkg syscall (openbsd-386), const IFT_A12MPPSWITCH ideal-int 25115pkg syscall (openbsd-386), const IFT_AAL2 ideal-int 25116pkg syscall (openbsd-386), const IFT_AAL5 ideal-int 25117pkg syscall (openbsd-386), const IFT_ADSL ideal-int 25118pkg syscall (openbsd-386), const IFT_AFLANE8023 ideal-int 25119pkg syscall (openbsd-386), const IFT_AFLANE8025 ideal-int 25120pkg syscall (openbsd-386), const IFT_ARAP ideal-int 25121pkg syscall (openbsd-386), const IFT_ARCNET ideal-int 25122pkg syscall (openbsd-386), const IFT_ARCNETPLUS ideal-int 25123pkg syscall (openbsd-386), const IFT_ASYNC ideal-int 25124pkg syscall (openbsd-386), const IFT_ATM ideal-int 25125pkg syscall (openbsd-386), const IFT_ATMDXI ideal-int 25126pkg syscall (openbsd-386), const IFT_ATMFUNI ideal-int 25127pkg syscall (openbsd-386), const IFT_ATMIMA ideal-int 25128pkg syscall (openbsd-386), const IFT_ATMLOGICAL ideal-int 25129pkg syscall (openbsd-386), const IFT_ATMRADIO ideal-int 25130pkg syscall (openbsd-386), const IFT_ATMSUBINTERFACE ideal-int 25131pkg syscall (openbsd-386), const IFT_ATMVCIENDPT ideal-int 25132pkg syscall (openbsd-386), const IFT_ATMVIRTUAL ideal-int 25133pkg syscall (openbsd-386), const IFT_BGPPOLICYACCOUNTING ideal-int 25134pkg syscall (openbsd-386), const IFT_BLUETOOTH ideal-int 25135pkg syscall (openbsd-386), const IFT_BRIDGE ideal-int 25136pkg syscall (openbsd-386), const IFT_BSC ideal-int 25137pkg syscall (openbsd-386), const IFT_CARP ideal-int 25138pkg syscall (openbsd-386), const IFT_CCTEMUL ideal-int 25139pkg syscall (openbsd-386), const IFT_CEPT ideal-int 25140pkg syscall (openbsd-386), const IFT_CES ideal-int 25141pkg syscall (openbsd-386), const IFT_CHANNEL ideal-int 25142pkg syscall (openbsd-386), const IFT_CNR ideal-int 25143pkg syscall (openbsd-386), const IFT_COFFEE ideal-int 25144pkg syscall (openbsd-386), const IFT_COMPOSITELINK ideal-int 25145pkg syscall (openbsd-386), const IFT_DCN ideal-int 25146pkg syscall (openbsd-386), const IFT_DIGITALPOWERLINE ideal-int 25147pkg syscall (openbsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int 25148pkg syscall (openbsd-386), const IFT_DLSW ideal-int 25149pkg syscall (openbsd-386), const IFT_DOCSCABLEDOWNSTREAM ideal-int 25150pkg syscall (openbsd-386), const IFT_DOCSCABLEMACLAYER ideal-int 25151pkg syscall (openbsd-386), const IFT_DOCSCABLEUPSTREAM ideal-int 25152pkg syscall (openbsd-386), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int 25153pkg syscall (openbsd-386), const IFT_DS0 ideal-int 25154pkg syscall (openbsd-386), const IFT_DS0BUNDLE ideal-int 25155pkg syscall (openbsd-386), const IFT_DS1FDL ideal-int 25156pkg syscall (openbsd-386), const IFT_DS3 ideal-int 25157pkg syscall (openbsd-386), const IFT_DTM ideal-int 25158pkg syscall (openbsd-386), const IFT_DUMMY ideal-int 25159pkg syscall (openbsd-386), const IFT_DVBASILN ideal-int 25160pkg syscall (openbsd-386), const IFT_DVBASIOUT ideal-int 25161pkg syscall (openbsd-386), const IFT_DVBRCCDOWNSTREAM ideal-int 25162pkg syscall (openbsd-386), const IFT_DVBRCCMACLAYER ideal-int 25163pkg syscall (openbsd-386), const IFT_DVBRCCUPSTREAM ideal-int 25164pkg syscall (openbsd-386), const IFT_ECONET ideal-int 25165pkg syscall (openbsd-386), const IFT_ENC ideal-int 25166pkg syscall (openbsd-386), const IFT_EON ideal-int 25167pkg syscall (openbsd-386), const IFT_EPLRS ideal-int 25168pkg syscall (openbsd-386), const IFT_ESCON ideal-int 25169pkg syscall (openbsd-386), const IFT_ETHER ideal-int 25170pkg syscall (openbsd-386), const IFT_FAITH ideal-int 25171pkg syscall (openbsd-386), const IFT_FAST ideal-int 25172pkg syscall (openbsd-386), const IFT_FASTETHER ideal-int 25173pkg syscall (openbsd-386), const IFT_FASTETHERFX ideal-int 25174pkg syscall (openbsd-386), const IFT_FDDI ideal-int 25175pkg syscall (openbsd-386), const IFT_FIBRECHANNEL ideal-int 25176pkg syscall (openbsd-386), const IFT_FRAMERELAYINTERCONNECT ideal-int 25177pkg syscall (openbsd-386), const IFT_FRAMERELAYMPI ideal-int 25178pkg syscall (openbsd-386), const IFT_FRDLCIENDPT ideal-int 25179pkg syscall (openbsd-386), const IFT_FRELAY ideal-int 25180pkg syscall (openbsd-386), const IFT_FRELAYDCE ideal-int 25181pkg syscall (openbsd-386), const IFT_FRF16MFRBUNDLE ideal-int 25182pkg syscall (openbsd-386), const IFT_FRFORWARD ideal-int 25183pkg syscall (openbsd-386), const IFT_G703AT2MB ideal-int 25184pkg syscall (openbsd-386), const IFT_G703AT64K ideal-int 25185pkg syscall (openbsd-386), const IFT_GIF ideal-int 25186pkg syscall (openbsd-386), const IFT_GIGABITETHERNET ideal-int 25187pkg syscall (openbsd-386), const IFT_GR303IDT ideal-int 25188pkg syscall (openbsd-386), const IFT_GR303RDT ideal-int 25189pkg syscall (openbsd-386), const IFT_H323GATEKEEPER ideal-int 25190pkg syscall (openbsd-386), const IFT_H323PROXY ideal-int 25191pkg syscall (openbsd-386), const IFT_HDH1822 ideal-int 25192pkg syscall (openbsd-386), const IFT_HDLC ideal-int 25193pkg syscall (openbsd-386), const IFT_HDSL2 ideal-int 25194pkg syscall (openbsd-386), const IFT_HIPERLAN2 ideal-int 25195pkg syscall (openbsd-386), const IFT_HIPPI ideal-int 25196pkg syscall (openbsd-386), const IFT_HIPPIINTERFACE ideal-int 25197pkg syscall (openbsd-386), const IFT_HOSTPAD ideal-int 25198pkg syscall (openbsd-386), const IFT_HSSI ideal-int 25199pkg syscall (openbsd-386), const IFT_HY ideal-int 25200pkg syscall (openbsd-386), const IFT_IBM370PARCHAN ideal-int 25201pkg syscall (openbsd-386), const IFT_IDSL ideal-int 25202pkg syscall (openbsd-386), const IFT_IEEE1394 ideal-int 25203pkg syscall (openbsd-386), const IFT_IEEE80211 ideal-int 25204pkg syscall (openbsd-386), const IFT_IEEE80212 ideal-int 25205pkg syscall (openbsd-386), const IFT_IEEE8023ADLAG ideal-int 25206pkg syscall (openbsd-386), const IFT_IFGSN ideal-int 25207pkg syscall (openbsd-386), const IFT_IMT ideal-int 25208pkg syscall (openbsd-386), const IFT_INFINIBAND ideal-int 25209pkg syscall (openbsd-386), const IFT_INTERLEAVE ideal-int 25210pkg syscall (openbsd-386), const IFT_IP ideal-int 25211pkg syscall (openbsd-386), const IFT_IPFORWARD ideal-int 25212pkg syscall (openbsd-386), const IFT_IPOVERATM ideal-int 25213pkg syscall (openbsd-386), const IFT_IPOVERCDLC ideal-int 25214pkg syscall (openbsd-386), const IFT_IPOVERCLAW ideal-int 25215pkg syscall (openbsd-386), const IFT_IPSWITCH ideal-int 25216pkg syscall (openbsd-386), const IFT_ISDN ideal-int 25217pkg syscall (openbsd-386), const IFT_ISDNBASIC ideal-int 25218pkg syscall (openbsd-386), const IFT_ISDNPRIMARY ideal-int 25219pkg syscall (openbsd-386), const IFT_ISDNS ideal-int 25220pkg syscall (openbsd-386), const IFT_ISDNU ideal-int 25221pkg syscall (openbsd-386), const IFT_ISO88022LLC ideal-int 25222pkg syscall (openbsd-386), const IFT_ISO88023 ideal-int 25223pkg syscall (openbsd-386), const IFT_ISO88024 ideal-int 25224pkg syscall (openbsd-386), const IFT_ISO88025 ideal-int 25225pkg syscall (openbsd-386), const IFT_ISO88025CRFPINT ideal-int 25226pkg syscall (openbsd-386), const IFT_ISO88025DTR ideal-int 25227pkg syscall (openbsd-386), const IFT_ISO88025FIBER ideal-int 25228pkg syscall (openbsd-386), const IFT_ISO88026 ideal-int 25229pkg syscall (openbsd-386), const IFT_ISUP ideal-int 25230pkg syscall (openbsd-386), const IFT_L2VLAN ideal-int 25231pkg syscall (openbsd-386), const IFT_L3IPVLAN ideal-int 25232pkg syscall (openbsd-386), const IFT_L3IPXVLAN ideal-int 25233pkg syscall (openbsd-386), const IFT_LAPB ideal-int 25234pkg syscall (openbsd-386), const IFT_LAPD ideal-int 25235pkg syscall (openbsd-386), const IFT_LAPF ideal-int 25236pkg syscall (openbsd-386), const IFT_LINEGROUP ideal-int 25237pkg syscall (openbsd-386), const IFT_LOCALTALK ideal-int 25238pkg syscall (openbsd-386), const IFT_LOOP ideal-int 25239pkg syscall (openbsd-386), const IFT_MEDIAMAILOVERIP ideal-int 25240pkg syscall (openbsd-386), const IFT_MFSIGLINK ideal-int 25241pkg syscall (openbsd-386), const IFT_MIOX25 ideal-int 25242pkg syscall (openbsd-386), const IFT_MODEM ideal-int 25243pkg syscall (openbsd-386), const IFT_MPC ideal-int 25244pkg syscall (openbsd-386), const IFT_MPLS ideal-int 25245pkg syscall (openbsd-386), const IFT_MPLSTUNNEL ideal-int 25246pkg syscall (openbsd-386), const IFT_MSDSL ideal-int 25247pkg syscall (openbsd-386), const IFT_MVL ideal-int 25248pkg syscall (openbsd-386), const IFT_MYRINET ideal-int 25249pkg syscall (openbsd-386), const IFT_NFAS ideal-int 25250pkg syscall (openbsd-386), const IFT_NSIP ideal-int 25251pkg syscall (openbsd-386), const IFT_OPTICALCHANNEL ideal-int 25252pkg syscall (openbsd-386), const IFT_OPTICALTRANSPORT ideal-int 25253pkg syscall (openbsd-386), const IFT_OTHER ideal-int 25254pkg syscall (openbsd-386), const IFT_P10 ideal-int 25255pkg syscall (openbsd-386), const IFT_P80 ideal-int 25256pkg syscall (openbsd-386), const IFT_PARA ideal-int 25257pkg syscall (openbsd-386), const IFT_PFLOG ideal-int 25258pkg syscall (openbsd-386), const IFT_PFLOW ideal-int 25259pkg syscall (openbsd-386), const IFT_PFSYNC ideal-int 25260pkg syscall (openbsd-386), const IFT_PLC ideal-int 25261pkg syscall (openbsd-386), const IFT_PON155 ideal-int 25262pkg syscall (openbsd-386), const IFT_PON622 ideal-int 25263pkg syscall (openbsd-386), const IFT_POS ideal-int 25264pkg syscall (openbsd-386), const IFT_PPP ideal-int 25265pkg syscall (openbsd-386), const IFT_PPPMULTILINKBUNDLE ideal-int 25266pkg syscall (openbsd-386), const IFT_PROPATM ideal-int 25267pkg syscall (openbsd-386), const IFT_PROPBWAP2MP ideal-int 25268pkg syscall (openbsd-386), const IFT_PROPCNLS ideal-int 25269pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int 25270pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int 25271pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int 25272pkg syscall (openbsd-386), const IFT_PROPMUX ideal-int 25273pkg syscall (openbsd-386), const IFT_PROPVIRTUAL ideal-int 25274pkg syscall (openbsd-386), const IFT_PROPWIRELESSP2P ideal-int 25275pkg syscall (openbsd-386), const IFT_PTPSERIAL ideal-int 25276pkg syscall (openbsd-386), const IFT_PVC ideal-int 25277pkg syscall (openbsd-386), const IFT_Q2931 ideal-int 25278pkg syscall (openbsd-386), const IFT_QLLC ideal-int 25279pkg syscall (openbsd-386), const IFT_RADIOMAC ideal-int 25280pkg syscall (openbsd-386), const IFT_RADSL ideal-int 25281pkg syscall (openbsd-386), const IFT_REACHDSL ideal-int 25282pkg syscall (openbsd-386), const IFT_RFC1483 ideal-int 25283pkg syscall (openbsd-386), const IFT_RS232 ideal-int 25284pkg syscall (openbsd-386), const IFT_RSRB ideal-int 25285pkg syscall (openbsd-386), const IFT_SDLC ideal-int 25286pkg syscall (openbsd-386), const IFT_SDSL ideal-int 25287pkg syscall (openbsd-386), const IFT_SHDSL ideal-int 25288pkg syscall (openbsd-386), const IFT_SIP ideal-int 25289pkg syscall (openbsd-386), const IFT_SIPSIG ideal-int 25290pkg syscall (openbsd-386), const IFT_SIPTG ideal-int 25291pkg syscall (openbsd-386), const IFT_SLIP ideal-int 25292pkg syscall (openbsd-386), const IFT_SMDSDXI ideal-int 25293pkg syscall (openbsd-386), const IFT_SMDSICIP ideal-int 25294pkg syscall (openbsd-386), const IFT_SONET ideal-int 25295pkg syscall (openbsd-386), const IFT_SONETOVERHEADCHANNEL ideal-int 25296pkg syscall (openbsd-386), const IFT_SONETPATH ideal-int 25297pkg syscall (openbsd-386), const IFT_SONETVT ideal-int 25298pkg syscall (openbsd-386), const IFT_SRP ideal-int 25299pkg syscall (openbsd-386), const IFT_SS7SIGLINK ideal-int 25300pkg syscall (openbsd-386), const IFT_STACKTOSTACK ideal-int 25301pkg syscall (openbsd-386), const IFT_STARLAN ideal-int 25302pkg syscall (openbsd-386), const IFT_T1 ideal-int 25303pkg syscall (openbsd-386), const IFT_TDLC ideal-int 25304pkg syscall (openbsd-386), const IFT_TELINK ideal-int 25305pkg syscall (openbsd-386), const IFT_TERMPAD ideal-int 25306pkg syscall (openbsd-386), const IFT_TR008 ideal-int 25307pkg syscall (openbsd-386), const IFT_TRANSPHDLC ideal-int 25308pkg syscall (openbsd-386), const IFT_TUNNEL ideal-int 25309pkg syscall (openbsd-386), const IFT_ULTRA ideal-int 25310pkg syscall (openbsd-386), const IFT_USB ideal-int 25311pkg syscall (openbsd-386), const IFT_V11 ideal-int 25312pkg syscall (openbsd-386), const IFT_V35 ideal-int 25313pkg syscall (openbsd-386), const IFT_V36 ideal-int 25314pkg syscall (openbsd-386), const IFT_V37 ideal-int 25315pkg syscall (openbsd-386), const IFT_VDSL ideal-int 25316pkg syscall (openbsd-386), const IFT_VIRTUALIPADDRESS ideal-int 25317pkg syscall (openbsd-386), const IFT_VIRTUALTG ideal-int 25318pkg syscall (openbsd-386), const IFT_VOICEDID ideal-int 25319pkg syscall (openbsd-386), const IFT_VOICEEM ideal-int 25320pkg syscall (openbsd-386), const IFT_VOICEEMFGD ideal-int 25321pkg syscall (openbsd-386), const IFT_VOICEENCAP ideal-int 25322pkg syscall (openbsd-386), const IFT_VOICEFGDEANA ideal-int 25323pkg syscall (openbsd-386), const IFT_VOICEFXO ideal-int 25324pkg syscall (openbsd-386), const IFT_VOICEFXS ideal-int 25325pkg syscall (openbsd-386), const IFT_VOICEOVERATM ideal-int 25326pkg syscall (openbsd-386), const IFT_VOICEOVERCABLE ideal-int 25327pkg syscall (openbsd-386), const IFT_VOICEOVERFRAMERELAY ideal-int 25328pkg syscall (openbsd-386), const IFT_VOICEOVERIP ideal-int 25329pkg syscall (openbsd-386), const IFT_X213 ideal-int 25330pkg syscall (openbsd-386), const IFT_X25 ideal-int 25331pkg syscall (openbsd-386), const IFT_X25DDN ideal-int 25332pkg syscall (openbsd-386), const IFT_X25HUNTGROUP ideal-int 25333pkg syscall (openbsd-386), const IFT_X25MLP ideal-int 25334pkg syscall (openbsd-386), const IFT_X25PLE ideal-int 25335pkg syscall (openbsd-386), const IFT_XETHER ideal-int 25336pkg syscall (openbsd-386), const IGNBRK ideal-int 25337pkg syscall (openbsd-386), const IGNCR ideal-int 25338pkg syscall (openbsd-386), const IGNPAR ideal-int 25339pkg syscall (openbsd-386), const IMAXBEL ideal-int 25340pkg syscall (openbsd-386), const INLCR ideal-int 25341pkg syscall (openbsd-386), const INPCK ideal-int 25342pkg syscall (openbsd-386), const IN_CLASSA_HOST ideal-int 25343pkg syscall (openbsd-386), const IN_CLASSA_MAX ideal-int 25344pkg syscall (openbsd-386), const IN_CLASSA_NET ideal-int 25345pkg syscall (openbsd-386), const IN_CLASSA_NSHIFT ideal-int 25346pkg syscall (openbsd-386), const IN_CLASSB_HOST ideal-int 25347pkg syscall (openbsd-386), const IN_CLASSB_MAX ideal-int 25348pkg syscall (openbsd-386), const IN_CLASSB_NET ideal-int 25349pkg syscall (openbsd-386), const IN_CLASSB_NSHIFT ideal-int 25350pkg syscall (openbsd-386), const IN_CLASSC_HOST ideal-int 25351pkg syscall (openbsd-386), const IN_CLASSC_NET ideal-int 25352pkg syscall (openbsd-386), const IN_CLASSC_NSHIFT ideal-int 25353pkg syscall (openbsd-386), const IN_CLASSD_HOST ideal-int 25354pkg syscall (openbsd-386), const IN_CLASSD_NET ideal-int 25355pkg syscall (openbsd-386), const IN_CLASSD_NSHIFT ideal-int 25356pkg syscall (openbsd-386), const IN_LOOPBACKNET ideal-int 25357pkg syscall (openbsd-386), const IN_RFC3021_HOST ideal-int 25358pkg syscall (openbsd-386), const IN_RFC3021_NET ideal-int 25359pkg syscall (openbsd-386), const IN_RFC3021_NSHIFT ideal-int 25360pkg syscall (openbsd-386), const IPPROTO_AH ideal-int 25361pkg syscall (openbsd-386), const IPPROTO_CARP ideal-int 25362pkg syscall (openbsd-386), const IPPROTO_DIVERT ideal-int 25363pkg syscall (openbsd-386), const IPPROTO_DONE ideal-int 25364pkg syscall (openbsd-386), const IPPROTO_DSTOPTS ideal-int 25365pkg syscall (openbsd-386), const IPPROTO_EGP ideal-int 25366pkg syscall (openbsd-386), const IPPROTO_ENCAP ideal-int 25367pkg syscall (openbsd-386), const IPPROTO_EON ideal-int 25368pkg syscall (openbsd-386), const IPPROTO_ESP ideal-int 25369pkg syscall (openbsd-386), const IPPROTO_ETHERIP ideal-int 25370pkg syscall (openbsd-386), const IPPROTO_FRAGMENT ideal-int 25371pkg syscall (openbsd-386), const IPPROTO_GGP ideal-int 25372pkg syscall (openbsd-386), const IPPROTO_GRE ideal-int 25373pkg syscall (openbsd-386), const IPPROTO_HOPOPTS ideal-int 25374pkg syscall (openbsd-386), const IPPROTO_ICMP ideal-int 25375pkg syscall (openbsd-386), const IPPROTO_ICMPV6 ideal-int 25376pkg syscall (openbsd-386), const IPPROTO_IDP ideal-int 25377pkg syscall (openbsd-386), const IPPROTO_IGMP ideal-int 25378pkg syscall (openbsd-386), const IPPROTO_IPCOMP ideal-int 25379pkg syscall (openbsd-386), const IPPROTO_IPIP ideal-int 25380pkg syscall (openbsd-386), const IPPROTO_IPV4 ideal-int 25381pkg syscall (openbsd-386), const IPPROTO_MAX ideal-int 25382pkg syscall (openbsd-386), const IPPROTO_MAXID ideal-int 25383pkg syscall (openbsd-386), const IPPROTO_MOBILE ideal-int 25384pkg syscall (openbsd-386), const IPPROTO_MPLS ideal-int 25385pkg syscall (openbsd-386), const IPPROTO_NONE ideal-int 25386pkg syscall (openbsd-386), const IPPROTO_PFSYNC ideal-int 25387pkg syscall (openbsd-386), const IPPROTO_PIM ideal-int 25388pkg syscall (openbsd-386), const IPPROTO_PUP ideal-int 25389pkg syscall (openbsd-386), const IPPROTO_RAW ideal-int 25390pkg syscall (openbsd-386), const IPPROTO_ROUTING ideal-int 25391pkg syscall (openbsd-386), const IPPROTO_RSVP ideal-int 25392pkg syscall (openbsd-386), const IPPROTO_TP ideal-int 25393pkg syscall (openbsd-386), const IPV6_AUTH_LEVEL ideal-int 25394pkg syscall (openbsd-386), const IPV6_AUTOFLOWLABEL ideal-int 25395pkg syscall (openbsd-386), const IPV6_CHECKSUM ideal-int 25396pkg syscall (openbsd-386), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int 25397pkg syscall (openbsd-386), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int 25398pkg syscall (openbsd-386), const IPV6_DEFHLIM ideal-int 25399pkg syscall (openbsd-386), const IPV6_DONTFRAG ideal-int 25400pkg syscall (openbsd-386), const IPV6_DSTOPTS ideal-int 25401pkg syscall (openbsd-386), const IPV6_ESP_NETWORK_LEVEL ideal-int 25402pkg syscall (openbsd-386), const IPV6_ESP_TRANS_LEVEL ideal-int 25403pkg syscall (openbsd-386), const IPV6_FAITH ideal-int 25404pkg syscall (openbsd-386), const IPV6_FLOWINFO_MASK ideal-int 25405pkg syscall (openbsd-386), const IPV6_FLOWLABEL_MASK ideal-int 25406pkg syscall (openbsd-386), const IPV6_FRAGTTL ideal-int 25407pkg syscall (openbsd-386), const IPV6_HLIMDEC ideal-int 25408pkg syscall (openbsd-386), const IPV6_HOPLIMIT ideal-int 25409pkg syscall (openbsd-386), const IPV6_HOPOPTS ideal-int 25410pkg syscall (openbsd-386), const IPV6_IPCOMP_LEVEL ideal-int 25411pkg syscall (openbsd-386), const IPV6_MAXHLIM ideal-int 25412pkg syscall (openbsd-386), const IPV6_MAXPACKET ideal-int 25413pkg syscall (openbsd-386), const IPV6_MMTU ideal-int 25414pkg syscall (openbsd-386), const IPV6_NEXTHOP ideal-int 25415pkg syscall (openbsd-386), const IPV6_OPTIONS ideal-int 25416pkg syscall (openbsd-386), const IPV6_PATHMTU ideal-int 25417pkg syscall (openbsd-386), const IPV6_PIPEX ideal-int 25418pkg syscall (openbsd-386), const IPV6_PKTINFO ideal-int 25419pkg syscall (openbsd-386), const IPV6_PORTRANGE ideal-int 25420pkg syscall (openbsd-386), const IPV6_PORTRANGE_DEFAULT ideal-int 25421pkg syscall (openbsd-386), const IPV6_PORTRANGE_HIGH ideal-int 25422pkg syscall (openbsd-386), const IPV6_PORTRANGE_LOW ideal-int 25423pkg syscall (openbsd-386), const IPV6_RECVDSTOPTS ideal-int 25424pkg syscall (openbsd-386), const IPV6_RECVHOPLIMIT ideal-int 25425pkg syscall (openbsd-386), const IPV6_RECVHOPOPTS ideal-int 25426pkg syscall (openbsd-386), const IPV6_RECVPATHMTU ideal-int 25427pkg syscall (openbsd-386), const IPV6_RECVPKTINFO ideal-int 25428pkg syscall (openbsd-386), const IPV6_RECVRTHDR ideal-int 25429pkg syscall (openbsd-386), const IPV6_RECVTCLASS ideal-int 25430pkg syscall (openbsd-386), const IPV6_RTABLE ideal-int 25431pkg syscall (openbsd-386), const IPV6_RTHDR ideal-int 25432pkg syscall (openbsd-386), const IPV6_RTHDRDSTOPTS ideal-int 25433pkg syscall (openbsd-386), const IPV6_RTHDR_LOOSE ideal-int 25434pkg syscall (openbsd-386), const IPV6_RTHDR_STRICT ideal-int 25435pkg syscall (openbsd-386), const IPV6_RTHDR_TYPE_0 ideal-int 25436pkg syscall (openbsd-386), const IPV6_SOCKOPT_RESERVED1 ideal-int 25437pkg syscall (openbsd-386), const IPV6_TCLASS ideal-int 25438pkg syscall (openbsd-386), const IPV6_USE_MIN_MTU ideal-int 25439pkg syscall (openbsd-386), const IPV6_VERSION ideal-int 25440pkg syscall (openbsd-386), const IPV6_VERSION_MASK ideal-int 25441pkg syscall (openbsd-386), const IP_AUTH_LEVEL ideal-int 25442pkg syscall (openbsd-386), const IP_DEFAULT_MULTICAST_LOOP ideal-int 25443pkg syscall (openbsd-386), const IP_DEFAULT_MULTICAST_TTL ideal-int 25444pkg syscall (openbsd-386), const IP_DF ideal-int 25445pkg syscall (openbsd-386), const IP_ESP_NETWORK_LEVEL ideal-int 25446pkg syscall (openbsd-386), const IP_ESP_TRANS_LEVEL ideal-int 25447pkg syscall (openbsd-386), const IP_HDRINCL ideal-int 25448pkg syscall (openbsd-386), const IP_IPCOMP_LEVEL ideal-int 25449pkg syscall (openbsd-386), const IP_IPSECFLOWINFO ideal-int 25450pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_AUTH ideal-int 25451pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_CRED ideal-int 25452pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_ID ideal-int 25453pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_AUTH ideal-int 25454pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_CRED ideal-int 25455pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_ID ideal-int 25456pkg syscall (openbsd-386), const IP_MAXPACKET ideal-int 25457pkg syscall (openbsd-386), const IP_MAX_MEMBERSHIPS ideal-int 25458pkg syscall (openbsd-386), const IP_MF ideal-int 25459pkg syscall (openbsd-386), const IP_MINTTL ideal-int 25460pkg syscall (openbsd-386), const IP_MIN_MEMBERSHIPS ideal-int 25461pkg syscall (openbsd-386), const IP_MSS ideal-int 25462pkg syscall (openbsd-386), const IP_OFFMASK ideal-int 25463pkg syscall (openbsd-386), const IP_OPTIONS ideal-int 25464pkg syscall (openbsd-386), const IP_PIPEX ideal-int 25465pkg syscall (openbsd-386), const IP_PORTRANGE ideal-int 25466pkg syscall (openbsd-386), const IP_PORTRANGE_DEFAULT ideal-int 25467pkg syscall (openbsd-386), const IP_PORTRANGE_HIGH ideal-int 25468pkg syscall (openbsd-386), const IP_PORTRANGE_LOW ideal-int 25469pkg syscall (openbsd-386), const IP_RECVDSTADDR ideal-int 25470pkg syscall (openbsd-386), const IP_RECVDSTPORT ideal-int 25471pkg syscall (openbsd-386), const IP_RECVIF ideal-int 25472pkg syscall (openbsd-386), const IP_RECVOPTS ideal-int 25473pkg syscall (openbsd-386), const IP_RECVRETOPTS ideal-int 25474pkg syscall (openbsd-386), const IP_RECVRTABLE ideal-int 25475pkg syscall (openbsd-386), const IP_RECVTTL ideal-int 25476pkg syscall (openbsd-386), const IP_RETOPTS ideal-int 25477pkg syscall (openbsd-386), const IP_RF ideal-int 25478pkg syscall (openbsd-386), const IP_RTABLE ideal-int 25479pkg syscall (openbsd-386), const ISIG ideal-int 25480pkg syscall (openbsd-386), const ISTRIP ideal-int 25481pkg syscall (openbsd-386), const IXANY ideal-int 25482pkg syscall (openbsd-386), const IXOFF ideal-int 25483pkg syscall (openbsd-386), const IXON ideal-int 25484pkg syscall (openbsd-386), const LCNT_OVERLOAD_FLUSH ideal-int 25485pkg syscall (openbsd-386), const LOCK_EX ideal-int 25486pkg syscall (openbsd-386), const LOCK_NB ideal-int 25487pkg syscall (openbsd-386), const LOCK_SH ideal-int 25488pkg syscall (openbsd-386), const LOCK_UN ideal-int 25489pkg syscall (openbsd-386), const MSG_BCAST ideal-int 25490pkg syscall (openbsd-386), const MSG_CTRUNC ideal-int 25491pkg syscall (openbsd-386), const MSG_DONTROUTE ideal-int 25492pkg syscall (openbsd-386), const MSG_DONTWAIT ideal-int 25493pkg syscall (openbsd-386), const MSG_EOR ideal-int 25494pkg syscall (openbsd-386), const MSG_MCAST ideal-int 25495pkg syscall (openbsd-386), const MSG_NOSIGNAL ideal-int 25496pkg syscall (openbsd-386), const MSG_OOB ideal-int 25497pkg syscall (openbsd-386), const MSG_PEEK ideal-int 25498pkg syscall (openbsd-386), const MSG_TRUNC ideal-int 25499pkg syscall (openbsd-386), const MSG_WAITALL ideal-int 25500pkg syscall (openbsd-386), const NAME_MAX ideal-int 25501pkg syscall (openbsd-386), const NET_RT_DUMP ideal-int 25502pkg syscall (openbsd-386), const NET_RT_FLAGS ideal-int 25503pkg syscall (openbsd-386), const NET_RT_IFLIST ideal-int 25504pkg syscall (openbsd-386), const NET_RT_MAXID ideal-int 25505pkg syscall (openbsd-386), const NET_RT_STATS ideal-int 25506pkg syscall (openbsd-386), const NET_RT_TABLE ideal-int 25507pkg syscall (openbsd-386), const NOFLSH ideal-int 25508pkg syscall (openbsd-386), const NOTE_ATTRIB ideal-int 25509pkg syscall (openbsd-386), const NOTE_CHILD ideal-int 25510pkg syscall (openbsd-386), const NOTE_DELETE ideal-int 25511pkg syscall (openbsd-386), const NOTE_EOF ideal-int 25512pkg syscall (openbsd-386), const NOTE_EXEC ideal-int 25513pkg syscall (openbsd-386), const NOTE_EXIT ideal-int 25514pkg syscall (openbsd-386), const NOTE_EXTEND ideal-int 25515pkg syscall (openbsd-386), const NOTE_FORK ideal-int 25516pkg syscall (openbsd-386), const NOTE_LINK ideal-int 25517pkg syscall (openbsd-386), const NOTE_LOWAT ideal-int 25518pkg syscall (openbsd-386), const NOTE_PCTRLMASK ideal-int 25519pkg syscall (openbsd-386), const NOTE_PDATAMASK ideal-int 25520pkg syscall (openbsd-386), const NOTE_RENAME ideal-int 25521pkg syscall (openbsd-386), const NOTE_REVOKE ideal-int 25522pkg syscall (openbsd-386), const NOTE_TRACK ideal-int 25523pkg syscall (openbsd-386), const NOTE_TRACKERR ideal-int 25524pkg syscall (openbsd-386), const NOTE_TRUNCATE ideal-int 25525pkg syscall (openbsd-386), const NOTE_WRITE ideal-int 25526pkg syscall (openbsd-386), const OCRNL ideal-int 25527pkg syscall (openbsd-386), const ONLCR ideal-int 25528pkg syscall (openbsd-386), const ONLRET ideal-int 25529pkg syscall (openbsd-386), const ONOCR ideal-int 25530pkg syscall (openbsd-386), const ONOEOT ideal-int 25531pkg syscall (openbsd-386), const OPOST ideal-int 25532pkg syscall (openbsd-386), const O_ACCMODE ideal-int 25533pkg syscall (openbsd-386), const O_DIRECTORY ideal-int 25534pkg syscall (openbsd-386), const O_DSYNC ideal-int 25535pkg syscall (openbsd-386), const O_EXLOCK ideal-int 25536pkg syscall (openbsd-386), const O_FSYNC ideal-int 25537pkg syscall (openbsd-386), const O_NDELAY ideal-int 25538pkg syscall (openbsd-386), const O_NOFOLLOW ideal-int 25539pkg syscall (openbsd-386), const O_RSYNC ideal-int 25540pkg syscall (openbsd-386), const O_SHLOCK ideal-int 25541pkg syscall (openbsd-386), const PARENB ideal-int 25542pkg syscall (openbsd-386), const PARMRK ideal-int 25543pkg syscall (openbsd-386), const PARODD ideal-int 25544pkg syscall (openbsd-386), const PENDIN ideal-int 25545pkg syscall (openbsd-386), const PF_FLUSH ideal-int 25546pkg syscall (openbsd-386), const PRIO_PGRP = 1 25547pkg syscall (openbsd-386), const PRIO_PGRP ideal-int 25548pkg syscall (openbsd-386), const PRIO_PROCESS = 0 25549pkg syscall (openbsd-386), const PRIO_PROCESS ideal-int 25550pkg syscall (openbsd-386), const PRIO_USER = 2 25551pkg syscall (openbsd-386), const PRIO_USER ideal-int 25552pkg syscall (openbsd-386), const PTRACE_CONT ideal-int 25553pkg syscall (openbsd-386), const PTRACE_KILL ideal-int 25554pkg syscall (openbsd-386), const PTRACE_TRACEME ideal-int 25555pkg syscall (openbsd-386), const PT_MASK ideal-int 25556pkg syscall (openbsd-386), const RLIMIT_CORE ideal-int 25557pkg syscall (openbsd-386), const RLIMIT_CPU ideal-int 25558pkg syscall (openbsd-386), const RLIMIT_DATA ideal-int 25559pkg syscall (openbsd-386), const RLIMIT_FSIZE ideal-int 25560pkg syscall (openbsd-386), const RLIMIT_NOFILE ideal-int 25561pkg syscall (openbsd-386), const RLIMIT_STACK ideal-int 25562pkg syscall (openbsd-386), const RLIM_INFINITY ideal-int 25563pkg syscall (openbsd-386), const RTAX_AUTHOR ideal-int 25564pkg syscall (openbsd-386), const RTAX_BRD ideal-int 25565pkg syscall (openbsd-386), const RTAX_DST ideal-int 25566pkg syscall (openbsd-386), const RTAX_GATEWAY ideal-int 25567pkg syscall (openbsd-386), const RTAX_GENMASK ideal-int 25568pkg syscall (openbsd-386), const RTAX_IFA ideal-int 25569pkg syscall (openbsd-386), const RTAX_IFP ideal-int 25570pkg syscall (openbsd-386), const RTAX_LABEL ideal-int 25571pkg syscall (openbsd-386), const RTAX_MAX ideal-int 25572pkg syscall (openbsd-386), const RTAX_NETMASK ideal-int 25573pkg syscall (openbsd-386), const RTAX_SRC ideal-int 25574pkg syscall (openbsd-386), const RTAX_SRCMASK ideal-int 25575pkg syscall (openbsd-386), const RTA_AUTHOR ideal-int 25576pkg syscall (openbsd-386), const RTA_BRD ideal-int 25577pkg syscall (openbsd-386), const RTA_DST ideal-int 25578pkg syscall (openbsd-386), const RTA_GATEWAY ideal-int 25579pkg syscall (openbsd-386), const RTA_GENMASK ideal-int 25580pkg syscall (openbsd-386), const RTA_IFA ideal-int 25581pkg syscall (openbsd-386), const RTA_IFP ideal-int 25582pkg syscall (openbsd-386), const RTA_LABEL ideal-int 25583pkg syscall (openbsd-386), const RTA_NETMASK ideal-int 25584pkg syscall (openbsd-386), const RTA_SRC ideal-int 25585pkg syscall (openbsd-386), const RTA_SRCMASK ideal-int 25586pkg syscall (openbsd-386), const RTF_ANNOUNCE ideal-int 25587pkg syscall (openbsd-386), const RTF_BLACKHOLE ideal-int 25588pkg syscall (openbsd-386), const RTF_CLONED ideal-int 25589pkg syscall (openbsd-386), const RTF_CLONING ideal-int 25590pkg syscall (openbsd-386), const RTF_DONE ideal-int 25591pkg syscall (openbsd-386), const RTF_DYNAMIC ideal-int 25592pkg syscall (openbsd-386), const RTF_FMASK ideal-int 25593pkg syscall (openbsd-386), const RTF_GATEWAY ideal-int 25594pkg syscall (openbsd-386), const RTF_HOST ideal-int 25595pkg syscall (openbsd-386), const RTF_LLINFO ideal-int 25596pkg syscall (openbsd-386), const RTF_MASK ideal-int 25597pkg syscall (openbsd-386), const RTF_MODIFIED ideal-int 25598pkg syscall (openbsd-386), const RTF_MPATH ideal-int 25599pkg syscall (openbsd-386), const RTF_MPLS ideal-int 25600pkg syscall (openbsd-386), const RTF_PERMANENT_ARP ideal-int 25601pkg syscall (openbsd-386), const RTF_PROTO1 ideal-int 25602pkg syscall (openbsd-386), const RTF_PROTO2 ideal-int 25603pkg syscall (openbsd-386), const RTF_PROTO3 ideal-int 25604pkg syscall (openbsd-386), const RTF_REJECT ideal-int 25605pkg syscall (openbsd-386), const RTF_SOURCE ideal-int 25606pkg syscall (openbsd-386), const RTF_STATIC ideal-int 25607pkg syscall (openbsd-386), const RTF_TUNNEL ideal-int 25608pkg syscall (openbsd-386), const RTF_UP ideal-int 25609pkg syscall (openbsd-386), const RTF_USETRAILERS ideal-int 25610pkg syscall (openbsd-386), const RTF_XRESOLVE ideal-int 25611pkg syscall (openbsd-386), const RTM_ADD ideal-int 25612pkg syscall (openbsd-386), const RTM_CHANGE ideal-int 25613pkg syscall (openbsd-386), const RTM_DELADDR ideal-int 25614pkg syscall (openbsd-386), const RTM_DELETE ideal-int 25615pkg syscall (openbsd-386), const RTM_DESYNC ideal-int 25616pkg syscall (openbsd-386), const RTM_GET ideal-int 25617pkg syscall (openbsd-386), const RTM_IFANNOUNCE ideal-int 25618pkg syscall (openbsd-386), const RTM_IFINFO ideal-int 25619pkg syscall (openbsd-386), const RTM_LOCK ideal-int 25620pkg syscall (openbsd-386), const RTM_LOSING ideal-int 25621pkg syscall (openbsd-386), const RTM_MAXSIZE ideal-int 25622pkg syscall (openbsd-386), const RTM_MISS ideal-int 25623pkg syscall (openbsd-386), const RTM_NEWADDR ideal-int 25624pkg syscall (openbsd-386), const RTM_REDIRECT ideal-int 25625pkg syscall (openbsd-386), const RTM_RESOLVE ideal-int 25626pkg syscall (openbsd-386), const RTM_RTTUNIT ideal-int 25627pkg syscall (openbsd-386), const RTM_VERSION ideal-int 25628pkg syscall (openbsd-386), const RTV_EXPIRE ideal-int 25629pkg syscall (openbsd-386), const RTV_HOPCOUNT ideal-int 25630pkg syscall (openbsd-386), const RTV_MTU ideal-int 25631pkg syscall (openbsd-386), const RTV_RPIPE ideal-int 25632pkg syscall (openbsd-386), const RTV_RTT ideal-int 25633pkg syscall (openbsd-386), const RTV_RTTVAR ideal-int 25634pkg syscall (openbsd-386), const RTV_SPIPE ideal-int 25635pkg syscall (openbsd-386), const RTV_SSTHRESH ideal-int 25636pkg syscall (openbsd-386), const RT_TABLEID_MAX ideal-int 25637pkg syscall (openbsd-386), const RUSAGE_CHILDREN ideal-int 25638pkg syscall (openbsd-386), const RUSAGE_SELF ideal-int 25639pkg syscall (openbsd-386), const RUSAGE_THREAD ideal-int 25640pkg syscall (openbsd-386), const SCM_RIGHTS ideal-int 25641pkg syscall (openbsd-386), const SCM_TIMESTAMP ideal-int 25642pkg syscall (openbsd-386), const SIGCHLD Signal 25643pkg syscall (openbsd-386), const SIGCONT Signal 25644pkg syscall (openbsd-386), const SIGEMT Signal 25645pkg syscall (openbsd-386), const SIGINFO Signal 25646pkg syscall (openbsd-386), const SIGIO Signal 25647pkg syscall (openbsd-386), const SIGIOT Signal 25648pkg syscall (openbsd-386), const SIGPROF Signal 25649pkg syscall (openbsd-386), const SIGSTOP Signal 25650pkg syscall (openbsd-386), const SIGSYS Signal 25651pkg syscall (openbsd-386), const SIGTHR Signal 25652pkg syscall (openbsd-386), const SIGTSTP Signal 25653pkg syscall (openbsd-386), const SIGTTIN Signal 25654pkg syscall (openbsd-386), const SIGTTOU Signal 25655pkg syscall (openbsd-386), const SIGURG Signal 25656pkg syscall (openbsd-386), const SIGUSR1 Signal 25657pkg syscall (openbsd-386), const SIGUSR2 Signal 25658pkg syscall (openbsd-386), const SIGVTALRM Signal 25659pkg syscall (openbsd-386), const SIGWINCH Signal 25660pkg syscall (openbsd-386), const SIGXCPU Signal 25661pkg syscall (openbsd-386), const SIGXFSZ Signal 25662pkg syscall (openbsd-386), const SIOCADDMULTI ideal-int 25663pkg syscall (openbsd-386), const SIOCAIFADDR ideal-int 25664pkg syscall (openbsd-386), const SIOCAIFGROUP ideal-int 25665pkg syscall (openbsd-386), const SIOCALIFADDR ideal-int 25666pkg syscall (openbsd-386), const SIOCATMARK ideal-int 25667pkg syscall (openbsd-386), const SIOCBRDGADD ideal-int 25668pkg syscall (openbsd-386), const SIOCBRDGADDS ideal-int 25669pkg syscall (openbsd-386), const SIOCBRDGARL ideal-int 25670pkg syscall (openbsd-386), const SIOCBRDGDADDR ideal-int 25671pkg syscall (openbsd-386), const SIOCBRDGDEL ideal-int 25672pkg syscall (openbsd-386), const SIOCBRDGDELS ideal-int 25673pkg syscall (openbsd-386), const SIOCBRDGFLUSH ideal-int 25674pkg syscall (openbsd-386), const SIOCBRDGFRL ideal-int 25675pkg syscall (openbsd-386), const SIOCBRDGGCACHE ideal-int 25676pkg syscall (openbsd-386), const SIOCBRDGGFD ideal-int 25677pkg syscall (openbsd-386), const SIOCBRDGGHT ideal-int 25678pkg syscall (openbsd-386), const SIOCBRDGGIFFLGS ideal-int 25679pkg syscall (openbsd-386), const SIOCBRDGGMA ideal-int 25680pkg syscall (openbsd-386), const SIOCBRDGGPARAM ideal-int 25681pkg syscall (openbsd-386), const SIOCBRDGGPRI ideal-int 25682pkg syscall (openbsd-386), const SIOCBRDGGRL ideal-int 25683pkg syscall (openbsd-386), const SIOCBRDGGSIFS ideal-int 25684pkg syscall (openbsd-386), const SIOCBRDGGTO ideal-int 25685pkg syscall (openbsd-386), const SIOCBRDGIFS ideal-int 25686pkg syscall (openbsd-386), const SIOCBRDGRTS ideal-int 25687pkg syscall (openbsd-386), const SIOCBRDGSADDR ideal-int 25688pkg syscall (openbsd-386), const SIOCBRDGSCACHE ideal-int 25689pkg syscall (openbsd-386), const SIOCBRDGSFD ideal-int 25690pkg syscall (openbsd-386), const SIOCBRDGSHT ideal-int 25691pkg syscall (openbsd-386), const SIOCBRDGSIFCOST ideal-int 25692pkg syscall (openbsd-386), const SIOCBRDGSIFFLGS ideal-int 25693pkg syscall (openbsd-386), const SIOCBRDGSIFPRIO ideal-int 25694pkg syscall (openbsd-386), const SIOCBRDGSMA ideal-int 25695pkg syscall (openbsd-386), const SIOCBRDGSPRI ideal-int 25696pkg syscall (openbsd-386), const SIOCBRDGSPROTO ideal-int 25697pkg syscall (openbsd-386), const SIOCBRDGSTO ideal-int 25698pkg syscall (openbsd-386), const SIOCBRDGSTXHC ideal-int 25699pkg syscall (openbsd-386), const SIOCDELMULTI ideal-int 25700pkg syscall (openbsd-386), const SIOCDIFADDR ideal-int 25701pkg syscall (openbsd-386), const SIOCDIFGROUP ideal-int 25702pkg syscall (openbsd-386), const SIOCDIFPHYADDR ideal-int 25703pkg syscall (openbsd-386), const SIOCDLIFADDR ideal-int 25704pkg syscall (openbsd-386), const SIOCGETKALIVE ideal-int 25705pkg syscall (openbsd-386), const SIOCGETLABEL ideal-int 25706pkg syscall (openbsd-386), const SIOCGETPFLOW ideal-int 25707pkg syscall (openbsd-386), const SIOCGETPFSYNC ideal-int 25708pkg syscall (openbsd-386), const SIOCGETSGCNT ideal-int 25709pkg syscall (openbsd-386), const SIOCGETVIFCNT ideal-int 25710pkg syscall (openbsd-386), const SIOCGHIWAT ideal-int 25711pkg syscall (openbsd-386), const SIOCGIFADDR ideal-int 25712pkg syscall (openbsd-386), const SIOCGIFASYNCMAP ideal-int 25713pkg syscall (openbsd-386), const SIOCGIFBRDADDR ideal-int 25714pkg syscall (openbsd-386), const SIOCGIFCONF ideal-int 25715pkg syscall (openbsd-386), const SIOCGIFDATA ideal-int 25716pkg syscall (openbsd-386), const SIOCGIFDESCR ideal-int 25717pkg syscall (openbsd-386), const SIOCGIFDSTADDR ideal-int 25718pkg syscall (openbsd-386), const SIOCGIFFLAGS ideal-int 25719pkg syscall (openbsd-386), const SIOCGIFGATTR ideal-int 25720pkg syscall (openbsd-386), const SIOCGIFGENERIC ideal-int 25721pkg syscall (openbsd-386), const SIOCGIFGMEMB ideal-int 25722pkg syscall (openbsd-386), const SIOCGIFGROUP ideal-int 25723pkg syscall (openbsd-386), const SIOCGIFMEDIA ideal-int 25724pkg syscall (openbsd-386), const SIOCGIFMETRIC ideal-int 25725pkg syscall (openbsd-386), const SIOCGIFMTU ideal-int 25726pkg syscall (openbsd-386), const SIOCGIFNETMASK ideal-int 25727pkg syscall (openbsd-386), const SIOCGIFPDSTADDR ideal-int 25728pkg syscall (openbsd-386), const SIOCGIFPRIORITY ideal-int 25729pkg syscall (openbsd-386), const SIOCGIFPSRCADDR ideal-int 25730pkg syscall (openbsd-386), const SIOCGIFRDOMAIN ideal-int 25731pkg syscall (openbsd-386), const SIOCGIFRTLABEL ideal-int 25732pkg syscall (openbsd-386), const SIOCGIFTIMESLOT ideal-int 25733pkg syscall (openbsd-386), const SIOCGIFXFLAGS ideal-int 25734pkg syscall (openbsd-386), const SIOCGLIFADDR ideal-int 25735pkg syscall (openbsd-386), const SIOCGLIFPHYADDR ideal-int 25736pkg syscall (openbsd-386), const SIOCGLIFPHYRTABLE ideal-int 25737pkg syscall (openbsd-386), const SIOCGLOWAT ideal-int 25738pkg syscall (openbsd-386), const SIOCGPGRP ideal-int 25739pkg syscall (openbsd-386), const SIOCGVH ideal-int 25740pkg syscall (openbsd-386), const SIOCIFCREATE ideal-int 25741pkg syscall (openbsd-386), const SIOCIFDESTROY ideal-int 25742pkg syscall (openbsd-386), const SIOCIFGCLONERS ideal-int 25743pkg syscall (openbsd-386), const SIOCSETKALIVE ideal-int 25744pkg syscall (openbsd-386), const SIOCSETLABEL ideal-int 25745pkg syscall (openbsd-386), const SIOCSETPFLOW ideal-int 25746pkg syscall (openbsd-386), const SIOCSETPFSYNC ideal-int 25747pkg syscall (openbsd-386), const SIOCSHIWAT ideal-int 25748pkg syscall (openbsd-386), const SIOCSIFADDR ideal-int 25749pkg syscall (openbsd-386), const SIOCSIFASYNCMAP ideal-int 25750pkg syscall (openbsd-386), const SIOCSIFBRDADDR ideal-int 25751pkg syscall (openbsd-386), const SIOCSIFDESCR ideal-int 25752pkg syscall (openbsd-386), const SIOCSIFDSTADDR ideal-int 25753pkg syscall (openbsd-386), const SIOCSIFFLAGS ideal-int 25754pkg syscall (openbsd-386), const SIOCSIFGATTR ideal-int 25755pkg syscall (openbsd-386), const SIOCSIFGENERIC ideal-int 25756pkg syscall (openbsd-386), const SIOCSIFLLADDR ideal-int 25757pkg syscall (openbsd-386), const SIOCSIFMEDIA ideal-int 25758pkg syscall (openbsd-386), const SIOCSIFMETRIC ideal-int 25759pkg syscall (openbsd-386), const SIOCSIFMTU ideal-int 25760pkg syscall (openbsd-386), const SIOCSIFNETMASK ideal-int 25761pkg syscall (openbsd-386), const SIOCSIFPHYADDR ideal-int 25762pkg syscall (openbsd-386), const SIOCSIFPRIORITY ideal-int 25763pkg syscall (openbsd-386), const SIOCSIFRDOMAIN ideal-int 25764pkg syscall (openbsd-386), const SIOCSIFRTLABEL ideal-int 25765pkg syscall (openbsd-386), const SIOCSIFTIMESLOT ideal-int 25766pkg syscall (openbsd-386), const SIOCSIFXFLAGS ideal-int 25767pkg syscall (openbsd-386), const SIOCSLIFPHYADDR ideal-int 25768pkg syscall (openbsd-386), const SIOCSLIFPHYRTABLE ideal-int 25769pkg syscall (openbsd-386), const SIOCSLOWAT ideal-int 25770pkg syscall (openbsd-386), const SIOCSPGRP ideal-int 25771pkg syscall (openbsd-386), const SIOCSVH ideal-int 25772pkg syscall (openbsd-386), const SOCK_RDM ideal-int 25773pkg syscall (openbsd-386), const SO_ACCEPTCONN ideal-int 25774pkg syscall (openbsd-386), const SO_BINDANY ideal-int 25775pkg syscall (openbsd-386), const SO_DEBUG ideal-int 25776pkg syscall (openbsd-386), const SO_ERROR ideal-int 25777pkg syscall (openbsd-386), const SO_NETPROC ideal-int 25778pkg syscall (openbsd-386), const SO_OOBINLINE ideal-int 25779pkg syscall (openbsd-386), const SO_PEERCRED ideal-int 25780pkg syscall (openbsd-386), const SO_RCVLOWAT ideal-int 25781pkg syscall (openbsd-386), const SO_RCVTIMEO ideal-int 25782pkg syscall (openbsd-386), const SO_REUSEPORT ideal-int 25783pkg syscall (openbsd-386), const SO_RTABLE ideal-int 25784pkg syscall (openbsd-386), const SO_SNDLOWAT ideal-int 25785pkg syscall (openbsd-386), const SO_SNDTIMEO ideal-int 25786pkg syscall (openbsd-386), const SO_SPLICE ideal-int 25787pkg syscall (openbsd-386), const SO_TIMESTAMP ideal-int 25788pkg syscall (openbsd-386), const SO_TYPE ideal-int 25789pkg syscall (openbsd-386), const SO_USELOOPBACK ideal-int 25790pkg syscall (openbsd-386), const SYS_ACCEPT ideal-int 25791pkg syscall (openbsd-386), const SYS_ACCESS ideal-int 25792pkg syscall (openbsd-386), const SYS_ACCT ideal-int 25793pkg syscall (openbsd-386), const SYS_ADJFREQ ideal-int 25794pkg syscall (openbsd-386), const SYS_ADJTIME ideal-int 25795pkg syscall (openbsd-386), const SYS_BIND ideal-int 25796pkg syscall (openbsd-386), const SYS_CHDIR ideal-int 25797pkg syscall (openbsd-386), const SYS_CHFLAGS ideal-int 25798pkg syscall (openbsd-386), const SYS_CHMOD ideal-int 25799pkg syscall (openbsd-386), const SYS_CHOWN ideal-int 25800pkg syscall (openbsd-386), const SYS_CHROOT ideal-int 25801pkg syscall (openbsd-386), const SYS_CLOCK_GETRES ideal-int 25802pkg syscall (openbsd-386), const SYS_CLOCK_GETTIME ideal-int 25803pkg syscall (openbsd-386), const SYS_CLOCK_SETTIME ideal-int 25804pkg syscall (openbsd-386), const SYS_CLOSE ideal-int 25805pkg syscall (openbsd-386), const SYS_CLOSEFROM ideal-int 25806pkg syscall (openbsd-386), const SYS_CONNECT ideal-int 25807pkg syscall (openbsd-386), const SYS_DUP ideal-int 25808pkg syscall (openbsd-386), const SYS_DUP2 ideal-int 25809pkg syscall (openbsd-386), const SYS_EXECVE ideal-int 25810pkg syscall (openbsd-386), const SYS_EXIT ideal-int 25811pkg syscall (openbsd-386), const SYS_FACCESSAT ideal-int 25812pkg syscall (openbsd-386), const SYS_FCHDIR ideal-int 25813pkg syscall (openbsd-386), const SYS_FCHFLAGS ideal-int 25814pkg syscall (openbsd-386), const SYS_FCHMOD ideal-int 25815pkg syscall (openbsd-386), const SYS_FCHMODAT ideal-int 25816pkg syscall (openbsd-386), const SYS_FCHOWN ideal-int 25817pkg syscall (openbsd-386), const SYS_FCHOWNAT ideal-int 25818pkg syscall (openbsd-386), const SYS_FCNTL ideal-int 25819pkg syscall (openbsd-386), const SYS_FHOPEN ideal-int 25820pkg syscall (openbsd-386), const SYS_FHSTAT ideal-int 25821pkg syscall (openbsd-386), const SYS_FHSTATFS ideal-int 25822pkg syscall (openbsd-386), const SYS_FLOCK ideal-int 25823pkg syscall (openbsd-386), const SYS_FORK ideal-int 25824pkg syscall (openbsd-386), const SYS_FPATHCONF ideal-int 25825pkg syscall (openbsd-386), const SYS_FSTAT ideal-int 25826pkg syscall (openbsd-386), const SYS_FSTATAT ideal-int 25827pkg syscall (openbsd-386), const SYS_FSTATFS ideal-int 25828pkg syscall (openbsd-386), const SYS_FSYNC ideal-int 25829pkg syscall (openbsd-386), const SYS_FTRUNCATE ideal-int 25830pkg syscall (openbsd-386), const SYS_FUTIMENS ideal-int 25831pkg syscall (openbsd-386), const SYS_FUTIMES ideal-int 25832pkg syscall (openbsd-386), const SYS_GETDIRENTRIES ideal-int 25833pkg syscall (openbsd-386), const SYS_GETDTABLECOUNT ideal-int 25834pkg syscall (openbsd-386), const SYS_GETEGID ideal-int 25835pkg syscall (openbsd-386), const SYS_GETEUID ideal-int 25836pkg syscall (openbsd-386), const SYS_GETFH ideal-int 25837pkg syscall (openbsd-386), const SYS_GETFSSTAT ideal-int 25838pkg syscall (openbsd-386), const SYS_GETGID ideal-int 25839pkg syscall (openbsd-386), const SYS_GETGROUPS ideal-int 25840pkg syscall (openbsd-386), const SYS_GETITIMER ideal-int 25841pkg syscall (openbsd-386), const SYS_GETLOGIN ideal-int 25842pkg syscall (openbsd-386), const SYS_GETPEERNAME ideal-int 25843pkg syscall (openbsd-386), const SYS_GETPGID ideal-int 25844pkg syscall (openbsd-386), const SYS_GETPGRP ideal-int 25845pkg syscall (openbsd-386), const SYS_GETPID ideal-int 25846pkg syscall (openbsd-386), const SYS_GETPPID ideal-int 25847pkg syscall (openbsd-386), const SYS_GETPRIORITY ideal-int 25848pkg syscall (openbsd-386), const SYS_GETRESGID ideal-int 25849pkg syscall (openbsd-386), const SYS_GETRESUID ideal-int 25850pkg syscall (openbsd-386), const SYS_GETRLIMIT ideal-int 25851pkg syscall (openbsd-386), const SYS_GETRTABLE ideal-int 25852pkg syscall (openbsd-386), const SYS_GETRUSAGE ideal-int 25853pkg syscall (openbsd-386), const SYS_GETSID ideal-int 25854pkg syscall (openbsd-386), const SYS_GETSOCKNAME ideal-int 25855pkg syscall (openbsd-386), const SYS_GETSOCKOPT ideal-int 25856pkg syscall (openbsd-386), const SYS_GETTHRID ideal-int 25857pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY ideal-int 25858pkg syscall (openbsd-386), const SYS_GETUID ideal-int 25859pkg syscall (openbsd-386), const SYS_IOCTL ideal-int 25860pkg syscall (openbsd-386), const SYS_ISSETUGID ideal-int 25861pkg syscall (openbsd-386), const SYS_KEVENT ideal-int 25862pkg syscall (openbsd-386), const SYS_KILL ideal-int 25863pkg syscall (openbsd-386), const SYS_KQUEUE ideal-int 25864pkg syscall (openbsd-386), const SYS_KTRACE ideal-int 25865pkg syscall (openbsd-386), const SYS_LCHOWN ideal-int 25866pkg syscall (openbsd-386), const SYS_LINK ideal-int 25867pkg syscall (openbsd-386), const SYS_LINKAT ideal-int 25868pkg syscall (openbsd-386), const SYS_LISTEN ideal-int 25869pkg syscall (openbsd-386), const SYS_LSEEK ideal-int 25870pkg syscall (openbsd-386), const SYS_LSTAT ideal-int 25871pkg syscall (openbsd-386), const SYS_MADVISE ideal-int 25872pkg syscall (openbsd-386), const SYS_MINCORE ideal-int 25873pkg syscall (openbsd-386), const SYS_MINHERIT ideal-int 25874pkg syscall (openbsd-386), const SYS_MKDIR ideal-int 25875pkg syscall (openbsd-386), const SYS_MKDIRAT ideal-int 25876pkg syscall (openbsd-386), const SYS_MKFIFO ideal-int 25877pkg syscall (openbsd-386), const SYS_MKFIFOAT ideal-int 25878pkg syscall (openbsd-386), const SYS_MKNOD ideal-int 25879pkg syscall (openbsd-386), const SYS_MKNODAT ideal-int 25880pkg syscall (openbsd-386), const SYS_MLOCK ideal-int 25881pkg syscall (openbsd-386), const SYS_MLOCKALL ideal-int 25882pkg syscall (openbsd-386), const SYS_MMAP ideal-int 25883pkg syscall (openbsd-386), const SYS_MOUNT ideal-int 25884pkg syscall (openbsd-386), const SYS_MPROTECT ideal-int 25885pkg syscall (openbsd-386), const SYS_MQUERY ideal-int 25886pkg syscall (openbsd-386), const SYS_MSGCTL ideal-int 25887pkg syscall (openbsd-386), const SYS_MSGGET ideal-int 25888pkg syscall (openbsd-386), const SYS_MSGRCV ideal-int 25889pkg syscall (openbsd-386), const SYS_MSGSND ideal-int 25890pkg syscall (openbsd-386), const SYS_MSYNC ideal-int 25891pkg syscall (openbsd-386), const SYS_MUNLOCK ideal-int 25892pkg syscall (openbsd-386), const SYS_MUNLOCKALL ideal-int 25893pkg syscall (openbsd-386), const SYS_MUNMAP ideal-int 25894pkg syscall (openbsd-386), const SYS_NANOSLEEP ideal-int 25895pkg syscall (openbsd-386), const SYS_NFSSVC ideal-int 25896pkg syscall (openbsd-386), const SYS_OBREAK ideal-int 25897pkg syscall (openbsd-386), const SYS_OPEN ideal-int 25898pkg syscall (openbsd-386), const SYS_OPENAT ideal-int 25899pkg syscall (openbsd-386), const SYS_PATHCONF ideal-int 25900pkg syscall (openbsd-386), const SYS_PIPE ideal-int 25901pkg syscall (openbsd-386), const SYS_POLL ideal-int 25902pkg syscall (openbsd-386), const SYS_PREAD ideal-int 25903pkg syscall (openbsd-386), const SYS_PREADV ideal-int 25904pkg syscall (openbsd-386), const SYS_PROFIL ideal-int 25905pkg syscall (openbsd-386), const SYS_PTRACE ideal-int 25906pkg syscall (openbsd-386), const SYS_PWRITE ideal-int 25907pkg syscall (openbsd-386), const SYS_PWRITEV ideal-int 25908pkg syscall (openbsd-386), const SYS_QUOTACTL ideal-int 25909pkg syscall (openbsd-386), const SYS_READ ideal-int 25910pkg syscall (openbsd-386), const SYS_READLINK ideal-int 25911pkg syscall (openbsd-386), const SYS_READLINKAT ideal-int 25912pkg syscall (openbsd-386), const SYS_READV ideal-int 25913pkg syscall (openbsd-386), const SYS_REBOOT ideal-int 25914pkg syscall (openbsd-386), const SYS_RECVFROM ideal-int 25915pkg syscall (openbsd-386), const SYS_RECVMSG ideal-int 25916pkg syscall (openbsd-386), const SYS_RENAME ideal-int 25917pkg syscall (openbsd-386), const SYS_RENAMEAT ideal-int 25918pkg syscall (openbsd-386), const SYS_REVOKE ideal-int 25919pkg syscall (openbsd-386), const SYS_RMDIR ideal-int 25920pkg syscall (openbsd-386), const SYS_SCHED_YIELD ideal-int 25921pkg syscall (openbsd-386), const SYS_SELECT ideal-int 25922pkg syscall (openbsd-386), const SYS_SEMGET ideal-int 25923pkg syscall (openbsd-386), const SYS_SEMOP ideal-int 25924pkg syscall (openbsd-386), const SYS_SENDMSG ideal-int 25925pkg syscall (openbsd-386), const SYS_SENDTO ideal-int 25926pkg syscall (openbsd-386), const SYS_SETEGID ideal-int 25927pkg syscall (openbsd-386), const SYS_SETEUID ideal-int 25928pkg syscall (openbsd-386), const SYS_SETGID ideal-int 25929pkg syscall (openbsd-386), const SYS_SETGROUPS ideal-int 25930pkg syscall (openbsd-386), const SYS_SETITIMER ideal-int 25931pkg syscall (openbsd-386), const SYS_SETLOGIN ideal-int 25932pkg syscall (openbsd-386), const SYS_SETPGID ideal-int 25933pkg syscall (openbsd-386), const SYS_SETPRIORITY ideal-int 25934pkg syscall (openbsd-386), const SYS_SETREGID ideal-int 25935pkg syscall (openbsd-386), const SYS_SETRESGID ideal-int 25936pkg syscall (openbsd-386), const SYS_SETRESUID ideal-int 25937pkg syscall (openbsd-386), const SYS_SETREUID ideal-int 25938pkg syscall (openbsd-386), const SYS_SETRLIMIT ideal-int 25939pkg syscall (openbsd-386), const SYS_SETRTABLE ideal-int 25940pkg syscall (openbsd-386), const SYS_SETSID ideal-int 25941pkg syscall (openbsd-386), const SYS_SETSOCKOPT ideal-int 25942pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY ideal-int 25943pkg syscall (openbsd-386), const SYS_SETUID ideal-int 25944pkg syscall (openbsd-386), const SYS_SHMAT ideal-int 25945pkg syscall (openbsd-386), const SYS_SHMCTL ideal-int 25946pkg syscall (openbsd-386), const SYS_SHMDT ideal-int 25947pkg syscall (openbsd-386), const SYS_SHMGET ideal-int 25948pkg syscall (openbsd-386), const SYS_SHUTDOWN ideal-int 25949pkg syscall (openbsd-386), const SYS_SIGACTION ideal-int 25950pkg syscall (openbsd-386), const SYS_SIGALTSTACK ideal-int 25951pkg syscall (openbsd-386), const SYS_SIGPENDING ideal-int 25952pkg syscall (openbsd-386), const SYS_SIGPROCMASK ideal-int 25953pkg syscall (openbsd-386), const SYS_SIGRETURN ideal-int 25954pkg syscall (openbsd-386), const SYS_SIGSUSPEND ideal-int 25955pkg syscall (openbsd-386), const SYS_SOCKET ideal-int 25956pkg syscall (openbsd-386), const SYS_SOCKETPAIR ideal-int 25957pkg syscall (openbsd-386), const SYS_STAT ideal-int 25958pkg syscall (openbsd-386), const SYS_STATFS ideal-int 25959pkg syscall (openbsd-386), const SYS_SWAPCTL ideal-int 25960pkg syscall (openbsd-386), const SYS_SYMLINK ideal-int 25961pkg syscall (openbsd-386), const SYS_SYMLINKAT ideal-int 25962pkg syscall (openbsd-386), const SYS_SYNC ideal-int 25963pkg syscall (openbsd-386), const SYS_SYSARCH ideal-int 25964pkg syscall (openbsd-386), const SYS_TRUNCATE ideal-int 25965pkg syscall (openbsd-386), const SYS_UMASK ideal-int 25966pkg syscall (openbsd-386), const SYS_UNLINK ideal-int 25967pkg syscall (openbsd-386), const SYS_UNLINKAT ideal-int 25968pkg syscall (openbsd-386), const SYS_UNMOUNT ideal-int 25969pkg syscall (openbsd-386), const SYS_UTIMENSAT ideal-int 25970pkg syscall (openbsd-386), const SYS_UTIMES ideal-int 25971pkg syscall (openbsd-386), const SYS_VFORK ideal-int 25972pkg syscall (openbsd-386), const SYS_WAIT4 ideal-int 25973pkg syscall (openbsd-386), const SYS_WRITE ideal-int 25974pkg syscall (openbsd-386), const SYS_WRITEV ideal-int 25975pkg syscall (openbsd-386), const SYS___GETCWD ideal-int 25976pkg syscall (openbsd-386), const SYS___GET_TCB ideal-int 25977pkg syscall (openbsd-386), const SYS___SEMCTL ideal-int 25978pkg syscall (openbsd-386), const SYS___SET_TCB ideal-int 25979pkg syscall (openbsd-386), const SYS___SYSCTL ideal-int 25980pkg syscall (openbsd-386), const SYS___TFORK ideal-int 25981pkg syscall (openbsd-386), const SYS___THREXIT ideal-int 25982pkg syscall (openbsd-386), const SYS___THRSIGDIVERT ideal-int 25983pkg syscall (openbsd-386), const SYS___THRSLEEP ideal-int 25984pkg syscall (openbsd-386), const SYS___THRWAKEUP ideal-int 25985pkg syscall (openbsd-386), const SizeofBpfHdr ideal-int 25986pkg syscall (openbsd-386), const SizeofBpfInsn ideal-int 25987pkg syscall (openbsd-386), const SizeofBpfProgram ideal-int 25988pkg syscall (openbsd-386), const SizeofBpfStat ideal-int 25989pkg syscall (openbsd-386), const SizeofBpfVersion ideal-int 25990pkg syscall (openbsd-386), const SizeofCmsghdr ideal-int 25991pkg syscall (openbsd-386), const SizeofICMPv6Filter = 32 25992pkg syscall (openbsd-386), const SizeofICMPv6Filter ideal-int 25993pkg syscall (openbsd-386), const SizeofIPMreq ideal-int 25994pkg syscall (openbsd-386), const SizeofIPv6MTUInfo = 32 25995pkg syscall (openbsd-386), const SizeofIPv6MTUInfo ideal-int 25996pkg syscall (openbsd-386), const SizeofIPv6Mreq ideal-int 25997pkg syscall (openbsd-386), const SizeofIfAnnounceMsghdr ideal-int 25998pkg syscall (openbsd-386), const SizeofIfData ideal-int 25999pkg syscall (openbsd-386), const SizeofIfMsghdr ideal-int 26000pkg syscall (openbsd-386), const SizeofIfaMsghdr ideal-int 26001pkg syscall (openbsd-386), const SizeofInet6Pktinfo ideal-int 26002pkg syscall (openbsd-386), const SizeofLinger ideal-int 26003pkg syscall (openbsd-386), const SizeofMsghdr ideal-int 26004pkg syscall (openbsd-386), const SizeofRtMetrics ideal-int 26005pkg syscall (openbsd-386), const SizeofRtMsghdr ideal-int 26006pkg syscall (openbsd-386), const SizeofSockaddrAny ideal-int 26007pkg syscall (openbsd-386), const SizeofSockaddrDatalink ideal-int 26008pkg syscall (openbsd-386), const SizeofSockaddrInet4 ideal-int 26009pkg syscall (openbsd-386), const SizeofSockaddrInet6 ideal-int 26010pkg syscall (openbsd-386), const SizeofSockaddrUnix ideal-int 26011pkg syscall (openbsd-386), const TCIFLUSH ideal-int 26012pkg syscall (openbsd-386), const TCIOFLUSH ideal-int 26013pkg syscall (openbsd-386), const TCOFLUSH ideal-int 26014pkg syscall (openbsd-386), const TCP_MAXBURST ideal-int 26015pkg syscall (openbsd-386), const TCP_MAXSEG ideal-int 26016pkg syscall (openbsd-386), const TCP_MAXWIN ideal-int 26017pkg syscall (openbsd-386), const TCP_MAX_SACK ideal-int 26018pkg syscall (openbsd-386), const TCP_MAX_WINSHIFT ideal-int 26019pkg syscall (openbsd-386), const TCP_MD5SIG ideal-int 26020pkg syscall (openbsd-386), const TCP_MSS ideal-int 26021pkg syscall (openbsd-386), const TCP_NSTATES ideal-int 26022pkg syscall (openbsd-386), const TCP_SACK_ENABLE ideal-int 26023pkg syscall (openbsd-386), const TCSAFLUSH ideal-int 26024pkg syscall (openbsd-386), const TIOCCBRK ideal-int 26025pkg syscall (openbsd-386), const TIOCCDTR ideal-int 26026pkg syscall (openbsd-386), const TIOCCONS ideal-int 26027pkg syscall (openbsd-386), const TIOCDRAIN ideal-int 26028pkg syscall (openbsd-386), const TIOCEXCL ideal-int 26029pkg syscall (openbsd-386), const TIOCEXT ideal-int 26030pkg syscall (openbsd-386), const TIOCFLAG_CLOCAL ideal-int 26031pkg syscall (openbsd-386), const TIOCFLAG_CRTSCTS ideal-int 26032pkg syscall (openbsd-386), const TIOCFLAG_MDMBUF ideal-int 26033pkg syscall (openbsd-386), const TIOCFLAG_PPS ideal-int 26034pkg syscall (openbsd-386), const TIOCFLAG_SOFTCAR ideal-int 26035pkg syscall (openbsd-386), const TIOCFLUSH ideal-int 26036pkg syscall (openbsd-386), const TIOCGETA ideal-int 26037pkg syscall (openbsd-386), const TIOCGETD ideal-int 26038pkg syscall (openbsd-386), const TIOCGFLAGS ideal-int 26039pkg syscall (openbsd-386), const TIOCGPGRP ideal-int 26040pkg syscall (openbsd-386), const TIOCGTSTAMP ideal-int 26041pkg syscall (openbsd-386), const TIOCGWINSZ ideal-int 26042pkg syscall (openbsd-386), const TIOCMBIC ideal-int 26043pkg syscall (openbsd-386), const TIOCMBIS ideal-int 26044pkg syscall (openbsd-386), const TIOCMGET ideal-int 26045pkg syscall (openbsd-386), const TIOCMODG ideal-int 26046pkg syscall (openbsd-386), const TIOCMODS ideal-int 26047pkg syscall (openbsd-386), const TIOCMSET ideal-int 26048pkg syscall (openbsd-386), const TIOCM_CAR ideal-int 26049pkg syscall (openbsd-386), const TIOCM_CD ideal-int 26050pkg syscall (openbsd-386), const TIOCM_CTS ideal-int 26051pkg syscall (openbsd-386), const TIOCM_DSR ideal-int 26052pkg syscall (openbsd-386), const TIOCM_DTR ideal-int 26053pkg syscall (openbsd-386), const TIOCM_LE ideal-int 26054pkg syscall (openbsd-386), const TIOCM_RI ideal-int 26055pkg syscall (openbsd-386), const TIOCM_RNG ideal-int 26056pkg syscall (openbsd-386), const TIOCM_RTS ideal-int 26057pkg syscall (openbsd-386), const TIOCM_SR ideal-int 26058pkg syscall (openbsd-386), const TIOCM_ST ideal-int 26059pkg syscall (openbsd-386), const TIOCNOTTY ideal-int 26060pkg syscall (openbsd-386), const TIOCNXCL ideal-int 26061pkg syscall (openbsd-386), const TIOCOUTQ ideal-int 26062pkg syscall (openbsd-386), const TIOCPKT ideal-int 26063pkg syscall (openbsd-386), const TIOCPKT_DATA ideal-int 26064pkg syscall (openbsd-386), const TIOCPKT_DOSTOP ideal-int 26065pkg syscall (openbsd-386), const TIOCPKT_FLUSHREAD ideal-int 26066pkg syscall (openbsd-386), const TIOCPKT_FLUSHWRITE ideal-int 26067pkg syscall (openbsd-386), const TIOCPKT_IOCTL ideal-int 26068pkg syscall (openbsd-386), const TIOCPKT_NOSTOP ideal-int 26069pkg syscall (openbsd-386), const TIOCPKT_START ideal-int 26070pkg syscall (openbsd-386), const TIOCPKT_STOP ideal-int 26071pkg syscall (openbsd-386), const TIOCREMOTE ideal-int 26072pkg syscall (openbsd-386), const TIOCSBRK ideal-int 26073pkg syscall (openbsd-386), const TIOCSCTTY ideal-int 26074pkg syscall (openbsd-386), const TIOCSDTR ideal-int 26075pkg syscall (openbsd-386), const TIOCSETA ideal-int 26076pkg syscall (openbsd-386), const TIOCSETAF ideal-int 26077pkg syscall (openbsd-386), const TIOCSETAW ideal-int 26078pkg syscall (openbsd-386), const TIOCSETD ideal-int 26079pkg syscall (openbsd-386), const TIOCSFLAGS ideal-int 26080pkg syscall (openbsd-386), const TIOCSIG ideal-int 26081pkg syscall (openbsd-386), const TIOCSPGRP ideal-int 26082pkg syscall (openbsd-386), const TIOCSTART ideal-int 26083pkg syscall (openbsd-386), const TIOCSTAT ideal-int 26084pkg syscall (openbsd-386), const TIOCSTI ideal-int 26085pkg syscall (openbsd-386), const TIOCSTOP ideal-int 26086pkg syscall (openbsd-386), const TIOCSTSTAMP ideal-int 26087pkg syscall (openbsd-386), const TIOCSWINSZ ideal-int 26088pkg syscall (openbsd-386), const TIOCUCNTL ideal-int 26089pkg syscall (openbsd-386), const TOSTOP ideal-int 26090pkg syscall (openbsd-386), const VDISCARD ideal-int 26091pkg syscall (openbsd-386), const VDSUSP ideal-int 26092pkg syscall (openbsd-386), const VEOF ideal-int 26093pkg syscall (openbsd-386), const VEOL ideal-int 26094pkg syscall (openbsd-386), const VEOL2 ideal-int 26095pkg syscall (openbsd-386), const VERASE ideal-int 26096pkg syscall (openbsd-386), const VINTR ideal-int 26097pkg syscall (openbsd-386), const VKILL ideal-int 26098pkg syscall (openbsd-386), const VLNEXT ideal-int 26099pkg syscall (openbsd-386), const VMIN ideal-int 26100pkg syscall (openbsd-386), const VQUIT ideal-int 26101pkg syscall (openbsd-386), const VREPRINT ideal-int 26102pkg syscall (openbsd-386), const VSTART ideal-int 26103pkg syscall (openbsd-386), const VSTATUS ideal-int 26104pkg syscall (openbsd-386), const VSTOP ideal-int 26105pkg syscall (openbsd-386), const VSUSP ideal-int 26106pkg syscall (openbsd-386), const VTIME ideal-int 26107pkg syscall (openbsd-386), const VWERASE ideal-int 26108pkg syscall (openbsd-386), const WALTSIG ideal-int 26109pkg syscall (openbsd-386), const WCONTINUED ideal-int 26110pkg syscall (openbsd-386), const WCOREFLAG ideal-int 26111pkg syscall (openbsd-386), const WNOHANG ideal-int 26112pkg syscall (openbsd-386), const WSTOPPED ideal-int 26113pkg syscall (openbsd-386), const WUNTRACED ideal-int 26114pkg syscall (openbsd-386), func Accept(int) (int, Sockaddr, error) 26115pkg syscall (openbsd-386), func Access(string, uint32) error 26116pkg syscall (openbsd-386), func Adjtime(*Timeval, *Timeval) error 26117pkg syscall (openbsd-386), func Bind(int, Sockaddr) error 26118pkg syscall (openbsd-386), func BpfBuflen(int) (int, error) 26119pkg syscall (openbsd-386), func BpfDatalink(int) (int, error) 26120pkg syscall (openbsd-386), func BpfHeadercmpl(int) (int, error) 26121pkg syscall (openbsd-386), func BpfInterface(int, string) (string, error) 26122pkg syscall (openbsd-386), func BpfJump(int, int, int, int) *BpfInsn 26123pkg syscall (openbsd-386), func BpfStats(int) (*BpfStat, error) 26124pkg syscall (openbsd-386), func BpfStmt(int, int) *BpfInsn 26125pkg syscall (openbsd-386), func BpfTimeout(int) (*Timeval, error) 26126pkg syscall (openbsd-386), func CheckBpfVersion(int) error 26127pkg syscall (openbsd-386), func Chflags(string, int) error 26128pkg syscall (openbsd-386), func Chroot(string) error 26129pkg syscall (openbsd-386), func Close(int) error 26130pkg syscall (openbsd-386), func CloseOnExec(int) 26131pkg syscall (openbsd-386), func CmsgLen(int) int 26132pkg syscall (openbsd-386), func CmsgSpace(int) int 26133pkg syscall (openbsd-386), func Connect(int, Sockaddr) error 26134pkg syscall (openbsd-386), func Dup(int) (int, error) 26135pkg syscall (openbsd-386), func Dup2(int, int) error 26136pkg syscall (openbsd-386), func Fchdir(int) error 26137pkg syscall (openbsd-386), func Fchflags(int, int) error 26138pkg syscall (openbsd-386), func Fchmod(int, uint32) error 26139pkg syscall (openbsd-386), func Fchown(int, int, int) error 26140pkg syscall (openbsd-386), func Flock(int, int) error 26141pkg syscall (openbsd-386), func FlushBpf(int) error 26142pkg syscall (openbsd-386), func ForkExec(string, []string, *ProcAttr) (int, error) 26143pkg syscall (openbsd-386), func Fpathconf(int, int) (int, error) 26144pkg syscall (openbsd-386), func Fstat(int, *Stat_t) error 26145pkg syscall (openbsd-386), func Fstatfs(int, *Statfs_t) error 26146pkg syscall (openbsd-386), func Fsync(int) error 26147pkg syscall (openbsd-386), func Ftruncate(int, int64) error 26148pkg syscall (openbsd-386), func Futimes(int, []Timeval) error 26149pkg syscall (openbsd-386), func Getdirentries(int, []uint8, *uintptr) (int, error) 26150pkg syscall (openbsd-386), func Getfsstat([]Statfs_t, int) (int, error) 26151pkg syscall (openbsd-386), func Getpeername(int) (Sockaddr, error) 26152pkg syscall (openbsd-386), func Getpgid(int) (int, error) 26153pkg syscall (openbsd-386), func Getpgrp() int 26154pkg syscall (openbsd-386), func Getpriority(int, int) (int, error) 26155pkg syscall (openbsd-386), func Getrlimit(int, *Rlimit) error 26156pkg syscall (openbsd-386), func Getrusage(int, *Rusage) error 26157pkg syscall (openbsd-386), func Getsid(int) (int, error) 26158pkg syscall (openbsd-386), func Getsockname(int) (Sockaddr, error) 26159pkg syscall (openbsd-386), func GetsockoptByte(int, int, int) (uint8, error) 26160pkg syscall (openbsd-386), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 26161pkg syscall (openbsd-386), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) 26162pkg syscall (openbsd-386), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 26163pkg syscall (openbsd-386), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) 26164pkg syscall (openbsd-386), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) 26165pkg syscall (openbsd-386), func GetsockoptInt(int, int, int) (int, error) 26166pkg syscall (openbsd-386), func Issetugid() bool 26167pkg syscall (openbsd-386), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) 26168pkg syscall (openbsd-386), func Kill(int, Signal) error 26169pkg syscall (openbsd-386), func Kqueue() (int, error) 26170pkg syscall (openbsd-386), func Listen(int, int) error 26171pkg syscall (openbsd-386), func Lstat(string, *Stat_t) error 26172pkg syscall (openbsd-386), func Mkfifo(string, uint32) error 26173pkg syscall (openbsd-386), func Mknod(string, uint32, int) error 26174pkg syscall (openbsd-386), func Mmap(int, int64, int, int, int) ([]uint8, error) 26175pkg syscall (openbsd-386), func Munmap([]uint8) error 26176pkg syscall (openbsd-386), func Nanosleep(*Timespec, *Timespec) error 26177pkg syscall (openbsd-386), func Open(string, int, uint32) (int, error) 26178pkg syscall (openbsd-386), func ParseDirent([]uint8, int, []string) (int, int, []string) 26179pkg syscall (openbsd-386), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) 26180pkg syscall (openbsd-386), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) 26181pkg syscall (openbsd-386), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) 26182pkg syscall (openbsd-386), func ParseUnixRights(*SocketControlMessage) ([]int, error) 26183pkg syscall (openbsd-386), func Pathconf(string, int) (int, error) 26184pkg syscall (openbsd-386), func Pipe([]int) error 26185pkg syscall (openbsd-386), func Pread(int, []uint8, int64) (int, error) 26186pkg syscall (openbsd-386), func Pwrite(int, []uint8, int64) (int, error) 26187pkg syscall (openbsd-386), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 26188pkg syscall (openbsd-386), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 26189pkg syscall (openbsd-386), func Read(int, []uint8) (int, error) 26190pkg syscall (openbsd-386), func ReadDirent(int, []uint8) (int, error) 26191pkg syscall (openbsd-386), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) 26192pkg syscall (openbsd-386), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) 26193pkg syscall (openbsd-386), func Revoke(string) error 26194pkg syscall (openbsd-386), func RouteRIB(int, int) ([]uint8, error) 26195pkg syscall (openbsd-386), func Seek(int, int64, int) (int64, error) 26196pkg syscall (openbsd-386), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error 26197pkg syscall (openbsd-386), func Sendfile(int, int, *int64, int) (int, error) 26198pkg syscall (openbsd-386), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error 26199pkg syscall (openbsd-386), func Sendto(int, []uint8, int, Sockaddr) error 26200pkg syscall (openbsd-386), func SetBpf(int, []BpfInsn) error 26201pkg syscall (openbsd-386), func SetBpfBuflen(int, int) (int, error) 26202pkg syscall (openbsd-386), func SetBpfDatalink(int, int) (int, error) 26203pkg syscall (openbsd-386), func SetBpfHeadercmpl(int, int) error 26204pkg syscall (openbsd-386), func SetBpfImmediate(int, int) error 26205pkg syscall (openbsd-386), func SetBpfInterface(int, string) error 26206pkg syscall (openbsd-386), func SetBpfPromisc(int, int) error 26207pkg syscall (openbsd-386), func SetBpfTimeout(int, *Timeval) error 26208pkg syscall (openbsd-386), func SetKevent(*Kevent_t, int, int, int) 26209pkg syscall (openbsd-386), func SetNonblock(int, bool) error 26210pkg syscall (openbsd-386), func Setegid(int) error 26211pkg syscall (openbsd-386), func Seteuid(int) error 26212pkg syscall (openbsd-386), func Setgid(int) error 26213pkg syscall (openbsd-386), func Setgroups([]int) error 26214pkg syscall (openbsd-386), func Setlogin(string) error 26215pkg syscall (openbsd-386), func Setpgid(int, int) error 26216pkg syscall (openbsd-386), func Setpriority(int, int, int) error 26217pkg syscall (openbsd-386), func Setregid(int, int) error 26218pkg syscall (openbsd-386), func Setreuid(int, int) error 26219pkg syscall (openbsd-386), func Setrlimit(int, *Rlimit) error 26220pkg syscall (openbsd-386), func Setsid() (int, error) 26221pkg syscall (openbsd-386), func SetsockoptByte(int, int, int, uint8) error 26222pkg syscall (openbsd-386), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 26223pkg syscall (openbsd-386), func SetsockoptIPMreq(int, int, int, *IPMreq) error 26224pkg syscall (openbsd-386), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error 26225pkg syscall (openbsd-386), func SetsockoptInet4Addr(int, int, int, [4]uint8) error 26226pkg syscall (openbsd-386), func SetsockoptInt(int, int, int, int) error 26227pkg syscall (openbsd-386), func SetsockoptLinger(int, int, int, *Linger) error 26228pkg syscall (openbsd-386), func SetsockoptString(int, int, int, string) error 26229pkg syscall (openbsd-386), func SetsockoptTimeval(int, int, int, *Timeval) error 26230pkg syscall (openbsd-386), func Settimeofday(*Timeval) error 26231pkg syscall (openbsd-386), func Setuid(int) error 26232pkg syscall (openbsd-386), func Shutdown(int, int) error 26233pkg syscall (openbsd-386), func SlicePtrFromStrings([]string) ([]*uint8, error) 26234pkg syscall (openbsd-386), func Socket(int, int, int) (int, error) 26235pkg syscall (openbsd-386), func Socketpair(int, int, int) ([2]int, error) 26236pkg syscall (openbsd-386), func Stat(string, *Stat_t) error 26237pkg syscall (openbsd-386), func Statfs(string, *Statfs_t) error 26238pkg syscall (openbsd-386), func StringSlicePtr([]string) []*uint8 26239pkg syscall (openbsd-386), func Sync() error 26240pkg syscall (openbsd-386), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 26241pkg syscall (openbsd-386), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 26242pkg syscall (openbsd-386), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 26243pkg syscall (openbsd-386), func Sysctl(string) (string, error) 26244pkg syscall (openbsd-386), func SysctlUint32(string) (uint32, error) 26245pkg syscall (openbsd-386), func TimevalToNsec(Timeval) int64 26246pkg syscall (openbsd-386), func Truncate(string, int64) error 26247pkg syscall (openbsd-386), func Umask(int) int 26248pkg syscall (openbsd-386), func UnixRights(...int) []uint8 26249pkg syscall (openbsd-386), func Unmount(string, int) error 26250pkg syscall (openbsd-386), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) 26251pkg syscall (openbsd-386), func Write(int, []uint8) (int, error) 26252pkg syscall (openbsd-386), method (*Cmsghdr) SetLen(int) 26253pkg syscall (openbsd-386), method (*Iovec) SetLen(int) 26254pkg syscall (openbsd-386), method (*Msghdr) SetControllen(int) 26255pkg syscall (openbsd-386), type BpfHdr struct 26256pkg syscall (openbsd-386), type BpfHdr struct, Caplen uint32 26257pkg syscall (openbsd-386), type BpfHdr struct, Datalen uint32 26258pkg syscall (openbsd-386), type BpfHdr struct, Hdrlen uint16 26259pkg syscall (openbsd-386), type BpfHdr struct, Pad_cgo_0 [2]uint8 26260pkg syscall (openbsd-386), type BpfHdr struct, Tstamp BpfTimeval 26261pkg syscall (openbsd-386), type BpfInsn struct 26262pkg syscall (openbsd-386), type BpfInsn struct, Code uint16 26263pkg syscall (openbsd-386), type BpfInsn struct, Jf uint8 26264pkg syscall (openbsd-386), type BpfInsn struct, Jt uint8 26265pkg syscall (openbsd-386), type BpfInsn struct, K uint32 26266pkg syscall (openbsd-386), type BpfProgram struct 26267pkg syscall (openbsd-386), type BpfProgram struct, Insns *BpfInsn 26268pkg syscall (openbsd-386), type BpfProgram struct, Len uint32 26269pkg syscall (openbsd-386), type BpfStat struct 26270pkg syscall (openbsd-386), type BpfStat struct, Drop uint32 26271pkg syscall (openbsd-386), type BpfStat struct, Recv uint32 26272pkg syscall (openbsd-386), type BpfTimeval struct 26273pkg syscall (openbsd-386), type BpfTimeval struct, Sec uint32 26274pkg syscall (openbsd-386), type BpfTimeval struct, Usec uint32 26275pkg syscall (openbsd-386), type BpfVersion struct 26276pkg syscall (openbsd-386), type BpfVersion struct, Major uint16 26277pkg syscall (openbsd-386), type BpfVersion struct, Minor uint16 26278pkg syscall (openbsd-386), type Cmsghdr struct 26279pkg syscall (openbsd-386), type Cmsghdr struct, Len uint32 26280pkg syscall (openbsd-386), type Cmsghdr struct, Level int32 26281pkg syscall (openbsd-386), type Cmsghdr struct, Type int32 26282pkg syscall (openbsd-386), type Credential struct 26283pkg syscall (openbsd-386), type Credential struct, Gid uint32 26284pkg syscall (openbsd-386), type Credential struct, Groups []uint32 26285pkg syscall (openbsd-386), type Credential struct, Uid uint32 26286pkg syscall (openbsd-386), type Dirent struct 26287pkg syscall (openbsd-386), type Dirent struct, Fileno uint32 26288pkg syscall (openbsd-386), type Dirent struct, Name [256]int8 26289pkg syscall (openbsd-386), type Dirent struct, Namlen uint8 26290pkg syscall (openbsd-386), type Dirent struct, Reclen uint16 26291pkg syscall (openbsd-386), type Dirent struct, Type uint8 26292pkg syscall (openbsd-386), type FdSet struct 26293pkg syscall (openbsd-386), type FdSet struct, Bits [32]int32 26294pkg syscall (openbsd-386), type Flock_t struct 26295pkg syscall (openbsd-386), type Flock_t struct, Len int64 26296pkg syscall (openbsd-386), type Flock_t struct, Pid int32 26297pkg syscall (openbsd-386), type Flock_t struct, Start int64 26298pkg syscall (openbsd-386), type Flock_t struct, Type int16 26299pkg syscall (openbsd-386), type Flock_t struct, Whence int16 26300pkg syscall (openbsd-386), type Fsid struct 26301pkg syscall (openbsd-386), type Fsid struct, Val [2]int32 26302pkg syscall (openbsd-386), type ICMPv6Filter struct 26303pkg syscall (openbsd-386), type ICMPv6Filter struct, Filt [8]uint32 26304pkg syscall (openbsd-386), type IPv6MTUInfo struct 26305pkg syscall (openbsd-386), type IPv6MTUInfo struct, Addr RawSockaddrInet6 26306pkg syscall (openbsd-386), type IPv6MTUInfo struct, Mtu uint32 26307pkg syscall (openbsd-386), type IfAnnounceMsghdr struct 26308pkg syscall (openbsd-386), type IfAnnounceMsghdr struct, Hdrlen uint16 26309pkg syscall (openbsd-386), type IfAnnounceMsghdr struct, Index uint16 26310pkg syscall (openbsd-386), type IfAnnounceMsghdr struct, Msglen uint16 26311pkg syscall (openbsd-386), type IfAnnounceMsghdr struct, Name [16]int8 26312pkg syscall (openbsd-386), type IfAnnounceMsghdr struct, Type uint8 26313pkg syscall (openbsd-386), type IfAnnounceMsghdr struct, Version uint8 26314pkg syscall (openbsd-386), type IfAnnounceMsghdr struct, What uint16 26315pkg syscall (openbsd-386), type IfData struct 26316pkg syscall (openbsd-386), type IfData struct, Addrlen uint8 26317pkg syscall (openbsd-386), type IfData struct, Baudrate uint64 26318pkg syscall (openbsd-386), type IfData struct, Capabilities uint32 26319pkg syscall (openbsd-386), type IfData struct, Collisions uint64 26320pkg syscall (openbsd-386), type IfData struct, Hdrlen uint8 26321pkg syscall (openbsd-386), type IfData struct, Ibytes uint64 26322pkg syscall (openbsd-386), type IfData struct, Ierrors uint64 26323pkg syscall (openbsd-386), type IfData struct, Imcasts uint64 26324pkg syscall (openbsd-386), type IfData struct, Ipackets uint64 26325pkg syscall (openbsd-386), type IfData struct, Iqdrops uint64 26326pkg syscall (openbsd-386), type IfData struct, Lastchange Timeval 26327pkg syscall (openbsd-386), type IfData struct, Link_state uint8 26328pkg syscall (openbsd-386), type IfData struct, Mclpool [7]Mclpool 26329pkg syscall (openbsd-386), type IfData struct, Metric uint32 26330pkg syscall (openbsd-386), type IfData struct, Mtu uint32 26331pkg syscall (openbsd-386), type IfData struct, Noproto uint64 26332pkg syscall (openbsd-386), type IfData struct, Obytes uint64 26333pkg syscall (openbsd-386), type IfData struct, Oerrors uint64 26334pkg syscall (openbsd-386), type IfData struct, Omcasts uint64 26335pkg syscall (openbsd-386), type IfData struct, Opackets uint64 26336pkg syscall (openbsd-386), type IfData struct, Pad uint32 26337pkg syscall (openbsd-386), type IfData struct, Type uint8 26338pkg syscall (openbsd-386), type IfMsghdr struct 26339pkg syscall (openbsd-386), type IfMsghdr struct, Addrs int32 26340pkg syscall (openbsd-386), type IfMsghdr struct, Data IfData 26341pkg syscall (openbsd-386), type IfMsghdr struct, Flags int32 26342pkg syscall (openbsd-386), type IfMsghdr struct, Hdrlen uint16 26343pkg syscall (openbsd-386), type IfMsghdr struct, Index uint16 26344pkg syscall (openbsd-386), type IfMsghdr struct, Msglen uint16 26345pkg syscall (openbsd-386), type IfMsghdr struct, Pad1 uint8 26346pkg syscall (openbsd-386), type IfMsghdr struct, Pad2 uint8 26347pkg syscall (openbsd-386), type IfMsghdr struct, Tableid uint16 26348pkg syscall (openbsd-386), type IfMsghdr struct, Type uint8 26349pkg syscall (openbsd-386), type IfMsghdr struct, Version uint8 26350pkg syscall (openbsd-386), type IfMsghdr struct, Xflags int32 26351pkg syscall (openbsd-386), type IfaMsghdr struct 26352pkg syscall (openbsd-386), type IfaMsghdr struct, Addrs int32 26353pkg syscall (openbsd-386), type IfaMsghdr struct, Flags int32 26354pkg syscall (openbsd-386), type IfaMsghdr struct, Hdrlen uint16 26355pkg syscall (openbsd-386), type IfaMsghdr struct, Index uint16 26356pkg syscall (openbsd-386), type IfaMsghdr struct, Metric int32 26357pkg syscall (openbsd-386), type IfaMsghdr struct, Msglen uint16 26358pkg syscall (openbsd-386), type IfaMsghdr struct, Pad1 uint8 26359pkg syscall (openbsd-386), type IfaMsghdr struct, Pad2 uint8 26360pkg syscall (openbsd-386), type IfaMsghdr struct, Tableid uint16 26361pkg syscall (openbsd-386), type IfaMsghdr struct, Type uint8 26362pkg syscall (openbsd-386), type IfaMsghdr struct, Version uint8 26363pkg syscall (openbsd-386), type Inet6Pktinfo struct 26364pkg syscall (openbsd-386), type Inet6Pktinfo struct, Addr [16]uint8 26365pkg syscall (openbsd-386), type Inet6Pktinfo struct, Ifindex uint32 26366pkg syscall (openbsd-386), type InterfaceAddrMessage struct 26367pkg syscall (openbsd-386), type InterfaceAddrMessage struct, Data []uint8 26368pkg syscall (openbsd-386), type InterfaceAddrMessage struct, Header IfaMsghdr 26369pkg syscall (openbsd-386), type InterfaceAnnounceMessage struct 26370pkg syscall (openbsd-386), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr 26371pkg syscall (openbsd-386), type InterfaceMessage struct 26372pkg syscall (openbsd-386), type InterfaceMessage struct, Data []uint8 26373pkg syscall (openbsd-386), type InterfaceMessage struct, Header IfMsghdr 26374pkg syscall (openbsd-386), type Iovec struct 26375pkg syscall (openbsd-386), type Iovec struct, Base *uint8 26376pkg syscall (openbsd-386), type Iovec struct, Len uint32 26377pkg syscall (openbsd-386), type Kevent_t struct 26378pkg syscall (openbsd-386), type Kevent_t struct, Data int32 26379pkg syscall (openbsd-386), type Kevent_t struct, Fflags uint32 26380pkg syscall (openbsd-386), type Kevent_t struct, Filter int16 26381pkg syscall (openbsd-386), type Kevent_t struct, Flags uint16 26382pkg syscall (openbsd-386), type Kevent_t struct, Ident uint32 26383pkg syscall (openbsd-386), type Kevent_t struct, Udata *uint8 26384pkg syscall (openbsd-386), type Mclpool struct 26385pkg syscall (openbsd-386), type Mclpool struct, Alive uint16 26386pkg syscall (openbsd-386), type Mclpool struct, Cwm uint16 26387pkg syscall (openbsd-386), type Mclpool struct, Grown uint32 26388pkg syscall (openbsd-386), type Mclpool struct, Hwm uint16 26389pkg syscall (openbsd-386), type Mclpool struct, Lwm uint16 26390pkg syscall (openbsd-386), type Msghdr struct 26391pkg syscall (openbsd-386), type Msghdr struct, Control *uint8 26392pkg syscall (openbsd-386), type Msghdr struct, Controllen uint32 26393pkg syscall (openbsd-386), type Msghdr struct, Flags int32 26394pkg syscall (openbsd-386), type Msghdr struct, Iov *Iovec 26395pkg syscall (openbsd-386), type Msghdr struct, Iovlen uint32 26396pkg syscall (openbsd-386), type Msghdr struct, Name *uint8 26397pkg syscall (openbsd-386), type Msghdr struct, Namelen uint32 26398pkg syscall (openbsd-386), type RawSockaddr struct, Data [14]int8 26399pkg syscall (openbsd-386), type RawSockaddr struct, Family uint8 26400pkg syscall (openbsd-386), type RawSockaddr struct, Len uint8 26401pkg syscall (openbsd-386), type RawSockaddrAny struct, Pad [92]int8 26402pkg syscall (openbsd-386), type RawSockaddrDatalink struct 26403pkg syscall (openbsd-386), type RawSockaddrDatalink struct, Alen uint8 26404pkg syscall (openbsd-386), type RawSockaddrDatalink struct, Data [24]int8 26405pkg syscall (openbsd-386), type RawSockaddrDatalink struct, Family uint8 26406pkg syscall (openbsd-386), type RawSockaddrDatalink struct, Index uint16 26407pkg syscall (openbsd-386), type RawSockaddrDatalink struct, Len uint8 26408pkg syscall (openbsd-386), type RawSockaddrDatalink struct, Nlen uint8 26409pkg syscall (openbsd-386), type RawSockaddrDatalink struct, Slen uint8 26410pkg syscall (openbsd-386), type RawSockaddrDatalink struct, Type uint8 26411pkg syscall (openbsd-386), type RawSockaddrInet4 struct, Family uint8 26412pkg syscall (openbsd-386), type RawSockaddrInet4 struct, Len uint8 26413pkg syscall (openbsd-386), type RawSockaddrInet4 struct, Zero [8]int8 26414pkg syscall (openbsd-386), type RawSockaddrInet6 struct, Family uint8 26415pkg syscall (openbsd-386), type RawSockaddrInet6 struct, Len uint8 26416pkg syscall (openbsd-386), type RawSockaddrUnix struct 26417pkg syscall (openbsd-386), type RawSockaddrUnix struct, Family uint8 26418pkg syscall (openbsd-386), type RawSockaddrUnix struct, Len uint8 26419pkg syscall (openbsd-386), type RawSockaddrUnix struct, Path [104]int8 26420pkg syscall (openbsd-386), type Rlimit struct 26421pkg syscall (openbsd-386), type Rlimit struct, Cur uint64 26422pkg syscall (openbsd-386), type Rlimit struct, Max uint64 26423pkg syscall (openbsd-386), type RouteMessage struct 26424pkg syscall (openbsd-386), type RouteMessage struct, Data []uint8 26425pkg syscall (openbsd-386), type RouteMessage struct, Header RtMsghdr 26426pkg syscall (openbsd-386), type RoutingMessage interface, unexported methods 26427pkg syscall (openbsd-386), type RtMetrics struct 26428pkg syscall (openbsd-386), type RtMetrics struct, Expire uint32 26429pkg syscall (openbsd-386), type RtMetrics struct, Hopcount uint32 26430pkg syscall (openbsd-386), type RtMetrics struct, Locks uint32 26431pkg syscall (openbsd-386), type RtMetrics struct, Mtu uint32 26432pkg syscall (openbsd-386), type RtMetrics struct, Pksent uint64 26433pkg syscall (openbsd-386), type RtMetrics struct, Recvpipe uint32 26434pkg syscall (openbsd-386), type RtMetrics struct, Refcnt uint32 26435pkg syscall (openbsd-386), type RtMetrics struct, Rtt uint32 26436pkg syscall (openbsd-386), type RtMetrics struct, Rttvar uint32 26437pkg syscall (openbsd-386), type RtMetrics struct, Sendpipe uint32 26438pkg syscall (openbsd-386), type RtMetrics struct, Ssthresh uint32 26439pkg syscall (openbsd-386), type RtMsghdr struct 26440pkg syscall (openbsd-386), type RtMsghdr struct, Addrs int32 26441pkg syscall (openbsd-386), type RtMsghdr struct, Errno int32 26442pkg syscall (openbsd-386), type RtMsghdr struct, Flags int32 26443pkg syscall (openbsd-386), type RtMsghdr struct, Fmask int32 26444pkg syscall (openbsd-386), type RtMsghdr struct, Hdrlen uint16 26445pkg syscall (openbsd-386), type RtMsghdr struct, Index uint16 26446pkg syscall (openbsd-386), type RtMsghdr struct, Inits uint32 26447pkg syscall (openbsd-386), type RtMsghdr struct, Mpls uint8 26448pkg syscall (openbsd-386), type RtMsghdr struct, Msglen uint16 26449pkg syscall (openbsd-386), type RtMsghdr struct, Pid int32 26450pkg syscall (openbsd-386), type RtMsghdr struct, Priority uint8 26451pkg syscall (openbsd-386), type RtMsghdr struct, Rmx RtMetrics 26452pkg syscall (openbsd-386), type RtMsghdr struct, Seq int32 26453pkg syscall (openbsd-386), type RtMsghdr struct, Tableid uint16 26454pkg syscall (openbsd-386), type RtMsghdr struct, Type uint8 26455pkg syscall (openbsd-386), type RtMsghdr struct, Version uint8 26456pkg syscall (openbsd-386), type Rusage struct, Idrss int32 26457pkg syscall (openbsd-386), type Rusage struct, Inblock int32 26458pkg syscall (openbsd-386), type Rusage struct, Isrss int32 26459pkg syscall (openbsd-386), type Rusage struct, Ixrss int32 26460pkg syscall (openbsd-386), type Rusage struct, Majflt int32 26461pkg syscall (openbsd-386), type Rusage struct, Maxrss int32 26462pkg syscall (openbsd-386), type Rusage struct, Minflt int32 26463pkg syscall (openbsd-386), type Rusage struct, Msgrcv int32 26464pkg syscall (openbsd-386), type Rusage struct, Msgsnd int32 26465pkg syscall (openbsd-386), type Rusage struct, Nivcsw int32 26466pkg syscall (openbsd-386), type Rusage struct, Nsignals int32 26467pkg syscall (openbsd-386), type Rusage struct, Nswap int32 26468pkg syscall (openbsd-386), type Rusage struct, Nvcsw int32 26469pkg syscall (openbsd-386), type Rusage struct, Oublock int32 26470pkg syscall (openbsd-386), type Rusage struct, Stime Timeval 26471pkg syscall (openbsd-386), type Rusage struct, Utime Timeval 26472pkg syscall (openbsd-386), type SockaddrDatalink struct 26473pkg syscall (openbsd-386), type SockaddrDatalink struct, Alen uint8 26474pkg syscall (openbsd-386), type SockaddrDatalink struct, Data [24]int8 26475pkg syscall (openbsd-386), type SockaddrDatalink struct, Family uint8 26476pkg syscall (openbsd-386), type SockaddrDatalink struct, Index uint16 26477pkg syscall (openbsd-386), type SockaddrDatalink struct, Len uint8 26478pkg syscall (openbsd-386), type SockaddrDatalink struct, Nlen uint8 26479pkg syscall (openbsd-386), type SockaddrDatalink struct, Slen uint8 26480pkg syscall (openbsd-386), type SockaddrDatalink struct, Type uint8 26481pkg syscall (openbsd-386), type SocketControlMessage struct 26482pkg syscall (openbsd-386), type SocketControlMessage struct, Data []uint8 26483pkg syscall (openbsd-386), type SocketControlMessage struct, Header Cmsghdr 26484pkg syscall (openbsd-386), type Stat_t struct 26485pkg syscall (openbsd-386), type Stat_t struct, Atim Timespec 26486pkg syscall (openbsd-386), type Stat_t struct, Blksize uint32 26487pkg syscall (openbsd-386), type Stat_t struct, Blocks int64 26488pkg syscall (openbsd-386), type Stat_t struct, Ctim Timespec 26489pkg syscall (openbsd-386), type Stat_t struct, Dev int32 26490pkg syscall (openbsd-386), type Stat_t struct, Flags uint32 26491pkg syscall (openbsd-386), type Stat_t struct, Gen uint32 26492pkg syscall (openbsd-386), type Stat_t struct, Gid uint32 26493pkg syscall (openbsd-386), type Stat_t struct, Ino uint32 26494pkg syscall (openbsd-386), type Stat_t struct, Lspare0 int32 26495pkg syscall (openbsd-386), type Stat_t struct, Lspare1 int32 26496pkg syscall (openbsd-386), type Stat_t struct, Mode uint32 26497pkg syscall (openbsd-386), type Stat_t struct, Mtim Timespec 26498pkg syscall (openbsd-386), type Stat_t struct, Nlink uint32 26499pkg syscall (openbsd-386), type Stat_t struct, Qspare [2]int64 26500pkg syscall (openbsd-386), type Stat_t struct, Rdev int32 26501pkg syscall (openbsd-386), type Stat_t struct, Size int64 26502pkg syscall (openbsd-386), type Stat_t struct, Uid uint32 26503pkg syscall (openbsd-386), type Stat_t struct, X__st_birthtim Timespec 26504pkg syscall (openbsd-386), type Statfs_t struct 26505pkg syscall (openbsd-386), type Statfs_t struct, F_asyncreads uint64 26506pkg syscall (openbsd-386), type Statfs_t struct, F_asyncwrites uint64 26507pkg syscall (openbsd-386), type Statfs_t struct, F_bavail int64 26508pkg syscall (openbsd-386), type Statfs_t struct, F_bfree uint64 26509pkg syscall (openbsd-386), type Statfs_t struct, F_blocks uint64 26510pkg syscall (openbsd-386), type Statfs_t struct, F_bsize uint32 26511pkg syscall (openbsd-386), type Statfs_t struct, F_ctime uint32 26512pkg syscall (openbsd-386), type Statfs_t struct, F_favail int64 26513pkg syscall (openbsd-386), type Statfs_t struct, F_ffree uint64 26514pkg syscall (openbsd-386), type Statfs_t struct, F_files uint64 26515pkg syscall (openbsd-386), type Statfs_t struct, F_flags uint32 26516pkg syscall (openbsd-386), type Statfs_t struct, F_fsid Fsid 26517pkg syscall (openbsd-386), type Statfs_t struct, F_fstypename [16]int8 26518pkg syscall (openbsd-386), type Statfs_t struct, F_iosize uint32 26519pkg syscall (openbsd-386), type Statfs_t struct, F_mntfromname [90]int8 26520pkg syscall (openbsd-386), type Statfs_t struct, F_mntonname [90]int8 26521pkg syscall (openbsd-386), type Statfs_t struct, F_namemax uint32 26522pkg syscall (openbsd-386), type Statfs_t struct, F_owner uint32 26523pkg syscall (openbsd-386), type Statfs_t struct, F_spare [3]uint32 26524pkg syscall (openbsd-386), type Statfs_t struct, F_syncreads uint64 26525pkg syscall (openbsd-386), type Statfs_t struct, F_syncwrites uint64 26526pkg syscall (openbsd-386), type Statfs_t struct, Mount_info [160]uint8 26527pkg syscall (openbsd-386), type SysProcAttr struct, Chroot string 26528pkg syscall (openbsd-386), type SysProcAttr struct, Credential *Credential 26529pkg syscall (openbsd-386), type SysProcAttr struct, Noctty bool 26530pkg syscall (openbsd-386), type SysProcAttr struct, Ptrace bool 26531pkg syscall (openbsd-386), type SysProcAttr struct, Setctty bool 26532pkg syscall (openbsd-386), type SysProcAttr struct, Setpgid bool 26533pkg syscall (openbsd-386), type SysProcAttr struct, Setsid bool 26534pkg syscall (openbsd-386), type Timespec struct, Nsec int32 26535pkg syscall (openbsd-386), type Timespec struct, Sec int32 26536pkg syscall (openbsd-386), type Timeval struct, Sec int32 26537pkg syscall (openbsd-386), type Timeval struct, Usec int32 26538pkg syscall (openbsd-386), type WaitStatus uint32 26539pkg syscall (openbsd-386), var Stderr int 26540pkg syscall (openbsd-386), var Stdin int 26541pkg syscall (openbsd-386), var Stdout int 26542pkg syscall (openbsd-386-cgo), const AF_APPLETALK ideal-int 26543pkg syscall (openbsd-386-cgo), const AF_BLUETOOTH ideal-int 26544pkg syscall (openbsd-386-cgo), const AF_CCITT ideal-int 26545pkg syscall (openbsd-386-cgo), const AF_CHAOS ideal-int 26546pkg syscall (openbsd-386-cgo), const AF_CNT ideal-int 26547pkg syscall (openbsd-386-cgo), const AF_COIP ideal-int 26548pkg syscall (openbsd-386-cgo), const AF_DATAKIT ideal-int 26549pkg syscall (openbsd-386-cgo), const AF_DECnet ideal-int 26550pkg syscall (openbsd-386-cgo), const AF_DLI ideal-int 26551pkg syscall (openbsd-386-cgo), const AF_E164 ideal-int 26552pkg syscall (openbsd-386-cgo), const AF_ECMA ideal-int 26553pkg syscall (openbsd-386-cgo), const AF_ENCAP ideal-int 26554pkg syscall (openbsd-386-cgo), const AF_HYLINK ideal-int 26555pkg syscall (openbsd-386-cgo), const AF_IMPLINK ideal-int 26556pkg syscall (openbsd-386-cgo), const AF_IPX ideal-int 26557pkg syscall (openbsd-386-cgo), const AF_ISDN ideal-int 26558pkg syscall (openbsd-386-cgo), const AF_ISO ideal-int 26559pkg syscall (openbsd-386-cgo), const AF_KEY ideal-int 26560pkg syscall (openbsd-386-cgo), const AF_LAT ideal-int 26561pkg syscall (openbsd-386-cgo), const AF_LINK ideal-int 26562pkg syscall (openbsd-386-cgo), const AF_LOCAL ideal-int 26563pkg syscall (openbsd-386-cgo), const AF_MAX ideal-int 26564pkg syscall (openbsd-386-cgo), const AF_MPLS ideal-int 26565pkg syscall (openbsd-386-cgo), const AF_NATM ideal-int 26566pkg syscall (openbsd-386-cgo), const AF_NS ideal-int 26567pkg syscall (openbsd-386-cgo), const AF_OSI ideal-int 26568pkg syscall (openbsd-386-cgo), const AF_PUP ideal-int 26569pkg syscall (openbsd-386-cgo), const AF_ROUTE ideal-int 26570pkg syscall (openbsd-386-cgo), const AF_SIP ideal-int 26571pkg syscall (openbsd-386-cgo), const AF_SNA ideal-int 26572pkg syscall (openbsd-386-cgo), const ARPHRD_ETHER ideal-int 26573pkg syscall (openbsd-386-cgo), const ARPHRD_FRELAY ideal-int 26574pkg syscall (openbsd-386-cgo), const ARPHRD_IEEE1394 ideal-int 26575pkg syscall (openbsd-386-cgo), const ARPHRD_IEEE802 ideal-int 26576pkg syscall (openbsd-386-cgo), const B0 ideal-int 26577pkg syscall (openbsd-386-cgo), const B110 ideal-int 26578pkg syscall (openbsd-386-cgo), const B115200 ideal-int 26579pkg syscall (openbsd-386-cgo), const B1200 ideal-int 26580pkg syscall (openbsd-386-cgo), const B134 ideal-int 26581pkg syscall (openbsd-386-cgo), const B14400 ideal-int 26582pkg syscall (openbsd-386-cgo), const B150 ideal-int 26583pkg syscall (openbsd-386-cgo), const B1800 ideal-int 26584pkg syscall (openbsd-386-cgo), const B19200 ideal-int 26585pkg syscall (openbsd-386-cgo), const B200 ideal-int 26586pkg syscall (openbsd-386-cgo), const B230400 ideal-int 26587pkg syscall (openbsd-386-cgo), const B2400 ideal-int 26588pkg syscall (openbsd-386-cgo), const B28800 ideal-int 26589pkg syscall (openbsd-386-cgo), const B300 ideal-int 26590pkg syscall (openbsd-386-cgo), const B38400 ideal-int 26591pkg syscall (openbsd-386-cgo), const B4800 ideal-int 26592pkg syscall (openbsd-386-cgo), const B50 ideal-int 26593pkg syscall (openbsd-386-cgo), const B57600 ideal-int 26594pkg syscall (openbsd-386-cgo), const B600 ideal-int 26595pkg syscall (openbsd-386-cgo), const B7200 ideal-int 26596pkg syscall (openbsd-386-cgo), const B75 ideal-int 26597pkg syscall (openbsd-386-cgo), const B76800 ideal-int 26598pkg syscall (openbsd-386-cgo), const B9600 ideal-int 26599pkg syscall (openbsd-386-cgo), const BIOCFLUSH ideal-int 26600pkg syscall (openbsd-386-cgo), const BIOCGBLEN ideal-int 26601pkg syscall (openbsd-386-cgo), const BIOCGDIRFILT ideal-int 26602pkg syscall (openbsd-386-cgo), const BIOCGDLT ideal-int 26603pkg syscall (openbsd-386-cgo), const BIOCGDLTLIST ideal-int 26604pkg syscall (openbsd-386-cgo), const BIOCGETIF ideal-int 26605pkg syscall (openbsd-386-cgo), const BIOCGFILDROP ideal-int 26606pkg syscall (openbsd-386-cgo), const BIOCGHDRCMPLT ideal-int 26607pkg syscall (openbsd-386-cgo), const BIOCGRSIG ideal-int 26608pkg syscall (openbsd-386-cgo), const BIOCGRTIMEOUT ideal-int 26609pkg syscall (openbsd-386-cgo), const BIOCGSTATS ideal-int 26610pkg syscall (openbsd-386-cgo), const BIOCIMMEDIATE ideal-int 26611pkg syscall (openbsd-386-cgo), const BIOCLOCK ideal-int 26612pkg syscall (openbsd-386-cgo), const BIOCPROMISC ideal-int 26613pkg syscall (openbsd-386-cgo), const BIOCSBLEN ideal-int 26614pkg syscall (openbsd-386-cgo), const BIOCSDIRFILT ideal-int 26615pkg syscall (openbsd-386-cgo), const BIOCSDLT ideal-int 26616pkg syscall (openbsd-386-cgo), const BIOCSETF ideal-int 26617pkg syscall (openbsd-386-cgo), const BIOCSETIF ideal-int 26618pkg syscall (openbsd-386-cgo), const BIOCSETWF ideal-int 26619pkg syscall (openbsd-386-cgo), const BIOCSFILDROP ideal-int 26620pkg syscall (openbsd-386-cgo), const BIOCSHDRCMPLT ideal-int 26621pkg syscall (openbsd-386-cgo), const BIOCSRSIG ideal-int 26622pkg syscall (openbsd-386-cgo), const BIOCSRTIMEOUT ideal-int 26623pkg syscall (openbsd-386-cgo), const BIOCVERSION ideal-int 26624pkg syscall (openbsd-386-cgo), const BPF_A ideal-int 26625pkg syscall (openbsd-386-cgo), const BPF_ABS ideal-int 26626pkg syscall (openbsd-386-cgo), const BPF_ADD ideal-int 26627pkg syscall (openbsd-386-cgo), const BPF_ALIGNMENT ideal-int 26628pkg syscall (openbsd-386-cgo), const BPF_ALU ideal-int 26629pkg syscall (openbsd-386-cgo), const BPF_AND ideal-int 26630pkg syscall (openbsd-386-cgo), const BPF_B ideal-int 26631pkg syscall (openbsd-386-cgo), const BPF_DIRECTION_IN ideal-int 26632pkg syscall (openbsd-386-cgo), const BPF_DIRECTION_OUT ideal-int 26633pkg syscall (openbsd-386-cgo), const BPF_DIV ideal-int 26634pkg syscall (openbsd-386-cgo), const BPF_H ideal-int 26635pkg syscall (openbsd-386-cgo), const BPF_IMM ideal-int 26636pkg syscall (openbsd-386-cgo), const BPF_IND ideal-int 26637pkg syscall (openbsd-386-cgo), const BPF_JA ideal-int 26638pkg syscall (openbsd-386-cgo), const BPF_JEQ ideal-int 26639pkg syscall (openbsd-386-cgo), const BPF_JGE ideal-int 26640pkg syscall (openbsd-386-cgo), const BPF_JGT ideal-int 26641pkg syscall (openbsd-386-cgo), const BPF_JMP ideal-int 26642pkg syscall (openbsd-386-cgo), const BPF_JSET ideal-int 26643pkg syscall (openbsd-386-cgo), const BPF_K ideal-int 26644pkg syscall (openbsd-386-cgo), const BPF_LD ideal-int 26645pkg syscall (openbsd-386-cgo), const BPF_LDX ideal-int 26646pkg syscall (openbsd-386-cgo), const BPF_LEN ideal-int 26647pkg syscall (openbsd-386-cgo), const BPF_LSH ideal-int 26648pkg syscall (openbsd-386-cgo), const BPF_MAJOR_VERSION ideal-int 26649pkg syscall (openbsd-386-cgo), const BPF_MAXBUFSIZE ideal-int 26650pkg syscall (openbsd-386-cgo), const BPF_MAXINSNS ideal-int 26651pkg syscall (openbsd-386-cgo), const BPF_MEM ideal-int 26652pkg syscall (openbsd-386-cgo), const BPF_MEMWORDS ideal-int 26653pkg syscall (openbsd-386-cgo), const BPF_MINBUFSIZE ideal-int 26654pkg syscall (openbsd-386-cgo), const BPF_MINOR_VERSION ideal-int 26655pkg syscall (openbsd-386-cgo), const BPF_MISC ideal-int 26656pkg syscall (openbsd-386-cgo), const BPF_MSH ideal-int 26657pkg syscall (openbsd-386-cgo), const BPF_MUL ideal-int 26658pkg syscall (openbsd-386-cgo), const BPF_NEG ideal-int 26659pkg syscall (openbsd-386-cgo), const BPF_OR ideal-int 26660pkg syscall (openbsd-386-cgo), const BPF_RELEASE ideal-int 26661pkg syscall (openbsd-386-cgo), const BPF_RET ideal-int 26662pkg syscall (openbsd-386-cgo), const BPF_RSH ideal-int 26663pkg syscall (openbsd-386-cgo), const BPF_ST ideal-int 26664pkg syscall (openbsd-386-cgo), const BPF_STX ideal-int 26665pkg syscall (openbsd-386-cgo), const BPF_SUB ideal-int 26666pkg syscall (openbsd-386-cgo), const BPF_TAX ideal-int 26667pkg syscall (openbsd-386-cgo), const BPF_TXA ideal-int 26668pkg syscall (openbsd-386-cgo), const BPF_W ideal-int 26669pkg syscall (openbsd-386-cgo), const BPF_X ideal-int 26670pkg syscall (openbsd-386-cgo), const BRKINT ideal-int 26671pkg syscall (openbsd-386-cgo), const CFLUSH ideal-int 26672pkg syscall (openbsd-386-cgo), const CLOCAL ideal-int 26673pkg syscall (openbsd-386-cgo), const CREAD ideal-int 26674pkg syscall (openbsd-386-cgo), const CS5 ideal-int 26675pkg syscall (openbsd-386-cgo), const CS6 ideal-int 26676pkg syscall (openbsd-386-cgo), const CS7 ideal-int 26677pkg syscall (openbsd-386-cgo), const CS8 ideal-int 26678pkg syscall (openbsd-386-cgo), const CSIZE ideal-int 26679pkg syscall (openbsd-386-cgo), const CSTART ideal-int 26680pkg syscall (openbsd-386-cgo), const CSTATUS ideal-int 26681pkg syscall (openbsd-386-cgo), const CSTOP ideal-int 26682pkg syscall (openbsd-386-cgo), const CSTOPB ideal-int 26683pkg syscall (openbsd-386-cgo), const CSUSP ideal-int 26684pkg syscall (openbsd-386-cgo), const CTL_MAXNAME ideal-int 26685pkg syscall (openbsd-386-cgo), const CTL_NET ideal-int 26686pkg syscall (openbsd-386-cgo), const DIOCOSFPFLUSH ideal-int 26687pkg syscall (openbsd-386-cgo), const DLT_ARCNET ideal-int 26688pkg syscall (openbsd-386-cgo), const DLT_ATM_RFC1483 ideal-int 26689pkg syscall (openbsd-386-cgo), const DLT_AX25 ideal-int 26690pkg syscall (openbsd-386-cgo), const DLT_CHAOS ideal-int 26691pkg syscall (openbsd-386-cgo), const DLT_C_HDLC ideal-int 26692pkg syscall (openbsd-386-cgo), const DLT_EN10MB ideal-int 26693pkg syscall (openbsd-386-cgo), const DLT_EN3MB ideal-int 26694pkg syscall (openbsd-386-cgo), const DLT_ENC ideal-int 26695pkg syscall (openbsd-386-cgo), const DLT_FDDI ideal-int 26696pkg syscall (openbsd-386-cgo), const DLT_IEEE802 ideal-int 26697pkg syscall (openbsd-386-cgo), const DLT_IEEE802_11 ideal-int 26698pkg syscall (openbsd-386-cgo), const DLT_IEEE802_11_RADIO ideal-int 26699pkg syscall (openbsd-386-cgo), const DLT_LOOP ideal-int 26700pkg syscall (openbsd-386-cgo), const DLT_MPLS ideal-int 26701pkg syscall (openbsd-386-cgo), const DLT_NULL ideal-int 26702pkg syscall (openbsd-386-cgo), const DLT_PFLOG ideal-int 26703pkg syscall (openbsd-386-cgo), const DLT_PFSYNC ideal-int 26704pkg syscall (openbsd-386-cgo), const DLT_PPP ideal-int 26705pkg syscall (openbsd-386-cgo), const DLT_PPP_BSDOS ideal-int 26706pkg syscall (openbsd-386-cgo), const DLT_PPP_ETHER ideal-int 26707pkg syscall (openbsd-386-cgo), const DLT_PPP_SERIAL ideal-int 26708pkg syscall (openbsd-386-cgo), const DLT_PRONET ideal-int 26709pkg syscall (openbsd-386-cgo), const DLT_RAW ideal-int 26710pkg syscall (openbsd-386-cgo), const DLT_SLIP ideal-int 26711pkg syscall (openbsd-386-cgo), const DLT_SLIP_BSDOS ideal-int 26712pkg syscall (openbsd-386-cgo), const DT_BLK ideal-int 26713pkg syscall (openbsd-386-cgo), const DT_CHR ideal-int 26714pkg syscall (openbsd-386-cgo), const DT_DIR ideal-int 26715pkg syscall (openbsd-386-cgo), const DT_FIFO ideal-int 26716pkg syscall (openbsd-386-cgo), const DT_LNK ideal-int 26717pkg syscall (openbsd-386-cgo), const DT_REG ideal-int 26718pkg syscall (openbsd-386-cgo), const DT_SOCK ideal-int 26719pkg syscall (openbsd-386-cgo), const DT_UNKNOWN ideal-int 26720pkg syscall (openbsd-386-cgo), const EAUTH Errno 26721pkg syscall (openbsd-386-cgo), const EBADRPC Errno 26722pkg syscall (openbsd-386-cgo), const ECHO ideal-int 26723pkg syscall (openbsd-386-cgo), const ECHOCTL ideal-int 26724pkg syscall (openbsd-386-cgo), const ECHOE ideal-int 26725pkg syscall (openbsd-386-cgo), const ECHOK ideal-int 26726pkg syscall (openbsd-386-cgo), const ECHOKE ideal-int 26727pkg syscall (openbsd-386-cgo), const ECHONL ideal-int 26728pkg syscall (openbsd-386-cgo), const ECHOPRT ideal-int 26729pkg syscall (openbsd-386-cgo), const EFTYPE Errno 26730pkg syscall (openbsd-386-cgo), const EIPSEC Errno 26731pkg syscall (openbsd-386-cgo), const ELAST Errno 26732pkg syscall (openbsd-386-cgo), const EMEDIUMTYPE Errno 26733pkg syscall (openbsd-386-cgo), const EMT_TAGOVF ideal-int 26734pkg syscall (openbsd-386-cgo), const EMUL_ENABLED ideal-int 26735pkg syscall (openbsd-386-cgo), const EMUL_NATIVE ideal-int 26736pkg syscall (openbsd-386-cgo), const ENDRUNDISC ideal-int 26737pkg syscall (openbsd-386-cgo), const ENEEDAUTH Errno 26738pkg syscall (openbsd-386-cgo), const ENOATTR Errno 26739pkg syscall (openbsd-386-cgo), const ENOMEDIUM Errno 26740pkg syscall (openbsd-386-cgo), const EPROCLIM Errno 26741pkg syscall (openbsd-386-cgo), const EPROCUNAVAIL Errno 26742pkg syscall (openbsd-386-cgo), const EPROGMISMATCH Errno 26743pkg syscall (openbsd-386-cgo), const EPROGUNAVAIL Errno 26744pkg syscall (openbsd-386-cgo), const ERPCMISMATCH Errno 26745pkg syscall (openbsd-386-cgo), const ETHERMIN ideal-int 26746pkg syscall (openbsd-386-cgo), const ETHERMTU ideal-int 26747pkg syscall (openbsd-386-cgo), const ETHERTYPE_8023 ideal-int 26748pkg syscall (openbsd-386-cgo), const ETHERTYPE_AARP ideal-int 26749pkg syscall (openbsd-386-cgo), const ETHERTYPE_ACCTON ideal-int 26750pkg syscall (openbsd-386-cgo), const ETHERTYPE_AEONIC ideal-int 26751pkg syscall (openbsd-386-cgo), const ETHERTYPE_ALPHA ideal-int 26752pkg syscall (openbsd-386-cgo), const ETHERTYPE_AMBER ideal-int 26753pkg syscall (openbsd-386-cgo), const ETHERTYPE_AMOEBA ideal-int 26754pkg syscall (openbsd-386-cgo), const ETHERTYPE_AOE ideal-int 26755pkg syscall (openbsd-386-cgo), const ETHERTYPE_APOLLO ideal-int 26756pkg syscall (openbsd-386-cgo), const ETHERTYPE_APOLLODOMAIN ideal-int 26757pkg syscall (openbsd-386-cgo), const ETHERTYPE_APPLETALK ideal-int 26758pkg syscall (openbsd-386-cgo), const ETHERTYPE_APPLITEK ideal-int 26759pkg syscall (openbsd-386-cgo), const ETHERTYPE_ARGONAUT ideal-int 26760pkg syscall (openbsd-386-cgo), const ETHERTYPE_ARP ideal-int 26761pkg syscall (openbsd-386-cgo), const ETHERTYPE_AT ideal-int 26762pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATALK ideal-int 26763pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATOMIC ideal-int 26764pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATT ideal-int 26765pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATTSTANFORD ideal-int 26766pkg syscall (openbsd-386-cgo), const ETHERTYPE_AUTOPHON ideal-int 26767pkg syscall (openbsd-386-cgo), const ETHERTYPE_AXIS ideal-int 26768pkg syscall (openbsd-386-cgo), const ETHERTYPE_BCLOOP ideal-int 26769pkg syscall (openbsd-386-cgo), const ETHERTYPE_BOFL ideal-int 26770pkg syscall (openbsd-386-cgo), const ETHERTYPE_CABLETRON ideal-int 26771pkg syscall (openbsd-386-cgo), const ETHERTYPE_CHAOS ideal-int 26772pkg syscall (openbsd-386-cgo), const ETHERTYPE_COMDESIGN ideal-int 26773pkg syscall (openbsd-386-cgo), const ETHERTYPE_COMPUGRAPHIC ideal-int 26774pkg syscall (openbsd-386-cgo), const ETHERTYPE_COUNTERPOINT ideal-int 26775pkg syscall (openbsd-386-cgo), const ETHERTYPE_CRONUS ideal-int 26776pkg syscall (openbsd-386-cgo), const ETHERTYPE_CRONUSVLN ideal-int 26777pkg syscall (openbsd-386-cgo), const ETHERTYPE_DCA ideal-int 26778pkg syscall (openbsd-386-cgo), const ETHERTYPE_DDE ideal-int 26779pkg syscall (openbsd-386-cgo), const ETHERTYPE_DEBNI ideal-int 26780pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECAM ideal-int 26781pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECCUST ideal-int 26782pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDIAG ideal-int 26783pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDNS ideal-int 26784pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDTS ideal-int 26785pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECEXPER ideal-int 26786pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECLAST ideal-int 26787pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECLTM ideal-int 26788pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECMUMPS ideal-int 26789pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECNETBIOS ideal-int 26790pkg syscall (openbsd-386-cgo), const ETHERTYPE_DELTACON ideal-int 26791pkg syscall (openbsd-386-cgo), const ETHERTYPE_DIDDLE ideal-int 26792pkg syscall (openbsd-386-cgo), const ETHERTYPE_DLOG1 ideal-int 26793pkg syscall (openbsd-386-cgo), const ETHERTYPE_DLOG2 ideal-int 26794pkg syscall (openbsd-386-cgo), const ETHERTYPE_DN ideal-int 26795pkg syscall (openbsd-386-cgo), const ETHERTYPE_DOGFIGHT ideal-int 26796pkg syscall (openbsd-386-cgo), const ETHERTYPE_DSMD ideal-int 26797pkg syscall (openbsd-386-cgo), const ETHERTYPE_ECMA ideal-int 26798pkg syscall (openbsd-386-cgo), const ETHERTYPE_ENCRYPT ideal-int 26799pkg syscall (openbsd-386-cgo), const ETHERTYPE_ES ideal-int 26800pkg syscall (openbsd-386-cgo), const ETHERTYPE_EXCELAN ideal-int 26801pkg syscall (openbsd-386-cgo), const ETHERTYPE_EXPERDATA ideal-int 26802pkg syscall (openbsd-386-cgo), const ETHERTYPE_FLIP ideal-int 26803pkg syscall (openbsd-386-cgo), const ETHERTYPE_FLOWCONTROL ideal-int 26804pkg syscall (openbsd-386-cgo), const ETHERTYPE_FRARP ideal-int 26805pkg syscall (openbsd-386-cgo), const ETHERTYPE_GENDYN ideal-int 26806pkg syscall (openbsd-386-cgo), const ETHERTYPE_HAYES ideal-int 26807pkg syscall (openbsd-386-cgo), const ETHERTYPE_HIPPI_FP ideal-int 26808pkg syscall (openbsd-386-cgo), const ETHERTYPE_HITACHI ideal-int 26809pkg syscall (openbsd-386-cgo), const ETHERTYPE_HP ideal-int 26810pkg syscall (openbsd-386-cgo), const ETHERTYPE_IEEEPUP ideal-int 26811pkg syscall (openbsd-386-cgo), const ETHERTYPE_IEEEPUPAT ideal-int 26812pkg syscall (openbsd-386-cgo), const ETHERTYPE_IMLBL ideal-int 26813pkg syscall (openbsd-386-cgo), const ETHERTYPE_IMLBLDIAG ideal-int 26814pkg syscall (openbsd-386-cgo), const ETHERTYPE_IP ideal-int 26815pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPAS ideal-int 26816pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPV6 ideal-int 26817pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPX ideal-int 26818pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPXNEW ideal-int 26819pkg syscall (openbsd-386-cgo), const ETHERTYPE_KALPANA ideal-int 26820pkg syscall (openbsd-386-cgo), const ETHERTYPE_LANBRIDGE ideal-int 26821pkg syscall (openbsd-386-cgo), const ETHERTYPE_LANPROBE ideal-int 26822pkg syscall (openbsd-386-cgo), const ETHERTYPE_LAT ideal-int 26823pkg syscall (openbsd-386-cgo), const ETHERTYPE_LBACK ideal-int 26824pkg syscall (openbsd-386-cgo), const ETHERTYPE_LITTLE ideal-int 26825pkg syscall (openbsd-386-cgo), const ETHERTYPE_LLDP ideal-int 26826pkg syscall (openbsd-386-cgo), const ETHERTYPE_LOGICRAFT ideal-int 26827pkg syscall (openbsd-386-cgo), const ETHERTYPE_LOOPBACK ideal-int 26828pkg syscall (openbsd-386-cgo), const ETHERTYPE_MATRA ideal-int 26829pkg syscall (openbsd-386-cgo), const ETHERTYPE_MAX ideal-int 26830pkg syscall (openbsd-386-cgo), const ETHERTYPE_MERIT ideal-int 26831pkg syscall (openbsd-386-cgo), const ETHERTYPE_MICP ideal-int 26832pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOPDL ideal-int 26833pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOPRC ideal-int 26834pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOTOROLA ideal-int 26835pkg syscall (openbsd-386-cgo), const ETHERTYPE_MPLS ideal-int 26836pkg syscall (openbsd-386-cgo), const ETHERTYPE_MPLS_MCAST ideal-int 26837pkg syscall (openbsd-386-cgo), const ETHERTYPE_MUMPS ideal-int 26838pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCC ideal-int 26839pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLAIM ideal-int 26840pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLREQ ideal-int 26841pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLRSP ideal-int 26842pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCREQ ideal-int 26843pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCRSP ideal-int 26844pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDG ideal-int 26845pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDGB ideal-int 26846pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDLTE ideal-int 26847pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRAR ideal-int 26848pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRAS ideal-int 26849pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRST ideal-int 26850pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPSCD ideal-int 26851pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPVCD ideal-int 26852pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBS ideal-int 26853pkg syscall (openbsd-386-cgo), const ETHERTYPE_NCD ideal-int 26854pkg syscall (openbsd-386-cgo), const ETHERTYPE_NESTAR ideal-int 26855pkg syscall (openbsd-386-cgo), const ETHERTYPE_NETBEUI ideal-int 26856pkg syscall (openbsd-386-cgo), const ETHERTYPE_NOVELL ideal-int 26857pkg syscall (openbsd-386-cgo), const ETHERTYPE_NS ideal-int 26858pkg syscall (openbsd-386-cgo), const ETHERTYPE_NSAT ideal-int 26859pkg syscall (openbsd-386-cgo), const ETHERTYPE_NSCOMPAT ideal-int 26860pkg syscall (openbsd-386-cgo), const ETHERTYPE_NTRAILER ideal-int 26861pkg syscall (openbsd-386-cgo), const ETHERTYPE_OS9 ideal-int 26862pkg syscall (openbsd-386-cgo), const ETHERTYPE_OS9NET ideal-int 26863pkg syscall (openbsd-386-cgo), const ETHERTYPE_PACER ideal-int 26864pkg syscall (openbsd-386-cgo), const ETHERTYPE_PAE ideal-int 26865pkg syscall (openbsd-386-cgo), const ETHERTYPE_PCS ideal-int 26866pkg syscall (openbsd-386-cgo), const ETHERTYPE_PLANNING ideal-int 26867pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPP ideal-int 26868pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPPOE ideal-int 26869pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPPOEDISC ideal-int 26870pkg syscall (openbsd-386-cgo), const ETHERTYPE_PRIMENTS ideal-int 26871pkg syscall (openbsd-386-cgo), const ETHERTYPE_PUP ideal-int 26872pkg syscall (openbsd-386-cgo), const ETHERTYPE_PUPAT ideal-int 26873pkg syscall (openbsd-386-cgo), const ETHERTYPE_QINQ ideal-int 26874pkg syscall (openbsd-386-cgo), const ETHERTYPE_RACAL ideal-int 26875pkg syscall (openbsd-386-cgo), const ETHERTYPE_RATIONAL ideal-int 26876pkg syscall (openbsd-386-cgo), const ETHERTYPE_RAWFR ideal-int 26877pkg syscall (openbsd-386-cgo), const ETHERTYPE_RCL ideal-int 26878pkg syscall (openbsd-386-cgo), const ETHERTYPE_RDP ideal-int 26879pkg syscall (openbsd-386-cgo), const ETHERTYPE_RETIX ideal-int 26880pkg syscall (openbsd-386-cgo), const ETHERTYPE_REVARP ideal-int 26881pkg syscall (openbsd-386-cgo), const ETHERTYPE_SCA ideal-int 26882pkg syscall (openbsd-386-cgo), const ETHERTYPE_SECTRA ideal-int 26883pkg syscall (openbsd-386-cgo), const ETHERTYPE_SECUREDATA ideal-int 26884pkg syscall (openbsd-386-cgo), const ETHERTYPE_SGITW ideal-int 26885pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_BOUNCE ideal-int 26886pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_DIAG ideal-int 26887pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_NETGAMES ideal-int 26888pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_RESV ideal-int 26889pkg syscall (openbsd-386-cgo), const ETHERTYPE_SIMNET ideal-int 26890pkg syscall (openbsd-386-cgo), const ETHERTYPE_SLOW ideal-int 26891pkg syscall (openbsd-386-cgo), const ETHERTYPE_SNA ideal-int 26892pkg syscall (openbsd-386-cgo), const ETHERTYPE_SNMP ideal-int 26893pkg syscall (openbsd-386-cgo), const ETHERTYPE_SONIX ideal-int 26894pkg syscall (openbsd-386-cgo), const ETHERTYPE_SPIDER ideal-int 26895pkg syscall (openbsd-386-cgo), const ETHERTYPE_SPRITE ideal-int 26896pkg syscall (openbsd-386-cgo), const ETHERTYPE_STP ideal-int 26897pkg syscall (openbsd-386-cgo), const ETHERTYPE_TALARIS ideal-int 26898pkg syscall (openbsd-386-cgo), const ETHERTYPE_TALARISMC ideal-int 26899pkg syscall (openbsd-386-cgo), const ETHERTYPE_TCPCOMP ideal-int 26900pkg syscall (openbsd-386-cgo), const ETHERTYPE_TCPSM ideal-int 26901pkg syscall (openbsd-386-cgo), const ETHERTYPE_TEC ideal-int 26902pkg syscall (openbsd-386-cgo), const ETHERTYPE_TIGAN ideal-int 26903pkg syscall (openbsd-386-cgo), const ETHERTYPE_TRAIL ideal-int 26904pkg syscall (openbsd-386-cgo), const ETHERTYPE_TRANSETHER ideal-int 26905pkg syscall (openbsd-386-cgo), const ETHERTYPE_TYMSHARE ideal-int 26906pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBBST ideal-int 26907pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDEBUG ideal-int 26908pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDIAGLOOP ideal-int 26909pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDL ideal-int 26910pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBNIU ideal-int 26911pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBNMC ideal-int 26912pkg syscall (openbsd-386-cgo), const ETHERTYPE_VALID ideal-int 26913pkg syscall (openbsd-386-cgo), const ETHERTYPE_VARIAN ideal-int 26914pkg syscall (openbsd-386-cgo), const ETHERTYPE_VAXELN ideal-int 26915pkg syscall (openbsd-386-cgo), const ETHERTYPE_VEECO ideal-int 26916pkg syscall (openbsd-386-cgo), const ETHERTYPE_VEXP ideal-int 26917pkg syscall (openbsd-386-cgo), const ETHERTYPE_VGLAB ideal-int 26918pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINES ideal-int 26919pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINESECHO ideal-int 26920pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINESLOOP ideal-int 26921pkg syscall (openbsd-386-cgo), const ETHERTYPE_VITAL ideal-int 26922pkg syscall (openbsd-386-cgo), const ETHERTYPE_VLAN ideal-int 26923pkg syscall (openbsd-386-cgo), const ETHERTYPE_VLTLMAN ideal-int 26924pkg syscall (openbsd-386-cgo), const ETHERTYPE_VPROD ideal-int 26925pkg syscall (openbsd-386-cgo), const ETHERTYPE_VURESERVED ideal-int 26926pkg syscall (openbsd-386-cgo), const ETHERTYPE_WATERLOO ideal-int 26927pkg syscall (openbsd-386-cgo), const ETHERTYPE_WELLFLEET ideal-int 26928pkg syscall (openbsd-386-cgo), const ETHERTYPE_X25 ideal-int 26929pkg syscall (openbsd-386-cgo), const ETHERTYPE_X75 ideal-int 26930pkg syscall (openbsd-386-cgo), const ETHERTYPE_XNSSM ideal-int 26931pkg syscall (openbsd-386-cgo), const ETHERTYPE_XTP ideal-int 26932pkg syscall (openbsd-386-cgo), const ETHER_ADDR_LEN ideal-int 26933pkg syscall (openbsd-386-cgo), const ETHER_ALIGN ideal-int 26934pkg syscall (openbsd-386-cgo), const ETHER_CRC_LEN ideal-int 26935pkg syscall (openbsd-386-cgo), const ETHER_CRC_POLY_BE ideal-int 26936pkg syscall (openbsd-386-cgo), const ETHER_CRC_POLY_LE ideal-int 26937pkg syscall (openbsd-386-cgo), const ETHER_HDR_LEN ideal-int 26938pkg syscall (openbsd-386-cgo), const ETHER_MAX_DIX_LEN ideal-int 26939pkg syscall (openbsd-386-cgo), const ETHER_MAX_LEN ideal-int 26940pkg syscall (openbsd-386-cgo), const ETHER_MIN_LEN ideal-int 26941pkg syscall (openbsd-386-cgo), const ETHER_TYPE_LEN ideal-int 26942pkg syscall (openbsd-386-cgo), const ETHER_VLAN_ENCAP_LEN ideal-int 26943pkg syscall (openbsd-386-cgo), const EVFILT_AIO ideal-int 26944pkg syscall (openbsd-386-cgo), const EVFILT_PROC ideal-int 26945pkg syscall (openbsd-386-cgo), const EVFILT_READ ideal-int 26946pkg syscall (openbsd-386-cgo), const EVFILT_SIGNAL ideal-int 26947pkg syscall (openbsd-386-cgo), const EVFILT_SYSCOUNT ideal-int 26948pkg syscall (openbsd-386-cgo), const EVFILT_TIMER ideal-int 26949pkg syscall (openbsd-386-cgo), const EVFILT_VNODE ideal-int 26950pkg syscall (openbsd-386-cgo), const EVFILT_WRITE ideal-int 26951pkg syscall (openbsd-386-cgo), const EV_ADD ideal-int 26952pkg syscall (openbsd-386-cgo), const EV_CLEAR ideal-int 26953pkg syscall (openbsd-386-cgo), const EV_DELETE ideal-int 26954pkg syscall (openbsd-386-cgo), const EV_DISABLE ideal-int 26955pkg syscall (openbsd-386-cgo), const EV_ENABLE ideal-int 26956pkg syscall (openbsd-386-cgo), const EV_EOF ideal-int 26957pkg syscall (openbsd-386-cgo), const EV_ERROR ideal-int 26958pkg syscall (openbsd-386-cgo), const EV_FLAG1 ideal-int 26959pkg syscall (openbsd-386-cgo), const EV_ONESHOT ideal-int 26960pkg syscall (openbsd-386-cgo), const EV_SYSFLAGS ideal-int 26961pkg syscall (openbsd-386-cgo), const EXTA ideal-int 26962pkg syscall (openbsd-386-cgo), const EXTB ideal-int 26963pkg syscall (openbsd-386-cgo), const EXTPROC ideal-int 26964pkg syscall (openbsd-386-cgo), const FD_CLOEXEC ideal-int 26965pkg syscall (openbsd-386-cgo), const FD_SETSIZE ideal-int 26966pkg syscall (openbsd-386-cgo), const FLUSHO ideal-int 26967pkg syscall (openbsd-386-cgo), const F_DUPFD ideal-int 26968pkg syscall (openbsd-386-cgo), const F_DUPFD_CLOEXEC ideal-int 26969pkg syscall (openbsd-386-cgo), const F_GETFD ideal-int 26970pkg syscall (openbsd-386-cgo), const F_GETFL ideal-int 26971pkg syscall (openbsd-386-cgo), const F_GETLK ideal-int 26972pkg syscall (openbsd-386-cgo), const F_GETOWN ideal-int 26973pkg syscall (openbsd-386-cgo), const F_OK ideal-int 26974pkg syscall (openbsd-386-cgo), const F_RDLCK ideal-int 26975pkg syscall (openbsd-386-cgo), const F_SETFD ideal-int 26976pkg syscall (openbsd-386-cgo), const F_SETFL ideal-int 26977pkg syscall (openbsd-386-cgo), const F_SETLK ideal-int 26978pkg syscall (openbsd-386-cgo), const F_SETLKW ideal-int 26979pkg syscall (openbsd-386-cgo), const F_SETOWN ideal-int 26980pkg syscall (openbsd-386-cgo), const F_UNLCK ideal-int 26981pkg syscall (openbsd-386-cgo), const F_WRLCK ideal-int 26982pkg syscall (openbsd-386-cgo), const HUPCL ideal-int 26983pkg syscall (openbsd-386-cgo), const ICANON ideal-int 26984pkg syscall (openbsd-386-cgo), const ICMP6_FILTER = 18 26985pkg syscall (openbsd-386-cgo), const ICMP6_FILTER ideal-int 26986pkg syscall (openbsd-386-cgo), const ICRNL ideal-int 26987pkg syscall (openbsd-386-cgo), const IEXTEN ideal-int 26988pkg syscall (openbsd-386-cgo), const IFAN_ARRIVAL ideal-int 26989pkg syscall (openbsd-386-cgo), const IFAN_DEPARTURE ideal-int 26990pkg syscall (openbsd-386-cgo), const IFA_ROUTE ideal-int 26991pkg syscall (openbsd-386-cgo), const IFF_ALLMULTI ideal-int 26992pkg syscall (openbsd-386-cgo), const IFF_CANTCHANGE ideal-int 26993pkg syscall (openbsd-386-cgo), const IFF_DEBUG ideal-int 26994pkg syscall (openbsd-386-cgo), const IFF_LINK0 ideal-int 26995pkg syscall (openbsd-386-cgo), const IFF_LINK1 ideal-int 26996pkg syscall (openbsd-386-cgo), const IFF_LINK2 ideal-int 26997pkg syscall (openbsd-386-cgo), const IFF_NOARP ideal-int 26998pkg syscall (openbsd-386-cgo), const IFF_NOTRAILERS ideal-int 26999pkg syscall (openbsd-386-cgo), const IFF_OACTIVE ideal-int 27000pkg syscall (openbsd-386-cgo), const IFF_POINTOPOINT ideal-int 27001pkg syscall (openbsd-386-cgo), const IFF_PROMISC ideal-int 27002pkg syscall (openbsd-386-cgo), const IFF_RUNNING ideal-int 27003pkg syscall (openbsd-386-cgo), const IFF_SIMPLEX ideal-int 27004pkg syscall (openbsd-386-cgo), const IFNAMSIZ ideal-int 27005pkg syscall (openbsd-386-cgo), const IFT_1822 ideal-int 27006pkg syscall (openbsd-386-cgo), const IFT_A12MPPSWITCH ideal-int 27007pkg syscall (openbsd-386-cgo), const IFT_AAL2 ideal-int 27008pkg syscall (openbsd-386-cgo), const IFT_AAL5 ideal-int 27009pkg syscall (openbsd-386-cgo), const IFT_ADSL ideal-int 27010pkg syscall (openbsd-386-cgo), const IFT_AFLANE8023 ideal-int 27011pkg syscall (openbsd-386-cgo), const IFT_AFLANE8025 ideal-int 27012pkg syscall (openbsd-386-cgo), const IFT_ARAP ideal-int 27013pkg syscall (openbsd-386-cgo), const IFT_ARCNET ideal-int 27014pkg syscall (openbsd-386-cgo), const IFT_ARCNETPLUS ideal-int 27015pkg syscall (openbsd-386-cgo), const IFT_ASYNC ideal-int 27016pkg syscall (openbsd-386-cgo), const IFT_ATM ideal-int 27017pkg syscall (openbsd-386-cgo), const IFT_ATMDXI ideal-int 27018pkg syscall (openbsd-386-cgo), const IFT_ATMFUNI ideal-int 27019pkg syscall (openbsd-386-cgo), const IFT_ATMIMA ideal-int 27020pkg syscall (openbsd-386-cgo), const IFT_ATMLOGICAL ideal-int 27021pkg syscall (openbsd-386-cgo), const IFT_ATMRADIO ideal-int 27022pkg syscall (openbsd-386-cgo), const IFT_ATMSUBINTERFACE ideal-int 27023pkg syscall (openbsd-386-cgo), const IFT_ATMVCIENDPT ideal-int 27024pkg syscall (openbsd-386-cgo), const IFT_ATMVIRTUAL ideal-int 27025pkg syscall (openbsd-386-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int 27026pkg syscall (openbsd-386-cgo), const IFT_BLUETOOTH ideal-int 27027pkg syscall (openbsd-386-cgo), const IFT_BRIDGE ideal-int 27028pkg syscall (openbsd-386-cgo), const IFT_BSC ideal-int 27029pkg syscall (openbsd-386-cgo), const IFT_CARP ideal-int 27030pkg syscall (openbsd-386-cgo), const IFT_CCTEMUL ideal-int 27031pkg syscall (openbsd-386-cgo), const IFT_CEPT ideal-int 27032pkg syscall (openbsd-386-cgo), const IFT_CES ideal-int 27033pkg syscall (openbsd-386-cgo), const IFT_CHANNEL ideal-int 27034pkg syscall (openbsd-386-cgo), const IFT_CNR ideal-int 27035pkg syscall (openbsd-386-cgo), const IFT_COFFEE ideal-int 27036pkg syscall (openbsd-386-cgo), const IFT_COMPOSITELINK ideal-int 27037pkg syscall (openbsd-386-cgo), const IFT_DCN ideal-int 27038pkg syscall (openbsd-386-cgo), const IFT_DIGITALPOWERLINE ideal-int 27039pkg syscall (openbsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int 27040pkg syscall (openbsd-386-cgo), const IFT_DLSW ideal-int 27041pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int 27042pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEMACLAYER ideal-int 27043pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int 27044pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int 27045pkg syscall (openbsd-386-cgo), const IFT_DS0 ideal-int 27046pkg syscall (openbsd-386-cgo), const IFT_DS0BUNDLE ideal-int 27047pkg syscall (openbsd-386-cgo), const IFT_DS1FDL ideal-int 27048pkg syscall (openbsd-386-cgo), const IFT_DS3 ideal-int 27049pkg syscall (openbsd-386-cgo), const IFT_DTM ideal-int 27050pkg syscall (openbsd-386-cgo), const IFT_DUMMY ideal-int 27051pkg syscall (openbsd-386-cgo), const IFT_DVBASILN ideal-int 27052pkg syscall (openbsd-386-cgo), const IFT_DVBASIOUT ideal-int 27053pkg syscall (openbsd-386-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int 27054pkg syscall (openbsd-386-cgo), const IFT_DVBRCCMACLAYER ideal-int 27055pkg syscall (openbsd-386-cgo), const IFT_DVBRCCUPSTREAM ideal-int 27056pkg syscall (openbsd-386-cgo), const IFT_ECONET ideal-int 27057pkg syscall (openbsd-386-cgo), const IFT_ENC ideal-int 27058pkg syscall (openbsd-386-cgo), const IFT_EON ideal-int 27059pkg syscall (openbsd-386-cgo), const IFT_EPLRS ideal-int 27060pkg syscall (openbsd-386-cgo), const IFT_ESCON ideal-int 27061pkg syscall (openbsd-386-cgo), const IFT_ETHER ideal-int 27062pkg syscall (openbsd-386-cgo), const IFT_FAITH ideal-int 27063pkg syscall (openbsd-386-cgo), const IFT_FAST ideal-int 27064pkg syscall (openbsd-386-cgo), const IFT_FASTETHER ideal-int 27065pkg syscall (openbsd-386-cgo), const IFT_FASTETHERFX ideal-int 27066pkg syscall (openbsd-386-cgo), const IFT_FDDI ideal-int 27067pkg syscall (openbsd-386-cgo), const IFT_FIBRECHANNEL ideal-int 27068pkg syscall (openbsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int 27069pkg syscall (openbsd-386-cgo), const IFT_FRAMERELAYMPI ideal-int 27070pkg syscall (openbsd-386-cgo), const IFT_FRDLCIENDPT ideal-int 27071pkg syscall (openbsd-386-cgo), const IFT_FRELAY ideal-int 27072pkg syscall (openbsd-386-cgo), const IFT_FRELAYDCE ideal-int 27073pkg syscall (openbsd-386-cgo), const IFT_FRF16MFRBUNDLE ideal-int 27074pkg syscall (openbsd-386-cgo), const IFT_FRFORWARD ideal-int 27075pkg syscall (openbsd-386-cgo), const IFT_G703AT2MB ideal-int 27076pkg syscall (openbsd-386-cgo), const IFT_G703AT64K ideal-int 27077pkg syscall (openbsd-386-cgo), const IFT_GIF ideal-int 27078pkg syscall (openbsd-386-cgo), const IFT_GIGABITETHERNET ideal-int 27079pkg syscall (openbsd-386-cgo), const IFT_GR303IDT ideal-int 27080pkg syscall (openbsd-386-cgo), const IFT_GR303RDT ideal-int 27081pkg syscall (openbsd-386-cgo), const IFT_H323GATEKEEPER ideal-int 27082pkg syscall (openbsd-386-cgo), const IFT_H323PROXY ideal-int 27083pkg syscall (openbsd-386-cgo), const IFT_HDH1822 ideal-int 27084pkg syscall (openbsd-386-cgo), const IFT_HDLC ideal-int 27085pkg syscall (openbsd-386-cgo), const IFT_HDSL2 ideal-int 27086pkg syscall (openbsd-386-cgo), const IFT_HIPERLAN2 ideal-int 27087pkg syscall (openbsd-386-cgo), const IFT_HIPPI ideal-int 27088pkg syscall (openbsd-386-cgo), const IFT_HIPPIINTERFACE ideal-int 27089pkg syscall (openbsd-386-cgo), const IFT_HOSTPAD ideal-int 27090pkg syscall (openbsd-386-cgo), const IFT_HSSI ideal-int 27091pkg syscall (openbsd-386-cgo), const IFT_HY ideal-int 27092pkg syscall (openbsd-386-cgo), const IFT_IBM370PARCHAN ideal-int 27093pkg syscall (openbsd-386-cgo), const IFT_IDSL ideal-int 27094pkg syscall (openbsd-386-cgo), const IFT_IEEE1394 ideal-int 27095pkg syscall (openbsd-386-cgo), const IFT_IEEE80211 ideal-int 27096pkg syscall (openbsd-386-cgo), const IFT_IEEE80212 ideal-int 27097pkg syscall (openbsd-386-cgo), const IFT_IEEE8023ADLAG ideal-int 27098pkg syscall (openbsd-386-cgo), const IFT_IFGSN ideal-int 27099pkg syscall (openbsd-386-cgo), const IFT_IMT ideal-int 27100pkg syscall (openbsd-386-cgo), const IFT_INFINIBAND ideal-int 27101pkg syscall (openbsd-386-cgo), const IFT_INTERLEAVE ideal-int 27102pkg syscall (openbsd-386-cgo), const IFT_IP ideal-int 27103pkg syscall (openbsd-386-cgo), const IFT_IPFORWARD ideal-int 27104pkg syscall (openbsd-386-cgo), const IFT_IPOVERATM ideal-int 27105pkg syscall (openbsd-386-cgo), const IFT_IPOVERCDLC ideal-int 27106pkg syscall (openbsd-386-cgo), const IFT_IPOVERCLAW ideal-int 27107pkg syscall (openbsd-386-cgo), const IFT_IPSWITCH ideal-int 27108pkg syscall (openbsd-386-cgo), const IFT_ISDN ideal-int 27109pkg syscall (openbsd-386-cgo), const IFT_ISDNBASIC ideal-int 27110pkg syscall (openbsd-386-cgo), const IFT_ISDNPRIMARY ideal-int 27111pkg syscall (openbsd-386-cgo), const IFT_ISDNS ideal-int 27112pkg syscall (openbsd-386-cgo), const IFT_ISDNU ideal-int 27113pkg syscall (openbsd-386-cgo), const IFT_ISO88022LLC ideal-int 27114pkg syscall (openbsd-386-cgo), const IFT_ISO88023 ideal-int 27115pkg syscall (openbsd-386-cgo), const IFT_ISO88024 ideal-int 27116pkg syscall (openbsd-386-cgo), const IFT_ISO88025 ideal-int 27117pkg syscall (openbsd-386-cgo), const IFT_ISO88025CRFPINT ideal-int 27118pkg syscall (openbsd-386-cgo), const IFT_ISO88025DTR ideal-int 27119pkg syscall (openbsd-386-cgo), const IFT_ISO88025FIBER ideal-int 27120pkg syscall (openbsd-386-cgo), const IFT_ISO88026 ideal-int 27121pkg syscall (openbsd-386-cgo), const IFT_ISUP ideal-int 27122pkg syscall (openbsd-386-cgo), const IFT_L2VLAN ideal-int 27123pkg syscall (openbsd-386-cgo), const IFT_L3IPVLAN ideal-int 27124pkg syscall (openbsd-386-cgo), const IFT_L3IPXVLAN ideal-int 27125pkg syscall (openbsd-386-cgo), const IFT_LAPB ideal-int 27126pkg syscall (openbsd-386-cgo), const IFT_LAPD ideal-int 27127pkg syscall (openbsd-386-cgo), const IFT_LAPF ideal-int 27128pkg syscall (openbsd-386-cgo), const IFT_LINEGROUP ideal-int 27129pkg syscall (openbsd-386-cgo), const IFT_LOCALTALK ideal-int 27130pkg syscall (openbsd-386-cgo), const IFT_LOOP ideal-int 27131pkg syscall (openbsd-386-cgo), const IFT_MEDIAMAILOVERIP ideal-int 27132pkg syscall (openbsd-386-cgo), const IFT_MFSIGLINK ideal-int 27133pkg syscall (openbsd-386-cgo), const IFT_MIOX25 ideal-int 27134pkg syscall (openbsd-386-cgo), const IFT_MODEM ideal-int 27135pkg syscall (openbsd-386-cgo), const IFT_MPC ideal-int 27136pkg syscall (openbsd-386-cgo), const IFT_MPLS ideal-int 27137pkg syscall (openbsd-386-cgo), const IFT_MPLSTUNNEL ideal-int 27138pkg syscall (openbsd-386-cgo), const IFT_MSDSL ideal-int 27139pkg syscall (openbsd-386-cgo), const IFT_MVL ideal-int 27140pkg syscall (openbsd-386-cgo), const IFT_MYRINET ideal-int 27141pkg syscall (openbsd-386-cgo), const IFT_NFAS ideal-int 27142pkg syscall (openbsd-386-cgo), const IFT_NSIP ideal-int 27143pkg syscall (openbsd-386-cgo), const IFT_OPTICALCHANNEL ideal-int 27144pkg syscall (openbsd-386-cgo), const IFT_OPTICALTRANSPORT ideal-int 27145pkg syscall (openbsd-386-cgo), const IFT_OTHER ideal-int 27146pkg syscall (openbsd-386-cgo), const IFT_P10 ideal-int 27147pkg syscall (openbsd-386-cgo), const IFT_P80 ideal-int 27148pkg syscall (openbsd-386-cgo), const IFT_PARA ideal-int 27149pkg syscall (openbsd-386-cgo), const IFT_PFLOG ideal-int 27150pkg syscall (openbsd-386-cgo), const IFT_PFLOW ideal-int 27151pkg syscall (openbsd-386-cgo), const IFT_PFSYNC ideal-int 27152pkg syscall (openbsd-386-cgo), const IFT_PLC ideal-int 27153pkg syscall (openbsd-386-cgo), const IFT_PON155 ideal-int 27154pkg syscall (openbsd-386-cgo), const IFT_PON622 ideal-int 27155pkg syscall (openbsd-386-cgo), const IFT_POS ideal-int 27156pkg syscall (openbsd-386-cgo), const IFT_PPP ideal-int 27157pkg syscall (openbsd-386-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int 27158pkg syscall (openbsd-386-cgo), const IFT_PROPATM ideal-int 27159pkg syscall (openbsd-386-cgo), const IFT_PROPBWAP2MP ideal-int 27160pkg syscall (openbsd-386-cgo), const IFT_PROPCNLS ideal-int 27161pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int 27162pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int 27163pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int 27164pkg syscall (openbsd-386-cgo), const IFT_PROPMUX ideal-int 27165pkg syscall (openbsd-386-cgo), const IFT_PROPVIRTUAL ideal-int 27166pkg syscall (openbsd-386-cgo), const IFT_PROPWIRELESSP2P ideal-int 27167pkg syscall (openbsd-386-cgo), const IFT_PTPSERIAL ideal-int 27168pkg syscall (openbsd-386-cgo), const IFT_PVC ideal-int 27169pkg syscall (openbsd-386-cgo), const IFT_Q2931 ideal-int 27170pkg syscall (openbsd-386-cgo), const IFT_QLLC ideal-int 27171pkg syscall (openbsd-386-cgo), const IFT_RADIOMAC ideal-int 27172pkg syscall (openbsd-386-cgo), const IFT_RADSL ideal-int 27173pkg syscall (openbsd-386-cgo), const IFT_REACHDSL ideal-int 27174pkg syscall (openbsd-386-cgo), const IFT_RFC1483 ideal-int 27175pkg syscall (openbsd-386-cgo), const IFT_RS232 ideal-int 27176pkg syscall (openbsd-386-cgo), const IFT_RSRB ideal-int 27177pkg syscall (openbsd-386-cgo), const IFT_SDLC ideal-int 27178pkg syscall (openbsd-386-cgo), const IFT_SDSL ideal-int 27179pkg syscall (openbsd-386-cgo), const IFT_SHDSL ideal-int 27180pkg syscall (openbsd-386-cgo), const IFT_SIP ideal-int 27181pkg syscall (openbsd-386-cgo), const IFT_SIPSIG ideal-int 27182pkg syscall (openbsd-386-cgo), const IFT_SIPTG ideal-int 27183pkg syscall (openbsd-386-cgo), const IFT_SLIP ideal-int 27184pkg syscall (openbsd-386-cgo), const IFT_SMDSDXI ideal-int 27185pkg syscall (openbsd-386-cgo), const IFT_SMDSICIP ideal-int 27186pkg syscall (openbsd-386-cgo), const IFT_SONET ideal-int 27187pkg syscall (openbsd-386-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int 27188pkg syscall (openbsd-386-cgo), const IFT_SONETPATH ideal-int 27189pkg syscall (openbsd-386-cgo), const IFT_SONETVT ideal-int 27190pkg syscall (openbsd-386-cgo), const IFT_SRP ideal-int 27191pkg syscall (openbsd-386-cgo), const IFT_SS7SIGLINK ideal-int 27192pkg syscall (openbsd-386-cgo), const IFT_STACKTOSTACK ideal-int 27193pkg syscall (openbsd-386-cgo), const IFT_STARLAN ideal-int 27194pkg syscall (openbsd-386-cgo), const IFT_T1 ideal-int 27195pkg syscall (openbsd-386-cgo), const IFT_TDLC ideal-int 27196pkg syscall (openbsd-386-cgo), const IFT_TELINK ideal-int 27197pkg syscall (openbsd-386-cgo), const IFT_TERMPAD ideal-int 27198pkg syscall (openbsd-386-cgo), const IFT_TR008 ideal-int 27199pkg syscall (openbsd-386-cgo), const IFT_TRANSPHDLC ideal-int 27200pkg syscall (openbsd-386-cgo), const IFT_TUNNEL ideal-int 27201pkg syscall (openbsd-386-cgo), const IFT_ULTRA ideal-int 27202pkg syscall (openbsd-386-cgo), const IFT_USB ideal-int 27203pkg syscall (openbsd-386-cgo), const IFT_V11 ideal-int 27204pkg syscall (openbsd-386-cgo), const IFT_V35 ideal-int 27205pkg syscall (openbsd-386-cgo), const IFT_V36 ideal-int 27206pkg syscall (openbsd-386-cgo), const IFT_V37 ideal-int 27207pkg syscall (openbsd-386-cgo), const IFT_VDSL ideal-int 27208pkg syscall (openbsd-386-cgo), const IFT_VIRTUALIPADDRESS ideal-int 27209pkg syscall (openbsd-386-cgo), const IFT_VIRTUALTG ideal-int 27210pkg syscall (openbsd-386-cgo), const IFT_VOICEDID ideal-int 27211pkg syscall (openbsd-386-cgo), const IFT_VOICEEM ideal-int 27212pkg syscall (openbsd-386-cgo), const IFT_VOICEEMFGD ideal-int 27213pkg syscall (openbsd-386-cgo), const IFT_VOICEENCAP ideal-int 27214pkg syscall (openbsd-386-cgo), const IFT_VOICEFGDEANA ideal-int 27215pkg syscall (openbsd-386-cgo), const IFT_VOICEFXO ideal-int 27216pkg syscall (openbsd-386-cgo), const IFT_VOICEFXS ideal-int 27217pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERATM ideal-int 27218pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERCABLE ideal-int 27219pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int 27220pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERIP ideal-int 27221pkg syscall (openbsd-386-cgo), const IFT_X213 ideal-int 27222pkg syscall (openbsd-386-cgo), const IFT_X25 ideal-int 27223pkg syscall (openbsd-386-cgo), const IFT_X25DDN ideal-int 27224pkg syscall (openbsd-386-cgo), const IFT_X25HUNTGROUP ideal-int 27225pkg syscall (openbsd-386-cgo), const IFT_X25MLP ideal-int 27226pkg syscall (openbsd-386-cgo), const IFT_X25PLE ideal-int 27227pkg syscall (openbsd-386-cgo), const IFT_XETHER ideal-int 27228pkg syscall (openbsd-386-cgo), const IGNBRK ideal-int 27229pkg syscall (openbsd-386-cgo), const IGNCR ideal-int 27230pkg syscall (openbsd-386-cgo), const IGNPAR ideal-int 27231pkg syscall (openbsd-386-cgo), const IMAXBEL ideal-int 27232pkg syscall (openbsd-386-cgo), const INLCR ideal-int 27233pkg syscall (openbsd-386-cgo), const INPCK ideal-int 27234pkg syscall (openbsd-386-cgo), const IN_CLASSA_HOST ideal-int 27235pkg syscall (openbsd-386-cgo), const IN_CLASSA_MAX ideal-int 27236pkg syscall (openbsd-386-cgo), const IN_CLASSA_NET ideal-int 27237pkg syscall (openbsd-386-cgo), const IN_CLASSA_NSHIFT ideal-int 27238pkg syscall (openbsd-386-cgo), const IN_CLASSB_HOST ideal-int 27239pkg syscall (openbsd-386-cgo), const IN_CLASSB_MAX ideal-int 27240pkg syscall (openbsd-386-cgo), const IN_CLASSB_NET ideal-int 27241pkg syscall (openbsd-386-cgo), const IN_CLASSB_NSHIFT ideal-int 27242pkg syscall (openbsd-386-cgo), const IN_CLASSC_HOST ideal-int 27243pkg syscall (openbsd-386-cgo), const IN_CLASSC_NET ideal-int 27244pkg syscall (openbsd-386-cgo), const IN_CLASSC_NSHIFT ideal-int 27245pkg syscall (openbsd-386-cgo), const IN_CLASSD_HOST ideal-int 27246pkg syscall (openbsd-386-cgo), const IN_CLASSD_NET ideal-int 27247pkg syscall (openbsd-386-cgo), const IN_CLASSD_NSHIFT ideal-int 27248pkg syscall (openbsd-386-cgo), const IN_LOOPBACKNET ideal-int 27249pkg syscall (openbsd-386-cgo), const IN_RFC3021_HOST ideal-int 27250pkg syscall (openbsd-386-cgo), const IN_RFC3021_NET ideal-int 27251pkg syscall (openbsd-386-cgo), const IN_RFC3021_NSHIFT ideal-int 27252pkg syscall (openbsd-386-cgo), const IPPROTO_AH ideal-int 27253pkg syscall (openbsd-386-cgo), const IPPROTO_CARP ideal-int 27254pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT ideal-int 27255pkg syscall (openbsd-386-cgo), const IPPROTO_DONE ideal-int 27256pkg syscall (openbsd-386-cgo), const IPPROTO_DSTOPTS ideal-int 27257pkg syscall (openbsd-386-cgo), const IPPROTO_EGP ideal-int 27258pkg syscall (openbsd-386-cgo), const IPPROTO_ENCAP ideal-int 27259pkg syscall (openbsd-386-cgo), const IPPROTO_EON ideal-int 27260pkg syscall (openbsd-386-cgo), const IPPROTO_ESP ideal-int 27261pkg syscall (openbsd-386-cgo), const IPPROTO_ETHERIP ideal-int 27262pkg syscall (openbsd-386-cgo), const IPPROTO_FRAGMENT ideal-int 27263pkg syscall (openbsd-386-cgo), const IPPROTO_GGP ideal-int 27264pkg syscall (openbsd-386-cgo), const IPPROTO_GRE ideal-int 27265pkg syscall (openbsd-386-cgo), const IPPROTO_HOPOPTS ideal-int 27266pkg syscall (openbsd-386-cgo), const IPPROTO_ICMP ideal-int 27267pkg syscall (openbsd-386-cgo), const IPPROTO_ICMPV6 ideal-int 27268pkg syscall (openbsd-386-cgo), const IPPROTO_IDP ideal-int 27269pkg syscall (openbsd-386-cgo), const IPPROTO_IGMP ideal-int 27270pkg syscall (openbsd-386-cgo), const IPPROTO_IPCOMP ideal-int 27271pkg syscall (openbsd-386-cgo), const IPPROTO_IPIP ideal-int 27272pkg syscall (openbsd-386-cgo), const IPPROTO_IPV4 ideal-int 27273pkg syscall (openbsd-386-cgo), const IPPROTO_MAX ideal-int 27274pkg syscall (openbsd-386-cgo), const IPPROTO_MAXID ideal-int 27275pkg syscall (openbsd-386-cgo), const IPPROTO_MOBILE ideal-int 27276pkg syscall (openbsd-386-cgo), const IPPROTO_MPLS ideal-int 27277pkg syscall (openbsd-386-cgo), const IPPROTO_NONE ideal-int 27278pkg syscall (openbsd-386-cgo), const IPPROTO_PFSYNC ideal-int 27279pkg syscall (openbsd-386-cgo), const IPPROTO_PIM ideal-int 27280pkg syscall (openbsd-386-cgo), const IPPROTO_PUP ideal-int 27281pkg syscall (openbsd-386-cgo), const IPPROTO_RAW ideal-int 27282pkg syscall (openbsd-386-cgo), const IPPROTO_ROUTING ideal-int 27283pkg syscall (openbsd-386-cgo), const IPPROTO_RSVP ideal-int 27284pkg syscall (openbsd-386-cgo), const IPPROTO_TP ideal-int 27285pkg syscall (openbsd-386-cgo), const IPV6_AUTH_LEVEL ideal-int 27286pkg syscall (openbsd-386-cgo), const IPV6_AUTOFLOWLABEL ideal-int 27287pkg syscall (openbsd-386-cgo), const IPV6_CHECKSUM ideal-int 27288pkg syscall (openbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int 27289pkg syscall (openbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int 27290pkg syscall (openbsd-386-cgo), const IPV6_DEFHLIM ideal-int 27291pkg syscall (openbsd-386-cgo), const IPV6_DONTFRAG ideal-int 27292pkg syscall (openbsd-386-cgo), const IPV6_DSTOPTS ideal-int 27293pkg syscall (openbsd-386-cgo), const IPV6_ESP_NETWORK_LEVEL ideal-int 27294pkg syscall (openbsd-386-cgo), const IPV6_ESP_TRANS_LEVEL ideal-int 27295pkg syscall (openbsd-386-cgo), const IPV6_FAITH ideal-int 27296pkg syscall (openbsd-386-cgo), const IPV6_FLOWINFO_MASK ideal-int 27297pkg syscall (openbsd-386-cgo), const IPV6_FLOWLABEL_MASK ideal-int 27298pkg syscall (openbsd-386-cgo), const IPV6_FRAGTTL ideal-int 27299pkg syscall (openbsd-386-cgo), const IPV6_HLIMDEC ideal-int 27300pkg syscall (openbsd-386-cgo), const IPV6_HOPLIMIT ideal-int 27301pkg syscall (openbsd-386-cgo), const IPV6_HOPOPTS ideal-int 27302pkg syscall (openbsd-386-cgo), const IPV6_IPCOMP_LEVEL ideal-int 27303pkg syscall (openbsd-386-cgo), const IPV6_MAXHLIM ideal-int 27304pkg syscall (openbsd-386-cgo), const IPV6_MAXPACKET ideal-int 27305pkg syscall (openbsd-386-cgo), const IPV6_MMTU ideal-int 27306pkg syscall (openbsd-386-cgo), const IPV6_NEXTHOP ideal-int 27307pkg syscall (openbsd-386-cgo), const IPV6_OPTIONS ideal-int 27308pkg syscall (openbsd-386-cgo), const IPV6_PATHMTU ideal-int 27309pkg syscall (openbsd-386-cgo), const IPV6_PIPEX ideal-int 27310pkg syscall (openbsd-386-cgo), const IPV6_PKTINFO ideal-int 27311pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE ideal-int 27312pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int 27313pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_HIGH ideal-int 27314pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_LOW ideal-int 27315pkg syscall (openbsd-386-cgo), const IPV6_RECVDSTOPTS ideal-int 27316pkg syscall (openbsd-386-cgo), const IPV6_RECVHOPLIMIT ideal-int 27317pkg syscall (openbsd-386-cgo), const IPV6_RECVHOPOPTS ideal-int 27318pkg syscall (openbsd-386-cgo), const IPV6_RECVPATHMTU ideal-int 27319pkg syscall (openbsd-386-cgo), const IPV6_RECVPKTINFO ideal-int 27320pkg syscall (openbsd-386-cgo), const IPV6_RECVRTHDR ideal-int 27321pkg syscall (openbsd-386-cgo), const IPV6_RECVTCLASS ideal-int 27322pkg syscall (openbsd-386-cgo), const IPV6_RTABLE ideal-int 27323pkg syscall (openbsd-386-cgo), const IPV6_RTHDR ideal-int 27324pkg syscall (openbsd-386-cgo), const IPV6_RTHDRDSTOPTS ideal-int 27325pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_LOOSE ideal-int 27326pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_STRICT ideal-int 27327pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_TYPE_0 ideal-int 27328pkg syscall (openbsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int 27329pkg syscall (openbsd-386-cgo), const IPV6_TCLASS ideal-int 27330pkg syscall (openbsd-386-cgo), const IPV6_USE_MIN_MTU ideal-int 27331pkg syscall (openbsd-386-cgo), const IPV6_VERSION ideal-int 27332pkg syscall (openbsd-386-cgo), const IPV6_VERSION_MASK ideal-int 27333pkg syscall (openbsd-386-cgo), const IP_AUTH_LEVEL ideal-int 27334pkg syscall (openbsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int 27335pkg syscall (openbsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int 27336pkg syscall (openbsd-386-cgo), const IP_DF ideal-int 27337pkg syscall (openbsd-386-cgo), const IP_ESP_NETWORK_LEVEL ideal-int 27338pkg syscall (openbsd-386-cgo), const IP_ESP_TRANS_LEVEL ideal-int 27339pkg syscall (openbsd-386-cgo), const IP_HDRINCL ideal-int 27340pkg syscall (openbsd-386-cgo), const IP_IPCOMP_LEVEL ideal-int 27341pkg syscall (openbsd-386-cgo), const IP_IPSECFLOWINFO ideal-int 27342pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_AUTH ideal-int 27343pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_CRED ideal-int 27344pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_ID ideal-int 27345pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_AUTH ideal-int 27346pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_CRED ideal-int 27347pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_ID ideal-int 27348pkg syscall (openbsd-386-cgo), const IP_MAXPACKET ideal-int 27349pkg syscall (openbsd-386-cgo), const IP_MAX_MEMBERSHIPS ideal-int 27350pkg syscall (openbsd-386-cgo), const IP_MF ideal-int 27351pkg syscall (openbsd-386-cgo), const IP_MINTTL ideal-int 27352pkg syscall (openbsd-386-cgo), const IP_MIN_MEMBERSHIPS ideal-int 27353pkg syscall (openbsd-386-cgo), const IP_MSS ideal-int 27354pkg syscall (openbsd-386-cgo), const IP_OFFMASK ideal-int 27355pkg syscall (openbsd-386-cgo), const IP_OPTIONS ideal-int 27356pkg syscall (openbsd-386-cgo), const IP_PIPEX ideal-int 27357pkg syscall (openbsd-386-cgo), const IP_PORTRANGE ideal-int 27358pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_DEFAULT ideal-int 27359pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_HIGH ideal-int 27360pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_LOW ideal-int 27361pkg syscall (openbsd-386-cgo), const IP_RECVDSTADDR ideal-int 27362pkg syscall (openbsd-386-cgo), const IP_RECVDSTPORT ideal-int 27363pkg syscall (openbsd-386-cgo), const IP_RECVIF ideal-int 27364pkg syscall (openbsd-386-cgo), const IP_RECVOPTS ideal-int 27365pkg syscall (openbsd-386-cgo), const IP_RECVRETOPTS ideal-int 27366pkg syscall (openbsd-386-cgo), const IP_RECVRTABLE ideal-int 27367pkg syscall (openbsd-386-cgo), const IP_RECVTTL ideal-int 27368pkg syscall (openbsd-386-cgo), const IP_RETOPTS ideal-int 27369pkg syscall (openbsd-386-cgo), const IP_RF ideal-int 27370pkg syscall (openbsd-386-cgo), const IP_RTABLE ideal-int 27371pkg syscall (openbsd-386-cgo), const ISIG ideal-int 27372pkg syscall (openbsd-386-cgo), const ISTRIP ideal-int 27373pkg syscall (openbsd-386-cgo), const IXANY ideal-int 27374pkg syscall (openbsd-386-cgo), const IXOFF ideal-int 27375pkg syscall (openbsd-386-cgo), const IXON ideal-int 27376pkg syscall (openbsd-386-cgo), const LCNT_OVERLOAD_FLUSH ideal-int 27377pkg syscall (openbsd-386-cgo), const LOCK_EX ideal-int 27378pkg syscall (openbsd-386-cgo), const LOCK_NB ideal-int 27379pkg syscall (openbsd-386-cgo), const LOCK_SH ideal-int 27380pkg syscall (openbsd-386-cgo), const LOCK_UN ideal-int 27381pkg syscall (openbsd-386-cgo), const MSG_BCAST ideal-int 27382pkg syscall (openbsd-386-cgo), const MSG_CTRUNC ideal-int 27383pkg syscall (openbsd-386-cgo), const MSG_DONTROUTE ideal-int 27384pkg syscall (openbsd-386-cgo), const MSG_DONTWAIT ideal-int 27385pkg syscall (openbsd-386-cgo), const MSG_EOR ideal-int 27386pkg syscall (openbsd-386-cgo), const MSG_MCAST ideal-int 27387pkg syscall (openbsd-386-cgo), const MSG_NOSIGNAL ideal-int 27388pkg syscall (openbsd-386-cgo), const MSG_OOB ideal-int 27389pkg syscall (openbsd-386-cgo), const MSG_PEEK ideal-int 27390pkg syscall (openbsd-386-cgo), const MSG_TRUNC ideal-int 27391pkg syscall (openbsd-386-cgo), const MSG_WAITALL ideal-int 27392pkg syscall (openbsd-386-cgo), const NAME_MAX ideal-int 27393pkg syscall (openbsd-386-cgo), const NET_RT_DUMP ideal-int 27394pkg syscall (openbsd-386-cgo), const NET_RT_FLAGS ideal-int 27395pkg syscall (openbsd-386-cgo), const NET_RT_IFLIST ideal-int 27396pkg syscall (openbsd-386-cgo), const NET_RT_MAXID ideal-int 27397pkg syscall (openbsd-386-cgo), const NET_RT_STATS ideal-int 27398pkg syscall (openbsd-386-cgo), const NET_RT_TABLE ideal-int 27399pkg syscall (openbsd-386-cgo), const NOFLSH ideal-int 27400pkg syscall (openbsd-386-cgo), const NOTE_ATTRIB ideal-int 27401pkg syscall (openbsd-386-cgo), const NOTE_CHILD ideal-int 27402pkg syscall (openbsd-386-cgo), const NOTE_DELETE ideal-int 27403pkg syscall (openbsd-386-cgo), const NOTE_EOF ideal-int 27404pkg syscall (openbsd-386-cgo), const NOTE_EXEC ideal-int 27405pkg syscall (openbsd-386-cgo), const NOTE_EXIT ideal-int 27406pkg syscall (openbsd-386-cgo), const NOTE_EXTEND ideal-int 27407pkg syscall (openbsd-386-cgo), const NOTE_FORK ideal-int 27408pkg syscall (openbsd-386-cgo), const NOTE_LINK ideal-int 27409pkg syscall (openbsd-386-cgo), const NOTE_LOWAT ideal-int 27410pkg syscall (openbsd-386-cgo), const NOTE_PCTRLMASK ideal-int 27411pkg syscall (openbsd-386-cgo), const NOTE_PDATAMASK ideal-int 27412pkg syscall (openbsd-386-cgo), const NOTE_RENAME ideal-int 27413pkg syscall (openbsd-386-cgo), const NOTE_REVOKE ideal-int 27414pkg syscall (openbsd-386-cgo), const NOTE_TRACK ideal-int 27415pkg syscall (openbsd-386-cgo), const NOTE_TRACKERR ideal-int 27416pkg syscall (openbsd-386-cgo), const NOTE_TRUNCATE ideal-int 27417pkg syscall (openbsd-386-cgo), const NOTE_WRITE ideal-int 27418pkg syscall (openbsd-386-cgo), const OCRNL ideal-int 27419pkg syscall (openbsd-386-cgo), const ONLCR ideal-int 27420pkg syscall (openbsd-386-cgo), const ONLRET ideal-int 27421pkg syscall (openbsd-386-cgo), const ONOCR ideal-int 27422pkg syscall (openbsd-386-cgo), const ONOEOT ideal-int 27423pkg syscall (openbsd-386-cgo), const OPOST ideal-int 27424pkg syscall (openbsd-386-cgo), const O_ACCMODE ideal-int 27425pkg syscall (openbsd-386-cgo), const O_DIRECTORY ideal-int 27426pkg syscall (openbsd-386-cgo), const O_DSYNC ideal-int 27427pkg syscall (openbsd-386-cgo), const O_EXLOCK ideal-int 27428pkg syscall (openbsd-386-cgo), const O_FSYNC ideal-int 27429pkg syscall (openbsd-386-cgo), const O_NDELAY ideal-int 27430pkg syscall (openbsd-386-cgo), const O_NOFOLLOW ideal-int 27431pkg syscall (openbsd-386-cgo), const O_RSYNC ideal-int 27432pkg syscall (openbsd-386-cgo), const O_SHLOCK ideal-int 27433pkg syscall (openbsd-386-cgo), const PARENB ideal-int 27434pkg syscall (openbsd-386-cgo), const PARMRK ideal-int 27435pkg syscall (openbsd-386-cgo), const PARODD ideal-int 27436pkg syscall (openbsd-386-cgo), const PENDIN ideal-int 27437pkg syscall (openbsd-386-cgo), const PF_FLUSH ideal-int 27438pkg syscall (openbsd-386-cgo), const PRIO_PGRP = 1 27439pkg syscall (openbsd-386-cgo), const PRIO_PGRP ideal-int 27440pkg syscall (openbsd-386-cgo), const PRIO_PROCESS = 0 27441pkg syscall (openbsd-386-cgo), const PRIO_PROCESS ideal-int 27442pkg syscall (openbsd-386-cgo), const PRIO_USER = 2 27443pkg syscall (openbsd-386-cgo), const PRIO_USER ideal-int 27444pkg syscall (openbsd-386-cgo), const PTRACE_CONT ideal-int 27445pkg syscall (openbsd-386-cgo), const PTRACE_KILL ideal-int 27446pkg syscall (openbsd-386-cgo), const PTRACE_TRACEME ideal-int 27447pkg syscall (openbsd-386-cgo), const PT_MASK ideal-int 27448pkg syscall (openbsd-386-cgo), const RLIMIT_CORE ideal-int 27449pkg syscall (openbsd-386-cgo), const RLIMIT_CPU ideal-int 27450pkg syscall (openbsd-386-cgo), const RLIMIT_DATA ideal-int 27451pkg syscall (openbsd-386-cgo), const RLIMIT_FSIZE ideal-int 27452pkg syscall (openbsd-386-cgo), const RLIMIT_NOFILE ideal-int 27453pkg syscall (openbsd-386-cgo), const RLIMIT_STACK ideal-int 27454pkg syscall (openbsd-386-cgo), const RLIM_INFINITY ideal-int 27455pkg syscall (openbsd-386-cgo), const RTAX_AUTHOR ideal-int 27456pkg syscall (openbsd-386-cgo), const RTAX_BRD ideal-int 27457pkg syscall (openbsd-386-cgo), const RTAX_DST ideal-int 27458pkg syscall (openbsd-386-cgo), const RTAX_GATEWAY ideal-int 27459pkg syscall (openbsd-386-cgo), const RTAX_GENMASK ideal-int 27460pkg syscall (openbsd-386-cgo), const RTAX_IFA ideal-int 27461pkg syscall (openbsd-386-cgo), const RTAX_IFP ideal-int 27462pkg syscall (openbsd-386-cgo), const RTAX_LABEL ideal-int 27463pkg syscall (openbsd-386-cgo), const RTAX_MAX ideal-int 27464pkg syscall (openbsd-386-cgo), const RTAX_NETMASK ideal-int 27465pkg syscall (openbsd-386-cgo), const RTAX_SRC ideal-int 27466pkg syscall (openbsd-386-cgo), const RTAX_SRCMASK ideal-int 27467pkg syscall (openbsd-386-cgo), const RTA_AUTHOR ideal-int 27468pkg syscall (openbsd-386-cgo), const RTA_BRD ideal-int 27469pkg syscall (openbsd-386-cgo), const RTA_DST ideal-int 27470pkg syscall (openbsd-386-cgo), const RTA_GATEWAY ideal-int 27471pkg syscall (openbsd-386-cgo), const RTA_GENMASK ideal-int 27472pkg syscall (openbsd-386-cgo), const RTA_IFA ideal-int 27473pkg syscall (openbsd-386-cgo), const RTA_IFP ideal-int 27474pkg syscall (openbsd-386-cgo), const RTA_LABEL ideal-int 27475pkg syscall (openbsd-386-cgo), const RTA_NETMASK ideal-int 27476pkg syscall (openbsd-386-cgo), const RTA_SRC ideal-int 27477pkg syscall (openbsd-386-cgo), const RTA_SRCMASK ideal-int 27478pkg syscall (openbsd-386-cgo), const RTF_ANNOUNCE ideal-int 27479pkg syscall (openbsd-386-cgo), const RTF_BLACKHOLE ideal-int 27480pkg syscall (openbsd-386-cgo), const RTF_CLONED ideal-int 27481pkg syscall (openbsd-386-cgo), const RTF_CLONING ideal-int 27482pkg syscall (openbsd-386-cgo), const RTF_DONE ideal-int 27483pkg syscall (openbsd-386-cgo), const RTF_DYNAMIC ideal-int 27484pkg syscall (openbsd-386-cgo), const RTF_FMASK ideal-int 27485pkg syscall (openbsd-386-cgo), const RTF_GATEWAY ideal-int 27486pkg syscall (openbsd-386-cgo), const RTF_HOST ideal-int 27487pkg syscall (openbsd-386-cgo), const RTF_LLINFO ideal-int 27488pkg syscall (openbsd-386-cgo), const RTF_MASK ideal-int 27489pkg syscall (openbsd-386-cgo), const RTF_MODIFIED ideal-int 27490pkg syscall (openbsd-386-cgo), const RTF_MPATH ideal-int 27491pkg syscall (openbsd-386-cgo), const RTF_MPLS ideal-int 27492pkg syscall (openbsd-386-cgo), const RTF_PERMANENT_ARP ideal-int 27493pkg syscall (openbsd-386-cgo), const RTF_PROTO1 ideal-int 27494pkg syscall (openbsd-386-cgo), const RTF_PROTO2 ideal-int 27495pkg syscall (openbsd-386-cgo), const RTF_PROTO3 ideal-int 27496pkg syscall (openbsd-386-cgo), const RTF_REJECT ideal-int 27497pkg syscall (openbsd-386-cgo), const RTF_SOURCE ideal-int 27498pkg syscall (openbsd-386-cgo), const RTF_STATIC ideal-int 27499pkg syscall (openbsd-386-cgo), const RTF_TUNNEL ideal-int 27500pkg syscall (openbsd-386-cgo), const RTF_UP ideal-int 27501pkg syscall (openbsd-386-cgo), const RTF_USETRAILERS ideal-int 27502pkg syscall (openbsd-386-cgo), const RTF_XRESOLVE ideal-int 27503pkg syscall (openbsd-386-cgo), const RTM_ADD ideal-int 27504pkg syscall (openbsd-386-cgo), const RTM_CHANGE ideal-int 27505pkg syscall (openbsd-386-cgo), const RTM_DELADDR ideal-int 27506pkg syscall (openbsd-386-cgo), const RTM_DELETE ideal-int 27507pkg syscall (openbsd-386-cgo), const RTM_DESYNC ideal-int 27508pkg syscall (openbsd-386-cgo), const RTM_GET ideal-int 27509pkg syscall (openbsd-386-cgo), const RTM_IFANNOUNCE ideal-int 27510pkg syscall (openbsd-386-cgo), const RTM_IFINFO ideal-int 27511pkg syscall (openbsd-386-cgo), const RTM_LOCK ideal-int 27512pkg syscall (openbsd-386-cgo), const RTM_LOSING ideal-int 27513pkg syscall (openbsd-386-cgo), const RTM_MAXSIZE ideal-int 27514pkg syscall (openbsd-386-cgo), const RTM_MISS ideal-int 27515pkg syscall (openbsd-386-cgo), const RTM_NEWADDR ideal-int 27516pkg syscall (openbsd-386-cgo), const RTM_REDIRECT ideal-int 27517pkg syscall (openbsd-386-cgo), const RTM_RESOLVE ideal-int 27518pkg syscall (openbsd-386-cgo), const RTM_RTTUNIT ideal-int 27519pkg syscall (openbsd-386-cgo), const RTM_VERSION ideal-int 27520pkg syscall (openbsd-386-cgo), const RTV_EXPIRE ideal-int 27521pkg syscall (openbsd-386-cgo), const RTV_HOPCOUNT ideal-int 27522pkg syscall (openbsd-386-cgo), const RTV_MTU ideal-int 27523pkg syscall (openbsd-386-cgo), const RTV_RPIPE ideal-int 27524pkg syscall (openbsd-386-cgo), const RTV_RTT ideal-int 27525pkg syscall (openbsd-386-cgo), const RTV_RTTVAR ideal-int 27526pkg syscall (openbsd-386-cgo), const RTV_SPIPE ideal-int 27527pkg syscall (openbsd-386-cgo), const RTV_SSTHRESH ideal-int 27528pkg syscall (openbsd-386-cgo), const RT_TABLEID_MAX ideal-int 27529pkg syscall (openbsd-386-cgo), const RUSAGE_CHILDREN ideal-int 27530pkg syscall (openbsd-386-cgo), const RUSAGE_SELF ideal-int 27531pkg syscall (openbsd-386-cgo), const RUSAGE_THREAD ideal-int 27532pkg syscall (openbsd-386-cgo), const SCM_RIGHTS ideal-int 27533pkg syscall (openbsd-386-cgo), const SCM_TIMESTAMP ideal-int 27534pkg syscall (openbsd-386-cgo), const SIGCHLD Signal 27535pkg syscall (openbsd-386-cgo), const SIGCONT Signal 27536pkg syscall (openbsd-386-cgo), const SIGEMT Signal 27537pkg syscall (openbsd-386-cgo), const SIGINFO Signal 27538pkg syscall (openbsd-386-cgo), const SIGIO Signal 27539pkg syscall (openbsd-386-cgo), const SIGIOT Signal 27540pkg syscall (openbsd-386-cgo), const SIGPROF Signal 27541pkg syscall (openbsd-386-cgo), const SIGSTOP Signal 27542pkg syscall (openbsd-386-cgo), const SIGSYS Signal 27543pkg syscall (openbsd-386-cgo), const SIGTHR Signal 27544pkg syscall (openbsd-386-cgo), const SIGTSTP Signal 27545pkg syscall (openbsd-386-cgo), const SIGTTIN Signal 27546pkg syscall (openbsd-386-cgo), const SIGTTOU Signal 27547pkg syscall (openbsd-386-cgo), const SIGURG Signal 27548pkg syscall (openbsd-386-cgo), const SIGUSR1 Signal 27549pkg syscall (openbsd-386-cgo), const SIGUSR2 Signal 27550pkg syscall (openbsd-386-cgo), const SIGVTALRM Signal 27551pkg syscall (openbsd-386-cgo), const SIGWINCH Signal 27552pkg syscall (openbsd-386-cgo), const SIGXCPU Signal 27553pkg syscall (openbsd-386-cgo), const SIGXFSZ Signal 27554pkg syscall (openbsd-386-cgo), const SIOCADDMULTI ideal-int 27555pkg syscall (openbsd-386-cgo), const SIOCAIFADDR ideal-int 27556pkg syscall (openbsd-386-cgo), const SIOCAIFGROUP ideal-int 27557pkg syscall (openbsd-386-cgo), const SIOCALIFADDR ideal-int 27558pkg syscall (openbsd-386-cgo), const SIOCATMARK ideal-int 27559pkg syscall (openbsd-386-cgo), const SIOCBRDGADD ideal-int 27560pkg syscall (openbsd-386-cgo), const SIOCBRDGADDS ideal-int 27561pkg syscall (openbsd-386-cgo), const SIOCBRDGARL ideal-int 27562pkg syscall (openbsd-386-cgo), const SIOCBRDGDADDR ideal-int 27563pkg syscall (openbsd-386-cgo), const SIOCBRDGDEL ideal-int 27564pkg syscall (openbsd-386-cgo), const SIOCBRDGDELS ideal-int 27565pkg syscall (openbsd-386-cgo), const SIOCBRDGFLUSH ideal-int 27566pkg syscall (openbsd-386-cgo), const SIOCBRDGFRL ideal-int 27567pkg syscall (openbsd-386-cgo), const SIOCBRDGGCACHE ideal-int 27568pkg syscall (openbsd-386-cgo), const SIOCBRDGGFD ideal-int 27569pkg syscall (openbsd-386-cgo), const SIOCBRDGGHT ideal-int 27570pkg syscall (openbsd-386-cgo), const SIOCBRDGGIFFLGS ideal-int 27571pkg syscall (openbsd-386-cgo), const SIOCBRDGGMA ideal-int 27572pkg syscall (openbsd-386-cgo), const SIOCBRDGGPARAM ideal-int 27573pkg syscall (openbsd-386-cgo), const SIOCBRDGGPRI ideal-int 27574pkg syscall (openbsd-386-cgo), const SIOCBRDGGRL ideal-int 27575pkg syscall (openbsd-386-cgo), const SIOCBRDGGSIFS ideal-int 27576pkg syscall (openbsd-386-cgo), const SIOCBRDGGTO ideal-int 27577pkg syscall (openbsd-386-cgo), const SIOCBRDGIFS ideal-int 27578pkg syscall (openbsd-386-cgo), const SIOCBRDGRTS ideal-int 27579pkg syscall (openbsd-386-cgo), const SIOCBRDGSADDR ideal-int 27580pkg syscall (openbsd-386-cgo), const SIOCBRDGSCACHE ideal-int 27581pkg syscall (openbsd-386-cgo), const SIOCBRDGSFD ideal-int 27582pkg syscall (openbsd-386-cgo), const SIOCBRDGSHT ideal-int 27583pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFCOST ideal-int 27584pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFFLGS ideal-int 27585pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFPRIO ideal-int 27586pkg syscall (openbsd-386-cgo), const SIOCBRDGSMA ideal-int 27587pkg syscall (openbsd-386-cgo), const SIOCBRDGSPRI ideal-int 27588pkg syscall (openbsd-386-cgo), const SIOCBRDGSPROTO ideal-int 27589pkg syscall (openbsd-386-cgo), const SIOCBRDGSTO ideal-int 27590pkg syscall (openbsd-386-cgo), const SIOCBRDGSTXHC ideal-int 27591pkg syscall (openbsd-386-cgo), const SIOCDELMULTI ideal-int 27592pkg syscall (openbsd-386-cgo), const SIOCDIFADDR ideal-int 27593pkg syscall (openbsd-386-cgo), const SIOCDIFGROUP ideal-int 27594pkg syscall (openbsd-386-cgo), const SIOCDIFPHYADDR ideal-int 27595pkg syscall (openbsd-386-cgo), const SIOCDLIFADDR ideal-int 27596pkg syscall (openbsd-386-cgo), const SIOCGETKALIVE ideal-int 27597pkg syscall (openbsd-386-cgo), const SIOCGETLABEL ideal-int 27598pkg syscall (openbsd-386-cgo), const SIOCGETPFLOW ideal-int 27599pkg syscall (openbsd-386-cgo), const SIOCGETPFSYNC ideal-int 27600pkg syscall (openbsd-386-cgo), const SIOCGETSGCNT ideal-int 27601pkg syscall (openbsd-386-cgo), const SIOCGETVIFCNT ideal-int 27602pkg syscall (openbsd-386-cgo), const SIOCGHIWAT ideal-int 27603pkg syscall (openbsd-386-cgo), const SIOCGIFADDR ideal-int 27604pkg syscall (openbsd-386-cgo), const SIOCGIFASYNCMAP ideal-int 27605pkg syscall (openbsd-386-cgo), const SIOCGIFBRDADDR ideal-int 27606pkg syscall (openbsd-386-cgo), const SIOCGIFCONF ideal-int 27607pkg syscall (openbsd-386-cgo), const SIOCGIFDATA ideal-int 27608pkg syscall (openbsd-386-cgo), const SIOCGIFDESCR ideal-int 27609pkg syscall (openbsd-386-cgo), const SIOCGIFDSTADDR ideal-int 27610pkg syscall (openbsd-386-cgo), const SIOCGIFFLAGS ideal-int 27611pkg syscall (openbsd-386-cgo), const SIOCGIFGATTR ideal-int 27612pkg syscall (openbsd-386-cgo), const SIOCGIFGENERIC ideal-int 27613pkg syscall (openbsd-386-cgo), const SIOCGIFGMEMB ideal-int 27614pkg syscall (openbsd-386-cgo), const SIOCGIFGROUP ideal-int 27615pkg syscall (openbsd-386-cgo), const SIOCGIFMEDIA ideal-int 27616pkg syscall (openbsd-386-cgo), const SIOCGIFMETRIC ideal-int 27617pkg syscall (openbsd-386-cgo), const SIOCGIFMTU ideal-int 27618pkg syscall (openbsd-386-cgo), const SIOCGIFNETMASK ideal-int 27619pkg syscall (openbsd-386-cgo), const SIOCGIFPDSTADDR ideal-int 27620pkg syscall (openbsd-386-cgo), const SIOCGIFPRIORITY ideal-int 27621pkg syscall (openbsd-386-cgo), const SIOCGIFPSRCADDR ideal-int 27622pkg syscall (openbsd-386-cgo), const SIOCGIFRDOMAIN ideal-int 27623pkg syscall (openbsd-386-cgo), const SIOCGIFRTLABEL ideal-int 27624pkg syscall (openbsd-386-cgo), const SIOCGIFTIMESLOT ideal-int 27625pkg syscall (openbsd-386-cgo), const SIOCGIFXFLAGS ideal-int 27626pkg syscall (openbsd-386-cgo), const SIOCGLIFADDR ideal-int 27627pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYADDR ideal-int 27628pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYRTABLE ideal-int 27629pkg syscall (openbsd-386-cgo), const SIOCGLOWAT ideal-int 27630pkg syscall (openbsd-386-cgo), const SIOCGPGRP ideal-int 27631pkg syscall (openbsd-386-cgo), const SIOCGVH ideal-int 27632pkg syscall (openbsd-386-cgo), const SIOCIFCREATE ideal-int 27633pkg syscall (openbsd-386-cgo), const SIOCIFDESTROY ideal-int 27634pkg syscall (openbsd-386-cgo), const SIOCIFGCLONERS ideal-int 27635pkg syscall (openbsd-386-cgo), const SIOCSETKALIVE ideal-int 27636pkg syscall (openbsd-386-cgo), const SIOCSETLABEL ideal-int 27637pkg syscall (openbsd-386-cgo), const SIOCSETPFLOW ideal-int 27638pkg syscall (openbsd-386-cgo), const SIOCSETPFSYNC ideal-int 27639pkg syscall (openbsd-386-cgo), const SIOCSHIWAT ideal-int 27640pkg syscall (openbsd-386-cgo), const SIOCSIFADDR ideal-int 27641pkg syscall (openbsd-386-cgo), const SIOCSIFASYNCMAP ideal-int 27642pkg syscall (openbsd-386-cgo), const SIOCSIFBRDADDR ideal-int 27643pkg syscall (openbsd-386-cgo), const SIOCSIFDESCR ideal-int 27644pkg syscall (openbsd-386-cgo), const SIOCSIFDSTADDR ideal-int 27645pkg syscall (openbsd-386-cgo), const SIOCSIFFLAGS ideal-int 27646pkg syscall (openbsd-386-cgo), const SIOCSIFGATTR ideal-int 27647pkg syscall (openbsd-386-cgo), const SIOCSIFGENERIC ideal-int 27648pkg syscall (openbsd-386-cgo), const SIOCSIFLLADDR ideal-int 27649pkg syscall (openbsd-386-cgo), const SIOCSIFMEDIA ideal-int 27650pkg syscall (openbsd-386-cgo), const SIOCSIFMETRIC ideal-int 27651pkg syscall (openbsd-386-cgo), const SIOCSIFMTU ideal-int 27652pkg syscall (openbsd-386-cgo), const SIOCSIFNETMASK ideal-int 27653pkg syscall (openbsd-386-cgo), const SIOCSIFPHYADDR ideal-int 27654pkg syscall (openbsd-386-cgo), const SIOCSIFPRIORITY ideal-int 27655pkg syscall (openbsd-386-cgo), const SIOCSIFRDOMAIN ideal-int 27656pkg syscall (openbsd-386-cgo), const SIOCSIFRTLABEL ideal-int 27657pkg syscall (openbsd-386-cgo), const SIOCSIFTIMESLOT ideal-int 27658pkg syscall (openbsd-386-cgo), const SIOCSIFXFLAGS ideal-int 27659pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYADDR ideal-int 27660pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYRTABLE ideal-int 27661pkg syscall (openbsd-386-cgo), const SIOCSLOWAT ideal-int 27662pkg syscall (openbsd-386-cgo), const SIOCSPGRP ideal-int 27663pkg syscall (openbsd-386-cgo), const SIOCSVH ideal-int 27664pkg syscall (openbsd-386-cgo), const SOCK_RDM ideal-int 27665pkg syscall (openbsd-386-cgo), const SO_ACCEPTCONN ideal-int 27666pkg syscall (openbsd-386-cgo), const SO_BINDANY ideal-int 27667pkg syscall (openbsd-386-cgo), const SO_DEBUG ideal-int 27668pkg syscall (openbsd-386-cgo), const SO_ERROR ideal-int 27669pkg syscall (openbsd-386-cgo), const SO_NETPROC ideal-int 27670pkg syscall (openbsd-386-cgo), const SO_OOBINLINE ideal-int 27671pkg syscall (openbsd-386-cgo), const SO_PEERCRED ideal-int 27672pkg syscall (openbsd-386-cgo), const SO_RCVLOWAT ideal-int 27673pkg syscall (openbsd-386-cgo), const SO_RCVTIMEO ideal-int 27674pkg syscall (openbsd-386-cgo), const SO_REUSEPORT ideal-int 27675pkg syscall (openbsd-386-cgo), const SO_RTABLE ideal-int 27676pkg syscall (openbsd-386-cgo), const SO_SNDLOWAT ideal-int 27677pkg syscall (openbsd-386-cgo), const SO_SNDTIMEO ideal-int 27678pkg syscall (openbsd-386-cgo), const SO_SPLICE ideal-int 27679pkg syscall (openbsd-386-cgo), const SO_TIMESTAMP ideal-int 27680pkg syscall (openbsd-386-cgo), const SO_TYPE ideal-int 27681pkg syscall (openbsd-386-cgo), const SO_USELOOPBACK ideal-int 27682pkg syscall (openbsd-386-cgo), const SYS_ACCEPT ideal-int 27683pkg syscall (openbsd-386-cgo), const SYS_ACCESS ideal-int 27684pkg syscall (openbsd-386-cgo), const SYS_ACCT ideal-int 27685pkg syscall (openbsd-386-cgo), const SYS_ADJFREQ ideal-int 27686pkg syscall (openbsd-386-cgo), const SYS_ADJTIME ideal-int 27687pkg syscall (openbsd-386-cgo), const SYS_BIND ideal-int 27688pkg syscall (openbsd-386-cgo), const SYS_CHDIR ideal-int 27689pkg syscall (openbsd-386-cgo), const SYS_CHFLAGS ideal-int 27690pkg syscall (openbsd-386-cgo), const SYS_CHMOD ideal-int 27691pkg syscall (openbsd-386-cgo), const SYS_CHOWN ideal-int 27692pkg syscall (openbsd-386-cgo), const SYS_CHROOT ideal-int 27693pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETRES ideal-int 27694pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETTIME ideal-int 27695pkg syscall (openbsd-386-cgo), const SYS_CLOCK_SETTIME ideal-int 27696pkg syscall (openbsd-386-cgo), const SYS_CLOSE ideal-int 27697pkg syscall (openbsd-386-cgo), const SYS_CLOSEFROM ideal-int 27698pkg syscall (openbsd-386-cgo), const SYS_CONNECT ideal-int 27699pkg syscall (openbsd-386-cgo), const SYS_DUP ideal-int 27700pkg syscall (openbsd-386-cgo), const SYS_DUP2 ideal-int 27701pkg syscall (openbsd-386-cgo), const SYS_EXECVE ideal-int 27702pkg syscall (openbsd-386-cgo), const SYS_EXIT ideal-int 27703pkg syscall (openbsd-386-cgo), const SYS_FACCESSAT ideal-int 27704pkg syscall (openbsd-386-cgo), const SYS_FCHDIR ideal-int 27705pkg syscall (openbsd-386-cgo), const SYS_FCHFLAGS ideal-int 27706pkg syscall (openbsd-386-cgo), const SYS_FCHMOD ideal-int 27707pkg syscall (openbsd-386-cgo), const SYS_FCHMODAT ideal-int 27708pkg syscall (openbsd-386-cgo), const SYS_FCHOWN ideal-int 27709pkg syscall (openbsd-386-cgo), const SYS_FCHOWNAT ideal-int 27710pkg syscall (openbsd-386-cgo), const SYS_FCNTL ideal-int 27711pkg syscall (openbsd-386-cgo), const SYS_FHOPEN ideal-int 27712pkg syscall (openbsd-386-cgo), const SYS_FHSTAT ideal-int 27713pkg syscall (openbsd-386-cgo), const SYS_FHSTATFS ideal-int 27714pkg syscall (openbsd-386-cgo), const SYS_FLOCK ideal-int 27715pkg syscall (openbsd-386-cgo), const SYS_FORK ideal-int 27716pkg syscall (openbsd-386-cgo), const SYS_FPATHCONF ideal-int 27717pkg syscall (openbsd-386-cgo), const SYS_FSTAT ideal-int 27718pkg syscall (openbsd-386-cgo), const SYS_FSTATAT ideal-int 27719pkg syscall (openbsd-386-cgo), const SYS_FSTATFS ideal-int 27720pkg syscall (openbsd-386-cgo), const SYS_FSYNC ideal-int 27721pkg syscall (openbsd-386-cgo), const SYS_FTRUNCATE ideal-int 27722pkg syscall (openbsd-386-cgo), const SYS_FUTIMENS ideal-int 27723pkg syscall (openbsd-386-cgo), const SYS_FUTIMES ideal-int 27724pkg syscall (openbsd-386-cgo), const SYS_GETDIRENTRIES ideal-int 27725pkg syscall (openbsd-386-cgo), const SYS_GETDTABLECOUNT ideal-int 27726pkg syscall (openbsd-386-cgo), const SYS_GETEGID ideal-int 27727pkg syscall (openbsd-386-cgo), const SYS_GETEUID ideal-int 27728pkg syscall (openbsd-386-cgo), const SYS_GETFH ideal-int 27729pkg syscall (openbsd-386-cgo), const SYS_GETFSSTAT ideal-int 27730pkg syscall (openbsd-386-cgo), const SYS_GETGID ideal-int 27731pkg syscall (openbsd-386-cgo), const SYS_GETGROUPS ideal-int 27732pkg syscall (openbsd-386-cgo), const SYS_GETITIMER ideal-int 27733pkg syscall (openbsd-386-cgo), const SYS_GETLOGIN ideal-int 27734pkg syscall (openbsd-386-cgo), const SYS_GETPEERNAME ideal-int 27735pkg syscall (openbsd-386-cgo), const SYS_GETPGID ideal-int 27736pkg syscall (openbsd-386-cgo), const SYS_GETPGRP ideal-int 27737pkg syscall (openbsd-386-cgo), const SYS_GETPID ideal-int 27738pkg syscall (openbsd-386-cgo), const SYS_GETPPID ideal-int 27739pkg syscall (openbsd-386-cgo), const SYS_GETPRIORITY ideal-int 27740pkg syscall (openbsd-386-cgo), const SYS_GETRESGID ideal-int 27741pkg syscall (openbsd-386-cgo), const SYS_GETRESUID ideal-int 27742pkg syscall (openbsd-386-cgo), const SYS_GETRLIMIT ideal-int 27743pkg syscall (openbsd-386-cgo), const SYS_GETRTABLE ideal-int 27744pkg syscall (openbsd-386-cgo), const SYS_GETRUSAGE ideal-int 27745pkg syscall (openbsd-386-cgo), const SYS_GETSID ideal-int 27746pkg syscall (openbsd-386-cgo), const SYS_GETSOCKNAME ideal-int 27747pkg syscall (openbsd-386-cgo), const SYS_GETSOCKOPT ideal-int 27748pkg syscall (openbsd-386-cgo), const SYS_GETTHRID ideal-int 27749pkg syscall (openbsd-386-cgo), const SYS_GETTIMEOFDAY ideal-int 27750pkg syscall (openbsd-386-cgo), const SYS_GETUID ideal-int 27751pkg syscall (openbsd-386-cgo), const SYS_IOCTL ideal-int 27752pkg syscall (openbsd-386-cgo), const SYS_ISSETUGID ideal-int 27753pkg syscall (openbsd-386-cgo), const SYS_KEVENT ideal-int 27754pkg syscall (openbsd-386-cgo), const SYS_KILL ideal-int 27755pkg syscall (openbsd-386-cgo), const SYS_KQUEUE ideal-int 27756pkg syscall (openbsd-386-cgo), const SYS_KTRACE ideal-int 27757pkg syscall (openbsd-386-cgo), const SYS_LCHOWN ideal-int 27758pkg syscall (openbsd-386-cgo), const SYS_LINK ideal-int 27759pkg syscall (openbsd-386-cgo), const SYS_LINKAT ideal-int 27760pkg syscall (openbsd-386-cgo), const SYS_LISTEN ideal-int 27761pkg syscall (openbsd-386-cgo), const SYS_LSEEK ideal-int 27762pkg syscall (openbsd-386-cgo), const SYS_LSTAT ideal-int 27763pkg syscall (openbsd-386-cgo), const SYS_MADVISE ideal-int 27764pkg syscall (openbsd-386-cgo), const SYS_MINCORE ideal-int 27765pkg syscall (openbsd-386-cgo), const SYS_MINHERIT ideal-int 27766pkg syscall (openbsd-386-cgo), const SYS_MKDIR ideal-int 27767pkg syscall (openbsd-386-cgo), const SYS_MKDIRAT ideal-int 27768pkg syscall (openbsd-386-cgo), const SYS_MKFIFO ideal-int 27769pkg syscall (openbsd-386-cgo), const SYS_MKFIFOAT ideal-int 27770pkg syscall (openbsd-386-cgo), const SYS_MKNOD ideal-int 27771pkg syscall (openbsd-386-cgo), const SYS_MKNODAT ideal-int 27772pkg syscall (openbsd-386-cgo), const SYS_MLOCK ideal-int 27773pkg syscall (openbsd-386-cgo), const SYS_MLOCKALL ideal-int 27774pkg syscall (openbsd-386-cgo), const SYS_MMAP ideal-int 27775pkg syscall (openbsd-386-cgo), const SYS_MOUNT ideal-int 27776pkg syscall (openbsd-386-cgo), const SYS_MPROTECT ideal-int 27777pkg syscall (openbsd-386-cgo), const SYS_MQUERY ideal-int 27778pkg syscall (openbsd-386-cgo), const SYS_MSGCTL ideal-int 27779pkg syscall (openbsd-386-cgo), const SYS_MSGGET ideal-int 27780pkg syscall (openbsd-386-cgo), const SYS_MSGRCV ideal-int 27781pkg syscall (openbsd-386-cgo), const SYS_MSGSND ideal-int 27782pkg syscall (openbsd-386-cgo), const SYS_MSYNC ideal-int 27783pkg syscall (openbsd-386-cgo), const SYS_MUNLOCK ideal-int 27784pkg syscall (openbsd-386-cgo), const SYS_MUNLOCKALL ideal-int 27785pkg syscall (openbsd-386-cgo), const SYS_MUNMAP ideal-int 27786pkg syscall (openbsd-386-cgo), const SYS_NANOSLEEP ideal-int 27787pkg syscall (openbsd-386-cgo), const SYS_NFSSVC ideal-int 27788pkg syscall (openbsd-386-cgo), const SYS_OBREAK ideal-int 27789pkg syscall (openbsd-386-cgo), const SYS_OPEN ideal-int 27790pkg syscall (openbsd-386-cgo), const SYS_OPENAT ideal-int 27791pkg syscall (openbsd-386-cgo), const SYS_PATHCONF ideal-int 27792pkg syscall (openbsd-386-cgo), const SYS_PIPE ideal-int 27793pkg syscall (openbsd-386-cgo), const SYS_POLL ideal-int 27794pkg syscall (openbsd-386-cgo), const SYS_PREAD ideal-int 27795pkg syscall (openbsd-386-cgo), const SYS_PREADV ideal-int 27796pkg syscall (openbsd-386-cgo), const SYS_PROFIL ideal-int 27797pkg syscall (openbsd-386-cgo), const SYS_PTRACE ideal-int 27798pkg syscall (openbsd-386-cgo), const SYS_PWRITE ideal-int 27799pkg syscall (openbsd-386-cgo), const SYS_PWRITEV ideal-int 27800pkg syscall (openbsd-386-cgo), const SYS_QUOTACTL ideal-int 27801pkg syscall (openbsd-386-cgo), const SYS_READ ideal-int 27802pkg syscall (openbsd-386-cgo), const SYS_READLINK ideal-int 27803pkg syscall (openbsd-386-cgo), const SYS_READLINKAT ideal-int 27804pkg syscall (openbsd-386-cgo), const SYS_READV ideal-int 27805pkg syscall (openbsd-386-cgo), const SYS_REBOOT ideal-int 27806pkg syscall (openbsd-386-cgo), const SYS_RECVFROM ideal-int 27807pkg syscall (openbsd-386-cgo), const SYS_RECVMSG ideal-int 27808pkg syscall (openbsd-386-cgo), const SYS_RENAME ideal-int 27809pkg syscall (openbsd-386-cgo), const SYS_RENAMEAT ideal-int 27810pkg syscall (openbsd-386-cgo), const SYS_REVOKE ideal-int 27811pkg syscall (openbsd-386-cgo), const SYS_RMDIR ideal-int 27812pkg syscall (openbsd-386-cgo), const SYS_SCHED_YIELD ideal-int 27813pkg syscall (openbsd-386-cgo), const SYS_SELECT ideal-int 27814pkg syscall (openbsd-386-cgo), const SYS_SEMGET ideal-int 27815pkg syscall (openbsd-386-cgo), const SYS_SEMOP ideal-int 27816pkg syscall (openbsd-386-cgo), const SYS_SENDMSG ideal-int 27817pkg syscall (openbsd-386-cgo), const SYS_SENDTO ideal-int 27818pkg syscall (openbsd-386-cgo), const SYS_SETEGID ideal-int 27819pkg syscall (openbsd-386-cgo), const SYS_SETEUID ideal-int 27820pkg syscall (openbsd-386-cgo), const SYS_SETGID ideal-int 27821pkg syscall (openbsd-386-cgo), const SYS_SETGROUPS ideal-int 27822pkg syscall (openbsd-386-cgo), const SYS_SETITIMER ideal-int 27823pkg syscall (openbsd-386-cgo), const SYS_SETLOGIN ideal-int 27824pkg syscall (openbsd-386-cgo), const SYS_SETPGID ideal-int 27825pkg syscall (openbsd-386-cgo), const SYS_SETPRIORITY ideal-int 27826pkg syscall (openbsd-386-cgo), const SYS_SETREGID ideal-int 27827pkg syscall (openbsd-386-cgo), const SYS_SETRESGID ideal-int 27828pkg syscall (openbsd-386-cgo), const SYS_SETRESUID ideal-int 27829pkg syscall (openbsd-386-cgo), const SYS_SETREUID ideal-int 27830pkg syscall (openbsd-386-cgo), const SYS_SETRLIMIT ideal-int 27831pkg syscall (openbsd-386-cgo), const SYS_SETRTABLE ideal-int 27832pkg syscall (openbsd-386-cgo), const SYS_SETSID ideal-int 27833pkg syscall (openbsd-386-cgo), const SYS_SETSOCKOPT ideal-int 27834pkg syscall (openbsd-386-cgo), const SYS_SETTIMEOFDAY ideal-int 27835pkg syscall (openbsd-386-cgo), const SYS_SETUID ideal-int 27836pkg syscall (openbsd-386-cgo), const SYS_SHMAT ideal-int 27837pkg syscall (openbsd-386-cgo), const SYS_SHMCTL ideal-int 27838pkg syscall (openbsd-386-cgo), const SYS_SHMDT ideal-int 27839pkg syscall (openbsd-386-cgo), const SYS_SHMGET ideal-int 27840pkg syscall (openbsd-386-cgo), const SYS_SHUTDOWN ideal-int 27841pkg syscall (openbsd-386-cgo), const SYS_SIGACTION ideal-int 27842pkg syscall (openbsd-386-cgo), const SYS_SIGALTSTACK ideal-int 27843pkg syscall (openbsd-386-cgo), const SYS_SIGPENDING ideal-int 27844pkg syscall (openbsd-386-cgo), const SYS_SIGPROCMASK ideal-int 27845pkg syscall (openbsd-386-cgo), const SYS_SIGRETURN ideal-int 27846pkg syscall (openbsd-386-cgo), const SYS_SIGSUSPEND ideal-int 27847pkg syscall (openbsd-386-cgo), const SYS_SOCKET ideal-int 27848pkg syscall (openbsd-386-cgo), const SYS_SOCKETPAIR ideal-int 27849pkg syscall (openbsd-386-cgo), const SYS_STAT ideal-int 27850pkg syscall (openbsd-386-cgo), const SYS_STATFS ideal-int 27851pkg syscall (openbsd-386-cgo), const SYS_SWAPCTL ideal-int 27852pkg syscall (openbsd-386-cgo), const SYS_SYMLINK ideal-int 27853pkg syscall (openbsd-386-cgo), const SYS_SYMLINKAT ideal-int 27854pkg syscall (openbsd-386-cgo), const SYS_SYNC ideal-int 27855pkg syscall (openbsd-386-cgo), const SYS_SYSARCH ideal-int 27856pkg syscall (openbsd-386-cgo), const SYS_TRUNCATE ideal-int 27857pkg syscall (openbsd-386-cgo), const SYS_UMASK ideal-int 27858pkg syscall (openbsd-386-cgo), const SYS_UNLINK ideal-int 27859pkg syscall (openbsd-386-cgo), const SYS_UNLINKAT ideal-int 27860pkg syscall (openbsd-386-cgo), const SYS_UNMOUNT ideal-int 27861pkg syscall (openbsd-386-cgo), const SYS_UTIMENSAT ideal-int 27862pkg syscall (openbsd-386-cgo), const SYS_UTIMES ideal-int 27863pkg syscall (openbsd-386-cgo), const SYS_VFORK ideal-int 27864pkg syscall (openbsd-386-cgo), const SYS_WAIT4 ideal-int 27865pkg syscall (openbsd-386-cgo), const SYS_WRITE ideal-int 27866pkg syscall (openbsd-386-cgo), const SYS_WRITEV ideal-int 27867pkg syscall (openbsd-386-cgo), const SYS___GETCWD ideal-int 27868pkg syscall (openbsd-386-cgo), const SYS___GET_TCB ideal-int 27869pkg syscall (openbsd-386-cgo), const SYS___SEMCTL ideal-int 27870pkg syscall (openbsd-386-cgo), const SYS___SET_TCB ideal-int 27871pkg syscall (openbsd-386-cgo), const SYS___SYSCTL ideal-int 27872pkg syscall (openbsd-386-cgo), const SYS___TFORK ideal-int 27873pkg syscall (openbsd-386-cgo), const SYS___THREXIT ideal-int 27874pkg syscall (openbsd-386-cgo), const SYS___THRSIGDIVERT ideal-int 27875pkg syscall (openbsd-386-cgo), const SYS___THRSLEEP ideal-int 27876pkg syscall (openbsd-386-cgo), const SYS___THRWAKEUP ideal-int 27877pkg syscall (openbsd-386-cgo), const SizeofBpfHdr ideal-int 27878pkg syscall (openbsd-386-cgo), const SizeofBpfInsn ideal-int 27879pkg syscall (openbsd-386-cgo), const SizeofBpfProgram ideal-int 27880pkg syscall (openbsd-386-cgo), const SizeofBpfStat ideal-int 27881pkg syscall (openbsd-386-cgo), const SizeofBpfVersion ideal-int 27882pkg syscall (openbsd-386-cgo), const SizeofCmsghdr ideal-int 27883pkg syscall (openbsd-386-cgo), const SizeofICMPv6Filter = 32 27884pkg syscall (openbsd-386-cgo), const SizeofICMPv6Filter ideal-int 27885pkg syscall (openbsd-386-cgo), const SizeofIPMreq ideal-int 27886pkg syscall (openbsd-386-cgo), const SizeofIPv6MTUInfo = 32 27887pkg syscall (openbsd-386-cgo), const SizeofIPv6MTUInfo ideal-int 27888pkg syscall (openbsd-386-cgo), const SizeofIPv6Mreq ideal-int 27889pkg syscall (openbsd-386-cgo), const SizeofIfAnnounceMsghdr ideal-int 27890pkg syscall (openbsd-386-cgo), const SizeofIfData ideal-int 27891pkg syscall (openbsd-386-cgo), const SizeofIfMsghdr ideal-int 27892pkg syscall (openbsd-386-cgo), const SizeofIfaMsghdr ideal-int 27893pkg syscall (openbsd-386-cgo), const SizeofInet6Pktinfo ideal-int 27894pkg syscall (openbsd-386-cgo), const SizeofLinger ideal-int 27895pkg syscall (openbsd-386-cgo), const SizeofMsghdr ideal-int 27896pkg syscall (openbsd-386-cgo), const SizeofRtMetrics ideal-int 27897pkg syscall (openbsd-386-cgo), const SizeofRtMsghdr ideal-int 27898pkg syscall (openbsd-386-cgo), const SizeofSockaddrAny ideal-int 27899pkg syscall (openbsd-386-cgo), const SizeofSockaddrDatalink ideal-int 27900pkg syscall (openbsd-386-cgo), const SizeofSockaddrInet4 ideal-int 27901pkg syscall (openbsd-386-cgo), const SizeofSockaddrInet6 ideal-int 27902pkg syscall (openbsd-386-cgo), const SizeofSockaddrUnix ideal-int 27903pkg syscall (openbsd-386-cgo), const TCIFLUSH ideal-int 27904pkg syscall (openbsd-386-cgo), const TCIOFLUSH ideal-int 27905pkg syscall (openbsd-386-cgo), const TCOFLUSH ideal-int 27906pkg syscall (openbsd-386-cgo), const TCP_MAXBURST ideal-int 27907pkg syscall (openbsd-386-cgo), const TCP_MAXSEG ideal-int 27908pkg syscall (openbsd-386-cgo), const TCP_MAXWIN ideal-int 27909pkg syscall (openbsd-386-cgo), const TCP_MAX_SACK ideal-int 27910pkg syscall (openbsd-386-cgo), const TCP_MAX_WINSHIFT ideal-int 27911pkg syscall (openbsd-386-cgo), const TCP_MD5SIG ideal-int 27912pkg syscall (openbsd-386-cgo), const TCP_MSS ideal-int 27913pkg syscall (openbsd-386-cgo), const TCP_NSTATES ideal-int 27914pkg syscall (openbsd-386-cgo), const TCP_SACK_ENABLE ideal-int 27915pkg syscall (openbsd-386-cgo), const TCSAFLUSH ideal-int 27916pkg syscall (openbsd-386-cgo), const TIOCCBRK ideal-int 27917pkg syscall (openbsd-386-cgo), const TIOCCDTR ideal-int 27918pkg syscall (openbsd-386-cgo), const TIOCCONS ideal-int 27919pkg syscall (openbsd-386-cgo), const TIOCDRAIN ideal-int 27920pkg syscall (openbsd-386-cgo), const TIOCEXCL ideal-int 27921pkg syscall (openbsd-386-cgo), const TIOCEXT ideal-int 27922pkg syscall (openbsd-386-cgo), const TIOCFLAG_CLOCAL ideal-int 27923pkg syscall (openbsd-386-cgo), const TIOCFLAG_CRTSCTS ideal-int 27924pkg syscall (openbsd-386-cgo), const TIOCFLAG_MDMBUF ideal-int 27925pkg syscall (openbsd-386-cgo), const TIOCFLAG_PPS ideal-int 27926pkg syscall (openbsd-386-cgo), const TIOCFLAG_SOFTCAR ideal-int 27927pkg syscall (openbsd-386-cgo), const TIOCFLUSH ideal-int 27928pkg syscall (openbsd-386-cgo), const TIOCGETA ideal-int 27929pkg syscall (openbsd-386-cgo), const TIOCGETD ideal-int 27930pkg syscall (openbsd-386-cgo), const TIOCGFLAGS ideal-int 27931pkg syscall (openbsd-386-cgo), const TIOCGPGRP ideal-int 27932pkg syscall (openbsd-386-cgo), const TIOCGTSTAMP ideal-int 27933pkg syscall (openbsd-386-cgo), const TIOCGWINSZ ideal-int 27934pkg syscall (openbsd-386-cgo), const TIOCMBIC ideal-int 27935pkg syscall (openbsd-386-cgo), const TIOCMBIS ideal-int 27936pkg syscall (openbsd-386-cgo), const TIOCMGET ideal-int 27937pkg syscall (openbsd-386-cgo), const TIOCMODG ideal-int 27938pkg syscall (openbsd-386-cgo), const TIOCMODS ideal-int 27939pkg syscall (openbsd-386-cgo), const TIOCMSET ideal-int 27940pkg syscall (openbsd-386-cgo), const TIOCM_CAR ideal-int 27941pkg syscall (openbsd-386-cgo), const TIOCM_CD ideal-int 27942pkg syscall (openbsd-386-cgo), const TIOCM_CTS ideal-int 27943pkg syscall (openbsd-386-cgo), const TIOCM_DSR ideal-int 27944pkg syscall (openbsd-386-cgo), const TIOCM_DTR ideal-int 27945pkg syscall (openbsd-386-cgo), const TIOCM_LE ideal-int 27946pkg syscall (openbsd-386-cgo), const TIOCM_RI ideal-int 27947pkg syscall (openbsd-386-cgo), const TIOCM_RNG ideal-int 27948pkg syscall (openbsd-386-cgo), const TIOCM_RTS ideal-int 27949pkg syscall (openbsd-386-cgo), const TIOCM_SR ideal-int 27950pkg syscall (openbsd-386-cgo), const TIOCM_ST ideal-int 27951pkg syscall (openbsd-386-cgo), const TIOCNOTTY ideal-int 27952pkg syscall (openbsd-386-cgo), const TIOCNXCL ideal-int 27953pkg syscall (openbsd-386-cgo), const TIOCOUTQ ideal-int 27954pkg syscall (openbsd-386-cgo), const TIOCPKT ideal-int 27955pkg syscall (openbsd-386-cgo), const TIOCPKT_DATA ideal-int 27956pkg syscall (openbsd-386-cgo), const TIOCPKT_DOSTOP ideal-int 27957pkg syscall (openbsd-386-cgo), const TIOCPKT_FLUSHREAD ideal-int 27958pkg syscall (openbsd-386-cgo), const TIOCPKT_FLUSHWRITE ideal-int 27959pkg syscall (openbsd-386-cgo), const TIOCPKT_IOCTL ideal-int 27960pkg syscall (openbsd-386-cgo), const TIOCPKT_NOSTOP ideal-int 27961pkg syscall (openbsd-386-cgo), const TIOCPKT_START ideal-int 27962pkg syscall (openbsd-386-cgo), const TIOCPKT_STOP ideal-int 27963pkg syscall (openbsd-386-cgo), const TIOCREMOTE ideal-int 27964pkg syscall (openbsd-386-cgo), const TIOCSBRK ideal-int 27965pkg syscall (openbsd-386-cgo), const TIOCSCTTY ideal-int 27966pkg syscall (openbsd-386-cgo), const TIOCSDTR ideal-int 27967pkg syscall (openbsd-386-cgo), const TIOCSETA ideal-int 27968pkg syscall (openbsd-386-cgo), const TIOCSETAF ideal-int 27969pkg syscall (openbsd-386-cgo), const TIOCSETAW ideal-int 27970pkg syscall (openbsd-386-cgo), const TIOCSETD ideal-int 27971pkg syscall (openbsd-386-cgo), const TIOCSFLAGS ideal-int 27972pkg syscall (openbsd-386-cgo), const TIOCSIG ideal-int 27973pkg syscall (openbsd-386-cgo), const TIOCSPGRP ideal-int 27974pkg syscall (openbsd-386-cgo), const TIOCSTART ideal-int 27975pkg syscall (openbsd-386-cgo), const TIOCSTAT ideal-int 27976pkg syscall (openbsd-386-cgo), const TIOCSTI ideal-int 27977pkg syscall (openbsd-386-cgo), const TIOCSTOP ideal-int 27978pkg syscall (openbsd-386-cgo), const TIOCSTSTAMP ideal-int 27979pkg syscall (openbsd-386-cgo), const TIOCSWINSZ ideal-int 27980pkg syscall (openbsd-386-cgo), const TIOCUCNTL ideal-int 27981pkg syscall (openbsd-386-cgo), const TOSTOP ideal-int 27982pkg syscall (openbsd-386-cgo), const VDISCARD ideal-int 27983pkg syscall (openbsd-386-cgo), const VDSUSP ideal-int 27984pkg syscall (openbsd-386-cgo), const VEOF ideal-int 27985pkg syscall (openbsd-386-cgo), const VEOL ideal-int 27986pkg syscall (openbsd-386-cgo), const VEOL2 ideal-int 27987pkg syscall (openbsd-386-cgo), const VERASE ideal-int 27988pkg syscall (openbsd-386-cgo), const VINTR ideal-int 27989pkg syscall (openbsd-386-cgo), const VKILL ideal-int 27990pkg syscall (openbsd-386-cgo), const VLNEXT ideal-int 27991pkg syscall (openbsd-386-cgo), const VMIN ideal-int 27992pkg syscall (openbsd-386-cgo), const VQUIT ideal-int 27993pkg syscall (openbsd-386-cgo), const VREPRINT ideal-int 27994pkg syscall (openbsd-386-cgo), const VSTART ideal-int 27995pkg syscall (openbsd-386-cgo), const VSTATUS ideal-int 27996pkg syscall (openbsd-386-cgo), const VSTOP ideal-int 27997pkg syscall (openbsd-386-cgo), const VSUSP ideal-int 27998pkg syscall (openbsd-386-cgo), const VTIME ideal-int 27999pkg syscall (openbsd-386-cgo), const VWERASE ideal-int 28000pkg syscall (openbsd-386-cgo), const WALTSIG ideal-int 28001pkg syscall (openbsd-386-cgo), const WCONTINUED ideal-int 28002pkg syscall (openbsd-386-cgo), const WCOREFLAG ideal-int 28003pkg syscall (openbsd-386-cgo), const WNOHANG ideal-int 28004pkg syscall (openbsd-386-cgo), const WSTOPPED ideal-int 28005pkg syscall (openbsd-386-cgo), const WUNTRACED ideal-int 28006pkg syscall (openbsd-386-cgo), func Accept(int) (int, Sockaddr, error) 28007pkg syscall (openbsd-386-cgo), func Access(string, uint32) error 28008pkg syscall (openbsd-386-cgo), func Adjtime(*Timeval, *Timeval) error 28009pkg syscall (openbsd-386-cgo), func Bind(int, Sockaddr) error 28010pkg syscall (openbsd-386-cgo), func BpfBuflen(int) (int, error) 28011pkg syscall (openbsd-386-cgo), func BpfDatalink(int) (int, error) 28012pkg syscall (openbsd-386-cgo), func BpfHeadercmpl(int) (int, error) 28013pkg syscall (openbsd-386-cgo), func BpfInterface(int, string) (string, error) 28014pkg syscall (openbsd-386-cgo), func BpfJump(int, int, int, int) *BpfInsn 28015pkg syscall (openbsd-386-cgo), func BpfStats(int) (*BpfStat, error) 28016pkg syscall (openbsd-386-cgo), func BpfStmt(int, int) *BpfInsn 28017pkg syscall (openbsd-386-cgo), func BpfTimeout(int) (*Timeval, error) 28018pkg syscall (openbsd-386-cgo), func CheckBpfVersion(int) error 28019pkg syscall (openbsd-386-cgo), func Chflags(string, int) error 28020pkg syscall (openbsd-386-cgo), func Chroot(string) error 28021pkg syscall (openbsd-386-cgo), func Close(int) error 28022pkg syscall (openbsd-386-cgo), func CloseOnExec(int) 28023pkg syscall (openbsd-386-cgo), func CmsgLen(int) int 28024pkg syscall (openbsd-386-cgo), func CmsgSpace(int) int 28025pkg syscall (openbsd-386-cgo), func Connect(int, Sockaddr) error 28026pkg syscall (openbsd-386-cgo), func Dup(int) (int, error) 28027pkg syscall (openbsd-386-cgo), func Dup2(int, int) error 28028pkg syscall (openbsd-386-cgo), func Fchdir(int) error 28029pkg syscall (openbsd-386-cgo), func Fchflags(int, int) error 28030pkg syscall (openbsd-386-cgo), func Fchmod(int, uint32) error 28031pkg syscall (openbsd-386-cgo), func Fchown(int, int, int) error 28032pkg syscall (openbsd-386-cgo), func Flock(int, int) error 28033pkg syscall (openbsd-386-cgo), func FlushBpf(int) error 28034pkg syscall (openbsd-386-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) 28035pkg syscall (openbsd-386-cgo), func Fpathconf(int, int) (int, error) 28036pkg syscall (openbsd-386-cgo), func Fstat(int, *Stat_t) error 28037pkg syscall (openbsd-386-cgo), func Fstatfs(int, *Statfs_t) error 28038pkg syscall (openbsd-386-cgo), func Fsync(int) error 28039pkg syscall (openbsd-386-cgo), func Ftruncate(int, int64) error 28040pkg syscall (openbsd-386-cgo), func Futimes(int, []Timeval) error 28041pkg syscall (openbsd-386-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) 28042pkg syscall (openbsd-386-cgo), func Getfsstat([]Statfs_t, int) (int, error) 28043pkg syscall (openbsd-386-cgo), func Getpeername(int) (Sockaddr, error) 28044pkg syscall (openbsd-386-cgo), func Getpgid(int) (int, error) 28045pkg syscall (openbsd-386-cgo), func Getpgrp() int 28046pkg syscall (openbsd-386-cgo), func Getpriority(int, int) (int, error) 28047pkg syscall (openbsd-386-cgo), func Getrlimit(int, *Rlimit) error 28048pkg syscall (openbsd-386-cgo), func Getrusage(int, *Rusage) error 28049pkg syscall (openbsd-386-cgo), func Getsid(int) (int, error) 28050pkg syscall (openbsd-386-cgo), func Getsockname(int) (Sockaddr, error) 28051pkg syscall (openbsd-386-cgo), func GetsockoptByte(int, int, int) (uint8, error) 28052pkg syscall (openbsd-386-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 28053pkg syscall (openbsd-386-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) 28054pkg syscall (openbsd-386-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 28055pkg syscall (openbsd-386-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) 28056pkg syscall (openbsd-386-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) 28057pkg syscall (openbsd-386-cgo), func GetsockoptInt(int, int, int) (int, error) 28058pkg syscall (openbsd-386-cgo), func Issetugid() bool 28059pkg syscall (openbsd-386-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) 28060pkg syscall (openbsd-386-cgo), func Kill(int, Signal) error 28061pkg syscall (openbsd-386-cgo), func Kqueue() (int, error) 28062pkg syscall (openbsd-386-cgo), func Listen(int, int) error 28063pkg syscall (openbsd-386-cgo), func Lstat(string, *Stat_t) error 28064pkg syscall (openbsd-386-cgo), func Mkfifo(string, uint32) error 28065pkg syscall (openbsd-386-cgo), func Mknod(string, uint32, int) error 28066pkg syscall (openbsd-386-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) 28067pkg syscall (openbsd-386-cgo), func Munmap([]uint8) error 28068pkg syscall (openbsd-386-cgo), func Nanosleep(*Timespec, *Timespec) error 28069pkg syscall (openbsd-386-cgo), func Open(string, int, uint32) (int, error) 28070pkg syscall (openbsd-386-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) 28071pkg syscall (openbsd-386-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) 28072pkg syscall (openbsd-386-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) 28073pkg syscall (openbsd-386-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) 28074pkg syscall (openbsd-386-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) 28075pkg syscall (openbsd-386-cgo), func Pathconf(string, int) (int, error) 28076pkg syscall (openbsd-386-cgo), func Pipe([]int) error 28077pkg syscall (openbsd-386-cgo), func Pread(int, []uint8, int64) (int, error) 28078pkg syscall (openbsd-386-cgo), func Pwrite(int, []uint8, int64) (int, error) 28079pkg syscall (openbsd-386-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 28080pkg syscall (openbsd-386-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 28081pkg syscall (openbsd-386-cgo), func Read(int, []uint8) (int, error) 28082pkg syscall (openbsd-386-cgo), func ReadDirent(int, []uint8) (int, error) 28083pkg syscall (openbsd-386-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) 28084pkg syscall (openbsd-386-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) 28085pkg syscall (openbsd-386-cgo), func Revoke(string) error 28086pkg syscall (openbsd-386-cgo), func RouteRIB(int, int) ([]uint8, error) 28087pkg syscall (openbsd-386-cgo), func Seek(int, int64, int) (int64, error) 28088pkg syscall (openbsd-386-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error 28089pkg syscall (openbsd-386-cgo), func Sendfile(int, int, *int64, int) (int, error) 28090pkg syscall (openbsd-386-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error 28091pkg syscall (openbsd-386-cgo), func Sendto(int, []uint8, int, Sockaddr) error 28092pkg syscall (openbsd-386-cgo), func SetBpf(int, []BpfInsn) error 28093pkg syscall (openbsd-386-cgo), func SetBpfBuflen(int, int) (int, error) 28094pkg syscall (openbsd-386-cgo), func SetBpfDatalink(int, int) (int, error) 28095pkg syscall (openbsd-386-cgo), func SetBpfHeadercmpl(int, int) error 28096pkg syscall (openbsd-386-cgo), func SetBpfImmediate(int, int) error 28097pkg syscall (openbsd-386-cgo), func SetBpfInterface(int, string) error 28098pkg syscall (openbsd-386-cgo), func SetBpfPromisc(int, int) error 28099pkg syscall (openbsd-386-cgo), func SetBpfTimeout(int, *Timeval) error 28100pkg syscall (openbsd-386-cgo), func SetKevent(*Kevent_t, int, int, int) 28101pkg syscall (openbsd-386-cgo), func SetNonblock(int, bool) error 28102pkg syscall (openbsd-386-cgo), func Setegid(int) error 28103pkg syscall (openbsd-386-cgo), func Seteuid(int) error 28104pkg syscall (openbsd-386-cgo), func Setgid(int) error 28105pkg syscall (openbsd-386-cgo), func Setgroups([]int) error 28106pkg syscall (openbsd-386-cgo), func Setlogin(string) error 28107pkg syscall (openbsd-386-cgo), func Setpgid(int, int) error 28108pkg syscall (openbsd-386-cgo), func Setpriority(int, int, int) error 28109pkg syscall (openbsd-386-cgo), func Setregid(int, int) error 28110pkg syscall (openbsd-386-cgo), func Setreuid(int, int) error 28111pkg syscall (openbsd-386-cgo), func Setrlimit(int, *Rlimit) error 28112pkg syscall (openbsd-386-cgo), func Setsid() (int, error) 28113pkg syscall (openbsd-386-cgo), func SetsockoptByte(int, int, int, uint8) error 28114pkg syscall (openbsd-386-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 28115pkg syscall (openbsd-386-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error 28116pkg syscall (openbsd-386-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error 28117pkg syscall (openbsd-386-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error 28118pkg syscall (openbsd-386-cgo), func SetsockoptInt(int, int, int, int) error 28119pkg syscall (openbsd-386-cgo), func SetsockoptLinger(int, int, int, *Linger) error 28120pkg syscall (openbsd-386-cgo), func SetsockoptString(int, int, int, string) error 28121pkg syscall (openbsd-386-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error 28122pkg syscall (openbsd-386-cgo), func Settimeofday(*Timeval) error 28123pkg syscall (openbsd-386-cgo), func Setuid(int) error 28124pkg syscall (openbsd-386-cgo), func Shutdown(int, int) error 28125pkg syscall (openbsd-386-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) 28126pkg syscall (openbsd-386-cgo), func Socket(int, int, int) (int, error) 28127pkg syscall (openbsd-386-cgo), func Socketpair(int, int, int) ([2]int, error) 28128pkg syscall (openbsd-386-cgo), func Stat(string, *Stat_t) error 28129pkg syscall (openbsd-386-cgo), func Statfs(string, *Statfs_t) error 28130pkg syscall (openbsd-386-cgo), func StringSlicePtr([]string) []*uint8 28131pkg syscall (openbsd-386-cgo), func Sync() error 28132pkg syscall (openbsd-386-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 28133pkg syscall (openbsd-386-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 28134pkg syscall (openbsd-386-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 28135pkg syscall (openbsd-386-cgo), func Sysctl(string) (string, error) 28136pkg syscall (openbsd-386-cgo), func SysctlUint32(string) (uint32, error) 28137pkg syscall (openbsd-386-cgo), func TimevalToNsec(Timeval) int64 28138pkg syscall (openbsd-386-cgo), func Truncate(string, int64) error 28139pkg syscall (openbsd-386-cgo), func Umask(int) int 28140pkg syscall (openbsd-386-cgo), func UnixRights(...int) []uint8 28141pkg syscall (openbsd-386-cgo), func Unmount(string, int) error 28142pkg syscall (openbsd-386-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) 28143pkg syscall (openbsd-386-cgo), func Write(int, []uint8) (int, error) 28144pkg syscall (openbsd-386-cgo), method (*Cmsghdr) SetLen(int) 28145pkg syscall (openbsd-386-cgo), method (*Iovec) SetLen(int) 28146pkg syscall (openbsd-386-cgo), method (*Msghdr) SetControllen(int) 28147pkg syscall (openbsd-386-cgo), type BpfHdr struct 28148pkg syscall (openbsd-386-cgo), type BpfHdr struct, Caplen uint32 28149pkg syscall (openbsd-386-cgo), type BpfHdr struct, Datalen uint32 28150pkg syscall (openbsd-386-cgo), type BpfHdr struct, Hdrlen uint16 28151pkg syscall (openbsd-386-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8 28152pkg syscall (openbsd-386-cgo), type BpfHdr struct, Tstamp BpfTimeval 28153pkg syscall (openbsd-386-cgo), type BpfInsn struct 28154pkg syscall (openbsd-386-cgo), type BpfInsn struct, Code uint16 28155pkg syscall (openbsd-386-cgo), type BpfInsn struct, Jf uint8 28156pkg syscall (openbsd-386-cgo), type BpfInsn struct, Jt uint8 28157pkg syscall (openbsd-386-cgo), type BpfInsn struct, K uint32 28158pkg syscall (openbsd-386-cgo), type BpfProgram struct 28159pkg syscall (openbsd-386-cgo), type BpfProgram struct, Insns *BpfInsn 28160pkg syscall (openbsd-386-cgo), type BpfProgram struct, Len uint32 28161pkg syscall (openbsd-386-cgo), type BpfStat struct 28162pkg syscall (openbsd-386-cgo), type BpfStat struct, Drop uint32 28163pkg syscall (openbsd-386-cgo), type BpfStat struct, Recv uint32 28164pkg syscall (openbsd-386-cgo), type BpfTimeval struct 28165pkg syscall (openbsd-386-cgo), type BpfTimeval struct, Sec uint32 28166pkg syscall (openbsd-386-cgo), type BpfTimeval struct, Usec uint32 28167pkg syscall (openbsd-386-cgo), type BpfVersion struct 28168pkg syscall (openbsd-386-cgo), type BpfVersion struct, Major uint16 28169pkg syscall (openbsd-386-cgo), type BpfVersion struct, Minor uint16 28170pkg syscall (openbsd-386-cgo), type Cmsghdr struct 28171pkg syscall (openbsd-386-cgo), type Cmsghdr struct, Len uint32 28172pkg syscall (openbsd-386-cgo), type Cmsghdr struct, Level int32 28173pkg syscall (openbsd-386-cgo), type Cmsghdr struct, Type int32 28174pkg syscall (openbsd-386-cgo), type Credential struct 28175pkg syscall (openbsd-386-cgo), type Credential struct, Gid uint32 28176pkg syscall (openbsd-386-cgo), type Credential struct, Groups []uint32 28177pkg syscall (openbsd-386-cgo), type Credential struct, Uid uint32 28178pkg syscall (openbsd-386-cgo), type Dirent struct 28179pkg syscall (openbsd-386-cgo), type Dirent struct, Fileno uint32 28180pkg syscall (openbsd-386-cgo), type Dirent struct, Name [256]int8 28181pkg syscall (openbsd-386-cgo), type Dirent struct, Namlen uint8 28182pkg syscall (openbsd-386-cgo), type Dirent struct, Reclen uint16 28183pkg syscall (openbsd-386-cgo), type Dirent struct, Type uint8 28184pkg syscall (openbsd-386-cgo), type FdSet struct 28185pkg syscall (openbsd-386-cgo), type FdSet struct, Bits [32]int32 28186pkg syscall (openbsd-386-cgo), type Flock_t struct 28187pkg syscall (openbsd-386-cgo), type Flock_t struct, Len int64 28188pkg syscall (openbsd-386-cgo), type Flock_t struct, Pid int32 28189pkg syscall (openbsd-386-cgo), type Flock_t struct, Start int64 28190pkg syscall (openbsd-386-cgo), type Flock_t struct, Type int16 28191pkg syscall (openbsd-386-cgo), type Flock_t struct, Whence int16 28192pkg syscall (openbsd-386-cgo), type Fsid struct 28193pkg syscall (openbsd-386-cgo), type Fsid struct, Val [2]int32 28194pkg syscall (openbsd-386-cgo), type ICMPv6Filter struct 28195pkg syscall (openbsd-386-cgo), type ICMPv6Filter struct, Filt [8]uint32 28196pkg syscall (openbsd-386-cgo), type IPv6MTUInfo struct 28197pkg syscall (openbsd-386-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 28198pkg syscall (openbsd-386-cgo), type IPv6MTUInfo struct, Mtu uint32 28199pkg syscall (openbsd-386-cgo), type IfAnnounceMsghdr struct 28200pkg syscall (openbsd-386-cgo), type IfAnnounceMsghdr struct, Hdrlen uint16 28201pkg syscall (openbsd-386-cgo), type IfAnnounceMsghdr struct, Index uint16 28202pkg syscall (openbsd-386-cgo), type IfAnnounceMsghdr struct, Msglen uint16 28203pkg syscall (openbsd-386-cgo), type IfAnnounceMsghdr struct, Name [16]int8 28204pkg syscall (openbsd-386-cgo), type IfAnnounceMsghdr struct, Type uint8 28205pkg syscall (openbsd-386-cgo), type IfAnnounceMsghdr struct, Version uint8 28206pkg syscall (openbsd-386-cgo), type IfAnnounceMsghdr struct, What uint16 28207pkg syscall (openbsd-386-cgo), type IfData struct 28208pkg syscall (openbsd-386-cgo), type IfData struct, Addrlen uint8 28209pkg syscall (openbsd-386-cgo), type IfData struct, Baudrate uint64 28210pkg syscall (openbsd-386-cgo), type IfData struct, Capabilities uint32 28211pkg syscall (openbsd-386-cgo), type IfData struct, Collisions uint64 28212pkg syscall (openbsd-386-cgo), type IfData struct, Hdrlen uint8 28213pkg syscall (openbsd-386-cgo), type IfData struct, Ibytes uint64 28214pkg syscall (openbsd-386-cgo), type IfData struct, Ierrors uint64 28215pkg syscall (openbsd-386-cgo), type IfData struct, Imcasts uint64 28216pkg syscall (openbsd-386-cgo), type IfData struct, Ipackets uint64 28217pkg syscall (openbsd-386-cgo), type IfData struct, Iqdrops uint64 28218pkg syscall (openbsd-386-cgo), type IfData struct, Lastchange Timeval 28219pkg syscall (openbsd-386-cgo), type IfData struct, Link_state uint8 28220pkg syscall (openbsd-386-cgo), type IfData struct, Mclpool [7]Mclpool 28221pkg syscall (openbsd-386-cgo), type IfData struct, Metric uint32 28222pkg syscall (openbsd-386-cgo), type IfData struct, Mtu uint32 28223pkg syscall (openbsd-386-cgo), type IfData struct, Noproto uint64 28224pkg syscall (openbsd-386-cgo), type IfData struct, Obytes uint64 28225pkg syscall (openbsd-386-cgo), type IfData struct, Oerrors uint64 28226pkg syscall (openbsd-386-cgo), type IfData struct, Omcasts uint64 28227pkg syscall (openbsd-386-cgo), type IfData struct, Opackets uint64 28228pkg syscall (openbsd-386-cgo), type IfData struct, Pad uint32 28229pkg syscall (openbsd-386-cgo), type IfData struct, Type uint8 28230pkg syscall (openbsd-386-cgo), type IfMsghdr struct 28231pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Addrs int32 28232pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Data IfData 28233pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Flags int32 28234pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Hdrlen uint16 28235pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Index uint16 28236pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Msglen uint16 28237pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Pad1 uint8 28238pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Pad2 uint8 28239pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Tableid uint16 28240pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Type uint8 28241pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Version uint8 28242pkg syscall (openbsd-386-cgo), type IfMsghdr struct, Xflags int32 28243pkg syscall (openbsd-386-cgo), type IfaMsghdr struct 28244pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Addrs int32 28245pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Flags int32 28246pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Hdrlen uint16 28247pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Index uint16 28248pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Metric int32 28249pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Msglen uint16 28250pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Pad1 uint8 28251pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Pad2 uint8 28252pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Tableid uint16 28253pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Type uint8 28254pkg syscall (openbsd-386-cgo), type IfaMsghdr struct, Version uint8 28255pkg syscall (openbsd-386-cgo), type Inet6Pktinfo struct 28256pkg syscall (openbsd-386-cgo), type Inet6Pktinfo struct, Addr [16]uint8 28257pkg syscall (openbsd-386-cgo), type Inet6Pktinfo struct, Ifindex uint32 28258pkg syscall (openbsd-386-cgo), type InterfaceAddrMessage struct 28259pkg syscall (openbsd-386-cgo), type InterfaceAddrMessage struct, Data []uint8 28260pkg syscall (openbsd-386-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr 28261pkg syscall (openbsd-386-cgo), type InterfaceAnnounceMessage struct 28262pkg syscall (openbsd-386-cgo), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr 28263pkg syscall (openbsd-386-cgo), type InterfaceMessage struct 28264pkg syscall (openbsd-386-cgo), type InterfaceMessage struct, Data []uint8 28265pkg syscall (openbsd-386-cgo), type InterfaceMessage struct, Header IfMsghdr 28266pkg syscall (openbsd-386-cgo), type Iovec struct 28267pkg syscall (openbsd-386-cgo), type Iovec struct, Base *uint8 28268pkg syscall (openbsd-386-cgo), type Iovec struct, Len uint32 28269pkg syscall (openbsd-386-cgo), type Kevent_t struct 28270pkg syscall (openbsd-386-cgo), type Kevent_t struct, Data int32 28271pkg syscall (openbsd-386-cgo), type Kevent_t struct, Fflags uint32 28272pkg syscall (openbsd-386-cgo), type Kevent_t struct, Filter int16 28273pkg syscall (openbsd-386-cgo), type Kevent_t struct, Flags uint16 28274pkg syscall (openbsd-386-cgo), type Kevent_t struct, Ident uint32 28275pkg syscall (openbsd-386-cgo), type Kevent_t struct, Udata *uint8 28276pkg syscall (openbsd-386-cgo), type Mclpool struct 28277pkg syscall (openbsd-386-cgo), type Mclpool struct, Alive uint16 28278pkg syscall (openbsd-386-cgo), type Mclpool struct, Cwm uint16 28279pkg syscall (openbsd-386-cgo), type Mclpool struct, Grown uint32 28280pkg syscall (openbsd-386-cgo), type Mclpool struct, Hwm uint16 28281pkg syscall (openbsd-386-cgo), type Mclpool struct, Lwm uint16 28282pkg syscall (openbsd-386-cgo), type Msghdr struct 28283pkg syscall (openbsd-386-cgo), type Msghdr struct, Control *uint8 28284pkg syscall (openbsd-386-cgo), type Msghdr struct, Controllen uint32 28285pkg syscall (openbsd-386-cgo), type Msghdr struct, Flags int32 28286pkg syscall (openbsd-386-cgo), type Msghdr struct, Iov *Iovec 28287pkg syscall (openbsd-386-cgo), type Msghdr struct, Iovlen uint32 28288pkg syscall (openbsd-386-cgo), type Msghdr struct, Name *uint8 28289pkg syscall (openbsd-386-cgo), type Msghdr struct, Namelen uint32 28290pkg syscall (openbsd-386-cgo), type RawSockaddr struct, Data [14]int8 28291pkg syscall (openbsd-386-cgo), type RawSockaddr struct, Family uint8 28292pkg syscall (openbsd-386-cgo), type RawSockaddr struct, Len uint8 28293pkg syscall (openbsd-386-cgo), type RawSockaddrAny struct, Pad [92]int8 28294pkg syscall (openbsd-386-cgo), type RawSockaddrDatalink struct 28295pkg syscall (openbsd-386-cgo), type RawSockaddrDatalink struct, Alen uint8 28296pkg syscall (openbsd-386-cgo), type RawSockaddrDatalink struct, Data [24]int8 28297pkg syscall (openbsd-386-cgo), type RawSockaddrDatalink struct, Family uint8 28298pkg syscall (openbsd-386-cgo), type RawSockaddrDatalink struct, Index uint16 28299pkg syscall (openbsd-386-cgo), type RawSockaddrDatalink struct, Len uint8 28300pkg syscall (openbsd-386-cgo), type RawSockaddrDatalink struct, Nlen uint8 28301pkg syscall (openbsd-386-cgo), type RawSockaddrDatalink struct, Slen uint8 28302pkg syscall (openbsd-386-cgo), type RawSockaddrDatalink struct, Type uint8 28303pkg syscall (openbsd-386-cgo), type RawSockaddrInet4 struct, Family uint8 28304pkg syscall (openbsd-386-cgo), type RawSockaddrInet4 struct, Len uint8 28305pkg syscall (openbsd-386-cgo), type RawSockaddrInet4 struct, Zero [8]int8 28306pkg syscall (openbsd-386-cgo), type RawSockaddrInet6 struct, Family uint8 28307pkg syscall (openbsd-386-cgo), type RawSockaddrInet6 struct, Len uint8 28308pkg syscall (openbsd-386-cgo), type RawSockaddrUnix struct 28309pkg syscall (openbsd-386-cgo), type RawSockaddrUnix struct, Family uint8 28310pkg syscall (openbsd-386-cgo), type RawSockaddrUnix struct, Len uint8 28311pkg syscall (openbsd-386-cgo), type RawSockaddrUnix struct, Path [104]int8 28312pkg syscall (openbsd-386-cgo), type Rlimit struct 28313pkg syscall (openbsd-386-cgo), type Rlimit struct, Cur uint64 28314pkg syscall (openbsd-386-cgo), type Rlimit struct, Max uint64 28315pkg syscall (openbsd-386-cgo), type RouteMessage struct 28316pkg syscall (openbsd-386-cgo), type RouteMessage struct, Data []uint8 28317pkg syscall (openbsd-386-cgo), type RouteMessage struct, Header RtMsghdr 28318pkg syscall (openbsd-386-cgo), type RoutingMessage interface, unexported methods 28319pkg syscall (openbsd-386-cgo), type RtMetrics struct 28320pkg syscall (openbsd-386-cgo), type RtMetrics struct, Expire uint32 28321pkg syscall (openbsd-386-cgo), type RtMetrics struct, Hopcount uint32 28322pkg syscall (openbsd-386-cgo), type RtMetrics struct, Locks uint32 28323pkg syscall (openbsd-386-cgo), type RtMetrics struct, Mtu uint32 28324pkg syscall (openbsd-386-cgo), type RtMetrics struct, Pksent uint64 28325pkg syscall (openbsd-386-cgo), type RtMetrics struct, Recvpipe uint32 28326pkg syscall (openbsd-386-cgo), type RtMetrics struct, Refcnt uint32 28327pkg syscall (openbsd-386-cgo), type RtMetrics struct, Rtt uint32 28328pkg syscall (openbsd-386-cgo), type RtMetrics struct, Rttvar uint32 28329pkg syscall (openbsd-386-cgo), type RtMetrics struct, Sendpipe uint32 28330pkg syscall (openbsd-386-cgo), type RtMetrics struct, Ssthresh uint32 28331pkg syscall (openbsd-386-cgo), type RtMsghdr struct 28332pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Addrs int32 28333pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Errno int32 28334pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Flags int32 28335pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Fmask int32 28336pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Hdrlen uint16 28337pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Index uint16 28338pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Inits uint32 28339pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Mpls uint8 28340pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Msglen uint16 28341pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Pid int32 28342pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Priority uint8 28343pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Rmx RtMetrics 28344pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Seq int32 28345pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Tableid uint16 28346pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Type uint8 28347pkg syscall (openbsd-386-cgo), type RtMsghdr struct, Version uint8 28348pkg syscall (openbsd-386-cgo), type Rusage struct, Idrss int32 28349pkg syscall (openbsd-386-cgo), type Rusage struct, Inblock int32 28350pkg syscall (openbsd-386-cgo), type Rusage struct, Isrss int32 28351pkg syscall (openbsd-386-cgo), type Rusage struct, Ixrss int32 28352pkg syscall (openbsd-386-cgo), type Rusage struct, Majflt int32 28353pkg syscall (openbsd-386-cgo), type Rusage struct, Maxrss int32 28354pkg syscall (openbsd-386-cgo), type Rusage struct, Minflt int32 28355pkg syscall (openbsd-386-cgo), type Rusage struct, Msgrcv int32 28356pkg syscall (openbsd-386-cgo), type Rusage struct, Msgsnd int32 28357pkg syscall (openbsd-386-cgo), type Rusage struct, Nivcsw int32 28358pkg syscall (openbsd-386-cgo), type Rusage struct, Nsignals int32 28359pkg syscall (openbsd-386-cgo), type Rusage struct, Nswap int32 28360pkg syscall (openbsd-386-cgo), type Rusage struct, Nvcsw int32 28361pkg syscall (openbsd-386-cgo), type Rusage struct, Oublock int32 28362pkg syscall (openbsd-386-cgo), type Rusage struct, Stime Timeval 28363pkg syscall (openbsd-386-cgo), type Rusage struct, Utime Timeval 28364pkg syscall (openbsd-386-cgo), type SockaddrDatalink struct 28365pkg syscall (openbsd-386-cgo), type SockaddrDatalink struct, Alen uint8 28366pkg syscall (openbsd-386-cgo), type SockaddrDatalink struct, Data [24]int8 28367pkg syscall (openbsd-386-cgo), type SockaddrDatalink struct, Family uint8 28368pkg syscall (openbsd-386-cgo), type SockaddrDatalink struct, Index uint16 28369pkg syscall (openbsd-386-cgo), type SockaddrDatalink struct, Len uint8 28370pkg syscall (openbsd-386-cgo), type SockaddrDatalink struct, Nlen uint8 28371pkg syscall (openbsd-386-cgo), type SockaddrDatalink struct, Slen uint8 28372pkg syscall (openbsd-386-cgo), type SockaddrDatalink struct, Type uint8 28373pkg syscall (openbsd-386-cgo), type SocketControlMessage struct 28374pkg syscall (openbsd-386-cgo), type SocketControlMessage struct, Data []uint8 28375pkg syscall (openbsd-386-cgo), type SocketControlMessage struct, Header Cmsghdr 28376pkg syscall (openbsd-386-cgo), type Stat_t struct 28377pkg syscall (openbsd-386-cgo), type Stat_t struct, Atim Timespec 28378pkg syscall (openbsd-386-cgo), type Stat_t struct, Blksize uint32 28379pkg syscall (openbsd-386-cgo), type Stat_t struct, Blocks int64 28380pkg syscall (openbsd-386-cgo), type Stat_t struct, Ctim Timespec 28381pkg syscall (openbsd-386-cgo), type Stat_t struct, Dev int32 28382pkg syscall (openbsd-386-cgo), type Stat_t struct, Flags uint32 28383pkg syscall (openbsd-386-cgo), type Stat_t struct, Gen uint32 28384pkg syscall (openbsd-386-cgo), type Stat_t struct, Gid uint32 28385pkg syscall (openbsd-386-cgo), type Stat_t struct, Ino uint32 28386pkg syscall (openbsd-386-cgo), type Stat_t struct, Lspare0 int32 28387pkg syscall (openbsd-386-cgo), type Stat_t struct, Lspare1 int32 28388pkg syscall (openbsd-386-cgo), type Stat_t struct, Mode uint32 28389pkg syscall (openbsd-386-cgo), type Stat_t struct, Mtim Timespec 28390pkg syscall (openbsd-386-cgo), type Stat_t struct, Nlink uint32 28391pkg syscall (openbsd-386-cgo), type Stat_t struct, Qspare [2]int64 28392pkg syscall (openbsd-386-cgo), type Stat_t struct, Rdev int32 28393pkg syscall (openbsd-386-cgo), type Stat_t struct, Size int64 28394pkg syscall (openbsd-386-cgo), type Stat_t struct, Uid uint32 28395pkg syscall (openbsd-386-cgo), type Stat_t struct, X__st_birthtim Timespec 28396pkg syscall (openbsd-386-cgo), type Statfs_t struct 28397pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_asyncreads uint64 28398pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_asyncwrites uint64 28399pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_bavail int64 28400pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_bfree uint64 28401pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_blocks uint64 28402pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_bsize uint32 28403pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_ctime uint32 28404pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_favail int64 28405pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_ffree uint64 28406pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_files uint64 28407pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_flags uint32 28408pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_fsid Fsid 28409pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_fstypename [16]int8 28410pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_iosize uint32 28411pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_mntfromname [90]int8 28412pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_mntonname [90]int8 28413pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_namemax uint32 28414pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_owner uint32 28415pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_spare [3]uint32 28416pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_syncreads uint64 28417pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_syncwrites uint64 28418pkg syscall (openbsd-386-cgo), type Statfs_t struct, Mount_info [160]uint8 28419pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Chroot string 28420pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Credential *Credential 28421pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Noctty bool 28422pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Ptrace bool 28423pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Setctty bool 28424pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Setpgid bool 28425pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Setsid bool 28426pkg syscall (openbsd-386-cgo), type Timespec struct, Nsec int32 28427pkg syscall (openbsd-386-cgo), type Timespec struct, Sec int32 28428pkg syscall (openbsd-386-cgo), type Timeval struct, Sec int32 28429pkg syscall (openbsd-386-cgo), type Timeval struct, Usec int32 28430pkg syscall (openbsd-386-cgo), type WaitStatus uint32 28431pkg syscall (openbsd-386-cgo), var Stderr int 28432pkg syscall (openbsd-386-cgo), var Stdin int 28433pkg syscall (openbsd-386-cgo), var Stdout int 28434pkg syscall (openbsd-amd64), const AF_APPLETALK ideal-int 28435pkg syscall (openbsd-amd64), const AF_BLUETOOTH ideal-int 28436pkg syscall (openbsd-amd64), const AF_CCITT ideal-int 28437pkg syscall (openbsd-amd64), const AF_CHAOS ideal-int 28438pkg syscall (openbsd-amd64), const AF_CNT ideal-int 28439pkg syscall (openbsd-amd64), const AF_COIP ideal-int 28440pkg syscall (openbsd-amd64), const AF_DATAKIT ideal-int 28441pkg syscall (openbsd-amd64), const AF_DECnet ideal-int 28442pkg syscall (openbsd-amd64), const AF_DLI ideal-int 28443pkg syscall (openbsd-amd64), const AF_E164 ideal-int 28444pkg syscall (openbsd-amd64), const AF_ECMA ideal-int 28445pkg syscall (openbsd-amd64), const AF_ENCAP ideal-int 28446pkg syscall (openbsd-amd64), const AF_HYLINK ideal-int 28447pkg syscall (openbsd-amd64), const AF_IMPLINK ideal-int 28448pkg syscall (openbsd-amd64), const AF_IPX ideal-int 28449pkg syscall (openbsd-amd64), const AF_ISDN ideal-int 28450pkg syscall (openbsd-amd64), const AF_ISO ideal-int 28451pkg syscall (openbsd-amd64), const AF_KEY ideal-int 28452pkg syscall (openbsd-amd64), const AF_LAT ideal-int 28453pkg syscall (openbsd-amd64), const AF_LINK ideal-int 28454pkg syscall (openbsd-amd64), const AF_LOCAL ideal-int 28455pkg syscall (openbsd-amd64), const AF_MAX ideal-int 28456pkg syscall (openbsd-amd64), const AF_MPLS ideal-int 28457pkg syscall (openbsd-amd64), const AF_NATM ideal-int 28458pkg syscall (openbsd-amd64), const AF_NS ideal-int 28459pkg syscall (openbsd-amd64), const AF_OSI ideal-int 28460pkg syscall (openbsd-amd64), const AF_PUP ideal-int 28461pkg syscall (openbsd-amd64), const AF_ROUTE ideal-int 28462pkg syscall (openbsd-amd64), const AF_SIP ideal-int 28463pkg syscall (openbsd-amd64), const AF_SNA ideal-int 28464pkg syscall (openbsd-amd64), const ARPHRD_ETHER ideal-int 28465pkg syscall (openbsd-amd64), const ARPHRD_FRELAY ideal-int 28466pkg syscall (openbsd-amd64), const ARPHRD_IEEE1394 ideal-int 28467pkg syscall (openbsd-amd64), const ARPHRD_IEEE802 ideal-int 28468pkg syscall (openbsd-amd64), const B0 ideal-int 28469pkg syscall (openbsd-amd64), const B110 ideal-int 28470pkg syscall (openbsd-amd64), const B115200 ideal-int 28471pkg syscall (openbsd-amd64), const B1200 ideal-int 28472pkg syscall (openbsd-amd64), const B134 ideal-int 28473pkg syscall (openbsd-amd64), const B14400 ideal-int 28474pkg syscall (openbsd-amd64), const B150 ideal-int 28475pkg syscall (openbsd-amd64), const B1800 ideal-int 28476pkg syscall (openbsd-amd64), const B19200 ideal-int 28477pkg syscall (openbsd-amd64), const B200 ideal-int 28478pkg syscall (openbsd-amd64), const B230400 ideal-int 28479pkg syscall (openbsd-amd64), const B2400 ideal-int 28480pkg syscall (openbsd-amd64), const B28800 ideal-int 28481pkg syscall (openbsd-amd64), const B300 ideal-int 28482pkg syscall (openbsd-amd64), const B38400 ideal-int 28483pkg syscall (openbsd-amd64), const B4800 ideal-int 28484pkg syscall (openbsd-amd64), const B50 ideal-int 28485pkg syscall (openbsd-amd64), const B57600 ideal-int 28486pkg syscall (openbsd-amd64), const B600 ideal-int 28487pkg syscall (openbsd-amd64), const B7200 ideal-int 28488pkg syscall (openbsd-amd64), const B75 ideal-int 28489pkg syscall (openbsd-amd64), const B76800 ideal-int 28490pkg syscall (openbsd-amd64), const B9600 ideal-int 28491pkg syscall (openbsd-amd64), const BIOCFLUSH ideal-int 28492pkg syscall (openbsd-amd64), const BIOCGBLEN ideal-int 28493pkg syscall (openbsd-amd64), const BIOCGDIRFILT ideal-int 28494pkg syscall (openbsd-amd64), const BIOCGDLT ideal-int 28495pkg syscall (openbsd-amd64), const BIOCGDLTLIST ideal-int 28496pkg syscall (openbsd-amd64), const BIOCGETIF ideal-int 28497pkg syscall (openbsd-amd64), const BIOCGFILDROP ideal-int 28498pkg syscall (openbsd-amd64), const BIOCGHDRCMPLT ideal-int 28499pkg syscall (openbsd-amd64), const BIOCGRSIG ideal-int 28500pkg syscall (openbsd-amd64), const BIOCGRTIMEOUT ideal-int 28501pkg syscall (openbsd-amd64), const BIOCGSTATS ideal-int 28502pkg syscall (openbsd-amd64), const BIOCIMMEDIATE ideal-int 28503pkg syscall (openbsd-amd64), const BIOCLOCK ideal-int 28504pkg syscall (openbsd-amd64), const BIOCPROMISC ideal-int 28505pkg syscall (openbsd-amd64), const BIOCSBLEN ideal-int 28506pkg syscall (openbsd-amd64), const BIOCSDIRFILT ideal-int 28507pkg syscall (openbsd-amd64), const BIOCSDLT ideal-int 28508pkg syscall (openbsd-amd64), const BIOCSETF ideal-int 28509pkg syscall (openbsd-amd64), const BIOCSETIF ideal-int 28510pkg syscall (openbsd-amd64), const BIOCSETWF ideal-int 28511pkg syscall (openbsd-amd64), const BIOCSFILDROP ideal-int 28512pkg syscall (openbsd-amd64), const BIOCSHDRCMPLT ideal-int 28513pkg syscall (openbsd-amd64), const BIOCSRSIG ideal-int 28514pkg syscall (openbsd-amd64), const BIOCSRTIMEOUT ideal-int 28515pkg syscall (openbsd-amd64), const BIOCVERSION ideal-int 28516pkg syscall (openbsd-amd64), const BPF_A ideal-int 28517pkg syscall (openbsd-amd64), const BPF_ABS ideal-int 28518pkg syscall (openbsd-amd64), const BPF_ADD ideal-int 28519pkg syscall (openbsd-amd64), const BPF_ALIGNMENT ideal-int 28520pkg syscall (openbsd-amd64), const BPF_ALU ideal-int 28521pkg syscall (openbsd-amd64), const BPF_AND ideal-int 28522pkg syscall (openbsd-amd64), const BPF_B ideal-int 28523pkg syscall (openbsd-amd64), const BPF_DIRECTION_IN ideal-int 28524pkg syscall (openbsd-amd64), const BPF_DIRECTION_OUT ideal-int 28525pkg syscall (openbsd-amd64), const BPF_DIV ideal-int 28526pkg syscall (openbsd-amd64), const BPF_H ideal-int 28527pkg syscall (openbsd-amd64), const BPF_IMM ideal-int 28528pkg syscall (openbsd-amd64), const BPF_IND ideal-int 28529pkg syscall (openbsd-amd64), const BPF_JA ideal-int 28530pkg syscall (openbsd-amd64), const BPF_JEQ ideal-int 28531pkg syscall (openbsd-amd64), const BPF_JGE ideal-int 28532pkg syscall (openbsd-amd64), const BPF_JGT ideal-int 28533pkg syscall (openbsd-amd64), const BPF_JMP ideal-int 28534pkg syscall (openbsd-amd64), const BPF_JSET ideal-int 28535pkg syscall (openbsd-amd64), const BPF_K ideal-int 28536pkg syscall (openbsd-amd64), const BPF_LD ideal-int 28537pkg syscall (openbsd-amd64), const BPF_LDX ideal-int 28538pkg syscall (openbsd-amd64), const BPF_LEN ideal-int 28539pkg syscall (openbsd-amd64), const BPF_LSH ideal-int 28540pkg syscall (openbsd-amd64), const BPF_MAJOR_VERSION ideal-int 28541pkg syscall (openbsd-amd64), const BPF_MAXBUFSIZE ideal-int 28542pkg syscall (openbsd-amd64), const BPF_MAXINSNS ideal-int 28543pkg syscall (openbsd-amd64), const BPF_MEM ideal-int 28544pkg syscall (openbsd-amd64), const BPF_MEMWORDS ideal-int 28545pkg syscall (openbsd-amd64), const BPF_MINBUFSIZE ideal-int 28546pkg syscall (openbsd-amd64), const BPF_MINOR_VERSION ideal-int 28547pkg syscall (openbsd-amd64), const BPF_MISC ideal-int 28548pkg syscall (openbsd-amd64), const BPF_MSH ideal-int 28549pkg syscall (openbsd-amd64), const BPF_MUL ideal-int 28550pkg syscall (openbsd-amd64), const BPF_NEG ideal-int 28551pkg syscall (openbsd-amd64), const BPF_OR ideal-int 28552pkg syscall (openbsd-amd64), const BPF_RELEASE ideal-int 28553pkg syscall (openbsd-amd64), const BPF_RET ideal-int 28554pkg syscall (openbsd-amd64), const BPF_RSH ideal-int 28555pkg syscall (openbsd-amd64), const BPF_ST ideal-int 28556pkg syscall (openbsd-amd64), const BPF_STX ideal-int 28557pkg syscall (openbsd-amd64), const BPF_SUB ideal-int 28558pkg syscall (openbsd-amd64), const BPF_TAX ideal-int 28559pkg syscall (openbsd-amd64), const BPF_TXA ideal-int 28560pkg syscall (openbsd-amd64), const BPF_W ideal-int 28561pkg syscall (openbsd-amd64), const BPF_X ideal-int 28562pkg syscall (openbsd-amd64), const BRKINT ideal-int 28563pkg syscall (openbsd-amd64), const CCR0_FLUSH ideal-int 28564pkg syscall (openbsd-amd64), const CFLUSH ideal-int 28565pkg syscall (openbsd-amd64), const CLOCAL ideal-int 28566pkg syscall (openbsd-amd64), const CPUID_CFLUSH ideal-int 28567pkg syscall (openbsd-amd64), const CREAD ideal-int 28568pkg syscall (openbsd-amd64), const CS5 ideal-int 28569pkg syscall (openbsd-amd64), const CS6 ideal-int 28570pkg syscall (openbsd-amd64), const CS7 ideal-int 28571pkg syscall (openbsd-amd64), const CS8 ideal-int 28572pkg syscall (openbsd-amd64), const CSIZE ideal-int 28573pkg syscall (openbsd-amd64), const CSTART ideal-int 28574pkg syscall (openbsd-amd64), const CSTATUS ideal-int 28575pkg syscall (openbsd-amd64), const CSTOP ideal-int 28576pkg syscall (openbsd-amd64), const CSTOPB ideal-int 28577pkg syscall (openbsd-amd64), const CSUSP ideal-int 28578pkg syscall (openbsd-amd64), const CTL_MAXNAME ideal-int 28579pkg syscall (openbsd-amd64), const CTL_NET ideal-int 28580pkg syscall (openbsd-amd64), const DIOCOSFPFLUSH ideal-int 28581pkg syscall (openbsd-amd64), const DLT_ARCNET ideal-int 28582pkg syscall (openbsd-amd64), const DLT_ATM_RFC1483 ideal-int 28583pkg syscall (openbsd-amd64), const DLT_AX25 ideal-int 28584pkg syscall (openbsd-amd64), const DLT_CHAOS ideal-int 28585pkg syscall (openbsd-amd64), const DLT_C_HDLC ideal-int 28586pkg syscall (openbsd-amd64), const DLT_EN10MB ideal-int 28587pkg syscall (openbsd-amd64), const DLT_EN3MB ideal-int 28588pkg syscall (openbsd-amd64), const DLT_ENC ideal-int 28589pkg syscall (openbsd-amd64), const DLT_FDDI ideal-int 28590pkg syscall (openbsd-amd64), const DLT_IEEE802 ideal-int 28591pkg syscall (openbsd-amd64), const DLT_IEEE802_11 ideal-int 28592pkg syscall (openbsd-amd64), const DLT_IEEE802_11_RADIO ideal-int 28593pkg syscall (openbsd-amd64), const DLT_LOOP ideal-int 28594pkg syscall (openbsd-amd64), const DLT_MPLS ideal-int 28595pkg syscall (openbsd-amd64), const DLT_NULL ideal-int 28596pkg syscall (openbsd-amd64), const DLT_PFLOG ideal-int 28597pkg syscall (openbsd-amd64), const DLT_PFSYNC ideal-int 28598pkg syscall (openbsd-amd64), const DLT_PPP ideal-int 28599pkg syscall (openbsd-amd64), const DLT_PPP_BSDOS ideal-int 28600pkg syscall (openbsd-amd64), const DLT_PPP_ETHER ideal-int 28601pkg syscall (openbsd-amd64), const DLT_PPP_SERIAL ideal-int 28602pkg syscall (openbsd-amd64), const DLT_PRONET ideal-int 28603pkg syscall (openbsd-amd64), const DLT_RAW ideal-int 28604pkg syscall (openbsd-amd64), const DLT_SLIP ideal-int 28605pkg syscall (openbsd-amd64), const DLT_SLIP_BSDOS ideal-int 28606pkg syscall (openbsd-amd64), const DT_BLK ideal-int 28607pkg syscall (openbsd-amd64), const DT_CHR ideal-int 28608pkg syscall (openbsd-amd64), const DT_DIR ideal-int 28609pkg syscall (openbsd-amd64), const DT_FIFO ideal-int 28610pkg syscall (openbsd-amd64), const DT_LNK ideal-int 28611pkg syscall (openbsd-amd64), const DT_REG ideal-int 28612pkg syscall (openbsd-amd64), const DT_SOCK ideal-int 28613pkg syscall (openbsd-amd64), const DT_UNKNOWN ideal-int 28614pkg syscall (openbsd-amd64), const EAUTH Errno 28615pkg syscall (openbsd-amd64), const EBADRPC Errno 28616pkg syscall (openbsd-amd64), const ECHO ideal-int 28617pkg syscall (openbsd-amd64), const ECHOCTL ideal-int 28618pkg syscall (openbsd-amd64), const ECHOE ideal-int 28619pkg syscall (openbsd-amd64), const ECHOK ideal-int 28620pkg syscall (openbsd-amd64), const ECHOKE ideal-int 28621pkg syscall (openbsd-amd64), const ECHONL ideal-int 28622pkg syscall (openbsd-amd64), const ECHOPRT ideal-int 28623pkg syscall (openbsd-amd64), const EFER_LMA ideal-int 28624pkg syscall (openbsd-amd64), const EFER_LME ideal-int 28625pkg syscall (openbsd-amd64), const EFER_NXE ideal-int 28626pkg syscall (openbsd-amd64), const EFER_SCE ideal-int 28627pkg syscall (openbsd-amd64), const EFTYPE Errno 28628pkg syscall (openbsd-amd64), const EIPSEC Errno 28629pkg syscall (openbsd-amd64), const ELAST Errno 28630pkg syscall (openbsd-amd64), const EMEDIUMTYPE Errno 28631pkg syscall (openbsd-amd64), const EMT_TAGOVF ideal-int 28632pkg syscall (openbsd-amd64), const EMUL_ENABLED ideal-int 28633pkg syscall (openbsd-amd64), const EMUL_NATIVE ideal-int 28634pkg syscall (openbsd-amd64), const ENDRUNDISC ideal-int 28635pkg syscall (openbsd-amd64), const ENEEDAUTH Errno 28636pkg syscall (openbsd-amd64), const ENOATTR Errno 28637pkg syscall (openbsd-amd64), const ENOMEDIUM Errno 28638pkg syscall (openbsd-amd64), const EPROCLIM Errno 28639pkg syscall (openbsd-amd64), const EPROCUNAVAIL Errno 28640pkg syscall (openbsd-amd64), const EPROGMISMATCH Errno 28641pkg syscall (openbsd-amd64), const EPROGUNAVAIL Errno 28642pkg syscall (openbsd-amd64), const ERPCMISMATCH Errno 28643pkg syscall (openbsd-amd64), const ETHERMIN ideal-int 28644pkg syscall (openbsd-amd64), const ETHERMTU ideal-int 28645pkg syscall (openbsd-amd64), const ETHERTYPE_8023 ideal-int 28646pkg syscall (openbsd-amd64), const ETHERTYPE_AARP ideal-int 28647pkg syscall (openbsd-amd64), const ETHERTYPE_ACCTON ideal-int 28648pkg syscall (openbsd-amd64), const ETHERTYPE_AEONIC ideal-int 28649pkg syscall (openbsd-amd64), const ETHERTYPE_ALPHA ideal-int 28650pkg syscall (openbsd-amd64), const ETHERTYPE_AMBER ideal-int 28651pkg syscall (openbsd-amd64), const ETHERTYPE_AMOEBA ideal-int 28652pkg syscall (openbsd-amd64), const ETHERTYPE_AOE ideal-int 28653pkg syscall (openbsd-amd64), const ETHERTYPE_APOLLO ideal-int 28654pkg syscall (openbsd-amd64), const ETHERTYPE_APOLLODOMAIN ideal-int 28655pkg syscall (openbsd-amd64), const ETHERTYPE_APPLETALK ideal-int 28656pkg syscall (openbsd-amd64), const ETHERTYPE_APPLITEK ideal-int 28657pkg syscall (openbsd-amd64), const ETHERTYPE_ARGONAUT ideal-int 28658pkg syscall (openbsd-amd64), const ETHERTYPE_ARP ideal-int 28659pkg syscall (openbsd-amd64), const ETHERTYPE_AT ideal-int 28660pkg syscall (openbsd-amd64), const ETHERTYPE_ATALK ideal-int 28661pkg syscall (openbsd-amd64), const ETHERTYPE_ATOMIC ideal-int 28662pkg syscall (openbsd-amd64), const ETHERTYPE_ATT ideal-int 28663pkg syscall (openbsd-amd64), const ETHERTYPE_ATTSTANFORD ideal-int 28664pkg syscall (openbsd-amd64), const ETHERTYPE_AUTOPHON ideal-int 28665pkg syscall (openbsd-amd64), const ETHERTYPE_AXIS ideal-int 28666pkg syscall (openbsd-amd64), const ETHERTYPE_BCLOOP ideal-int 28667pkg syscall (openbsd-amd64), const ETHERTYPE_BOFL ideal-int 28668pkg syscall (openbsd-amd64), const ETHERTYPE_CABLETRON ideal-int 28669pkg syscall (openbsd-amd64), const ETHERTYPE_CHAOS ideal-int 28670pkg syscall (openbsd-amd64), const ETHERTYPE_COMDESIGN ideal-int 28671pkg syscall (openbsd-amd64), const ETHERTYPE_COMPUGRAPHIC ideal-int 28672pkg syscall (openbsd-amd64), const ETHERTYPE_COUNTERPOINT ideal-int 28673pkg syscall (openbsd-amd64), const ETHERTYPE_CRONUS ideal-int 28674pkg syscall (openbsd-amd64), const ETHERTYPE_CRONUSVLN ideal-int 28675pkg syscall (openbsd-amd64), const ETHERTYPE_DCA ideal-int 28676pkg syscall (openbsd-amd64), const ETHERTYPE_DDE ideal-int 28677pkg syscall (openbsd-amd64), const ETHERTYPE_DEBNI ideal-int 28678pkg syscall (openbsd-amd64), const ETHERTYPE_DECAM ideal-int 28679pkg syscall (openbsd-amd64), const ETHERTYPE_DECCUST ideal-int 28680pkg syscall (openbsd-amd64), const ETHERTYPE_DECDIAG ideal-int 28681pkg syscall (openbsd-amd64), const ETHERTYPE_DECDNS ideal-int 28682pkg syscall (openbsd-amd64), const ETHERTYPE_DECDTS ideal-int 28683pkg syscall (openbsd-amd64), const ETHERTYPE_DECEXPER ideal-int 28684pkg syscall (openbsd-amd64), const ETHERTYPE_DECLAST ideal-int 28685pkg syscall (openbsd-amd64), const ETHERTYPE_DECLTM ideal-int 28686pkg syscall (openbsd-amd64), const ETHERTYPE_DECMUMPS ideal-int 28687pkg syscall (openbsd-amd64), const ETHERTYPE_DECNETBIOS ideal-int 28688pkg syscall (openbsd-amd64), const ETHERTYPE_DELTACON ideal-int 28689pkg syscall (openbsd-amd64), const ETHERTYPE_DIDDLE ideal-int 28690pkg syscall (openbsd-amd64), const ETHERTYPE_DLOG1 ideal-int 28691pkg syscall (openbsd-amd64), const ETHERTYPE_DLOG2 ideal-int 28692pkg syscall (openbsd-amd64), const ETHERTYPE_DN ideal-int 28693pkg syscall (openbsd-amd64), const ETHERTYPE_DOGFIGHT ideal-int 28694pkg syscall (openbsd-amd64), const ETHERTYPE_DSMD ideal-int 28695pkg syscall (openbsd-amd64), const ETHERTYPE_ECMA ideal-int 28696pkg syscall (openbsd-amd64), const ETHERTYPE_ENCRYPT ideal-int 28697pkg syscall (openbsd-amd64), const ETHERTYPE_ES ideal-int 28698pkg syscall (openbsd-amd64), const ETHERTYPE_EXCELAN ideal-int 28699pkg syscall (openbsd-amd64), const ETHERTYPE_EXPERDATA ideal-int 28700pkg syscall (openbsd-amd64), const ETHERTYPE_FLIP ideal-int 28701pkg syscall (openbsd-amd64), const ETHERTYPE_FLOWCONTROL ideal-int 28702pkg syscall (openbsd-amd64), const ETHERTYPE_FRARP ideal-int 28703pkg syscall (openbsd-amd64), const ETHERTYPE_GENDYN ideal-int 28704pkg syscall (openbsd-amd64), const ETHERTYPE_HAYES ideal-int 28705pkg syscall (openbsd-amd64), const ETHERTYPE_HIPPI_FP ideal-int 28706pkg syscall (openbsd-amd64), const ETHERTYPE_HITACHI ideal-int 28707pkg syscall (openbsd-amd64), const ETHERTYPE_HP ideal-int 28708pkg syscall (openbsd-amd64), const ETHERTYPE_IEEEPUP ideal-int 28709pkg syscall (openbsd-amd64), const ETHERTYPE_IEEEPUPAT ideal-int 28710pkg syscall (openbsd-amd64), const ETHERTYPE_IMLBL ideal-int 28711pkg syscall (openbsd-amd64), const ETHERTYPE_IMLBLDIAG ideal-int 28712pkg syscall (openbsd-amd64), const ETHERTYPE_IP ideal-int 28713pkg syscall (openbsd-amd64), const ETHERTYPE_IPAS ideal-int 28714pkg syscall (openbsd-amd64), const ETHERTYPE_IPV6 ideal-int 28715pkg syscall (openbsd-amd64), const ETHERTYPE_IPX ideal-int 28716pkg syscall (openbsd-amd64), const ETHERTYPE_IPXNEW ideal-int 28717pkg syscall (openbsd-amd64), const ETHERTYPE_KALPANA ideal-int 28718pkg syscall (openbsd-amd64), const ETHERTYPE_LANBRIDGE ideal-int 28719pkg syscall (openbsd-amd64), const ETHERTYPE_LANPROBE ideal-int 28720pkg syscall (openbsd-amd64), const ETHERTYPE_LAT ideal-int 28721pkg syscall (openbsd-amd64), const ETHERTYPE_LBACK ideal-int 28722pkg syscall (openbsd-amd64), const ETHERTYPE_LITTLE ideal-int 28723pkg syscall (openbsd-amd64), const ETHERTYPE_LLDP ideal-int 28724pkg syscall (openbsd-amd64), const ETHERTYPE_LOGICRAFT ideal-int 28725pkg syscall (openbsd-amd64), const ETHERTYPE_LOOPBACK ideal-int 28726pkg syscall (openbsd-amd64), const ETHERTYPE_MATRA ideal-int 28727pkg syscall (openbsd-amd64), const ETHERTYPE_MAX ideal-int 28728pkg syscall (openbsd-amd64), const ETHERTYPE_MERIT ideal-int 28729pkg syscall (openbsd-amd64), const ETHERTYPE_MICP ideal-int 28730pkg syscall (openbsd-amd64), const ETHERTYPE_MOPDL ideal-int 28731pkg syscall (openbsd-amd64), const ETHERTYPE_MOPRC ideal-int 28732pkg syscall (openbsd-amd64), const ETHERTYPE_MOTOROLA ideal-int 28733pkg syscall (openbsd-amd64), const ETHERTYPE_MPLS ideal-int 28734pkg syscall (openbsd-amd64), const ETHERTYPE_MPLS_MCAST ideal-int 28735pkg syscall (openbsd-amd64), const ETHERTYPE_MUMPS ideal-int 28736pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCC ideal-int 28737pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLAIM ideal-int 28738pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLREQ ideal-int 28739pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLRSP ideal-int 28740pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCREQ ideal-int 28741pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCRSP ideal-int 28742pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDG ideal-int 28743pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDGB ideal-int 28744pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDLTE ideal-int 28745pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRAR ideal-int 28746pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRAS ideal-int 28747pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRST ideal-int 28748pkg syscall (openbsd-amd64), const ETHERTYPE_NBPSCD ideal-int 28749pkg syscall (openbsd-amd64), const ETHERTYPE_NBPVCD ideal-int 28750pkg syscall (openbsd-amd64), const ETHERTYPE_NBS ideal-int 28751pkg syscall (openbsd-amd64), const ETHERTYPE_NCD ideal-int 28752pkg syscall (openbsd-amd64), const ETHERTYPE_NESTAR ideal-int 28753pkg syscall (openbsd-amd64), const ETHERTYPE_NETBEUI ideal-int 28754pkg syscall (openbsd-amd64), const ETHERTYPE_NOVELL ideal-int 28755pkg syscall (openbsd-amd64), const ETHERTYPE_NS ideal-int 28756pkg syscall (openbsd-amd64), const ETHERTYPE_NSAT ideal-int 28757pkg syscall (openbsd-amd64), const ETHERTYPE_NSCOMPAT ideal-int 28758pkg syscall (openbsd-amd64), const ETHERTYPE_NTRAILER ideal-int 28759pkg syscall (openbsd-amd64), const ETHERTYPE_OS9 ideal-int 28760pkg syscall (openbsd-amd64), const ETHERTYPE_OS9NET ideal-int 28761pkg syscall (openbsd-amd64), const ETHERTYPE_PACER ideal-int 28762pkg syscall (openbsd-amd64), const ETHERTYPE_PAE ideal-int 28763pkg syscall (openbsd-amd64), const ETHERTYPE_PCS ideal-int 28764pkg syscall (openbsd-amd64), const ETHERTYPE_PLANNING ideal-int 28765pkg syscall (openbsd-amd64), const ETHERTYPE_PPP ideal-int 28766pkg syscall (openbsd-amd64), const ETHERTYPE_PPPOE ideal-int 28767pkg syscall (openbsd-amd64), const ETHERTYPE_PPPOEDISC ideal-int 28768pkg syscall (openbsd-amd64), const ETHERTYPE_PRIMENTS ideal-int 28769pkg syscall (openbsd-amd64), const ETHERTYPE_PUP ideal-int 28770pkg syscall (openbsd-amd64), const ETHERTYPE_PUPAT ideal-int 28771pkg syscall (openbsd-amd64), const ETHERTYPE_QINQ ideal-int 28772pkg syscall (openbsd-amd64), const ETHERTYPE_RACAL ideal-int 28773pkg syscall (openbsd-amd64), const ETHERTYPE_RATIONAL ideal-int 28774pkg syscall (openbsd-amd64), const ETHERTYPE_RAWFR ideal-int 28775pkg syscall (openbsd-amd64), const ETHERTYPE_RCL ideal-int 28776pkg syscall (openbsd-amd64), const ETHERTYPE_RDP ideal-int 28777pkg syscall (openbsd-amd64), const ETHERTYPE_RETIX ideal-int 28778pkg syscall (openbsd-amd64), const ETHERTYPE_REVARP ideal-int 28779pkg syscall (openbsd-amd64), const ETHERTYPE_SCA ideal-int 28780pkg syscall (openbsd-amd64), const ETHERTYPE_SECTRA ideal-int 28781pkg syscall (openbsd-amd64), const ETHERTYPE_SECUREDATA ideal-int 28782pkg syscall (openbsd-amd64), const ETHERTYPE_SGITW ideal-int 28783pkg syscall (openbsd-amd64), const ETHERTYPE_SG_BOUNCE ideal-int 28784pkg syscall (openbsd-amd64), const ETHERTYPE_SG_DIAG ideal-int 28785pkg syscall (openbsd-amd64), const ETHERTYPE_SG_NETGAMES ideal-int 28786pkg syscall (openbsd-amd64), const ETHERTYPE_SG_RESV ideal-int 28787pkg syscall (openbsd-amd64), const ETHERTYPE_SIMNET ideal-int 28788pkg syscall (openbsd-amd64), const ETHERTYPE_SLOW ideal-int 28789pkg syscall (openbsd-amd64), const ETHERTYPE_SNA ideal-int 28790pkg syscall (openbsd-amd64), const ETHERTYPE_SNMP ideal-int 28791pkg syscall (openbsd-amd64), const ETHERTYPE_SONIX ideal-int 28792pkg syscall (openbsd-amd64), const ETHERTYPE_SPIDER ideal-int 28793pkg syscall (openbsd-amd64), const ETHERTYPE_SPRITE ideal-int 28794pkg syscall (openbsd-amd64), const ETHERTYPE_STP ideal-int 28795pkg syscall (openbsd-amd64), const ETHERTYPE_TALARIS ideal-int 28796pkg syscall (openbsd-amd64), const ETHERTYPE_TALARISMC ideal-int 28797pkg syscall (openbsd-amd64), const ETHERTYPE_TCPCOMP ideal-int 28798pkg syscall (openbsd-amd64), const ETHERTYPE_TCPSM ideal-int 28799pkg syscall (openbsd-amd64), const ETHERTYPE_TEC ideal-int 28800pkg syscall (openbsd-amd64), const ETHERTYPE_TIGAN ideal-int 28801pkg syscall (openbsd-amd64), const ETHERTYPE_TRAIL ideal-int 28802pkg syscall (openbsd-amd64), const ETHERTYPE_TRANSETHER ideal-int 28803pkg syscall (openbsd-amd64), const ETHERTYPE_TYMSHARE ideal-int 28804pkg syscall (openbsd-amd64), const ETHERTYPE_UBBST ideal-int 28805pkg syscall (openbsd-amd64), const ETHERTYPE_UBDEBUG ideal-int 28806pkg syscall (openbsd-amd64), const ETHERTYPE_UBDIAGLOOP ideal-int 28807pkg syscall (openbsd-amd64), const ETHERTYPE_UBDL ideal-int 28808pkg syscall (openbsd-amd64), const ETHERTYPE_UBNIU ideal-int 28809pkg syscall (openbsd-amd64), const ETHERTYPE_UBNMC ideal-int 28810pkg syscall (openbsd-amd64), const ETHERTYPE_VALID ideal-int 28811pkg syscall (openbsd-amd64), const ETHERTYPE_VARIAN ideal-int 28812pkg syscall (openbsd-amd64), const ETHERTYPE_VAXELN ideal-int 28813pkg syscall (openbsd-amd64), const ETHERTYPE_VEECO ideal-int 28814pkg syscall (openbsd-amd64), const ETHERTYPE_VEXP ideal-int 28815pkg syscall (openbsd-amd64), const ETHERTYPE_VGLAB ideal-int 28816pkg syscall (openbsd-amd64), const ETHERTYPE_VINES ideal-int 28817pkg syscall (openbsd-amd64), const ETHERTYPE_VINESECHO ideal-int 28818pkg syscall (openbsd-amd64), const ETHERTYPE_VINESLOOP ideal-int 28819pkg syscall (openbsd-amd64), const ETHERTYPE_VITAL ideal-int 28820pkg syscall (openbsd-amd64), const ETHERTYPE_VLAN ideal-int 28821pkg syscall (openbsd-amd64), const ETHERTYPE_VLTLMAN ideal-int 28822pkg syscall (openbsd-amd64), const ETHERTYPE_VPROD ideal-int 28823pkg syscall (openbsd-amd64), const ETHERTYPE_VURESERVED ideal-int 28824pkg syscall (openbsd-amd64), const ETHERTYPE_WATERLOO ideal-int 28825pkg syscall (openbsd-amd64), const ETHERTYPE_WELLFLEET ideal-int 28826pkg syscall (openbsd-amd64), const ETHERTYPE_X25 ideal-int 28827pkg syscall (openbsd-amd64), const ETHERTYPE_X75 ideal-int 28828pkg syscall (openbsd-amd64), const ETHERTYPE_XNSSM ideal-int 28829pkg syscall (openbsd-amd64), const ETHERTYPE_XTP ideal-int 28830pkg syscall (openbsd-amd64), const ETHER_ADDR_LEN ideal-int 28831pkg syscall (openbsd-amd64), const ETHER_ALIGN ideal-int 28832pkg syscall (openbsd-amd64), const ETHER_CRC_LEN ideal-int 28833pkg syscall (openbsd-amd64), const ETHER_CRC_POLY_BE ideal-int 28834pkg syscall (openbsd-amd64), const ETHER_CRC_POLY_LE ideal-int 28835pkg syscall (openbsd-amd64), const ETHER_HDR_LEN ideal-int 28836pkg syscall (openbsd-amd64), const ETHER_MAX_DIX_LEN ideal-int 28837pkg syscall (openbsd-amd64), const ETHER_MAX_LEN ideal-int 28838pkg syscall (openbsd-amd64), const ETHER_MIN_LEN ideal-int 28839pkg syscall (openbsd-amd64), const ETHER_TYPE_LEN ideal-int 28840pkg syscall (openbsd-amd64), const ETHER_VLAN_ENCAP_LEN ideal-int 28841pkg syscall (openbsd-amd64), const EVFILT_AIO ideal-int 28842pkg syscall (openbsd-amd64), const EVFILT_PROC ideal-int 28843pkg syscall (openbsd-amd64), const EVFILT_READ ideal-int 28844pkg syscall (openbsd-amd64), const EVFILT_SIGNAL ideal-int 28845pkg syscall (openbsd-amd64), const EVFILT_SYSCOUNT ideal-int 28846pkg syscall (openbsd-amd64), const EVFILT_TIMER ideal-int 28847pkg syscall (openbsd-amd64), const EVFILT_VNODE ideal-int 28848pkg syscall (openbsd-amd64), const EVFILT_WRITE ideal-int 28849pkg syscall (openbsd-amd64), const EV_ADD ideal-int 28850pkg syscall (openbsd-amd64), const EV_CLEAR ideal-int 28851pkg syscall (openbsd-amd64), const EV_DELETE ideal-int 28852pkg syscall (openbsd-amd64), const EV_DISABLE ideal-int 28853pkg syscall (openbsd-amd64), const EV_ENABLE ideal-int 28854pkg syscall (openbsd-amd64), const EV_EOF ideal-int 28855pkg syscall (openbsd-amd64), const EV_ERROR ideal-int 28856pkg syscall (openbsd-amd64), const EV_FLAG1 ideal-int 28857pkg syscall (openbsd-amd64), const EV_ONESHOT ideal-int 28858pkg syscall (openbsd-amd64), const EV_SYSFLAGS ideal-int 28859pkg syscall (openbsd-amd64), const EXTA ideal-int 28860pkg syscall (openbsd-amd64), const EXTB ideal-int 28861pkg syscall (openbsd-amd64), const EXTPROC ideal-int 28862pkg syscall (openbsd-amd64), const FD_CLOEXEC ideal-int 28863pkg syscall (openbsd-amd64), const FD_SETSIZE ideal-int 28864pkg syscall (openbsd-amd64), const FLUSHO ideal-int 28865pkg syscall (openbsd-amd64), const F_DUPFD ideal-int 28866pkg syscall (openbsd-amd64), const F_DUPFD_CLOEXEC ideal-int 28867pkg syscall (openbsd-amd64), const F_GETFD ideal-int 28868pkg syscall (openbsd-amd64), const F_GETFL ideal-int 28869pkg syscall (openbsd-amd64), const F_GETLK ideal-int 28870pkg syscall (openbsd-amd64), const F_GETOWN ideal-int 28871pkg syscall (openbsd-amd64), const F_OK ideal-int 28872pkg syscall (openbsd-amd64), const F_RDLCK ideal-int 28873pkg syscall (openbsd-amd64), const F_SETFD ideal-int 28874pkg syscall (openbsd-amd64), const F_SETFL ideal-int 28875pkg syscall (openbsd-amd64), const F_SETLK ideal-int 28876pkg syscall (openbsd-amd64), const F_SETLKW ideal-int 28877pkg syscall (openbsd-amd64), const F_SETOWN ideal-int 28878pkg syscall (openbsd-amd64), const F_UNLCK ideal-int 28879pkg syscall (openbsd-amd64), const F_WRLCK ideal-int 28880pkg syscall (openbsd-amd64), const HUPCL ideal-int 28881pkg syscall (openbsd-amd64), const ICANON ideal-int 28882pkg syscall (openbsd-amd64), const ICMP6_FILTER = 18 28883pkg syscall (openbsd-amd64), const ICMP6_FILTER ideal-int 28884pkg syscall (openbsd-amd64), const ICRNL ideal-int 28885pkg syscall (openbsd-amd64), const IEXTEN ideal-int 28886pkg syscall (openbsd-amd64), const IFAN_ARRIVAL ideal-int 28887pkg syscall (openbsd-amd64), const IFAN_DEPARTURE ideal-int 28888pkg syscall (openbsd-amd64), const IFA_ROUTE ideal-int 28889pkg syscall (openbsd-amd64), const IFF_ALLMULTI ideal-int 28890pkg syscall (openbsd-amd64), const IFF_CANTCHANGE ideal-int 28891pkg syscall (openbsd-amd64), const IFF_DEBUG ideal-int 28892pkg syscall (openbsd-amd64), const IFF_LINK0 ideal-int 28893pkg syscall (openbsd-amd64), const IFF_LINK1 ideal-int 28894pkg syscall (openbsd-amd64), const IFF_LINK2 ideal-int 28895pkg syscall (openbsd-amd64), const IFF_NOARP ideal-int 28896pkg syscall (openbsd-amd64), const IFF_NOTRAILERS ideal-int 28897pkg syscall (openbsd-amd64), const IFF_OACTIVE ideal-int 28898pkg syscall (openbsd-amd64), const IFF_POINTOPOINT ideal-int 28899pkg syscall (openbsd-amd64), const IFF_PROMISC ideal-int 28900pkg syscall (openbsd-amd64), const IFF_RUNNING ideal-int 28901pkg syscall (openbsd-amd64), const IFF_SIMPLEX ideal-int 28902pkg syscall (openbsd-amd64), const IFNAMSIZ ideal-int 28903pkg syscall (openbsd-amd64), const IFT_1822 ideal-int 28904pkg syscall (openbsd-amd64), const IFT_A12MPPSWITCH ideal-int 28905pkg syscall (openbsd-amd64), const IFT_AAL2 ideal-int 28906pkg syscall (openbsd-amd64), const IFT_AAL5 ideal-int 28907pkg syscall (openbsd-amd64), const IFT_ADSL ideal-int 28908pkg syscall (openbsd-amd64), const IFT_AFLANE8023 ideal-int 28909pkg syscall (openbsd-amd64), const IFT_AFLANE8025 ideal-int 28910pkg syscall (openbsd-amd64), const IFT_ARAP ideal-int 28911pkg syscall (openbsd-amd64), const IFT_ARCNET ideal-int 28912pkg syscall (openbsd-amd64), const IFT_ARCNETPLUS ideal-int 28913pkg syscall (openbsd-amd64), const IFT_ASYNC ideal-int 28914pkg syscall (openbsd-amd64), const IFT_ATM ideal-int 28915pkg syscall (openbsd-amd64), const IFT_ATMDXI ideal-int 28916pkg syscall (openbsd-amd64), const IFT_ATMFUNI ideal-int 28917pkg syscall (openbsd-amd64), const IFT_ATMIMA ideal-int 28918pkg syscall (openbsd-amd64), const IFT_ATMLOGICAL ideal-int 28919pkg syscall (openbsd-amd64), const IFT_ATMRADIO ideal-int 28920pkg syscall (openbsd-amd64), const IFT_ATMSUBINTERFACE ideal-int 28921pkg syscall (openbsd-amd64), const IFT_ATMVCIENDPT ideal-int 28922pkg syscall (openbsd-amd64), const IFT_ATMVIRTUAL ideal-int 28923pkg syscall (openbsd-amd64), const IFT_BGPPOLICYACCOUNTING ideal-int 28924pkg syscall (openbsd-amd64), const IFT_BLUETOOTH ideal-int 28925pkg syscall (openbsd-amd64), const IFT_BRIDGE ideal-int 28926pkg syscall (openbsd-amd64), const IFT_BSC ideal-int 28927pkg syscall (openbsd-amd64), const IFT_CARP ideal-int 28928pkg syscall (openbsd-amd64), const IFT_CCTEMUL ideal-int 28929pkg syscall (openbsd-amd64), const IFT_CEPT ideal-int 28930pkg syscall (openbsd-amd64), const IFT_CES ideal-int 28931pkg syscall (openbsd-amd64), const IFT_CHANNEL ideal-int 28932pkg syscall (openbsd-amd64), const IFT_CNR ideal-int 28933pkg syscall (openbsd-amd64), const IFT_COFFEE ideal-int 28934pkg syscall (openbsd-amd64), const IFT_COMPOSITELINK ideal-int 28935pkg syscall (openbsd-amd64), const IFT_DCN ideal-int 28936pkg syscall (openbsd-amd64), const IFT_DIGITALPOWERLINE ideal-int 28937pkg syscall (openbsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int 28938pkg syscall (openbsd-amd64), const IFT_DLSW ideal-int 28939pkg syscall (openbsd-amd64), const IFT_DOCSCABLEDOWNSTREAM ideal-int 28940pkg syscall (openbsd-amd64), const IFT_DOCSCABLEMACLAYER ideal-int 28941pkg syscall (openbsd-amd64), const IFT_DOCSCABLEUPSTREAM ideal-int 28942pkg syscall (openbsd-amd64), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int 28943pkg syscall (openbsd-amd64), const IFT_DS0 ideal-int 28944pkg syscall (openbsd-amd64), const IFT_DS0BUNDLE ideal-int 28945pkg syscall (openbsd-amd64), const IFT_DS1FDL ideal-int 28946pkg syscall (openbsd-amd64), const IFT_DS3 ideal-int 28947pkg syscall (openbsd-amd64), const IFT_DTM ideal-int 28948pkg syscall (openbsd-amd64), const IFT_DUMMY ideal-int 28949pkg syscall (openbsd-amd64), const IFT_DVBASILN ideal-int 28950pkg syscall (openbsd-amd64), const IFT_DVBASIOUT ideal-int 28951pkg syscall (openbsd-amd64), const IFT_DVBRCCDOWNSTREAM ideal-int 28952pkg syscall (openbsd-amd64), const IFT_DVBRCCMACLAYER ideal-int 28953pkg syscall (openbsd-amd64), const IFT_DVBRCCUPSTREAM ideal-int 28954pkg syscall (openbsd-amd64), const IFT_ECONET ideal-int 28955pkg syscall (openbsd-amd64), const IFT_ENC ideal-int 28956pkg syscall (openbsd-amd64), const IFT_EON ideal-int 28957pkg syscall (openbsd-amd64), const IFT_EPLRS ideal-int 28958pkg syscall (openbsd-amd64), const IFT_ESCON ideal-int 28959pkg syscall (openbsd-amd64), const IFT_ETHER ideal-int 28960pkg syscall (openbsd-amd64), const IFT_FAITH ideal-int 28961pkg syscall (openbsd-amd64), const IFT_FAST ideal-int 28962pkg syscall (openbsd-amd64), const IFT_FASTETHER ideal-int 28963pkg syscall (openbsd-amd64), const IFT_FASTETHERFX ideal-int 28964pkg syscall (openbsd-amd64), const IFT_FDDI ideal-int 28965pkg syscall (openbsd-amd64), const IFT_FIBRECHANNEL ideal-int 28966pkg syscall (openbsd-amd64), const IFT_FRAMERELAYINTERCONNECT ideal-int 28967pkg syscall (openbsd-amd64), const IFT_FRAMERELAYMPI ideal-int 28968pkg syscall (openbsd-amd64), const IFT_FRDLCIENDPT ideal-int 28969pkg syscall (openbsd-amd64), const IFT_FRELAY ideal-int 28970pkg syscall (openbsd-amd64), const IFT_FRELAYDCE ideal-int 28971pkg syscall (openbsd-amd64), const IFT_FRF16MFRBUNDLE ideal-int 28972pkg syscall (openbsd-amd64), const IFT_FRFORWARD ideal-int 28973pkg syscall (openbsd-amd64), const IFT_G703AT2MB ideal-int 28974pkg syscall (openbsd-amd64), const IFT_G703AT64K ideal-int 28975pkg syscall (openbsd-amd64), const IFT_GIF ideal-int 28976pkg syscall (openbsd-amd64), const IFT_GIGABITETHERNET ideal-int 28977pkg syscall (openbsd-amd64), const IFT_GR303IDT ideal-int 28978pkg syscall (openbsd-amd64), const IFT_GR303RDT ideal-int 28979pkg syscall (openbsd-amd64), const IFT_H323GATEKEEPER ideal-int 28980pkg syscall (openbsd-amd64), const IFT_H323PROXY ideal-int 28981pkg syscall (openbsd-amd64), const IFT_HDH1822 ideal-int 28982pkg syscall (openbsd-amd64), const IFT_HDLC ideal-int 28983pkg syscall (openbsd-amd64), const IFT_HDSL2 ideal-int 28984pkg syscall (openbsd-amd64), const IFT_HIPERLAN2 ideal-int 28985pkg syscall (openbsd-amd64), const IFT_HIPPI ideal-int 28986pkg syscall (openbsd-amd64), const IFT_HIPPIINTERFACE ideal-int 28987pkg syscall (openbsd-amd64), const IFT_HOSTPAD ideal-int 28988pkg syscall (openbsd-amd64), const IFT_HSSI ideal-int 28989pkg syscall (openbsd-amd64), const IFT_HY ideal-int 28990pkg syscall (openbsd-amd64), const IFT_IBM370PARCHAN ideal-int 28991pkg syscall (openbsd-amd64), const IFT_IDSL ideal-int 28992pkg syscall (openbsd-amd64), const IFT_IEEE1394 ideal-int 28993pkg syscall (openbsd-amd64), const IFT_IEEE80211 ideal-int 28994pkg syscall (openbsd-amd64), const IFT_IEEE80212 ideal-int 28995pkg syscall (openbsd-amd64), const IFT_IEEE8023ADLAG ideal-int 28996pkg syscall (openbsd-amd64), const IFT_IFGSN ideal-int 28997pkg syscall (openbsd-amd64), const IFT_IMT ideal-int 28998pkg syscall (openbsd-amd64), const IFT_INFINIBAND ideal-int 28999pkg syscall (openbsd-amd64), const IFT_INTERLEAVE ideal-int 29000pkg syscall (openbsd-amd64), const IFT_IP ideal-int 29001pkg syscall (openbsd-amd64), const IFT_IPFORWARD ideal-int 29002pkg syscall (openbsd-amd64), const IFT_IPOVERATM ideal-int 29003pkg syscall (openbsd-amd64), const IFT_IPOVERCDLC ideal-int 29004pkg syscall (openbsd-amd64), const IFT_IPOVERCLAW ideal-int 29005pkg syscall (openbsd-amd64), const IFT_IPSWITCH ideal-int 29006pkg syscall (openbsd-amd64), const IFT_ISDN ideal-int 29007pkg syscall (openbsd-amd64), const IFT_ISDNBASIC ideal-int 29008pkg syscall (openbsd-amd64), const IFT_ISDNPRIMARY ideal-int 29009pkg syscall (openbsd-amd64), const IFT_ISDNS ideal-int 29010pkg syscall (openbsd-amd64), const IFT_ISDNU ideal-int 29011pkg syscall (openbsd-amd64), const IFT_ISO88022LLC ideal-int 29012pkg syscall (openbsd-amd64), const IFT_ISO88023 ideal-int 29013pkg syscall (openbsd-amd64), const IFT_ISO88024 ideal-int 29014pkg syscall (openbsd-amd64), const IFT_ISO88025 ideal-int 29015pkg syscall (openbsd-amd64), const IFT_ISO88025CRFPINT ideal-int 29016pkg syscall (openbsd-amd64), const IFT_ISO88025DTR ideal-int 29017pkg syscall (openbsd-amd64), const IFT_ISO88025FIBER ideal-int 29018pkg syscall (openbsd-amd64), const IFT_ISO88026 ideal-int 29019pkg syscall (openbsd-amd64), const IFT_ISUP ideal-int 29020pkg syscall (openbsd-amd64), const IFT_L2VLAN ideal-int 29021pkg syscall (openbsd-amd64), const IFT_L3IPVLAN ideal-int 29022pkg syscall (openbsd-amd64), const IFT_L3IPXVLAN ideal-int 29023pkg syscall (openbsd-amd64), const IFT_LAPB ideal-int 29024pkg syscall (openbsd-amd64), const IFT_LAPD ideal-int 29025pkg syscall (openbsd-amd64), const IFT_LAPF ideal-int 29026pkg syscall (openbsd-amd64), const IFT_LINEGROUP ideal-int 29027pkg syscall (openbsd-amd64), const IFT_LOCALTALK ideal-int 29028pkg syscall (openbsd-amd64), const IFT_LOOP ideal-int 29029pkg syscall (openbsd-amd64), const IFT_MEDIAMAILOVERIP ideal-int 29030pkg syscall (openbsd-amd64), const IFT_MFSIGLINK ideal-int 29031pkg syscall (openbsd-amd64), const IFT_MIOX25 ideal-int 29032pkg syscall (openbsd-amd64), const IFT_MODEM ideal-int 29033pkg syscall (openbsd-amd64), const IFT_MPC ideal-int 29034pkg syscall (openbsd-amd64), const IFT_MPLS ideal-int 29035pkg syscall (openbsd-amd64), const IFT_MPLSTUNNEL ideal-int 29036pkg syscall (openbsd-amd64), const IFT_MSDSL ideal-int 29037pkg syscall (openbsd-amd64), const IFT_MVL ideal-int 29038pkg syscall (openbsd-amd64), const IFT_MYRINET ideal-int 29039pkg syscall (openbsd-amd64), const IFT_NFAS ideal-int 29040pkg syscall (openbsd-amd64), const IFT_NSIP ideal-int 29041pkg syscall (openbsd-amd64), const IFT_OPTICALCHANNEL ideal-int 29042pkg syscall (openbsd-amd64), const IFT_OPTICALTRANSPORT ideal-int 29043pkg syscall (openbsd-amd64), const IFT_OTHER ideal-int 29044pkg syscall (openbsd-amd64), const IFT_P10 ideal-int 29045pkg syscall (openbsd-amd64), const IFT_P80 ideal-int 29046pkg syscall (openbsd-amd64), const IFT_PARA ideal-int 29047pkg syscall (openbsd-amd64), const IFT_PFLOG ideal-int 29048pkg syscall (openbsd-amd64), const IFT_PFLOW ideal-int 29049pkg syscall (openbsd-amd64), const IFT_PFSYNC ideal-int 29050pkg syscall (openbsd-amd64), const IFT_PLC ideal-int 29051pkg syscall (openbsd-amd64), const IFT_PON155 ideal-int 29052pkg syscall (openbsd-amd64), const IFT_PON622 ideal-int 29053pkg syscall (openbsd-amd64), const IFT_POS ideal-int 29054pkg syscall (openbsd-amd64), const IFT_PPP ideal-int 29055pkg syscall (openbsd-amd64), const IFT_PPPMULTILINKBUNDLE ideal-int 29056pkg syscall (openbsd-amd64), const IFT_PROPATM ideal-int 29057pkg syscall (openbsd-amd64), const IFT_PROPBWAP2MP ideal-int 29058pkg syscall (openbsd-amd64), const IFT_PROPCNLS ideal-int 29059pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int 29060pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int 29061pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int 29062pkg syscall (openbsd-amd64), const IFT_PROPMUX ideal-int 29063pkg syscall (openbsd-amd64), const IFT_PROPVIRTUAL ideal-int 29064pkg syscall (openbsd-amd64), const IFT_PROPWIRELESSP2P ideal-int 29065pkg syscall (openbsd-amd64), const IFT_PTPSERIAL ideal-int 29066pkg syscall (openbsd-amd64), const IFT_PVC ideal-int 29067pkg syscall (openbsd-amd64), const IFT_Q2931 ideal-int 29068pkg syscall (openbsd-amd64), const IFT_QLLC ideal-int 29069pkg syscall (openbsd-amd64), const IFT_RADIOMAC ideal-int 29070pkg syscall (openbsd-amd64), const IFT_RADSL ideal-int 29071pkg syscall (openbsd-amd64), const IFT_REACHDSL ideal-int 29072pkg syscall (openbsd-amd64), const IFT_RFC1483 ideal-int 29073pkg syscall (openbsd-amd64), const IFT_RS232 ideal-int 29074pkg syscall (openbsd-amd64), const IFT_RSRB ideal-int 29075pkg syscall (openbsd-amd64), const IFT_SDLC ideal-int 29076pkg syscall (openbsd-amd64), const IFT_SDSL ideal-int 29077pkg syscall (openbsd-amd64), const IFT_SHDSL ideal-int 29078pkg syscall (openbsd-amd64), const IFT_SIP ideal-int 29079pkg syscall (openbsd-amd64), const IFT_SIPSIG ideal-int 29080pkg syscall (openbsd-amd64), const IFT_SIPTG ideal-int 29081pkg syscall (openbsd-amd64), const IFT_SLIP ideal-int 29082pkg syscall (openbsd-amd64), const IFT_SMDSDXI ideal-int 29083pkg syscall (openbsd-amd64), const IFT_SMDSICIP ideal-int 29084pkg syscall (openbsd-amd64), const IFT_SONET ideal-int 29085pkg syscall (openbsd-amd64), const IFT_SONETOVERHEADCHANNEL ideal-int 29086pkg syscall (openbsd-amd64), const IFT_SONETPATH ideal-int 29087pkg syscall (openbsd-amd64), const IFT_SONETVT ideal-int 29088pkg syscall (openbsd-amd64), const IFT_SRP ideal-int 29089pkg syscall (openbsd-amd64), const IFT_SS7SIGLINK ideal-int 29090pkg syscall (openbsd-amd64), const IFT_STACKTOSTACK ideal-int 29091pkg syscall (openbsd-amd64), const IFT_STARLAN ideal-int 29092pkg syscall (openbsd-amd64), const IFT_T1 ideal-int 29093pkg syscall (openbsd-amd64), const IFT_TDLC ideal-int 29094pkg syscall (openbsd-amd64), const IFT_TELINK ideal-int 29095pkg syscall (openbsd-amd64), const IFT_TERMPAD ideal-int 29096pkg syscall (openbsd-amd64), const IFT_TR008 ideal-int 29097pkg syscall (openbsd-amd64), const IFT_TRANSPHDLC ideal-int 29098pkg syscall (openbsd-amd64), const IFT_TUNNEL ideal-int 29099pkg syscall (openbsd-amd64), const IFT_ULTRA ideal-int 29100pkg syscall (openbsd-amd64), const IFT_USB ideal-int 29101pkg syscall (openbsd-amd64), const IFT_V11 ideal-int 29102pkg syscall (openbsd-amd64), const IFT_V35 ideal-int 29103pkg syscall (openbsd-amd64), const IFT_V36 ideal-int 29104pkg syscall (openbsd-amd64), const IFT_V37 ideal-int 29105pkg syscall (openbsd-amd64), const IFT_VDSL ideal-int 29106pkg syscall (openbsd-amd64), const IFT_VIRTUALIPADDRESS ideal-int 29107pkg syscall (openbsd-amd64), const IFT_VIRTUALTG ideal-int 29108pkg syscall (openbsd-amd64), const IFT_VOICEDID ideal-int 29109pkg syscall (openbsd-amd64), const IFT_VOICEEM ideal-int 29110pkg syscall (openbsd-amd64), const IFT_VOICEEMFGD ideal-int 29111pkg syscall (openbsd-amd64), const IFT_VOICEENCAP ideal-int 29112pkg syscall (openbsd-amd64), const IFT_VOICEFGDEANA ideal-int 29113pkg syscall (openbsd-amd64), const IFT_VOICEFXO ideal-int 29114pkg syscall (openbsd-amd64), const IFT_VOICEFXS ideal-int 29115pkg syscall (openbsd-amd64), const IFT_VOICEOVERATM ideal-int 29116pkg syscall (openbsd-amd64), const IFT_VOICEOVERCABLE ideal-int 29117pkg syscall (openbsd-amd64), const IFT_VOICEOVERFRAMERELAY ideal-int 29118pkg syscall (openbsd-amd64), const IFT_VOICEOVERIP ideal-int 29119pkg syscall (openbsd-amd64), const IFT_X213 ideal-int 29120pkg syscall (openbsd-amd64), const IFT_X25 ideal-int 29121pkg syscall (openbsd-amd64), const IFT_X25DDN ideal-int 29122pkg syscall (openbsd-amd64), const IFT_X25HUNTGROUP ideal-int 29123pkg syscall (openbsd-amd64), const IFT_X25MLP ideal-int 29124pkg syscall (openbsd-amd64), const IFT_X25PLE ideal-int 29125pkg syscall (openbsd-amd64), const IFT_XETHER ideal-int 29126pkg syscall (openbsd-amd64), const IGNBRK ideal-int 29127pkg syscall (openbsd-amd64), const IGNCR ideal-int 29128pkg syscall (openbsd-amd64), const IGNPAR ideal-int 29129pkg syscall (openbsd-amd64), const IMAXBEL ideal-int 29130pkg syscall (openbsd-amd64), const INLCR ideal-int 29131pkg syscall (openbsd-amd64), const INPCK ideal-int 29132pkg syscall (openbsd-amd64), const IN_CLASSA_HOST ideal-int 29133pkg syscall (openbsd-amd64), const IN_CLASSA_MAX ideal-int 29134pkg syscall (openbsd-amd64), const IN_CLASSA_NET ideal-int 29135pkg syscall (openbsd-amd64), const IN_CLASSA_NSHIFT ideal-int 29136pkg syscall (openbsd-amd64), const IN_CLASSB_HOST ideal-int 29137pkg syscall (openbsd-amd64), const IN_CLASSB_MAX ideal-int 29138pkg syscall (openbsd-amd64), const IN_CLASSB_NET ideal-int 29139pkg syscall (openbsd-amd64), const IN_CLASSB_NSHIFT ideal-int 29140pkg syscall (openbsd-amd64), const IN_CLASSC_HOST ideal-int 29141pkg syscall (openbsd-amd64), const IN_CLASSC_NET ideal-int 29142pkg syscall (openbsd-amd64), const IN_CLASSC_NSHIFT ideal-int 29143pkg syscall (openbsd-amd64), const IN_CLASSD_HOST ideal-int 29144pkg syscall (openbsd-amd64), const IN_CLASSD_NET ideal-int 29145pkg syscall (openbsd-amd64), const IN_CLASSD_NSHIFT ideal-int 29146pkg syscall (openbsd-amd64), const IN_LOOPBACKNET ideal-int 29147pkg syscall (openbsd-amd64), const IN_RFC3021_HOST ideal-int 29148pkg syscall (openbsd-amd64), const IN_RFC3021_NET ideal-int 29149pkg syscall (openbsd-amd64), const IN_RFC3021_NSHIFT ideal-int 29150pkg syscall (openbsd-amd64), const IPPROTO_AH ideal-int 29151pkg syscall (openbsd-amd64), const IPPROTO_CARP ideal-int 29152pkg syscall (openbsd-amd64), const IPPROTO_DIVERT ideal-int 29153pkg syscall (openbsd-amd64), const IPPROTO_DONE ideal-int 29154pkg syscall (openbsd-amd64), const IPPROTO_DSTOPTS ideal-int 29155pkg syscall (openbsd-amd64), const IPPROTO_EGP ideal-int 29156pkg syscall (openbsd-amd64), const IPPROTO_ENCAP ideal-int 29157pkg syscall (openbsd-amd64), const IPPROTO_EON ideal-int 29158pkg syscall (openbsd-amd64), const IPPROTO_ESP ideal-int 29159pkg syscall (openbsd-amd64), const IPPROTO_ETHERIP ideal-int 29160pkg syscall (openbsd-amd64), const IPPROTO_FRAGMENT ideal-int 29161pkg syscall (openbsd-amd64), const IPPROTO_GGP ideal-int 29162pkg syscall (openbsd-amd64), const IPPROTO_GRE ideal-int 29163pkg syscall (openbsd-amd64), const IPPROTO_HOPOPTS ideal-int 29164pkg syscall (openbsd-amd64), const IPPROTO_ICMP ideal-int 29165pkg syscall (openbsd-amd64), const IPPROTO_ICMPV6 ideal-int 29166pkg syscall (openbsd-amd64), const IPPROTO_IDP ideal-int 29167pkg syscall (openbsd-amd64), const IPPROTO_IGMP ideal-int 29168pkg syscall (openbsd-amd64), const IPPROTO_IPCOMP ideal-int 29169pkg syscall (openbsd-amd64), const IPPROTO_IPIP ideal-int 29170pkg syscall (openbsd-amd64), const IPPROTO_IPV4 ideal-int 29171pkg syscall (openbsd-amd64), const IPPROTO_MAX ideal-int 29172pkg syscall (openbsd-amd64), const IPPROTO_MAXID ideal-int 29173pkg syscall (openbsd-amd64), const IPPROTO_MOBILE ideal-int 29174pkg syscall (openbsd-amd64), const IPPROTO_MPLS ideal-int 29175pkg syscall (openbsd-amd64), const IPPROTO_NONE ideal-int 29176pkg syscall (openbsd-amd64), const IPPROTO_PFSYNC ideal-int 29177pkg syscall (openbsd-amd64), const IPPROTO_PIM ideal-int 29178pkg syscall (openbsd-amd64), const IPPROTO_PUP ideal-int 29179pkg syscall (openbsd-amd64), const IPPROTO_RAW ideal-int 29180pkg syscall (openbsd-amd64), const IPPROTO_ROUTING ideal-int 29181pkg syscall (openbsd-amd64), const IPPROTO_RSVP ideal-int 29182pkg syscall (openbsd-amd64), const IPPROTO_TP ideal-int 29183pkg syscall (openbsd-amd64), const IPV6_AUTH_LEVEL ideal-int 29184pkg syscall (openbsd-amd64), const IPV6_AUTOFLOWLABEL ideal-int 29185pkg syscall (openbsd-amd64), const IPV6_CHECKSUM ideal-int 29186pkg syscall (openbsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int 29187pkg syscall (openbsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int 29188pkg syscall (openbsd-amd64), const IPV6_DEFHLIM ideal-int 29189pkg syscall (openbsd-amd64), const IPV6_DONTFRAG ideal-int 29190pkg syscall (openbsd-amd64), const IPV6_DSTOPTS ideal-int 29191pkg syscall (openbsd-amd64), const IPV6_ESP_NETWORK_LEVEL ideal-int 29192pkg syscall (openbsd-amd64), const IPV6_ESP_TRANS_LEVEL ideal-int 29193pkg syscall (openbsd-amd64), const IPV6_FAITH ideal-int 29194pkg syscall (openbsd-amd64), const IPV6_FLOWINFO_MASK ideal-int 29195pkg syscall (openbsd-amd64), const IPV6_FLOWLABEL_MASK ideal-int 29196pkg syscall (openbsd-amd64), const IPV6_FRAGTTL ideal-int 29197pkg syscall (openbsd-amd64), const IPV6_HLIMDEC ideal-int 29198pkg syscall (openbsd-amd64), const IPV6_HOPLIMIT ideal-int 29199pkg syscall (openbsd-amd64), const IPV6_HOPOPTS ideal-int 29200pkg syscall (openbsd-amd64), const IPV6_IPCOMP_LEVEL ideal-int 29201pkg syscall (openbsd-amd64), const IPV6_MAXHLIM ideal-int 29202pkg syscall (openbsd-amd64), const IPV6_MAXPACKET ideal-int 29203pkg syscall (openbsd-amd64), const IPV6_MMTU ideal-int 29204pkg syscall (openbsd-amd64), const IPV6_NEXTHOP ideal-int 29205pkg syscall (openbsd-amd64), const IPV6_OPTIONS ideal-int 29206pkg syscall (openbsd-amd64), const IPV6_PATHMTU ideal-int 29207pkg syscall (openbsd-amd64), const IPV6_PIPEX ideal-int 29208pkg syscall (openbsd-amd64), const IPV6_PKTINFO ideal-int 29209pkg syscall (openbsd-amd64), const IPV6_PORTRANGE ideal-int 29210pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_DEFAULT ideal-int 29211pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_HIGH ideal-int 29212pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_LOW ideal-int 29213pkg syscall (openbsd-amd64), const IPV6_RECVDSTOPTS ideal-int 29214pkg syscall (openbsd-amd64), const IPV6_RECVHOPLIMIT ideal-int 29215pkg syscall (openbsd-amd64), const IPV6_RECVHOPOPTS ideal-int 29216pkg syscall (openbsd-amd64), const IPV6_RECVPATHMTU ideal-int 29217pkg syscall (openbsd-amd64), const IPV6_RECVPKTINFO ideal-int 29218pkg syscall (openbsd-amd64), const IPV6_RECVRTHDR ideal-int 29219pkg syscall (openbsd-amd64), const IPV6_RECVTCLASS ideal-int 29220pkg syscall (openbsd-amd64), const IPV6_RTABLE ideal-int 29221pkg syscall (openbsd-amd64), const IPV6_RTHDR ideal-int 29222pkg syscall (openbsd-amd64), const IPV6_RTHDRDSTOPTS ideal-int 29223pkg syscall (openbsd-amd64), const IPV6_RTHDR_LOOSE ideal-int 29224pkg syscall (openbsd-amd64), const IPV6_RTHDR_STRICT ideal-int 29225pkg syscall (openbsd-amd64), const IPV6_RTHDR_TYPE_0 ideal-int 29226pkg syscall (openbsd-amd64), const IPV6_SOCKOPT_RESERVED1 ideal-int 29227pkg syscall (openbsd-amd64), const IPV6_TCLASS ideal-int 29228pkg syscall (openbsd-amd64), const IPV6_USE_MIN_MTU ideal-int 29229pkg syscall (openbsd-amd64), const IPV6_VERSION ideal-int 29230pkg syscall (openbsd-amd64), const IPV6_VERSION_MASK ideal-int 29231pkg syscall (openbsd-amd64), const IP_AUTH_LEVEL ideal-int 29232pkg syscall (openbsd-amd64), const IP_DEFAULT_MULTICAST_LOOP ideal-int 29233pkg syscall (openbsd-amd64), const IP_DEFAULT_MULTICAST_TTL ideal-int 29234pkg syscall (openbsd-amd64), const IP_DF ideal-int 29235pkg syscall (openbsd-amd64), const IP_ESP_NETWORK_LEVEL ideal-int 29236pkg syscall (openbsd-amd64), const IP_ESP_TRANS_LEVEL ideal-int 29237pkg syscall (openbsd-amd64), const IP_HDRINCL ideal-int 29238pkg syscall (openbsd-amd64), const IP_IPCOMP_LEVEL ideal-int 29239pkg syscall (openbsd-amd64), const IP_IPSECFLOWINFO ideal-int 29240pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_AUTH ideal-int 29241pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_CRED ideal-int 29242pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_ID ideal-int 29243pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_AUTH ideal-int 29244pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_CRED ideal-int 29245pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_ID ideal-int 29246pkg syscall (openbsd-amd64), const IP_MAXPACKET ideal-int 29247pkg syscall (openbsd-amd64), const IP_MAX_MEMBERSHIPS ideal-int 29248pkg syscall (openbsd-amd64), const IP_MF ideal-int 29249pkg syscall (openbsd-amd64), const IP_MINTTL ideal-int 29250pkg syscall (openbsd-amd64), const IP_MIN_MEMBERSHIPS ideal-int 29251pkg syscall (openbsd-amd64), const IP_MSS ideal-int 29252pkg syscall (openbsd-amd64), const IP_OFFMASK ideal-int 29253pkg syscall (openbsd-amd64), const IP_OPTIONS ideal-int 29254pkg syscall (openbsd-amd64), const IP_PIPEX ideal-int 29255pkg syscall (openbsd-amd64), const IP_PORTRANGE ideal-int 29256pkg syscall (openbsd-amd64), const IP_PORTRANGE_DEFAULT ideal-int 29257pkg syscall (openbsd-amd64), const IP_PORTRANGE_HIGH ideal-int 29258pkg syscall (openbsd-amd64), const IP_PORTRANGE_LOW ideal-int 29259pkg syscall (openbsd-amd64), const IP_RECVDSTADDR ideal-int 29260pkg syscall (openbsd-amd64), const IP_RECVDSTPORT ideal-int 29261pkg syscall (openbsd-amd64), const IP_RECVIF ideal-int 29262pkg syscall (openbsd-amd64), const IP_RECVOPTS ideal-int 29263pkg syscall (openbsd-amd64), const IP_RECVRETOPTS ideal-int 29264pkg syscall (openbsd-amd64), const IP_RECVRTABLE ideal-int 29265pkg syscall (openbsd-amd64), const IP_RECVTTL ideal-int 29266pkg syscall (openbsd-amd64), const IP_RETOPTS ideal-int 29267pkg syscall (openbsd-amd64), const IP_RF ideal-int 29268pkg syscall (openbsd-amd64), const IP_RTABLE ideal-int 29269pkg syscall (openbsd-amd64), const ISIG ideal-int 29270pkg syscall (openbsd-amd64), const ISTRIP ideal-int 29271pkg syscall (openbsd-amd64), const IXANY ideal-int 29272pkg syscall (openbsd-amd64), const IXOFF ideal-int 29273pkg syscall (openbsd-amd64), const IXON ideal-int 29274pkg syscall (openbsd-amd64), const LCNT_OVERLOAD_FLUSH ideal-int 29275pkg syscall (openbsd-amd64), const LOCK_EX ideal-int 29276pkg syscall (openbsd-amd64), const LOCK_NB ideal-int 29277pkg syscall (openbsd-amd64), const LOCK_SH ideal-int 29278pkg syscall (openbsd-amd64), const LOCK_UN ideal-int 29279pkg syscall (openbsd-amd64), const MSG_BCAST ideal-int 29280pkg syscall (openbsd-amd64), const MSG_CTRUNC ideal-int 29281pkg syscall (openbsd-amd64), const MSG_DONTROUTE ideal-int 29282pkg syscall (openbsd-amd64), const MSG_DONTWAIT ideal-int 29283pkg syscall (openbsd-amd64), const MSG_EOR ideal-int 29284pkg syscall (openbsd-amd64), const MSG_MCAST ideal-int 29285pkg syscall (openbsd-amd64), const MSG_NOSIGNAL ideal-int 29286pkg syscall (openbsd-amd64), const MSG_OOB ideal-int 29287pkg syscall (openbsd-amd64), const MSG_PEEK ideal-int 29288pkg syscall (openbsd-amd64), const MSG_TRUNC ideal-int 29289pkg syscall (openbsd-amd64), const MSG_WAITALL ideal-int 29290pkg syscall (openbsd-amd64), const NAME_MAX ideal-int 29291pkg syscall (openbsd-amd64), const NET_RT_DUMP ideal-int 29292pkg syscall (openbsd-amd64), const NET_RT_FLAGS ideal-int 29293pkg syscall (openbsd-amd64), const NET_RT_IFLIST ideal-int 29294pkg syscall (openbsd-amd64), const NET_RT_MAXID ideal-int 29295pkg syscall (openbsd-amd64), const NET_RT_STATS ideal-int 29296pkg syscall (openbsd-amd64), const NET_RT_TABLE ideal-int 29297pkg syscall (openbsd-amd64), const NOFLSH ideal-int 29298pkg syscall (openbsd-amd64), const NOTE_ATTRIB ideal-int 29299pkg syscall (openbsd-amd64), const NOTE_CHILD ideal-int 29300pkg syscall (openbsd-amd64), const NOTE_DELETE ideal-int 29301pkg syscall (openbsd-amd64), const NOTE_EOF ideal-int 29302pkg syscall (openbsd-amd64), const NOTE_EXEC ideal-int 29303pkg syscall (openbsd-amd64), const NOTE_EXIT ideal-int 29304pkg syscall (openbsd-amd64), const NOTE_EXTEND ideal-int 29305pkg syscall (openbsd-amd64), const NOTE_FORK ideal-int 29306pkg syscall (openbsd-amd64), const NOTE_LINK ideal-int 29307pkg syscall (openbsd-amd64), const NOTE_LOWAT ideal-int 29308pkg syscall (openbsd-amd64), const NOTE_PCTRLMASK ideal-int 29309pkg syscall (openbsd-amd64), const NOTE_PDATAMASK ideal-int 29310pkg syscall (openbsd-amd64), const NOTE_RENAME ideal-int 29311pkg syscall (openbsd-amd64), const NOTE_REVOKE ideal-int 29312pkg syscall (openbsd-amd64), const NOTE_TRACK ideal-int 29313pkg syscall (openbsd-amd64), const NOTE_TRACKERR ideal-int 29314pkg syscall (openbsd-amd64), const NOTE_TRUNCATE ideal-int 29315pkg syscall (openbsd-amd64), const NOTE_WRITE ideal-int 29316pkg syscall (openbsd-amd64), const OCRNL ideal-int 29317pkg syscall (openbsd-amd64), const ONLCR ideal-int 29318pkg syscall (openbsd-amd64), const ONLRET ideal-int 29319pkg syscall (openbsd-amd64), const ONOCR ideal-int 29320pkg syscall (openbsd-amd64), const ONOEOT ideal-int 29321pkg syscall (openbsd-amd64), const OPOST ideal-int 29322pkg syscall (openbsd-amd64), const O_ACCMODE ideal-int 29323pkg syscall (openbsd-amd64), const O_DIRECTORY ideal-int 29324pkg syscall (openbsd-amd64), const O_DSYNC ideal-int 29325pkg syscall (openbsd-amd64), const O_EXLOCK ideal-int 29326pkg syscall (openbsd-amd64), const O_FSYNC ideal-int 29327pkg syscall (openbsd-amd64), const O_NDELAY ideal-int 29328pkg syscall (openbsd-amd64), const O_NOFOLLOW ideal-int 29329pkg syscall (openbsd-amd64), const O_RSYNC ideal-int 29330pkg syscall (openbsd-amd64), const O_SHLOCK ideal-int 29331pkg syscall (openbsd-amd64), const PARENB ideal-int 29332pkg syscall (openbsd-amd64), const PARMRK ideal-int 29333pkg syscall (openbsd-amd64), const PARODD ideal-int 29334pkg syscall (openbsd-amd64), const PENDIN ideal-int 29335pkg syscall (openbsd-amd64), const PF_FLUSH ideal-int 29336pkg syscall (openbsd-amd64), const PMC5_PIPELINE_FLUSH ideal-int 29337pkg syscall (openbsd-amd64), const PRIO_PGRP = 1 29338pkg syscall (openbsd-amd64), const PRIO_PGRP ideal-int 29339pkg syscall (openbsd-amd64), const PRIO_PROCESS = 0 29340pkg syscall (openbsd-amd64), const PRIO_PROCESS ideal-int 29341pkg syscall (openbsd-amd64), const PRIO_USER = 2 29342pkg syscall (openbsd-amd64), const PRIO_USER ideal-int 29343pkg syscall (openbsd-amd64), const PTRACE_CONT ideal-int 29344pkg syscall (openbsd-amd64), const PTRACE_KILL ideal-int 29345pkg syscall (openbsd-amd64), const PTRACE_TRACEME ideal-int 29346pkg syscall (openbsd-amd64), const RLIMIT_CORE ideal-int 29347pkg syscall (openbsd-amd64), const RLIMIT_CPU ideal-int 29348pkg syscall (openbsd-amd64), const RLIMIT_DATA ideal-int 29349pkg syscall (openbsd-amd64), const RLIMIT_FSIZE ideal-int 29350pkg syscall (openbsd-amd64), const RLIMIT_NOFILE ideal-int 29351pkg syscall (openbsd-amd64), const RLIMIT_STACK ideal-int 29352pkg syscall (openbsd-amd64), const RLIM_INFINITY ideal-int 29353pkg syscall (openbsd-amd64), const RTAX_AUTHOR ideal-int 29354pkg syscall (openbsd-amd64), const RTAX_BRD ideal-int 29355pkg syscall (openbsd-amd64), const RTAX_DST ideal-int 29356pkg syscall (openbsd-amd64), const RTAX_GATEWAY ideal-int 29357pkg syscall (openbsd-amd64), const RTAX_GENMASK ideal-int 29358pkg syscall (openbsd-amd64), const RTAX_IFA ideal-int 29359pkg syscall (openbsd-amd64), const RTAX_IFP ideal-int 29360pkg syscall (openbsd-amd64), const RTAX_LABEL ideal-int 29361pkg syscall (openbsd-amd64), const RTAX_MAX ideal-int 29362pkg syscall (openbsd-amd64), const RTAX_NETMASK ideal-int 29363pkg syscall (openbsd-amd64), const RTAX_SRC ideal-int 29364pkg syscall (openbsd-amd64), const RTAX_SRCMASK ideal-int 29365pkg syscall (openbsd-amd64), const RTA_AUTHOR ideal-int 29366pkg syscall (openbsd-amd64), const RTA_BRD ideal-int 29367pkg syscall (openbsd-amd64), const RTA_DST ideal-int 29368pkg syscall (openbsd-amd64), const RTA_GATEWAY ideal-int 29369pkg syscall (openbsd-amd64), const RTA_GENMASK ideal-int 29370pkg syscall (openbsd-amd64), const RTA_IFA ideal-int 29371pkg syscall (openbsd-amd64), const RTA_IFP ideal-int 29372pkg syscall (openbsd-amd64), const RTA_LABEL ideal-int 29373pkg syscall (openbsd-amd64), const RTA_NETMASK ideal-int 29374pkg syscall (openbsd-amd64), const RTA_SRC ideal-int 29375pkg syscall (openbsd-amd64), const RTA_SRCMASK ideal-int 29376pkg syscall (openbsd-amd64), const RTF_ANNOUNCE ideal-int 29377pkg syscall (openbsd-amd64), const RTF_BLACKHOLE ideal-int 29378pkg syscall (openbsd-amd64), const RTF_CLONED ideal-int 29379pkg syscall (openbsd-amd64), const RTF_CLONING ideal-int 29380pkg syscall (openbsd-amd64), const RTF_DONE ideal-int 29381pkg syscall (openbsd-amd64), const RTF_DYNAMIC ideal-int 29382pkg syscall (openbsd-amd64), const RTF_FMASK ideal-int 29383pkg syscall (openbsd-amd64), const RTF_GATEWAY ideal-int 29384pkg syscall (openbsd-amd64), const RTF_HOST ideal-int 29385pkg syscall (openbsd-amd64), const RTF_LLINFO ideal-int 29386pkg syscall (openbsd-amd64), const RTF_MASK ideal-int 29387pkg syscall (openbsd-amd64), const RTF_MODIFIED ideal-int 29388pkg syscall (openbsd-amd64), const RTF_MPATH ideal-int 29389pkg syscall (openbsd-amd64), const RTF_MPLS ideal-int 29390pkg syscall (openbsd-amd64), const RTF_PERMANENT_ARP ideal-int 29391pkg syscall (openbsd-amd64), const RTF_PROTO1 ideal-int 29392pkg syscall (openbsd-amd64), const RTF_PROTO2 ideal-int 29393pkg syscall (openbsd-amd64), const RTF_PROTO3 ideal-int 29394pkg syscall (openbsd-amd64), const RTF_REJECT ideal-int 29395pkg syscall (openbsd-amd64), const RTF_SOURCE ideal-int 29396pkg syscall (openbsd-amd64), const RTF_STATIC ideal-int 29397pkg syscall (openbsd-amd64), const RTF_TUNNEL ideal-int 29398pkg syscall (openbsd-amd64), const RTF_UP ideal-int 29399pkg syscall (openbsd-amd64), const RTF_USETRAILERS ideal-int 29400pkg syscall (openbsd-amd64), const RTF_XRESOLVE ideal-int 29401pkg syscall (openbsd-amd64), const RTM_ADD ideal-int 29402pkg syscall (openbsd-amd64), const RTM_CHANGE ideal-int 29403pkg syscall (openbsd-amd64), const RTM_DELADDR ideal-int 29404pkg syscall (openbsd-amd64), const RTM_DELETE ideal-int 29405pkg syscall (openbsd-amd64), const RTM_DESYNC ideal-int 29406pkg syscall (openbsd-amd64), const RTM_GET ideal-int 29407pkg syscall (openbsd-amd64), const RTM_IFANNOUNCE ideal-int 29408pkg syscall (openbsd-amd64), const RTM_IFINFO ideal-int 29409pkg syscall (openbsd-amd64), const RTM_LOCK ideal-int 29410pkg syscall (openbsd-amd64), const RTM_LOSING ideal-int 29411pkg syscall (openbsd-amd64), const RTM_MAXSIZE ideal-int 29412pkg syscall (openbsd-amd64), const RTM_MISS ideal-int 29413pkg syscall (openbsd-amd64), const RTM_NEWADDR ideal-int 29414pkg syscall (openbsd-amd64), const RTM_REDIRECT ideal-int 29415pkg syscall (openbsd-amd64), const RTM_RESOLVE ideal-int 29416pkg syscall (openbsd-amd64), const RTM_RTTUNIT ideal-int 29417pkg syscall (openbsd-amd64), const RTM_VERSION ideal-int 29418pkg syscall (openbsd-amd64), const RTV_EXPIRE ideal-int 29419pkg syscall (openbsd-amd64), const RTV_HOPCOUNT ideal-int 29420pkg syscall (openbsd-amd64), const RTV_MTU ideal-int 29421pkg syscall (openbsd-amd64), const RTV_RPIPE ideal-int 29422pkg syscall (openbsd-amd64), const RTV_RTT ideal-int 29423pkg syscall (openbsd-amd64), const RTV_RTTVAR ideal-int 29424pkg syscall (openbsd-amd64), const RTV_SPIPE ideal-int 29425pkg syscall (openbsd-amd64), const RTV_SSTHRESH ideal-int 29426pkg syscall (openbsd-amd64), const RT_TABLEID_MAX ideal-int 29427pkg syscall (openbsd-amd64), const RUSAGE_CHILDREN ideal-int 29428pkg syscall (openbsd-amd64), const RUSAGE_SELF ideal-int 29429pkg syscall (openbsd-amd64), const RUSAGE_THREAD ideal-int 29430pkg syscall (openbsd-amd64), const SCM_RIGHTS ideal-int 29431pkg syscall (openbsd-amd64), const SCM_TIMESTAMP ideal-int 29432pkg syscall (openbsd-amd64), const SIGCHLD Signal 29433pkg syscall (openbsd-amd64), const SIGCONT Signal 29434pkg syscall (openbsd-amd64), const SIGEMT Signal 29435pkg syscall (openbsd-amd64), const SIGINFO Signal 29436pkg syscall (openbsd-amd64), const SIGIO Signal 29437pkg syscall (openbsd-amd64), const SIGIOT Signal 29438pkg syscall (openbsd-amd64), const SIGPROF Signal 29439pkg syscall (openbsd-amd64), const SIGSTOP Signal 29440pkg syscall (openbsd-amd64), const SIGSYS Signal 29441pkg syscall (openbsd-amd64), const SIGTHR Signal 29442pkg syscall (openbsd-amd64), const SIGTSTP Signal 29443pkg syscall (openbsd-amd64), const SIGTTIN Signal 29444pkg syscall (openbsd-amd64), const SIGTTOU Signal 29445pkg syscall (openbsd-amd64), const SIGURG Signal 29446pkg syscall (openbsd-amd64), const SIGUSR1 Signal 29447pkg syscall (openbsd-amd64), const SIGUSR2 Signal 29448pkg syscall (openbsd-amd64), const SIGVTALRM Signal 29449pkg syscall (openbsd-amd64), const SIGWINCH Signal 29450pkg syscall (openbsd-amd64), const SIGXCPU Signal 29451pkg syscall (openbsd-amd64), const SIGXFSZ Signal 29452pkg syscall (openbsd-amd64), const SIOCADDMULTI ideal-int 29453pkg syscall (openbsd-amd64), const SIOCAIFADDR ideal-int 29454pkg syscall (openbsd-amd64), const SIOCAIFGROUP ideal-int 29455pkg syscall (openbsd-amd64), const SIOCALIFADDR ideal-int 29456pkg syscall (openbsd-amd64), const SIOCATMARK ideal-int 29457pkg syscall (openbsd-amd64), const SIOCBRDGADD ideal-int 29458pkg syscall (openbsd-amd64), const SIOCBRDGADDS ideal-int 29459pkg syscall (openbsd-amd64), const SIOCBRDGARL ideal-int 29460pkg syscall (openbsd-amd64), const SIOCBRDGDADDR ideal-int 29461pkg syscall (openbsd-amd64), const SIOCBRDGDEL ideal-int 29462pkg syscall (openbsd-amd64), const SIOCBRDGDELS ideal-int 29463pkg syscall (openbsd-amd64), const SIOCBRDGFLUSH ideal-int 29464pkg syscall (openbsd-amd64), const SIOCBRDGFRL ideal-int 29465pkg syscall (openbsd-amd64), const SIOCBRDGGCACHE ideal-int 29466pkg syscall (openbsd-amd64), const SIOCBRDGGFD ideal-int 29467pkg syscall (openbsd-amd64), const SIOCBRDGGHT ideal-int 29468pkg syscall (openbsd-amd64), const SIOCBRDGGIFFLGS ideal-int 29469pkg syscall (openbsd-amd64), const SIOCBRDGGMA ideal-int 29470pkg syscall (openbsd-amd64), const SIOCBRDGGPARAM ideal-int 29471pkg syscall (openbsd-amd64), const SIOCBRDGGPRI ideal-int 29472pkg syscall (openbsd-amd64), const SIOCBRDGGRL ideal-int 29473pkg syscall (openbsd-amd64), const SIOCBRDGGSIFS ideal-int 29474pkg syscall (openbsd-amd64), const SIOCBRDGGTO ideal-int 29475pkg syscall (openbsd-amd64), const SIOCBRDGIFS ideal-int 29476pkg syscall (openbsd-amd64), const SIOCBRDGRTS ideal-int 29477pkg syscall (openbsd-amd64), const SIOCBRDGSADDR ideal-int 29478pkg syscall (openbsd-amd64), const SIOCBRDGSCACHE ideal-int 29479pkg syscall (openbsd-amd64), const SIOCBRDGSFD ideal-int 29480pkg syscall (openbsd-amd64), const SIOCBRDGSHT ideal-int 29481pkg syscall (openbsd-amd64), const SIOCBRDGSIFCOST ideal-int 29482pkg syscall (openbsd-amd64), const SIOCBRDGSIFFLGS ideal-int 29483pkg syscall (openbsd-amd64), const SIOCBRDGSIFPRIO ideal-int 29484pkg syscall (openbsd-amd64), const SIOCBRDGSMA ideal-int 29485pkg syscall (openbsd-amd64), const SIOCBRDGSPRI ideal-int 29486pkg syscall (openbsd-amd64), const SIOCBRDGSPROTO ideal-int 29487pkg syscall (openbsd-amd64), const SIOCBRDGSTO ideal-int 29488pkg syscall (openbsd-amd64), const SIOCBRDGSTXHC ideal-int 29489pkg syscall (openbsd-amd64), const SIOCDELMULTI ideal-int 29490pkg syscall (openbsd-amd64), const SIOCDIFADDR ideal-int 29491pkg syscall (openbsd-amd64), const SIOCDIFGROUP ideal-int 29492pkg syscall (openbsd-amd64), const SIOCDIFPHYADDR ideal-int 29493pkg syscall (openbsd-amd64), const SIOCDLIFADDR ideal-int 29494pkg syscall (openbsd-amd64), const SIOCGETKALIVE ideal-int 29495pkg syscall (openbsd-amd64), const SIOCGETLABEL ideal-int 29496pkg syscall (openbsd-amd64), const SIOCGETPFLOW ideal-int 29497pkg syscall (openbsd-amd64), const SIOCGETPFSYNC ideal-int 29498pkg syscall (openbsd-amd64), const SIOCGETSGCNT ideal-int 29499pkg syscall (openbsd-amd64), const SIOCGETVIFCNT ideal-int 29500pkg syscall (openbsd-amd64), const SIOCGHIWAT ideal-int 29501pkg syscall (openbsd-amd64), const SIOCGIFADDR ideal-int 29502pkg syscall (openbsd-amd64), const SIOCGIFASYNCMAP ideal-int 29503pkg syscall (openbsd-amd64), const SIOCGIFBRDADDR ideal-int 29504pkg syscall (openbsd-amd64), const SIOCGIFCONF ideal-int 29505pkg syscall (openbsd-amd64), const SIOCGIFDATA ideal-int 29506pkg syscall (openbsd-amd64), const SIOCGIFDESCR ideal-int 29507pkg syscall (openbsd-amd64), const SIOCGIFDSTADDR ideal-int 29508pkg syscall (openbsd-amd64), const SIOCGIFFLAGS ideal-int 29509pkg syscall (openbsd-amd64), const SIOCGIFGATTR ideal-int 29510pkg syscall (openbsd-amd64), const SIOCGIFGENERIC ideal-int 29511pkg syscall (openbsd-amd64), const SIOCGIFGMEMB ideal-int 29512pkg syscall (openbsd-amd64), const SIOCGIFGROUP ideal-int 29513pkg syscall (openbsd-amd64), const SIOCGIFMEDIA ideal-int 29514pkg syscall (openbsd-amd64), const SIOCGIFMETRIC ideal-int 29515pkg syscall (openbsd-amd64), const SIOCGIFMTU ideal-int 29516pkg syscall (openbsd-amd64), const SIOCGIFNETMASK ideal-int 29517pkg syscall (openbsd-amd64), const SIOCGIFPDSTADDR ideal-int 29518pkg syscall (openbsd-amd64), const SIOCGIFPRIORITY ideal-int 29519pkg syscall (openbsd-amd64), const SIOCGIFPSRCADDR ideal-int 29520pkg syscall (openbsd-amd64), const SIOCGIFRDOMAIN ideal-int 29521pkg syscall (openbsd-amd64), const SIOCGIFRTLABEL ideal-int 29522pkg syscall (openbsd-amd64), const SIOCGIFTIMESLOT ideal-int 29523pkg syscall (openbsd-amd64), const SIOCGIFXFLAGS ideal-int 29524pkg syscall (openbsd-amd64), const SIOCGLIFADDR ideal-int 29525pkg syscall (openbsd-amd64), const SIOCGLIFPHYADDR ideal-int 29526pkg syscall (openbsd-amd64), const SIOCGLIFPHYRTABLE ideal-int 29527pkg syscall (openbsd-amd64), const SIOCGLOWAT ideal-int 29528pkg syscall (openbsd-amd64), const SIOCGPGRP ideal-int 29529pkg syscall (openbsd-amd64), const SIOCGVH ideal-int 29530pkg syscall (openbsd-amd64), const SIOCIFCREATE ideal-int 29531pkg syscall (openbsd-amd64), const SIOCIFDESTROY ideal-int 29532pkg syscall (openbsd-amd64), const SIOCIFGCLONERS ideal-int 29533pkg syscall (openbsd-amd64), const SIOCSETKALIVE ideal-int 29534pkg syscall (openbsd-amd64), const SIOCSETLABEL ideal-int 29535pkg syscall (openbsd-amd64), const SIOCSETPFLOW ideal-int 29536pkg syscall (openbsd-amd64), const SIOCSETPFSYNC ideal-int 29537pkg syscall (openbsd-amd64), const SIOCSHIWAT ideal-int 29538pkg syscall (openbsd-amd64), const SIOCSIFADDR ideal-int 29539pkg syscall (openbsd-amd64), const SIOCSIFASYNCMAP ideal-int 29540pkg syscall (openbsd-amd64), const SIOCSIFBRDADDR ideal-int 29541pkg syscall (openbsd-amd64), const SIOCSIFDESCR ideal-int 29542pkg syscall (openbsd-amd64), const SIOCSIFDSTADDR ideal-int 29543pkg syscall (openbsd-amd64), const SIOCSIFFLAGS ideal-int 29544pkg syscall (openbsd-amd64), const SIOCSIFGATTR ideal-int 29545pkg syscall (openbsd-amd64), const SIOCSIFGENERIC ideal-int 29546pkg syscall (openbsd-amd64), const SIOCSIFLLADDR ideal-int 29547pkg syscall (openbsd-amd64), const SIOCSIFMEDIA ideal-int 29548pkg syscall (openbsd-amd64), const SIOCSIFMETRIC ideal-int 29549pkg syscall (openbsd-amd64), const SIOCSIFMTU ideal-int 29550pkg syscall (openbsd-amd64), const SIOCSIFNETMASK ideal-int 29551pkg syscall (openbsd-amd64), const SIOCSIFPHYADDR ideal-int 29552pkg syscall (openbsd-amd64), const SIOCSIFPRIORITY ideal-int 29553pkg syscall (openbsd-amd64), const SIOCSIFRDOMAIN ideal-int 29554pkg syscall (openbsd-amd64), const SIOCSIFRTLABEL ideal-int 29555pkg syscall (openbsd-amd64), const SIOCSIFTIMESLOT ideal-int 29556pkg syscall (openbsd-amd64), const SIOCSIFXFLAGS ideal-int 29557pkg syscall (openbsd-amd64), const SIOCSLIFPHYADDR ideal-int 29558pkg syscall (openbsd-amd64), const SIOCSLIFPHYRTABLE ideal-int 29559pkg syscall (openbsd-amd64), const SIOCSLOWAT ideal-int 29560pkg syscall (openbsd-amd64), const SIOCSPGRP ideal-int 29561pkg syscall (openbsd-amd64), const SIOCSVH ideal-int 29562pkg syscall (openbsd-amd64), const SOCK_RDM ideal-int 29563pkg syscall (openbsd-amd64), const SO_ACCEPTCONN ideal-int 29564pkg syscall (openbsd-amd64), const SO_BINDANY ideal-int 29565pkg syscall (openbsd-amd64), const SO_DEBUG ideal-int 29566pkg syscall (openbsd-amd64), const SO_ERROR ideal-int 29567pkg syscall (openbsd-amd64), const SO_NETPROC ideal-int 29568pkg syscall (openbsd-amd64), const SO_OOBINLINE ideal-int 29569pkg syscall (openbsd-amd64), const SO_PEERCRED ideal-int 29570pkg syscall (openbsd-amd64), const SO_RCVLOWAT ideal-int 29571pkg syscall (openbsd-amd64), const SO_RCVTIMEO ideal-int 29572pkg syscall (openbsd-amd64), const SO_REUSEPORT ideal-int 29573pkg syscall (openbsd-amd64), const SO_RTABLE ideal-int 29574pkg syscall (openbsd-amd64), const SO_SNDLOWAT ideal-int 29575pkg syscall (openbsd-amd64), const SO_SNDTIMEO ideal-int 29576pkg syscall (openbsd-amd64), const SO_SPLICE ideal-int 29577pkg syscall (openbsd-amd64), const SO_TIMESTAMP ideal-int 29578pkg syscall (openbsd-amd64), const SO_TYPE ideal-int 29579pkg syscall (openbsd-amd64), const SO_USELOOPBACK ideal-int 29580pkg syscall (openbsd-amd64), const SYS_ACCEPT ideal-int 29581pkg syscall (openbsd-amd64), const SYS_ACCESS ideal-int 29582pkg syscall (openbsd-amd64), const SYS_ACCT ideal-int 29583pkg syscall (openbsd-amd64), const SYS_ADJFREQ ideal-int 29584pkg syscall (openbsd-amd64), const SYS_ADJTIME ideal-int 29585pkg syscall (openbsd-amd64), const SYS_BIND ideal-int 29586pkg syscall (openbsd-amd64), const SYS_CHDIR ideal-int 29587pkg syscall (openbsd-amd64), const SYS_CHFLAGS ideal-int 29588pkg syscall (openbsd-amd64), const SYS_CHMOD ideal-int 29589pkg syscall (openbsd-amd64), const SYS_CHOWN ideal-int 29590pkg syscall (openbsd-amd64), const SYS_CHROOT ideal-int 29591pkg syscall (openbsd-amd64), const SYS_CLOCK_GETRES ideal-int 29592pkg syscall (openbsd-amd64), const SYS_CLOCK_GETTIME ideal-int 29593pkg syscall (openbsd-amd64), const SYS_CLOCK_SETTIME ideal-int 29594pkg syscall (openbsd-amd64), const SYS_CLOSE ideal-int 29595pkg syscall (openbsd-amd64), const SYS_CLOSEFROM ideal-int 29596pkg syscall (openbsd-amd64), const SYS_CONNECT ideal-int 29597pkg syscall (openbsd-amd64), const SYS_DUP ideal-int 29598pkg syscall (openbsd-amd64), const SYS_DUP2 ideal-int 29599pkg syscall (openbsd-amd64), const SYS_EXECVE ideal-int 29600pkg syscall (openbsd-amd64), const SYS_EXIT ideal-int 29601pkg syscall (openbsd-amd64), const SYS_FACCESSAT ideal-int 29602pkg syscall (openbsd-amd64), const SYS_FCHDIR ideal-int 29603pkg syscall (openbsd-amd64), const SYS_FCHFLAGS ideal-int 29604pkg syscall (openbsd-amd64), const SYS_FCHMOD ideal-int 29605pkg syscall (openbsd-amd64), const SYS_FCHMODAT ideal-int 29606pkg syscall (openbsd-amd64), const SYS_FCHOWN ideal-int 29607pkg syscall (openbsd-amd64), const SYS_FCHOWNAT ideal-int 29608pkg syscall (openbsd-amd64), const SYS_FCNTL ideal-int 29609pkg syscall (openbsd-amd64), const SYS_FHOPEN ideal-int 29610pkg syscall (openbsd-amd64), const SYS_FHSTAT ideal-int 29611pkg syscall (openbsd-amd64), const SYS_FHSTATFS ideal-int 29612pkg syscall (openbsd-amd64), const SYS_FLOCK ideal-int 29613pkg syscall (openbsd-amd64), const SYS_FORK ideal-int 29614pkg syscall (openbsd-amd64), const SYS_FPATHCONF ideal-int 29615pkg syscall (openbsd-amd64), const SYS_FSTAT ideal-int 29616pkg syscall (openbsd-amd64), const SYS_FSTATAT ideal-int 29617pkg syscall (openbsd-amd64), const SYS_FSTATFS ideal-int 29618pkg syscall (openbsd-amd64), const SYS_FSYNC ideal-int 29619pkg syscall (openbsd-amd64), const SYS_FTRUNCATE ideal-int 29620pkg syscall (openbsd-amd64), const SYS_FUTIMENS ideal-int 29621pkg syscall (openbsd-amd64), const SYS_FUTIMES ideal-int 29622pkg syscall (openbsd-amd64), const SYS_GETDIRENTRIES ideal-int 29623pkg syscall (openbsd-amd64), const SYS_GETDTABLECOUNT ideal-int 29624pkg syscall (openbsd-amd64), const SYS_GETEGID ideal-int 29625pkg syscall (openbsd-amd64), const SYS_GETEUID ideal-int 29626pkg syscall (openbsd-amd64), const SYS_GETFH ideal-int 29627pkg syscall (openbsd-amd64), const SYS_GETFSSTAT ideal-int 29628pkg syscall (openbsd-amd64), const SYS_GETGID ideal-int 29629pkg syscall (openbsd-amd64), const SYS_GETGROUPS ideal-int 29630pkg syscall (openbsd-amd64), const SYS_GETITIMER ideal-int 29631pkg syscall (openbsd-amd64), const SYS_GETLOGIN ideal-int 29632pkg syscall (openbsd-amd64), const SYS_GETPEERNAME ideal-int 29633pkg syscall (openbsd-amd64), const SYS_GETPGID ideal-int 29634pkg syscall (openbsd-amd64), const SYS_GETPGRP ideal-int 29635pkg syscall (openbsd-amd64), const SYS_GETPID ideal-int 29636pkg syscall (openbsd-amd64), const SYS_GETPPID ideal-int 29637pkg syscall (openbsd-amd64), const SYS_GETPRIORITY ideal-int 29638pkg syscall (openbsd-amd64), const SYS_GETRESGID ideal-int 29639pkg syscall (openbsd-amd64), const SYS_GETRESUID ideal-int 29640pkg syscall (openbsd-amd64), const SYS_GETRLIMIT ideal-int 29641pkg syscall (openbsd-amd64), const SYS_GETRTABLE ideal-int 29642pkg syscall (openbsd-amd64), const SYS_GETRUSAGE ideal-int 29643pkg syscall (openbsd-amd64), const SYS_GETSID ideal-int 29644pkg syscall (openbsd-amd64), const SYS_GETSOCKNAME ideal-int 29645pkg syscall (openbsd-amd64), const SYS_GETSOCKOPT ideal-int 29646pkg syscall (openbsd-amd64), const SYS_GETTHRID ideal-int 29647pkg syscall (openbsd-amd64), const SYS_GETTIMEOFDAY ideal-int 29648pkg syscall (openbsd-amd64), const SYS_GETUID ideal-int 29649pkg syscall (openbsd-amd64), const SYS_IOCTL ideal-int 29650pkg syscall (openbsd-amd64), const SYS_ISSETUGID ideal-int 29651pkg syscall (openbsd-amd64), const SYS_KEVENT ideal-int 29652pkg syscall (openbsd-amd64), const SYS_KILL ideal-int 29653pkg syscall (openbsd-amd64), const SYS_KQUEUE ideal-int 29654pkg syscall (openbsd-amd64), const SYS_KTRACE ideal-int 29655pkg syscall (openbsd-amd64), const SYS_LCHOWN ideal-int 29656pkg syscall (openbsd-amd64), const SYS_LINK ideal-int 29657pkg syscall (openbsd-amd64), const SYS_LINKAT ideal-int 29658pkg syscall (openbsd-amd64), const SYS_LISTEN ideal-int 29659pkg syscall (openbsd-amd64), const SYS_LSEEK ideal-int 29660pkg syscall (openbsd-amd64), const SYS_LSTAT ideal-int 29661pkg syscall (openbsd-amd64), const SYS_MADVISE ideal-int 29662pkg syscall (openbsd-amd64), const SYS_MINCORE ideal-int 29663pkg syscall (openbsd-amd64), const SYS_MINHERIT ideal-int 29664pkg syscall (openbsd-amd64), const SYS_MKDIR ideal-int 29665pkg syscall (openbsd-amd64), const SYS_MKDIRAT ideal-int 29666pkg syscall (openbsd-amd64), const SYS_MKFIFO ideal-int 29667pkg syscall (openbsd-amd64), const SYS_MKFIFOAT ideal-int 29668pkg syscall (openbsd-amd64), const SYS_MKNOD ideal-int 29669pkg syscall (openbsd-amd64), const SYS_MKNODAT ideal-int 29670pkg syscall (openbsd-amd64), const SYS_MLOCK ideal-int 29671pkg syscall (openbsd-amd64), const SYS_MLOCKALL ideal-int 29672pkg syscall (openbsd-amd64), const SYS_MMAP ideal-int 29673pkg syscall (openbsd-amd64), const SYS_MOUNT ideal-int 29674pkg syscall (openbsd-amd64), const SYS_MPROTECT ideal-int 29675pkg syscall (openbsd-amd64), const SYS_MQUERY ideal-int 29676pkg syscall (openbsd-amd64), const SYS_MSGCTL ideal-int 29677pkg syscall (openbsd-amd64), const SYS_MSGGET ideal-int 29678pkg syscall (openbsd-amd64), const SYS_MSGRCV ideal-int 29679pkg syscall (openbsd-amd64), const SYS_MSGSND ideal-int 29680pkg syscall (openbsd-amd64), const SYS_MSYNC ideal-int 29681pkg syscall (openbsd-amd64), const SYS_MUNLOCK ideal-int 29682pkg syscall (openbsd-amd64), const SYS_MUNLOCKALL ideal-int 29683pkg syscall (openbsd-amd64), const SYS_MUNMAP ideal-int 29684pkg syscall (openbsd-amd64), const SYS_NANOSLEEP ideal-int 29685pkg syscall (openbsd-amd64), const SYS_NFSSVC ideal-int 29686pkg syscall (openbsd-amd64), const SYS_OBREAK ideal-int 29687pkg syscall (openbsd-amd64), const SYS_OPEN ideal-int 29688pkg syscall (openbsd-amd64), const SYS_OPENAT ideal-int 29689pkg syscall (openbsd-amd64), const SYS_PATHCONF ideal-int 29690pkg syscall (openbsd-amd64), const SYS_PIPE ideal-int 29691pkg syscall (openbsd-amd64), const SYS_POLL ideal-int 29692pkg syscall (openbsd-amd64), const SYS_PREAD ideal-int 29693pkg syscall (openbsd-amd64), const SYS_PREADV ideal-int 29694pkg syscall (openbsd-amd64), const SYS_PROFIL ideal-int 29695pkg syscall (openbsd-amd64), const SYS_PTRACE ideal-int 29696pkg syscall (openbsd-amd64), const SYS_PWRITE ideal-int 29697pkg syscall (openbsd-amd64), const SYS_PWRITEV ideal-int 29698pkg syscall (openbsd-amd64), const SYS_QUOTACTL ideal-int 29699pkg syscall (openbsd-amd64), const SYS_READ ideal-int 29700pkg syscall (openbsd-amd64), const SYS_READLINK ideal-int 29701pkg syscall (openbsd-amd64), const SYS_READLINKAT ideal-int 29702pkg syscall (openbsd-amd64), const SYS_READV ideal-int 29703pkg syscall (openbsd-amd64), const SYS_REBOOT ideal-int 29704pkg syscall (openbsd-amd64), const SYS_RECVFROM ideal-int 29705pkg syscall (openbsd-amd64), const SYS_RECVMSG ideal-int 29706pkg syscall (openbsd-amd64), const SYS_RENAME ideal-int 29707pkg syscall (openbsd-amd64), const SYS_RENAMEAT ideal-int 29708pkg syscall (openbsd-amd64), const SYS_REVOKE ideal-int 29709pkg syscall (openbsd-amd64), const SYS_RMDIR ideal-int 29710pkg syscall (openbsd-amd64), const SYS_SCHED_YIELD ideal-int 29711pkg syscall (openbsd-amd64), const SYS_SELECT ideal-int 29712pkg syscall (openbsd-amd64), const SYS_SEMGET ideal-int 29713pkg syscall (openbsd-amd64), const SYS_SEMOP ideal-int 29714pkg syscall (openbsd-amd64), const SYS_SENDMSG ideal-int 29715pkg syscall (openbsd-amd64), const SYS_SENDTO ideal-int 29716pkg syscall (openbsd-amd64), const SYS_SETEGID ideal-int 29717pkg syscall (openbsd-amd64), const SYS_SETEUID ideal-int 29718pkg syscall (openbsd-amd64), const SYS_SETGID ideal-int 29719pkg syscall (openbsd-amd64), const SYS_SETGROUPS ideal-int 29720pkg syscall (openbsd-amd64), const SYS_SETITIMER ideal-int 29721pkg syscall (openbsd-amd64), const SYS_SETLOGIN ideal-int 29722pkg syscall (openbsd-amd64), const SYS_SETPGID ideal-int 29723pkg syscall (openbsd-amd64), const SYS_SETPRIORITY ideal-int 29724pkg syscall (openbsd-amd64), const SYS_SETREGID ideal-int 29725pkg syscall (openbsd-amd64), const SYS_SETRESGID ideal-int 29726pkg syscall (openbsd-amd64), const SYS_SETRESUID ideal-int 29727pkg syscall (openbsd-amd64), const SYS_SETREUID ideal-int 29728pkg syscall (openbsd-amd64), const SYS_SETRLIMIT ideal-int 29729pkg syscall (openbsd-amd64), const SYS_SETRTABLE ideal-int 29730pkg syscall (openbsd-amd64), const SYS_SETSID ideal-int 29731pkg syscall (openbsd-amd64), const SYS_SETSOCKOPT ideal-int 29732pkg syscall (openbsd-amd64), const SYS_SETTIMEOFDAY ideal-int 29733pkg syscall (openbsd-amd64), const SYS_SETUID ideal-int 29734pkg syscall (openbsd-amd64), const SYS_SHMAT ideal-int 29735pkg syscall (openbsd-amd64), const SYS_SHMCTL ideal-int 29736pkg syscall (openbsd-amd64), const SYS_SHMDT ideal-int 29737pkg syscall (openbsd-amd64), const SYS_SHMGET ideal-int 29738pkg syscall (openbsd-amd64), const SYS_SHUTDOWN ideal-int 29739pkg syscall (openbsd-amd64), const SYS_SIGACTION ideal-int 29740pkg syscall (openbsd-amd64), const SYS_SIGALTSTACK ideal-int 29741pkg syscall (openbsd-amd64), const SYS_SIGPENDING ideal-int 29742pkg syscall (openbsd-amd64), const SYS_SIGPROCMASK ideal-int 29743pkg syscall (openbsd-amd64), const SYS_SIGRETURN ideal-int 29744pkg syscall (openbsd-amd64), const SYS_SIGSUSPEND ideal-int 29745pkg syscall (openbsd-amd64), const SYS_SOCKET ideal-int 29746pkg syscall (openbsd-amd64), const SYS_SOCKETPAIR ideal-int 29747pkg syscall (openbsd-amd64), const SYS_STAT ideal-int 29748pkg syscall (openbsd-amd64), const SYS_STATFS ideal-int 29749pkg syscall (openbsd-amd64), const SYS_SWAPCTL ideal-int 29750pkg syscall (openbsd-amd64), const SYS_SYMLINK ideal-int 29751pkg syscall (openbsd-amd64), const SYS_SYMLINKAT ideal-int 29752pkg syscall (openbsd-amd64), const SYS_SYNC ideal-int 29753pkg syscall (openbsd-amd64), const SYS_SYSARCH ideal-int 29754pkg syscall (openbsd-amd64), const SYS_TRUNCATE ideal-int 29755pkg syscall (openbsd-amd64), const SYS_UMASK ideal-int 29756pkg syscall (openbsd-amd64), const SYS_UNLINK ideal-int 29757pkg syscall (openbsd-amd64), const SYS_UNLINKAT ideal-int 29758pkg syscall (openbsd-amd64), const SYS_UNMOUNT ideal-int 29759pkg syscall (openbsd-amd64), const SYS_UTIMENSAT ideal-int 29760pkg syscall (openbsd-amd64), const SYS_UTIMES ideal-int 29761pkg syscall (openbsd-amd64), const SYS_VFORK ideal-int 29762pkg syscall (openbsd-amd64), const SYS_WAIT4 ideal-int 29763pkg syscall (openbsd-amd64), const SYS_WRITE ideal-int 29764pkg syscall (openbsd-amd64), const SYS_WRITEV ideal-int 29765pkg syscall (openbsd-amd64), const SYS___GETCWD ideal-int 29766pkg syscall (openbsd-amd64), const SYS___GET_TCB ideal-int 29767pkg syscall (openbsd-amd64), const SYS___SEMCTL ideal-int 29768pkg syscall (openbsd-amd64), const SYS___SET_TCB ideal-int 29769pkg syscall (openbsd-amd64), const SYS___SYSCTL ideal-int 29770pkg syscall (openbsd-amd64), const SYS___TFORK ideal-int 29771pkg syscall (openbsd-amd64), const SYS___THREXIT ideal-int 29772pkg syscall (openbsd-amd64), const SYS___THRSIGDIVERT ideal-int 29773pkg syscall (openbsd-amd64), const SYS___THRSLEEP ideal-int 29774pkg syscall (openbsd-amd64), const SYS___THRWAKEUP ideal-int 29775pkg syscall (openbsd-amd64), const SizeofBpfHdr ideal-int 29776pkg syscall (openbsd-amd64), const SizeofBpfInsn ideal-int 29777pkg syscall (openbsd-amd64), const SizeofBpfProgram ideal-int 29778pkg syscall (openbsd-amd64), const SizeofBpfStat ideal-int 29779pkg syscall (openbsd-amd64), const SizeofBpfVersion ideal-int 29780pkg syscall (openbsd-amd64), const SizeofCmsghdr ideal-int 29781pkg syscall (openbsd-amd64), const SizeofICMPv6Filter = 32 29782pkg syscall (openbsd-amd64), const SizeofICMPv6Filter ideal-int 29783pkg syscall (openbsd-amd64), const SizeofIPMreq ideal-int 29784pkg syscall (openbsd-amd64), const SizeofIPv6MTUInfo = 32 29785pkg syscall (openbsd-amd64), const SizeofIPv6MTUInfo ideal-int 29786pkg syscall (openbsd-amd64), const SizeofIPv6Mreq ideal-int 29787pkg syscall (openbsd-amd64), const SizeofIfAnnounceMsghdr ideal-int 29788pkg syscall (openbsd-amd64), const SizeofIfData ideal-int 29789pkg syscall (openbsd-amd64), const SizeofIfMsghdr ideal-int 29790pkg syscall (openbsd-amd64), const SizeofIfaMsghdr ideal-int 29791pkg syscall (openbsd-amd64), const SizeofInet6Pktinfo ideal-int 29792pkg syscall (openbsd-amd64), const SizeofLinger ideal-int 29793pkg syscall (openbsd-amd64), const SizeofMsghdr ideal-int 29794pkg syscall (openbsd-amd64), const SizeofRtMetrics ideal-int 29795pkg syscall (openbsd-amd64), const SizeofRtMsghdr ideal-int 29796pkg syscall (openbsd-amd64), const SizeofSockaddrAny ideal-int 29797pkg syscall (openbsd-amd64), const SizeofSockaddrDatalink ideal-int 29798pkg syscall (openbsd-amd64), const SizeofSockaddrInet4 ideal-int 29799pkg syscall (openbsd-amd64), const SizeofSockaddrInet6 ideal-int 29800pkg syscall (openbsd-amd64), const SizeofSockaddrUnix ideal-int 29801pkg syscall (openbsd-amd64), const TCIFLUSH ideal-int 29802pkg syscall (openbsd-amd64), const TCIOFLUSH ideal-int 29803pkg syscall (openbsd-amd64), const TCOFLUSH ideal-int 29804pkg syscall (openbsd-amd64), const TCP_MAXBURST ideal-int 29805pkg syscall (openbsd-amd64), const TCP_MAXSEG ideal-int 29806pkg syscall (openbsd-amd64), const TCP_MAXWIN ideal-int 29807pkg syscall (openbsd-amd64), const TCP_MAX_SACK ideal-int 29808pkg syscall (openbsd-amd64), const TCP_MAX_WINSHIFT ideal-int 29809pkg syscall (openbsd-amd64), const TCP_MD5SIG ideal-int 29810pkg syscall (openbsd-amd64), const TCP_MSS ideal-int 29811pkg syscall (openbsd-amd64), const TCP_NSTATES ideal-int 29812pkg syscall (openbsd-amd64), const TCP_SACK_ENABLE ideal-int 29813pkg syscall (openbsd-amd64), const TCSAFLUSH ideal-int 29814pkg syscall (openbsd-amd64), const TIOCCBRK ideal-int 29815pkg syscall (openbsd-amd64), const TIOCCDTR ideal-int 29816pkg syscall (openbsd-amd64), const TIOCCONS ideal-int 29817pkg syscall (openbsd-amd64), const TIOCDRAIN ideal-int 29818pkg syscall (openbsd-amd64), const TIOCEXCL ideal-int 29819pkg syscall (openbsd-amd64), const TIOCEXT ideal-int 29820pkg syscall (openbsd-amd64), const TIOCFLAG_CLOCAL ideal-int 29821pkg syscall (openbsd-amd64), const TIOCFLAG_CRTSCTS ideal-int 29822pkg syscall (openbsd-amd64), const TIOCFLAG_MDMBUF ideal-int 29823pkg syscall (openbsd-amd64), const TIOCFLAG_PPS ideal-int 29824pkg syscall (openbsd-amd64), const TIOCFLAG_SOFTCAR ideal-int 29825pkg syscall (openbsd-amd64), const TIOCFLUSH ideal-int 29826pkg syscall (openbsd-amd64), const TIOCGETA ideal-int 29827pkg syscall (openbsd-amd64), const TIOCGETD ideal-int 29828pkg syscall (openbsd-amd64), const TIOCGFLAGS ideal-int 29829pkg syscall (openbsd-amd64), const TIOCGPGRP ideal-int 29830pkg syscall (openbsd-amd64), const TIOCGTSTAMP ideal-int 29831pkg syscall (openbsd-amd64), const TIOCGWINSZ ideal-int 29832pkg syscall (openbsd-amd64), const TIOCMBIC ideal-int 29833pkg syscall (openbsd-amd64), const TIOCMBIS ideal-int 29834pkg syscall (openbsd-amd64), const TIOCMGET ideal-int 29835pkg syscall (openbsd-amd64), const TIOCMODG ideal-int 29836pkg syscall (openbsd-amd64), const TIOCMODS ideal-int 29837pkg syscall (openbsd-amd64), const TIOCMSET ideal-int 29838pkg syscall (openbsd-amd64), const TIOCM_CAR ideal-int 29839pkg syscall (openbsd-amd64), const TIOCM_CD ideal-int 29840pkg syscall (openbsd-amd64), const TIOCM_CTS ideal-int 29841pkg syscall (openbsd-amd64), const TIOCM_DSR ideal-int 29842pkg syscall (openbsd-amd64), const TIOCM_DTR ideal-int 29843pkg syscall (openbsd-amd64), const TIOCM_LE ideal-int 29844pkg syscall (openbsd-amd64), const TIOCM_RI ideal-int 29845pkg syscall (openbsd-amd64), const TIOCM_RNG ideal-int 29846pkg syscall (openbsd-amd64), const TIOCM_RTS ideal-int 29847pkg syscall (openbsd-amd64), const TIOCM_SR ideal-int 29848pkg syscall (openbsd-amd64), const TIOCM_ST ideal-int 29849pkg syscall (openbsd-amd64), const TIOCNOTTY ideal-int 29850pkg syscall (openbsd-amd64), const TIOCNXCL ideal-int 29851pkg syscall (openbsd-amd64), const TIOCOUTQ ideal-int 29852pkg syscall (openbsd-amd64), const TIOCPKT ideal-int 29853pkg syscall (openbsd-amd64), const TIOCPKT_DATA ideal-int 29854pkg syscall (openbsd-amd64), const TIOCPKT_DOSTOP ideal-int 29855pkg syscall (openbsd-amd64), const TIOCPKT_FLUSHREAD ideal-int 29856pkg syscall (openbsd-amd64), const TIOCPKT_FLUSHWRITE ideal-int 29857pkg syscall (openbsd-amd64), const TIOCPKT_IOCTL ideal-int 29858pkg syscall (openbsd-amd64), const TIOCPKT_NOSTOP ideal-int 29859pkg syscall (openbsd-amd64), const TIOCPKT_START ideal-int 29860pkg syscall (openbsd-amd64), const TIOCPKT_STOP ideal-int 29861pkg syscall (openbsd-amd64), const TIOCREMOTE ideal-int 29862pkg syscall (openbsd-amd64), const TIOCSBRK ideal-int 29863pkg syscall (openbsd-amd64), const TIOCSCTTY ideal-int 29864pkg syscall (openbsd-amd64), const TIOCSDTR ideal-int 29865pkg syscall (openbsd-amd64), const TIOCSETA ideal-int 29866pkg syscall (openbsd-amd64), const TIOCSETAF ideal-int 29867pkg syscall (openbsd-amd64), const TIOCSETAW ideal-int 29868pkg syscall (openbsd-amd64), const TIOCSETD ideal-int 29869pkg syscall (openbsd-amd64), const TIOCSFLAGS ideal-int 29870pkg syscall (openbsd-amd64), const TIOCSIG ideal-int 29871pkg syscall (openbsd-amd64), const TIOCSPGRP ideal-int 29872pkg syscall (openbsd-amd64), const TIOCSTART ideal-int 29873pkg syscall (openbsd-amd64), const TIOCSTAT ideal-int 29874pkg syscall (openbsd-amd64), const TIOCSTI ideal-int 29875pkg syscall (openbsd-amd64), const TIOCSTOP ideal-int 29876pkg syscall (openbsd-amd64), const TIOCSTSTAMP ideal-int 29877pkg syscall (openbsd-amd64), const TIOCSWINSZ ideal-int 29878pkg syscall (openbsd-amd64), const TIOCUCNTL ideal-int 29879pkg syscall (openbsd-amd64), const TOSTOP ideal-int 29880pkg syscall (openbsd-amd64), const VDISCARD ideal-int 29881pkg syscall (openbsd-amd64), const VDSUSP ideal-int 29882pkg syscall (openbsd-amd64), const VEOF ideal-int 29883pkg syscall (openbsd-amd64), const VEOL ideal-int 29884pkg syscall (openbsd-amd64), const VEOL2 ideal-int 29885pkg syscall (openbsd-amd64), const VERASE ideal-int 29886pkg syscall (openbsd-amd64), const VINTR ideal-int 29887pkg syscall (openbsd-amd64), const VKILL ideal-int 29888pkg syscall (openbsd-amd64), const VLNEXT ideal-int 29889pkg syscall (openbsd-amd64), const VMIN ideal-int 29890pkg syscall (openbsd-amd64), const VQUIT ideal-int 29891pkg syscall (openbsd-amd64), const VREPRINT ideal-int 29892pkg syscall (openbsd-amd64), const VSTART ideal-int 29893pkg syscall (openbsd-amd64), const VSTATUS ideal-int 29894pkg syscall (openbsd-amd64), const VSTOP ideal-int 29895pkg syscall (openbsd-amd64), const VSUSP ideal-int 29896pkg syscall (openbsd-amd64), const VTIME ideal-int 29897pkg syscall (openbsd-amd64), const VWERASE ideal-int 29898pkg syscall (openbsd-amd64), const WALTSIG ideal-int 29899pkg syscall (openbsd-amd64), const WCONTINUED ideal-int 29900pkg syscall (openbsd-amd64), const WCOREFLAG ideal-int 29901pkg syscall (openbsd-amd64), const WNOHANG ideal-int 29902pkg syscall (openbsd-amd64), const WSTOPPED ideal-int 29903pkg syscall (openbsd-amd64), const WUNTRACED ideal-int 29904pkg syscall (openbsd-amd64), func Accept(int) (int, Sockaddr, error) 29905pkg syscall (openbsd-amd64), func Access(string, uint32) error 29906pkg syscall (openbsd-amd64), func Adjtime(*Timeval, *Timeval) error 29907pkg syscall (openbsd-amd64), func Bind(int, Sockaddr) error 29908pkg syscall (openbsd-amd64), func BpfBuflen(int) (int, error) 29909pkg syscall (openbsd-amd64), func BpfDatalink(int) (int, error) 29910pkg syscall (openbsd-amd64), func BpfHeadercmpl(int) (int, error) 29911pkg syscall (openbsd-amd64), func BpfInterface(int, string) (string, error) 29912pkg syscall (openbsd-amd64), func BpfJump(int, int, int, int) *BpfInsn 29913pkg syscall (openbsd-amd64), func BpfStats(int) (*BpfStat, error) 29914pkg syscall (openbsd-amd64), func BpfStmt(int, int) *BpfInsn 29915pkg syscall (openbsd-amd64), func BpfTimeout(int) (*Timeval, error) 29916pkg syscall (openbsd-amd64), func CheckBpfVersion(int) error 29917pkg syscall (openbsd-amd64), func Chflags(string, int) error 29918pkg syscall (openbsd-amd64), func Chroot(string) error 29919pkg syscall (openbsd-amd64), func Close(int) error 29920pkg syscall (openbsd-amd64), func CloseOnExec(int) 29921pkg syscall (openbsd-amd64), func CmsgLen(int) int 29922pkg syscall (openbsd-amd64), func CmsgSpace(int) int 29923pkg syscall (openbsd-amd64), func Connect(int, Sockaddr) error 29924pkg syscall (openbsd-amd64), func Dup(int) (int, error) 29925pkg syscall (openbsd-amd64), func Dup2(int, int) error 29926pkg syscall (openbsd-amd64), func Fchdir(int) error 29927pkg syscall (openbsd-amd64), func Fchflags(int, int) error 29928pkg syscall (openbsd-amd64), func Fchmod(int, uint32) error 29929pkg syscall (openbsd-amd64), func Fchown(int, int, int) error 29930pkg syscall (openbsd-amd64), func Flock(int, int) error 29931pkg syscall (openbsd-amd64), func FlushBpf(int) error 29932pkg syscall (openbsd-amd64), func ForkExec(string, []string, *ProcAttr) (int, error) 29933pkg syscall (openbsd-amd64), func Fpathconf(int, int) (int, error) 29934pkg syscall (openbsd-amd64), func Fstat(int, *Stat_t) error 29935pkg syscall (openbsd-amd64), func Fstatfs(int, *Statfs_t) error 29936pkg syscall (openbsd-amd64), func Fsync(int) error 29937pkg syscall (openbsd-amd64), func Ftruncate(int, int64) error 29938pkg syscall (openbsd-amd64), func Futimes(int, []Timeval) error 29939pkg syscall (openbsd-amd64), func Getdirentries(int, []uint8, *uintptr) (int, error) 29940pkg syscall (openbsd-amd64), func Getfsstat([]Statfs_t, int) (int, error) 29941pkg syscall (openbsd-amd64), func Getpeername(int) (Sockaddr, error) 29942pkg syscall (openbsd-amd64), func Getpgid(int) (int, error) 29943pkg syscall (openbsd-amd64), func Getpgrp() int 29944pkg syscall (openbsd-amd64), func Getpriority(int, int) (int, error) 29945pkg syscall (openbsd-amd64), func Getrlimit(int, *Rlimit) error 29946pkg syscall (openbsd-amd64), func Getrusage(int, *Rusage) error 29947pkg syscall (openbsd-amd64), func Getsid(int) (int, error) 29948pkg syscall (openbsd-amd64), func Getsockname(int) (Sockaddr, error) 29949pkg syscall (openbsd-amd64), func GetsockoptByte(int, int, int) (uint8, error) 29950pkg syscall (openbsd-amd64), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 29951pkg syscall (openbsd-amd64), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) 29952pkg syscall (openbsd-amd64), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 29953pkg syscall (openbsd-amd64), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) 29954pkg syscall (openbsd-amd64), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) 29955pkg syscall (openbsd-amd64), func GetsockoptInt(int, int, int) (int, error) 29956pkg syscall (openbsd-amd64), func Issetugid() bool 29957pkg syscall (openbsd-amd64), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) 29958pkg syscall (openbsd-amd64), func Kill(int, Signal) error 29959pkg syscall (openbsd-amd64), func Kqueue() (int, error) 29960pkg syscall (openbsd-amd64), func Listen(int, int) error 29961pkg syscall (openbsd-amd64), func Lstat(string, *Stat_t) error 29962pkg syscall (openbsd-amd64), func Mkfifo(string, uint32) error 29963pkg syscall (openbsd-amd64), func Mknod(string, uint32, int) error 29964pkg syscall (openbsd-amd64), func Mmap(int, int64, int, int, int) ([]uint8, error) 29965pkg syscall (openbsd-amd64), func Munmap([]uint8) error 29966pkg syscall (openbsd-amd64), func Nanosleep(*Timespec, *Timespec) error 29967pkg syscall (openbsd-amd64), func Open(string, int, uint32) (int, error) 29968pkg syscall (openbsd-amd64), func ParseDirent([]uint8, int, []string) (int, int, []string) 29969pkg syscall (openbsd-amd64), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) 29970pkg syscall (openbsd-amd64), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) 29971pkg syscall (openbsd-amd64), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) 29972pkg syscall (openbsd-amd64), func ParseUnixRights(*SocketControlMessage) ([]int, error) 29973pkg syscall (openbsd-amd64), func Pathconf(string, int) (int, error) 29974pkg syscall (openbsd-amd64), func Pipe([]int) error 29975pkg syscall (openbsd-amd64), func Pread(int, []uint8, int64) (int, error) 29976pkg syscall (openbsd-amd64), func Pwrite(int, []uint8, int64) (int, error) 29977pkg syscall (openbsd-amd64), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 29978pkg syscall (openbsd-amd64), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 29979pkg syscall (openbsd-amd64), func Read(int, []uint8) (int, error) 29980pkg syscall (openbsd-amd64), func ReadDirent(int, []uint8) (int, error) 29981pkg syscall (openbsd-amd64), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) 29982pkg syscall (openbsd-amd64), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) 29983pkg syscall (openbsd-amd64), func Revoke(string) error 29984pkg syscall (openbsd-amd64), func RouteRIB(int, int) ([]uint8, error) 29985pkg syscall (openbsd-amd64), func Seek(int, int64, int) (int64, error) 29986pkg syscall (openbsd-amd64), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error 29987pkg syscall (openbsd-amd64), func Sendfile(int, int, *int64, int) (int, error) 29988pkg syscall (openbsd-amd64), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error 29989pkg syscall (openbsd-amd64), func Sendto(int, []uint8, int, Sockaddr) error 29990pkg syscall (openbsd-amd64), func SetBpf(int, []BpfInsn) error 29991pkg syscall (openbsd-amd64), func SetBpfBuflen(int, int) (int, error) 29992pkg syscall (openbsd-amd64), func SetBpfDatalink(int, int) (int, error) 29993pkg syscall (openbsd-amd64), func SetBpfHeadercmpl(int, int) error 29994pkg syscall (openbsd-amd64), func SetBpfImmediate(int, int) error 29995pkg syscall (openbsd-amd64), func SetBpfInterface(int, string) error 29996pkg syscall (openbsd-amd64), func SetBpfPromisc(int, int) error 29997pkg syscall (openbsd-amd64), func SetBpfTimeout(int, *Timeval) error 29998pkg syscall (openbsd-amd64), func SetKevent(*Kevent_t, int, int, int) 29999pkg syscall (openbsd-amd64), func SetNonblock(int, bool) error 30000pkg syscall (openbsd-amd64), func Setegid(int) error 30001pkg syscall (openbsd-amd64), func Seteuid(int) error 30002pkg syscall (openbsd-amd64), func Setgid(int) error 30003pkg syscall (openbsd-amd64), func Setgroups([]int) error 30004pkg syscall (openbsd-amd64), func Setlogin(string) error 30005pkg syscall (openbsd-amd64), func Setpgid(int, int) error 30006pkg syscall (openbsd-amd64), func Setpriority(int, int, int) error 30007pkg syscall (openbsd-amd64), func Setregid(int, int) error 30008pkg syscall (openbsd-amd64), func Setreuid(int, int) error 30009pkg syscall (openbsd-amd64), func Setrlimit(int, *Rlimit) error 30010pkg syscall (openbsd-amd64), func Setsid() (int, error) 30011pkg syscall (openbsd-amd64), func SetsockoptByte(int, int, int, uint8) error 30012pkg syscall (openbsd-amd64), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 30013pkg syscall (openbsd-amd64), func SetsockoptIPMreq(int, int, int, *IPMreq) error 30014pkg syscall (openbsd-amd64), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error 30015pkg syscall (openbsd-amd64), func SetsockoptInet4Addr(int, int, int, [4]uint8) error 30016pkg syscall (openbsd-amd64), func SetsockoptInt(int, int, int, int) error 30017pkg syscall (openbsd-amd64), func SetsockoptLinger(int, int, int, *Linger) error 30018pkg syscall (openbsd-amd64), func SetsockoptString(int, int, int, string) error 30019pkg syscall (openbsd-amd64), func SetsockoptTimeval(int, int, int, *Timeval) error 30020pkg syscall (openbsd-amd64), func Settimeofday(*Timeval) error 30021pkg syscall (openbsd-amd64), func Setuid(int) error 30022pkg syscall (openbsd-amd64), func Shutdown(int, int) error 30023pkg syscall (openbsd-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error) 30024pkg syscall (openbsd-amd64), func Socket(int, int, int) (int, error) 30025pkg syscall (openbsd-amd64), func Socketpair(int, int, int) ([2]int, error) 30026pkg syscall (openbsd-amd64), func Stat(string, *Stat_t) error 30027pkg syscall (openbsd-amd64), func Statfs(string, *Statfs_t) error 30028pkg syscall (openbsd-amd64), func StringSlicePtr([]string) []*uint8 30029pkg syscall (openbsd-amd64), func Sync() error 30030pkg syscall (openbsd-amd64), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 30031pkg syscall (openbsd-amd64), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 30032pkg syscall (openbsd-amd64), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 30033pkg syscall (openbsd-amd64), func Sysctl(string) (string, error) 30034pkg syscall (openbsd-amd64), func SysctlUint32(string) (uint32, error) 30035pkg syscall (openbsd-amd64), func TimevalToNsec(Timeval) int64 30036pkg syscall (openbsd-amd64), func Truncate(string, int64) error 30037pkg syscall (openbsd-amd64), func Umask(int) int 30038pkg syscall (openbsd-amd64), func UnixRights(...int) []uint8 30039pkg syscall (openbsd-amd64), func Unmount(string, int) error 30040pkg syscall (openbsd-amd64), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) 30041pkg syscall (openbsd-amd64), func Write(int, []uint8) (int, error) 30042pkg syscall (openbsd-amd64), method (*Cmsghdr) SetLen(int) 30043pkg syscall (openbsd-amd64), method (*Iovec) SetLen(int) 30044pkg syscall (openbsd-amd64), method (*Msghdr) SetControllen(int) 30045pkg syscall (openbsd-amd64), type BpfHdr struct 30046pkg syscall (openbsd-amd64), type BpfHdr struct, Caplen uint32 30047pkg syscall (openbsd-amd64), type BpfHdr struct, Datalen uint32 30048pkg syscall (openbsd-amd64), type BpfHdr struct, Hdrlen uint16 30049pkg syscall (openbsd-amd64), type BpfHdr struct, Pad_cgo_0 [2]uint8 30050pkg syscall (openbsd-amd64), type BpfHdr struct, Tstamp BpfTimeval 30051pkg syscall (openbsd-amd64), type BpfInsn struct 30052pkg syscall (openbsd-amd64), type BpfInsn struct, Code uint16 30053pkg syscall (openbsd-amd64), type BpfInsn struct, Jf uint8 30054pkg syscall (openbsd-amd64), type BpfInsn struct, Jt uint8 30055pkg syscall (openbsd-amd64), type BpfInsn struct, K uint32 30056pkg syscall (openbsd-amd64), type BpfProgram struct 30057pkg syscall (openbsd-amd64), type BpfProgram struct, Insns *BpfInsn 30058pkg syscall (openbsd-amd64), type BpfProgram struct, Len uint32 30059pkg syscall (openbsd-amd64), type BpfProgram struct, Pad_cgo_0 [4]uint8 30060pkg syscall (openbsd-amd64), type BpfStat struct 30061pkg syscall (openbsd-amd64), type BpfStat struct, Drop uint32 30062pkg syscall (openbsd-amd64), type BpfStat struct, Recv uint32 30063pkg syscall (openbsd-amd64), type BpfTimeval struct 30064pkg syscall (openbsd-amd64), type BpfTimeval struct, Sec uint32 30065pkg syscall (openbsd-amd64), type BpfTimeval struct, Usec uint32 30066pkg syscall (openbsd-amd64), type BpfVersion struct 30067pkg syscall (openbsd-amd64), type BpfVersion struct, Major uint16 30068pkg syscall (openbsd-amd64), type BpfVersion struct, Minor uint16 30069pkg syscall (openbsd-amd64), type Cmsghdr struct 30070pkg syscall (openbsd-amd64), type Cmsghdr struct, Len uint32 30071pkg syscall (openbsd-amd64), type Cmsghdr struct, Level int32 30072pkg syscall (openbsd-amd64), type Cmsghdr struct, Type int32 30073pkg syscall (openbsd-amd64), type Credential struct 30074pkg syscall (openbsd-amd64), type Credential struct, Gid uint32 30075pkg syscall (openbsd-amd64), type Credential struct, Groups []uint32 30076pkg syscall (openbsd-amd64), type Credential struct, Uid uint32 30077pkg syscall (openbsd-amd64), type Dirent struct 30078pkg syscall (openbsd-amd64), type Dirent struct, Fileno uint32 30079pkg syscall (openbsd-amd64), type Dirent struct, Name [256]int8 30080pkg syscall (openbsd-amd64), type Dirent struct, Namlen uint8 30081pkg syscall (openbsd-amd64), type Dirent struct, Reclen uint16 30082pkg syscall (openbsd-amd64), type Dirent struct, Type uint8 30083pkg syscall (openbsd-amd64), type FdSet struct 30084pkg syscall (openbsd-amd64), type FdSet struct, Bits [32]int32 30085pkg syscall (openbsd-amd64), type Flock_t struct 30086pkg syscall (openbsd-amd64), type Flock_t struct, Len int64 30087pkg syscall (openbsd-amd64), type Flock_t struct, Pid int32 30088pkg syscall (openbsd-amd64), type Flock_t struct, Start int64 30089pkg syscall (openbsd-amd64), type Flock_t struct, Type int16 30090pkg syscall (openbsd-amd64), type Flock_t struct, Whence int16 30091pkg syscall (openbsd-amd64), type Fsid struct 30092pkg syscall (openbsd-amd64), type Fsid struct, Val [2]int32 30093pkg syscall (openbsd-amd64), type ICMPv6Filter struct 30094pkg syscall (openbsd-amd64), type ICMPv6Filter struct, Filt [8]uint32 30095pkg syscall (openbsd-amd64), type IPv6MTUInfo struct 30096pkg syscall (openbsd-amd64), type IPv6MTUInfo struct, Addr RawSockaddrInet6 30097pkg syscall (openbsd-amd64), type IPv6MTUInfo struct, Mtu uint32 30098pkg syscall (openbsd-amd64), type IfAnnounceMsghdr struct 30099pkg syscall (openbsd-amd64), type IfAnnounceMsghdr struct, Hdrlen uint16 30100pkg syscall (openbsd-amd64), type IfAnnounceMsghdr struct, Index uint16 30101pkg syscall (openbsd-amd64), type IfAnnounceMsghdr struct, Msglen uint16 30102pkg syscall (openbsd-amd64), type IfAnnounceMsghdr struct, Name [16]int8 30103pkg syscall (openbsd-amd64), type IfAnnounceMsghdr struct, Type uint8 30104pkg syscall (openbsd-amd64), type IfAnnounceMsghdr struct, Version uint8 30105pkg syscall (openbsd-amd64), type IfAnnounceMsghdr struct, What uint16 30106pkg syscall (openbsd-amd64), type IfData struct 30107pkg syscall (openbsd-amd64), type IfData struct, Addrlen uint8 30108pkg syscall (openbsd-amd64), type IfData struct, Baudrate uint64 30109pkg syscall (openbsd-amd64), type IfData struct, Capabilities uint32 30110pkg syscall (openbsd-amd64), type IfData struct, Collisions uint64 30111pkg syscall (openbsd-amd64), type IfData struct, Hdrlen uint8 30112pkg syscall (openbsd-amd64), type IfData struct, Ibytes uint64 30113pkg syscall (openbsd-amd64), type IfData struct, Ierrors uint64 30114pkg syscall (openbsd-amd64), type IfData struct, Imcasts uint64 30115pkg syscall (openbsd-amd64), type IfData struct, Ipackets uint64 30116pkg syscall (openbsd-amd64), type IfData struct, Iqdrops uint64 30117pkg syscall (openbsd-amd64), type IfData struct, Lastchange Timeval 30118pkg syscall (openbsd-amd64), type IfData struct, Link_state uint8 30119pkg syscall (openbsd-amd64), type IfData struct, Mclpool [7]Mclpool 30120pkg syscall (openbsd-amd64), type IfData struct, Metric uint32 30121pkg syscall (openbsd-amd64), type IfData struct, Mtu uint32 30122pkg syscall (openbsd-amd64), type IfData struct, Noproto uint64 30123pkg syscall (openbsd-amd64), type IfData struct, Obytes uint64 30124pkg syscall (openbsd-amd64), type IfData struct, Oerrors uint64 30125pkg syscall (openbsd-amd64), type IfData struct, Omcasts uint64 30126pkg syscall (openbsd-amd64), type IfData struct, Opackets uint64 30127pkg syscall (openbsd-amd64), type IfData struct, Pad uint32 30128pkg syscall (openbsd-amd64), type IfData struct, Pad_cgo_0 [4]uint8 30129pkg syscall (openbsd-amd64), type IfData struct, Pad_cgo_1 [4]uint8 30130pkg syscall (openbsd-amd64), type IfData struct, Type uint8 30131pkg syscall (openbsd-amd64), type IfMsghdr struct 30132pkg syscall (openbsd-amd64), type IfMsghdr struct, Addrs int32 30133pkg syscall (openbsd-amd64), type IfMsghdr struct, Data IfData 30134pkg syscall (openbsd-amd64), type IfMsghdr struct, Flags int32 30135pkg syscall (openbsd-amd64), type IfMsghdr struct, Hdrlen uint16 30136pkg syscall (openbsd-amd64), type IfMsghdr struct, Index uint16 30137pkg syscall (openbsd-amd64), type IfMsghdr struct, Msglen uint16 30138pkg syscall (openbsd-amd64), type IfMsghdr struct, Pad1 uint8 30139pkg syscall (openbsd-amd64), type IfMsghdr struct, Pad2 uint8 30140pkg syscall (openbsd-amd64), type IfMsghdr struct, Tableid uint16 30141pkg syscall (openbsd-amd64), type IfMsghdr struct, Type uint8 30142pkg syscall (openbsd-amd64), type IfMsghdr struct, Version uint8 30143pkg syscall (openbsd-amd64), type IfMsghdr struct, Xflags int32 30144pkg syscall (openbsd-amd64), type IfaMsghdr struct 30145pkg syscall (openbsd-amd64), type IfaMsghdr struct, Addrs int32 30146pkg syscall (openbsd-amd64), type IfaMsghdr struct, Flags int32 30147pkg syscall (openbsd-amd64), type IfaMsghdr struct, Hdrlen uint16 30148pkg syscall (openbsd-amd64), type IfaMsghdr struct, Index uint16 30149pkg syscall (openbsd-amd64), type IfaMsghdr struct, Metric int32 30150pkg syscall (openbsd-amd64), type IfaMsghdr struct, Msglen uint16 30151pkg syscall (openbsd-amd64), type IfaMsghdr struct, Pad1 uint8 30152pkg syscall (openbsd-amd64), type IfaMsghdr struct, Pad2 uint8 30153pkg syscall (openbsd-amd64), type IfaMsghdr struct, Tableid uint16 30154pkg syscall (openbsd-amd64), type IfaMsghdr struct, Type uint8 30155pkg syscall (openbsd-amd64), type IfaMsghdr struct, Version uint8 30156pkg syscall (openbsd-amd64), type Inet6Pktinfo struct 30157pkg syscall (openbsd-amd64), type Inet6Pktinfo struct, Addr [16]uint8 30158pkg syscall (openbsd-amd64), type Inet6Pktinfo struct, Ifindex uint32 30159pkg syscall (openbsd-amd64), type InterfaceAddrMessage struct 30160pkg syscall (openbsd-amd64), type InterfaceAddrMessage struct, Data []uint8 30161pkg syscall (openbsd-amd64), type InterfaceAddrMessage struct, Header IfaMsghdr 30162pkg syscall (openbsd-amd64), type InterfaceAnnounceMessage struct 30163pkg syscall (openbsd-amd64), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr 30164pkg syscall (openbsd-amd64), type InterfaceMessage struct 30165pkg syscall (openbsd-amd64), type InterfaceMessage struct, Data []uint8 30166pkg syscall (openbsd-amd64), type InterfaceMessage struct, Header IfMsghdr 30167pkg syscall (openbsd-amd64), type Iovec struct 30168pkg syscall (openbsd-amd64), type Iovec struct, Base *uint8 30169pkg syscall (openbsd-amd64), type Iovec struct, Len uint64 30170pkg syscall (openbsd-amd64), type Kevent_t struct 30171pkg syscall (openbsd-amd64), type Kevent_t struct, Data int32 30172pkg syscall (openbsd-amd64), type Kevent_t struct, Fflags uint32 30173pkg syscall (openbsd-amd64), type Kevent_t struct, Filter int16 30174pkg syscall (openbsd-amd64), type Kevent_t struct, Flags uint16 30175pkg syscall (openbsd-amd64), type Kevent_t struct, Ident uint32 30176pkg syscall (openbsd-amd64), type Kevent_t struct, Udata *uint8 30177pkg syscall (openbsd-amd64), type Mclpool struct 30178pkg syscall (openbsd-amd64), type Mclpool struct, Alive uint16 30179pkg syscall (openbsd-amd64), type Mclpool struct, Cwm uint16 30180pkg syscall (openbsd-amd64), type Mclpool struct, Grown uint32 30181pkg syscall (openbsd-amd64), type Mclpool struct, Hwm uint16 30182pkg syscall (openbsd-amd64), type Mclpool struct, Lwm uint16 30183pkg syscall (openbsd-amd64), type Msghdr struct 30184pkg syscall (openbsd-amd64), type Msghdr struct, Control *uint8 30185pkg syscall (openbsd-amd64), type Msghdr struct, Controllen uint32 30186pkg syscall (openbsd-amd64), type Msghdr struct, Flags int32 30187pkg syscall (openbsd-amd64), type Msghdr struct, Iov *Iovec 30188pkg syscall (openbsd-amd64), type Msghdr struct, Iovlen uint32 30189pkg syscall (openbsd-amd64), type Msghdr struct, Name *uint8 30190pkg syscall (openbsd-amd64), type Msghdr struct, Namelen uint32 30191pkg syscall (openbsd-amd64), type Msghdr struct, Pad_cgo_0 [4]uint8 30192pkg syscall (openbsd-amd64), type Msghdr struct, Pad_cgo_1 [4]uint8 30193pkg syscall (openbsd-amd64), type RawSockaddr struct, Data [14]int8 30194pkg syscall (openbsd-amd64), type RawSockaddr struct, Family uint8 30195pkg syscall (openbsd-amd64), type RawSockaddr struct, Len uint8 30196pkg syscall (openbsd-amd64), type RawSockaddrAny struct, Pad [92]int8 30197pkg syscall (openbsd-amd64), type RawSockaddrDatalink struct 30198pkg syscall (openbsd-amd64), type RawSockaddrDatalink struct, Alen uint8 30199pkg syscall (openbsd-amd64), type RawSockaddrDatalink struct, Data [24]int8 30200pkg syscall (openbsd-amd64), type RawSockaddrDatalink struct, Family uint8 30201pkg syscall (openbsd-amd64), type RawSockaddrDatalink struct, Index uint16 30202pkg syscall (openbsd-amd64), type RawSockaddrDatalink struct, Len uint8 30203pkg syscall (openbsd-amd64), type RawSockaddrDatalink struct, Nlen uint8 30204pkg syscall (openbsd-amd64), type RawSockaddrDatalink struct, Slen uint8 30205pkg syscall (openbsd-amd64), type RawSockaddrDatalink struct, Type uint8 30206pkg syscall (openbsd-amd64), type RawSockaddrInet4 struct, Family uint8 30207pkg syscall (openbsd-amd64), type RawSockaddrInet4 struct, Len uint8 30208pkg syscall (openbsd-amd64), type RawSockaddrInet4 struct, Zero [8]int8 30209pkg syscall (openbsd-amd64), type RawSockaddrInet6 struct, Family uint8 30210pkg syscall (openbsd-amd64), type RawSockaddrInet6 struct, Len uint8 30211pkg syscall (openbsd-amd64), type RawSockaddrUnix struct 30212pkg syscall (openbsd-amd64), type RawSockaddrUnix struct, Family uint8 30213pkg syscall (openbsd-amd64), type RawSockaddrUnix struct, Len uint8 30214pkg syscall (openbsd-amd64), type RawSockaddrUnix struct, Path [104]int8 30215pkg syscall (openbsd-amd64), type Rlimit struct 30216pkg syscall (openbsd-amd64), type Rlimit struct, Cur uint64 30217pkg syscall (openbsd-amd64), type Rlimit struct, Max uint64 30218pkg syscall (openbsd-amd64), type RouteMessage struct 30219pkg syscall (openbsd-amd64), type RouteMessage struct, Data []uint8 30220pkg syscall (openbsd-amd64), type RouteMessage struct, Header RtMsghdr 30221pkg syscall (openbsd-amd64), type RoutingMessage interface, unexported methods 30222pkg syscall (openbsd-amd64), type RtMetrics struct 30223pkg syscall (openbsd-amd64), type RtMetrics struct, Expire uint32 30224pkg syscall (openbsd-amd64), type RtMetrics struct, Hopcount uint32 30225pkg syscall (openbsd-amd64), type RtMetrics struct, Locks uint32 30226pkg syscall (openbsd-amd64), type RtMetrics struct, Mtu uint32 30227pkg syscall (openbsd-amd64), type RtMetrics struct, Pksent uint64 30228pkg syscall (openbsd-amd64), type RtMetrics struct, Recvpipe uint32 30229pkg syscall (openbsd-amd64), type RtMetrics struct, Refcnt uint32 30230pkg syscall (openbsd-amd64), type RtMetrics struct, Rtt uint32 30231pkg syscall (openbsd-amd64), type RtMetrics struct, Rttvar uint32 30232pkg syscall (openbsd-amd64), type RtMetrics struct, Sendpipe uint32 30233pkg syscall (openbsd-amd64), type RtMetrics struct, Ssthresh uint32 30234pkg syscall (openbsd-amd64), type RtMsghdr struct 30235pkg syscall (openbsd-amd64), type RtMsghdr struct, Addrs int32 30236pkg syscall (openbsd-amd64), type RtMsghdr struct, Errno int32 30237pkg syscall (openbsd-amd64), type RtMsghdr struct, Flags int32 30238pkg syscall (openbsd-amd64), type RtMsghdr struct, Fmask int32 30239pkg syscall (openbsd-amd64), type RtMsghdr struct, Hdrlen uint16 30240pkg syscall (openbsd-amd64), type RtMsghdr struct, Index uint16 30241pkg syscall (openbsd-amd64), type RtMsghdr struct, Inits uint32 30242pkg syscall (openbsd-amd64), type RtMsghdr struct, Mpls uint8 30243pkg syscall (openbsd-amd64), type RtMsghdr struct, Msglen uint16 30244pkg syscall (openbsd-amd64), type RtMsghdr struct, Pid int32 30245pkg syscall (openbsd-amd64), type RtMsghdr struct, Priority uint8 30246pkg syscall (openbsd-amd64), type RtMsghdr struct, Rmx RtMetrics 30247pkg syscall (openbsd-amd64), type RtMsghdr struct, Seq int32 30248pkg syscall (openbsd-amd64), type RtMsghdr struct, Tableid uint16 30249pkg syscall (openbsd-amd64), type RtMsghdr struct, Type uint8 30250pkg syscall (openbsd-amd64), type RtMsghdr struct, Version uint8 30251pkg syscall (openbsd-amd64), type Rusage struct, Idrss int64 30252pkg syscall (openbsd-amd64), type Rusage struct, Inblock int64 30253pkg syscall (openbsd-amd64), type Rusage struct, Isrss int64 30254pkg syscall (openbsd-amd64), type Rusage struct, Ixrss int64 30255pkg syscall (openbsd-amd64), type Rusage struct, Majflt int64 30256pkg syscall (openbsd-amd64), type Rusage struct, Maxrss int64 30257pkg syscall (openbsd-amd64), type Rusage struct, Minflt int64 30258pkg syscall (openbsd-amd64), type Rusage struct, Msgrcv int64 30259pkg syscall (openbsd-amd64), type Rusage struct, Msgsnd int64 30260pkg syscall (openbsd-amd64), type Rusage struct, Nivcsw int64 30261pkg syscall (openbsd-amd64), type Rusage struct, Nsignals int64 30262pkg syscall (openbsd-amd64), type Rusage struct, Nswap int64 30263pkg syscall (openbsd-amd64), type Rusage struct, Nvcsw int64 30264pkg syscall (openbsd-amd64), type Rusage struct, Oublock int64 30265pkg syscall (openbsd-amd64), type Rusage struct, Stime Timeval 30266pkg syscall (openbsd-amd64), type Rusage struct, Utime Timeval 30267pkg syscall (openbsd-amd64), type SockaddrDatalink struct 30268pkg syscall (openbsd-amd64), type SockaddrDatalink struct, Alen uint8 30269pkg syscall (openbsd-amd64), type SockaddrDatalink struct, Data [24]int8 30270pkg syscall (openbsd-amd64), type SockaddrDatalink struct, Family uint8 30271pkg syscall (openbsd-amd64), type SockaddrDatalink struct, Index uint16 30272pkg syscall (openbsd-amd64), type SockaddrDatalink struct, Len uint8 30273pkg syscall (openbsd-amd64), type SockaddrDatalink struct, Nlen uint8 30274pkg syscall (openbsd-amd64), type SockaddrDatalink struct, Slen uint8 30275pkg syscall (openbsd-amd64), type SockaddrDatalink struct, Type uint8 30276pkg syscall (openbsd-amd64), type SocketControlMessage struct 30277pkg syscall (openbsd-amd64), type SocketControlMessage struct, Data []uint8 30278pkg syscall (openbsd-amd64), type SocketControlMessage struct, Header Cmsghdr 30279pkg syscall (openbsd-amd64), type Stat_t struct 30280pkg syscall (openbsd-amd64), type Stat_t struct, Atim Timespec 30281pkg syscall (openbsd-amd64), type Stat_t struct, Blksize uint32 30282pkg syscall (openbsd-amd64), type Stat_t struct, Blocks int64 30283pkg syscall (openbsd-amd64), type Stat_t struct, Ctim Timespec 30284pkg syscall (openbsd-amd64), type Stat_t struct, Dev int32 30285pkg syscall (openbsd-amd64), type Stat_t struct, Flags uint32 30286pkg syscall (openbsd-amd64), type Stat_t struct, Gen uint32 30287pkg syscall (openbsd-amd64), type Stat_t struct, Gid uint32 30288pkg syscall (openbsd-amd64), type Stat_t struct, Ino uint32 30289pkg syscall (openbsd-amd64), type Stat_t struct, Lspare0 int32 30290pkg syscall (openbsd-amd64), type Stat_t struct, Lspare1 int32 30291pkg syscall (openbsd-amd64), type Stat_t struct, Mode uint32 30292pkg syscall (openbsd-amd64), type Stat_t struct, Mtim Timespec 30293pkg syscall (openbsd-amd64), type Stat_t struct, Nlink uint32 30294pkg syscall (openbsd-amd64), type Stat_t struct, Qspare [2]int64 30295pkg syscall (openbsd-amd64), type Stat_t struct, Rdev int32 30296pkg syscall (openbsd-amd64), type Stat_t struct, Size int64 30297pkg syscall (openbsd-amd64), type Stat_t struct, Uid uint32 30298pkg syscall (openbsd-amd64), type Stat_t struct, X__st_birthtim Timespec 30299pkg syscall (openbsd-amd64), type Statfs_t struct 30300pkg syscall (openbsd-amd64), type Statfs_t struct, F_asyncreads uint64 30301pkg syscall (openbsd-amd64), type Statfs_t struct, F_asyncwrites uint64 30302pkg syscall (openbsd-amd64), type Statfs_t struct, F_bavail int64 30303pkg syscall (openbsd-amd64), type Statfs_t struct, F_bfree uint64 30304pkg syscall (openbsd-amd64), type Statfs_t struct, F_blocks uint64 30305pkg syscall (openbsd-amd64), type Statfs_t struct, F_bsize uint32 30306pkg syscall (openbsd-amd64), type Statfs_t struct, F_ctime uint32 30307pkg syscall (openbsd-amd64), type Statfs_t struct, F_favail int64 30308pkg syscall (openbsd-amd64), type Statfs_t struct, F_ffree uint64 30309pkg syscall (openbsd-amd64), type Statfs_t struct, F_files uint64 30310pkg syscall (openbsd-amd64), type Statfs_t struct, F_flags uint32 30311pkg syscall (openbsd-amd64), type Statfs_t struct, F_fsid Fsid 30312pkg syscall (openbsd-amd64), type Statfs_t struct, F_fstypename [16]int8 30313pkg syscall (openbsd-amd64), type Statfs_t struct, F_iosize uint32 30314pkg syscall (openbsd-amd64), type Statfs_t struct, F_mntfromname [90]int8 30315pkg syscall (openbsd-amd64), type Statfs_t struct, F_mntonname [90]int8 30316pkg syscall (openbsd-amd64), type Statfs_t struct, F_namemax uint32 30317pkg syscall (openbsd-amd64), type Statfs_t struct, F_owner uint32 30318pkg syscall (openbsd-amd64), type Statfs_t struct, F_spare [3]uint32 30319pkg syscall (openbsd-amd64), type Statfs_t struct, F_syncreads uint64 30320pkg syscall (openbsd-amd64), type Statfs_t struct, F_syncwrites uint64 30321pkg syscall (openbsd-amd64), type Statfs_t struct, Mount_info [160]uint8 30322pkg syscall (openbsd-amd64), type Statfs_t struct, Pad_cgo_0 [4]uint8 30323pkg syscall (openbsd-amd64), type Statfs_t struct, Pad_cgo_1 [4]uint8 30324pkg syscall (openbsd-amd64), type SysProcAttr struct, Chroot string 30325pkg syscall (openbsd-amd64), type SysProcAttr struct, Credential *Credential 30326pkg syscall (openbsd-amd64), type SysProcAttr struct, Noctty bool 30327pkg syscall (openbsd-amd64), type SysProcAttr struct, Ptrace bool 30328pkg syscall (openbsd-amd64), type SysProcAttr struct, Setctty bool 30329pkg syscall (openbsd-amd64), type SysProcAttr struct, Setpgid bool 30330pkg syscall (openbsd-amd64), type SysProcAttr struct, Setsid bool 30331pkg syscall (openbsd-amd64), type Timespec struct, Nsec int64 30332pkg syscall (openbsd-amd64), type Timespec struct, Pad_cgo_0 [4]uint8 30333pkg syscall (openbsd-amd64), type Timespec struct, Sec int32 30334pkg syscall (openbsd-amd64), type Timeval struct, Sec int64 30335pkg syscall (openbsd-amd64), type Timeval struct, Usec int64 30336pkg syscall (openbsd-amd64), type WaitStatus uint32 30337pkg syscall (openbsd-amd64), var Stderr int 30338pkg syscall (openbsd-amd64), var Stdin int 30339pkg syscall (openbsd-amd64), var Stdout int 30340pkg syscall (openbsd-amd64-cgo), const AF_APPLETALK ideal-int 30341pkg syscall (openbsd-amd64-cgo), const AF_BLUETOOTH ideal-int 30342pkg syscall (openbsd-amd64-cgo), const AF_CCITT ideal-int 30343pkg syscall (openbsd-amd64-cgo), const AF_CHAOS ideal-int 30344pkg syscall (openbsd-amd64-cgo), const AF_CNT ideal-int 30345pkg syscall (openbsd-amd64-cgo), const AF_COIP ideal-int 30346pkg syscall (openbsd-amd64-cgo), const AF_DATAKIT ideal-int 30347pkg syscall (openbsd-amd64-cgo), const AF_DECnet ideal-int 30348pkg syscall (openbsd-amd64-cgo), const AF_DLI ideal-int 30349pkg syscall (openbsd-amd64-cgo), const AF_E164 ideal-int 30350pkg syscall (openbsd-amd64-cgo), const AF_ECMA ideal-int 30351pkg syscall (openbsd-amd64-cgo), const AF_ENCAP ideal-int 30352pkg syscall (openbsd-amd64-cgo), const AF_HYLINK ideal-int 30353pkg syscall (openbsd-amd64-cgo), const AF_IMPLINK ideal-int 30354pkg syscall (openbsd-amd64-cgo), const AF_IPX ideal-int 30355pkg syscall (openbsd-amd64-cgo), const AF_ISDN ideal-int 30356pkg syscall (openbsd-amd64-cgo), const AF_ISO ideal-int 30357pkg syscall (openbsd-amd64-cgo), const AF_KEY ideal-int 30358pkg syscall (openbsd-amd64-cgo), const AF_LAT ideal-int 30359pkg syscall (openbsd-amd64-cgo), const AF_LINK ideal-int 30360pkg syscall (openbsd-amd64-cgo), const AF_LOCAL ideal-int 30361pkg syscall (openbsd-amd64-cgo), const AF_MAX ideal-int 30362pkg syscall (openbsd-amd64-cgo), const AF_MPLS ideal-int 30363pkg syscall (openbsd-amd64-cgo), const AF_NATM ideal-int 30364pkg syscall (openbsd-amd64-cgo), const AF_NS ideal-int 30365pkg syscall (openbsd-amd64-cgo), const AF_OSI ideal-int 30366pkg syscall (openbsd-amd64-cgo), const AF_PUP ideal-int 30367pkg syscall (openbsd-amd64-cgo), const AF_ROUTE ideal-int 30368pkg syscall (openbsd-amd64-cgo), const AF_SIP ideal-int 30369pkg syscall (openbsd-amd64-cgo), const AF_SNA ideal-int 30370pkg syscall (openbsd-amd64-cgo), const ARPHRD_ETHER ideal-int 30371pkg syscall (openbsd-amd64-cgo), const ARPHRD_FRELAY ideal-int 30372pkg syscall (openbsd-amd64-cgo), const ARPHRD_IEEE1394 ideal-int 30373pkg syscall (openbsd-amd64-cgo), const ARPHRD_IEEE802 ideal-int 30374pkg syscall (openbsd-amd64-cgo), const B0 ideal-int 30375pkg syscall (openbsd-amd64-cgo), const B110 ideal-int 30376pkg syscall (openbsd-amd64-cgo), const B115200 ideal-int 30377pkg syscall (openbsd-amd64-cgo), const B1200 ideal-int 30378pkg syscall (openbsd-amd64-cgo), const B134 ideal-int 30379pkg syscall (openbsd-amd64-cgo), const B14400 ideal-int 30380pkg syscall (openbsd-amd64-cgo), const B150 ideal-int 30381pkg syscall (openbsd-amd64-cgo), const B1800 ideal-int 30382pkg syscall (openbsd-amd64-cgo), const B19200 ideal-int 30383pkg syscall (openbsd-amd64-cgo), const B200 ideal-int 30384pkg syscall (openbsd-amd64-cgo), const B230400 ideal-int 30385pkg syscall (openbsd-amd64-cgo), const B2400 ideal-int 30386pkg syscall (openbsd-amd64-cgo), const B28800 ideal-int 30387pkg syscall (openbsd-amd64-cgo), const B300 ideal-int 30388pkg syscall (openbsd-amd64-cgo), const B38400 ideal-int 30389pkg syscall (openbsd-amd64-cgo), const B4800 ideal-int 30390pkg syscall (openbsd-amd64-cgo), const B50 ideal-int 30391pkg syscall (openbsd-amd64-cgo), const B57600 ideal-int 30392pkg syscall (openbsd-amd64-cgo), const B600 ideal-int 30393pkg syscall (openbsd-amd64-cgo), const B7200 ideal-int 30394pkg syscall (openbsd-amd64-cgo), const B75 ideal-int 30395pkg syscall (openbsd-amd64-cgo), const B76800 ideal-int 30396pkg syscall (openbsd-amd64-cgo), const B9600 ideal-int 30397pkg syscall (openbsd-amd64-cgo), const BIOCFLUSH ideal-int 30398pkg syscall (openbsd-amd64-cgo), const BIOCGBLEN ideal-int 30399pkg syscall (openbsd-amd64-cgo), const BIOCGDIRFILT ideal-int 30400pkg syscall (openbsd-amd64-cgo), const BIOCGDLT ideal-int 30401pkg syscall (openbsd-amd64-cgo), const BIOCGDLTLIST ideal-int 30402pkg syscall (openbsd-amd64-cgo), const BIOCGETIF ideal-int 30403pkg syscall (openbsd-amd64-cgo), const BIOCGFILDROP ideal-int 30404pkg syscall (openbsd-amd64-cgo), const BIOCGHDRCMPLT ideal-int 30405pkg syscall (openbsd-amd64-cgo), const BIOCGRSIG ideal-int 30406pkg syscall (openbsd-amd64-cgo), const BIOCGRTIMEOUT ideal-int 30407pkg syscall (openbsd-amd64-cgo), const BIOCGSTATS ideal-int 30408pkg syscall (openbsd-amd64-cgo), const BIOCIMMEDIATE ideal-int 30409pkg syscall (openbsd-amd64-cgo), const BIOCLOCK ideal-int 30410pkg syscall (openbsd-amd64-cgo), const BIOCPROMISC ideal-int 30411pkg syscall (openbsd-amd64-cgo), const BIOCSBLEN ideal-int 30412pkg syscall (openbsd-amd64-cgo), const BIOCSDIRFILT ideal-int 30413pkg syscall (openbsd-amd64-cgo), const BIOCSDLT ideal-int 30414pkg syscall (openbsd-amd64-cgo), const BIOCSETF ideal-int 30415pkg syscall (openbsd-amd64-cgo), const BIOCSETIF ideal-int 30416pkg syscall (openbsd-amd64-cgo), const BIOCSETWF ideal-int 30417pkg syscall (openbsd-amd64-cgo), const BIOCSFILDROP ideal-int 30418pkg syscall (openbsd-amd64-cgo), const BIOCSHDRCMPLT ideal-int 30419pkg syscall (openbsd-amd64-cgo), const BIOCSRSIG ideal-int 30420pkg syscall (openbsd-amd64-cgo), const BIOCSRTIMEOUT ideal-int 30421pkg syscall (openbsd-amd64-cgo), const BIOCVERSION ideal-int 30422pkg syscall (openbsd-amd64-cgo), const BPF_A ideal-int 30423pkg syscall (openbsd-amd64-cgo), const BPF_ABS ideal-int 30424pkg syscall (openbsd-amd64-cgo), const BPF_ADD ideal-int 30425pkg syscall (openbsd-amd64-cgo), const BPF_ALIGNMENT ideal-int 30426pkg syscall (openbsd-amd64-cgo), const BPF_ALU ideal-int 30427pkg syscall (openbsd-amd64-cgo), const BPF_AND ideal-int 30428pkg syscall (openbsd-amd64-cgo), const BPF_B ideal-int 30429pkg syscall (openbsd-amd64-cgo), const BPF_DIRECTION_IN ideal-int 30430pkg syscall (openbsd-amd64-cgo), const BPF_DIRECTION_OUT ideal-int 30431pkg syscall (openbsd-amd64-cgo), const BPF_DIV ideal-int 30432pkg syscall (openbsd-amd64-cgo), const BPF_H ideal-int 30433pkg syscall (openbsd-amd64-cgo), const BPF_IMM ideal-int 30434pkg syscall (openbsd-amd64-cgo), const BPF_IND ideal-int 30435pkg syscall (openbsd-amd64-cgo), const BPF_JA ideal-int 30436pkg syscall (openbsd-amd64-cgo), const BPF_JEQ ideal-int 30437pkg syscall (openbsd-amd64-cgo), const BPF_JGE ideal-int 30438pkg syscall (openbsd-amd64-cgo), const BPF_JGT ideal-int 30439pkg syscall (openbsd-amd64-cgo), const BPF_JMP ideal-int 30440pkg syscall (openbsd-amd64-cgo), const BPF_JSET ideal-int 30441pkg syscall (openbsd-amd64-cgo), const BPF_K ideal-int 30442pkg syscall (openbsd-amd64-cgo), const BPF_LD ideal-int 30443pkg syscall (openbsd-amd64-cgo), const BPF_LDX ideal-int 30444pkg syscall (openbsd-amd64-cgo), const BPF_LEN ideal-int 30445pkg syscall (openbsd-amd64-cgo), const BPF_LSH ideal-int 30446pkg syscall (openbsd-amd64-cgo), const BPF_MAJOR_VERSION ideal-int 30447pkg syscall (openbsd-amd64-cgo), const BPF_MAXBUFSIZE ideal-int 30448pkg syscall (openbsd-amd64-cgo), const BPF_MAXINSNS ideal-int 30449pkg syscall (openbsd-amd64-cgo), const BPF_MEM ideal-int 30450pkg syscall (openbsd-amd64-cgo), const BPF_MEMWORDS ideal-int 30451pkg syscall (openbsd-amd64-cgo), const BPF_MINBUFSIZE ideal-int 30452pkg syscall (openbsd-amd64-cgo), const BPF_MINOR_VERSION ideal-int 30453pkg syscall (openbsd-amd64-cgo), const BPF_MISC ideal-int 30454pkg syscall (openbsd-amd64-cgo), const BPF_MSH ideal-int 30455pkg syscall (openbsd-amd64-cgo), const BPF_MUL ideal-int 30456pkg syscall (openbsd-amd64-cgo), const BPF_NEG ideal-int 30457pkg syscall (openbsd-amd64-cgo), const BPF_OR ideal-int 30458pkg syscall (openbsd-amd64-cgo), const BPF_RELEASE ideal-int 30459pkg syscall (openbsd-amd64-cgo), const BPF_RET ideal-int 30460pkg syscall (openbsd-amd64-cgo), const BPF_RSH ideal-int 30461pkg syscall (openbsd-amd64-cgo), const BPF_ST ideal-int 30462pkg syscall (openbsd-amd64-cgo), const BPF_STX ideal-int 30463pkg syscall (openbsd-amd64-cgo), const BPF_SUB ideal-int 30464pkg syscall (openbsd-amd64-cgo), const BPF_TAX ideal-int 30465pkg syscall (openbsd-amd64-cgo), const BPF_TXA ideal-int 30466pkg syscall (openbsd-amd64-cgo), const BPF_W ideal-int 30467pkg syscall (openbsd-amd64-cgo), const BPF_X ideal-int 30468pkg syscall (openbsd-amd64-cgo), const BRKINT ideal-int 30469pkg syscall (openbsd-amd64-cgo), const CCR0_FLUSH ideal-int 30470pkg syscall (openbsd-amd64-cgo), const CFLUSH ideal-int 30471pkg syscall (openbsd-amd64-cgo), const CLOCAL ideal-int 30472pkg syscall (openbsd-amd64-cgo), const CPUID_CFLUSH ideal-int 30473pkg syscall (openbsd-amd64-cgo), const CREAD ideal-int 30474pkg syscall (openbsd-amd64-cgo), const CS5 ideal-int 30475pkg syscall (openbsd-amd64-cgo), const CS6 ideal-int 30476pkg syscall (openbsd-amd64-cgo), const CS7 ideal-int 30477pkg syscall (openbsd-amd64-cgo), const CS8 ideal-int 30478pkg syscall (openbsd-amd64-cgo), const CSIZE ideal-int 30479pkg syscall (openbsd-amd64-cgo), const CSTART ideal-int 30480pkg syscall (openbsd-amd64-cgo), const CSTATUS ideal-int 30481pkg syscall (openbsd-amd64-cgo), const CSTOP ideal-int 30482pkg syscall (openbsd-amd64-cgo), const CSTOPB ideal-int 30483pkg syscall (openbsd-amd64-cgo), const CSUSP ideal-int 30484pkg syscall (openbsd-amd64-cgo), const CTL_MAXNAME ideal-int 30485pkg syscall (openbsd-amd64-cgo), const CTL_NET ideal-int 30486pkg syscall (openbsd-amd64-cgo), const DIOCOSFPFLUSH ideal-int 30487pkg syscall (openbsd-amd64-cgo), const DLT_ARCNET ideal-int 30488pkg syscall (openbsd-amd64-cgo), const DLT_ATM_RFC1483 ideal-int 30489pkg syscall (openbsd-amd64-cgo), const DLT_AX25 ideal-int 30490pkg syscall (openbsd-amd64-cgo), const DLT_CHAOS ideal-int 30491pkg syscall (openbsd-amd64-cgo), const DLT_C_HDLC ideal-int 30492pkg syscall (openbsd-amd64-cgo), const DLT_EN10MB ideal-int 30493pkg syscall (openbsd-amd64-cgo), const DLT_EN3MB ideal-int 30494pkg syscall (openbsd-amd64-cgo), const DLT_ENC ideal-int 30495pkg syscall (openbsd-amd64-cgo), const DLT_FDDI ideal-int 30496pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802 ideal-int 30497pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802_11 ideal-int 30498pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802_11_RADIO ideal-int 30499pkg syscall (openbsd-amd64-cgo), const DLT_LOOP ideal-int 30500pkg syscall (openbsd-amd64-cgo), const DLT_MPLS ideal-int 30501pkg syscall (openbsd-amd64-cgo), const DLT_NULL ideal-int 30502pkg syscall (openbsd-amd64-cgo), const DLT_PFLOG ideal-int 30503pkg syscall (openbsd-amd64-cgo), const DLT_PFSYNC ideal-int 30504pkg syscall (openbsd-amd64-cgo), const DLT_PPP ideal-int 30505pkg syscall (openbsd-amd64-cgo), const DLT_PPP_BSDOS ideal-int 30506pkg syscall (openbsd-amd64-cgo), const DLT_PPP_ETHER ideal-int 30507pkg syscall (openbsd-amd64-cgo), const DLT_PPP_SERIAL ideal-int 30508pkg syscall (openbsd-amd64-cgo), const DLT_PRONET ideal-int 30509pkg syscall (openbsd-amd64-cgo), const DLT_RAW ideal-int 30510pkg syscall (openbsd-amd64-cgo), const DLT_SLIP ideal-int 30511pkg syscall (openbsd-amd64-cgo), const DLT_SLIP_BSDOS ideal-int 30512pkg syscall (openbsd-amd64-cgo), const DT_BLK ideal-int 30513pkg syscall (openbsd-amd64-cgo), const DT_CHR ideal-int 30514pkg syscall (openbsd-amd64-cgo), const DT_DIR ideal-int 30515pkg syscall (openbsd-amd64-cgo), const DT_FIFO ideal-int 30516pkg syscall (openbsd-amd64-cgo), const DT_LNK ideal-int 30517pkg syscall (openbsd-amd64-cgo), const DT_REG ideal-int 30518pkg syscall (openbsd-amd64-cgo), const DT_SOCK ideal-int 30519pkg syscall (openbsd-amd64-cgo), const DT_UNKNOWN ideal-int 30520pkg syscall (openbsd-amd64-cgo), const EAUTH Errno 30521pkg syscall (openbsd-amd64-cgo), const EBADRPC Errno 30522pkg syscall (openbsd-amd64-cgo), const ECHO ideal-int 30523pkg syscall (openbsd-amd64-cgo), const ECHOCTL ideal-int 30524pkg syscall (openbsd-amd64-cgo), const ECHOE ideal-int 30525pkg syscall (openbsd-amd64-cgo), const ECHOK ideal-int 30526pkg syscall (openbsd-amd64-cgo), const ECHOKE ideal-int 30527pkg syscall (openbsd-amd64-cgo), const ECHONL ideal-int 30528pkg syscall (openbsd-amd64-cgo), const ECHOPRT ideal-int 30529pkg syscall (openbsd-amd64-cgo), const EFER_LMA ideal-int 30530pkg syscall (openbsd-amd64-cgo), const EFER_LME ideal-int 30531pkg syscall (openbsd-amd64-cgo), const EFER_NXE ideal-int 30532pkg syscall (openbsd-amd64-cgo), const EFER_SCE ideal-int 30533pkg syscall (openbsd-amd64-cgo), const EFTYPE Errno 30534pkg syscall (openbsd-amd64-cgo), const EIPSEC Errno 30535pkg syscall (openbsd-amd64-cgo), const ELAST Errno 30536pkg syscall (openbsd-amd64-cgo), const EMEDIUMTYPE Errno 30537pkg syscall (openbsd-amd64-cgo), const EMT_TAGOVF ideal-int 30538pkg syscall (openbsd-amd64-cgo), const EMUL_ENABLED ideal-int 30539pkg syscall (openbsd-amd64-cgo), const EMUL_NATIVE ideal-int 30540pkg syscall (openbsd-amd64-cgo), const ENDRUNDISC ideal-int 30541pkg syscall (openbsd-amd64-cgo), const ENEEDAUTH Errno 30542pkg syscall (openbsd-amd64-cgo), const ENOATTR Errno 30543pkg syscall (openbsd-amd64-cgo), const ENOMEDIUM Errno 30544pkg syscall (openbsd-amd64-cgo), const EPROCLIM Errno 30545pkg syscall (openbsd-amd64-cgo), const EPROCUNAVAIL Errno 30546pkg syscall (openbsd-amd64-cgo), const EPROGMISMATCH Errno 30547pkg syscall (openbsd-amd64-cgo), const EPROGUNAVAIL Errno 30548pkg syscall (openbsd-amd64-cgo), const ERPCMISMATCH Errno 30549pkg syscall (openbsd-amd64-cgo), const ETHERMIN ideal-int 30550pkg syscall (openbsd-amd64-cgo), const ETHERMTU ideal-int 30551pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_8023 ideal-int 30552pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AARP ideal-int 30553pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ACCTON ideal-int 30554pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AEONIC ideal-int 30555pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ALPHA ideal-int 30556pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AMBER ideal-int 30557pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AMOEBA ideal-int 30558pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AOE ideal-int 30559pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APOLLO ideal-int 30560pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APOLLODOMAIN ideal-int 30561pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APPLETALK ideal-int 30562pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APPLITEK ideal-int 30563pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ARGONAUT ideal-int 30564pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ARP ideal-int 30565pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AT ideal-int 30566pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATALK ideal-int 30567pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATOMIC ideal-int 30568pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATT ideal-int 30569pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATTSTANFORD ideal-int 30570pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AUTOPHON ideal-int 30571pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AXIS ideal-int 30572pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_BCLOOP ideal-int 30573pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_BOFL ideal-int 30574pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CABLETRON ideal-int 30575pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CHAOS ideal-int 30576pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COMDESIGN ideal-int 30577pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COMPUGRAPHIC ideal-int 30578pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COUNTERPOINT ideal-int 30579pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CRONUS ideal-int 30580pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CRONUSVLN ideal-int 30581pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DCA ideal-int 30582pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DDE ideal-int 30583pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DEBNI ideal-int 30584pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECAM ideal-int 30585pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECCUST ideal-int 30586pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDIAG ideal-int 30587pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDNS ideal-int 30588pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDTS ideal-int 30589pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECEXPER ideal-int 30590pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECLAST ideal-int 30591pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECLTM ideal-int 30592pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECMUMPS ideal-int 30593pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECNETBIOS ideal-int 30594pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DELTACON ideal-int 30595pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DIDDLE ideal-int 30596pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DLOG1 ideal-int 30597pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DLOG2 ideal-int 30598pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DN ideal-int 30599pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DOGFIGHT ideal-int 30600pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DSMD ideal-int 30601pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ECMA ideal-int 30602pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ENCRYPT ideal-int 30603pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ES ideal-int 30604pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_EXCELAN ideal-int 30605pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_EXPERDATA ideal-int 30606pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FLIP ideal-int 30607pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FLOWCONTROL ideal-int 30608pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FRARP ideal-int 30609pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_GENDYN ideal-int 30610pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HAYES ideal-int 30611pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HIPPI_FP ideal-int 30612pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HITACHI ideal-int 30613pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HP ideal-int 30614pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IEEEPUP ideal-int 30615pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IEEEPUPAT ideal-int 30616pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IMLBL ideal-int 30617pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IMLBLDIAG ideal-int 30618pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IP ideal-int 30619pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPAS ideal-int 30620pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPV6 ideal-int 30621pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPX ideal-int 30622pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPXNEW ideal-int 30623pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_KALPANA ideal-int 30624pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LANBRIDGE ideal-int 30625pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LANPROBE ideal-int 30626pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LAT ideal-int 30627pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LBACK ideal-int 30628pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LITTLE ideal-int 30629pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LLDP ideal-int 30630pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LOGICRAFT ideal-int 30631pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LOOPBACK ideal-int 30632pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MATRA ideal-int 30633pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MAX ideal-int 30634pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MERIT ideal-int 30635pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MICP ideal-int 30636pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOPDL ideal-int 30637pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOPRC ideal-int 30638pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOTOROLA ideal-int 30639pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MPLS ideal-int 30640pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MPLS_MCAST ideal-int 30641pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MUMPS ideal-int 30642pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCC ideal-int 30643pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLAIM ideal-int 30644pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLREQ ideal-int 30645pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLRSP ideal-int 30646pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCREQ ideal-int 30647pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCRSP ideal-int 30648pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDG ideal-int 30649pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDGB ideal-int 30650pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDLTE ideal-int 30651pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRAR ideal-int 30652pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRAS ideal-int 30653pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRST ideal-int 30654pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPSCD ideal-int 30655pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPVCD ideal-int 30656pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBS ideal-int 30657pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NCD ideal-int 30658pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NESTAR ideal-int 30659pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NETBEUI ideal-int 30660pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NOVELL ideal-int 30661pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NS ideal-int 30662pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NSAT ideal-int 30663pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NSCOMPAT ideal-int 30664pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NTRAILER ideal-int 30665pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_OS9 ideal-int 30666pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_OS9NET ideal-int 30667pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PACER ideal-int 30668pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PAE ideal-int 30669pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PCS ideal-int 30670pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PLANNING ideal-int 30671pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPP ideal-int 30672pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPPOE ideal-int 30673pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPPOEDISC ideal-int 30674pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PRIMENTS ideal-int 30675pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PUP ideal-int 30676pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PUPAT ideal-int 30677pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_QINQ ideal-int 30678pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RACAL ideal-int 30679pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RATIONAL ideal-int 30680pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RAWFR ideal-int 30681pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RCL ideal-int 30682pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RDP ideal-int 30683pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RETIX ideal-int 30684pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_REVARP ideal-int 30685pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SCA ideal-int 30686pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SECTRA ideal-int 30687pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SECUREDATA ideal-int 30688pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SGITW ideal-int 30689pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_BOUNCE ideal-int 30690pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_DIAG ideal-int 30691pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_NETGAMES ideal-int 30692pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_RESV ideal-int 30693pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SIMNET ideal-int 30694pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SLOW ideal-int 30695pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SNA ideal-int 30696pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SNMP ideal-int 30697pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SONIX ideal-int 30698pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SPIDER ideal-int 30699pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SPRITE ideal-int 30700pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_STP ideal-int 30701pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TALARIS ideal-int 30702pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TALARISMC ideal-int 30703pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TCPCOMP ideal-int 30704pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TCPSM ideal-int 30705pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TEC ideal-int 30706pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TIGAN ideal-int 30707pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TRAIL ideal-int 30708pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TRANSETHER ideal-int 30709pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TYMSHARE ideal-int 30710pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBBST ideal-int 30711pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDEBUG ideal-int 30712pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDIAGLOOP ideal-int 30713pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDL ideal-int 30714pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBNIU ideal-int 30715pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBNMC ideal-int 30716pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VALID ideal-int 30717pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VARIAN ideal-int 30718pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VAXELN ideal-int 30719pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VEECO ideal-int 30720pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VEXP ideal-int 30721pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VGLAB ideal-int 30722pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINES ideal-int 30723pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINESECHO ideal-int 30724pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINESLOOP ideal-int 30725pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VITAL ideal-int 30726pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VLAN ideal-int 30727pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VLTLMAN ideal-int 30728pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VPROD ideal-int 30729pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VURESERVED ideal-int 30730pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_WATERLOO ideal-int 30731pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_WELLFLEET ideal-int 30732pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_X25 ideal-int 30733pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_X75 ideal-int 30734pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_XNSSM ideal-int 30735pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_XTP ideal-int 30736pkg syscall (openbsd-amd64-cgo), const ETHER_ADDR_LEN ideal-int 30737pkg syscall (openbsd-amd64-cgo), const ETHER_ALIGN ideal-int 30738pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_LEN ideal-int 30739pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_POLY_BE ideal-int 30740pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_POLY_LE ideal-int 30741pkg syscall (openbsd-amd64-cgo), const ETHER_HDR_LEN ideal-int 30742pkg syscall (openbsd-amd64-cgo), const ETHER_MAX_DIX_LEN ideal-int 30743pkg syscall (openbsd-amd64-cgo), const ETHER_MAX_LEN ideal-int 30744pkg syscall (openbsd-amd64-cgo), const ETHER_MIN_LEN ideal-int 30745pkg syscall (openbsd-amd64-cgo), const ETHER_TYPE_LEN ideal-int 30746pkg syscall (openbsd-amd64-cgo), const ETHER_VLAN_ENCAP_LEN ideal-int 30747pkg syscall (openbsd-amd64-cgo), const EVFILT_AIO ideal-int 30748pkg syscall (openbsd-amd64-cgo), const EVFILT_PROC ideal-int 30749pkg syscall (openbsd-amd64-cgo), const EVFILT_READ ideal-int 30750pkg syscall (openbsd-amd64-cgo), const EVFILT_SIGNAL ideal-int 30751pkg syscall (openbsd-amd64-cgo), const EVFILT_SYSCOUNT ideal-int 30752pkg syscall (openbsd-amd64-cgo), const EVFILT_TIMER ideal-int 30753pkg syscall (openbsd-amd64-cgo), const EVFILT_VNODE ideal-int 30754pkg syscall (openbsd-amd64-cgo), const EVFILT_WRITE ideal-int 30755pkg syscall (openbsd-amd64-cgo), const EV_ADD ideal-int 30756pkg syscall (openbsd-amd64-cgo), const EV_CLEAR ideal-int 30757pkg syscall (openbsd-amd64-cgo), const EV_DELETE ideal-int 30758pkg syscall (openbsd-amd64-cgo), const EV_DISABLE ideal-int 30759pkg syscall (openbsd-amd64-cgo), const EV_ENABLE ideal-int 30760pkg syscall (openbsd-amd64-cgo), const EV_EOF ideal-int 30761pkg syscall (openbsd-amd64-cgo), const EV_ERROR ideal-int 30762pkg syscall (openbsd-amd64-cgo), const EV_FLAG1 ideal-int 30763pkg syscall (openbsd-amd64-cgo), const EV_ONESHOT ideal-int 30764pkg syscall (openbsd-amd64-cgo), const EV_SYSFLAGS ideal-int 30765pkg syscall (openbsd-amd64-cgo), const EXTA ideal-int 30766pkg syscall (openbsd-amd64-cgo), const EXTB ideal-int 30767pkg syscall (openbsd-amd64-cgo), const EXTPROC ideal-int 30768pkg syscall (openbsd-amd64-cgo), const FD_CLOEXEC ideal-int 30769pkg syscall (openbsd-amd64-cgo), const FD_SETSIZE ideal-int 30770pkg syscall (openbsd-amd64-cgo), const FLUSHO ideal-int 30771pkg syscall (openbsd-amd64-cgo), const F_DUPFD ideal-int 30772pkg syscall (openbsd-amd64-cgo), const F_DUPFD_CLOEXEC ideal-int 30773pkg syscall (openbsd-amd64-cgo), const F_GETFD ideal-int 30774pkg syscall (openbsd-amd64-cgo), const F_GETFL ideal-int 30775pkg syscall (openbsd-amd64-cgo), const F_GETLK ideal-int 30776pkg syscall (openbsd-amd64-cgo), const F_GETOWN ideal-int 30777pkg syscall (openbsd-amd64-cgo), const F_OK ideal-int 30778pkg syscall (openbsd-amd64-cgo), const F_RDLCK ideal-int 30779pkg syscall (openbsd-amd64-cgo), const F_SETFD ideal-int 30780pkg syscall (openbsd-amd64-cgo), const F_SETFL ideal-int 30781pkg syscall (openbsd-amd64-cgo), const F_SETLK ideal-int 30782pkg syscall (openbsd-amd64-cgo), const F_SETLKW ideal-int 30783pkg syscall (openbsd-amd64-cgo), const F_SETOWN ideal-int 30784pkg syscall (openbsd-amd64-cgo), const F_UNLCK ideal-int 30785pkg syscall (openbsd-amd64-cgo), const F_WRLCK ideal-int 30786pkg syscall (openbsd-amd64-cgo), const HUPCL ideal-int 30787pkg syscall (openbsd-amd64-cgo), const ICANON ideal-int 30788pkg syscall (openbsd-amd64-cgo), const ICMP6_FILTER = 18 30789pkg syscall (openbsd-amd64-cgo), const ICMP6_FILTER ideal-int 30790pkg syscall (openbsd-amd64-cgo), const ICRNL ideal-int 30791pkg syscall (openbsd-amd64-cgo), const IEXTEN ideal-int 30792pkg syscall (openbsd-amd64-cgo), const IFAN_ARRIVAL ideal-int 30793pkg syscall (openbsd-amd64-cgo), const IFAN_DEPARTURE ideal-int 30794pkg syscall (openbsd-amd64-cgo), const IFA_ROUTE ideal-int 30795pkg syscall (openbsd-amd64-cgo), const IFF_ALLMULTI ideal-int 30796pkg syscall (openbsd-amd64-cgo), const IFF_CANTCHANGE ideal-int 30797pkg syscall (openbsd-amd64-cgo), const IFF_DEBUG ideal-int 30798pkg syscall (openbsd-amd64-cgo), const IFF_LINK0 ideal-int 30799pkg syscall (openbsd-amd64-cgo), const IFF_LINK1 ideal-int 30800pkg syscall (openbsd-amd64-cgo), const IFF_LINK2 ideal-int 30801pkg syscall (openbsd-amd64-cgo), const IFF_NOARP ideal-int 30802pkg syscall (openbsd-amd64-cgo), const IFF_NOTRAILERS ideal-int 30803pkg syscall (openbsd-amd64-cgo), const IFF_OACTIVE ideal-int 30804pkg syscall (openbsd-amd64-cgo), const IFF_POINTOPOINT ideal-int 30805pkg syscall (openbsd-amd64-cgo), const IFF_PROMISC ideal-int 30806pkg syscall (openbsd-amd64-cgo), const IFF_RUNNING ideal-int 30807pkg syscall (openbsd-amd64-cgo), const IFF_SIMPLEX ideal-int 30808pkg syscall (openbsd-amd64-cgo), const IFNAMSIZ ideal-int 30809pkg syscall (openbsd-amd64-cgo), const IFT_1822 ideal-int 30810pkg syscall (openbsd-amd64-cgo), const IFT_A12MPPSWITCH ideal-int 30811pkg syscall (openbsd-amd64-cgo), const IFT_AAL2 ideal-int 30812pkg syscall (openbsd-amd64-cgo), const IFT_AAL5 ideal-int 30813pkg syscall (openbsd-amd64-cgo), const IFT_ADSL ideal-int 30814pkg syscall (openbsd-amd64-cgo), const IFT_AFLANE8023 ideal-int 30815pkg syscall (openbsd-amd64-cgo), const IFT_AFLANE8025 ideal-int 30816pkg syscall (openbsd-amd64-cgo), const IFT_ARAP ideal-int 30817pkg syscall (openbsd-amd64-cgo), const IFT_ARCNET ideal-int 30818pkg syscall (openbsd-amd64-cgo), const IFT_ARCNETPLUS ideal-int 30819pkg syscall (openbsd-amd64-cgo), const IFT_ASYNC ideal-int 30820pkg syscall (openbsd-amd64-cgo), const IFT_ATM ideal-int 30821pkg syscall (openbsd-amd64-cgo), const IFT_ATMDXI ideal-int 30822pkg syscall (openbsd-amd64-cgo), const IFT_ATMFUNI ideal-int 30823pkg syscall (openbsd-amd64-cgo), const IFT_ATMIMA ideal-int 30824pkg syscall (openbsd-amd64-cgo), const IFT_ATMLOGICAL ideal-int 30825pkg syscall (openbsd-amd64-cgo), const IFT_ATMRADIO ideal-int 30826pkg syscall (openbsd-amd64-cgo), const IFT_ATMSUBINTERFACE ideal-int 30827pkg syscall (openbsd-amd64-cgo), const IFT_ATMVCIENDPT ideal-int 30828pkg syscall (openbsd-amd64-cgo), const IFT_ATMVIRTUAL ideal-int 30829pkg syscall (openbsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int 30830pkg syscall (openbsd-amd64-cgo), const IFT_BLUETOOTH ideal-int 30831pkg syscall (openbsd-amd64-cgo), const IFT_BRIDGE ideal-int 30832pkg syscall (openbsd-amd64-cgo), const IFT_BSC ideal-int 30833pkg syscall (openbsd-amd64-cgo), const IFT_CARP ideal-int 30834pkg syscall (openbsd-amd64-cgo), const IFT_CCTEMUL ideal-int 30835pkg syscall (openbsd-amd64-cgo), const IFT_CEPT ideal-int 30836pkg syscall (openbsd-amd64-cgo), const IFT_CES ideal-int 30837pkg syscall (openbsd-amd64-cgo), const IFT_CHANNEL ideal-int 30838pkg syscall (openbsd-amd64-cgo), const IFT_CNR ideal-int 30839pkg syscall (openbsd-amd64-cgo), const IFT_COFFEE ideal-int 30840pkg syscall (openbsd-amd64-cgo), const IFT_COMPOSITELINK ideal-int 30841pkg syscall (openbsd-amd64-cgo), const IFT_DCN ideal-int 30842pkg syscall (openbsd-amd64-cgo), const IFT_DIGITALPOWERLINE ideal-int 30843pkg syscall (openbsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int 30844pkg syscall (openbsd-amd64-cgo), const IFT_DLSW ideal-int 30845pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int 30846pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER ideal-int 30847pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int 30848pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int 30849pkg syscall (openbsd-amd64-cgo), const IFT_DS0 ideal-int 30850pkg syscall (openbsd-amd64-cgo), const IFT_DS0BUNDLE ideal-int 30851pkg syscall (openbsd-amd64-cgo), const IFT_DS1FDL ideal-int 30852pkg syscall (openbsd-amd64-cgo), const IFT_DS3 ideal-int 30853pkg syscall (openbsd-amd64-cgo), const IFT_DTM ideal-int 30854pkg syscall (openbsd-amd64-cgo), const IFT_DUMMY ideal-int 30855pkg syscall (openbsd-amd64-cgo), const IFT_DVBASILN ideal-int 30856pkg syscall (openbsd-amd64-cgo), const IFT_DVBASIOUT ideal-int 30857pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int 30858pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCMACLAYER ideal-int 30859pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCUPSTREAM ideal-int 30860pkg syscall (openbsd-amd64-cgo), const IFT_ECONET ideal-int 30861pkg syscall (openbsd-amd64-cgo), const IFT_ENC ideal-int 30862pkg syscall (openbsd-amd64-cgo), const IFT_EON ideal-int 30863pkg syscall (openbsd-amd64-cgo), const IFT_EPLRS ideal-int 30864pkg syscall (openbsd-amd64-cgo), const IFT_ESCON ideal-int 30865pkg syscall (openbsd-amd64-cgo), const IFT_ETHER ideal-int 30866pkg syscall (openbsd-amd64-cgo), const IFT_FAITH ideal-int 30867pkg syscall (openbsd-amd64-cgo), const IFT_FAST ideal-int 30868pkg syscall (openbsd-amd64-cgo), const IFT_FASTETHER ideal-int 30869pkg syscall (openbsd-amd64-cgo), const IFT_FASTETHERFX ideal-int 30870pkg syscall (openbsd-amd64-cgo), const IFT_FDDI ideal-int 30871pkg syscall (openbsd-amd64-cgo), const IFT_FIBRECHANNEL ideal-int 30872pkg syscall (openbsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int 30873pkg syscall (openbsd-amd64-cgo), const IFT_FRAMERELAYMPI ideal-int 30874pkg syscall (openbsd-amd64-cgo), const IFT_FRDLCIENDPT ideal-int 30875pkg syscall (openbsd-amd64-cgo), const IFT_FRELAY ideal-int 30876pkg syscall (openbsd-amd64-cgo), const IFT_FRELAYDCE ideal-int 30877pkg syscall (openbsd-amd64-cgo), const IFT_FRF16MFRBUNDLE ideal-int 30878pkg syscall (openbsd-amd64-cgo), const IFT_FRFORWARD ideal-int 30879pkg syscall (openbsd-amd64-cgo), const IFT_G703AT2MB ideal-int 30880pkg syscall (openbsd-amd64-cgo), const IFT_G703AT64K ideal-int 30881pkg syscall (openbsd-amd64-cgo), const IFT_GIF ideal-int 30882pkg syscall (openbsd-amd64-cgo), const IFT_GIGABITETHERNET ideal-int 30883pkg syscall (openbsd-amd64-cgo), const IFT_GR303IDT ideal-int 30884pkg syscall (openbsd-amd64-cgo), const IFT_GR303RDT ideal-int 30885pkg syscall (openbsd-amd64-cgo), const IFT_H323GATEKEEPER ideal-int 30886pkg syscall (openbsd-amd64-cgo), const IFT_H323PROXY ideal-int 30887pkg syscall (openbsd-amd64-cgo), const IFT_HDH1822 ideal-int 30888pkg syscall (openbsd-amd64-cgo), const IFT_HDLC ideal-int 30889pkg syscall (openbsd-amd64-cgo), const IFT_HDSL2 ideal-int 30890pkg syscall (openbsd-amd64-cgo), const IFT_HIPERLAN2 ideal-int 30891pkg syscall (openbsd-amd64-cgo), const IFT_HIPPI ideal-int 30892pkg syscall (openbsd-amd64-cgo), const IFT_HIPPIINTERFACE ideal-int 30893pkg syscall (openbsd-amd64-cgo), const IFT_HOSTPAD ideal-int 30894pkg syscall (openbsd-amd64-cgo), const IFT_HSSI ideal-int 30895pkg syscall (openbsd-amd64-cgo), const IFT_HY ideal-int 30896pkg syscall (openbsd-amd64-cgo), const IFT_IBM370PARCHAN ideal-int 30897pkg syscall (openbsd-amd64-cgo), const IFT_IDSL ideal-int 30898pkg syscall (openbsd-amd64-cgo), const IFT_IEEE1394 ideal-int 30899pkg syscall (openbsd-amd64-cgo), const IFT_IEEE80211 ideal-int 30900pkg syscall (openbsd-amd64-cgo), const IFT_IEEE80212 ideal-int 30901pkg syscall (openbsd-amd64-cgo), const IFT_IEEE8023ADLAG ideal-int 30902pkg syscall (openbsd-amd64-cgo), const IFT_IFGSN ideal-int 30903pkg syscall (openbsd-amd64-cgo), const IFT_IMT ideal-int 30904pkg syscall (openbsd-amd64-cgo), const IFT_INFINIBAND ideal-int 30905pkg syscall (openbsd-amd64-cgo), const IFT_INTERLEAVE ideal-int 30906pkg syscall (openbsd-amd64-cgo), const IFT_IP ideal-int 30907pkg syscall (openbsd-amd64-cgo), const IFT_IPFORWARD ideal-int 30908pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERATM ideal-int 30909pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERCDLC ideal-int 30910pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERCLAW ideal-int 30911pkg syscall (openbsd-amd64-cgo), const IFT_IPSWITCH ideal-int 30912pkg syscall (openbsd-amd64-cgo), const IFT_ISDN ideal-int 30913pkg syscall (openbsd-amd64-cgo), const IFT_ISDNBASIC ideal-int 30914pkg syscall (openbsd-amd64-cgo), const IFT_ISDNPRIMARY ideal-int 30915pkg syscall (openbsd-amd64-cgo), const IFT_ISDNS ideal-int 30916pkg syscall (openbsd-amd64-cgo), const IFT_ISDNU ideal-int 30917pkg syscall (openbsd-amd64-cgo), const IFT_ISO88022LLC ideal-int 30918pkg syscall (openbsd-amd64-cgo), const IFT_ISO88023 ideal-int 30919pkg syscall (openbsd-amd64-cgo), const IFT_ISO88024 ideal-int 30920pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025 ideal-int 30921pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025CRFPINT ideal-int 30922pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025DTR ideal-int 30923pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025FIBER ideal-int 30924pkg syscall (openbsd-amd64-cgo), const IFT_ISO88026 ideal-int 30925pkg syscall (openbsd-amd64-cgo), const IFT_ISUP ideal-int 30926pkg syscall (openbsd-amd64-cgo), const IFT_L2VLAN ideal-int 30927pkg syscall (openbsd-amd64-cgo), const IFT_L3IPVLAN ideal-int 30928pkg syscall (openbsd-amd64-cgo), const IFT_L3IPXVLAN ideal-int 30929pkg syscall (openbsd-amd64-cgo), const IFT_LAPB ideal-int 30930pkg syscall (openbsd-amd64-cgo), const IFT_LAPD ideal-int 30931pkg syscall (openbsd-amd64-cgo), const IFT_LAPF ideal-int 30932pkg syscall (openbsd-amd64-cgo), const IFT_LINEGROUP ideal-int 30933pkg syscall (openbsd-amd64-cgo), const IFT_LOCALTALK ideal-int 30934pkg syscall (openbsd-amd64-cgo), const IFT_LOOP ideal-int 30935pkg syscall (openbsd-amd64-cgo), const IFT_MEDIAMAILOVERIP ideal-int 30936pkg syscall (openbsd-amd64-cgo), const IFT_MFSIGLINK ideal-int 30937pkg syscall (openbsd-amd64-cgo), const IFT_MIOX25 ideal-int 30938pkg syscall (openbsd-amd64-cgo), const IFT_MODEM ideal-int 30939pkg syscall (openbsd-amd64-cgo), const IFT_MPC ideal-int 30940pkg syscall (openbsd-amd64-cgo), const IFT_MPLS ideal-int 30941pkg syscall (openbsd-amd64-cgo), const IFT_MPLSTUNNEL ideal-int 30942pkg syscall (openbsd-amd64-cgo), const IFT_MSDSL ideal-int 30943pkg syscall (openbsd-amd64-cgo), const IFT_MVL ideal-int 30944pkg syscall (openbsd-amd64-cgo), const IFT_MYRINET ideal-int 30945pkg syscall (openbsd-amd64-cgo), const IFT_NFAS ideal-int 30946pkg syscall (openbsd-amd64-cgo), const IFT_NSIP ideal-int 30947pkg syscall (openbsd-amd64-cgo), const IFT_OPTICALCHANNEL ideal-int 30948pkg syscall (openbsd-amd64-cgo), const IFT_OPTICALTRANSPORT ideal-int 30949pkg syscall (openbsd-amd64-cgo), const IFT_OTHER ideal-int 30950pkg syscall (openbsd-amd64-cgo), const IFT_P10 ideal-int 30951pkg syscall (openbsd-amd64-cgo), const IFT_P80 ideal-int 30952pkg syscall (openbsd-amd64-cgo), const IFT_PARA ideal-int 30953pkg syscall (openbsd-amd64-cgo), const IFT_PFLOG ideal-int 30954pkg syscall (openbsd-amd64-cgo), const IFT_PFLOW ideal-int 30955pkg syscall (openbsd-amd64-cgo), const IFT_PFSYNC ideal-int 30956pkg syscall (openbsd-amd64-cgo), const IFT_PLC ideal-int 30957pkg syscall (openbsd-amd64-cgo), const IFT_PON155 ideal-int 30958pkg syscall (openbsd-amd64-cgo), const IFT_PON622 ideal-int 30959pkg syscall (openbsd-amd64-cgo), const IFT_POS ideal-int 30960pkg syscall (openbsd-amd64-cgo), const IFT_PPP ideal-int 30961pkg syscall (openbsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int 30962pkg syscall (openbsd-amd64-cgo), const IFT_PROPATM ideal-int 30963pkg syscall (openbsd-amd64-cgo), const IFT_PROPBWAP2MP ideal-int 30964pkg syscall (openbsd-amd64-cgo), const IFT_PROPCNLS ideal-int 30965pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int 30966pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int 30967pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int 30968pkg syscall (openbsd-amd64-cgo), const IFT_PROPMUX ideal-int 30969pkg syscall (openbsd-amd64-cgo), const IFT_PROPVIRTUAL ideal-int 30970pkg syscall (openbsd-amd64-cgo), const IFT_PROPWIRELESSP2P ideal-int 30971pkg syscall (openbsd-amd64-cgo), const IFT_PTPSERIAL ideal-int 30972pkg syscall (openbsd-amd64-cgo), const IFT_PVC ideal-int 30973pkg syscall (openbsd-amd64-cgo), const IFT_Q2931 ideal-int 30974pkg syscall (openbsd-amd64-cgo), const IFT_QLLC ideal-int 30975pkg syscall (openbsd-amd64-cgo), const IFT_RADIOMAC ideal-int 30976pkg syscall (openbsd-amd64-cgo), const IFT_RADSL ideal-int 30977pkg syscall (openbsd-amd64-cgo), const IFT_REACHDSL ideal-int 30978pkg syscall (openbsd-amd64-cgo), const IFT_RFC1483 ideal-int 30979pkg syscall (openbsd-amd64-cgo), const IFT_RS232 ideal-int 30980pkg syscall (openbsd-amd64-cgo), const IFT_RSRB ideal-int 30981pkg syscall (openbsd-amd64-cgo), const IFT_SDLC ideal-int 30982pkg syscall (openbsd-amd64-cgo), const IFT_SDSL ideal-int 30983pkg syscall (openbsd-amd64-cgo), const IFT_SHDSL ideal-int 30984pkg syscall (openbsd-amd64-cgo), const IFT_SIP ideal-int 30985pkg syscall (openbsd-amd64-cgo), const IFT_SIPSIG ideal-int 30986pkg syscall (openbsd-amd64-cgo), const IFT_SIPTG ideal-int 30987pkg syscall (openbsd-amd64-cgo), const IFT_SLIP ideal-int 30988pkg syscall (openbsd-amd64-cgo), const IFT_SMDSDXI ideal-int 30989pkg syscall (openbsd-amd64-cgo), const IFT_SMDSICIP ideal-int 30990pkg syscall (openbsd-amd64-cgo), const IFT_SONET ideal-int 30991pkg syscall (openbsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int 30992pkg syscall (openbsd-amd64-cgo), const IFT_SONETPATH ideal-int 30993pkg syscall (openbsd-amd64-cgo), const IFT_SONETVT ideal-int 30994pkg syscall (openbsd-amd64-cgo), const IFT_SRP ideal-int 30995pkg syscall (openbsd-amd64-cgo), const IFT_SS7SIGLINK ideal-int 30996pkg syscall (openbsd-amd64-cgo), const IFT_STACKTOSTACK ideal-int 30997pkg syscall (openbsd-amd64-cgo), const IFT_STARLAN ideal-int 30998pkg syscall (openbsd-amd64-cgo), const IFT_T1 ideal-int 30999pkg syscall (openbsd-amd64-cgo), const IFT_TDLC ideal-int 31000pkg syscall (openbsd-amd64-cgo), const IFT_TELINK ideal-int 31001pkg syscall (openbsd-amd64-cgo), const IFT_TERMPAD ideal-int 31002pkg syscall (openbsd-amd64-cgo), const IFT_TR008 ideal-int 31003pkg syscall (openbsd-amd64-cgo), const IFT_TRANSPHDLC ideal-int 31004pkg syscall (openbsd-amd64-cgo), const IFT_TUNNEL ideal-int 31005pkg syscall (openbsd-amd64-cgo), const IFT_ULTRA ideal-int 31006pkg syscall (openbsd-amd64-cgo), const IFT_USB ideal-int 31007pkg syscall (openbsd-amd64-cgo), const IFT_V11 ideal-int 31008pkg syscall (openbsd-amd64-cgo), const IFT_V35 ideal-int 31009pkg syscall (openbsd-amd64-cgo), const IFT_V36 ideal-int 31010pkg syscall (openbsd-amd64-cgo), const IFT_V37 ideal-int 31011pkg syscall (openbsd-amd64-cgo), const IFT_VDSL ideal-int 31012pkg syscall (openbsd-amd64-cgo), const IFT_VIRTUALIPADDRESS ideal-int 31013pkg syscall (openbsd-amd64-cgo), const IFT_VIRTUALTG ideal-int 31014pkg syscall (openbsd-amd64-cgo), const IFT_VOICEDID ideal-int 31015pkg syscall (openbsd-amd64-cgo), const IFT_VOICEEM ideal-int 31016pkg syscall (openbsd-amd64-cgo), const IFT_VOICEEMFGD ideal-int 31017pkg syscall (openbsd-amd64-cgo), const IFT_VOICEENCAP ideal-int 31018pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFGDEANA ideal-int 31019pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFXO ideal-int 31020pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFXS ideal-int 31021pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERATM ideal-int 31022pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERCABLE ideal-int 31023pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int 31024pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERIP ideal-int 31025pkg syscall (openbsd-amd64-cgo), const IFT_X213 ideal-int 31026pkg syscall (openbsd-amd64-cgo), const IFT_X25 ideal-int 31027pkg syscall (openbsd-amd64-cgo), const IFT_X25DDN ideal-int 31028pkg syscall (openbsd-amd64-cgo), const IFT_X25HUNTGROUP ideal-int 31029pkg syscall (openbsd-amd64-cgo), const IFT_X25MLP ideal-int 31030pkg syscall (openbsd-amd64-cgo), const IFT_X25PLE ideal-int 31031pkg syscall (openbsd-amd64-cgo), const IFT_XETHER ideal-int 31032pkg syscall (openbsd-amd64-cgo), const IGNBRK ideal-int 31033pkg syscall (openbsd-amd64-cgo), const IGNCR ideal-int 31034pkg syscall (openbsd-amd64-cgo), const IGNPAR ideal-int 31035pkg syscall (openbsd-amd64-cgo), const IMAXBEL ideal-int 31036pkg syscall (openbsd-amd64-cgo), const INLCR ideal-int 31037pkg syscall (openbsd-amd64-cgo), const INPCK ideal-int 31038pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_HOST ideal-int 31039pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_MAX ideal-int 31040pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_NET ideal-int 31041pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_NSHIFT ideal-int 31042pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_HOST ideal-int 31043pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_MAX ideal-int 31044pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_NET ideal-int 31045pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_NSHIFT ideal-int 31046pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_HOST ideal-int 31047pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_NET ideal-int 31048pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_NSHIFT ideal-int 31049pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_HOST ideal-int 31050pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_NET ideal-int 31051pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_NSHIFT ideal-int 31052pkg syscall (openbsd-amd64-cgo), const IN_LOOPBACKNET ideal-int 31053pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_HOST ideal-int 31054pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_NET ideal-int 31055pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_NSHIFT ideal-int 31056pkg syscall (openbsd-amd64-cgo), const IPPROTO_AH ideal-int 31057pkg syscall (openbsd-amd64-cgo), const IPPROTO_CARP ideal-int 31058pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT ideal-int 31059pkg syscall (openbsd-amd64-cgo), const IPPROTO_DONE ideal-int 31060pkg syscall (openbsd-amd64-cgo), const IPPROTO_DSTOPTS ideal-int 31061pkg syscall (openbsd-amd64-cgo), const IPPROTO_EGP ideal-int 31062pkg syscall (openbsd-amd64-cgo), const IPPROTO_ENCAP ideal-int 31063pkg syscall (openbsd-amd64-cgo), const IPPROTO_EON ideal-int 31064pkg syscall (openbsd-amd64-cgo), const IPPROTO_ESP ideal-int 31065pkg syscall (openbsd-amd64-cgo), const IPPROTO_ETHERIP ideal-int 31066pkg syscall (openbsd-amd64-cgo), const IPPROTO_FRAGMENT ideal-int 31067pkg syscall (openbsd-amd64-cgo), const IPPROTO_GGP ideal-int 31068pkg syscall (openbsd-amd64-cgo), const IPPROTO_GRE ideal-int 31069pkg syscall (openbsd-amd64-cgo), const IPPROTO_HOPOPTS ideal-int 31070pkg syscall (openbsd-amd64-cgo), const IPPROTO_ICMP ideal-int 31071pkg syscall (openbsd-amd64-cgo), const IPPROTO_ICMPV6 ideal-int 31072pkg syscall (openbsd-amd64-cgo), const IPPROTO_IDP ideal-int 31073pkg syscall (openbsd-amd64-cgo), const IPPROTO_IGMP ideal-int 31074pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPCOMP ideal-int 31075pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPIP ideal-int 31076pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPV4 ideal-int 31077pkg syscall (openbsd-amd64-cgo), const IPPROTO_MAX ideal-int 31078pkg syscall (openbsd-amd64-cgo), const IPPROTO_MAXID ideal-int 31079pkg syscall (openbsd-amd64-cgo), const IPPROTO_MOBILE ideal-int 31080pkg syscall (openbsd-amd64-cgo), const IPPROTO_MPLS ideal-int 31081pkg syscall (openbsd-amd64-cgo), const IPPROTO_NONE ideal-int 31082pkg syscall (openbsd-amd64-cgo), const IPPROTO_PFSYNC ideal-int 31083pkg syscall (openbsd-amd64-cgo), const IPPROTO_PIM ideal-int 31084pkg syscall (openbsd-amd64-cgo), const IPPROTO_PUP ideal-int 31085pkg syscall (openbsd-amd64-cgo), const IPPROTO_RAW ideal-int 31086pkg syscall (openbsd-amd64-cgo), const IPPROTO_ROUTING ideal-int 31087pkg syscall (openbsd-amd64-cgo), const IPPROTO_RSVP ideal-int 31088pkg syscall (openbsd-amd64-cgo), const IPPROTO_TP ideal-int 31089pkg syscall (openbsd-amd64-cgo), const IPV6_AUTH_LEVEL ideal-int 31090pkg syscall (openbsd-amd64-cgo), const IPV6_AUTOFLOWLABEL ideal-int 31091pkg syscall (openbsd-amd64-cgo), const IPV6_CHECKSUM ideal-int 31092pkg syscall (openbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int 31093pkg syscall (openbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int 31094pkg syscall (openbsd-amd64-cgo), const IPV6_DEFHLIM ideal-int 31095pkg syscall (openbsd-amd64-cgo), const IPV6_DONTFRAG ideal-int 31096pkg syscall (openbsd-amd64-cgo), const IPV6_DSTOPTS ideal-int 31097pkg syscall (openbsd-amd64-cgo), const IPV6_ESP_NETWORK_LEVEL ideal-int 31098pkg syscall (openbsd-amd64-cgo), const IPV6_ESP_TRANS_LEVEL ideal-int 31099pkg syscall (openbsd-amd64-cgo), const IPV6_FAITH ideal-int 31100pkg syscall (openbsd-amd64-cgo), const IPV6_FLOWINFO_MASK ideal-int 31101pkg syscall (openbsd-amd64-cgo), const IPV6_FLOWLABEL_MASK ideal-int 31102pkg syscall (openbsd-amd64-cgo), const IPV6_FRAGTTL ideal-int 31103pkg syscall (openbsd-amd64-cgo), const IPV6_HLIMDEC ideal-int 31104pkg syscall (openbsd-amd64-cgo), const IPV6_HOPLIMIT ideal-int 31105pkg syscall (openbsd-amd64-cgo), const IPV6_HOPOPTS ideal-int 31106pkg syscall (openbsd-amd64-cgo), const IPV6_IPCOMP_LEVEL ideal-int 31107pkg syscall (openbsd-amd64-cgo), const IPV6_MAXHLIM ideal-int 31108pkg syscall (openbsd-amd64-cgo), const IPV6_MAXPACKET ideal-int 31109pkg syscall (openbsd-amd64-cgo), const IPV6_MMTU ideal-int 31110pkg syscall (openbsd-amd64-cgo), const IPV6_NEXTHOP ideal-int 31111pkg syscall (openbsd-amd64-cgo), const IPV6_OPTIONS ideal-int 31112pkg syscall (openbsd-amd64-cgo), const IPV6_PATHMTU ideal-int 31113pkg syscall (openbsd-amd64-cgo), const IPV6_PIPEX ideal-int 31114pkg syscall (openbsd-amd64-cgo), const IPV6_PKTINFO ideal-int 31115pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE ideal-int 31116pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT ideal-int 31117pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_HIGH ideal-int 31118pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_LOW ideal-int 31119pkg syscall (openbsd-amd64-cgo), const IPV6_RECVDSTOPTS ideal-int 31120pkg syscall (openbsd-amd64-cgo), const IPV6_RECVHOPLIMIT ideal-int 31121pkg syscall (openbsd-amd64-cgo), const IPV6_RECVHOPOPTS ideal-int 31122pkg syscall (openbsd-amd64-cgo), const IPV6_RECVPATHMTU ideal-int 31123pkg syscall (openbsd-amd64-cgo), const IPV6_RECVPKTINFO ideal-int 31124pkg syscall (openbsd-amd64-cgo), const IPV6_RECVRTHDR ideal-int 31125pkg syscall (openbsd-amd64-cgo), const IPV6_RECVTCLASS ideal-int 31126pkg syscall (openbsd-amd64-cgo), const IPV6_RTABLE ideal-int 31127pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR ideal-int 31128pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDRDSTOPTS ideal-int 31129pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_LOOSE ideal-int 31130pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_STRICT ideal-int 31131pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 ideal-int 31132pkg syscall (openbsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 ideal-int 31133pkg syscall (openbsd-amd64-cgo), const IPV6_TCLASS ideal-int 31134pkg syscall (openbsd-amd64-cgo), const IPV6_USE_MIN_MTU ideal-int 31135pkg syscall (openbsd-amd64-cgo), const IPV6_VERSION ideal-int 31136pkg syscall (openbsd-amd64-cgo), const IPV6_VERSION_MASK ideal-int 31137pkg syscall (openbsd-amd64-cgo), const IP_AUTH_LEVEL ideal-int 31138pkg syscall (openbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP ideal-int 31139pkg syscall (openbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL ideal-int 31140pkg syscall (openbsd-amd64-cgo), const IP_DF ideal-int 31141pkg syscall (openbsd-amd64-cgo), const IP_ESP_NETWORK_LEVEL ideal-int 31142pkg syscall (openbsd-amd64-cgo), const IP_ESP_TRANS_LEVEL ideal-int 31143pkg syscall (openbsd-amd64-cgo), const IP_HDRINCL ideal-int 31144pkg syscall (openbsd-amd64-cgo), const IP_IPCOMP_LEVEL ideal-int 31145pkg syscall (openbsd-amd64-cgo), const IP_IPSECFLOWINFO ideal-int 31146pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_AUTH ideal-int 31147pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_CRED ideal-int 31148pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_ID ideal-int 31149pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_AUTH ideal-int 31150pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_CRED ideal-int 31151pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_ID ideal-int 31152pkg syscall (openbsd-amd64-cgo), const IP_MAXPACKET ideal-int 31153pkg syscall (openbsd-amd64-cgo), const IP_MAX_MEMBERSHIPS ideal-int 31154pkg syscall (openbsd-amd64-cgo), const IP_MF ideal-int 31155pkg syscall (openbsd-amd64-cgo), const IP_MINTTL ideal-int 31156pkg syscall (openbsd-amd64-cgo), const IP_MIN_MEMBERSHIPS ideal-int 31157pkg syscall (openbsd-amd64-cgo), const IP_MSS ideal-int 31158pkg syscall (openbsd-amd64-cgo), const IP_OFFMASK ideal-int 31159pkg syscall (openbsd-amd64-cgo), const IP_OPTIONS ideal-int 31160pkg syscall (openbsd-amd64-cgo), const IP_PIPEX ideal-int 31161pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE ideal-int 31162pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_DEFAULT ideal-int 31163pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_HIGH ideal-int 31164pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_LOW ideal-int 31165pkg syscall (openbsd-amd64-cgo), const IP_RECVDSTADDR ideal-int 31166pkg syscall (openbsd-amd64-cgo), const IP_RECVDSTPORT ideal-int 31167pkg syscall (openbsd-amd64-cgo), const IP_RECVIF ideal-int 31168pkg syscall (openbsd-amd64-cgo), const IP_RECVOPTS ideal-int 31169pkg syscall (openbsd-amd64-cgo), const IP_RECVRETOPTS ideal-int 31170pkg syscall (openbsd-amd64-cgo), const IP_RECVRTABLE ideal-int 31171pkg syscall (openbsd-amd64-cgo), const IP_RECVTTL ideal-int 31172pkg syscall (openbsd-amd64-cgo), const IP_RETOPTS ideal-int 31173pkg syscall (openbsd-amd64-cgo), const IP_RF ideal-int 31174pkg syscall (openbsd-amd64-cgo), const IP_RTABLE ideal-int 31175pkg syscall (openbsd-amd64-cgo), const ISIG ideal-int 31176pkg syscall (openbsd-amd64-cgo), const ISTRIP ideal-int 31177pkg syscall (openbsd-amd64-cgo), const IXANY ideal-int 31178pkg syscall (openbsd-amd64-cgo), const IXOFF ideal-int 31179pkg syscall (openbsd-amd64-cgo), const IXON ideal-int 31180pkg syscall (openbsd-amd64-cgo), const LCNT_OVERLOAD_FLUSH ideal-int 31181pkg syscall (openbsd-amd64-cgo), const LOCK_EX ideal-int 31182pkg syscall (openbsd-amd64-cgo), const LOCK_NB ideal-int 31183pkg syscall (openbsd-amd64-cgo), const LOCK_SH ideal-int 31184pkg syscall (openbsd-amd64-cgo), const LOCK_UN ideal-int 31185pkg syscall (openbsd-amd64-cgo), const MSG_BCAST ideal-int 31186pkg syscall (openbsd-amd64-cgo), const MSG_CTRUNC ideal-int 31187pkg syscall (openbsd-amd64-cgo), const MSG_DONTROUTE ideal-int 31188pkg syscall (openbsd-amd64-cgo), const MSG_DONTWAIT ideal-int 31189pkg syscall (openbsd-amd64-cgo), const MSG_EOR ideal-int 31190pkg syscall (openbsd-amd64-cgo), const MSG_MCAST ideal-int 31191pkg syscall (openbsd-amd64-cgo), const MSG_NOSIGNAL ideal-int 31192pkg syscall (openbsd-amd64-cgo), const MSG_OOB ideal-int 31193pkg syscall (openbsd-amd64-cgo), const MSG_PEEK ideal-int 31194pkg syscall (openbsd-amd64-cgo), const MSG_TRUNC ideal-int 31195pkg syscall (openbsd-amd64-cgo), const MSG_WAITALL ideal-int 31196pkg syscall (openbsd-amd64-cgo), const NAME_MAX ideal-int 31197pkg syscall (openbsd-amd64-cgo), const NET_RT_DUMP ideal-int 31198pkg syscall (openbsd-amd64-cgo), const NET_RT_FLAGS ideal-int 31199pkg syscall (openbsd-amd64-cgo), const NET_RT_IFLIST ideal-int 31200pkg syscall (openbsd-amd64-cgo), const NET_RT_MAXID ideal-int 31201pkg syscall (openbsd-amd64-cgo), const NET_RT_STATS ideal-int 31202pkg syscall (openbsd-amd64-cgo), const NET_RT_TABLE ideal-int 31203pkg syscall (openbsd-amd64-cgo), const NOFLSH ideal-int 31204pkg syscall (openbsd-amd64-cgo), const NOTE_ATTRIB ideal-int 31205pkg syscall (openbsd-amd64-cgo), const NOTE_CHILD ideal-int 31206pkg syscall (openbsd-amd64-cgo), const NOTE_DELETE ideal-int 31207pkg syscall (openbsd-amd64-cgo), const NOTE_EOF ideal-int 31208pkg syscall (openbsd-amd64-cgo), const NOTE_EXEC ideal-int 31209pkg syscall (openbsd-amd64-cgo), const NOTE_EXIT ideal-int 31210pkg syscall (openbsd-amd64-cgo), const NOTE_EXTEND ideal-int 31211pkg syscall (openbsd-amd64-cgo), const NOTE_FORK ideal-int 31212pkg syscall (openbsd-amd64-cgo), const NOTE_LINK ideal-int 31213pkg syscall (openbsd-amd64-cgo), const NOTE_LOWAT ideal-int 31214pkg syscall (openbsd-amd64-cgo), const NOTE_PCTRLMASK ideal-int 31215pkg syscall (openbsd-amd64-cgo), const NOTE_PDATAMASK ideal-int 31216pkg syscall (openbsd-amd64-cgo), const NOTE_RENAME ideal-int 31217pkg syscall (openbsd-amd64-cgo), const NOTE_REVOKE ideal-int 31218pkg syscall (openbsd-amd64-cgo), const NOTE_TRACK ideal-int 31219pkg syscall (openbsd-amd64-cgo), const NOTE_TRACKERR ideal-int 31220pkg syscall (openbsd-amd64-cgo), const NOTE_TRUNCATE ideal-int 31221pkg syscall (openbsd-amd64-cgo), const NOTE_WRITE ideal-int 31222pkg syscall (openbsd-amd64-cgo), const OCRNL ideal-int 31223pkg syscall (openbsd-amd64-cgo), const ONLCR ideal-int 31224pkg syscall (openbsd-amd64-cgo), const ONLRET ideal-int 31225pkg syscall (openbsd-amd64-cgo), const ONOCR ideal-int 31226pkg syscall (openbsd-amd64-cgo), const ONOEOT ideal-int 31227pkg syscall (openbsd-amd64-cgo), const OPOST ideal-int 31228pkg syscall (openbsd-amd64-cgo), const O_ACCMODE ideal-int 31229pkg syscall (openbsd-amd64-cgo), const O_DIRECTORY ideal-int 31230pkg syscall (openbsd-amd64-cgo), const O_DSYNC ideal-int 31231pkg syscall (openbsd-amd64-cgo), const O_EXLOCK ideal-int 31232pkg syscall (openbsd-amd64-cgo), const O_FSYNC ideal-int 31233pkg syscall (openbsd-amd64-cgo), const O_NDELAY ideal-int 31234pkg syscall (openbsd-amd64-cgo), const O_NOFOLLOW ideal-int 31235pkg syscall (openbsd-amd64-cgo), const O_RSYNC ideal-int 31236pkg syscall (openbsd-amd64-cgo), const O_SHLOCK ideal-int 31237pkg syscall (openbsd-amd64-cgo), const PARENB ideal-int 31238pkg syscall (openbsd-amd64-cgo), const PARMRK ideal-int 31239pkg syscall (openbsd-amd64-cgo), const PARODD ideal-int 31240pkg syscall (openbsd-amd64-cgo), const PENDIN ideal-int 31241pkg syscall (openbsd-amd64-cgo), const PF_FLUSH ideal-int 31242pkg syscall (openbsd-amd64-cgo), const PMC5_PIPELINE_FLUSH ideal-int 31243pkg syscall (openbsd-amd64-cgo), const PRIO_PGRP = 1 31244pkg syscall (openbsd-amd64-cgo), const PRIO_PGRP ideal-int 31245pkg syscall (openbsd-amd64-cgo), const PRIO_PROCESS = 0 31246pkg syscall (openbsd-amd64-cgo), const PRIO_PROCESS ideal-int 31247pkg syscall (openbsd-amd64-cgo), const PRIO_USER = 2 31248pkg syscall (openbsd-amd64-cgo), const PRIO_USER ideal-int 31249pkg syscall (openbsd-amd64-cgo), const PTRACE_CONT ideal-int 31250pkg syscall (openbsd-amd64-cgo), const PTRACE_KILL ideal-int 31251pkg syscall (openbsd-amd64-cgo), const PTRACE_TRACEME ideal-int 31252pkg syscall (openbsd-amd64-cgo), const RLIMIT_CORE ideal-int 31253pkg syscall (openbsd-amd64-cgo), const RLIMIT_CPU ideal-int 31254pkg syscall (openbsd-amd64-cgo), const RLIMIT_DATA ideal-int 31255pkg syscall (openbsd-amd64-cgo), const RLIMIT_FSIZE ideal-int 31256pkg syscall (openbsd-amd64-cgo), const RLIMIT_NOFILE ideal-int 31257pkg syscall (openbsd-amd64-cgo), const RLIMIT_STACK ideal-int 31258pkg syscall (openbsd-amd64-cgo), const RLIM_INFINITY ideal-int 31259pkg syscall (openbsd-amd64-cgo), const RTAX_AUTHOR ideal-int 31260pkg syscall (openbsd-amd64-cgo), const RTAX_BRD ideal-int 31261pkg syscall (openbsd-amd64-cgo), const RTAX_DST ideal-int 31262pkg syscall (openbsd-amd64-cgo), const RTAX_GATEWAY ideal-int 31263pkg syscall (openbsd-amd64-cgo), const RTAX_GENMASK ideal-int 31264pkg syscall (openbsd-amd64-cgo), const RTAX_IFA ideal-int 31265pkg syscall (openbsd-amd64-cgo), const RTAX_IFP ideal-int 31266pkg syscall (openbsd-amd64-cgo), const RTAX_LABEL ideal-int 31267pkg syscall (openbsd-amd64-cgo), const RTAX_MAX ideal-int 31268pkg syscall (openbsd-amd64-cgo), const RTAX_NETMASK ideal-int 31269pkg syscall (openbsd-amd64-cgo), const RTAX_SRC ideal-int 31270pkg syscall (openbsd-amd64-cgo), const RTAX_SRCMASK ideal-int 31271pkg syscall (openbsd-amd64-cgo), const RTA_AUTHOR ideal-int 31272pkg syscall (openbsd-amd64-cgo), const RTA_BRD ideal-int 31273pkg syscall (openbsd-amd64-cgo), const RTA_DST ideal-int 31274pkg syscall (openbsd-amd64-cgo), const RTA_GATEWAY ideal-int 31275pkg syscall (openbsd-amd64-cgo), const RTA_GENMASK ideal-int 31276pkg syscall (openbsd-amd64-cgo), const RTA_IFA ideal-int 31277pkg syscall (openbsd-amd64-cgo), const RTA_IFP ideal-int 31278pkg syscall (openbsd-amd64-cgo), const RTA_LABEL ideal-int 31279pkg syscall (openbsd-amd64-cgo), const RTA_NETMASK ideal-int 31280pkg syscall (openbsd-amd64-cgo), const RTA_SRC ideal-int 31281pkg syscall (openbsd-amd64-cgo), const RTA_SRCMASK ideal-int 31282pkg syscall (openbsd-amd64-cgo), const RTF_ANNOUNCE ideal-int 31283pkg syscall (openbsd-amd64-cgo), const RTF_BLACKHOLE ideal-int 31284pkg syscall (openbsd-amd64-cgo), const RTF_CLONED ideal-int 31285pkg syscall (openbsd-amd64-cgo), const RTF_CLONING ideal-int 31286pkg syscall (openbsd-amd64-cgo), const RTF_DONE ideal-int 31287pkg syscall (openbsd-amd64-cgo), const RTF_DYNAMIC ideal-int 31288pkg syscall (openbsd-amd64-cgo), const RTF_FMASK ideal-int 31289pkg syscall (openbsd-amd64-cgo), const RTF_GATEWAY ideal-int 31290pkg syscall (openbsd-amd64-cgo), const RTF_HOST ideal-int 31291pkg syscall (openbsd-amd64-cgo), const RTF_LLINFO ideal-int 31292pkg syscall (openbsd-amd64-cgo), const RTF_MASK ideal-int 31293pkg syscall (openbsd-amd64-cgo), const RTF_MODIFIED ideal-int 31294pkg syscall (openbsd-amd64-cgo), const RTF_MPATH ideal-int 31295pkg syscall (openbsd-amd64-cgo), const RTF_MPLS ideal-int 31296pkg syscall (openbsd-amd64-cgo), const RTF_PERMANENT_ARP ideal-int 31297pkg syscall (openbsd-amd64-cgo), const RTF_PROTO1 ideal-int 31298pkg syscall (openbsd-amd64-cgo), const RTF_PROTO2 ideal-int 31299pkg syscall (openbsd-amd64-cgo), const RTF_PROTO3 ideal-int 31300pkg syscall (openbsd-amd64-cgo), const RTF_REJECT ideal-int 31301pkg syscall (openbsd-amd64-cgo), const RTF_SOURCE ideal-int 31302pkg syscall (openbsd-amd64-cgo), const RTF_STATIC ideal-int 31303pkg syscall (openbsd-amd64-cgo), const RTF_TUNNEL ideal-int 31304pkg syscall (openbsd-amd64-cgo), const RTF_UP ideal-int 31305pkg syscall (openbsd-amd64-cgo), const RTF_USETRAILERS ideal-int 31306pkg syscall (openbsd-amd64-cgo), const RTF_XRESOLVE ideal-int 31307pkg syscall (openbsd-amd64-cgo), const RTM_ADD ideal-int 31308pkg syscall (openbsd-amd64-cgo), const RTM_CHANGE ideal-int 31309pkg syscall (openbsd-amd64-cgo), const RTM_DELADDR ideal-int 31310pkg syscall (openbsd-amd64-cgo), const RTM_DELETE ideal-int 31311pkg syscall (openbsd-amd64-cgo), const RTM_DESYNC ideal-int 31312pkg syscall (openbsd-amd64-cgo), const RTM_GET ideal-int 31313pkg syscall (openbsd-amd64-cgo), const RTM_IFANNOUNCE ideal-int 31314pkg syscall (openbsd-amd64-cgo), const RTM_IFINFO ideal-int 31315pkg syscall (openbsd-amd64-cgo), const RTM_LOCK ideal-int 31316pkg syscall (openbsd-amd64-cgo), const RTM_LOSING ideal-int 31317pkg syscall (openbsd-amd64-cgo), const RTM_MAXSIZE ideal-int 31318pkg syscall (openbsd-amd64-cgo), const RTM_MISS ideal-int 31319pkg syscall (openbsd-amd64-cgo), const RTM_NEWADDR ideal-int 31320pkg syscall (openbsd-amd64-cgo), const RTM_REDIRECT ideal-int 31321pkg syscall (openbsd-amd64-cgo), const RTM_RESOLVE ideal-int 31322pkg syscall (openbsd-amd64-cgo), const RTM_RTTUNIT ideal-int 31323pkg syscall (openbsd-amd64-cgo), const RTM_VERSION ideal-int 31324pkg syscall (openbsd-amd64-cgo), const RTV_EXPIRE ideal-int 31325pkg syscall (openbsd-amd64-cgo), const RTV_HOPCOUNT ideal-int 31326pkg syscall (openbsd-amd64-cgo), const RTV_MTU ideal-int 31327pkg syscall (openbsd-amd64-cgo), const RTV_RPIPE ideal-int 31328pkg syscall (openbsd-amd64-cgo), const RTV_RTT ideal-int 31329pkg syscall (openbsd-amd64-cgo), const RTV_RTTVAR ideal-int 31330pkg syscall (openbsd-amd64-cgo), const RTV_SPIPE ideal-int 31331pkg syscall (openbsd-amd64-cgo), const RTV_SSTHRESH ideal-int 31332pkg syscall (openbsd-amd64-cgo), const RT_TABLEID_MAX ideal-int 31333pkg syscall (openbsd-amd64-cgo), const RUSAGE_CHILDREN ideal-int 31334pkg syscall (openbsd-amd64-cgo), const RUSAGE_SELF ideal-int 31335pkg syscall (openbsd-amd64-cgo), const RUSAGE_THREAD ideal-int 31336pkg syscall (openbsd-amd64-cgo), const SCM_RIGHTS ideal-int 31337pkg syscall (openbsd-amd64-cgo), const SCM_TIMESTAMP ideal-int 31338pkg syscall (openbsd-amd64-cgo), const SIGCHLD Signal 31339pkg syscall (openbsd-amd64-cgo), const SIGCONT Signal 31340pkg syscall (openbsd-amd64-cgo), const SIGEMT Signal 31341pkg syscall (openbsd-amd64-cgo), const SIGINFO Signal 31342pkg syscall (openbsd-amd64-cgo), const SIGIO Signal 31343pkg syscall (openbsd-amd64-cgo), const SIGIOT Signal 31344pkg syscall (openbsd-amd64-cgo), const SIGPROF Signal 31345pkg syscall (openbsd-amd64-cgo), const SIGSTOP Signal 31346pkg syscall (openbsd-amd64-cgo), const SIGSYS Signal 31347pkg syscall (openbsd-amd64-cgo), const SIGTHR Signal 31348pkg syscall (openbsd-amd64-cgo), const SIGTSTP Signal 31349pkg syscall (openbsd-amd64-cgo), const SIGTTIN Signal 31350pkg syscall (openbsd-amd64-cgo), const SIGTTOU Signal 31351pkg syscall (openbsd-amd64-cgo), const SIGURG Signal 31352pkg syscall (openbsd-amd64-cgo), const SIGUSR1 Signal 31353pkg syscall (openbsd-amd64-cgo), const SIGUSR2 Signal 31354pkg syscall (openbsd-amd64-cgo), const SIGVTALRM Signal 31355pkg syscall (openbsd-amd64-cgo), const SIGWINCH Signal 31356pkg syscall (openbsd-amd64-cgo), const SIGXCPU Signal 31357pkg syscall (openbsd-amd64-cgo), const SIGXFSZ Signal 31358pkg syscall (openbsd-amd64-cgo), const SIOCADDMULTI ideal-int 31359pkg syscall (openbsd-amd64-cgo), const SIOCAIFADDR ideal-int 31360pkg syscall (openbsd-amd64-cgo), const SIOCAIFGROUP ideal-int 31361pkg syscall (openbsd-amd64-cgo), const SIOCALIFADDR ideal-int 31362pkg syscall (openbsd-amd64-cgo), const SIOCATMARK ideal-int 31363pkg syscall (openbsd-amd64-cgo), const SIOCBRDGADD ideal-int 31364pkg syscall (openbsd-amd64-cgo), const SIOCBRDGADDS ideal-int 31365pkg syscall (openbsd-amd64-cgo), const SIOCBRDGARL ideal-int 31366pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDADDR ideal-int 31367pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDEL ideal-int 31368pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDELS ideal-int 31369pkg syscall (openbsd-amd64-cgo), const SIOCBRDGFLUSH ideal-int 31370pkg syscall (openbsd-amd64-cgo), const SIOCBRDGFRL ideal-int 31371pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGCACHE ideal-int 31372pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGFD ideal-int 31373pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGHT ideal-int 31374pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGIFFLGS ideal-int 31375pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGMA ideal-int 31376pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGPARAM ideal-int 31377pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGPRI ideal-int 31378pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGRL ideal-int 31379pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGSIFS ideal-int 31380pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGTO ideal-int 31381pkg syscall (openbsd-amd64-cgo), const SIOCBRDGIFS ideal-int 31382pkg syscall (openbsd-amd64-cgo), const SIOCBRDGRTS ideal-int 31383pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSADDR ideal-int 31384pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSCACHE ideal-int 31385pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSFD ideal-int 31386pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSHT ideal-int 31387pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFCOST ideal-int 31388pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFFLGS ideal-int 31389pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFPRIO ideal-int 31390pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSMA ideal-int 31391pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSPRI ideal-int 31392pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSPROTO ideal-int 31393pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSTO ideal-int 31394pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSTXHC ideal-int 31395pkg syscall (openbsd-amd64-cgo), const SIOCDELMULTI ideal-int 31396pkg syscall (openbsd-amd64-cgo), const SIOCDIFADDR ideal-int 31397pkg syscall (openbsd-amd64-cgo), const SIOCDIFGROUP ideal-int 31398pkg syscall (openbsd-amd64-cgo), const SIOCDIFPHYADDR ideal-int 31399pkg syscall (openbsd-amd64-cgo), const SIOCDLIFADDR ideal-int 31400pkg syscall (openbsd-amd64-cgo), const SIOCGETKALIVE ideal-int 31401pkg syscall (openbsd-amd64-cgo), const SIOCGETLABEL ideal-int 31402pkg syscall (openbsd-amd64-cgo), const SIOCGETPFLOW ideal-int 31403pkg syscall (openbsd-amd64-cgo), const SIOCGETPFSYNC ideal-int 31404pkg syscall (openbsd-amd64-cgo), const SIOCGETSGCNT ideal-int 31405pkg syscall (openbsd-amd64-cgo), const SIOCGETVIFCNT ideal-int 31406pkg syscall (openbsd-amd64-cgo), const SIOCGHIWAT ideal-int 31407pkg syscall (openbsd-amd64-cgo), const SIOCGIFADDR ideal-int 31408pkg syscall (openbsd-amd64-cgo), const SIOCGIFASYNCMAP ideal-int 31409pkg syscall (openbsd-amd64-cgo), const SIOCGIFBRDADDR ideal-int 31410pkg syscall (openbsd-amd64-cgo), const SIOCGIFCONF ideal-int 31411pkg syscall (openbsd-amd64-cgo), const SIOCGIFDATA ideal-int 31412pkg syscall (openbsd-amd64-cgo), const SIOCGIFDESCR ideal-int 31413pkg syscall (openbsd-amd64-cgo), const SIOCGIFDSTADDR ideal-int 31414pkg syscall (openbsd-amd64-cgo), const SIOCGIFFLAGS ideal-int 31415pkg syscall (openbsd-amd64-cgo), const SIOCGIFGATTR ideal-int 31416pkg syscall (openbsd-amd64-cgo), const SIOCGIFGENERIC ideal-int 31417pkg syscall (openbsd-amd64-cgo), const SIOCGIFGMEMB ideal-int 31418pkg syscall (openbsd-amd64-cgo), const SIOCGIFGROUP ideal-int 31419pkg syscall (openbsd-amd64-cgo), const SIOCGIFMEDIA ideal-int 31420pkg syscall (openbsd-amd64-cgo), const SIOCGIFMETRIC ideal-int 31421pkg syscall (openbsd-amd64-cgo), const SIOCGIFMTU ideal-int 31422pkg syscall (openbsd-amd64-cgo), const SIOCGIFNETMASK ideal-int 31423pkg syscall (openbsd-amd64-cgo), const SIOCGIFPDSTADDR ideal-int 31424pkg syscall (openbsd-amd64-cgo), const SIOCGIFPRIORITY ideal-int 31425pkg syscall (openbsd-amd64-cgo), const SIOCGIFPSRCADDR ideal-int 31426pkg syscall (openbsd-amd64-cgo), const SIOCGIFRDOMAIN ideal-int 31427pkg syscall (openbsd-amd64-cgo), const SIOCGIFRTLABEL ideal-int 31428pkg syscall (openbsd-amd64-cgo), const SIOCGIFTIMESLOT ideal-int 31429pkg syscall (openbsd-amd64-cgo), const SIOCGIFXFLAGS ideal-int 31430pkg syscall (openbsd-amd64-cgo), const SIOCGLIFADDR ideal-int 31431pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYADDR ideal-int 31432pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYRTABLE ideal-int 31433pkg syscall (openbsd-amd64-cgo), const SIOCGLOWAT ideal-int 31434pkg syscall (openbsd-amd64-cgo), const SIOCGPGRP ideal-int 31435pkg syscall (openbsd-amd64-cgo), const SIOCGVH ideal-int 31436pkg syscall (openbsd-amd64-cgo), const SIOCIFCREATE ideal-int 31437pkg syscall (openbsd-amd64-cgo), const SIOCIFDESTROY ideal-int 31438pkg syscall (openbsd-amd64-cgo), const SIOCIFGCLONERS ideal-int 31439pkg syscall (openbsd-amd64-cgo), const SIOCSETKALIVE ideal-int 31440pkg syscall (openbsd-amd64-cgo), const SIOCSETLABEL ideal-int 31441pkg syscall (openbsd-amd64-cgo), const SIOCSETPFLOW ideal-int 31442pkg syscall (openbsd-amd64-cgo), const SIOCSETPFSYNC ideal-int 31443pkg syscall (openbsd-amd64-cgo), const SIOCSHIWAT ideal-int 31444pkg syscall (openbsd-amd64-cgo), const SIOCSIFADDR ideal-int 31445pkg syscall (openbsd-amd64-cgo), const SIOCSIFASYNCMAP ideal-int 31446pkg syscall (openbsd-amd64-cgo), const SIOCSIFBRDADDR ideal-int 31447pkg syscall (openbsd-amd64-cgo), const SIOCSIFDESCR ideal-int 31448pkg syscall (openbsd-amd64-cgo), const SIOCSIFDSTADDR ideal-int 31449pkg syscall (openbsd-amd64-cgo), const SIOCSIFFLAGS ideal-int 31450pkg syscall (openbsd-amd64-cgo), const SIOCSIFGATTR ideal-int 31451pkg syscall (openbsd-amd64-cgo), const SIOCSIFGENERIC ideal-int 31452pkg syscall (openbsd-amd64-cgo), const SIOCSIFLLADDR ideal-int 31453pkg syscall (openbsd-amd64-cgo), const SIOCSIFMEDIA ideal-int 31454pkg syscall (openbsd-amd64-cgo), const SIOCSIFMETRIC ideal-int 31455pkg syscall (openbsd-amd64-cgo), const SIOCSIFMTU ideal-int 31456pkg syscall (openbsd-amd64-cgo), const SIOCSIFNETMASK ideal-int 31457pkg syscall (openbsd-amd64-cgo), const SIOCSIFPHYADDR ideal-int 31458pkg syscall (openbsd-amd64-cgo), const SIOCSIFPRIORITY ideal-int 31459pkg syscall (openbsd-amd64-cgo), const SIOCSIFRDOMAIN ideal-int 31460pkg syscall (openbsd-amd64-cgo), const SIOCSIFRTLABEL ideal-int 31461pkg syscall (openbsd-amd64-cgo), const SIOCSIFTIMESLOT ideal-int 31462pkg syscall (openbsd-amd64-cgo), const SIOCSIFXFLAGS ideal-int 31463pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYADDR ideal-int 31464pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYRTABLE ideal-int 31465pkg syscall (openbsd-amd64-cgo), const SIOCSLOWAT ideal-int 31466pkg syscall (openbsd-amd64-cgo), const SIOCSPGRP ideal-int 31467pkg syscall (openbsd-amd64-cgo), const SIOCSVH ideal-int 31468pkg syscall (openbsd-amd64-cgo), const SOCK_RDM ideal-int 31469pkg syscall (openbsd-amd64-cgo), const SO_ACCEPTCONN ideal-int 31470pkg syscall (openbsd-amd64-cgo), const SO_BINDANY ideal-int 31471pkg syscall (openbsd-amd64-cgo), const SO_DEBUG ideal-int 31472pkg syscall (openbsd-amd64-cgo), const SO_ERROR ideal-int 31473pkg syscall (openbsd-amd64-cgo), const SO_NETPROC ideal-int 31474pkg syscall (openbsd-amd64-cgo), const SO_OOBINLINE ideal-int 31475pkg syscall (openbsd-amd64-cgo), const SO_PEERCRED ideal-int 31476pkg syscall (openbsd-amd64-cgo), const SO_RCVLOWAT ideal-int 31477pkg syscall (openbsd-amd64-cgo), const SO_RCVTIMEO ideal-int 31478pkg syscall (openbsd-amd64-cgo), const SO_REUSEPORT ideal-int 31479pkg syscall (openbsd-amd64-cgo), const SO_RTABLE ideal-int 31480pkg syscall (openbsd-amd64-cgo), const SO_SNDLOWAT ideal-int 31481pkg syscall (openbsd-amd64-cgo), const SO_SNDTIMEO ideal-int 31482pkg syscall (openbsd-amd64-cgo), const SO_SPLICE ideal-int 31483pkg syscall (openbsd-amd64-cgo), const SO_TIMESTAMP ideal-int 31484pkg syscall (openbsd-amd64-cgo), const SO_TYPE ideal-int 31485pkg syscall (openbsd-amd64-cgo), const SO_USELOOPBACK ideal-int 31486pkg syscall (openbsd-amd64-cgo), const SYS_ACCEPT ideal-int 31487pkg syscall (openbsd-amd64-cgo), const SYS_ACCESS ideal-int 31488pkg syscall (openbsd-amd64-cgo), const SYS_ACCT ideal-int 31489pkg syscall (openbsd-amd64-cgo), const SYS_ADJFREQ ideal-int 31490pkg syscall (openbsd-amd64-cgo), const SYS_ADJTIME ideal-int 31491pkg syscall (openbsd-amd64-cgo), const SYS_BIND ideal-int 31492pkg syscall (openbsd-amd64-cgo), const SYS_CHDIR ideal-int 31493pkg syscall (openbsd-amd64-cgo), const SYS_CHFLAGS ideal-int 31494pkg syscall (openbsd-amd64-cgo), const SYS_CHMOD ideal-int 31495pkg syscall (openbsd-amd64-cgo), const SYS_CHOWN ideal-int 31496pkg syscall (openbsd-amd64-cgo), const SYS_CHROOT ideal-int 31497pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETRES ideal-int 31498pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETTIME ideal-int 31499pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_SETTIME ideal-int 31500pkg syscall (openbsd-amd64-cgo), const SYS_CLOSE ideal-int 31501pkg syscall (openbsd-amd64-cgo), const SYS_CLOSEFROM ideal-int 31502pkg syscall (openbsd-amd64-cgo), const SYS_CONNECT ideal-int 31503pkg syscall (openbsd-amd64-cgo), const SYS_DUP ideal-int 31504pkg syscall (openbsd-amd64-cgo), const SYS_DUP2 ideal-int 31505pkg syscall (openbsd-amd64-cgo), const SYS_EXECVE ideal-int 31506pkg syscall (openbsd-amd64-cgo), const SYS_EXIT ideal-int 31507pkg syscall (openbsd-amd64-cgo), const SYS_FACCESSAT ideal-int 31508pkg syscall (openbsd-amd64-cgo), const SYS_FCHDIR ideal-int 31509pkg syscall (openbsd-amd64-cgo), const SYS_FCHFLAGS ideal-int 31510pkg syscall (openbsd-amd64-cgo), const SYS_FCHMOD ideal-int 31511pkg syscall (openbsd-amd64-cgo), const SYS_FCHMODAT ideal-int 31512pkg syscall (openbsd-amd64-cgo), const SYS_FCHOWN ideal-int 31513pkg syscall (openbsd-amd64-cgo), const SYS_FCHOWNAT ideal-int 31514pkg syscall (openbsd-amd64-cgo), const SYS_FCNTL ideal-int 31515pkg syscall (openbsd-amd64-cgo), const SYS_FHOPEN ideal-int 31516pkg syscall (openbsd-amd64-cgo), const SYS_FHSTAT ideal-int 31517pkg syscall (openbsd-amd64-cgo), const SYS_FHSTATFS ideal-int 31518pkg syscall (openbsd-amd64-cgo), const SYS_FLOCK ideal-int 31519pkg syscall (openbsd-amd64-cgo), const SYS_FORK ideal-int 31520pkg syscall (openbsd-amd64-cgo), const SYS_FPATHCONF ideal-int 31521pkg syscall (openbsd-amd64-cgo), const SYS_FSTAT ideal-int 31522pkg syscall (openbsd-amd64-cgo), const SYS_FSTATAT ideal-int 31523pkg syscall (openbsd-amd64-cgo), const SYS_FSTATFS ideal-int 31524pkg syscall (openbsd-amd64-cgo), const SYS_FSYNC ideal-int 31525pkg syscall (openbsd-amd64-cgo), const SYS_FTRUNCATE ideal-int 31526pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMENS ideal-int 31527pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMES ideal-int 31528pkg syscall (openbsd-amd64-cgo), const SYS_GETDIRENTRIES ideal-int 31529pkg syscall (openbsd-amd64-cgo), const SYS_GETDTABLECOUNT ideal-int 31530pkg syscall (openbsd-amd64-cgo), const SYS_GETEGID ideal-int 31531pkg syscall (openbsd-amd64-cgo), const SYS_GETEUID ideal-int 31532pkg syscall (openbsd-amd64-cgo), const SYS_GETFH ideal-int 31533pkg syscall (openbsd-amd64-cgo), const SYS_GETFSSTAT ideal-int 31534pkg syscall (openbsd-amd64-cgo), const SYS_GETGID ideal-int 31535pkg syscall (openbsd-amd64-cgo), const SYS_GETGROUPS ideal-int 31536pkg syscall (openbsd-amd64-cgo), const SYS_GETITIMER ideal-int 31537pkg syscall (openbsd-amd64-cgo), const SYS_GETLOGIN ideal-int 31538pkg syscall (openbsd-amd64-cgo), const SYS_GETPEERNAME ideal-int 31539pkg syscall (openbsd-amd64-cgo), const SYS_GETPGID ideal-int 31540pkg syscall (openbsd-amd64-cgo), const SYS_GETPGRP ideal-int 31541pkg syscall (openbsd-amd64-cgo), const SYS_GETPID ideal-int 31542pkg syscall (openbsd-amd64-cgo), const SYS_GETPPID ideal-int 31543pkg syscall (openbsd-amd64-cgo), const SYS_GETPRIORITY ideal-int 31544pkg syscall (openbsd-amd64-cgo), const SYS_GETRESGID ideal-int 31545pkg syscall (openbsd-amd64-cgo), const SYS_GETRESUID ideal-int 31546pkg syscall (openbsd-amd64-cgo), const SYS_GETRLIMIT ideal-int 31547pkg syscall (openbsd-amd64-cgo), const SYS_GETRTABLE ideal-int 31548pkg syscall (openbsd-amd64-cgo), const SYS_GETRUSAGE ideal-int 31549pkg syscall (openbsd-amd64-cgo), const SYS_GETSID ideal-int 31550pkg syscall (openbsd-amd64-cgo), const SYS_GETSOCKNAME ideal-int 31551pkg syscall (openbsd-amd64-cgo), const SYS_GETSOCKOPT ideal-int 31552pkg syscall (openbsd-amd64-cgo), const SYS_GETTHRID ideal-int 31553pkg syscall (openbsd-amd64-cgo), const SYS_GETTIMEOFDAY ideal-int 31554pkg syscall (openbsd-amd64-cgo), const SYS_GETUID ideal-int 31555pkg syscall (openbsd-amd64-cgo), const SYS_IOCTL ideal-int 31556pkg syscall (openbsd-amd64-cgo), const SYS_ISSETUGID ideal-int 31557pkg syscall (openbsd-amd64-cgo), const SYS_KEVENT ideal-int 31558pkg syscall (openbsd-amd64-cgo), const SYS_KILL ideal-int 31559pkg syscall (openbsd-amd64-cgo), const SYS_KQUEUE ideal-int 31560pkg syscall (openbsd-amd64-cgo), const SYS_KTRACE ideal-int 31561pkg syscall (openbsd-amd64-cgo), const SYS_LCHOWN ideal-int 31562pkg syscall (openbsd-amd64-cgo), const SYS_LINK ideal-int 31563pkg syscall (openbsd-amd64-cgo), const SYS_LINKAT ideal-int 31564pkg syscall (openbsd-amd64-cgo), const SYS_LISTEN ideal-int 31565pkg syscall (openbsd-amd64-cgo), const SYS_LSEEK ideal-int 31566pkg syscall (openbsd-amd64-cgo), const SYS_LSTAT ideal-int 31567pkg syscall (openbsd-amd64-cgo), const SYS_MADVISE ideal-int 31568pkg syscall (openbsd-amd64-cgo), const SYS_MINCORE ideal-int 31569pkg syscall (openbsd-amd64-cgo), const SYS_MINHERIT ideal-int 31570pkg syscall (openbsd-amd64-cgo), const SYS_MKDIR ideal-int 31571pkg syscall (openbsd-amd64-cgo), const SYS_MKDIRAT ideal-int 31572pkg syscall (openbsd-amd64-cgo), const SYS_MKFIFO ideal-int 31573pkg syscall (openbsd-amd64-cgo), const SYS_MKFIFOAT ideal-int 31574pkg syscall (openbsd-amd64-cgo), const SYS_MKNOD ideal-int 31575pkg syscall (openbsd-amd64-cgo), const SYS_MKNODAT ideal-int 31576pkg syscall (openbsd-amd64-cgo), const SYS_MLOCK ideal-int 31577pkg syscall (openbsd-amd64-cgo), const SYS_MLOCKALL ideal-int 31578pkg syscall (openbsd-amd64-cgo), const SYS_MMAP ideal-int 31579pkg syscall (openbsd-amd64-cgo), const SYS_MOUNT ideal-int 31580pkg syscall (openbsd-amd64-cgo), const SYS_MPROTECT ideal-int 31581pkg syscall (openbsd-amd64-cgo), const SYS_MQUERY ideal-int 31582pkg syscall (openbsd-amd64-cgo), const SYS_MSGCTL ideal-int 31583pkg syscall (openbsd-amd64-cgo), const SYS_MSGGET ideal-int 31584pkg syscall (openbsd-amd64-cgo), const SYS_MSGRCV ideal-int 31585pkg syscall (openbsd-amd64-cgo), const SYS_MSGSND ideal-int 31586pkg syscall (openbsd-amd64-cgo), const SYS_MSYNC ideal-int 31587pkg syscall (openbsd-amd64-cgo), const SYS_MUNLOCK ideal-int 31588pkg syscall (openbsd-amd64-cgo), const SYS_MUNLOCKALL ideal-int 31589pkg syscall (openbsd-amd64-cgo), const SYS_MUNMAP ideal-int 31590pkg syscall (openbsd-amd64-cgo), const SYS_NANOSLEEP ideal-int 31591pkg syscall (openbsd-amd64-cgo), const SYS_NFSSVC ideal-int 31592pkg syscall (openbsd-amd64-cgo), const SYS_OBREAK ideal-int 31593pkg syscall (openbsd-amd64-cgo), const SYS_OPEN ideal-int 31594pkg syscall (openbsd-amd64-cgo), const SYS_OPENAT ideal-int 31595pkg syscall (openbsd-amd64-cgo), const SYS_PATHCONF ideal-int 31596pkg syscall (openbsd-amd64-cgo), const SYS_PIPE ideal-int 31597pkg syscall (openbsd-amd64-cgo), const SYS_POLL ideal-int 31598pkg syscall (openbsd-amd64-cgo), const SYS_PREAD ideal-int 31599pkg syscall (openbsd-amd64-cgo), const SYS_PREADV ideal-int 31600pkg syscall (openbsd-amd64-cgo), const SYS_PROFIL ideal-int 31601pkg syscall (openbsd-amd64-cgo), const SYS_PTRACE ideal-int 31602pkg syscall (openbsd-amd64-cgo), const SYS_PWRITE ideal-int 31603pkg syscall (openbsd-amd64-cgo), const SYS_PWRITEV ideal-int 31604pkg syscall (openbsd-amd64-cgo), const SYS_QUOTACTL ideal-int 31605pkg syscall (openbsd-amd64-cgo), const SYS_READ ideal-int 31606pkg syscall (openbsd-amd64-cgo), const SYS_READLINK ideal-int 31607pkg syscall (openbsd-amd64-cgo), const SYS_READLINKAT ideal-int 31608pkg syscall (openbsd-amd64-cgo), const SYS_READV ideal-int 31609pkg syscall (openbsd-amd64-cgo), const SYS_REBOOT ideal-int 31610pkg syscall (openbsd-amd64-cgo), const SYS_RECVFROM ideal-int 31611pkg syscall (openbsd-amd64-cgo), const SYS_RECVMSG ideal-int 31612pkg syscall (openbsd-amd64-cgo), const SYS_RENAME ideal-int 31613pkg syscall (openbsd-amd64-cgo), const SYS_RENAMEAT ideal-int 31614pkg syscall (openbsd-amd64-cgo), const SYS_REVOKE ideal-int 31615pkg syscall (openbsd-amd64-cgo), const SYS_RMDIR ideal-int 31616pkg syscall (openbsd-amd64-cgo), const SYS_SCHED_YIELD ideal-int 31617pkg syscall (openbsd-amd64-cgo), const SYS_SELECT ideal-int 31618pkg syscall (openbsd-amd64-cgo), const SYS_SEMGET ideal-int 31619pkg syscall (openbsd-amd64-cgo), const SYS_SEMOP ideal-int 31620pkg syscall (openbsd-amd64-cgo), const SYS_SENDMSG ideal-int 31621pkg syscall (openbsd-amd64-cgo), const SYS_SENDTO ideal-int 31622pkg syscall (openbsd-amd64-cgo), const SYS_SETEGID ideal-int 31623pkg syscall (openbsd-amd64-cgo), const SYS_SETEUID ideal-int 31624pkg syscall (openbsd-amd64-cgo), const SYS_SETGID ideal-int 31625pkg syscall (openbsd-amd64-cgo), const SYS_SETGROUPS ideal-int 31626pkg syscall (openbsd-amd64-cgo), const SYS_SETITIMER ideal-int 31627pkg syscall (openbsd-amd64-cgo), const SYS_SETLOGIN ideal-int 31628pkg syscall (openbsd-amd64-cgo), const SYS_SETPGID ideal-int 31629pkg syscall (openbsd-amd64-cgo), const SYS_SETPRIORITY ideal-int 31630pkg syscall (openbsd-amd64-cgo), const SYS_SETREGID ideal-int 31631pkg syscall (openbsd-amd64-cgo), const SYS_SETRESGID ideal-int 31632pkg syscall (openbsd-amd64-cgo), const SYS_SETRESUID ideal-int 31633pkg syscall (openbsd-amd64-cgo), const SYS_SETREUID ideal-int 31634pkg syscall (openbsd-amd64-cgo), const SYS_SETRLIMIT ideal-int 31635pkg syscall (openbsd-amd64-cgo), const SYS_SETRTABLE ideal-int 31636pkg syscall (openbsd-amd64-cgo), const SYS_SETSID ideal-int 31637pkg syscall (openbsd-amd64-cgo), const SYS_SETSOCKOPT ideal-int 31638pkg syscall (openbsd-amd64-cgo), const SYS_SETTIMEOFDAY ideal-int 31639pkg syscall (openbsd-amd64-cgo), const SYS_SETUID ideal-int 31640pkg syscall (openbsd-amd64-cgo), const SYS_SHMAT ideal-int 31641pkg syscall (openbsd-amd64-cgo), const SYS_SHMCTL ideal-int 31642pkg syscall (openbsd-amd64-cgo), const SYS_SHMDT ideal-int 31643pkg syscall (openbsd-amd64-cgo), const SYS_SHMGET ideal-int 31644pkg syscall (openbsd-amd64-cgo), const SYS_SHUTDOWN ideal-int 31645pkg syscall (openbsd-amd64-cgo), const SYS_SIGACTION ideal-int 31646pkg syscall (openbsd-amd64-cgo), const SYS_SIGALTSTACK ideal-int 31647pkg syscall (openbsd-amd64-cgo), const SYS_SIGPENDING ideal-int 31648pkg syscall (openbsd-amd64-cgo), const SYS_SIGPROCMASK ideal-int 31649pkg syscall (openbsd-amd64-cgo), const SYS_SIGRETURN ideal-int 31650pkg syscall (openbsd-amd64-cgo), const SYS_SIGSUSPEND ideal-int 31651pkg syscall (openbsd-amd64-cgo), const SYS_SOCKET ideal-int 31652pkg syscall (openbsd-amd64-cgo), const SYS_SOCKETPAIR ideal-int 31653pkg syscall (openbsd-amd64-cgo), const SYS_STAT ideal-int 31654pkg syscall (openbsd-amd64-cgo), const SYS_STATFS ideal-int 31655pkg syscall (openbsd-amd64-cgo), const SYS_SWAPCTL ideal-int 31656pkg syscall (openbsd-amd64-cgo), const SYS_SYMLINK ideal-int 31657pkg syscall (openbsd-amd64-cgo), const SYS_SYMLINKAT ideal-int 31658pkg syscall (openbsd-amd64-cgo), const SYS_SYNC ideal-int 31659pkg syscall (openbsd-amd64-cgo), const SYS_SYSARCH ideal-int 31660pkg syscall (openbsd-amd64-cgo), const SYS_TRUNCATE ideal-int 31661pkg syscall (openbsd-amd64-cgo), const SYS_UMASK ideal-int 31662pkg syscall (openbsd-amd64-cgo), const SYS_UNLINK ideal-int 31663pkg syscall (openbsd-amd64-cgo), const SYS_UNLINKAT ideal-int 31664pkg syscall (openbsd-amd64-cgo), const SYS_UNMOUNT ideal-int 31665pkg syscall (openbsd-amd64-cgo), const SYS_UTIMENSAT ideal-int 31666pkg syscall (openbsd-amd64-cgo), const SYS_UTIMES ideal-int 31667pkg syscall (openbsd-amd64-cgo), const SYS_VFORK ideal-int 31668pkg syscall (openbsd-amd64-cgo), const SYS_WAIT4 ideal-int 31669pkg syscall (openbsd-amd64-cgo), const SYS_WRITE ideal-int 31670pkg syscall (openbsd-amd64-cgo), const SYS_WRITEV ideal-int 31671pkg syscall (openbsd-amd64-cgo), const SYS___GETCWD ideal-int 31672pkg syscall (openbsd-amd64-cgo), const SYS___GET_TCB ideal-int 31673pkg syscall (openbsd-amd64-cgo), const SYS___SEMCTL ideal-int 31674pkg syscall (openbsd-amd64-cgo), const SYS___SET_TCB ideal-int 31675pkg syscall (openbsd-amd64-cgo), const SYS___SYSCTL ideal-int 31676pkg syscall (openbsd-amd64-cgo), const SYS___TFORK ideal-int 31677pkg syscall (openbsd-amd64-cgo), const SYS___THREXIT ideal-int 31678pkg syscall (openbsd-amd64-cgo), const SYS___THRSIGDIVERT ideal-int 31679pkg syscall (openbsd-amd64-cgo), const SYS___THRSLEEP ideal-int 31680pkg syscall (openbsd-amd64-cgo), const SYS___THRWAKEUP ideal-int 31681pkg syscall (openbsd-amd64-cgo), const SizeofBpfHdr ideal-int 31682pkg syscall (openbsd-amd64-cgo), const SizeofBpfInsn ideal-int 31683pkg syscall (openbsd-amd64-cgo), const SizeofBpfProgram ideal-int 31684pkg syscall (openbsd-amd64-cgo), const SizeofBpfStat ideal-int 31685pkg syscall (openbsd-amd64-cgo), const SizeofBpfVersion ideal-int 31686pkg syscall (openbsd-amd64-cgo), const SizeofCmsghdr ideal-int 31687pkg syscall (openbsd-amd64-cgo), const SizeofICMPv6Filter = 32 31688pkg syscall (openbsd-amd64-cgo), const SizeofICMPv6Filter ideal-int 31689pkg syscall (openbsd-amd64-cgo), const SizeofIPMreq ideal-int 31690pkg syscall (openbsd-amd64-cgo), const SizeofIPv6MTUInfo = 32 31691pkg syscall (openbsd-amd64-cgo), const SizeofIPv6MTUInfo ideal-int 31692pkg syscall (openbsd-amd64-cgo), const SizeofIPv6Mreq ideal-int 31693pkg syscall (openbsd-amd64-cgo), const SizeofIfAnnounceMsghdr ideal-int 31694pkg syscall (openbsd-amd64-cgo), const SizeofIfData ideal-int 31695pkg syscall (openbsd-amd64-cgo), const SizeofIfMsghdr ideal-int 31696pkg syscall (openbsd-amd64-cgo), const SizeofIfaMsghdr ideal-int 31697pkg syscall (openbsd-amd64-cgo), const SizeofInet6Pktinfo ideal-int 31698pkg syscall (openbsd-amd64-cgo), const SizeofLinger ideal-int 31699pkg syscall (openbsd-amd64-cgo), const SizeofMsghdr ideal-int 31700pkg syscall (openbsd-amd64-cgo), const SizeofRtMetrics ideal-int 31701pkg syscall (openbsd-amd64-cgo), const SizeofRtMsghdr ideal-int 31702pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrAny ideal-int 31703pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrDatalink ideal-int 31704pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrInet4 ideal-int 31705pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrInet6 ideal-int 31706pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrUnix ideal-int 31707pkg syscall (openbsd-amd64-cgo), const TCIFLUSH ideal-int 31708pkg syscall (openbsd-amd64-cgo), const TCIOFLUSH ideal-int 31709pkg syscall (openbsd-amd64-cgo), const TCOFLUSH ideal-int 31710pkg syscall (openbsd-amd64-cgo), const TCP_MAXBURST ideal-int 31711pkg syscall (openbsd-amd64-cgo), const TCP_MAXSEG ideal-int 31712pkg syscall (openbsd-amd64-cgo), const TCP_MAXWIN ideal-int 31713pkg syscall (openbsd-amd64-cgo), const TCP_MAX_SACK ideal-int 31714pkg syscall (openbsd-amd64-cgo), const TCP_MAX_WINSHIFT ideal-int 31715pkg syscall (openbsd-amd64-cgo), const TCP_MD5SIG ideal-int 31716pkg syscall (openbsd-amd64-cgo), const TCP_MSS ideal-int 31717pkg syscall (openbsd-amd64-cgo), const TCP_NSTATES ideal-int 31718pkg syscall (openbsd-amd64-cgo), const TCP_SACK_ENABLE ideal-int 31719pkg syscall (openbsd-amd64-cgo), const TCSAFLUSH ideal-int 31720pkg syscall (openbsd-amd64-cgo), const TIOCCBRK ideal-int 31721pkg syscall (openbsd-amd64-cgo), const TIOCCDTR ideal-int 31722pkg syscall (openbsd-amd64-cgo), const TIOCCONS ideal-int 31723pkg syscall (openbsd-amd64-cgo), const TIOCDRAIN ideal-int 31724pkg syscall (openbsd-amd64-cgo), const TIOCEXCL ideal-int 31725pkg syscall (openbsd-amd64-cgo), const TIOCEXT ideal-int 31726pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_CLOCAL ideal-int 31727pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_CRTSCTS ideal-int 31728pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_MDMBUF ideal-int 31729pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_PPS ideal-int 31730pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_SOFTCAR ideal-int 31731pkg syscall (openbsd-amd64-cgo), const TIOCFLUSH ideal-int 31732pkg syscall (openbsd-amd64-cgo), const TIOCGETA ideal-int 31733pkg syscall (openbsd-amd64-cgo), const TIOCGETD ideal-int 31734pkg syscall (openbsd-amd64-cgo), const TIOCGFLAGS ideal-int 31735pkg syscall (openbsd-amd64-cgo), const TIOCGPGRP ideal-int 31736pkg syscall (openbsd-amd64-cgo), const TIOCGTSTAMP ideal-int 31737pkg syscall (openbsd-amd64-cgo), const TIOCGWINSZ ideal-int 31738pkg syscall (openbsd-amd64-cgo), const TIOCMBIC ideal-int 31739pkg syscall (openbsd-amd64-cgo), const TIOCMBIS ideal-int 31740pkg syscall (openbsd-amd64-cgo), const TIOCMGET ideal-int 31741pkg syscall (openbsd-amd64-cgo), const TIOCMODG ideal-int 31742pkg syscall (openbsd-amd64-cgo), const TIOCMODS ideal-int 31743pkg syscall (openbsd-amd64-cgo), const TIOCMSET ideal-int 31744pkg syscall (openbsd-amd64-cgo), const TIOCM_CAR ideal-int 31745pkg syscall (openbsd-amd64-cgo), const TIOCM_CD ideal-int 31746pkg syscall (openbsd-amd64-cgo), const TIOCM_CTS ideal-int 31747pkg syscall (openbsd-amd64-cgo), const TIOCM_DSR ideal-int 31748pkg syscall (openbsd-amd64-cgo), const TIOCM_DTR ideal-int 31749pkg syscall (openbsd-amd64-cgo), const TIOCM_LE ideal-int 31750pkg syscall (openbsd-amd64-cgo), const TIOCM_RI ideal-int 31751pkg syscall (openbsd-amd64-cgo), const TIOCM_RNG ideal-int 31752pkg syscall (openbsd-amd64-cgo), const TIOCM_RTS ideal-int 31753pkg syscall (openbsd-amd64-cgo), const TIOCM_SR ideal-int 31754pkg syscall (openbsd-amd64-cgo), const TIOCM_ST ideal-int 31755pkg syscall (openbsd-amd64-cgo), const TIOCNOTTY ideal-int 31756pkg syscall (openbsd-amd64-cgo), const TIOCNXCL ideal-int 31757pkg syscall (openbsd-amd64-cgo), const TIOCOUTQ ideal-int 31758pkg syscall (openbsd-amd64-cgo), const TIOCPKT ideal-int 31759pkg syscall (openbsd-amd64-cgo), const TIOCPKT_DATA ideal-int 31760pkg syscall (openbsd-amd64-cgo), const TIOCPKT_DOSTOP ideal-int 31761pkg syscall (openbsd-amd64-cgo), const TIOCPKT_FLUSHREAD ideal-int 31762pkg syscall (openbsd-amd64-cgo), const TIOCPKT_FLUSHWRITE ideal-int 31763pkg syscall (openbsd-amd64-cgo), const TIOCPKT_IOCTL ideal-int 31764pkg syscall (openbsd-amd64-cgo), const TIOCPKT_NOSTOP ideal-int 31765pkg syscall (openbsd-amd64-cgo), const TIOCPKT_START ideal-int 31766pkg syscall (openbsd-amd64-cgo), const TIOCPKT_STOP ideal-int 31767pkg syscall (openbsd-amd64-cgo), const TIOCREMOTE ideal-int 31768pkg syscall (openbsd-amd64-cgo), const TIOCSBRK ideal-int 31769pkg syscall (openbsd-amd64-cgo), const TIOCSCTTY ideal-int 31770pkg syscall (openbsd-amd64-cgo), const TIOCSDTR ideal-int 31771pkg syscall (openbsd-amd64-cgo), const TIOCSETA ideal-int 31772pkg syscall (openbsd-amd64-cgo), const TIOCSETAF ideal-int 31773pkg syscall (openbsd-amd64-cgo), const TIOCSETAW ideal-int 31774pkg syscall (openbsd-amd64-cgo), const TIOCSETD ideal-int 31775pkg syscall (openbsd-amd64-cgo), const TIOCSFLAGS ideal-int 31776pkg syscall (openbsd-amd64-cgo), const TIOCSIG ideal-int 31777pkg syscall (openbsd-amd64-cgo), const TIOCSPGRP ideal-int 31778pkg syscall (openbsd-amd64-cgo), const TIOCSTART ideal-int 31779pkg syscall (openbsd-amd64-cgo), const TIOCSTAT ideal-int 31780pkg syscall (openbsd-amd64-cgo), const TIOCSTI ideal-int 31781pkg syscall (openbsd-amd64-cgo), const TIOCSTOP ideal-int 31782pkg syscall (openbsd-amd64-cgo), const TIOCSTSTAMP ideal-int 31783pkg syscall (openbsd-amd64-cgo), const TIOCSWINSZ ideal-int 31784pkg syscall (openbsd-amd64-cgo), const TIOCUCNTL ideal-int 31785pkg syscall (openbsd-amd64-cgo), const TOSTOP ideal-int 31786pkg syscall (openbsd-amd64-cgo), const VDISCARD ideal-int 31787pkg syscall (openbsd-amd64-cgo), const VDSUSP ideal-int 31788pkg syscall (openbsd-amd64-cgo), const VEOF ideal-int 31789pkg syscall (openbsd-amd64-cgo), const VEOL ideal-int 31790pkg syscall (openbsd-amd64-cgo), const VEOL2 ideal-int 31791pkg syscall (openbsd-amd64-cgo), const VERASE ideal-int 31792pkg syscall (openbsd-amd64-cgo), const VINTR ideal-int 31793pkg syscall (openbsd-amd64-cgo), const VKILL ideal-int 31794pkg syscall (openbsd-amd64-cgo), const VLNEXT ideal-int 31795pkg syscall (openbsd-amd64-cgo), const VMIN ideal-int 31796pkg syscall (openbsd-amd64-cgo), const VQUIT ideal-int 31797pkg syscall (openbsd-amd64-cgo), const VREPRINT ideal-int 31798pkg syscall (openbsd-amd64-cgo), const VSTART ideal-int 31799pkg syscall (openbsd-amd64-cgo), const VSTATUS ideal-int 31800pkg syscall (openbsd-amd64-cgo), const VSTOP ideal-int 31801pkg syscall (openbsd-amd64-cgo), const VSUSP ideal-int 31802pkg syscall (openbsd-amd64-cgo), const VTIME ideal-int 31803pkg syscall (openbsd-amd64-cgo), const VWERASE ideal-int 31804pkg syscall (openbsd-amd64-cgo), const WALTSIG ideal-int 31805pkg syscall (openbsd-amd64-cgo), const WCONTINUED ideal-int 31806pkg syscall (openbsd-amd64-cgo), const WCOREFLAG ideal-int 31807pkg syscall (openbsd-amd64-cgo), const WNOHANG ideal-int 31808pkg syscall (openbsd-amd64-cgo), const WSTOPPED ideal-int 31809pkg syscall (openbsd-amd64-cgo), const WUNTRACED ideal-int 31810pkg syscall (openbsd-amd64-cgo), func Accept(int) (int, Sockaddr, error) 31811pkg syscall (openbsd-amd64-cgo), func Access(string, uint32) error 31812pkg syscall (openbsd-amd64-cgo), func Adjtime(*Timeval, *Timeval) error 31813pkg syscall (openbsd-amd64-cgo), func Bind(int, Sockaddr) error 31814pkg syscall (openbsd-amd64-cgo), func BpfBuflen(int) (int, error) 31815pkg syscall (openbsd-amd64-cgo), func BpfDatalink(int) (int, error) 31816pkg syscall (openbsd-amd64-cgo), func BpfHeadercmpl(int) (int, error) 31817pkg syscall (openbsd-amd64-cgo), func BpfInterface(int, string) (string, error) 31818pkg syscall (openbsd-amd64-cgo), func BpfJump(int, int, int, int) *BpfInsn 31819pkg syscall (openbsd-amd64-cgo), func BpfStats(int) (*BpfStat, error) 31820pkg syscall (openbsd-amd64-cgo), func BpfStmt(int, int) *BpfInsn 31821pkg syscall (openbsd-amd64-cgo), func BpfTimeout(int) (*Timeval, error) 31822pkg syscall (openbsd-amd64-cgo), func CheckBpfVersion(int) error 31823pkg syscall (openbsd-amd64-cgo), func Chflags(string, int) error 31824pkg syscall (openbsd-amd64-cgo), func Chroot(string) error 31825pkg syscall (openbsd-amd64-cgo), func Close(int) error 31826pkg syscall (openbsd-amd64-cgo), func CloseOnExec(int) 31827pkg syscall (openbsd-amd64-cgo), func CmsgLen(int) int 31828pkg syscall (openbsd-amd64-cgo), func CmsgSpace(int) int 31829pkg syscall (openbsd-amd64-cgo), func Connect(int, Sockaddr) error 31830pkg syscall (openbsd-amd64-cgo), func Dup(int) (int, error) 31831pkg syscall (openbsd-amd64-cgo), func Dup2(int, int) error 31832pkg syscall (openbsd-amd64-cgo), func Fchdir(int) error 31833pkg syscall (openbsd-amd64-cgo), func Fchflags(int, int) error 31834pkg syscall (openbsd-amd64-cgo), func Fchmod(int, uint32) error 31835pkg syscall (openbsd-amd64-cgo), func Fchown(int, int, int) error 31836pkg syscall (openbsd-amd64-cgo), func Flock(int, int) error 31837pkg syscall (openbsd-amd64-cgo), func FlushBpf(int) error 31838pkg syscall (openbsd-amd64-cgo), func ForkExec(string, []string, *ProcAttr) (int, error) 31839pkg syscall (openbsd-amd64-cgo), func Fpathconf(int, int) (int, error) 31840pkg syscall (openbsd-amd64-cgo), func Fstat(int, *Stat_t) error 31841pkg syscall (openbsd-amd64-cgo), func Fstatfs(int, *Statfs_t) error 31842pkg syscall (openbsd-amd64-cgo), func Fsync(int) error 31843pkg syscall (openbsd-amd64-cgo), func Ftruncate(int, int64) error 31844pkg syscall (openbsd-amd64-cgo), func Futimes(int, []Timeval) error 31845pkg syscall (openbsd-amd64-cgo), func Getdirentries(int, []uint8, *uintptr) (int, error) 31846pkg syscall (openbsd-amd64-cgo), func Getfsstat([]Statfs_t, int) (int, error) 31847pkg syscall (openbsd-amd64-cgo), func Getpeername(int) (Sockaddr, error) 31848pkg syscall (openbsd-amd64-cgo), func Getpgid(int) (int, error) 31849pkg syscall (openbsd-amd64-cgo), func Getpgrp() int 31850pkg syscall (openbsd-amd64-cgo), func Getpriority(int, int) (int, error) 31851pkg syscall (openbsd-amd64-cgo), func Getrlimit(int, *Rlimit) error 31852pkg syscall (openbsd-amd64-cgo), func Getrusage(int, *Rusage) error 31853pkg syscall (openbsd-amd64-cgo), func Getsid(int) (int, error) 31854pkg syscall (openbsd-amd64-cgo), func Getsockname(int) (Sockaddr, error) 31855pkg syscall (openbsd-amd64-cgo), func GetsockoptByte(int, int, int) (uint8, error) 31856pkg syscall (openbsd-amd64-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error) 31857pkg syscall (openbsd-amd64-cgo), func GetsockoptIPMreq(int, int, int) (*IPMreq, error) 31858pkg syscall (openbsd-amd64-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error) 31859pkg syscall (openbsd-amd64-cgo), func GetsockoptIPv6Mreq(int, int, int) (*IPv6Mreq, error) 31860pkg syscall (openbsd-amd64-cgo), func GetsockoptInet4Addr(int, int, int) ([4]uint8, error) 31861pkg syscall (openbsd-amd64-cgo), func GetsockoptInt(int, int, int) (int, error) 31862pkg syscall (openbsd-amd64-cgo), func Issetugid() bool 31863pkg syscall (openbsd-amd64-cgo), func Kevent(int, []Kevent_t, []Kevent_t, *Timespec) (int, error) 31864pkg syscall (openbsd-amd64-cgo), func Kill(int, Signal) error 31865pkg syscall (openbsd-amd64-cgo), func Kqueue() (int, error) 31866pkg syscall (openbsd-amd64-cgo), func Listen(int, int) error 31867pkg syscall (openbsd-amd64-cgo), func Lstat(string, *Stat_t) error 31868pkg syscall (openbsd-amd64-cgo), func Mkfifo(string, uint32) error 31869pkg syscall (openbsd-amd64-cgo), func Mknod(string, uint32, int) error 31870pkg syscall (openbsd-amd64-cgo), func Mmap(int, int64, int, int, int) ([]uint8, error) 31871pkg syscall (openbsd-amd64-cgo), func Munmap([]uint8) error 31872pkg syscall (openbsd-amd64-cgo), func Nanosleep(*Timespec, *Timespec) error 31873pkg syscall (openbsd-amd64-cgo), func Open(string, int, uint32) (int, error) 31874pkg syscall (openbsd-amd64-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string) 31875pkg syscall (openbsd-amd64-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error) 31876pkg syscall (openbsd-amd64-cgo), func ParseRoutingSockaddr(RoutingMessage) ([]Sockaddr, error) 31877pkg syscall (openbsd-amd64-cgo), func ParseSocketControlMessage([]uint8) ([]SocketControlMessage, error) 31878pkg syscall (openbsd-amd64-cgo), func ParseUnixRights(*SocketControlMessage) ([]int, error) 31879pkg syscall (openbsd-amd64-cgo), func Pathconf(string, int) (int, error) 31880pkg syscall (openbsd-amd64-cgo), func Pipe([]int) error 31881pkg syscall (openbsd-amd64-cgo), func Pread(int, []uint8, int64) (int, error) 31882pkg syscall (openbsd-amd64-cgo), func Pwrite(int, []uint8, int64) (int, error) 31883pkg syscall (openbsd-amd64-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 31884pkg syscall (openbsd-amd64-cgo), func RawSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 31885pkg syscall (openbsd-amd64-cgo), func Read(int, []uint8) (int, error) 31886pkg syscall (openbsd-amd64-cgo), func ReadDirent(int, []uint8) (int, error) 31887pkg syscall (openbsd-amd64-cgo), func Recvfrom(int, []uint8, int) (int, Sockaddr, error) 31888pkg syscall (openbsd-amd64-cgo), func Recvmsg(int, []uint8, []uint8, int) (int, int, int, Sockaddr, error) 31889pkg syscall (openbsd-amd64-cgo), func Revoke(string) error 31890pkg syscall (openbsd-amd64-cgo), func RouteRIB(int, int) ([]uint8, error) 31891pkg syscall (openbsd-amd64-cgo), func Seek(int, int64, int) (int64, error) 31892pkg syscall (openbsd-amd64-cgo), func Select(int, *FdSet, *FdSet, *FdSet, *Timeval) error 31893pkg syscall (openbsd-amd64-cgo), func Sendfile(int, int, *int64, int) (int, error) 31894pkg syscall (openbsd-amd64-cgo), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error 31895pkg syscall (openbsd-amd64-cgo), func Sendto(int, []uint8, int, Sockaddr) error 31896pkg syscall (openbsd-amd64-cgo), func SetBpf(int, []BpfInsn) error 31897pkg syscall (openbsd-amd64-cgo), func SetBpfBuflen(int, int) (int, error) 31898pkg syscall (openbsd-amd64-cgo), func SetBpfDatalink(int, int) (int, error) 31899pkg syscall (openbsd-amd64-cgo), func SetBpfHeadercmpl(int, int) error 31900pkg syscall (openbsd-amd64-cgo), func SetBpfImmediate(int, int) error 31901pkg syscall (openbsd-amd64-cgo), func SetBpfInterface(int, string) error 31902pkg syscall (openbsd-amd64-cgo), func SetBpfPromisc(int, int) error 31903pkg syscall (openbsd-amd64-cgo), func SetBpfTimeout(int, *Timeval) error 31904pkg syscall (openbsd-amd64-cgo), func SetKevent(*Kevent_t, int, int, int) 31905pkg syscall (openbsd-amd64-cgo), func SetNonblock(int, bool) error 31906pkg syscall (openbsd-amd64-cgo), func Setegid(int) error 31907pkg syscall (openbsd-amd64-cgo), func Seteuid(int) error 31908pkg syscall (openbsd-amd64-cgo), func Setgid(int) error 31909pkg syscall (openbsd-amd64-cgo), func Setgroups([]int) error 31910pkg syscall (openbsd-amd64-cgo), func Setlogin(string) error 31911pkg syscall (openbsd-amd64-cgo), func Setpgid(int, int) error 31912pkg syscall (openbsd-amd64-cgo), func Setpriority(int, int, int) error 31913pkg syscall (openbsd-amd64-cgo), func Setregid(int, int) error 31914pkg syscall (openbsd-amd64-cgo), func Setreuid(int, int) error 31915pkg syscall (openbsd-amd64-cgo), func Setrlimit(int, *Rlimit) error 31916pkg syscall (openbsd-amd64-cgo), func Setsid() (int, error) 31917pkg syscall (openbsd-amd64-cgo), func SetsockoptByte(int, int, int, uint8) error 31918pkg syscall (openbsd-amd64-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error 31919pkg syscall (openbsd-amd64-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error 31920pkg syscall (openbsd-amd64-cgo), func SetsockoptIPv6Mreq(int, int, int, *IPv6Mreq) error 31921pkg syscall (openbsd-amd64-cgo), func SetsockoptInet4Addr(int, int, int, [4]uint8) error 31922pkg syscall (openbsd-amd64-cgo), func SetsockoptInt(int, int, int, int) error 31923pkg syscall (openbsd-amd64-cgo), func SetsockoptLinger(int, int, int, *Linger) error 31924pkg syscall (openbsd-amd64-cgo), func SetsockoptString(int, int, int, string) error 31925pkg syscall (openbsd-amd64-cgo), func SetsockoptTimeval(int, int, int, *Timeval) error 31926pkg syscall (openbsd-amd64-cgo), func Settimeofday(*Timeval) error 31927pkg syscall (openbsd-amd64-cgo), func Setuid(int) error 31928pkg syscall (openbsd-amd64-cgo), func Shutdown(int, int) error 31929pkg syscall (openbsd-amd64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) 31930pkg syscall (openbsd-amd64-cgo), func Socket(int, int, int) (int, error) 31931pkg syscall (openbsd-amd64-cgo), func Socketpair(int, int, int) ([2]int, error) 31932pkg syscall (openbsd-amd64-cgo), func Stat(string, *Stat_t) error 31933pkg syscall (openbsd-amd64-cgo), func Statfs(string, *Statfs_t) error 31934pkg syscall (openbsd-amd64-cgo), func StringSlicePtr([]string) []*uint8 31935pkg syscall (openbsd-amd64-cgo), func Sync() error 31936pkg syscall (openbsd-amd64-cgo), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 31937pkg syscall (openbsd-amd64-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 31938pkg syscall (openbsd-amd64-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) 31939pkg syscall (openbsd-amd64-cgo), func Sysctl(string) (string, error) 31940pkg syscall (openbsd-amd64-cgo), func SysctlUint32(string) (uint32, error) 31941pkg syscall (openbsd-amd64-cgo), func TimevalToNsec(Timeval) int64 31942pkg syscall (openbsd-amd64-cgo), func Truncate(string, int64) error 31943pkg syscall (openbsd-amd64-cgo), func Umask(int) int 31944pkg syscall (openbsd-amd64-cgo), func UnixRights(...int) []uint8 31945pkg syscall (openbsd-amd64-cgo), func Unmount(string, int) error 31946pkg syscall (openbsd-amd64-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (int, error) 31947pkg syscall (openbsd-amd64-cgo), func Write(int, []uint8) (int, error) 31948pkg syscall (openbsd-amd64-cgo), method (*Cmsghdr) SetLen(int) 31949pkg syscall (openbsd-amd64-cgo), method (*Iovec) SetLen(int) 31950pkg syscall (openbsd-amd64-cgo), method (*Msghdr) SetControllen(int) 31951pkg syscall (openbsd-amd64-cgo), type BpfHdr struct 31952pkg syscall (openbsd-amd64-cgo), type BpfHdr struct, Caplen uint32 31953pkg syscall (openbsd-amd64-cgo), type BpfHdr struct, Datalen uint32 31954pkg syscall (openbsd-amd64-cgo), type BpfHdr struct, Hdrlen uint16 31955pkg syscall (openbsd-amd64-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8 31956pkg syscall (openbsd-amd64-cgo), type BpfHdr struct, Tstamp BpfTimeval 31957pkg syscall (openbsd-amd64-cgo), type BpfInsn struct 31958pkg syscall (openbsd-amd64-cgo), type BpfInsn struct, Code uint16 31959pkg syscall (openbsd-amd64-cgo), type BpfInsn struct, Jf uint8 31960pkg syscall (openbsd-amd64-cgo), type BpfInsn struct, Jt uint8 31961pkg syscall (openbsd-amd64-cgo), type BpfInsn struct, K uint32 31962pkg syscall (openbsd-amd64-cgo), type BpfProgram struct 31963pkg syscall (openbsd-amd64-cgo), type BpfProgram struct, Insns *BpfInsn 31964pkg syscall (openbsd-amd64-cgo), type BpfProgram struct, Len uint32 31965pkg syscall (openbsd-amd64-cgo), type BpfProgram struct, Pad_cgo_0 [4]uint8 31966pkg syscall (openbsd-amd64-cgo), type BpfStat struct 31967pkg syscall (openbsd-amd64-cgo), type BpfStat struct, Drop uint32 31968pkg syscall (openbsd-amd64-cgo), type BpfStat struct, Recv uint32 31969pkg syscall (openbsd-amd64-cgo), type BpfTimeval struct 31970pkg syscall (openbsd-amd64-cgo), type BpfTimeval struct, Sec uint32 31971pkg syscall (openbsd-amd64-cgo), type BpfTimeval struct, Usec uint32 31972pkg syscall (openbsd-amd64-cgo), type BpfVersion struct 31973pkg syscall (openbsd-amd64-cgo), type BpfVersion struct, Major uint16 31974pkg syscall (openbsd-amd64-cgo), type BpfVersion struct, Minor uint16 31975pkg syscall (openbsd-amd64-cgo), type Cmsghdr struct 31976pkg syscall (openbsd-amd64-cgo), type Cmsghdr struct, Len uint32 31977pkg syscall (openbsd-amd64-cgo), type Cmsghdr struct, Level int32 31978pkg syscall (openbsd-amd64-cgo), type Cmsghdr struct, Type int32 31979pkg syscall (openbsd-amd64-cgo), type Credential struct 31980pkg syscall (openbsd-amd64-cgo), type Credential struct, Gid uint32 31981pkg syscall (openbsd-amd64-cgo), type Credential struct, Groups []uint32 31982pkg syscall (openbsd-amd64-cgo), type Credential struct, Uid uint32 31983pkg syscall (openbsd-amd64-cgo), type Dirent struct 31984pkg syscall (openbsd-amd64-cgo), type Dirent struct, Fileno uint32 31985pkg syscall (openbsd-amd64-cgo), type Dirent struct, Name [256]int8 31986pkg syscall (openbsd-amd64-cgo), type Dirent struct, Namlen uint8 31987pkg syscall (openbsd-amd64-cgo), type Dirent struct, Reclen uint16 31988pkg syscall (openbsd-amd64-cgo), type Dirent struct, Type uint8 31989pkg syscall (openbsd-amd64-cgo), type FdSet struct 31990pkg syscall (openbsd-amd64-cgo), type FdSet struct, Bits [32]int32 31991pkg syscall (openbsd-amd64-cgo), type Flock_t struct 31992pkg syscall (openbsd-amd64-cgo), type Flock_t struct, Len int64 31993pkg syscall (openbsd-amd64-cgo), type Flock_t struct, Pid int32 31994pkg syscall (openbsd-amd64-cgo), type Flock_t struct, Start int64 31995pkg syscall (openbsd-amd64-cgo), type Flock_t struct, Type int16 31996pkg syscall (openbsd-amd64-cgo), type Flock_t struct, Whence int16 31997pkg syscall (openbsd-amd64-cgo), type Fsid struct 31998pkg syscall (openbsd-amd64-cgo), type Fsid struct, Val [2]int32 31999pkg syscall (openbsd-amd64-cgo), type ICMPv6Filter struct 32000pkg syscall (openbsd-amd64-cgo), type ICMPv6Filter struct, Filt [8]uint32 32001pkg syscall (openbsd-amd64-cgo), type IPv6MTUInfo struct 32002pkg syscall (openbsd-amd64-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6 32003pkg syscall (openbsd-amd64-cgo), type IPv6MTUInfo struct, Mtu uint32 32004pkg syscall (openbsd-amd64-cgo), type IfAnnounceMsghdr struct 32005pkg syscall (openbsd-amd64-cgo), type IfAnnounceMsghdr struct, Hdrlen uint16 32006pkg syscall (openbsd-amd64-cgo), type IfAnnounceMsghdr struct, Index uint16 32007pkg syscall (openbsd-amd64-cgo), type IfAnnounceMsghdr struct, Msglen uint16 32008pkg syscall (openbsd-amd64-cgo), type IfAnnounceMsghdr struct, Name [16]int8 32009pkg syscall (openbsd-amd64-cgo), type IfAnnounceMsghdr struct, Type uint8 32010pkg syscall (openbsd-amd64-cgo), type IfAnnounceMsghdr struct, Version uint8 32011pkg syscall (openbsd-amd64-cgo), type IfAnnounceMsghdr struct, What uint16 32012pkg syscall (openbsd-amd64-cgo), type IfData struct 32013pkg syscall (openbsd-amd64-cgo), type IfData struct, Addrlen uint8 32014pkg syscall (openbsd-amd64-cgo), type IfData struct, Baudrate uint64 32015pkg syscall (openbsd-amd64-cgo), type IfData struct, Capabilities uint32 32016pkg syscall (openbsd-amd64-cgo), type IfData struct, Collisions uint64 32017pkg syscall (openbsd-amd64-cgo), type IfData struct, Hdrlen uint8 32018pkg syscall (openbsd-amd64-cgo), type IfData struct, Ibytes uint64 32019pkg syscall (openbsd-amd64-cgo), type IfData struct, Ierrors uint64 32020pkg syscall (openbsd-amd64-cgo), type IfData struct, Imcasts uint64 32021pkg syscall (openbsd-amd64-cgo), type IfData struct, Ipackets uint64 32022pkg syscall (openbsd-amd64-cgo), type IfData struct, Iqdrops uint64 32023pkg syscall (openbsd-amd64-cgo), type IfData struct, Lastchange Timeval 32024pkg syscall (openbsd-amd64-cgo), type IfData struct, Link_state uint8 32025pkg syscall (openbsd-amd64-cgo), type IfData struct, Mclpool [7]Mclpool 32026pkg syscall (openbsd-amd64-cgo), type IfData struct, Metric uint32 32027pkg syscall (openbsd-amd64-cgo), type IfData struct, Mtu uint32 32028pkg syscall (openbsd-amd64-cgo), type IfData struct, Noproto uint64 32029pkg syscall (openbsd-amd64-cgo), type IfData struct, Obytes uint64 32030pkg syscall (openbsd-amd64-cgo), type IfData struct, Oerrors uint64 32031pkg syscall (openbsd-amd64-cgo), type IfData struct, Omcasts uint64 32032pkg syscall (openbsd-amd64-cgo), type IfData struct, Opackets uint64 32033pkg syscall (openbsd-amd64-cgo), type IfData struct, Pad uint32 32034pkg syscall (openbsd-amd64-cgo), type IfData struct, Pad_cgo_0 [4]uint8 32035pkg syscall (openbsd-amd64-cgo), type IfData struct, Pad_cgo_1 [4]uint8 32036pkg syscall (openbsd-amd64-cgo), type IfData struct, Type uint8 32037pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct 32038pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Addrs int32 32039pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Data IfData 32040pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Flags int32 32041pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Hdrlen uint16 32042pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Index uint16 32043pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Msglen uint16 32044pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Pad1 uint8 32045pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Pad2 uint8 32046pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Tableid uint16 32047pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Type uint8 32048pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Version uint8 32049pkg syscall (openbsd-amd64-cgo), type IfMsghdr struct, Xflags int32 32050pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct 32051pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Addrs int32 32052pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Flags int32 32053pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Hdrlen uint16 32054pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Index uint16 32055pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Metric int32 32056pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Msglen uint16 32057pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Pad1 uint8 32058pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Pad2 uint8 32059pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Tableid uint16 32060pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Type uint8 32061pkg syscall (openbsd-amd64-cgo), type IfaMsghdr struct, Version uint8 32062pkg syscall (openbsd-amd64-cgo), type Inet6Pktinfo struct 32063pkg syscall (openbsd-amd64-cgo), type Inet6Pktinfo struct, Addr [16]uint8 32064pkg syscall (openbsd-amd64-cgo), type Inet6Pktinfo struct, Ifindex uint32 32065pkg syscall (openbsd-amd64-cgo), type InterfaceAddrMessage struct 32066pkg syscall (openbsd-amd64-cgo), type InterfaceAddrMessage struct, Data []uint8 32067pkg syscall (openbsd-amd64-cgo), type InterfaceAddrMessage struct, Header IfaMsghdr 32068pkg syscall (openbsd-amd64-cgo), type InterfaceAnnounceMessage struct 32069pkg syscall (openbsd-amd64-cgo), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr 32070pkg syscall (openbsd-amd64-cgo), type InterfaceMessage struct 32071pkg syscall (openbsd-amd64-cgo), type InterfaceMessage struct, Data []uint8 32072pkg syscall (openbsd-amd64-cgo), type InterfaceMessage struct, Header IfMsghdr 32073pkg syscall (openbsd-amd64-cgo), type Iovec struct 32074pkg syscall (openbsd-amd64-cgo), type Iovec struct, Base *uint8 32075pkg syscall (openbsd-amd64-cgo), type Iovec struct, Len uint64 32076pkg syscall (openbsd-amd64-cgo), type Kevent_t struct 32077pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Data int32 32078pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Fflags uint32 32079pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Filter int16 32080pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Flags uint16 32081pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Ident uint32 32082pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Udata *uint8 32083pkg syscall (openbsd-amd64-cgo), type Mclpool struct 32084pkg syscall (openbsd-amd64-cgo), type Mclpool struct, Alive uint16 32085pkg syscall (openbsd-amd64-cgo), type Mclpool struct, Cwm uint16 32086pkg syscall (openbsd-amd64-cgo), type Mclpool struct, Grown uint32 32087pkg syscall (openbsd-amd64-cgo), type Mclpool struct, Hwm uint16 32088pkg syscall (openbsd-amd64-cgo), type Mclpool struct, Lwm uint16 32089pkg syscall (openbsd-amd64-cgo), type Msghdr struct 32090pkg syscall (openbsd-amd64-cgo), type Msghdr struct, Control *uint8 32091pkg syscall (openbsd-amd64-cgo), type Msghdr struct, Controllen uint32 32092pkg syscall (openbsd-amd64-cgo), type Msghdr struct, Flags int32 32093pkg syscall (openbsd-amd64-cgo), type Msghdr struct, Iov *Iovec 32094pkg syscall (openbsd-amd64-cgo), type Msghdr struct, Iovlen uint32 32095pkg syscall (openbsd-amd64-cgo), type Msghdr struct, Name *uint8 32096pkg syscall (openbsd-amd64-cgo), type Msghdr struct, Namelen uint32 32097pkg syscall (openbsd-amd64-cgo), type Msghdr struct, Pad_cgo_0 [4]uint8 32098pkg syscall (openbsd-amd64-cgo), type Msghdr struct, Pad_cgo_1 [4]uint8 32099pkg syscall (openbsd-amd64-cgo), type RawSockaddr struct, Data [14]int8 32100pkg syscall (openbsd-amd64-cgo), type RawSockaddr struct, Family uint8 32101pkg syscall (openbsd-amd64-cgo), type RawSockaddr struct, Len uint8 32102pkg syscall (openbsd-amd64-cgo), type RawSockaddrAny struct, Pad [92]int8 32103pkg syscall (openbsd-amd64-cgo), type RawSockaddrDatalink struct 32104pkg syscall (openbsd-amd64-cgo), type RawSockaddrDatalink struct, Alen uint8 32105pkg syscall (openbsd-amd64-cgo), type RawSockaddrDatalink struct, Data [24]int8 32106pkg syscall (openbsd-amd64-cgo), type RawSockaddrDatalink struct, Family uint8 32107pkg syscall (openbsd-amd64-cgo), type RawSockaddrDatalink struct, Index uint16 32108pkg syscall (openbsd-amd64-cgo), type RawSockaddrDatalink struct, Len uint8 32109pkg syscall (openbsd-amd64-cgo), type RawSockaddrDatalink struct, Nlen uint8 32110pkg syscall (openbsd-amd64-cgo), type RawSockaddrDatalink struct, Slen uint8 32111pkg syscall (openbsd-amd64-cgo), type RawSockaddrDatalink struct, Type uint8 32112pkg syscall (openbsd-amd64-cgo), type RawSockaddrInet4 struct, Family uint8 32113pkg syscall (openbsd-amd64-cgo), type RawSockaddrInet4 struct, Len uint8 32114pkg syscall (openbsd-amd64-cgo), type RawSockaddrInet4 struct, Zero [8]int8 32115pkg syscall (openbsd-amd64-cgo), type RawSockaddrInet6 struct, Family uint8 32116pkg syscall (openbsd-amd64-cgo), type RawSockaddrInet6 struct, Len uint8 32117pkg syscall (openbsd-amd64-cgo), type RawSockaddrUnix struct 32118pkg syscall (openbsd-amd64-cgo), type RawSockaddrUnix struct, Family uint8 32119pkg syscall (openbsd-amd64-cgo), type RawSockaddrUnix struct, Len uint8 32120pkg syscall (openbsd-amd64-cgo), type RawSockaddrUnix struct, Path [104]int8 32121pkg syscall (openbsd-amd64-cgo), type Rlimit struct 32122pkg syscall (openbsd-amd64-cgo), type Rlimit struct, Cur uint64 32123pkg syscall (openbsd-amd64-cgo), type Rlimit struct, Max uint64 32124pkg syscall (openbsd-amd64-cgo), type RouteMessage struct 32125pkg syscall (openbsd-amd64-cgo), type RouteMessage struct, Data []uint8 32126pkg syscall (openbsd-amd64-cgo), type RouteMessage struct, Header RtMsghdr 32127pkg syscall (openbsd-amd64-cgo), type RoutingMessage interface, unexported methods 32128pkg syscall (openbsd-amd64-cgo), type RtMetrics struct 32129pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Expire uint32 32130pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Hopcount uint32 32131pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Locks uint32 32132pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Mtu uint32 32133pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Pksent uint64 32134pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Recvpipe uint32 32135pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Refcnt uint32 32136pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Rtt uint32 32137pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Rttvar uint32 32138pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Sendpipe uint32 32139pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Ssthresh uint32 32140pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct 32141pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Addrs int32 32142pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Errno int32 32143pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Flags int32 32144pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Fmask int32 32145pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Hdrlen uint16 32146pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Index uint16 32147pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Inits uint32 32148pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Mpls uint8 32149pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Msglen uint16 32150pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Pid int32 32151pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Priority uint8 32152pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Rmx RtMetrics 32153pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Seq int32 32154pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Tableid uint16 32155pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Type uint8 32156pkg syscall (openbsd-amd64-cgo), type RtMsghdr struct, Version uint8 32157pkg syscall (openbsd-amd64-cgo), type Rusage struct, Idrss int64 32158pkg syscall (openbsd-amd64-cgo), type Rusage struct, Inblock int64 32159pkg syscall (openbsd-amd64-cgo), type Rusage struct, Isrss int64 32160pkg syscall (openbsd-amd64-cgo), type Rusage struct, Ixrss int64 32161pkg syscall (openbsd-amd64-cgo), type Rusage struct, Majflt int64 32162pkg syscall (openbsd-amd64-cgo), type Rusage struct, Maxrss int64 32163pkg syscall (openbsd-amd64-cgo), type Rusage struct, Minflt int64 32164pkg syscall (openbsd-amd64-cgo), type Rusage struct, Msgrcv int64 32165pkg syscall (openbsd-amd64-cgo), type Rusage struct, Msgsnd int64 32166pkg syscall (openbsd-amd64-cgo), type Rusage struct, Nivcsw int64 32167pkg syscall (openbsd-amd64-cgo), type Rusage struct, Nsignals int64 32168pkg syscall (openbsd-amd64-cgo), type Rusage struct, Nswap int64 32169pkg syscall (openbsd-amd64-cgo), type Rusage struct, Nvcsw int64 32170pkg syscall (openbsd-amd64-cgo), type Rusage struct, Oublock int64 32171pkg syscall (openbsd-amd64-cgo), type Rusage struct, Stime Timeval 32172pkg syscall (openbsd-amd64-cgo), type Rusage struct, Utime Timeval 32173pkg syscall (openbsd-amd64-cgo), type SockaddrDatalink struct 32174pkg syscall (openbsd-amd64-cgo), type SockaddrDatalink struct, Alen uint8 32175pkg syscall (openbsd-amd64-cgo), type SockaddrDatalink struct, Data [24]int8 32176pkg syscall (openbsd-amd64-cgo), type SockaddrDatalink struct, Family uint8 32177pkg syscall (openbsd-amd64-cgo), type SockaddrDatalink struct, Index uint16 32178pkg syscall (openbsd-amd64-cgo), type SockaddrDatalink struct, Len uint8 32179pkg syscall (openbsd-amd64-cgo), type SockaddrDatalink struct, Nlen uint8 32180pkg syscall (openbsd-amd64-cgo), type SockaddrDatalink struct, Slen uint8 32181pkg syscall (openbsd-amd64-cgo), type SockaddrDatalink struct, Type uint8 32182pkg syscall (openbsd-amd64-cgo), type SocketControlMessage struct 32183pkg syscall (openbsd-amd64-cgo), type SocketControlMessage struct, Data []uint8 32184pkg syscall (openbsd-amd64-cgo), type SocketControlMessage struct, Header Cmsghdr 32185pkg syscall (openbsd-amd64-cgo), type Stat_t struct 32186pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Atim Timespec 32187pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Blksize uint32 32188pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Blocks int64 32189pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Ctim Timespec 32190pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Dev int32 32191pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Flags uint32 32192pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Gen uint32 32193pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Gid uint32 32194pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Ino uint32 32195pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Lspare0 int32 32196pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Lspare1 int32 32197pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Mode uint32 32198pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Mtim Timespec 32199pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Nlink uint32 32200pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Qspare [2]int64 32201pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Rdev int32 32202pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Size int64 32203pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Uid uint32 32204pkg syscall (openbsd-amd64-cgo), type Stat_t struct, X__st_birthtim Timespec 32205pkg syscall (openbsd-amd64-cgo), type Statfs_t struct 32206pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_asyncreads uint64 32207pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_asyncwrites uint64 32208pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_bavail int64 32209pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_bfree uint64 32210pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_blocks uint64 32211pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_bsize uint32 32212pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_ctime uint32 32213pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_favail int64 32214pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_ffree uint64 32215pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_files uint64 32216pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_flags uint32 32217pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_fsid Fsid 32218pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_fstypename [16]int8 32219pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_iosize uint32 32220pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_mntfromname [90]int8 32221pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_mntonname [90]int8 32222pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_namemax uint32 32223pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_owner uint32 32224pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_spare [3]uint32 32225pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_syncreads uint64 32226pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_syncwrites uint64 32227pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, Mount_info [160]uint8 32228pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, Pad_cgo_0 [4]uint8 32229pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, Pad_cgo_1 [4]uint8 32230pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Chroot string 32231pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Credential *Credential 32232pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Noctty bool 32233pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Ptrace bool 32234pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Setctty bool 32235pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Setpgid bool 32236pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Setsid bool 32237pkg syscall (openbsd-amd64-cgo), type Timespec struct, Nsec int64 32238pkg syscall (openbsd-amd64-cgo), type Timespec struct, Pad_cgo_0 [4]uint8 32239pkg syscall (openbsd-amd64-cgo), type Timespec struct, Sec int32 32240pkg syscall (openbsd-amd64-cgo), type Timeval struct, Sec int64 32241pkg syscall (openbsd-amd64-cgo), type Timeval struct, Usec int64 32242pkg syscall (openbsd-amd64-cgo), type WaitStatus uint32 32243pkg syscall (openbsd-amd64-cgo), var Stderr int 32244pkg syscall (openbsd-amd64-cgo), var Stdin int 32245pkg syscall (openbsd-amd64-cgo), var Stdout int 32246pkg syscall (windows-386), const BASE_PROTOCOL = 1 32247pkg syscall (windows-386), const BASE_PROTOCOL ideal-int 32248pkg syscall (windows-386), const ERROR_HANDLE_EOF = 38 32249pkg syscall (windows-386), const ERROR_HANDLE_EOF Errno 32250pkg syscall (windows-386), const FILE_SKIP_COMPLETION_PORT_ON_SUCCESS = 1 32251pkg syscall (windows-386), const FILE_SKIP_COMPLETION_PORT_ON_SUCCESS ideal-int 32252pkg syscall (windows-386), const FILE_SKIP_SET_EVENT_ON_HANDLE = 2 32253pkg syscall (windows-386), const FILE_SKIP_SET_EVENT_ON_HANDLE ideal-int 32254pkg syscall (windows-386), const LAYERED_PROTOCOL = 0 32255pkg syscall (windows-386), const LAYERED_PROTOCOL ideal-int 32256pkg syscall (windows-386), const MAX_PROTOCOL_CHAIN = 7 32257pkg syscall (windows-386), const MAX_PROTOCOL_CHAIN ideal-int 32258pkg syscall (windows-386), const NetSetupDomainName = 3 32259pkg syscall (windows-386), const NetSetupDomainName ideal-int 32260pkg syscall (windows-386), const NetSetupUnjoined = 1 32261pkg syscall (windows-386), const NetSetupUnjoined ideal-int 32262pkg syscall (windows-386), const NetSetupUnknownStatus = 0 32263pkg syscall (windows-386), const NetSetupUnknownStatus ideal-int 32264pkg syscall (windows-386), const NetSetupWorkgroupName = 2 32265pkg syscall (windows-386), const NetSetupWorkgroupName ideal-int 32266pkg syscall (windows-386), const PFL_HIDDEN = 4 32267pkg syscall (windows-386), const PFL_HIDDEN ideal-int 32268pkg syscall (windows-386), const PFL_MATCHES_PROTOCOL_ZERO = 8 32269pkg syscall (windows-386), const PFL_MATCHES_PROTOCOL_ZERO ideal-int 32270pkg syscall (windows-386), const PFL_MULTIPLE_PROTO_ENTRIES = 1 32271pkg syscall (windows-386), const PFL_MULTIPLE_PROTO_ENTRIES ideal-int 32272pkg syscall (windows-386), const PFL_NETWORKDIRECT_PROVIDER = 16 32273pkg syscall (windows-386), const PFL_NETWORKDIRECT_PROVIDER ideal-int 32274pkg syscall (windows-386), const PFL_RECOMMENDED_PROTO_ENTRY = 2 32275pkg syscall (windows-386), const PFL_RECOMMENDED_PROTO_ENTRY ideal-int 32276pkg syscall (windows-386), const PROCESS_TERMINATE = 1 32277pkg syscall (windows-386), const PROCESS_TERMINATE ideal-int 32278pkg syscall (windows-386), const WSAEACCES = 10013 32279pkg syscall (windows-386), const WSAEACCES Errno 32280pkg syscall (windows-386), const WSAPROTOCOL_LEN = 255 32281pkg syscall (windows-386), const WSAPROTOCOL_LEN ideal-int 32282pkg syscall (windows-386), const XP1_CONNECTIONLESS = 1 32283pkg syscall (windows-386), const XP1_CONNECTIONLESS ideal-int 32284pkg syscall (windows-386), const XP1_CONNECT_DATA = 128 32285pkg syscall (windows-386), const XP1_CONNECT_DATA ideal-int 32286pkg syscall (windows-386), const XP1_DISCONNECT_DATA = 256 32287pkg syscall (windows-386), const XP1_DISCONNECT_DATA ideal-int 32288pkg syscall (windows-386), const XP1_EXPEDITED_DATA = 64 32289pkg syscall (windows-386), const XP1_EXPEDITED_DATA ideal-int 32290pkg syscall (windows-386), const XP1_GRACEFUL_CLOSE = 32 32291pkg syscall (windows-386), const XP1_GRACEFUL_CLOSE ideal-int 32292pkg syscall (windows-386), const XP1_GUARANTEED_DELIVERY = 2 32293pkg syscall (windows-386), const XP1_GUARANTEED_DELIVERY ideal-int 32294pkg syscall (windows-386), const XP1_GUARANTEED_ORDER = 4 32295pkg syscall (windows-386), const XP1_GUARANTEED_ORDER ideal-int 32296pkg syscall (windows-386), const XP1_IFS_HANDLES = 131072 32297pkg syscall (windows-386), const XP1_IFS_HANDLES ideal-int 32298pkg syscall (windows-386), const XP1_MESSAGE_ORIENTED = 8 32299pkg syscall (windows-386), const XP1_MESSAGE_ORIENTED ideal-int 32300pkg syscall (windows-386), const XP1_MULTIPOINT_CONTROL_PLANE = 2048 32301pkg syscall (windows-386), const XP1_MULTIPOINT_CONTROL_PLANE ideal-int 32302pkg syscall (windows-386), const XP1_MULTIPOINT_DATA_PLANE = 4096 32303pkg syscall (windows-386), const XP1_MULTIPOINT_DATA_PLANE ideal-int 32304pkg syscall (windows-386), const XP1_PARTIAL_MESSAGE = 262144 32305pkg syscall (windows-386), const XP1_PARTIAL_MESSAGE ideal-int 32306pkg syscall (windows-386), const XP1_PSEUDO_STREAM = 16 32307pkg syscall (windows-386), const XP1_PSEUDO_STREAM ideal-int 32308pkg syscall (windows-386), const XP1_QOS_SUPPORTED = 8192 32309pkg syscall (windows-386), const XP1_QOS_SUPPORTED ideal-int 32310pkg syscall (windows-386), const XP1_SAN_SUPPORT_SDP = 524288 32311pkg syscall (windows-386), const XP1_SAN_SUPPORT_SDP ideal-int 32312pkg syscall (windows-386), const XP1_SUPPORT_BROADCAST = 512 32313pkg syscall (windows-386), const XP1_SUPPORT_BROADCAST ideal-int 32314pkg syscall (windows-386), const XP1_SUPPORT_MULTIPOINT = 1024 32315pkg syscall (windows-386), const XP1_SUPPORT_MULTIPOINT ideal-int 32316pkg syscall (windows-386), const XP1_UNI_RECV = 65536 32317pkg syscall (windows-386), const XP1_UNI_RECV ideal-int 32318pkg syscall (windows-386), const XP1_UNI_SEND = 32768 32319pkg syscall (windows-386), const XP1_UNI_SEND ideal-int 32320pkg syscall (windows-386), func LoadSetFileCompletionNotificationModes() error 32321pkg syscall (windows-386), func NetGetJoinInformation(*uint16, **uint16, *uint32) error 32322pkg syscall (windows-386), func SetFileCompletionNotificationModes(Handle, uint8) error 32323pkg syscall (windows-386), func WSAEnumProtocols(*int32, *WSAProtocolInfo, *uint32) (int32, error) 32324pkg syscall (windows-386), type IpMaskString struct, String [16]uint8 32325pkg syscall (windows-386), type WSAProtocolChain struct 32326pkg syscall (windows-386), type WSAProtocolChain struct, ChainEntries [7]uint32 32327pkg syscall (windows-386), type WSAProtocolChain struct, ChainLen int32 32328pkg syscall (windows-386), type WSAProtocolInfo struct 32329pkg syscall (windows-386), type WSAProtocolInfo struct, AddressFamily int32 32330pkg syscall (windows-386), type WSAProtocolInfo struct, CatalogEntryId uint32 32331pkg syscall (windows-386), type WSAProtocolInfo struct, MaxSockAddr int32 32332pkg syscall (windows-386), type WSAProtocolInfo struct, MessageSize uint32 32333pkg syscall (windows-386), type WSAProtocolInfo struct, MinSockAddr int32 32334pkg syscall (windows-386), type WSAProtocolInfo struct, NetworkByteOrder int32 32335pkg syscall (windows-386), type WSAProtocolInfo struct, Protocol int32 32336pkg syscall (windows-386), type WSAProtocolInfo struct, ProtocolChain WSAProtocolChain 32337pkg syscall (windows-386), type WSAProtocolInfo struct, ProtocolMaxOffset int32 32338pkg syscall (windows-386), type WSAProtocolInfo struct, ProtocolName [256]uint16 32339pkg syscall (windows-386), type WSAProtocolInfo struct, ProviderFlags uint32 32340pkg syscall (windows-386), type WSAProtocolInfo struct, ProviderId GUID 32341pkg syscall (windows-386), type WSAProtocolInfo struct, ProviderReserved uint32 32342pkg syscall (windows-386), type WSAProtocolInfo struct, SecurityScheme int32 32343pkg syscall (windows-386), type WSAProtocolInfo struct, ServiceFlags1 uint32 32344pkg syscall (windows-386), type WSAProtocolInfo struct, ServiceFlags2 uint32 32345pkg syscall (windows-386), type WSAProtocolInfo struct, ServiceFlags3 uint32 32346pkg syscall (windows-386), type WSAProtocolInfo struct, ServiceFlags4 uint32 32347pkg syscall (windows-386), type WSAProtocolInfo struct, SocketType int32 32348pkg syscall (windows-386), type WSAProtocolInfo struct, Version int32 32349pkg syscall (windows-amd64), const BASE_PROTOCOL = 1 32350pkg syscall (windows-amd64), const BASE_PROTOCOL ideal-int 32351pkg syscall (windows-amd64), const ERROR_HANDLE_EOF = 38 32352pkg syscall (windows-amd64), const ERROR_HANDLE_EOF Errno 32353pkg syscall (windows-amd64), const FILE_SKIP_COMPLETION_PORT_ON_SUCCESS = 1 32354pkg syscall (windows-amd64), const FILE_SKIP_COMPLETION_PORT_ON_SUCCESS ideal-int 32355pkg syscall (windows-amd64), const FILE_SKIP_SET_EVENT_ON_HANDLE = 2 32356pkg syscall (windows-amd64), const FILE_SKIP_SET_EVENT_ON_HANDLE ideal-int 32357pkg syscall (windows-amd64), const LAYERED_PROTOCOL = 0 32358pkg syscall (windows-amd64), const LAYERED_PROTOCOL ideal-int 32359pkg syscall (windows-amd64), const MAX_PROTOCOL_CHAIN = 7 32360pkg syscall (windows-amd64), const MAX_PROTOCOL_CHAIN ideal-int 32361pkg syscall (windows-amd64), const NetSetupDomainName = 3 32362pkg syscall (windows-amd64), const NetSetupDomainName ideal-int 32363pkg syscall (windows-amd64), const NetSetupUnjoined = 1 32364pkg syscall (windows-amd64), const NetSetupUnjoined ideal-int 32365pkg syscall (windows-amd64), const NetSetupUnknownStatus = 0 32366pkg syscall (windows-amd64), const NetSetupUnknownStatus ideal-int 32367pkg syscall (windows-amd64), const NetSetupWorkgroupName = 2 32368pkg syscall (windows-amd64), const NetSetupWorkgroupName ideal-int 32369pkg syscall (windows-amd64), const PFL_HIDDEN = 4 32370pkg syscall (windows-amd64), const PFL_HIDDEN ideal-int 32371pkg syscall (windows-amd64), const PFL_MATCHES_PROTOCOL_ZERO = 8 32372pkg syscall (windows-amd64), const PFL_MATCHES_PROTOCOL_ZERO ideal-int 32373pkg syscall (windows-amd64), const PFL_MULTIPLE_PROTO_ENTRIES = 1 32374pkg syscall (windows-amd64), const PFL_MULTIPLE_PROTO_ENTRIES ideal-int 32375pkg syscall (windows-amd64), const PFL_NETWORKDIRECT_PROVIDER = 16 32376pkg syscall (windows-amd64), const PFL_NETWORKDIRECT_PROVIDER ideal-int 32377pkg syscall (windows-amd64), const PFL_RECOMMENDED_PROTO_ENTRY = 2 32378pkg syscall (windows-amd64), const PFL_RECOMMENDED_PROTO_ENTRY ideal-int 32379pkg syscall (windows-amd64), const PROCESS_TERMINATE = 1 32380pkg syscall (windows-amd64), const PROCESS_TERMINATE ideal-int 32381pkg syscall (windows-amd64), const WSAEACCES = 10013 32382pkg syscall (windows-amd64), const WSAEACCES Errno 32383pkg syscall (windows-amd64), const WSAPROTOCOL_LEN = 255 32384pkg syscall (windows-amd64), const WSAPROTOCOL_LEN ideal-int 32385pkg syscall (windows-amd64), const XP1_CONNECTIONLESS = 1 32386pkg syscall (windows-amd64), const XP1_CONNECTIONLESS ideal-int 32387pkg syscall (windows-amd64), const XP1_CONNECT_DATA = 128 32388pkg syscall (windows-amd64), const XP1_CONNECT_DATA ideal-int 32389pkg syscall (windows-amd64), const XP1_DISCONNECT_DATA = 256 32390pkg syscall (windows-amd64), const XP1_DISCONNECT_DATA ideal-int 32391pkg syscall (windows-amd64), const XP1_EXPEDITED_DATA = 64 32392pkg syscall (windows-amd64), const XP1_EXPEDITED_DATA ideal-int 32393pkg syscall (windows-amd64), const XP1_GRACEFUL_CLOSE = 32 32394pkg syscall (windows-amd64), const XP1_GRACEFUL_CLOSE ideal-int 32395pkg syscall (windows-amd64), const XP1_GUARANTEED_DELIVERY = 2 32396pkg syscall (windows-amd64), const XP1_GUARANTEED_DELIVERY ideal-int 32397pkg syscall (windows-amd64), const XP1_GUARANTEED_ORDER = 4 32398pkg syscall (windows-amd64), const XP1_GUARANTEED_ORDER ideal-int 32399pkg syscall (windows-amd64), const XP1_IFS_HANDLES = 131072 32400pkg syscall (windows-amd64), const XP1_IFS_HANDLES ideal-int 32401pkg syscall (windows-amd64), const XP1_MESSAGE_ORIENTED = 8 32402pkg syscall (windows-amd64), const XP1_MESSAGE_ORIENTED ideal-int 32403pkg syscall (windows-amd64), const XP1_MULTIPOINT_CONTROL_PLANE = 2048 32404pkg syscall (windows-amd64), const XP1_MULTIPOINT_CONTROL_PLANE ideal-int 32405pkg syscall (windows-amd64), const XP1_MULTIPOINT_DATA_PLANE = 4096 32406pkg syscall (windows-amd64), const XP1_MULTIPOINT_DATA_PLANE ideal-int 32407pkg syscall (windows-amd64), const XP1_PARTIAL_MESSAGE = 262144 32408pkg syscall (windows-amd64), const XP1_PARTIAL_MESSAGE ideal-int 32409pkg syscall (windows-amd64), const XP1_PSEUDO_STREAM = 16 32410pkg syscall (windows-amd64), const XP1_PSEUDO_STREAM ideal-int 32411pkg syscall (windows-amd64), const XP1_QOS_SUPPORTED = 8192 32412pkg syscall (windows-amd64), const XP1_QOS_SUPPORTED ideal-int 32413pkg syscall (windows-amd64), const XP1_SAN_SUPPORT_SDP = 524288 32414pkg syscall (windows-amd64), const XP1_SAN_SUPPORT_SDP ideal-int 32415pkg syscall (windows-amd64), const XP1_SUPPORT_BROADCAST = 512 32416pkg syscall (windows-amd64), const XP1_SUPPORT_BROADCAST ideal-int 32417pkg syscall (windows-amd64), const XP1_SUPPORT_MULTIPOINT = 1024 32418pkg syscall (windows-amd64), const XP1_SUPPORT_MULTIPOINT ideal-int 32419pkg syscall (windows-amd64), const XP1_UNI_RECV = 65536 32420pkg syscall (windows-amd64), const XP1_UNI_RECV ideal-int 32421pkg syscall (windows-amd64), const XP1_UNI_SEND = 32768 32422pkg syscall (windows-amd64), const XP1_UNI_SEND ideal-int 32423pkg syscall (windows-amd64), func LoadSetFileCompletionNotificationModes() error 32424pkg syscall (windows-amd64), func NetGetJoinInformation(*uint16, **uint16, *uint32) error 32425pkg syscall (windows-amd64), func SetFileCompletionNotificationModes(Handle, uint8) error 32426pkg syscall (windows-amd64), func WSAEnumProtocols(*int32, *WSAProtocolInfo, *uint32) (int32, error) 32427pkg syscall (windows-amd64), type IpMaskString struct, String [16]uint8 32428pkg syscall (windows-amd64), type WSAProtocolChain struct 32429pkg syscall (windows-amd64), type WSAProtocolChain struct, ChainEntries [7]uint32 32430pkg syscall (windows-amd64), type WSAProtocolChain struct, ChainLen int32 32431pkg syscall (windows-amd64), type WSAProtocolInfo struct 32432pkg syscall (windows-amd64), type WSAProtocolInfo struct, AddressFamily int32 32433pkg syscall (windows-amd64), type WSAProtocolInfo struct, CatalogEntryId uint32 32434pkg syscall (windows-amd64), type WSAProtocolInfo struct, MaxSockAddr int32 32435pkg syscall (windows-amd64), type WSAProtocolInfo struct, MessageSize uint32 32436pkg syscall (windows-amd64), type WSAProtocolInfo struct, MinSockAddr int32 32437pkg syscall (windows-amd64), type WSAProtocolInfo struct, NetworkByteOrder int32 32438pkg syscall (windows-amd64), type WSAProtocolInfo struct, Protocol int32 32439pkg syscall (windows-amd64), type WSAProtocolInfo struct, ProtocolChain WSAProtocolChain 32440pkg syscall (windows-amd64), type WSAProtocolInfo struct, ProtocolMaxOffset int32 32441pkg syscall (windows-amd64), type WSAProtocolInfo struct, ProtocolName [256]uint16 32442pkg syscall (windows-amd64), type WSAProtocolInfo struct, ProviderFlags uint32 32443pkg syscall (windows-amd64), type WSAProtocolInfo struct, ProviderId GUID 32444pkg syscall (windows-amd64), type WSAProtocolInfo struct, ProviderReserved uint32 32445pkg syscall (windows-amd64), type WSAProtocolInfo struct, SecurityScheme int32 32446pkg syscall (windows-amd64), type WSAProtocolInfo struct, ServiceFlags1 uint32 32447pkg syscall (windows-amd64), type WSAProtocolInfo struct, ServiceFlags2 uint32 32448pkg syscall (windows-amd64), type WSAProtocolInfo struct, ServiceFlags3 uint32 32449pkg syscall (windows-amd64), type WSAProtocolInfo struct, ServiceFlags4 uint32 32450pkg syscall (windows-amd64), type WSAProtocolInfo struct, SocketType int32 32451pkg syscall (windows-amd64), type WSAProtocolInfo struct, Version int32 32452pkg testing, func RegisterCover(Cover) 32453pkg testing, type Cover struct 32454pkg testing, type Cover struct, Blocks map[string][]CoverBlock 32455pkg testing, type Cover struct, Counters map[string][]uint32 32456pkg testing, type Cover struct, CoveredPackages string 32457pkg testing, type Cover struct, Mode string 32458pkg testing, type CoverBlock struct 32459pkg testing, type CoverBlock struct, Col0 uint16 32460pkg testing, type CoverBlock struct, Col1 uint16 32461pkg testing, type CoverBlock struct, Line0 uint32 32462pkg testing, type CoverBlock struct, Line1 uint32 32463pkg testing, type CoverBlock struct, Stmts uint16 32464pkg testing, type TB interface, Error(...interface{}) 32465pkg testing, type TB interface, Errorf(string, ...interface{}) 32466pkg testing, type TB interface, Fail() 32467pkg testing, type TB interface, FailNow() 32468pkg testing, type TB interface, Failed() bool 32469pkg testing, type TB interface, Fatal(...interface{}) 32470pkg testing, type TB interface, Fatalf(string, ...interface{}) 32471pkg testing, type TB interface, Log(...interface{}) 32472pkg testing, type TB interface, Logf(string, ...interface{}) 32473pkg testing, type TB interface, Skip(...interface{}) 32474pkg testing, type TB interface, SkipNow() 32475pkg testing, type TB interface, Skipf(string, ...interface{}) 32476pkg testing, type TB interface, Skipped() bool 32477pkg testing, type TB interface, unexported methods 32478pkg text/template, method (Template) Copy() *parse.Tree 32479pkg text/template/parse, method (*Tree) Copy() *Tree 32480pkg time, method (*Time) UnmarshalBinary([]uint8) error 32481pkg time, method (*Time) UnmarshalText([]uint8) error 32482pkg time, method (Time) MarshalBinary() ([]uint8, error) 32483pkg time, method (Time) MarshalText() ([]uint8, error) 32484pkg unicode, func In(int32, ...*RangeTable) bool 32485