Searched refs:snmp2_walk (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/ext/snmp/tests/ |
H A D | snmp2_walk.phpt | 2 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 D | snmp_getvalue.phpt | 56 var_dump(count(snmp2_walk($hostname, $community, '.', $timeout, $retries)));
|
/PHP-7.3/ext/snmp/ |
H A D | php_snmp.h | 61 PHP_FUNCTION(snmp2_walk);
|
H A D | snmp.c | 384 PHP_FE(snmp2_walk, arginfo_snmp2_walk) 1635 PHP_FUNCTION(snmp2_walk) in PHP_FUNCTION() argument
|
Completed in 12 milliseconds