Home
last modified time | relevance | path

Searched refs:nextoid (Results 1 – 12 of 12) sorted by relevance

/dports/net-mgmt/net-snmp/net-snmp-5.9/perl/agent/Support/
H A DSupport.pm398 my $nextoid = $current->{next};
399 $curoid = new NetSNMP::OID($nextoid);
401 $current = $oidtable->{$nextoid};
415 my $nextoid = $current->{next};
417 $current = $oidtable->{$nextoid};
434 my $nextoid = $current->{nextoid}($curoid);
437 if($nextoid) {
438 getColumnar($current, $nextoid, $request);
439 $request->setOID($nextoid);
444 $nextoid = $current->{next};
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/local/
H A Dsnmp-bridge-mib133 my $nextoid = $oid_next{$noid};
134 if(!defined($nextoid) || !defined($oid_value{$nextoid})) {
152 $nextoid = $prev;
154 return $nextoid;
162 my $nextoid = find_next($noid);
164 if(defined($nextoid)) {
165 my $type = $oid_type{$nextoid};
166 my $value = $oid_value{$nextoid};
168 reply($request, $nextoid);
424 nextoid => ".1.3.6.1.2.1.17.2.2" },
[all …]
H A Dmib2c.perl.conf217 …"$c.objectID$idxelem"=>{func=>\&get_$c,type=>$c.type, check=>\&check_$t, nextoid=>\&next_$t, istab…
/dports/comms/qt5-serialport/kde-qtserialport-5.15.2p2/src/serialport/
H A Dqserialportinfo_freebsd.cpp205 const QVector<int> nextoid = nextOid(oid); in enumerateDesiredNodes() local
206 if (nextoid.isEmpty()) in enumerateDesiredNodes()
209 const NodeInfo node = nodeForOid(nextoid); in enumerateDesiredNodes()
217 oid = nextoid; in enumerateDesiredNodes()
/dports/www/squid/squid-4.15/src/
H A Dsnmp_core.cc636 mib_tree_entry *nextoid = snmpTreeSiblingEntry(Current[count], count, mibTreeEntry->parent); in snmpTreeNext() local
637 if (nextoid) { in snmpTreeNext()
638 debugs(49, 5, "snmpTreeNext: Next OID found for sibling" << nextoid ); in snmpTreeNext()
639 mibTreeEntry = nextoid; in snmpTreeNext()
644 while (!nextoid) { in snmpTreeNext()
648 nextoid = mibTreeEntry->parent; in snmpTreeNext()
649 mibTreeEntry = snmpTreeEntry(Current[count] + 1, count, nextoid->parent); in snmpTreeNext()
652 mibTreeEntry = nextoid; in snmpTreeNext()
653 nextoid = NULL; in snmpTreeNext()
656 nextoid = mibTreeEntry; in snmpTreeNext()
/dports/sysutils/apcctrl/apcctrl-0.8.21/src/drivers/snmplite/
H A Dsnmp.cpp255 Asn::ObjectId nextoid = iter->oid; in Get() local
262 nextreq.Append(nextoid); in Get()
288 nextoid = result.Oid(); in Get()
/dports/sysutils/apcupsd/apcupsd-3.14.14/src/drivers/snmplite/
H A Dsnmp.cpp255 Asn::ObjectId nextoid = iter->oid; in Get() local
262 nextreq.Append(nextoid); in Get()
288 nextoid = result.Oid(); in Get()
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dmkobj.c9 static unsigned nextoid(struct obj *, struct obj *);
404 otmp->o_id = nextoid(obj, otmp); in splitobj()
436 nextoid(struct obj* oldobj, struct obj* newobj) in nextoid() function
625 dummy->o_id = nextoid(otmp, dummy); in bill_dummy_object()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dmkobj.c9 STATIC_DCL unsigned FDECL(nextoid, (struct obj *, struct obj *));
439 otmp->o_id = nextoid(obj, otmp);
470 nextoid(oldobj, newobj) in nextoid() function
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dmkobj.c9 STATIC_DCL unsigned FDECL(nextoid, (struct obj *, struct obj *));
439 otmp->o_id = nextoid(obj, otmp);
470 nextoid(oldobj, newobj) in nextoid() function
/dports/multimedia/libmtp/libmtp-1.1.18/src/
H A Dptp-pack.c2950 uint32_t nextoid = dtoh32a(cur + ptp_canon_dir_nextid); in ptp_unpack_canon_directory() local
2963 if (nextoid != 0xffffffff) { in ptp_unpack_canon_directory()
2964 for (j=0;j<handles->n;j++) if (nextoid == handles->Handler[j]) break; in ptp_unpack_canon_directory()
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/ptp2/
H A Dptp-pack.c2973 uint32_t nextoid = dtoh32a(cur + ptp_canon_dir_nextid); in ptp_unpack_canon_directory() local
2986 if (nextoid != 0xffffffff) { in ptp_unpack_canon_directory()
2987 for (j=0;j<handles->n;j++) if (nextoid == handles->Handler[j]) break; in ptp_unpack_canon_directory()