Home
last modified time | relevance | path

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

/PHP-7.4/ext/snmp/
H A Dsnmp.c96 #define PHP_SNMP_ERRNO_ERROR_IN_REPLY (1 << 3) macro
103 PHP_SNMP_ERRNO_ERROR_IN_REPLY | \
778 …php_snmp_error(getThis(), PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf, buf2); in php_snmp_internal()
879 …php_snmp_error(getThis(), PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf, snmp_… in php_snmp_internal()
881 …php_snmp_error(getThis(), PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at %u object_id: %s", re… in php_snmp_internal()
2338 REGISTER_SNMP_CLASS_CONST_LONG("ERRNO_ERROR_IN_REPLY", PHP_SNMP_ERRNO_ERROR_IN_REPLY); in PHP_MINIT_FUNCTION()

Completed in 19 milliseconds