Home
last modified time | relevance | path

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

/PHP-7.4/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…
/PHP-7.4/ext/snmp/
H A Dphp_snmp.h50 PHP_FUNCTION(snmpgetnext);
H A Dsnmp.c367 PHP_FE(snmpgetnext, arginfo_snmpgetnext)
1513 PHP_FUNCTION(snmpgetnext) in PHP_FUNCTION() argument

Completed in 27 milliseconds