diff options
Diffstat (limited to 'api/next.txt')
-rw-r--r-- | api/next.txt | 1122 |
1 files changed, 1116 insertions, 6 deletions
diff --git a/api/next.txt b/api/next.txt index 506f08861..b049cc3ce 100644 --- a/api/next.txt +++ b/api/next.txt @@ -1,15 +1,606 @@ +pkg archive/tar, const TypeGNULongLink ideal-char +pkg archive/tar, const TypeGNULongName ideal-char +pkg archive/tar, func FileInfoHeader(os.FileInfo, string) (*Header, error) +pkg archive/tar, method (*Header) FileInfo() os.FileInfo +pkg archive/zip, type FileHeader struct, CompressedSize64 uint64 +pkg archive/zip, type FileHeader struct, UncompressedSize64 uint64 +pkg bufio, const MaxScanTokenSize ideal-int +pkg bufio, func NewScanner(io.Reader) *Scanner +pkg bufio, func ScanBytes([]uint8, bool) (int, []uint8, error) +pkg bufio, func ScanLines([]uint8, bool) (int, []uint8, error) +pkg bufio, func ScanRunes([]uint8, bool) (int, []uint8, error) +pkg bufio, func ScanWords([]uint8, bool) (int, []uint8, error) +pkg bufio, method (*Reader) WriteTo(io.Writer) (int64, error) +pkg bufio, method (*Scanner) Bytes() []uint8 +pkg bufio, method (*Scanner) Err() error +pkg bufio, method (*Scanner) Scan() bool +pkg bufio, method (*Scanner) Split(SplitFunc) +pkg bufio, method (*Scanner) Text() string +pkg bufio, method (*Writer) ReadFrom(io.Reader) (int64, error) +pkg bufio, method (ReadWriter) ReadFrom(io.Reader) (int64, error) +pkg bufio, method (ReadWriter) WriteTo(io.Writer) (int64, error) +pkg bufio, type Scanner struct +pkg bufio, type SplitFunc func([]uint8, bool) (int, []uint8, error) +pkg bufio, var ErrAdvanceTooFar error +pkg bufio, var ErrNegativeAdvance error +pkg bufio, var ErrTooLong error +pkg bytes, func TrimPrefix([]uint8, []uint8) []uint8 +pkg bytes, func TrimSuffix([]uint8, []uint8) []uint8 +pkg bytes, method (*Buffer) Grow(int) +pkg bytes, method (*Reader) WriteTo(io.Writer) (int64, error) +pkg crypto/hmac, func Equal([]uint8, []uint8) bool pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA uint16 pkg crypto/tls, const TLS_RSA_WITH_AES_256_CBC_SHA uint16 +pkg crypto/tls, type Config struct, PreferServerCipherSuites bool +pkg crypto/tls, type Config struct, SessionTicketKey [32]uint8 +pkg crypto/tls, type Config struct, SessionTicketsDisabled bool +pkg crypto/tls, type ConnectionState struct, DidResume bool pkg crypto/x509, const ECDSA PublicKeyAlgorithm pkg crypto/x509, const ECDSAWithSHA1 SignatureAlgorithm pkg crypto/x509, const ECDSAWithSHA256 SignatureAlgorithm pkg crypto/x509, const ECDSAWithSHA384 SignatureAlgorithm pkg crypto/x509, const ECDSAWithSHA512 SignatureAlgorithm +pkg crypto/x509, const ExtKeyUsageIPSECEndSystem ExtKeyUsage +pkg crypto/x509, const ExtKeyUsageIPSECTunnel ExtKeyUsage +pkg crypto/x509, const ExtKeyUsageIPSECUser ExtKeyUsage +pkg crypto/x509, const ExtKeyUsageMicrosoftServerGatedCrypto ExtKeyUsage +pkg crypto/x509, const ExtKeyUsageNetscapeServerGatedCrypto ExtKeyUsage +pkg crypto/x509, const IncompatibleUsage InvalidReason +pkg crypto/x509, const PEMCipher3DES PEMCipher +pkg crypto/x509, const PEMCipherAES128 PEMCipher +pkg crypto/x509, const PEMCipherAES192 PEMCipher +pkg crypto/x509, const PEMCipherAES256 PEMCipher +pkg crypto/x509, const PEMCipherDES PEMCipher +pkg crypto/x509, func DecryptPEMBlock(*pem.Block, []uint8) ([]uint8, error) +pkg crypto/x509, func EncryptPEMBlock(io.Reader, string, []uint8, []uint8, PEMCipher) (*pem.Block, error) +pkg crypto/x509, func IsEncryptedPEMBlock(*pem.Block) bool +pkg crypto/x509, func ParseECPrivateKey([]uint8) (*ecdsa.PrivateKey, error) +pkg crypto/x509, method (SystemRootsError) Error() string +pkg crypto/x509, type Certificate struct, IPAddresses []net.IP +pkg crypto/x509, type PEMCipher int +pkg crypto/x509, type SystemRootsError struct +pkg crypto/x509, type VerifyOptions struct, KeyUsages []ExtKeyUsage +pkg crypto/x509, var IncorrectPasswordError error +pkg database/sql/driver, type Queryer interface { Query } +pkg database/sql/driver, type Queryer interface, Query(string, []Value) (Rows, error) +pkg debug/elf, method (*File) DynString(DynTag) ([]string, error) pkg debug/elf, type FileHeader struct, Entry uint64 +pkg debug/pe, const COFFSymbolSize ideal-int +pkg debug/pe, type COFFSymbol struct +pkg debug/pe, type COFFSymbol struct, Name [8]uint8 +pkg debug/pe, type COFFSymbol struct, NumberOfAuxSymbols uint8 +pkg debug/pe, type COFFSymbol struct, SectionNumber int16 +pkg debug/pe, type COFFSymbol struct, StorageClass uint8 +pkg debug/pe, type COFFSymbol struct, Type uint16 +pkg debug/pe, type COFFSymbol struct, Value uint32 +pkg debug/pe, type File struct, Symbols []*Symbol +pkg debug/pe, type Symbol struct +pkg debug/pe, type Symbol struct, Name string +pkg debug/pe, type Symbol struct, SectionNumber int16 +pkg debug/pe, type Symbol struct, StorageClass uint8 +pkg debug/pe, type Symbol struct, Type uint16 +pkg debug/pe, type Symbol struct, Value uint32 +pkg encoding/csv, method (*Writer) Error() error +pkg encoding/json, method (*Decoder) Buffered() io.Reader +pkg encoding/json, method (*Decoder) UseNumber() +pkg encoding/json, method (Number) Float64() (float64, error) +pkg encoding/json, method (Number) Int64() (int64, error) +pkg encoding/json, method (Number) String() string +pkg encoding/json, type Number string +pkg encoding/xml, func EscapeText(io.Writer, []uint8) error +pkg encoding/xml, method (*Encoder) Indent(string, string) +pkg go/ast, func NewCommentMap(*token.FileSet, Node, []*CommentGroup) CommentMap +pkg go/ast, method (CommentMap) Comments() []*CommentGroup +pkg go/ast, method (CommentMap) Filter(Node) CommentMap +pkg go/ast, method (CommentMap) String() string +pkg go/ast, method (CommentMap) Update(Node, Node) Node +pkg go/ast, type ChanType struct, Arrow token.Pos +pkg go/ast, type CommentMap map[Node][]*CommentGroup +pkg go/build, type Context struct, InstallTag string +pkg go/build, type Package struct, IgnoredGoFiles []string +pkg go/build, type Package struct, SwigCXXFiles []string +pkg go/build, type Package struct, SwigFiles []string +pkg go/doc, type Example struct, EmptyOutput bool +pkg go/doc, type Example struct, Order int +pkg go/doc, type Example struct, Play *ast.File +pkg go/doc, type Package struct, Notes map[string][]string pkg go/doc, var IllegalPrefixes []string -pkg math/big, method (*Int) MarshalJSON() ([]byte, error) -pkg math/big, method (*Int) UnmarshalJSON([]byte) error +pkg go/format, func Node(io.Writer, *token.FileSet, interface{}) error +pkg go/format, func Source([]uint8) ([]uint8, error) +pkg go/parser, const AllErrors Mode +pkg go/printer, type Config struct, Indent int +pkg go/types, const Bool BasicKind +pkg go/types, const Byte BasicKind +pkg go/types, const Complex128 BasicKind +pkg go/types, const Complex64 BasicKind +pkg go/types, const DefaultMaxAlign ideal-int +pkg go/types, const DefaultPtrSize ideal-int +pkg go/types, const Float32 BasicKind +pkg go/types, const Float64 BasicKind +pkg go/types, const Int BasicKind +pkg go/types, const Int16 BasicKind +pkg go/types, const Int32 BasicKind +pkg go/types, const Int64 BasicKind +pkg go/types, const Int8 BasicKind +pkg go/types, const Invalid BasicKind +pkg go/types, const IsBoolean BasicInfo +pkg go/types, const IsComplex BasicInfo +pkg go/types, const IsConstType BasicInfo +pkg go/types, const IsFloat BasicInfo +pkg go/types, const IsInteger BasicInfo +pkg go/types, const IsNumeric BasicInfo +pkg go/types, const IsOrdered BasicInfo +pkg go/types, const IsString BasicInfo +pkg go/types, const IsUnsigned BasicInfo +pkg go/types, const IsUntyped BasicInfo +pkg go/types, const Rune BasicKind +pkg go/types, const String BasicKind +pkg go/types, const Uint BasicKind +pkg go/types, const Uint16 BasicKind +pkg go/types, const Uint32 BasicKind +pkg go/types, const Uint64 BasicKind +pkg go/types, const Uint8 BasicKind +pkg go/types, const Uintptr BasicKind +pkg go/types, const UnsafePointer BasicKind +pkg go/types, const UntypedBool BasicKind +pkg go/types, const UntypedComplex BasicKind +pkg go/types, const UntypedFloat BasicKind +pkg go/types, const UntypedInt BasicKind +pkg go/types, const UntypedNil BasicKind +pkg go/types, const UntypedRune BasicKind +pkg go/types, const UntypedString BasicKind +pkg go/types, func Check(*token.FileSet, []*ast.File) (*Package, error) +pkg go/types, func DefaultAlignof(Type) int64 +pkg go/types, func DefaultOffsetsof([]*Field) []int64 +pkg go/types, func DefaultSizeof(Type) int64 +pkg go/types, func FindGcExportData(*bufio.Reader) error +pkg go/types, func FindPkg(string, string) (string, string) +pkg go/types, func GcImport(map[string]*Package, string) (*Package, error) +pkg go/types, func GcImportData(map[string]*Package, string, string, *bufio.Reader) (*Package, error) +pkg go/types, func IsIdentical(Type, Type) bool +pkg go/types, method (*Array) String() string +pkg go/types, method (*Basic) String() string +pkg go/types, method (*Chan) String() string +pkg go/types, method (*Const) GetName() string +pkg go/types, method (*Const) GetPkg() *Package +pkg go/types, method (*Const) GetPos() token.Pos +pkg go/types, method (*Const) GetType() Type +pkg go/types, method (*Context) Check(*token.FileSet, []*ast.File) (*Package, error) +pkg go/types, method (*Func) GetName() string +pkg go/types, method (*Func) GetPkg() *Package +pkg go/types, method (*Func) GetPos() token.Pos +pkg go/types, method (*Func) GetType() Type +pkg go/types, method (*Interface) String() string +pkg go/types, method (*Map) String() string +pkg go/types, method (*NamedType) String() string +pkg go/types, method (*Package) GetName() string +pkg go/types, method (*Package) GetPkg() *Package +pkg go/types, method (*Package) GetPos() token.Pos +pkg go/types, method (*Package) GetType() Type +pkg go/types, method (*Pointer) String() string +pkg go/types, method (*Result) String() string +pkg go/types, method (*Scope) Insert(Object) Object +pkg go/types, method (*Scope) Lookup(string) Object +pkg go/types, method (*Scope) String() string +pkg go/types, method (*Signature) String() string +pkg go/types, method (*Slice) String() string +pkg go/types, method (*Struct) String() string +pkg go/types, method (*TypeName) GetName() string +pkg go/types, method (*TypeName) GetPkg() *Package +pkg go/types, method (*TypeName) GetPos() token.Pos +pkg go/types, method (*TypeName) GetType() Type +pkg go/types, method (*Var) GetName() string +pkg go/types, method (*Var) GetPkg() *Package +pkg go/types, method (*Var) GetPos() token.Pos +pkg go/types, method (*Var) GetType() Type +pkg go/types, method (Complex) String() string +pkg go/types, method (Field) IsSame(QualifiedName) bool +pkg go/types, method (Method) IsSame(QualifiedName) bool +pkg go/types, method (NilType) String() string +pkg go/types, method (QualifiedName) IsSame(QualifiedName) bool +pkg go/types, type Array struct +pkg go/types, type Array struct, Elt Type +pkg go/types, type Array struct, Len int64 +pkg go/types, type Basic struct +pkg go/types, type Basic struct, Info BasicInfo +pkg go/types, type Basic struct, Kind BasicKind +pkg go/types, type Basic struct, Name string +pkg go/types, type Basic struct, Size int64 +pkg go/types, type BasicInfo int +pkg go/types, type BasicKind int +pkg go/types, type Chan struct +pkg go/types, type Chan struct, Dir ast.ChanDir +pkg go/types, type Chan struct, Elt Type +pkg go/types, type Complex struct +pkg go/types, type Complex struct, Im *big.Rat +pkg go/types, type Complex struct, Re *big.Rat +pkg go/types, type Const struct +pkg go/types, type Const struct, Name string +pkg go/types, type Const struct, Pkg *Package +pkg go/types, type Const struct, Type Type +pkg go/types, type Const struct, Val interface{} +pkg go/types, type Context struct +pkg go/types, type Context struct, Alignof func(Type) int64 +pkg go/types, type Context struct, Error func(error) +pkg go/types, type Context struct, Expr func(ast.Expr, Type, interface{}) +pkg go/types, type Context struct, Ident func(*ast.Ident, Object) +pkg go/types, type Context struct, Import Importer +pkg go/types, type Context struct, IntSize int64 +pkg go/types, type Context struct, Offsetsof func([]*Field) []int64 +pkg go/types, type Context struct, PtrSize int64 +pkg go/types, type Context struct, Sizeof func(Type) int64 +pkg go/types, type Field struct +pkg go/types, type Field struct, IsAnonymous bool +pkg go/types, type Field struct, Tag string +pkg go/types, type Field struct, Type Type +pkg go/types, type Field struct, embedded QualifiedName +pkg go/types, type Func struct +pkg go/types, type Func struct, Name string +pkg go/types, type Func struct, Pkg *Package +pkg go/types, type Func struct, Type Type +pkg go/types, type Importer func(imports map[string]*Package, path string) (pkg *Package, err error) +pkg go/types, type Importer func(map[string]*Package, string) (*Package, error) +pkg go/types, type Interface struct +pkg go/types, type Interface struct, Methods []*Method +pkg go/types, type Map struct +pkg go/types, type Map struct, Elt Type +pkg go/types, type Map struct, Key Type +pkg go/types, type Method struct +pkg go/types, type Method struct, Type *Signature +pkg go/types, type Method struct, embedded QualifiedName +pkg go/types, type NamedType struct +pkg go/types, type NamedType struct, Methods []*Method +pkg go/types, type NamedType struct, Obj *TypeName +pkg go/types, type NamedType struct, Underlying Type +pkg go/types, type NilType struct +pkg go/types, type Object interface, GetName() string +pkg go/types, type Object interface, GetPkg() *Package +pkg go/types, type Object interface, GetPos() token.Pos +pkg go/types, type Object interface, GetType() Type +pkg go/types, type Object interface, unexported methods +pkg go/types, type Package struct +pkg go/types, type Package struct, Complete bool +pkg go/types, type Package struct, Imports map[string]*Package +pkg go/types, type Package struct, Name string +pkg go/types, type Package struct, Path string +pkg go/types, type Package struct, Scope *Scope +pkg go/types, type Pointer struct +pkg go/types, type Pointer struct, Base Type +pkg go/types, type QualifiedName struct +pkg go/types, type QualifiedName struct, Name string +pkg go/types, type QualifiedName struct, Pkg *Package +pkg go/types, type Result struct +pkg go/types, type Result struct, Values []*Var +pkg go/types, type Scope struct +pkg go/types, type Scope struct, Entries []Object +pkg go/types, type Scope struct, Outer *Scope +pkg go/types, type Signature struct +pkg go/types, type Signature struct, IsVariadic bool +pkg go/types, type Signature struct, Params []*Var +pkg go/types, type Signature struct, Recv *Var +pkg go/types, type Signature struct, Results []*Var +pkg go/types, type Slice struct +pkg go/types, type Slice struct, Elt Type +pkg go/types, type Struct struct +pkg go/types, type Struct struct, Fields []*Field +pkg go/types, type Type interface, String() string +pkg go/types, type Type interface, unexported methods +pkg go/types, type TypeName struct +pkg go/types, type TypeName struct, Name string +pkg go/types, type TypeName struct, Pkg *Package +pkg go/types, type TypeName struct, Type Type +pkg go/types, type Var struct +pkg go/types, type Var struct, Name string +pkg go/types, type Var struct, Pkg *Package +pkg go/types, type Var struct, Type Type +pkg go/types, var Default Context +pkg go/types, var Typ [...]*Basic +pkg go/types, var Universe *Scope +pkg go/types, var Unsafe *Package +pkg image, const YCbCrSubsampleRatio440 YCbCrSubsampleRatio +pkg io, type ByteWriter interface { WriteByte } +pkg io, type ByteWriter interface, WriteByte(uint8) error +pkg log/syslog (darwin-386), const LOG_AUTH Priority +pkg log/syslog (darwin-386), const LOG_AUTHPRIV Priority +pkg log/syslog (darwin-386), const LOG_CRON Priority +pkg log/syslog (darwin-386), const LOG_DAEMON Priority +pkg log/syslog (darwin-386), const LOG_FTP Priority +pkg log/syslog (darwin-386), const LOG_KERN Priority +pkg log/syslog (darwin-386), const LOG_LOCAL0 Priority +pkg log/syslog (darwin-386), const LOG_LOCAL1 Priority +pkg log/syslog (darwin-386), const LOG_LOCAL2 Priority +pkg log/syslog (darwin-386), const LOG_LOCAL3 Priority +pkg log/syslog (darwin-386), const LOG_LOCAL4 Priority +pkg log/syslog (darwin-386), const LOG_LOCAL5 Priority +pkg log/syslog (darwin-386), const LOG_LOCAL6 Priority +pkg log/syslog (darwin-386), const LOG_LOCAL7 Priority +pkg log/syslog (darwin-386), const LOG_LPR Priority +pkg log/syslog (darwin-386), const LOG_MAIL Priority +pkg log/syslog (darwin-386), const LOG_NEWS Priority +pkg log/syslog (darwin-386), const LOG_SYSLOG Priority +pkg log/syslog (darwin-386), const LOG_USER Priority +pkg log/syslog (darwin-386), const LOG_UUCP Priority +pkg log/syslog (darwin-386-cgo), const LOG_AUTH Priority +pkg log/syslog (darwin-386-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (darwin-386-cgo), const LOG_CRON Priority +pkg log/syslog (darwin-386-cgo), const LOG_DAEMON Priority +pkg log/syslog (darwin-386-cgo), const LOG_FTP Priority +pkg log/syslog (darwin-386-cgo), const LOG_KERN Priority +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (darwin-386-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (darwin-386-cgo), const LOG_LPR Priority +pkg log/syslog (darwin-386-cgo), const LOG_MAIL Priority +pkg log/syslog (darwin-386-cgo), const LOG_NEWS Priority +pkg log/syslog (darwin-386-cgo), const LOG_SYSLOG Priority +pkg log/syslog (darwin-386-cgo), const LOG_USER Priority +pkg log/syslog (darwin-386-cgo), const LOG_UUCP Priority +pkg log/syslog (darwin-amd64), const LOG_AUTH Priority +pkg log/syslog (darwin-amd64), const LOG_AUTHPRIV Priority +pkg log/syslog (darwin-amd64), const LOG_CRON Priority +pkg log/syslog (darwin-amd64), const LOG_DAEMON Priority +pkg log/syslog (darwin-amd64), const LOG_FTP Priority +pkg log/syslog (darwin-amd64), const LOG_KERN Priority +pkg log/syslog (darwin-amd64), const LOG_LOCAL0 Priority +pkg log/syslog (darwin-amd64), const LOG_LOCAL1 Priority +pkg log/syslog (darwin-amd64), const LOG_LOCAL2 Priority +pkg log/syslog (darwin-amd64), const LOG_LOCAL3 Priority +pkg log/syslog (darwin-amd64), const LOG_LOCAL4 Priority +pkg log/syslog (darwin-amd64), const LOG_LOCAL5 Priority +pkg log/syslog (darwin-amd64), const LOG_LOCAL6 Priority +pkg log/syslog (darwin-amd64), const LOG_LOCAL7 Priority +pkg log/syslog (darwin-amd64), const LOG_LPR Priority +pkg log/syslog (darwin-amd64), const LOG_MAIL Priority +pkg log/syslog (darwin-amd64), const LOG_NEWS Priority +pkg log/syslog (darwin-amd64), const LOG_SYSLOG Priority +pkg log/syslog (darwin-amd64), const LOG_USER Priority +pkg log/syslog (darwin-amd64), const LOG_UUCP Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_AUTH Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_CRON Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_DAEMON Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_FTP Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_KERN Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_LPR Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_MAIL Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_NEWS Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_SYSLOG Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_USER Priority +pkg log/syslog (darwin-amd64-cgo), const LOG_UUCP Priority +pkg log/syslog (freebsd-386), const LOG_AUTH Priority +pkg log/syslog (freebsd-386), const LOG_AUTHPRIV Priority +pkg log/syslog (freebsd-386), const LOG_CRON Priority +pkg log/syslog (freebsd-386), const LOG_DAEMON Priority +pkg log/syslog (freebsd-386), const LOG_FTP Priority +pkg log/syslog (freebsd-386), const LOG_KERN Priority +pkg log/syslog (freebsd-386), const LOG_LOCAL0 Priority +pkg log/syslog (freebsd-386), const LOG_LOCAL1 Priority +pkg log/syslog (freebsd-386), const LOG_LOCAL2 Priority +pkg log/syslog (freebsd-386), const LOG_LOCAL3 Priority +pkg log/syslog (freebsd-386), const LOG_LOCAL4 Priority +pkg log/syslog (freebsd-386), const LOG_LOCAL5 Priority +pkg log/syslog (freebsd-386), const LOG_LOCAL6 Priority +pkg log/syslog (freebsd-386), const LOG_LOCAL7 Priority +pkg log/syslog (freebsd-386), const LOG_LPR Priority +pkg log/syslog (freebsd-386), const LOG_MAIL Priority +pkg log/syslog (freebsd-386), const LOG_NEWS Priority +pkg log/syslog (freebsd-386), const LOG_SYSLOG Priority +pkg log/syslog (freebsd-386), const LOG_USER Priority +pkg log/syslog (freebsd-386), const LOG_UUCP Priority +pkg log/syslog (freebsd-amd64), const LOG_AUTH Priority +pkg log/syslog (freebsd-amd64), const LOG_AUTHPRIV Priority +pkg log/syslog (freebsd-amd64), const LOG_CRON Priority +pkg log/syslog (freebsd-amd64), const LOG_DAEMON Priority +pkg log/syslog (freebsd-amd64), const LOG_FTP Priority +pkg log/syslog (freebsd-amd64), const LOG_KERN Priority +pkg log/syslog (freebsd-amd64), const LOG_LOCAL0 Priority +pkg log/syslog (freebsd-amd64), const LOG_LOCAL1 Priority +pkg log/syslog (freebsd-amd64), const LOG_LOCAL2 Priority +pkg log/syslog (freebsd-amd64), const LOG_LOCAL3 Priority +pkg log/syslog (freebsd-amd64), const LOG_LOCAL4 Priority +pkg log/syslog (freebsd-amd64), const LOG_LOCAL5 Priority +pkg log/syslog (freebsd-amd64), const LOG_LOCAL6 Priority +pkg log/syslog (freebsd-amd64), const LOG_LOCAL7 Priority +pkg log/syslog (freebsd-amd64), const LOG_LPR Priority +pkg log/syslog (freebsd-amd64), const LOG_MAIL Priority +pkg log/syslog (freebsd-amd64), const LOG_NEWS Priority +pkg log/syslog (freebsd-amd64), const LOG_SYSLOG Priority +pkg log/syslog (freebsd-amd64), const LOG_USER Priority +pkg log/syslog (freebsd-amd64), const LOG_UUCP Priority +pkg log/syslog (linux-386), const LOG_AUTH Priority +pkg log/syslog (linux-386), const LOG_AUTHPRIV Priority +pkg log/syslog (linux-386), const LOG_CRON Priority +pkg log/syslog (linux-386), const LOG_DAEMON Priority +pkg log/syslog (linux-386), const LOG_FTP Priority +pkg log/syslog (linux-386), const LOG_KERN Priority +pkg log/syslog (linux-386), const LOG_LOCAL0 Priority +pkg log/syslog (linux-386), const LOG_LOCAL1 Priority +pkg log/syslog (linux-386), const LOG_LOCAL2 Priority +pkg log/syslog (linux-386), const LOG_LOCAL3 Priority +pkg log/syslog (linux-386), const LOG_LOCAL4 Priority +pkg log/syslog (linux-386), const LOG_LOCAL5 Priority +pkg log/syslog (linux-386), const LOG_LOCAL6 Priority +pkg log/syslog (linux-386), const LOG_LOCAL7 Priority +pkg log/syslog (linux-386), const LOG_LPR Priority +pkg log/syslog (linux-386), const LOG_MAIL Priority +pkg log/syslog (linux-386), const LOG_NEWS Priority +pkg log/syslog (linux-386), const LOG_SYSLOG Priority +pkg log/syslog (linux-386), const LOG_USER Priority +pkg log/syslog (linux-386), const LOG_UUCP Priority +pkg log/syslog (linux-386-cgo), const LOG_AUTH Priority +pkg log/syslog (linux-386-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (linux-386-cgo), const LOG_CRON Priority +pkg log/syslog (linux-386-cgo), const LOG_DAEMON Priority +pkg log/syslog (linux-386-cgo), const LOG_FTP Priority +pkg log/syslog (linux-386-cgo), const LOG_KERN Priority +pkg log/syslog (linux-386-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (linux-386-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (linux-386-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (linux-386-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (linux-386-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (linux-386-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (linux-386-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (linux-386-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (linux-386-cgo), const LOG_LPR Priority +pkg log/syslog (linux-386-cgo), const LOG_MAIL Priority +pkg log/syslog (linux-386-cgo), const LOG_NEWS Priority +pkg log/syslog (linux-386-cgo), const LOG_SYSLOG Priority +pkg log/syslog (linux-386-cgo), const LOG_USER Priority +pkg log/syslog (linux-386-cgo), const LOG_UUCP Priority +pkg log/syslog (linux-amd64), const LOG_AUTH Priority +pkg log/syslog (linux-amd64), const LOG_AUTHPRIV Priority +pkg log/syslog (linux-amd64), const LOG_CRON Priority +pkg log/syslog (linux-amd64), const LOG_DAEMON Priority +pkg log/syslog (linux-amd64), const LOG_FTP Priority +pkg log/syslog (linux-amd64), const LOG_KERN Priority +pkg log/syslog (linux-amd64), const LOG_LOCAL0 Priority +pkg log/syslog (linux-amd64), const LOG_LOCAL1 Priority +pkg log/syslog (linux-amd64), const LOG_LOCAL2 Priority +pkg log/syslog (linux-amd64), const LOG_LOCAL3 Priority +pkg log/syslog (linux-amd64), const LOG_LOCAL4 Priority +pkg log/syslog (linux-amd64), const LOG_LOCAL5 Priority +pkg log/syslog (linux-amd64), const LOG_LOCAL6 Priority +pkg log/syslog (linux-amd64), const LOG_LOCAL7 Priority +pkg log/syslog (linux-amd64), const LOG_LPR Priority +pkg log/syslog (linux-amd64), const LOG_MAIL Priority +pkg log/syslog (linux-amd64), const LOG_NEWS Priority +pkg log/syslog (linux-amd64), const LOG_SYSLOG Priority +pkg log/syslog (linux-amd64), const LOG_USER Priority +pkg log/syslog (linux-amd64), const LOG_UUCP Priority +pkg log/syslog (linux-amd64-cgo), const LOG_AUTH Priority +pkg log/syslog (linux-amd64-cgo), const LOG_AUTHPRIV Priority +pkg log/syslog (linux-amd64-cgo), const LOG_CRON Priority +pkg log/syslog (linux-amd64-cgo), const LOG_DAEMON Priority +pkg log/syslog (linux-amd64-cgo), const LOG_FTP Priority +pkg log/syslog (linux-amd64-cgo), const LOG_KERN Priority +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL0 Priority +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL1 Priority +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL2 Priority +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL3 Priority +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL4 Priority +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL5 Priority +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL6 Priority +pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL7 Priority +pkg log/syslog (linux-amd64-cgo), const LOG_LPR Priority +pkg log/syslog (linux-amd64-cgo), const LOG_MAIL Priority +pkg log/syslog (linux-amd64-cgo), const LOG_NEWS Priority +pkg log/syslog (linux-amd64-cgo), const LOG_SYSLOG Priority +pkg log/syslog (linux-amd64-cgo), const LOG_USER Priority +pkg log/syslog (linux-amd64-cgo), const LOG_UUCP Priority +pkg log/syslog (linux-arm), const LOG_AUTH Priority +pkg log/syslog (linux-arm), const LOG_AUTHPRIV Priority +pkg log/syslog (linux-arm), const LOG_CRON Priority +pkg log/syslog (linux-arm), const LOG_DAEMON Priority +pkg log/syslog (linux-arm), const LOG_FTP Priority +pkg log/syslog (linux-arm), const LOG_KERN Priority +pkg log/syslog (linux-arm), const LOG_LOCAL0 Priority +pkg log/syslog (linux-arm), const LOG_LOCAL1 Priority +pkg log/syslog (linux-arm), const LOG_LOCAL2 Priority +pkg log/syslog (linux-arm), const LOG_LOCAL3 Priority +pkg log/syslog (linux-arm), const LOG_LOCAL4 Priority +pkg log/syslog (linux-arm), const LOG_LOCAL5 Priority +pkg log/syslog (linux-arm), const LOG_LOCAL6 Priority +pkg log/syslog (linux-arm), const LOG_LOCAL7 Priority +pkg log/syslog (linux-arm), const LOG_LPR Priority +pkg log/syslog (linux-arm), const LOG_MAIL Priority +pkg log/syslog (linux-arm), const LOG_NEWS Priority +pkg log/syslog (linux-arm), const LOG_SYSLOG Priority +pkg log/syslog (linux-arm), const LOG_USER Priority +pkg log/syslog (linux-arm), const LOG_UUCP Priority +pkg math/big, method (*Int) MarshalJSON() ([]uint8, error) +pkg math/big, method (*Int) SetUint64(uint64) *Int +pkg math/big, method (*Int) Uint64() uint64 +pkg math/big, method (*Int) UnmarshalJSON([]uint8) error +pkg math/big, method (*Rat) Float64() (float64, bool) +pkg math/big, method (*Rat) SetFloat64(float64) *Rat +pkg mime/multipart, method (*Writer) SetBoundary(string) error +pkg net, func Deadline(time.Time) DialOption +pkg net, func DialOpt(string, ...DialOption) (Conn, error) +pkg net, func ListenUnixgram(string, *UnixAddr) (*UnixConn, error) +pkg net, func LocalAddress(Addr) DialOption +pkg net, func LookupNS(string) ([]*NS, error) +pkg net, func Network(string) DialOption +pkg net, func Timeout(time.Duration) DialOption +pkg net, method (*IPConn) ReadMsgIP([]uint8, []uint8) (int, int, int, *IPAddr, error) +pkg net, method (*IPConn) WriteMsgIP([]uint8, []uint8, *IPAddr) (int, int, error) +pkg net, method (*UDPConn) ReadMsgUDP([]uint8, []uint8) (int, int, int, *UDPAddr, error) +pkg net, method (*UDPConn) WriteMsgUDP([]uint8, []uint8, *UDPAddr) (int, int, error) +pkg net, method (*UnixConn) CloseRead() error +pkg net, method (*UnixConn) CloseWrite() error +pkg net, type DialOption interface, unexported methods +pkg net, type IPAddr struct, Zone string +pkg net, type IPNet struct, Zone string +pkg net, type NS struct +pkg net, type NS struct, Host string +pkg net, type TCPAddr struct, Zone string +pkg net, type UDPAddr struct, Zone string +pkg net, var TCP DialOption +pkg net, var UDP DialOption +pkg net/http, func ParseTime(string) (time.Time, error) +pkg net/http, method (*Request) PostFormValue(string) string +pkg net/http, method (*ServeMux) Handler(*Request) (Handler, string) +pkg net/http, type CloseNotifier interface { CloseNotify } +pkg net/http, type CloseNotifier interface, CloseNotify() <-chan bool +pkg net/http, type Request struct, PostForm url.Values +pkg net/http, type Server struct, TLSNextProto map[string]func(*Server, *tls.Conn, Handler) +pkg net/http, type Transport struct, ResponseHeaderTimeout time.Duration +pkg net/mail, func ParseAddress(string) (*Address, error) +pkg net/mail, func ParseAddressList(string) ([]*Address, error) +pkg net/smtp, method (*Client) Hello(string) error +pkg net/textproto, func TrimBytes([]uint8) []uint8 +pkg net/textproto, func TrimString(string) string +pkg os, method (FileMode) IsRegular() bool +pkg reflect, const SelectDefault SelectDir +pkg reflect, const SelectRecv SelectDir +pkg reflect, const SelectSend SelectDir +pkg reflect, func ChanOf(ChanDir, Type) Type +pkg reflect, func MakeFunc(Type, func([]Value) []Value) Value +pkg reflect, func MapOf(Type, Type) Type +pkg reflect, func Select([]SelectCase) (int, Value, bool) +pkg reflect, func SliceOf(Type) Type +pkg reflect, method (Value) Convert(Type) Value +pkg reflect, type SelectCase struct +pkg reflect, type SelectCase struct, Chan Value +pkg reflect, type SelectCase struct, Dir SelectDir +pkg reflect, type SelectCase struct, Send Value +pkg reflect, type SelectDir int +pkg reflect, type Type interface, ConvertibleTo(Type) bool +pkg regexp, method (*Regexp) Longest() +pkg regexp, method (*Regexp) Split(string, int) []string pkg regexp/syntax, const ErrUnexpectedParen ErrorCode +pkg runtime, func BlockProfile([]BlockProfileRecord) (int, bool) +pkg runtime, func SetBlockProfileRate(int) +pkg runtime, method (*BlockProfileRecord) Stack() []uintptr +pkg runtime, type BlockProfileRecord struct +pkg runtime, type BlockProfileRecord struct, Count int64 +pkg runtime, type BlockProfileRecord struct, Cycles int64 +pkg runtime, type BlockProfileRecord struct, embedded StackRecord +pkg runtime/debug, func FreeOSMemory() +pkg runtime/debug, func ReadGCStats(*GCStats) +pkg runtime/debug, func SetGCPercent(int) int +pkg runtime/debug, type GCStats struct +pkg runtime/debug, type GCStats struct, LastGC time.Time +pkg runtime/debug, type GCStats struct, NumGC int64 +pkg runtime/debug, type GCStats struct, Pause []time.Duration +pkg runtime/debug, type GCStats struct, PauseQuantiles []time.Duration +pkg runtime/debug, type GCStats struct, PauseTotal time.Duration +pkg sort, func Reverse(Interface) Interface +pkg strings, func TrimPrefix(string, string) string +pkg strings, func TrimSuffix(string, string) string +pkg strings, method (*Reader) WriteTo(io.Writer) (int64, error) pkg syscall (darwin-386), const B0 ideal-int pkg syscall (darwin-386), const B110 ideal-int pkg syscall (darwin-386), const B115200 ideal-int @@ -77,6 +668,7 @@ pkg syscall (darwin-386), const PARENB ideal-int pkg syscall (darwin-386), const PARMRK ideal-int pkg syscall (darwin-386), const PARODD ideal-int pkg syscall (darwin-386), const PENDIN ideal-int +pkg syscall (darwin-386), const SizeofInet4Pktinfo ideal-int pkg syscall (darwin-386), const TCIFLUSH ideal-int pkg syscall (darwin-386), const TCIOFLUSH ideal-int pkg syscall (darwin-386), const TCOFLUSH ideal-int @@ -103,6 +695,11 @@ pkg syscall (darwin-386), const VT1 ideal-int pkg syscall (darwin-386), const VTDLY ideal-int pkg syscall (darwin-386), const VTIME ideal-int pkg syscall (darwin-386), const VWERASE ideal-int +pkg syscall (darwin-386), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (darwin-386), type Inet4Pktinfo struct +pkg syscall (darwin-386), type Inet4Pktinfo struct, Addr [4]uint8 +pkg syscall (darwin-386), type Inet4Pktinfo struct, Ifindex uint32 +pkg syscall (darwin-386), type Inet4Pktinfo struct, Spec_dst [4]uint8 pkg syscall (darwin-386), type Termios struct pkg syscall (darwin-386), type Termios struct, Cc [20]uint8 pkg syscall (darwin-386), type Termios struct, Cflag uint32 @@ -178,6 +775,7 @@ pkg syscall (darwin-386-cgo), const PARENB ideal-int pkg syscall (darwin-386-cgo), const PARMRK ideal-int pkg syscall (darwin-386-cgo), const PARODD ideal-int pkg syscall (darwin-386-cgo), const PENDIN ideal-int +pkg syscall (darwin-386-cgo), const SizeofInet4Pktinfo ideal-int pkg syscall (darwin-386-cgo), const TCIFLUSH ideal-int pkg syscall (darwin-386-cgo), const TCIOFLUSH ideal-int pkg syscall (darwin-386-cgo), const TCOFLUSH ideal-int @@ -204,6 +802,11 @@ pkg syscall (darwin-386-cgo), const VT1 ideal-int pkg syscall (darwin-386-cgo), const VTDLY ideal-int pkg syscall (darwin-386-cgo), const VTIME ideal-int pkg syscall (darwin-386-cgo), const VWERASE ideal-int +pkg syscall (darwin-386-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct +pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct, Addr [4]uint8 +pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct, Ifindex uint32 +pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct, Spec_dst [4]uint8 pkg syscall (darwin-386-cgo), type Termios struct pkg syscall (darwin-386-cgo), type Termios struct, Cc [20]uint8 pkg syscall (darwin-386-cgo), type Termios struct, Cflag uint32 @@ -279,6 +882,7 @@ pkg syscall (darwin-amd64), const PARENB ideal-int pkg syscall (darwin-amd64), const PARMRK ideal-int pkg syscall (darwin-amd64), const PARODD ideal-int pkg syscall (darwin-amd64), const PENDIN ideal-int +pkg syscall (darwin-amd64), const SizeofInet4Pktinfo ideal-int pkg syscall (darwin-amd64), const TCIFLUSH ideal-int pkg syscall (darwin-amd64), const TCIOFLUSH ideal-int pkg syscall (darwin-amd64), const TCOFLUSH ideal-int @@ -305,6 +909,11 @@ pkg syscall (darwin-amd64), const VT1 ideal-int pkg syscall (darwin-amd64), const VTDLY ideal-int pkg syscall (darwin-amd64), const VTIME ideal-int pkg syscall (darwin-amd64), const VWERASE ideal-int +pkg syscall (darwin-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (darwin-amd64), type Inet4Pktinfo struct +pkg syscall (darwin-amd64), type Inet4Pktinfo struct, Addr [4]uint8 +pkg syscall (darwin-amd64), type Inet4Pktinfo struct, Ifindex uint32 +pkg syscall (darwin-amd64), type Inet4Pktinfo struct, Spec_dst [4]uint8 pkg syscall (darwin-amd64), type Termios struct pkg syscall (darwin-amd64), type Termios struct, Cc [20]uint8 pkg syscall (darwin-amd64), type Termios struct, Cflag uint64 @@ -313,7 +922,7 @@ pkg syscall (darwin-amd64), type Termios struct, Ispeed uint64 pkg syscall (darwin-amd64), type Termios struct, Lflag uint64 pkg syscall (darwin-amd64), type Termios struct, Oflag uint64 pkg syscall (darwin-amd64), type Termios struct, Ospeed uint64 -pkg syscall (darwin-amd64), type Termios struct, Pad_cgo_0 [4]byte +pkg syscall (darwin-amd64), type Termios struct, Pad_cgo_0 [4]uint8 pkg syscall (darwin-amd64-cgo), const B0 ideal-int pkg syscall (darwin-amd64-cgo), const B110 ideal-int pkg syscall (darwin-amd64-cgo), const B115200 ideal-int @@ -381,6 +990,7 @@ pkg syscall (darwin-amd64-cgo), const PARENB ideal-int pkg syscall (darwin-amd64-cgo), const PARMRK ideal-int pkg syscall (darwin-amd64-cgo), const PARODD ideal-int pkg syscall (darwin-amd64-cgo), const PENDIN ideal-int +pkg syscall (darwin-amd64-cgo), const SizeofInet4Pktinfo ideal-int pkg syscall (darwin-amd64-cgo), const TCIFLUSH ideal-int pkg syscall (darwin-amd64-cgo), const TCIOFLUSH ideal-int pkg syscall (darwin-amd64-cgo), const TCOFLUSH ideal-int @@ -407,6 +1017,11 @@ pkg syscall (darwin-amd64-cgo), const VT1 ideal-int pkg syscall (darwin-amd64-cgo), const VTDLY ideal-int pkg syscall (darwin-amd64-cgo), const VTIME ideal-int pkg syscall (darwin-amd64-cgo), const VWERASE ideal-int +pkg syscall (darwin-amd64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct +pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct, Addr [4]uint8 +pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct, Ifindex uint32 +pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct, Spec_dst [4]uint8 pkg syscall (darwin-amd64-cgo), type Termios struct pkg syscall (darwin-amd64-cgo), type Termios struct, Cc [20]uint8 pkg syscall (darwin-amd64-cgo), type Termios struct, Cflag uint64 @@ -415,14 +1030,509 @@ pkg syscall (darwin-amd64-cgo), type Termios struct, Ispeed uint64 pkg syscall (darwin-amd64-cgo), type Termios struct, Lflag uint64 pkg syscall (darwin-amd64-cgo), type Termios struct, Oflag uint64 pkg syscall (darwin-amd64-cgo), type Termios struct, Ospeed uint64 -pkg syscall (darwin-amd64-cgo), type Termios struct, Pad_cgo_0 [4]byte +pkg syscall (darwin-amd64-cgo), type Termios struct, Pad_cgo_0 [4]uint8 +pkg syscall (freebsd-386), const IFAN_ARRIVAL ideal-int +pkg syscall (freebsd-386), const IFAN_DEPARTURE ideal-int +pkg syscall (freebsd-386), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (freebsd-386), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (freebsd-386), type IfAnnounceMsghdr struct +pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (freebsd-386), type InterfaceAnnounceMessage struct +pkg syscall (freebsd-386), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (freebsd-amd64), const IFAN_ARRIVAL ideal-int +pkg syscall (freebsd-amd64), const IFAN_DEPARTURE ideal-int +pkg syscall (freebsd-amd64), const SizeofIfAnnounceMsghdr ideal-int +pkg syscall (freebsd-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (freebsd-amd64), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) +pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct +pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Index uint16 +pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Msglen uint16 +pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Name [16]int8 +pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Type uint8 +pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Version uint8 +pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, What uint16 +pkg syscall (freebsd-amd64), type InterfaceAnnounceMessage struct +pkg syscall (freebsd-amd64), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr +pkg syscall (linux-386), const RTNLGRP_IPV4_IFADDR ideal-int +pkg syscall (linux-386), const RTNLGRP_IPV4_MROUTE ideal-int +pkg syscall (linux-386), const RTNLGRP_IPV4_ROUTE ideal-int +pkg syscall (linux-386), const RTNLGRP_IPV4_RULE ideal-int +pkg syscall (linux-386), const RTNLGRP_IPV6_IFADDR ideal-int +pkg syscall (linux-386), const RTNLGRP_IPV6_IFINFO ideal-int +pkg syscall (linux-386), const RTNLGRP_IPV6_MROUTE ideal-int +pkg syscall (linux-386), const RTNLGRP_IPV6_PREFIX ideal-int +pkg syscall (linux-386), const RTNLGRP_IPV6_ROUTE ideal-int +pkg syscall (linux-386), const RTNLGRP_IPV6_RULE ideal-int +pkg syscall (linux-386), const RTNLGRP_LINK ideal-int +pkg syscall (linux-386), const RTNLGRP_ND_USEROPT ideal-int +pkg syscall (linux-386), const RTNLGRP_NEIGH ideal-int +pkg syscall (linux-386), const RTNLGRP_NONE ideal-int +pkg syscall (linux-386), const RTNLGRP_NOTIFY ideal-int +pkg syscall (linux-386), const RTNLGRP_TC ideal-int +pkg syscall (linux-386), const SizeofTCPInfo ideal-int +pkg syscall (linux-386), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (linux-386), func GetsockoptUcred(int, int, int) (*Ucred, error) +pkg syscall (linux-386), func Getxattr(string, string, []uint8) (int, error) +pkg syscall (linux-386), func Listxattr(string, []uint8) (int, error) +pkg syscall (linux-386), func Pipe2([]int, int) error +pkg syscall (linux-386), func PtraceSyscall(int, int) error +pkg syscall (linux-386), func Removexattr(string, string) error +pkg syscall (linux-386), func Setxattr(string, string, []uint8, int) error +pkg syscall (linux-386), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (linux-386), type SysProcAttr struct, Ctty int +pkg syscall (linux-386), type TCPInfo struct +pkg syscall (linux-386), type TCPInfo struct, Advmss uint32 +pkg syscall (linux-386), type TCPInfo struct, Ato uint32 +pkg syscall (linux-386), type TCPInfo struct, Backoff uint8 +pkg syscall (linux-386), type TCPInfo struct, Ca_state uint8 +pkg syscall (linux-386), type TCPInfo struct, Fackets uint32 +pkg syscall (linux-386), type TCPInfo struct, Last_ack_recv uint32 +pkg syscall (linux-386), type TCPInfo struct, Last_ack_sent uint32 +pkg syscall (linux-386), type TCPInfo struct, Last_data_recv uint32 +pkg syscall (linux-386), type TCPInfo struct, Last_data_sent uint32 +pkg syscall (linux-386), type TCPInfo struct, Lost uint32 +pkg syscall (linux-386), type TCPInfo struct, Options uint8 +pkg syscall (linux-386), type TCPInfo struct, Pad_cgo_0 [2]uint8 +pkg syscall (linux-386), type TCPInfo struct, Pmtu uint32 +pkg syscall (linux-386), type TCPInfo struct, Probes uint8 +pkg syscall (linux-386), type TCPInfo struct, Rcv_mss uint32 +pkg syscall (linux-386), type TCPInfo struct, Rcv_rtt uint32 +pkg syscall (linux-386), type TCPInfo struct, Rcv_space uint32 +pkg syscall (linux-386), type TCPInfo struct, Rcv_ssthresh uint32 +pkg syscall (linux-386), type TCPInfo struct, Reordering uint32 +pkg syscall (linux-386), type TCPInfo struct, Retrans uint32 +pkg syscall (linux-386), type TCPInfo struct, Retransmits uint8 +pkg syscall (linux-386), type TCPInfo struct, Rto uint32 +pkg syscall (linux-386), type TCPInfo struct, Rtt uint32 +pkg syscall (linux-386), type TCPInfo struct, Rttvar uint32 +pkg syscall (linux-386), type TCPInfo struct, Sacked uint32 +pkg syscall (linux-386), type TCPInfo struct, Snd_cwnd uint32 +pkg syscall (linux-386), type TCPInfo struct, Snd_mss uint32 +pkg syscall (linux-386), type TCPInfo struct, Snd_ssthresh uint32 +pkg syscall (linux-386), type TCPInfo struct, State uint8 +pkg syscall (linux-386), type TCPInfo struct, Total_retrans uint32 +pkg syscall (linux-386), type TCPInfo struct, Unacked uint32 +pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_IFADDR ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_MROUTE ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_ROUTE ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_RULE ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFADDR ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFINFO ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_MROUTE ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_PREFIX ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_ROUTE ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_RULE ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_LINK ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_ND_USEROPT ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_NEIGH ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_NONE ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_NOTIFY ideal-int +pkg syscall (linux-386-cgo), const RTNLGRP_TC ideal-int +pkg syscall (linux-386-cgo), const SizeofTCPInfo ideal-int +pkg syscall (linux-386-cgo), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (linux-386-cgo), func GetsockoptUcred(int, int, int) (*Ucred, error) +pkg syscall (linux-386-cgo), func Getxattr(string, string, []uint8) (int, error) +pkg syscall (linux-386-cgo), func Listxattr(string, []uint8) (int, error) +pkg syscall (linux-386-cgo), func Pipe2([]int, int) error +pkg syscall (linux-386-cgo), func PtraceSyscall(int, int) error +pkg syscall (linux-386-cgo), func Removexattr(string, string) error +pkg syscall (linux-386-cgo), func Setxattr(string, string, []uint8, int) error +pkg syscall (linux-386-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (linux-386-cgo), type SysProcAttr struct, Ctty int +pkg syscall (linux-386-cgo), type TCPInfo struct +pkg syscall (linux-386-cgo), type TCPInfo struct, Advmss uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Ato uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Backoff uint8 +pkg syscall (linux-386-cgo), type TCPInfo struct, Ca_state uint8 +pkg syscall (linux-386-cgo), type TCPInfo struct, Fackets uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Last_ack_recv uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Last_ack_sent uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Last_data_recv uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Last_data_sent uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Lost uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Options uint8 +pkg syscall (linux-386-cgo), type TCPInfo struct, Pad_cgo_0 [2]uint8 +pkg syscall (linux-386-cgo), type TCPInfo struct, Pmtu uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Probes uint8 +pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_mss uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_rtt uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_space uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_ssthresh uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Reordering uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Retrans uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Retransmits uint8 +pkg syscall (linux-386-cgo), type TCPInfo struct, Rto uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Rtt uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Rttvar uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Sacked uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Snd_cwnd uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Snd_mss uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Snd_ssthresh uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, State uint8 +pkg syscall (linux-386-cgo), type TCPInfo struct, Total_retrans uint32 +pkg syscall (linux-386-cgo), type TCPInfo struct, Unacked uint32 +pkg syscall (linux-amd64), const RTNLGRP_IPV4_IFADDR ideal-int +pkg syscall (linux-amd64), const RTNLGRP_IPV4_MROUTE ideal-int +pkg syscall (linux-amd64), const RTNLGRP_IPV4_ROUTE ideal-int +pkg syscall (linux-amd64), const RTNLGRP_IPV4_RULE ideal-int +pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFADDR ideal-int +pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFINFO ideal-int +pkg syscall (linux-amd64), const RTNLGRP_IPV6_MROUTE ideal-int +pkg syscall (linux-amd64), const RTNLGRP_IPV6_PREFIX ideal-int +pkg syscall (linux-amd64), const RTNLGRP_IPV6_ROUTE ideal-int +pkg syscall (linux-amd64), const RTNLGRP_IPV6_RULE ideal-int +pkg syscall (linux-amd64), const RTNLGRP_LINK ideal-int +pkg syscall (linux-amd64), const RTNLGRP_ND_USEROPT ideal-int +pkg syscall (linux-amd64), const RTNLGRP_NEIGH ideal-int +pkg syscall (linux-amd64), const RTNLGRP_NONE ideal-int +pkg syscall (linux-amd64), const RTNLGRP_NOTIFY ideal-int +pkg syscall (linux-amd64), const RTNLGRP_TC ideal-int +pkg syscall (linux-amd64), const SizeofTCPInfo ideal-int +pkg syscall (linux-amd64), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (linux-amd64), func GetsockoptUcred(int, int, int) (*Ucred, error) +pkg syscall (linux-amd64), func Getxattr(string, string, []uint8) (int, error) +pkg syscall (linux-amd64), func Listxattr(string, []uint8) (int, error) +pkg syscall (linux-amd64), func Pipe2([]int, int) error +pkg syscall (linux-amd64), func PtraceSyscall(int, int) error +pkg syscall (linux-amd64), func Removexattr(string, string) error +pkg syscall (linux-amd64), func Setxattr(string, string, []uint8, int) error +pkg syscall (linux-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (linux-amd64), type SysProcAttr struct, Ctty int +pkg syscall (linux-amd64), type TCPInfo struct +pkg syscall (linux-amd64), type TCPInfo struct, Advmss uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Ato uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Backoff uint8 +pkg syscall (linux-amd64), type TCPInfo struct, Ca_state uint8 +pkg syscall (linux-amd64), type TCPInfo struct, Fackets uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Last_ack_recv uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Last_ack_sent uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Last_data_recv uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Last_data_sent uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Lost uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Options uint8 +pkg syscall (linux-amd64), type TCPInfo struct, Pad_cgo_0 [2]uint8 +pkg syscall (linux-amd64), type TCPInfo struct, Pmtu uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Probes uint8 +pkg syscall (linux-amd64), type TCPInfo struct, Rcv_mss uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Rcv_rtt uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Rcv_space uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Rcv_ssthresh uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Reordering uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Retrans uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Retransmits uint8 +pkg syscall (linux-amd64), type TCPInfo struct, Rto uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Rtt uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Rttvar uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Sacked uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Snd_cwnd uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Snd_mss uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Snd_ssthresh uint32 +pkg syscall (linux-amd64), type TCPInfo struct, State uint8 +pkg syscall (linux-amd64), type TCPInfo struct, Total_retrans uint32 +pkg syscall (linux-amd64), type TCPInfo struct, Unacked uint32 +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_IFADDR ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_MROUTE ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_ROUTE ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_RULE ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFADDR ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFINFO ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_MROUTE ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_PREFIX ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_ROUTE ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_RULE ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_LINK ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_ND_USEROPT ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_NEIGH ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_NONE ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_NOTIFY ideal-int +pkg syscall (linux-amd64-cgo), const RTNLGRP_TC ideal-int +pkg syscall (linux-amd64-cgo), const SizeofTCPInfo ideal-int +pkg syscall (linux-amd64-cgo), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (linux-amd64-cgo), func GetsockoptUcred(int, int, int) (*Ucred, error) +pkg syscall (linux-amd64-cgo), func Getxattr(string, string, []uint8) (int, error) +pkg syscall (linux-amd64-cgo), func Listxattr(string, []uint8) (int, error) +pkg syscall (linux-amd64-cgo), func Pipe2([]int, int) error +pkg syscall (linux-amd64-cgo), func PtraceSyscall(int, int) error +pkg syscall (linux-amd64-cgo), func Removexattr(string, string) error +pkg syscall (linux-amd64-cgo), func Setxattr(string, string, []uint8, int) error +pkg syscall (linux-amd64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Ctty int +pkg syscall (linux-amd64-cgo), type TCPInfo struct +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Advmss uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Ato uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Backoff uint8 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Ca_state uint8 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Fackets uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_ack_recv uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_ack_sent uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_data_recv uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_data_sent uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Lost uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Options uint8 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Pad_cgo_0 [2]uint8 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Pmtu uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Probes uint8 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_mss uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_rtt uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_space uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_ssthresh uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Reordering uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Retrans uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Retransmits uint8 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rto uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rtt uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rttvar uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Sacked uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Snd_cwnd uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Snd_mss uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Snd_ssthresh uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, State uint8 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Total_retrans uint32 +pkg syscall (linux-amd64-cgo), type TCPInfo struct, Unacked uint32 +pkg syscall (linux-arm), const RTNLGRP_IPV4_IFADDR ideal-int +pkg syscall (linux-arm), const RTNLGRP_IPV4_MROUTE ideal-int +pkg syscall (linux-arm), const RTNLGRP_IPV4_ROUTE ideal-int +pkg syscall (linux-arm), const RTNLGRP_IPV4_RULE ideal-int +pkg syscall (linux-arm), const RTNLGRP_IPV6_IFADDR ideal-int +pkg syscall (linux-arm), const RTNLGRP_IPV6_IFINFO ideal-int +pkg syscall (linux-arm), const RTNLGRP_IPV6_MROUTE ideal-int +pkg syscall (linux-arm), const RTNLGRP_IPV6_PREFIX ideal-int +pkg syscall (linux-arm), const RTNLGRP_IPV6_ROUTE ideal-int +pkg syscall (linux-arm), const RTNLGRP_IPV6_RULE ideal-int +pkg syscall (linux-arm), const RTNLGRP_LINK ideal-int +pkg syscall (linux-arm), const RTNLGRP_ND_USEROPT ideal-int +pkg syscall (linux-arm), const RTNLGRP_NEIGH ideal-int +pkg syscall (linux-arm), const RTNLGRP_NONE ideal-int +pkg syscall (linux-arm), const RTNLGRP_NOTIFY ideal-int +pkg syscall (linux-arm), const RTNLGRP_TC ideal-int +pkg syscall (linux-arm), const SizeofTCPInfo ideal-int +pkg syscall (linux-arm), func Accept4(int, int) (int, Sockaddr, error) +pkg syscall (linux-arm), func GetsockoptUcred(int, int, int) (*Ucred, error) +pkg syscall (linux-arm), func Getxattr(string, string, []uint8) (int, error) +pkg syscall (linux-arm), func Listxattr(string, []uint8) (int, error) +pkg syscall (linux-arm), func Pipe2([]int, int) error +pkg syscall (linux-arm), func PtraceSyscall(int, int) error +pkg syscall (linux-arm), func Removexattr(string, string) error +pkg syscall (linux-arm), func Setxattr(string, string, []uint8, int) error +pkg syscall (linux-arm), func SlicePtrFromStrings([]string) ([]*uint8, error) +pkg syscall (linux-arm), type SysProcAttr struct, Ctty int +pkg syscall (linux-arm), type TCPInfo struct +pkg syscall (linux-arm), type TCPInfo struct, Advmss uint32 +pkg syscall (linux-arm), type TCPInfo struct, Ato uint32 +pkg syscall (linux-arm), type TCPInfo struct, Backoff uint8 +pkg syscall (linux-arm), type TCPInfo struct, Ca_state uint8 +pkg syscall (linux-arm), type TCPInfo struct, Fackets uint32 +pkg syscall (linux-arm), type TCPInfo struct, Last_ack_recv uint32 +pkg syscall (linux-arm), type TCPInfo struct, Last_ack_sent uint32 +pkg syscall (linux-arm), type TCPInfo struct, Last_data_recv uint32 +pkg syscall (linux-arm), type TCPInfo struct, Last_data_sent uint32 +pkg syscall (linux-arm), type TCPInfo struct, Lost uint32 +pkg syscall (linux-arm), type TCPInfo struct, Options uint8 +pkg syscall (linux-arm), type TCPInfo struct, Pad_cgo_0 [2]uint8 +pkg syscall (linux-arm), type TCPInfo struct, Pmtu uint32 +pkg syscall (linux-arm), type TCPInfo struct, Probes uint8 +pkg syscall (linux-arm), type TCPInfo struct, Rcv_mss uint32 +pkg syscall (linux-arm), type TCPInfo struct, Rcv_rtt uint32 +pkg syscall (linux-arm), type TCPInfo struct, Rcv_space uint32 +pkg syscall (linux-arm), type TCPInfo struct, Rcv_ssthresh uint32 +pkg syscall (linux-arm), type TCPInfo struct, Reordering uint32 +pkg syscall (linux-arm), type TCPInfo struct, Retrans uint32 +pkg syscall (linux-arm), type TCPInfo struct, Retransmits uint8 +pkg syscall (linux-arm), type TCPInfo struct, Rto uint32 +pkg syscall (linux-arm), type TCPInfo struct, Rtt uint32 +pkg syscall (linux-arm), type TCPInfo struct, Rttvar uint32 +pkg syscall (linux-arm), type TCPInfo struct, Sacked uint32 +pkg syscall (linux-arm), type TCPInfo struct, Snd_cwnd uint32 +pkg syscall (linux-arm), type TCPInfo struct, Snd_mss uint32 +pkg syscall (linux-arm), type TCPInfo struct, Snd_ssthresh uint32 +pkg syscall (linux-arm), type TCPInfo struct, State uint8 +pkg syscall (linux-arm), type TCPInfo struct, Total_retrans uint32 +pkg syscall (linux-arm), type TCPInfo struct, Unacked uint32 +pkg syscall (windows-386), const AI_CANONNAME ideal-int +pkg syscall (windows-386), const AI_NUMERICHOST ideal-int +pkg syscall (windows-386), const AI_PASSIVE ideal-int pkg syscall (windows-386), const CREATE_NEW_PROCESS_GROUP ideal-int pkg syscall (windows-386), const CTRL_BREAK_EVENT ideal-int pkg syscall (windows-386), const CTRL_C_EVENT ideal-int -pkg syscall (windows-386), func GetCurrentProcessId() uint32 +pkg syscall (windows-386), const ERROR_NOT_FOUND Errno +pkg syscall (windows-386), const IOC_IN ideal-int +pkg syscall (windows-386), const IOC_INOUT ideal-int +pkg syscall (windows-386), const IOC_OUT ideal-int +pkg syscall (windows-386), const IOC_WS2 ideal-int +pkg syscall (windows-386), const SIO_GET_EXTENSION_FUNCTION_POINTER ideal-int +pkg syscall (windows-386), const SO_UPDATE_CONNECT_CONTEXT ideal-int +pkg syscall (windows-386), func CancelIoEx(Handle, *Overlapped) error +pkg syscall (windows-386), func ConnectEx(Handle, Sockaddr, *uint8, uint32, *uint32, *Overlapped) error +pkg syscall (windows-386), func FreeAddrInfoW(*AddrinfoW) +pkg syscall (windows-386), func GetAddrInfoW(*uint16, *uint16, *AddrinfoW, **AddrinfoW) error +pkg syscall (windows-386), func GetConsoleMode(Handle, *uint32) error +pkg syscall (windows-386), func Getsockopt(Handle, int32, int32, *uint8, *int32) error +pkg syscall (windows-386), func LoadCancelIoEx() error +pkg syscall (windows-386), func LoadConnectEx() error +pkg syscall (windows-386), func LoadGetAddrInfo() error +pkg syscall (windows-386), func ReadConsole(Handle, *uint16, uint32, *uint32, *uint8) error +pkg syscall (windows-386), func UTF16FromString(string) ([]uint16, error) +pkg syscall (windows-386), func UTF16PtrFromString(string) (*uint16, error) +pkg syscall (windows-386), func WriteConsole(Handle, *uint16, uint32, *uint32, *uint8) error +pkg syscall (windows-386), type AddrinfoW struct +pkg syscall (windows-386), type AddrinfoW struct, Addr uintptr +pkg syscall (windows-386), type AddrinfoW struct, Addrlen uintptr +pkg syscall (windows-386), type AddrinfoW struct, Canonname *uint16 +pkg syscall (windows-386), type AddrinfoW struct, Family int32 +pkg syscall (windows-386), type AddrinfoW struct, Flags int32 +pkg syscall (windows-386), type AddrinfoW struct, Next *AddrinfoW +pkg syscall (windows-386), type AddrinfoW struct, Protocol int32 +pkg syscall (windows-386), type AddrinfoW struct, Socktype int32 +pkg syscall (windows-386), type GUID struct +pkg syscall (windows-386), type GUID struct, Data1 uint32 +pkg syscall (windows-386), type GUID struct, Data2 uint16 +pkg syscall (windows-386), type GUID struct, Data3 uint16 +pkg syscall (windows-386), type GUID struct, Data4 [8]uint8 +pkg syscall (windows-386), type RawSockaddrInet6 struct, Family uint16 pkg syscall (windows-386), type SysProcAttr struct, CreationFlags uint32 +pkg syscall (windows-386), var WSAID_CONNECTEX GUID +pkg syscall (windows-amd64), const AI_CANONNAME ideal-int +pkg syscall (windows-amd64), const AI_NUMERICHOST ideal-int +pkg syscall (windows-amd64), const AI_PASSIVE ideal-int pkg syscall (windows-amd64), const CREATE_NEW_PROCESS_GROUP ideal-int pkg syscall (windows-amd64), const CTRL_BREAK_EVENT ideal-int pkg syscall (windows-amd64), const CTRL_C_EVENT ideal-int -pkg syscall (windows-amd64), func GetCurrentProcessId() uint32 +pkg syscall (windows-amd64), const ERROR_NOT_FOUND Errno +pkg syscall (windows-amd64), const IOC_IN ideal-int +pkg syscall (windows-amd64), const IOC_INOUT ideal-int +pkg syscall (windows-amd64), const IOC_OUT ideal-int +pkg syscall (windows-amd64), const IOC_WS2 ideal-int +pkg syscall (windows-amd64), const SIO_GET_EXTENSION_FUNCTION_POINTER ideal-int +pkg syscall (windows-amd64), const SO_UPDATE_CONNECT_CONTEXT ideal-int +pkg syscall (windows-amd64), func CancelIoEx(Handle, *Overlapped) error +pkg syscall (windows-amd64), func ConnectEx(Handle, Sockaddr, *uint8, uint32, *uint32, *Overlapped) error +pkg syscall (windows-amd64), func FreeAddrInfoW(*AddrinfoW) +pkg syscall (windows-amd64), func GetAddrInfoW(*uint16, *uint16, *AddrinfoW, **AddrinfoW) error +pkg syscall (windows-amd64), func GetConsoleMode(Handle, *uint32) error +pkg syscall (windows-amd64), func Getsockopt(Handle, int32, int32, *uint8, *int32) error +pkg syscall (windows-amd64), func LoadCancelIoEx() error +pkg syscall (windows-amd64), func LoadConnectEx() error +pkg syscall (windows-amd64), func LoadGetAddrInfo() error +pkg syscall (windows-amd64), func ReadConsole(Handle, *uint16, uint32, *uint32, *uint8) error +pkg syscall (windows-amd64), func UTF16FromString(string) ([]uint16, error) +pkg syscall (windows-amd64), func UTF16PtrFromString(string) (*uint16, error) +pkg syscall (windows-amd64), func WriteConsole(Handle, *uint16, uint32, *uint32, *uint8) error +pkg syscall (windows-amd64), type AddrinfoW struct +pkg syscall (windows-amd64), type AddrinfoW struct, Addr uintptr +pkg syscall (windows-amd64), type AddrinfoW struct, Addrlen uintptr +pkg syscall (windows-amd64), type AddrinfoW struct, Canonname *uint16 +pkg syscall (windows-amd64), type AddrinfoW struct, Family int32 +pkg syscall (windows-amd64), type AddrinfoW struct, Flags int32 +pkg syscall (windows-amd64), type AddrinfoW struct, Next *AddrinfoW +pkg syscall (windows-amd64), type AddrinfoW struct, Protocol int32 +pkg syscall (windows-amd64), type AddrinfoW struct, Socktype int32 +pkg syscall (windows-amd64), type GUID struct +pkg syscall (windows-amd64), type GUID struct, Data1 uint32 +pkg syscall (windows-amd64), type GUID struct, Data2 uint16 +pkg syscall (windows-amd64), type GUID struct, Data3 uint16 +pkg syscall (windows-amd64), type GUID struct, Data4 [8]uint8 +pkg syscall (windows-amd64), type RawSockaddrInet6 struct, Family uint16 pkg syscall (windows-amd64), type SysProcAttr struct, CreationFlags uint32 +pkg syscall (windows-amd64), var WSAID_CONNECTEX GUID +pkg syscall, func BytePtrFromString(string) (*uint8, error) +pkg syscall, func ByteSliceFromString(string) ([]uint8, error) +pkg syscall, func NsecToTimespec(int64) Timespec +pkg syscall, func TimespecToNsec(Timespec) int64 +pkg syscall, func UtimesNano(string, []Timespec) error +pkg syscall, type RawSockaddrInet6 struct +pkg syscall, type RawSockaddrInet6 struct, Addr [16]uint8 +pkg syscall, type RawSockaddrInet6 struct, Flowinfo uint32 +pkg syscall, type RawSockaddrInet6 struct, Port uint16 +pkg syscall, type RawSockaddrInet6 struct, Scope_id uint32 +pkg testing, func AllocsPerRun(int, func()) float64 +pkg testing, func Verbose() bool +pkg testing, method (*B) ReportAllocs() +pkg testing, method (*B) Skip(...interface{}) +pkg testing, method (*B) SkipNow() +pkg testing, method (*B) Skipf(string, ...interface{}) +pkg testing, method (*B) Skipped() bool +pkg testing, method (*T) Skip(...interface{}) +pkg testing, method (*T) SkipNow() +pkg testing, method (*T) Skipf(string, ...interface{}) +pkg testing, method (*T) Skipped() bool +pkg testing, method (BenchmarkResult) AllocedBytesPerOp() int64 +pkg testing, method (BenchmarkResult) AllocsPerOp() int64 +pkg testing, method (BenchmarkResult) MemString() string +pkg testing, type BenchmarkResult struct, MemAllocs uint64 +pkg testing, type BenchmarkResult struct, MemBytes uint64 +pkg text/template/parse, const NodeChain NodeType +pkg text/template/parse, const NodeNil NodeType +pkg text/template/parse, method (*ChainNode) Add(string) +pkg text/template/parse, method (*ChainNode) Copy() Node +pkg text/template/parse, method (*ChainNode) String() string +pkg text/template/parse, method (*IdentifierNode) SetPos(Pos) *IdentifierNode +pkg text/template/parse, method (*NilNode) Copy() Node +pkg text/template/parse, method (*NilNode) String() string +pkg text/template/parse, method (*NilNode) Type() NodeType +pkg text/template/parse, method (*Tree) ErrorContext(Node) (string, string) +pkg text/template/parse, method (ActionNode) Position() Pos +pkg text/template/parse, method (BoolNode) Position() Pos +pkg text/template/parse, method (BranchNode) Position() Pos +pkg text/template/parse, method (ChainNode) Position() Pos +pkg text/template/parse, method (ChainNode) Type() NodeType +pkg text/template/parse, method (CommandNode) Position() Pos +pkg text/template/parse, method (DotNode) Position() Pos +pkg text/template/parse, method (FieldNode) Position() Pos +pkg text/template/parse, method (IdentifierNode) Position() Pos +pkg text/template/parse, method (IfNode) Position() Pos +pkg text/template/parse, method (ListNode) Position() Pos +pkg text/template/parse, method (NilNode) Position() Pos +pkg text/template/parse, method (NumberNode) Position() Pos +pkg text/template/parse, method (PipeNode) Position() Pos +pkg text/template/parse, method (Pos) Position() Pos +pkg text/template/parse, method (RangeNode) Position() Pos +pkg text/template/parse, method (StringNode) Position() Pos +pkg text/template/parse, method (TemplateNode) Position() Pos +pkg text/template/parse, method (TextNode) Position() Pos +pkg text/template/parse, method (VariableNode) Position() Pos +pkg text/template/parse, method (WithNode) Position() Pos +pkg text/template/parse, type ActionNode struct, embedded Pos +pkg text/template/parse, type BoolNode struct, embedded Pos +pkg text/template/parse, type BranchNode struct, embedded Pos +pkg text/template/parse, type ChainNode struct +pkg text/template/parse, type ChainNode struct, Field []string +pkg text/template/parse, type ChainNode struct, Node Node +pkg text/template/parse, type ChainNode struct, embedded NodeType +pkg text/template/parse, type ChainNode struct, embedded Pos +pkg text/template/parse, type CommandNode struct, embedded Pos +pkg text/template/parse, type DotNode struct +pkg text/template/parse, type DotNode struct, embedded Pos +pkg text/template/parse, type FieldNode struct, embedded Pos +pkg text/template/parse, type IdentifierNode struct, embedded Pos +pkg text/template/parse, type ListNode struct, embedded Pos +pkg text/template/parse, type NilNode struct +pkg text/template/parse, type NilNode struct, embedded Pos +pkg text/template/parse, type Node interface, Position() Pos +pkg text/template/parse, type Node interface, unexported methods +pkg text/template/parse, type NumberNode struct, embedded Pos +pkg text/template/parse, type PipeNode struct, embedded Pos +pkg text/template/parse, type Pos int +pkg text/template/parse, type StringNode struct, embedded Pos +pkg text/template/parse, type TemplateNode struct, embedded Pos +pkg text/template/parse, type TextNode struct, embedded Pos +pkg text/template/parse, type Tree struct, ParseName string +pkg text/template/parse, type VariableNode struct, embedded Pos +pkg time, func ParseInLocation(string, string, *Location) (Time, error) +pkg time, method (*Timer) Reset(Duration) bool +pkg time, method (Time) Round(Duration) Time +pkg time, method (Time) Truncate(Duration) Time +pkg time, method (Time) YearDay() int +pkg unicode, type RangeTable struct, LatinOffset int +pkg unicode, var Chakma *RangeTable +pkg unicode, var Meroitic_Cursive *RangeTable +pkg unicode, var Meroitic_Hieroglyphs *RangeTable +pkg unicode, var Miao *RangeTable +pkg unicode, var Sharada *RangeTable +pkg unicode, var Sora_Sompeng *RangeTable +pkg unicode, var Takri *RangeTable +pkg unicode/utf8, func ValidRune(int32) bool |