Searched refs:PHP_SNMP_ERRNO_ERROR_IN_REPLY (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/snmp/ |
H A D | php_snmp.h | 102 #define PHP_SNMP_ERRNO_ERROR_IN_REPLY (1 << 3) macro 109 PHP_SNMP_ERRNO_ERROR_IN_REPLY | \
|
H A D | snmp.c | 488 …php_snmp_error(getThis(), PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf, buf2); in php_snmp_internal() 589 …php_snmp_error(getThis(), PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf, snmp_… in php_snmp_internal() 591 …php_snmp_error(getThis(), PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at %u object_id: %s", re… in php_snmp_internal()
|
H A D | snmp_arginfo.h | 320 ZVAL_LONG(&const_ERRNO_ERROR_IN_REPLY_value, PHP_SNMP_ERRNO_ERROR_IN_REPLY); in register_class_SNMP()
|
Completed in 30 milliseconds