aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo@golang.org>2019-05-22 14:04:16 -0400
committerFilippo Valsorda <filippo@golang.org>2019-05-28 12:28:07 -0400
commite48f228c9bf152a6049a43d3e87e76086e42adf7 (patch)
treef3ea1f4330259d34650cc88f41cb60a6ee397c07 /api
parent42e353245cfc530fb26df8b7703c0d300cdb9e08 (diff)
parentf35338582d0e0e7047fa45be3cb8064c43c50f25 (diff)
downloadgo-e48f228c9bf152a6049a43d3e87e76086e42adf7.tar.gz
go-e48f228c9bf152a6049a43d3e87e76086e42adf7.zip
[dev.boringcrypto] all: merge master into dev.boringcrypto
Change-Id: I0f610a900fcd5575ca12b34bc74fa63c2146b10b
Diffstat (limited to 'api')
-rw-r--r--api/except.txt3
-rw-r--r--api/next.txt8039
2 files changed, 8041 insertions, 1 deletions
diff --git a/api/except.txt b/api/except.txt
index a608d5783ea..2a1287ce90e 100644
--- a/api/except.txt
+++ b/api/except.txt
@@ -457,4 +457,5 @@ pkg syscall (freebsd-arm-cgo), type Stat_t struct, Nlink uint16
pkg syscall (freebsd-arm-cgo), type Stat_t struct, Rdev uint32
pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntfromname [88]int8
pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntonname [88]int8
-pkg text/scanner, const GoTokens = 1012 \ No newline at end of file
+pkg text/scanner, const GoTokens = 1012
+pkg unicode, const Version = "10.0.0"
diff --git a/api/next.txt b/api/next.txt
index aaea62d70b2..24c4daf1ad8 100644
--- a/api/next.txt
+++ b/api/next.txt
@@ -1,3 +1,8042 @@
+pkg bytes, func ToValidUTF8([]uint8, []uint8) []uint8
+pkg crypto/ed25519, const PrivateKeySize = 64
+pkg crypto/ed25519, const PrivateKeySize ideal-int
+pkg crypto/ed25519, const PublicKeySize = 32
+pkg crypto/ed25519, const PublicKeySize ideal-int
+pkg crypto/ed25519, const SeedSize = 32
+pkg crypto/ed25519, const SeedSize ideal-int
+pkg crypto/ed25519, const SignatureSize = 64
+pkg crypto/ed25519, const SignatureSize ideal-int
+pkg crypto/ed25519, func GenerateKey(io.Reader) (PublicKey, PrivateKey, error)
+pkg crypto/ed25519, func NewKeyFromSeed([]uint8) PrivateKey
+pkg crypto/ed25519, func Sign(PrivateKey, []uint8) []uint8
+pkg crypto/ed25519, func Verify(PublicKey, []uint8, []uint8) bool
+pkg crypto/ed25519, method (PrivateKey) Public() crypto.PublicKey
+pkg crypto/ed25519, method (PrivateKey) Seed() []uint8
+pkg crypto/ed25519, method (PrivateKey) Sign(io.Reader, []uint8, crypto.SignerOpts) ([]uint8, error)
+pkg crypto/ed25519, type PrivateKey []uint8
+pkg crypto/ed25519, type PublicKey []uint8
+pkg database/sql, method (*NullInt32) Scan(interface{}) error
+pkg database/sql, method (*NullTime) Scan(interface{}) error
+pkg database/sql, method (NullInt32) Value() (driver.Value, error)
+pkg database/sql, method (NullTime) Value() (driver.Value, error)
+pkg database/sql, type NullInt32 struct
+pkg database/sql, type NullInt32 struct, Int32 int32
+pkg database/sql, type NullInt32 struct, Valid bool
+pkg database/sql, type NullTime struct
+pkg database/sql, type NullTime struct, Time time.Time
+pkg database/sql, type NullTime struct, Valid bool
+pkg debug/dwarf, method (*UnsupportedType) Common() *CommonType
+pkg debug/dwarf, method (*UnsupportedType) Size() int64
+pkg debug/dwarf, method (*UnsupportedType) String() string
+pkg debug/dwarf, type UnsupportedType struct
+pkg debug/dwarf, type UnsupportedType struct, Tag Tag
+pkg debug/dwarf, type UnsupportedType struct, embedded CommonType
+pkg encoding/csv, method (*ParseError) Unwrap() error
+pkg encoding/json, method (*MarshalerError) Unwrap() error
+pkg errors, func As(error, interface{}) bool
+pkg errors, func Caller(int) Frame
+pkg errors, func Is(error, error) bool
+pkg errors, func Opaque(error) error
+pkg errors, func Unwrap(error) error
+pkg errors, method (Frame) Format(Printer)
+pkg errors, type Formatter interface { Error, FormatError }
+pkg errors, type Formatter interface, Error() string
+pkg errors, type Formatter interface, FormatError(Printer) error
+pkg errors, type Frame struct
+pkg errors, type Printer interface { Detail, Print, Printf }
+pkg errors, type Printer interface, Detail() bool
+pkg errors, type Printer interface, Print(...interface{})
+pkg errors, type Printer interface, Printf(string, ...interface{})
+pkg errors, type Wrapper interface { Unwrap }
+pkg errors, type Wrapper interface, Unwrap() error
+pkg go/constant, func Make(interface{}) Value
+pkg go/constant, func Val(Value) interface{}
+pkg go/token, func IsExported(string) bool
+pkg go/token, func IsIdentifier(string) bool
+pkg go/token, func IsKeyword(string) bool
+pkg log, func Writer() io.Writer
+pkg log/syslog (netbsd-arm64), const LOG_ALERT = 1
+pkg log/syslog (netbsd-arm64), const LOG_ALERT Priority
+pkg log/syslog (netbsd-arm64), const LOG_AUTH = 32
+pkg log/syslog (netbsd-arm64), const LOG_AUTH Priority
+pkg log/syslog (netbsd-arm64), const LOG_AUTHPRIV = 80
+pkg log/syslog (netbsd-arm64), const LOG_AUTHPRIV Priority
+pkg log/syslog (netbsd-arm64), const LOG_CRIT = 2
+pkg log/syslog (netbsd-arm64), const LOG_CRIT Priority
+pkg log/syslog (netbsd-arm64), const LOG_CRON = 72
+pkg log/syslog (netbsd-arm64), const LOG_CRON Priority
+pkg log/syslog (netbsd-arm64), const LOG_DAEMON = 24
+pkg log/syslog (netbsd-arm64), const LOG_DAEMON Priority
+pkg log/syslog (netbsd-arm64), const LOG_DEBUG = 7
+pkg log/syslog (netbsd-arm64), const LOG_DEBUG Priority
+pkg log/syslog (netbsd-arm64), const LOG_EMERG = 0
+pkg log/syslog (netbsd-arm64), const LOG_EMERG Priority
+pkg log/syslog (netbsd-arm64), const LOG_ERR = 3
+pkg log/syslog (netbsd-arm64), const LOG_ERR Priority
+pkg log/syslog (netbsd-arm64), const LOG_FTP = 88
+pkg log/syslog (netbsd-arm64), const LOG_FTP Priority
+pkg log/syslog (netbsd-arm64), const LOG_INFO = 6
+pkg log/syslog (netbsd-arm64), const LOG_INFO Priority
+pkg log/syslog (netbsd-arm64), const LOG_KERN = 0
+pkg log/syslog (netbsd-arm64), const LOG_KERN Priority
+pkg log/syslog (netbsd-arm64), const LOG_LOCAL0 = 128
+pkg log/syslog (netbsd-arm64), const LOG_LOCAL0 Priority
+pkg log/syslog (netbsd-arm64), const LOG_LOCAL1 = 136
+pkg log/syslog (netbsd-arm64), const LOG_LOCAL1 Priority
+pkg log/syslog (netbsd-arm64), const LOG_LOCAL2 = 144
+pkg log/syslog (netbsd-arm64), const LOG_LOCAL2 Priority
+pkg log/syslog (netbsd-arm64), const LOG_LOCAL3 = 152
+pkg log/syslog (netbsd-arm64), const LOG_LOCAL3 Priority
+pkg log/syslog (netbsd-arm64), const LOG_LOCAL4 = 160
+pkg log/syslog (netbsd-arm64), const LOG_LOCAL4 Priority
+pkg log/syslog (netbsd-arm64), const LOG_LOCAL5 = 168
+pkg log/syslog (netbsd-arm64), const LOG_LOCAL5 Priority
+pkg log/syslog (netbsd-arm64), const LOG_LOCAL6 = 176
+pkg log/syslog (netbsd-arm64), const LOG_LOCAL6 Priority
+pkg log/syslog (netbsd-arm64), const LOG_LOCAL7 = 184
+pkg log/syslog (netbsd-arm64), const LOG_LOCAL7 Priority
+pkg log/syslog (netbsd-arm64), const LOG_LPR = 48
+pkg log/syslog (netbsd-arm64), const LOG_LPR Priority
+pkg log/syslog (netbsd-arm64), const LOG_MAIL = 16
+pkg log/syslog (netbsd-arm64), const LOG_MAIL Priority
+pkg log/syslog (netbsd-arm64), const LOG_NEWS = 56
+pkg log/syslog (netbsd-arm64), const LOG_NEWS Priority
+pkg log/syslog (netbsd-arm64), const LOG_NOTICE = 5
+pkg log/syslog (netbsd-arm64), const LOG_NOTICE Priority
+pkg log/syslog (netbsd-arm64), const LOG_SYSLOG = 40
+pkg log/syslog (netbsd-arm64), const LOG_SYSLOG Priority
+pkg log/syslog (netbsd-arm64), const LOG_USER = 8
+pkg log/syslog (netbsd-arm64), const LOG_USER Priority
+pkg log/syslog (netbsd-arm64), const LOG_UUCP = 64
+pkg log/syslog (netbsd-arm64), const LOG_UUCP Priority
+pkg log/syslog (netbsd-arm64), const LOG_WARNING = 4
+pkg log/syslog (netbsd-arm64), const LOG_WARNING Priority
+pkg log/syslog (netbsd-arm64), func Dial(string, string, Priority, string) (*Writer, error)
+pkg log/syslog (netbsd-arm64), func New(Priority, string) (*Writer, error)
+pkg log/syslog (netbsd-arm64), func NewLogger(Priority, int) (*log.Logger, error)
+pkg log/syslog (netbsd-arm64), method (*Writer) Alert(string) error
+pkg log/syslog (netbsd-arm64), method (*Writer) Close() error
+pkg log/syslog (netbsd-arm64), method (*Writer) Crit(string) error
+pkg log/syslog (netbsd-arm64), method (*Writer) Debug(string) error
+pkg log/syslog (netbsd-arm64), method (*Writer) Emerg(string) error
+pkg log/syslog (netbsd-arm64), method (*Writer) Err(string) error
+pkg log/syslog (netbsd-arm64), method (*Writer) Info(string) error
+pkg log/syslog (netbsd-arm64), method (*Writer) Notice(string) error
+pkg log/syslog (netbsd-arm64), method (*Writer) Warning(string) error
+pkg log/syslog (netbsd-arm64), method (*Writer) Write([]uint8) (int, error)
+pkg log/syslog (netbsd-arm64), type Priority int
+pkg log/syslog (netbsd-arm64), type Writer struct
+pkg log/syslog (netbsd-arm64-cgo), const LOG_ALERT = 1
+pkg log/syslog (netbsd-arm64-cgo), const LOG_ALERT Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_AUTH = 32
+pkg log/syslog (netbsd-arm64-cgo), const LOG_AUTH Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_AUTHPRIV = 80
+pkg log/syslog (netbsd-arm64-cgo), const LOG_AUTHPRIV Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_CRIT = 2
+pkg log/syslog (netbsd-arm64-cgo), const LOG_CRIT Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_CRON = 72
+pkg log/syslog (netbsd-arm64-cgo), const LOG_CRON Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_DAEMON = 24
+pkg log/syslog (netbsd-arm64-cgo), const LOG_DAEMON Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_DEBUG = 7
+pkg log/syslog (netbsd-arm64-cgo), const LOG_DEBUG Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_EMERG = 0
+pkg log/syslog (netbsd-arm64-cgo), const LOG_EMERG Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_ERR = 3
+pkg log/syslog (netbsd-arm64-cgo), const LOG_ERR Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_FTP = 88
+pkg log/syslog (netbsd-arm64-cgo), const LOG_FTP Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_INFO = 6
+pkg log/syslog (netbsd-arm64-cgo), const LOG_INFO Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_KERN = 0
+pkg log/syslog (netbsd-arm64-cgo), const LOG_KERN Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL0 = 128
+pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL0 Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL1 = 136
+pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL1 Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL2 = 144
+pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL2 Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL3 = 152
+pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL3 Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL4 = 160
+pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL4 Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL5 = 168
+pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL5 Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL6 = 176
+pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL6 Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL7 = 184
+pkg log/syslog (netbsd-arm64-cgo), const LOG_LOCAL7 Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_LPR = 48
+pkg log/syslog (netbsd-arm64-cgo), const LOG_LPR Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_MAIL = 16
+pkg log/syslog (netbsd-arm64-cgo), const LOG_MAIL Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_NEWS = 56
+pkg log/syslog (netbsd-arm64-cgo), const LOG_NEWS Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_NOTICE = 5
+pkg log/syslog (netbsd-arm64-cgo), const LOG_NOTICE Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_SYSLOG = 40
+pkg log/syslog (netbsd-arm64-cgo), const LOG_SYSLOG Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_USER = 8
+pkg log/syslog (netbsd-arm64-cgo), const LOG_USER Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_UUCP = 64
+pkg log/syslog (netbsd-arm64-cgo), const LOG_UUCP Priority
+pkg log/syslog (netbsd-arm64-cgo), const LOG_WARNING = 4
+pkg log/syslog (netbsd-arm64-cgo), const LOG_WARNING Priority
+pkg log/syslog (netbsd-arm64-cgo), func Dial(string, string, Priority, string) (*Writer, error)
+pkg log/syslog (netbsd-arm64-cgo), func New(Priority, string) (*Writer, error)
+pkg log/syslog (netbsd-arm64-cgo), func NewLogger(Priority, int) (*log.Logger, error)
+pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Alert(string) error
+pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Close() error
+pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Crit(string) error
+pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Debug(string) error
+pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Emerg(string) error
+pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Err(string) error
+pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Info(string) error
+pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Notice(string) error
+pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Warning(string) error
+pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Write([]uint8) (int, error)
+pkg log/syslog (netbsd-arm64-cgo), type Priority int
+pkg log/syslog (netbsd-arm64-cgo), type Writer struct
+pkg math/big, method (*Int) TrailingZeroBits() uint
+pkg math/big, method (*Rat) SetUint64(uint64) *Rat
+pkg net, method (*DNSConfigError) Unwrap() error
+pkg net, method (*DNSError) Is(error) bool
+pkg net, method (*OpError) Is(error) bool
+pkg net, method (*OpError) Unwrap() error
+pkg net, type DNSError struct, IsNotFound bool
+pkg net, type ListenConfig struct, KeepAlive time.Duration
+pkg net/http, const SameSiteNoneMode = 4
+pkg net/http, const SameSiteNoneMode SameSite
+pkg net/http, const StatusEarlyHints = 103
+pkg net/http, const StatusEarlyHints ideal-int
+pkg net/http, func NewRequestWithContext(context.Context, string, string, io.Reader) (*Request, error)
+pkg net/http, method (*Request) Clone(context.Context) *Request
+pkg net/http, method (*Transport) Clone() *Transport
+pkg net/http, method (Header) Clone() Header
+pkg net/http, type Server struct, BaseContext func(net.Listener) context.Context
+pkg net/http, type Server struct, ConnContext func(context.Context, net.Conn) context.Context
+pkg net/http, type Transport struct, ForceAttemptHTTP2 bool
+pkg net/http, type Transport struct, ReadBufferSize int
+pkg net/http, type Transport struct, WriteBufferSize int
+pkg net/url, method (*Error) Unwrap() error
+pkg os (netbsd-arm64), const DevNull = "/dev/null"
+pkg os (netbsd-arm64), const O_APPEND = 8
+pkg os (netbsd-arm64), const O_CREATE = 512
+pkg os (netbsd-arm64), const O_EXCL = 2048
+pkg os (netbsd-arm64), const O_SYNC = 128
+pkg os (netbsd-arm64), const O_TRUNC = 1024
+pkg os (netbsd-arm64), const PathListSeparator = 58
+pkg os (netbsd-arm64), const PathSeparator = 47
+pkg os (netbsd-arm64-cgo), const DevNull = "/dev/null"
+pkg os (netbsd-arm64-cgo), const O_APPEND = 8
+pkg os (netbsd-arm64-cgo), const O_CREATE = 512
+pkg os (netbsd-arm64-cgo), const O_EXCL = 2048
+pkg os (netbsd-arm64-cgo), const O_SYNC = 128
+pkg os (netbsd-arm64-cgo), const O_TRUNC = 1024
+pkg os (netbsd-arm64-cgo), const PathListSeparator = 58
+pkg os (netbsd-arm64-cgo), const PathSeparator = 47
+pkg os, func UserConfigDir() (string, error)
+pkg os, method (*LinkError) Unwrap() error
+pkg os, method (*PathError) Unwrap() error
+pkg os, method (*SyscallError) Unwrap() error
+pkg os, var ErrTemporary error
+pkg os, var ErrTimeout error
+pkg os/exec, method (*Cmd) String() string
+pkg os/exec, method (*Error) Unwrap() error
+pkg path/filepath (netbsd-arm64), const ListSeparator = 58
+pkg path/filepath (netbsd-arm64), const Separator = 47
+pkg path/filepath (netbsd-arm64-cgo), const ListSeparator = 58
+pkg path/filepath (netbsd-arm64-cgo), const Separator = 47
+pkg reflect, method (Value) IsZero() bool
+pkg runtime (netbsd-arm64), const GOARCH = "arm64"
+pkg runtime (netbsd-arm64), const GOOS = "netbsd"
+pkg runtime (netbsd-arm64-cgo), const GOARCH = "arm64"
+pkg runtime (netbsd-arm64-cgo), const GOOS = "netbsd"
+pkg strings, func ToValidUTF8(string, string) string
+pkg syscall (netbsd-arm64), const AF_APPLETALK = 16
+pkg syscall (netbsd-arm64), const AF_APPLETALK ideal-int
+pkg syscall (netbsd-arm64), const AF_ARP = 28
+pkg syscall (netbsd-arm64), const AF_ARP ideal-int
+pkg syscall (netbsd-arm64), const AF_BLUETOOTH = 31
+pkg syscall (netbsd-arm64), const AF_BLUETOOTH ideal-int
+pkg syscall (netbsd-arm64), const AF_CCITT = 10
+pkg syscall (netbsd-arm64), const AF_CCITT ideal-int
+pkg syscall (netbsd-arm64), const AF_CHAOS = 5
+pkg syscall (netbsd-arm64), const AF_CHAOS ideal-int
+pkg syscall (netbsd-arm64), const AF_CNT = 21
+pkg syscall (netbsd-arm64), const AF_CNT ideal-int
+pkg syscall (netbsd-arm64), const AF_COIP = 20
+pkg syscall (netbsd-arm64), const AF_COIP ideal-int
+pkg syscall (netbsd-arm64), const AF_DATAKIT = 9
+pkg syscall (netbsd-arm64), const AF_DATAKIT ideal-int
+pkg syscall (netbsd-arm64), const AF_DECnet = 12
+pkg syscall (netbsd-arm64), const AF_DECnet ideal-int
+pkg syscall (netbsd-arm64), const AF_DLI = 13
+pkg syscall (netbsd-arm64), const AF_DLI ideal-int
+pkg syscall (netbsd-arm64), const AF_E164 = 26
+pkg syscall (netbsd-arm64), const AF_E164 ideal-int
+pkg syscall (netbsd-arm64), const AF_ECMA = 8
+pkg syscall (netbsd-arm64), const AF_ECMA ideal-int
+pkg syscall (netbsd-arm64), const AF_HYLINK = 15
+pkg syscall (netbsd-arm64), const AF_HYLINK ideal-int
+pkg syscall (netbsd-arm64), const AF_IEEE80211 = 32
+pkg syscall (netbsd-arm64), const AF_IEEE80211 ideal-int
+pkg syscall (netbsd-arm64), const AF_IMPLINK = 3
+pkg syscall (netbsd-arm64), const AF_IMPLINK ideal-int
+pkg syscall (netbsd-arm64), const AF_INET6 = 24
+pkg syscall (netbsd-arm64), const AF_IPX = 23
+pkg syscall (netbsd-arm64), const AF_IPX ideal-int
+pkg syscall (netbsd-arm64), const AF_ISDN = 26
+pkg syscall (netbsd-arm64), const AF_ISDN ideal-int
+pkg syscall (netbsd-arm64), const AF_ISO = 7
+pkg syscall (netbsd-arm64), const AF_ISO ideal-int
+pkg syscall (netbsd-arm64), const AF_LAT = 14
+pkg syscall (netbsd-arm64), const AF_LAT ideal-int
+pkg syscall (netbsd-arm64), const AF_LINK = 18
+pkg syscall (netbsd-arm64), const AF_LINK ideal-int
+pkg syscall (netbsd-arm64), const AF_LOCAL = 1
+pkg syscall (netbsd-arm64), const AF_LOCAL ideal-int
+pkg syscall (netbsd-arm64), const AF_MAX = 35
+pkg syscall (netbsd-arm64), const AF_MAX ideal-int
+pkg syscall (netbsd-arm64), const AF_MPLS = 33
+pkg syscall (netbsd-arm64), const AF_MPLS ideal-int
+pkg syscall (netbsd-arm64), const AF_NATM = 27
+pkg syscall (netbsd-arm64), const AF_NATM ideal-int
+pkg syscall (netbsd-arm64), const AF_NS = 6
+pkg syscall (netbsd-arm64), const AF_NS ideal-int
+pkg syscall (netbsd-arm64), const AF_OROUTE = 17
+pkg syscall (netbsd-arm64), const AF_OROUTE ideal-int
+pkg syscall (netbsd-arm64), const AF_OSI = 7
+pkg syscall (netbsd-arm64), const AF_OSI ideal-int
+pkg syscall (netbsd-arm64), const AF_PUP = 4
+pkg syscall (netbsd-arm64), const AF_PUP ideal-int
+pkg syscall (netbsd-arm64), const AF_ROUTE = 34
+pkg syscall (netbsd-arm64), const AF_ROUTE ideal-int
+pkg syscall (netbsd-arm64), const AF_SNA = 11
+pkg syscall (netbsd-arm64), const AF_SNA ideal-int
+pkg syscall (netbsd-arm64), const ARPHRD_ARCNET = 7
+pkg syscall (netbsd-arm64), const ARPHRD_ARCNET ideal-int
+pkg syscall (netbsd-arm64), const ARPHRD_ETHER = 1
+pkg syscall (netbsd-arm64), const ARPHRD_ETHER ideal-int
+pkg syscall (netbsd-arm64), const ARPHRD_FRELAY = 15
+pkg syscall (netbsd-arm64), const ARPHRD_FRELAY ideal-int
+pkg syscall (netbsd-arm64), const ARPHRD_IEEE1394 = 24
+pkg syscall (netbsd-arm64), const ARPHRD_IEEE1394 ideal-int
+pkg syscall (netbsd-arm64), const ARPHRD_IEEE802 = 6
+pkg syscall (netbsd-arm64), const ARPHRD_IEEE802 ideal-int
+pkg syscall (netbsd-arm64), const ARPHRD_STRIP = 23
+pkg syscall (netbsd-arm64), const ARPHRD_STRIP ideal-int
+pkg syscall (netbsd-arm64), const B0 = 0
+pkg syscall (netbsd-arm64), const B0 ideal-int
+pkg syscall (netbsd-arm64), const B110 = 110
+pkg syscall (netbsd-arm64), const B110 ideal-int
+pkg syscall (netbsd-arm64), const B115200 = 115200
+pkg syscall (netbsd-arm64), const B115200 ideal-int
+pkg syscall (netbsd-arm64), const B1200 = 1200
+pkg syscall (netbsd-arm64), const B1200 ideal-int
+pkg syscall (netbsd-arm64), const B134 = 134
+pkg syscall (netbsd-arm64), const B134 ideal-int
+pkg syscall (netbsd-arm64), const B14400 = 14400
+pkg syscall (netbsd-arm64), const B14400 ideal-int
+pkg syscall (netbsd-arm64), const B150 = 150
+pkg syscall (netbsd-arm64), const B150 ideal-int
+pkg syscall (netbsd-arm64), const B1800 = 1800
+pkg syscall (netbsd-arm64), const B1800 ideal-int
+pkg syscall (netbsd-arm64), const B19200 = 19200
+pkg syscall (netbsd-arm64), const B19200 ideal-int
+pkg syscall (netbsd-arm64), const B200 = 200
+pkg syscall (netbsd-arm64), const B200 ideal-int
+pkg syscall (netbsd-arm64), const B230400 = 230400
+pkg syscall (netbsd-arm64), const B230400 ideal-int
+pkg syscall (netbsd-arm64), const B2400 = 2400
+pkg syscall (netbsd-arm64), const B2400 ideal-int
+pkg syscall (netbsd-arm64), const B28800 = 28800
+pkg syscall (netbsd-arm64), const B28800 ideal-int
+pkg syscall (netbsd-arm64), const B300 = 300
+pkg syscall (netbsd-arm64), const B300 ideal-int
+pkg syscall (netbsd-arm64), const B38400 = 38400
+pkg syscall (netbsd-arm64), const B38400 ideal-int
+pkg syscall (netbsd-arm64), const B460800 = 460800
+pkg syscall (netbsd-arm64), const B460800 ideal-int
+pkg syscall (netbsd-arm64), const B4800 = 4800
+pkg syscall (netbsd-arm64), const B4800 ideal-int
+pkg syscall (netbsd-arm64), const B50 = 50
+pkg syscall (netbsd-arm64), const B50 ideal-int
+pkg syscall (netbsd-arm64), const B57600 = 57600
+pkg syscall (netbsd-arm64), const B57600 ideal-int
+pkg syscall (netbsd-arm64), const B600 = 600
+pkg syscall (netbsd-arm64), const B600 ideal-int
+pkg syscall (netbsd-arm64), const B7200 = 7200
+pkg syscall (netbsd-arm64), const B7200 ideal-int
+pkg syscall (netbsd-arm64), const B75 = 75
+pkg syscall (netbsd-arm64), const B75 ideal-int
+pkg syscall (netbsd-arm64), const B76800 = 76800
+pkg syscall (netbsd-arm64), const B76800 ideal-int
+pkg syscall (netbsd-arm64), const B921600 = 921600
+pkg syscall (netbsd-arm64), const B921600 ideal-int
+pkg syscall (netbsd-arm64), const B9600 = 9600
+pkg syscall (netbsd-arm64), const B9600 ideal-int
+pkg syscall (netbsd-arm64), const BIOCFEEDBACK = 2147762813
+pkg syscall (netbsd-arm64), const BIOCFEEDBACK ideal-int
+pkg syscall (netbsd-arm64), const BIOCFLUSH = 536887912
+pkg syscall (netbsd-arm64), const BIOCFLUSH ideal-int
+pkg syscall (netbsd-arm64), const BIOCGBLEN = 1074020966
+pkg syscall (netbsd-arm64), const BIOCGBLEN ideal-int
+pkg syscall (netbsd-arm64), const BIOCGDLT = 1074020970
+pkg syscall (netbsd-arm64), const BIOCGDLT ideal-int
+pkg syscall (netbsd-arm64), const BIOCGDLTLIST = 3222291063
+pkg syscall (netbsd-arm64), const BIOCGDLTLIST ideal-int
+pkg syscall (netbsd-arm64), const BIOCGETIF = 1083196011
+pkg syscall (netbsd-arm64), const BIOCGETIF ideal-int
+pkg syscall (netbsd-arm64), const BIOCGFEEDBACK = 1074020988
+pkg syscall (netbsd-arm64), const BIOCGFEEDBACK ideal-int
+pkg syscall (netbsd-arm64), const BIOCGHDRCMPLT = 1074020980
+pkg syscall (netbsd-arm64), const BIOCGHDRCMPLT ideal-int
+pkg syscall (netbsd-arm64), const BIOCGRTIMEOUT = 1074807419
+pkg syscall (netbsd-arm64), const BIOCGRTIMEOUT ideal-int
+pkg syscall (netbsd-arm64), const BIOCGSEESENT = 1074020984
+pkg syscall (netbsd-arm64), const BIOCGSEESENT ideal-int
+pkg syscall (netbsd-arm64), const BIOCGSTATS = 1082147439
+pkg syscall (netbsd-arm64), const BIOCGSTATS ideal-int
+pkg syscall (netbsd-arm64), const BIOCGSTATSOLD = 1074283119
+pkg syscall (netbsd-arm64), const BIOCGSTATSOLD ideal-int
+pkg syscall (netbsd-arm64), const BIOCIMMEDIATE = 2147762800
+pkg syscall (netbsd-arm64), const BIOCIMMEDIATE ideal-int
+pkg syscall (netbsd-arm64), const BIOCPROMISC = 536887913
+pkg syscall (netbsd-arm64), const BIOCPROMISC ideal-int
+pkg syscall (netbsd-arm64), const BIOCSBLEN = 3221504614
+pkg syscall (netbsd-arm64), const BIOCSBLEN ideal-int
+pkg syscall (netbsd-arm64), const BIOCSDLT = 2147762806
+pkg syscall (netbsd-arm64), const BIOCSDLT ideal-int
+pkg syscall (netbsd-arm64), const BIOCSETF = 2148549223
+pkg syscall (netbsd-arm64), const BIOCSETF ideal-int
+pkg syscall (netbsd-arm64), const BIOCSETIF = 2156937836
+pkg syscall (netbsd-arm64), const BIOCSETIF ideal-int
+pkg syscall (netbsd-arm64), const BIOCSFEEDBACK = 2147762813
+pkg syscall (netbsd-arm64), const BIOCSFEEDBACK ideal-int
+pkg syscall (netbsd-arm64), const BIOCSHDRCMPLT = 2147762805
+pkg syscall (netbsd-arm64), const BIOCSHDRCMPLT ideal-int
+pkg syscall (netbsd-arm64), const BIOCSRTIMEOUT = 2148549242
+pkg syscall (netbsd-arm64), const BIOCSRTIMEOUT ideal-int
+pkg syscall (netbsd-arm64), const BIOCSSEESENT = 2147762809
+pkg syscall (netbsd-arm64), const BIOCSSEESENT ideal-int
+pkg syscall (netbsd-arm64), const BIOCSTCPF = 2148549234
+pkg syscall (netbsd-arm64), const BIOCSTCPF ideal-int
+pkg syscall (netbsd-arm64), const BIOCSUDPF = 2148549235
+pkg syscall (netbsd-arm64), const BIOCSUDPF ideal-int
+pkg syscall (netbsd-arm64), const BIOCVERSION = 1074020977
+pkg syscall (netbsd-arm64), const BIOCVERSION ideal-int
+pkg syscall (netbsd-arm64), const BPF_A = 16
+pkg syscall (netbsd-arm64), const BPF_A ideal-int
+pkg syscall (netbsd-arm64), const BPF_ABS = 32
+pkg syscall (netbsd-arm64), const BPF_ABS ideal-int
+pkg syscall (netbsd-arm64), const BPF_ADD = 0
+pkg syscall (netbsd-arm64), const BPF_ADD ideal-int
+pkg syscall (netbsd-arm64), const BPF_ALIGNMENT = 8
+pkg syscall (netbsd-arm64), const BPF_ALIGNMENT ideal-int
+pkg syscall (netbsd-arm64), const BPF_ALIGNMENT32 = 4
+pkg syscall (netbsd-arm64), const BPF_ALIGNMENT32 ideal-int
+pkg syscall (netbsd-arm64), const BPF_ALU = 4
+pkg syscall (netbsd-arm64), const BPF_ALU ideal-int
+pkg syscall (netbsd-arm64), const BPF_AND = 80
+pkg syscall (netbsd-arm64), const BPF_AND ideal-int
+pkg syscall (netbsd-arm64), const BPF_B = 16
+pkg syscall (netbsd-arm64), const BPF_B ideal-int
+pkg syscall (netbsd-arm64), const BPF_DFLTBUFSIZE = 1048576
+pkg syscall (netbsd-arm64), const BPF_DFLTBUFSIZE ideal-int
+pkg syscall (netbsd-arm64), const BPF_DIV = 48
+pkg syscall (netbsd-arm64), const BPF_DIV ideal-int
+pkg syscall (netbsd-arm64), const BPF_H = 8
+pkg syscall (netbsd-arm64), const BPF_H ideal-int
+pkg syscall (netbsd-arm64), const BPF_IMM = 0
+pkg syscall (netbsd-arm64), const BPF_IMM ideal-int
+pkg syscall (netbsd-arm64), const BPF_IND = 64
+pkg syscall (netbsd-arm64), const BPF_IND ideal-int
+pkg syscall (netbsd-arm64), const BPF_JA = 0
+pkg syscall (netbsd-arm64), const BPF_JA ideal-int
+pkg syscall (netbsd-arm64), const BPF_JEQ = 16
+pkg syscall (netbsd-arm64), const BPF_JEQ ideal-int
+pkg syscall (netbsd-arm64), const BPF_JGE = 48
+pkg syscall (netbsd-arm64), const BPF_JGE ideal-int
+pkg syscall (netbsd-arm64), const BPF_JGT = 32
+pkg syscall (netbsd-arm64), const BPF_JGT ideal-int
+pkg syscall (netbsd-arm64), const BPF_JMP = 5
+pkg syscall (netbsd-arm64), const BPF_JMP ideal-int
+pkg syscall (netbsd-arm64), const BPF_JSET = 64
+pkg syscall (netbsd-arm64), const BPF_JSET ideal-int
+pkg syscall (netbsd-arm64), const BPF_K = 0
+pkg syscall (netbsd-arm64), const BPF_K ideal-int
+pkg syscall (netbsd-arm64), const BPF_LD = 0
+pkg syscall (netbsd-arm64), const BPF_LD ideal-int
+pkg syscall (netbsd-arm64), const BPF_LDX = 1
+pkg syscall (netbsd-arm64), const BPF_LDX ideal-int
+pkg syscall (netbsd-arm64), const BPF_LEN = 128
+pkg syscall (netbsd-arm64), const BPF_LEN ideal-int
+pkg syscall (netbsd-arm64), const BPF_LSH = 96
+pkg syscall (netbsd-arm64), const BPF_LSH ideal-int
+pkg syscall (netbsd-arm64), const BPF_MAJOR_VERSION = 1
+pkg syscall (netbsd-arm64), const BPF_MAJOR_VERSION ideal-int
+pkg syscall (netbsd-arm64), const BPF_MAXBUFSIZE = 16777216
+pkg syscall (netbsd-arm64), const BPF_MAXBUFSIZE ideal-int
+pkg syscall (netbsd-arm64), const BPF_MAXINSNS = 512
+pkg syscall (netbsd-arm64), const BPF_MAXINSNS ideal-int
+pkg syscall (netbsd-arm64), const BPF_MEM = 96
+pkg syscall (netbsd-arm64), const BPF_MEM ideal-int
+pkg syscall (netbsd-arm64), const BPF_MEMWORDS = 16
+pkg syscall (netbsd-arm64), const BPF_MEMWORDS ideal-int
+pkg syscall (netbsd-arm64), const BPF_MINBUFSIZE = 32
+pkg syscall (netbsd-arm64), const BPF_MINBUFSIZE ideal-int
+pkg syscall (netbsd-arm64), const BPF_MINOR_VERSION = 1
+pkg syscall (netbsd-arm64), const BPF_MINOR_VERSION ideal-int
+pkg syscall (netbsd-arm64), const BPF_MISC = 7
+pkg syscall (netbsd-arm64), const BPF_MISC ideal-int
+pkg syscall (netbsd-arm64), const BPF_MSH = 160
+pkg syscall (netbsd-arm64), const BPF_MSH ideal-int
+pkg syscall (netbsd-arm64), const BPF_MUL = 32
+pkg syscall (netbsd-arm64), const BPF_MUL ideal-int
+pkg syscall (netbsd-arm64), const BPF_NEG = 128
+pkg syscall (netbsd-arm64), const BPF_NEG ideal-int
+pkg syscall (netbsd-arm64), const BPF_OR = 64
+pkg syscall (netbsd-arm64), const BPF_OR ideal-int
+pkg syscall (netbsd-arm64), const BPF_RELEASE = 199606
+pkg syscall (netbsd-arm64), const BPF_RELEASE ideal-int
+pkg syscall (netbsd-arm64), const BPF_RET = 6
+pkg syscall (netbsd-arm64), const BPF_RET ideal-int
+pkg syscall (netbsd-arm64), const BPF_RSH = 112
+pkg syscall (netbsd-arm64), const BPF_RSH ideal-int
+pkg syscall (netbsd-arm64), const BPF_ST = 2
+pkg syscall (netbsd-arm64), const BPF_ST ideal-int
+pkg syscall (netbsd-arm64), const BPF_STX = 3
+pkg syscall (netbsd-arm64), const BPF_STX ideal-int
+pkg syscall (netbsd-arm64), const BPF_SUB = 16
+pkg syscall (netbsd-arm64), const BPF_SUB ideal-int
+pkg syscall (netbsd-arm64), const BPF_TAX = 0
+pkg syscall (netbsd-arm64), const BPF_TAX ideal-int
+pkg syscall (netbsd-arm64), const BPF_TXA = 128
+pkg syscall (netbsd-arm64), const BPF_TXA ideal-int
+pkg syscall (netbsd-arm64), const BPF_W = 0
+pkg syscall (netbsd-arm64), const BPF_W ideal-int
+pkg syscall (netbsd-arm64), const BPF_X = 8
+pkg syscall (netbsd-arm64), const BPF_X ideal-int
+pkg syscall (netbsd-arm64), const BRKINT = 2
+pkg syscall (netbsd-arm64), const BRKINT ideal-int
+pkg syscall (netbsd-arm64), const CFLUSH = 15
+pkg syscall (netbsd-arm64), const CFLUSH ideal-int
+pkg syscall (netbsd-arm64), const CLOCAL = 32768
+pkg syscall (netbsd-arm64), const CLOCAL ideal-int
+pkg syscall (netbsd-arm64), const CLONE_CSIGNAL = 255
+pkg syscall (netbsd-arm64), const CLONE_CSIGNAL ideal-int
+pkg syscall (netbsd-arm64), const CLONE_FILES = 1024
+pkg syscall (netbsd-arm64), const CLONE_FILES ideal-int
+pkg syscall (netbsd-arm64), const CLONE_FS = 512
+pkg syscall (netbsd-arm64), const CLONE_FS ideal-int
+pkg syscall (netbsd-arm64), const CLONE_PID = 4096
+pkg syscall (netbsd-arm64), const CLONE_PID ideal-int
+pkg syscall (netbsd-arm64), const CLONE_PTRACE = 8192
+pkg syscall (netbsd-arm64), const CLONE_PTRACE ideal-int
+pkg syscall (netbsd-arm64), const CLONE_SIGHAND = 2048
+pkg syscall (netbsd-arm64), const CLONE_SIGHAND ideal-int
+pkg syscall (netbsd-arm64), const CLONE_VFORK = 16384
+pkg syscall (netbsd-arm64), const CLONE_VFORK ideal-int
+pkg syscall (netbsd-arm64), const CLONE_VM = 256
+pkg syscall (netbsd-arm64), const CLONE_VM ideal-int
+pkg syscall (netbsd-arm64), const CREAD = 2048
+pkg syscall (netbsd-arm64), const CREAD ideal-int
+pkg syscall (netbsd-arm64), const CS5 = 0
+pkg syscall (netbsd-arm64), const CS5 ideal-int
+pkg syscall (netbsd-arm64), const CS6 = 256
+pkg syscall (netbsd-arm64), const CS6 ideal-int
+pkg syscall (netbsd-arm64), const CS7 = 512
+pkg syscall (netbsd-arm64), const CS7 ideal-int
+pkg syscall (netbsd-arm64), const CS8 = 768
+pkg syscall (netbsd-arm64), const CS8 ideal-int
+pkg syscall (netbsd-arm64), const CSIZE = 768
+pkg syscall (netbsd-arm64), const CSIZE ideal-int
+pkg syscall (netbsd-arm64), const CSTART = 17
+pkg syscall (netbsd-arm64), const CSTART ideal-int
+pkg syscall (netbsd-arm64), const CSTATUS = 20
+pkg syscall (netbsd-arm64), const CSTATUS ideal-int
+pkg syscall (netbsd-arm64), const CSTOP = 19
+pkg syscall (netbsd-arm64), const CSTOP ideal-int
+pkg syscall (netbsd-arm64), const CSTOPB = 1024
+pkg syscall (netbsd-arm64), const CSTOPB ideal-int
+pkg syscall (netbsd-arm64), const CSUSP = 26
+pkg syscall (netbsd-arm64), const CSUSP ideal-int
+pkg syscall (netbsd-arm64), const CTL_MAXNAME = 12
+pkg syscall (netbsd-arm64), const CTL_MAXNAME ideal-int
+pkg syscall (netbsd-arm64), const CTL_NET = 4
+pkg syscall (netbsd-arm64), const CTL_NET ideal-int
+pkg syscall (netbsd-arm64), const CTL_QUERY = -2
+pkg syscall (netbsd-arm64), const CTL_QUERY ideal-int
+pkg syscall (netbsd-arm64), const DIOCBSFLUSH = 536896632
+pkg syscall (netbsd-arm64), const DIOCBSFLUSH ideal-int
+pkg syscall (netbsd-arm64), const DLT_A429 = 184
+pkg syscall (netbsd-arm64), const DLT_A429 ideal-int
+pkg syscall (netbsd-arm64), const DLT_A653_ICM = 185
+pkg syscall (netbsd-arm64), const DLT_A653_ICM ideal-int
+pkg syscall (netbsd-arm64), const DLT_AIRONET_HEADER = 120
+pkg syscall (netbsd-arm64), const DLT_AIRONET_HEADER ideal-int
+pkg syscall (netbsd-arm64), const DLT_AOS = 222
+pkg syscall (netbsd-arm64), const DLT_AOS ideal-int
+pkg syscall (netbsd-arm64), const DLT_APPLE_IP_OVER_IEEE1394 = 138
+pkg syscall (netbsd-arm64), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int
+pkg syscall (netbsd-arm64), const DLT_ARCNET = 7
+pkg syscall (netbsd-arm64), const DLT_ARCNET ideal-int
+pkg syscall (netbsd-arm64), const DLT_ARCNET_LINUX = 129
+pkg syscall (netbsd-arm64), const DLT_ARCNET_LINUX ideal-int
+pkg syscall (netbsd-arm64), const DLT_ATM_CLIP = 19
+pkg syscall (netbsd-arm64), const DLT_ATM_CLIP ideal-int
+pkg syscall (netbsd-arm64), const DLT_ATM_RFC1483 = 11
+pkg syscall (netbsd-arm64), const DLT_ATM_RFC1483 ideal-int
+pkg syscall (netbsd-arm64), const DLT_AURORA = 126
+pkg syscall (netbsd-arm64), const DLT_AURORA ideal-int
+pkg syscall (netbsd-arm64), const DLT_AX25 = 3
+pkg syscall (netbsd-arm64), const DLT_AX25 ideal-int
+pkg syscall (netbsd-arm64), const DLT_AX25_KISS = 202
+pkg syscall (netbsd-arm64), const DLT_AX25_KISS ideal-int
+pkg syscall (netbsd-arm64), const DLT_BACNET_MS_TP = 165
+pkg syscall (netbsd-arm64), const DLT_BACNET_MS_TP ideal-int
+pkg syscall (netbsd-arm64), const DLT_BLUETOOTH_HCI_H4 = 187
+pkg syscall (netbsd-arm64), const DLT_BLUETOOTH_HCI_H4 ideal-int
+pkg syscall (netbsd-arm64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
+pkg syscall (netbsd-arm64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR ideal-int
+pkg syscall (netbsd-arm64), const DLT_CAN20B = 190
+pkg syscall (netbsd-arm64), const DLT_CAN20B ideal-int
+pkg syscall (netbsd-arm64), const DLT_CAN_SOCKETCAN = 227
+pkg syscall (netbsd-arm64), const DLT_CAN_SOCKETCAN ideal-int
+pkg syscall (netbsd-arm64), const DLT_CHAOS = 5
+pkg syscall (netbsd-arm64), const DLT_CHAOS ideal-int
+pkg syscall (netbsd-arm64), const DLT_CISCO_IOS = 118
+pkg syscall (netbsd-arm64), const DLT_CISCO_IOS ideal-int
+pkg syscall (netbsd-arm64), const DLT_C_HDLC = 104
+pkg syscall (netbsd-arm64), const DLT_C_HDLC ideal-int
+pkg syscall (netbsd-arm64), const DLT_C_HDLC_WITH_DIR = 205
+pkg syscall (netbsd-arm64), const DLT_C_HDLC_WITH_DIR ideal-int
+pkg syscall (netbsd-arm64), const DLT_DECT = 221
+pkg syscall (netbsd-arm64), const DLT_DECT ideal-int
+pkg syscall (netbsd-arm64), const DLT_DOCSIS = 143
+pkg syscall (netbsd-arm64), const DLT_DOCSIS ideal-int
+pkg syscall (netbsd-arm64), const DLT_ECONET = 115
+pkg syscall (netbsd-arm64), const DLT_ECONET ideal-int
+pkg syscall (netbsd-arm64), const DLT_EN10MB = 1
+pkg syscall (netbsd-arm64), const DLT_EN10MB ideal-int
+pkg syscall (netbsd-arm64), const DLT_EN3MB = 2
+pkg syscall (netbsd-arm64), const DLT_EN3MB ideal-int
+pkg syscall (netbsd-arm64), const DLT_ENC = 109
+pkg syscall (netbsd-arm64), const DLT_ENC ideal-int
+pkg syscall (netbsd-arm64), const DLT_ERF = 197
+pkg syscall (netbsd-arm64), const DLT_ERF ideal-int
+pkg syscall (netbsd-arm64), const DLT_ERF_ETH = 175
+pkg syscall (netbsd-arm64), const DLT_ERF_ETH ideal-int
+pkg syscall (netbsd-arm64), const DLT_ERF_POS = 176
+pkg syscall (netbsd-arm64), const DLT_ERF_POS ideal-int
+pkg syscall (netbsd-arm64), const DLT_FC_2 = 224
+pkg syscall (netbsd-arm64), const DLT_FC_2 ideal-int
+pkg syscall (netbsd-arm64), const DLT_FC_2_WITH_FRAME_DELIMS = 225
+pkg syscall (netbsd-arm64), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int
+pkg syscall (netbsd-arm64), const DLT_FDDI = 10
+pkg syscall (netbsd-arm64), const DLT_FDDI ideal-int
+pkg syscall (netbsd-arm64), const DLT_FLEXRAY = 210
+pkg syscall (netbsd-arm64), const DLT_FLEXRAY ideal-int
+pkg syscall (netbsd-arm64), const DLT_FRELAY = 107
+pkg syscall (netbsd-arm64), const DLT_FRELAY ideal-int
+pkg syscall (netbsd-arm64), const DLT_FRELAY_WITH_DIR = 206
+pkg syscall (netbsd-arm64), const DLT_FRELAY_WITH_DIR ideal-int
+pkg syscall (netbsd-arm64), const DLT_GCOM_SERIAL = 173
+pkg syscall (netbsd-arm64), const DLT_GCOM_SERIAL ideal-int
+pkg syscall (netbsd-arm64), const DLT_GCOM_T1E1 = 172
+pkg syscall (netbsd-arm64), const DLT_GCOM_T1E1 ideal-int
+pkg syscall (netbsd-arm64), const DLT_GPF_F = 171
+pkg syscall (netbsd-arm64), const DLT_GPF_F ideal-int
+pkg syscall (netbsd-arm64), const DLT_GPF_T = 170
+pkg syscall (netbsd-arm64), const DLT_GPF_T ideal-int
+pkg syscall (netbsd-arm64), const DLT_GPRS_LLC = 169
+pkg syscall (netbsd-arm64), const DLT_GPRS_LLC ideal-int
+pkg syscall (netbsd-arm64), const DLT_GSMTAP_ABIS = 218
+pkg syscall (netbsd-arm64), const DLT_GSMTAP_ABIS ideal-int
+pkg syscall (netbsd-arm64), const DLT_GSMTAP_UM = 217
+pkg syscall (netbsd-arm64), const DLT_GSMTAP_UM ideal-int
+pkg syscall (netbsd-arm64), const DLT_HDLC = 16
+pkg syscall (netbsd-arm64), const DLT_HDLC ideal-int
+pkg syscall (netbsd-arm64), const DLT_HHDLC = 121
+pkg syscall (netbsd-arm64), const DLT_HHDLC ideal-int
+pkg syscall (netbsd-arm64), const DLT_HIPPI = 15
+pkg syscall (netbsd-arm64), const DLT_HIPPI ideal-int
+pkg syscall (netbsd-arm64), const DLT_IBM_SN = 146
+pkg syscall (netbsd-arm64), const DLT_IBM_SN ideal-int
+pkg syscall (netbsd-arm64), const DLT_IBM_SP = 145
+pkg syscall (netbsd-arm64), const DLT_IBM_SP ideal-int
+pkg syscall (netbsd-arm64), const DLT_IEEE802 = 6
+pkg syscall (netbsd-arm64), const DLT_IEEE802 ideal-int
+pkg syscall (netbsd-arm64), const DLT_IEEE802_11 = 105
+pkg syscall (netbsd-arm64), const DLT_IEEE802_11 ideal-int
+pkg syscall (netbsd-arm64), const DLT_IEEE802_11_RADIO = 127
+pkg syscall (netbsd-arm64), const DLT_IEEE802_11_RADIO ideal-int
+pkg syscall (netbsd-arm64), const DLT_IEEE802_11_RADIO_AVS = 163
+pkg syscall (netbsd-arm64), const DLT_IEEE802_11_RADIO_AVS ideal-int
+pkg syscall (netbsd-arm64), const DLT_IEEE802_15_4 = 195
+pkg syscall (netbsd-arm64), const DLT_IEEE802_15_4 ideal-int
+pkg syscall (netbsd-arm64), const DLT_IEEE802_15_4_LINUX = 191
+pkg syscall (netbsd-arm64), const DLT_IEEE802_15_4_LINUX ideal-int
+pkg syscall (netbsd-arm64), const DLT_IEEE802_15_4_NONASK_PHY = 215
+pkg syscall (netbsd-arm64), const DLT_IEEE802_15_4_NONASK_PHY ideal-int
+pkg syscall (netbsd-arm64), const DLT_IEEE802_16_MAC_CPS = 188
+pkg syscall (netbsd-arm64), const DLT_IEEE802_16_MAC_CPS ideal-int
+pkg syscall (netbsd-arm64), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
+pkg syscall (netbsd-arm64), const DLT_IEEE802_16_MAC_CPS_RADIO ideal-int
+pkg syscall (netbsd-arm64), const DLT_IPMB = 199
+pkg syscall (netbsd-arm64), const DLT_IPMB ideal-int
+pkg syscall (netbsd-arm64), const DLT_IPMB_LINUX = 209
+pkg syscall (netbsd-arm64), const DL