vim/bundle/deoplete-go/benchmark/json/gocode.json

2 lines
157 KiB
JSON

[0, [{ "class": "const", "name": "MinRead", "type": "" }, { "class": "func", "name": "Compare", "type": "func(a []byte, b []byte) int" }, { "class": "func", "name": "Contains", "type": "func(b []byte, subslice []byte) bool" }, { "class": "func", "name": "Count", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "Equal", "type": "func(a []byte, b []byte) bool" }, { "class": "func", "name": "EqualFold", "type": "func(s []byte, t []byte) bool" }, { "class": "func", "name": "Fields", "type": "func(s []byte) [][]byte" }, { "class": "func", "name": "FieldsFunc", "type": "func(s []byte, f func(rune) bool) [][]byte" }, { "class": "func", "name": "HasPrefix", "type": "func(s []byte, prefix []byte) bool" }, { "class": "func", "name": "HasSuffix", "type": "func(s []byte, suffix []byte) bool" }, { "class": "func", "name": "Index", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "IndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "IndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "IndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "IndexRune", "type": "func(s []byte, r rune) int" }, { "class": "func", "name": "Join", "type": "func(s [][]byte, sep []byte) []byte" }, { "class": "func", "name": "LastIndex", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "LastIndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "LastIndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "LastIndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "Map", "type": "func(mapping func(r rune) rune, s []byte) []byte" }, { "class": "func", "name": "NewBuffer", "type": "func(buf []byte) *bytes.Buffer" }, { "class": "func", "name": "NewBufferString", "type": "func(s string) *bytes.Buffer" }, { "class": "func", "name": "NewReader", "type": "func(b []byte) *bytes.Reader" }, { "class": "func", "name": "Repeat", "type": "func(b []byte, count int) []byte" }, { "class": "func", "name": "Replace", "type": "func(s []byte, old []byte, new []byte, n int) []byte" }, { "class": "func", "name": "Runes", "type": "func(s []byte) []rune" }, { "class": "func", "name": "Split", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfter", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfterN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "SplitN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "Title", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLower", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLowerSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToTitle", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToTitleSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToUpper", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToUpperSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "Trim", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimLeft", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimLeftFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimPrefix", "type": "func(s []byte, prefix []byte) []byte" }, { "class": "func", "name": "TrimRight", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimRightFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimSpace", "type": "func(s []byte) []byte" }, { "class": "func", "name": "TrimSuffix", "type": "func(s []byte, suffix []byte) []byte" }, { "class": "type", "name": "Buffer", "type": "struct" }, { "class": "type", "name": "Reader", "type": "struct" }, { "class": "var", "name": "ErrTooLarge", "type": "error" }, { "class": "const", "name": "Bad", "type": "" }, { "class": "const", "name": "Con", "type": "" }, { "class": "const", "name": "FilterFuncDuplicates", "type": "" }, { "class": "const", "name": "FilterImportDuplicates", "type": "" }, { "class": "const", "name": "FilterUnassociatedComments", "type": "" }, { "class": "const", "name": "Fun", "type": "" }, { "class": "const", "name": "Lbl", "type": "" }, { "class": "const", "name": "Pkg", "type": "" }, { "class": "const", "name": "RECV", "type": "" }, { "class": "const", "name": "SEND", "type": "" }, { "class": "const", "name": "Typ", "type": "" }, { "class": "const", "name": "Var", "type": "" }, { "class": "func", "name": "FileExports", "type": "func(src *ast.File) bool" }, { "class": "func", "name": "FilterDecl", "type": "func(decl ast.Decl, f ast.Filter) bool" }, { "class": "func", "name": "FilterFile", "type": "func(src *ast.File, f ast.Filter) bool" }, { "class": "func", "name": "FilterPackage", "type": "func(pkg *ast.Package, f ast.Filter) bool" }, { "class": "func", "name": "Fprint", "type": "func(w io.Writer, fset *token.FileSet, x interface{}, f ast.FieldFilter) (err error)" }, { "class": "func", "name": "Inspect", "type": "func(node ast.Node, f func(ast.Node) bool)" }, { "class": "func", "name": "IsExported", "type": "func(name string) bool" }, { "class": "func", "name": "MergePackageFiles", "type": "func(pkg *ast.Package, mode ast.MergeMode) *ast.File" }, { "class": "func", "name": "NewCommentMap", "type": "func(fset *token.FileSet, node ast.Node, comments []*ast.CommentGroup) ast.CommentMap" }, { "class": "func", "name": "NewIdent", "type": "func(name string) *ast.Ident" }, { "class": "func", "name": "NewObj", "type": "func(kind ast.ObjKind, name string) *ast.Object" }, { "class": "func", "name": "NewPackage", "type": "func(fset *token.FileSet, files map[string]*ast.File, importer ast.Importer, universe *ast.Scope) (*ast.Package, error)" }, { "class": "func", "name": "NewScope", "type": "func(outer *ast.Scope) *ast.Scope" }, { "class": "func", "name": "NotNilFilter", "type": "func(_ string, v reflect.Value) bool" }, { "class": "func", "name": "PackageExports", "type": "func(pkg *ast.Package) bool" }, { "class": "func", "name": "Print", "type": "func(fset *token.FileSet, x interface{}) error" }, { "class": "func", "name": "SortImports", "type": "func(fset *token.FileSet, f *ast.File)" }, { "class": "func", "name": "Walk", "type": "func(v ast.Visitor, node ast.Node)" }, { "class": "type", "name": "ArrayType", "type": "struct" }, { "class": "type", "name": "AssignStmt", "type": "struct" }, { "class": "type", "name": "BadDecl", "type": "struct" }, { "class": "type", "name": "BadExpr", "type": "struct" }, { "class": "type", "name": "BadStmt", "type": "struct" }, { "class": "type", "name": "BasicLit", "type": "struct" }, { "class": "type", "name": "BinaryExpr", "type": "struct" }, { "class": "type", "name": "BlockStmt", "type": "struct" }, { "class": "type", "name": "BranchStmt", "type": "struct" }, { "class": "type", "name": "CallExpr", "type": "struct" }, { "class": "type", "name": "CaseClause", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "ChanType", "type": "struct" }, { "class": "type", "name": "CommClause", "type": "struct" }, { "class": "type", "name": "Comment", "type": "struct" }, { "class": "type", "name": "CommentGroup", "type": "struct" }, { "class": "type", "name": "CommentMap", "type": "map[ast.Node][]*ast.CommentGroup" }, { "class": "type", "name": "CompositeLit", "type": "struct" }, { "class": "type", "name": "Decl", "type": "interface" }, { "class": "type", "name": "DeclStmt", "type": "struct" }, { "class": "type", "name": "DeferStmt", "type": "struct" }, { "class": "type", "name": "Ellipsis", "type": "struct" }, { "class": "type", "name": "EmptyStmt", "type": "struct" }, { "class": "type", "name": "Expr", "type": "interface" }, { "class": "type", "name": "ExprStmt", "type": "struct" }, { "class": "type", "name": "Field", "type": "struct" }, { "class": "type", "name": "FieldFilter", "type": "func(name string, value reflect.Value) bool" }, { "class": "type", "name": "FieldList", "type": "struct" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "Filter", "type": "func(string) bool" }, { "class": "type", "name": "ForStmt", "type": "struct" }, { "class": "type", "name": "FuncDecl", "type": "struct" }, { "class": "type", "name": "FuncLit", "type": "struct" }, { "class": "type", "name": "FuncType", "type": "struct" }, { "class": "type", "name": "GenDecl", "type": "struct" }, { "class": "type", "name": "GoStmt", "type": "struct" }, { "class": "type", "name": "Ident", "type": "struct" }, { "class": "type", "name": "IfStmt", "type": "struct" }, { "class": "type", "name": "ImportSpec", "type": "struct" }, { "class": "type", "name": "Importer", "type": "func(imports map[string]*ast.Object, path string) (pkg *ast.Object, err error)" }, { "class": "type", "name": "IncDecStmt", "type": "struct" }, { "class": "type", "name": "IndexExpr", "type": "struct" }, { "class": "type", "name": "InterfaceType", "type": "struct" }, { "class": "type", "name": "KeyValueExpr", "type": "struct" }, { "class": "type", "name": "LabeledStmt", "type": "struct" }, { "class": "type", "name": "MapType", "type": "struct" }, { "class": "type", "name": "MergeMode", "type": "uint" }, { "class": "type", "name": "Node", "type": "interface" }, { "class": "type", "name": "ObjKind", "type": "int" }, { "class": "type", "name": "Object", "type": "struct" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "ParenExpr", "type": "struct" }, { "class": "type", "name": "RangeStmt", "type": "struct" }, { "class": "type", "name": "ReturnStmt", "type": "struct" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "SelectStmt", "type": "struct" }, { "class": "type", "name": "SelectorExpr", "type": "struct" }, { "class": "type", "name": "SendStmt", "type": "struct" }, { "class": "type", "name": "SliceExpr", "type": "struct" }, { "class": "type", "name": "Spec", "type": "interface" }, { "class": "type", "name": "StarExpr", "type": "struct" }, { "class": "type", "name": "Stmt", "type": "interface" }, { "class": "type", "name": "StructType", "type": "struct" }, { "class": "type", "name": "SwitchStmt", "type": "struct" }, { "class": "type", "name": "TypeAssertExpr", "type": "struct" }, { "class": "type", "name": "TypeSpec", "type": "struct" }, { "class": "type", "name": "TypeSwitchStmt", "type": "struct" }, { "class": "type", "name": "UnaryExpr", "type": "struct" }, { "class": "type", "name": "ValueSpec", "type": "struct" }, { "class": "type", "name": "Visitor", "type": "interface" }, { "class": "const", "name": "ADD", "type": "" }, { "class": "const", "name": "ADD_ASSIGN", "type": "" }, { "class": "const", "name": "AND", "type": "" }, { "class": "const", "name": "AND_ASSIGN", "type": "" }, { "class": "const", "name": "AND_NOT", "type": "" }, { "class": "const", "name": "AND_NOT_ASSIGN", "type": "" }, { "class": "const", "name": "ARROW", "type": "" }, { "class": "const", "name": "ASSIGN", "type": "" }, { "class": "const", "name": "BREAK", "type": "" }, { "class": "const", "name": "CASE", "type": "" }, { "class": "const", "name": "CHAN", "type": "" }, { "class": "const", "name": "CHAR", "type": "" }, { "class": "const", "name": "COLON", "type": "" }, { "class": "const", "name": "COMMA", "type": "" }, { "class": "const", "name": "COMMENT", "type": "" }, { "class": "const", "name": "CONST", "type": "" }, { "class": "const", "name": "CONTINUE", "type": "" }, { "class": "const", "name": "DEC", "type": "" }, { "class": "const", "name": "DEFAULT", "type": "" }, { "class": "const", "name": "DEFER", "type": "" }, { "class": "const", "name": "DEFINE", "type": "" }, { "class": "const", "name": "ELLIPSIS", "type": "" }, { "class": "const", "name": "ELSE", "type": "" }, { "class": "const", "name": "EOF", "type": "" }, { "class": "const", "name": "EQL", "type": "" }, { "class": "const", "name": "FALLTHROUGH", "type": "" }, { "class": "const", "name": "FLOAT", "type": "" }, { "class": "const", "name": "FOR", "type": "" }, { "class": "const", "name": "FUNC", "type": "" }, { "class": "const", "name": "GEQ", "type": "" }, { "class": "const", "name": "GO", "type": "" }, { "class": "const", "name": "GOTO", "type": "" }, { "class": "const", "name": "GTR", "type": "" }, { "class": "const", "name": "HighestPrec", "type": "" }, { "class": "const", "name": "IDENT", "type": "" }, { "class": "const", "name": "IF", "type": "" }, { "class": "const", "name": "ILLEGAL", "type": "" }, { "class": "const", "name": "IMAG", "type": "" }, { "class": "const", "name": "IMPORT", "type": "" }, { "class": "const", "name": "INC", "type": "" }, { "class": "const", "name": "INT", "type": "" }, { "class": "const", "name": "INTERFACE", "type": "" }, { "class": "const", "name": "LAND", "type": "" }, { "class": "const", "name": "LBRACE", "type": "" }, { "class": "const", "name": "LBRACK", "type": "" }, { "class": "const", "name": "LEQ", "type": "" }, { "class": "const", "name": "LOR", "type": "" }, { "class": "const", "name": "LPAREN", "type": "" }, { "class": "const", "name": "LSS", "type": "" }, { "class": "const", "name": "LowestPrec", "type": "" }, { "class": "const", "name": "MAP", "type": "" }, { "class": "const", "name": "MUL", "type": "" }, { "class": "const", "name": "MUL_ASSIGN", "type": "" }, { "class": "const", "name": "NEQ", "type": "" }, { "class": "const", "name": "NOT", "type": "" }, { "class": "const", "name": "NoPos", "type": "" }, { "class": "const", "name": "OR", "type": "" }, { "class": "const", "name": "OR_ASSIGN", "type": "" }, { "class": "const", "name": "PACKAGE", "type": "" }, { "class": "const", "name": "PERIOD", "type": "" }, { "class": "const", "name": "QUO", "type": "" }, { "class": "const", "name": "QUO_ASSIGN", "type": "" }, { "class": "const", "name": "RANGE", "type": "" }, { "class": "const", "name": "RBRACE", "type": "" }, { "class": "const", "name": "RBRACK", "type": "" }, { "class": "const", "name": "REM", "type": "" }, { "class": "const", "name": "REM_ASSIGN", "type": "" }, { "class": "const", "name": "RETURN", "type": "" }, { "class": "const", "name": "RPAREN", "type": "" }, { "class": "const", "name": "SELECT", "type": "" }, { "class": "const", "name": "SEMICOLON", "type": "" }, { "class": "const", "name": "SHL", "type": "" }, { "class": "const", "name": "SHL_ASSIGN", "type": "" }, { "class": "const", "name": "SHR", "type": "" }, { "class": "const", "name": "SHR_ASSIGN", "type": "" }, { "class": "const", "name": "STRING", "type": "" }, { "class": "const", "name": "STRUCT", "type": "" }, { "class": "const", "name": "SUB", "type": "" }, { "class": "const", "name": "SUB_ASSIGN", "type": "" }, { "class": "const", "name": "SWITCH", "type": "" }, { "class": "const", "name": "TYPE", "type": "" }, { "class": "const", "name": "UnaryPrec", "type": "" }, { "class": "const", "name": "VAR", "type": "" }, { "class": "const", "name": "XOR", "type": "" }, { "class": "const", "name": "XOR_ASSIGN", "type": "" }, { "class": "func", "name": "Lookup", "type": "func(ident string) token.Token" }, { "class": "func", "name": "NewFileSet", "type": "func() *token.FileSet" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileSet", "type": "struct" }, { "class": "type", "name": "Pos", "type": "int" }, { "class": "type", "name": "Position", "type": "struct" }, { "class": "type", "name": "Token", "type": "int" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "Byte", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "FieldVal", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "IsBoolean", "type": "" }, { "class": "const", "name": "IsComplex", "type": "" }, { "class": "const", "name": "IsConstType", "type": "" }, { "class": "const", "name": "IsFloat", "type": "" }, { "class": "const", "name": "IsInteger", "type": "" }, { "class": "const", "name": "IsNumeric", "type": "" }, { "class": "const", "name": "IsOrdered", "type": "" }, { "class": "const", "name": "IsString", "type": "" }, { "class": "const", "name": "IsUnsigned", "type": "" }, { "class": "const", "name": "IsUntyped", "type": "" }, { "class": "const", "name": "MethodExpr", "type": "" }, { "class": "const", "name": "MethodVal", "type": "" }, { "class": "const", "name": "RecvOnly", "type": "" }, { "class": "const", "name": "Rune", "type": "" }, { "class": "const", "name": "SendOnly", "type": "" }, { "class": "const", "name": "SendRecv", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "const", "name": "UntypedBool", "type": "" }, { "class": "const", "name": "UntypedComplex", "type": "" }, { "class": "const", "name": "UntypedFloat", "type": "" }, { "class": "const", "name": "UntypedInt", "type": "" }, { "class": "const", "name": "UntypedNil", "type": "" }, { "class": "const", "name": "UntypedRune", "type": "" }, { "class": "const", "name": "UntypedString", "type": "" }, { "class": "func", "name": "AssertableTo", "type": "func(V *types.Interface, T types.Type) bool" }, { "class": "func", "name": "AssignableTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "Comparable", "type": "func(T types.Type) bool" }, { "class": "func", "name": "ConvertibleTo", "type": "func(V types.Type, T types.Type) bool" }, { "class": "func", "name": "DefPredeclaredTestFuncs", "type": "func()" }, { "class": "func", "name": "Eval", "type": "func(fset *token.FileSet, pkg *types.Package, pos token.Pos, expr string) (tv types.TypeAndValue, err error)" }, { "class": "func", "name": "ExprString", "type": "func(x ast.Expr) string" }, { "class": "func", "name": "Id", "type": "func(pkg *types.Package, name string) string" }, { "class": "func", "name": "Identical", "type": "func(x types.Type, y types.Type) bool" }, { "class": "func", "name": "Implements", "type": "func(V types.Type, T *types.Interface) bool" }, { "class": "func", "name": "IsInterface", "type": "func(typ types.Type) bool" }, { "class": "func", "name": "LookupFieldOrMethod", "type": "func(T types.Type, addressable bool, pkg *types.Package, name string) (obj types.Object, index []int, indirect bool)" }, { "class": "func", "name": "MissingMethod", "type": "func(V types.Type, T *types.Interface, static bool) (method *types.Func, wrongType bool)" }, { "class": "func", "name": "NewArray", "type": "func(elem types.Type, len int64) *types.Array" }, { "class": "func", "name": "NewChan", "type": "func(dir types.ChanDir, elem types.Type) *types.Chan" }, { "class": "func", "name": "NewChecker", "type": "func(conf *types.Config, fset *token.FileSet, pkg *types.Package, info *types.Info) *types.Checker" }, { "class": "func", "name": "NewConst", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, val constant.Value) *types.Const" }, { "class": "func", "name": "NewField", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type, anonymous bool) *types.Var" }, { "class": "func", "name": "NewFunc", "type": "func(pos token.Pos, pkg *types.Package, name string, sig *types.Signature) *types.Func" }, { "class": "func", "name": "NewInterface", "type": "func(methods []*types.Func, embeddeds []*types.Named) *types.Interface" }, { "class": "func", "name": "NewLabel", "type": "func(pos token.Pos, pkg *types.Package, name string) *types.Label" }, { "class": "func", "name": "NewMap", "type": "func(key types.Type, elem types.Type) *types.Map" }, { "class": "func", "name": "NewMethodSet", "type": "func(T types.Type) *types.MethodSet" }, { "class": "func", "name": "NewNamed", "type": "func(obj *types.TypeName, underlying types.Type, methods []*types.Func) *types.Named" }, { "class": "func", "name": "NewPackage", "type": "func(path string, name string) *types.Package" }, { "class": "func", "name": "NewParam", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "NewPkgName", "type": "func(pos token.Pos, pkg *types.Package, name string, imported *types.Package) *types.PkgName" }, { "class": "func", "name": "NewPointer", "type": "func(elem types.Type) *types.Pointer" }, { "class": "func", "name": "NewScope", "type": "func(parent *types.Scope, pos token.Pos, end token.Pos, comment string) *types.Scope" }, { "class": "func", "name": "NewSignature", "type": "func(recv *types.Var, params *types.Tuple, results *types.Tuple, variadic bool) *types.Signature" }, { "class": "func", "name": "NewSlice", "type": "func(elem types.Type) *types.Slice" }, { "class": "func", "name": "NewStruct", "type": "func(fields []*types.Var, tags []string) *types.Struct" }, { "class": "func", "name": "NewTuple", "type": "func(x ...*types.Var) *types.Tuple" }, { "class": "func", "name": "NewTypeName", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.TypeName" }, { "class": "func", "name": "NewVar", "type": "func(pos token.Pos, pkg *types.Package, name string, typ types.Type) *types.Var" }, { "class": "func", "name": "ObjectString", "type": "func(obj types.Object, qf types.Qualifier) string" }, { "class": "func", "name": "RelativeTo", "type": "func(pkg *types.Package) types.Qualifier" }, { "class": "func", "name": "SelectionString", "type": "func(s *types.Selection, qf types.Qualifier) string" }, { "class": "func", "name": "TypeString", "type": "func(typ types.Type, qf types.Qualifier) string" }, { "class": "func", "name": "WriteExpr", "type": "func(buf *bytes.Buffer, x ast.Expr)" }, { "class": "func", "name": "WriteSignature", "type": "func(buf *bytes.Buffer, sig *types.Signature, qf types.Qualifier)" }, { "class": "func", "name": "WriteType", "type": "func(buf *bytes.Buffer, typ types.Type, qf types.Qualifier)" }, { "class": "type", "name": "Array", "type": "struct" }, { "class": "type", "name": "Basic", "type": "struct" }, { "class": "type", "name": "BasicInfo", "type": "int" }, { "class": "type", "name": "BasicKind", "type": "int" }, { "class": "type", "name": "Builtin", "type": "struct" }, { "class": "type", "name": "Chan", "type": "struct" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Checker", "type": "struct" }, { "class": "type", "name": "Config", "type": "struct" }, { "class": "type", "name": "Const", "type": "struct" }, { "class": "type", "name": "Error", "type": "struct" }, { "class": "type", "name": "Func", "type": "struct" }, { "class": "type", "name": "ImportMode", "type": "int" }, { "class": "type", "name": "Importer", "type": "interface" }, { "class": "type", "name": "ImporterFrom", "type": "interface" }, { "class": "type", "name": "Info", "type": "struct" }, { "class": "type", "name": "Initializer", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "Label", "type": "struct" }, { "class": "type", "name": "Map", "type": "struct" }, { "class": "type", "name": "MethodSet", "type": "struct" }, { "class": "type", "name": "Named", "type": "struct" }, { "class": "type", "name": "Nil", "type": "struct" }, { "class": "type", "name": "Object", "type": "interface" }, { "class": "type", "name": "Package", "type": "struct" }, { "class": "type", "name": "PkgName", "type": "struct" }, { "class": "type", "name": "Pointer", "type": "struct" }, { "class": "type", "name": "Qualifier", "type": "func(*types.Package) string" }, { "class": "type", "name": "Scope", "type": "struct" }, { "class": "type", "name": "Selection", "type": "struct" }, { "class": "type", "name": "SelectionKind", "type": "int" }, { "class": "type", "name": "Signature", "type": "struct" }, { "class": "type", "name": "Sizes", "type": "interface" }, { "class": "type", "name": "Slice", "type": "struct" }, { "class": "type", "name": "StdSizes", "type": "struct" }, { "class": "type", "name": "Struct", "type": "struct" }, { "class": "type", "name": "Tuple", "type": "struct" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "TypeAndValue", "type": "struct" }, { "class": "type", "name": "TypeName", "type": "struct" }, { "class": "type", "name": "Var", "type": "struct" }, { "class": "var", "name": "Typ", "type": "[]*types.Basic" }, { "class": "var", "name": "Universe", "type": "*types.Scope" }, { "class": "var", "name": "Unsafe", "type": "*types.Package" }, { "class": "const", "name": "FlagBroadcast", "type": "" }, { "class": "const", "name": "FlagLoopback", "type": "" }, { "class": "const", "name": "FlagMulticast", "type": "" }, { "class": "const", "name": "FlagPointToPoint", "type": "" }, { "class": "const", "name": "FlagUp", "type": "" }, { "class": "const", "name": "IPv4len", "type": "" }, { "class": "const", "name": "IPv6len", "type": "" }, { "class": "func", "name": "CIDRMask", "type": "func(ones int, bits int) net.IPMask" }, { "class": "func", "name": "Dial", "type": "func(network string, address string) (net.Conn, error)" }, { "class": "func", "name": "DialIP", "type": "func(netProto string, laddr *net.IPAddr, raddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "DialTCP", "type": "func(net string, laddr *net.TCPAddr, raddr *net.TCPAddr) (*net.TCPConn, error)" }, { "class": "func", "name": "DialTimeout", "type": "func(network string, address string, timeout time.Duration) (net.Conn, error)" }, { "class": "func", "name": "DialUDP", "type": "func(net string, laddr *net.UDPAddr, raddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "DialUnix", "type": "func(net string, laddr *net.UnixAddr, raddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "FileConn", "type": "func(f *os.File) (c net.Conn, err error)" }, { "class": "func", "name": "FileListener", "type": "func(f *os.File) (ln net.Listener, err error)" }, { "class": "func", "name": "FilePacketConn", "type": "func(f *os.File) (c net.PacketConn, err error)" }, { "class": "func", "name": "IPv4", "type": "func(a byte, b byte, c byte, d byte) net.IP" }, { "class": "func", "name": "IPv4Mask", "type": "func(a byte, b byte, c byte, d byte) net.IPMask" }, { "class": "func", "name": "InterfaceAddrs", "type": "func() ([]net.Addr, error)" }, { "class": "func", "name": "InterfaceByIndex", "type": "func(index int) (*net.Interface, error)" }, { "class": "func", "name": "InterfaceByName", "type": "func(name string) (*net.Interface, error)" }, { "class": "func", "name": "Interfaces", "type": "func() ([]net.Interface, error)" }, { "class": "func", "name": "JoinHostPort", "type": "func(host string, port string) string" }, { "class": "func", "name": "Listen", "type": "func(net string, laddr string) (net.Listener, error)" }, { "class": "func", "name": "ListenIP", "type": "func(netProto string, laddr *net.IPAddr) (*net.IPConn, error)" }, { "class": "func", "name": "ListenMulticastUDP", "type": "func(network string, ifi *net.Interface, gaddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenPacket", "type": "func(net string, laddr string) (net.PacketConn, error)" }, { "class": "func", "name": "ListenTCP", "type": "func(net string, laddr *net.TCPAddr) (*net.TCPListener, error)" }, { "class": "func", "name": "ListenUDP", "type": "func(net string, laddr *net.UDPAddr) (*net.UDPConn, error)" }, { "class": "func", "name": "ListenUnix", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixListener, error)" }, { "class": "func", "name": "ListenUnixgram", "type": "func(net string, laddr *net.UnixAddr) (*net.UnixConn, error)" }, { "class": "func", "name": "LookupAddr", "type": "func(addr string) (names []string, err error)" }, { "class": "func", "name": "LookupCNAME", "type": "func(name string) (cname string, err error)" }, { "class": "func", "name": "LookupHost", "type": "func(host string) (addrs []string, err error)" }, { "class": "func", "name": "LookupIP", "type": "func(host string) (ips []net.IP, err error)" }, { "class": "func", "name": "LookupMX", "type": "func(name string) (mxs []*net.MX, err error)" }, { "class": "func", "name": "LookupNS", "type": "func(name string) (nss []*net.NS, err error)" }, { "class": "func", "name": "LookupPort", "type": "func(network string, service string) (port int, err error)" }, { "class": "func", "name": "LookupSRV", "type": "func(service string, proto string, name string) (cname string, addrs []*net.SRV, err error)" }, { "class": "func", "name": "LookupTXT", "type": "func(name string) (txts []string, err error)" }, { "class": "func", "name": "ParseCIDR", "type": "func(s string) (net.IP, *net.IPNet, error)" }, { "class": "func", "name": "ParseIP", "type": "func(s string) net.IP" }, { "class": "func", "name": "ParseMAC", "type": "func(s string) (hw net.HardwareAddr, err error)" }, { "class": "func", "name": "Pipe", "type": "func() (net.Conn, net.Conn)" }, { "class": "func", "name": "ResolveIPAddr", "type": "func(net string, addr string) (*net.IPAddr, error)" }, { "class": "func", "name": "ResolveTCPAddr", "type": "func(net string, addr string) (*net.TCPAddr, error)" }, { "class": "func", "name": "ResolveUDPAddr", "type": "func(net string, addr string) (*net.UDPAddr, error)" }, { "class": "func", "name": "ResolveUnixAddr", "type": "func(net string, addr string) (*net.UnixAddr, error)" }, { "class": "func", "name": "SplitHostPort", "type": "func(hostport string) (host string, port string, err error)" }, { "class": "type", "name": "Addr", "type": "interface" }, { "class": "type", "name": "AddrError", "type": "struct" }, { "class": "type", "name": "Conn", "type": "interface" }, { "class": "type", "name": "DNSConfigError", "type": "struct" }, { "class": "type", "name": "DNSError", "type": "struct" }, { "class": "type", "name": "Dialer", "type": "struct" }, { "class": "type", "name": "Error", "type": "interface" }, { "class": "type", "name": "Flags", "type": "uint" }, { "class": "type", "name": "HardwareAddr", "type": "[]byte" }, { "class": "type", "name": "IP", "type": "[]byte" }, { "class": "type", "name": "IPAddr", "type": "struct" }, { "class": "type", "name": "IPConn", "type": "struct" }, { "class": "type", "name": "IPMask", "type": "[]byte" }, { "class": "type", "name": "IPNet", "type": "struct" }, { "class": "type", "name": "Interface", "type": "struct" }, { "class": "type", "name": "InvalidAddrError", "type": "string" }, { "class": "type", "name": "Listener", "type": "interface" }, { "class": "type", "name": "MX", "type": "struct" }, { "class": "type", "name": "NS", "type": "struct" }, { "class": "type", "name": "OpError", "type": "struct" }, { "class": "type", "name": "PacketConn", "type": "interface" }, { "class": "type", "name": "ParseError", "type": "struct" }, { "class": "type", "name": "SRV", "type": "struct" }, { "class": "type", "name": "TCPAddr", "type": "struct" }, { "class": "type", "name": "TCPConn", "type": "struct" }, { "class": "type", "name": "TCPListener", "type": "struct" }, { "class": "type", "name": "UDPAddr", "type": "struct" }, { "class": "type", "name": "UDPConn", "type": "struct" }, { "class": "type", "name": "UnixAddr", "type": "struct" }, { "class": "type", "name": "UnixConn", "type": "struct" }, { "class": "type", "name": "UnixListener", "type": "struct" }, { "class": "type", "name": "UnknownNetworkError", "type": "string" }, { "class": "var", "name": "ErrWriteToConnected", "type": "error" }, { "class": "var", "name": "IPv4allrouter", "type": "net.IP" }, { "class": "var", "name": "IPv4allsys", "type": "net.IP" }, { "class": "var", "name": "IPv4bcast", "type": "net.IP" }, { "class": "var", "name": "IPv4zero", "type": "net.IP" }, { "class": "var", "name": "IPv6interfacelocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallnodes", "type": "net.IP" }, { "class": "var", "name": "IPv6linklocalallrouters", "type": "net.IP" }, { "class": "var", "name": "IPv6loopback", "type": "net.IP" }, { "class": "var", "name": "IPv6unspecified", "type": "net.IP" }, { "class": "var", "name": "IPv6zero", "type": "net.IP" }, { "class": "const", "name": "DevNull", "type": "" }, { "class": "const", "name": "ModeAppend", "type": "" }, { "class": "const", "name": "ModeCharDevice", "type": "" }, { "class": "const", "name": "ModeDevice", "type": "" }, { "class": "const", "name": "ModeDir", "type": "" }, { "class": "const", "name": "ModeExclusive", "type": "" }, { "class": "const", "name": "ModeNamedPipe", "type": "" }, { "class": "const", "name": "ModePerm", "type": "" }, { "class": "const", "name": "ModeSetgid", "type": "" }, { "class": "const", "name": "ModeSetuid", "type": "" }, { "class": "const", "name": "ModeSocket", "type": "" }, { "class": "const", "name": "ModeSticky", "type": "" }, { "class": "const", "name": "ModeSymlink", "type": "" }, { "class": "const", "name": "ModeTemporary", "type": "" }, { "class": "const", "name": "ModeType", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_CREATE", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PathListSeparator", "type": "" }, { "class": "const", "name": "PathSeparator", "type": "" }, { "class": "const", "name": "SEEK_CUR", "type": "" }, { "class": "const", "name": "SEEK_END", "type": "" }, { "class": "const", "name": "SEEK_SET", "type": "" }, { "class": "func", "name": "Chdir", "type": "func(dir string) error" }, { "class": "func", "name": "Chmod", "type": "func(name string, mode os.FileMode) error" }, { "class": "func", "name": "Chown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Chtimes", "type": "func(name string, atime time.Time, mtime time.Time) error" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Create", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Expand", "type": "func(s string, mapping func(string) string) string" }, { "class": "func", "name": "ExpandEnv", "type": "func(s string) string" }, { "class": "func", "name": "FindProcess", "type": "func(pid int) (*os.Process, error)" }, { "class": "func", "name": "Getegid", "type": "func() int" }, { "class": "func", "name": "Getenv", "type": "func(key string) string" }, { "class": "func", "name": "Geteuid", "type": "func() int" }, { "class": "func", "name": "Getgid", "type": "func() int" }, { "class": "func", "name": "Getgroups", "type": "func() ([]int, error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpid", "type": "func() int" }, { "class": "func", "name": "Getppid", "type": "func() int" }, { "class": "func", "name": "Getuid", "type": "func() int" }, { "class": "func", "name": "Getwd", "type": "func() (dir string, err error)" }, { "class": "func", "name": "Hostname", "type": "func() (name string, err error)" }, { "class": "func", "name": "IsExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsNotExist", "type": "func(err error) bool" }, { "class": "func", "name": "IsPathSeparator", "type": "func(c uint8) bool" }, { "class": "func", "name": "IsPermission", "type": "func(err error) bool" }, { "class": "func", "name": "Lchown", "type": "func(name string, uid int, gid int) error" }, { "class": "func", "name": "Link", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "LookupEnv", "type": "func(key string) (string, bool)" }, { "class": "func", "name": "Lstat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Mkdir", "type": "func(name string, perm os.FileMode) error" }, { "class": "func", "name": "MkdirAll", "type": "func(path string, perm os.FileMode) error" }, { "class": "func", "name": "NewFile", "type": "func(fd uintptr, name string) *os.File" }, { "class": "func", "name": "NewSyscallError", "type": "func(syscall string, err error) error" }, { "class": "func", "name": "Open", "type": "func(name string) (*os.File, error)" }, { "class": "func", "name": "OpenFile", "type": "func(name string, flag int, perm os.FileMode) (*os.File, error)" }, { "class": "func", "name": "Pipe", "type": "func() (r *os.File, w *os.File, err error)" }, { "class": "func", "name": "Readlink", "type": "func(name string) (string, error)" }, { "class": "func", "name": "Remove", "type": "func(name string) error" }, { "class": "func", "name": "RemoveAll", "type": "func(path string) error" }, { "class": "func", "name": "Rename", "type": "func(oldpath string, newpath string) error" }, { "class": "func", "name": "SameFile", "type": "func(fi1 os.FileInfo, fi2 os.FileInfo) bool" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "StartProcess", "type": "func(name string, argv []string, attr *os.ProcAttr) (*os.Process, error)" }, { "class": "func", "name": "Stat", "type": "func(name string) (os.FileInfo, error)" }, { "class": "func", "name": "Symlink", "type": "func(oldname string, newname string) error" }, { "class": "func", "name": "TempDir", "type": "func() string" }, { "class": "func", "name": "Truncate", "type": "func(name string, size int64) error" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "type", "name": "File", "type": "struct" }, { "class": "type", "name": "FileInfo", "type": "interface" }, { "class": "type", "name": "FileMode", "type": "uint32" }, { "class": "type", "name": "LinkError", "type": "struct" }, { "class": "type", "name": "PathError", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Process", "type": "struct" }, { "class": "type", "name": "ProcessState", "type": "struct" }, { "class": "type", "name": "Signal", "type": "interface" }, { "class": "type", "name": "SyscallError", "type": "struct" }, { "class": "var", "name": "Args", "type": "[]string" }, { "class": "var", "name": "ErrExist", "type": "error" }, { "class": "var", "name": "ErrInvalid", "type": "error" }, { "class": "var", "name": "ErrNotExist", "type": "error" }, { "class": "var", "name": "ErrPermission", "type": "error" }, { "class": "var", "name": "Interrupt", "type": "os.Signal" }, { "class": "var", "name": "Kill", "type": "os.Signal" }, { "class": "var", "name": "Stderr", "type": "*os.File" }, { "class": "var", "name": "Stdin", "type": "*os.File" }, { "class": "var", "name": "Stdout", "type": "*os.File" }, { "class": "const", "name": "Array", "type": "" }, { "class": "const", "name": "Bool", "type": "" }, { "class": "const", "name": "BothDir", "type": "" }, { "class": "const", "name": "Chan", "type": "" }, { "class": "const", "name": "Complex128", "type": "" }, { "class": "const", "name": "Complex64", "type": "" }, { "class": "const", "name": "Float32", "type": "" }, { "class": "const", "name": "Float64", "type": "" }, { "class": "const", "name": "Func", "type": "" }, { "class": "const", "name": "Int", "type": "" }, { "class": "const", "name": "Int16", "type": "" }, { "class": "const", "name": "Int32", "type": "" }, { "class": "const", "name": "Int64", "type": "" }, { "class": "const", "name": "Int8", "type": "" }, { "class": "const", "name": "Interface", "type": "" }, { "class": "const", "name": "Invalid", "type": "" }, { "class": "const", "name": "Map", "type": "" }, { "class": "const", "name": "Ptr", "type": "" }, { "class": "const", "name": "RecvDir", "type": "" }, { "class": "const", "name": "SelectDefault", "type": "" }, { "class": "const", "name": "SelectRecv", "type": "" }, { "class": "const", "name": "SelectSend", "type": "" }, { "class": "const", "name": "SendDir", "type": "" }, { "class": "const", "name": "Slice", "type": "" }, { "class": "const", "name": "String", "type": "" }, { "class": "const", "name": "Struct", "type": "" }, { "class": "const", "name": "Uint", "type": "" }, { "class": "const", "name": "Uint16", "type": "" }, { "class": "const", "name": "Uint32", "type": "" }, { "class": "const", "name": "Uint64", "type": "" }, { "class": "const", "name": "Uint8", "type": "" }, { "class": "const", "name": "Uintptr", "type": "" }, { "class": "const", "name": "UnsafePointer", "type": "" }, { "class": "func", "name": "Append", "type": "func(s reflect.Value, x ...reflect.Value) reflect.Value" }, { "class": "func", "name": "AppendSlice", "type": "func(s reflect.Value, t reflect.Value) reflect.Value" }, { "class": "func", "name": "ArrayOf", "type": "func(count int, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "ChanOf", "type": "func(dir reflect.ChanDir, t reflect.Type) reflect.Type" }, { "class": "func", "name": "Copy", "type": "func(dst reflect.Value, src reflect.Value) int" }, { "class": "func", "name": "DeepEqual", "type": "func(x interface{}, y interface{}) bool" }, { "class": "func", "name": "FuncOf", "type": "func(in []reflect.Type, out []reflect.Type, variadic bool) reflect.Type" }, { "class": "func", "name": "Indirect", "type": "func(v reflect.Value) reflect.Value" }, { "class": "func", "name": "MakeChan", "type": "func(typ reflect.Type, buffer int) reflect.Value" }, { "class": "func", "name": "MakeFunc", "type": "func(typ reflect.Type, fn func(args []reflect.Value) (results []reflect.Value)) reflect.Value" }, { "class": "func", "name": "MakeMap", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "MakeSlice", "type": "func(typ reflect.Type, len int, cap int) reflect.Value" }, { "class": "func", "name": "MapOf", "type": "func(key reflect.Type, elem reflect.Type) reflect.Type" }, { "class": "func", "name": "New", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "func", "name": "NewAt", "type": "func(typ reflect.Type, p unsafe.Pointer) reflect.Value" }, { "class": "func", "name": "PtrTo", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "Select", "type": "func(cases []reflect.SelectCase) (chosen int, recv reflect.Value, recvOK bool)" }, { "class": "func", "name": "SliceOf", "type": "func(t reflect.Type) reflect.Type" }, { "class": "func", "name": "TypeOf", "type": "func(i interface{}) reflect.Type" }, { "class": "func", "name": "ValueOf", "type": "func(i interface{}) reflect.Value" }, { "class": "func", "name": "Zero", "type": "func(typ reflect.Type) reflect.Value" }, { "class": "type", "name": "ChanDir", "type": "int" }, { "class": "type", "name": "Kind", "type": "uint" }, { "class": "type", "name": "Method", "type": "struct" }, { "class": "type", "name": "SelectCase", "type": "struct" }, { "class": "type", "name": "SelectDir", "type": "int" }, { "class": "type", "name": "SliceHeader", "type": "struct" }, { "class": "type", "name": "StringHeader", "type": "struct" }, { "class": "type", "name": "StructField", "type": "struct" }, { "class": "type", "name": "StructTag", "type": "string" }, { "class": "type", "name": "Type", "type": "interface" }, { "class": "type", "name": "Value", "type": "struct" }, { "class": "type", "name": "ValueError", "type": "struct" }, { "class": "const", "name": "AF_APPLETALK", "type": "" }, { "class": "const", "name": "AF_CCITT", "type": "" }, { "class": "const", "name": "AF_CHAOS", "type": "" }, { "class": "const", "name": "AF_CNT", "type": "" }, { "class": "const", "name": "AF_COIP", "type": "" }, { "class": "const", "name": "AF_DATAKIT", "type": "" }, { "class": "const", "name": "AF_DECnet", "type": "" }, { "class": "const", "name": "AF_DLI", "type": "" }, { "class": "const", "name": "AF_E164", "type": "" }, { "class": "const", "name": "AF_ECMA", "type": "" }, { "class": "const", "name": "AF_HYLINK", "type": "" }, { "class": "const", "name": "AF_IEEE80211", "type": "" }, { "class": "const", "name": "AF_IMPLINK", "type": "" }, { "class": "const", "name": "AF_INET", "type": "" }, { "class": "const", "name": "AF_INET6", "type": "" }, { "class": "const", "name": "AF_IPX", "type": "" }, { "class": "const", "name": "AF_ISDN", "type": "" }, { "class": "const", "name": "AF_ISO", "type": "" }, { "class": "const", "name": "AF_LAT", "type": "" }, { "class": "const", "name": "AF_LINK", "type": "" }, { "class": "const", "name": "AF_LOCAL", "type": "" }, { "class": "const", "name": "AF_MAX", "type": "" }, { "class": "const", "name": "AF_NATM", "type": "" }, { "class": "const", "name": "AF_NDRV", "type": "" }, { "class": "const", "name": "AF_NETBIOS", "type": "" }, { "class": "const", "name": "AF_NS", "type": "" }, { "class": "const", "name": "AF_OSI", "type": "" }, { "class": "const", "name": "AF_PPP", "type": "" }, { "class": "const", "name": "AF_PUP", "type": "" }, { "class": "const", "name": "AF_RESERVED_36", "type": "" }, { "class": "const", "name": "AF_ROUTE", "type": "" }, { "class": "const", "name": "AF_SIP", "type": "" }, { "class": "const", "name": "AF_SNA", "type": "" }, { "class": "const", "name": "AF_SYSTEM", "type": "" }, { "class": "const", "name": "AF_UNIX", "type": "" }, { "class": "const", "name": "AF_UNSPEC", "type": "" }, { "class": "const", "name": "B0", "type": "" }, { "class": "const", "name": "B110", "type": "" }, { "class": "const", "name": "B115200", "type": "" }, { "class": "const", "name": "B1200", "type": "" }, { "class": "const", "name": "B134", "type": "" }, { "class": "const", "name": "B14400", "type": "" }, { "class": "const", "name": "B150", "type": "" }, { "class": "const", "name": "B1800", "type": "" }, { "class": "const", "name": "B19200", "type": "" }, { "class": "const", "name": "B200", "type": "" }, { "class": "const", "name": "B230400", "type": "" }, { "class": "const", "name": "B2400", "type": "" }, { "class": "const", "name": "B28800", "type": "" }, { "class": "const", "name": "B300", "type": "" }, { "class": "const", "name": "B38400", "type": "" }, { "class": "const", "name": "B4800", "type": "" }, { "class": "const", "name": "B50", "type": "" }, { "class": "const", "name": "B57600", "type": "" }, { "class": "const", "name": "B600", "type": "" }, { "class": "const", "name": "B7200", "type": "" }, { "class": "const", "name": "B75", "type": "" }, { "class": "const", "name": "B76800", "type": "" }, { "class": "const", "name": "B9600", "type": "" }, { "class": "const", "name": "BIOCFLUSH", "type": "" }, { "class": "const", "name": "BIOCGBLEN", "type": "" }, { "class": "const", "name": "BIOCGDLT", "type": "" }, { "class": "const", "name": "BIOCGDLTLIST", "type": "" }, { "class": "const", "name": "BIOCGETIF", "type": "" }, { "class": "const", "name": "BIOCGHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCGRSIG", "type": "" }, { "class": "const", "name": "BIOCGRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCGSEESENT", "type": "" }, { "class": "const", "name": "BIOCGSTATS", "type": "" }, { "class": "const", "name": "BIOCIMMEDIATE", "type": "" }, { "class": "const", "name": "BIOCPROMISC", "type": "" }, { "class": "const", "name": "BIOCSBLEN", "type": "" }, { "class": "const", "name": "BIOCSDLT", "type": "" }, { "class": "const", "name": "BIOCSETF", "type": "" }, { "class": "const", "name": "BIOCSETIF", "type": "" }, { "class": "const", "name": "BIOCSHDRCMPLT", "type": "" }, { "class": "const", "name": "BIOCSRSIG", "type": "" }, { "class": "const", "name": "BIOCSRTIMEOUT", "type": "" }, { "class": "const", "name": "BIOCSSEESENT", "type": "" }, { "class": "const", "name": "BIOCVERSION", "type": "" }, { "class": "const", "name": "BPF_A", "type": "" }, { "class": "const", "name": "BPF_ABS", "type": "" }, { "class": "const", "name": "BPF_ADD", "type": "" }, { "class": "const", "name": "BPF_ALIGNMENT", "type": "" }, { "class": "const", "name": "BPF_ALU", "type": "" }, { "class": "const", "name": "BPF_AND", "type": "" }, { "class": "const", "name": "BPF_B", "type": "" }, { "class": "const", "name": "BPF_DIV", "type": "" }, { "class": "const", "name": "BPF_H", "type": "" }, { "class": "const", "name": "BPF_IMM", "type": "" }, { "class": "const", "name": "BPF_IND", "type": "" }, { "class": "const", "name": "BPF_JA", "type": "" }, { "class": "const", "name": "BPF_JEQ", "type": "" }, { "class": "const", "name": "BPF_JGE", "type": "" }, { "class": "const", "name": "BPF_JGT", "type": "" }, { "class": "const", "name": "BPF_JMP", "type": "" }, { "class": "const", "name": "BPF_JSET", "type": "" }, { "class": "const", "name": "BPF_K", "type": "" }, { "class": "const", "name": "BPF_LD", "type": "" }, { "class": "const", "name": "BPF_LDX", "type": "" }, { "class": "const", "name": "BPF_LEN", "type": "" }, { "class": "const", "name": "BPF_LSH", "type": "" }, { "class": "const", "name": "BPF_MAJOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MAXBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MAXINSNS", "type": "" }, { "class": "const", "name": "BPF_MEM", "type": "" }, { "class": "const", "name": "BPF_MEMWORDS", "type": "" }, { "class": "const", "name": "BPF_MINBUFSIZE", "type": "" }, { "class": "const", "name": "BPF_MINOR_VERSION", "type": "" }, { "class": "const", "name": "BPF_MISC", "type": "" }, { "class": "const", "name": "BPF_MSH", "type": "" }, { "class": "const", "name": "BPF_MUL", "type": "" }, { "class": "const", "name": "BPF_NEG", "type": "" }, { "class": "const", "name": "BPF_OR", "type": "" }, { "class": "const", "name": "BPF_RELEASE", "type": "" }, { "class": "const", "name": "BPF_RET", "type": "" }, { "class": "const", "name": "BPF_RSH", "type": "" }, { "class": "const", "name": "BPF_ST", "type": "" }, { "class": "const", "name": "BPF_STX", "type": "" }, { "class": "const", "name": "BPF_SUB", "type": "" }, { "class": "const", "name": "BPF_TAX", "type": "" }, { "class": "const", "name": "BPF_TXA", "type": "" }, { "class": "const", "name": "BPF_W", "type": "" }, { "class": "const", "name": "BPF_X", "type": "" }, { "class": "const", "name": "BRKINT", "type": "" }, { "class": "const", "name": "CFLUSH", "type": "" }, { "class": "const", "name": "CLOCAL", "type": "" }, { "class": "const", "name": "CREAD", "type": "" }, { "class": "const", "name": "CS5", "type": "" }, { "class": "const", "name": "CS6", "type": "" }, { "class": "const", "name": "CS7", "type": "" }, { "class": "const", "name": "CS8", "type": "" }, { "class": "const", "name": "CSIZE", "type": "" }, { "class": "const", "name": "CSTART", "type": "" }, { "class": "const", "name": "CSTATUS", "type": "" }, { "class": "const", "name": "CSTOP", "type": "" }, { "class": "const", "name": "CSTOPB", "type": "" }, { "class": "const", "name": "CSUSP", "type": "" }, { "class": "const", "name": "CTL_MAXNAME", "type": "" }, { "class": "const", "name": "CTL_NET", "type": "" }, { "class": "const", "name": "DLT_APPLE_IP_OVER_IEEE1394", "type": "" }, { "class": "const", "name": "DLT_ARCNET", "type": "" }, { "class": "const", "name": "DLT_ATM_CLIP", "type": "" }, { "class": "const", "name": "DLT_ATM_RFC1483", "type": "" }, { "class": "const", "name": "DLT_AX25", "type": "" }, { "class": "const", "name": "DLT_CHAOS", "type": "" }, { "class": "const", "name": "DLT_CHDLC", "type": "" }, { "class": "const", "name": "DLT_C_HDLC", "type": "" }, { "class": "const", "name": "DLT_EN10MB", "type": "" }, { "class": "const", "name": "DLT_EN3MB", "type": "" }, { "class": "const", "name": "DLT_FDDI", "type": "" }, { "class": "const", "name": "DLT_IEEE802", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO", "type": "" }, { "class": "const", "name": "DLT_IEEE802_11_RADIO_AVS", "type": "" }, { "class": "const", "name": "DLT_LINUX_SLL", "type": "" }, { "class": "const", "name": "DLT_LOOP", "type": "" }, { "class": "const", "name": "DLT_NULL", "type": "" }, { "class": "const", "name": "DLT_PFLOG", "type": "" }, { "class": "const", "name": "DLT_PFSYNC", "type": "" }, { "class": "const", "name": "DLT_PPP", "type": "" }, { "class": "const", "name": "DLT_PPP_BSDOS", "type": "" }, { "class": "const", "name": "DLT_PPP_SERIAL", "type": "" }, { "class": "const", "name": "DLT_PRONET", "type": "" }, { "class": "const", "name": "DLT_RAW", "type": "" }, { "class": "const", "name": "DLT_SLIP", "type": "" }, { "class": "const", "name": "DLT_SLIP_BSDOS", "type": "" }, { "class": "const", "name": "DT_BLK", "type": "" }, { "class": "const", "name": "DT_CHR", "type": "" }, { "class": "const", "name": "DT_DIR", "type": "" }, { "class": "const", "name": "DT_FIFO", "type": "" }, { "class": "const", "name": "DT_LNK", "type": "" }, { "class": "const", "name": "DT_REG", "type": "" }, { "class": "const", "name": "DT_SOCK", "type": "" }, { "class": "const", "name": "DT_UNKNOWN", "type": "" }, { "class": "const", "name": "DT_WHT", "type": "" }, { "class": "const", "name": "E2BIG", "type": "" }, { "class": "const", "name": "EACCES", "type": "" }, { "class": "const", "name": "EADDRINUSE", "type": "" }, { "class": "const", "name": "EADDRNOTAVAIL", "type": "" }, { "class": "const", "name": "EAFNOSUPPORT", "type": "" }, { "class": "const", "name": "EAGAIN", "type": "" }, { "class": "const", "name": "EALREADY", "type": "" }, { "class": "const", "name": "EAUTH", "type": "" }, { "class": "const", "name": "EBADARCH", "type": "" }, { "class": "const", "name": "EBADEXEC", "type": "" }, { "class": "const", "name": "EBADF", "type": "" }, { "class": "const", "name": "EBADMACHO", "type": "" }, { "class": "const", "name": "EBADMSG", "type": "" }, { "class": "const", "name": "EBADRPC", "type": "" }, { "class": "const", "name": "EBUSY", "type": "" }, { "class": "const", "name": "ECANCELED", "type": "" }, { "class": "const", "name": "ECHILD", "type": "" }, { "class": "const", "name": "ECHO", "type": "" }, { "class": "const", "name": "ECHOCTL", "type": "" }, { "class": "const", "name": "ECHOE", "type": "" }, { "class": "const", "name": "ECHOK", "type": "" }, { "class": "const", "name": "ECHOKE", "type": "" }, { "class": "const", "name": "ECHONL", "type": "" }, { "class": "const", "name": "ECHOPRT", "type": "" }, { "class": "const", "name": "ECONNABORTED", "type": "" }, { "class": "const", "name": "ECONNREFUSED", "type": "" }, { "class": "const", "name": "ECONNRESET", "type": "" }, { "class": "const", "name": "EDEADLK", "type": "" }, { "class": "const", "name": "EDESTADDRREQ", "type": "" }, { "class": "const", "name": "EDEVERR", "type": "" }, { "class": "const", "name": "EDOM", "type": "" }, { "class": "const", "name": "EDQUOT", "type": "" }, { "class": "const", "name": "EEXIST", "type": "" }, { "class": "const", "name": "EFAULT", "type": "" }, { "class": "const", "name": "EFBIG", "type": "" }, { "class": "const", "name": "EFTYPE", "type": "" }, { "class": "const", "name": "EHOSTDOWN", "type": "" }, { "class": "const", "name": "EHOSTUNREACH", "type": "" }, { "class": "const", "name": "EIDRM", "type": "" }, { "class": "const", "name": "EILSEQ", "type": "" }, { "class": "const", "name": "EINPROGRESS", "type": "" }, { "class": "const", "name": "EINTR", "type": "" }, { "class": "const", "name": "EINVAL", "type": "" }, { "class": "const", "name": "EIO", "type": "" }, { "class": "const", "name": "EISCONN", "type": "" }, { "class": "const", "name": "EISDIR", "type": "" }, { "class": "const", "name": "ELAST", "type": "" }, { "class": "const", "name": "ELOOP", "type": "" }, { "class": "const", "name": "EMFILE", "type": "" }, { "class": "const", "name": "EMLINK", "type": "" }, { "class": "const", "name": "EMSGSIZE", "type": "" }, { "class": "const", "name": "EMULTIHOP", "type": "" }, { "class": "const", "name": "ENAMETOOLONG", "type": "" }, { "class": "const", "name": "ENEEDAUTH", "type": "" }, { "class": "const", "name": "ENETDOWN", "type": "" }, { "class": "const", "name": "ENETRESET", "type": "" }, { "class": "const", "name": "ENETUNREACH", "type": "" }, { "class": "const", "name": "ENFILE", "type": "" }, { "class": "const", "name": "ENOATTR", "type": "" }, { "class": "const", "name": "ENOBUFS", "type": "" }, { "class": "const", "name": "ENODATA", "type": "" }, { "class": "const", "name": "ENODEV", "type": "" }, { "class": "const", "name": "ENOENT", "type": "" }, { "class": "const", "name": "ENOEXEC", "type": "" }, { "class": "const", "name": "ENOLCK", "type": "" }, { "class": "const", "name": "ENOLINK", "type": "" }, { "class": "const", "name": "ENOMEM", "type": "" }, { "class": "const", "name": "ENOMSG", "type": "" }, { "class": "const", "name": "ENOPOLICY", "type": "" }, { "class": "const", "name": "ENOPROTOOPT", "type": "" }, { "class": "const", "name": "ENOSPC", "type": "" }, { "class": "const", "name": "ENOSR", "type": "" }, { "class": "const", "name": "ENOSTR", "type": "" }, { "class": "const", "name": "ENOSYS", "type": "" }, { "class": "const", "name": "ENOTBLK", "type": "" }, { "class": "const", "name": "ENOTCONN", "type": "" }, { "class": "const", "name": "ENOTDIR", "type": "" }, { "class": "const", "name": "ENOTEMPTY", "type": "" }, { "class": "const", "name": "ENOTRECOVERABLE", "type": "" }, { "class": "const", "name": "ENOTSOCK", "type": "" }, { "class": "const", "name": "ENOTSUP", "type": "" }, { "class": "const", "name": "ENOTTY", "type": "" }, { "class": "const", "name": "ENXIO", "type": "" }, { "class": "const", "name": "EOPNOTSUPP", "type": "" }, { "class": "const", "name": "EOVERFLOW", "type": "" }, { "class": "const", "name": "EOWNERDEAD", "type": "" }, { "class": "const", "name": "EPERM", "type": "" }, { "class": "const", "name": "EPFNOSUPPORT", "type": "" }, { "class": "const", "name": "EPIPE", "type": "" }, { "class": "const", "name": "EPROCLIM", "type": "" }, { "class": "const", "name": "EPROCUNAVAIL", "type": "" }, { "class": "const", "name": "EPROGMISMATCH", "type": "" }, { "class": "const", "name": "EPROGUNAVAIL", "type": "" }, { "class": "const", "name": "EPROTO", "type": "" }, { "class": "const", "name": "EPROTONOSUPPORT", "type": "" }, { "class": "const", "name": "EPROTOTYPE", "type": "" }, { "class": "const", "name": "EPWROFF", "type": "" }, { "class": "const", "name": "ERANGE", "type": "" }, { "class": "const", "name": "EREMOTE", "type": "" }, { "class": "const", "name": "EROFS", "type": "" }, { "class": "const", "name": "ERPCMISMATCH", "type": "" }, { "class": "const", "name": "ESHLIBVERS", "type": "" }, { "class": "const", "name": "ESHUTDOWN", "type": "" }, { "class": "const", "name": "ESOCKTNOSUPPORT", "type": "" }, { "class": "const", "name": "ESPIPE", "type": "" }, { "class": "const", "name": "ESRCH", "type": "" }, { "class": "const", "name": "ESTALE", "type": "" }, { "class": "const", "name": "ETIME", "type": "" }, { "class": "const", "name": "ETIMEDOUT", "type": "" }, { "class": "const", "name": "ETOOMANYREFS", "type": "" }, { "class": "const", "name": "ETXTBSY", "type": "" }, { "class": "const", "name": "EUSERS", "type": "" }, { "class": "const", "name": "EVFILT_AIO", "type": "" }, { "class": "const", "name": "EVFILT_FS", "type": "" }, { "class": "const", "name": "EVFILT_MACHPORT", "type": "" }, { "class": "const", "name": "EVFILT_PROC", "type": "" }, { "class": "const", "name": "EVFILT_READ", "type": "" }, { "class": "const", "name": "EVFILT_SIGNAL", "type": "" }, { "class": "const", "name": "EVFILT_SYSCOUNT", "type": "" }, { "class": "const", "name": "EVFILT_THREADMARKER", "type": "" }, { "class": "const", "name": "EVFILT_TIMER", "type": "" }, { "class": "const", "name": "EVFILT_USER", "type": "" }, { "class": "const", "name": "EVFILT_VM", "type": "" }, { "class": "const", "name": "EVFILT_VNODE", "type": "" }, { "class": "const", "name": "EVFILT_WRITE", "type": "" }, { "class": "const", "name": "EV_ADD", "type": "" }, { "class": "const", "name": "EV_CLEAR", "type": "" }, { "class": "const", "name": "EV_DELETE", "type": "" }, { "class": "const", "name": "EV_DISABLE", "type": "" }, { "class": "const", "name": "EV_DISPATCH", "type": "" }, { "class": "const", "name": "EV_ENABLE", "type": "" }, { "class": "const", "name": "EV_EOF", "type": "" }, { "class": "const", "name": "EV_ERROR", "type": "" }, { "class": "const", "name": "EV_FLAG0", "type": "" }, { "class": "const", "name": "EV_FLAG1", "type": "" }, { "class": "const", "name": "EV_ONESHOT", "type": "" }, { "class": "const", "name": "EV_OOBAND", "type": "" }, { "class": "const", "name": "EV_POLL", "type": "" }, { "class": "const", "name": "EV_RECEIPT", "type": "" }, { "class": "const", "name": "EV_SYSFLAGS", "type": "" }, { "class": "const", "name": "EWOULDBLOCK", "type": "" }, { "class": "const", "name": "EXDEV", "type": "" }, { "class": "const", "name": "EXTA", "type": "" }, { "class": "const", "name": "EXTB", "type": "" }, { "class": "const", "name": "EXTPROC", "type": "" }, { "class": "const", "name": "FD_CLOEXEC", "type": "" }, { "class": "const", "name": "FD_SETSIZE", "type": "" }, { "class": "const", "name": "FLUSHO", "type": "" }, { "class": "const", "name": "F_ADDFILESIGS", "type": "" }, { "class": "const", "name": "F_ADDSIGS", "type": "" }, { "class": "const", "name": "F_ALLOCATEALL", "type": "" }, { "class": "const", "name": "F_ALLOCATECONTIG", "type": "" }, { "class": "const", "name": "F_CHKCLEAN", "type": "" }, { "class": "const", "name": "F_DUPFD", "type": "" }, { "class": "const", "name": "F_DUPFD_CLOEXEC", "type": "" }, { "class": "const", "name": "F_FLUSH_DATA", "type": "" }, { "class": "const", "name": "F_FREEZE_FS", "type": "" }, { "class": "const", "name": "F_FULLFSYNC", "type": "" }, { "class": "const", "name": "F_GETFD", "type": "" }, { "class": "const", "name": "F_GETFL", "type": "" }, { "class": "const", "name": "F_GETLK", "type": "" }, { "class": "const", "name": "F_GETLKPID", "type": "" }, { "class": "const", "name": "F_GETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_GETOWN", "type": "" }, { "class": "const", "name": "F_GETPATH", "type": "" }, { "class": "const", "name": "F_GETPATH_MTMINFO", "type": "" }, { "class": "const", "name": "F_GETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_GLOBAL_NOCACHE", "type": "" }, { "class": "const", "name": "F_LOG2PHYS", "type": "" }, { "class": "const", "name": "F_LOG2PHYS_EXT", "type": "" }, { "class": "const", "name": "F_MARKDEPENDENCY", "type": "" }, { "class": "const", "name": "F_NOCACHE", "type": "" }, { "class": "const", "name": "F_NODIRECT", "type": "" }, { "class": "const", "name": "F_OK", "type": "" }, { "class": "const", "name": "F_PATHPKG_CHECK", "type": "" }, { "class": "const", "name": "F_PEOFPOSMODE", "type": "" }, { "class": "const", "name": "F_PREALLOCATE", "type": "" }, { "class": "const", "name": "F_RDADVISE", "type": "" }, { "class": "const", "name": "F_RDAHEAD", "type": "" }, { "class": "const", "name": "F_RDLCK", "type": "" }, { "class": "const", "name": "F_READBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_SETBACKINGSTORE", "type": "" }, { "class": "const", "name": "F_SETFD", "type": "" }, { "class": "const", "name": "F_SETFL", "type": "" }, { "class": "const", "name": "F_SETLK", "type": "" }, { "class": "const", "name": "F_SETLKW", "type": "" }, { "class": "const", "name": "F_SETNOSIGPIPE", "type": "" }, { "class": "const", "name": "F_SETOWN", "type": "" }, { "class": "const", "name": "F_SETPROTECTIONCLASS", "type": "" }, { "class": "const", "name": "F_SETSIZE", "type": "" }, { "class": "const", "name": "F_THAW_FS", "type": "" }, { "class": "const", "name": "F_UNLCK", "type": "" }, { "class": "const", "name": "F_VOLPOSMODE", "type": "" }, { "class": "const", "name": "F_WRITEBOOTSTRAP", "type": "" }, { "class": "const", "name": "F_WRLCK", "type": "" }, { "class": "const", "name": "HUPCL", "type": "" }, { "class": "const", "name": "ICANON", "type": "" }, { "class": "const", "name": "ICMP6_FILTER", "type": "" }, { "class": "const", "name": "ICRNL", "type": "" }, { "class": "const", "name": "IEXTEN", "type": "" }, { "class": "const", "name": "IFF_ALLMULTI", "type": "" }, { "class": "const", "name": "IFF_ALTPHYS", "type": "" }, { "class": "const", "name": "IFF_BROADCAST", "type": "" }, { "class": "const", "name": "IFF_DEBUG", "type": "" }, { "class": "const", "name": "IFF_LINK0", "type": "" }, { "class": "const", "name": "IFF_LINK1", "type": "" }, { "class": "const", "name": "IFF_LINK2", "type": "" }, { "class": "const", "name": "IFF_LOOPBACK", "type": "" }, { "class": "const", "name": "IFF_MULTICAST", "type": "" }, { "class": "const", "name": "IFF_NOARP", "type": "" }, { "class": "const", "name": "IFF_NOTRAILERS", "type": "" }, { "class": "const", "name": "IFF_OACTIVE", "type": "" }, { "class": "const", "name": "IFF_POINTOPOINT", "type": "" }, { "class": "const", "name": "IFF_PROMISC", "type": "" }, { "class": "const", "name": "IFF_RUNNING", "type": "" }, { "class": "const", "name": "IFF_SIMPLEX", "type": "" }, { "class": "const", "name": "IFF_UP", "type": "" }, { "class": "const", "name": "IFNAMSIZ", "type": "" }, { "class": "const", "name": "IFT_1822", "type": "" }, { "class": "const", "name": "IFT_AAL5", "type": "" }, { "class": "const", "name": "IFT_ARCNET", "type": "" }, { "class": "const", "name": "IFT_ARCNETPLUS", "type": "" }, { "class": "const", "name": "IFT_ATM", "type": "" }, { "class": "const", "name": "IFT_BRIDGE", "type": "" }, { "class": "const", "name": "IFT_CARP", "type": "" }, { "class": "const", "name": "IFT_CELLULAR", "type": "" }, { "class": "const", "name": "IFT_CEPT", "type": "" }, { "class": "const", "name": "IFT_DS3", "type": "" }, { "class": "const", "name": "IFT_ENC", "type": "" }, { "class": "const", "name": "IFT_EON", "type": "" }, { "class": "const", "name": "IFT_ETHER", "type": "" }, { "class": "const", "name": "IFT_FAITH", "type": "" }, { "class": "const", "name": "IFT_FDDI", "type": "" }, { "class": "const", "name": "IFT_FRELAY", "type": "" }, { "class": "const", "name": "IFT_FRELAYDCE", "type": "" }, { "class": "const", "name": "IFT_GIF", "type": "" }, { "class": "const", "name": "IFT_HDH1822", "type": "" }, { "class": "const", "name": "IFT_HIPPI", "type": "" }, { "class": "const", "name": "IFT_HSSI", "type": "" }, { "class": "const", "name": "IFT_HY", "type": "" }, { "class": "const", "name": "IFT_IEEE1394", "type": "" }, { "class": "const", "name": "IFT_IEEE8023ADLAG", "type": "" }, { "class": "const", "name": "IFT_ISDNBASIC", "type": "" }, { "class": "const", "name": "IFT_ISDNPRIMARY", "type": "" }, { "class": "const", "name": "IFT_ISO88022LLC", "type": "" }, { "class": "const", "name": "IFT_ISO88023", "type": "" }, { "class": "const", "name": "IFT_ISO88024", "type": "" }, { "class": "const", "name": "IFT_ISO88025", "type": "" }, { "class": "const", "name": "IFT_ISO88026", "type": "" }, { "class": "const", "name": "IFT_L2VLAN", "type": "" }, { "class": "const", "name": "IFT_LAPB", "type": "" }, { "class": "const", "name": "IFT_LOCALTALK", "type": "" }, { "class": "const", "name": "IFT_LOOP", "type": "" }, { "class": "const", "name": "IFT_MIOX25", "type": "" }, { "class": "const", "name": "IFT_MODEM", "type": "" }, { "class": "const", "name": "IFT_NSIP", "type": "" }, { "class": "const", "name": "IFT_OTHER", "type": "" }, { "class": "const", "name": "IFT_P10", "type": "" }, { "class": "const", "name": "IFT_P80", "type": "" }, { "class": "const", "name": "IFT_PARA", "type": "" }, { "class": "const", "name": "IFT_PDP", "type": "" }, { "class": "const", "name": "IFT_PFLOG", "type": "" }, { "class": "const", "name": "IFT_PFSYNC", "type": "" }, { "class": "const", "name": "IFT_PPP", "type": "" }, { "class": "const", "name": "IFT_PROPMUX", "type": "" }, { "class": "const", "name": "IFT_PROPVIRTUAL", "type": "" }, { "class": "const", "name": "IFT_PTPSERIAL", "type": "" }, { "class": "const", "name": "IFT_RS232", "type": "" }, { "class": "const", "name": "IFT_SDLC", "type": "" }, { "class": "const", "name": "IFT_SIP", "type": "" }, { "class": "const", "name": "IFT_SLIP", "type": "" }, { "class": "const", "name": "IFT_SMDSDXI", "type": "" }, { "class": "const", "name": "IFT_SMDSICIP", "type": "" }, { "class": "const", "name": "IFT_SONET", "type": "" }, { "class": "const", "name": "IFT_SONETPATH", "type": "" }, { "class": "const", "name": "IFT_SONETVT", "type": "" }, { "class": "const", "name": "IFT_STARLAN", "type": "" }, { "class": "const", "name": "IFT_STF", "type": "" }, { "class": "const", "name": "IFT_T1", "type": "" }, { "class": "const", "name": "IFT_ULTRA", "type": "" }, { "class": "const", "name": "IFT_V35", "type": "" }, { "class": "const", "name": "IFT_X25", "type": "" }, { "class": "const", "name": "IFT_X25DDN", "type": "" }, { "class": "const", "name": "IFT_X25PLE", "type": "" }, { "class": "const", "name": "IFT_XETHER", "type": "" }, { "class": "const", "name": "IGNBRK", "type": "" }, { "class": "const", "name": "IGNCR", "type": "" }, { "class": "const", "name": "IGNPAR", "type": "" }, { "class": "const", "name": "IMAXBEL", "type": "" }, { "class": "const", "name": "INLCR", "type": "" }, { "class": "const", "name": "INPCK", "type": "" }, { "class": "const", "name": "IN_CLASSA_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSA_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSA_NET", "type": "" }, { "class": "const", "name": "IN_CLASSA_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSB_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSB_MAX", "type": "" }, { "class": "const", "name": "IN_CLASSB_NET", "type": "" }, { "class": "const", "name": "IN_CLASSB_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSC_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSC_NET", "type": "" }, { "class": "const", "name": "IN_CLASSC_NSHIFT", "type": "" }, { "class": "const", "name": "IN_CLASSD_HOST", "type": "" }, { "class": "const", "name": "IN_CLASSD_NET", "type": "" }, { "class": "const", "name": "IN_CLASSD_NSHIFT", "type": "" }, { "class": "const", "name": "IN_LINKLOCALNETNUM", "type": "" }, { "class": "const", "name": "IN_LOOPBACKNET", "type": "" }, { "class": "const", "name": "IPPROTO_3PC", "type": "" }, { "class": "const", "name": "IPPROTO_ADFS", "type": "" }, { "class": "const", "name": "IPPROTO_AH", "type": "" }, { "class": "const", "name": "IPPROTO_AHIP", "type": "" }, { "class": "const", "name": "IPPROTO_APES", "type": "" }, { "class": "const", "name": "IPPROTO_ARGUS", "type": "" }, { "class": "const", "name": "IPPROTO_AX25", "type": "" }, { "class": "const", "name": "IPPROTO_BHA", "type": "" }, { "class": "const", "name": "IPPROTO_BLT", "type": "" }, { "class": "const", "name": "IPPROTO_BRSATMON", "type": "" }, { "class": "const", "name": "IPPROTO_CFTP", "type": "" }, { "class": "const", "name": "IPPROTO_CHAOS", "type": "" }, { "class": "const", "name": "IPPROTO_CMTP", "type": "" }, { "class": "const", "name": "IPPROTO_CPHB", "type": "" }, { "class": "const", "name": "IPPROTO_CPNX", "type": "" }, { "class": "const", "name": "IPPROTO_DDP", "type": "" }, { "class": "const", "name": "IPPROTO_DGP", "type": "" }, { "class": "const", "name": "IPPROTO_DIVERT", "type": "" }, { "class": "const", "name": "IPPROTO_DONE", "type": "" }, { "class": "const", "name": "IPPROTO_DSTOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_EGP", "type": "" }, { "class": "const", "name": "IPPROTO_EMCON", "type": "" }, { "class": "const", "name": "IPPROTO_ENCAP", "type": "" }, { "class": "const", "name": "IPPROTO_EON", "type": "" }, { "class": "const", "name": "IPPROTO_ESP", "type": "" }, { "class": "const", "name": "IPPROTO_ETHERIP", "type": "" }, { "class": "const", "name": "IPPROTO_FRAGMENT", "type": "" }, { "class": "const", "name": "IPPROTO_GGP", "type": "" }, { "class": "const", "name": "IPPROTO_GMTP", "type": "" }, { "class": "const", "name": "IPPROTO_GRE", "type": "" }, { "class": "const", "name": "IPPROTO_HELLO", "type": "" }, { "class": "const", "name": "IPPROTO_HMP", "type": "" }, { "class": "const", "name": "IPPROTO_HOPOPTS", "type": "" }, { "class": "const", "name": "IPPROTO_ICMP", "type": "" }, { "class": "const", "name": "IPPROTO_ICMPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IDP", "type": "" }, { "class": "const", "name": "IPPROTO_IDPR", "type": "" }, { "class": "const", "name": "IPPROTO_IDRP", "type": "" }, { "class": "const", "name": "IPPROTO_IGMP", "type": "" }, { "class": "const", "name": "IPPROTO_IGP", "type": "" }, { "class": "const", "name": "IPPROTO_IGRP", "type": "" }, { "class": "const", "name": "IPPROTO_IL", "type": "" }, { "class": "const", "name": "IPPROTO_INLSP", "type": "" }, { "class": "const", "name": "IPPROTO_INP", "type": "" }, { "class": "const", "name": "IPPROTO_IP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCOMP", "type": "" }, { "class": "const", "name": "IPPROTO_IPCV", "type": "" }, { "class": "const", "name": "IPPROTO_IPEIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPIP", "type": "" }, { "class": "const", "name": "IPPROTO_IPPC", "type": "" }, { "class": "const", "name": "IPPROTO_IPV4", "type": "" }, { "class": "const", "name": "IPPROTO_IPV6", "type": "" }, { "class": "const", "name": "IPPROTO_IRTP", "type": "" }, { "class": "const", "name": "IPPROTO_KRYPTOLAN", "type": "" }, { "class": "const", "name": "IPPROTO_LARP", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF1", "type": "" }, { "class": "const", "name": "IPPROTO_LEAF2", "type": "" }, { "class": "const", "name": "IPPROTO_MAX", "type": "" }, { "class": "const", "name": "IPPROTO_MAXID", "type": "" }, { "class": "const", "name": "IPPROTO_MEAS", "type": "" }, { "class": "const", "name": "IPPROTO_MHRP", "type": "" }, { "class": "const", "name": "IPPROTO_MICP", "type": "" }, { "class": "const", "name": "IPPROTO_MTP", "type": "" }, { "class": "const", "name": "IPPROTO_MUX", "type": "" }, { "class": "const", "name": "IPPROTO_ND", "type": "" }, { "class": "const", "name": "IPPROTO_NHRP", "type": "" }, { "class": "const", "name": "IPPROTO_NONE", "type": "" }, { "class": "const", "name": "IPPROTO_NSP", "type": "" }, { "class": "const", "name": "IPPROTO_NVPII", "type": "" }, { "class": "const", "name": "IPPROTO_OSPFIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PGM", "type": "" }, { "class": "const", "name": "IPPROTO_PIGP", "type": "" }, { "class": "const", "name": "IPPROTO_PIM", "type": "" }, { "class": "const", "name": "IPPROTO_PRM", "type": "" }, { "class": "const", "name": "IPPROTO_PUP", "type": "" }, { "class": "const", "name": "IPPROTO_PVP", "type": "" }, { "class": "const", "name": "IPPROTO_RAW", "type": "" }, { "class": "const", "name": "IPPROTO_RCCMON", "type": "" }, { "class": "const", "name": "IPPROTO_RDP", "type": "" }, { "class": "const", "name": "IPPROTO_ROUTING", "type": "" }, { "class": "const", "name": "IPPROTO_RSVP", "type": "" }, { "class": "const", "name": "IPPROTO_RVD", "type": "" }, { "class": "const", "name": "IPPROTO_SATEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_SATMON", "type": "" }, { "class": "const", "name": "IPPROTO_SCCSP", "type": "" }, { "class": "const", "name": "IPPROTO_SCTP", "type": "" }, { "class": "const", "name": "IPPROTO_SDRP", "type": "" }, { "class": "const", "name": "IPPROTO_SEP", "type": "" }, { "class": "const", "name": "IPPROTO_SRPC", "type": "" }, { "class": "const", "name": "IPPROTO_ST", "type": "" }, { "class": "const", "name": "IPPROTO_SVMTP", "type": "" }, { "class": "const", "name": "IPPROTO_SWIPE", "type": "" }, { "class": "const", "name": "IPPROTO_TCF", "type": "" }, { "class": "const", "name": "IPPROTO_TCP", "type": "" }, { "class": "const", "name": "IPPROTO_TP", "type": "" }, { "class": "const", "name": "IPPROTO_TPXX", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK1", "type": "" }, { "class": "const", "name": "IPPROTO_TRUNK2", "type": "" }, { "class": "const", "name": "IPPROTO_TTP", "type": "" }, { "class": "const", "name": "IPPROTO_UDP", "type": "" }, { "class": "const", "name": "IPPROTO_VINES", "type": "" }, { "class": "const", "name": "IPPROTO_VISA", "type": "" }, { "class": "const", "name": "IPPROTO_VMTP", "type": "" }, { "class": "const", "name": "IPPROTO_WBEXPAK", "type": "" }, { "class": "const", "name": "IPPROTO_WBMON", "type": "" }, { "class": "const", "name": "IPPROTO_WSN", "type": "" }, { "class": "const", "name": "IPPROTO_XNET", "type": "" }, { "class": "const", "name": "IPPROTO_XTP", "type": "" }, { "class": "const", "name": "IPV6_2292DSTOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292HOPLIMIT", "type": "" }, { "class": "const", "name": "IPV6_2292HOPOPTS", "type": "" }, { "class": "const", "name": "IPV6_2292NEXTHOP", "type": "" }, { "class": "const", "name": "IPV6_2292PKTINFO", "type": "" }, { "class": "const", "name": "IPV6_2292PKTOPTIONS", "type": "" }, { "class": "const", "name": "IPV6_2292RTHDR", "type": "" }, { "class": "const", "name": "IPV6_BINDV6ONLY", "type": "" }, { "class": "const", "name": "IPV6_BOUND_IF", "type": "" }, { "class": "const", "name": "IPV6_CHECKSUM", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_DEFHLIM", "type": "" }, { "class": "const", "name": "IPV6_FAITH", "type": "" }, { "class": "const", "name": "IPV6_FLOWINFO_MASK", "type": "" }, { "class": "const", "name": "IPV6_FLOWLABEL_MASK", "type": "" }, { "class": "const", "name": "IPV6_FRAGTTL", "type": "" }, { "class": "const", "name": "IPV6_FW_ADD", "type": "" }, { "class": "const", "name": "IPV6_FW_DEL", "type": "" }, { "class": "const", "name": "IPV6_FW_FLUSH", "type": "" }, { "class": "const", "name": "IPV6_FW_GET", "type": "" }, { "class": "const", "name": "IPV6_FW_ZERO", "type": "" }, { "class": "const", "name": "IPV6_HLIMDEC", "type": "" }, { "class": "const", "name": "IPV6_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IPV6_JOIN_GROUP", "type": "" }, { "class": "const", "name": "IPV6_LEAVE_GROUP", "type": "" }, { "class": "const", "name": "IPV6_MAXHLIM", "type": "" }, { "class": "const", "name": "IPV6_MAXOPTHDR", "type": "" }, { "class": "const", "name": "IPV6_MAXPACKET", "type": "" }, { "class": "const", "name": "IPV6_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IPV6_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IPV6_MMTU", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IPV6_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IPV6_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IPV6_RECVTCLASS", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_LOOSE", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_STRICT", "type": "" }, { "class": "const", "name": "IPV6_RTHDR_TYPE_0", "type": "" }, { "class": "const", "name": "IPV6_SOCKOPT_RESERVED1", "type": "" }, { "class": "const", "name": "IPV6_TCLASS", "type": "" }, { "class": "const", "name": "IPV6_UNICAST_HOPS", "type": "" }, { "class": "const", "name": "IPV6_V6ONLY", "type": "" }, { "class": "const", "name": "IPV6_VERSION", "type": "" }, { "class": "const", "name": "IPV6_VERSION_MASK", "type": "" }, { "class": "const", "name": "IP_ADD_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_ADD_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_BLOCK_SOURCE", "type": "" }, { "class": "const", "name": "IP_BOUND_IF", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_DEFAULT_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_DF", "type": "" }, { "class": "const", "name": "IP_DROP_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DROP_SOURCE_MEMBERSHIP", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_CONFIGURE", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_DEL", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_FLUSH", "type": "" }, { "class": "const", "name": "IP_DUMMYNET_GET", "type": "" }, { "class": "const", "name": "IP_FAITH", "type": "" }, { "class": "const", "name": "IP_FW_ADD", "type": "" }, { "class": "const", "name": "IP_FW_DEL", "type": "" }, { "class": "const", "name": "IP_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_FW_GET", "type": "" }, { "class": "const", "name": "IP_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_HDRINCL", "type": "" }, { "class": "const", "name": "IP_IPSEC_POLICY", "type": "" }, { "class": "const", "name": "IP_MAXPACKET", "type": "" }, { "class": "const", "name": "IP_MAX_GROUP_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_MUTE_FILTER", "type": "" }, { "class": "const", "name": "IP_MAX_SOCK_SRC_FILTER", "type": "" }, { "class": "const", "name": "IP_MF", "type": "" }, { "class": "const", "name": "IP_MIN_MEMBERSHIPS", "type": "" }, { "class": "const", "name": "IP_MSFILTER", "type": "" }, { "class": "const", "name": "IP_MSS", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IF", "type": "" }, { "class": "const", "name": "IP_MULTICAST_IFINDEX", "type": "" }, { "class": "const", "name": "IP_MULTICAST_LOOP", "type": "" }, { "class": "const", "name": "IP_MULTICAST_TTL", "type": "" }, { "class": "const", "name": "IP_MULTICAST_VIF", "type": "" }, { "class": "const", "name": "IP_NAT__XXX", "type": "" }, { "class": "const", "name": "IP_OFFMASK", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ADD", "type": "" }, { "class": "const", "name": "IP_OLD_FW_DEL", "type": "" }, { "class": "const", "name": "IP_OLD_FW_FLUSH", "type": "" }, { "class": "const", "name": "IP_OLD_FW_GET", "type": "" }, { "class": "const", "name": "IP_OLD_FW_RESETLOG", "type": "" }, { "class": "const", "name": "IP_OLD_FW_ZERO", "type": "" }, { "class": "const", "name": "IP_OPTIONS", "type": "" }, { "class": "const", "name": "IP_PKTINFO", "type": "" }, { "class": "const", "name": "IP_PORTRANGE", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_DEFAULT", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_HIGH", "type": "" }, { "class": "const", "name": "IP_PORTRANGE_LOW", "type": "" }, { "class": "const", "name": "IP_RECVDSTADDR", "type": "" }, { "class": "const", "name": "IP_RECVIF", "type": "" }, { "class": "const", "name": "IP_RECVOPTS", "type": "" }, { "class": "const", "name": "IP_RECVPKTINFO", "type": "" }, { "class": "const", "name": "IP_RECVRETOPTS", "type": "" }, { "class": "const", "name": "IP_RECVTTL", "type": "" }, { "class": "const", "name": "IP_RETOPTS", "type": "" }, { "class": "const", "name": "IP_RF", "type": "" }, { "class": "const", "name": "IP_RSVP_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_ON", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_OFF", "type": "" }, { "class": "const", "name": "IP_RSVP_VIF_ON", "type": "" }, { "class": "const", "name": "IP_STRIPHDR", "type": "" }, { "class": "const", "name": "IP_TOS", "type": "" }, { "class": "const", "name": "IP_TRAFFIC_MGT_BACKGROUND", "type": "" }, { "class": "const", "name": "IP_TTL", "type": "" }, { "class": "const", "name": "IP_UNBLOCK_SOURCE", "type": "" }, { "class": "const", "name": "ISIG", "type": "" }, { "class": "const", "name": "ISTRIP", "type": "" }, { "class": "const", "name": "IUTF8", "type": "" }, { "class": "const", "name": "IXANY", "type": "" }, { "class": "const", "name": "IXOFF", "type": "" }, { "class": "const", "name": "IXON", "type": "" }, { "class": "const", "name": "ImplementsGetwd", "type": "" }, { "class": "const", "name": "LOCK_EX", "type": "" }, { "class": "const", "name": "LOCK_NB", "type": "" }, { "class": "const", "name": "LOCK_SH", "type": "" }, { "class": "const", "name": "LOCK_UN", "type": "" }, { "class": "const", "name": "MADV_CAN_REUSE", "type": "" }, { "class": "const", "name": "MADV_DONTNEED", "type": "" }, { "class": "const", "name": "MADV_FREE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSABLE", "type": "" }, { "class": "const", "name": "MADV_FREE_REUSE", "type": "" }, { "class": "const", "name": "MADV_NORMAL", "type": "" }, { "class": "const", "name": "MADV_RANDOM", "type": "" }, { "class": "const", "name": "MADV_SEQUENTIAL", "type": "" }, { "class": "const", "name": "MADV_WILLNEED", "type": "" }, { "class": "const", "name": "MADV_ZERO_WIRED_PAGES", "type": "" }, { "class": "const", "name": "MAP_ANON", "type": "" }, { "class": "const", "name": "MAP_COPY", "type": "" }, { "class": "const", "name": "MAP_FILE", "type": "" }, { "class": "const", "name": "MAP_FIXED", "type": "" }, { "class": "const", "name": "MAP_HASSEMAPHORE", "type": "" }, { "class": "const", "name": "MAP_JIT", "type": "" }, { "class": "const", "name": "MAP_NOCACHE", "type": "" }, { "class": "const", "name": "MAP_NOEXTEND", "type": "" }, { "class": "const", "name": "MAP_NORESERVE", "type": "" }, { "class": "const", "name": "MAP_PRIVATE", "type": "" }, { "class": "const", "name": "MAP_RENAME", "type": "" }, { "class": "const", "name": "MAP_RESERVED0080", "type": "" }, { "class": "const", "name": "MAP_SHARED", "type": "" }, { "class": "const", "name": "MCL_CURRENT", "type": "" }, { "class": "const", "name": "MCL_FUTURE", "type": "" }, { "class": "const", "name": "MSG_CTRUNC", "type": "" }, { "class": "const", "name": "MSG_DONTROUTE", "type": "" }, { "class": "const", "name": "MSG_DONTWAIT", "type": "" }, { "class": "const", "name": "MSG_EOF", "type": "" }, { "class": "const", "name": "MSG_EOR", "type": "" }, { "class": "const", "name": "MSG_FLUSH", "type": "" }, { "class": "const", "name": "MSG_HAVEMORE", "type": "" }, { "class": "const", "name": "MSG_HOLD", "type": "" }, { "class": "const", "name": "MSG_NEEDSA", "type": "" }, { "class": "const", "name": "MSG_OOB", "type": "" }, { "class": "const", "name": "MSG_PEEK", "type": "" }, { "class": "const", "name": "MSG_RCVMORE", "type": "" }, { "class": "const", "name": "MSG_SEND", "type": "" }, { "class": "const", "name": "MSG_TRUNC", "type": "" }, { "class": "const", "name": "MSG_WAITALL", "type": "" }, { "class": "const", "name": "MSG_WAITSTREAM", "type": "" }, { "class": "const", "name": "MS_ASYNC", "type": "" }, { "class": "const", "name": "MS_DEACTIVATE", "type": "" }, { "class": "const", "name": "MS_INVALIDATE", "type": "" }, { "class": "const", "name": "MS_KILLPAGES", "type": "" }, { "class": "const", "name": "MS_SYNC", "type": "" }, { "class": "const", "name": "NAME_MAX", "type": "" }, { "class": "const", "name": "NET_RT_DUMP", "type": "" }, { "class": "const", "name": "NET_RT_DUMP2", "type": "" }, { "class": "const", "name": "NET_RT_FLAGS", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST", "type": "" }, { "class": "const", "name": "NET_RT_IFLIST2", "type": "" }, { "class": "const", "name": "NET_RT_MAXID", "type": "" }, { "class": "const", "name": "NET_RT_STAT", "type": "" }, { "class": "const", "name": "NET_RT_TRASH", "type": "" }, { "class": "const", "name": "NOFLSH", "type": "" }, { "class": "const", "name": "NOTE_ABSOLUTE", "type": "" }, { "class": "const", "name": "NOTE_ATTRIB", "type": "" }, { "class": "const", "name": "NOTE_CHILD", "type": "" }, { "class": "const", "name": "NOTE_DELETE", "type": "" }, { "class": "const", "name": "NOTE_EXEC", "type": "" }, { "class": "const", "name": "NOTE_EXIT", "type": "" }, { "class": "const", "name": "NOTE_EXITSTATUS", "type": "" }, { "class": "const", "name": "NOTE_EXTEND", "type": "" }, { "class": "const", "name": "NOTE_FFAND", "type": "" }, { "class": "const", "name": "NOTE_FFCOPY", "type": "" }, { "class": "const", "name": "NOTE_FFCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_FFLAGSMASK", "type": "" }, { "class": "const", "name": "NOTE_FFNOP", "type": "" }, { "class": "const", "name": "NOTE_FFOR", "type": "" }, { "class": "const", "name": "NOTE_FORK", "type": "" }, { "class": "const", "name": "NOTE_LINK", "type": "" }, { "class": "const", "name": "NOTE_LOWAT", "type": "" }, { "class": "const", "name": "NOTE_NONE", "type": "" }, { "class": "const", "name": "NOTE_NSECONDS", "type": "" }, { "class": "const", "name": "NOTE_PCTRLMASK", "type": "" }, { "class": "const", "name": "NOTE_PDATAMASK", "type": "" }, { "class": "const", "name": "NOTE_REAP", "type": "" }, { "class": "const", "name": "NOTE_RENAME", "type": "" }, { "class": "const", "name": "NOTE_RESOURCEEND", "type": "" }, { "class": "const", "name": "NOTE_REVOKE", "type": "" }, { "class": "const", "name": "NOTE_SECONDS", "type": "" }, { "class": "const", "name": "NOTE_SIGNAL", "type": "" }, { "class": "const", "name": "NOTE_TRACK", "type": "" }, { "class": "const", "name": "NOTE_TRACKERR", "type": "" }, { "class": "const", "name": "NOTE_TRIGGER", "type": "" }, { "class": "const", "name": "NOTE_USECONDS", "type": "" }, { "class": "const", "name": "NOTE_VM_ERROR", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_SUDDEN_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_VM_PRESSURE_TERMINATE", "type": "" }, { "class": "const", "name": "NOTE_WRITE", "type": "" }, { "class": "const", "name": "OCRNL", "type": "" }, { "class": "const", "name": "OFDEL", "type": "" }, { "class": "const", "name": "OFILL", "type": "" }, { "class": "const", "name": "ONLCR", "type": "" }, { "class": "const", "name": "ONLRET", "type": "" }, { "class": "const", "name": "ONOCR", "type": "" }, { "class": "const", "name": "ONOEOT", "type": "" }, { "class": "const", "name": "OPOST", "type": "" }, { "class": "const", "name": "O_ACCMODE", "type": "" }, { "class": "const", "name": "O_ALERT", "type": "" }, { "class": "const", "name": "O_APPEND", "type": "" }, { "class": "const", "name": "O_ASYNC", "type": "" }, { "class": "const", "name": "O_CLOEXEC", "type": "" }, { "class": "const", "name": "O_CREAT", "type": "" }, { "class": "const", "name": "O_DIRECTORY", "type": "" }, { "class": "const", "name": "O_DSYNC", "type": "" }, { "class": "const", "name": "O_EVTONLY", "type": "" }, { "class": "const", "name": "O_EXCL", "type": "" }, { "class": "const", "name": "O_EXLOCK", "type": "" }, { "class": "const", "name": "O_FSYNC", "type": "" }, { "class": "const", "name": "O_NDELAY", "type": "" }, { "class": "const", "name": "O_NOCTTY", "type": "" }, { "class": "const", "name": "O_NOFOLLOW", "type": "" }, { "class": "const", "name": "O_NONBLOCK", "type": "" }, { "class": "const", "name": "O_POPUP", "type": "" }, { "class": "const", "name": "O_RDONLY", "type": "" }, { "class": "const", "name": "O_RDWR", "type": "" }, { "class": "const", "name": "O_SHLOCK", "type": "" }, { "class": "const", "name": "O_SYMLINK", "type": "" }, { "class": "const", "name": "O_SYNC", "type": "" }, { "class": "const", "name": "O_TRUNC", "type": "" }, { "class": "const", "name": "O_WRONLY", "type": "" }, { "class": "const", "name": "PARENB", "type": "" }, { "class": "const", "name": "PARMRK", "type": "" }, { "class": "const", "name": "PARODD", "type": "" }, { "class": "const", "name": "PENDIN", "type": "" }, { "class": "const", "name": "PRIO_PGRP", "type": "" }, { "class": "const", "name": "PRIO_PROCESS", "type": "" }, { "class": "const", "name": "PRIO_USER", "type": "" }, { "class": "const", "name": "PROT_EXEC", "type": "" }, { "class": "const", "name": "PROT_NONE", "type": "" }, { "class": "const", "name": "PROT_READ", "type": "" }, { "class": "const", "name": "PROT_WRITE", "type": "" }, { "class": "const", "name": "PTRACE_CONT", "type": "" }, { "class": "const", "name": "PTRACE_KILL", "type": "" }, { "class": "const", "name": "PTRACE_TRACEME", "type": "" }, { "class": "const", "name": "PT_ATTACH", "type": "" }, { "class": "const", "name": "PT_ATTACHEXC", "type": "" }, { "class": "const", "name": "PT_CONTINUE", "type": "" }, { "class": "const", "name": "PT_DENY_ATTACH", "type": "" }, { "class": "const", "name": "PT_DETACH", "type": "" }, { "class": "const", "name": "PT_FIRSTMACH", "type": "" }, { "class": "const", "name": "PT_FORCEQUOTA", "type": "" }, { "class": "const", "name": "PT_KILL", "type": "" }, { "class": "const", "name": "PT_READ_D", "type": "" }, { "class": "const", "name": "PT_READ_I", "type": "" }, { "class": "const", "name": "PT_READ_U", "type": "" }, { "class": "const", "name": "PT_SIGEXC", "type": "" }, { "class": "const", "name": "PT_STEP", "type": "" }, { "class": "const", "name": "PT_THUPDATE", "type": "" }, { "class": "const", "name": "PT_TRACE_ME", "type": "" }, { "class": "const", "name": "PT_WRITE_D", "type": "" }, { "class": "const", "name": "PT_WRITE_I", "type": "" }, { "class": "const", "name": "PT_WRITE_U", "type": "" }, { "class": "const", "name": "RLIMIT_AS", "type": "" }, { "class": "const", "name": "RLIMIT_CORE", "type": "" }, { "class": "const", "name": "RLIMIT_CPU", "type": "" }, { "class": "const", "name": "RLIMIT_DATA", "type": "" }, { "class": "const", "name": "RLIMIT_FSIZE", "type": "" }, { "class": "const", "name": "RLIMIT_NOFILE", "type": "" }, { "class": "const", "name": "RLIMIT_STACK", "type": "" }, { "class": "const", "name": "RLIM_INFINITY", "type": "" }, { "class": "const", "name": "RTAX_AUTHOR", "type": "" }, { "class": "const", "name": "RTAX_BRD", "type": "" }, { "class": "const", "name": "RTAX_DST", "type": "" }, { "class": "const", "name": "RTAX_GATEWAY", "type": "" }, { "class": "const", "name": "RTAX_GENMASK", "type": "" }, { "class": "const", "name": "RTAX_IFA", "type": "" }, { "class": "const", "name": "RTAX_IFP", "type": "" }, { "class": "const", "name": "RTAX_MAX", "type": "" }, { "class": "const", "name": "RTAX_NETMASK", "type": "" }, { "class": "const", "name": "RTA_AUTHOR", "type": "" }, { "class": "const", "name": "RTA_BRD", "type": "" }, { "class": "const", "name": "RTA_DST", "type": "" }, { "class": "const", "name": "RTA_GATEWAY", "type": "" }, { "class": "const", "name": "RTA_GENMASK", "type": "" }, { "class": "const", "name": "RTA_IFA", "type": "" }, { "class": "const", "name": "RTA_IFP", "type": "" }, { "class": "const", "name": "RTA_NETMASK", "type": "" }, { "class": "const", "name": "RTF_BLACKHOLE", "type": "" }, { "class": "const", "name": "RTF_BROADCAST", "type": "" }, { "class": "const", "name": "RTF_CLONING", "type": "" }, { "class": "const", "name": "RTF_CONDEMNED", "type": "" }, { "class": "const", "name": "RTF_DELCLONE", "type": "" }, { "class": "const", "name": "RTF_DONE", "type": "" }, { "class": "const", "name": "RTF_DYNAMIC", "type": "" }, { "class": "const", "name": "RTF_GATEWAY", "type": "" }, { "class": "const", "name": "RTF_HOST", "type": "" }, { "class": "const", "name": "RTF_IFREF", "type": "" }, { "class": "const", "name": "RTF_IFSCOPE", "type": "" }, { "class": "const", "name": "RTF_LLINFO", "type": "" }, { "class": "const", "name": "RTF_LOCAL", "type": "" }, { "class": "const", "name": "RTF_MODIFIED", "type": "" }, { "class": "const", "name": "RTF_MULTICAST", "type": "" }, { "class": "const", "name": "RTF_PINNED", "type": "" }, { "class": "const", "name": "RTF_PRCLONING", "type": "" }, { "class": "const", "name": "RTF_PROTO1", "type": "" }, { "class": "const", "name": "RTF_PROTO2", "type": "" }, { "class": "const", "name": "RTF_PROTO3", "type": "" }, { "class": "const", "name": "RTF_REJECT", "type": "" }, { "class": "const", "name": "RTF_STATIC", "type": "" }, { "class": "const", "name": "RTF_UP", "type": "" }, { "class": "const", "name": "RTF_WASCLONED", "type": "" }, { "class": "const", "name": "RTF_XRESOLVE", "type": "" }, { "class": "const", "name": "RTM_ADD", "type": "" }, { "class": "const", "name": "RTM_CHANGE", "type": "" }, { "class": "const", "name": "RTM_DELADDR", "type": "" }, { "class": "const", "name": "RTM_DELETE", "type": "" }, { "class": "const", "name": "RTM_DELMADDR", "type": "" }, { "class": "const", "name": "RTM_GET", "type": "" }, { "class": "const", "name": "RTM_GET2", "type": "" }, { "class": "const", "name": "RTM_IFINFO", "type": "" }, { "class": "const", "name": "RTM_IFINFO2", "type": "" }, { "class": "const", "name": "RTM_LOCK", "type": "" }, { "class": "const", "name": "RTM_LOSING", "type": "" }, { "class": "const", "name": "RTM_MISS", "type": "" }, { "class": "const", "name": "RTM_NEWADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR", "type": "" }, { "class": "const", "name": "RTM_NEWMADDR2", "type": "" }, { "class": "const", "name": "RTM_OLDADD", "type": "" }, { "class": "const", "name": "RTM_OLDDEL", "type": "" }, { "class": "const", "name": "RTM_REDIRECT", "type": "" }, { "class": "const", "name": "RTM_RESOLVE", "type": "" }, { "class": "const", "name": "RTM_RTTUNIT", "type": "" }, { "class": "const", "name": "RTM_VERSION", "type": "" }, { "class": "const", "name": "RTV_EXPIRE", "type": "" }, { "class": "const", "name": "RTV_HOPCOUNT", "type": "" }, { "class": "const", "name": "RTV_MTU", "type": "" }, { "class": "const", "name": "RTV_RPIPE", "type": "" }, { "class": "const", "name": "RTV_RTT", "type": "" }, { "class": "const", "name": "RTV_RTTVAR", "type": "" }, { "class": "const", "name": "RTV_SPIPE", "type": "" }, { "class": "const", "name": "RTV_SSTHRESH", "type": "" }, { "class": "const", "name": "RUSAGE_CHILDREN", "type": "" }, { "class": "const", "name": "RUSAGE_SELF", "type": "" }, { "class": "const", "name": "SCM_CREDS", "type": "" }, { "class": "const", "name": "SCM_RIGHTS", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP", "type": "" }, { "class": "const", "name": "SCM_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SHUT_RD", "type": "" }, { "class": "const", "name": "SHUT_RDWR", "type": "" }, { "class": "const", "name": "SHUT_WR", "type": "" }, { "class": "const", "name": "SIGABRT", "type": "" }, { "class": "const", "name": "SIGALRM", "type": "" }, { "class": "const", "name": "SIGBUS", "type": "" }, { "class": "const", "name": "SIGCHLD", "type": "" }, { "class": "const", "name": "SIGCONT", "type": "" }, { "class": "const", "name": "SIGEMT", "type": "" }, { "class": "const", "name": "SIGFPE", "type": "" }, { "class": "const", "name": "SIGHUP", "type": "" }, { "class": "const", "name": "SIGILL", "type": "" }, { "class": "const", "name": "SIGINFO", "type": "" }, { "class": "const", "name": "SIGINT", "type": "" }, { "class": "const", "name": "SIGIO", "type": "" }, { "class": "const", "name": "SIGIOT", "type": "" }, { "class": "const", "name": "SIGKILL", "type": "" }, { "class": "const", "name": "SIGPIPE", "type": "" }, { "class": "const", "name": "SIGPROF", "type": "" }, { "class": "const", "name": "SIGQUIT", "type": "" }, { "class": "const", "name": "SIGSEGV", "type": "" }, { "class": "const", "name": "SIGSTOP", "type": "" }, { "class": "const", "name": "SIGSYS", "type": "" }, { "class": "const", "name": "SIGTERM", "type": "" }, { "class": "const", "name": "SIGTRAP", "type": "" }, { "class": "const", "name": "SIGTSTP", "type": "" }, { "class": "const", "name": "SIGTTIN", "type": "" }, { "class": "const", "name": "SIGTTOU", "type": "" }, { "class": "const", "name": "SIGURG", "type": "" }, { "class": "const", "name": "SIGUSR1", "type": "" }, { "class": "const", "name": "SIGUSR2", "type": "" }, { "class": "const", "name": "SIGVTALRM", "type": "" }, { "class": "const", "name": "SIGWINCH", "type": "" }, { "class": "const", "name": "SIGXCPU", "type": "" }, { "class": "const", "name": "SIGXFSZ", "type": "" }, { "class": "const", "name": "SIOCADDMULTI", "type": "" }, { "class": "const", "name": "SIOCAIFADDR", "type": "" }, { "class": "const", "name": "SIOCALIFADDR", "type": "" }, { "class": "const", "name": "SIOCARPIPLL", "type": "" }, { "class": "const", "name": "SIOCATMARK", "type": "" }, { "class": "const", "name": "SIOCAUTOADDR", "type": "" }, { "class": "const", "name": "SIOCAUTONETMASK", "type": "" }, { "class": "const", "name": "SIOCDELMULTI", "type": "" }, { "class": "const", "name": "SIOCDIFADDR", "type": "" }, { "class": "const", "name": "SIOCDIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCDLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCGETSGCNT", "type": "" }, { "class": "const", "name": "SIOCGETVIFCNT", "type": "" }, { "class": "const", "name": "SIOCGETVLAN", "type": "" }, { "class": "const", "name": "SIOCGHIWAT", "type": "" }, { "class": "const", "name": "SIOCGIFADDR", "type": "" }, { "class": "const", "name": "SIOCGIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCGIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCGIFBOND", "type": "" }, { "class": "const", "name": "SIOCGIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCGIFCAP", "type": "" }, { "class": "const", "name": "SIOCGIFCONF", "type": "" }, { "class": "const", "name": "SIOCGIFDEVMTU", "type": "" }, { "class": "const", "name": "SIOCGIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCGIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCGIFKPI", "type": "" }, { "class": "const", "name": "SIOCGIFMAC", "type": "" }, { "class": "const", "name": "SIOCGIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCGIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCGIFMTU", "type": "" }, { "class": "const", "name": "SIOCGIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCGIFPDSTADDR", "type": "" }, { "class": "const", "name": "SIOCGIFPHYS", "type": "" }, { "class": "const", "name": "SIOCGIFPSRCADDR", "type": "" }, { "class": "const", "name": "SIOCGIFSTATUS", "type": "" }, { "class": "const", "name": "SIOCGIFVLAN", "type": "" }, { "class": "const", "name": "SIOCGIFWAKEFLAGS", "type": "" }, { "class": "const", "name": "SIOCGLIFADDR", "type": "" }, { "class": "const", "name": "SIOCGLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCGLOWAT", "type": "" }, { "class": "const", "name": "SIOCGPGRP", "type": "" }, { "class": "const", "name": "SIOCIFCREATE", "type": "" }, { "class": "const", "name": "SIOCIFCREATE2", "type": "" }, { "class": "const", "name": "SIOCIFDESTROY", "type": "" }, { "class": "const", "name": "SIOCRSLVMULTI", "type": "" }, { "class": "const", "name": "SIOCSDRVSPEC", "type": "" }, { "class": "const", "name": "SIOCSETVLAN", "type": "" }, { "class": "const", "name": "SIOCSHIWAT", "type": "" }, { "class": "const", "name": "SIOCSIFADDR", "type": "" }, { "class": "const", "name": "SIOCSIFALTMTU", "type": "" }, { "class": "const", "name": "SIOCSIFASYNCMAP", "type": "" }, { "class": "const", "name": "SIOCSIFBOND", "type": "" }, { "class": "const", "name": "SIOCSIFBRDADDR", "type": "" }, { "class": "const", "name": "SIOCSIFCAP", "type": "" }, { "class": "const", "name": "SIOCSIFDSTADDR", "type": "" }, { "class": "const", "name": "SIOCSIFFLAGS", "type": "" }, { "class": "const", "name": "SIOCSIFGENERIC", "type": "" }, { "class": "const", "name": "SIOCSIFKPI", "type": "" }, { "class": "const", "name": "SIOCSIFLLADDR", "type": "" }, { "class": "const", "name": "SIOCSIFMAC", "type": "" }, { "class": "const", "name": "SIOCSIFMEDIA", "type": "" }, { "class": "const", "name": "SIOCSIFMETRIC", "type": "" }, { "class": "const", "name": "SIOCSIFMTU", "type": "" }, { "class": "const", "name": "SIOCSIFNETMASK", "type": "" }, { "class": "const", "name": "SIOCSIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSIFPHYS", "type": "" }, { "class": "const", "name": "SIOCSIFVLAN", "type": "" }, { "class": "const", "name": "SIOCSLIFPHYADDR", "type": "" }, { "class": "const", "name": "SIOCSLOWAT", "type": "" }, { "class": "const", "name": "SIOCSPGRP", "type": "" }, { "class": "const", "name": "SOCK_DGRAM", "type": "" }, { "class": "const", "name": "SOCK_MAXADDRLEN", "type": "" }, { "class": "const", "name": "SOCK_RAW", "type": "" }, { "class": "const", "name": "SOCK_RDM", "type": "" }, { "class": "const", "name": "SOCK_SEQPACKET", "type": "" }, { "class": "const", "name": "SOCK_STREAM", "type": "" }, { "class": "const", "name": "SOL_SOCKET", "type": "" }, { "class": "const", "name": "SOMAXCONN", "type": "" }, { "class": "const", "name": "SO_ACCEPTCONN", "type": "" }, { "class": "const", "name": "SO_BROADCAST", "type": "" }, { "class": "const", "name": "SO_DEBUG", "type": "" }, { "class": "const", "name": "SO_DONTROUTE", "type": "" }, { "class": "const", "name": "SO_DONTTRUNC", "type": "" }, { "class": "const", "name": "SO_ERROR", "type": "" }, { "class": "const", "name": "SO_KEEPALIVE", "type": "" }, { "class": "const", "name": "SO_LABEL", "type": "" }, { "class": "const", "name": "SO_LINGER", "type": "" }, { "class": "const", "name": "SO_LINGER_SEC", "type": "" }, { "class": "const", "name": "SO_NKE", "type": "" }, { "class": "const", "name": "SO_NOADDRERR", "type": "" }, { "class": "const", "name": "SO_NOSIGPIPE", "type": "" }, { "class": "const", "name": "SO_NOTIFYCONFLICT", "type": "" }, { "class": "const", "name": "SO_NP_EXTENSIONS", "type": "" }, { "class": "const", "name": "SO_NREAD", "type": "" }, { "class": "const", "name": "SO_NWRITE", "type": "" }, { "class": "const", "name": "SO_OOBINLINE", "type": "" }, { "class": "const", "name": "SO_PEERLABEL", "type": "" }, { "class": "const", "name": "SO_RANDOMPORT", "type": "" }, { "class": "const", "name": "SO_RCVBUF", "type": "" }, { "class": "const", "name": "SO_RCVLOWAT", "type": "" }, { "class": "const", "name": "SO_RCVTIMEO", "type": "" }, { "class": "const", "name": "SO_RESTRICTIONS", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYIN", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYOUT", "type": "" }, { "class": "const", "name": "SO_RESTRICT_DENYSET", "type": "" }, { "class": "const", "name": "SO_REUSEADDR", "type": "" }, { "class": "const", "name": "SO_REUSEPORT", "type": "" }, { "class": "const", "name": "SO_REUSESHAREUID", "type": "" }, { "class": "const", "name": "SO_SNDBUF", "type": "" }, { "class": "const", "name": "SO_SNDLOWAT", "type": "" }, { "class": "const", "name": "SO_SNDTIMEO", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP", "type": "" }, { "class": "const", "name": "SO_TIMESTAMP_MONOTONIC", "type": "" }, { "class": "const", "name": "SO_TYPE", "type": "" }, { "class": "const", "name": "SO_UPCALLCLOSEWAIT", "type": "" }, { "class": "const", "name": "SO_USELOOPBACK", "type": "" }, { "class": "const", "name": "SO_WANTMORE", "type": "" }, { "class": "const", "name": "SO_WANTOOBFLAG", "type": "" }, { "class": "const", "name": "SYS_ACCEPT", "type": "" }, { "class": "const", "name": "SYS_ACCEPT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_ACCESS", "type": "" }, { "class": "const", "name": "SYS_ACCESS_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_ACCT", "type": "" }, { "class": "const", "name": "SYS_ADD_PROFIL", "type": "" }, { "class": "const", "name": "SYS_ADJTIME", "type": "" }, { "class": "const", "name": "SYS_AIO_CANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_ERROR", "type": "" }, { "class": "const", "name": "SYS_AIO_FSYNC", "type": "" }, { "class": "const", "name": "SYS_AIO_READ", "type": "" }, { "class": "const", "name": "SYS_AIO_RETURN", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_AIO_SUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_AIO_WRITE", "type": "" }, { "class": "const", "name": "SYS_ATGETMSG", "type": "" }, { "class": "const", "name": "SYS_ATPGETREQ", "type": "" }, { "class": "const", "name": "SYS_ATPGETRSP", "type": "" }, { "class": "const", "name": "SYS_ATPSNDREQ", "type": "" }, { "class": "const", "name": "SYS_ATPSNDRSP", "type": "" }, { "class": "const", "name": "SYS_ATPUTMSG", "type": "" }, { "class": "const", "name": "SYS_ATSOCKET", "type": "" }, { "class": "const", "name": "SYS_AUDIT", "type": "" }, { "class": "const", "name": "SYS_AUDITCTL", "type": "" }, { "class": "const", "name": "SYS_AUDITON", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_JOIN", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_PORT", "type": "" }, { "class": "const", "name": "SYS_AUDIT_SESSION_SELF", "type": "" }, { "class": "const", "name": "SYS_BIND", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_CREATE", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_REGISTER", "type": "" }, { "class": "const", "name": "SYS_BSDTHREAD_TERMINATE", "type": "" }, { "class": "const", "name": "SYS_CHDIR", "type": "" }, { "class": "const", "name": "SYS_CHFLAGS", "type": "" }, { "class": "const", "name": "SYS_CHMOD", "type": "" }, { "class": "const", "name": "SYS_CHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_CHOWN", "type": "" }, { "class": "const", "name": "SYS_CHROOT", "type": "" }, { "class": "const", "name": "SYS_CHUD", "type": "" }, { "class": "const", "name": "SYS_CLOSE", "type": "" }, { "class": "const", "name": "SYS_CLOSE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_CONNECT", "type": "" }, { "class": "const", "name": "SYS_CONNECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_COPYFILE", "type": "" }, { "class": "const", "name": "SYS_CSOPS", "type": "" }, { "class": "const", "name": "SYS_DELETE", "type": "" }, { "class": "const", "name": "SYS_DUP", "type": "" }, { "class": "const", "name": "SYS_DUP2", "type": "" }, { "class": "const", "name": "SYS_EXCHANGEDATA", "type": "" }, { "class": "const", "name": "SYS_EXECVE", "type": "" }, { "class": "const", "name": "SYS_EXIT", "type": "" }, { "class": "const", "name": "SYS_FCHDIR", "type": "" }, { "class": "const", "name": "SYS_FCHFLAGS", "type": "" }, { "class": "const", "name": "SYS_FCHMOD", "type": "" }, { "class": "const", "name": "SYS_FCHMOD_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FCHOWN", "type": "" }, { "class": "const", "name": "SYS_FCNTL", "type": "" }, { "class": "const", "name": "SYS_FCNTL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FDATASYNC", "type": "" }, { "class": "const", "name": "SYS_FFSCTL", "type": "" }, { "class": "const", "name": "SYS_FGETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FGETXATTR", "type": "" }, { "class": "const", "name": "SYS_FHOPEN", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEFD", "type": "" }, { "class": "const", "name": "SYS_FILEPORT_MAKEPORT", "type": "" }, { "class": "const", "name": "SYS_FLISTXATTR", "type": "" }, { "class": "const", "name": "SYS_FLOCK", "type": "" }, { "class": "const", "name": "SYS_FORK", "type": "" }, { "class": "const", "name": "SYS_FPATHCONF", "type": "" }, { "class": "const", "name": "SYS_FREMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_FSCTL", "type": "" }, { "class": "const", "name": "SYS_FSETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_FSETXATTR", "type": "" }, { "class": "const", "name": "SYS_FSGETPATH", "type": "" }, { "class": "const", "name": "SYS_FSTAT", "type": "" }, { "class": "const", "name": "SYS_FSTAT64", "type": "" }, { "class": "const", "name": "SYS_FSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSTATFS", "type": "" }, { "class": "const", "name": "SYS_FSTATFS64", "type": "" }, { "class": "const", "name": "SYS_FSTATV", "type": "" }, { "class": "const", "name": "SYS_FSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_FSYNC", "type": "" }, { "class": "const", "name": "SYS_FSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_FTRUNCATE", "type": "" }, { "class": "const", "name": "SYS_FUTIMES", "type": "" }, { "class": "const", "name": "SYS_GETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT", "type": "" }, { "class": "const", "name": "SYS_GETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_GETAUID", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIES64", "type": "" }, { "class": "const", "name": "SYS_GETDIRENTRIESATTR", "type": "" }, { "class": "const", "name": "SYS_GETDTABLESIZE", "type": "" }, { "class": "const", "name": "SYS_GETEGID", "type": "" }, { "class": "const", "name": "SYS_GETEUID", "type": "" }, { "class": "const", "name": "SYS_GETFH", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS_GETFSSTAT64", "type": "" }, { "class": "const", "name": "SYS_GETGID", "type": "" }, { "class": "const", "name": "SYS_GETGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETHOSTUUID", "type": "" }, { "class": "const", "name": "SYS_GETITIMER", "type": "" }, { "class": "const", "name": "SYS_GETLCID", "type": "" }, { "class": "const", "name": "SYS_GETLOGIN", "type": "" }, { "class": "const", "name": "SYS_GETPEERNAME", "type": "" }, { "class": "const", "name": "SYS_GETPGID", "type": "" }, { "class": "const", "name": "SYS_GETPGRP", "type": "" }, { "class": "const", "name": "SYS_GETPID", "type": "" }, { "class": "const", "name": "SYS_GETPPID", "type": "" }, { "class": "const", "name": "SYS_GETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_GETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_GETRUSAGE", "type": "" }, { "class": "const", "name": "SYS_GETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETSID", "type": "" }, { "class": "const", "name": "SYS_GETSOCKNAME", "type": "" }, { "class": "const", "name": "SYS_GETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_GETTID", "type": "" }, { "class": "const", "name": "SYS_GETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_GETUID", "type": "" }, { "class": "const", "name": "SYS_GETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_GETXATTR", "type": "" }, { "class": "const", "name": "SYS_IDENTITYSVC", "type": "" }, { "class": "const", "name": "SYS_INITGROUPS", "type": "" }, { "class": "const", "name": "SYS_IOCTL", "type": "" }, { "class": "const", "name": "SYS_IOPOLICYSYS", "type": "" }, { "class": "const", "name": "SYS_ISSETUGID", "type": "" }, { "class": "const", "name": "SYS_KDEBUG_TRACE", "type": "" }, { "class": "const", "name": "SYS_KEVENT", "type": "" }, { "class": "const", "name": "SYS_KEVENT64", "type": "" }, { "class": "const", "name": "SYS_KILL", "type": "" }, { "class": "const", "name": "SYS_KQUEUE", "type": "" }, { "class": "const", "name": "SYS_LCHOWN", "type": "" }, { "class": "const", "name": "SYS_LINK", "type": "" }, { "class": "const", "name": "SYS_LIO_LISTIO", "type": "" }, { "class": "const", "name": "SYS_LISTEN", "type": "" }, { "class": "const", "name": "SYS_LISTXATTR", "type": "" }, { "class": "const", "name": "SYS_LSEEK", "type": "" }, { "class": "const", "name": "SYS_LSTAT", "type": "" }, { "class": "const", "name": "SYS_LSTAT64", "type": "" }, { "class": "const", "name": "SYS_LSTAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_LSTATV", "type": "" }, { "class": "const", "name": "SYS_LSTAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MADVISE", "type": "" }, { "class": "const", "name": "SYS_MAXSYSCALL", "type": "" }, { "class": "const", "name": "SYS_MINCORE", "type": "" }, { "class": "const", "name": "SYS_MINHERIT", "type": "" }, { "class": "const", "name": "SYS_MKCOMPLEX", "type": "" }, { "class": "const", "name": "SYS_MKDIR", "type": "" }, { "class": "const", "name": "SYS_MKDIR_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKFIFO", "type": "" }, { "class": "const", "name": "SYS_MKFIFO_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_MKNOD", "type": "" }, { "class": "const", "name": "SYS_MLOCK", "type": "" }, { "class": "const", "name": "SYS_MLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MMAP", "type": "" }, { "class": "const", "name": "SYS_MODWATCH", "type": "" }, { "class": "const", "name": "SYS_MOUNT", "type": "" }, { "class": "const", "name": "SYS_MPROTECT", "type": "" }, { "class": "const", "name": "SYS_MSGCTL", "type": "" }, { "class": "const", "name": "SYS_MSGGET", "type": "" }, { "class": "const", "name": "SYS_MSGRCV", "type": "" }, { "class": "const", "name": "SYS_MSGRCV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSND", "type": "" }, { "class": "const", "name": "SYS_MSGSND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MSGSYS", "type": "" }, { "class": "const", "name": "SYS_MSYNC", "type": "" }, { "class": "const", "name": "SYS_MSYNC_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_MUNLOCK", "type": "" }, { "class": "const", "name": "SYS_MUNLOCKALL", "type": "" }, { "class": "const", "name": "SYS_MUNMAP", "type": "" }, { "class": "const", "name": "SYS_NFSCLNT", "type": "" }, { "class": "const", "name": "SYS_NFSSVC", "type": "" }, { "class": "const", "name": "SYS_OPEN", "type": "" }, { "class": "const", "name": "SYS_OPEN_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_OPEN_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PATHCONF", "type": "" }, { "class": "const", "name": "SYS_PID_HIBERNATE", "type": "" }, { "class": "const", "name": "SYS_PID_RESUME", "type": "" }, { "class": "const", "name": "SYS_PID_SHUTDOWN_SOCKETS", "type": "" }, { "class": "const", "name": "SYS_PID_SUSPEND", "type": "" }, { "class": "const", "name": "SYS_PIPE", "type": "" }, { "class": "const", "name": "SYS_POLL", "type": "" }, { "class": "const", "name": "SYS_POLL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_POSIX_SPAWN", "type": "" }, { "class": "const", "name": "SYS_PREAD", "type": "" }, { "class": "const", "name": "SYS_PREAD_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_PROCESS_POLICY", "type": "" }, { "class": "const", "name": "SYS_PROC_INFO", "type": "" }, { "class": "const", "name": "SYS_PROFIL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVBROAD", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVCLRPREPOST", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVSIGNAL", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_CVWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXDROP", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_MUTEXWAIT", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_DOWNGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_LONGRDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_RDLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UNLOCK2", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_UPGRADE", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_WRLOCK", "type": "" }, { "class": "const", "name": "SYS_PSYNCH_RW_YIELDWRLOCK", "type": "" }, { "class": "const", "name": "SYS_PTRACE", "type": "" }, { "class": "const", "name": "SYS_PWRITE", "type": "" }, { "class": "const", "name": "SYS_PWRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_QUOTACTL", "type": "" }, { "class": "const", "name": "SYS_READ", "type": "" }, { "class": "const", "name": "SYS_READLINK", "type": "" }, { "class": "const", "name": "SYS_READV", "type": "" }, { "class": "const", "name": "SYS_READV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_READ_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REBOOT", "type": "" }, { "class": "const", "name": "SYS_RECVFROM", "type": "" }, { "class": "const", "name": "SYS_RECVFROM_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_RECVMSG", "type": "" }, { "class": "const", "name": "SYS_RECVMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_REMOVEXATTR", "type": "" }, { "class": "const", "name": "SYS_RENAME", "type": "" }, { "class": "const", "name": "SYS_REVOKE", "type": "" }, { "class": "const", "name": "SYS_RMDIR", "type": "" }, { "class": "const", "name": "SYS_SEARCHFS", "type": "" }, { "class": "const", "name": "SYS_SELECT", "type": "" }, { "class": "const", "name": "SYS_SELECT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SEMCTL", "type": "" }, { "class": "const", "name": "SYS_SEMGET", "type": "" }, { "class": "const", "name": "SYS_SEMOP", "type": "" }, { "class": "const", "name": "SYS_SEMSYS", "type": "" }, { "class": "const", "name": "SYS_SEM_CLOSE", "type": "" }, { "class": "const", "name": "SYS_SEM_DESTROY", "type": "" }, { "class": "const", "name": "SYS_SEM_GETVALUE", "type": "" }, { "class": "const", "name": "SYS_SEM_INIT", "type": "" }, { "class": "const", "name": "SYS_SEM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SEM_POST", "type": "" }, { "class": "const", "name": "SYS_SEM_TRYWAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT", "type": "" }, { "class": "const", "name": "SYS_SEM_WAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDFILE", "type": "" }, { "class": "const", "name": "SYS_SENDMSG", "type": "" }, { "class": "const", "name": "SYS_SENDMSG_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SENDTO", "type": "" }, { "class": "const", "name": "SYS_SENDTO_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SETATTRLIST", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT", "type": "" }, { "class": "const", "name": "SYS_SETAUDIT_ADDR", "type": "" }, { "class": "const", "name": "SYS_SETAUID", "type": "" }, { "class": "const", "name": "SYS_SETEGID", "type": "" }, { "class": "const", "name": "SYS_SETEUID", "type": "" }, { "class": "const", "name": "SYS_SETGID", "type": "" }, { "class": "const", "name": "SYS_SETGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETITIMER", "type": "" }, { "class": "const", "name": "SYS_SETLCID", "type": "" }, { "class": "const", "name": "SYS_SETLOGIN", "type": "" }, { "class": "const", "name": "SYS_SETPGID", "type": "" }, { "class": "const", "name": "SYS_SETPRIORITY", "type": "" }, { "class": "const", "name": "SYS_SETPRIVEXEC", "type": "" }, { "class": "const", "name": "SYS_SETREGID", "type": "" }, { "class": "const", "name": "SYS_SETREUID", "type": "" }, { "class": "const", "name": "SYS_SETRLIMIT", "type": "" }, { "class": "const", "name": "SYS_SETSGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETSID", "type": "" }, { "class": "const", "name": "SYS_SETSOCKOPT", "type": "" }, { "class": "const", "name": "SYS_SETTID", "type": "" }, { "class": "const", "name": "SYS_SETTID_WITH_PID", "type": "" }, { "class": "const", "name": "SYS_SETTIMEOFDAY", "type": "" }, { "class": "const", "name": "SYS_SETUID", "type": "" }, { "class": "const", "name": "SYS_SETWGROUPS", "type": "" }, { "class": "const", "name": "SYS_SETXATTR", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_CHECK_NP", "type": "" }, { "class": "const", "name": "SYS_SHARED_REGION_MAP_AND_SLIDE_NP", "type": "" }, { "class": "const", "name": "SYS_SHMAT", "type": "" }, { "class": "const", "name": "SYS_SHMCTL", "type": "" }, { "class": "const", "name": "SYS_SHMDT", "type": "" }, { "class": "const", "name": "SYS_SHMGET", "type": "" }, { "class": "const", "name": "SYS_SHMSYS", "type": "" }, { "class": "const", "name": "SYS_SHM_OPEN", "type": "" }, { "class": "const", "name": "SYS_SHM_UNLINK", "type": "" }, { "class": "const", "name": "SYS_SHUTDOWN", "type": "" }, { "class": "const", "name": "SYS_SIGACTION", "type": "" }, { "class": "const", "name": "SYS_SIGALTSTACK", "type": "" }, { "class": "const", "name": "SYS_SIGPENDING", "type": "" }, { "class": "const", "name": "SYS_SIGPROCMASK", "type": "" }, { "class": "const", "name": "SYS_SIGRETURN", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND", "type": "" }, { "class": "const", "name": "SYS_SIGSUSPEND_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_SOCKET", "type": "" }, { "class": "const", "name": "SYS_SOCKETPAIR", "type": "" }, { "class": "const", "name": "SYS_STACK_SNAPSHOT", "type": "" }, { "class": "const", "name": "SYS_STAT", "type": "" }, { "class": "const", "name": "SYS_STAT64", "type": "" }, { "class": "const", "name": "SYS_STAT64_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_STATFS", "type": "" }, { "class": "const", "name": "SYS_STATFS64", "type": "" }, { "class": "const", "name": "SYS_STATV", "type": "" }, { "class": "const", "name": "SYS_STAT_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_SWAPON", "type": "" }, { "class": "const", "name": "SYS_SYMLINK", "type": "" }, { "class": "const", "name": "SYS_SYNC", "type": "" }, { "class": "const", "name": "SYS_SYSCALL", "type": "" }, { "class": "const", "name": "SYS_THREAD_SELFID", "type": "" }, { "class": "const", "name": "SYS_TRUNCATE", "type": "" }, { "class": "const", "name": "SYS_UMASK", "type": "" }, { "class": "const", "name": "SYS_UMASK_EXTENDED", "type": "" }, { "class": "const", "name": "SYS_UNDELETE", "type": "" }, { "class": "const", "name": "SYS_UNLINK", "type": "" }, { "class": "const", "name": "SYS_UNMOUNT", "type": "" }, { "class": "const", "name": "SYS_UTIMES", "type": "" }, { "class": "const", "name": "SYS_VFORK", "type": "" }, { "class": "const", "name": "SYS_VM_PRESSURE_MONITOR", "type": "" }, { "class": "const", "name": "SYS_WAIT4", "type": "" }, { "class": "const", "name": "SYS_WAIT4_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WAITEVENT", "type": "" }, { "class": "const", "name": "SYS_WAITID", "type": "" }, { "class": "const", "name": "SYS_WAITID_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WATCHEVENT", "type": "" }, { "class": "const", "name": "SYS_WORKQ_KERNRETURN", "type": "" }, { "class": "const", "name": "SYS_WORKQ_OPEN", "type": "" }, { "class": "const", "name": "SYS_WRITE", "type": "" }, { "class": "const", "name": "SYS_WRITEV", "type": "" }, { "class": "const", "name": "SYS_WRITEV_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS_WRITE_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___DISABLE_THREADSIGNAL", "type": "" }, { "class": "const", "name": "SYS___MAC_EXECVE", "type": "" }, { "class": "const", "name": "SYS___MAC_GETFSSTAT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PID", "type": "" }, { "class": "const", "name": "SYS___MAC_GET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_MOUNT", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FD", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_FILE", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LCTX", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_LINK", "type": "" }, { "class": "const", "name": "SYS___MAC_SET_PROC", "type": "" }, { "class": "const", "name": "SYS___MAC_SYSCALL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CANCELED", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_CHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_FCHDIR", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_KILL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_MARKCANCEL", "type": "" }, { "class": "const", "name": "SYS___PTHREAD_SIGMASK", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL", "type": "" }, { "class": "const", "name": "SYS___SEMWAIT_SIGNAL_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT", "type": "" }, { "class": "const", "name": "SYS___SIGWAIT_NOCANCEL", "type": "" }, { "class": "const", "name": "SYS___SYSCTL", "type": "" }, { "class": "const", "name": "S_IEXEC", "type": "" }, { "class": "const", "name": "S_IFBLK", "type": "" }, { "class": "const", "name": "S_IFCHR", "type": "" }, { "class": "const", "name": "S_IFDIR", "type": "" }, { "class": "const", "name": "S_IFIFO", "type": "" }, { "class": "const", "name": "S_IFLNK", "type": "" }, { "class": "const", "name": "S_IFMT", "type": "" }, { "class": "const", "name": "S_IFREG", "type": "" }, { "class": "const", "name": "S_IFSOCK", "type": "" }, { "class": "const", "name": "S_IFWHT", "type": "" }, { "class": "const", "name": "S_IREAD", "type": "" }, { "class": "const", "name": "S_IRGRP", "type": "" }, { "class": "const", "name": "S_IROTH", "type": "" }, { "class": "const", "name": "S_IRUSR", "type": "" }, { "class": "const", "name": "S_IRWXG", "type": "" }, { "class": "const", "name": "S_IRWXO", "type": "" }, { "class": "const", "name": "S_IRWXU", "type": "" }, { "class": "const", "name": "S_ISGID", "type": "" }, { "class": "const", "name": "S_ISTXT", "type": "" }, { "class": "const", "name": "S_ISUID", "type": "" }, { "class": "const", "name": "S_ISVTX", "type": "" }, { "class": "const", "name": "S_IWGRP", "type": "" }, { "class": "const", "name": "S_IWOTH", "type": "" }, { "class": "const", "name": "S_IWRITE", "type": "" }, { "class": "const", "name": "S_IWUSR", "type": "" }, { "class": "const", "name": "S_IXGRP", "type": "" }, { "class": "const", "name": "S_IXOTH", "type": "" }, { "class": "const", "name": "S_IXUSR", "type": "" }, { "class": "const", "name": "SizeofBpfHdr", "type": "" }, { "class": "const", "name": "SizeofBpfInsn", "type": "" }, { "class": "const", "name": "SizeofBpfProgram", "type": "" }, { "class": "const", "name": "SizeofBpfStat", "type": "" }, { "class": "const", "name": "SizeofBpfVersion", "type": "" }, { "class": "const", "name": "SizeofCmsghdr", "type": "" }, { "class": "const", "name": "SizeofICMPv6Filter", "type": "" }, { "class": "const", "name": "SizeofIPMreq", "type": "" }, { "class": "const", "name": "SizeofIPv6MTUInfo", "type": "" }, { "class": "const", "name": "SizeofIPv6Mreq", "type": "" }, { "class": "const", "name": "SizeofIfData", "type": "" }, { "class": "const", "name": "SizeofIfMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr", "type": "" }, { "class": "const", "name": "SizeofIfmaMsghdr2", "type": "" }, { "class": "const", "name": "SizeofInet4Pktinfo", "type": "" }, { "class": "const", "name": "SizeofInet6Pktinfo", "type": "" }, { "class": "const", "name": "SizeofLinger", "type": "" }, { "class": "const", "name": "SizeofMsghdr", "type": "" }, { "class": "const", "name": "SizeofRtMetrics", "type": "" }, { "class": "const", "name": "SizeofRtMsghdr", "type": "" }, { "class": "const", "name": "SizeofSockaddrAny", "type": "" }, { "class": "const", "name": "SizeofSockaddrDatalink", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet4", "type": "" }, { "class": "const", "name": "SizeofSockaddrInet6", "type": "" }, { "class": "const", "name": "SizeofSockaddrUnix", "type": "" }, { "class": "const", "name": "TCIFLUSH", "type": "" }, { "class": "const", "name": "TCIOFLUSH", "type": "" }, { "class": "const", "name": "TCOFLUSH", "type": "" }, { "class": "const", "name": "TCP_CONNECTIONTIMEOUT", "type": "" }, { "class": "const", "name": "TCP_KEEPALIVE", "type": "" }, { "class": "const", "name": "TCP_MAXHLEN", "type": "" }, { "class": "const", "name": "TCP_MAXOLEN", "type": "" }, { "class": "const", "name": "TCP_MAXSEG", "type": "" }, { "class": "const", "name": "TCP_MAXWIN", "type": "" }, { "class": "const", "name": "TCP_MAX_SACK", "type": "" }, { "class": "const", "name": "TCP_MAX_WINSHIFT", "type": "" }, { "class": "const", "name": "TCP_MINMSS", "type": "" }, { "class": "const", "name": "TCP_MINMSSOVERLOAD", "type": "" }, { "class": "const", "name": "TCP_MSS", "type": "" }, { "class": "const", "name": "TCP_NODELAY", "type": "" }, { "class": "const", "name": "TCP_NOOPT", "type": "" }, { "class": "const", "name": "TCP_NOPUSH", "type": "" }, { "class": "const", "name": "TCP_RXT_CONNDROPTIME", "type": "" }, { "class": "const", "name": "TCP_RXT_FINDROP", "type": "" }, { "class": "const", "name": "TCSAFLUSH", "type": "" }, { "class": "const", "name": "TIOCCBRK", "type": "" }, { "class": "const", "name": "TIOCCDTR", "type": "" }, { "class": "const", "name": "TIOCCONS", "type": "" }, { "class": "const", "name": "TIOCDCDTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCDRAIN", "type": "" }, { "class": "const", "name": "TIOCDSIMICROCODE", "type": "" }, { "class": "const", "name": "TIOCEXCL", "type": "" }, { "class": "const", "name": "TIOCEXT", "type": "" }, { "class": "const", "name": "TIOCFLUSH", "type": "" }, { "class": "const", "name": "TIOCGDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCGETA", "type": "" }, { "class": "const", "name": "TIOCGETD", "type": "" }, { "class": "const", "name": "TIOCGPGRP", "type": "" }, { "class": "const", "name": "TIOCGWINSZ", "type": "" }, { "class": "const", "name": "TIOCIXOFF", "type": "" }, { "class": "const", "name": "TIOCIXON", "type": "" }, { "class": "const", "name": "TIOCMBIC", "type": "" }, { "class": "const", "name": "TIOCMBIS", "type": "" }, { "class": "const", "name": "TIOCMGDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMGET", "type": "" }, { "class": "const", "name": "TIOCMODG", "type": "" }, { "class": "const", "name": "TIOCMODS", "type": "" }, { "class": "const", "name": "TIOCMSDTRWAIT", "type": "" }, { "class": "const", "name": "TIOCMSET", "type": "" }, { "class": "const", "name": "TIOCM_CAR", "type": "" }, { "class": "const", "name": "TIOCM_CD", "type": "" }, { "class": "const", "name": "TIOCM_CTS", "type": "" }, { "class": "const", "name": "TIOCM_DSR", "type": "" }, { "class": "const", "name": "TIOCM_DTR", "type": "" }, { "class": "const", "name": "TIOCM_LE", "type": "" }, { "class": "const", "name": "TIOCM_RI", "type": "" }, { "class": "const", "name": "TIOCM_RNG", "type": "" }, { "class": "const", "name": "TIOCM_RTS", "type": "" }, { "class": "const", "name": "TIOCM_SR", "type": "" }, { "class": "const", "name": "TIOCM_ST", "type": "" }, { "class": "const", "name": "TIOCNOTTY", "type": "" }, { "class": "const", "name": "TIOCNXCL", "type": "" }, { "class": "const", "name": "TIOCOUTQ", "type": "" }, { "class": "const", "name": "TIOCPKT", "type": "" }, { "class": "const", "name": "TIOCPKT_DATA", "type": "" }, { "class": "const", "name": "TIOCPKT_DOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHREAD", "type": "" }, { "class": "const", "name": "TIOCPKT_FLUSHWRITE", "type": "" }, { "class": "const", "name": "TIOCPKT_IOCTL", "type": "" }, { "class": "const", "name": "TIOCPKT_NOSTOP", "type": "" }, { "class": "const", "name": "TIOCPKT_START", "type": "" }, { "class": "const", "name": "TIOCPKT_STOP", "type": "" }, { "class": "const", "name": "TIOCPTYGNAME", "type": "" }, { "class": "const", "name": "TIOCPTYGRANT", "type": "" }, { "class": "const", "name": "TIOCPTYUNLK", "type": "" }, { "class": "const", "name": "TIOCREMOTE", "type": "" }, { "class": "const", "name": "TIOCSBRK", "type": "" }, { "class": "const", "name": "TIOCSCONS", "type": "" }, { "class": "const", "name": "TIOCSCTTY", "type": "" }, { "class": "const", "name": "TIOCSDRAINWAIT", "type": "" }, { "class": "const", "name": "TIOCSDTR", "type": "" }, { "class": "const", "name": "TIOCSETA", "type": "" }, { "class": "const", "name": "TIOCSETAF", "type": "" }, { "class": "const", "name": "TIOCSETAW", "type": "" }, { "class": "const", "name": "TIOCSETD", "type": "" }, { "class": "const", "name": "TIOCSIG", "type": "" }, { "class": "const", "name": "TIOCSPGRP", "type": "" }, { "class": "const", "name": "TIOCSTART", "type": "" }, { "class": "const", "name": "TIOCSTAT", "type": "" }, { "class": "const", "name": "TIOCSTI", "type": "" }, { "class": "const", "name": "TIOCSTOP", "type": "" }, { "class": "const", "name": "TIOCSWINSZ", "type": "" }, { "class": "const", "name": "TIOCTIMESTAMP", "type": "" }, { "class": "const", "name": "TIOCUCNTL", "type": "" }, { "class": "const", "name": "TOSTOP", "type": "" }, { "class": "const", "name": "VDISCARD", "type": "" }, { "class": "const", "name": "VDSUSP", "type": "" }, { "class": "const", "name": "VEOF", "type": "" }, { "class": "const", "name": "VEOL", "type": "" }, { "class": "const", "name": "VEOL2", "type": "" }, { "class": "const", "name": "VERASE", "type": "" }, { "class": "const", "name": "VINTR", "type": "" }, { "class": "const", "name": "VKILL", "type": "" }, { "class": "const", "name": "VLNEXT", "type": "" }, { "class": "const", "name": "VMIN", "type": "" }, { "class": "const", "name": "VQUIT", "type": "" }, { "class": "const", "name": "VREPRINT", "type": "" }, { "class": "const", "name": "VSTART", "type": "" }, { "class": "const", "name": "VSTATUS", "type": "" }, { "class": "const", "name": "VSTOP", "type": "" }, { "class": "const", "name": "VSUSP", "type": "" }, { "class": "const", "name": "VT0", "type": "" }, { "class": "const", "name": "VT1", "type": "" }, { "class": "const", "name": "VTDLY", "type": "" }, { "class": "const", "name": "VTIME", "type": "" }, { "class": "const", "name": "VWERASE", "type": "" }, { "class": "const", "name": "WCONTINUED", "type": "" }, { "class": "const", "name": "WCOREFLAG", "type": "" }, { "class": "const", "name": "WEXITED", "type": "" }, { "class": "const", "name": "WNOHANG", "type": "" }, { "class": "const", "name": "WNOWAIT", "type": "" }, { "class": "const", "name": "WORDSIZE", "type": "" }, { "class": "const", "name": "WSTOPPED", "type": "" }, { "class": "const", "name": "WUNTRACED", "type": "" }, { "class": "func", "name": "Accept", "type": "func(fd int) (nfd int, sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Access", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Adjtime", "type": "func(delta *syscall.Timeval, olddelta *syscall.Timeval) (err error)" }, { "class": "func", "name": "Bind", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "BpfBuflen", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfDatalink", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfHeadercmpl", "type": "func(fd int) (int, error)" }, { "class": "func", "name": "BpfInterface", "type": "func(fd int, name string) (string, error)" }, { "class": "func", "name": "BpfJump", "type": "func(code int, k int, jt int, jf int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfStats", "type": "func(fd int) (*syscall.BpfStat, error)" }, { "class": "func", "name": "BpfStmt", "type": "func(code int, k int) *syscall.BpfInsn" }, { "class": "func", "name": "BpfTimeout", "type": "func(fd int) (*syscall.Timeval, error)" }, { "class": "func", "name": "BytePtrFromString", "type": "func(s string) (*byte, error)" }, { "class": "func", "name": "ByteSliceFromString", "type": "func(s string) ([]byte, error)" }, { "class": "func", "name": "Chdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "CheckBpfVersion", "type": "func(fd int) error" }, { "class": "func", "name": "Chflags", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Chmod", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Chown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Chroot", "type": "func(path string) (err error)" }, { "class": "func", "name": "Clearenv", "type": "func()" }, { "class": "func", "name": "Close", "type": "func(fd int) (err error)" }, { "class": "func", "name": "CloseOnExec", "type": "func(fd int)" }, { "class": "func", "name": "CmsgLen", "type": "func(datalen int) int" }, { "class": "func", "name": "CmsgSpace", "type": "func(datalen int) int" }, { "class": "func", "name": "Connect", "type": "func(fd int, sa syscall.Sockaddr) (err error)" }, { "class": "func", "name": "Dup", "type": "func(fd int) (nfd int, err error)" }, { "class": "func", "name": "Dup2", "type": "func(from int, to int) (err error)" }, { "class": "func", "name": "Environ", "type": "func() []string" }, { "class": "func", "name": "Exchangedata", "type": "func(path1 string, path2 string, options int) (err error)" }, { "class": "func", "name": "Exec", "type": "func(argv0 string, argv []string, envv []string) (err error)" }, { "class": "func", "name": "Exit", "type": "func(code int)" }, { "class": "func", "name": "Fchdir", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Fchflags", "type": "func(fd int, flags int) (err error)" }, { "class": "func", "name": "Fchmod", "type": "func(fd int, mode uint32) (err error)" }, { "class": "func", "name": "Fchown", "type": "func(fd int, uid int, gid int) (err error)" }, { "class": "func", "name": "FcntlFlock", "type": "func(fd uintptr, cmd int, lk *syscall.Flock_t) error" }, { "class": "func", "name": "Flock", "type": "func(fd int, how int) (err error)" }, { "class": "func", "name": "FlushBpf", "type": "func(fd int) error" }, { "class": "func", "name": "ForkExec", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, err error)" }, { "class": "func", "name": "Fpathconf", "type": "func(fd int, name int) (val int, err error)" }, { "class": "func", "name": "Fstat", "type": "func(fd int, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Fstatfs", "type": "func(fd int, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "Fsync", "type": "func(fd int) (err error)" }, { "class": "func", "name": "Ftruncate", "type": "func(fd int, length int64) (err error)" }, { "class": "func", "name": "Futimes", "type": "func(fd int, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "Getdirentries", "type": "func(fd int, buf []byte, basep *uintptr) (n int, err error)" }, { "class": "func", "name": "Getdtablesize", "type": "func() (size int)" }, { "class": "func", "name": "Getegid", "type": "func() (egid int)" }, { "class": "func", "name": "Getenv", "type": "func(key string) (value string, found bool)" }, { "class": "func", "name": "Geteuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getfsstat", "type": "func(buf []syscall.Statfs_t, flags int) (n int, err error)" }, { "class": "func", "name": "Getgid", "type": "func() (gid int)" }, { "class": "func", "name": "Getgroups", "type": "func() (gids []int, err error)" }, { "class": "func", "name": "Getpagesize", "type": "func() int" }, { "class": "func", "name": "Getpeername", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "Getpgid", "type": "func(pid int) (pgid int, err error)" }, { "class": "func", "name": "Getpgrp", "type": "func() (pgrp int)" }, { "class": "func", "name": "Getpid", "type": "func() (pid int)" }, { "class": "func", "name": "Getppid", "type": "func() (ppid int)" }, { "class": "func", "name": "Getpriority", "type": "func(which int, who int) (prio int, err error)" }, { "class": "func", "name": "Getrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Getrusage", "type": "func(who int, rusage *syscall.Rusage) (err error)" }, { "class": "func", "name": "Getsid", "type": "func(pid int) (sid int, err error)" }, { "class": "func", "name": "Getsockname", "type": "func(fd int) (sa syscall.Sockaddr, err error)" }, { "class": "func", "name": "GetsockoptByte", "type": "func(fd int, level int, opt int) (value byte, err error)" }, { "class": "func", "name": "GetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int) (*syscall.ICMPv6Filter, error)" }, { "class": "func", "name": "GetsockoptIPMreq", "type": "func(fd int, level int, opt int) (*syscall.IPMreq, error)" }, { "class": "func", "name": "GetsockoptIPv6MTUInfo", "type": "func(fd int, level int, opt int) (*syscall.IPv6MTUInfo, error)" }, { "class": "func", "name": "GetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int) (*syscall.IPv6Mreq, error)" }, { "class": "func", "name": "GetsockoptInet4Addr", "type": "func(fd int, level int, opt int) (value [4]byte, err error)" }, { "class": "func", "name": "GetsockoptInt", "type": "func(fd int, level int, opt int) (value int, err error)" }, { "class": "func", "name": "Gettimeofday", "type": "func(tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Getuid", "type": "func() (uid int)" }, { "class": "func", "name": "Getwd", "type": "func() (string, error)" }, { "class": "func", "name": "Issetugid", "type": "func() (tainted bool)" }, { "class": "func", "name": "Kevent", "type": "func(kq int, changes []syscall.Kevent_t, events []syscall.Kevent_t, timeout *syscall.Timespec) (n int, err error)" }, { "class": "func", "name": "Kill", "type": "func(pid int, signum syscall.Signal) (err error)" }, { "class": "func", "name": "Kqueue", "type": "func() (fd int, err error)" }, { "class": "func", "name": "Lchown", "type": "func(path string, uid int, gid int) (err error)" }, { "class": "func", "name": "Link", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Listen", "type": "func(s int, backlog int) (err error)" }, { "class": "func", "name": "Lstat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Mkdir", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mkfifo", "type": "func(path string, mode uint32) (err error)" }, { "class": "func", "name": "Mknod", "type": "func(path string, mode uint32, dev int) (err error)" }, { "class": "func", "name": "Mlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Mlockall", "type": "func(flags int) (err error)" }, { "class": "func", "name": "Mmap", "type": "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)" }, { "class": "func", "name": "Mprotect", "type": "func(b []byte, prot int) (err error)" }, { "class": "func", "name": "Munlock", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "Munlockall", "type": "func() (err error)" }, { "class": "func", "name": "Munmap", "type": "func(b []byte) (err error)" }, { "class": "func", "name": "NsecToTimespec", "type": "func(nsec int64) (ts syscall.Timespec)" }, { "class": "func", "name": "NsecToTimeval", "type": "func(nsec int64) (tv syscall.Timeval)" }, { "class": "func", "name": "Open", "type": "func(path string, mode int, perm uint32) (fd int, err error)" }, { "class": "func", "name": "ParseDirent", "type": "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)" }, { "class": "func", "name": "ParseRoutingMessage", "type": "func(b []byte) (msgs []syscall.RoutingMessage, err error)" }, { "class": "func", "name": "ParseRoutingSockaddr", "type": "func(msg syscall.RoutingMessage) ([]syscall.Sockaddr, error)" }, { "class": "func", "name": "ParseSocketControlMessage", "type": "func(b []byte) ([]syscall.SocketControlMessage, error)" }, { "class": "func", "name": "ParseUnixRights", "type": "func(m *syscall.SocketControlMessage) ([]int, error)" }, { "class": "func", "name": "Pathconf", "type": "func(path string, name int) (val int, err error)" }, { "class": "func", "name": "Pipe", "type": "func(p []int) (err error)" }, { "class": "func", "name": "Pread", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "PtraceAttach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "PtraceDetach", "type": "func(pid int) (err error)" }, { "class": "func", "name": "Pwrite", "type": "func(fd int, p []byte, offset int64) (n int, err error)" }, { "class": "func", "name": "RawSyscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "RawSyscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Read", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "func", "name": "ReadDirent", "type": "func(fd int, buf []byte) (n int, err error)" }, { "class": "func", "name": "Readlink", "type": "func(path string, buf []byte) (n int, err error)" }, { "class": "func", "name": "Recvfrom", "type": "func(fd int, p []byte, flags int) (n int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Recvmsg", "type": "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from syscall.Sockaddr, err error)" }, { "class": "func", "name": "Rename", "type": "func(from string, to string) (err error)" }, { "class": "func", "name": "Revoke", "type": "func(path string) (err error)" }, { "class": "func", "name": "Rmdir", "type": "func(path string) (err error)" }, { "class": "func", "name": "RouteRIB", "type": "func(facility int, param int) ([]byte, error)" }, { "class": "func", "name": "Seek", "type": "func(fd int, offset int64, whence int) (newoffset int64, err error)" }, { "class": "func", "name": "Select", "type": "func(n int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, timeout *syscall.Timeval) (err error)" }, { "class": "func", "name": "Sendfile", "type": "func(outfd int, infd int, offset *int64, count int) (written int, err error)" }, { "class": "func", "name": "Sendmsg", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (err error)" }, { "class": "func", "name": "SendmsgN", "type": "func(fd int, p []byte, oob []byte, to syscall.Sockaddr, flags int) (n int, err error)" }, { "class": "func", "name": "Sendto", "type": "func(fd int, p []byte, flags int, to syscall.Sockaddr) (err error)" }, { "class": "func", "name": "SetBpf", "type": "func(fd int, i []syscall.BpfInsn) error" }, { "class": "func", "name": "SetBpfBuflen", "type": "func(fd int, l int) (int, error)" }, { "class": "func", "name": "SetBpfDatalink", "type": "func(fd int, t int) (int, error)" }, { "class": "func", "name": "SetBpfHeadercmpl", "type": "func(fd int, f int) error" }, { "class": "func", "name": "SetBpfImmediate", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfInterface", "type": "func(fd int, name string) error" }, { "class": "func", "name": "SetBpfPromisc", "type": "func(fd int, m int) error" }, { "class": "func", "name": "SetBpfTimeout", "type": "func(fd int, tv *syscall.Timeval) error" }, { "class": "func", "name": "SetKevent", "type": "func(k *syscall.Kevent_t, fd int, mode int, flags int)" }, { "class": "func", "name": "SetNonblock", "type": "func(fd int, nonblocking bool) (err error)" }, { "class": "func", "name": "Setegid", "type": "func(egid int) (err error)" }, { "class": "func", "name": "Setenv", "type": "func(key string, value string) error" }, { "class": "func", "name": "Seteuid", "type": "func(euid int) (err error)" }, { "class": "func", "name": "Setgid", "type": "func(gid int) (err error)" }, { "class": "func", "name": "Setgroups", "type": "func(gids []int) (err error)" }, { "class": "func", "name": "Setlogin", "type": "func(name string) (err error)" }, { "class": "func", "name": "Setpgid", "type": "func(pid int, pgid int) (err error)" }, { "class": "func", "name": "Setpriority", "type": "func(which int, who int, prio int) (err error)" }, { "class": "func", "name": "Setprivexec", "type": "func(flag int) (err error)" }, { "class": "func", "name": "Setregid", "type": "func(rgid int, egid int) (err error)" }, { "class": "func", "name": "Setreuid", "type": "func(ruid int, euid int) (err error)" }, { "class": "func", "name": "Setrlimit", "type": "func(which int, lim *syscall.Rlimit) (err error)" }, { "class": "func", "name": "Setsid", "type": "func() (pid int, err error)" }, { "class": "func", "name": "SetsockoptByte", "type": "func(fd int, level int, opt int, value byte) (err error)" }, { "class": "func", "name": "SetsockoptICMPv6Filter", "type": "func(fd int, level int, opt int, filter *syscall.ICMPv6Filter) error" }, { "class": "func", "name": "SetsockoptIPMreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPMreq) (err error)" }, { "class": "func", "name": "SetsockoptIPv6Mreq", "type": "func(fd int, level int, opt int, mreq *syscall.IPv6Mreq) (err error)" }, { "class": "func", "name": "SetsockoptInet4Addr", "type": "func(fd int, level int, opt int, value [4]byte) (err error)" }, { "class": "func", "name": "SetsockoptInt", "type": "func(fd int, level int, opt int, value int) (err error)" }, { "class": "func", "name": "SetsockoptLinger", "type": "func(fd int, level int, opt int, l *syscall.Linger) (err error)" }, { "class": "func", "name": "SetsockoptString", "type": "func(fd int, level int, opt int, s string) (err error)" }, { "class": "func", "name": "SetsockoptTimeval", "type": "func(fd int, level int, opt int, tv *syscall.Timeval) (err error)" }, { "class": "func", "name": "Settimeofday", "type": "func(tp *syscall.Timeval) (err error)" }, { "class": "func", "name": "Setuid", "type": "func(uid int) (err error)" }, { "class": "func", "name": "Shutdown", "type": "func(s int, how int) (err error)" }, { "class": "func", "name": "SlicePtrFromStrings", "type": "func(ss []string) ([]*byte, error)" }, { "class": "func", "name": "Socket", "type": "func(domain int, typ int, proto int) (fd int, err error)" }, { "class": "func", "name": "Socketpair", "type": "func(domain int, typ int, proto int) (fd [2]int, err error)" }, { "class": "func", "name": "StartProcess", "type": "func(argv0 string, argv []string, attr *syscall.ProcAttr) (pid int, handle uintptr, err error)" }, { "class": "func", "name": "Stat", "type": "func(path string, stat *syscall.Stat_t) (err error)" }, { "class": "func", "name": "Statfs", "type": "func(path string, stat *syscall.Statfs_t) (err error)" }, { "class": "func", "name": "StringBytePtr", "type": "func(s string) *byte" }, { "class": "func", "name": "StringByteSlice", "type": "func(s string) []byte" }, { "class": "func", "name": "StringSlicePtr", "type": "func(ss []string) []*byte" }, { "class": "func", "name": "Symlink", "type": "func(path string, link string) (err error)" }, { "class": "func", "name": "Sync", "type": "func() (err error)" }, { "class": "func", "name": "Syscall", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall6", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Syscall9", "type": "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr, a7 uintptr, a8 uintptr, a9 uintptr) (r1 uintptr, r2 uintptr, err syscall.Errno)" }, { "class": "func", "name": "Sysctl", "type": "func(name string) (value string, err error)" }, { "class": "func", "name": "SysctlUint32", "type": "func(name string) (value uint32, err error)" }, { "class": "func", "name": "TimespecToNsec", "type": "func(ts syscall.Timespec) int64" }, { "class": "func", "name": "TimevalToNsec", "type": "func(tv syscall.Timeval) int64" }, { "class": "func", "name": "Truncate", "type": "func(path string, length int64) (err error)" }, { "class": "func", "name": "Umask", "type": "func(newmask int) (oldmask int)" }, { "class": "func", "name": "Undelete", "type": "func(path string) (err error)" }, { "class": "func", "name": "UnixRights", "type": "func(fds ...int) []byte" }, { "class": "func", "name": "Unlink", "type": "func(path string) (err error)" }, { "class": "func", "name": "Unmount", "type": "func(path string, flags int) (err error)" }, { "class": "func", "name": "Unsetenv", "type": "func(key string) error" }, { "class": "func", "name": "Utimes", "type": "func(path string, tv []syscall.Timeval) (err error)" }, { "class": "func", "name": "UtimesNano", "type": "func(path string, ts []syscall.Timespec) error" }, { "class": "func", "name": "Wait4", "type": "func(pid int, wstatus *syscall.WaitStatus, options int, rusage *syscall.Rusage) (wpid int, err error)" }, { "class": "func", "name": "Write", "type": "func(fd int, p []byte) (n int, err error)" }, { "class": "type", "name": "BpfHdr", "type": "struct" }, { "class": "type", "name": "BpfInsn", "type": "struct" }, { "class": "type", "name": "BpfProgram", "type": "struct" }, { "class": "type", "name": "BpfStat", "type": "struct" }, { "class": "type", "name": "BpfVersion", "type": "struct" }, { "class": "type", "name": "Cmsghdr", "type": "struct" }, { "class": "type", "name": "Credential", "type": "struct" }, { "class": "type", "name": "Dirent", "type": "struct" }, { "class": "type", "name": "Errno", "type": "uintptr" }, { "class": "type", "name": "Fbootstraptransfer_t", "type": "struct" }, { "class": "type", "name": "FdSet", "type": "struct" }, { "class": "type", "name": "Flock_t", "type": "struct" }, { "class": "type", "name": "Fsid", "type": "struct" }, { "class": "type", "name": "Fstore_t", "type": "struct" }, { "class": "type", "name": "ICMPv6Filter", "type": "struct" }, { "class": "type", "name": "IPMreq", "type": "struct" }, { "class": "type", "name": "IPv6MTUInfo", "type": "struct" }, { "class": "type", "name": "IPv6Mreq", "type": "struct" }, { "class": "type", "name": "IfData", "type": "struct" }, { "class": "type", "name": "IfMsghdr", "type": "struct" }, { "class": "type", "name": "IfaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr", "type": "struct" }, { "class": "type", "name": "IfmaMsghdr2", "type": "struct" }, { "class": "type", "name": "Inet4Pktinfo", "type": "struct" }, { "class": "type", "name": "Inet6Pktinfo", "type": "struct" }, { "class": "type", "name": "InterfaceAddrMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMessage", "type": "struct" }, { "class": "type", "name": "InterfaceMulticastAddrMessage", "type": "struct" }, { "class": "type", "name": "Iovec", "type": "struct" }, { "class": "type", "name": "Kevent_t", "type": "struct" }, { "class": "type", "name": "Linger", "type": "struct" }, { "class": "type", "name": "Log2phys_t", "type": "struct" }, { "class": "type", "name": "Msghdr", "type": "struct" }, { "class": "type", "name": "ProcAttr", "type": "struct" }, { "class": "type", "name": "Radvisory_t", "type": "struct" }, { "class": "type", "name": "RawSockaddr", "type": "struct" }, { "class": "type", "name": "RawSockaddrAny", "type": "struct" }, { "class": "type", "name": "RawSockaddrDatalink", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet4", "type": "struct" }, { "class": "type", "name": "RawSockaddrInet6", "type": "struct" }, { "class": "type", "name": "RawSockaddrUnix", "type": "struct" }, { "class": "type", "name": "Rlimit", "type": "struct" }, { "class": "type", "name": "RouteMessage", "type": "struct" }, { "class": "type", "name": "RoutingMessage", "type": "interface" }, { "class": "type", "name": "RtMetrics", "type": "struct" }, { "class": "type", "name": "RtMsghdr", "type": "struct" }, { "class": "type", "name": "Rusage", "type": "struct" }, { "class": "type", "name": "Signal", "type": "int" }, { "class": "type", "name": "Sockaddr", "type": "interface" }, { "class": "type", "name": "SockaddrDatalink", "type": "struct" }, { "class": "type", "name": "SockaddrInet4", "type": "struct" }, { "class": "type", "name": "SockaddrInet6", "type": "struct" }, { "class": "type", "name": "SockaddrUnix", "type": "struct" }, { "class": "type", "name": "SocketControlMessage", "type": "struct" }, { "class": "type", "name": "Stat_t", "type": "struct" }, { "class": "type", "name": "Statfs_t", "type": "struct" }, { "class": "type", "name": "SysProcAttr", "type": "struct" }, { "class": "type", "name": "Termios", "type": "struct" }, { "class": "type", "name": "Timespec", "type": "struct" }, { "class": "type", "name": "Timeval", "type": "struct" }, { "class": "type", "name": "Timeval32", "type": "struct" }, { "class": "type", "name": "WaitStatus", "type": "uint32" }, { "class": "var", "name": "ForkLock", "type": "sync.RWMutex" }, { "class": "var", "name": "SocketDisableIPv6", "type": "bool" }, { "class": "var", "name": "Stderr", "type": "int" }, { "class": "var", "name": "Stdin", "type": "int" }, { "class": "var", "name": "Stdout", "type": "int"}]]