Home
last modified time | relevance | path

Searched refs:snmp2_walk (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/snmp/tests/
H A Dsnmp2_walk.phpt2 Function snmp2_walk
18 var_dump(snmp2_walk($hostname, $community, '.1.3.6.1.2.1.1', ''));
19 var_dump(snmp2_walk($hostname, $community, '.1.3.6.1.2.1.1', $timeout, ''));
23 $return = snmp2_walk($hostname, $community, '.1.3.6.1.2.1.1', $timeout, $retries);
31 $return = snmp2_walk($hostname, $community, array('.1.3.6.1.2.1.1'), $timeout, $retries);
46 $return = snmp2_walk($hostname, $community, array('.1.3.6.1.2.1.1', '.1.3.6'), $timeout, $retries);
63 Warning: snmp2_walk() expects parameter 4 to be int, %s given in %s on line %d
66 Warning: snmp2_walk() expects parameter 5 to be int, %s given in %s on line %d
87 Warning: snmp2_walk(): Multi OID walks are not supported! in %s on line %d
91 Warning: snmp2_walk(): Multi OID walks are not supported! in %s on line %d
[all …]
H A Dsnmp_getvalue.phpt56 var_dump(count(snmp2_walk($hostname, $community, '.', $timeout, $retries)));
/PHP-7.4/ext/snmp/
H A Dphp_snmp.h61 PHP_FUNCTION(snmp2_walk);
H A Dsnmp.c380 PHP_FE(snmp2_walk, arginfo_snmp2_walk)
1631 PHP_FUNCTION(snmp2_walk) in PHP_FUNCTION() argument

Completed in 15 milliseconds