Searched refs:snmpwalk (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/ext/snmp/tests/ |
H A D | snmpwalk.phpt | 2 Function snmpwalk 18 var_dump(snmpwalk($hostname, $community, '.1.3.6.1.2.1.1', '')); 19 var_dump(snmpwalk($hostname, $community, '.1.3.6.1.2.1.1', $timeout, '')); 23 $return = snmpwalk($hostname, $community, '.1.3.6.1.2.1.1', $timeout, $retries); 36 $return = snmpwalk($hostname, $community, '', $timeout, $retries); 42 $return = snmpwalk($hostname, $community, '.1.3.6...1', $timeout, $retries); 63 Warning: snmpwalk() expects parameter 4 to be int, %s given in %s on line %d 83 Warning: snmpwalk(): Invalid object identifier: %s in %s on line %d 87 Warning: snmpwalk(): Multi OID walks are not supported! in %s on line %d 91 Warning: snmpwalk(): Multi OID walks are not supported! in %s on line %d [all …]
|
H A D | snmp2_walk.phpt | 36 $return = snmpwalk($hostname, $community, '', $timeout, $retries); 42 $return = snmpwalk($hostname, $community, '.1.3.6...1', $timeout, $retries); 83 Warning: snmpwalk(): Invalid object identifier: %s in %s on line %d
|
/PHP-7.3/ext/snmp/ |
H A D | php_snmp.h | 51 PHP_FUNCTION(snmpwalk);
|
H A D | snmp.c | 372 PHP_FE(snmpwalk, arginfo_snmpwalk) 1525 PHP_FUNCTION(snmpwalk) in PHP_FUNCTION() argument
|
Completed in 17 milliseconds