Home
last modified time | relevance | path

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

/PHP-7.4/ext/snmp/tests/
H A Dsnmpwalk.phpt2 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 Dsnmp2_walk.phpt36 $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.4/ext/snmp/
H A Dphp_snmp.h51 PHP_FUNCTION(snmpwalk);
H A Dsnmp.c368 PHP_FE(snmpwalk, arginfo_snmpwalk)
1521 PHP_FUNCTION(snmpwalk) in PHP_FUNCTION() argument

Completed in 17 milliseconds