Home
last modified time | relevance | path

Searched refs:snmpwalk (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/snmp/tests/
H A Dsnmpwalk.phpt2 Function snmpwalk
22 $return = snmpwalk($hostname, $community, '.1.3.6.1.2.1.1', $timeout, $retries);
30 $return = snmpwalk($hostname, $community, array('.1.3.6.1.2.1.1'), $timeout, $retries);
35 $return = snmpwalk($hostname, $community, '', $timeout, $retries);
41 $return = snmpwalk($hostname, $community, '.1.3.6...1', $timeout, $retries);
45 $return = snmpwalk($hostname, $community, array('.1.3.6.1.2.1.1', '.1.3.6'), $timeout, $retries);
55 $return = snmpwalk($hostname, $community, array('.1.3.6.99999.0.99999.111'), $timeout, $retries);
75 Warning: snmpwalk(): Invalid object identifier: %s in %s on line %d
79 Warning: snmpwalk(): Multi OID walks are not supported! in %s on line %d
83 Warning: snmpwalk(): Multi OID walks are not supported! in %s on line %d
[all …]
H A Dsnmp2_walk.phpt35 $return = snmpwalk($hostname, $community, '', $timeout, $retries);
41 $return = snmpwalk($hostname, $community, '.1.3.6...1', $timeout, $retries);
75 Warning: snmpwalk(): Invalid object identifier: %s in %s on line %d
/php-src/ext/snmp/
H A Dsnmp.stub.php117 function snmpwalk(string $hostname, string $community, array|string $object_id, int $timeout = -1, … function
H A Dsnmp_arginfo.h168 ZEND_FUNCTION(snmpwalk);
201 ZEND_FE(snmpwalk, arginfo_snmpwalk)
H A Dsnmp.c1317 PHP_FUNCTION(snmpwalk) in PHP_FUNCTION() argument

Completed in 32 milliseconds