| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/ |
| A D | SnmpScalarAggregationNode.cs | 129 mibFile.Implementation.Add(getMethod); in GenerateAggregatedCode() 149 mibFile.Implementation.Add(testMethod); in GenerateAggregatedCode() 169 mibFile.Implementation.Add(setMethod); in GenerateAggregatedCode() 178 getMethod.Declarations.Add(returnValue); in GenerateGetMethodCode() 192 sw.Switches.Add(sc); in GenerateGetMethodCode() 199 sw.Switches.Add(scd); in GenerateGetMethodCode() 230 sw.Switches.Add(sc); in GenerateTestMethodCode() 236 sw.Switches.Add(scd); in GenerateTestMethodCode() 256 setMethod.Declarations.Add(returnValue); in GenerateSetMethodCode() 271 sw.Switches.Add(sc); in GenerateSetMethodCode() [all …]
|
| A D | SnmpScalarNode.cs | 139 mibFile.Declarations.Add(getMethodDecl); in GenerateCode() 146 getMethod.Declarations.Add(returnValue); in GenerateCode() 158 mibFile.Implementation.Add(getMethod); in GenerateCode() 174 mibFile.Declarations.Add(testMethodDecl); in GenerateCode() 181 testMethod.Declarations.Add(returnValue); in GenerateCode() 200 mibFile.Implementation.Add(testMethod); in GenerateCode() 211 setMethodDecl.Parameter.Add(new VariableType("len", LwipDefs.Vt_U16)); in GenerateCode() 214 mibFile.Declarations.Add(setMethodDecl); in GenerateCode() 221 setMethod.Declarations.Add(returnValue); in GenerateCode() 240 mibFile.Implementation.Add(setMethod); in GenerateCode() [all …]
|
| A D | SnmpTableNode.cs | 90 …getInstanceMethodDecl.Parameter.Add(new VariableType("column", LwipDefs.Vt_U32, "*", ConstType.Val… in GenerateCode() 92 getInstanceMethodDecl.Parameter.Add(new VariableType("row_oid_len", LwipDefs.Vt_U8, "")); in GenerateCode() 95 mibFile.Declarations.Add(getInstanceMethodDecl); in GenerateCode() 99 mibFile.Implementation.Add(getInstanceMethod); in GenerateCode() 104 … getNextInstanceMethodDecl.Parameter.Add(new VariableType("row_oid", LwipDefs.Vt_StObjectId, "*")); in GenerateCode() 107 mibFile.Declarations.Add(getNextInstanceMethodDecl); in GenerateCode() 111 mibFile.Implementation.Add(getNextInstanceMethod); in GenerateCode() 142 mibFile.Declarations.Add(colDefsDecl); in GenerateCode() 153 mibFile.Declarations.Add(new VariableDeclaration( in GenerateCode() 165 getInstanceMethod.Declarations.Add(returnValue); in GenerateGetInstanceMethodCode() [all …]
|
| A D | SnmpMib.cs | 79 mibFile.Declarations.Add(boidDecl); in GenerateCode() 80 mibFile.Declarations.Add(GetExportDeclaration()); in GenerateCode() 85 mibHeaderFile.Includes.Add(new PP_Include("lwip/apps/snmp_core.h")); in GenerateHeaderCode() 87 …mibHeaderFile.VariableDeclarations.Add(VariablePrototype.FromVariableDeclaration(GetExportDeclarat… in GenerateHeaderCode()
|
| A D | SnmpTreeNode.cs | 126 mibFile.Declarations.Add(subnodeArray); in GenerateCode() 135 mibFile.Declarations.Add(new VariableDeclaration( in GenerateCode() 157 this.childScalarNodes.Add(scalarNode); in Analyze() 226 generatedFile.Declarations.Add(dividerComment); in Generate() 227 generatedFile.Implementation.Add(dividerComment); in Generate()
|
| A D | SnmpNode.cs | 91 generatedFile.Declarations.Add(EmptyLine.SingleLine); in Generate() 95 generatedFile.Implementation.Add(EmptyLine.SingleLine); in Generate()
|
| A D | SnmpScalarArrayNode.cs | 87 mibFile.Declarations.Add(nodeDefsDecl); in GenerateCode() 99 mibFile.Declarations.Add(new VariableDeclaration( in GenerateCode()
|
| A D | SnmpScalarNodeObjectIdentifier.cs | 69 container.Declarations.Add(objIdLenVar); in GenerateTestMethodCodeCore() 83 container.Declarations.Add(objIdLenVar); in GenerateSetMethodCodeCore()
|
| A D | SnmpScalarNodeBits.cs | 68 …container.Declarations.Add(new VariableDeclaration(new VariableType(bitVarName, LwipDefs.Vt_U32))); in GenerateTestMethodCode() 104 …container.Declarations.Add(new VariableDeclaration(new VariableType(bitVarName, LwipDefs.Vt_U32))); in GenerateSetMethodCode()
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/ |
| A D | MibModule.cs | 110 result.Add(decl); 131 result.Add(entity); 149 result.Add(type); 187 buffer.Add(temp); in ParseEntities() 239 _tokens.Add(new ModuleIdentity(this, preAssignSymbols, symbols)); in ParseEntity() 244 _tokens.Add(new ObjectType(this, preAssignSymbols, symbols)); in ParseEntity() 249 _tokens.Add(new ObjectGroup(this, preAssignSymbols, symbols)); in ParseEntity() 259 _tokens.Add(new ModuleCompliance(this, preAssignSymbols, symbols)); in ParseEntity() 269 _tokens.Add(new ObjectIdentity(this, preAssignSymbols, symbols)); in ParseEntity() 274 _tokens.Add(new Macro(this, preAssignSymbols, symbols)); in ParseEntity() [all …]
|
| A D | ValueMap.cs | 33 result.Add(new ValueRange(offset, null)); in GetContinousRanges() 37 result.Add(new ValueRange(offset, last)); in GetContinousRanges() 48 result.Add(new ValueRange(offset, null)); in GetContinousRanges() 52 result.Add(new ValueRange(offset, last)); in GetContinousRanges()
|
| A D | ObjectIdentifier.cs | 8 public void Add(string name, uint oid) in Add() method in Lextm.SharpSnmpLib.Mib.ObjectIdentifier 10 this.Add(new KeyValuePair<string, uint>(name, oid)); in Add() 47 result.Add(level.Value); in GetOidValues()
|
| A D | MibTree.cs | 26 _root.Add(new MibTreeNode(null, mi)); in MibTree() 37 _root.Add(new MibTreeNode(null, oa)); in MibTree() 51 _root.Add(new MibTreeNode(null, entities[0])); in MibTree()
|
| A D | Lexer.cs | 119 _symbols.Add(CreateSpecialSymbol(pp.File, '\n', row, column)); in Parse() 123 _symbols.Add(CreateSpecialSymbol(pp.File, current, row, column)); in Parse() 145 _symbols.Add(CreateSpecialSymbol(pp.File, '\n', row, column)); in Parse() 211 _symbols.Add(s); in ParseLastSymbol() 469 result.Add(range); in DecodeRanges() 555 map.Add(enumValue, String.Format("{0}({1})", identifier, enumValue)); in DecodeEnumerations()
|
| A D | MibTypesResolver.cs | 20 _resolver.Add(resolver); in RegisterResolver() 41 _cachedModules.Add(resolvedModule); in ResolveModule() 63 _cachedModules.Add(module); in ResolveTypes()
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/MibViewer/ |
| A D | FormMain.cs | 107 …listviewNodeDetails.Items.Add(new ListViewItem(new string[] { "Abstract", mtn.NodeType.ToString() … in treeMib_AfterSelect() 110 …listviewNodeDetails.Items.Add(new ListViewItem(new string[] { "Type", mtn.Entity.GetType().Name },… in treeMib_AfterSelect() 111 …listviewNodeDetails.Items.Add(new ListViewItem(new string[] { "Name", mtn.Entity.Name }, this.list… in treeMib_AfterSelect() 112 …listviewNodeDetails.Items.Add(new ListViewItem(new string[] { "Description", mtn.Entity.Descriptio… in treeMib_AfterSelect() 113 …listviewNodeDetails.Items.Add(new ListViewItem(new string[] { "OID", mtn.Entity.Value.ToString() }… in treeMib_AfterSelect() 117 …listviewNodeDetails.Items.Add(new ListViewItem(new string[] { "Access", (mtn.Entity as ObjectType)… in treeMib_AfterSelect() 187 parentNodes.Add(newNode); in AddNode() 202 lv.Items.Add(new ListViewItem(new string[] { " >>>", "" }, this.listviewgroupTypeChain)); in ShowTypeChain() 209 …lv.Items.Add(new ListViewItem(new string[] { "Module", (type.Module != null) ? type.Module.Name : … in ShowTypeDetails() 210 lv.Items.Add(new ListViewItem(new string[] { "Type", type.GetType().Name }, lvg)); in ShowTypeDetails() [all …]
|
| A D | FormMain.Designer.cs | 81 this.splitContainerMain.Panel1.Controls.Add(this.treeMib); in InitializeComponent() 85 this.splitContainerMain.Panel2.Controls.Add(this.listviewNodeDetails); in InitializeComponent() 137 this.Controls.Add(this.splitContainerMain); in InitializeComponent() 138 this.Controls.Add(this.toolStripMain); in InitializeComponent()
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/LwipMibCompiler/ |
| A D | Program.cs | 140 generatedFile.PreservedCode.Add(new PlainText(preservedCode)); in Main() 195 assignedSnmpNode.ChildNodes.Add(snmpTreeNode); in ProcessMibTreeNode() 204 assignedSnmpNode.ChildNodes.Add(snmpScalarNode); in ProcessMibTreeNode() 212 assignedSnmpNode.ChildNodes.Add(snmpTableNode); in ProcessMibTreeNode() 381 result.Add(new IsEqualRestriction(range.Start)); in CreateRestrictions() 385 result.Add(new IsInRangeRestriction(range.Start, range.End.Value)); in CreateRestrictions() 409 result.Add(new BitMaskRestriction(bt.Map.GetBitMask())); in CreateRestrictions() 452 …result.IndexNodes.Add(GenerateSnmpScalarNode(indexEntity, parentNode, ignoreAccessibleFlag: true)); in GenerateSnmpTableNode() 470 result.CellNodes.Add(ssn); in GenerateSnmpTableNode()
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/CCodeGeneration/ |
| A D | CodeContainerBase.cs | 74 this.innerElements.Add(element); in AddElements() 92 this.innerElements.Add(element); in AddElement() 112 this.declarations.Add(declaration); in AddDeclaration()
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/ |
| A D | ImportsFrom.cs | 33 _types.Add(previous.ToString()); in ImportsFrom() 40 _types.Add(previous.ToString()); in ImportsFrom()
|
| A D | Imports.cs | 39 this.Add(imports); in Imports() 51 result.Add(import.Module);
|
| /lib/mbedtls/external/mbedtls/scripts/data_files/driver_templates/ |
| A D | psa_crypto_driver_wrappers.h.jinja | 151 /* Add cases for opaque driver here */ 224 /* Add cases for opaque driver here */ 340 /* Add cases for opaque driver here */ 477 /* Add test driver tests here */ 501 /* Add test driver tests here */ 531 /* Add test driver tests here */ 571 /* Add test driver tests here */ 594 /* Add test driver tests here */ 623 /* Add test driver tests here */ 662 /* Add test driver tests here */ [all …]
|
| /lib/mbedtls/external/mbedtls/ |
| A D | ChangeLog | 85 * Add functions mbedtls_md_psa_alg_from_type() and 88 * Add partial platform support for z/OS. 96 * Add pc files for pkg-config, e.g.: 130 Add new accessor to expose the ciphersuite-id of 377 * Add SHA-3 family hash functions. 397 * Add support for FFDH key exchange in TLS 1.3. 1047 * Add ALPN support in TLS 1.3 clients. 1332 * Add PSA API definition for ARIA. 2063 * Add support for ECB to the PSA cipher API. 3129 * Add tests for session resumption in DTLS. [all …]
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/ |
| A D | TypeAssignment.cs | 48 typeSymbols.Add(type); in TypeAssignment() 67 typeSymbols.Add(current); in TypeAssignment()
|
| A D | IpAddressType.cs | 18 this.Size.Add(new ValueRange(4, null)); in IpAddressType()
|