Home
last modified time | relevance | path

Searched refs:snmpgetnext (Results 1 – 3 of 3) sorted by last modified time

/PHP-7.2/ext/snmp/
H A Dphp_snmp.h52 PHP_FUNCTION(snmpgetnext);
H A Dsnmp.c373 PHP_FE(snmpgetnext, arginfo_snmpgetnext)
1516 PHP_FUNCTION(snmpgetnext) in PHP_FUNCTION() argument
/PHP-7.2/ext/snmp/tests/
H A Dsnmpgetnext.phpt2 Function snmpgetnext
18 var_dump(snmpgetnext($hostname, $community, '.1.3.6.1.2.1.1.1.0', $timeout, $retries));
20 var_dump(snmpgetnext($hostname, $community, array('.1.3.6.1.2.1.1.1.0'), $timeout, $retries));
22 var_dump(snmpgetnext($hostname, $community, array('.1.3.6.1.2.1.1.1.0', '.1.3.6.1.2.1.1.6.0'), $tim…

Completed in 14 milliseconds