Home
last modified time | relevance | path

Searched refs:SNMP (Results 1 – 16 of 16) sorted by relevance

/PHP-8.0/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt19 echo "SNMP::ERRNO_NOERROR\n";
20 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
35 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
52 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
58 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
64 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
70 $session = new SNMP(SNMP::VERSION_3, $hostname, $rwuser, $timeout, $retries);
80 $session = new SNMP(SNMP::VERSION_3, $hostname, $rwuser, $timeout, $retries);
102 SNMP::ERRNO_NOERROR
106 SNMP::ERRNO_TIMEOUT
[all …]
H A Dsnmp-object-error.phpt18 var_dump(new SNMP(SNMP::VERSION_1, $hostname));
23 var_dump(new SNMP(SNMP::VERSION_1, $hostname, $community, ''));
28 var_dump(new SNMP(SNMP::VERSION_1, $hostname, $community, $timeout, ''));
33 var_dump(new SNMP(7, $hostname, $community));
39 $session = new SNMP(SNMP::VERSION_3, $hostname, $user_noauth, $timeout, $retries);
46 $session->exceptions_enabled = SNMP::ERRNO_ANY;
56 $session = new SNMP(SNMP::VERSION_3, $hostname, $user_noauth, $timeout, $retries);
73 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
89 SNMP::__construct() expects at least 3 arguments, 2 given
92 SNMP::__construct(): Argument #1 ($version) must be a valid SNMP protocol version
[all …]
H A Dsnmp-object.phpt20 $session = new SNMP(SNMP::VERSION_1, $hostname, $community, $timeout, $retries);
28 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
34 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
43 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
52 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
61 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
70 $session = new SNMP(SNMP::VERSION_2c, $hostname, $community, $timeout, $retries);
110 $session = new SNMP(SNMP::VERSION_3, $hostname, $rwuser, $timeout, $retries);
118 $session = new SNMP(SNMP::VERSION_3, $hostname, $rwuser, $timeout, $retries);
134 $session = new SNMP(SNMP::VERSION_3, $hostname, $rwuser, $timeout, $retries);
[all …]
H A Dsnmp-object-properties.phpt2 OO API: SNMP object properties
21 $session = new SNMP(SNMP::VERSION_1, $hostname, $community, $timeout, $retries);
81 object(SNMP)#%d (%d) {
106 object(SNMP)#%d (%d) {
131 object(SNMP)#%d (%d) {
159 object(SNMP)#%d (%d) {
190 Warning: Undefined property: SNMP::$there is no such parameter in %s on line %d
193 SNMP retrieval method must be a bitmask of SNMP_VALUE_LIBRARY, SNMP_VALUE_PLAIN, and SNMP_VALUE_OBJ…
194 SNMP output print format must be an SNMP_OID_OUTPUT_* constant
195 SNMP::$info property is read-only
H A Dbug60749.phpt2 Bug #60749: SNMP module should not strip non-standard SNMP port from hostname
20 $session = new SNMP(SNMP::VERSION_1, "$hostname:$port", $community, $timeout, $retries);
H A Dsnmp-object-setSecurity_error.phpt2 OO API: SNMP::setSecurity (errors)
17 $session = new SNMP(SNMP::VERSION_3, $hostname, $user_noauth, $timeout, $retries);
64 Warning: SNMP::setSecurity(): Error generating a key for authentication pass phrase '': Generic err…
67 Warning: SNMP::setSecurity(): Error generating a key for authentication pass phrase 'te': Generic e…
72 Warning: SNMP::setSecurity(): Error generating a key for privacy pass phrase '': Generic error (The…
75 Warning: SNMP::setSecurity(): Error generating a key for privacy pass phrase 'ty': Generic error (T…
78 Warning: SNMP::setSecurity(): Bad engine ID value 'dsa' in %s on line %d
H A DREADME.md5 * PHP compiled with SNMP `--with-snmp`
6 * An SNMP server running.
14 SNMP_HOSTNAME : IPv4 of remote SNMP agent
15 SNMP_HOSTNAME : IPv6 or remote SNMP agent
16 SNMP_PORT : SNMP port for queries
30 will fail if your SNMP configuration does not fit into default values specified
H A Dbug72479.phpt2 Bug #72479: Use After Free Vulnerability in SNMP with GC and unserialize()
H A Dsnmp_include.inc4 By default tests will try to access SNMP agent @ '127.0.0.1:161' and will use 'public' community fo…
/PHP-8.0/ext/snmp/
H A Dsnmp_arginfo.h187 ZEND_METHOD(SNMP, __construct);
188 ZEND_METHOD(SNMP, close);
189 ZEND_METHOD(SNMP, setSecurity);
190 ZEND_METHOD(SNMP, get);
191 ZEND_METHOD(SNMP, getnext);
192 ZEND_METHOD(SNMP, walk);
193 ZEND_METHOD(SNMP, set);
194 ZEND_METHOD(SNMP, getErrno);
195 ZEND_METHOD(SNMP, getError);
231 ZEND_ME(SNMP, get, arginfo_class_SNMP_get, ZEND_ACC_PUBLIC)
[all …]
H A Dconfig.m42 [for SNMP support],
4 [Include SNMP support])])
33 AC_MSG_ERROR([Net-SNMP version 5.3 or greater reqired (detected $snmp_full_version).])
44 AC_MSG_ERROR([SNMP sanity check failed. Please check config.log for more information.])
H A DCREDITS1 SNMP
H A Dconfig.w323 ARG_WITH("snmp", "SNMP support", "no");
H A Dsnmp.c1509 PHP_METHOD(SNMP, __construct) in PHP_METHOD() argument
1555 PHP_METHOD(SNMP, close) in PHP_METHOD() argument
1573 PHP_METHOD(SNMP, get) in PHP_METHOD() argument
1580 PHP_METHOD(SNMP, getnext) in PHP_METHOD() argument
1587 PHP_METHOD(SNMP, walk) in PHP_METHOD() argument
1594 PHP_METHOD(SNMP, set) in PHP_METHOD() argument
1601 PHP_METHOD(SNMP, setSecurity) in PHP_METHOD() argument
1625 PHP_METHOD(SNMP, getErrno) in PHP_METHOD() argument
1642 PHP_METHOD(SNMP, getError) in PHP_METHOD() argument
H A Dsnmp.stub.php76 class SNMP class
/PHP-8.0/
H A DNEWS1487 - SNMP:

Completed in 32 milliseconds