api/go1.13.txt 8,033 lines View on github.com → Search inside
File is large — showing lines 1–2,000 of 8,033.
1pkg bytes, func ToValidUTF8([]uint8, []uint8) []uint82pkg crypto/ed25519, const PrivateKeySize = 643pkg crypto/ed25519, const PrivateKeySize ideal-int4pkg crypto/ed25519, const PublicKeySize = 325pkg crypto/ed25519, const PublicKeySize ideal-int6pkg crypto/ed25519, const SeedSize = 327pkg crypto/ed25519, const SeedSize ideal-int8pkg crypto/ed25519, const SignatureSize = 649pkg crypto/ed25519, const SignatureSize ideal-int10pkg crypto/ed25519, func GenerateKey(io.Reader) (PublicKey, PrivateKey, error)11pkg crypto/ed25519, func NewKeyFromSeed([]uint8) PrivateKey12pkg crypto/ed25519, func Sign(PrivateKey, []uint8) []uint813pkg crypto/ed25519, func Verify(PublicKey, []uint8, []uint8) bool14pkg crypto/ed25519, method (PrivateKey) Public() crypto.PublicKey15pkg crypto/ed25519, method (PrivateKey) Seed() []uint816pkg crypto/ed25519, method (PrivateKey) Sign(io.Reader, []uint8, crypto.SignerOpts) ([]uint8, error)17pkg crypto/ed25519, type PrivateKey []uint818pkg crypto/ed25519, type PublicKey []uint819pkg crypto/tls, const Ed25519 = 205520pkg crypto/tls, const Ed25519 SignatureScheme21pkg crypto/x509, const Ed25519 = 422pkg crypto/x509, const Ed25519 PublicKeyAlgorithm23pkg crypto/x509, const PureEd25519 = 1624pkg crypto/x509, const PureEd25519 SignatureAlgorithm25pkg database/sql, method (*Conn) Raw(func(interface{}) error) error26pkg database/sql, method (*NullInt32) Scan(interface{}) error27pkg database/sql, method (NullInt32) Value() (driver.Value, error)28pkg database/sql, method (*NullTime) Scan(interface{}) error29pkg database/sql, method (NullTime) Value() (driver.Value, error)30pkg database/sql, type NullInt32 struct31pkg database/sql, type NullInt32 struct, Int32 int3232pkg database/sql, type NullInt32 struct, Valid bool33pkg database/sql, type NullTime struct34pkg database/sql, type NullTime struct, Time time.Time35pkg database/sql, type NullTime struct, Valid bool36pkg debug/dwarf, method (*UnsupportedType) Common() *CommonType37pkg debug/dwarf, method (*UnsupportedType) Size() int6438pkg debug/dwarf, method (*UnsupportedType) String() string39pkg debug/dwarf, type UnsupportedType struct40pkg debug/dwarf, type UnsupportedType struct, embedded CommonType41pkg debug/dwarf, type UnsupportedType struct, Tag Tag42pkg debug/elf, type Symbol struct, Library string43pkg debug/elf, type Symbol struct, Version string44pkg encoding/csv, method (*ParseError) Unwrap() error45pkg encoding/json, method (*MarshalerError) Unwrap() error46pkg errors, func As(error, interface{}) bool47pkg errors, func Is(error, error) bool48pkg errors, func Unwrap(error) error49pkg go/constant, func Make(interface{}) Value50pkg go/constant, func Val(Value) interface{}51pkg go/token, func IsExported(string) bool52pkg go/token, func IsIdentifier(string) bool53pkg go/token, func IsKeyword(string) bool54pkg go/types, func CheckExpr(*token.FileSet, *Package, token.Pos, ast.Expr, *Info) error55pkg log, func Writer() io.Writer56pkg log/syslog (netbsd-arm64-cgo), const LOG_ALERT = 157pkg log/syslog (netbsd-arm64-cgo), const LOG_ALERT Priority58pkg log/syslog (netbsd-arm64-cgo), const LOG_AUTH = 3259pkg log/syslog (netbsd-arm64-cgo), const LOG_AUTH Priority60pkg log/syslog (netbsd-arm64-cgo), const LOG_AUTHPRIV = 8061pkg log/syslog (netbsd-arm64-cgo), const LOG_AUTHPRIV Priority62pkg log/syslog (netbsd-arm64-cgo), const LOG_CRIT = 263pkg log/syslog (netbsd-arm64-cgo), const LOG_CRIT Priority64pkg log/syslog (netbsd-arm64-cgo), const LOG_CRON = 7265pkg log/syslog (netbsd-arm64-cgo), const LOG_CRON Priority66pkg log/syslog (netbsd-arm64-cgo), const LOG_DAEMON = 2467pkg log/syslog (netbsd-arm64-cgo), const LOG_DAEMON Priority68pkg log/syslog (netbsd-arm64-cgo), const LOG_DEBUG = 769pkg log/syslog (netbsd-arm64-cgo), const LOG_DEBUG Priority70pkg log/syslog (netbsd-arm64-cgo), const LOG_EMERG = 071pkg log/syslog (netbsd-arm64-cgo), const LOG_EMERG Priority72pkg log/syslog (netbsd-arm64-cgo), const LOG_ERR = 373pkg log/syslog (netbsd-arm64-cgo), const LOG_ERR Priority74pkg log/syslog (netbsd-arm64-cgo), const LOG_FTP = 8875pkg log/syslog (netbsd-arm64-cgo), const LOG_FTP Priority76pkg log/syslog (netbsd-arm64-cgo), const LOG_INFO = 677pkg log/syslog (netbsd-arm64-cgo), const LOG_INFO Priority78pkg log/syslog (netbsd-arm64-cgo), const LOG_KERN = 079pkg log/syslog (netbsd-arm64-cgo), const LOG_KERN Priority80pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL0 = 12881pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL0 Priority82pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL1 = 13683pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL1 Priority84pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL2 = 14485pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL2 Priority86pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL3 = 15287pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL3 Priority88pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL4 = 16089pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL4 Priority90pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL5 = 16891pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL5 Priority92pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL6 = 17693pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL6 Priority94pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL7 = 18495pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL7 Priority96pkg log/syslog (netbsd-arm64-cgo), const LOG_LPR = 4897pkg log/syslog (netbsd-arm64-cgo), const LOG_LPR Priority98pkg log/syslog (netbsd-arm64-cgo), const LOG_MAIL = 1699pkg log/syslog (netbsd-arm64-cgo), const LOG_MAIL Priority100pkg log/syslog (netbsd-arm64-cgo), const LOG_NEWS = 56101pkg log/syslog (netbsd-arm64-cgo), const LOG_NEWS Priority102pkg log/syslog (netbsd-arm64-cgo), const LOG_NOTICE = 5103pkg log/syslog (netbsd-arm64-cgo), const LOG_NOTICE Priority104pkg log/syslog (netbsd-arm64-cgo), const LOG_SYSLOG = 40105pkg log/syslog (netbsd-arm64-cgo), const LOG_SYSLOG Priority106pkg log/syslog (netbsd-arm64-cgo), const LOG_USER = 8107pkg log/syslog (netbsd-arm64-cgo), const LOG_USER Priority108pkg log/syslog (netbsd-arm64-cgo), const LOG_UUCP = 64109pkg log/syslog (netbsd-arm64-cgo), const LOG_UUCP Priority110pkg log/syslog (netbsd-arm64-cgo), const LOG_WARNING = 4111pkg log/syslog (netbsd-arm64-cgo), const LOG_WARNING Priority112pkg log/syslog (netbsd-arm64-cgo), func Dial(string, string, Priority, string) (*Writer, error)113pkg log/syslog (netbsd-arm64-cgo), func NewLogger(Priority, int) (*log.Logger, error)114pkg log/syslog (netbsd-arm64-cgo), func New(Priority, string) (*Writer, error)115pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Alert(string) error116pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Close() error117pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Crit(string) error118pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Debug(string) error119pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Emerg(string) error120pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Err(string) error121pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Info(string) error122pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Notice(string) error123pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Warning(string) error124pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Write([]uint8) (int, error)125pkg log/syslog (netbsd-arm64-cgo), type Priority int126pkg log/syslog (netbsd-arm64-cgo), type Writer struct127pkg log/syslog (netbsd-arm64), const LOG_ALERT = 1128pkg log/syslog (netbsd-arm64), const LOG_ALERT Priority129pkg log/syslog (netbsd-arm64), const LOG_AUTH = 32130pkg log/syslog (netbsd-arm64), const LOG_AUTH Priority131pkg log/syslog (netbsd-arm64), const LOG_AUTHPRIV = 80132pkg log/syslog (netbsd-arm64), const LOG_AUTHPRIV Priority133pkg log/syslog (netbsd-arm64), const LOG_CRIT = 2134pkg log/syslog (netbsd-arm64), const LOG_CRIT Priority135pkg log/syslog (netbsd-arm64), const LOG_CRON = 72136pkg log/syslog (netbsd-arm64), const LOG_CRON Priority137pkg log/syslog (netbsd-arm64), const LOG_DAEMON = 24138pkg log/syslog (netbsd-arm64), const LOG_DAEMON Priority139pkg log/syslog (netbsd-arm64), const LOG_DEBUG = 7140pkg log/syslog (netbsd-arm64), const LOG_DEBUG Priority141pkg log/syslog (netbsd-arm64), const LOG_EMERG = 0142pkg log/syslog (netbsd-arm64), const LOG_EMERG Priority143pkg log/syslog (netbsd-arm64), const LOG_ERR = 3144pkg log/syslog (netbsd-arm64), const LOG_ERR Priority145pkg log/syslog (netbsd-arm64), const LOG_FTP = 88146pkg log/syslog (netbsd-arm64), const LOG_FTP Priority147pkg log/syslog (netbsd-arm64), const LOG_INFO = 6148pkg log/syslog (netbsd-arm64), const LOG_INFO Priority149pkg log/syslog (netbsd-arm64), const LOG_KERN = 0150pkg log/syslog (netbsd-arm64), const LOG_KERN Priority151pkg log/syslog (netbsd-arm64), const LOG_LOCAL0 = 128152pkg log/syslog (netbsd-arm64), const LOG_LOCAL0 Priority153pkg log/syslog (netbsd-arm64), const LOG_LOCAL1 = 136154pkg log/syslog (netbsd-arm64), const LOG_LOCAL1 Priority155pkg log/syslog (netbsd-arm64), const LOG_LOCAL2 = 144156pkg log/syslog (netbsd-arm64), const LOG_LOCAL2 Priority157pkg log/syslog (netbsd-arm64), const LOG_LOCAL3 = 152158pkg log/syslog (netbsd-arm64), const LOG_LOCAL3 Priority159pkg log/syslog (netbsd-arm64), const LOG_LOCAL4 = 160160pkg log/syslog (netbsd-arm64), const LOG_LOCAL4 Priority161pkg log/syslog (netbsd-arm64), const LOG_LOCAL5 = 168162pkg log/syslog (netbsd-arm64), const LOG_LOCAL5 Priority163pkg log/syslog (netbsd-arm64), const LOG_LOCAL6 = 176164pkg log/syslog (netbsd-arm64), const LOG_LOCAL6 Priority165pkg log/syslog (netbsd-arm64), const LOG_LOCAL7 = 184166pkg log/syslog (netbsd-arm64), const LOG_LOCAL7 Priority167pkg log/syslog (netbsd-arm64), const LOG_LPR = 48168pkg log/syslog (netbsd-arm64), const LOG_LPR Priority169pkg log/syslog (netbsd-arm64), const LOG_MAIL = 16170pkg log/syslog (netbsd-arm64), const LOG_MAIL Priority171pkg log/syslog (netbsd-arm64), const LOG_NEWS = 56172pkg log/syslog (netbsd-arm64), const LOG_NEWS Priority173pkg log/syslog (netbsd-arm64), const LOG_NOTICE = 5174pkg log/syslog (netbsd-arm64), const LOG_NOTICE Priority175pkg log/syslog (netbsd-arm64), const LOG_SYSLOG = 40176pkg log/syslog (netbsd-arm64), const LOG_SYSLOG Priority177pkg log/syslog (netbsd-arm64), const LOG_USER = 8178pkg log/syslog (netbsd-arm64), const LOG_USER Priority179pkg log/syslog (netbsd-arm64), const LOG_UUCP = 64180pkg log/syslog (netbsd-arm64), const LOG_UUCP Priority181pkg log/syslog (netbsd-arm64), const LOG_WARNING = 4182pkg log/syslog (netbsd-arm64), const LOG_WARNING Priority183pkg log/syslog (netbsd-arm64), func Dial(string, string, Priority, string) (*Writer, error)184pkg log/syslog (netbsd-arm64), func NewLogger(Priority, int) (*log.Logger, error)185pkg log/syslog (netbsd-arm64), func New(Priority, string) (*Writer, error)186pkg log/syslog (netbsd-arm64), method (*Writer) Alert(string) error187pkg log/syslog (netbsd-arm64), method (*Writer) Close() error188pkg log/syslog (netbsd-arm64), method (*Writer) Crit(string) error189pkg log/syslog (netbsd-arm64), method (*Writer) Debug(string) error190pkg log/syslog (netbsd-arm64), method (*Writer) Emerg(string) error191pkg log/syslog (netbsd-arm64), method (*Writer) Err(string) error192pkg log/syslog (netbsd-arm64), method (*Writer) Info(string) error193pkg log/syslog (netbsd-arm64), method (*Writer) Notice(string) error194pkg log/syslog (netbsd-arm64), method (*Writer) Warning(string) error195pkg log/syslog (netbsd-arm64), method (*Writer) Write([]uint8) (int, error)196pkg log/syslog (netbsd-arm64), type Priority int197pkg log/syslog (netbsd-arm64), type Writer struct198pkg math/big, method (*Int) TrailingZeroBits() uint199pkg math/big, method (*Rat) SetUint64(uint64) *Rat200pkg net/http, const SameSiteNoneMode = 4201pkg net/http, const SameSiteNoneMode SameSite202pkg net/http, const StatusEarlyHints = 103203pkg net/http, const StatusEarlyHints ideal-int204pkg net/http, func NewRequestWithContext(context.Context, string, string, io.Reader) (*Request, error)205pkg net/http, method (Header) Clone() Header206pkg net/http, method (*Request) Clone(context.Context) *Request207pkg net/http, method (*Transport) Clone() *Transport208pkg net/http, type Server struct, BaseContext func(net.Listener) context.Context209pkg net/http, type Server struct, ConnContext func(context.Context, net.Conn) context.Context210pkg net/http, type Transport struct, ForceAttemptHTTP2 bool211pkg net/http, type Transport struct, ReadBufferSize int212pkg net/http, type Transport struct, WriteBufferSize int213pkg net, method (*DNSConfigError) Unwrap() error214pkg net, method (*OpError) Unwrap() error215pkg net, type DNSError struct, IsNotFound bool216pkg net, type ListenConfig struct, KeepAlive time.Duration217pkg net/url, method (*Error) Unwrap() error218pkg os/exec, method (*Cmd) String() string219pkg os/exec, method (*Error) Unwrap() error220pkg os, func UserConfigDir() (string, error)221pkg os, method (*LinkError) Unwrap() error222pkg os, method (*PathError) Unwrap() error223pkg os, method (*SyscallError) Unwrap() error224pkg os (netbsd-arm64-cgo), const DevNull = "/dev/null"225pkg os (netbsd-arm64-cgo), const O_APPEND = 8226pkg os (netbsd-arm64-cgo), const O_CREATE = 512227pkg os (netbsd-arm64-cgo), const O_EXCL = 2048228pkg os (netbsd-arm64-cgo), const O_SYNC = 128229pkg os (netbsd-arm64-cgo), const O_TRUNC = 1024230pkg os (netbsd-arm64-cgo), const PathListSeparator = 58231pkg os (netbsd-arm64-cgo), const PathSeparator = 47232pkg os (netbsd-arm64), const DevNull = "/dev/null"233pkg os (netbsd-arm64), const O_APPEND = 8234pkg os (netbsd-arm64), const O_CREATE = 512235pkg os (netbsd-arm64), const O_EXCL = 2048236pkg os (netbsd-arm64), const O_SYNC = 128237pkg os (netbsd-arm64), const O_TRUNC = 1024238pkg os (netbsd-arm64), const PathListSeparator = 58239pkg os (netbsd-arm64), const PathSeparator = 47240pkg path/filepath (netbsd-arm64-cgo), const ListSeparator = 58241pkg path/filepath (netbsd-arm64-cgo), const Separator = 47242pkg path/filepath (netbsd-arm64), const ListSeparator = 58243pkg path/filepath (netbsd-arm64), const Separator = 47244pkg reflect, method (Value) IsZero() bool245pkg runtime (netbsd-arm64-cgo), const GOARCH = "arm64"246pkg runtime (netbsd-arm64-cgo), const GOOS = "netbsd"247pkg runtime (netbsd-arm64), const GOARCH = "arm64"248pkg runtime (netbsd-arm64), const GOOS = "netbsd"249pkg strings, func ToValidUTF8(string, string) string250pkg syscall, method (Errno) Is(error) bool251pkg syscall (netbsd-arm64-cgo), const AF_APPLETALK = 16252pkg syscall (netbsd-arm64-cgo), const AF_APPLETALK ideal-int253pkg syscall (netbsd-arm64-cgo), const AF_ARP = 28254pkg syscall (netbsd-arm64-cgo), const AF_ARP ideal-int255pkg syscall (netbsd-arm64-cgo), const AF_BLUETOOTH = 31256pkg syscall (netbsd-arm64-cgo), const AF_BLUETOOTH ideal-int257pkg syscall (netbsd-arm64-cgo), const AF_CCITT = 10258pkg syscall (netbsd-arm64-cgo), const AF_CCITT ideal-int259pkg syscall (netbsd-arm64-cgo), const AF_CHAOS = 5260pkg syscall (netbsd-arm64-cgo), const AF_CHAOS ideal-int261pkg syscall (netbsd-arm64-cgo), const AF_CNT = 21262pkg syscall (netbsd-arm64-cgo), const AF_CNT ideal-int263pkg syscall (netbsd-arm64-cgo), const AF_COIP = 20264pkg syscall (netbsd-arm64-cgo), const AF_COIP ideal-int265pkg syscall (netbsd-arm64-cgo), const AF_DATAKIT = 9266pkg syscall (netbsd-arm64-cgo), const AF_DATAKIT ideal-int267pkg syscall (netbsd-arm64-cgo), const AF_DECnet = 12268pkg syscall (netbsd-arm64-cgo), const AF_DECnet ideal-int269pkg syscall (netbsd-arm64-cgo), const AF_DLI = 13270pkg syscall (netbsd-arm64-cgo), const AF_DLI ideal-int271pkg syscall (netbsd-arm64-cgo), const AF_E164 = 26272pkg syscall (netbsd-arm64-cgo), const AF_E164 ideal-int273pkg syscall (netbsd-arm64-cgo), const AF_ECMA = 8274pkg syscall (netbsd-arm64-cgo), const AF_ECMA ideal-int275pkg syscall (netbsd-arm64-cgo), const AF_HYLINK = 15276pkg syscall (netbsd-arm64-cgo), const AF_HYLINK ideal-int277pkg syscall (netbsd-arm64-cgo), const AF_IEEE80211 = 32278pkg syscall (netbsd-arm64-cgo), const AF_IEEE80211 ideal-int279pkg syscall (netbsd-arm64-cgo), const AF_IMPLINK = 3280pkg syscall (netbsd-arm64-cgo), const AF_IMPLINK ideal-int281pkg syscall (netbsd-arm64-cgo), const AF_INET6 = 24282pkg syscall (netbsd-arm64-cgo), const AF_IPX = 23283pkg syscall (netbsd-arm64-cgo), const AF_IPX ideal-int284pkg syscall (netbsd-arm64-cgo), const AF_ISDN = 26285pkg syscall (netbsd-arm64-cgo), const AF_ISDN ideal-int286pkg syscall (netbsd-arm64-cgo), const AF_ISO = 7287pkg syscall (netbsd-arm64-cgo), const AF_ISO ideal-int288pkg syscall (netbsd-arm64-cgo), const AF_LAT = 14289pkg syscall (netbsd-arm64-cgo), const AF_LAT ideal-int290pkg syscall (netbsd-arm64-cgo), const AF_LINK = 18291pkg syscall (netbsd-arm64-cgo), const AF_LINK ideal-int292pkg syscall (netbsd-arm64-cgo), const AF_LOCAL = 1293pkg syscall (netbsd-arm64-cgo), const AF_LOCAL ideal-int294pkg syscall (netbsd-arm64-cgo), const AF_MAX = 35295pkg syscall (netbsd-arm64-cgo), const AF_MAX ideal-int296pkg syscall (netbsd-arm64-cgo), const AF_MPLS = 33297pkg syscall (netbsd-arm64-cgo), const AF_MPLS ideal-int298pkg syscall (netbsd-arm64-cgo), const AF_NATM = 27299pkg syscall (netbsd-arm64-cgo), const AF_NATM ideal-int300pkg syscall (netbsd-arm64-cgo), const AF_NS = 6301pkg syscall (netbsd-arm64-cgo), const AF_NS ideal-int302pkg syscall (netbsd-arm64-cgo), const AF_OROUTE = 17303pkg syscall (netbsd-arm64-cgo), const AF_OROUTE ideal-int304pkg syscall (netbsd-arm64-cgo), const AF_OSI = 7305pkg syscall (netbsd-arm64-cgo), const AF_OSI ideal-int306pkg syscall (netbsd-arm64-cgo), const AF_PUP = 4307pkg syscall (netbsd-arm64-cgo), const AF_PUP ideal-int308pkg syscall (netbsd-arm64-cgo), const AF_ROUTE = 34309pkg syscall (netbsd-arm64-cgo), const AF_ROUTE ideal-int310pkg syscall (netbsd-arm64-cgo), const AF_SNA = 11311pkg syscall (netbsd-arm64-cgo), const AF_SNA ideal-int312pkg syscall (netbsd-arm64-cgo), const ARPHRD_ARCNET = 7313pkg syscall (netbsd-arm64-cgo), const ARPHRD_ARCNET ideal-int314pkg syscall (netbsd-arm64-cgo), const ARPHRD_ETHER = 1315pkg syscall (netbsd-arm64-cgo), const ARPHRD_ETHER ideal-int316pkg syscall (netbsd-arm64-cgo), const ARPHRD_FRELAY = 15317pkg syscall (netbsd-arm64-cgo), const ARPHRD_FRELAY ideal-int318pkg syscall (netbsd-arm64-cgo), const ARPHRD_IEEE1394 = 24319pkg syscall (netbsd-arm64-cgo), const ARPHRD_IEEE1394 ideal-int320pkg syscall (netbsd-arm64-cgo), const ARPHRD_IEEE802 = 6321pkg syscall (netbsd-arm64-cgo), const ARPHRD_IEEE802 ideal-int322pkg syscall (netbsd-arm64-cgo), const ARPHRD_STRIP = 23323pkg syscall (netbsd-arm64-cgo), const ARPHRD_STRIP ideal-int324pkg syscall (netbsd-arm64-cgo), const B0 = 0325pkg syscall (netbsd-arm64-cgo), const B0 ideal-int326pkg syscall (netbsd-arm64-cgo), const B110 = 110327pkg syscall (netbsd-arm64-cgo), const B110 ideal-int328pkg syscall (netbsd-arm64-cgo), const B115200 = 115200329pkg syscall (netbsd-arm64-cgo), const B115200 ideal-int330pkg syscall (netbsd-arm64-cgo), const B1200 = 1200331pkg syscall (netbsd-arm64-cgo), const B1200 ideal-int332pkg syscall (netbsd-arm64-cgo), const B134 = 134333pkg syscall (netbsd-arm64-cgo), const B134 ideal-int334pkg syscall (netbsd-arm64-cgo), const B14400 = 14400335pkg syscall (netbsd-arm64-cgo), const B14400 ideal-int336pkg syscall (netbsd-arm64-cgo), const B150 = 150337pkg syscall (netbsd-arm64-cgo), const B150 ideal-int338pkg syscall (netbsd-arm64-cgo), const B1800 = 1800339pkg syscall (netbsd-arm64-cgo), const B1800 ideal-int340pkg syscall (netbsd-arm64-cgo), const B19200 = 19200341pkg syscall (netbsd-arm64-cgo), const B19200 ideal-int342pkg syscall (netbsd-arm64-cgo), const B200 = 200343pkg syscall (netbsd-arm64-cgo), const B200 ideal-int344pkg syscall (netbsd-arm64-cgo), const B230400 = 230400345pkg syscall (netbsd-arm64-cgo), const B230400 ideal-int346pkg syscall (netbsd-arm64-cgo), const B2400 = 2400347pkg syscall (netbsd-arm64-cgo), const B2400 ideal-int348pkg syscall (netbsd-arm64-cgo), const B28800 = 28800349pkg syscall (netbsd-arm64-cgo), const B28800 ideal-int350pkg syscall (netbsd-arm64-cgo), const B300 = 300351pkg syscall (netbsd-arm64-cgo), const B300 ideal-int352pkg syscall (netbsd-arm64-cgo), const B38400 = 38400353pkg syscall (netbsd-arm64-cgo), const B38400 ideal-int354pkg syscall (netbsd-arm64-cgo), const B460800 = 460800355pkg syscall (netbsd-arm64-cgo), const B460800 ideal-int356pkg syscall (netbsd-arm64-cgo), const B4800 = 4800357pkg syscall (netbsd-arm64-cgo), const B4800 ideal-int358pkg syscall (netbsd-arm64-cgo), const B50 = 50359pkg syscall (netbsd-arm64-cgo), const B50 ideal-int360pkg syscall (netbsd-arm64-cgo), const B57600 = 57600361pkg syscall (netbsd-arm64-cgo), const B57600 ideal-int362pkg syscall (netbsd-arm64-cgo), const B600 = 600363pkg syscall (netbsd-arm64-cgo), const B600 ideal-int364pkg syscall (netbsd-arm64-cgo), const B7200 = 7200365pkg syscall (netbsd-arm64-cgo), const B7200 ideal-int366pkg syscall (netbsd-arm64-cgo), const B75 = 75367pkg syscall (netbsd-arm64-cgo), const B75 ideal-int368pkg syscall (netbsd-arm64-cgo), const B76800 = 76800369pkg syscall (netbsd-arm64-cgo), const B76800 ideal-int370pkg syscall (netbsd-arm64-cgo), const B921600 = 921600371pkg syscall (netbsd-arm64-cgo), const B921600 ideal-int372pkg syscall (netbsd-arm64-cgo), const B9600 = 9600373pkg syscall (netbsd-arm64-cgo), const B9600 ideal-int374pkg syscall (netbsd-arm64-cgo), const BIOCFEEDBACK = 2147762813375pkg syscall (netbsd-arm64-cgo), const BIOCFEEDBACK ideal-int376pkg syscall (netbsd-arm64-cgo), const BIOCFLUSH = 536887912377pkg syscall (netbsd-arm64-cgo), const BIOCFLUSH ideal-int378pkg syscall (netbsd-arm64-cgo), const BIOCGBLEN = 1074020966379pkg syscall (netbsd-arm64-cgo), const BIOCGBLEN ideal-int380pkg syscall (netbsd-arm64-cgo), const BIOCGDLT = 1074020970381pkg syscall (netbsd-arm64-cgo), const BIOCGDLT ideal-int382pkg syscall (netbsd-arm64-cgo), const BIOCGDLTLIST = 3222291063383pkg syscall (netbsd-arm64-cgo), const BIOCGDLTLIST ideal-int384pkg syscall (netbsd-arm64-cgo), const BIOCGETIF = 1083196011385pkg syscall (netbsd-arm64-cgo), const BIOCGETIF ideal-int386pkg syscall (netbsd-arm64-cgo), const BIOCGFEEDBACK = 1074020988387pkg syscall (netbsd-arm64-cgo), const BIOCGFEEDBACK ideal-int388pkg syscall (netbsd-arm64-cgo), const BIOCGHDRCMPLT = 1074020980389pkg syscall (netbsd-arm64-cgo), const BIOCGHDRCMPLT ideal-int390pkg syscall (netbsd-arm64-cgo), const BIOCGRTIMEOUT = 1074807419391pkg syscall (netbsd-arm64-cgo), const BIOCGRTIMEOUT ideal-int392pkg syscall (netbsd-arm64-cgo), const BIOCGSEESENT = 1074020984393pkg syscall (netbsd-arm64-cgo), const BIOCGSEESENT ideal-int394pkg syscall (netbsd-arm64-cgo), const BIOCGSTATS = 1082147439395pkg syscall (netbsd-arm64-cgo), const BIOCGSTATS ideal-int396pkg syscall (netbsd-arm64-cgo), const BIOCGSTATSOLD = 1074283119397pkg syscall (netbsd-arm64-cgo), const BIOCGSTATSOLD ideal-int398pkg syscall (netbsd-arm64-cgo), const BIOCIMMEDIATE = 2147762800399pkg syscall (netbsd-arm64-cgo), const BIOCIMMEDIATE ideal-int400pkg syscall (netbsd-arm64-cgo), const BIOCPROMISC = 536887913401pkg syscall (netbsd-arm64-cgo), const BIOCPROMISC ideal-int402pkg syscall (netbsd-arm64-cgo), const BIOCSBLEN = 3221504614403pkg syscall (netbsd-arm64-cgo), const BIOCSBLEN ideal-int404pkg syscall (netbsd-arm64-cgo), const BIOCSDLT = 2147762806405pkg syscall (netbsd-arm64-cgo), const BIOCSDLT ideal-int406pkg syscall (netbsd-arm64-cgo), const BIOCSETF = 2148549223407pkg syscall (netbsd-arm64-cgo), const BIOCSETF ideal-int408pkg syscall (netbsd-arm64-cgo), const BIOCSETIF = 2156937836409pkg syscall (netbsd-arm64-cgo), const BIOCSETIF ideal-int410pkg syscall (netbsd-arm64-cgo), const BIOCSFEEDBACK = 2147762813411pkg syscall (netbsd-arm64-cgo), const BIOCSFEEDBACK ideal-int412pkg syscall (netbsd-arm64-cgo), const BIOCSHDRCMPLT = 2147762805413pkg syscall (netbsd-arm64-cgo), const BIOCSHDRCMPLT ideal-int414pkg syscall (netbsd-arm64-cgo), const BIOCSRTIMEOUT = 2148549242415pkg syscall (netbsd-arm64-cgo), const BIOCSRTIMEOUT ideal-int416pkg syscall (netbsd-arm64-cgo), const BIOCSSEESENT = 2147762809417pkg syscall (netbsd-arm64-cgo), const BIOCSSEESENT ideal-int418pkg syscall (netbsd-arm64-cgo), const BIOCSTCPF = 2148549234419pkg syscall (netbsd-arm64-cgo), const BIOCSTCPF ideal-int420pkg syscall (netbsd-arm64-cgo), const BIOCSUDPF = 2148549235421pkg syscall (netbsd-arm64-cgo), const BIOCSUDPF ideal-int422pkg syscall (netbsd-arm64-cgo), const BIOCVERSION = 1074020977423pkg syscall (netbsd-arm64-cgo), const BIOCVERSION ideal-int424pkg syscall (netbsd-arm64-cgo), const BPF_A = 16425pkg syscall (netbsd-arm64-cgo), const BPF_ABS = 32426pkg syscall (netbsd-arm64-cgo), const BPF_ABS ideal-int427pkg syscall (netbsd-arm64-cgo), const BPF_ADD = 0428pkg syscall (netbsd-arm64-cgo), const BPF_ADD ideal-int429pkg syscall (netbsd-arm64-cgo), const BPF_A ideal-int430pkg syscall (netbsd-arm64-cgo), const BPF_ALIGNMENT32 = 4431pkg syscall (netbsd-arm64-cgo), const BPF_ALIGNMENT32 ideal-int432pkg syscall (netbsd-arm64-cgo), const BPF_ALIGNMENT = 8433pkg syscall (netbsd-arm64-cgo), const BPF_ALIGNMENT ideal-int434pkg syscall (netbsd-arm64-cgo), const BPF_ALU = 4435pkg syscall (netbsd-arm64-cgo), const BPF_ALU ideal-int436pkg syscall (netbsd-arm64-cgo), const BPF_AND = 80437pkg syscall (netbsd-arm64-cgo), const BPF_AND ideal-int438pkg syscall (netbsd-arm64-cgo), const BPF_B = 16439pkg syscall (netbsd-arm64-cgo), const BPF_B ideal-int440pkg syscall (netbsd-arm64-cgo), const BPF_DFLTBUFSIZE = 1048576441pkg syscall (netbsd-arm64-cgo), const BPF_DFLTBUFSIZE ideal-int442pkg syscall (netbsd-arm64-cgo), const BPF_DIV = 48443pkg syscall (netbsd-arm64-cgo), const BPF_DIV ideal-int444pkg syscall (netbsd-arm64-cgo), const BPF_H = 8445pkg syscall (netbsd-arm64-cgo), const BPF_H ideal-int446pkg syscall (netbsd-arm64-cgo), const BPF_IMM = 0447pkg syscall (netbsd-arm64-cgo), const BPF_IMM ideal-int448pkg syscall (netbsd-arm64-cgo), const BPF_IND = 64449pkg syscall (netbsd-arm64-cgo), const BPF_IND ideal-int450pkg syscall (netbsd-arm64-cgo), const BPF_JA = 0451pkg syscall (netbsd-arm64-cgo), const BPF_JA ideal-int452pkg syscall (netbsd-arm64-cgo), const BPF_JEQ = 16453pkg syscall (netbsd-arm64-cgo), const BPF_JEQ ideal-int454pkg syscall (netbsd-arm64-cgo), const BPF_JGE = 48455pkg syscall (netbsd-arm64-cgo), const BPF_JGE ideal-int456pkg syscall (netbsd-arm64-cgo), const BPF_JGT = 32457pkg syscall (netbsd-arm64-cgo), const BPF_JGT ideal-int458pkg syscall (netbsd-arm64-cgo), const BPF_JMP = 5459pkg syscall (netbsd-arm64-cgo), const BPF_JMP ideal-int460pkg syscall (netbsd-arm64-cgo), const BPF_JSET = 64461pkg syscall (netbsd-arm64-cgo), const BPF_JSET ideal-int462pkg syscall (netbsd-arm64-cgo), const BPF_K = 0463pkg syscall (netbsd-arm64-cgo), const BPF_K ideal-int464pkg syscall (netbsd-arm64-cgo), const BPF_LD = 0465pkg syscall (netbsd-arm64-cgo), const BPF_LD ideal-int466pkg syscall (netbsd-arm64-cgo), const BPF_LDX = 1467pkg syscall (netbsd-arm64-cgo), const BPF_LDX ideal-int468pkg syscall (netbsd-arm64-cgo), const BPF_LEN = 128469pkg syscall (netbsd-arm64-cgo), const BPF_LEN ideal-int470pkg syscall (netbsd-arm64-cgo), const BPF_LSH = 96471pkg syscall (netbsd-arm64-cgo), const BPF_LSH ideal-int472pkg syscall (netbsd-arm64-cgo), const BPF_MAJOR_VERSION = 1473pkg syscall (netbsd-arm64-cgo), const BPF_MAJOR_VERSION ideal-int474pkg syscall (netbsd-arm64-cgo), const BPF_MAXBUFSIZE = 16777216475pkg syscall (netbsd-arm64-cgo), const BPF_MAXBUFSIZE ideal-int476pkg syscall (netbsd-arm64-cgo), const BPF_MAXINSNS = 512477pkg syscall (netbsd-arm64-cgo), const BPF_MAXINSNS ideal-int478pkg syscall (netbsd-arm64-cgo), const BPF_MEM = 96479pkg syscall (netbsd-arm64-cgo), const BPF_MEM ideal-int480pkg syscall (netbsd-arm64-cgo), const BPF_MEMWORDS = 16481pkg syscall (netbsd-arm64-cgo), const BPF_MEMWORDS ideal-int482pkg syscall (netbsd-arm64-cgo), const BPF_MINBUFSIZE = 32483pkg syscall (netbsd-arm64-cgo), const BPF_MINBUFSIZE ideal-int484pkg syscall (netbsd-arm64-cgo), const BPF_MINOR_VERSION = 1485pkg syscall (netbsd-arm64-cgo), const BPF_MINOR_VERSION ideal-int486pkg syscall (netbsd-arm64-cgo), const BPF_MISC = 7487pkg syscall (netbsd-arm64-cgo), const BPF_MISC ideal-int488pkg syscall (netbsd-arm64-cgo), const BPF_MSH = 160489pkg syscall (netbsd-arm64-cgo), const BPF_MSH ideal-int490pkg syscall (netbsd-arm64-cgo), const BPF_MUL = 32491pkg syscall (netbsd-arm64-cgo), const BPF_MUL ideal-int492pkg syscall (netbsd-arm64-cgo), const BPF_NEG = 128493pkg syscall (netbsd-arm64-cgo), const BPF_NEG ideal-int494pkg syscall (netbsd-arm64-cgo), const BPF_OR = 64495pkg syscall (netbsd-arm64-cgo), const BPF_OR ideal-int496pkg syscall (netbsd-arm64-cgo), const BPF_RELEASE = 199606497pkg syscall (netbsd-arm64-cgo), const BPF_RELEASE ideal-int498pkg syscall (netbsd-arm64-cgo), const BPF_RET = 6499pkg syscall (netbsd-arm64-cgo), const BPF_RET ideal-int500pkg syscall (netbsd-arm64-cgo), const BPF_RSH = 112501pkg syscall (netbsd-arm64-cgo), const BPF_RSH ideal-int502pkg syscall (netbsd-arm64-cgo), const BPF_ST = 2503pkg syscall (netbsd-arm64-cgo), const BPF_ST ideal-int504pkg syscall (netbsd-arm64-cgo), const BPF_STX = 3505pkg syscall (netbsd-arm64-cgo), const BPF_STX ideal-int506pkg syscall (netbsd-arm64-cgo), const BPF_SUB = 16507pkg syscall (netbsd-arm64-cgo), const BPF_SUB ideal-int508pkg syscall (netbsd-arm64-cgo), const BPF_TAX = 0509pkg syscall (netbsd-arm64-cgo), const BPF_TAX ideal-int510pkg syscall (netbsd-arm64-cgo), const BPF_TXA = 128511pkg syscall (netbsd-arm64-cgo), const BPF_TXA ideal-int512pkg syscall (netbsd-arm64-cgo), const BPF_W = 0513pkg syscall (netbsd-arm64-cgo), const BPF_W ideal-int514pkg syscall (netbsd-arm64-cgo), const BPF_X = 8515pkg syscall (netbsd-arm64-cgo), const BPF_X ideal-int516pkg syscall (netbsd-arm64-cgo), const BRKINT = 2517pkg syscall (netbsd-arm64-cgo), const BRKINT ideal-int518pkg syscall (netbsd-arm64-cgo), const CFLUSH = 15519pkg syscall (netbsd-arm64-cgo), const CFLUSH ideal-int520pkg syscall (netbsd-arm64-cgo), const CLOCAL = 32768521pkg syscall (netbsd-arm64-cgo), const CLOCAL ideal-int522pkg syscall (netbsd-arm64-cgo), const CLONE_CSIGNAL = 255523pkg syscall (netbsd-arm64-cgo), const CLONE_CSIGNAL ideal-int524pkg syscall (netbsd-arm64-cgo), const CLONE_FILES = 1024525pkg syscall (netbsd-arm64-cgo), const CLONE_FILES ideal-int526pkg syscall (netbsd-arm64-cgo), const CLONE_FS = 512527pkg syscall (netbsd-arm64-cgo), const CLONE_FS ideal-int528pkg syscall (netbsd-arm64-cgo), const CLONE_PID = 4096529pkg syscall (netbsd-arm64-cgo), const CLONE_PID ideal-int530pkg syscall (netbsd-arm64-cgo), const CLONE_PTRACE = 8192531pkg syscall (netbsd-arm64-cgo), const CLONE_PTRACE ideal-int532pkg syscall (netbsd-arm64-cgo), const CLONE_SIGHAND = 2048533pkg syscall (netbsd-arm64-cgo), const CLONE_SIGHAND ideal-int534pkg syscall (netbsd-arm64-cgo), const CLONE_VFORK = 16384535pkg syscall (netbsd-arm64-cgo), const CLONE_VFORK ideal-int536pkg syscall (netbsd-arm64-cgo), const CLONE_VM = 256537pkg syscall (netbsd-arm64-cgo), const CLONE_VM ideal-int538pkg syscall (netbsd-arm64-cgo), const CREAD = 2048539pkg syscall (netbsd-arm64-cgo), const CREAD ideal-int540pkg syscall (netbsd-arm64-cgo), const CS5 = 0541pkg syscall (netbsd-arm64-cgo), const CS5 ideal-int542pkg syscall (netbsd-arm64-cgo), const CS6 = 256543pkg syscall (netbsd-arm64-cgo), const CS6 ideal-int544pkg syscall (netbsd-arm64-cgo), const CS7 = 512545pkg syscall (netbsd-arm64-cgo), const CS7 ideal-int546pkg syscall (netbsd-arm64-cgo), const CS8 = 768547pkg syscall (netbsd-arm64-cgo), const CS8 ideal-int548pkg syscall (netbsd-arm64-cgo), const CSIZE = 768549pkg syscall (netbsd-arm64-cgo), const CSIZE ideal-int550pkg syscall (netbsd-arm64-cgo), const CSTART = 17551pkg syscall (netbsd-arm64-cgo), const CSTART ideal-int552pkg syscall (netbsd-arm64-cgo), const CSTATUS = 20553pkg syscall (netbsd-arm64-cgo), const CSTATUS ideal-int554pkg syscall (netbsd-arm64-cgo), const CSTOP = 19555pkg syscall (netbsd-arm64-cgo), const CSTOPB = 1024556pkg syscall (netbsd-arm64-cgo), const CSTOPB ideal-int557pkg syscall (netbsd-arm64-cgo), const CSTOP ideal-int558pkg syscall (netbsd-arm64-cgo), const CSUSP = 26559pkg syscall (netbsd-arm64-cgo), const CSUSP ideal-int560pkg syscall (netbsd-arm64-cgo), const CTL_MAXNAME = 12561pkg syscall (netbsd-arm64-cgo), const CTL_MAXNAME ideal-int562pkg syscall (netbsd-arm64-cgo), const CTL_NET = 4563pkg syscall (netbsd-arm64-cgo), const CTL_NET ideal-int564pkg syscall (netbsd-arm64-cgo), const CTL_QUERY = -2565pkg syscall (netbsd-arm64-cgo), const CTL_QUERY ideal-int566pkg syscall (netbsd-arm64-cgo), const DIOCBSFLUSH = 536896632567pkg syscall (netbsd-arm64-cgo), const DIOCBSFLUSH ideal-int568pkg syscall (netbsd-arm64-cgo), const DLT_A429 = 184569pkg syscall (netbsd-arm64-cgo), const DLT_A429 ideal-int570pkg syscall (netbsd-arm64-cgo), const DLT_A653_ICM = 185571pkg syscall (netbsd-arm64-cgo), const DLT_A653_ICM ideal-int572pkg syscall (netbsd-arm64-cgo), const DLT_AIRONET_HEADER = 120573pkg syscall (netbsd-arm64-cgo), const DLT_AIRONET_HEADER ideal-int574pkg syscall (netbsd-arm64-cgo), const DLT_AOS = 222575pkg syscall (netbsd-arm64-cgo), const DLT_AOS ideal-int576pkg syscall (netbsd-arm64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138577pkg syscall (netbsd-arm64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int578pkg syscall (netbsd-arm64-cgo), const DLT_ARCNET = 7579pkg syscall (netbsd-arm64-cgo), const DLT_ARCNET ideal-int580pkg syscall (netbsd-arm64-cgo), const DLT_ARCNET_LINUX = 129581pkg syscall (netbsd-arm64-cgo), const DLT_ARCNET_LINUX ideal-int582pkg syscall (netbsd-arm64-cgo), const DLT_ATM_CLIP = 19583pkg syscall (netbsd-arm64-cgo), const DLT_ATM_CLIP ideal-int584pkg syscall (netbsd-arm64-cgo), const DLT_ATM_RFC1483 = 11585pkg syscall (netbsd-arm64-cgo), const DLT_ATM_RFC1483 ideal-int586pkg syscall (netbsd-arm64-cgo), const DLT_AURORA = 126587pkg syscall (netbsd-arm64-cgo), const DLT_AURORA ideal-int588pkg syscall (netbsd-arm64-cgo), const DLT_AX25 = 3589pkg syscall (netbsd-arm64-cgo), const DLT_AX25 ideal-int590pkg syscall (netbsd-arm64-cgo), const DLT_AX25_KISS = 202591pkg syscall (netbsd-arm64-cgo), const DLT_AX25_KISS ideal-int592pkg syscall (netbsd-arm64-cgo), const DLT_BACNET_MS_TP = 165593pkg syscall (netbsd-arm64-cgo), const DLT_BACNET_MS_TP ideal-int594pkg syscall (netbsd-arm64-cgo), const DLT_BLUETOOTH_HCI_H4 = 187595pkg syscall (netbsd-arm64-cgo), const DLT_BLUETOOTH_HCI_H4 ideal-int596pkg syscall (netbsd-arm64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201597pkg syscall (netbsd-arm64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int598pkg syscall (netbsd-arm64-cgo), const DLT_CAN20B = 190599pkg syscall (netbsd-arm64-cgo), const DLT_CAN20B ideal-int600pkg syscall (netbsd-arm64-cgo), const DLT_CAN_SOCKETCAN = 227601pkg syscall (netbsd-arm64-cgo), const DLT_CAN_SOCKETCAN ideal-int602pkg syscall (netbsd-arm64-cgo), const DLT_CHAOS = 5603pkg syscall (netbsd-arm64-cgo), const DLT_CHAOS ideal-int604pkg syscall (netbsd-arm64-cgo), const DLT_C_HDLC = 104605pkg syscall (netbsd-arm64-cgo), const DLT_C_HDLC ideal-int606pkg syscall (netbsd-arm64-cgo), const DLT_C_HDLC_WITH_DIR = 205607pkg syscall (netbsd-arm64-cgo), const DLT_C_HDLC_WITH_DIR ideal-int608pkg syscall (netbsd-arm64-cgo), const DLT_CISCO_IOS = 118609pkg syscall (netbsd-arm64-cgo), const DLT_CISCO_IOS ideal-int610pkg syscall (netbsd-arm64-cgo), const DLT_DECT = 221611pkg syscall (netbsd-arm64-cgo), const DLT_DECT ideal-int612pkg syscall (netbsd-arm64-cgo), const DLT_DOCSIS = 143613pkg syscall (netbsd-arm64-cgo), const DLT_DOCSIS ideal-int614pkg syscall (netbsd-arm64-cgo), const DLT_ECONET = 115615pkg syscall (netbsd-arm64-cgo), const DLT_ECONET ideal-int616pkg syscall (netbsd-arm64-cgo), const DLT_EN10MB = 1617pkg syscall (netbsd-arm64-cgo), const DLT_EN10MB ideal-int618pkg syscall (netbsd-arm64-cgo), const DLT_EN3MB = 2619pkg syscall (netbsd-arm64-cgo), const DLT_EN3MB ideal-int620pkg syscall (netbsd-arm64-cgo), const DLT_ENC = 109621pkg syscall (netbsd-arm64-cgo), const DLT_ENC ideal-int622pkg syscall (netbsd-arm64-cgo), const DLT_ERF = 197623pkg syscall (netbsd-arm64-cgo), const DLT_ERF_ETH = 175624pkg syscall (netbsd-arm64-cgo), const DLT_ERF_ETH ideal-int625pkg syscall (netbsd-arm64-cgo), const DLT_ERF ideal-int626pkg syscall (netbsd-arm64-cgo), const DLT_ERF_POS = 176627pkg syscall (netbsd-arm64-cgo), const DLT_ERF_POS ideal-int628pkg syscall (netbsd-arm64-cgo), const DLT_FC_2 = 224629pkg syscall (netbsd-arm64-cgo), const DLT_FC_2 ideal-int630pkg syscall (netbsd-arm64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225631pkg syscall (netbsd-arm64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int632pkg syscall (netbsd-arm64-cgo), const DLT_FDDI = 10633pkg syscall (netbsd-arm64-cgo), const DLT_FDDI ideal-int634pkg syscall (netbsd-arm64-cgo), const DLT_FLEXRAY = 210635pkg syscall (netbsd-arm64-cgo), const DLT_FLEXRAY ideal-int636pkg syscall (netbsd-arm64-cgo), const DLT_FRELAY = 107637pkg syscall (netbsd-arm64-cgo), const DLT_FRELAY ideal-int638pkg syscall (netbsd-arm64-cgo), const DLT_FRELAY_WITH_DIR = 206639pkg syscall (netbsd-arm64-cgo), const DLT_FRELAY_WITH_DIR ideal-int640pkg syscall (netbsd-arm64-cgo), const DLT_GCOM_SERIAL = 173641pkg syscall (netbsd-arm64-cgo), const DLT_GCOM_SERIAL ideal-int642pkg syscall (netbsd-arm64-cgo), const DLT_GCOM_T1E1 = 172643pkg syscall (netbsd-arm64-cgo), const DLT_GCOM_T1E1 ideal-int644pkg syscall (netbsd-arm64-cgo), const DLT_GPF_F = 171645pkg syscall (netbsd-arm64-cgo), const DLT_GPF_F ideal-int646pkg syscall (netbsd-arm64-cgo), const DLT_GPF_T = 170647pkg syscall (netbsd-arm64-cgo), const DLT_GPF_T ideal-int648pkg syscall (netbsd-arm64-cgo), const DLT_GPRS_LLC = 169649pkg syscall (netbsd-arm64-cgo), const DLT_GPRS_LLC ideal-int650pkg syscall (netbsd-arm64-cgo), const DLT_GSMTAP_ABIS = 218651pkg syscall (netbsd-arm64-cgo), const DLT_GSMTAP_ABIS ideal-int652pkg syscall (netbsd-arm64-cgo), const DLT_GSMTAP_UM = 217653pkg syscall (netbsd-arm64-cgo), const DLT_GSMTAP_UM ideal-int654pkg syscall (netbsd-arm64-cgo), const DLT_HDLC = 16655pkg syscall (netbsd-arm64-cgo), const DLT_HDLC ideal-int656pkg syscall (netbsd-arm64-cgo), const DLT_HHDLC = 121657pkg syscall (netbsd-arm64-cgo), const DLT_HHDLC ideal-int658pkg syscall (netbsd-arm64-cgo), const DLT_HIPPI = 15659pkg syscall (netbsd-arm64-cgo), const DLT_HIPPI ideal-int660pkg syscall (netbsd-arm64-cgo), const DLT_IBM_SN = 146661pkg syscall (netbsd-arm64-cgo), const DLT_IBM_SN ideal-int662pkg syscall (netbsd-arm64-cgo), const DLT_IBM_SP = 145663pkg syscall (netbsd-arm64-cgo), const DLT_IBM_SP ideal-int664pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_11 = 105665pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_11 ideal-int666pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_11_RADIO = 127667pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163668pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int669pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_11_RADIO ideal-int670pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_15_4 = 195671pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_15_4 ideal-int672pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_15_4_LINUX = 191673pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_15_4_LINUX ideal-int674pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215675pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_15_4_NONASK_PHY ideal-int676pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_16_MAC_CPS = 188677pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_16_MAC_CPS ideal-int678pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193679pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int680pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802 = 6681pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802 ideal-int682pkg syscall (netbsd-arm64-cgo), const DLT_IPMB = 199683pkg syscall (netbsd-arm64-cgo), const DLT_IPMB ideal-int684pkg syscall (netbsd-arm64-cgo), const DLT_IPMB_LINUX = 209685pkg syscall (netbsd-arm64-cgo), const DLT_IPMB_LINUX ideal-int686pkg syscall (netbsd-arm64-cgo), const DLT_IPNET = 226687pkg syscall (netbsd-arm64-cgo), const DLT_IPNET ideal-int688pkg syscall (netbsd-arm64-cgo), const DLT_IP_OVER_FC = 122689pkg syscall (netbsd-arm64-cgo), const DLT_IP_OVER_FC ideal-int690pkg syscall (netbsd-arm64-cgo), const DLT_IPV4 = 228691pkg syscall (netbsd-arm64-cgo), const DLT_IPV4 ideal-int692pkg syscall (netbsd-arm64-cgo), const DLT_IPV6 = 229693pkg syscall (netbsd-arm64-cgo), const DLT_IPV6 ideal-int694pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ATM1 = 137695pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ATM1 ideal-int696pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ATM2 = 135697pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ATM2 ideal-int698pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_CHDLC = 181699pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_CHDLC ideal-int700pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ES = 132701pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ES ideal-int702pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ETHER = 178703pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ETHER ideal-int704pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_FRELAY = 180705pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_FRELAY ideal-int706pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_GGSN = 133707pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_GGSN ideal-int708pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ISM = 194709pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ISM ideal-int710pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_MFR = 134711pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_MFR ideal-int712pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_MLFR = 131713pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_MLFR ideal-int714pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_MLPPP = 130715pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_MLPPP ideal-int716pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_MONITOR = 164717pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_MONITOR ideal-int718pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_PIC_PEER = 174719pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_PIC_PEER ideal-int720pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_PPP = 179721pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_PPP ideal-int722pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_PPPOE = 167723pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_PPPOE_ATM = 168724pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_PPPOE_ATM ideal-int725pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_PPPOE ideal-int726pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_SERVICES = 136727pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_SERVICES ideal-int728pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ST = 200729pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ST ideal-int730pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_VP = 183731pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_VP ideal-int732pkg syscall (netbsd-arm64-cgo), const DLT_LAPB_WITH_DIR = 207733pkg syscall (netbsd-arm64-cgo), const DLT_LAPB_WITH_DIR ideal-int734pkg syscall (netbsd-arm64-cgo), const DLT_LAPD = 203735pkg syscall (netbsd-arm64-cgo), const DLT_LAPD ideal-int736pkg syscall (netbsd-arm64-cgo), const DLT_LIN = 212737pkg syscall (netbsd-arm64-cgo), const DLT_LIN ideal-int738pkg syscall (netbsd-arm64-cgo), const DLT_LINUX_EVDEV = 216739pkg syscall (netbsd-arm64-cgo), const DLT_LINUX_EVDEV ideal-int740pkg syscall (netbsd-arm64-cgo), const DLT_LINUX_IRDA = 144741pkg syscall (netbsd-arm64-cgo), const DLT_LINUX_IRDA ideal-int742pkg syscall (netbsd-arm64-cgo), const DLT_LINUX_LAPD = 177743pkg syscall (netbsd-arm64-cgo), const DLT_LINUX_LAPD ideal-int744pkg syscall (netbsd-arm64-cgo), const DLT_LINUX_SLL = 113745pkg syscall (netbsd-arm64-cgo), const DLT_LINUX_SLL ideal-int746pkg syscall (netbsd-arm64-cgo), const DLT_LOOP = 108747pkg syscall (netbsd-arm64-cgo), const DLT_LOOP ideal-int748pkg syscall (netbsd-arm64-cgo), const DLT_LTALK = 114749pkg syscall (netbsd-arm64-cgo), const DLT_LTALK ideal-int750pkg syscall (netbsd-arm64-cgo), const DLT_MFR = 182751pkg syscall (netbsd-arm64-cgo), const DLT_MFR ideal-int752pkg syscall (netbsd-arm64-cgo), const DLT_MOST = 211753pkg syscall (netbsd-arm64-cgo), const DLT_MOST ideal-int754pkg syscall (netbsd-arm64-cgo), const DLT_MPLS = 219755pkg syscall (netbsd-arm64-cgo), const DLT_MPLS ideal-int756pkg syscall (netbsd-arm64-cgo), const DLT_MTP2 = 140757pkg syscall (netbsd-arm64-cgo), const DLT_MTP2 ideal-int758pkg syscall (netbsd-arm64-cgo), const DLT_MTP2_WITH_PHDR = 139759pkg syscall (netbsd-arm64-cgo), const DLT_MTP2_WITH_PHDR ideal-int760pkg syscall (netbsd-arm64-cgo), const DLT_MTP3 = 141761pkg syscall (netbsd-arm64-cgo), const DLT_MTP3 ideal-int762pkg syscall (netbsd-arm64-cgo), const DLT_NULL = 0763pkg syscall (netbsd-arm64-cgo), const DLT_NULL ideal-int764pkg syscall (netbsd-arm64-cgo), const DLT_PCI_EXP = 125765pkg syscall (netbsd-arm64-cgo), const DLT_PCI_EXP ideal-int766pkg syscall (netbsd-arm64-cgo), const DLT_PFLOG = 117767pkg syscall (netbsd-arm64-cgo), const DLT_PFLOG ideal-int768pkg syscall (netbsd-arm64-cgo), const DLT_PFSYNC = 18769pkg syscall (netbsd-arm64-cgo), const DLT_PFSYNC ideal-int770pkg syscall (netbsd-arm64-cgo), const DLT_PPI = 192771pkg syscall (netbsd-arm64-cgo), const DLT_PPI ideal-int772pkg syscall (netbsd-arm64-cgo), const DLT_PPP = 9773pkg syscall (netbsd-arm64-cgo), const DLT_PPP_BSDOS = 14774pkg syscall (netbsd-arm64-cgo), const DLT_PPP_BSDOS ideal-int775pkg syscall (netbsd-arm64-cgo), const DLT_PPP_ETHER = 51776pkg syscall (netbsd-arm64-cgo), const DLT_PPP_ETHER ideal-int777pkg syscall (netbsd-arm64-cgo), const DLT_PPP ideal-int778pkg syscall (netbsd-arm64-cgo), const DLT_PPP_PPPD = 166779pkg syscall (netbsd-arm64-cgo), const DLT_PPP_PPPD ideal-int780pkg syscall (netbsd-arm64-cgo), const DLT_PPP_SERIAL = 50781pkg syscall (netbsd-arm64-cgo), const DLT_PPP_SERIAL ideal-int782pkg syscall (netbsd-arm64-cgo), const DLT_PPP_WITH_DIR = 204783pkg syscall (netbsd-arm64-cgo), const DLT_PPP_WITH_DIR ideal-int784pkg syscall (netbsd-arm64-cgo), const DLT_PRISM_HEADER = 119785pkg syscall (netbsd-arm64-cgo), const DLT_PRISM_HEADER ideal-int786pkg syscall (netbsd-arm64-cgo), const DLT_PRONET = 4787pkg syscall (netbsd-arm64-cgo), const DLT_PRONET ideal-int788pkg syscall (netbsd-arm64-cgo), const DLT_RAIF1 = 198789pkg syscall (netbsd-arm64-cgo), const DLT_RAIF1 ideal-int790pkg syscall (netbsd-arm64-cgo), const DLT_RAW = 12791pkg syscall (netbsd-arm64-cgo), const DLT_RAWAF_MASK = 35913728792pkg syscall (netbsd-arm64-cgo), const DLT_RAWAF_MASK ideal-int793pkg syscall (netbsd-arm64-cgo), const DLT_RAW ideal-int794pkg syscall (netbsd-arm64-cgo), const DLT_RIO = 124795pkg syscall (netbsd-arm64-cgo), const DLT_RIO ideal-int796pkg syscall (netbsd-arm64-cgo), const DLT_SCCP = 142797pkg syscall (netbsd-arm64-cgo), const DLT_SCCP ideal-int798pkg syscall (netbsd-arm64-cgo), const DLT_SITA = 196799pkg syscall (netbsd-arm64-cgo), const DLT_SITA ideal-int800pkg syscall (netbsd-arm64-cgo), const DLT_SLIP = 8801pkg syscall (netbsd-arm64-cgo), const DLT_SLIP_BSDOS = 13802pkg syscall (netbsd-arm64-cgo), const DLT_SLIP_BSDOS ideal-int803pkg syscall (netbsd-arm64-cgo), const DLT_SLIP ideal-int804pkg syscall (netbsd-arm64-cgo), const DLT_SUNATM = 123805pkg syscall (netbsd-arm64-cgo), const DLT_SUNATM ideal-int806pkg syscall (netbsd-arm64-cgo), const DLT_SYMANTEC_FIREWALL = 99807pkg syscall (netbsd-arm64-cgo), const DLT_SYMANTEC_FIREWALL ideal-int808pkg syscall (netbsd-arm64-cgo), const DLT_TZSP = 128809pkg syscall (netbsd-arm64-cgo), const DLT_TZSP ideal-int810pkg syscall (netbsd-arm64-cgo), const DLT_USB = 186811pkg syscall (netbsd-arm64-cgo), const DLT_USB ideal-int812pkg syscall (netbsd-arm64-cgo), const DLT_USB_LINUX = 189813pkg syscall (netbsd-arm64-cgo), const DLT_USB_LINUX ideal-int814pkg syscall (netbsd-arm64-cgo), const DLT_USB_LINUX_MMAPPED = 220815pkg syscall (netbsd-arm64-cgo), const DLT_USB_LINUX_MMAPPED ideal-int816pkg syscall (netbsd-arm64-cgo), const DLT_WIHART = 223817pkg syscall (netbsd-arm64-cgo), const DLT_WIHART ideal-int818pkg syscall (netbsd-arm64-cgo), const DLT_X2E_SERIAL = 213819pkg syscall (netbsd-arm64-cgo), const DLT_X2E_SERIAL ideal-int820pkg syscall (netbsd-arm64-cgo), const DLT_X2E_XORAYA = 214821pkg syscall (netbsd-arm64-cgo), const DLT_X2E_XORAYA ideal-int822pkg syscall (netbsd-arm64-cgo), const DT_BLK = 6823pkg syscall (netbsd-arm64-cgo), const DT_BLK ideal-int824pkg syscall (netbsd-arm64-cgo), const DT_CHR = 2825pkg syscall (netbsd-arm64-cgo), const DT_CHR ideal-int826pkg syscall (netbsd-arm64-cgo), const DT_DIR = 4827pkg syscall (netbsd-arm64-cgo), const DT_DIR ideal-int828pkg syscall (netbsd-arm64-cgo), const DT_FIFO = 1829pkg syscall (netbsd-arm64-cgo), const DT_FIFO ideal-int830pkg syscall (netbsd-arm64-cgo), const DT_LNK = 10831pkg syscall (netbsd-arm64-cgo), const DT_LNK ideal-int832pkg syscall (netbsd-arm64-cgo), const DT_REG = 8833pkg syscall (netbsd-arm64-cgo), const DT_REG ideal-int834pkg syscall (netbsd-arm64-cgo), const DT_SOCK = 12835pkg syscall (netbsd-arm64-cgo), const DT_SOCK ideal-int836pkg syscall (netbsd-arm64-cgo), const DT_UNKNOWN = 0837pkg syscall (netbsd-arm64-cgo), const DT_UNKNOWN ideal-int838pkg syscall (netbsd-arm64-cgo), const DT_WHT = 14839pkg syscall (netbsd-arm64-cgo), const DT_WHT ideal-int840pkg syscall (netbsd-arm64-cgo), const E2BIG = 7841pkg syscall (netbsd-arm64-cgo), const EACCES = 13842pkg syscall (netbsd-arm64-cgo), const EADDRINUSE = 48843pkg syscall (netbsd-arm64-cgo), const EADDRNOTAVAIL = 49844pkg syscall (netbsd-arm64-cgo), const EAFNOSUPPORT = 47845pkg syscall (netbsd-arm64-cgo), const EAGAIN = 35846pkg syscall (netbsd-arm64-cgo), const EALREADY = 37847pkg syscall (netbsd-arm64-cgo), const EAUTH = 80848pkg syscall (netbsd-arm64-cgo), const EAUTH Errno849pkg syscall (netbsd-arm64-cgo), const EBADF = 9850pkg syscall (netbsd-arm64-cgo), const EBADMSG = 88851pkg syscall (netbsd-arm64-cgo), const EBADMSG Errno852pkg syscall (netbsd-arm64-cgo), const EBADRPC = 72853pkg syscall (netbsd-arm64-cgo), const EBADRPC Errno854pkg syscall (netbsd-arm64-cgo), const EBUSY = 16855pkg syscall (netbsd-arm64-cgo), const ECANCELED = 87856pkg syscall (netbsd-arm64-cgo), const ECHILD = 10857pkg syscall (netbsd-arm64-cgo), const ECHO = 8858pkg syscall (netbsd-arm64-cgo), const ECHOCTL = 64859pkg syscall (netbsd-arm64-cgo), const ECHOCTL ideal-int860pkg syscall (netbsd-arm64-cgo), const ECHOE = 2861pkg syscall (netbsd-arm64-cgo), const ECHOE ideal-int862pkg syscall (netbsd-arm64-cgo), const ECHO ideal-int863pkg syscall (netbsd-arm64-cgo), const ECHOK = 4864pkg syscall (netbsd-arm64-cgo), const ECHOKE = 1865pkg syscall (netbsd-arm64-cgo), const ECHOKE ideal-int866pkg syscall (netbsd-arm64-cgo), const ECHOK ideal-int867pkg syscall (netbsd-arm64-cgo), const ECHONL = 16868pkg syscall (netbsd-arm64-cgo), const ECHONL ideal-int869pkg syscall (netbsd-arm64-cgo), const ECHOPRT = 32870pkg syscall (netbsd-arm64-cgo), const ECHOPRT ideal-int871pkg syscall (netbsd-arm64-cgo), const ECONNABORTED = 53872pkg syscall (netbsd-arm64-cgo), const ECONNREFUSED = 61873pkg syscall (netbsd-arm64-cgo), const ECONNRESET = 54874pkg syscall (netbsd-arm64-cgo), const EDEADLK = 11875pkg syscall (netbsd-arm64-cgo), const EDESTADDRREQ = 39876pkg syscall (netbsd-arm64-cgo), const EDOM = 33877pkg syscall (netbsd-arm64-cgo), const EDQUOT = 69878pkg syscall (netbsd-arm64-cgo), const EEXIST = 17879pkg syscall (netbsd-arm64-cgo), const EFAULT = 14880pkg syscall (netbsd-arm64-cgo), const EFBIG = 27881pkg syscall (netbsd-arm64-cgo), const EFTYPE = 79882pkg syscall (netbsd-arm64-cgo), const EFTYPE Errno883pkg syscall (netbsd-arm64-cgo), const EHOSTDOWN = 64884pkg syscall (netbsd-arm64-cgo), const EHOSTUNREACH = 65885pkg syscall (netbsd-arm64-cgo), const EIDRM = 82886pkg syscall (netbsd-arm64-cgo), const EILSEQ = 85887pkg syscall (netbsd-arm64-cgo), const EINPROGRESS = 36888pkg syscall (netbsd-arm64-cgo), const EINTR = 4889pkg syscall (netbsd-arm64-cgo), const EINVAL = 22890pkg syscall (netbsd-arm64-cgo), const EIO = 5891pkg syscall (netbsd-arm64-cgo), const EISCONN = 56892pkg syscall (netbsd-arm64-cgo), const EISDIR = 21893pkg syscall (netbsd-arm64-cgo), const ELAST = 96894pkg syscall (netbsd-arm64-cgo), const ELAST Errno895pkg syscall (netbsd-arm64-cgo), const ELOOP = 62896pkg syscall (netbsd-arm64-cgo), const EMFILE = 24897pkg syscall (netbsd-arm64-cgo), const EMLINK = 31898pkg syscall (netbsd-arm64-cgo), const EMSGSIZE = 40899pkg syscall (netbsd-arm64-cgo), const EMUL_LINUX = 1900pkg syscall (netbsd-arm64-cgo), const EMUL_LINUX32 = 5901pkg syscall (netbsd-arm64-cgo), const EMUL_LINUX32 ideal-int902pkg syscall (netbsd-arm64-cgo), const EMUL_LINUX ideal-int903pkg syscall (netbsd-arm64-cgo), const EMUL_MAXID = 6904pkg syscall (netbsd-arm64-cgo), const EMUL_MAXID ideal-int905pkg syscall (netbsd-arm64-cgo), const EMULTIHOP = 94906pkg syscall (netbsd-arm64-cgo), const EMULTIHOP Errno907pkg syscall (netbsd-arm64-cgo), const ENAMETOOLONG = 63908pkg syscall (netbsd-arm64-cgo), const ENEEDAUTH = 81909pkg syscall (netbsd-arm64-cgo), const ENEEDAUTH Errno910pkg syscall (netbsd-arm64-cgo), const ENETDOWN = 50911pkg syscall (netbsd-arm64-cgo), const ENETRESET = 52912pkg syscall (netbsd-arm64-cgo), const ENETUNREACH = 51913pkg syscall (netbsd-arm64-cgo), const ENFILE = 23914pkg syscall (netbsd-arm64-cgo), const ENOATTR = 93915pkg syscall (netbsd-arm64-cgo), const ENOATTR Errno916pkg syscall (netbsd-arm64-cgo), const ENOBUFS = 55917pkg syscall (netbsd-arm64-cgo), const ENODATA = 89918pkg syscall (netbsd-arm64-cgo), const ENODATA Errno919pkg syscall (netbsd-arm64-cgo), const ENODEV = 19920pkg syscall (netbsd-arm64-cgo), const ENOEXEC = 8921pkg syscall (netbsd-arm64-cgo), const ENOLCK = 77922pkg syscall (netbsd-arm64-cgo), const ENOLINK = 95923pkg syscall (netbsd-arm64-cgo), const ENOLINK Errno924pkg syscall (netbsd-arm64-cgo), const ENOMEM = 12925pkg syscall (netbsd-arm64-cgo), const ENOMSG = 83926pkg syscall (netbsd-arm64-cgo), const ENOPROTOOPT = 42927pkg syscall (netbsd-arm64-cgo), const ENOSPC = 28928pkg syscall (netbsd-arm64-cgo), const ENOSR = 90929pkg syscall (netbsd-arm64-cgo), const ENOSR Errno930pkg syscall (netbsd-arm64-cgo), const ENOSTR = 91931pkg syscall (netbsd-arm64-cgo), const ENOSTR Errno932pkg syscall (netbsd-arm64-cgo), const ENOSYS = 78933pkg syscall (netbsd-arm64-cgo), const ENOTBLK = 15934pkg syscall (netbsd-arm64-cgo), const ENOTCONN = 57935pkg syscall (netbsd-arm64-cgo), const ENOTDIR = 20936pkg syscall (netbsd-arm64-cgo), const ENOTEMPTY = 66937pkg syscall (netbsd-arm64-cgo), const ENOTSOCK = 38938pkg syscall (netbsd-arm64-cgo), const ENOTSUP = 86939pkg syscall (netbsd-arm64-cgo), const ENOTTY = 25940pkg syscall (netbsd-arm64-cgo), const ENXIO = 6941pkg syscall (netbsd-arm64-cgo), const EOPNOTSUPP = 45942pkg syscall (netbsd-arm64-cgo), const EOVERFLOW = 84943pkg syscall (netbsd-arm64-cgo), const EPERM = 1944pkg syscall (netbsd-arm64-cgo), const EPFNOSUPPORT = 46945pkg syscall (netbsd-arm64-cgo), const EPIPE = 32946pkg syscall (netbsd-arm64-cgo), const EPROCLIM = 67947pkg syscall (netbsd-arm64-cgo), const EPROCLIM Errno948pkg syscall (netbsd-arm64-cgo), const EPROCUNAVAIL = 76949pkg syscall (netbsd-arm64-cgo), const EPROCUNAVAIL Errno950pkg syscall (netbsd-arm64-cgo), const EPROGMISMATCH = 75951pkg syscall (netbsd-arm64-cgo), const EPROGMISMATCH Errno952pkg syscall (netbsd-arm64-cgo), const EPROGUNAVAIL = 74953pkg syscall (netbsd-arm64-cgo), const EPROGUNAVAIL Errno954pkg syscall (netbsd-arm64-cgo), const EPROTO = 96955pkg syscall (netbsd-arm64-cgo), const EPROTO Errno956pkg syscall (netbsd-arm64-cgo), const EPROTONOSUPPORT = 43957pkg syscall (netbsd-arm64-cgo), const EPROTOTYPE = 41958pkg syscall (netbsd-arm64-cgo), const ERANGE = 34959pkg syscall (netbsd-arm64-cgo), const EREMOTE = 71960pkg syscall (netbsd-arm64-cgo), const EROFS = 30961pkg syscall (netbsd-arm64-cgo), const ERPCMISMATCH = 73962pkg syscall (netbsd-arm64-cgo), const ERPCMISMATCH Errno963pkg syscall (netbsd-arm64-cgo), const ESHUTDOWN = 58964pkg syscall (netbsd-arm64-cgo), const ESOCKTNOSUPPORT = 44965pkg syscall (netbsd-arm64-cgo), const ESPIPE = 29966pkg syscall (netbsd-arm64-cgo), const ESRCH = 3967pkg syscall (netbsd-arm64-cgo), const ESTALE = 70968pkg syscall (netbsd-arm64-cgo), const ETHER_ADDR_LEN = 6969pkg syscall (netbsd-arm64-cgo), const ETHER_ADDR_LEN ideal-int970pkg syscall (netbsd-arm64-cgo), const ETHERCAP_JUMBO_MTU = 4971pkg syscall (netbsd-arm64-cgo), const ETHERCAP_JUMBO_MTU ideal-int972pkg syscall (netbsd-arm64-cgo), const ETHERCAP_VLAN_HWTAGGING = 2973pkg syscall (netbsd-arm64-cgo), const ETHERCAP_VLAN_HWTAGGING ideal-int974pkg syscall (netbsd-arm64-cgo), const ETHERCAP_VLAN_MTU = 1975pkg syscall (netbsd-arm64-cgo), const ETHERCAP_VLAN_MTU ideal-int976pkg syscall (netbsd-arm64-cgo), const ETHER_CRC_LEN = 4977pkg syscall (netbsd-arm64-cgo), const ETHER_CRC_LEN ideal-int978pkg syscall (netbsd-arm64-cgo), const ETHER_CRC_POLY_BE = 79764918979pkg syscall (netbsd-arm64-cgo), const ETHER_CRC_POLY_BE ideal-int980pkg syscall (netbsd-arm64-cgo), const ETHER_CRC_POLY_LE = 3988292384981pkg syscall (netbsd-arm64-cgo), const ETHER_CRC_POLY_LE ideal-int982pkg syscall (netbsd-arm64-cgo), const ETHER_HDR_LEN = 14983pkg syscall (netbsd-arm64-cgo), const ETHER_HDR_LEN ideal-int984pkg syscall (netbsd-arm64-cgo), const ETHER_MAX_LEN = 1518985pkg syscall (netbsd-arm64-cgo), const ETHER_MAX_LEN ideal-int986pkg syscall (netbsd-arm64-cgo), const ETHER_MAX_LEN_JUMBO = 9018987pkg syscall (netbsd-arm64-cgo), const ETHER_MAX_LEN_JUMBO ideal-int988pkg syscall (netbsd-arm64-cgo), const ETHERMIN = 46989pkg syscall (netbsd-arm64-cgo), const ETHERMIN ideal-int990pkg syscall (netbsd-arm64-cgo), const ETHER_MIN_LEN = 64991pkg syscall (netbsd-arm64-cgo), const ETHER_MIN_LEN ideal-int992pkg syscall (netbsd-arm64-cgo), const ETHERMTU = 1500993pkg syscall (netbsd-arm64-cgo), const ETHERMTU ideal-int994pkg syscall (netbsd-arm64-cgo), const ETHERMTU_JUMBO = 9000995pkg syscall (netbsd-arm64-cgo), const ETHERMTU_JUMBO ideal-int996pkg syscall (netbsd-arm64-cgo), const ETHER_PPPOE_ENCAP_LEN = 8997pkg syscall (netbsd-arm64-cgo), const ETHER_PPPOE_ENCAP_LEN ideal-int998pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_8023 = 4999pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_8023 ideal-int1000pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AARP = 330111001pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AARP ideal-int1002pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ACCTON = 336801003pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ACCTON ideal-int1004pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AEONIC = 328221005pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AEONIC ideal-int1006pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ALPHA = 330981007pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ALPHA ideal-int1008pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AMBER = 245841009pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AMBER ideal-int1010pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AMOEBA = 330931011pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AMOEBA ideal-int1012pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_APOLLO = 330151013pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_APOLLODOMAIN = 327931014pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_APOLLODOMAIN ideal-int1015pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_APOLLO ideal-int1016pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_APPLETALK = 329231017pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_APPLETALK ideal-int1018pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_APPLITEK = 329671019pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_APPLITEK ideal-int1020pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ARGONAUT = 328261021pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ARGONAUT ideal-int1022pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ARP = 20541023pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ARP ideal-int1024pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AT = 329231025pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ATALK = 329231026pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ATALK ideal-int1027pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AT ideal-int1028pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ATOMIC = 345271029pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ATOMIC ideal-int1030pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ATT = 328731031pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ATT ideal-int1032pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ATTSTANFORD = 327761033pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ATTSTANFORD ideal-int1034pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AUTOPHON = 328741035pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AUTOPHON ideal-int1036pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AXIS = 349021037pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_AXIS ideal-int1038pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_BCLOOP = 368671039pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_BCLOOP ideal-int1040pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_BOFL = 330261041pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_BOFL ideal-int1042pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_CABLETRON = 287241043pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_CABLETRON ideal-int1044pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_CHAOS = 20521045pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_CHAOS ideal-int1046pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_COMDESIGN = 328761047pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_COMDESIGN ideal-int1048pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_COMPUGRAPHIC = 328771049pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_COMPUGRAPHIC ideal-int1050pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_COUNTERPOINT = 328661051pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_COUNTERPOINT ideal-int1052pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_CRONUS = 327721053pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_CRONUS ideal-int1054pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_CRONUSVLN = 327711055pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_CRONUSVLN ideal-int1056pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DCA = 46601057pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DCA ideal-int1058pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DDE = 328911059pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DDE ideal-int1060pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DEBNI = 436901061pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DEBNI ideal-int1062pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECAM = 328401063pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECAM ideal-int1064pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECCUST = 245821065pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECCUST ideal-int1066pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECDIAG = 245811067pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECDIAG ideal-int1068pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECDNS = 328281069pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECDNS ideal-int1070pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECDTS = 328301071pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECDTS ideal-int1072pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECEXPER = 245761073pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECEXPER ideal-int1074pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECLAST = 328331075pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECLAST ideal-int1076pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECLTM = 328311077pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECLTM ideal-int1078pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECMUMPS = 245851079pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECMUMPS ideal-int1080pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECNETBIOS = 328321081pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DECNETBIOS ideal-int1082pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DELTACON = 345261083pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DELTACON ideal-int1084pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DIDDLE = 171851085pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DIDDLE ideal-int1086pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DLOG1 = 16321087pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DLOG1 ideal-int1088pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DLOG2 = 16331089pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DLOG2 ideal-int1090pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DN = 245791091pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DN ideal-int1092pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DOGFIGHT = 65371093pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DOGFIGHT ideal-int1094pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DSMD = 328251095pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_DSMD ideal-int1096pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ECMA = 20511097pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ECMA ideal-int1098pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ENCRYPT = 328291099pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ENCRYPT ideal-int1100pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ES = 328611101pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_ES ideal-int1102pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_EXCELAN = 327841103pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_EXCELAN ideal-int1104pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_EXPERDATA = 328411105pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_EXPERDATA ideal-int1106pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_FLIP = 330941107pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_FLIP ideal-int1108pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_FLOWCONTROL = 348241109pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_FLOWCONTROL ideal-int1110pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_FRARP = 20561111pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_FRARP ideal-int1112pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_GENDYN = 328721113pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_GENDYN ideal-int1114pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_HAYES = 330721115pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_HAYES ideal-int1116pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_HIPPI_FP = 331521117pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_HIPPI_FP ideal-int1118pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_HITACHI = 348481119pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_HITACHI ideal-int1120pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_HP = 327731121pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_HP ideal-int1122pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IEEEPUP = 25601123pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IEEEPUPAT = 25611124pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IEEEPUPAT ideal-int1125pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IEEEPUP ideal-int1126pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IMLBL = 195221127pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IMLBLDIAG = 169721128pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IMLBLDIAG ideal-int1129pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IMLBL ideal-int1130pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IP = 20481131pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IPAS = 346681132pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IPAS ideal-int1133pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IP ideal-int1134pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IPV6 = 345251135pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IPV6 ideal-int1136pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IPX = 330791137pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IPX ideal-int1138pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IPXNEW = 328231139pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IPXNEW ideal-int1140pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_KALPANA = 341781141pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_KALPANA ideal-int1142pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LANBRIDGE = 328241143pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LANBRIDGE ideal-int1144pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LANPROBE = 349521145pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LANPROBE ideal-int1146pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LAT = 245801147pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LAT ideal-int1148pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LBACK = 368641149pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LBACK ideal-int1150pkg syscall (netbsd-arm64-cgo), const ETHER_TYPE_LEN = 21151pkg syscall (netbsd-arm64-cgo), const ETHER_TYPE_LEN ideal-int1152pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LITTLE = 328641153pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LITTLE ideal-int1154pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LOGICRAFT = 330961155pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LOGICRAFT ideal-int1156pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LOOPBACK = 368641157pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_LOOPBACK ideal-int1158pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MATRA = 328901159pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MATRA ideal-int1160pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MAX = 655351161pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MAX ideal-int1162pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MERIT = 328921163pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MERIT ideal-int1164pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MICP = 346181165pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MICP ideal-int1166pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MOPDL = 245771167pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MOPDL ideal-int1168pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MOPRC = 245781169pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MOPRC ideal-int1170pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MOTOROLA = 331651171pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MOTOROLA ideal-int1172pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MPLS = 348871173pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MPLS ideal-int1174pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MPLS_MCAST = 348881175pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MPLS_MCAST ideal-int1176pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MUMPS = 330871177pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_MUMPS ideal-int1178pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCC = 153641179pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCC ideal-int1180pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCLAIM = 153691181pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCLAIM ideal-int1182pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCLREQ = 153651183pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCLREQ ideal-int1184pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCLRSP = 153661185pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCLRSP ideal-int1186pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCREQ = 153621187pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCREQ ideal-int1188pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCRSP = 153631189pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPCRSP ideal-int1190pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPDG = 153671191pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPDGB = 153681192pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPDGB ideal-int1193pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPDG ideal-int1194pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPDLTE = 153701195pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPDLTE ideal-int1196pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPRAR = 153721197pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPRAR ideal-int1198pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPRAS = 153711199pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPRAS ideal-int1200pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPRST = 153731201pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPRST ideal-int1202pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPSCD = 153611203pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPSCD ideal-int1204pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPVCD = 153601205pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBPVCD ideal-int1206pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBS = 20501207pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NBS ideal-int1208pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NCD = 330971209pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NCD ideal-int1210pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NESTAR = 327741211pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NESTAR ideal-int1212pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NETBEUI = 331691213pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NETBEUI ideal-int1214pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NOVELL = 330801215pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NOVELL ideal-int1216pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NS = 15361217pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NSAT = 15371218pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NSAT ideal-int1219pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NSCOMPAT = 20551220pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NSCOMPAT ideal-int1221pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NS ideal-int1222pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NTRAILER = 161223pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_NTRAILER ideal-int1224pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_OS9 = 286791225pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_OS9 ideal-int1226pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_OS9NET = 286811227pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_OS9NET ideal-int1228pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PACER = 329661229pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PACER ideal-int1230pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PAE = 349581231pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PAE ideal-int1232pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PCS = 169621233pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PCS ideal-int1234pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PLANNING = 328361235pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PLANNING ideal-int1236pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PPP = 348271237pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PPP ideal-int1238pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PPPOE = 349161239pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PPPOEDISC = 349151240pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PPPOEDISC ideal-int1241pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PPPOE ideal-int1242pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PRIMENTS = 287211243pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PRIMENTS ideal-int1244pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PUP = 5121245pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PUPAT = 5121246pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PUPAT ideal-int1247pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PUP ideal-int1248pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RACAL = 287201249pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RACAL ideal-int1250pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RATIONAL = 331041251pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RATIONAL ideal-int1252pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RAWFR = 259451253pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RAWFR ideal-int1254pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RCL = 65491255pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RCL ideal-int1256pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RDP = 346171257pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RDP ideal-int1258pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RETIX = 330101259pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RETIX ideal-int1260pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_REVARP = 328211261pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_REVARP ideal-int1262pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SCA = 245831263pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SCA ideal-int1264pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SECTRA = 345231265pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SECTRA ideal-int1266pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SECUREDATA = 346691267pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SECUREDATA ideal-int1268pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SG_BOUNCE = 327901269pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SG_BOUNCE ideal-int1270pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SG_DIAG = 327871271pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SG_DIAG ideal-int1272pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SGITW = 331501273pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SGITW ideal-int1274pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SG_NETGAMES = 327881275pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SG_NETGAMES ideal-int1276pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SG_RESV = 327891277pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SG_RESV ideal-int1278pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SIMNET = 210001279pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SIMNET ideal-int1280pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SLOWPROTOCOLS = 348251281pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SLOWPROTOCOLS ideal-int1282pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SNA = 329811283pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SNA ideal-int1284pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SNMP = 331001285pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SNMP ideal-int1286pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SONIX = 642451287pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SONIX ideal-int1288pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SPIDER = 329271289pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SPIDER ideal-int1290pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SPRITE = 12801291pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SPRITE ideal-int1292pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_STP = 331531293pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_STP ideal-int1294pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TALARIS = 330671295pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TALARIS ideal-int1296pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TALARISMC = 340911297pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TALARISMC ideal-int1298pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TCPCOMP = 346671299pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TCPCOMP ideal-int1300pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TCPSM = 368661301pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TCPSM ideal-int1302pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TEC = 331031303pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TEC ideal-int1304pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TIGAN = 328151305pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TIGAN ideal-int1306pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TRAIL = 40961307pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TRAIL ideal-int1308pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TRANSETHER = 259441309pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TRANSETHER ideal-int1310pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TYMSHARE = 328141311pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TYMSHARE ideal-int1312pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBBST = 286771313pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBBST ideal-int1314pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBDEBUG = 23041315pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBDEBUG ideal-int1316pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBDIAGLOOP = 286741317pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBDIAGLOOP ideal-int1318pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBDL = 286721319pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBDL ideal-int1320pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBNIU = 286731321pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBNIU ideal-int1322pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBNMC = 286751323pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_UBNMC ideal-int1324pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VALID = 56321325pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VALID ideal-int1326pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VARIAN = 329891327pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VARIAN ideal-int1328pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VAXELN = 328271329pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VAXELN ideal-int1330pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VEECO = 328711331pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VEECO ideal-int1332pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VEXP = 328591333pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VEXP ideal-int1334pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VGLAB = 330731335pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VGLAB ideal-int1336pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VINES = 29891337pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VINESECHO = 29911338pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VINESECHO ideal-int1339pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VINES ideal-int1340pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VINESLOOP = 29901341pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VINESLOOP ideal-int1342pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VITAL = 652801343pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VITAL ideal-int1344pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VLAN = 330241345pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VLAN ideal-int1346pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VLTLMAN = 328961347pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VLTLMAN ideal-int1348pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VPROD = 328601349pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VPROD ideal-int1350pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VURESERVED = 330951351pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_VURESERVED ideal-int1352pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_WATERLOO = 330721353pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_WATERLOO ideal-int1354pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_WELLFLEET = 330271355pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_WELLFLEET ideal-int1356pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_X25 = 20531357pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_X25 ideal-int1358pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_X75 = 20491359pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_X75 ideal-int1360pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_XNSSM = 368651361pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_XNSSM ideal-int1362pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_XTP = 331491363pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_XTP ideal-int1364pkg syscall (netbsd-arm64-cgo), const ETHER_VLAN_ENCAP_LEN = 41365pkg syscall (netbsd-arm64-cgo), const ETHER_VLAN_ENCAP_LEN ideal-int1366pkg syscall (netbsd-arm64-cgo), const ETIME = 921367pkg syscall (netbsd-arm64-cgo), const ETIMEDOUT = 601368pkg syscall (netbsd-arm64-cgo), const ETIME Errno1369pkg syscall (netbsd-arm64-cgo), const ETOOMANYREFS = 591370pkg syscall (netbsd-arm64-cgo), const ETXTBSY = 261371pkg syscall (netbsd-arm64-cgo), const EUSERS = 681372pkg syscall (netbsd-arm64-cgo), const EV_ADD = 11373pkg syscall (netbsd-arm64-cgo), const EV_ADD ideal-int1374pkg syscall (netbsd-arm64-cgo), const EV_CLEAR = 321375pkg syscall (netbsd-arm64-cgo), const EV_CLEAR ideal-int1376pkg syscall (netbsd-arm64-cgo), const EV_DELETE = 21377pkg syscall (netbsd-arm64-cgo), const EV_DELETE ideal-int1378pkg syscall (netbsd-arm64-cgo), const EV_DISABLE = 81379pkg syscall (netbsd-arm64-cgo), const EV_DISABLE ideal-int1380pkg syscall (netbsd-arm64-cgo), const EV_ENABLE = 41381pkg syscall (netbsd-arm64-cgo), const EV_ENABLE ideal-int1382pkg syscall (netbsd-arm64-cgo), const EV_EOF = 327681383pkg syscall (netbsd-arm64-cgo), const EV_EOF ideal-int1384pkg syscall (netbsd-arm64-cgo), const EV_ERROR = 163841385pkg syscall (netbsd-arm64-cgo), const EV_ERROR ideal-int1386pkg syscall (netbsd-arm64-cgo), const EVFILT_AIO = 21387pkg syscall (netbsd-arm64-cgo), const EVFILT_AIO ideal-int1388pkg syscall (netbsd-arm64-cgo), const EVFILT_PROC = 41389pkg syscall (netbsd-arm64-cgo), const EVFILT_PROC ideal-int1390pkg syscall (netbsd-arm64-cgo), const EVFILT_READ = 01391pkg syscall (netbsd-arm64-cgo), const EVFILT_READ ideal-int1392pkg syscall (netbsd-arm64-cgo), const EVFILT_SIGNAL = 51393pkg syscall (netbsd-arm64-cgo), const EVFILT_SIGNAL ideal-int1394pkg syscall (netbsd-arm64-cgo), const EVFILT_SYSCOUNT = 71395pkg syscall (netbsd-arm64-cgo), const EVFILT_SYSCOUNT ideal-int1396pkg syscall (netbsd-arm64-cgo), const EVFILT_TIMER = 61397pkg syscall (netbsd-arm64-cgo), const EVFILT_TIMER ideal-int1398pkg syscall (netbsd-arm64-cgo), const EVFILT_VNODE = 31399pkg syscall (netbsd-arm64-cgo), const EVFILT_VNODE ideal-int1400pkg syscall (netbsd-arm64-cgo), const EVFILT_WRITE = 11401pkg syscall (netbsd-arm64-cgo), const EVFILT_WRITE ideal-int1402pkg syscall (netbsd-arm64-cgo), const EV_FLAG1 = 81921403pkg syscall (netbsd-arm64-cgo), const EV_FLAG1 ideal-int1404pkg syscall (netbsd-arm64-cgo), const EV_ONESHOT = 161405pkg syscall (netbsd-arm64-cgo), const EV_ONESHOT ideal-int1406pkg syscall (netbsd-arm64-cgo), const EV_SYSFLAGS = 614401407pkg syscall (netbsd-arm64-cgo), const EV_SYSFLAGS ideal-int1408pkg syscall (netbsd-arm64-cgo), const EWOULDBLOCK = 351409pkg syscall (netbsd-arm64-cgo), const EXDEV = 181410pkg syscall (netbsd-arm64-cgo), const EXTA = 192001411pkg syscall (netbsd-arm64-cgo), const EXTA ideal-int1412pkg syscall (netbsd-arm64-cgo), const EXTB = 384001413pkg syscall (netbsd-arm64-cgo), const EXTB ideal-int1414pkg syscall (netbsd-arm64-cgo), const EXTPROC = 20481415pkg syscall (netbsd-arm64-cgo), const EXTPROC ideal-int1416pkg syscall (netbsd-arm64-cgo), const F_CLOSEM = 101417pkg syscall (netbsd-arm64-cgo), const F_CLOSEM ideal-int1418pkg syscall (netbsd-arm64-cgo), const FD_CLOEXEC = 11419pkg syscall (netbsd-arm64-cgo), const FD_CLOEXEC ideal-int1420pkg syscall (netbsd-arm64-cgo), const FD_SETSIZE = 2561421pkg syscall (netbsd-arm64-cgo), const FD_SETSIZE ideal-int1422pkg syscall (netbsd-arm64-cgo), const F_DUPFD = 01423pkg syscall (netbsd-arm64-cgo), const F_DUPFD_CLOEXEC = 121424pkg syscall (netbsd-arm64-cgo), const F_DUPFD_CLOEXEC ideal-int1425pkg syscall (netbsd-arm64-cgo), const F_DUPFD ideal-int1426pkg syscall (netbsd-arm64-cgo), const F_FSCTL = -21474836481427pkg syscall (netbsd-arm64-cgo), const F_FSCTL ideal-int1428pkg syscall (netbsd-arm64-cgo), const F_FSDIRMASK = 18790481921429pkg syscall (netbsd-arm64-cgo), const F_FSDIRMASK ideal-int1430pkg syscall (netbsd-arm64-cgo), const F_FSIN = 2684354561431pkg syscall (netbsd-arm64-cgo), const F_FSIN ideal-int1432pkg syscall (netbsd-arm64-cgo), const F_FSINOUT = 8053063681433pkg syscall (netbsd-arm64-cgo), const F_FSINOUT ideal-int1434pkg syscall (netbsd-arm64-cgo), const F_FSOUT = 5368709121435pkg syscall (netbsd-arm64-cgo), const F_FSOUT ideal-int1436pkg syscall (netbsd-arm64-cgo), const F_FSPRIV = 327681437pkg syscall (netbsd-arm64-cgo), const F_FSPRIV ideal-int1438pkg syscall (netbsd-arm64-cgo), const F_FSVOID = 10737418241439pkg syscall (netbsd-arm64-cgo), const F_FSVOID ideal-int1440pkg syscall (netbsd-arm64-cgo), const F_GETFD = 11441pkg syscall (netbsd-arm64-cgo), const F_GETFD ideal-int1442pkg syscall (netbsd-arm64-cgo), const F_GETFL = 31443pkg syscall (netbsd-arm64-cgo), const F_GETFL ideal-int1444pkg syscall (netbsd-arm64-cgo), const F_GETLK = 71445pkg syscall (netbsd-arm64-cgo), const F_GETLK ideal-int1446pkg syscall (netbsd-arm64-cgo), const F_GETNOSIGPIPE = 131447pkg syscall (netbsd-arm64-cgo), const F_GETNOSIGPIPE ideal-int1448pkg syscall (netbsd-arm64-cgo), const F_GETOWN = 51449pkg syscall (netbsd-arm64-cgo), const F_GETOWN ideal-int1450pkg syscall (netbsd-arm64-cgo), const FLUSHO = 83886081451pkg syscall (netbsd-arm64-cgo), const FLUSHO ideal-int1452pkg syscall (netbsd-arm64-cgo), const F_MAXFD = 111453pkg syscall (netbsd-arm64-cgo), const F_MAXFD ideal-int1454pkg syscall (netbsd-arm64-cgo), const F_OK = 01455pkg syscall (netbsd-arm64-cgo), const F_OK ideal-int1456pkg syscall (netbsd-arm64-cgo), const F_PARAM_MASK = 40951457pkg syscall (netbsd-arm64-cgo), const F_PARAM_MASK ideal-int1458pkg syscall (netbsd-arm64-cgo), const F_PARAM_MAX = 40951459pkg syscall (netbsd-arm64-cgo), const F_PARAM_MAX ideal-int1460pkg syscall (netbsd-arm64-cgo), const F_RDLCK = 11461pkg syscall (netbsd-arm64-cgo), const F_RDLCK ideal-int1462pkg syscall (netbsd-arm64-cgo), const F_SETFD = 21463pkg syscall (netbsd-arm64-cgo), const F_SETFD ideal-int1464pkg syscall (netbsd-arm64-cgo), const F_SETFL = 41465pkg syscall (netbsd-arm64-cgo), const F_SETFL ideal-int1466pkg syscall (netbsd-arm64-cgo), const F_SETLK = 81467pkg syscall (netbsd-arm64-cgo), const F_SETLK ideal-int1468pkg syscall (netbsd-arm64-cgo), const F_SETLKW = 91469pkg syscall (netbsd-arm64-cgo), const F_SETLKW ideal-int1470pkg syscall (netbsd-arm64-cgo), const F_SETNOSIGPIPE = 141471pkg syscall (netbsd-arm64-cgo), const F_SETNOSIGPIPE ideal-int1472pkg syscall (netbsd-arm64-cgo), const F_SETOWN = 61473pkg syscall (netbsd-arm64-cgo), const F_SETOWN ideal-int1474pkg syscall (netbsd-arm64-cgo), const F_UNLCK = 21475pkg syscall (netbsd-arm64-cgo), const F_UNLCK ideal-int1476pkg syscall (netbsd-arm64-cgo), const F_WRLCK = 31477pkg syscall (netbsd-arm64-cgo), const F_WRLCK ideal-int1478pkg syscall (netbsd-arm64-cgo), const HUPCL = 163841479pkg syscall (netbsd-arm64-cgo), const HUPCL ideal-int1480pkg syscall (netbsd-arm64-cgo), const ICANON = 2561481pkg syscall (netbsd-arm64-cgo), const ICANON ideal-int1482pkg syscall (netbsd-arm64-cgo), const ICMP6_FILTER = 181483pkg syscall (netbsd-arm64-cgo), const ICMP6_FILTER ideal-int1484pkg syscall (netbsd-arm64-cgo), const ICRNL = 2561485pkg syscall (netbsd-arm64-cgo), const ICRNL ideal-int1486pkg syscall (netbsd-arm64-cgo), const IEXTEN = 10241487pkg syscall (netbsd-arm64-cgo), const IEXTEN ideal-int1488pkg syscall (netbsd-arm64-cgo), const IFAN_ARRIVAL = 01489pkg syscall (netbsd-arm64-cgo), const IFAN_ARRIVAL ideal-int1490pkg syscall (netbsd-arm64-cgo), const IFAN_DEPARTURE = 11491pkg syscall (netbsd-arm64-cgo), const IFAN_DEPARTURE ideal-int1492pkg syscall (netbsd-arm64-cgo), const IFA_ROUTE = 11493pkg syscall (netbsd-arm64-cgo), const IFA_ROUTE ideal-int1494pkg syscall (netbsd-arm64-cgo), const IFF_ALLMULTI = 5121495pkg syscall (netbsd-arm64-cgo), const IFF_ALLMULTI ideal-int1496pkg syscall (netbsd-arm64-cgo), const IFF_CANTCHANGE = 366901497pkg syscall (netbsd-arm64-cgo), const IFF_CANTCHANGE ideal-int1498pkg syscall (netbsd-arm64-cgo), const IFF_DEBUG = 41499pkg syscall (netbsd-arm64-cgo), const IFF_DEBUG ideal-int1500pkg syscall (netbsd-arm64-cgo), const IFF_LINK0 = 40961501pkg syscall (netbsd-arm64-cgo), const IFF_LINK0 ideal-int1502pkg syscall (netbsd-arm64-cgo), const IFF_LINK1 = 81921503pkg syscall (netbsd-arm64-cgo), const IFF_LINK1 ideal-int1504pkg syscall (netbsd-arm64-cgo), const IFF_LINK2 = 163841505pkg syscall (netbsd-arm64-cgo), const IFF_LINK2 ideal-int1506pkg syscall (netbsd-arm64-cgo), const IFF_LOOPBACK = 81507pkg syscall (netbsd-arm64-cgo), const IFF_MULTICAST = 327681508pkg syscall (netbsd-arm64-cgo), const IFF_NOARP = 1281509pkg syscall (netbsd-arm64-cgo), const IFF_NOARP ideal-int1510pkg syscall (netbsd-arm64-cgo), const IFF_NOTRAILERS = 321511pkg syscall (netbsd-arm64-cgo), const IFF_NOTRAILERS ideal-int1512pkg syscall (netbsd-arm64-cgo), const IFF_OACTIVE = 10241513pkg syscall (netbsd-arm64-cgo), const IFF_OACTIVE ideal-int1514pkg syscall (netbsd-arm64-cgo), const IFF_POINTOPOINT = 161515pkg syscall (netbsd-arm64-cgo), const IFF_POINTOPOINT ideal-int1516pkg syscall (netbsd-arm64-cgo), const IFF_PROMISC = 2561517pkg syscall (netbsd-arm64-cgo), const IFF_PROMISC ideal-int1518pkg syscall (netbsd-arm64-cgo), const IFF_RUNNING = 641519pkg syscall (netbsd-arm64-cgo), const IFF_RUNNING ideal-int1520pkg syscall (netbsd-arm64-cgo), const IFF_SIMPLEX = 20481521pkg syscall (netbsd-arm64-cgo), const IFF_SIMPLEX ideal-int1522pkg syscall (netbsd-arm64-cgo), const IFNAMSIZ = 161523pkg syscall (netbsd-arm64-cgo), const IFNAMSIZ ideal-int1524pkg syscall (netbsd-arm64-cgo), const IFT_1822 = 21525pkg syscall (netbsd-arm64-cgo), const IFT_1822 ideal-int1526pkg syscall (netbsd-arm64-cgo), const IFT_A12MPPSWITCH = 1301527pkg syscall (netbsd-arm64-cgo), const IFT_A12MPPSWITCH ideal-int1528pkg syscall (netbsd-arm64-cgo), const IFT_AAL2 = 1871529pkg syscall (netbsd-arm64-cgo), const IFT_AAL2 ideal-int1530pkg syscall (netbsd-arm64-cgo), const IFT_AAL5 = 491531pkg syscall (netbsd-arm64-cgo), const IFT_AAL5 ideal-int1532pkg syscall (netbsd-arm64-cgo), const IFT_ADSL = 941533pkg syscall (netbsd-arm64-cgo), const IFT_ADSL ideal-int1534pkg syscall (netbsd-arm64-cgo), const IFT_AFLANE8023 = 591535pkg syscall (netbsd-arm64-cgo), const IFT_AFLANE8023 ideal-int1536pkg syscall (netbsd-arm64-cgo), const IFT_AFLANE8025 = 601537pkg syscall (netbsd-arm64-cgo), const IFT_AFLANE8025 ideal-int1538pkg syscall (netbsd-arm64-cgo), const IFT_ARAP = 881539pkg syscall (netbsd-arm64-cgo), const IFT_ARAP ideal-int1540pkg syscall (netbsd-arm64-cgo), const IFT_ARCNET = 351541pkg syscall (netbsd-arm64-cgo), const IFT_ARCNET ideal-int1542pkg syscall (netbsd-arm64-cgo), const IFT_ARCNETPLUS = 361543pkg syscall (netbsd-arm64-cgo), const IFT_ARCNETPLUS ideal-int1544pkg syscall (netbsd-arm64-cgo), const IFT_ASYNC = 841545pkg syscall (netbsd-arm64-cgo), const IFT_ASYNC ideal-int1546pkg syscall (netbsd-arm64-cgo), const IFT_ATM = 371547pkg syscall (netbsd-arm64-cgo), const IFT_ATMDXI = 1051548pkg syscall (netbsd-arm64-cgo), const IFT_ATMDXI ideal-int1549pkg syscall (netbsd-arm64-cgo), const IFT_ATMFUNI = 1061550pkg syscall (netbsd-arm64-cgo), const IFT_ATMFUNI ideal-int1551pkg syscall (netbsd-arm64-cgo), const IFT_ATM ideal-int1552pkg syscall (netbsd-arm64-cgo), const IFT_ATMIMA = 1071553pkg syscall (netbsd-arm64-cgo), const IFT_ATMIMA ideal-int1554pkg syscall (netbsd-arm64-cgo), const IFT_ATMLOGICAL = 801555pkg syscall (netbsd-arm64-cgo), const IFT_ATMLOGICAL ideal-int1556pkg syscall (netbsd-arm64-cgo), const IFT_ATMRADIO = 1891557pkg syscall (netbsd-arm64-cgo), const IFT_ATMRADIO ideal-int1558pkg syscall (netbsd-arm64-cgo), const IFT_ATMSUBINTERFACE = 1341559pkg syscall (netbsd-arm64-cgo), const IFT_ATMSUBINTERFACE ideal-int1560pkg syscall (netbsd-arm64-cgo), const IFT_ATMVCIENDPT = 1941561pkg syscall (netbsd-arm64-cgo), const IFT_ATMVCIENDPT ideal-int1562pkg syscall (netbsd-arm64-cgo), const IFT_ATMVIRTUAL = 1491563pkg syscall (netbsd-arm64-cgo), const IFT_ATMVIRTUAL ideal-int1564pkg syscall (netbsd-arm64-cgo), const IFT_BGPPOLICYACCOUNTING = 1621565pkg syscall (netbsd-arm64-cgo), const IFT_BGPPOLICYACCOUNTING ideal-int1566pkg syscall (netbsd-arm64-cgo), const IFT_BRIDGE = 2091567pkg syscall (netbsd-arm64-cgo), const IFT_BRIDGE ideal-int1568pkg syscall (netbsd-arm64-cgo), const IFT_BSC = 831569pkg syscall (netbsd-arm64-cgo), const IFT_BSC ideal-int1570pkg syscall (netbsd-arm64-cgo), const IFT_CARP = 2481571pkg syscall (netbsd-arm64-cgo), const IFT_CARP ideal-int1572pkg syscall (netbsd-arm64-cgo), const IFT_CCTEMUL = 611573pkg syscall (netbsd-arm64-cgo), const IFT_CCTEMUL ideal-int1574pkg syscall (netbsd-arm64-cgo), const IFT_CEPT = 191575pkg syscall (netbsd-arm64-cgo), const IFT_CEPT ideal-int1576pkg syscall (netbsd-arm64-cgo), const IFT_CES = 1331577pkg syscall (netbsd-arm64-cgo), const IFT_CES ideal-int1578pkg syscall (netbsd-arm64-cgo), const IFT_CHANNEL = 701579pkg syscall (netbsd-arm64-cgo), const IFT_CHANNEL ideal-int1580pkg syscall (netbsd-arm64-cgo), const IFT_CNR = 851581pkg syscall (netbsd-arm64-cgo), const IFT_CNR ideal-int1582pkg syscall (netbsd-arm64-cgo), const IFT_COFFEE = 1321583pkg syscall (netbsd-arm64-cgo), const IFT_COFFEE ideal-int1584pkg syscall (netbsd-arm64-cgo), const IFT_COMPOSITELINK = 1551585pkg syscall (netbsd-arm64-cgo), const IFT_COMPOSITELINK ideal-int1586pkg syscall (netbsd-arm64-cgo), const IFT_DCN = 1411587pkg syscall (netbsd-arm64-cgo), const IFT_DCN ideal-int1588pkg syscall (netbsd-arm64-cgo), const IFT_DIGITALPOWERLINE = 1381589pkg syscall (netbsd-arm64-cgo), const IFT_DIGITALPOWERLINE ideal-int1590pkg syscall (netbsd-arm64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 1861591pkg syscall (netbsd-arm64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL ideal-int1592pkg syscall (netbsd-arm64-cgo), const IFT_DLSW = 741593pkg syscall (netbsd-arm64-cgo), const IFT_DLSW ideal-int1594pkg syscall (netbsd-arm64-cgo), const IFT_DOCSCABLEDOWNSTREAM = 1281595pkg syscall (netbsd-arm64-cgo), const IFT_DOCSCABLEDOWNSTREAM ideal-int1596pkg syscall (netbsd-arm64-cgo), const IFT_DOCSCABLEMACLAYER = 1271597pkg syscall (netbsd-arm64-cgo), const IFT_DOCSCABLEMACLAYER ideal-int1598pkg syscall (netbsd-arm64-cgo), const IFT_DOCSCABLEUPSTREAM = 1291599pkg syscall (netbsd-arm64-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 2051600pkg syscall (netbsd-arm64-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL ideal-int1601pkg syscall (netbsd-arm64-cgo), const IFT_DOCSCABLEUPSTREAM ideal-int1602pkg syscall (netbsd-arm64-cgo), const IFT_DS0 = 811603pkg syscall (netbsd-arm64-cgo), const IFT_DS0BUNDLE = 821604pkg syscall (netbsd-arm64-cgo), const IFT_DS0BUNDLE ideal-int1605pkg syscall (netbsd-arm64-cgo), const IFT_DS0 ideal-int1606pkg syscall (netbsd-arm64-cgo), const IFT_DS1FDL = 1701607pkg syscall (netbsd-arm64-cgo), const IFT_DS1FDL ideal-int1608pkg syscall (netbsd-arm64-cgo), const IFT_DS3 = 301609pkg syscall (netbsd-arm64-cgo), const IFT_DS3 ideal-int1610pkg syscall (netbsd-arm64-cgo), const IFT_DTM = 1401611pkg syscall (netbsd-arm64-cgo), const IFT_DTM ideal-int1612pkg syscall (netbsd-arm64-cgo), const IFT_DVBASILN = 1721613pkg syscall (netbsd-arm64-cgo), const IFT_DVBASILN ideal-int1614pkg syscall (netbsd-arm64-cgo), const IFT_DVBASIOUT = 1731615pkg syscall (netbsd-arm64-cgo), const IFT_DVBASIOUT ideal-int1616pkg syscall (netbsd-arm64-cgo), const IFT_DVBRCCDOWNSTREAM = 1471617pkg syscall (netbsd-arm64-cgo), const IFT_DVBRCCDOWNSTREAM ideal-int1618pkg syscall (netbsd-arm64-cgo), const IFT_DVBRCCMACLAYER = 1461619pkg syscall (netbsd-arm64-cgo), const IFT_DVBRCCMACLAYER ideal-int1620pkg syscall (netbsd-arm64-cgo), const IFT_DVBRCCUPSTREAM = 1481621pkg syscall (netbsd-arm64-cgo), const IFT_DVBRCCUPSTREAM ideal-int1622pkg syscall (netbsd-arm64-cgo), const IFT_ECONET = 2061623pkg syscall (netbsd-arm64-cgo), const IFT_ECONET ideal-int1624pkg syscall (netbsd-arm64-cgo), const IFT_EON = 251625pkg syscall (netbsd-arm64-cgo), const IFT_EON ideal-int1626pkg syscall (netbsd-arm64-cgo), const IFT_EPLRS = 871627pkg syscall (netbsd-arm64-cgo), const IFT_EPLRS ideal-int1628pkg syscall (netbsd-arm64-cgo), const IFT_ESCON = 731629pkg syscall (netbsd-arm64-cgo), const IFT_ESCON ideal-int1630pkg syscall (netbsd-arm64-cgo), const IFT_ETHER = 61631pkg syscall (netbsd-arm64-cgo), const IFT_ETHER ideal-int1632pkg syscall (netbsd-arm64-cgo), const IFT_FAITH = 2421633pkg syscall (netbsd-arm64-cgo), const IFT_FAITH ideal-int1634pkg syscall (netbsd-arm64-cgo), const IFT_FAST = 1251635pkg syscall (netbsd-arm64-cgo), const IFT_FASTETHER = 621636pkg syscall (netbsd-arm64-cgo), const IFT_FASTETHERFX = 691637pkg syscall (netbsd-arm64-cgo), const IFT_FASTETHERFX ideal-int1638pkg syscall (netbsd-arm64-cgo), const IFT_FASTETHER ideal-int1639pkg syscall (netbsd-arm64-cgo), const IFT_FAST ideal-int1640pkg syscall (netbsd-arm64-cgo), const IFT_FDDI = 151641pkg syscall (netbsd-arm64-cgo), const IFT_FDDI ideal-int1642pkg syscall (netbsd-arm64-cgo), const IFT_FIBRECHANNEL = 561643pkg syscall (netbsd-arm64-cgo), const IFT_FIBRECHANNEL ideal-int1644pkg syscall (netbsd-arm64-cgo), const IFT_FRAMERELAYINTERCONNECT = 581645pkg syscall (netbsd-arm64-cgo), const IFT_FRAMERELAYINTERCONNECT ideal-int1646pkg syscall (netbsd-arm64-cgo), const IFT_FRAMERELAYMPI = 921647pkg syscall (netbsd-arm64-cgo), const IFT_FRAMERELAYMPI ideal-int1648pkg syscall (netbsd-arm64-cgo), const IFT_FRDLCIENDPT = 1931649pkg syscall (netbsd-arm64-cgo), const IFT_FRDLCIENDPT ideal-int1650pkg syscall (netbsd-arm64-cgo), const IFT_FRELAY = 321651pkg syscall (netbsd-arm64-cgo), const IFT_FRELAYDCE = 441652pkg syscall (netbsd-arm64-cgo), const IFT_FRELAYDCE ideal-int1653pkg syscall (netbsd-arm64-cgo), const IFT_FRELAY ideal-int1654pkg syscall (netbsd-arm64-cgo), const IFT_FRF16MFRBUNDLE = 1631655pkg syscall (netbsd-arm64-cgo), const IFT_FRF16MFRBUNDLE ideal-int1656pkg syscall (netbsd-arm64-cgo), const IFT_FRFORWARD = 1581657pkg syscall (netbsd-arm64-cgo), const IFT_FRFORWARD ideal-int1658pkg syscall (netbsd-arm64-cgo), const IFT_G703AT2MB = 671659pkg syscall (netbsd-arm64-cgo), const IFT_G703AT2MB ideal-int1660pkg syscall (netbsd-arm64-cgo), const IFT_G703AT64K = 661661pkg syscall (netbsd-arm64-cgo), const IFT_G703AT64K ideal-int1662pkg syscall (netbsd-arm64-cgo), const IFT_GIF = 2401663pkg syscall (netbsd-arm64-cgo), const IFT_GIF ideal-int1664pkg syscall (netbsd-arm64-cgo), const IFT_GIGABITETHERNET = 1171665pkg syscall (netbsd-arm64-cgo), const IFT_GIGABITETHERNET ideal-int1666pkg syscall (netbsd-arm64-cgo), const IFT_GR303IDT = 1781667pkg syscall (netbsd-arm64-cgo), const IFT_GR303IDT ideal-int1668pkg syscall (netbsd-arm64-cgo), const IFT_GR303RDT = 1771669pkg syscall (netbsd-arm64-cgo), const IFT_GR303RDT ideal-int1670pkg syscall (netbsd-arm64-cgo), const IFT_H323GATEKEEPER = 1641671pkg syscall (netbsd-arm64-cgo), const IFT_H323GATEKEEPER ideal-int1672pkg syscall (netbsd-arm64-cgo), const IFT_H323PROXY = 1651673pkg syscall (netbsd-arm64-cgo), const IFT_H323PROXY ideal-int1674pkg syscall (netbsd-arm64-cgo), const IFT_HDH1822 = 31675pkg syscall (netbsd-arm64-cgo), const IFT_HDH1822 ideal-int1676pkg syscall (netbsd-arm64-cgo), const IFT_HDLC = 1181677pkg syscall (netbsd-arm64-cgo), const IFT_HDLC ideal-int1678pkg syscall (netbsd-arm64-cgo), const IFT_HDSL2 = 1681679pkg syscall (netbsd-arm64-cgo), const IFT_HDSL2 ideal-int1680pkg syscall (netbsd-arm64-cgo), const IFT_HIPERLAN2 = 1831681pkg syscall (netbsd-arm64-cgo), const IFT_HIPERLAN2 ideal-int1682pkg syscall (netbsd-arm64-cgo), const IFT_HIPPI = 471683pkg syscall (netbsd-arm64-cgo), const IFT_HIPPI ideal-int1684pkg syscall (netbsd-arm64-cgo), const IFT_HIPPIINTERFACE = 571685pkg syscall (netbsd-arm64-cgo), const IFT_HIPPIINTERFACE ideal-int1686pkg syscall (netbsd-arm64-cgo), const IFT_HOSTPAD = 901687pkg syscall (netbsd-arm64-cgo), const IFT_HOSTPAD ideal-int1688pkg syscall (netbsd-arm64-cgo), const IFT_HSSI = 461689pkg syscall (netbsd-arm64-cgo), const IFT_HSSI ideal-int1690pkg syscall (netbsd-arm64-cgo), const IFT_HY = 141691pkg syscall (netbsd-arm64-cgo), const IFT_HY ideal-int1692pkg syscall (netbsd-arm64-cgo), const IFT_IBM370PARCHAN = 721693pkg syscall (netbsd-arm64-cgo), const IFT_IBM370PARCHAN ideal-int1694pkg syscall (netbsd-arm64-cgo), const IFT_IDSL = 1541695pkg syscall (netbsd-arm64-cgo), const IFT_IDSL ideal-int1696pkg syscall (netbsd-arm64-cgo), const IFT_IEEE1394 = 1441697pkg syscall (netbsd-arm64-cgo), const IFT_IEEE1394 ideal-int1698pkg syscall (netbsd-arm64-cgo), const IFT_IEEE80211 = 711699pkg syscall (netbsd-arm64-cgo), const IFT_IEEE80211 ideal-int1700pkg syscall (netbsd-arm64-cgo), const IFT_IEEE80212 = 551701pkg syscall (netbsd-arm64-cgo), const IFT_IEEE80212 ideal-int1702pkg syscall (netbsd-arm64-cgo), const IFT_IEEE8023ADLAG = 1611703pkg syscall (netbsd-arm64-cgo), const IFT_IEEE8023ADLAG ideal-int1704pkg syscall (netbsd-arm64-cgo), const IFT_IFGSN = 1451705pkg syscall (netbsd-arm64-cgo), const IFT_IFGSN ideal-int1706pkg syscall (netbsd-arm64-cgo), const IFT_IMT = 1901707pkg syscall (netbsd-arm64-cgo), const IFT_IMT ideal-int1708pkg syscall (netbsd-arm64-cgo), const IFT_INFINIBAND = 1991709pkg syscall (netbsd-arm64-cgo), const IFT_INFINIBAND ideal-int1710pkg syscall (netbsd-arm64-cgo), const IFT_INTERLEAVE = 1241711pkg syscall (netbsd-arm64-cgo), const IFT_INTERLEAVE ideal-int1712pkg syscall (netbsd-arm64-cgo), const IFT_IP = 1261713pkg syscall (netbsd-arm64-cgo), const IFT_IPFORWARD = 1421714pkg syscall (netbsd-arm64-cgo), const IFT_IPFORWARD ideal-int1715pkg syscall (netbsd-arm64-cgo), const IFT_IP ideal-int1716pkg syscall (netbsd-arm64-cgo), const IFT_IPOVERATM = 1141717pkg syscall (netbsd-arm64-cgo), const IFT_IPOVERATM ideal-int1718pkg syscall (netbsd-arm64-cgo), const IFT_IPOVERCDLC = 1091719pkg syscall (netbsd-arm64-cgo), const IFT_IPOVERCDLC ideal-int1720pkg syscall (netbsd-arm64-cgo), const IFT_IPOVERCLAW = 1101721pkg syscall (netbsd-arm64-cgo), const IFT_IPOVERCLAW ideal-int1722pkg syscall (netbsd-arm64-cgo), const IFT_IPSWITCH = 781723pkg syscall (netbsd-arm64-cgo), const IFT_IPSWITCH ideal-int1724pkg syscall (netbsd-arm64-cgo), const IFT_ISDN = 631725pkg syscall (netbsd-arm64-cgo), const IFT_ISDNBASIC = 201726pkg syscall (netbsd-arm64-cgo), const IFT_ISDNBASIC ideal-int1727pkg syscall (netbsd-arm64-cgo), const IFT_ISDN ideal-int1728pkg syscall (netbsd-arm64-cgo), const IFT_ISDNPRIMARY = 211729pkg syscall (netbsd-arm64-cgo), const IFT_ISDNPRIMARY ideal-int1730pkg syscall (netbsd-arm64-cgo), const IFT_ISDNS = 751731pkg syscall (netbsd-arm64-cgo), const IFT_ISDNS ideal-int1732pkg syscall (netbsd-arm64-cgo), const IFT_ISDNU = 761733pkg syscall (netbsd-arm64-cgo), const IFT_ISDNU ideal-int1734pkg syscall (netbsd-arm64-cgo), const IFT_ISO88022LLC = 411735pkg syscall (netbsd-arm64-cgo), const IFT_ISO88022LLC ideal-int1736pkg syscall (netbsd-arm64-cgo), const IFT_ISO88023 = 71737pkg syscall (netbsd-arm64-cgo), const IFT_ISO88023 ideal-int1738pkg syscall (netbsd-arm64-cgo), const IFT_ISO88024 = 81739pkg syscall (netbsd-arm64-cgo), const IFT_ISO88024 ideal-int1740pkg syscall (netbsd-arm64-cgo), const IFT_ISO88025 = 91741pkg syscall (netbsd-arm64-cgo), const IFT_ISO88025CRFPINT = 981742pkg syscall (netbsd-arm64-cgo), const IFT_ISO88025CRFPINT ideal-int1743pkg syscall (netbsd-arm64-cgo), const IFT_ISO88025DTR = 861744pkg syscall (netbsd-arm64-cgo), const IFT_ISO88025DTR ideal-int1745pkg syscall (netbsd-arm64-cgo), const IFT_ISO88025FIBER = 1151746pkg syscall (netbsd-arm64-cgo), const IFT_ISO88025FIBER ideal-int1747pkg syscall (netbsd-arm64-cgo), const IFT_ISO88025 ideal-int1748pkg syscall (netbsd-arm64-cgo), const IFT_ISO88026 = 101749pkg syscall (netbsd-arm64-cgo), const IFT_ISO88026 ideal-int1750pkg syscall (netbsd-arm64-cgo), const IFT_ISUP = 1791751pkg syscall (netbsd-arm64-cgo), const IFT_ISUP ideal-int1752pkg syscall (netbsd-arm64-cgo), const IFT_L2VLAN = 1351753pkg syscall (netbsd-arm64-cgo), const IFT_L2VLAN ideal-int1754pkg syscall (netbsd-arm64-cgo), const IFT_L3IPVLAN = 1361755pkg syscall (netbsd-arm64-cgo), const IFT_L3IPVLAN ideal-int1756pkg syscall (netbsd-arm64-cgo), const IFT_L3IPXVLAN = 1371757pkg syscall (netbsd-arm64-cgo), const IFT_L3IPXVLAN ideal-int1758pkg syscall (netbsd-arm64-cgo), const IFT_LAPB = 161759pkg syscall (netbsd-arm64-cgo), const IFT_LAPB ideal-int1760pkg syscall (netbsd-arm64-cgo), const IFT_LAPD = 771761pkg syscall (netbsd-arm64-cgo), const IFT_LAPD ideal-int1762pkg syscall (netbsd-arm64-cgo), const IFT_LAPF = 1191763pkg syscall (netbsd-arm64-cgo), const IFT_LAPF ideal-int1764pkg syscall (netbsd-arm64-cgo), const IFT_LINEGROUP = 2101765pkg syscall (netbsd-arm64-cgo), const IFT_LINEGROUP ideal-int1766pkg syscall (netbsd-arm64-cgo), const IFT_LOCALTALK = 421767pkg syscall (netbsd-arm64-cgo), const IFT_LOCALTALK ideal-int1768pkg syscall (netbsd-arm64-cgo), const IFT_LOOP = 241769pkg syscall (netbsd-arm64-cgo), const IFT_LOOP ideal-int1770pkg syscall (netbsd-arm64-cgo), const IFT_MEDIAMAILOVERIP = 1391771pkg syscall (netbsd-arm64-cgo), const IFT_MEDIAMAILOVERIP ideal-int1772pkg syscall (netbsd-arm64-cgo), const IFT_MFSIGLINK = 1671773pkg syscall (netbsd-arm64-cgo), const IFT_MFSIGLINK ideal-int1774pkg syscall (netbsd-arm64-cgo), const IFT_MIOX25 = 381775pkg syscall (netbsd-arm64-cgo), const IFT_MIOX25 ideal-int1776pkg syscall (netbsd-arm64-cgo), const IFT_MODEM = 481777pkg syscall (netbsd-arm64-cgo), const IFT_MODEM ideal-int1778pkg syscall (netbsd-arm64-cgo), const IFT_MPC = 1131779pkg syscall (netbsd-arm64-cgo), const IFT_MPC ideal-int1780pkg syscall (netbsd-arm64-cgo), const IFT_MPLS = 1661781pkg syscall (netbsd-arm64-cgo), const IFT_MPLS ideal-int1782pkg syscall (netbsd-arm64-cgo), const IFT_MPLSTUNNEL = 1501783pkg syscall (netbsd-arm64-cgo), const IFT_MPLSTUNNEL ideal-int1784pkg syscall (netbsd-arm64-cgo), const IFT_MSDSL = 1431785pkg syscall (netbsd-arm64-cgo), const IFT_MSDSL ideal-int1786pkg syscall (netbsd-arm64-cgo), const IFT_MVL = 1911787pkg syscall (netbsd-arm64-cgo), const IFT_MVL ideal-int1788pkg syscall (netbsd-arm64-cgo), const IFT_MYRINET = 991789pkg syscall (netbsd-arm64-cgo), const IFT_MYRINET ideal-int1790pkg syscall (netbsd-arm64-cgo), const IFT_NFAS = 1751791pkg syscall (netbsd-arm64-cgo), const IFT_NFAS ideal-int1792pkg syscall (netbsd-arm64-cgo), const IFT_NSIP = 271793pkg syscall (netbsd-arm64-cgo), const IFT_NSIP ideal-int1794pkg syscall (netbsd-arm64-cgo), const IFT_OPTICALCHANNEL = 1951795pkg syscall (netbsd-arm64-cgo), const IFT_OPTICALCHANNEL ideal-int1796pkg syscall (netbsd-arm64-cgo), const IFT_OPTICALTRANSPORT = 1961797pkg syscall (netbsd-arm64-cgo), const IFT_OPTICALTRANSPORT ideal-int1798pkg syscall (netbsd-arm64-cgo), const IFT_OTHER = 11799pkg syscall (netbsd-arm64-cgo), const IFT_OTHER ideal-int1800pkg syscall (netbsd-arm64-cgo), const IFT_P10 = 121801pkg syscall (netbsd-arm64-cgo), const IFT_P10 ideal-int1802pkg syscall (netbsd-arm64-cgo), const IFT_P80 = 131803pkg syscall (netbsd-arm64-cgo), const IFT_P80 ideal-int1804pkg syscall (netbsd-arm64-cgo), const IFT_PARA = 341805pkg syscall (netbsd-arm64-cgo), const IFT_PARA ideal-int1806pkg syscall (netbsd-arm64-cgo), const IFT_PFLOG = 2451807pkg syscall (netbsd-arm64-cgo), const IFT_PFLOG ideal-int1808pkg syscall (netbsd-arm64-cgo), const IFT_PFSYNC = 2461809pkg syscall (netbsd-arm64-cgo), const IFT_PFSYNC ideal-int1810pkg syscall (netbsd-arm64-cgo), const IFT_PLC = 1741811pkg syscall (netbsd-arm64-cgo), const IFT_PLC ideal-int1812pkg syscall (netbsd-arm64-cgo), const IFT_PON155 = 2071813pkg syscall (netbsd-arm64-cgo), const IFT_PON155 ideal-int1814pkg syscall (netbsd-arm64-cgo), const IFT_PON622 = 2081815pkg syscall (netbsd-arm64-cgo), const IFT_PON622 ideal-int1816pkg syscall (netbsd-arm64-cgo), const IFT_POS = 1711817pkg syscall (netbsd-arm64-cgo), const IFT_POS ideal-int1818pkg syscall (netbsd-arm64-cgo), const IFT_PPP = 231819pkg syscall (netbsd-arm64-cgo), const IFT_PPP ideal-int1820pkg syscall (netbsd-arm64-cgo), const IFT_PPPMULTILINKBUNDLE = 1081821pkg syscall (netbsd-arm64-cgo), const IFT_PPPMULTILINKBUNDLE ideal-int1822pkg syscall (netbsd-arm64-cgo), const IFT_PROPATM = 1971823pkg syscall (netbsd-arm64-cgo), const IFT_PROPATM ideal-int1824pkg syscall (netbsd-arm64-cgo), const IFT_PROPBWAP2MP = 1841825pkg syscall (netbsd-arm64-cgo), const IFT_PROPBWAP2MP ideal-int1826pkg syscall (netbsd-arm64-cgo), const IFT_PROPCNLS = 891827pkg syscall (netbsd-arm64-cgo), const IFT_PROPCNLS ideal-int1828pkg syscall (netbsd-arm64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 1811829pkg syscall (netbsd-arm64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM ideal-int1830pkg syscall (netbsd-arm64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 1801831pkg syscall (netbsd-arm64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER ideal-int1832pkg syscall (netbsd-arm64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 1821833pkg syscall (netbsd-arm64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM ideal-int1834pkg syscall (netbsd-arm64-cgo), const IFT_PROPMUX = 541835pkg syscall (netbsd-arm64-cgo), const IFT_PROPMUX ideal-int1836pkg syscall (netbsd-arm64-cgo), const IFT_PROPVIRTUAL = 531837pkg syscall (netbsd-arm64-cgo), const IFT_PROPVIRTUAL ideal-int1838pkg syscall (netbsd-arm64-cgo), const IFT_PROPWIRELESSP2P = 1571839pkg syscall (netbsd-arm64-cgo), const IFT_PROPWIRELESSP2P ideal-int1840pkg syscall (netbsd-arm64-cgo), const IFT_PTPSERIAL = 221841pkg syscall (netbsd-arm64-cgo), const IFT_PTPSERIAL ideal-int1842pkg syscall (netbsd-arm64-cgo), const IFT_PVC = 2411843pkg syscall (netbsd-arm64-cgo), const IFT_PVC ideal-int1844pkg syscall (netbsd-arm64-cgo), const IFT_Q2931 = 2011845pkg syscall (netbsd-arm64-cgo), const IFT_Q2931 ideal-int1846pkg syscall (netbsd-arm64-cgo), const IFT_QLLC = 681847pkg syscall (netbsd-arm64-cgo), const IFT_QLLC ideal-int1848pkg syscall (netbsd-arm64-cgo), const IFT_RADIOMAC = 1881849pkg syscall (netbsd-arm64-cgo), const IFT_RADIOMAC ideal-int1850pkg syscall (netbsd-arm64-cgo), const IFT_RADSL = 951851pkg syscall (netbsd-arm64-cgo), const IFT_RADSL ideal-int1852pkg syscall (netbsd-arm64-cgo), const IFT_REACHDSL = 1921853pkg syscall (netbsd-arm64-cgo), const IFT_REACHDSL ideal-int1854pkg syscall (netbsd-arm64-cgo), const IFT_RFC1483 = 1591855pkg syscall (netbsd-arm64-cgo), const IFT_RFC1483 ideal-int1856pkg syscall (netbsd-arm64-cgo), const IFT_RS232 = 331857pkg syscall (netbsd-arm64-cgo), const IFT_RS232 ideal-int1858pkg syscall (netbsd-arm64-cgo), const IFT_RSRB = 791859pkg syscall (netbsd-arm64-cgo), const IFT_RSRB ideal-int1860pkg syscall (netbsd-arm64-cgo), const IFT_SDLC = 171861pkg syscall (netbsd-arm64-cgo), const IFT_SDLC ideal-int1862pkg syscall (netbsd-arm64-cgo), const IFT_SDSL = 961863pkg syscall (netbsd-arm64-cgo), const IFT_SDSL ideal-int1864pkg syscall (netbsd-arm64-cgo), const IFT_SHDSL = 1691865pkg syscall (netbsd-arm64-cgo), const IFT_SHDSL ideal-int1866pkg syscall (netbsd-arm64-cgo), const IFT_SIP = 311867pkg syscall (netbsd-arm64-cgo), const IFT_SIP ideal-int1868pkg syscall (netbsd-arm64-cgo), const IFT_SIPSIG = 2041869pkg syscall (netbsd-arm64-cgo), const IFT_SIPSIG ideal-int1870pkg syscall (netbsd-arm64-cgo), const IFT_SIPTG = 2031871pkg syscall (netbsd-arm64-cgo), const IFT_SIPTG ideal-int1872pkg syscall (netbsd-arm64-cgo), const IFT_SLIP = 281873pkg syscall (netbsd-arm64-cgo), const IFT_SLIP ideal-int1874pkg syscall (netbsd-arm64-cgo), const IFT_SMDSDXI = 431875pkg syscall (netbsd-arm64-cgo), const IFT_SMDSDXI ideal-int1876pkg syscall (netbsd-arm64-cgo), const IFT_SMDSICIP = 521877pkg syscall (netbsd-arm64-cgo), const IFT_SMDSICIP ideal-int1878pkg syscall (netbsd-arm64-cgo), const IFT_SONET = 391879pkg syscall (netbsd-arm64-cgo), const IFT_SONET ideal-int1880pkg syscall (netbsd-arm64-cgo), const IFT_SONETOVERHEADCHANNEL = 1851881pkg syscall (netbsd-arm64-cgo), const IFT_SONETOVERHEADCHANNEL ideal-int1882pkg syscall (netbsd-arm64-cgo), const IFT_SONETPATH = 501883pkg syscall (netbsd-arm64-cgo), const IFT_SONETPATH ideal-int1884pkg syscall (netbsd-arm64-cgo), const IFT_SONETVT = 511885pkg syscall (netbsd-arm64-cgo), const IFT_SONETVT ideal-int1886pkg syscall (netbsd-arm64-cgo), const IFT_SRP = 1511887pkg syscall (netbsd-arm64-cgo), const IFT_SRP ideal-int1888pkg syscall (netbsd-arm64-cgo), const IFT_SS7SIGLINK = 1561889pkg syscall (netbsd-arm64-cgo), const IFT_SS7SIGLINK ideal-int1890pkg syscall (netbsd-arm64-cgo), const IFT_STACKTOSTACK = 1111891pkg syscall (netbsd-arm64-cgo), const IFT_STACKTOSTACK ideal-int1892pkg syscall (netbsd-arm64-cgo), const IFT_STARLAN = 111893pkg syscall (netbsd-arm64-cgo), const IFT_STARLAN ideal-int1894pkg syscall (netbsd-arm64-cgo), const IFT_STF = 2151895pkg syscall (netbsd-arm64-cgo), const IFT_STF ideal-int1896pkg syscall (netbsd-arm64-cgo), const IFT_T1 = 181897pkg syscall (netbsd-arm64-cgo), const IFT_T1 ideal-int1898pkg syscall (netbsd-arm64-cgo), const IFT_TDLC = 1161899pkg syscall (netbsd-arm64-cgo), const IFT_TDLC ideal-int1900pkg syscall (netbsd-arm64-cgo), const IFT_TELINK = 2001901pkg syscall (netbsd-arm64-cgo), const IFT_TELINK ideal-int1902pkg syscall (netbsd-arm64-cgo), const IFT_TERMPAD = 911903pkg syscall (netbsd-arm64-cgo), const IFT_TERMPAD ideal-int1904pkg syscall (netbsd-arm64-cgo), const IFT_TR008 = 1761905pkg syscall (netbsd-arm64-cgo), const IFT_TR008 ideal-int1906pkg syscall (netbsd-arm64-cgo), const IFT_TRANSPHDLC = 1231907pkg syscall (netbsd-arm64-cgo), const IFT_TRANSPHDLC ideal-int1908pkg syscall (netbsd-arm64-cgo), const IFT_TUNNEL = 1311909pkg syscall (netbsd-arm64-cgo), const IFT_TUNNEL ideal-int1910pkg syscall (netbsd-arm64-cgo), const IFT_ULTRA = 291911pkg syscall (netbsd-arm64-cgo), const IFT_ULTRA ideal-int1912pkg syscall (netbsd-arm64-cgo), const IFT_USB = 1601913pkg syscall (netbsd-arm64-cgo), const IFT_USB ideal-int1914pkg syscall (netbsd-arm64-cgo), const IFT_V11 = 641915pkg syscall (netbsd-arm64-cgo), const IFT_V11 ideal-int1916pkg syscall (netbsd-arm64-cgo), const IFT_V35 = 451917pkg syscall (netbsd-arm64-cgo), const IFT_V35 ideal-int1918pkg syscall (netbsd-arm64-cgo), const IFT_V36 = 651919pkg syscall (netbsd-arm64-cgo), const IFT_V36 ideal-int1920pkg syscall (netbsd-arm64-cgo), const IFT_V37 = 1201921pkg syscall (netbsd-arm64-cgo), const IFT_V37 ideal-int1922pkg syscall (netbsd-arm64-cgo), const IFT_VDSL = 971923pkg syscall (netbsd-arm64-cgo), const IFT_VDSL ideal-int1924pkg syscall (netbsd-arm64-cgo), const IFT_VIRTUALIPADDRESS = 1121925pkg syscall (netbsd-arm64-cgo), const IFT_VIRTUALIPADDRESS ideal-int1926pkg syscall (netbsd-arm64-cgo), const IFT_VIRTUALTG = 2021927pkg syscall (netbsd-arm64-cgo), const IFT_VIRTUALTG ideal-int1928pkg syscall (netbsd-arm64-cgo), const IFT_VOICEDID = 2131929pkg syscall (netbsd-arm64-cgo), const IFT_VOICEDID ideal-int1930pkg syscall (netbsd-arm64-cgo), const IFT_VOICEEM = 1001931pkg syscall (netbsd-arm64-cgo), const IFT_VOICEEMFGD = 2111932pkg syscall (netbsd-arm64-cgo), const IFT_VOICEEMFGD ideal-int1933pkg syscall (netbsd-arm64-cgo), const IFT_VOICEEM ideal-int1934pkg syscall (netbsd-arm64-cgo), const IFT_VOICEENCAP = 1031935pkg syscall (netbsd-arm64-cgo), const IFT_VOICEENCAP ideal-int1936pkg syscall (netbsd-arm64-cgo), const IFT_VOICEFGDEANA = 2121937pkg syscall (netbsd-arm64-cgo), const IFT_VOICEFGDEANA ideal-int1938pkg syscall (netbsd-arm64-cgo), const IFT_VOICEFXO = 1011939pkg syscall (netbsd-arm64-cgo), const IFT_VOICEFXO ideal-int1940pkg syscall (netbsd-arm64-cgo), const IFT_VOICEFXS = 1021941pkg syscall (netbsd-arm64-cgo), const IFT_VOICEFXS ideal-int1942pkg syscall (netbsd-arm64-cgo), const IFT_VOICEOVERATM = 1521943pkg syscall (netbsd-arm64-cgo), const IFT_VOICEOVERATM ideal-int1944pkg syscall (netbsd-arm64-cgo), const IFT_VOICEOVERCABLE = 1981945pkg syscall (netbsd-arm64-cgo), const IFT_VOICEOVERCABLE ideal-int1946pkg syscall (netbsd-arm64-cgo), const IFT_VOICEOVERFRAMERELAY = 1531947pkg syscall (netbsd-arm64-cgo), const IFT_VOICEOVERFRAMERELAY ideal-int1948pkg syscall (netbsd-arm64-cgo), const IFT_VOICEOVERIP = 1041949pkg syscall (netbsd-arm64-cgo), const IFT_VOICEOVERIP ideal-int1950pkg syscall (netbsd-arm64-cgo), const IFT_X213 = 931951pkg syscall (netbsd-arm64-cgo), const IFT_X213 ideal-int1952pkg syscall (netbsd-arm64-cgo), const IFT_X25 = 51953pkg syscall (netbsd-arm64-cgo), const IFT_X25DDN = 41954pkg syscall (netbsd-arm64-cgo), const IFT_X25DDN ideal-int1955pkg syscall (netbsd-arm64-cgo), const IFT_X25HUNTGROUP = 1221956pkg syscall (netbsd-arm64-cgo), const IFT_X25HUNTGROUP ideal-int1957pkg syscall (netbsd-arm64-cgo), const IFT_X25 ideal-int1958pkg syscall (netbsd-arm64-cgo), const IFT_X25MLP = 1211959pkg syscall (netbsd-arm64-cgo), const IFT_X25MLP ideal-int1960pkg syscall (netbsd-arm64-cgo), const IFT_X25PLE = 401961pkg syscall (netbsd-arm64-cgo), const IFT_X25PLE ideal-int1962pkg syscall (netbsd-arm64-cgo), const IFT_XETHER = 261963pkg syscall (netbsd-arm64-cgo), const IFT_XETHER ideal-int1964pkg syscall (netbsd-arm64-cgo), const IGNBRK = 11965pkg syscall (netbsd-arm64-cgo), const IGNBRK ideal-int1966pkg syscall (netbsd-arm64-cgo), const IGNCR = 1281967pkg syscall (netbsd-arm64-cgo), const IGNCR ideal-int1968pkg syscall (netbsd-arm64-cgo), const IGNPAR = 41969pkg syscall (netbsd-arm64-cgo), const IGNPAR ideal-int1970pkg syscall (netbsd-arm64-cgo), const IMAXBEL = 81921971pkg syscall (netbsd-arm64-cgo), const IMAXBEL ideal-int1972pkg syscall (netbsd-arm64-cgo), const IN_CLASSA_HOST = 167772151973pkg syscall (netbsd-arm64-cgo), const IN_CLASSA_HOST ideal-int1974pkg syscall (netbsd-arm64-cgo), const IN_CLASSA_MAX = 1281975pkg syscall (netbsd-arm64-cgo), const IN_CLASSA_MAX ideal-int1976pkg syscall (netbsd-arm64-cgo), const IN_CLASSA_NET = 42781900801977pkg syscall (netbsd-arm64-cgo), const IN_CLASSA_NET ideal-int1978pkg syscall (netbsd-arm64-cgo), const IN_CLASSA_NSHIFT = 241979pkg syscall (netbsd-arm64-cgo), const IN_CLASSA_NSHIFT ideal-int1980pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_HOST = 655351981pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_HOST ideal-int1982pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_MAX = 655361983pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_MAX ideal-int1984pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_NET = 42949017601985pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_NET ideal-int1986pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_NSHIFT = 161987pkg syscall (netbsd-arm64-cgo), const IN_CLASSB_NSHIFT ideal-int1988pkg syscall (netbsd-arm64-cgo), const IN_CLASSC_HOST = 2551989pkg syscall (netbsd-arm64-cgo), const IN_CLASSC_HOST ideal-int1990pkg syscall (netbsd-arm64-cgo), const IN_CLASSC_NET = 42949670401991pkg syscall (netbsd-arm64-cgo), const IN_CLASSC_NET ideal-int1992pkg syscall (netbsd-arm64-cgo), const IN_CLASSC_NSHIFT = 81993pkg syscall (netbsd-arm64-cgo), const IN_CLASSC_NSHIFT ideal-int1994pkg syscall (netbsd-arm64-cgo), const IN_CLASSD_HOST = 2684354551995pkg syscall (netbsd-arm64-cgo), const IN_CLASSD_HOST ideal-int1996pkg syscall (netbsd-arm64-cgo), const IN_CLASSD_NET = 40265318401997pkg syscall (netbsd-arm64-cgo), const IN_CLASSD_NET ideal-int1998pkg syscall (netbsd-arm64-cgo), const IN_CLASSD_NSHIFT = 281999pkg syscall (netbsd-arm64-cgo), const IN_CLASSD_NSHIFT ideal-int2000pkg syscall (netbsd-arm64-cgo), const INLCR = 64

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.