Home
last modified time | relevance | path

Searched refs:snmp2_real_walk (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/snmp/tests/
H A Dsnmp2_real_walk.phpt2 Function snmp2_real_walk
18 var_dump(snmp2_real_walk($hostname, $community, '.1.3.6.1.2.1.1', ''));
19 var_dump(snmp2_real_walk($hostname, $community, '.1.3.6.1.2.1.1', $timeout, ''));
23 $return = snmp2_real_walk($hostname, $community, '.1.3.6.1.2.1.1', $timeout, $retries);
30 $return = snmp2_real_walk($hostname, $community, array('.1.3.6.1.2.1.1'), $timeout, $retries);
38 $return = snmp2_real_walk($hostname, $community, array('.1.3.6.1.2.1.1', '.1.3.6'), $timeout, $retr…
55 Warning: snmp2_real_walk() expects parameter 4 to be int, %s given in %s on line %d
58 Warning: snmp2_real_walk() expects parameter 5 to be int, %s given in %s on line %d
74 Warning: snmp2_real_walk(): Multi OID walks are not supported! in %s on line %d
78 Warning: snmp2_real_walk(): Multi OID walks are not supported! in %s on line %d
[all …]
/PHP-7.4/ext/snmp/
H A Dphp_snmp.h62 PHP_FUNCTION(snmp2_real_walk);
H A Dsnmp.c381 PHP_FE(snmp2_real_walk, arginfo_snmp2_real_walk)
1639 PHP_FUNCTION(snmp2_real_walk) in PHP_FUNCTION() argument

Completed in 12 milliseconds