Searched refs:the_mib (Results 1 – 1 of 1) sorted by relevance
78 def mib_register(ident, value, the_mib, unresolved): argument79 if ident in the_mib or ident in unresolved:80 return ident in the_mib88 if v not in the_mib:90 if v in the_mib:91 v = the_mib[v]102 the_mib[ident] = resval107 if mib_register(k,unresolved[k], the_mib, {}):118 the_mib = {'iso': ['1']}121 mib_register(k, conf.mib[k].split("."), the_mib, unresolved)[all …]