Searched refs:VERSION_2c (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/snmp/tests/ |
H A D | snmp-object-errno-errstr.phpt | 22 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries); 29 $session = new SNMP(SNMP::VERSION_2c, $hostname, 'timeout_community_432', $timeout, $retries); 37 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries); 54 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries); 60 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries); 66 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
|
H A D | snmp-object.phpt | 30 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries); 36 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries); 45 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries); 54 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries); 63 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries); 72 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries); 82 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
|
H A D | snmp-object-error.phpt | 75 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
|
/PHP-8.2/ext/snmp/ |
H A D | snmp.stub.php | 197 public const VERSION_2c = UNKNOWN; define in SNMP
|
Completed in 10 milliseconds